@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
/* .clearfix {
  *zoom: 1;
} */

div,
p {
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66666667vw;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  html {
    font-size: 0.884955752vw;
  }
}

body {
  font-family: "Zen Old Mincho", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  color: #000000;
  background-color: #fff;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }

  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

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

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

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

p + p {
  margin: 1em 0 0 0;
}

ul,
ol,
li {
  list-style: none;
}

.text-bold {
  font-weight: 700;
}

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

.align-right {
  text-align: right;
}

.c-white {
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 113rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }

  .show_sp {
    display: none !important;
  }

  .show_pc {
    display: inherit;
  }

  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }

  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  body p {
    word-break: normal;
    line-break: strict;
  }

  .show_sp {
    display: inherit;
  }

  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.txt_center {
  text-align: center;
}

.js-view {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-view.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-view-img {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.js-view-img.fadein {
  opacity: 1;
}

/*.p-wrapper {
  overflow: hidden;
}*/
.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.section-cta {
  background: #58ba28;
  color: #fff;
  padding: 2.3rem 0 3.4rem;
}

.section-cta_ttl {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding-bottom: 2.2rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  border-bottom: 0.2rem solid #94d475;
}

.section-cta_ctn {
  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;
  -webkit-column-gap: 8.2rem;
  -moz-column-gap: 8.2rem;
  column-gap: 8.2rem;
  margin-top: 3.4rem;
}

.section-cta_info a {
  display: inline-block;
  color: #fefefe;
  font-family: "Crimson Text", serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.section-cta_info a:before {
  position: absolute;
  content: "";
  width: 4.6rem;
  height: 4.7rem;
  left: -5.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/ico_phone.svg) left top no-repeat;
  background-size: cover;
}

.section-cta_info p {
  line-height: 160%;
  letter-spacing: 0.1em;
}

.section-cta_btn {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 160%;
  width: 47.8rem;
  height: 9rem;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0.8rem;
  border: 0.15rem solid #b37517;
  background: linear-gradient(93deg, #f90 30.04%, #ff4f03 116.44%);
  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;
}

@media screen and (max-width: 768px) {
  .section-cta {
    padding: 1.6rem 0 3.2rem;
  }

  .section-cta_ttl {
    font-size: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .section-cta_ctn {
    display: block;
    margin-top: 2rem;
  }

  .section-cta_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-left: 6.7rem;
    margin-bottom: 2rem;
  }

  .section-cta_info a {
    font-size: 4.8rem;
    letter-spacing: 0;
  }

  .section-cta_info a:before {
    width: 3.6rem;
    height: 3.7rem;
    left: -5rem;
  }

  .section-cta_btn {
    width: 33.8rem;
    height: 6.3rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.breadcrumb {
  padding: 1.6rem 0;
  margin-bottom: 5.6rem;
}

.breadcrumb ul li {
  font-size: 1.4rem;
  font-weight: 500;
  color: #aaaaaa;
  display: inline-block;
}

.breadcrumb ul li + li {
  position: relative;
  padding-left: 2rem;
}

.breadcrumb ul li + li:before {
  position: absolute;
  content: "＞";
  font-size: 1.4rem;
  color: #aaaaaa;
  left: 0;
}

.breadcrumb ul li a {
  display: inline-block;
}

.breadcrumb ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
  padding: 2.8rem 0;
  position: relative;
}

.news-item a .tim {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Crimson Text", serif;
  width: 30%;
}

.news-item a .ttl {
  display: inline-block;
  letter-spacing: 0.04em;
  width: 70%;
  padding-right: 5rem;
}

.news-item a .ico {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.6rem;
}

.news-item a:hover {
  border-color: #79d64b;
}

.news-item a:hover .ico svg path {
  stroke: #79d64b;
}

/** header area
====================================== **/
.page-header {
  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;
  border-bottom: 0.2rem solid #79d64b;
  padding: 0 0 0 3rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 0 0 0 1rem;
    height: 7rem;
  }
}

.logo {
  width: 35.5rem;
}

.logo a {
  display: block;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 19rem;
    position: relative;
    z-index: 10;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.8rem;
  -moz-column-gap: 2.8rem;
  column-gap: 2.8rem;
}

.menu-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  line-height: 1.6;
  position: relative;
  color: #000000;
}

.menu-item_link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.2rem;
  left: 0;
  bottom: -1rem;
  background: #79d64b;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-item_link .en {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Crimson Text", serif;
}

.menu-item_link .ja {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 769px) {
  .menu-item_link .en {
    display: none;
  }

  .menu-item_link:hover {
    color: #79d64b;
  }

  .menu-item_link:hover:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 768px) {
  .menu {
    display: block;
  }

  .menu-item + .menu-item {
    margin-top: 0.2rem;
  }

  .menu-item_link {
    padding: 1.4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #79d64b;
    border-bottom: 0.1rem solid #79d64b;
  }

  .menu-item_link .en {
    font-size: 1.5rem;
  }

  .menu-item_link .ja {
    font-size: 1.5rem;
  }
}

.menu-entry {
  width: 12.8rem;
  height: 8rem;
  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;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  margin-left: 4.5rem;
  background: var(--orange, linear-gradient(90deg, #f90 0%, #ff4f03 100%));
}

@media screen and (max-width: 768px) {
  .menu-entry {
    margin-left: auto;
    width: 6.8rem;
    height: 6.8rem;
    font-size: 1.1rem;
    position: relative;
    z-index: 9;
  }
}

@media screen and (min-width: 769px) {
  .g-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    background: #fff;
    position: fixed;
    left: 0;
    top: 7rem;
    width: 100%;
    height: calc(100% - 6.8rem);
    z-index: 9;
    padding: 4rem 3.5rem 4rem;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

/** footer
======================================= **/
.page-footer {
  padding: 5rem 0;
}

@media screen and (max-width: 768px) {
  .page-footer {
    padding: 4rem 0;
  }
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 6.4rem;
  -moz-column-gap: 6.4rem;
  column-gap: 6.4rem;
}

@media screen and (max-width: 768px) {
  .footer-top {
    display: block;
  }
}

.footer-logo {
  display: block;
  width: 32.3rem;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    width: 27.3rem;
    margin-bottom: 4rem;
  }
}

.footer-nav {
  width: 71.4rem;
}

@media screen and (max-width: 768px) {
  .footer-nav {
    width: 100%;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2.2rem 4rem;
}

.footer-menu_item {
  width: 21rem;
}

.footer-menu_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #79d64b;
  border-bottom: 1px solid #79d64b;
  padding-bottom: 1rem;
}

.footer-menu_item_link .en {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Crimson Text", serif;
}

.footer-menu_item_link .ja {
  display: inline-block;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: normal;
}

.footer-menu_item_link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .footer-menu {
    gap: 1.2rem 2.2rem;
  }

  .footer-menu_item {
    width: calc(50% - 1.1rem);
  }

  .footer-menu_item_link .en {
    font-size: 1.4rem;
  }

  .footer-menu_item_link .ja {
    font-size: 1.3rem;
  }
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 7.4rem;
  -moz-column-gap: 7.4rem;
  column-gap: 7.4rem;
  margin-top: 8.6rem;
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    display: block;
    margin: 0;
  }
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.9rem;
  -moz-column-gap: 2.9rem;
  column-gap: 2.9rem;
}

.footer-link a {
  display: inline-block;
  color: #707070;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08em;
  position: relative;
  padding-right: 2.5rem;
}

.footer-link a:after {
  position: absolute;
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/ico_blank.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .footer-link {
    display: block;
    margin: 4rem 0;
  }

  .footer-link li + li {
    margin-top: 2rem;
  }

  .footer-link a {
    font-size: 1.3rem;
  }
}

.copyright {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #707070;
}

/** header area
====================================== **/
.arrow {
  width: 2.4rem;
  height: 2.4rem;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  -webkit-transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  /*&:before {
    	content: "";
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    inset: 0 auto auto 0;
	    background-color: $color_orange;
	    border-radius: 50%;
	    transition: transform .64s cubic-bezier(0, 0.55, 0.45, 1);
    }*/
}

.arrow img {
  width: 0.9rem;
  height: 0.7rem;
  position: relative;
}

.arrow._white:before {
  background-color: #f2f2f2;
}

.arrow._blank img {
  width: 1.3rem;
  height: 1.3rem;
}

.button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 26.5rem;
  height: 5.1rem;
  border-radius: 0.8rem;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #58ba28;
  background: #58ba28;
  color: #fff;
  padding: 0 3.4rem 0 3.4rem;
}

.button-more .arrow {
  display: inline-block;
  line-height: 0;
  width: 0.8rem;
  height: 1.4rem;
}

.button-more .arrow svg path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  stroke: #fff;
}

.button-more .arrow svg line {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.button-more .txt {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.button-more._white {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .button-more {
    width: 24.8rem;
    height: 5.1rem;
    margin: 0 auto;
  }

  .button-more .ico {
    width: 1.4rem;
    height: 1.4rem;
  }

  .button-more .ico svg {
    width: 100%;
    height: auto;
  }

  .button-more .txt {
    font-size: 1.4rem;
  }
}

.button-more.no-bg {
  background: none;
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2.8rem;
  -moz-column-gap: 2.8rem;
  column-gap: 2.8rem;
}

.button-more:hover {
  opacity: 1;
  background: #fff;
  color: #58ba28;
}

.button-more:hover .arrow svg path {
  stroke: #58ba28;
}

.button-more:hover.no-bg {
  border: none;
  background: none;
  color: currentColor;
}

.heading-lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading-lv2 .en {
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Crimson Text", serif;
  color: #79d64b;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .en {
    font-size: 6.8rem;
  }
}

.heading-lv2 .ja {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 110%;
  letter-spacing: 0.04em;
  font-weight: 600;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .ja {
    font-size: 1.4rem;
  }
}

.heading-lv2._blue .en {
  color: #141c61;
}

.heading-lv2._white {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .heading-lv2 {
    margin-bottom: 2rem;
  }
}

.heading-lv3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 4.8rem;
}

.heading-lv3 .en {
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Crimson Text", serif;
  color: #79d64b;
}

.heading-lv3 .ja {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 110%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .heading-lv3 {
    margin-bottom: 4rem;
  }

  .heading-lv3 .en {
    font-size: 3.4rem;
    margin-bottom: 0;
  }

  .heading-lv3 .ja {
    font-size: 1.8rem;
  }
}

.heading-lv4 {
  margin-bottom: 4rem;
  color: #58ba28;
}

.heading-lv4 .en {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  font-family: "Crimson Text", serif;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  padding-bottom: 1.6rem;
  position: relative;
}

.heading-lv4 .en:after {
  position: absolute;
  content: "";
  width: 21.4rem;
  height: 0.1rem;
  left: 0;
  top: 27px;
  background: #58ba28;
}

@media screen and (max-width: 768px) {
  .heading-lv4 .en {
    font-size: 1.6rem;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .heading-lv4 .en:after {
    width: 17rem;
  }

  .heading-lv4 .en .num {
    font-size: 1.5rem;
  }
}

.heading-lv4 .ja {
  font-size: 4.2rem;
  line-height: 200%;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .heading-lv4 .ja {
    font-size: 2rem;
    line-height: 130%;
  }
}

.heading-lv4._white {
  color: #fff;
}

.heading-lv4._white .en:after {
  background: #fff;
}

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

.heading-lv5 {
  font-size: 4rem;
  line-height: 200%;
  letter-spacing: 0.02em;
  font-weight: bold;
  border-bottom: 2px solid #d9d9d9;
  position: relative;
  margin-bottom: 5.4rem;
}

.heading-lv5:after {
  position: absolute;
  content: "";
  width: 6.7rem;
  height: 2px;
  left: 0;
  bottom: -2px;
  background-color: #79d64b;
}

@media screen and (max-width: 768px) {
  .heading-lv5 {
    font-size: 2rem;
    margin-bottom: 2.4rem;
    padding-bottom: 0.8rem;
  }
}

.c-lettering {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  gap: 0.5rem;
}

.c-lettering > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-lettering > span > span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
}

.c-lettering > span > span .title_cover {
  display: block;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}

.c-lettering > span > span .title_cover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #111111;
  left: -100%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
}

.c-lettering > span > span:first-child .title_cover {
  padding-left: 1rem;
}

.c-lettering > span > span:last-child .title_cover {
  padding-right: 1rem;
}

.c-lettering.is-inview > span > span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-lettering.is-inview > span > span .title_cover {
  left: 0;
}

