@charset "UTF-8";
/*
Theme Name: kizuki
Theme URI: https://kizuki-corp.com/
Author: kizuki
Author URI: https://kizuki-corp.com/
Description: kizuki original theme
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

/**
   * 1. Remove the bottom border in Chrome 57-
   * 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;
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
   * 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 in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

html {
  font-size: 62.5%;
  line-height: 1.8;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #3b3d3a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 6rem;
}

body *,
body *::before,
body *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:target {
  scroll-margin-top: 120px;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

main {
  display: block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

.section {
  padding: 6rem 0;
}

@media print,
screen and (max-width: 48em) {
  .pc {
    display: none;
  }
}

@media print,
screen and (width: 768px) {
  .ipad {
    display: block;
  }
}

@media print,
screen and (min-width: 48em) {
  .sp {
    display: none;
  }
}

.utility__inner {
  padding: 0 4%;
}

.utility__inner {
  max-width: 102.4rem;
  margin: 0 auto;
  position: relative;
}

.utility__title2,
.recruit__number__wrapper h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #53AB82;
  text-align: center;
  margin-bottom: 6rem;
}

.utility__title2 span,
.recruit__number__wrapper h2 span {
  position: relative;
  padding: 0 1.6rem;
}

.utility__title2 span::before,
.recruit__number__wrapper h2 span::before {
  content: '';
  background: rgba(83, 171, 130, 0.6);
  display: block;
  width: 1.4rem;
  height: .2rem;
  position: absolute;
  top: calc(50% - .1rem);
  left: -1.4rem;
}

.utility__title2 span::after,
.recruit__number__wrapper h2 span::after {
  content: '';
  background: rgba(83, 171, 130, 0.6);
  display: block;
  width: 1.4rem;
  height: .2rem;
  position: absolute;
  top: calc(50% - .1rem);
  right: -1.4rem;
}

.utility__title2--service {
  margin-bottom: 0;
}

.utility__title2--lead-area {
  margin-bottom: 0;
}

.btn--back {
  max-width: 25.4rem;
  margin: 6rem auto 0;
  width: 100%;
  text-align: center;
  border-radius: 6rem;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}

.btn--back a {
  color: #2db48b;
  border-radius: 6rem;
  background: #fff;
  border: .2rem solid #2db48b;
  display: block;
  padding: 1rem;
  position: relative;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  text-decoration: none !important;
}

.btn--back a::after {
  content: '';
  background: url(images/common/arrow_forward.png) no-repeat center center;
  background-size: 0.6rem 1.2rem;
  width: .6rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 2.6rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.btn--back a:hover {
  color: #fff;
  background: #2db48b;
  opacity: 1 !important;
}

.btn--back a:hover::after {
  background-image: url(images/common/arrow_forward_white.png);
}

.btn2 {
  max-width: 30rem;
  margin: 6rem auto 0;
  width: 100%;
  text-align: center;
  border-radius: 6rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  line-height: 1;
}

.btn2 a {
  background: linear-gradient(107.28deg, #2db48b 0.39%, #338F89 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 6rem;
  display: block;
  padding: 1.6rem;
  -webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: box-shadow .2s, transform .2s;
  transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
}

.btn2 a::after,
.recruit__entry::after {
  content: '';
  background: url(images/common/arrow_forward_white.png) no-repeat center center;
  background-size: 0.6rem 1.2rem;
  width: .6rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn2 a:hover,
.recruit__cta a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}

.accordion__button {
  margin: 0 auto 1.5rem;
  padding: 0;
  border: none;
  background: none;
  color: #53AB82;
  cursor: pointer;
  text-align: center;
  display: block;
  line-height: 1;
  font-weight: 700;
}

.accordion__button::after {
  content: '＋';
  display: inline-block;
  border: 0.2rem solid #53AB82;
  border-radius: 50%;
  vertical-align: baseline;
  font-size: .9em;
  padding: .2rem;
  margin-left: .5rem;
  font-weight: 700;
}

.accordion__button.open::after {
  content: 'ー';
}

.error {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.error__title1 {
  border-bottom: 1px solid #71746F;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

.link--underline {
  text-decoration: underline;
}

.note {
  opacity: .8 !important;
  font-size: 12px !important;
}

@media print,
screen and (min-width: 48em) {

  .utility__title2,
  .recruit__number__wrapper h2 {
    font-size: 2.2rem;
  }

  .utility__title2--service {
    margin-bottom: 1rem;
  }

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

@media print,
screen and (min-width: 64em) {
  .utility__inner {
    padding: 0;
  }

  .btn2 {
    max-width: 25.4rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8;
  }

  .btn2 a {
    padding: 1rem;
  }

  .error {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .error__title1 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}

.header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header__wrap {
  height: 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__logo {
  text-align: center;
}

.header__logo img {
  width: 11.5rem;
  height: auto;
}

@media print,
screen and (min-width: 64em) {
  .header__wrap {
    height: 6rem;
    margin: 0 auto;
    width: 102.4rem;
  }

  .header__wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }

  .header__wrap li {
    padding-left: 3rem;
  }
}

.navi {
  display: none;
  position: absolute;
  color: #fff;
  top: 6rem;
  font-weight: 500;
  width: 100%;
  font-size: 1.6rem;
}

.navi__list {
  background-color: #03756C;
  overflow-y: scroll;
}

.navi__list > .navi__item {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
}

#menu-item-52 {
  border-bottom: none;
}

.navi__item a {
  padding: 1.4rem 2.5rem;
  display: block;
  position: relative;
}

.navi__item a::after,
.navi__recruit a::after {
  content: '';
  background: url(images/common/arrow_forward_white.png) no-repeat center center;
  background-size: 0.6rem 1.2rem;
  width: .6rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right .3s;
  transition: right .3s;
}

.navi__item a:hover::after {
  right: 1.5rem;
}

.sub-menu .navi__item a {
  font-size: 0.8em;
  padding: 0.8rem 3.5rem;
}

.sub-menu .navi__item:last-child {
  margin-bottom: 0.6rem;
}

.hamburger {
  background: inherit;
  position: absolute;
  width: 2.5rem;
  height: 2.2rem;
  margin: 0;
  padding: 0;
  border: none;
  right: 2rem;
  cursor: pointer;
}

.hamburger span {
  width: 100%;
  height: .2rem;
  display: block;
  background: #2F3030;
  position: absolute;
  border-radius: 0.1rem;
  -webkit-transition: width .3s, top .3s, left .3s, -webkit-transform .3s;
  transition: width .3s, top .3s, left .3s, -webkit-transform .3s;
  transition: transform .3s, width .3s, top .3s, left .3s;
  transition: transform .3s, width .3s, top .3s, left .3s, -webkit-transform .3s;
}

.hamburger span:nth-of-type(1) {
  top: 0;
}

.hamburger span:nth-of-type(2) {
  top: 1rem;
  left: 0;
}

.hamburger span:nth-of-type(3) {
  bottom: 0;
}

.hamburger.active span:nth-child(1) {
  top: 47.5%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0;
}

.hamburger.active span:nth-child(3) {
  top: 47.5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media print,
screen and (min-width: 64em) {
  .navi {
    display: block;
    position: relative;
    top: auto;
    color: #2C2C2C;
    width: auto;
    margin-left: auto;
    font-size: 1.5rem;
  }

  .navi .sub-menu {
    display: none;
  }

  .navi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    height: auto;
    overflow-y: hidden;
  }

  .navi__item {
    border: none;
    padding-left: 3rem;
  }

  .navi__item a {
    padding: 0;
    -webkit-transition: color .3s;
    transition: color .3s;
  }

  .navi__item a::after {
    content: none;
  }

  .navi__item a:hover {
    color: #03756C;
  }

  .hamburger {
    display: none;
  }
}

.kv {
  padding-top: 68.75%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 6.8rem;
}

.kv--about {
  background-image: url(images/about/kv_sp.png);
  margin-bottom: 0;
}

.kv--service {
  background-image: url(images/service/kv_sp.png);
}

.kv--news {
  background-image: url(images/news/kv.png);
}

.kv--recruit {
  background-image: url(images/recruit/kv_sp.png);
}

.kv--people {
  background-image: url(images/recruit/kv-people_sp.jpg);
}

.kv--infosession {
  background-image: url(images/recruit/kv-infosession_sp.jpg);
}

.kv__title {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 2.6rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2.6rem rgba(0, 0, 0, 0.05);
  border-radius: .7rem;
  text-align: center;
  letter-spacing: .5rem;
  line-height: 1;
  padding: 1.5rem;
  width: 28rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.kv__title .en {
  background: -webkit-gradient(linear, right top, left top, color-stop(31.99%, #36918A), color-stop(68.98%, #3FC574));
  background: linear-gradient(270deg, #36918A 31.99%, #3FC574 68.98%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  font-weight: 700;
}

.kv__title .jp {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 1rem;
  color: #2c2c2c;
}

@media all and (-ms-high-contrast: none) {
  .kv {
    /* IE10,11 */
  }

  .kv__title .en {
    background: none;
    color: #53AB82;
  }
}

