@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// RESET
// ==========================================*/
* {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

::-moz-selection {
  background: #11793e;
  color: #ffffff;
}

::selection {
  background: #11793e;
  color: #ffffff;
}

@media (min-device-width: 769px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 1024px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2d394a;
  line-height: 1.8;
  letter-spacing: 0.075em;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 834px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
}

/* for IE11 + */
_:-ms-lang(x)::-ms-backdrop,
body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

#container {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1180px) {
  #container {
    position: static !important;
    transform: none !important;
  }
}
.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 834px) {
  .innerWrap {
    padding: 0 24px;
  }
}

.contentWrap {
  max-width: 1200px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 834px) {
  .contentWrap {
    padding: 0 24px;
  }
}

main.main {
  position: relative;
  z-index: 1;
}

a {
  color: #333333;
  transition: opacity 0.24s, color 0.24s;
}
@media screen and (min-width: 835px) {
  a:hover {
    color: #11793e;
  }
}

/* classes */
.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.spCont {
  display: block;
}

.pcCont {
  display: none;
}

/* fonts */
.eng {
  font-family: "Prompt", sans-serif;
  letter-spacing: normal;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* animations */
.anime.-fadeIn {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInTop {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  transform: translate(0, 0);
}
.anime.-fadeInBottom {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  transform: translateY(0);
}
.anime.-fadeInDeg {
  opacity: 0;
  transform: translate(-48px, -48px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.anime.-fadeInDeg.js-active, .js-active > .anime.-fadeInDeg {
  opacity: 1;
  transform: translate(0, 0);
}
.anime.-maskBg {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.anime.-maskBg::after {
  content: "";
  display: block;
  position: absolute;
  background: #11793e;
  background: linear-gradient(140deg, #11793e 40%, #d9e366 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translate(0, 100%);
}
.anime.-maskBg:before,
.anime.-maskBg span {
  opacity: 0;
  color: transparent;
  transition: opacity;
  transition-delay: 0.5s;
  transition-duration: 0.24s;
}
.anime.-maskBg.js-active::after, .js-active > .anime.-maskBg::after {
  -webkit-animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1) both;
          animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1) both;
}
.anime.-maskBg.js-active:before,
.anime.-maskBg.js-active span, .js-active > .anime.-maskBg:before,
.js-active > .anime.-maskBg span {
  opacity: 1;
  color: #2d394a;
}

/* ============================================
// loading
// ==========================================*/
#loading {
  display: none;
}

.js-loaded.once #loading {
  opacity: 0;
  transition-delay: 0.4s;
}

.once #loading {
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #ffffff;
  pointer-events: none;
  transition: opacity 0.4s linear;
}
.once #loading .loading__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
.once #loading .loading__txt {
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .once #loading .loading__txt {
    font-size: 2rem;
  }
}
.once #loading .loading__txt span {
  display: inline-block;
  color: #11793e;
  letter-spacing: 0.5em;
  -webkit-animation: wave-text 0.7s ease-in-out infinite;
          animation: wave-text 0.7s ease-in-out infinite;
}
.once #loading .loading__txt span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.once #loading .loading__txt span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.once #loading .loading__txt span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.once #loading .loading__txt span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.once #loading .loading__txt span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.once #loading .loading__txt span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.once #loading .loading__txt span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.once #loading .loading__txt span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.once #loading .loading__txt span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.once #loading .loading__txt span:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.once #loading .loading__txt span:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.once #loading .loading__txt span:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.once #loading .loading__txt span:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.once #loading .loading__txt span:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.once #loading .loading__txt span:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes wave-text {
  00% {
    transform: translateY(0em);
  }
  60% {
    transform: translateY(-0.3em);
  }
  100% {
    transform: translateY(0em);
  }
}

@keyframes wave-text {
  00% {
    transform: translateY(0em);
  }
  60% {
    transform: translateY(-0.3em);
  }
  100% {
    transform: translateY(0em);
  }
}
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
}
.js-loaded .hamburger {
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 100px;
  overflow-y: auto;
}
@media screen and (max-width: 834px) {
  .hamburger__menu {
    padding: 72px 32px 40px 32px;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.hamburger__menu__logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger__menu__logo .txt {
  margin-left: 24px;
}
.hamburger__menu__logo .txt .eng {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
}
.hamburger__menu__logo .txt .eng span {
  display: block;
  line-height: 1.2;
}
.hamburger__menu__logo .txt .eng span:first-child {
  color: #11793e;
}
.hamburger__menu__logo .txt .ja {
  font-size: 1.2rem;
  font-weight: bold;
}
.hamburger__menu__logo .img {
  width: 293px;
}
@media screen and (max-width: 834px) {
  .hamburger__menu__logo .img {
    width: 205px;
  }
}
.hamburger__menu__logo .img img {
  width: 100%;
  height: 100%;
}
.hamburger__menu__nav {
  margin-top: 56px;
}
@media screen and (max-width: 834px) {
  .hamburger__menu__nav {
    margin-top: 32px;
  }
}
.hamburger__menu__nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .hamburger__menu__nav__list {
    display: block;
    border-top: 1px solid #dedede;
  }
}
.hamburger__menu__nav__list__item {
  flex: 0 0 48%;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 834px) {
  .hamburger__menu__nav__list__item {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 835px) {
  .hamburger__menu__nav__list__item:nth-child(-n+2) {
    border-top: 1px solid #dedede;
  }
}
.hamburger__menu__nav__list__item a {
  position: relative;
  display: block;
  padding: 20px 16px;
}
@media screen and (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    padding: 14px 10px;
    background-position: right 10px center;
    background-size: auto 12px;
  }
}
.hamburger__menu__nav__list__item a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: 2px solid #2d394a;
  box-sizing: border-box;
  border-color: #2d394a #2d394a transparent transparent;
  transform: rotate(45deg);
}
.hamburger__menu__share {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .hamburger__menu__share {
    margin-top: 24px;
  }
}
.hamburger__menu__share .hd {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.hamburger__menu__share .list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger__menu__share .list__item {
  margin: 0 6px;
}
.hamburger__menu__close {
  display: block;
  width: 88px;
  height: 108px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: background 0.4s;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .hamburger__menu__close {
    height: 104px;
  }
}
@media screen and (max-width: 834px) {
  .hamburger__menu__close {
    width: 63px;
    height: 42px;
    top: 14px;
  }
}
.hamburger__menu__close:before, .hamburger__menu__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 24px;
  height: 1px;
  background: #333;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 834px) {
  .hamburger__menu__close:before, .hamburger__menu__close:after {
    width: 20px;
  }
}
.hamburger__menu__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger__menu__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ============================================
// keyframes
// ==========================================*/
@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1.15) rotate(0.00001deg);
  }
  100% {
    transform: scale(1) rotate(0.00001deg);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.15) rotate(0.00001deg);
  }
  100% {
    transform: scale(1) rotate(0.00001deg);
  }
}
/*------------------------------
form base setting
------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 14px 16px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #eff7f0;
}
@media screen and (min-width: 835px) {
  body select:hover,
body search:hover,
body input:hover {
    background: #e8f4ea;
  }
}
@media screen and (max-width: 834px) {
  body select,
body search,
body input {
    padding: 8px 16px !important;
  }
}
@media screen and (max-width: 834px) {
  body select,
body input[type=text],
body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 14px 16px !important;
  background: #eff7f0;
}
@media screen and (min-width: 835px) {
  body input[type=text]:hover,
body input[type=search]:hover,
body input[type=submit]:hover {
    background: #e8f4ea;
  }
}
@media screen and (max-width: 834px) {
  body input[type=text],
body input[type=search],
body input[type=submit] {
    padding: 8px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media screen and (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before, body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label:before {
  background: #eeeeee;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  z-index: 0;
  border-radius: 2px;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  body input[type=checkbox] + label:before {
    width: 14px;
    height: 14px;
  }
}
body input[type=checkbox] + label::after {
  top: 4px;
  left: 4px;
  z-index: 2;
  opacity: 0;
  width: 4px;
  height: 8px;
  color: #ffffff;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-180deg);
  box-sizing: content-box;
}
@media screen and (max-width: 834px) {
  body input[type=checkbox] + label::after {
    top: 4px;
  }
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:before {
  background: #11793e;
  border-color: transparent;
}
body input[type=checkbox]:checked + label:after {
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before, body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------
	form custom setting
------------------------------*/
.custom-form__parts {
  font-size: 1.6rem;
  padding-top: 18px;
  padding-bottom: 20px;
  border-top: 1px solid #333333;
}
@media screen and (max-width: 834px) {
  .custom-form__parts {
    font-size: 1.4rem;
    padding-top: 14px;
    padding-bottom: 16px;
  }
}
.custom-form__parts:first-of-type {
  padding-top: 0;
  border-top: none;
}
.custom-form__parts:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 835px) {
  .custom-form__parts .form_parts_inner.-submit {
    display: flex;
    justify-content: space-between;
  }
  .custom-form__parts .form_parts_inner.-submit input[type=search] {
    height: 100%;
  }
  .custom-form__parts .form_parts_inner.-submit .freeword {
    flex: 1 1 auto;
  }
  .custom-form__parts .form_parts_inner.-submit .submitBtn {
    flex: 0 0 120px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 834px) {
  .custom-form__parts .form_parts_inner.-submit .submitBtn {
    width: 80%;
    margin: 16px auto 0;
  }
  .custom-form__parts .form_parts_inner.-submit .submitBtn:before {
    left: 20px;
  }
  .custom-form__parts .form_parts_inner.-submit .submitBtn input {
    padding: 14px 16px !important;
  }
}
.custom-form__ttl {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .custom-form__ttl {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}
.custom-form__ttl::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background: #11793e;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .custom-form__ttl::before {
    width: 13px;
    height: 13px;
    margin-top: 1px;
    margin-right: 6px;
  }
}
.custom-form .pulldown,
.custom-form .freeword {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.custom-form .pulldown {
  margin-bottom: 20px;
}
.custom-form .pulldown:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  right: 19px;
  top: calc(50% - 2px);
  z-index: 1;
  color: #11793e;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.custom-form .check_box {
  margin-top: -5px;
}
.custom-form .check_box > ul {
  display: flex;
  flex-wrap: wrap;
}
.custom-form .check_box > ul li {
  margin-right: 1em;
}
.custom-form .submitBtn {
  position: relative;
  width: 120px;
}
@media screen and (max-width: 834px) {
  .custom-form .submitBtn {
    margin: 20px auto 0;
  }
}
.custom-form .submitBtn:before {
  content: "";
  position: absolute;
  left: 28px;
  top: calc(50% + 1px);
  width: 16px;
  height: 16px;
  background: url(../img/common/ico_search_white.png) center center/contain no-repeat;
  transform: translate(0, -50%);
}
.custom-form .submitBtn input {
  font-weight: bold;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 14px 16px 14px 32px !important;
  background: #eff7f0;
  border-radius: 5px;
  box-sizing: border-box;
  transition: background 0.4s;
}
@media screen and (max-width: 834px) {
  .custom-form .submitBtn input {
    font-size: 1.4rem !important;
  }
}
@media screen and (min-width: 835px) {
  .custom-form .submitBtn input:hover {
    background: #cde6d0;
  }
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	pageHeader
--------------------*/
.pageHeader {
  margin-top: 104px;
  height: 320px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .pageHeader {
    margin-top: 63px;
    height: 200px;
  }
}
.pageHeader .img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(1.15);
  transition: transform 1s;
}
.pageHeader .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
}
.pageHeader .ttl .ja {
  font-size: 4rem;
  padding: 8px 24px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .pageHeader .ttl .ja {
    font-size: 2.5rem;
    padding: 6px 12px;
  }
}
.pageHeader .ttl .eng {
  font-size: 1.5rem;
  margin-top: 24px;
  color: #11793e;
  text-align: center;
  padding: 4px 16px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 834px) {
  .pageHeader .ttl .eng {
    font-size: 1.2rem;
    margin-top: 12px;
    padding: 2px 8px;
  }
}