.js-heading > span:nth-child(1) .title_cover {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.js-heading > span:nth-child(2) .title_cover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.js-heading > span:nth-child(3) .title_cover {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.js-heading > span:nth-child(4) .title_cover {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js-heading > span:nth-child(5) .title_cover {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.js-heading > span:nth-child(6) .title_cover {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-heading > span:nth-child(7) .title_cover {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.js-heading > span:nth-child(8) .title_cover {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.js-heading > span:nth-child(9) .title_cover {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.js-heading > span:nth-child(10) .title_cover {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.js-heading > span:nth-child(11) .title_cover {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.js-heading > span:nth-child(12) .title_cover {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.js-heading > span:nth-child(13) .title_cover {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.js-heading > span:nth-child(14) .title_cover {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.js-heading > span:nth-child(15) .title_cover {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.js-heading > span:nth-child(16) .title_cover {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.js-heading > span:nth-child(17) .title_cover {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.js-heading > span:nth-child(18) .title_cover {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.js-heading > span:nth-child(19) .title_cover {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.js-heading > span:nth-child(20) .title_cover {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.js-heading > span:nth-child(21) .title_cover {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.js-heading > span:nth-child(22) .title_cover {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.js-heading > span:nth-child(23) .title_cover {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.js-heading > span:nth-child(24) .title_cover {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.js-heading > span:nth-child(25) .title_cover {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.js-heading > span:nth-child(26) .title_cover {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.js-heading > span:nth-child(27) .title_cover {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.js-heading > span:nth-child(28) .title_cover {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.js-heading > span:nth-child(29) .title_cover {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.js-heading > span:nth-child(30) .title_cover {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.js-heading > span:nth-child(31) .title_cover {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.js-heading > span:nth-child(32) .title_cover {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.js-heading > span:nth-child(33) .title_cover {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.js-heading > span:nth-child(34) .title_cover {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.js-heading > span:nth-child(35) .title_cover {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.js-heading > span:nth-child(36) .title_cover {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.js-heading > span:nth-child(37) .title_cover {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.js-heading > span:nth-child(38) .title_cover {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.js-heading > span:nth-child(39) .title_cover {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.js-heading > span:nth-child(40) .title_cover {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.js-heading > span:nth-child(41) .title_cover {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.js-heading > span:nth-child(42) .title_cover {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.js-heading > span:nth-child(43) .title_cover {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.js-heading > span:nth-child(44) .title_cover {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.js-heading > span:nth-child(45) .title_cover {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.js-heading > span:nth-child(46) .title_cover {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.js-heading > span:nth-child(47) .title_cover {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.js-heading > span:nth-child(48) .title_cover {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.js-heading > span:nth-child(49) .title_cover {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.js-heading > span:nth-child(50) .title_cover {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.js-heading > span:nth-child(51) .title_cover {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

.js-heading > span:nth-child(52) .title_cover {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.js-heading > span:nth-child(53) .title_cover {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

.js-heading > span:nth-child(54) .title_cover {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.js-heading > span:nth-child(55) .title_cover {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.js-heading > span:nth-child(56) .title_cover {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.js-heading > span:nth-child(57) .title_cover {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

.js-heading > span:nth-child(58) .title_cover {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.js-heading > span:nth-child(59) .title_cover {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

.js-heading > span:nth-child(60) .title_cover {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.js-heading > span:nth-child(61) .title_cover {
  -webkit-transition-delay: 3.05s;
  transition-delay: 3.05s;
}

.js-heading > span:nth-child(62) .title_cover {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.js-heading > span:nth-child(63) .title_cover {
  -webkit-transition-delay: 3.15s;
  transition-delay: 3.15s;
}

.js-heading > span:nth-child(64) .title_cover {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.js-heading > span:nth-child(65) .title_cover {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.js-heading > span:nth-child(66) .title_cover {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.js-heading > span:nth-child(67) .title_cover {
  -webkit-transition-delay: 3.35s;
  transition-delay: 3.35s;
}

.js-heading > span:nth-child(68) .title_cover {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.js-heading > span:nth-child(69) .title_cover {
  -webkit-transition-delay: 3.45s;
  transition-delay: 3.45s;
}

.js-heading > span:nth-child(70) .title_cover {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.js-heading > span:nth-child(71) .title_cover {
  -webkit-transition-delay: 3.55s;
  transition-delay: 3.55s;
}

.js-heading > span:nth-child(72) .title_cover {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.js-heading > span:nth-child(73) .title_cover {
  -webkit-transition-delay: 3.65s;
  transition-delay: 3.65s;
}

.js-heading > span:nth-child(74) .title_cover {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

.js-heading > span:nth-child(75) .title_cover {
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s;
}

.js-heading > span:nth-child(76) .title_cover {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}

.js-heading > span:nth-child(77) .title_cover {
  -webkit-transition-delay: 3.85s;
  transition-delay: 3.85s;
}

.js-heading > span:nth-child(78) .title_cover {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.js-heading > span:nth-child(79) .title_cover {
  -webkit-transition-delay: 3.95s;
  transition-delay: 3.95s;
}

.js-heading > span:nth-child(80) .title_cover {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.js-heading > span:nth-child(81) .title_cover {
  -webkit-transition-delay: 4.05s;
  transition-delay: 4.05s;
}

.js-heading > span:nth-child(82) .title_cover {
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s;
}

.js-heading > span:nth-child(83) .title_cover {
  -webkit-transition-delay: 4.15s;
  transition-delay: 4.15s;
}

.js-heading > span:nth-child(84) .title_cover {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}

.js-heading > span:nth-child(85) .title_cover {
  -webkit-transition-delay: 4.25s;
  transition-delay: 4.25s;
}

.js-heading > span:nth-child(86) .title_cover {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s;
}

.js-heading > span:nth-child(87) .title_cover {
  -webkit-transition-delay: 4.35s;
  transition-delay: 4.35s;
}

.js-heading > span:nth-child(88) .title_cover {
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s;
}

.js-heading > span:nth-child(89) .title_cover {
  -webkit-transition-delay: 4.45s;
  transition-delay: 4.45s;
}

.js-heading > span:nth-child(90) .title_cover {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

.js-heading > span:nth-child(91) .title_cover {
  -webkit-transition-delay: 4.55s;
  transition-delay: 4.55s;
}

.js-heading > span:nth-child(92) .title_cover {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s;
}

.js-heading > span:nth-child(93) .title_cover {
  -webkit-transition-delay: 4.65s;
  transition-delay: 4.65s;
}

.js-heading > span:nth-child(94) .title_cover {
  -webkit-transition-delay: 4.7s;
  transition-delay: 4.7s;
}

.js-heading > span:nth-child(95) .title_cover {
  -webkit-transition-delay: 4.75s;
  transition-delay: 4.75s;
}

.js-heading > span:nth-child(96) .title_cover {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}

.js-heading > span:nth-child(97) .title_cover {
  -webkit-transition-delay: 4.85s;
  transition-delay: 4.85s;
}

.js-heading > span:nth-child(98) .title_cover {
  -webkit-transition-delay: 4.9s;
  transition-delay: 4.9s;
}

.js-heading > span:nth-child(99) .title_cover {
  -webkit-transition-delay: 4.95s;
  transition-delay: 4.95s;
}

.js-heading > span:nth-child(100) .title_cover {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

.js-heading .title_cover {
  display: inline-block;
  /*opacity: 0;
    visibility: hidden;
    transform: rotateY(90deg);
    transition: all 0.3s ease-in-out;*/
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.js-heading.is-inview .title_cover {
  opacity: 1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.slr-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.slide-anime {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.slide-anime.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.key-visual {
  width: 100%;
  height: 28rem;
  position: relative;
  background: #79d64b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.key-visual .container {
  width: 100%;
}

.key-visual .kv-ttl .ja {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 0.7rem;
}

.key-visual .kv-ttl .ja:before {
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(153, 240, 110, 0.7);
}

.key-visual .kv-ttl .en {
  font-size: 15rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Crimson Text", serif;
  color: rgba(153, 240, 110, 0.7);
}

@media screen and (max-width: 768px) {
  .key-visual {
    height: 22.4rem;
  }

  .key-visual .kv-ttl .ja {
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .key-visual .kv-ttl .en {
    font-size: 7.2rem;
  }
}

.bg-gradient {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1.75%, #ecf5ff),
    color-stop(31.95%, rgba(206, 229, 255, 0.28)),
    color-stop(62.35%, rgba(231, 242, 255, 0.35)),
    color-stop(99.68%, rgba(236, 245, 255, 0))
  );
  background: linear-gradient(0deg, #ecf5ff 1.75%, rgba(206, 229, 255, 0.28) 31.95%, rgba(231, 242, 255, 0.35) 62.35%, rgba(236, 245, 255, 0) 99.68%);
}

.pagination {
  margin: 8rem 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 4rem 0 0;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.page-numbers .page-numbers {
  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;
  width: 4rem;
  height: 4rem;
  color: #58ba28;
  border: 1px solid #58ba28;
  background: #fff;
  font-weight: 500;
  line-height: 1;
  border-radius: 0.2rem;
  font-family: "Lexend", sans-serif;
}

.page-numbers .page-numbers.current,
.page-numbers .page-numbers:hover {
  background-color: #58ba28;
  color: #fff;
}

.page-numbers .page-numbers.dot {
  background: none;
  border: none;
  pointer-events: none;
}

.page-numbers .page-numbers.next:hover svg path,
.page-numbers .page-numbers.prev:hover svg path {
  stroke: #fff;
}

@media screen and (max-width: 768px) {
  .page-numbers .page-numbers {
    width: 5rem;
    height: 5rem;
  }
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.anim-img {
  position: relative;
}

.anim-img:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #fff;
  mix-blend-mode: color;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.anim-img.is-inview:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

._item_slice {
  display: none;
}

.loadMore {
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.loadMore.hide {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.img-anim {
  overflow: hidden;
}

.img-anim img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 30%;
  object-position: 0 30%;
  -webkit-transform: translate3d(0px, -2px, 0px) scale(1.2);
  transform: translate3d(0px, -2px, 0px) scale(1.2);
  opacity: 0;
}

.img-anim.is-inview img {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
  transform: translate3d(0px, 0px, 0px) scale(1);
  will-change: transform;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
}

.p-wrapper {
  position: relative;
}

.p-wrapper.open:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(20, 28, 97, 0.5);
  z-index: 9;
}

@media screen and (min-width: 769px) {
  .js-ctn {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .p-reform .reform-flow_art + .reform-flow_art {
    margin-top: 1.8rem !important;
  }

  .p-reform_flow.flow-buy {
    padding: 3rem 0 4.4rem !important;
    margin-top: 4rem;
  }

  .p-reform_flow.flow-buy:after {
    width: 36.6rem !important;
    left: 0;
    right: auto !important;
  }

  .p-reform_flow.flow-buy .reform-flow_art_ttl {
    background: #fff;
  }

  .p-reform_flow.flow-sale {
    padding-top: 4.4rem !important;
  }

  .p-reform_flow.flow-sale .reform-flow_art_ttl {
    background: #f2f2f2;
  }

  .js-ttl {
    position: relative;
  }

  .js-ttl:before,
  .js-ttl:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #141c61;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .js-ttl:before {
    width: 1rem;
    height: 0.1rem;
    left: 1.2rem;
  }

  .js-ttl:after {
    width: 0.1rem;
    height: 1rem;
    left: 1.7rem;
  }

  .js-ttl._active:after {
    opacity: 0;
    visibility: hidden;
  }

  .js-ctn {
    display: none;
  }
}

.page-main {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .page-main {
    margin-top: 6.8rem;
  }
}

@-webkit-keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/** header area
====================================== **/
#hambuger {
  width: 6.8rem;
  height: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
  background: #2e2e2e;
}

#hambuger.open span.open {
  display: none;
}

#hambuger.open span.close {
  display: inline-block;
}

.nav-icon ul {
  position: relative;
  width: 3rem;
  height: 2rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 0.2rem;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 48%;
  width: 50%;
  left: 75%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 98%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

/** home
======================================= **/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.rdcicle:checked + label,
.rdcicle:not(:checked) + label {
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer;
  line-height: 160%;
  display: inline-block;
  color: #2e2f30;
}

.rdcicle:not(:checked) + label:before {
  background: #fff;
}

.rdcicle:checked + label:before {
  background: #f4f4f4;
}

.rdcicle:checked + label:before,
.rdcicle:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #bcbcbc;
  border-radius: 100%;
}

.rdcicle:checked + label:after,
.rdcicle:not(:checked) + label:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #00a0e9;
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.rdcicle:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.rdcicle:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.rdeclip:checked + label,
.rdeclip:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #362d2d;
  border: 1px solid #e4e4e4;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.04em;
  padding: 0.6rem 1rem;
}

@media screen and (max-width: 768px) {
  .rdeclip:checked + label,
  .rdeclip:not(:checked) + label {
    font-size: 1.3rem;
  }
}

.rdeclip:checked + label {
  border-color: #58ba28;
  background: rgba(229, 250, 219, 0.7);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

select {
  /* Reset Select */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* Personalize */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

select {
  color: #acacac;
}

select option {
  color: #1b1d1e;
}

select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
  color: #1b1d1e;
}

select:has(option:checked:not([value])) option,
select:has(option:checked:not([value=""])) option {
  color: #1b1d1e;
}

/* Custom Select wrapper */
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 11px;
  height: 11px;
  background: #434443;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sform {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 769px) {
  .sform-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 3.2rem;
    margin-bottom: 1rem;
  }

  .sform-flex .sfcolslc {
    width: 34.2rem;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .sform-flex {
    margin-bottom: 1.6rem;
  }
}

.sform-ctrl + .sform-ctrl {
  margin-top: 3rem;
}

.sform-ctrl_lbl {
  font-size: 1.8rem;
  line-height: 110%;
  font-weight: 500;
  color: #545454;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .sform-ctrl + .sform-ctrl {
    margin-top: 1.6rem;
  }

  .sform-ctrl_lbl {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}

.sform .sipt {
  padding: 1.4rem 1.4rem;
  font-size: 1.3rem;
  line-height: 110%;
  border-radius: 0.4rem;
  border: 1px solid #cbcbcb;
  width: 100%;
  max-width: 34.2rem;
  background: url(../img/common/ico_select.svg) 96% center no-repeat;
  background-size: 1.3rem 1.1rem;
}

.sform .radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 3rem;
}

.sform .radio-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1.4rem;
}

@media screen and (max-width: 768px) {
  .sform .radio-list2 {
    display: block;
    margin: 0 0 -1rem -1rem;
  }

  .sform .radio-list2 li {
    display: inline-block;
    margin: 0 0 1rem 1rem;
  }
}

.sform-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .sform-btn {
    flex-direction: column;
  }
}

.sform-btn .button-more {
  width: 48rem;
  height: 6rem;
  border: 1px solid #58ba28;
  cursor: pointer;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: #58ba28 url(../img/common/ico_search.svg) 17rem center no-repeat;
  background-size: 2rem 2rem;
}

.sform-btn .button-more:hover {
  background: #fff url(../img/common/ico_search_green.svg) 17rem center no-repeat;
}

@media screen and (max-width: 768px) {
  .sform-btn .button-more {
    width: 30.4rem;
    height: 5.6rem;
    background: #fff url(../img/common/ico_search_green.svg) 8rem center no-repeat;
    color: #58ba28;
    border-radius: 0.8rem;
  }

  .sform-btn .button-more:hover {
    background-position-x: 8rem;
  }
}

.wform {
  max-width: 80rem;
  margin: 0 auto;
}

.wpcf7-response-output {
  display: none;
}

.form-policy_checkbox {
  text-align: center;
  margin-top: 2.4rem;
}

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

.form-policy_checkbox p a {
  display: inline-block;
  color: #ff5c00;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .form-policy_checkbox p .req {
    width: 5rem;
    margin-right: 0;
  }

  .form-policy_checkbox p .formErrorContent {
    line-height: 1.5;
    text-align: left;
  }
}

.form-policy_checkbox .tx {
  margin-top: 2rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .form-policy_checkbox .tx {
    font-size: 1.2rem;
    text-align: left;
  }
}

.form-policy_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.form-policy_checkbox label .formErrorContent {
  position: absolute !important;
  left: 0 !important;
  bottom: -3rem !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.form-policy_checkbox input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 0;
  height: 0;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0.8rem;
  left: 0.6rem;
  background: #009ee5;
  border-radius: 0.2rem;
  -webkit-transform: scale(0);
  transform: scale(0);
}

@media screen and (max-width: 768px) {
  .wpcf7-list-item-label:after {
    top: 0.6rem;
  }
}

.form-policy_checkbox input:checked + .wpcf7-list-item-label:after {
  /* -webkit-transform: scale(1);
  transform: scale(1); */
  display: block;
  border-radius: 0.1rem !important;
}

.form-policy_checkbox .wpcf7-list-item-label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #181818;
}

@media screen and (max-width: 768px) {
  .form-policy_checkbox .wpcf7-list-item-label {
    text-align: left;
    line-height: 1.4;
    font-weight: 500;
    font-size: 1.3rem;
  }
}

.form-policy_checkbox .wpcf7-list-item-label:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(20, 28, 97, 0.3);
  border-radius: 0.2rem;
  background: #fff;
  margin-right: 1rem;
}

/* .form-policy_checkbox .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.1rem;
  background: #009ee5;
  margin-right: 1rem;
} */

.formErrorContent {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 0.8rem;
  color: #da4432;
}

.is-error input,
.is-error .are,
.is-error .policy-checkbox .wpcf7-list-item-label:before {
  border: 1px solid #da4432;
  background-color: #ffeaea;
}

.is-error input::-webkit-input-placeholder {
  color: #da4432 !important;
  opacity: 1;
}

.is-error input::-webkit-input-placeholder,
.is-error input::-moz-placeholder,
.is-error input::-ms-placeholder,
.is-error input::placeholder {
  color: #da4432 !important;
  opacity: 1;
}

.is-error .ipt::-webkit-input-placeholder {
  color: #da4432 !important;
}

.is-error .ipt::-webkit-input-placeholder,
.is-error .ipt::-moz-placeholder,
.is-error .ipt::-ms-placeholder,
.is-error .ipt::placeholder {
  color: #da4432 !important;
}

.your-consent {
  display: block;
}

.ipt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 1.4rem 2rem;
  line-height: 200%;
  border-radius: 0.5rem;
  border: 1px solid #b5b5b5;
  outline: none;
  background: #fff;
}

.ipt::-webkit-input-placeholder {
  color: rgba(123, 123, 123, 0 0.5);
}

.ipt::-webkit-input-placeholder,
.ipt::-moz-placeholder,
.ipt::-ms-placeholder,
.ipt::placeholder {
  color: rgba(123, 123, 123, 0 0.5);
}

.ipt:focus {
  border-color: #3f96e8;
}

.ipt:focus::-webkit-input-placeholder {
  color: #363636;
  opacity: 1;
}

.ipt:focus::-webkit-input-placeholder,
.ipt:focus::-moz-placeholder,
.ipt:focus::-ms-placeholder,
.ipt:focus::placeholder {
  color: #363636;
  opacity: 1;
}

.ipt.short {
  max-width: 16rem;
  margin-right: 1rem;
}

.ipt.are {
  max-width: 100%;
  min-height: 20rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .ipt {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    line-height: 200%;
    letter-spacing: 0.02em;
  }

  .ipt.are {
    min-height: 20rem;
  }
}

.req {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 200%;
  padding: 0 1rem;
  background: #d74848;
  color: #fff;
  font-weight: bold;
  border-radius: 0.3rem;
  margin-left: 1.4rem;
}

.req.not-req {
  background: #a1a1a1;
}

@media screen and (max-width: 768px) {
  .req {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}

.frm-ctrl {
  border-top: 1px dotted #bebebe;
  padding: 2.6rem 0;
}

.frm-ctrl_lbl {
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.02em;
  margin-bottom: 1.2rem;
}

.frm-ctrl_ctn .radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 3rem;
}

@media screen and (max-width: 768px) {
  .frm-ctrl {
    display: block;
  }

  .frm-ctrl + .frm-ctrl {
    margin-top: 1.8rem;
  }

  .frm-ctrl_lbl {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
    font-size: 1.3rem;
  }

  .frm-ctrl_lbl .req {
    margin-right: 0;
    margin-left: 1.4rem;
  }

  .frm-ctrl_ctn {
    width: 100%;
  }
}

.frm-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8rem 0 0;
}

.frm-btn .btn {
  width: 48rem;
  height: 5.8rem;
  border: 1px solid #58ba28;
  color: #58ba28;
  cursor: pointer;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  background-color: #fff;
  border-radius: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

.frm-btn .btn:hover {
  background: #58ba28;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .frm-btn {
    margin-top: 4rem;
  }

  .frm-btn .btn {
    width: 100%;
    height: 5.8rem;
  }
}

.wform {
  font-family: "Lexend", sans-serif;
}

.wform-head {
  margin-bottom: 3rem;
}

.wform-head .req {
  margin-left: 0;
  margin-right: 1rem;
  margin-top: 1.4rem;
}

.entry-form.confirm .frm-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  padding: 3rem 0;
  border-bottom: 1px solid #d0d0d0;
}

.entry-form.confirm .frm-ctrl_lbl {
  width: 16.5rem;
}

.entry-form.confirm .frm-ctrl_ctn {
  width: calc(100% - 18.5rem);
}

@media screen and (max-width: 768px) {
  .entry-form.confirm .frm-ctrl {
    display: block;
    padding: 1.6rem 1rem;
  }

  .entry-form.confirm .frm-ctrl + .frm-ctrl {
    margin-top: 0;
  }

  .entry-form.confirm .frm-ctrl_lbl {
    width: 100%;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }

  .entry-form.confirm .frm-ctrl_ctn {
    width: 100%;
    font-size: 1.3rem;
  }
}

.entry-form.thanks {
  padding: 0;
}

.entry-form.thanks .thanks-box + .thanks-box {
  margin-top: 6rem;
}

.entry-form.thanks .thanks-box h2 {
  color: 2.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #79d64b;
  margin-bottom: 2rem;
}

.entry-form.thanks .thanks-box p {
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 200%;
  font-family: "Lexend", sans-serif;
}

.entry-form.thanks .thanks-box p + p {
  margin-top: 2rem;
}

.entry-form.thanks .thanks-box p a {
  color: #58ba28;
  text-decoration: underline;
}

.entry-form.thanks .thanks-btn {
  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;
  width: 48rem;
  height: 5.8rem;
  border: 1px solid #58ba28;
  color: #58ba28;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  background-color: #fff;
  border-radius: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: 6rem auto 0;
}

.entry-form.thanks .thanks-btn:hover {
  background: #58ba28;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .entry-form.thanks .thanks-btn {
    width: 100%;
  }
}

.wzip {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.wzip .short {
  margin-left: 1rem;
}

.wrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-top: 1.5rem;
}

.wrow-lb {
  width: 7rem;
}

.wrow-ct {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.wrow-ct.zip-width {
  width: calc(100% - 8.6rem);
}
.wrow-ct.zip-address1 {
  max-width: 19rem;
}
@media screen and (max-width: 768px) {
  .wrow-ct.zip-address1 {
    width: 100%;
  }
}

/** home
======================================= **/
@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes anime {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.main-visual {
  position: relative;
  width: 100%;
  height: calc((var(--vh, 1vh) * 100) - 8rem);
}

@media screen and (min-width: 1441px) {
  .main-visual:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    left: 0;
    bottom: -40%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, white 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}

.main-visual:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 34rem;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(74.77%, #494848));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #494848 74.77%);
  mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
  .main-visual {
    height: calc((var(--vh, 1vh) * 100) - 6.8rem);
  }
}

.main-visual .mv-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
  width: 100%;
}

.main-visual .mv-img li {
  width: calc(100% / 4);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.main-visual .mv-img li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.main-visual .mv-img li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-visual .mv-img li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-visual .mv-img li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-visual .mv-img li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 768px) {
  .main-visual .mv-img li {
    width: calc(100% / 3);
  }
}

.main-visual .mv-ttl {
  width: 100%;
  max-width: 110rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 6.8rem;
  z-index: 1;
}

.main-visual .mv-ttl img {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-ttl {
    width: 35.3rem;
    left: 1rem;
    bottom: 4rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.main-visual.is-inview .mv-img li {
  opacity: 1;
  visibility: visible;
}

.main-visual.is-inview .mv-ttl img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-top {
  margin-top: 8rem;
  /** _message **/
  /** _news **/
}

@media screen and (max-width: 768px) {
  .p-top {
    margin-top: 6.8rem;
  }
}

.p-top .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 200%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(121, 214, 75, 0)), color-stop(31%, #79d64b), to(#79d64b));
  background: linear-gradient(to bottom, rgba(121, 214, 75, 0) 0%, #79d64b 31%, #79d64b 100%);
}

.p-top_message {
  color: #fff;
  background-attachment: fixed;
  background-position-y: -0.2;
  padding: 7.6rem 0 10rem;
  height: 200vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: 0s linear;
  transition: 0s linear;
  background-size: 100% 120%;
  -webkit-transition-property: background-position;
  transition-property: background-position;
  background-attachment: fixed;
  background-position-y: 0;
  background: url(../img/top/bg.jpg) left top no-repeat;
  background-size: 100% 130%;
  /*@media  screen and (max-width: 1440px) {
            height: auto;
            position: relative;
        }*/
}

@media screen and (max-width: 768px) {
  .p-top_message {
    position: static;
    height: auto;
    background-position-y: -10% !important;
    background: url(../img/top/bg_sp.jpg) left top no-repeat;
    background-size: 120% 120%;
  }
}

.p-top_message_ttl {
  font-size: 15rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Crimson Text", serif;
  color: rgba(153, 240, 110, 0.75);
}

.p-top_message_copy {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: min(2.4vw, 36px);
  letter-spacing: 0.04em;
  max-width: 93.8rem;
  margin: 0 auto;
  margin-top: 0.7vw;
}

.p-top_message_copy .qes {
  font-size: 3.8rem;
  margin-top: 4rem;
}

@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: landscape) {
  .p-top_message {
    height: auto;
    position: relative;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .p-top_message {
    height: auto;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .p-top_message {
    padding: 4.5rem 0 6.7rem;
  }

  .p-top_message_ttl {
    font-size: 8rem;
    margin-bottom: 2rem;
  }

  .p-top_message_copy {
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .p-top_message_copy .qes {
    font-size: 2rem;
    margin-top: 3rem;
  }
}

.p-top_news {
  padding: 8rem 0 7.5rem;
  background: #fff;
  z-index: 2;
  position: relative;
}

.p-top_news:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  left: 0;
  top: -30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(56%, rgba(255, 255, 255, 0.56)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.56) 56%, white 100%);
}

.p-top_news .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top_news .heading-lv2 {
  width: calc(100% - 78rem);
}

.p-top_news .top-newsList {
  width: 78rem;
}

.p-top_news .top-newsList_item a {
  padding: 2.8rem 0;
}

.p-top_news .top-newsList_item a .tim {
  width: 30%;
}

.p-top_news .top-newsList_item a .ttl {
  width: 70%;
}

.p-top_news .top-newsList_item a .ico {
  right: 2.6rem;
}

.p-top_news .top-newsList_item a .ico svg path {
  stroke: #d5d5d5;
}

.p-top_news .top-newsBtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 5.7rem;
}

@media screen and (max-width: 768px) {
  .p-top_news {
    padding: 4rem 0;
    position: relative;
  }

  .p-top_news .heading-lv2 {
    position: absolute;
    left: 1rem;
    top: 4rem;
  }

  .p-top_news .top-newsList {
    width: 28.5rem;
    margin-left: auto;
    margin-top: 8rem;
  }

  .p-top_news .top-newsList_item a {
    display: block;
    padding: 2rem 0;
  }

  .p-top_news .top-newsList_item a .tim {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .p-top_news .top-newsList_item a .ttl {
    width: 100%;
    font-size: 1.3rem;
  }

  .p-top_news .top-newsList_item a .ico {
    right: 0.7rem;
  }

  .p-top_news .top-newsBtn {
    margin-top: 4rem;
  }
}

.p-top_director {
  padding: 10rem 0 0;
  background: #f7f7f7;
  position: relative;
}

.p-top_director .top-director_inner {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}

.p-top_director .top-director_txt {
  position: absolute;
  right: 3.3rem;
  top: 6.2rem;
  font-size: 1.8rem;
  line-height: 220%;
  font-weight: bold;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-top_director {
    padding: 4rem 0 0;
  }

  .p-top_director .top-director_inner {
    padding: 3rem 1.8rem;
    background: #f1f3df;
  }

  .p-top_director .top-director_txt {
    position: static;
    font-size: 1.4rem;
    line-height: 162%;
  }

  .p-top_director .top-director_img {
    margin-top: 3rem;
    border-radius: 1rem;
    overflow: hidden;
  }
}

.p-top_about {
  padding: 10rem 0 0;
  background: #f7f7f7;
  position: relative;
}

.p-top_about .p-sc_inner {
  background: url(../img/top/about_img.jpg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-top_about {
    padding: 5rem 0 0;
  }

  .p-top_about .p-sc_inner {
    background: url(../img/top/about_img_sp.jpg) left top no-repeat;
    background-size: cover;
  }
}

.p-top_welfare {
  padding: 10rem 0 0;
  background: #f7f7f7;
  position: relative;
}

.p-top_welfare .p-sc_inner {
  background: url(../img/top/welfare_img.jpg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-top_welfare {
    padding: 4rem 0 0;
  }

  .p-top_welfare .p-sc_inner {
    background: url(../img/top/welfare_img_sp.jpg) left top no-repeat;
    background-size: cover;
  }
}

.p-top_career {
  padding: 10rem 0 0;
  background: #f7f7f7;
  position: relative;
}

.p-top_career .p-sc_inner {
  background: url(../img/top/career_img.jpg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-top_career {
    padding: 4rem 0 0;
  }

  .p-top_career .p-sc_inner {
    background: url(../img/top/career_img_sp.jpg) left top no-repeat;
    background-size: cover;
  }
}

.p-top_member {
  padding: 10rem 0;
  background: #f7f7f7;
  position: relative;
}

.p-top_member .p-sc_inner {
  background: url(../img/top/member_img.jpg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-top_member {
    padding: 4rem 0 5rem;
  }

  .p-top_member .p-sc_inner {
    background: url(../img/top/member_img_sp.jpg) left top no-repeat;
    background-size: cover;
  }
}

.p-top_event {
  padding: 8rem 0 9rem;
  background: #fff;
  position: relative;
  overflow: hidden;
  /* Progress bar */
}

@media screen and (max-width: 768px) {
  .p-top_event {
    padding: 5rem 0 6rem;
  }

  .p-top_event .head-flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .p-top_event .heading-lv3 .en {
    font-size: 6rem;
    line-height: 90%;
  }

  .p-top_event .heading-lv3 .ja {
    font-size: 1.6rem;
    padding-right: 5rem;
  }
}

.p-top_event .event-wrap {
  width: calc((100% - 1280px) / 2 + 1195px);
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-top_event .event-wrap {
    width: 100%;
    margin-left: 1.8rem;
  }
}

.p-top_event .event-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.2rem;
  -moz-column-gap: 2.2rem;
  column-gap: 2.2rem;
}

.p-top_event .event-slider_item {
  width: 52.8rem;
  border: 1px solid #a2a1a1;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}

.p-top_event .event-slider_item_img {
  width: 100%;
  height: 100%;
}

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

.p-top_event .event-slider_item_ctn {
  padding: 1.6rem 2rem 2rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #a2a1a1;
}

.p-top_event .event-slider_item_ctn .lbl {
  background: #79d64b;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  padding: 0.2rem 2rem;
  border-radius: 10rem;
  margin-bottom: 0.8rem;
}

.p-top_event .event-slider_item_ctn .txt {
  line-height: 160%;
  font-weight: 500;
  color: #414141;
}

.p-top_event .event-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.2rem;
  -moz-column-gap: 2.2rem;
  column-gap: 2.2rem;
}

@media screen and (max-width: 768px) {
  .p-top_event .event-slider_item {
    width: 30rem;
  }

  .p-top_event .event-slider_item_img {
    width: 100%;
    height: 37rem;
  }

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

  .p-top_event .event-slider_item_ctn {
    padding: 1.6rem 1rem 3rem;
  }

  .p-top_event .event-slider .slick-track {
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
}

.p-top_event .slider-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3.7rem;
  -moz-column-gap: 3.7rem;
  column-gap: 3.7rem;
  width: 100%;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-top_event .slider-pag {
    display: block;
    margin-top: 2rem;
  }
}

.p-top_event .slider-nav {
  width: 9.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top_event .slider-nav .slick-arrow {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 4rem;
}

.p-top_event .slider-nav .slick-arrow .arrow svg path {
  fill: #d0d0d0;
}

.p-top_event .slider-nav .slick-arrow:hover .arrow svg path {
  fill: #58ba28;
}

@media screen and (max-width: 768px) {
  .p-top_event .slider-nav {
    margin-bottom: 2rem;
  }
}

.p-top_event .progress {
  position: relative;
  display: block;
  width: 100%;
  max-width: 99.2rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  overflow: hidden;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#58ba28), to(#58ba28));
  background-image: linear-gradient(to right, #58ba28, #58ba28);
  background-repeat: no-repeat;
  background-size: 0 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}

.p-top_event .progress:after {
  content: "";
  width: 100%;
  height: 0.2rem;
  border-radius: 0.2rem;
  background: rgba(208, 208, 208, 0.3);
  position: absolute;
  left: 0;
  top: 0.1rem;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-top_event .progress {
    width: 34rem;
  }
}

.p-top_recruitment {
  padding: 8rem 0 8rem;
  background: #79d64b;
  position: relative;
}

.p-top_recruitment .heading-lv3 .en {
  color: #fff;
}

.p-top_recruitment .heading-lv3 .ja {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top_recruitment .heading-lv3 .en {
    font-size: 6rem;
  }

  .p-top_recruitment .heading-lv3 .ja {
    font-size: 1.6rem;
  }
}

.p-top_recruitment .recruitment-cate_item_link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  overflow: hidden;
}

.p-top_recruitment .recruitment-cate_item_link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(167, 167, 167, 0.9);
  mix-blend-mode: multiply;
}

.p-top_recruitment .recruitment-cate .heading-lv4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  left: 3.5rem;
  top: 1.2rem;
  z-index: 2;
  color: #fff;
  z-index: 2;
  margin-bottom: 0;
}

.p-top_recruitment .recruitment-cate .heading-lv4 .en {
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 0;
}

.p-top_recruitment .recruitment-cate .heading-lv4 .en:after {
  width: 0;
  height: 0;
  background: none;
}

.p-top_recruitment .recruitment-cate .heading-lv4 .ja {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-top_recruitment .recruitment-cate .heading-lv4 {
    left: 1rem;
    top: 0.7rem;
  }

  .p-top_recruitment .recruitment-cate .heading-lv4 .en {
    font-size: 4.2rem;
  }

  .p-top_recruitment .recruitment-cate .heading-lv4 .ja {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

.p-top_recruitment .recruitment-cate .button-more {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-top_recruitment .recruitment-cate .button-more {
    bottom: 1.6rem;
  }

  .p-top_recruitment .recruitment-cate .button-more .txt {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top_recruitment {
    padding: 4rem 0;
  }
}

.p-sc_inner {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}

.p-sc_inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(105, 105, 105, 0.9);
  mix-blend-mode: multiply;
}

.p-sc_inner .heading-lv2 {
  position: absolute;
  left: 1rem;
  top: 2rem;
}

.p-sc_inner .heading-lv2 .en {
  font-size: 12rem;
}

.p-sc_inner .contents {
  color: #fff;
  padding: 2.5rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 56.5rem;
}

.p-sc_inner .lead {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 170%;
}

.p-sc_inner .sc-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-sc_inner .sc-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.p-sc_inner .sc-ctn_img {
  width: 36.3rem;
  border-radius: 1.6rem;
  overflow: hidden;
}

.p-sc_inner .sc-ctn_copy .tx {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.04em;
}

.p-sc_inner .sc-ctn_copy .bt {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 769px) {
  .p-sc.reverse .p-sc_inner .heading-lv2 {
    left: auto;
    right: 2rem;
  }

  .p-sc.reverse .p-sc_inner .sc-head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-sc.reverse .p-sc_inner .sc-ctn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

@media screen and (max-width: 768px) {
  .p-sc_inner .heading-lv2 {
    position: static;
    margin: 0;
  }

  .p-sc_inner .heading-lv2 .en {
    font-size: 6.8rem;
  }

  .p-sc_inner .contents {
    height: auto;
    padding: 2.4rem 1.8rem 2rem;
  }

  .p-sc_inner .lead {
    font-size: 1.4rem;
    line-height: 162%;
    margin-top: 10rem;
    margin-left: -1rem;
  }

  .p-sc_inner .sc-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-sc_inner .sc-ctn {
    display: block;
    margin-top: 2rem;
  }

  .p-sc_inner .sc-ctn_img {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 1rem;
  }

  .p-sc_inner .sc-ctn_copy .tx {
    font-size: 1.3rem;
  }

  .p-sc_inner .sc-ctn_copy .bt {
    margin-top: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.search-area_form {
  background: #fff;
  border-radius: 1rem;
  padding: 4rem 6rem 4rem;
  margin-top: 2.2rem;
}

@media screen and (max-width: 768px) {
  .search-area_form {
    padding: 1.6rem 1.6rem 3.2rem;
  }
}

.search-area_result {
  margin-top: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  grid-gap: 1rem;
}

.search-area_result_btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #58ba28;
  background: #fff;
  width: 48rem;
  height: 5.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  margin: 3.5rem auto 0;
}

.search-area_result_btn:hover {
  color: #fff;
  background: #58ba28;
}

@media screen and (max-width: 768px) {
  .search-area_result {
    display: block;
  }

  .search-area_result_btn {
    width: 100%;
  }
}

.recruit-item {
  width: calc(100% / 2 - 0.5rem);
  font-family: "Noto Sans JP", sans-serif;
}

.recruit-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.recruit-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.recruit-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.recruit-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.recruit-item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.recruit-item:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.recruit-item:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.recruit-item:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.recruit-item:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.recruit-item:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.recruit-item_img {
  width: 20rem;
}

.recruit-item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-item_ctn {
  width: calc(100% - 20rem);
  background: #fff;
  padding: 1rem 1.3rem 1.7rem 1rem;
}

.recruit-item_ctn .row-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 1.3rem;
}

.recruit-item_ctn .row-it + .row-it {
  margin-top: 0.7rem;
}

.recruit-item_ctn .row-it_t {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  width: 8rem;
}

.recruit-item_ctn .row-it_t span {
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 3rem;
  background: #79d64b;
  color: #fff;
  min-width: 5rem;
  text-align: center;
}

.recruit-item_ctn .row-it_c {
  width: calc(100% - 9.5rem);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 110%;
}

.recruit-item_ctn .button-more {
  margin: 2rem 0 0 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.recruit-item_ctn .button-more .txt {
  font-size: 1.3rem;
  font-weight: bold;
  color: #363636;
}

.recruit-item_ctn .button-more .arrow svg path {
  stroke: #363636;
}

.recruit-item_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 110%;
  border-bottom: 1px solid #c8c8c8;
  padding: 1.5rem 1rem;
  margin-bottom: 1.3rem;
}

.recruit-item_ttl span {
  display: inline-block;
  position: relative;
}

.recruit-item_ttl span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: -0.2rem;
  background: #000000;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.recruit-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-radius: 0.8rem;
  overflow: hidden;
}

.recruit-item_link:hover {
  opacity: 1;
}

.recruit-item_link:hover .recruit-item_ttl span:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 768px) {
  .recruit-item {
    width: 100%;
  }

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

  .recruit-item_img {
    width: 100%;
    height: 15rem;
  }

  .recruit-item_ctn {
    width: 100%;
  }

  .recruit-item_link {
    display: block;
  }
}

@media (min-width: 769px) and (max-width: 1335px) {
  .page-header {
    padding: 0 0 0 1rem;
  }

  .menu {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .menu-item_link .ja {
    font-size: 1.4rem;
  }

  .menu-entry {
    margin-left: 2rem;
  }
}

.p-top_faq {
  background: #fff;
  padding: 0 0 10rem;
  position: relative;
  z-index: 1;
}

.p-top_faq .heading-lv3 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-top_faq_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 3.6rem 0 0;
}

/** home
======================================= **/
.p-about {
  /** _support **/
  /** _message **/
  /** _philosophy **/
  /**_company **/
}

.p-about_support {
  padding: 6rem 0 5rem;
}

@media screen and (max-width: 768px) {
  .p-about_support {
    padding: 4.3rem 0 4rem;
  }
}

.p-about_support .support-map {
  max-width: 91.4rem;
  margin: 0 auto;
}

.p-about_support .support-map_img {
  position: relative;
}

@media screen and (max-width: 768px) {
  .support-map_img_Logos {
    padding-right: 0;
  }
}

.p-about_support .support-map .mapbtn {
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: #58ba28;
  border: 1px solid #58ba28;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map {
    max-width: 35.9rem;
  }

  .p-about_support .support-map .mapbtn {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.p-about_support .support-map .mapbtn .ico {
  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;
  width: 100%;
  height: 100%;
}

.p-about_support .support-map .mapbtn .ico svg {
  display: block;
  width: 0.7rem;
  height: 1rem;
}

.p-about_support .support-map .mapbtn:hover {
  background: #79d64b;
  opacity: 1;
}

.p-about_support .support-map .mapbtn:hover .ico {
  background: #fff;
}

.p-about_support .support-map .mapbtn:hover .ico svg path {
  stroke: #79d64b;
}

.p-about_support .support-map .mapbtn.btn1 {
  left: 44.1rem;
  top: 7.2rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn1 {
    left: 17rem;
    top: 2.5rem;
  }
}

.p-about_support .support-map .mapbtn.btn2 {
  left: 36rem;
  top: 8.5rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn2 {
    left: 13.7rem;
    top: 3.1rem;
  }
}

.p-about_support .support-map .mapbtn.btn3 {
  left: 28rem;
  top: 13rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn3 {
    left: 10.7rem;
    top: 4.9rem;
  }
}

.p-about_support .support-map .mapbtn.btn3_4 {
  left: 22.5rem;
  top: 18.8rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn3_4 {
    left: 8.5rem;
    top: 7.3rem;
  }
}

.p-about_support .support-map .mapbtn.btn4 {
  left: 19rem;
  top: 26rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn4 {
    left: 7.3rem;
    top: 10.2rem;
  }
}

.p-about_support .support-map .mapbtn.btn5 {
  left: 18.1rem;
  top: 33.4rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn5 {
    left: 6.8rem;
    top: 13.1rem;
  }
}

.p-about_support .support-map .mapbtn.btn5_6 {
  left: 19.3rem;
  top: 40.8rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn5_6 {
    left: 7.6rem;
    top: 15.9rem;
  }
}

.p-about_support .support-map .mapbtn.btn6 {
  left: 22.7rem;
  top: 46.3rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn6 {
    left: 9.1rem;
    top: 18.4rem;
  }
}

.p-about_support .support-map .mapbtn.btn7 {
  left: 28.2rem;
  top: 52.7rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn7 {
    left: 11.3rem;
    top: 20.6rem;
  }
}

.p-about_support .support-map .mapbtn.btn7_8 {
  left: 35.7rem;
  top: 57rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn7_8 {
    left: 13.8rem;
    top: 22.2rem;
  }
}

.p-about_support .support-map .mapbtn.btn8 {
  left: 51.8rem;
  top: 57rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn8 {
    left: 20rem;
    top: 22rem;
  }
}

.p-about_support .support-map .mapbtn.btn9 {
  left: 60rem;
  top: 53rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn9 {
    left: 22.9rem;
    top: 20.5rem;
  }
}

.p-about_support .support-map .mapbtn.btn10 {
  left: 64.7rem;
  top: 47.4rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn10 {
    left: 24.8rem;
    top: 18.5rem;
  }
}

.p-about_support .support-map .mapbtn.btn11 {
  left: 67.8rem;
  top: 40.9rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn11 {
    left: 26.2rem;
    top: 16rem;
  }
}

.p-about_support .support-map .mapbtn.btn12_11 {
  left: 69.2rem;
  top: 33.8rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn12_11 {
    left: 26.7rem;
    top: 13.2rem;
  }
}

.p-about_support .support-map .mapbtn.btn12 {
  left: 68.3rem;
  top: 26rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn12 {
    left: 26.3rem;
    top: 10.2rem;
  }
}

.p-about_support .support-map .mapbtn.btn13_12 {
  left: 64.5rem;
  top: 18.6rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn13_12 {
    left: 25.3rem;
    top: 7.2rem;
  }
}

.p-about_support .support-map .mapbtn.btn13 {
  left: 59.5rem;
  top: 12.8rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn13 {
    left: 23.4rem;
    top: 4.9rem;
  }
}

.p-about_support .support-map .mapbtn.btn14 {
  left: 52rem;
  top: 8.6rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn14 {
    left: 20.5rem;
    top: 3.1rem;
  }
}

.p-about_support .support-map .mapbtn.btn15 {
  left: 43.8rem;
  top: 58.5rem;
}

@media screen and (max-width: 768px) {
  .p-about_support .support-map .mapbtn.btn15 {
    left: 16.9rem;
    top: 22.5rem;
  }
}

.p-about_message {
  padding: 10rem 0 8rem;
}

@media screen and (max-width: 768px) {
  .p-about_message {
    padding: 6rem 0 5rem;
  }

  .p-about_message .heading-lv4 {
    margin-bottom: 2.7rem;
  }
}

.p-about_message .message-img {
  position: relative;
  margin-bottom: 4.7rem;
}

.p-about_message .message-img .info {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  color: #58ba28;
  padding: 0.8rem 3.5rem 0 1.5rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.04em;
}

.p-about_message .message-img .info .pos {
  font-size: 2.4rem;
}

.p-about_message .message-img .info .name {
  font-size: 4.2rem;
  margin-left: 3.6rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .p-about_message .message-img {
    margin-bottom: 3.2rem;
  }

  .p-about_message .message-img .info {
    padding: 0.5rem 3.9rem 0.9rem 1.5rem;
    bottom: -1px;
  }

  .p-about_message .message-img .info .pos {
    font-size: 1.4rem;
  }

  .p-about_message .message-img .info .name {
    font-size: 2rem;
    margin-left: 1.1rem;
  }
}

.p-about_message .message-ctn {
  font-size: 1.7rem;
  line-height: 200%;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-about_message .message-ctn p + p {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-about_message .message-ctn {
    font-size: 1.3rem;
  }
}

.p-about_philosophy {
  background: #f7f7f7;
  padding: 10rem 0 16rem;
}

@media screen and (max-width: 768px) {
  .p-about_philosophy {
    padding: 6rem 0 6.2rem;
  }
}

.p-about_philosophy .inner {
  max-width: 100rem;
  margin: 0 auto;
}

.p-about_philosophy .philosophy-chart {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p-about_philosophy .philosophy-chart {
    margin-bottom: 3.2rem;
    overflow-x: auto;
  }

  .p-about_philosophy .philosophy-chart img {
    width: 75.4rem;
    max-width: unset;
  }
}

.p-about_philosophy .philosophy-art_ttl {
  font-size: 3.2rem;
  color: #58ba28;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4375;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #58ba28;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-about_philosophy .philosophy-art_ttl {
    font-size: 1.8rem;
    padding-bottom: 1.3rem;
    margin-bottom: 1.3rem;
  }
}

.p-about_philosophy .philosophy-art_sub {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 200%;
  color: #58ba28;
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 768px) {
  .p-about_philosophy .philosophy-art_sub {
    font-size: 1.6rem;
    margin-bottom: 3.5rem;
    line-height: 1.4375;
  }
}

.p-about_philosophy .philosophy-art_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.p-about_philosophy .philosophy-art_flex_img {
  width: 43.2rem;
}

.p-about_philosophy .philosophy-art_flex_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2.2rem;
  font-weight: 500;
  color: #58ba28;
  line-height: 200%;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-about_philosophy .philosophy-art_flex {
    display: block;
  }

  .p-about_philosophy .philosophy-art_flex_img {
    width: 100%;
    margin-top: 4rem;
  }

  .p-about_philosophy .philosophy-art_flex_ctn {
    font-size: 1.6rem;
  }
}

.p-about_philosophy .philosophy-art + .philosophy-art {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-about_philosophy .philosophy-art + .philosophy-art {
    margin-top: 3.2rem;
  }
}

.p-about_philosophy .philosophy-box {
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 0.8rem;
  padding: 3rem;
  min-height: 17.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-about_philosophy .philosophy-box {
    padding: 1.6rem;
    min-height: 15rem;
  }
}

.p-about_philosophy .philosophy-box p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%;
  color: #58ba28;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-about_philosophy .philosophy-box p {
    font-size: 1.4rem;
  }
}

.p-about_philosophy .philosophy-box h4 {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #58ba28;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-about_philosophy .philosophy-box h4 {
    font-size: 1.8rem;
  }
}

.p-about_company {
  padding: 8rem 0 10rem;
}

.p-about_company .heading-lv4 {
  margin-bottom: 4.6rem;
}

.p-about_company .cpn-wrap {
  padding: 1.8rem 8.4rem 6.5rem;
  border: 1px solid #bcbcbc;
  border-radius: 0.8rem;
}

.p-about_company .cpn-wrap dl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.04em;
  padding: 4rem 0;
  border-bottom: 1px solid #d8d8d8;
  color: #545454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.p-about_company .cpn-wrap dl dt {
  width: 20%;
}

.p-about_company .cpn-wrap dl dd p {
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .p-about_company {
    padding: 4rem 0 10rem;
  }

  .p-about_company .heading-lv4 {
    margin-bottom: 4rem;
  }

  .p-about_company .cpn-wrap {
    padding: 2.2rem 1.1rem 4.7rem;
  }

  .p-about_company .cpn-wrap dl {
    display: block;
    padding: 1rem 1rem 1.6rem;
  }

  .p-about_company .cpn-wrap dl dt {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .p-about_company .cpn-wrap dl dd {
    font-size: 1.4rem;
  }
}

.modal-content {
  width: 46rem;
  height: 100%;
  overflow-y: auto;
  background-color: #79d64b;
  color: #fff;
  padding-bottom: 1.4rem;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.modal-content.open {
  right: 0;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 34.7rem;
    left: 1.4rem;
    right: 1.4rem;
    top: 3.6rem;
    bottom: 3.6rem;
    height: calc(100vh - 7.2rem);
    padding-bottom: 3rem;
  }
}

.modal-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #fff;
  padding: 3rem 1.8rem 2.8rem;
}

@media screen and (max-width: 768px) {
  .modal-title {
    font-size: 1.6rem;
    padding: 1.8rem;
  }
}

.modal-body {
  padding: 2.3rem 1.8rem 0;
}

.modal-body_img {
  width: 100%;
  height: 25.6rem;
  margin-bottom: 2.3rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-body_img img {
  width: 60% !important;
  /* height: 100%;
  max-width: 100%; */
  /* -o-object-fit: cover;
  object-fit: cover; */
}

.modal-body_img .logo_18_Img {
  width: 80% !important;
}

.modal-body_img .logo_19_Img {
  width: 30% !important;
}

@media screen and (max-width: 768px) {
  .modal-body_img .logo_19_Img {
    width: 40% !important;
  }
}

.modal-body_txt {
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 2.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.modal-body_info {
  padding: 1.3rem 2.2rem 1.6rem;
  background: #71ca45;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 2.2rem;
  border-radius: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .modal-body {
    padding: 1.7rem 1.3rem 0;
  }
}

.modal-close {
  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;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  width: 42.4rem;
  height: 6rem;
  background-color: #fff;
  border: 1px solid #58ba28;
  margin: auto auto 0;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.modal-close img {
  width: 100% !important;
}

.modal-close svg {
  width: 1.6rem !important;
  height: 1.7rem !important;
  display: block;
}

.modal-close span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #58ba28;
  font-family: "Noto Sans JP", sans-serif;
}

.modal-close:hover {
  background-color: #58ba28;
}

.modal-close:hover svg path {
  stroke: #fff;
}

.modal-close:hover span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .modal-close {
    width: calc(100% - 4rem);
    margin-top: 3rem;
    height: auto;
    padding: 2rem;
  }
}

body.open {
  overflow: hidden;
}

.bgover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #9a9898;
  mix-blend-mode: multiply;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.bgover.open {
  opacity: 1;
  visibility: visible;
}

/** home
======================================= **/
@media screen and (min-width: 769px) {
  .memberList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    grid-row-gap: 1.6rem;
  }
}

.memberList-item {
  width: calc(100% / 2 - 1rem);
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .memberList-item {
    width: 100%;
  }

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

.memberList-item_img {
  position: relative;
}

.memberList-item_img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #e2dfdf;
  mix-blend-mode: multiply;
}

.memberList-item_ctn {
  position: absolute;
  left: 0;
  bottom: 4.4rem;
}

.memberList-item_ctn .txt {
  background: #58ba28;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.4375;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-bottom: 1.2rem;
}

.memberList-item_ctn .ttl {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4375;
}

.memberList-item_ctn .ttl span {
  display: inline;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.5rem 1rem;
  color: #58ba28;
}

@media screen and (max-width: 768px) {
  .memberList-item_ctn {
    bottom: 1.5rem;
  }

  .memberList-item_ctn .txt {
    font-size: 1.4rem;
  }

  .memberList-item_ctn .ttl {
    font-size: 1.8rem;
  }
}

.cross-wpr {
  background: url(../img/member/cross_bg.png) center center no-repeat;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cross-wpr {
    padding: 2rem 0 2rem;
    background: url(../img/member/cross_bg.png) center top no-repeat;
    background-size: cover;
  }
}

.cross-wpr .crossTitle {
  font-size: 15rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(187, 222, 170, 0.7);
  font-family: "Crimson Text", serif;
  position: absolute;
  left: 0;
  top: -1rem;
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossTitle {
    position: static;
    font-size: 8rem;
    margin-bottom: 0.7rem;
  }
}

@media screen and (min-width: 769px) {
  .cross-wpr .crossList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.cross-wpr .crossList-item {
  position: relative;
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossList-item {
    width: 100%;
    padding-bottom: 5rem;
  }
}

.cross-wpr .crossList-item:before {
  position: absolute;
  content: "";
  width: 9.2rem;
  height: 9.2rem;
  top: 12rem;
  left: 1rem;
  background: url(../img/member/ico_x.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossList-item:before {
    width: 7.1rem;
    height: 7.1rem;
  }
}

.cross-wpr .crossList-item_ctn {
  background: #58ba28;
  color: #fff;
  padding: 0.5rem 1rem;
  position: absolute;
  bottom: 1.9rem;
  letter-spacing: 0.04em;
}

.cross-wpr .crossList-item_ctn .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.45;
}

.cross-wpr .crossList-item_ctn .txt {
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossList-item_ctn {
    bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .cross-wpr .crossList-item:nth-child(1):before {
    width: 0;
    height: 0;
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossList-item:nth-child(1):before {
    left: 23.9rem;
    top: 5.8rem;
  }
}

.cross-wpr .crossList-item:nth-child(1) .crossList-item_img img {
  max-width: unset;
  width: 32.8rem;
  margin-left: 3.7rem;
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossList-item:nth-child(1) .crossList-item_img img {
    width: 18.7rem;
    margin-left: -1.2rem;
  }
}

.cross-wpr .crossList-item:nth-child(1) .crossList-item_ctn {
  right: 3.5rem;
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossList-item:nth-child(1) .crossList-item_ctn {
    right: auto;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossList-item:nth-child(2) {
    margin-top: 2rem;
  }
}

.cross-wpr .crossList-item:nth-child(2):before {
  left: -1rem;
  top: 9rem;
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossList-item:nth-child(2):before {
    top: 6.3rem;
    left: 3rem;
  }
}

.cross-wpr .crossList-item:nth-child(2) .crossList-item_img img {
  max-width: unset;
  width: 32.8rem;
  margin-left: 2.5rem;
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossList-item:nth-child(2) .crossList-item_img img {
    width: 18.7rem;
    margin-left: 13.5rem;
  }
}

.cross-wpr .crossList-item:nth-child(2) .crossList-item_ctn {
  left: 3rem;
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossList-item:nth-child(2) .crossList-item_ctn {
    right: 0;
    left: auto;
  }
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossList-item:nth-child(3) {
    margin-top: 0.7rem;
  }
}

.cross-wpr .crossList-item:nth-child(3):before {
  left: -5rem;
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossList-item:nth-child(3):before {
    top: 5.8rem;
    left: 23.9rem;
  }
}

.cross-wpr .crossList-item:nth-child(3) .crossList-item_img img {
  max-width: unset;
  width: 35.6rem;
  margin-right: -3.5rem;
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossList-item:nth-child(3) .crossList-item_img img {
    width: 22.3rem;
    margin-right: auto;
    margin-left: -1.2rem;
  }
}

.cross-wpr .crossList-item:nth-child(3) .crossList-item_ctn {
  left: 1rem;
}

@media screen and (max-width: 768px) {
  .cross-wpr .crossList-item:nth-child(3) .crossList-item_ctn {
    left: 0;
    right: 0;
  }
}

.p-member_list {
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  .p-member_list {
    padding: 4.3rem 0 6rem;
  }
}

.p-member_cross {
  background: #79d64b;
  padding: 10rem 0 16rem;
}

@media screen and (max-width: 768px) {
  .p-member_cross {
    padding: 4rem 0 8rem;
  }
}

.p-member_cross .heading-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 4.7rem;
}

.p-member_cross .heading-box .heading-lv4 {
  margin-bottom: 0;
}

.p-member_cross .button-more {
  background: #fff;
  border-radius: 10rem;
  color: #58ba28;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.8rem 3.6rem 1.6rem;
  width: 26.9rem;
  margin-bottom: 2rem;
}

.p-member_cross .button-more .arrow svg path {
  stroke: #58ba28;
}

.p-member_cross .button-more:hover {
  background: #58ba28;
  color: #fff;
}

.p-member_cross .button-more:hover .arrow svg path {
  stroke: #fff;
}

@media screen and (max-width: 768px) {
  .p-member_cross .button-more {
    margin-top: 4rem;
  }
}

.p-member-detail {
  background: #f7f7f7;
}

.p-member-detail-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #79d64b;
}

@media screen and (max-width: 768px) {
  .p-member-detail-top {
    display: block;
  }
}

.p-member-detail-top .top-ctn {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-member-detail-top .top-ctn .inner {
  max-width: 55rem;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-member-detail-top .top-ctn {
    width: 100%;
    padding: 2rem 1.8rem 3.2rem;
  }

  .p-member-detail-top .top-ctn .inner {
    max-width: 100%;
    margin: 0;
  }
}

.p-member-detail-top .top-img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-member-detail-top .top-img {
    width: 100%;
  }
}

.p-member-detail-top .lbl {
  font-size: 8.6rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Crimson Text", serif;
  color: rgba(153, 240, 110, 0.7);
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-member-detail-top .lbl {
    font-size: 3.4rem;
    margin-bottom: 1.8rem;
  }
}

.p-member-detail-top .ttl {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.75;
}

.p-member-detail-top .ttl span {
  display: inline;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.5rem 1rem;
  color: #58ba28;
}

@media screen and (max-width: 768px) {
  .p-member-detail-top .ttl {
    font-size: 1.8rem;
  }
}

.p-member-detail-top .inf {
  background: #58ba28;
  color: #fff;
  padding: 0.8rem 4rem;
  display: inline-block;
  line-height: 1.4375;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-member-detail-top .inf {
    font-size: 1.3rem;
    margin-top: 1.8rem;
    padding: 0.4rem 1rem;
  }
}

.p-member-detail-content {
  padding: 9rem 0 10rem;
}

@media screen and (max-width: 768px) {
  .p-member-detail-content {
    padding: 4rem 0 10rem;
  }
}

.p-member-detail-content .contents {
  background: #fff url(../img/member/content_bg.png) left top;
  padding: 5.5rem 7rem 7rem;
}

@media screen and (max-width: 768px) {
  .p-member-detail-content .contents {
    padding: 3rem 1.2rem 4rem;
  }
}

.p-member-detail-content .contents .mb-qa + .mb-qa {
  margin-top: 5.7rem;
}

.p-member-detail-content .contents .mb-qa_tl {
  color: #58ba28;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}

.p-member-detail-content .contents .mb-qa_tx .cpp {
  font-size: 1.7rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.p-member-detail-content .contents .mb-qa_tx .imgg {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-member-detail-content .contents .mb-qa + .mb-qa {
    margin-top: 4.4rem;
  }

  .p-member-detail-content .contents .mb-qa_tl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .p-member-detail-content .contents .mb-qa_tx .cpp {
    font-size: 1.3rem;
    line-height: 186%;
  }
}

.p-member-detail-other {
  background: #79d64b;
  padding: 9.4rem 0 10rem;
}

@media screen and (max-width: 768px) {
  .p-member-detail-other {
    padding: 4rem 0 10rem;
  }
}

.p-member-detail-other .heading-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 4.7rem;
}

.p-member-detail-other .heading-box .heading-lv4 {
  margin-bottom: 0;
}

.p-member-detail-other .button-more {
  background: #fff;
  border-radius: 10rem;
  color: #58ba28;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.8rem 3.6rem 1.6rem;
  width: 26.9rem;
  margin-bottom: 2rem;
}

.p-member-detail-other .button-more .arrow svg path {
  stroke: #58ba28;
}

.p-member-detail-other .button-more:hover {
  background: #58ba28;
  color: #fff;
}

.p-member-detail-other .button-more:hover .arrow svg path {
  stroke: #fff;
}

@media screen and (max-width: 768px) {
  .p-member-detail-other .button-more {
    margin-top: 4rem;
  }
}

.p-member-cross {
  background: #f7f7f7;
}

.p-member-cross-top {
  background: url(../img/member/cross_bg.png) center center no-repeat;
  background-size: cover;
}

.p-member-cross-top .cross-wpr {
  max-width: 118rem;
  margin: 0 auto;
  background: none;
}

@media screen and (max-width: 768px) {
  .p-member-cross-top {
    padding: 1.8rem 1.8rem 5rem;
  }
}

.p-member-cross .cross-intro {
  text-align: center;
  padding: 6.8rem 0;
}

@media screen and (max-width: 768px) {
  .p-member-cross .cross-intro {
    text-align: left;
    padding: 3rem 0 4rem;
  }
}

.p-member-cross .cross-intro_ttl {
  font-size: 3.6rem;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #58ba28;
  margin-bottom: 3.2rem;
}

.p-member-cross .cross-intro_txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-member-cross .cross-intro_ttl {
    font-size: 1.8rem;
    line-height: 160%;
    margin-bottom: 1.3rem;
  }

  .p-member-cross .cross-intro_txt {
    font-size: 1.3rem;
  }
}

.p-member-cross .cross-contents {
  padding: 0 0 16rem 0;
}

.p-member-cross .cross-contents .cross-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-member-cross .cross-contents .talk-wrap {
  background: #fff;
  padding: 5.2rem 11.4rem 8rem 9.4rem;
  margin-top: -8rem;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-member-cross .cross-contents .talk-wrap {
    margin-top: -2.4rem;
    padding: 2rem 1rem 3rem;
  }
}

.p-member-cross .cross-contents .talk-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-member-cross .cross-contents .talk-question {
    margin-bottom: 3rem;
  }
}

.p-member-cross .cross-contents .talk-question:not(:first-child) {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .p-member-cross .cross-contents .talk-question:not(:first-child) {
    margin-top: 3rem;
  }
}

.p-member-cross .cross-contents .talk-question .ico {
  display: inline-block;
  font-size: 12rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Crimson Text", serif;
  color: #58ba28;
  width: 8.5rem;
}

.p-member-cross .cross-contents .talk-question .txt {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.458;
  color: #58ba28;
  margin-top: 1.8rem;
  width: calc(100% - 13.5rem);
}

@media screen and (max-width: 768px) {
  .p-member-cross .cross-contents .talk-question {
    display: block;
  }

  .p-member-cross .cross-contents .talk-question .ico {
    font-size: 4.8rem;
    width: 100%;
  }

  .p-member-cross .cross-contents .talk-question .txt {
    font-size: 1.6rem;
    width: 100%;
  }
}

.p-member-cross .cross-contents .talk-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.p-member-cross .cross-contents .talk-art + .talk-art {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-member-cross .cross-contents .talk-art {
    -webkit-column-gap: 0.6rem;
    -moz-column-gap: 0.6rem;
    column-gap: 0.6rem;
  }

  .p-member-cross .cross-contents .talk-art + .talk-art {
    margin-top: 1rem;
  }
}

.p-member-cross .cross-contents .talk-art_thumb {
  width: 11.5rem;
}

.p-member-cross .cross-contents .talk-art_thumb figure {
  width: 11.5rem;
  height: 11.5rem;
  border: 0.3rem solid #8db862;
  border-radius: 50%;
  overflow: hidden;
}

.p-member-cross .cross-contents .talk-art_thumb figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-member-cross .cross-contents .talk-art_thumb {
    width: 5.5rem;
  }

  .p-member-cross .cross-contents .talk-art_thumb figure {
    width: 5.5rem;
    height: 5.5rem;
  }
}

.p-member-cross .cross-contents .talk-art_ctn {
  width: calc(100% - 13.5rem);
  padding: 1.4rem 2rem 1.4rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  border-radius: 1.6rem;
  color: #fff;
  margin-top: 2rem;
}

.p-member-cross .cross-contents .talk-art_ctn .name {
  width: 9.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.p-member-cross .cross-contents .talk-art_ctn .copy {
  width: calc(100% - 11.1rem);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 180%;
  font-weight: 500;
}

.p-member-cross .cross-contents .talk-art_ctn .copy p + p {
  margin-top: 2rem;
}

.p-member-cross .cross-contents .talk-art_ctn.bg1 {
  background: #52bd1d;
}

.p-member-cross .cross-contents .talk-art_ctn.bg2 {
  background: #52d247;
}

.p-member-cross .cross-contents .talk-art_ctn.bg3 {
  background: #27ab63;
}

@media screen and (max-width: 768px) {
  .p-member-cross .cross-contents .talk-art_ctn {
    width: calc(100% - 6.1rem);
    display: block;
    padding: 1.4rem 1.6rem;
    margin-top: 0;
  }

  .p-member-cross .cross-contents .talk-art_ctn .name {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .p-member-cross .cross-contents .talk-art_ctn .copy {
    width: 100%;
    font-size: 1.3rem;
  }
}

.p-member-cross .cross-contents .cross-tks {
  text-align: center;
  color: #58ba28;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.458;
  letter-spacing: 0.04em;
  margin-top: 8.2rem;
}

@media screen and (max-width: 768px) {
  .p-member-cross .cross-contents .cross-tks {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}

/** home
======================================= **/
.p-career-life {
  padding: 8rem 0 0;
}

.p-career-life .career-life-img {
  overflow-x: auto;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-career-life {
    padding: 4.3rem 0 0;
  }

  .p-career-life .container {
    padding-right: 0;
  }

  .p-career-life .heading-lv4 {
    margin-bottom: 2rem;
  }

  .p-career-life .career-life-img {
    overflow-x: auto;
  }

  .p-career-life .career-life-img img {
    width: 1100px;
    max-width: unset;
  }
}

.p-career-banner {
  padding: 10rem 0 0;
}

.p-career-banner a {
  display: block;
  max-width: 104rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.p-career-banner .banner-ttl {
  position: absolute;
  line-height: 1;
  top: 1.2rem;
  left: 3.5rem;
  font-weight: 400;
  font-size: 1.6rem;
}

.p-career-banner .banner-ttl span {
  font-family: "Crimson Text", serif;
  font-size: 5.6rem;
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
}

.p-career-banner .banner-link {
  font-size: 1.5rem;
  position: absolute;
  line-height: 1;
  bottom: 2.1rem;
  right: 2.1rem;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.p-career-banner .banner-link::after {
  content: "";
  width: 1.1rem;
  height: 1.6rem;
  background: url('data:image/svg+xml,<svg width="11" height="16" viewBox="0 0 11 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L9 8L1 15" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>')
    no-repeat center / contain;
  display: inline-block;
  margin-left: 2.8rem;
}

@media screen and (max-width: 768px) {
  .p-career-banner {
    padding: 4.3rem 0 0;
  }

  .p-career-banner .banner-image {
    height: 20rem;
  }

  .p-career-banner .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-career-banner .banner-ttl {
    top: 1rem;
    left: 1rem;
    font-size: 1.4rem;
  }

  .p-career-banner .banner-ttl span {
    font-size: 3.6rem;
  }
}

.p-career-support {
  padding: 10rem 0 5.3rem;
  counter-reset: section;
}

@media screen and (max-width: 768px) {
  .p-career-support {
    padding: 4.3rem 0 5.5rem;
  }
}

.p-career-support .heading-lv4 {
  margin-bottom: 6.2rem;
}

@media screen and (max-width: 768px) {
  .p-career-support .heading-lv4 {
    margin-bottom: 2rem;
  }
}

.p-career-support .support-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  padding-top: 12rem;
  position: relative;
  counter-increment: section;
}

.p-career-support .support-article:before {
  position: absolute;
  content: "0" counter(section);
  font-size: 15rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Crimson Text", serif;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-career-support .support-article {
    display: block;
    padding-top: 0;
  }

  .p-career-support .support-article:before {
    font-size: 8rem;
    top: 13.3rem;
  }
}

.p-career-support .support-article + .support-article {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-career-support .support-article + .support-article {
    margin-top: 3rem;
  }
}

.p-career-support .support-article_img {
  width: calc(535 / 1100 * 100%);
  margin-top: -12rem;
}

@media screen and (max-width: 768px) {
  .p-career-support .support-article_img {
    width: 27.8rem;
    margin-left: auto;
    margin-right: -1.8rem;
    margin-bottom: -1.8rem;
    margin-top: 0;
  }
}

.p-career-support .support-article_ctn {
  width: calc(624 / 1100 * 100%);
  margin-right: -5.9rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-career-support .support-article_ctn {
    width: 100%;
    margin: 0;
  }
}

.p-career-support .support-article_ttl {
  font-size: 2.8rem;
  line-height: 200%;
  letter-spacing: 0.04em;
  font-weight: 600;
  padding: 1.7rem 6.8rem 1.7rem 3.4rem;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-career-support .support-article_ttl {
    font-size: 1.8rem;
    padding: 3.5rem 1.6rem 1.6rem;
  }
}

.p-career-support .support-article_cpy {
  padding: 2rem 6.8rem 3rem 3.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-career-support .support-article_cpy {
    padding: 1rem 1.2rem 4rem 1.6rem;
  }
}

.p-career-support .support-article_cpy dl + dl {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .p-career-support .support-article_cpy dl + dl {
    margin-top: 0.8rem;
  }
}

.p-career-support .support-article_cpy dl dt {
  font-size: 2rem;
  line-height: 200%;
  letter-spacing: 0.04em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-career-support .support-article_cpy dl dt {
    font-size: 1.6rem;
  }
}

.p-career-support .support-article_cpy dl dd {
  font-size: 1.8rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-left: 2.7rem;
}

@media screen and (max-width: 768px) {
  .p-career-support .support-article_cpy dl dd {
    font-size: 1.3rem;
    padding-left: 2.3rem;
  }
}

.p-career-support .support-article.article1:before {
  color: #dc8aca;
}

.p-career-support .support-article.article1 .support-article_ctn {
  background: #dc8aca;
}

.p-career-support .support-article.article2:before {
  color: #5fb5da;
}

.p-career-support .support-article.article2 .support-article_ctn {
  background: #5fb5da;
}

.p-career-support .support-article.article3:before {
  color: #ff9900;
}

.p-career-support .support-article.article3 .support-article_ctn {
  background: #ff9900;
}

.p-career-support .support-article.article4:before {
  color: #d3cc2c;
}

.p-career-support .support-article.article4 .support-article_ctn {
  background: #d3cc2c;
}

.p-career-job {
  padding: 10rem 0 16rem;
  background: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .p-career-job {
    padding: 4rem 0 10rem;
  }
}

@media screen and (min-width: 769px) {
  .p-career-job .heading-lv4 {
    display: inline-block;
    margin-left: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .p-career-job .career-job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
    justify-content: center;
  }
}

.p-career-job .career-job_sidebar {
  width: 23.2rem;
}

.p-career-job .career-job_sidebar .listTitle {
  background: #fff;
  overflow: hidden;
  counter-reset: item;
  border: 1px solid #e6e6e6;
  border-radius: 0.8rem;
  position: -webkit-sticky;
  position: sticky;
  top: 8.2rem;
}

.p-career-job .career-job_sidebar .listTitle li {
  counter-increment: item;
  border-bottom: 1px solid #e6e6e6;
}

.p-career-job .career-job_sidebar .listTitle li:last-child {
  border: none;
}

.p-career-job .career-job_sidebar .listTitle li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding: 1.6rem 1.2rem 1.6rem 5rem;
}

.p-career-job .career-job_sidebar .listTitle li a:before {
  position: absolute;
  counter-increment: li;
  content: counter(item, decimal-leading-zero);
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Crimson Text", serif;
}

.p-career-job .career-job_sidebar .listTitle li a:hover {
  color: #58ba28;
}

.p-career-job .career-job_sidebar .listTitle li.current a {
  color: #58ba28;
}

@media screen and (max-width: 768px) {
  .p-career-job .career-job_sidebar {
    display: none;
  }
}

.p-career-job .career-job_contents {
  width: calc(100% - 29.2rem);
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .p-career-job .career-job_contents {
    width: 100%;
    margin: 0;
  }
}

.p-career-job .job-box_title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #58ba28;
  position: relative;
  padding-bottom: 1.6rem;
  margin-bottom: 4rem;
}

.p-career-job .job-box_title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 21.4rem;
  height: 0.1rem;
  background: #58ba28;
}

@media screen and (max-width: 768px) {
  .p-career-job .job-box_title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.p-career-job .job-box:not(:first-child) .job-box_title {
  margin-top: 5.2rem;
}

@media screen and (max-width: 768px) {
  .p-career-job .job-box:not(:first-child) .job-box_title {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-career-job .job-box_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    grid-gap: 2rem;
  }
}

.p-career-job .job-box_item {
  width: calc(100% / 2 - 1rem);
  scroll-margin: 8.2rem;
}

@media screen and (max-width: 768px) {
  .p-career-job .job-box_item {
    width: 100%;
  }

  .p-career-job .job-box_item + .job-box_item {
    margin-top: 1rem;
  }
}

.p-career-job .job-box_item_inner {
  display: block;
  border: 1.5px solid #bcbcbc;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}

.p-career-job .job-box_item_inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #9c9c9c;
  mix-blend-mode: multiply;
}

.p-career-job .job-box_item_img {
  display: block;
}

.p-career-job .job-box_item_ctn {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.5rem 2.8rem 2.5rem;
}

.p-career-job .job-box_item_ctn .ttl {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 600;
}

.p-career-job .job-box_item_ctn .txt {
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-career-job .job-box_item_ctn {
    padding: 2rem;
  }

  .p-career-job .job-box_item_ctn .ttl {
    font-size: 1.8rem;
  }

  .p-career-job .job-box_item_ctn .txt {
    font-size: 1.3rem;
  }
}

/** home
======================================= **/
.p-welfare_keyword {
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword {
    padding: 4.3rem 0 6rem;
  }
}

.p-welfare_keyword .keyword-lead {
  max-width: 93rem;
  font-size: 2rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  margin: 0 auto 2rem;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-lead {
    font-size: 1.6rem;
  }
}

.p-welfare_keyword .keyword-wpr {
  max-width: 93rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-wpr {
    display: block;
  }
}

.p-welfare_keyword .keyword-box {
  width: calc(100% / 2);
  height: 32.4rem;
  background: #79d64b;
  color: #fff;
  padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-box {
    width: 100%;
    height: 30.8rem;
    padding: 1.2rem;
  }
}

.p-welfare_keyword .keyword-box_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 200%;
}

.p-welfare_keyword .keyword-box_ttl .sm {
  display: inline-block;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-box_ttl {
    font-size: 1.8rem;
  }
}

.p-welfare_keyword .keyword-box .number {
  font-size: 14rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Crimson Text", serif;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-box .number {
    font-size: 11rem;
  }
}

.p-welfare_keyword .keyword-box .percent {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-box .percent {
    font-size: 3.2rem;
  }
}

.p-welfare_keyword .keyword-box .chart {
  width: 29.2rem;
  height: 18.3rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 5.3rem;
  -moz-column-gap: 5.3rem;
  column-gap: 5.3rem;
  margin-top: 6rem;
}

.p-welfare_keyword .keyword-box .chart .col {
  width: 6.1rem;
  position: relative;
}

.p-welfare_keyword .keyword-box .chart .col .info {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.p-welfare_keyword .keyword-box .chart .col .info .num {
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-box .chart .col .info {
    font-size: 1.6rem;
    top: -2rem;
  }

  .p-welfare_keyword .keyword-box .chart .col .info .num {
    font-size: 3.2rem;
  }
}

.p-welfare_keyword .keyword-box .chart .col .hei {
  display: block;
  width: 100%;
}

.p-welfare_keyword .keyword-box .chart .col .year {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.p-welfare_keyword .keyword-box .chart .col.col1 .hei {
  height: 10.1rem;
  background: #6ac83c;
}

.p-welfare_keyword .keyword-box .chart .col.col2 .hei {
  height: 14.3rem;
  background: #67c33a;
}

.p-welfare_keyword .keyword-box .chart .col.col3 .hei {
  height: 18.3rem;
  background: #50b41f;
}

.p-welfare_keyword .keyword-box .chart.chart2 {
  margin-top: 7.5rem;
}

.p-welfare_keyword .keyword-box .chart.chart2 .col.col1 .hei {
  background: #79d64b;
}

.p-welfare_keyword .keyword-box .chart.chart2 .col.col2 .hei {
  background: #58ad2f;
}

.p-welfare_keyword .keyword-box .chart.chart2 .col.col3 .hei {
  background: #43ab0f;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-box_list {
    margin-top: 2rem;
  }
}

.p-welfare_keyword .keyword-box_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.p-welfare_keyword .keyword-box_list li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  border-bottom: 1px dashed #fff;
  z-index: -1;
}

.p-welfare_keyword .keyword-box_list li .num {
  display: inline-block;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Crimson Text", serif;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-box_list li .num {
    font-size: 4.8rem;
  }
}

.p-welfare_keyword .keyword-box_list li .txt {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-box_list li .txt {
    font-size: 1.8rem;
  }
}

.p-welfare_keyword .keyword-box_list li .left {
  background-color: #79d64b;
  z-index: 1;
  position: relative;
  padding-right: 6rem;
}

.p-welfare_keyword .keyword-box_list li .left .num {
  margin-right: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-box_list li .left {
    padding-right: 4rem;
  }

  .p-welfare_keyword .keyword-box_list li .left .num {
    margin-right: 0.4rem;
  }
}

.p-welfare_keyword .keyword-box_list li .right {
  background-color: #79d64b;
  z-index: 1;
  position: relative;
  padding-left: 2rem;
  width: 16rem;
}

.p-welfare_keyword .keyword-box_list li .right .num {
  margin-right: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-box_list li .right {
    padding-left: 1rem;
    width: 13rem;
  }

  .p-welfare_keyword .keyword-box_list li .right .num {
    font-size: 5.6rem;
    margin-right: 0;
  }

  .p-welfare_keyword .keyword-box_list li .right .txt {
    font-size: 2rem;
  }
}

.p-welfare_keyword .keyword-box_list li:last-child .left {
  padding-right: 1rem;
}

.p-welfare_keyword .keyword-box.box1 {
  padding-right: 5.6rem;
}

.p-welfare_keyword .keyword-box.box1 .keyword-box_ttl .sm {
  display: block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-box.box1 {
    padding-right: 2.8rem;
  }
}

.p-welfare_keyword .keyword-box.box2 {
  background: #67c33a;
}

.p-welfare_keyword .keyword-box.box3 {
  background: #67c33a url(../img/welfare/img_lg02.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-box.box3 {
    background: #79d64b url(../img/welfare/img_lg02.png) left top no-repeat;
    background-size: cover;
  }
}

.p-welfare_keyword .keyword-box.box4 {
  background: #79d64b url(../img/welfare/img_lg03.png) left top no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-welfare_keyword .keyword-box.box4 {
    background: #67c33a url(../img/welfare/img_lg03.png) left top no-repeat;
    background-size: cover;
  }
}

.p-welfare_welfare {
  padding: 10rem 0;
  background: #79d64b;
}

@media screen and (max-width: 768px) {
  .p-welfare_welfare {
    padding: 4rem 0 6rem;
  }

  .p-welfare_welfare .heading-lv4 {
    margin-bottom: 3rem;
  }
}

.p-welfare_welfare .welfare-wpr + .welfare-wpr {
  margin-top: 6.2rem;
}

@media screen and (max-width: 768px) {
  .p-welfare_welfare .welfare-wpr + .welfare-wpr {
    margin-top: 3rem;
  }
}

.p-welfare_welfare .welfare-wpr_ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 3.7rem;
  padding-bottom: 1.2rem;
}

@media screen and (max-width: 768px) {
  .p-welfare_welfare .welfare-wpr_ttl {
    font-size: 1.8rem;
    line-height: 1.45;
    padding-bottom: 1.3rem;
    margin-bottom: 2rem;
  }
}

.p-welfare_welfare .welfare-wpr_item {
  background: #fff;
  border-radius: 1.2rem;
  padding: 5.8rem 17.2rem 1.5rem 1.2rem;
  width: calc(100% / 2 - 1rem);
  position: relative;
  color: #58ba28;
  overflow: hidden;
  min-height: 22.7rem;
}

@media screen and (max-width: 768px) {
  .p-welfare_welfare .welfare-wpr_item {
    width: 100%;
    padding: 4.5rem 0 0;
    min-height: auto;
  }

  .p-welfare_welfare .welfare-wpr_item + .welfare-wpr_item {
    margin-top: 1.6rem;
  }
}

.p-welfare_welfare .welfare-wpr_item .num {
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Crimson Text", serif;
  position: absolute;
  left: 1.2rem;
  top: 0.6rem;
}

@media screen and (max-width: 768px) {
  .p-welfare_welfare .welfare-wpr_item .num {
    font-size: 2.8rem;
    left: 1.6rem;
    top: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-welfare_welfare .welfare-wpr_item .text {
    padding: 0 1.3rem;
  }
}

.p-welfare_welfare .welfare-wpr_item .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .p-welfare_welfare .welfare-wpr_item .ttl {
    font-size: 1.7rem;
    line-height: 1.6;
    margin-bottom: 0.3rem;
  }
}

.p-welfare_welfare .welfare-wpr_item .txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-welfare_welfare .welfare-wpr_item .txt small {
  display: block;
  font-size: 1.2rem;
  line-height: 160%;
}

.p-welfare_welfare .welfare-wpr_item .txt p + p {
  margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
  .p-welfare_welfare .welfare-wpr_item .txt {
    font-size: 1.4rem;
  }

  .p-welfare_welfare .welfare-wpr_item .txt p + p {
    margin-top: 0.3rem;
  }
}

.p-welfare_welfare .welfare-wpr_item .img {
  width: 15.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.p-welfare_welfare .welfare-wpr_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-welfare_welfare .welfare-wpr_item .img {
    width: 100%;
    height: 14.3rem;
    position: relative;
    margin-top: 1rem;
  }
}

.p-welfare_welfare .welfare-wpr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  grid-gap: 2rem;
}

@media screen and (max-width: 768px) {
  .p-welfare_welfare .welfare-wpr_list {
    display: block;
  }
}

.p-welfare_award {
  padding: 10rem 0 16rem;
}

@media screen and (max-width: 768px) {
  .p-welfare_award {
    padding: 4rem 0 12rem;
  }

  .p-welfare_award .heading-lv4 {
    margin-bottom: 2rem;
  }
}

.p-welfare_award .award-content {
  padding: 0 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-welfare_award .award-content {
    padding: 0;
  }
}

.p-welfare_award .award-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  padding: 2rem 2.4rem;
  color: #2e2f30;
  font-family: "Lexend", sans-serif;
}

.p-welfare_award .award-art_tl {
  width: 15.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 200%;
}

.p-welfare_award .award-art_tx {
  width: calc(100% - 19.8rem);
  letter-spacing: 0.02em;
  line-height: 200%;
  font-weight: 500;
}

.p-welfare_award .award-art:nth-child(odd) {
  background: #ebf7e5;
}

@media screen and (max-width: 768px) {
  .p-welfare_award .award-art {
    display: block;
    padding: 1.2rem;
  }

  .p-welfare_award .award-art_tl {
    width: 100%;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }

  .p-welfare_award .award-art_tx {
    width: 100%;
    font-size: 1.3rem;
  }
}

/** home
======================================= **/
.p-faq {
  background: #f7f7f7;
}

.p-faq_section {
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  .p-faq_section {
    padding: 4rem 0 8rem;
  }
}

.faq-art {
  border-top: 1px solid #c2c2c2;
  padding: 0 2.8rem 0 2rem;
}

@media screen and (max-width: 768px) {
  .faq-art {
    padding: 0 0;
  }
}

.faq-art:last-of-type {
  border-bottom: 1px solid #c2c2c2;
}

.faq-art_ttl {
  color: #58ba28;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding: 3.2rem 0 3.2rem 0;
  position: relative;
}

.faq-art_ttl:before,
.faq-art_ttl:after {
  position: absolute;
  content: "";
  background: #545454;
}

.faq-art_ttl:before {
  width: 0.1rem;
  height: 3.2rem;
  top: 4rem;
  right: 1.5rem;
}

.faq-art_ttl:after {
  width: 3.2rem;
  height: 0.1rem;
  top: 5.6rem;
  right: 0;
}

.faq-art_ttl._active:before {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .faq-art_ttl {
    font-size: 1.6rem;
    line-height: 160%;
    padding: 2.4rem 5rem 2.4rem 0;
  }

  .faq-art_ttl:before {
    right: 2rem;
    height: 2rem;
    top: 3rem;
  }

  .faq-art_ttl:after {
    width: 2rem;
    right: 1rem;
    top: 4rem;
  }
}

.faq-art_txt {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 200%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-bottom: 3.2rem;
  display: none;
}

@media screen and (max-width: 768px) {
  .faq-art_txt {
    font-size: 1.3rem;
  }
}

/** home
======================================= **/
@media screen and (min-width: 769px) {
  .p-information .key-visual .kv-ttl .en {
    font-size: 12.9rem;
  }
}

@media screen and (max-width: 768px) {
  .p-information .key-visual .kv-ttl .en {
    font-size: 6rem;
  }

  .p-information .key-visual .kv-ttl .en .char6 {
    display: block;
    height: 0;
  }
}

.p-information_sc {
  padding: 10rem 0 16rem;
  background: #f7f7f7;
}

.p-information_sc .cat {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding: 0.4rem 2rem;
  border-radius: 10rem;
  color: #fff;
  background: #79d64b;
}

@media screen and (max-width: 768px) {
  .p-information_sc {
    padding: 3.4rem 0 12rem;
  }
}

.p-information .information-intro {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .p-information .information-intro {
    margin-bottom: 2.6rem;
  }
}

.p-information .information-intro_title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.02em;
  border-bottom: 2px solid #d9d9d9;
  position: relative;
  margin-bottom: 3rem;
}

.p-information .information-intro_title:after {
  position: absolute;
  content: "";
  width: 6.7rem;
  height: 2px;
  left: 0;
  bottom: -2px;
  background: #79d64b;
}

@media screen and (max-width: 768px) {
  .p-information .information-intro_title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.p-information .information-intro_text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-information .information-intro_text {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 769px) {
  .p-information .information-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .p-information .information-content {
    width: calc(685 / 1100 * 100%);
  }
}

.p-information .information-content .information-feature {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 768px) {
  .p-information .information-content .information-post {
    margin-bottom: 5.5rem;
  }
}

.p-information .information-content .information-post .cat {
  margin-bottom: 1.6rem;
}

.p-information .information-content .information-post_title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.04em;
  padding: 0 2rem 3rem;
  border-bottom: 1px solid #c2c2c2;
}

@media screen and (max-width: 768px) {
  .p-information .information-content .information-post_title {
    font-size: 1.6rem;
    padding: 0 0 1.4rem;
  }
}

.p-information .information-content .information-post_cont {
  padding: 3.5rem 1.5rem 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-information .information-content .information-post_cont {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    padding: 1.4rem 0 0;
  }
}

.p-information .information-content .information-post_btn {
  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;
  width: 48rem;
  height: 5.8rem;
  background: #fff;
  color: #58ba28;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #58ba28;
  font-family: "Noto Sans JP", sans-serif;
  margin: 4rem auto 0;
}

.p-information .information-content .information-post_btn:hover {
  background: #58ba28;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-information .information-content .information-post_btn {
    width: 100%;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-information .information-sidebar {
    width: calc(370 / 1100 * 100%);
  }
}

.p-information .information-sidebar .cat {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}

.p-information .information-sidebar_item {
  border-bottom: 1px solid #c2c2c2;
  padding: 2rem 0;
}

.p-information .information-sidebar_item:first-child {
  border-top: 1px solid #c2c2c2;
}

.p-information .information-sidebar_item_img {
  width: calc(162 / 370 * 100%);
  height: 12.6rem;
  border-radius: 1rem;
  overflow: hidden;
}

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

.p-information .information-sidebar_item_ctn {
  width: calc(188 / 370 * 100%);
}

.p-information .information-sidebar_item_ctn .ttl {
  display: block;
  font-size: 1.3rem;
  line-height: 160%;
  letter-spacing: 0.04em;
}

.p-information .information-sidebar_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/** home
======================================= **/
.p-beginner_intro {
  padding: 9rem 0 0;
  color: #79d64b;
}

@media screen and (max-width: 768px) {
  .p-beginner_intro {
    padding: 4rem 0 0;
  }
}

.p-beginner_intro .container {
  max-width: 74.6rem;
  margin-bottom: 9.6rem;
}

@media screen and (max-width: 768px) {
  .p-beginner_intro .container {
    margin-bottom: 6rem;
  }
}

.p-beginner_intro .txt {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-beginner_intro .txt {
    font-size: 1.5rem;
  }
}

.p-beginner_intro .pos {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.04em;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-beginner_intro .pos {
    font-size: 2rem;
  }
}

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

.p-beginner_wrap {
  padding: 8rem 0 10rem;
  background: #79d64b;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-beginner_wrap {
    padding: 4rem 0 6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-beginner_wrap .our-mind {
    width: calc((100% - 1100px) / 2 + 1115px);
    margin-left: auto;
    padding-left: 1.5rem;
  }

  .p-beginner_wrap .our-mind .heading-lv4 {
    margin-bottom: -2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-beginner_wrap .our-mind .heading-lv4 {
    padding: 0 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-beginner_wrap .our-mind_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .p-beginner_wrap .our-mind_row_img {
    width: calc(556 / 1200 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .p-beginner_wrap .our-mind_row_img {
    width: 32.6rem;
    margin-left: auto;
    margin-bottom: 2rem;
  }
}

.p-beginner_wrap .our-mind_row_ctn {
  width: calc(580 / 1200 * 100%);
  padding-top: 17rem;
}

.p-beginner_wrap .our-mind_row_ctn h3 {
  font-size: 2.8rem;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 3rem;
}

.p-beginner_wrap .our-mind_row_ctn p {
  font-size: 1.7rem;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-beginner_wrap .our-mind_row_ctn {
    width: 100%;
    padding: 0 1.8rem;
  }

  .p-beginner_wrap .our-mind_row_ctn h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .p-beginner_wrap .our-mind_row_ctn p {
    font-size: 1.3rem;
  }
}

.p-beginner_wrap .job-position {
  padding: 16rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-beginner_wrap .job-position {
    padding: 6rem 0 0;
  }
}

.p-beginner_wrap .job-position .heading-lv4 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .p-beginner_wrap .job-position_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    grid-row-gap: 3.8rem;
  }
}

.p-beginner_wrap .job-position_item {
  width: calc(100% / 2 - 1rem);
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}

.p-beginner_wrap .job-position_item_ttl {
  font-size: 2.8rem;
  line-height: 200%;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #58ba28;
  border-bottom: 1px solid #58ba28;
  padding: 1rem 2.2rem 0.7rem;
}

.p-beginner_wrap .job-position_item_ctn {
  padding: 1rem 2.2rem 2.5rem;
}

.p-beginner_wrap .job-position_item_ctn .txt {
  display: block;
  font-size: 1.7rem;
  line-height: 200%;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-beginner_wrap .job-position_item_ctn .btn {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 2rem;
  color: #58ba28;
  border: 1px solid #58ba28;
  max-width: 48rem;
  border-radius: 0.8rem;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.p-beginner_wrap .job-position_item_link {
  display: block;
}

.p-beginner_wrap .job-position_item_link:hover .btn {
  background: #58ba28;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-beginner_wrap .job-position_item {
    width: 100%;
  }

  .p-beginner_wrap .job-position_item + .job-position_item {
    margin-top: 1rem;
  }

  .p-beginner_wrap .job-position_item_ttl {
    font-size: 1.6rem;
  }

  .p-beginner_wrap .job-position_item_ctn {
    padding: 1rem 1.4rem 2rem;
  }

  .p-beginner_wrap .job-position_item_ctn .txt {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }

  .p-beginner_wrap .job-position_item .btn {
    font-size: 1.4rem;
    padding: 1.5rem;
    max-width: 30.4rem;
  }
}

.p-beginner_welfare {
  padding: 8rem 0 10rem;
  background: #f7f7f7;
}

.p-beginner_welfare .welfare-wrap {
  background: #fff;
  padding: 2.6rem 8.4rem 6.2rem;
}

.p-beginner_welfare .welfare-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 4rem 0 3.8rem;
  font-size: 1.8rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #d8d8d8;
}

.p-beginner_welfare .welfare-wrap dl dt {
  width: 25%;
}

.p-beginner_welfare .welfare-wrap dl dd {
  width: 75%;
}

.p-beginner_welfare .welfare-wrap dl dd .note {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-beginner_welfare {
    padding: 4rem 0 5.6rem;
  }

  .p-beginner_welfare .welfare-wrap {
    padding: 1rem 1rem 2.6rem;
  }

  .p-beginner_welfare .welfare-wrap dl {
    display: block;
    padding: 1rem 0;
  }

  .p-beginner_welfare .welfare-wrap dl + dl {
    margin-top: 1rem;
  }

  .p-beginner_welfare .welfare-wrap dl dt {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .p-beginner_welfare .welfare-wrap dl dd {
    width: 100%;
    font-size: 1.4rem;
  }

  .p-beginner_welfare .welfare-wrap dl dd .note {
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
}

.p-beginner_ideal {
  padding: 8rem 0 10rem;
}

@media screen and (max-width: 768px) {
  .p-beginner_ideal {
    padding: 2.2rem 0 6.4rem;
  }
}

.p-beginner_ideal .ideal-head {
  text-align: center;
  margin-bottom: 3.6rem;
}

.p-beginner_ideal .ideal-head h3 {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #58ba28;
}

.p-beginner_ideal .ideal-head p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.08rem;
}

@media screen and (max-width: 768px) {
  .p-beginner_ideal .ideal-head {
    margin-bottom: 1.4rem;
    text-align: left;
  }

  .p-beginner_ideal .ideal-head h3 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }

  .p-beginner_ideal .ideal-head p {
    font-size: 1.4rem;
  }
}

.p-beginner_ideal .ideal-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.1rem 1.2rem 1.1rem 6.5rem;
  border: 1px solid #58ba28;
  border-radius: 0.8rem;
}

@media screen and (max-width: 768px) {
  .p-beginner_ideal .ideal-box {
    padding: 1.4rem 1.2rem 2rem;
    display: block;
  }
}

.p-beginner_ideal .ideal-box + .ideal-box {
  margin-top: 2rem;
}

.p-beginner_ideal .ideal-box_img {
  width: calc(463 / 1100 * 100%);
}

@media screen and (max-width: 768px) {
  .p-beginner_ideal .ideal-box_img {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.p-beginner_ideal .ideal-box_ctn {
  width: calc(580 / 1100 * 100%);
}

@media screen and (max-width: 768px) {
  .p-beginner_ideal .ideal-box_ctn {
    width: 100%;
  }
}

.p-beginner_ideal .ideal-box_tl {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #58ba28;
}

@media screen and (max-width: 768px) {
  .p-beginner_ideal .ideal-box_tl {
    font-size: 2rem;
    line-height: 160%;
  }
}

.p-beginner_ideal .ideal-box_tx {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-beginner_ideal .ideal-box_tx {
    font-size: 1.4rem;
  }
}

.p-beginner_ideal .ideal-art {
  max-width: 91rem;
  margin: 0 auto;
}

.p-beginner_ideal .ideal-art + .ideal-art {
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .p-beginner_ideal .ideal-art + .ideal-art {
    margin-top: 2rem;
  }
}

.p-beginner_ideal .ideal-art_ttl {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4375;
  letter-spacing: 0.04;
  color: #58ba28;
  border-bottom: 1px solid #58ba28;
  padding-bottom: 1.6rem;
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-beginner_ideal .ideal-art_ttl {
    font-size: 2rem;
  }
}

.p-beginner_ideal .ideal-art_txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-beginner_ideal .ideal-art_txt {
    font-size: 1.4rem;
  }
}

.p-beginner_ideal .ideal-art_inner {
  max-width: 53rem;
}

.p-beginner_ideal .ideal-art.art1 {
  margin-top: 7.2rem;
}

@media screen and (max-width: 768px) {
  .p-beginner_ideal .ideal-art.art1 {
    margin-top: 4rem;
  }
}

.p-beginner_ideal .ideal-art:nth-child(even) .ideal-art_inner {
  margin-left: auto;
}

.p-beginner_flow {
  padding: 9rem 0 16rem;
  background: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .p-beginner_flow {
    padding: 6rem 0 8rem;
  }
}

.p-beginner_flow .flowList {
  max-width: 95.2rem;
  margin: 0 auto;
}

.p-beginner_flow .flowList-item {
  height: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-beginner_flow .flowList-item {
    height: 5.8rem;
  }
}

.p-beginner_flow .flowList-item .lbl {
  background: #79d64b;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Crimson Text", serif;
  width: 18rem;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.p-beginner_flow .flowList-item .lbl:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 3.4rem solid transparent;
  border-bottom: 3.4rem solid transparent;
  border-left: 1.5rem solid #79d64b;
  top: 0;
  right: -1.5rem;
}

@media screen and (max-width: 768px) {
  .p-beginner_flow .flowList-item .lbl {
    font-size: 2rem;
    width: 8rem;
  }

  .p-beginner_flow .flowList-item .lbl:after {
    border-top: 2.9rem solid transparent;
    border-bottom: 2.9rem solid transparent;
    border-left: 1.5rem solid #79d64b;
  }
}

.p-beginner_flow .flowList-item .txt {
  background: linear-gradient(115deg, #80c600 15.72%, #cd0 130.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 2.2rem 2.2rem 2.2rem 9.5rem;
  width: calc(100% - 30rem);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-beginner_flow .flowList-item .txt {
    padding: 1.2rem 1.5rem 1.2rem 4.5rem;
    width: calc(100% - 9.5rem);
    font-size: 1.2rem;
    line-height: 120%;
  }
}

.p-beginner_flow .flowList-item + .flowList-item {
  margin-top: 4rem;
}

.p-beginner_flow .flowList-item:last-child .lbl {
  background: none;
  z-index: 1;
}

.p-beginner_flow .flowList-item:last-child .lbl:after {
  width: calc(100% + 1.5rem);
  height: 100%;
  top: 0;
  border: none;
  background: url(../img/beginner/bg_linear.svg) right center no-repeat;
  background-size: auto 100%;
  z-index: -1;
}

.p-beginner_flow .flowList-item:last-child .txt {
  background: -webkit-gradient(linear, left top, right top, from(#f72d00), color-stop(52.08%, #f6791c), to(#f2871e));
  background: linear-gradient(90deg, #f72d00 0%, #f6791c 52.08%, #f2871e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/** home
======================================= **/
.p-news {
  background: #f7f7f7;
}

.p-news_sc {
  padding: 10rem 0 16rem;
}

@media screen and (max-width: 768px) {
  .p-news_sc {
    padding: 4.3rem 0 8rem;
  }
}

.p-news .news-item:first-child {
  border-top: 1px solid #d5d5d5;
}

.p-news .news-item a {
  padding: 4rem 0;
}

.p-news .news-item a .tim {
  width: 18%;
}

.p-news .news-item a .ttl {
  width: 82%;
  padding-right: 8rem;
}

.p-news .news-item a .ico {
  right: 4.4rem;
}

.p-news .news-item a .ico .ico svg path {
  fill: #79d64b;
}

@media screen and (max-width: 768px) {
  .p-news .news-item a {
    display: block;
    padding-right: 3.3rem;
    padding-top: 1.6rem;
    padding-bottom: 2.5rem;
  }

  .p-news .news-item a .tim {
    width: 100%;
    margin-bottom: 1.3rem;
    font-size: 1.4rem;
  }

  .p-news .news-item a .ttl {
    width: 100%;
    padding-right: 0;
    font-size: 1.3rem;
    font-family: "Noto Sans JP", sans-serif;
  }

  .p-news .news-item a .ico {
    right: 0;
  }

  .p-news .news-item a .ico .ico svg {
    display: block;
    width: 1.4rem;
    height: auto;
  }
}

.p-news .news-item a:hover .ico svg {
  -webkit-animation: arrow-right 0.5s ease-in-out;
  animation: arrow-right 0.5s ease-in-out;
}

.p-news_post {
  background: #fff;
  padding: 4rem 7rem 7.5rem;
}

@media screen and (max-width: 768px) {
  .p-news_post {
    padding: 2rem;
  }
}

.p-news_post .post-head {
  padding-bottom: 2.2rem;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #dedede;
}

.p-news_post .post-head_time {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Crimson Text", serif;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #000;
}

.p-news_post .post-head_title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #545454;
}

@media screen and (max-width: 768px) {
  .p-news_post .post-head {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .p-news_post .post-head_time {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }

  .p-news_post .post-head_title {
    font-size: 1.6rem;
    line-height: 140%;
  }
}

.p-news_post .post-content {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-news_post .post-content p {
  line-height: 200%;
  font-weight: 500;
}

.p-news_post .post-content p + p {
  margin-top: 3.6rem;
}

@media screen and (max-width: 768px) {
  .p-news_post .post-content {
    font-size: 1.3rem;
  }

  .p-news_post .post-content p + p {
    margin-top: 1.5rem;
  }
}

.p-news .post-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #79d64b;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  width: 48rem;
  height: 5.8rem;
  border: 1px solid #58ba28;
  background: #fff;
  margin: 6rem auto 0;
}

.p-news .post-btn:hover {
  background: #58ba28;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-news .post-btn {
    width: 34rem;
    height: 5.6rem;
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}

/** home
======================================= **/
@media screen and (max-width: 768px) {
  .p-recruit .key-visual .kv-ttl .en {
    font-size: 6.4rem;
  }
}

.p-recruit_sc {
  padding: 10rem 0 16rem;
  background-color: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .p-recruit_sc {
    padding: 4rem 0 8rem;
  }
}

.p-recruit_sc .container {
  max-width: 107rem;
}

.p-recruit_sc .search-area_form {
  background-color: #fff;
}

.p-recruit_sc .search-area_form .sform-btn .button-more {
  color: #58ba28;
  background: #fff url(../img/common/ico_search_green.svg) 17rem center no-repeat;
  background-position-x: 14rem;
}

.p-recruit_sc .search-area_form .sform-btn .button-more:hover {
  color: #fff;
  background: #58ba28 url(../img/common/ico_search.svg) 17rem center no-repeat;
  background-position-x: 14rem;
}

@media screen and (max-width: 768px) {
  .p-recruit_sc .search-area_form .sform-btn .button-more {
    background-position-x: 8rem;
  }

  .p-recruit_sc .search-area_form .sform-btn .button-more:hover {
    background-position-x: 8rem;
  }
}

.p-recruit_sc .search-area_title {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 200%;
  font-weight: 400;
  margin-top: 5.2rem;
  margin-bottom: 1rem;
}

.p-recruit_sc .search-area_title span {
  display: inline-block;
  color: #79d64b;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
}

.p-recruit_sc .search-area_result .recruit-item {
  border: 1px solid #bcbcbc;
  border-radius: 0.8rem;
  overflow: hidden;
}

/** home
======================================= **/
.p-entry {
  background-color: #f7f7f7;
}

.p-entry_apply {
  padding: 10rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-entry_apply {
    padding: 3.4rem 0 0;
  }
}

.p-entry_apply .container {
  max-width: 107rem;
}

.p-entry_apply .apply-row {
  padding: 2rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  font-family: "Lexend", sans-serif;
}

.p-entry_apply .apply-row:nth-child(odd) {
  background-color: #ebf7e5;
}

.p-entry_apply .apply-row_tl {
  width: 13rem;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
}

.p-entry_apply .apply-row_tx {
  width: calc(100% - 17rem);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .p-entry_apply .apply-row {
    display: block;
    padding: 1.2rem;
  }

  .p-entry_apply .apply-row_tl {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }

  .p-entry_apply .apply-row_tx {
    width: 100%;
    font-size: 1.3rem;
  }
}

.p-entry_process {
  padding: 8rem 0 0;
}

.p-entry_process .heading-lv5 {
  margin-bottom: 3.7rem;
}

@media screen and (max-width: 768px) {
  .p-entry_process .heading-lv5 {
    margin-bottom: 2.4rem;
  }
}

.p-entry_process .process-lead {
  font-size: 2rem;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-entry_process .process-lead {
    font-size: 1.6rem;
  }
}

.p-entry_process .process-lead::before {
  content: "";
  width: 3px;
  height: 1.8rem;
  background: #79d64b;
  border-radius: 3px;
  display: inline-block;
  margin-right: 1rem;
}

.p-entry_process .process-list {
  position: relative;
  margin-left: 27.8rem;
}

@media screen and (max-width: 768px) {
  .p-entry_process .process-list {
    margin-left: 0;
    margin-top: 3.4rem;
  }
}

.p-entry_process .process-list::before {
  content: "";
  width: 0.8rem;
  height: 90%;
  background: #58ba28;
  position: absolute;
  top: 50%;
  left: 7rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-entry_process .process-list::before {
    width: 0.5rem;
    left: 4.4rem;
  }
}

.p-entry_process .process-item {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-entry_process .process-item {
    gap: 0.6rem;
  }
}

.p-entry_process .process-item + .process-item {
  margin-top: 3.8rem;
}

@media screen and (max-width: 768px) {
  .p-entry_process .process-item + .process-item {
    margin-top: 4rem;
  }
}

.p-entry_process .item-image {
  width: 14.6rem;
  flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
  .p-entry_process .item-image {
    width: 9rem;
  }
}

.p-entry_process .item-ttl {
  display: flex;
  align-items: center;
  color: #58ba28;
}

.p-entry_process .item-ttl .txt01 {
  font-size: 2rem;
  font-family: "Crimson Text", serif;
  line-height: 1;
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  .p-entry_process .item-ttl .txt01 {
    font-size: 1.6rem;
  }
}

.p-entry_process .item-ttl .txt01 span {
  font-size: 3.6rem;
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  .p-entry_process .item-ttl .txt01 span {
    font-size: 3.2rem;
  }
}

.p-entry_process .item-ttl .txt01::after {
  content: "";
  width: 1px;
  height: 2.3rem;
  background: #58ba28;
  display: inline-block;
  margin: 0 1.5rem;
}

.p-entry_process .item-ttl .txt02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .p-entry_process .item-ttl .txt02 {
    font-size: 1.8rem;
  }
}

.p-entry_process .item-copy {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  color: #2e2f30;
  margin-top: 1rem;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-entry_process .item-copy {
    font-size: 1.3rem;
    margin-top: 0.7rem;
  }
}

.p-entry_form {
  padding: 8rem 0 16rem;
  background-color: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .p-entry_form {
    padding: 8rem 0;
  }
}

.p-entry_form .container {
  max-width: 107rem;
}

.p-entry_schedule {
  padding: 8rem 0 0;
}

.p-entry_schedule .heading-lv5 {
  margin-bottom: 3.2rem;
}

.p-entry_schedule .container {
  max-width: 107rem;
}

.p-entry_schedule .sch-row {
  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: 3.2rem 2.4rem;
  border-bottom: 1px solid #58ba28;
}

@media screen and (max-width: 768px) {
  .p-entry_schedule .sch-row {
    display: block;
    padding: 2.4rem 1.6rem;
  }
}

.p-entry_schedule .sch-row_time {
  width: 11.3rem;
}

.p-entry_schedule .sch-row_time span {
  display: inline-block;
  position: relative;
  padding-left: 4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 200%;
}

.p-entry_schedule .sch-row_time span:before {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/clock.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-entry_schedule .sch-row_time {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.p-entry_schedule .sch-row_cnt {
  width: 82.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-entry_schedule .sch-row_cnt {
    width: 100%;
  }
}

.job-btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
}

/* cssに追加するものしないもの
追加：job-btn
しない：scheduleModal

*/
.job-btn__FoodProduct,
.job-btn__GeneralPosition,
.job-btn__FoodStaff,
.job-btn__Others {
  cursor: pointer;
  max-width: 58.4rem;
  display: flex;
  width: 100%;
  padding: 2rem 0;
  border: 1px solid #58ba28;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #58ba28;
  background: #fff;
  color: #58ba28;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 1.8rem */
  letter-spacing: 0.072rem;
}

@media screen and (max-width: 768px) {
  .job-btn {
    color: #58ba28;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 1.4rem */
    letter-spacing: 0.056rem;
  }
}

/* モーダルのスタイル */
.custom-modal {
  display: none;
  /* display: block; */
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  overscroll-behavior: contain;
}

.custom-modal.show {
  display: block;
  /* クラスが追加されたときに表示 */
  opacity: 1;
}

.custom-modal-content {
  background-color: #ffffff;
  margin: 2rem auto;
  padding: 6.4rem 7.7rem;
  width: 80%;
  opacity: 1;
  overflow: auto;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70svh;

  @media screen and (max-width: 768px) {
    position: initial;
    padding: 2.6rem 1.25rem;
    margin: 1.3rem auto;
    width: calc(329 / 365 * 100%);
    top: auto;
    left: auto;
    transform: none;
    height: 85svh;
  }
}

.custom-close {
  display: flex;
  width: 12rem;
  padding: 2rem 0;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 1px solid #58ba28;
  background: #fff;
  color: #58ba28;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 1.4rem */
  letter-spacing: 0.056rem;
  margin: 2.2rem 6.6rem 0 auto;
  z-index: 11;

  @media screen and (max-width: 768px) {
    font-size: 1.3rem;
    letter-spacing: 0.052rem;
    margin: 1.4rem 1.1rem 0 auto;
  }
}

.custom-close:hover,
.custom-close:focus {
  cursor: pointer;
}

.custom-modal .custom-close {
  display: none;
  /* 初期状態では非表示 */
}

.custom-modal.show .custom-close {
  display: block;
  /* モーダルが表示されたら表示 */
}

/* .name__Input,
.kana__Input,
.email__Input,
.confirm__Input,
.tel__Input,
.agree__Input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.name__Input,
.kana__Input,
.email__Input,
.confirm__Input,
.tel__Input,
.agree__Input {
  display: none;
} */
.wpcf7-not-valid-tip {
  /* display: none; */
  /* 初期状態では非表示 */
  color: red;
  /* エラーメッセージの色 */
  font-size: 12px;
  /* エラーメッセージのフォントサイズ */
  margin-top: 5px;
  /* エラーメッセージの上余白 */
}

.schedule-top {
  position: relative;
  display: none;

  @media screen and (max-width: 768px) {
    display: block;
    color: #2e2f30;
    font-family: "Zen Old Mincho";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    /* 4rem */
    letter-spacing: 0.04rem;
  }

  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: linear-gradient(to right, #79d64b 45px, #d9d9d9 45px);
  }
}

.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;

  @media screen and (max-width: 768px) {
    margin-top: 3.2rem;
  }
}

.schedule-item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  border-bottom: 1px solid #58ba28;
  padding: 0 2.4rem 2.4rem;

  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1.6rem 1.6rem;
  }
}

.schedule-time {
  display: flex;
  align-items: center;
  gap: 1.6rem;

  @media screen and (max-width: 768px) {
    gap: 1.2rem;
  }
}

.schedule-time-img {
  width: 2.4rem;
  height: 2.4rem;
}

.schedule-number {
  font-size: 2rem;
}

.schedule-content {
}

.schedule-text {
  font-size: 1.6rem;
  line-height: 200%;
  /* 3.2rem */
  letter-spacing: 0.032rem;

  @media screen and (max-width: 768px) {
    font-size: 1.4rem;
  }
}

.error {
  border: 1px solid #da4432;
  background-color: #ffeaea;
}

.zip-input {
  max-width: 8.6rem;
}

.scroll-hint-icon {
  height: 90px !important;
}

.custom-modal-mega {
  background: #fff;
  padding: 77px 237px 76px 237px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 106rem;
  @media screen and (max-width: 768px) {
    padding: 80px 19px;
    width: 88%;
    max-width: 60rem;
    border-radius: 10px;
  }
}

.custom-modal-mega_inner {
  display: grid;
  gap: 2rem;
  justify-items: center;
}

.custom-modal-mega_item {
  width: 100%;
  max-width: 58.4rem;
}

.custom-modal-mega_item_btn {
  cursor: pointer;
  border: 1px solid #58ba28;
  background: #fff;
  color: #58ba28;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: 0.72px;
  width: 100%;
  padding: 2rem 0;
  @media screen and (max-width: 768px) {
    color: #58ba28;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    letter-spacing: 0.56px;
  }
}