@media print,
screen and (min-width: 64em) {
  .kv {
    height: 60rem;
    padding-top: 0;
    margin-bottom: 11.8rem;
  }

  .kv--about {
    background-image: url(images/about/kv.png);
    margin-bottom: 0;
  }

  .kv--service {
    background-image: url(images/service/kv.png);
  }

  .kv--news {
    background-image: url(images/news/kv.png);
  }

  .kv--recruit {
    background-image: url(images/recruit/kv.png);
  }

  .kv--people {
    background-image: url(images/recruit/kv-people.jpg);
  }

  .kv--infosession {
    background-image: url(images/recruit/kv-infosession.jpg);
  }

  .kv__title {
    padding: 2.5rem;
    width: 48rem;
  }

  .kv__title .en {
    font-size: 3.8rem;
  }

  .kv__title .jp {
    font-size: 1.5rem;
    margin-top: 1rem;
    color: #71746F;
  }
}

#top .fv__inner {
  max-width: 102.4rem;
  margin: 0 auto;
  position: relative;
}

#top .fv__title-visual {
  padding-top: 68.75%;
  background-image: url(images/top/key_back_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

#top .fv__title {
  position: absolute;
  bottom: 5%;
  left: 3%;
  color: #fff;
  font-weight: 300;
  font-size: 6vw;
  line-height: 2;
  letter-spacing: .1em;
}

#top .fv__title-back {
  background: linear-gradient(102deg, #2db48b, #338F89);
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  padding: 0 1rem .3rem;
}

#top .fv__text--small {
  font-size: 0.83em;
}

#top .news--fv,
#recruit .news--fv {
  background: #F3F3F3;
  padding: 4rem 4%;
}

#top .news__title,
#recruit .news__title {
  background: #2db48b;
  border-radius: 3rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: .2rem 1rem;
  display: inline-block;
  margin-bottom: .5rem;
}

#top .news__text,
#recruit .news__text {
  color: #71746F;
  font-weight: 400;
  margin-bottom: 3rem;
}

#top .news__text a:hover,
#recruit .news__text a:hover {
  color: #03756C;
}

#top .btn--news {
  font-weight: 500;
  line-height: 1;
  max-width: 30rem;
  margin: auto;
  position: relative;
  text-align: center;
  width: 100%;
}

#top .btn--news a {
  color: #2db48b;
  border-radius: 6rem;
  background-color: #fff;
  border: .2rem solid #2db48b;
  display: block;
  padding: 1.4rem;
  position: relative;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

#top .btn--news a::after,
.recruit__requirements::after {
  content: '';
  background: url(images/common/arrow_forward.png) no-repeat center center;
  background-size: 0.6rem 1.2rem;
  width: .6rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.recruit__requirements::after {
  right: 2.3rem;
}

#top .btn--news a:hover {
  color: #fff;
  background: #2db48b;
}

#top .btn--news a:hover::after {
  background-image: url(images/common/arrow_forward_white.png);
}

#top .section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#top .section--about {
  padding-bottom: 0;
}

#top .section--service {
  background: #f9f9f9;
}

#top .section__title {
  text-align: center;
  letter-spacing: .5rem;
  line-height: 1;
  margin-bottom: 3.5rem;
}

#top .section__title .en {
  background: -webkit-gradient(linear, right top, left top, color-stop(31.99%, #36918A), color-stop(68.98%, #3FC574));
  background: linear-gradient(270deg, #36918A 31.99%, #3FC574 68.98%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.8rem;
  font-weight: 700;
}

#top .section__title .jp {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
  color: #2c2c2c;
}

#top .section__lead-text {
  margin-bottom: 4rem;
  letter-spacing: .2rem;
  line-height: 1.6;
}

@media all and (-ms-high-contrast: none) {
  #top {
    /* IE10,11 */
  }

  #top .section__title .en {
    background: none;
    color: #53AB82;
  }
}

#top .about-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#top .about-link__area {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  pointer-events: none;
  position: relative;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  overflow: hidden;
}

#top .about-link__area:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  z-index: -1;
}

#top .about-link__area:hover {
  opacity: .8;
}

#top .about-link__area:hover:after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#top .about-link__area a {
  display: block;
  padding: 85% 0 2% 1rem;
  color: #fff;
  font-weight: 700;
  pointer-events: auto;
  font-size: 1.5rem;
}

#top .about-link__area--vision::after {
  background-image: url(images/top/about_vision.png);
}

#top .about-link__area--message::after {
  background-image: url(images/top/about_message.png);
}

#top .about-link__area--company:after {
  background-image: url(images/top/about_company.png);
}

#top .about-link__area--history:after {
  background-image: url(images/top/about_history.png);
}

#top .service-link__area {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 2.6rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2.6rem rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  margin: 0 auto 3rem;
  text-align: center;
  position: relative;
  width: 30rem;
  height: 24rem;
  overflow: hidden;
  transition: .2s;
}

#top .service-link__area::after {
  content: '';
  display: block;
  position: absolute;
  right: -2rem;
  bottom: 0;
  width: 3rem;
  height: 3rem;
  background: #36918A;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#top .service-link__area:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}

#top .service-link__area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 3rem 3rem;
  letter-spacing: .2rem;
}

#top .service-link__area a.nolink {
  pointer-events: none;
}

#top .service-link__logo-area {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #046E3D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  height: 14rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: .3rem;
  padding: 0 2.4rem;
}

#top .service-link__logo-area img {
  max-width: 100%;
  height: auto;
}

#top .service-link__logo-area.text-logo {
  margin: -1rem 0 -2rem;
}

#top .news-list--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#top .news-list__box--top {
  margin: 0 auto 3rem;
  width: 100%;
  border: .2rem solid #F3F3F3;
}

#top .news-list__box--top a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#top .news-list__box--top a:hover {
  opacity: .7;
}

#top .news-list__img img {
  width: 100%;
  height: auto;
}

#top .news-list__text-area {
  padding: 2.5rem;
  border-top: none;
}

#top .news-list__title {
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
}

#top .news-list__text {
  font-size: 1.3rem;
}

.section--column {
  background: #f9f9f9;
}

#top .column-list__box--top {
  margin-bottom: 2rem;
}

#top .column-list__box--top .news-list__text-area {
  padding: 12px;
  background: #fff;
}


@media print,
screen and (min-width: 48em) {
  #top .service-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #top .service-link__area {
    margin: 0 calc(2.5rem / 2);
    width: 24rem;
    height: auto;
    overflow: hidden;
  }

  #top .service-link__area a {
    display: block;
    font-size: 1.3rem;
    padding: 0 2.4rem 3.5rem;
    letter-spacing: 0;
  }

  #top .service-link__logo-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
  }

  #top .service-link__logo-area img {
    max-width: 100%;
    height: auto;
  }

  #top .service-link__logo-area.text-logo {
    margin: 0;
  }

  #top .news-list__box--top {
    max-width: 38rem;
    /* width: 30%; */
  }

  #top .news-list__box--top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }

  #top .news-list__text-area {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #top .news-list__text {
    margin-top: auto;
  }
}