.js-loaded .pageHeader .img {
  transform: scale(1);
  transition-delay: 0.2s;
}

/*--------------------
	グラデーション animation
--------------------*/
.js-loaded .bg__wrap {
  position: relative;
}
.js-loaded .bg__wrap::before {
  -webkit-animation-name: bgLeftToRight;
          animation-name: bgLeftToRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transform-origin: left center;
}
.js-loaded .bg__wrap span {
  position: relative;
  z-index: 1;
}
.js-loaded .bg__wrap.-green::before {
  background: #11793e;
  background: linear-gradient(140deg, #11793e 40%, #d9e366 100%);
}
.js-loaded .bg__wrap.-white {
  display: inline-block;
}
.js-loaded .bg__wrap.-white::before {
  background: #fff;
}
.js-loaded .bg .fadeInText {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*--------------------
	fixed__btn
--------------------*/
.fixed__btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .fixed__btn {
    visibility: hidden;
  }
}
@media screen and (max-width: 834px) {
  .fixed__btn {
    visibility: hidden;
  }
}
.fixed__btn a {
  display: block;
  background: #11793e;
  background: linear-gradient(140deg, #11793e 40%, #d9e366 100%);
  border: 1px solid #fff;
  border-radius: 10px 0 0 10px;
  padding: 36px 19px 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  .fixed__btn a {
    padding: 18px 10px 16px;
  }
}
@media screen and (min-width: 835px) {
  .fixed__btn a:hover {
    opacity: 0.8;
  }
}
.fixed__btn span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  padding-top: 36px;
}
@media screen and (max-width: 834px) {
  .fixed__btn span {
    font-size: 1.2rem;
  }
}
.fixed__btn span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 24px;
  background-image: url(../img/common/icon_saiyou.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-32%);
}
@media screen and (max-width: 834px) {
  .fixed__btn span::before {
    transform: translateX(-32%) scale(0.8);
  }
}

/*--------------------
	commonHead
--------------------*/
/* commonHead01 */
.commonHead01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.commonHead01 .eng {
  position: relative;
  padding-left: 22px;
}
.commonHead01 .eng::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon_leaf.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-64%);
}
.commonHead01 .eng span {
  font-size: 2rem;
  color: #11793e;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 834px) {
  .commonHead01 .eng span {
    font-size: 1.5rem;
  }
}
.commonHead01 .ja {
  margin-top: 12px;
}
@media screen and (max-width: 834px) {
  .commonHead01 .ja {
    margin-top: 4px;
  }
}
.commonHead01 .ja span {
  font-size: 3.4rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .commonHead01 .ja span {
    font-size: 2.5rem;
  }
}

/*--------------------
	commonShape
--------------------*/
/* commonShape01 */
.commonShape01 {
  border-radius: 100px 0 100px 0;
}
@media screen and (max-width: 834px) {
  .commonShape01 {
    border-radius: 30px 0 30px 0;
  }
}

/*--------------------
	btn
--------------------*/
/* txtLink */
@media screen and (min-width: 835px) {
  .txtLink {
    display: inline-flex;
    align-items: center;
  }
  .txtLink:before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 8px;
    background: url(../img/common/ico_arrow.png) center center/contain no-repeat;
  }
  .txtLink a {
    color: #11793e;
    font-weight: bold;
  }
}
@media screen and (min-width: 835px) and (min-width: 835px) {
  .txtLink a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 834px) {
  .txtLink {
    display: block;
    max-width: 220px;
  }
  .txtLink a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    padding: 11px;
    background: #eff7f0;
    border-radius: 5px;
    transition: background 0.4s, color, 0.4s;
  }
  .txtLink a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 15px;
    height: 15px;
    background: url(../img/common/ico_arrow_white.png) center center/contain no-repeat;
    transform: translate(0, -50%);
  }
}

/* commonBtn01 */
.commonBtn01 {
  width: 260px;
}
@media screen and (max-width: 834px) {
  .commonBtn01 {
    width: 208px;
  }
}
.commonBtn01 a {
  display: block;
  background: #003f47;
  padding: 20px 64px 20px 28px;
  position: relative;
  text-align: center;
  border-radius: 5px;
  transition: background 0.3s;
}
@media screen and (max-width: 834px) {
  .commonBtn01 a {
    padding: 14px 32px 14px 14px;
  }
}
.commonBtn01 a::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  background-image: url(../img/common/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: all 0.24s;
  will-change: right;
}
@media screen and (max-width: 834px) {
  .commonBtn01 a::after {
    transform: translateY(-50%) scale(0.8);
  }
}
.commonBtn01 a span {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  transition: color 0.24s;
}
@media screen and (max-width: 834px) {
  .commonBtn01 a span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 835px) {
  .commonBtn01 a:hover {
    background: #11793e;
  }
  .commonBtn01 a:hover::after {
    right: 18px;
  }
}

/*--------------------
	job_count_pager
--------------------*/
body .job_count_pager {
  display: flex;
}
body .job_count_pager.contents_top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
body .job_count_pager.contents_bottom {
  display: block;
  margin: 80px 0;
  padding: 0 0 0;
}
@media screen and (max-width: 834px) {
  body .job_count_pager.contents_bottom {
    margin: 40px 0;
  }
}
body .job_count_pager.contents_bottom .pagination {
  padding-top: 30px;
}
@media screen and (max-width: 834px) {
  body .job_count_pager.contents_bottom .pagination {
    padding-top: 20px;
  }
}
body .job_count_pager.contents_bottom .pagination ul {
  display: flex;
  justify-content: center;
}
body .job_count_pager.contents_bottom .pagination ul li {
  text-align: center;
  font-size: 1.4rem;
}
body .job_count_pager.contents_bottom .pagination ul li a,
body .job_count_pager.contents_bottom .pagination ul li em {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-style: normal;
  line-height: 40px;
  overflow: hidden;
  margin: 0 2px;
  background: #f4f4f4;
}
body .job_count_pager.contents_bottom .pagination ul li a:hover,
body .job_count_pager.contents_bottom .pagination ul li em {
  color: #ffffff;
  background: #11793e;
}
body .job_count_pager.contents_bottom .pagination ul .number {
  display: none;
}
@media screen and (min-width: 835px) {
  body .job_count_pager.contents_bottom .pagination ul .number {
    display: inline-block;
  }
}
body .job_count_pager.contents_bottom .pagination ul .number.current {
  display: inline-block;
}

