@charset "UTF-8";
/*
Theme Name: 株式会社レコモット コーポレートサイト
Theme URI:
Description:株式会社レコモット コーポレートサイト用テーマ
Version: 1.0
Author: 株式会社クーシー
Author URI: https://coosy.co.jp/
*/
/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block;
}

input[type=submit], input[type=image] {
  border: none;
  padding: 0;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
}

input[type=submit], input[type=image], input[type=reset] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

i {
  font-style: normal;
}

/* container
===============================================================================================*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 300;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1300px;
    line-height: 2.4;
  }
}
@media screen and (max-width: 768px) {
  body {
    line-height: 2;
  }
  body.is-unscrollable {
    overflow: hidden;
  }
}

#container {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #container {
    padding: 95px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding: 70px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .main__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .main__inner--small {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .main__inner {
    padding: 0 20px;
  }
}

a {
  color: inherit;
}

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

/* header
===============================================================================================*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .header {
    min-width: 1300px;
    padding: 15px 30px;
    height: 95px;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 20px;
  }
}
.header.is-scroll {
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .header__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.header__logo {
  position: relative;
  z-index: 10;
  text-indent: -9999px;
  background: url("/wp/wp-content/themes/recomot/assets/img/common/logo.svg") no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .header__logo {
    width: 248px;
    height: 58px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 115px;
    height: 27px;
  }
}
.header__logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__btn {
  position: relative;
  width: 28px;
  height: 20px;
  z-index: 10;
}
.header__btn > span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 50px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header__btn > span:nth-child(1) {
  top: 0;
}
.header__btn > span:nth-child(2) {
  top: 50%;
}
.header__btn > span:nth-child(3) {
  top: 100%;
}
.header__btn.is-open > span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.header__btn.is-open > span:nth-child(2) {
  left: 50%;
  opacity: 0;
}
.header__btn.is-open > span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .header__btn {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header__menu {
    visibility: hidden;
    opacity: 0;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    padding: 60px 20px 20%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .header__menu.is-open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__menu__list .item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .header__menu__list .item {
    margin: 0 25px;
    padding: 15px 0;
  }
  .header__menu__list .item:hover a::before {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__list .item {
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header__menu__list .item a {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .header__menu__list .item a {
    padding: 0 4px;
  }
  .header__menu__list .item a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #000;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__list .item a {
    padding: 18px 16px;
  }
  .header__menu__list .item a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.header__menu__list .item a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 10px;
  margin: 0 0 0 5px;
  background: url("/wp/wp-content/themes/recomot/assets/img/common/icon_blank.svg") no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .header__menu__list .item__subMenu {
    display: block !important;
    visibility: hidden;
    width: 215px;
    opacity: 0;
    background: rgba(144, 195, 31, 0.9);
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 768px) {
  .header__menu__list .item__subMenu {
    display: none;
    background: #fafafb;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__list .item__subMenu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .header__menu__list .item__subMenu > li:first-child {
    display: none;
  }
  .header__menu__list .item__subMenu > li:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__list .item__subMenu > li {
    border-top: 1px solid #e1e1e1;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__list .item__subMenu > li > a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 4px 5px;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
  }
  .header__menu__list .item__subMenu > li > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__list .item__subMenu > li > a {
    padding: 13px 20px 13px 27px;
  }
}
.header__menu__list .item__subMenu > li > a::before {
  display: none;
}
.header__menu__list .item__subMenu > li > a[target=_blank]::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (min-width: 769px) {
  .header__menu__list .item--submenu:hover .item__subMenu {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__list .item--submenu > a::before, .header__menu__list .item--submenu > a::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__menu__list .item--submenu > a::after {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .header__menu__list .item--submenu > a.is-open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}
@media screen and (min-width: 769px) {
  .header__menu .modBtnArea {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__menu .modBtnArea {
    margin: 40px 0 0;
  }
}
.header__menu .modBtnArea .modBtn {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .header__menu .modBtnArea .modBtn {
    min-width: 170px;
    border: 1px solid #fff;
  }
  .header__menu .modBtnArea .modBtn::before {
    display: none;
  }
  .header__menu .modBtnArea .modBtn:hover {
    border-color: #8ec31f;
  }
}
@media screen and (max-width: 768px) {
  .header__menu .modBtnArea .modBtn {
    min-width: 280px;
  }
}

/* footer
===============================================================================================*/
.footer {
  background: #fafafb;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 50px 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px 45px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__pageTop {
  position: absolute;
  right: 0;
  background: #adb3b5;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .footer__pageTop {
    width: 80px;
    height: 80px;
    top: -110px;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .footer__pageTop {
    width: 50px;
    height: 50px;
    top: -70px;
  }
}
.footer__pageTop::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .footer__pageTop::after {
    width: 20px;
    height: 20px;
    margin: -5px 0 0 -10px;
  }
}
@media screen and (max-width: 768px) {
  .footer__pageTop::after {
    width: 16px;
    height: 16px;
    margin: -5px 0 0 -8px;
  }
}
@media screen and (min-width: 769px) {
  .footer__menu {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.footer__menu__logo {
  text-indent: -9999px;
  background: url("/wp/wp-content/themes/recomot/assets/img/common/logo.svg") no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .footer__menu__logo {
    width: 248px;
    height: 58px;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu__logo {
    width: 180px;
    height: 42px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .footer__menu__list {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu__list {
    margin: 40px -20px 0;
    border-top: 1px solid #e1e1e1;
  }
}
.footer__menu__list .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .footer__menu__list .item {
    margin: 15px 0 0;
  }
  .footer__menu__list .item a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu__list .item {
    padding: 20px 20px 22px;
    border-bottom: 1px solid #e1e1e1;
  }
}
.footer__menu__list .item:first-child {
  margin-top: 0;
}
.footer__menu__list .item a {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .footer__menu__list .item a {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu__list .item a {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.footer__menu__list .item a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 10px;
  margin: 0 0 0 5px;
  background: url("/wp/wp-content/themes/recomot/assets/img/common/icon_blank.svg") no-repeat 0 0;
  background-size: 100%;
}
.footer__menu__list .item__subMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__menu__list .item__subMenu {
    width: 75%;
    margin-right: -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .footer__menu__list .item__subMenu > li {
    margin: 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu__list .item__subMenu > li {
    margin: 0 10px;
  }
}
.footer__menu__list .item__subMenu > li > a {
  margin: 0;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .footer__menu__list .item__subMenu > li > a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) {
  .footer__policy {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__policy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 30px 0 0;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .footer__policy__item {
    margin: 6px 0 0;
  }
  .footer__policy__item a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .footer__policy__item {
    margin: 8px 0 0;
  }
}
.footer__policy__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .footer__contact {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 37px 0 0;
  }
}
.footer__contact .modBtnArea {
  margin-top: 0;
}
.footer__contact .modBtnArea .modBtn {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .footer__contact .modBtnArea .modBtn {
    min-width: 180px;
    padding: 9px 40px;
  }
}
@media screen and (min-width: 769px) {
  .footer__contact__note {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact__note {
    margin: 20px 0 0;
    text-align: center;
  }
}
.footer__contact__note > a {
  position: relative;
  background: #fff;
  text-align: center;
  border: 1px solid #bcbfc2;
}
@media screen and (min-width: 769px) {
  .footer__contact__note > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 182px;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    padding: 10px 40px 10px 15px;
  }
  .footer__contact__note > a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact__note > a {
    display: inline-block;
    padding: 10px 45px 10px 25px;
  }
}
.footer__contact__note > a::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/wp/wp-content/themes/recomot/assets/img/common/icon_blank.svg") no-repeat 0 0;
  background-size: 100%;
}
.footer__contact__note img {
  max-width: 100%;
  height: auto;
}
.footer__contact__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .footer__contact__sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 22px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .footer__contact__sns > li {
    margin: 0 0 0 20px;
  }
  .footer__contact__sns > li > a {
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .footer__contact__sns > li > a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact__sns > li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .footer__copyright {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 32px 0 0;
    text-align: center;
  }
}

/* Kv
===============================================================================================*/
@media screen and (min-width: 769px) {
  .pageKv {
    margin: 0 0 75px;
  }
}
@media screen and (max-width: 768px) {
  .pageKv {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 769px) {
  .pageKv--top {
    margin-bottom: 140px;
  }
}
.pageKv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: no-repeat 0 0;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .pageKv__inner {
    max-width: 1200px;
    min-height: 240px;
    margin: 0 auto;
    padding: 0 600px 0 0;
    background-image: url("/wp/wp-content/themes/recomot/assets/img/common/bg_kv.png");
  }
  .pageKv__inner::after {
    content: "";
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: url("/wp/wp-content/themes/recomot/assets/img/common/bg_kv.png") no-repeat right 0 #8ec31f;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 768px) {
  .pageKv__inner {
    width: 100%;
    min-height: 130px;
    padding: 0 20px;
    background-image: url("/wp/wp-content/themes/recomot/assets/img/common/sp/bg_kv.png");
    background-size: 100%;
    background-position: 0 bottom;
  }
}
.pageKv__img {
  position: absolute !important;
}
@media screen and (min-width: 769px) {
  .pageKv__img {
    overflow: hidden;
    aspect-ratio: 35/12;
    width: 700px;
    top: 30px;
    right: -100px;
  }
  .pageKv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 35/12) {
    .pageKv__img {
      position: relative;
    }
    .pageKv__img::before {
      float: left;
      content: "";
      padding-top: 34.29%;
    }
    .pageKv__img::after {
      display: block;
      content: "";
      clear: both;
    }
    .pageKv__img img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
@media screen and (max-width: 768px) {
  .pageKv__img {
    overflow: hidden;
    aspect-ratio: 75/26;
    width: 100%;
    top: 0;
    left: 0;
  }
  .pageKv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 75/26) {
    .pageKv__img {
      position: relative;
    }
    .pageKv__img::before {
      float: left;
      content: "";
      padding-top: 34.67%;
    }
    .pageKv__img::after {
      display: block;
      content: "";
      clear: both;
    }
    .pageKv__img img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
  .pageKv__img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0px -18px 29px -6px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 0px -18px 29px -6px rgba(0, 0, 0, 0.3) inset;
  }
}
.pageKv .modHeadingTypo {
  margin: 0;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pageKv .modHeadingTypo {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pageKv .modHeadingTypo {
    position: relative;
    z-index: 1;
  }
}
.pageKv .modHeadingTypo__en {
  letter-spacing: normal;
}
@media screen and (min-width: 769px) {
  .pageKv .modHeadingTypo__en {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .pageKv .modHeadingTypo__en {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .pageKv .modHeadingTypo__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .pageKv .modHeadingTypo__title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* article
===============================================================================================*/
@media screen and (min-width: 769px) {
  .article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 0;
  }
}
.article__title {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .article__title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .article__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.article__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .article__data {
    margin: 25px 0 76px;
  }
}
@media screen and (max-width: 768px) {
  .article__data {
    margin: 10px 0 50px;
  }
}
.article__data__day {
  color: #bebebe;
}
@media screen and (min-width: 769px) {
  .article__data__day {
    margin: 0 27px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article__data__day {
    margin: 0 13px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.article__editor h2 {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .article__editor h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .article__editor h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.article__editor h3 {
  line-height: 1.7;
  color: #8ec31f;
}
@media screen and (min-width: 769px) {
  .article__editor h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 43px 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .article__editor h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 35px 0 5px;
  }
}
.article__editor h3 + p {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .article__editor p {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article__editor p {
    margin: 20px 0 0;
  }
}
.article__editor strong {
  font-weight: bold;
}
.article__editor a {
  text-decoration: underline;
  color: #333;
}
.article__editor a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 10px;
  margin: 0 0 0 5px;
  background: url("/wp/wp-content/themes/recomot/assets/img/common/icon_blank.svg") no-repeat 0 0;
  background-size: 100%;
}
.article__editor a[target=_blank].imgTargetBlank::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .article__editor a:hover {
    text-decoration: none;
  }
}
.article__editor img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .article__editor img {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .article__editor img {
    margin-top: 30px;
  }
}
.article__editor img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .article__editor img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
}
@media screen and (min-width: 769px) {
  .article__editor img.alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
}
.article__editor ol, .article__editor ul {
  list-style: revert;
  padding: revert;
}
@media screen and (min-width: 769px) {
  .article__editor ol, .article__editor ul {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article__editor ol, .article__editor ul {
    margin: 20px 0 0;
  }
}
.article__editor ol li, .article__editor ul li {
  margin-top: 0.5em;
}
.article__editor ol li:first-child, .article__editor ul li:first-child {
  margin-top: 0;
}
.article__editor blockquote {
  background: #eee;
  padding: 10px 20px;
  font-style: italic;
}
@media screen and (min-width: 769px) {
  .article__editor blockquote {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article__editor blockquote {
    margin: 20px 0 0;
  }
}
.article__editor blockquote p:first-child {
  margin-top: 0;
}
.article__editor .clear {
  clear: both;
}
.article__editor::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.article__paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border-top: 1px solid #e1e1e1;
}
@media screen and (min-width: 769px) {
  .article__paging {
    margin: 73px 0 0;
    padding: 95px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article__paging {
    margin: 50px 0 0;
    padding: 60px 0 0;
  }
}
.article__paging .article__paging__item {
  text-decoration: none;
  margin: 0 15px;
  width: calc((100% - 22px) / 2);
}
@media screen and (min-width: 769px) {
  .article__paging .article__paging__item:hover {
    text-decoration: underline;
  }
}
.article__paging .article__paging__item:first-child {
  text-align: right;
}
.article__paging .article__paging__item--top {
  width: 22px;
}
@media screen and (min-width: 769px) {
  .article__paging .article__paging__item--top {
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
  }
  .article__paging .article__paging__item--top:hover {
    opacity: 0.5;
  }
}
.article__paging .article__paging__item--top img {
  width: 100%;
  height: auto;
}

/* mfp
===============================================================================================*/
.mfp-container .mfp-content {
  text-align: center;
}
.mfp-container .mfp-counter {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin: 5px 0 0;
}
.mfp-container .mfp-figure {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mfp-container .mfp-figure {
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .mfp-container .mfp-figure {
    max-width: 90%;
  }
}
.mfp-container .mfp-figure:after {
  display: none;
}
.mfp-container .mfp-figure .mfp-close {
  width: 25px;
  height: 25px;
  top: 0;
  right: 0;
  text-indent: -9999px;
  background: url("/wp/wp-content/themes/recomot/assets/img/common/icon_close.png") no-repeat 0 0;
  background-size: 100%;
}
.mfp-container .mfp-figure img {
  max-height: 90vh;
}
.mfp-container .mfp-arrow:before {
  display: none;
}
.mfp-container .mfp-arrow:after {
  display: block;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  border-left: none;
  border-top: none;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mfp-container .mfp-arrow-left:after {
  -webkit-transform: scale(-1, 1) rotate(-45deg);
          transform: scale(-1, 1) rotate(-45deg);
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* form
===============================================================================================*/
.ul-form {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .ul-form {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .ul-form {
    margin: 50px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .ul-form > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .ul-form > li > * {
    margin: 39px 0 0;
  }
}
.ul-form > li .th {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .ul-form > li .th {
    width: 218px;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .ul-form > li .th {
    margin: 30px 0 0;
  }
}
.ul-form > li .th .required {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  background: #8ec31f;
  border-radius: 50px;
  padding: 3px 8px;
  margin: 0 0 0 10px;
}
.ul-form > li .td {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .ul-form > li .td {
    width: calc(100% - 218px);
  }
}
@media screen and (max-width: 768px) {
  .ul-form > li .td {
    margin: 10px 0 0;
  }
}
.ul-form > li .td .mw-wrap {
  display: block;
}
.ul-form > li .td .mw-wrap:first-child:nth-last-child(2), .ul-form > li .td .mw-wrap:first-child:nth-last-child(2) ~ .mw-wrap {
  display: inline-block;
  width: 48%;
}
.ul-form > li .td .mw-wrap:first-child:nth-last-child(2) ~ .mw-wrap {
  margin-left: 3.9%;
}
.ul-form .mwform-text,
.ul-form .mwform-textarea {
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .ul-form .mwform-text,
.ul-form .mwform-textarea {
    padding: 24px 30px 21px;
  }
}
@media screen and (max-width: 768px) {
  .ul-form .mwform-text,
.ul-form .mwform-textarea {
    padding: 16px 20px 15px;
  }
}
.ul-form .mwform-text:focus,
.ul-form .mwform-textarea:focus {
  background: #fff;
}
.ul-form .mwform-textarea {
  resize: vertical;
  min-height: 200px;
}

.form-argee {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .form-argee {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .form-argee {
    margin: 50px 0 0;
  }
}
.form-argee .mwform-checkbox-field {
  position: relative;
}
.form-argee .mwform-checkbox-field .mwform-checkbox-field-text {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .form-argee .mwform-checkbox-field .mwform-checkbox-field-text > a {
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .form-argee .mwform-checkbox-field .mwform-checkbox-field-text > a:hover {
    opacity: 0.5;
  }
}
.form-argee .mwform-checkbox-field input[type=checkbox] {
  display: none;
}
.form-argee .mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 0 0 40px;
}
.form-argee .mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 22px;
  height: 22px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid #808080;
  background-color: #f8fafc;
}
.form-argee .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -6px;
  top: 50%;
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #8ec31f;
}

.g-recaptcha {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .g-recaptcha {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .g-recaptcha {
    margin: 15px 0 0;
  }
}
.g-recaptcha > div {
  display: inline-block;
}

.wrp-button {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .wrp-button {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .wrp-button {
    margin: 30px 0 0;
  }
}
.wrp-button .mwform-button {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #8ec31f;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .wrp-button .mwform-button {
    min-width: 310px;
    padding: 14px 40px;
    -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
    transition: background 0.3s ease-out, color 0.3s ease-out;
    border: 2px solid #8ec31f;
  }
  .wrp-button .mwform-button:hover {
    color: #8ec31f;
    background: #fff;
  }
  .wrp-button .mwform-button:hover[target=_blank]::after {
    background-image: url("/wp/wp-content/themes/recomot/assets/img/common/icon_blank_keycolor.svg");
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
  }
}
@media screen and (max-width: 768px) {
  .wrp-button .mwform-button {
    min-width: 245px;
    padding: 10px 20px;
  }
}
.wrp-button .btn-reset {
  display: block;
  margin: 20px auto 0;
}

/* 汎用モジュール
========================================================*/
.modBpPc {
  display: block;
}
@media screen and (max-width: 768px) {
  .modBpPc {
    display: none;
  }
}
.modBpPc--inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .modBpPc--inline {
    display: none;
  }
}
.modBpSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .modBpSp {
    display: block;
  }
}
.modBpSp--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .modBpSp--inline {
    display: inline;
  }
}

@media screen and (min-width: 769px) {
  .modHeadingTypo {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTypo {
    margin: 0 0 22px;
  }
}
.modHeadingTypo__en {
  font-family: "Questrial", sans-serif;
  letter-spacing: 4px;
}
@media screen and (min-width: 769px) {
  .modHeadingTypo__en {
    font-size: 80px;
    font-size: 8rem;
    line-height: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTypo__en {
    font-size: 40px;
    font-size: 4rem;
    line-height: 0.8;
  }
}
.modHeadingTypo__en--green {
  color: #8ec31f;
}
.modHeadingTypo__jp {
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .modHeadingTypo__jp {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTypo__jp {
    font-size: 40px;
    font-size: 4rem;
  }
}
.modHeadingTypo__title {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .modHeadingTypo__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTypo__title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.modHeadingTypo--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.modHeadingTypo--line .modHeadingTypo__en {
  letter-spacing: normal;
}
@media screen and (min-width: 769px) {
  .modHeadingTypo--line .modHeadingTypo__en {
    font-size: 60px;
    font-size: 6rem;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTypo--line .modHeadingTypo__en {
    font-size: 50px;
    font-size: 5rem;
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTypo--line .modHeadingTypo__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.modHeadingSection {
  line-height: 1.65;
}
@media screen and (min-width: 769px) {
  .modHeadingSection {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 15px;
  }
}
.modHeadingSection--green {
  color: #8ec31f;
}
.modHeadingSection--center {
  text-align: center;
}
.modHeadingSection__color {
  color: #8ec31f;
}
.modHeadingItem {
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .modHeadingItem {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingItem {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}

@media screen and (min-width: 769px) {
  .modTextRead {
    text-align: center;
  }
}

.modBtn {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #8ec31f;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .modBtn {
    min-width: 310px;
    padding: 14px 40px;
    -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
    transition: background 0.3s ease-out, color 0.3s ease-out;
    border: 2px solid #8ec31f;
  }
  .modBtn:hover {
    color: #8ec31f;
    background: #fff;
  }
  .modBtn:hover[target=_blank]::after {
    background-image: url("/wp/wp-content/themes/recomot/assets/img/common/icon_blank_keycolor.svg");
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
  }
}
@media screen and (max-width: 768px) {
  .modBtn {
    min-width: 245px;
    padding: 10px 20px;
  }
}
.modBtn[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 10px;
  margin: 0 0 0 5px;
  background: url("/wp/wp-content/themes/recomot/assets/img/common/icon_blank.svg") no-repeat 0 0;
  background-size: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.modBtnArea {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modBtnArea {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea {
    margin: 30px 0 0;
  }
}
.modBtnBorder {
  display: inline-block;
  border: 1px solid #333;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modBtnBorder {
    min-width: 195px;
    padding: 6px 40px 7px;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
  }
  .modBtnBorder:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .modBtnBorder {
    padding: 3px 40px 5px;
  }
}
.modBtnBorder[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 10px;
  margin: 0 0 0 5px;
  background: url("/wp/wp-content/themes/recomot/assets/img/common/icon_blank.svg") no-repeat 0 0;
  background-size: 100%;
}
.modBtnMore {
  position: relative;
  border-radius: 50px;
  text-align: center;
  color: #8ec31f;
  font-weight: bold;
  border: 2px solid #8ec31f;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .modBtnMore {
    max-width: 310px;
    margin: 50px auto 0;
    padding: 14px 40px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
    transition: background 0.3s ease-out, color 0.3s ease-out;
  }
}
@media screen and (max-width: 768px) {
  .modBtnMore {
    max-width: 245px;
    margin: 30px auto 0;
    padding: 10px 20px;
  }
}
.modBtnMore::before, .modBtnMore::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 20px;
  background: #8ec31f;
}
.modBtnMore::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.modBtnMore.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.modSectionServiceCont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.modSectionServiceCont.is-act {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .modSectionServiceCont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 150px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modSectionServiceCont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 75px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .modSectionServiceCont--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .modSectionServiceCont--reverse .modSectionServiceCont__img {
    padding: 0 0 0 40px;
  }
}
.modSectionServiceCont--reverse .modSectionServiceCont__img::after {
  right: auto;
}
@media screen and (min-width: 769px) {
  .modSectionServiceCont--reverse .modSectionServiceCont__img::after {
    left: -170px;
  }
}
@media screen and (max-width: 768px) {
  .modSectionServiceCont--reverse .modSectionServiceCont__img::after {
    left: -40px;
  }
}
@media screen and (min-width: 769px) {
  .modSectionServiceCont__main {
    width: 530px;
  }
}
@media screen and (max-width: 768px) {
  .modSectionServiceCont__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 769px) {
  .modSectionServiceCont__main .modBtnArea {
    margin: 48px 0 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .modSectionServiceCont__main .modBtnArea {
    margin: 45px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modSectionServiceCont__main__text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  .modSectionServiceCont__main__img {
    margin: 80px -20px 0;
  }
}
@media screen and (max-width: 768px) {
  .modSectionServiceCont__main__img {
    width: 70%;
    position: absolute;
    top: 64vw;
    right: 0;
    z-index: 3;
  }
}
.modSectionServiceCont__main__img > img {
  max-width: 100%;
  height: auto;
}
.modSectionServiceCont__img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .modSectionServiceCont__img {
    width: 570px;
    margin: 100px 0 90px;
  }
}
@media screen and (max-width: 768px) {
  .modSectionServiceCont__img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 -20px 110px;
    padding: 0 40px 0 0;
  }
}
.modSectionServiceCont__img > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.modSectionServiceCont__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #8ec31f;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .modSectionServiceCont__img::after {
    right: -170px;
    bottom: -90px;
  }
}
@media screen and (max-width: 768px) {
  .modSectionServiceCont__img::after {
    right: -40px;
    bottom: -40px;
  }
}

.modListNews {
  background: #fff;
  border-top: 1px solid #e1e1e1;
}
.modListNews.is-act .modListNews__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .modListNews {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.modListNews__item {
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 -1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.modListNews__item:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.modListNews__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.modListNews__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.modListNews__item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.modListNews__item:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.modListNews__item:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.modListNews__item:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.modListNews__item:nth-child(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.modListNews__item:nth-child(9) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.modListNews__item:nth-child(10) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.modListNews__item:nth-child(11) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.modListNews__item:nth-child(12) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.modListNews__item:nth-child(13) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.modListNews__item:nth-child(14) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.modListNews__item:nth-child(15) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.modListNews__item:nth-child(16) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.modListNews__item:nth-child(17) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.modListNews__item:nth-child(18) {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}
.modListNews__item:nth-child(19) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.modListNews__item:nth-child(20) {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}
.modListNews__item:nth-child(21) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.modListNews__item:nth-child(22) {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}
.modListNews__item:nth-child(23) {
  -webkit-transition-delay: 4.4s;
          transition-delay: 4.4s;
}
.modListNews__item:nth-child(24) {
  -webkit-transition-delay: 4.6s;
          transition-delay: 4.6s;
}
.modListNews__item:nth-child(25) {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}
.modListNews__item:nth-child(26) {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
.modListNews__item:nth-child(27) {
  -webkit-transition-delay: 5.2s;
          transition-delay: 5.2s;
}
.modListNews__item:nth-child(28) {
  -webkit-transition-delay: 5.4s;
          transition-delay: 5.4s;
}
.modListNews__item:nth-child(29) {
  -webkit-transition-delay: 5.6s;
          transition-delay: 5.6s;
}
.modListNews__item:nth-child(30) {
  -webkit-transition-delay: 5.8s;
          transition-delay: 5.8s;
}
.modListNews__item:nth-child(31) {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
.modListNews__item:nth-child(32) {
  -webkit-transition-delay: 6.2s;
          transition-delay: 6.2s;
}
.modListNews__item:nth-child(33) {
  -webkit-transition-delay: 6.4s;
          transition-delay: 6.4s;
}
.modListNews__item:nth-child(34) {
  -webkit-transition-delay: 6.6s;
          transition-delay: 6.6s;
}
.modListNews__item:nth-child(35) {
  -webkit-transition-delay: 6.8s;
          transition-delay: 6.8s;
}
.modListNews__item:nth-child(36) {
  -webkit-transition-delay: 7s;
          transition-delay: 7s;
}
.modListNews__item:nth-child(37) {
  -webkit-transition-delay: 7.2s;
          transition-delay: 7.2s;
}
.modListNews__item:nth-child(38) {
  -webkit-transition-delay: 7.4s;
          transition-delay: 7.4s;
}
.modListNews__item:nth-child(39) {
  -webkit-transition-delay: 7.6s;
          transition-delay: 7.6s;
}
.modListNews__item:nth-child(40) {
  -webkit-transition-delay: 7.8s;
          transition-delay: 7.8s;
}
.modListNews__item:nth-child(41) {
  -webkit-transition-delay: 8s;
          transition-delay: 8s;
}
.modListNews__item:nth-child(42) {
  -webkit-transition-delay: 8.2s;
          transition-delay: 8.2s;
}
.modListNews__item:nth-child(43) {
  -webkit-transition-delay: 8.4s;
          transition-delay: 8.4s;
}
.modListNews__item:nth-child(44) {
  -webkit-transition-delay: 8.6s;
          transition-delay: 8.6s;
}
.modListNews__item:nth-child(45) {
  -webkit-transition-delay: 8.8s;
          transition-delay: 8.8s;
}
.modListNews__item:nth-child(46) {
  -webkit-transition-delay: 9s;
          transition-delay: 9s;
}
.modListNews__item:nth-child(47) {
  -webkit-transition-delay: 9.2s;
          transition-delay: 9.2s;
}
.modListNews__item:nth-child(48) {
  -webkit-transition-delay: 9.4s;
          transition-delay: 9.4s;
}
.modListNews__item:nth-child(49) {
  -webkit-transition-delay: 9.6s;
          transition-delay: 9.6s;
}
.modListNews__item:nth-child(50) {
  -webkit-transition-delay: 9.8s;
          transition-delay: 9.8s;
}
.modListNews__item:nth-child(51) {
  -webkit-transition-delay: 10s;
          transition-delay: 10s;
}
.modListNews__item:nth-child(52) {
  -webkit-transition-delay: 10.2s;
          transition-delay: 10.2s;
}
.modListNews__item:nth-child(53) {
  -webkit-transition-delay: 10.4s;
          transition-delay: 10.4s;
}
.modListNews__item:nth-child(54) {
  -webkit-transition-delay: 10.6s;
          transition-delay: 10.6s;
}
.modListNews__item:nth-child(55) {
  -webkit-transition-delay: 10.8s;
          transition-delay: 10.8s;
}
.modListNews__item:nth-child(56) {
  -webkit-transition-delay: 11s;
          transition-delay: 11s;
}
.modListNews__item:nth-child(57) {
  -webkit-transition-delay: 11.2s;
          transition-delay: 11.2s;
}
.modListNews__item:nth-child(58) {
  -webkit-transition-delay: 11.4s;
          transition-delay: 11.4s;
}
.modListNews__item:nth-child(59) {
  -webkit-transition-delay: 11.6s;
          transition-delay: 11.6s;
}
.modListNews__item:nth-child(60) {
  -webkit-transition-delay: 11.8s;
          transition-delay: 11.8s;
}
.modListNews__item:nth-child(61) {
  -webkit-transition-delay: 12s;
          transition-delay: 12s;
}
.modListNews__item:nth-child(62) {
  -webkit-transition-delay: 12.2s;
          transition-delay: 12.2s;
}
.modListNews__item:nth-child(63) {
  -webkit-transition-delay: 12.4s;
          transition-delay: 12.4s;
}
.modListNews__item:nth-child(64) {
  -webkit-transition-delay: 12.6s;
          transition-delay: 12.6s;
}
.modListNews__item:nth-child(65) {
  -webkit-transition-delay: 12.8s;
          transition-delay: 12.8s;
}
.modListNews__item:nth-child(66) {
  -webkit-transition-delay: 13s;
          transition-delay: 13s;
}
.modListNews__item:nth-child(67) {
  -webkit-transition-delay: 13.2s;
          transition-delay: 13.2s;
}
.modListNews__item:nth-child(68) {
  -webkit-transition-delay: 13.4s;
          transition-delay: 13.4s;
}
.modListNews__item:nth-child(69) {
  -webkit-transition-delay: 13.6s;
          transition-delay: 13.6s;
}
.modListNews__item:nth-child(70) {
  -webkit-transition-delay: 13.8s;
          transition-delay: 13.8s;
}
.modListNews__item:nth-child(71) {
  -webkit-transition-delay: 14s;
          transition-delay: 14s;
}
.modListNews__item:nth-child(72) {
  -webkit-transition-delay: 14.2s;
          transition-delay: 14.2s;
}
.modListNews__item:nth-child(73) {
  -webkit-transition-delay: 14.4s;
          transition-delay: 14.4s;
}
.modListNews__item:nth-child(74) {
  -webkit-transition-delay: 14.6s;
          transition-delay: 14.6s;
}
.modListNews__item:nth-child(75) {
  -webkit-transition-delay: 14.8s;
          transition-delay: 14.8s;
}
.modListNews__item:nth-child(76) {
  -webkit-transition-delay: 15s;
          transition-delay: 15s;
}
.modListNews__item:nth-child(77) {
  -webkit-transition-delay: 15.2s;
          transition-delay: 15.2s;
}
.modListNews__item:nth-child(78) {
  -webkit-transition-delay: 15.4s;
          transition-delay: 15.4s;
}
.modListNews__item:nth-child(79) {
  -webkit-transition-delay: 15.6s;
          transition-delay: 15.6s;
}
.modListNews__item:nth-child(80) {
  -webkit-transition-delay: 15.8s;
          transition-delay: 15.8s;
}
.modListNews__item:nth-child(81) {
  -webkit-transition-delay: 16s;
          transition-delay: 16s;
}
.modListNews__item:nth-child(82) {
  -webkit-transition-delay: 16.2s;
          transition-delay: 16.2s;
}
.modListNews__item:nth-child(83) {
  -webkit-transition-delay: 16.4s;
          transition-delay: 16.4s;
}
.modListNews__item:nth-child(84) {
  -webkit-transition-delay: 16.6s;
          transition-delay: 16.6s;
}
.modListNews__item:nth-child(85) {
  -webkit-transition-delay: 16.8s;
          transition-delay: 16.8s;
}
.modListNews__item:nth-child(86) {
  -webkit-transition-delay: 17s;
          transition-delay: 17s;
}
.modListNews__item:nth-child(87) {
  -webkit-transition-delay: 17.2s;
          transition-delay: 17.2s;
}
.modListNews__item:nth-child(88) {
  -webkit-transition-delay: 17.4s;
          transition-delay: 17.4s;
}
.modListNews__item:nth-child(89) {
  -webkit-transition-delay: 17.6s;
          transition-delay: 17.6s;
}
.modListNews__item:nth-child(90) {
  -webkit-transition-delay: 17.8s;
          transition-delay: 17.8s;
}
.modListNews__item:nth-child(91) {
  -webkit-transition-delay: 18s;
          transition-delay: 18s;
}
.modListNews__item:nth-child(92) {
  -webkit-transition-delay: 18.2s;
          transition-delay: 18.2s;
}
.modListNews__item:nth-child(93) {
  -webkit-transition-delay: 18.4s;
          transition-delay: 18.4s;
}
.modListNews__item:nth-child(94) {
  -webkit-transition-delay: 18.6s;
          transition-delay: 18.6s;
}
.modListNews__item:nth-child(95) {
  -webkit-transition-delay: 18.8s;
          transition-delay: 18.8s;
}
.modListNews__item:nth-child(96) {
  -webkit-transition-delay: 19s;
          transition-delay: 19s;
}
.modListNews__item:nth-child(97) {
  -webkit-transition-delay: 19.2s;
          transition-delay: 19.2s;
}
.modListNews__item:nth-child(98) {
  -webkit-transition-delay: 19.4s;
          transition-delay: 19.4s;
}
.modListNews__item:nth-child(99) {
  -webkit-transition-delay: 19.6s;
          transition-delay: 19.6s;
}
.modListNews__item:nth-child(100) {
  -webkit-transition-delay: 19.8s;
          transition-delay: 19.8s;
}
.modListNews__item:nth-child(101) {
  -webkit-transition-delay: 20s;
          transition-delay: 20s;
}
.modListNews__item__inner {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modListNews__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 0;
    -webkit-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
  }
  .modListNews__item__inner:hover {
    background: rgba(225, 225, 225, 0.4);
  }
}
@media screen and (max-width: 768px) {
  .modListNews__item__inner {
    padding: 18px 0 22px;
  }
}
.modListNews__item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .modListNews__item__data {
    margin: 0 30px 0 0;
  }
}
.modListNews__item__data .day {
  color: #bebebe;
}
@media screen and (min-width: 769px) {
  .modListNews__item__data .day {
    margin: 0 27px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListNews__item__data .day {
    margin: 0 13px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modListNews__item__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .modListNews__item__text {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 768px) {
  .modListNews__item__text {
    -webkit-line-clamp: 2;
    margin: 8px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.modListNews__item.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
}
.modListPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f6f9;
  margin: 0 0 120px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .modListPage {
    display: none;
  }
}
.modListPage__item {
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .modListPage__item > a {
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .modListPage__item > a:hover {
    color: #8ec31f;
  }
  .modListPage__item > a:hover[target=_blank]::after {
    background-image: url("/wp/wp-content/themes/recomot/assets/img/common/icon_blank_keycolor.svg");
  }
}
.modListPage__item > a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 10px;
  margin: 0 0 0 5px;
  background: url("/wp/wp-content/themes/recomot/assets/img/common/icon_blank.svg") no-repeat 0 0;
  background-size: 100%;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.modListPage__item > strong {
  color: #8ec31f;
}
@media screen and (min-width: 769px) {
  .modListMenu {
    margin: 160px 0 220px;
  }
}
@media screen and (max-width: 768px) {
  .modListMenu {
    margin: 66px -20px 100px;
  }
}
.modListMenu__item {
  position: relative;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.modListMenu__item.is-act {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .modListMenu__item {
    margin: 260px 0 0;
  }
  .modListMenu__item:nth-child(odd) .modListMenu__item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .modListMenu__item:nth-child(odd)::after {
    right: auto;
    left: 45%;
    background-image: url("/wp/wp-content/themes/recomot/assets/img/recruit/bg_box_reverse.png");
    background-position: 80px bottom;
  }
}
@media screen and (max-width: 768px) {
  .modListMenu__item {
    margin: 80px 20px 0;
  }
}
.modListMenu__item:first-child {
  margin-top: 0;
}
.modListMenu__item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .modListMenu__item::after {
    width: 1000%;
    height: calc(100% + 150px);
    top: -50px;
    right: 45%;
    background: url("/wp/wp-content/themes/recomot/assets/img/recruit/bg_box.png") repeat-x -200px bottom #8ec31f;
    background-size: 1010px auto;
  }
}
@media screen and (max-width: 768px) {
  .modListMenu__item::after {
    width: calc(100% + 40px);
    height: 75%;
    bottom: -40px;
    left: -20px;
    background: url("/wp/wp-content/themes/recomot/assets/img/recruit/sp/bg_box.png") no-repeat left bottom #8ec31f;
    background-size: 100% auto;
  }
}
.modListMenu__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .modListMenu__item__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .modListMenu__item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .modListMenu__item__cont {
    width: calc(100% - 650px);
    padding: 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .modListMenu__item__cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px 25px 30px;
  }
}
@media screen and (min-width: 769px) {
  .modListMenu__item__cont .modHeadingSection {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modListMenu__item__cont .modHeadingSection {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .modListMenu__item__cont .modBtnArea {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modListMenu__item__cont .modBtnArea {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .modListMenu__item__cont .text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.modListMenu__item__img {
  overflow: hidden;
  aspect-ratio: 13/7;
}
.modListMenu__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 13/7) {
  .modListMenu__item__img {
    position: relative;
  }
  .modListMenu__item__img::before {
    float: left;
    content: "";
    padding-top: 53.85%;
  }
  .modListMenu__item__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .modListMenu__item__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .modListMenu__item__img {
    width: 650px;
  }
}
@media screen and (max-width: 768px) {
  .modListMenu__item__img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
}

.modTag {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #8ec31f;
  border-radius: 50px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .modTag {
    min-width: 100px;
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .modTag {
    min-width: 76px;
    padding: 3px 5px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.modBreadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .modBreadcrumbs {
    max-width: 1200px;
    margin: 130px auto 16px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modBreadcrumbs {
    overflow-x: auto;
    margin: 64px 0 5px;
    padding: 0 20px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.modBreadcrumbs__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px 0 5px;
  border-top: 1px solid #adb3b5;
  border-right: 1px solid #adb3b5;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modBreadcrumbs__item > a {
  color: #8ec31f;
}
@media screen and (min-width: 769px) {
  .modBreadcrumbs__item > a:hover {
    text-decoration: underline;
  }
}

.modTable {
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (min-width: 769px) {
  .modTable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modTable > * {
  border-top: 1px solid #e1e1e1;
}
@media screen and (min-width: 769px) {
  .modTable > * {
    padding: 13px 0;
  }
}
.modTable__title {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .modTable__title {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .modTable__title {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .modTable__text {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 768px) {
  .modTable__text {
    border-top: none;
    padding: 0 0 10px;
  }
}

.modBanner {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.modBanner.is-act {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .modBanner {
    margin: 170px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modBanner {
    margin: 80px 0 0;
  }
}
.modBanner__cont {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .modBanner__cont .modHeadingTypo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modBanner__cont .modHeadingTypo {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 769px) {
  .modBanner__cont .modHeadingTypo__en {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .modBanner__cont .modHeadingTypo__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .modBanner__cont__text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modBanner__cont__text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.modBanner__cont__btn {
  display: inline-block;
  border: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .modBanner__cont__btn {
    min-width: 195px;
    margin: 43px 0 0;
    padding: 5px;
    font-size: 18px;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .modBanner__cont__btn:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .modBanner__cont__btn {
    width: 55%;
    margin: 39px 0 0;
    padding: 7px 5px;
  }
}
.modBanner__cont__btn[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 10px;
  margin: 0 0 0 5px;
  background: url("/wp/wp-content/themes/recomot/assets/img/common/icon_blank.svg") no-repeat 0 0;
  background-size: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (min-width: 769px) {
  .modBanner__img {
    overflow: hidden;
    aspect-ratio: 60/19;
  }
  .modBanner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 60/19) {
    .modBanner__img {
      position: relative;
    }
    .modBanner__img::before {
      float: left;
      content: "";
      padding-top: 31.67%;
    }
    .modBanner__img::after {
      display: block;
      content: "";
      clear: both;
    }
    .modBanner__img img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
@media screen and (max-width: 768px) {
  .modBanner__img {
    overflow: hidden;
    aspect-ratio: 67/64;
  }
  .modBanner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 67/64) {
    .modBanner__img {
      position: relative;
    }
    .modBanner__img::before {
      float: left;
      content: "";
      padding-top: 95.52%;
    }
    .modBanner__img::after {
      display: block;
      content: "";
      clear: both;
    }
    .modBanner__img img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}

@media screen and (min-width: 769px) {
  .top .footer {
    margin-top: 176px;
  }
}
@media screen and (max-width: 768px) {
  .top .footer {
    margin-top: 80px;
  }
}
.topKv {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .topKv {
    margin: 0 0 150px;
  }
}
@media screen and (max-width: 768px) {
  .topKv {
    margin: 0 -20px 50px;
  }
}
.topKv::after {
  content: "";
  display: block;
  position: absolute;
  background: #8ec31f;
}
@media screen and (min-width: 769px) {
  .topKv::after {
    width: 600px;
    height: 620px;
    top: -120px;
    right: -120px;
  }
}
@media screen and (max-width: 768px) {
  .topKv::after {
    width: 112px;
    height: 90px;
    top: -70px;
    right: 0;
  }
}
.topKv__title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .topKv__title {
    margin: -20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topKv__title {
    margin: 20px 0 0;
  }
}
.topKv__title__en {
  text-align: center;
}
.topKv__title__en > span {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.topKv__title__en > span:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.topKv__title__en > span:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.topKv__title__en > span:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.topKv__title__en > span:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (min-width: 769px) {
  .topKv__title__en > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -30px;
  }
}
@media screen and (max-width: 768px) {
  .topKv__title__en > span {
    display: block;
    width: 45%;
    margin: 0 auto -40px;
  }
  .topKv__title__en > span:nth-child(1) {
    width: 70%;
  }
}
.topKv__title__en > span img {
  max-width: 100%;
  height: auto;
}
.topKv__title__main {
  opacity: 0;
  font-weight: bold;
  text-shadow: 1px 1px 11px #fff, 1px 1px 11px #fff, 1px 1px 11px #fff, 1px 1px 11px #fff;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (min-width: 769px) {
  .topKv__title__main {
    font-size: 18px;
    font-size: 1.8rem;
    margin: -25px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topKv__title__main {
    margin: 6% 0 0;
    line-height: 1.6;
  }
}
.topKv__img {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .topKv__img {
    overflow: hidden;
    aspect-ratio: 20/11;
  }
  .topKv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 20/11) {
    .topKv__img {
      position: relative;
    }
    .topKv__img::before {
      float: left;
      content: "";
      padding-top: 55%;
    }
    .topKv__img::after {
      display: block;
      content: "";
      clear: both;
    }
    .topKv__img img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
@media screen and (max-width: 768px) {
  .topKv__img {
    overflow: hidden;
    aspect-ratio: 75/88;
  }
  .topKv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 75/88) {
    .topKv__img {
      position: relative;
    }
    .topKv__img::before {
      float: left;
      content: "";
      padding-top: 117.33%;
    }
    .topKv__img::after {
      display: block;
      content: "";
      clear: both;
    }
    .topKv__img img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
.topKv.is-act .topKv__title__main,
.topKv.is-act .topKv__title__en > span {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.topCompany {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.topCompany.is-act {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .topCompany {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .topCompany {
    padding: 30px 20px;
  }
}
.topCompany::before, .topCompany::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topCompany::before {
  background: url("/wp/wp-content/themes/recomot/assets/img/top/bg_company.png") no-repeat right center #fff;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .topCompany::before {
    width: 55%;
    margin: -3% 0 0;
    padding: 50% 0 0;
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .topCompany::before {
    width: 100%;
    margin: 7% 0 0;
    padding: 100% 0 0;
    right: -50%;
  }
}
.topCompany::after {
  width: 33%;
  margin: -3% 0 0;
  padding: 50% 0 0;
  right: -38%;
  background: url("/wp/wp-content/themes/recomot/assets/img/top/bg_company_repeat.png") repeat-x right center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .topCompany::after {
    display: none;
  }
}
.topCompany__text {
  text-shadow: 1px 1px 11px #fff, 1px 1px 11px #fff, 1px 1px 11px #fff, 1px 1px 11px #fff;
}
.topCompany__text > span {
  color: #8ec31f;
}
@media screen and (min-width: 769px) {
  .topCompany .modHeadingSection {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topCompany .modHeadingSection {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 769px) {
  .topCompany .modBtnArea {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .topCompany .modBtnArea {
    margin-top: 128px;
  }
}
.topNews {
  position: relative;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.topNews.is-act {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .topNews {
    margin: 90px 0 0;
    padding: 30px 0 80px;
  }
  .topNews::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -50vw;
    width: 500%;
    height: 100%;
    background: #fff;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .topNews {
    margin: 48px -20px 0;
    padding: 35px 40px 70px;
  }
}
@media screen and (min-width: 769px) {
  .topNews .modHeadingTypo {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .topNews .modListNews {
    margin: 0 -40px;
    padding: 0 40px;
  }
}
.topContact {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.topContact.is-act {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .topContact {
    margin: 114px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topContact {
    margin: 17px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .topContact .modHeadingTypo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topContact .modHeadingTypo {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 769px) {
  .topContact .modHeadingTypo__en {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .topContact .modHeadingTypo__en {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .topContact__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .topContact .modBtnArea {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .topContact .modBtnArea {
    margin-top: 23px;
  }
}
@media screen and (min-width: 769px) {
  .top .modSectionServiceCont .modHeadingTypo__en {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .top .modSectionServiceCont .modHeadingTypo__en {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .top .modSectionServiceCont .modSectionServiceCont__main {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .top .modSectionServiceCont .modSectionServiceCont__main .modHeadingSection {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .modSectionServiceCont .modSectionServiceCont__main .modHeadingSection {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.serviceList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.serviceList__item.is-act {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.serviceList__item:nth-child(even) .serviceList__item__img::after {
  left: auto;
}
@media screen and (min-width: 769px) {
  .serviceList__item {
    margin: 180px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .serviceList__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .serviceList__item:nth-child(even) .serviceList__item__img::after {
    right: 15%;
  }
}
@media screen and (max-width: 768px) {
  .serviceList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px 0 0;
  }
  .serviceList__item:nth-child(even) .serviceList__item__img::after {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .serviceList__item__cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.serviceList__item__cont .logo {
  text-indent: -9999px;
  background: no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .serviceList__item__cont .logo {
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 768px) {
  .serviceList__item__cont .logo {
    margin: 0 0 36px;
  }
}
.serviceList__item__cont .logo--moconavi {
  background-image: url("/wp/wp-content/themes/recomot/assets/img/service/logo_moconavi.png");
}
@media screen and (min-width: 769px) {
  .serviceList__item__cont .logo--moconavi {
    width: 400px;
    height: 43px;
  }
}
@media screen and (max-width: 768px) {
  .serviceList__item__cont .logo--moconavi {
    width: 325px;
    height: 35px;
  }
}
.serviceList__item__cont .logo--moconavirds {
  background-image: url("/wp/wp-content/themes/recomot/assets/img/service/logo_moconavirds.png");
}
@media screen and (min-width: 769px) {
  .serviceList__item__cont .logo--moconavirds {
    width: 375px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .serviceList__item__cont .logo--moconavirds {
    width: 335px;
    height: 33px;
  }
}
.serviceList__item__cont .logo--moconavi050 {
  background-image: url("/wp/wp-content/themes/recomot/assets/img/service/logo_moconavi050.png");
}
@media screen and (min-width: 769px) {
  .serviceList__item__cont .logo--moconavi050 {
    width: 370px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .serviceList__item__cont .logo--moconavi050 {
    width: 312px;
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .serviceList__item__cont .modHeadingSection {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .serviceList__item__cont .modBtnArea {
    text-align: left;
  }
}
.serviceList__item__img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .serviceList__item__img {
    width: 650px;
  }
}
@media screen and (max-width: 768px) {
  .serviceList__item__img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 0 30px;
  }
}
.serviceList__item__img::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1000%;
}
@media screen and (min-width: 769px) {
  .serviceList__item__img::after {
    left: 20%;
    height: 360px;
    background: url("/wp/wp-content/themes/recomot/assets/img/recruit/bg_box.png") repeat-x -200px 50% #8ec31f;
    background-size: 1010px auto;
  }
}
@media screen and (max-width: 768px) {
  .serviceList__item__img::after {
    left: 17%;
    height: 75%;
    background: url("/wp/wp-content/themes/recomot/assets/img/recruit/sp/bg_box.png") repeat-x left 0 #8ec31f;
    background-size: 12%;
  }
}
.serviceList__item__img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .serviceList__item__img--moconavi img {
    max-width: 110%;
  }
}
@media screen and (min-width: 769px) {
  .serviceList__item__img--moconavirds {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .serviceList__item__img--moconavirds {
    margin-bottom: 50px;
    padding-bottom: 35px;
  }
}
.serviceList__item__img--moconavirds::after {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 769px) {
  .serviceList__item__img--moconavirds img {
    margin-left: -15%;
  }
}
@media screen and (max-width: 768px) {
  .serviceList__item__img--moconavirds img {
    margin-left: -14%;
  }
}

.vision .modListPage {
  margin-bottom: 0;
}
.visionTop {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .visionTop {
    padding: 217px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .visionTop {
    padding: 60px 0 0;
  }
}
.visionTop::after {
  content: "Vision";
  opacity: 0.2;
  position: absolute;
  font-family: "Questrial", sans-serif;
  color: #8ec31f;
  line-height: 0.9;
}
@media screen and (min-width: 769px) {
  .visionTop::after {
    font-size: 280px;
    font-size: 28rem;
    top: 50px;
    left: -130px;
  }
}
@media screen and (max-width: 768px) {
  .visionTop::after {
    font-size: 114px;
    font-size: 11.4rem;
    top: 0;
    left: -30px;
  }
}
.visionTop__title > span {
  display: block;
}
.visionTop__title__en {
  font-family: "Questrial", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .visionTop__title__en {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .visionTop__title__en {
    font-size: 40px;
    font-size: 4rem;
  }
}
.visionTop__title__en > span {
  color: #8ec31f;
}
.visionTop__title__jp {
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .visionTop__title__jp {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 27px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .visionTop__title__jp {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .visionTop__text {
    margin: 47px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .visionTop__text {
    margin: 35px 0 0;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .visionValue {
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .visionValue {
    line-height: 2;
  }
}
@media screen and (min-width: 769px) {
  .visionValue + .visionValue {
    margin: 46px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .visionValue + .visionValue {
    margin: 38px 0 0;
  }
}
.visionValue__title {
  color: #8ec31f;
}
@media screen and (min-width: 769px) {
  .visionValue__title {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .visionValue__title {
    margin: 0 0 12px;
  }
}
.visionValue__title > span {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .visionValue__title__en {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .visionValue__title__en {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.visionValue__title__jp {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .visionValue__title__jp {
    margin: 14px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .visionValue__title__jp {
    margin: 12px 0 0;
  }
}

.messageBox__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .messageBox__top {
    margin: 0 0 250px;
  }
}
@media screen and (max-width: 768px) {
  .messageBox__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
}
.messageBox__top::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("/wp/wp-content/themes/recomot/assets/img/company/message/bg_message.png") no-repeat 0 0;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .messageBox__top::after {
    width: 60vw;
    height: 100%;
    left: calc(50.5% - 50vw);
    bottom: -80px;
  }
}
@media screen and (max-width: 1300px) {
  .messageBox__top::after {
    left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .messageBox__top::after {
    width: 100%;
    height: 80%;
    left: -20px;
    bottom: 0;
  }
}
.messageBox__top__textBox {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .messageBox__top__textBox {
    width: 620px;
    margin: 0 -30% 0 0;
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .messageBox__top__textBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.messageBox__top__textBox .title {
  line-height: 1.65;
}
@media screen and (min-width: 769px) {
  .messageBox__top__textBox .title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .messageBox__top__textBox .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.messageBox__top__textBox .data {
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .messageBox__top__textBox .data {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .messageBox__top__textBox .data {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .messageBox__top__textBox .data > dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .messageBox__top__textBox .data > dd {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .messageBox__top__textBox .data > dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.messageBox__top__img {
  overflow: hidden;
  aspect-ratio: 884/563;
}
.messageBox__top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 884/563) {
  .messageBox__top__img {
    position: relative;
  }
  .messageBox__top__img::before {
    float: left;
    content: "";
    padding-top: 63.69%;
  }
  .messageBox__top__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .messageBox__top__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .messageBox__top__img {
    width: 884px;
  }
}
@media screen and (max-width: 768px) {
  .messageBox__top__img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .messageBox__section {
    margin: 110px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .messageBox__section {
    margin: 80px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .messageBox__section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .messageBox__section__inner--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  .messageBox__section__textBox {
    width: 570px;
  }
}
.messageBox__section__img {
  overflow: hidden;
  aspect-ratio: 57/40;
}
.messageBox__section__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 57/40) {
  .messageBox__section__img {
    position: relative;
  }
  .messageBox__section__img::before {
    float: left;
    content: "";
    padding-top: 70.18%;
  }
  .messageBox__section__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .messageBox__section__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .messageBox__section__img {
    width: 570px;
  }
}
@media screen and (max-width: 768px) {
  .messageBox__section__img {
    width: 100%;
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .aboutSection {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .aboutSection + .aboutSection {
    margin-top: 165px;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection + .aboutSection {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .aboutSection__access__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .aboutSection__access__data .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection__access__data .item + .item {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .aboutSection__access__data .item__title {
    padding: 0 35px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection__access__data .item__title {
    font-weight: bold;
  }
}
.aboutSection__access__map {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .aboutSection__access__map {
    overflow: hidden;
    aspect-ratio: 50/19;
    margin: 50px 0 0;
  }
  .aboutSection__access__map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 50/19) {
    .aboutSection__access__map {
      position: relative;
    }
    .aboutSection__access__map::before {
      float: left;
      content: "";
      padding-top: 38%;
    }
    .aboutSection__access__map::after {
      display: block;
      content: "";
      clear: both;
    }
    .aboutSection__access__map img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
@media screen and (max-width: 768px) {
  .aboutSection__access__map {
    overflow: hidden;
    aspect-ratio: 16/9;
    margin: 30px 0 0;
  }
  .aboutSection__access__map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 16/9) {
    .aboutSection__access__map {
      position: relative;
    }
    .aboutSection__access__map::before {
      float: left;
      content: "";
      padding-top: 56.25%;
    }
    .aboutSection__access__map::after {
      display: block;
      content: "";
      clear: both;
    }
    .aboutSection__access__map img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
.aboutSection__access__map > iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutSection__history {
  position: relative;
  background: #fff;
}
.aboutSection__history__item {
  position: relative;
}
.aboutSection__history__item:nth-child(even) {
  background: #f2f6f9;
}
@media screen and (min-width: 769px) {
  .aboutSection__history__item {
    padding: 15px 110px;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection__history__item {
    padding: 10px 20px 10px 60px;
    line-height: 1.7;
  }
}
.aboutSection__history__item::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #8ec31f;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .aboutSection__history__item::before {
    width: 16px;
    height: 16px;
    top: 21px;
    left: 58px;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection__history__item::before {
    width: 12px;
    height: 12px;
    top: 15px;
    left: 20px;
  }
}
.aboutSection__history__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #8ec31f;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .aboutSection__history__item:not(:last-child)::after {
    top: 25px;
    left: 67px;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection__history__item:not(:last-child)::after {
    top: 20px;
    left: 27px;
  }
}
@media screen and (min-width: 769px) {
  .aboutSection__history__item > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .aboutSection__history__item > dl > dt {
    width: 100px;
  }
}
@media screen and (min-width: 769px) {
  .aboutSection__history__item > dl > dd {
    width: calc(100% - 100px);
  }
}

@media screen and (min-width: 769px) {
  .managementList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .managementList {
    margin: 0 0 50px;
  }
}
.managementList__item {
  background: #f2f6f9;
}
@media screen and (min-width: 769px) {
  .managementList__item {
    width: 570px;
    margin: 58px 0 0;
  }
  .managementList__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .managementList__item {
    margin: 40px 0 0;
  }
  .managementList__item:first-child {
    margin-top: 0;
  }
}
.managementList__item__img {
  overflow: hidden;
  aspect-ratio: 190/121;
  width: 100%;
}
.managementList__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 190/121) {
  .managementList__item__img {
    position: relative;
  }
  .managementList__item__img::before {
    float: left;
    content: "";
    padding-top: 63.68%;
  }
  .managementList__item__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .managementList__item__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .managementList__item__cont {
    padding: 35px 40px;
  }
}
@media screen and (max-width: 768px) {
  .managementList__item__cont {
    padding: 20px;
  }
}
.managementList__item__cont .title > span {
  display: block;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .managementList__item__cont .title__label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .managementList__item__cont .title__label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .managementList__item__cont .title__handle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .managementList__item__cont .title__name {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .managementList__item__cont .title__name {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.managementList__item__cont .text {
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  .managementList__item__cont .text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .management .modTable__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .management .modTable__title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  .management .modTable__text {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .management .modTable__text {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .recruitDocument {
    margin: 120px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .recruitDocument {
    margin: 68px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .recruitDocument__box {
    width: 70%;
    margin: 0 auto;
  }
}
.recruitDocument__box__frame {
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
}
.recruitDocument__box__frame > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.recruitDocument__box__text {
  margin: 10px 0 0;
}

@media screen and (min-width: 769px) {
  .environmentSection {
    margin: 150px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .environmentSection {
    margin: 75px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .environmentSection__workLife {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -60px 0 0 -60px;
  }
}
@media screen and (min-width: 769px) {
  .environmentSection__workLife__item {
    width: calc(33.3333333333% - 60px);
    margin: 60px 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .environmentSection__workLife__item {
    margin: 40px 0 0;
  }
  .environmentSection__workLife__item:first-child {
    margin-top: 0;
  }
}
.environmentSection__workLife__item .img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .environmentSection__workLife__item .img {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .environmentSection__workLife__item .img {
    margin: 0 -20px 63px;
    padding: 0 40px 0 0;
  }
}
.environmentSection__workLife__item .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #8ec31f;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .environmentSection__workLife__item .img::after {
    top: 30px;
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .environmentSection__workLife__item .img::after {
    top: 40px;
    left: 40px;
  }
}
.environmentSection__workLife__item .img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.environmentSection__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.environmentSection__list__item:nth-child(odd) .img:after {
  left: auto;
}
@media screen and (min-width: 769px) {
  .environmentSection__list__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 60px 0 0;
  }
  .environmentSection__list__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .environmentSection__list__item:nth-child(odd) .img::after {
    right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .environmentSection__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 55px 0 0;
  }
  .environmentSection__list__item:first-child {
    margin-top: 0;
  }
  .environmentSection__list__item:nth-child(odd) .img {
    padding: 0 0 0 20px;
  }
  .environmentSection__list__item:nth-child(odd) .img::after {
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .environmentSection__list__item .cont {
    width: 570px;
  }
}
@media screen and (max-width: 768px) {
  .environmentSection__list__item .cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.environmentSection__list__item .img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .environmentSection__list__item .img {
    width: 570px;
  }
}
@media screen and (max-width: 768px) {
  .environmentSection__list__item .img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 -20px 40px;
    padding: 0 20px 0 0;
  }
}
.environmentSection__list__item .img::after {
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  position: absolute;
  background: #8ec31f;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .environmentSection__list__item .img::after {
    top: 50px;
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .environmentSection__list__item .img::after {
    top: 20px;
    left: 20px;
  }
}
.environmentSection__list__item .img img {
  max-width: 100%;
  height: auto;
}
.environmentSection__gallery {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .environmentSection__gallery {
    margin: -60px 0 0 -60px;
  }
}
@media screen and (max-width: 768px) {
  .environmentSection__gallery {
    margin: -20px 0 0 -20px;
  }
}
.environmentSection__gallery__item {
  float: left;
  overflow: hidden;
  aspect-ratio: 12/7;
}
.environmentSection__gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 12/7) {
  .environmentSection__gallery__item {
    position: relative;
  }
  .environmentSection__gallery__item::before {
    float: left;
    content: "";
    padding-top: 58.33%;
  }
  .environmentSection__gallery__item::after {
    display: block;
    content: "";
    clear: both;
  }
  .environmentSection__gallery__item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .environmentSection__gallery__item {
    width: calc(50% - 60px);
    margin: 60px 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .environmentSection__gallery__item {
    width: calc(50% - 20px);
    margin: 20px 0 0 20px;
  }
}
.environmentSection__gallery__item:first-child {
  width: 100%;
}
.environmentSection__gallery__item:nth-child(2) {
  overflow: hidden;
  aspect-ratio: 285/362;
}
.environmentSection__gallery__item:nth-child(2) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 285/362) {
  .environmentSection__gallery__item:nth-child(2) {
    position: relative;
  }
  .environmentSection__gallery__item:nth-child(2)::before {
    float: left;
    content: "";
    padding-top: 127.02%;
  }
  .environmentSection__gallery__item:nth-child(2)::after {
    display: block;
    content: "";
    clear: both;
  }
  .environmentSection__gallery__item:nth-child(2) img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.environmentSection__gallery__item:nth-child(n+5) {
  display: none;
}

@media screen and (min-width: 769px) {
  .interviewList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .interviewList__item {
    width: calc(50% - 60px);
    margin: 60px 0 0;
  }
  .interviewList__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .interviewList__item {
    margin: 50px 0 0;
  }
  .interviewList__item:first-child {
    margin-top: 0;
  }
}
.interviewList__item__inner {
  display: block;
}
@media screen and (min-width: 769px) {
  .interviewList__item__inner {
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
  }
  .interviewList__item__inner:hover {
    color: #8ec31f;
  }
  .interviewList__item__inner:hover .interviewList__item__img::after {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  .interviewList__item__inner:hover .interviewList__item__cont .modHeadingItem::after {
    background-image: url("/wp/wp-content/themes/recomot/assets/img/common/icon_blank_keycolor.svg");
  }
}
.interviewList__item__img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .interviewList__item__img {
    margin: 0 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .interviewList__item__img {
    margin: 0 -20px 40px;
    padding: 0 20px 0 0;
  }
}
.interviewList__item__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #8ec31f;
}
@media screen and (min-width: 769px) {
  .interviewList__item__img::after {
    top: 40px;
    right: -40px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
}
@media screen and (max-width: 768px) {
  .interviewList__item__img::after {
    top: 20px;
    right: -20px;
  }
}
.interviewList__item__img img {
  width: 100%;
  height: auto;
}
.interviewList__item__cont .modHeadingItem::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 10px;
  margin: 0 0 0 5px;
  background: url("/wp/wp-content/themes/recomot/assets/img/common/icon_blank.svg") no-repeat 0 0;
  background-size: 100%;
}
.interviewList__item__cont .data {
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .interviewList__item__cont .data {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.interviewList__item__cont .data__position {
  margin: 0 0 5px;
  font-weight: bold;
}

.newsSelect {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #8ec31f;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .newsSelect {
    min-width: 255px;
    height: 60px;
    margin: 0 0 40px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .newsSelect {
    min-width: 60%;
    height: 50px;
    margin: 0 0 30px;
  }
}
.newsSelect::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  border-bottom: 2px solid #8ec31f;
  border-right: 2px solid #8ec31f;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -4px;
}
.newsSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #8ec31f;
}
@media screen and (min-width: 769px) {
  .newsSelect select {
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .newsSelect select {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .newsSection + .newsSection {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .newsSection + .newsSection {
    margin: 30px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .policyList__item {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .policyList__item {
    margin: 40px 0 0;
  }
}
.policyList__item__title {
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .policyList__item__title {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .policyList__item__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 5px;
  }
}
.policyList__item__text > a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .policyList__item__text > a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  .policyList__item__subList .item {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .policyList__item__subList .item {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .policyList__item__subList .item__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .policyList__item__subList .item__title {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 2px;
  }
}
@media screen and (min-width: 769px) {
  .policyList__item .modTable {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .policyList__item .modTable {
    margin: 15px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .policyList__item .modTable__title {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  .policyList__item .modTable__text {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .policyText {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .policyText {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .policyLast {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .policyLast {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .policyLast__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .policyLast__logo {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .policySection {
    margin: 110px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .policySection {
    margin: 50px 0 0;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*# sourceMappingURL=style.css.map */