@media print,
screen and (min-width: 64em) {
  #top .fv {
    height: 65rem;
    background-image: url(images/top/key_back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  #top .fv__title-visual {
    padding: 0;
    background: none;
  }

  #top .fv__title {
    font-size: 3.8rem;
    line-height: 1.9;
    left: 0;
    top: 38rem;
    bottom: auto;
    width: 100%;
  }

  #top .fv__title-back {
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
    padding: 0 2rem .3rem;
  }

  #top .fv__text--small {
    font-size: 3.4rem;
  }

  #top .news--fv,
  #recruit .news--fv {
    background: rgba(255, 255, 255, 0.6);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6rem;
    padding: 0 calc((100% - 102.4rem) / 2);
    position: absolute;
    width: 100%;
  }

  #top .news__title {
    font-size: 1.1rem;
    padding: 0.5rem 1.7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5rem;
    margin-bottom: 0;
    display: block;
  }

  #top .news__text {
    color: #545454;
    font-size: 1.4rem;
    font-weight: 500;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }

  #top .btn--news {
    font-size: 1.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 18rem;
    margin-right: 0;
  }

  #top .btn--news a {
    padding: 1rem;
  }

  #top .section .jp {
    color: #71746F;
  }

  #top .section__lead-text {
    line-height: 1.8;
  }

  #top .about-link__area {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
  }

  #top .about-link__area a {
    height: 36rem;
    padding: 31.5rem 0 0 2rem;
    font-size: 1.6rem;
  }

  #top .service-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #top .service-link__area {
    margin: 0 calc(2.5rem / 2);
    width: 24rem;
    height: auto;
    overflow: hidden;
  }

  #top .service-link__area a {
    display: block;
    font-size: 1.3rem;
    padding: 0 2.4rem 3.5rem;
    letter-spacing: 0;
  }

  #top .service-link__logo-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .3rem;
    padding: 0 2.4rem;
  }

  #top .service-link__logo-area img {
    max-width: 100%;
    height: auto;
  }

  #top .service-link__logo-area.text-logo {
    margin: 0;
  }

  #top .news-list__box--top {
    max-width: 32.6rem;
  }

  #top .news-list__title {
    margin-bottom: 1rem;
  }

  #top .column-list__box--top {
    max-width: 190px;
  }
}

.about__lead-area {
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(66.55%, rgba(243, 243, 243, 0)), to(rgba(243, 243, 243, 0.5)));
  background: linear-gradient(180deg, rgba(243, 243, 243, 0) 66.55%, rgba(243, 243, 243, 0.5) 100%); */
  padding: 2.5rem 0 6rem;
}

.about__lead-text {
  padding: 5rem 0 0;
}

.vision,
.mission {
  margin: auto;
  padding: 3rem 0 0;
}