/*--------------------
	interview_list
--------------------*/
.interview__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .interview__list {
    display: block;
  }
}
.interview__list__item {
  max-width: 320px;
  flex: 0 0 29%;
}
@media screen and (max-width: 834px) {
  .interview__list__item {
    width: 85%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.interview__list__item:nth-child(3n+1) {
  padding-top: 112px;
}
@media screen and (max-width: 834px) {
  .interview__list__item:nth-child(3n+1) {
    margin-top: 20px;
    padding-top: 0;
  }
}
.interview__list__item:nth-child(3n+2) {
  padding-top: 56px;
}
@media screen and (max-width: 834px) {
  .interview__list__item:nth-child(3n+2) {
    margin-top: 20px;
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .interview__list__item:nth-child(3n+3) {
    margin-top: 20px;
    padding-top: 0;
  }
}
@media screen and (min-width: 835px) {
  .interview__list__item:not(:last-child) {
    margin-right: 6.3%;
  }
}
.interview__list__item a .img {
  overflow: hidden;
}
.interview__list__item a .img img {
  transition: all 0.4s;
}
@media screen and (min-width: 835px) {
  .interview__list__item a:hover img {
    transform: scale(1.1);
  }
}
.interview__list__item .img {
  position: relative;
  z-index: 1;
}
.interview__list__item .img:before {
  content: "";
  display: block;
  padding-top: 101%;
}
.interview__list__item .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.interview__list__item .img img {
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 834px) {
  .interview__list__item .img img {
    border-radius: 50px 0 0 0;
  }
}
.interview__list__item .txt {
  padding: 28px 40px 24px;
  line-height: 1;
  background-color: #fff;
  border-radius: 0 0 100px 0;
}
@media screen and (max-width: 834px) {
  .interview__list__item .txt {
    border-radius: 0 0 50px 0;
    padding: 14px 20px 16px;
  }
}
.interview__list__item .txt .year {
  font-size: 1.2rem;
  color: #11793e;
}
.interview__list__item .txt .name {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
@media screen and (max-width: 834px) {
  .interview__list__item .txt .name {
    margin-top: 8px;
  }
}
.interview__list__item .txt .name .ja {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .interview__list__item .txt .name .ja {
    font-size: 1.8rem;
  }
}
.interview__list__item .txt .name .eng {
  font-size: 1.2rem;
  color: #11793e;
  margin-top: 12px;
  display: block;
}
@media screen and (max-width: 834px) {
  .interview__list__item .txt .name .eng {
    margin-top: 4px;
  }
}
.interview__list__item .txt .position {
  font-size: 1.2rem;
  margin-top: 16px;
  display: block;
}
@media screen and (max-width: 834px) {
  .interview__list__item .txt .position {
    margin-top: 8px;
  }
}

/*--------------------
	PCのみ
--------------------*/
@media screen and (max-width: 834px) {
  .pcOnly {
    display: none;
  }
}

/*--------------------
	SPのみ
--------------------*/
@media screen and (min-width: 835px) {
  .spOnly {
    display: none;
  }
}

/*--------------------
	ローディング
--------------------*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #f7f7ef;
  text-align: center;
  color: #fff;
  display: none;
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo img {
  width: 292px;
}
@media screen and (max-width: 834px) {
  #splash_logo img {
    width: 205px;
  }
}

/* ============================================
// MODULES CLASS
// ==========================================*/
.img-box {
  position: relative;
  display: block;
}
.img-box img,
.img-box svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 834px) {
  .px-50 {
    padding: 0 20px;
  }
}

/* ============================================
// LOWER PAGEHEADER
// ==========================================*/
.lower-about .pageHeader .img {
  background-image: url(../img/about/pageheader.jpg);
}

.lower-business .pageHeader .img {
  background-image: url(../img/business/bg/pageheader.jpg);
}

.lower-jobs .pageHeader .img {
  background-image: url(../img/jobs/bg/pageheader.jpg);
}

.lower-interview_l .pageHeader .img {
  background-image: url(../img/interview/bg/pageheader.jpg);
}

/*--------------------
	BREADCRUMB
--------------------*/
.breadcrumb {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  background: #11793e;
}
.breadcrumb__inner {
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 834px) {
  .breadcrumb__inner {
    padding: 0 16px;
  }
}
.breadcrumb__list {
  position: relative;
  overflow: auto;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 12px 0;
}
@media screen and (max-width: 834px) {
  .breadcrumb__list {
    padding: 8px 0;
  }
}
.breadcrumb__list__item {
  display: inline;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .breadcrumb__list__item {
    font-size: 1rem;
  }
}
.breadcrumb__list__item:not(:last-child):after {
  content: "＞";
  display: inline-block;
  font-size: 1rem;
  margin-left: 7px;
  margin-right: 7px;
}
@media screen and (max-width: 834px) {
  .breadcrumb__list__item:not(:last-child):after {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.breadcrumb__list__item a {
  display: inline-block;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .breadcrumb__list__item a:hover {
    opacity: 0.7;
  }
}
.breadcrumb__list::-webkit-scrollbar {
  height: 2px;
  cursor: pointer;
}
.breadcrumb__list::-webkit-scrollbar-track {
  background: #e5e5e5;
}
.breadcrumb__list::-webkit-scrollbar-thumb {
  background: #11793e;
  box-shadow: none;
}

/* ============================================
// RECRUIT SECTION
// ==========================================*/
/*--------------------
    施工事例
--------------------*/
.sec__example {
  position: relative;
}
.sec__example .example__slide {
  height: 560px;
}
@media screen and (max-width: 834px) {
  .sec__example .example__slide {
    height: 280px;
  }
}
.sec__example .example__slide__list {
  width: 100%;
  height: 100%;
}
.sec__example .example__slide__list__item {
  height: 100%;
}
.sec__example .example__txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 0 0 5px 0;
}
@media screen and (max-width: 834px) {
  .sec__example .example__txt {
    padding: 10px 12px;
  }
}
.sec__example .example__txt span {
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .sec__example .example__txt span {
    font-size: 1.2rem;
  }
}

/*--------------------
    採用情報
--------------------*/
.sec__recruit {
  margin-top: -120px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .sec__recruit {
    width: 90%;
    margin: -120px auto 0;
  }
}
@media screen and (max-width: 834px) {
  .sec__recruit {
    width: 90%;
    margin: -64px auto 0;
  }
}
.sec__recruit .recruit__inner {
  background: #11793e;
  background: linear-gradient(140deg, #11793e 0%, #d9e366 100%);
  padding: 115px 160px 120px 120px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .sec__recruit .recruit__inner {
    padding: 92px 80px 108px 80px;
  }
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__inner {
    padding: 32px 24px 72px;
    display: block;
  }
}
.sec__recruit .recruit__inner::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/index/bg_txt_recruit.png);
  width: 542px;
  height: 87px;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__inner::after {
    transform: scale(0.5);
    transform-origin: bottom left;
  }
}
.sec__recruit .recruit__inner__wrap:nth-child(1) {
  max-width: 38%;
  flex: 1 1 38%;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__inner__wrap:nth-child(1) {
    max-width: 100%;
  }
}
.sec__recruit .recruit__inner__wrap:nth-child(2) {
  max-width: 54%;
  flex: 0 0 54%;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__inner__wrap:nth-child(2) {
    max-width: 100%;
    margin-top: 36px;
  }
}
.sec__recruit .recruit__inner__wrap > dl > dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec__recruit .recruit__inner__wrap > dl > dt > span {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__inner__wrap > dl > dt > span {
    font-size: 1.7rem;
  }
}
.sec__recruit .recruit__inner__wrap > dl > dt > a {
  color: #fff;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__inner__wrap > dl > dt > a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 835px) {
  .sec__recruit .recruit__inner__wrap > dl > dt > a:hover {
    color: #11793e;
    border-bottom: 1px solid #11793e;
  }
}
.sec__recruit .recruit__lead {
  margin-top: 48px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__lead {
    margin-top: 12px;
  }
}
.sec__recruit .recruit__lead p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.66;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__lead p {
    font-size: 1.7rem;
  }
}
.sec__recruit .recruit__list {
  margin-top: 28px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__list {
    margin-top: 12px;
  }
}
.sec__recruit .recruit__list__item {
  border-bottom: 1px solid #fff;
  padding: 24px 0;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__list__item {
    padding: 10px 0;
  }
}
.sec__recruit .recruit__list__item:first-child {
  border-top: 1px solid #fff;
}
.sec__recruit .recruit__list__item a {
  color: #fff;
  display: block;
  position: relative;
  padding-right: 80px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__list__item a {
    padding-right: 40px;
  }
}
@media screen and (min-width: 835px) {
  .sec__recruit .recruit__list__item a:hover p {
    color: #11793e;
  }
  .sec__recruit .recruit__list__item a:hover::after {
    right: 8px;
  }
}
.sec__recruit .recruit__list__item a::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  background-image: url(../img/common/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  transition: all 0.24s;
  will-change: right;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__list__item a::after {
    right: 0;
    transform: translateY(-50%) scale(0.8);
  }
}
.sec__recruit .recruit__list__item dt span:first-child {
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__list__item dt span:first-child {
    font-size: 1.2rem;
  }
}
.sec__recruit .recruit__list__item dt span:first-child::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/index/icon_clock.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec__recruit .recruit__list__item dt span:not(:first-child) {
  color: #2d394a;
  background-color: #fff;
  font-size: 1.2rem;
  border-radius: 2px;
  padding: 2px 4px;
  margin-left: 4px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__list__item dt span:not(:first-child) {
    font-size: 1rem;
    padding: 1px 3px;
  }
}
.sec__recruit .recruit__list__item dd {
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__list__item dd {
    margin-top: 0;
  }
}
.sec__recruit .recruit__list__item dd p {
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit__list__item dd p {
    font-size: 1.3rem;
  }
}
.sec__recruit .recruit__list__item p {
  transition: color 0.3s;
}
.sec__recruit .commonHead01 .eng span {
  color: #fff;
}
.sec__recruit .commonBtn01 {
  margin-top: 48px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .commonBtn01 {
    margin-top: 24px;
  }
}
.sec__recruit .commonLead01 {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .commonLead01 {
    margin-top: 10px;
  }
}

/*--------------------
    フッター
    --------------------*/
.front-page .footer,
.lower-about .footer,
.lower-business .footer,
.lower-interview_l .footer,
.lower-interview_d .footer,
.lower-jobs .footer {
  margin-top: -160px;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .front-page .footer,
.lower-about .footer,
.lower-business .footer,
.lower-interview_l .footer,
.lower-interview_d .footer,
.lower-jobs .footer {
    margin-top: -64px;
  }
}

/*--------------------
    フェードイン
--------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------
    下から上にスライドイン
--------------------*/
@-webkit-keyframes SlideIn-BtoT {
  0% {
    opacity: 0;
    transform: translateY(48px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes SlideIn-BtoT {
  0% {
    opacity: 0;
    transform: translateY(48px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------
    斜め下からにスライドイン
--------------------*/
@-webkit-keyframes SlideIn-Diagonal {
  0% {
    opacity: 0;
    transform: translate(-100px, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes SlideIn-Diagonal {
  0% {
    opacity: 0;
    transform: translate(-100px, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*--------------------
    背景アニメーション
--------------------*/
/* 背景アニメーション01 */
@-webkit-keyframes mask-bg {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  40% {
    transform-origin: left;
    transform: scaleX(1);
  }
  60% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes mask-bg {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  40% {
    transform-origin: left;
    transform: scaleX(1);
  }
  60% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* 背景アニメーション03 (左から右に流れる) */
@-webkit-keyframes bgLeftToRight {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes bgLeftToRight {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* ============================================
// HEADER
// ==========================================*/
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
  background-color: #fff;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  pointer-events: auto;
  padding: 30px;
  padding-left: 40px;
  background: #ffffff;
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  .header__logo {
    padding: 16px;
  }
}
.header__logo a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo .img {
  width: 293px;
}
@media screen and (max-width: 834px) {
  .header__logo .img {
    width: 205px;
  }
}
.header__logo .img img {
  width: 100%;
  height: 100%;
}
.header__logo .txt {
  margin-left: 24px;
}
@media screen and (max-width: 834px) {
  .header__logo .txt {
    margin-left: 12px;
  }
}
.header__logo .txt .eng {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 834px) {
  .header__logo .txt .eng {
    font-size: 1.4rem;
  }
}
.header__logo .txt .eng span {
  display: block;
  line-height: 1.2;
}
.header__logo .txt .eng span:first-child {
  color: #11793e;
}
.header__logo .txt .ja {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .header__logo .txt .ja {
    line-height: 1.4;
  }
}
.header__nav {
  pointer-events: auto;
  margin-left: auto;
}
@media screen and (max-width: 1310px) {
  .header__nav {
    display: none;
  }
}
.header__nav__list {
  display: flex;
  align-items: center;
}
.header__nav__list__item {
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 28px;
  padding-right: 20px;
  position: relative;
}
.header__nav__list__item:before {
  content: "";
  width: 1px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #d7dadd;
  transform: rotate(8deg) translateY(-50%);
}
.header__nav__list__item:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 40px;
}
.header__nav__list__item:last-child span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2d394a;
  line-height: 1;
}
.header__nav__list__item:last-child a {
  font-size: 2.4rem;
  font-weight: 600;
  color: #11793e;
  line-height: 1;
  margin-top: 8px;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.05em;
}
.header__nav__list__item:last-child a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon_phone.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__nav__list__item a {
  display: block;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #2d394a;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .header__nav__list__item a:hover {
    color: #11793e;
  }
}
.header__hamburger {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
  height: 108px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1310px) {
  .header__hamburger {
    display: flex;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .header__hamburger {
    height: 104px;
  }
}
@media screen and (max-width: 834px) {
  .header__hamburger {
    width: 63px;
    height: 42px;
    top: 14px;
  }
}
.header__hamburger span {
  width: 20px;
  height: 1px;
  margin: 3px 0;
  background: #333;
}
@media screen and (max-width: 834px) {
  .header__hamburger span {
    width: 18px;
  }
}

/* ============================================
// FOOTER
// ==========================================*/
/*--------------------
	footer
--------------------*/
.footer {
  background-color: #003f47;
  color: #fff;
  position: relative;
  z-index: 1;
}
.footer__inner {
  padding-top: 272px;
  padding-bottom: 115px;
}
@media screen and (max-width: 834px) {
  .footer__inner {
    padding-top: 110px;
    padding-bottom: 56px;
  }
}
.footer__inner__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .footer__inner__wrap {
    display: block;
  }
}
.footer__inner__wrap:first-child {
  padding-bottom: 44px;
  border-bottom: 1px solid #1a535a;
}
@media screen and (max-width: 834px) {
  .footer__inner__wrap:first-child {
    padding-bottom: 32px;
  }
}
.footer__inner__wrap:nth-child(2) {
  margin-top: 48px;
}
@media screen and (max-width: 834px) {
  .footer__inner__wrap:nth-child(2) {
    margin-top: 32px;
  }
}
.footer__inner__wrap:nth-child(3) {
  margin-top: 72px;
}
@media screen and (max-width: 834px) {
  .footer__inner__wrap:nth-child(3) {
    margin-top: 40px;
  }
}
.footer__inner__wrap .logo__wrap {
  display: flex;
}
@media screen and (max-width: 834px) {
  .footer__inner__wrap .logo__wrap {
    display: block;
  }
}
.footer__logo a {
  display: inline-block;
  transform: opacity 0.3s;
}
@media screen and (min-width: 835px) {
  .footer__logo a:hover {
    opacity: 0.7;
  }
}
.footer__logo .img {
  width: 293px;
}
@media screen and (max-width: 834px) {
  .footer__logo .img {
    width: 205px;
  }
}
.footer__logo .img img {
  width: 100%;
  height: 100%;
}
.footer__nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .footer__nav__list {
    justify-content: flex-start;
  }
}
.footer__nav__list__item:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 834px) {
  .footer__nav__list__item:not(:last-child) {
    margin-right: 24px;
  }
}
.footer__nav__list__item a {
  font-size: 1.5rem;
  color: #ffffff;
  transition: opacity 0.3s;
}
@media screen and (max-width: 834px) {
  .footer__nav__list__item a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 835px) {
  .footer__nav__list__item a:hover {
    opacity: 0.7;
  }
}
.footer__share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .footer__share {
    margin-top: 24px;
    justify-content: flex-start;
  }
}
.footer__share .hd {
  font-size: 1.4rem;
  margin-right: 12px;
}
.footer__share .list {
  display: flex;
  align-items: center;
}
.footer__share .list__item {
  margin-left: 10px;
}
.footer__share .list__item:first-child {
  margin-left: 0;
}
.footer__address {
  display: flex;
  flex-direction: column;
  margin-left: 48px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .footer__address {
    margin-left: 24px;
  }
}
@media screen and (max-width: 834px) {
  .footer__address {
    margin-top: 16px;
    margin-left: 0;
  }
}
.footer__address span {
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .footer__address span {
    font-size: 1.4rem;
  }
}
.footer__telnum {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 834px) {
  .footer__telnum {
    align-items: flex-start;
    margin-top: 16px;
  }
}
.footer__telnum span {
  font-size: 1.2rem;
  font-weight: bold;
}
.footer__telnum a {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .footer__telnum a {
    margin-top: 4px;
  }
}
.footer__telnum a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon_phone-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer__copyright p {
  font-size: 1.2rem;
}
.footer__ga {
  margin-top: 28px;
}
@media screen and (max-width: 834px) {
  .footer__ga {
    margin-top: 12px;
  }
}
.footer__ga a {
  color: #8d9ea1;
  font-size: 1.2rem;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media screen and (min-width: 835px) {
  .footer__ga a:hover {
    opacity: 0.7;
  }
}
.footer__iso {
  width: 120px;
}
@media screen and (max-width: 834px) {
  .footer__iso {
    margin-top: 20px;
  }
}
.footer__iso img {
  width: 100%;
  height: 100%;
}

/*--------------------
	pagetop
--------------------*/
.pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.4s;
}
@media screen and (max-width: 834px) {
  .pagetop {
    right: 12px;
    bottom: 12px;
  }
}
.pagetop a {
  position: relative;
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .pagetop a:hover {
    transform: translateY(-12px);
  }
}
@media screen and (max-width: 834px) {
  .pagetop a img {
    transform: scale(0.8);
  }
}
.pagetop span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  font-weight: bold;
}
.js-scroll .pagetop {
  opacity: 1;
}

/* ============================================
// INDEX
// ==========================================*/
.front-page {
  /*--------------------
    mainVisual
    --------------------*/
  /*--------------------
    contentsWrap 共通
    --------------------*/
  /*--------------------
    会社概要
    --------------------*/
  /*--------------------
    事業紹介
    --------------------*/
  /*--------------------
    仕事紹介
    --------------------*/
  /*--------------------
    スタッフインタビュー
    --------------------*/
  /*--------------------
    施工事例
    --------------------*/
  /*--------------------
    採用情報
    --------------------*/
  /*--------------------
    フッター
    --------------------*/
}
.front-page .mainVisual {
  margin-top: 104px;
  position: relative;
  /*--------------------
          グラデーション
          アニメーション
      --------------------*/
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual {
    margin-top: 63px;
  }
}
.front-page .mainVisual__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .front-page .mainVisual__copy {
    left: 40%;
  }
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual__copy {
    transform: translate(-50%, 14%);
  }
}
.front-page .mainVisual__copy .ja {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.front-page .mainVisual__copy .ja > div:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual__copy .ja > div:not(:first-child) {
    margin-top: 4px;
  }
}
.front-page .mainVisual__copy .ja span {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual__copy .ja span {
    font-size: 2.2rem;
    padding-left: 10px;
  }
}
.front-page .mainVisual__copy .eng {
  margin-top: 32px;
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual__copy .eng {
    margin-top: 8px;
  }
}
.front-page .mainVisual__copy .eng span {
  font-size: 1.5rem;
  color: #11793e;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual__copy .eng span {
    font-size: 1rem;
    white-space: nowrap;
  }
}
.front-page .mainVisual__slide {
  height: 694px;
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual__slide {
    height: 420px;
  }
}
.front-page .mainVisual .bg-green {
  position: relative;
}
.front-page .mainVisual .bg-green::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #11793e;
  background: linear-gradient(140deg, #11793e 40%, #d9e366 100%);
  transition-duration: 0.5s;
}
.front-page .mainVisual .bg-green span {
  position: relative;
  opacity: 0;
  z-index: 100;
}
.front-page .mainVisual .bg-white {
  position: relative;
  display: inline-block;
  padding: 6px 20px;
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual .bg-white {
    padding: 3px 10px;
  }
}
.front-page .mainVisual .bg-white::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: 0.5s;
}
.front-page .mainVisual .bg-white span {
  position: relative;
  z-index: 100;
  opacity: 0;
}
.front-page .mainVisual .fade::before {
  width: 100%;
}
.front-page .mainVisual .fadeInText {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.front-page .contentsWrap .section {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .front-page .contentsWrap .section {
    padding: 48px 0 72px;
  }
}
.front-page .contentsWrap .section:nth-child(odd)::before {
  content: "";
  width: 480px;
  height: 480px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f7f7ef;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .front-page .contentsWrap .section:nth-child(odd)::before {
    width: 180px;
    height: 180px;
  }
}
.front-page .contentsWrap .section:nth-child(even) {
  background-color: #f7f7ef;
}
.front-page .contentsWrap .commonLead01 {
  font-size: 1.5rem;
  line-height: 2.33;
  margin-top: 32px;
}
@media screen and (max-width: 834px) {
  .front-page .contentsWrap .commonLead01 {
    font-size: 1.4rem;
    margin-top: 16px;
    line-height: 2;
  }
}
.front-page .sec__about {
  position: relative;
}
.front-page .sec__about::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/index/bg_txt_aboutus.png);
  width: 679px;
  height: 87px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .front-page .sec__about::after {
    transform: scale(0.5);
    transform-origin: bottom left;
  }
}
.front-page .sec__about .about__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .front-page .sec__about .about__inner {
    display: block;
  }
}
.front-page .sec__about .about__inner__wrap:nth-child(1) {
  max-width: 43.6%;
  flex: 1 1 43.6%;
}
@media screen and (max-width: 834px) {
  .front-page .sec__about .about__inner__wrap:nth-child(1) {
    max-width: 100%;
  }
}
.front-page .sec__about .about__inner__wrap:nth-child(2) {
  max-width: 43.6%;
  flex: 0 0 43.6%;
}
@media screen and (max-width: 834px) {
  .front-page .sec__about .about__inner__wrap:nth-child(2) {
    width: 72%;
    max-width: 400px;
    margin: 24px auto 0;
  }
}
.front-page .sec__about .about__inner__wrap .img {
  position: relative;
  z-index: 1;
}
.front-page .sec__about .about__inner__wrap .img:before {
  content: "";
  display: block;
  padding-top: 116%;
}
.front-page .sec__about .about__inner__wrap .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.front-page .sec__about .about__lead {
  margin-top: 48px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__about .about__lead {
    margin-top: 20px;
  }
}
.front-page .sec__about .about__lead p {
  font-size: 2.4rem;
  color: #11793e;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .front-page .sec__about .about__lead p {
    font-size: 1.7rem;
  }
}
.front-page .sec__about .commonBtn01 {
  margin-top: 48px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__about .commonBtn01 {
    margin-top: 24px;
  }
}
.front-page .sec__business {
  position: relative;
}
.front-page .sec__business::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/index/bg_txt_business.png);
  width: 610px;
  height: 87px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 834px) {
  .front-page .sec__business::after {
    transform: scale(0.5);
    transform-origin: bottom right;
  }
}
.front-page .sec__business .business__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .front-page .sec__business .business__inner {
    display: block;
  }
}
.front-page .sec__business .business__inner__wrap:nth-child(1) {
  max-width: 40.1%;
  flex: 1 1 40.1%;
}
@media screen and (max-width: 834px) {
  .front-page .sec__business .business__inner__wrap:nth-child(1) {
    width: 100%;
    max-width: 400px;
  }
}
.front-page .sec__business .business__inner__wrap:nth-child(2) {
  max-width: 45.4%;
  flex: 0 0 45.4%;
}
@media screen and (max-width: 834px) {
  .front-page .sec__business .business__inner__wrap:nth-child(2) {
    max-width: 100%;
  }
}
.front-page .sec__business .business__figure {
  position: relative;
}
@media screen and (max-width: 834px) {
  .front-page .sec__business .business__figure {
    width: 80%;
    max-width: 400px;
    margin: 24px auto 0;
  }
}
.front-page .sec__business .business__figure .circle {
  width: 34.8%;
  height: 34.8%;
  max-width: 154px;
  max-height: 154px;
  border-radius: 50%;
  background: #11793e;
  background: linear-gradient(140deg, #11793e 0%, #d9e366 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.front-page .sec__business .business__figure .circle:nth-child(2) {
  top: 0;
  left: 0;
}
.front-page .sec__business .business__figure .circle:nth-child(3) {
  top: 0;
  right: 0;
}
.front-page .sec__business .business__figure .circle:nth-child(4) {
  bottom: 0;
  left: 0;
}
.front-page .sec__business .business__figure .circle:nth-child(5) {
  bottom: 0;
  right: 0;
}
.front-page .sec__business .business__figure .circle span {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .front-page .sec__business .business__figure .circle span {
    font-size: 1.3rem;
  }
}
.front-page .sec__business .commonBtn01 {
  margin-top: 48px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__business .commonBtn01 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__business .commonLead01 {
    margin-top: 20px;
  }
}
.front-page .sec__jobs {
  position: relative;
}
.front-page .sec__jobs::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/index/bg_txt_jobs.png);
  width: 315px;
  height: 87px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobs::after {
    transform: scale(0.5);
    transform-origin: bottom left;
  }
}
.front-page .sec__jobs .jobs__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobs .jobs__inner {
    display: block;
  }
}
.front-page .sec__jobs .jobs__inner__wrap:nth-child(1) {
  max-width: 40%;
  flex: 1 1 40%;
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobs .jobs__inner__wrap:nth-child(1) {
    max-width: 100%;
  }
}
.front-page .sec__jobs .jobs__inner__wrap:nth-child(2) {
  max-width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobs .jobs__inner__wrap:nth-child(2) {
    width: 100%;
    max-width: 400px;
    margin: 12px auto 0;
  }
}
.front-page .sec__jobs .jobs__img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.front-page .sec__jobs .jobs__img .img:not(:first-child) {
  margin-left: 10px;
}
.front-page .sec__jobs .jobs__img .img:first-child {
  margin-top: 20px;
}
.front-page .sec__jobs .jobs__img .img:nth-child(3) {
  margin-top: -20px;
}
.front-page .sec__jobs .commonBtn01 {
  margin-top: 48px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobs .commonBtn01 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobs .commonLead01 {
    margin-top: 20px;
  }
}
.front-page .sec__interview {
  position: relative;
}
.front-page .sec__interview::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/index/bg_txt_interview.png);
  width: 710px;
  height: 87px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 834px) {
  .front-page .sec__interview::after {
    transform: scale(0.5);
    transform-origin: bottom right;
  }
}
.front-page .sec__interview .interview__inner__wrap:first-child {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .front-page .sec__interview .interview__inner__wrap:first-child {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__interview .commonLead01 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__interview .commonBtn01 {
    margin-top: 24px;
  }
}
.front-page .sec__example {
  position: relative;
}
.front-page .sec__example .example__slide {
  height: 560px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__example .example__slide {
    height: 280px;
  }
}
.front-page .sec__example .example__txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 0 0 5px 0;
}
@media screen and (max-width: 834px) {
  .front-page .sec__example .example__txt {
    padding: 10px 12px;
  }
}
.front-page .sec__example .example__txt span {
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .front-page .sec__example .example__txt span {
    font-size: 1.2rem;
  }
}
.front-page .sec__recruit {
  margin-top: -120px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .front-page .sec__recruit {
    width: 90%;
    margin: -120px auto 0;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit {
    width: 90%;
    margin: -64px auto 0;
  }
}
.front-page .sec__recruit .recruit__inner {
  background: #11793e;
  background: linear-gradient(140deg, #11793e 0%, #d9e366 100%);
  padding: 115px 160px 120px 120px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .front-page .sec__recruit .recruit__inner {
    padding: 92px 80px 108px 80px;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__inner {
    padding: 32px 24px 72px;
    display: block;
  }
}
.front-page .sec__recruit .recruit__inner::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/index/bg_txt_recruit.png);
  width: 542px;
  height: 87px;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__inner::after {
    transform: scale(0.5);
    transform-origin: bottom left;
  }
}
.front-page .sec__recruit .recruit__inner__wrap:nth-child(1) {
  max-width: 38%;
  flex: 1 1 38%;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__inner__wrap:nth-child(1) {
    max-width: 100%;
  }
}
.front-page .sec__recruit .recruit__inner__wrap:nth-child(2) {
  max-width: 54%;
  flex: 0 0 54%;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__inner__wrap:nth-child(2) {
    max-width: 100%;
    margin-top: 36px;
  }
}
.front-page .sec__recruit .recruit__inner__wrap > dl > dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.front-page .sec__recruit .recruit__inner__wrap > dl > dt > span {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__inner__wrap > dl > dt > span {
    font-size: 1.7rem;
  }
}
.front-page .sec__recruit .recruit__inner__wrap > dl > dt > a {
  color: #fff;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__inner__wrap > dl > dt > a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 835px) {
  .front-page .sec__recruit .recruit__inner__wrap > dl > dt > a:hover {
    color: #11793e;
    border-bottom: 1px solid #11793e;
  }
}
.front-page .sec__recruit .recruit__lead {
  margin-top: 48px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__lead {
    margin-top: 12px;
  }
}
.front-page .sec__recruit .recruit__lead p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.66;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__lead p {
    font-size: 1.7rem;
  }
}
.front-page .sec__recruit .recruit__list {
  margin-top: 28px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__list {
    margin-top: 12px;
  }
}
.front-page .sec__recruit .recruit__list__item {
  border-bottom: 1px solid #fff;
  padding: 24px 0;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__list__item {
    padding: 10px 0;
  }
}
.front-page .sec__recruit .recruit__list__item:first-child {
  border-top: 1px solid #fff;
}
.front-page .sec__recruit .recruit__list__item a {
  color: #fff;
  display: block;
  position: relative;
  padding-right: 80px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__list__item a {
    padding-right: 40px;
  }
}
@media screen and (min-width: 835px) {
  .front-page .sec__recruit .recruit__list__item a:hover p {
    color: #11793e;
  }
  .front-page .sec__recruit .recruit__list__item a:hover::after {
    right: 8px;
  }
}
.front-page .sec__recruit .recruit__list__item a::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  background-image: url(../img/common/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  transition: all 0.24s;
  will-change: right;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__list__item a::after {
    right: 0;
    transform: translateY(-50%) scale(0.8);
  }
}
.front-page .sec__recruit .recruit__list__item dt span:first-child {
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__list__item dt span:first-child {
    font-size: 1.2rem;
  }
}
.front-page .sec__recruit .recruit__list__item dt span:first-child::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/index/icon_clock.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.front-page .sec__recruit .recruit__list__item dt span:not(:first-child) {
  color: #2d394a;
  background-color: #fff;
  font-size: 1.2rem;
  border-radius: 2px;
  padding: 2px 4px;
  margin-left: 4px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__list__item dt span:not(:first-child) {
    font-size: 1rem;
    padding: 1px 3px;
  }
}
.front-page .sec__recruit .recruit__list__item dd {
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__list__item dd {
    margin-top: 0;
  }
}
.front-page .sec__recruit .recruit__list__item dd p {
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .recruit__list__item dd p {
    font-size: 1.3rem;
  }
}
.front-page .sec__recruit .recruit__list__item p {
  transition: color 0.3s;
}
.front-page .sec__recruit .commonHead01 .eng span {
  color: #fff;
}
.front-page .sec__recruit .commonBtn01 {
  margin-top: 48px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .commonBtn01 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__recruit .commonLead01 {
    margin-top: 10px;
  }
}
.front-page .footer {
  margin-top: -160px;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .front-page .footer {
    margin-top: -64px;
  }
}

/* ============================================
// ABOUT
// ==========================================*/
.lower-about .sec__about {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__about {
    padding-top: 50px;
  }
}
.lower-about .sec__about:before {
  content: attr(data-txt);
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  font-size: 12rem;
  font-weight: 900;
  line-height: 0.65;
  color: #f7f7ef;
}
@media all and (-ms-high-contrast: none) {
  .lower-about .sec__about:before {
    line-height: 0.85;
  }
}
@media screen and (max-width: 834px) {
  .lower-about .sec__about:before {
    font-size: 4.8rem;
    line-height: 0.68;
  }
}
@media screen and (max-width: 834px) and (-ms-high-contrast: none) {
  .lower-about .sec__about:before {
    line-height: 0.9;
  }
}
.lower-about .sec__about__wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.lower-about .sec__about__wrap .contents-list__item.anime {
  opacity: 0;
  transition: opacity 600ms ease;
}
.lower-about .sec__about__wrap .contents-list__item.anime.js-active {
  opacity: 1;
}
.lower-about .sec__about__wrap .contents-list__item:nth-child(odd) .contents__visual {
  margin-right: 60px;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__about__wrap .contents-list__item:nth-child(odd) .contents__visual {
    margin-right: auto;
  }
}
.lower-about .sec__about__wrap .contents-list__item:nth-child(odd) .contents__visual .img:first-child {
  left: 0;
  bottom: 0;
}
.lower-about .sec__about__wrap .contents-list__item:nth-child(odd) .contents__visual .img:last-child {
  margin-left: auto;
}
.lower-about .sec__about__wrap .contents-list__item:nth-child(even) .contents {
  flex-direction: row-reverse;
}
.lower-about .sec__about__wrap .contents-list__item:nth-child(even) .contents__visual {
  margin-left: 60px;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__about__wrap .contents-list__item:nth-child(even) .contents__visual {
    margin-left: auto;
  }
}
.lower-about .sec__about__wrap .contents-list__item:nth-child(even) .contents__visual .img:first-child {
  right: 0;
  bottom: 0;
}
.lower-about .sec__about__wrap .contents-list__item:nth-child(even) .contents__visual .img:last-child {
  margin-right: auto;
}
.lower-about .sec__about__wrap .contents-list__item:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__about__wrap .contents-list__item:not(:first-child) {
    margin-top: 30px;
  }
}
.lower-about .sec__about__wrap .contents-list__item .hd {
  display: flex;
  justify-content: center;
}
.lower-about .sec__about__wrap .contents-list__item .hd__ttl {
  font-size: 3.4rem;
  font-weight: 600;
  color: #11793e;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__about__wrap .contents-list__item .hd__ttl {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.lower-about .sec__about__wrap .contents-list__item .hd__ttl .txt {
  padding: 10px 0 10px 20px;
  background: linear-gradient(transparent 0%, transparent 94%, #11793e 94%, #11793e 100%, transparent 100%);
}
@media screen and (max-width: 834px) {
  .lower-about .sec__about__wrap .contents-list__item .hd__ttl .txt {
    padding: 5px 0;
  }
}
.lower-about .sec__about__wrap .contents-list__item .contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__about__wrap .contents-list__item .contents {
    display: block;
    margin-top: 20px;
  }
}
.lower-about .sec__about__wrap .contents-list__item .contents__visual {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 43.6%;
  padding-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__about__wrap .contents-list__item .contents__visual {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 15px;
  }
}
.lower-about .sec__about__wrap .contents-list__item .contents__visual .img {
  width: 89.5%;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__about__wrap .contents-list__item .contents__visual .img {
    width: calc(100% - 15px);
  }
}
.lower-about .sec__about__wrap .contents-list__item .contents__visual .img .img-box {
  padding-top: calc((640 / 860) * 100%);
}
.lower-about .sec__about__wrap .contents-list__item .contents__visual .img:first-child {
  position: absolute;
  z-index: -1;
}
.lower-about .sec__about__wrap .contents-list__item .contents__visual .img:first-child img {
  opacity: 0.15;
}
.lower-about .sec__about__wrap .contents-list__item .contents__visual .img:first-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #c2e7c7;
}
.lower-about .sec__about__wrap .contents-list__item .contents__detail {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__about__wrap .contents-list__item .contents__detail {
    margin-top: 20px;
  }
}
.lower-about .sec__about__wrap .contents-list__item .contents__detail .body {
  line-height: 2.2;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__about__wrap .contents-list__item .contents__detail .body {
    line-height: 2;
  }
}
.lower-about .sec__overview {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__overview {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lower-about .sec__overview__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__overview__wrap {
    display: block;
  }
}
.lower-about .sec__overview__wrap .contents-box.-visual {
  width: 26.3%;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__overview__wrap .contents-box.-visual {
    width: 100%;
  }
}
.lower-about .sec__overview__wrap .contents-box.-visual .commonHead01 .eng.anime,
.lower-about .sec__overview__wrap .contents-box.-visual .commonHead01 .jpn.anime {
  opacity: 0;
  transition: opacity 500ms ease 0ms;
}
.lower-about .sec__overview__wrap .contents-box.-visual .commonHead01 .eng.anime.js-active,
.lower-about .sec__overview__wrap .contents-box.-visual .commonHead01 .jpn.anime.js-active {
  opacity: 1;
}
.lower-about .sec__overview__wrap .contents-box.-visual .images {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__overview__wrap .contents-box.-visual .images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
  }
}
.lower-about .sec__overview__wrap .contents-box.-visual .images.anime {
  opacity: 0;
  transition: opacity 600ms ease;
}
.lower-about .sec__overview__wrap .contents-box.-visual .images.anime.js-active {
  opacity: 1;
}
.lower-about .sec__overview__wrap .contents-box.-visual .images__item {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__overview__wrap .contents-box.-visual .images__item:first-child .img-box {
    padding-top: calc((3 / 5) * 100%);
  }
  .lower-about .sec__overview__wrap .contents-box.-visual .images__item:not(:first-child) {
    width: 50%;
  }
}
.lower-about .sec__overview__wrap .contents-box.-visual .images__item:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__overview__wrap .contents-box.-visual .images__item:not(:first-child) {
    margin-top: 0;
  }
}
.lower-about .sec__overview__wrap .contents-box.-visual .images__item .img-box {
  padding-top: calc((435 / 580) * 100%);
}
.lower-about .sec__overview__wrap .contents-box.-detail {
  width: 68.6%;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__overview__wrap .contents-box.-detail {
    margin-top: 20px;
    width: 100%;
  }
}
.lower-about .sec__overview__wrap .contents-box.-detail.anime {
  opacity: 0;
  transition: opacity 600ms ease;
}
.lower-about .sec__overview__wrap .contents-box.-detail.anime.js-active {
  opacity: 1;
}
.lower-about .sec__overview__wrap .contents-box.-detail .company_outline_item {
  display: flex;
  border-top: 1px solid #fff;
  background: #f7f7ef;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__overview__wrap .contents-box.-detail .company_outline_item {
    display: block;
    border-top: none;
  }
}
.lower-about .sec__overview__wrap .contents-box.-detail .company_outline_item:last-child {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__overview__wrap .contents-box.-detail .company_outline_item:last-child {
    border-bottom: none;
  }
}
.lower-about .sec__overview__wrap .contents-box.-detail .company_outline_item_ttl, .lower-about .sec__overview__wrap .contents-box.-detail .company_outline_item_txt {
  padding: 18px 30px;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__overview__wrap .contents-box.-detail .company_outline_item_ttl, .lower-about .sec__overview__wrap .contents-box.-detail .company_outline_item_txt {
    padding: 15px;
    font-size: 1.4rem;
  }
}
.lower-about .sec__overview__wrap .contents-box.-detail .company_outline_item_ttl {
  width: 22.5%;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__overview__wrap .contents-box.-detail .company_outline_item_ttl {
    width: 100%;
    background: #efefde;
  }
}
.lower-about .sec__overview__wrap .contents-box.-detail .company_outline_item_ttl .ttl {
  font-weight: 600;
}
.lower-about .sec__overview__wrap .contents-box.-detail .company_outline_item_txt {
  width: 77.5%;
}
@media screen and (max-width: 834px) {
  .lower-about .sec__overview__wrap .contents-box.-detail .company_outline_item_txt {
    width: 100%;
  }
}