.vision__theme,
.mission__theme {
  font-size: 4.5vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 1rem 0;
  padding: 1.5rem 1rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #54AD83), to(#226142));
  background: linear-gradient(90deg, #54AD83 50%, #226142 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border: .3rem solid;
  border-color: #53AB82;
  -o-border-image: linear-gradient(to right bottom, #3FC475 0%, #379589 100%);
  border-image: -webkit-gradient(linear, left top, right bottom, from(#3FC475), to(#379589));
  border-image: linear-gradient(to right bottom, #3FC475 0%, #379589 100%);
  border-image-slice: 1;
}

.vision__theme {
  margin-bottom: 0;
}

@media all and (-ms-high-contrast: none) {

  .vision,
  .mission {
    /* IE10,11 */
  }

  .vision__theme,
  .mission__theme {
    background: none;
    color: #53AB82;
  }
}

.vision__text,
.mission__text {
  font-size: 1.6rem;
  letter-spacing: .3rem;
}

.president {
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(66.55%, rgba(243, 243, 243, 0)), to(rgba(243, 243, 243, 0.5)));
  background: linear-gradient(180deg, rgba(243, 243, 243, 0) 66.55%, rgba(243, 243, 243, 0.5) 100%); */
  background-color: #f9f9f9;
}

.president__area {
  position: relative;
  padding-top: 59.28%;
  background: url(images/about/president.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 3rem;
}

.president__def {
  position: absolute;
  left: 65%;
  top: 42%;
  color: #2c2c2c;
  text-align: center;
  letter-spacing: .2rem;
}

.president__def dt {
  font-size: 1rem;
  font-weight: 700;
}

.president__def dd {
  font-size: 1rem;
  font-weight: 700;
}

.president__def dd span {
  font-size: 1.9rem;
  display: block;
  padding: 1rem 0;
}

.president__message {
  font-size: 1.5rem;
  letter-spacing: .2rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.president__profile {
  display: none;
  font-size: 1.5rem;
  letter-spacing: .2rem;
  line-height: 1.8;
}

.outline {
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(66.55%, rgba(243, 243, 243, 0)), to(rgba(243, 243, 243, 0.5)));
  background: linear-gradient(180deg, rgba(243, 243, 243, 0) 66.55%, rgba(243, 243, 243, 0.5) 100%); */
}

.outline__table {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 6rem;
  border-collapse: collapse;
}

.outline__table:last-child {
  margin-bottom: 0;
}

.outline caption,
.requirement caption {
  color: #53AB82;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .2rem;
  text-align: left;
  border-bottom: .2rem solid #f3f3f3;
  padding: 0 1rem 2rem;
}

.outline__table-title {
  padding: 2rem 1rem 2rem 1rem;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .2rem;
  vertical-align: middle;
  border-bottom: .2rem solid #f3f3f3;
  text-align: left;
}

.outline__table-data {
  padding: 2rem 1rem 2rem 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .2rem;
  vertical-align: middle;
  border-bottom: .2rem solid #f3f3f3;
}

.history {
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(66.55%, rgba(243, 243, 243, 0)), to(rgba(243, 243, 243, 0.5)));
  background: linear-gradient(180deg, rgba(243, 243, 243, 0) 66.55%, rgba(243, 243, 243, 0.5) 100%); */
  background-color: #f9f9f9;
}

.history__table {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  border-collapse: collapse;
}

.history__table-title {
  white-space: nowrap;
  padding: 0 1rem 0 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .2rem;
  vertical-align: top;
  border-right: 0.2rem solid rgba(83, 171, 130, 0.6);
  text-align: left;
  color: #53AB82;
}

.history__table-data {
  padding: 0 1rem 2rem 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .2rem;
  vertical-align: top;
}

.history tr:last-child td {
  padding-bottom: 0;
}

.anchor {
  display: none;
}

@media print,
screen and (min-width: 48em) {

  .vision,
  .mission {
    width: 45%;
    max-width: 49.6rem;
  }

  .vision__theme,
  .mission__theme {
    font-size: 2.1vw;
    padding: 3rem 1rem;
    border-width: .4rem;
    margin: 2rem 0;
  }

  .anchor {
    display: block;
    background: linear-gradient(147.67deg, #3FC475 -0.3%, #379689 100%);
    border-radius: 4px;
    letter-spacing: .3rem;
    color: #fff;
    position: fixed;
    right: 2rem;
    bottom: 5rem;
    padding: 2rem;
  }

  .anchor__list-item {
    padding: 0.3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .anchor a::after {
    content: '';
    width: 0;
    height: .2rem;
    display: block;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: width .3s;
    transition: width .3s;
  }

  .anchor__current::after {
    width: 100% !important;
  }
}

@media print,
screen and (min-width: 64em) {
  .about__lead-area {
    padding: 5.8rem 0 0;
  }

  .about__lead-text {
    padding: 6rem 0 3rem;
  }

  .vision,
  .mission {
    width: 100%;
    margin: 0;
    padding: 0 0 6rem;
  }

  .vision__theme,
  .mission__theme {
    font-size: 2.5rem;
    padding: 3rem 1rem;
    border-width: .5rem;
  }

  .vision__text,
  .mission__text {
    font-size: 1.3rem;
  }

  .president__profile {
    display: none;
  }

  .outline caption {
    padding: 0 3rem 3rem;
  }

  .outline__table-title {
    padding: 2rem 10rem 2rem 3rem;
  }

  .outline__table-data {
    padding: 2rem 3rem 2rem 0;
  }

  .history__table-title {
    min-width: 9rem;
    padding: 0 3rem 0 0;
  }

  .history__table-data {
    padding: 0 0 3rem 3rem;
  }
}

@media print,
screen and (min-width: 83em) {
  .anchor {
    display: block;
    background: linear-gradient(147.67deg, #3FC475 -0.3%, #379689 100%);
    border-radius: 4px;
    font-size: 1.3rem;
    letter-spacing: .3rem;
    color: #fff;
    position: absolute;
    right: 2rem;
    top: 78rem;
    padding: 2rem;
    bottom: auto;
  }

  .anchor--fixed {
    position: fixed;
    top: 8.2rem;
  }

  .anchor__list-item {
    padding: 0.3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .anchor a::after {
    content: '';
    width: 0;
    height: .2rem;
    display: block;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: width .3s;
    transition: width .3s;
  }

  .anchor__current::after {
    width: 100% !important;
  }
}

.service {
  background: #f3f3f3;
  padding-bottom: 1px;
}

.service__lead-text {
  margin: 0 auto 3rem;
  color: #2c2c2c;
  font-size: 1.5rem;
  font-weight: 700;
  width: 92%;
  max-width: 92rem;
}

.business,
.project {
  width: 92%;
  max-width: 92rem;
  margin: 0 auto 6rem;
  background: #fff;
  padding: 3rem 2rem;
  border-radius: .8rem;
}

.business__lead,
.project__lead {
  font-size: 1.6rem;
  color: #2c2c2c;
  line-height: 1.8;
  margin: -4rem 0 3rem;
  letter-spacing: .2rem;
}

.business__list-item,
.project__list-item {
  margin-top: -6rem;
  padding: 9rem 0 3rem;
  border-bottom: .2rem solid #f3f3f3;
}

.business__list-left,
.project__list-left {
  margin: 0 0 2rem 0;
  text-align: center;
}

.business__list-left img,
.project__list-left img {
  vertical-align: top;
  width: 100%;
  max-width: 18rem;
}

.business__list-title,
.project__list-title {
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  text-align: center;
}

.business__list-text,
.project__list-text {
  font-size: 1.5rem;
}

.business__list-text strong,
.project__list-text strong {
  font-weight: 700;
  display: block;
}

.business__list-text a,
.project__list-text a {
  color: #03756C;
  font-weight: 700;
}

.business__list-text a:hover,
.project__list-text a:hover {
  text-decoration: underline;
}

@media print,
screen and (min-width: 48em) {

  .business,
  .project {
    padding: 7rem;
  }

  .business__lead,
  .project__lead {
    font-size: 1.3rem;
    line-height: 2.23;
  }

  .business__list-item,
  .project__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .business__list-left,
  .project__list-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.3rem;
    flex: 0 0 13.3rem;
    margin: 5rem 3.8rem 0 0;
  }

  .business__list-title,
  .project__list-title {
    margin-bottom: .6rem;
    font-size: 1.2em;
    text-align: left;
  }

  /* .business__list-text,
  .project__list-text {
    font-size: 1.3rem;
  } */
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 0 3.5rem;
}

.news-list::before {
  content: "";
  display: block;
  width: 32.6rem;
  margin: 0 calc(1rem / 2) 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.news-list::after {
  content: "";
  display: block;
  width: 32.6rem;
  margin: 0 calc(1rem / 2) 0;
}

#blog .a2a_kit {
  display: none !important;
}

.news-list__box {
  width: 100%;
  margin: 0 calc(1rem / 2) 2.5rem;
  overflow: hidden;
  border: .2rem solid #F3F3F3;
}

.news-list__box a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.news-list__box a:hover {
  opacity: .7;
}

.news-list__img img {
  width: 100%;
  height: auto;
}

.news-list__text-area {
  padding: 2.5rem;
  border-top: none;
}

.news-list__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 1rem;
}

.news-list__text {
  font-size: 1.3rem;
}

.pagenation {
  width: 26rem;
  margin: 0 auto 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  color: #2c2c2c;
}

.pagenation__prev {
  margin-right: auto;
}

.pagenation__next {
  margin-left: auto;
}

.pagenation .page,
.pagenation .current {
  margin: 0 0.5rem;
}

.pagenation a {
  color: #03756C;
}

@media print,
screen and (min-width: 35em) {
  .news-list::after {
    width: 45%;
    margin: 0 calc(1rem / 2) 0;
  }

  .news-list__box {
    max-width: 45%;
    margin: 0 calc(1rem / 2) 2.5rem;
    overflow: hidden;
  }

  .news-list__box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }

  .news-list__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 1rem;
  }

  .news-list__text-area {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-list__text {
    font-size: 1.3rem;
    margin-top: auto;
  }
}

@media print,
screen and (min-width: 64em) {
  .news-list::after {
    max-width: 32.6rem;
    margin: 0 calc(1rem / 2) 0;
  }

  .news-list__box {
    max-width: 32.6rem;
    margin: 0 calc(1rem / 2) 2.5rem;
  }

  .news-list__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 1rem;
  }

  .news-list__text {
    font-size: 1.3rem;
  }
}

.recruit__lead-text {
  margin: 0 auto 3rem;
  /* color: #2c2c2c; */
  /* font-size: 1.6rem; */
  /* font-weight: 700; */
  width: 92%;
  max-width: 80rem;
}

.recruit__button {
  text-align: center;
  margin: 0 auto 8rem;
  width: 90%;
  max-width: 60.8rem;
}

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

@media print,
screen and (min-width: 64em) {
  .recruit__lead-text {
    margin: 0 auto 6rem;

  }
}

.privacy {
  background: #f3f3f3;
  padding: 3rem 0;
}

.privacy__inner {
  background: #fff;
  border-radius: .7rem;
  padding: 3rem 2.2rem;
  width: 92%;
}

.privacy__title1 {
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: .2rem;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
  text-align: center;
}

.privacy p {
  letter-spacing: .2rem;
  line-height: 1.875;
  margin-bottom: 3rem;
  text-indent: 1em;
}

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

.privacy__title2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .2rem;
  line-height: 1.875;
  margin: 4rem 0 2.4rem;
}

.privacy__title3 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .2rem;
  line-height: 1.875;
}

.privacy__order {
  margin: 0 0 3rem;
  padding: 0;
  padding-left: 1.5em;
}

.privacy__order li {
  letter-spacing: .2rem;
  line-height: 1.875;
  margin-bottom: 1em;
}

.privacy__order li p {
  text-indent: 0;
}

.privacy__order li p:last-child {
  margin-bottom: 0;
}

.privacy__order li .list-title {
  font-weight: bold;
  margin-bottom: 0;
}

.privacy__order .inner-ol {
  list-style-type: lower-alpha;
  padding-left: 1.5em;
}

.privacy__order .inner-ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.privacy .address-box {
  display: inline-block;
  border: 1px solid;
  margin-inline: auto;
  padding: 1em;
}

.privacy .address-box p {
  margin-bottom: 0;
  text-indent: 0;
}

.privacy .address-box .title {
  font-weight: bold;
}

@media print,
screen and (min-width: 48em) {
  .privacy {
    padding: 6rem 0;
  }

  .privacy__inner {
    padding: 4rem 6.2rem;
  }

  .privacy__title1 {
    font-size: 2.8rem;
    line-height: 1.8;
    letter-spacing: 1rem;
    margin-bottom: 3rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .privacy {
    padding: 10rem 0;
  }

  .privacy__inner {
    padding: 6rem 11.2rem;
  }

  .privacy__title1 {
    font-size: 3.2rem;
    margin-bottom: 6rem;
  }
}

.blog {
  background: #f3f3f3;
  padding: 3rem 0;
}

.blog__inner {
  background: #fff;
  border-radius: .7rem;
  padding: 3rem 2.2rem;
  /* width: 92%; */
}

.blog__title1 {
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: .14rem;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
}

.blog__date {
  font-size: 1.2rem;
  letter-spacing: .2rem;
  margin-bottom: 1.5rem;
}

.blog__image {
  margin-bottom: 4rem;
}

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

.blog p {
  letter-spacing: .14rem;
  line-height: 1.875;
  margin-bottom: 1.8em;
  font-size: 1.7rem;
}

.blog p a,
section.requirement table a,
section.faq .faq__item a,
.blog ul li a {
  text-decoration: underline;
}

.blog p a:hover,
section.requirement table a:hover,
section.faq .faq__item a:hover,
.blog ul li a:hover {
  text-decoration: underline;
  opacity: .7;
  transition: opacity .3s;
}

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

.blog figure {
  text-align: center;
}

.blog h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .14rem;
  color: #2c2c2c;
  padding-bottom: 1.5rem;
  margin: 7.2rem 0 3.2rem;
  background: url(images/news/slug/h2_line.png) no-repeat left bottom;
  line-height: 1.6;
}

.blog h3 {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: .25rem;
  color: #2c2c2c;
  margin: 4.4rem 0 2rem;
}

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

.blog .highlight,
.blog strong {
  background: linear-gradient(transparent 50%, #fff1c7 50%);
  font-weight: 700;
  color: #000000d1;
}

@media print,
screen and (min-width: 48em) {
  .blog {
    padding: 6rem 0;
  }

  .blog__inner {
    padding: 4rem 6.2rem;
  }

  .blog__title1 {
    font-size: 2.8rem;
    line-height: 1.8;
    letter-spacing: .14rem;
  }

  .blog__image {
    margin-bottom: 6rem;
  }

  .blog h2 {
    font-size: 2.8rem;
  }

  .blog h3 {
    font-size: 2.2rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .blog {
    padding: 10rem 0;
  }

  .blog__inner {
    padding: 6rem 11.2rem;
  }

  .blog__title1 {
    font-size: 3.2rem;
    letter-spacing: .1rem;
  }
}

.footer {
  background-color: #53AB82;
  background: linear-gradient(138.91deg, #2db48b 0.39%, #338F89 100%);
  color: #fff;
  padding: 3.5rem 1rem 2rem;
  text-align: center;
  font-weight: 500;
}

.footer__link {
  margin-bottom: 3rem;
}

.footer__link p {
  margin-bottom: 1.5rem;
}

.footer__link a:hover {
  text-decoration: underline;
}

.footer__copy {
  font-size: 1.1rem;
  color: #c6eadf;
}

.footer__area:has(.footer__inner) {
  border-top: 1px solid #c6eadf;
  margin-top: 2rem;
  padding-top: 2rem;
}



.footer__link--small a {
  font-size: 1.1rem;
  color: #c6eadf;
  margin-left: 1rem;
}

@media print,
screen and (min-width: 64em) {
  .footer {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 2.5rem 0;
    letter-spacing: .2rem;
  }

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

  .footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }

  .footer__link p {
    margin-bottom: 0;
    font-size: 1.4rem;
    padding: 0 1.5rem;
    line-height: 1;
    border-left: .1rem solid #fff;
  }

  .footer__link p:first-child {
    padding-left: 0;
    border-left: none;
  }

  .footer__copy {
    line-height: 1;
  }

  .footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    max-width: 102.4rem;
    width: 100%;
  }
}

.recruit__cta {
  height: 184px;
  background: linear-gradient(0deg, #2db48b, #2db48b);
  padding-top: 18px;
  margin: 0;
  width: 100vw;
  font-size: 1.7rem;
}

.recruit__cta--people {
  margin: 0 -2.2rem;
}

.recruit__cta div {
  width: 93%;
  height: 148px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 0 auto;
  padding: 12px 0;
}

.recruit__cta a {
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  position: relative;
  display: block;
  margin: 0 auto;
}

a.recruit__entry {
  margin-bottom: 14px;
  width: 93%;
  color: #fff;
  background: linear-gradient(107.28deg, #2db48b 0.39%, #338F89 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 6rem;
  padding: 1.4rem;
  -webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: box-shadow .2s, transform .2s;
  transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
}

a.recruit__requirements {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  height: 55px;
  line-height: 20px;
  color: #2db48b;
  width: 93%;
  border-radius: 6rem;
  background-color: #fff;
  border: 3px solid #2db48b;
  padding: 1.4rem;
  position: relative;
  -webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: box-shadow .2s, transform .2s;
  transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
}

@media print,
screen and (min-width: 64em) {
  .recruit__cta {
    height: 136px;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    border-radius: 4px;
  }

  .recruit__cta div {
    width: 620px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .recruit__cta a {
    margin: 0;
  }

  a.recruit__entry {
    margin-bottom: 0;
    margin-right: 16px;
    width: 290px;
  }

  a.recruit__requirements {
    width: 230px;
  }
}



/* 採用ページリニューアル_202005 */


.navi__recruit {
  display: none;
}

.navi--recruit #menu-item-52 {
  color: #03756C;
}

.header__recruit-bar {
  background: linear-gradient(0deg, #2db48b, #2db48b);
  width: 100%;
}

.header__recruit-bar__wrapper {
  margin: 0 auto;
  width: 102.4rem;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 44px;
  align-items: center;
}

.header__recruit-bar ul {
  display: flex;
}

.header__recruit-bar li {
  padding-right: 2rem;
}

.header__recruit-bar__wrapper a {
  opacity: .9;
}

.header__recruit-bar__wrapper a:hover {
  opacity: 1;
}

.header__recruit-bar__entry,
.header__recruit-bar__teacher {
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
  border-radius: 4px;
  height: 30px;
  color: #019E88;
  align-items: center;
  display: flex;
  font-size: 1.3rem;
  padding: 0 16px;
}

.header__recruit-bar__entry {
  margin-right: 1rem;
}

.header__recruit-bar__entry:hover,
.header__recruit-bar__teacher:hover {
  background: #fff;
}

.header__recruit-bar__entry img,
.header__recruit-bar__teacher img {
  margin-left: 5px;
  margin-bottom: 5px;
}

.navi__recruit img {
  margin-bottom: 7px;
  margin-left: 7px;
}

@media print,
screen and (max-width: 1023px) {
  .header__recruit-bar {
    display: none;
  }

  .navi__recruit {
    display: block;
  }

  .navi--recruit #menu-item-52 {
    padding: 1.4rem 2.5rem;
    display: block;
    position: relative;
    color: #fff;
  }

  .navi__recruit {
    padding: 0 0 1.4rem 4.1rem;
    font-weight: 300;
  }

  .navi__recruit li {
    position: relative;
    padding: .3rem 0;
  }
}

main#recruit {
  padding: 44px 0 60px;
}

main#recruit__number,
main#recruit__merit,
.recruit__main {
  padding: 104px 0;
}

#recruit .news--fv {
  position: unset;
  background: #F3F3F3;
  color: #71746F;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 110px 40px 0;
}

#recruit .news__title {
  margin: 0 14px 0 110px;
}

#recruit .news__text {
  margin-bottom: 0;
  color: inherit;
}

#recruit .about__lead-area,
#recruit .vision,
#recruit .mission,
#recruit .about__lead-text {
  padding: 0
}