/* ============================================
// BUSINESS
// ==========================================*/
.lower-business .business {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 100px;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .lower-business .business {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.lower-business .business:before {
  content: attr(data-txt);
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  font-size: 12rem;
  font-weight: 900;
  line-height: 0.65;
  color: #f7f7ef;
}
@media all and (-ms-high-contrast: none) {
  .lower-business .business:before {
    line-height: 0.85;
  }
}
@media screen and (max-width: 834px) {
  .lower-business .business:before {
    font-size: 4.8rem;
    line-height: 0.68;
  }
}
@media screen and (max-width: 834px) and (-ms-high-contrast: none) {
  .lower-business .business:before {
    line-height: 0.9;
  }
}
.lower-business .business__list__item {
  position: relative;
  z-index: 1;
}
.lower-business .business__list__item:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .lower-business .business__list__item:not(:first-child) {
    margin-top: 40px;
  }
}
.lower-business .business__list__item:nth-child(odd) .business__list__item__wrap .visual {
  margin-right: 40px;
}
@media screen and (max-width: 834px) {
  .lower-business .business__list__item:nth-child(odd) .business__list__item__wrap .visual {
    margin-right: auto;
  }
}
.lower-business .business__list__item:nth-child(odd) .business__list__item__wrap .detail__body:before {
  left: -250px;
}
.lower-business .business__list__item:nth-child(odd) .business__list__item__wrap .detail__body:after {
  left: -250px;
  transform-origin: left;
}
.lower-business .business__list__item:nth-child(odd) .business__list__item__wrap .detail:only-child .detail__body:before {
  left: -100px;
}
.lower-business .business__list__item:nth-child(odd) .business__list__item__wrap .detail:only-child .detail__body:after {
  left: -100px;
}
.lower-business .business__list__item:nth-child(even) .business__list__item__wrap {
  flex-direction: row-reverse;
}
.lower-business .business__list__item:nth-child(even) .business__list__item__wrap .visual {
  margin-left: 40px;
}
@media screen and (max-width: 834px) {
  .lower-business .business__list__item:nth-child(even) .business__list__item__wrap .visual {
    margin-left: auto;
  }
}
.lower-business .business__list__item:nth-child(even) .business__list__item__wrap .detail__body:before {
  right: -250px;
}
.lower-business .business__list__item:nth-child(even) .business__list__item__wrap .detail__body:after {
  right: -250px;
  transform-origin: right;
}
.lower-business .business__list__item:nth-child(even) .business__list__item__wrap .detail:only-child .detail__body:before {
  right: -100px;
}
.lower-business .business__list__item:nth-child(even) .business__list__item__wrap .detail:only-child .detail__body:after {
  right: -100px;
}
.lower-business .business__list__item__wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.lower-business .business__list__item__wrap .visual {
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  width: 40%;
}
@media screen and (max-width: 834px) {
  .lower-business .business__list__item__wrap .visual {
    width: 100%;
    max-width: 400px;
    margin: 12px auto 0;
  }
}
.lower-business .business__list__item__wrap .visual .img-box {
  padding-top: calc((480 / 640) * 100%);
}
.lower-business .business__list__item__wrap .detail {
  width: 100%;
}
.lower-business .business__list__item__wrap .detail__hd {
  max-width: 100%;
}
.lower-business .business__list__item__wrap .detail__hd.anime .detail__hd__wrap {
  opacity: 0;
  transition: opacity 0ms linear 300ms;
}
.lower-business .business__list__item__wrap .detail__hd.anime.js-active .detail__hd__wrap {
  opacity: 1;
}
.lower-business .business__list__item__wrap .detail__hd__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lower-business .business__list__item__wrap .detail__hd__wrap .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  border-radius: 30px 0 30px 0;
  background: linear-gradient(to right bottom, #11793e 0%, #d9e366 100%);
}
@media screen and (max-width: 834px) {
  .lower-business .business__list__item__wrap .detail__hd__wrap .tag {
    width: 40px;
    height: 40px;
    border-radius: 20px 0 20px 0;
    margin-right: 10px;
  }
}
.lower-business .business__list__item__wrap .detail__hd__wrap .tag .num {
  color: #fff;
  font-size: 3rem;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .lower-business .business__list__item__wrap .detail__hd__wrap .tag .num {
    font-size: 1.8rem;
  }
}
.lower-business .business__list__item__wrap .detail__hd__wrap .ttl {
  color: #11793e;
  margin-top: 4px;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .lower-business .business__list__item__wrap .detail__hd__wrap .ttl {
    margin-top: 0;
    font-size: 2.3rem;
  }
}
.lower-business .business__list__item__wrap .detail__body {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-bottom: 110px;
}
@media screen and (max-width: 834px) {
  .lower-business .business__list__item__wrap .detail__body {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.lower-business .business__list__item__wrap .detail__body:before {
  content: "";
  width: 3000px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  background: #f7f7ef;
}
@media screen and (max-width: 834px) {
  .lower-business .business__list__item__wrap .detail__body:before {
    display: none;
  }
}
.lower-business .business__list__item__wrap .detail__body:after {
  content: "";
  width: 3000px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  transform: scaleX(-1);
  background: #003f47;
}
@media screen and (max-width: 834px) {
  .lower-business .business__list__item__wrap .detail__body:after {
    display: none;
  }
}
.lower-business .business__list__item__wrap .detail__body__txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.33;
}
@media screen and (max-width: 834px) {
  .lower-business .business__list__item__wrap .detail__body__txt {
    line-height: 2;
  }
}
.lower-business .business__list__item__wrap .detail__body__txt.anime {
  opacity: 0;
  transition: opacity 500ms ease 0ms;
}
.lower-business .business__list__item__wrap .detail__body__txt.anime.js-active {
  opacity: 1;
}

/* ============================================
// JOBS
// ==========================================*/
.lower-jobs .jobs {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list {
    padding-right: 0;
  }
}
.lower-jobs .jobs__list__item:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list__item:not(:first-child) {
    margin-top: 40px;
  }
}
.lower-jobs .jobs__list__item__wrap {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-right: 5%;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list__item__wrap {
    padding-top: 15px;
    padding-right: 0;
  }
}
.lower-jobs .jobs__list__item__wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 88.5%;
  height: 100%;
  background: #f7f7ef;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list__item__wrap:before {
    width: 75%;
  }
}
.lower-jobs .jobs__list__item__wrap .hd {
  max-width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list__item__wrap .hd {
    margin-bottom: 10px;
  }
}
.lower-jobs .jobs__list__item__wrap .hd.anime .hd__wrap {
  opacity: 0;
  transition: opacity 500ms ease 200ms;
}
.lower-jobs .jobs__list__item__wrap .hd.anime.js-active .hd__wrap {
  opacity: 1;
}
.lower-jobs .jobs__list__item__wrap .hd__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lower-jobs .jobs__list__item__wrap .hd__wrap__tag {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-right: 20px;
  font-size: 2rem;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  color: #11793e;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list__item__wrap .hd__wrap__tag {
    font-size: 1.6rem;
    margin-right: 12px;
  }
}
.lower-jobs .jobs__list__item__wrap .hd__wrap__tag:before {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border-radius: 7px 0 7px 0;
  background: linear-gradient(to right bottom, #11793e 0%, #d9e366 100%);
}
.lower-jobs .jobs__list__item__wrap .hd__wrap__ttl {
  font-size: 3.4rem;
  font-weight: 600;
  color: #11793e;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list__item__wrap .hd__wrap__ttl {
    font-size: 2.1rem;
  }
}
.lower-jobs .jobs__list__item__wrap .contents {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list__item__wrap .contents {
    display: block;
  }
}
.lower-jobs .jobs__list__item__wrap .contents .visual {
  position: relative;
  z-index: 5;
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list__item__wrap .contents .visual {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: -30px;
  }
}
.lower-jobs .jobs__list__item__wrap .contents .visual .img:first-child {
  width: 91%;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list__item__wrap .contents .visual .img:first-child {
    width: calc(100% - 20px);
  }
}
.lower-jobs .jobs__list__item__wrap .contents .visual .img:not(:first-child) {
  width: 43.1%;
  margin-top: -50px;
  margin-left: auto;
}
.lower-jobs .jobs__list__item__wrap .contents .visual .img .img-box {
  padding-top: calc((300 / 400) * 100%);
}
.lower-jobs .jobs__list__item__wrap .contents .detail {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 20px;
  padding: 40px 40px 100px 40px;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list__item__wrap .contents .detail {
    width: calc(100% - 20px);
    max-width: inherit;
    padding: 50px 20px 12% 0px;
    margin-top: 0;
  }
}
.lower-jobs .jobs__list__item__wrap .contents .detail:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 1000px;
  height: 100%;
  background: #fff;
}
.lower-jobs .jobs__list__item__wrap .contents .detail:after {
  content: attr(data-txt);
  font-family: "Prompt", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 0.8;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: #f7f7ef;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list__item__wrap .contents .detail:after {
    font-size: 7vw;
  }
}
.lower-jobs .jobs__list__item__wrap .contents .detail__wrap.anime {
  opacity: 0;
  transition: opacity 500ms ease 0ms;
}
.lower-jobs .jobs__list__item__wrap .contents .detail__wrap.anime.js-active {
  opacity: 1;
}
.lower-jobs .jobs__list__item__wrap .contents .detail__wrap__ttl {
  font-size: 2.4rem;
  font-weight: 600;
  color: #003f47;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list__item__wrap .contents .detail__wrap__ttl {
    font-size: 1.8rem;
  }
  .lower-jobs .jobs__list__item__wrap .contents .detail__wrap__ttl br {
    display: none;
  }
}
.lower-jobs .jobs__list__item__wrap .contents .detail__wrap__body {
  margin-top: 20px;
  line-height: 2.3;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list__item__wrap .contents .detail__wrap__body {
    margin-top: 10px;
    line-height: 2;
  }
}
.lower-jobs .jobs__list__item__wrap .contents .detail__wrap .commonBtn01 {
  margin-top: 50px;
  margin-left: auto;
  width: 300px;
  height: 64px;
}
@media screen and (max-width: 834px) {
  .lower-jobs .jobs__list__item__wrap .contents .detail__wrap .commonBtn01 {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    max-width: 270px;
  }
}