#recruit .about__lead-area {
  padding-bottom: 20px;
}

.recruit__box {
  margin: 60px auto;
  display: flex;
  width: 90vw;
  max-width: 1024px;
}

.recruit__box h2 {
  font-weight: 700;
  font-size: 25px;
  color: #2C2C2C;
  display: inline-block;
  margin-bottom: 20px;
}

.recruit__box__heading--sub {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  display: inline-block;
}

.recruit__box__arrow {
  position: relative;
}

.recruit__box__arrow:after {
  content: url(https://kizuki-corp.com/wordpress/wp-content/themes/kizuki/images/recruit/recruit__arrow.svg);
  position: absolute;
  right: -28px;
  top: 2px;
  transition: .2s;
}

.recruit__box__text a:hover .recruit__box__arrow:after {
  right: -32px;
}

.recruit__box__text {
  max-width: 440px;
  margin-right: 160px;
}

.recruit__box__text p {
  margin-bottom: 20px;
}

.recruit__box__text a:hover,
.recruit__box__text a:hover h2,
.recruit__box__text a:hover .recruit__box__link {
  color: #03756C;
  transition: .3s;
}

.recruit__box__link {
  /* color: #3b3d3ab8; */
  font-size: 14px;
}

.recruit__box__link--multiple {
  margin-top: -14px;
}

.recruit__box__image {
  width: 90vw;
  max-width: 420px;
}

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

@media print,
screen and (max-width: 1023px) {

  main#recruit,
  main#recruit__number,
  main#recruit__merit,
  section.requirement,
  section.faq {
    padding-bottom: 0px;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  }

  main#recruit {
    padding-top: 0px;
  }

  #recruit .kv--recruit {
    margin-bottom: 0;
  }

  #recruit .news--fv {
    padding: 58px 14px 20px;
  }

  #recruit .news__title {
    margin: 0 0 5px;
  }

  #recruit .vision {
    margin: 80px auto 0;
  }

  #recruit .vision .vision__theme {
    margin-bottom: 2rem;
  }

  #recruit .about__lead-area {
    padding-bottom: 0;
  }

  #recruit .about__lead-text {
    padding-top: 15px;
  }

  .recruit__box__text {
    margin-right: 80px;
  }
}

@media print,
screen and (max-width: 48em) {
  .recruit__box {
    display: block;
  }

  .recruit__box__image {
    margin: 0 auto;
  }

  .recruit__box__text {
    max-width: unset;
    margin-right: 0;
  }
}

.rec-h1 {
  margin-bottom: 60px;
  background: -webkit-gradient(linear, right top, left top, color-stop(31.99%, #36918A), color-stop(68.98%, #3FC574));
  background: linear-gradient(270deg, #36918A 31.99%, #3FC574 68.98%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.rec-h1--plain {
  margin-top: 60px;
}

.rec-h1--with-acc {
  margin-bottom: 26px;
}

.recruit__tab {
  width: 90vw;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  height: 44px;
  border-bottom: solid 2px #F2F2F2;
  margin-bottom: 50px;
}

.recruit__tab__item {
  line-height: 44px;
  color: #808080;
  position: relative;
  font-weight: 700;
}

.recruit__tab__item:hover {
  color: #3b3d3a;
}

#recruit__number .recruit__tab__item {
  padding-left: 80px;
}

.recruit__tab__item--active {
  color: #3b3d3a;
  font-weight: 700;
  padding: 0 !important;
}

.recruit__tab__item--active::after {
  background-color: #01A882;
  position: absolute;
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}

#recruit__merit .recruit__tab__item {
  padding-right: 80px;
}

@media print,
screen and (max-width: 48em) {

  main#recruit__number,
  main#recruit__merit,
  .recruit__main {
    padding-top: 40px;
  }

  #recruit__number .recruit__tab {
    margin-bottom: 60px;
  }

  .rec-h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  #recruit__number .recruit__tab__item {
    padding-left: 40px;
  }

  #recruit__merit .recruit__tab__item {
    padding-right: 40px;
  }
}

.recruit__number__wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.recruit__number__wrapper h2 {
  margin-bottom: 10px;
}

.recruit__number__img-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
  text-align: center;
}

@media print,
screen and (max-width: 48em) {
  .recruit__number__img-wrapper {
    display: block;
  }
}

.recruit__number__img-wrapper img {
  width: 94vw;
  max-width: 492px;
  margin: 10px;
}


.requirement .outline__table {
  margin-bottom: 100px;
}

.requirement .outline__table-title,
.requirement .outline__table-data {
  font-size: 1.4rem;
  padding: 2rem 10rem 2rem 3rem;
  vertical-align: middle;
}

.requirement .outline__table-data {
  padding: 2rem 3rem 2rem 0;
}

.requirement ol {
  padding-left: 24px;
}

.anchor__wrapper {
  display: flex;
  justify-content: center;
  padding-left: 30px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.anchor__wrapper p {
  margin-right: 86px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}

.anchor__wrapper p:last-child {
  margin-right: 0;
}

.anchor__wrapper p::before {
  content: url(https://kizuki-corp.com/wordpress/wp-content/themes/kizuki/images/recruit/recruit__arrow.svg);
  position: absolute;
  left: -32px;
  top: 1px;
  transform: rotate(90deg);
}

.anchor__wrapper a:hover {
  color: #03756C;
}

/*.anchor__point, caption.anchor__point {
    padding-top: 120px;
    margin-top: -120px;
  }*/

@media print,
screen and (max-width: 48em) {
  .rec-h1 {
    margin-top: -16px;
    margin-bottom: 20px;
  }

  .requirement .outline__table-title,
  .requirement .outline__table-data {
    padding: 1.5rem 0 1.5rem 0;
    vertical-align: baseline;
  }

  .requirement .outline__table-title {
    padding-right: 2rem;
  }

  .anchor__wrapper {
    display: block;
    margin-bottom: 40px;
  }

  .anchor__wrapper p {
    line-height: 2.6;
    margin-bottom: 2px;
  }

  /*.anchor__point, caption.anchor__point {
        padding-top: 60px;
        margin-top: -60px;
      }*/
}

.recruit__merit__box {
  display: flex;
  margin: 0 auto 100px;
  max-width: 1180px;
  width: 90vw;
}

/* .recruit__merit__box--right {
    flex-wrap: wrap;
  } */
.recruit__merit__box--right .recruit__merit__image {
  order: 1;
  padding-left: 0px;
  padding-right: 60px;
}

.recruit__merit__box--right .recruit__merit__text {
  order: 2;
}

.recruit__merit__text {
  width: 90vw;
  max-width: 560px;
}

.recruit__merit__text h2 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.recruit__merit__text h2::before {
  font-size: 54px;
  color: #00776C;
  content: "01";
  display: block;
  font-family: 'Roboto', sans-serif;
}

.recruit__merit__text h2.h2--02::before {
  content: "02"
}

.recruit__merit__text h2.h2--03::before {
  content: "03"
}

.recruit__merit__text h2.h2--04::before {
  content: "04"
}

.recruit__merit__text h2.h2--05::before {
  content: "05"
}

.recruit__merit__text p {
  margin-bottom: 20px;
  letter-spacing: .18em;
  line-height: 1.6;
}

.recruit__merit__image {
  padding-left: 60px;
  width: 90vw;
  max-width: 620px;
  /* 560px + padding */
}

.recruit__merit__image img {
  width: 100%;
}

@media print,
screen and (max-width: 48em) {
  .recruit__merit__box {
    display: block;
    margin-bottom: 60px;
  }

  .recruit__merit__text h2::before {
    font-size: 24px;
    margin-right: 8px;
    display: inline;
  }

  .recruit__merit__text h2 {
    font-size: 20px;
  }

  .recruit__merit__text img {
    width: 90vw;
  }

  .recruit__merit__image,
  .recruit__merit__box--right .recruit__merit__image {
    padding-left: 0;
    padding-right: 0;
  }
}

#people .news-list__box {
  position: relative;
}

#people .news-list__label {
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 1.2px;
  color: #fff;
  padding: 2px 10px;
  background: #319f8a;
}

#people .news-list__text {
  font-size: 1.5rem;
  margin-bottom: .4rem;
}