/* ============================================
// INTERVIEW_L
// ==========================================*/
.lower-interview_l .interview {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #f7f7ef;
}
@media screen and (max-width: 834px) {
  .lower-interview_l .interview {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.lower-interview_l .interview__list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}
.lower-interview_l .interview__list__item {
  counter-increment: interview;
}
@media screen and (max-width: 834px) {
  .lower-interview_l .interview__list__item:not(:first-child) {
    margin-top: 50px;
  }
}
.lower-interview_l .interview__list__item:nth-child(3n+1) a::before {
  margin-top: 112px;
}
@media screen and (max-width: 834px) {
  .lower-interview_l .interview__list__item:nth-child(3n+1) a::before {
    margin-top: 0;
  }
}
.lower-interview_l .interview__list__item:nth-child(3n+2) a::before {
  margin-top: 56px;
}
@media screen and (max-width: 834px) {
  .lower-interview_l .interview__list__item:nth-child(3n+2) a::before {
    margin-top: 0;
  }
}
@media screen and (min-width: 835px) {
  .lower-interview_l .interview__list__item:nth-child(3n+3) {
    margin-right: 0;
  }
}
.lower-interview_l .interview__list__item a:before {
  content: "0" counter(interview);
  position: absolute;
  z-index: 10;
  top: -20px;
  left: 15px;
  font-family: "Prompt", sans-serif;
  font-size: 5.4rem;
  font-weight: 600;
  color: #11793e;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 834px) {
  .lower-interview_l .interview__list__item a:before {
    font-size: 4.6rem;
  }
}

/* ============================================
// INTERVIEW_D
// ==========================================*/
.lower-interview_d.js-loaded .mv__message__bg .img {
  transform: scale(1);
  transition-delay: 0.2s;
}
.lower-interview_d .mv {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 104px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv {
    margin-top: 63px;
  }
}
.lower-interview_d .mv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f7ef;
}
.lower-interview_d .mv__message {
  position: relative;
  z-index: 1;
  width: 100%;
}
.lower-interview_d .mv__message__wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__message__wrap {
    padding-top: 40px;
  }
}
.lower-interview_d .mv__message__wrap .fadeInText {
  display: inline;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.1em;
  padding: 2px 0 8px;
  color: #fff;
  background: #11793e;
  filter: drop-shadow(-15px 0 0 #11793e);
}
@media all and (-ms-high-contrast: none) {
  .lower-interview_d .mv__message__wrap .fadeInText {
    padding: 6px 15px 2px;
  }
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__message__wrap .fadeInText {
    font-size: 4.8vw;
    line-height: 2.4;
    padding: 4px 0 6px;
  }
}
.lower-interview_d .mv__message__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__message__bg {
    height: 240px;
  }
}
.lower-interview_d .mv__message__bg .img {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)) no-repeat center/cover, url(../img/interview/bg/pageheader.jpg) no-repeat center/cover;
  transform: scale(1.15);
  transition: transform 1s;
}
.lower-interview_d .mv__staff {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__staff {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lower-interview_d .mv__staff__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.lower-interview_d .mv__staff__wrap .staff {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__staff__wrap .staff {
    display: block;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
  }
}
.lower-interview_d .mv__staff__wrap .staff__visual {
  position: relative;
  z-index: 1;
  width: 68%;
  margin-right: -70px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__staff__wrap .staff__visual {
    width: 100%;
    margin: 0 auto;
  }
}
.lower-interview_d .mv__staff__wrap .staff__visual .img-box {
  padding-top: calc((430 / 640) * 100%);
}
.lower-interview_d .mv__staff__wrap .staff__detail {
  position: relative;
  z-index: 5;
  width: 37.2%;
  background: #fff;
  padding: 80px 40px 80px 80px;
  border-radius: 180px 0 180px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__staff__wrap .staff__detail {
    width: 80%;
    max-width: 320px;
    margin-left: auto;
    margin-top: -40px;
    margin-bottom: 0;
    padding: 20px 20px 20px 35px;
    border-radius: 40px 0 40px 0;
  }
}
.lower-interview_d .mv__staff__wrap .staff__detail.anime {
  opacity: 0;
  transition: opacity 500ms ease 0ms;
}
.lower-interview_d .mv__staff__wrap .staff__detail.anime.js-active {
  opacity: 1;
}
.lower-interview_d .mv__staff__wrap .staff__detail .join {
  font-size: 1.7rem;
  letter-spacing: 0.075em;
  color: #003f47;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__staff__wrap .staff__detail .join {
    font-size: 1.3rem;
  }
}
.lower-interview_d .mv__staff__wrap .staff__detail .name {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__staff__wrap .staff__detail .name {
    margin-top: 5px;
  }
}
.lower-interview_d .mv__staff__wrap .staff__detail .name__ja {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__staff__wrap .staff__detail .name__ja {
    font-size: 2rem;
  }
}
.lower-interview_d .mv__staff__wrap .staff__detail .name__eng {
  margin-top: 4px;
  font-family: "Prompt", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #11793e;
  line-height: 1.4;
  text-transform: uppercase;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__staff__wrap .staff__detail .name__eng {
    font-size: 1.2rem;
  }
}
.lower-interview_d .mv__staff__wrap .staff__detail .department {
  display: inline-block;
  margin-top: 12px;
  font-size: 1.7rem;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__staff__wrap .staff__detail .department {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
.lower-interview_d .mv__staff__wrap .profile {
  margin-top: 60px;
  background: #fff;
  padding: 40px 60px;
  display: flex;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__staff__wrap .profile {
    margin-top: 30px;
    padding: 20px;
    display: block;
  }
}
.lower-interview_d .mv__staff__wrap .profile.anime {
  opacity: 0;
  transition: opacity 500ms ease 0ms;
}
.lower-interview_d .mv__staff__wrap .profile.anime.js-active {
  opacity: 1;
}
.lower-interview_d .mv__staff__wrap .profile__ttl {
  font-size: 2.2rem;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #11793e;
  padding-right: 30px;
  border-right: 1px solid #11793e;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__staff__wrap .profile__ttl {
    font-size: 1.8rem;
    padding-right: 0;
    padding-bottom: 2px;
    border-right: none;
    border-bottom: 1px solid #11793e;
  }
}
.lower-interview_d .mv__staff__wrap .profile__body {
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 0.1em;
  padding-left: 30px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .mv__staff__wrap .profile__body {
    margin-top: 10px;
    padding-left: 0;
    line-height: 2;
  }
}
.lower-interview_d .interview {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 100px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interview {
    padding-top: 50px;
  }
}
.lower-interview_d .interview:before {
  content: attr(data-txt);
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  font-size: 12rem;
  font-weight: 900;
  line-height: 0.6;
  color: #f7f7ef;
}
@media all and (-ms-high-contrast: none) {
  .lower-interview_d .interview:before {
    line-height: 0.85;
  }
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interview:before {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 834px) and (-ms-high-contrast: none) {
  .lower-interview_d .interview:before {
    line-height: 0.9;
  }
}
.lower-interview_d .interview__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.lower-interview_d .interview__wrap .contents {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interview__wrap .contents {
    margin-top: 30px;
  }
}
.lower-interview_d .interview__wrap .contents__list__item:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interview__wrap .contents__list__item:not(:first-child) {
    margin-top: 30px;
  }
}
.lower-interview_d .interview__wrap .contents__list__item:nth-child(odd) .body__visual {
  margin-right: 60px;
  padding-left: 50px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .lower-interview_d .interview__wrap .contents__list__item:nth-child(odd) .body__visual {
    margin-right: 40px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interview__wrap .contents__list__item:nth-child(odd) .body__visual {
    margin-right: auto;
    padding-left: 20px;
  }
}
.lower-interview_d .interview__wrap .contents__list__item:nth-child(odd) .body__visual:before {
  left: 0;
}
.lower-interview_d .interview__wrap .contents__list__item:nth-child(even) .body {
  flex-direction: row-reverse;
}
.lower-interview_d .interview__wrap .contents__list__item:nth-child(even) .body__visual {
  margin-left: 60px;
  padding-right: 50px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .lower-interview_d .interview__wrap .contents__list__item:nth-child(even) .body__visual {
    margin-left: 40px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interview__wrap .contents__list__item:nth-child(even) .body__visual {
    margin-left: auto;
    padding-right: 20px;
  }
}
.lower-interview_d .interview__wrap .contents__list__item:nth-child(even) .body__visual:before {
  right: 0;
}
.lower-interview_d .interview__wrap .contents__list__item .hd {
  max-width: 100%;
}
.lower-interview_d .interview__wrap .contents__list__item .hd.anime .hd__wrap {
  opacity: 0;
  transition: opacity 0ms linear 300ms;
}
.lower-interview_d .interview__wrap .contents__list__item .hd.anime.js-active .hd__wrap {
  opacity: 1;
}
.lower-interview_d .interview__wrap .contents__list__item .hd__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lower-interview_d .interview__wrap .contents__list__item .hd__wrap .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  border-radius: 30px 0 30px 0;
  background: linear-gradient(to right bottom, #11793e 0%, #d9e366 100%);
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interview__wrap .contents__list__item .hd__wrap .tag {
    width: 40px;
    height: 40px;
    border-radius: 20px 0 20px 0;
    margin-right: 12px;
  }
}
.lower-interview_d .interview__wrap .contents__list__item .hd__wrap .tag__num {
  color: #fff;
  font-size: 3rem;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interview__wrap .contents__list__item .hd__wrap .tag__num {
    font-size: 1.8rem;
  }
}
.lower-interview_d .interview__wrap .contents__list__item .hd__wrap .ttl {
  margin-top: 12px;
  color: #11793e;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interview__wrap .contents__list__item .hd__wrap .ttl {
    margin-top: 4px;
    font-size: 2rem;
  }
}
.lower-interview_d .interview__wrap .contents__list__item .body {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interview__wrap .contents__list__item .body {
    display: block;
    margin-top: 20px;
  }
}
.lower-interview_d .interview__wrap .contents__list__item .body__visual {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 48.3%;
  padding-bottom: 50px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .lower-interview_d .interview__wrap .contents__list__item .body__visual {
    width: 42.5%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interview__wrap .contents__list__item .body__visual {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
.lower-interview_d .interview__wrap .contents__list__item .body__visual:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 330px;
  height: 240px;
  background: #f7f7ef;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interview__wrap .contents__list__item .body__visual:before {
    width: 45%;
    height: 40%;
  }
}
.lower-interview_d .interview__wrap .contents__list__item .body__visual .img-box {
  padding-top: calc((430 / 640) * 100%);
}
.lower-interview_d .interview__wrap .contents__list__item .body__detail {
  width: 100%;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interview__wrap .contents__list__item .body__detail {
    margin-top: 12px;
  }
}
.lower-interview_d .interview__wrap .contents__list__item .body__detail.anime {
  opacity: 0;
  transition: opacity 500ms ease 0ms;
}
.lower-interview_d .interview__wrap .contents__list__item .body__detail.anime.js-active {
  opacity: 1;
}
.lower-interview_d .interview__wrap .contents__list__item .body__detail .txt {
  line-height: 2.3;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interview__wrap .contents__list__item .body__detail .txt {
    line-height: 2;
  }
}
.lower-interview_d .schedule {
  padding-top: 80px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .schedule {
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }
}
.lower-interview_d .schedule__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 70px 60px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .schedule__wrap {
    padding: 30px 20px 40px;
  }
}
.lower-interview_d .schedule__wrap.anime {
  opacity: 0;
  transition: opacity 500ms ease 0ms;
}
.lower-interview_d .schedule__wrap.anime.js-active {
  opacity: 1;
}
.lower-interview_d .schedule__wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f7ef;
}
.lower-interview_d .schedule__wrap .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .schedule__wrap .hd {
    flex-direction: column;
    margin-bottom: -15px;
  }
}
.lower-interview_d .schedule__wrap .hd__ja {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-right: 26px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .schedule__wrap .hd__ja {
    font-size: 2.4rem;
    margin-right: 0;
  }
}
.lower-interview_d .schedule__wrap .hd__eng {
  margin-top: 8px;
  font-family: "Prompt", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #11793e;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .schedule__wrap .hd__eng {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.lower-interview_d .schedule__wrap .contents {
  padding: 40px 50px;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .schedule__wrap .contents {
    padding: 30px 20px 20px;
  }
}
.lower-interview_d .schedule__wrap .contents__list__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  padding: 20px 30px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .schedule__wrap .contents__list__item {
    padding: 20px 0;
  }
}
.lower-interview_d .schedule__wrap .contents__list__item:not(:last-child):after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e5e5e5;
}
.lower-interview_d .schedule__wrap .contents__list__item:before {
  content: "";
  z-index: 1;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 66px;
  background: #003f47;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .schedule__wrap .contents__list__item:before {
    left: 30px;
  }
}
.lower-interview_d .schedule__wrap .contents__list__item:first-child:before {
  height: calc(100% - 20px);
  top: 20px;
}
.lower-interview_d .schedule__wrap .contents__list__item:last-child:before {
  height: 20px;
}
.lower-interview_d .schedule__wrap .contents__list__item .time {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 72px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #003f47;
  font-size: 1.5rem;
  font-family: "Prompt", sans-serif;
  line-height: 1;
  padding-top: 2px;
  margin-right: 30px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .schedule__wrap .contents__list__item .time {
    width: 60px;
    height: 28px;
    padding-top: 0;
    margin-right: 20px;
    font-size: 1.4rem;
  }
}
.lower-interview_d .schedule__wrap .contents__list__item .time::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #003f47;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .schedule__wrap .contents__list__item .time::before {
    border-width: 6px 0 6px 7px;
  }
}
.lower-interview_d .schedule__wrap .contents__list__item .detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .schedule__wrap .contents__list__item .detail {
    display: block;
  }
}
.lower-interview_d .schedule__wrap .contents__list__item .detail__ttl {
  flex-shrink: 0;
  width: 200px;
  padding-right: 20px;
  color: #11793e;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .schedule__wrap .contents__list__item .detail__ttl {
    padding-right: 0;
    width: 100%;
    font-size: 1.8rem;
  }
}
.lower-interview_d .schedule__wrap .contents__list__item .detail__body {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .schedule__wrap .contents__list__item .detail__body {
    margin-top: 4px;
    line-height: 1.8;
  }
}
.lower-interview_d .message {
  padding-top: 80px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .message {
    padding-top: 30px;
  }
}
.lower-interview_d .message__wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.lower-interview_d .message__wrap .detail {
  width: 100%;
}
.lower-interview_d .message__wrap .detail__body {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .message__wrap .detail__body {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.lower-interview_d .message__wrap .detail__body:before {
  content: "";
  width: 3000px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -250px;
  background: #f7f7ef;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .message__wrap .detail__body:before {
    display: none;
  }
}
.lower-interview_d .message__wrap .detail__body:after {
  content: "";
  width: 3000px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  transform: scaleX(-1);
  background: #003f47;
  right: -250px;
  transform-origin: right;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .message__wrap .detail__body:after {
    display: none;
  }
}
.lower-interview_d .message__wrap .detail__body__txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.33;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .message__wrap .detail__body__txt {
    line-height: 2;
  }
}
.lower-interview_d .message__wrap .detail__body__txt.anime {
  opacity: 0;
  transition: opacity 500ms ease 0ms;
}
.lower-interview_d .message__wrap .detail__body__txt.anime.js-active {
  opacity: 1;
}
.lower-interview_d .message__wrap .visual {
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  width: 40%;
  margin-top: 60px;
  margin-left: 40px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .message__wrap .visual {
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
  }
}
.lower-interview_d .message__wrap .visual .img-box {
  padding-top: calc((480 / 640) * 100%);
}
.lower-interview_d .controller {
  padding-top: 20px;
  padding-bottom: 80px;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .controller {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.lower-interview_d .controller__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.lower-interview_d .controller__wrap .coverage {
  display: block;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .controller__wrap .coverage {
    text-align: center;
    font-size: 1.3rem;
  }
}
.lower-interview_d .controller__wrap .btn-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .controller__wrap .btn-wrap {
    margin-top: 20px;
  }
}
.lower-interview_d .controller__wrap .btn-wrap .back-btn {
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  height: 64px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .controller__wrap .btn-wrap .back-btn {
    height: 54px;
  }
}
.lower-interview_d .controller__wrap .btn-wrap .back-btn .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #003f47;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  transition: background 0.3s;
}
@media screen and (min-width: 835px) {
  .lower-interview_d .controller__wrap .btn-wrap .back-btn .link:hover {
    background: #11793e;
  }
  .lower-interview_d .controller__wrap .btn-wrap .back-btn .link:hover:before {
    transform: translateX(-5px) scaleX(-1);
  }
}
.lower-interview_d .controller__wrap .btn-wrap .back-btn .link:before {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  left: 24px;
  display: inline-block;
  width: 27px;
  height: 24px;
  background: url(../img/common/icon_arrow.png) no-repeat center/cover;
  transform: scaleX(-1);
  transition: transform 0.3s;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .controller__wrap .btn-wrap .back-btn .link:before {
    top: calc(50% - 10px);
    width: 22px;
    height: 20px;
  }
}/*# sourceMappingURL=style.css.map */