#people .news-list__title {
  margin-bottom: 0;
}

.faq__category {
  margin-bottom: 100px;
}

.faq__category h2 {
  margin-bottom: 30px;
  border-bottom: .2rem solid #f3f3f3;
  padding-bottom: 12px;
  color: #53AB82;
  font-weight: 700;
  letter-spacing: .2rem;
}

.faq__item {
  margin-bottom: 80px;
}

.faq__item__wrapper {
  display: flex;
  align-items: baseline;
}

.faq__item h3 {
  font-size: 22px;
}

.faq__item div:first-child::before {
  font-size: 28px;
  margin-right: 18px;
  color: #00776C;
  content: "Q.";
  font-family: 'Roboto', sans-serif;
}

.faq__item div:nth-child(2)::before {
  font-size: 28px;
  margin-right: 18px;
  opacity: .8;
  content: "A.";
  display: block;
  font-family: 'Roboto', sans-serif;
}

@media print,
screen and (max-width: 48em) {
  .faq__item {
    margin-bottom: 60px;
  }

  .faq__category h2,
  .faq__item h3 {
    font-size: 18px;
  }

  .faq__item div:first-child::before,
  .faq__item div:nth-child(2)::before {
    font-size: 25px;
  }
}

.work {
  background: #f3f3f3;
}

.work__wrapper {
  background: #fff;
  margin: 0 auto 6rem;
  border-radius: .8rem;
  padding: 6rem;
}

.work__wrapper__upper {
  display: flex;
  margin-bottom: 18px;
}

.work__wrapper__upper div:first-child {
  padding-right: 60px;
}

.work__wrapper__upper h2 {
  color: #53AB82;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: .2rem;
  margin-bottom: 14px;
}

.work__wrapper__upper img {
  max-width: 380px;
}

.work__acc-trigger {
  color: #53AB82;
  font-weight: 700;
}

.work__acc-trigger label {
  cursor: pointer;
}

.work__wrapper__lower {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

.cssacc:checked+.work__wrapper__lower {
  height: auto;
  opacity: 1;
  background: #fff;
  position: relative;
  margin-top: -46px;
}

/*#work__acc--educational-office:checked~.work__wrapper__lower--educational-office,
  #work__acc--kbc:checked~.work__wrapper__lower--kbc,
  #work__acc--public-private-partnerships:checked~.work__wrapper__lower--public-private-partnerships,
  #work__acc--corporate-planning:checked~.work__wrapper__lower--corporate-planning,
  #work__acc--digital-strategy:checked~.work__wrapper__lower--digital-strategy,
  #work__acc--marketing:checked~.work__wrapper__lower--marketing,
  #work__acc--personnel-and-general-affairs:checked~.work__wrapper__lower--personnel-and-general-affairs,
  #work__acc--finance:checked~.work__wrapper__lower--finance, {
    height: auto;
    opacity: 1;
    background: #fff;
    position: relative;
    margin-top: -46px;
  }*/
.cssacc {
  display: none;
}

.timeline {
  list-style: none;
}

.timeline>li {
  margin-bottom: 60px;
}


.timeline>li {
  margin: 0;
  position: relative;
}

.timeline__item {
  float: left;
  border-left: 3px #EBF4F1 solid;
  padding-left: 30px;
  margin-left: 5px;
  padding-bottom: 46px;
}

.timeline__item:last-child {
  border-left: 0;
  padding-bottom: 0;
}

.timeline__item::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  border: solid 3px #00776C;
  position: absolute;
  left: 0;
  border-radius: 100%;
}

.work__wrapper__lower h3 {
  margin: 60px 0 30px;
  font-size: 25px;
}

.timeline__time {
  color: #90969A;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: -4px;
  margin-top: -6px;
}

.timeline__item h4 {
  font-size: 17px;
  margin-bottom: 4px;
}

.timeline__wrapper {
  overflow: auto;
}

.work__senior__wrapper {
  background-color: #EBF4F1;
  padding: 30px 50px;
  margin-bottom: 30px;
  border-radius: 10px;
  font-weight: 700;
}

.work__senior__wrapper:last-child {
  margin-bottom: 0;
}

.work__senior__wrapper p {
  color: #00776C;
}

.work__interview__wrapper {
  border: 2.6px solid #F3F3F3;
  margin-bottom: 60px;
}

.work__interview__wrapper a {
  display: flex;
}

.work__interview__wrapper a:hover {
  opacity: .8;
}

.work__interview__image {
  width: 30%;
}

.work__interview__image img {
  width: 100%;
}

.work__interview__content {
  width: 70%;
}

.work__interview__title {
  font-size: 18px;
  margin: 20px;
  font-weight: 700;
}

.work__interview__job {
  margin-left: 20px;
  color: #3b3d3a;
  font-size: 13px;
}

@media print,
screen and (max-width: 48em) {
  .work .anchor__wrapper {
    margin: 0 auto 30px;
    width: 90%;
  }

  .work .utility__inner {
    padding: 0;
  }

  .work__wrapper {
    padding: 24px;
    max-width: 90%;
  }

  .work__wrapper__upper {
    display: block;
  }

  .work__wrapper__upper div:first-child {
    padding-right: 0;
  }

  .work__wrapper__upper h2 {
    font-size: 22px;
  }

  .work__wrapper__upper img {
    max-width: 100%;
    margin: 20px 0 10px;
  }

  .work__wrapper__lower h3 {
    font-size: 22px;
  }

  .work__senior__wrapper {
    padding: 20px;
  }

  .work__interview__wrapper a {
    display: block;
  }

  .work__interview__image {
    width: 100%;
  }

  .work__interview__content {
    width: 100%;
    padding-bottom: 20px;
  }

  .work__interview__wrapper {
    margin-bottom: 24px;
  }

  .work__wrapper__lower h3 {
    margin: 40px 0 20px;
  }

  .work__wrapper__lower .recruit__cta {
    width: 100%;
  }
}


/* 目次 */

#ez-toc-container {
  margin-bottom: 1.8em;
  background: #f9f9f9;
  padding: 23px 23px;
  border-radius: .8rem;
}


@media print,
screen and (min-width: 48em) {
  #ez-toc-container {
    padding: 23px 34px;
  }
}

#ez-toc-container a {
  text-decoration: none;
}

.ez-toc-title.ez-toc-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.ez-toc-heading-level-2 {
  padding: 5px 0;
  border-bottom: 1px dashed #E2E2E2;
}

.ez-toc-heading-level-2:last-child {
  border-bottom: 0;
}

.ez-toc-heading-level-3 {
  padding-left: 1em;
}



/* 投稿ページパーツ */

.blog__inner>ul:not(.list-tag),
.blog__inner>ol {
  border: solid 2px #2db48b;
  background: #f1fffb96;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom: 1.8em;
  position: relative;
}

.blog__inner>ul:not(.list-tag) li,
.blog__inner>ol li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: dashed 1px silver;
}

.blog__inner>ul:not(.list-tag) li {
  list-style-type: none !important;
}

.blog__inner>ul:not(.list-tag) li:last-of-type,
.blog__inner>ol li:last-of-type {
  border-bottom: none;
}

.blog__inner>ul:not(.list-tag)>li:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f00c";
  font-weight: 700;
  position: absolute;
  left: 1em;
  /*左端からのアイコンまで*/
  color: #2db48b;
}

.post__table>table,
.wp-block-table table {
  margin: 0 auto;
  border-collapse: separate !important;
  margin: 1.8em 0;
  width: 100%;
}

@media print,
screen and (max-width: 48em) {

  .post__table.nallow th,
  .post__table.nallow td,
  .wp-block-table.nallow th,
  .wp-block-table.nallow td {
    padding: 5px;
  }
}

.post__table th,
.post__table td,
.wp-block-table th,
.wp-block-table td {
  padding: 12px 16px;
}

.post__table .th--deep,
.wp-block-table table th {
  background-color: #2db48b !important;
  color: #fff;
}

.post__table .th--light {
  background-color: #bff5e4f0 !important;
  color: #2c2c2ccf;
}

.post__table td,
.wp-block-table table td {
  background-color: #f9f9f9;
  line-height: 1.7;
}

.post__table--center td {
  text-align: center !important;
}

.js-scrollable table {
  margin-bottom: 0;
}

.js-scrollable {
  margin: 2em 0;
  overflow: auto visible !important;
}

.js-scrollable td,
.js-scrollable th {
  white-space: nowrap;
}

.wp-block-code {
  background: #f3f3f3;
  padding: 22px;
  border-radius: 10px;
}


.box-point {
  margin: 1.8em 0;
  padding-bottom: 1em;
  background: #f9f9f9;
}

.box-point .box-point_title {
  font-size: 1.7rem;
  background: #2db48b;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: .14rem;
}

.box-point p {
  margin: 0 1.8em 0.6em;
  font-size: 1.5rem;
}

.box-point p:last-child {
  margin-bottom: 0;
}

.box-point span {
  border-bottom: 2px dashed #2db48b;
  padding-bottom: 1px;
}

.box-point-2 .box-point_title {
  background: #ffa949;
}

.box-point-2 span {
  border-bottom: 2px dashed #ffa949;
  padding-bottom: 1px;
}

.list-tag {
  padding-left: 0;
}

.list-tag li {
  position: relative;
  list-style-type: none !important;
  padding: .6em;
  margin-bottom: 1.8em;
  line-height: 1.5;
  background: #c2f2e3;
  vertical-align: middle;
  border-radius: 20px 0px 0px 20px;
}

.list-tag li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}

.box-list {
  position: relative;
  margin: 3.6em 0 1.8em;
}

.box-list_list {
  border: solid 2px #ffa849;
  padding: 0.5em;
  margin-top: 4rem;
}

.box-list_list li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none !important;
}

.box-list_list li:last-of-type {
  border-bottom: none;
}

.box-list_list li:before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f138";
  position: absolute;
  left: 0.5em;
  color: #ffb03f;
  font-weight: 700;
}

.box-list_heading {
  background: #ffa849;
  color: #fff;
  position: absolute;
  font-weight: 700;
  bottom: 100%;
  padding: 8px 16px 6px;
  border-radius: 2px 2px 0 0;
  margin-bottom: 0 !important;
  line-height: 1 !important;
}

.box-list-green .box-list_list {
  border: solid 2px #2db48b;
}

.box-list-green .box-list_list li:before {
  color: #2db48b;
}

.box-list-green .box-list_heading {
  background: #2db48b;
}

.box-dashed-border {
  padding: 12px 14px;
  margin: 1.8em 0;
  background: #eff7ff;
  box-shadow: 0px 0px 0px 10px #eff7ff;
  border: dashed 2px #5fa0db26;
}

.box-dashed-border p {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}

.box-with-heading {
  position: relative;
  margin: 2em 0;
  padding: 12px;
  border: solid 2px #84c4ff;
  border-radius: 2px;
}

.box-with-heading .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 1.7rem;
  background: #FFF;
  color: #84c4ff;
  font-weight: bold;
}

.box-with-heading p {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}

.blockquote {
  background: #f9f9f9;
  margin: 1.8em 0;
  padding: 18px 18px 18px 40px;
  position: relative;
}

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

.blockquote footer {
  font-size: 1.3rem;
  margin-top: -20px;
  text-align: right;
}

.blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -15px;
  width: 40px;
  height: 30px;
  text-align: center;
  content: "\f10d";
  font-family: Font Awesome\ 5 Free;
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  background: #2CB48B;
  box-shadow: 0 2px 2px rgb(26 26 26 / 14%);
  font-weight: 900;
}

.small-text {
  font-size: 1.3rem;
}

/*iframe レスポンシブ*/
.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*募集要項*/
.section.requirement {
  background: #f3f3f3;
}

.requirement__heading {
  color: #53AB82;
  margin-bottom: 10px;
  font-size: 25px;
  position: relative;
  color: #53AB82;
  margin-bottom: 30px;
  padding-bottom: 6px;
  font-size: 25px;
  position: relative;
  border-bottom: solid 1px #d2d2d2;
}

.requirement__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 80px
}

.requirement__box {
  background: #fff;
  border-radius: 0.8rem;
  padding: 3rem;
  box-shadow: 0 0 2.6rem rgb(0 0 0 / 5%);
  transition: .3s;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.requirement__box::after {
  content: '';
  display: block;
  position: absolute;
  right: -2rem;
  bottom: 0;
  width: 3rem;
  height: 3rem;
  background: #53AB82;
  transform-origin: bottom right;
  transform: rotate(-45deg);
}

.requirement__box:hover {
  box-shadow: none;
  transform: translateY(0.2rem);
}

.requirement__job {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.requirement__tag {
  background: #53AB82;
  padding: 1px 10px 2px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 4px;
  display: inline-block;
}

.requirement__description {
  margin-top: 10px;
}

.entry-cta {
  display: block;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px);
  background: linear-gradient(0deg, #2db48b, #2db48b);
  width: 90vw;
  max-width: 460px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 14px 6px;
  border-radius: 9999px;
  box-shadow: 0 0 1.2rem rgb(0 0 0 / 8%);
  z-index: 10;
  font-size: 16px;
}

.entry-cta--out {
  transition: .3s ease-in-out;
  opacity: 0;
}

@media print,
screen and (max-width: 48em) {
  .requirement__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media print,
screen and (max-width: 35em) {
  .requirement__wrapper {
    grid-template-columns: 1fr;
  }
}

/*エントリーフォーム*/
.mw_wp_form p {
  margin-bottom: 50px;
}

.form__label-text {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.form__label-text--required {
  color: #B70000;
  font-size: .8em;
  margin-left: 4px;
}

.mw_wp_form textarea,
input[type="email"],
input[type="text"] {
  width: 100%;
  min-height: 50px;
  padding: 6px 10px;
}

.mwform-radio-field,
.mwform-checkbox-field {
  font-size: .9em;
  line-height: 1.4;
  margin-bottom: 20px;
}

.mw_wp_form textarea {
  min-height: 200px;
  line-height: 1.7;
}

.mw_wp_form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-weight: 700;
  cursor: pointer;
  padding: 0 60px;
  display: block;
  font-size: 16px;
  letter-spacing: .1em;
  display: inline-block;
  padding: 0 24px;
  height: 50px;
  line-height: 46px;
  color: #2db48b;
  border-radius: 6rem;
  background-color: #fff;
  border: 0.2rem solid #2db48b;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.mw_wp_form .error {
  padding: 0;
}

.form__note {
  display: block;
  font-size: .9em;
  opacity: .8;
  line-height: 1.6;
  margin-bottom: 8px;
}

.error-sessage {
  display: none;
  border: solid 2px #B70000;
  padding: 10px;
  background: #b7000012;
  font-weight: 700;
  color: #000000bf;
}

/* 202411追加 フリースクールLP */
.free-school-lp {
  .teacher-wrap {
    h3 {
      margin: 10px 0 0;
    }
  }
}

.free-school-cta {
  .button {
    display: block;
    padding: 15px 20px;
    color: #fff;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
    margin: 2rem 0;
    text-align: center;
    &.form {
      background: #2db48b;
      box-shadow: 0 5px 0px 0px hwb(162 18% 59% / 1);
    }
    &.tel {
      background: #db9034;
      box-shadow: 0 5px 0px 0px hwb(33 20% 54% / 1);
    }
  }
}
@media print,screen and (min-width: 48em) {
  .free-school-lp {
    display: flex;
    justify-content: space-between;
    .teacher-wrap {
      flex: 0 0 30%;
      p {
        font-size: 14px;
      }
    }
  }
  .free-school-cta {
    display: flex;
    justify-content: space-between;
    .button {
      flex: 0 0 49%;
    }
  }
}