@charset "UTF-8";
/*
Theme Name: Original-rosebill
Author: Links Agency Inc.
Description: 専用のオリジナルテーマです。

★このCSSファイルは「scss」ファイルから自動生成されています。
修正の際は元の「scss」ファイルを開いて操作してください。

*/
/*========================================================*/
/* _common.scss  */
/*========================================================*/
html {
  font-size: 16px;
}
@media (min-width: 1681px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  html {
    font-size: 17.5px;
  }
}
@media (max-width: 1540px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 660px) {
  html {
    font-size: 13px;
  }
}

body {
  color: #343434;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: justify;
  font-family: "Lexend", "Noto Sans JP", "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 400;
}
@media (max-width: 1540px) {
  body {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
}

body:not(.home):not(.company) #content {
  margin-top: 70px;
}
@media (max-width: 768px) {
  body:not(.home):not(.company) #content {
    margin-top: 3rem;
  }
}

body main {
  margin-top: 90px;
}
@media (max-width: 660px) {
  body main {
    margin-top: 70px;
  }
}

body.company main {
  margin-top: 0;
}

/*---------------------------*/
/*幅など*/
/*---------------------------*/
.width-base {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1540px) {
  .width-base {
    max-width: 1150px;
  }
}
@media (max-width: 1280px) {
  .width-base {
    max-width: 90%;
  }
}

.cont-base {
  width: 80%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .cont-base {
    width: 90%;
  }
}

.mar-bt-l {
  margin-bottom: 70px;
}
@media (max-width: 660px) {
  .mar-bt-l {
    margin-bottom: 3rem;
  }
}

.mar-bt-m {
  margin-bottom: 40px;
}
@media (max-width: 660px) {
  .mar-bt-m {
    margin-bottom: 2rem;
  }
}

.mb-br {
  display: none;
}

.sentence {
  line-height: 1.8;
  margin: 2rem 0;
}

.sub-sentence {
  font-size: 0.875rem;
}

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

.hosoku {
  font-size: 0.85em;
  line-height: 1.5em;
}

ol {
  list-style: decimal;
  padding-left: 2em;
}

img {
  backface-visibility: hidden;
}

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*---------------------------*/
/*リンクまわり*/
/*---------------------------*/
@media (min-width: 531px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}
a {
  color: #343434;
  transition: background 0.5s ease, opacity 0.5s ease, color 0.5s ease;
}

a:hover {
  color: #00a496;
}

a.border,
a.gaibu {
  line-height: 1.5em;
}
a.border:hover,
a.gaibu:hover {
  color: #00a496;
}

a.border {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
  backface-visibility: hidden;
  transition: opacity 0.5s ease;
}

a .gaibu:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  background: url(assets/img/link-gaibu.svg) no-repeat;
  background-size: contain;
  vertical-align: -0.1em;
}

.link-btn a {
  display: block;
  width: 50%;
  max-width: 430px;
  padding: 1em 1.5em;
  background: #fff;
  border: solid 2px #00a496;
  line-height: 1;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
}
.link-btn a:hover {
  color: #fff;
  background: #00a496;
}
body.security .link-btn {
  margin-top: -60px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  body.security .link-btn a {
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  body.security .link-btn {
    margin-top: -20px;
    margin-bottom: 40px;
  }
  .link-btn a {
    width: 60%;
  }
}
@media (max-width: 660px) {
  .link-btn a {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .link-btn {
    margin-top: 2rem;
  }
  .link-btn a {
    padding: 1.5em;
    width: 80%;
  }
}

.banner-link {
  display: block;
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(32, 33, 36, 0.2);
  border: solid 2px #00a496;
}

hr[id] {
  display: block;
  margin-top: -120px;
  padding-top: 120px;
}

.link-list li {
  width: 30%;
  padding: 0.25em 0;
}
@media (max-width: 660px) {
  .link-list li {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .link-list li {
    width: 50%;
  }
}

/*---------------------------*/
/*SVGアイコン*/
/*---------------------------*/
.icon-circle-next {
  vertical-align: -0.15em;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
}
.icon-circle-next .circle-next {
  fill: #343434;
}
a .icon-circle-next .circle-next {
  transition: all 0.5s ease;
}
a:hover .icon-circle-next .circle-next {
  fill: #00a496;
}
body.security .link-btn a:hover .icon-circle-next .circle-next {
  fill: #fff;
}

/*---------------------------*/
/*タイトル周り*/
/*---------------------------*/
h2, h3, h4, h5 {
  font-weight: normal;
  letter-spacing: 2px;
}

.page-title {
  padding: 4rem 4.15vw 3rem;
  position: relative;
  z-index: -1;
}
.page-title:before {
  content: '';
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF2F1;
  z-index: -1;
}
.page-title:after {
  content: '';
  display: block;
  width: 25vw;
  height: 150%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("assets/img/bg-r-pk.svg") no-repeat;
  background-position: top right;
  background-size: contain;
  z-index: -1;
}
.page-title span {
  display: block;
}
.page-title .title-sub {
  color: #00a496;
  line-height: 1;
  font-family: "Lexend", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
}
.page-title .title-main {
  font-size: 1rem;
  line-height: 2em;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .page-title:after {
    height: 120%;
  }
}
@media (max-width: 1024px) {
  .page-title .title-sub {
    font-size: 4.5vw;
  }
}
@media (max-width: 768px) {
  .page-title {
    padding: 2.5rem 4.15vw 2rem;
  }
}
@media (max-width: 480px) {
  .page-title {
    font-size: 1.2rem;
    padding: 2rem 5% 1rem;
  }
  .page-title .title-sub {
    font-size: 1.8rem;
  }
}

.tt-big,
.tt-big-line {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #00a496;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .tt-big,
  .tt-big-line {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 480px) {
  .tt-big,
  .tt-big-line {
    letter-spacing: 0.05em;
  }
}

.tt-big-line {
  border-bottom: solid 2px #00a496;
  padding-bottom: 10px;
}
.tt-big-line .sub {
  font-size: 1.1rem;
  color: #343434;
  margin-left: 1em;
}
@media (max-width: 1024px) {
  .tt-big-line .sub {
    font-size: 0.9rem;
  }
}
@media (max-width: 660px) {
  .tt-big-line {
    padding-bottom: 5px;
  }
  .tt-big-line .sub {
    display: block;
    margin: 0;
  }
}

.tt-enja-set {
  color: #00a496;
}
.tt-enja-set span {
  display: block;
}
.tt-enja-set .en {
  font-size: 4rem;
  font-weight: 700;
  opacity: 0.3;
}
.tt-enja-set .ja {
  font-weight: 500;
}

.tt-m {
  font-size: 1.56rem;
  line-height: 1.5;
  font-weight: 500;
  color: #00a496;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .tt-m {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.tt-s {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  color: #00a496;
  margin-bottom: 1em;
}
.tt-s span {
  font-size: 0.9em;
}
@media (max-width: 1024px) {
  .tt-s {
    letter-spacing: 0.05em;
  }
}

.tt-sub {
  font-size: 0.9rem;
}

/*---------------------------*/
/*スクロールで要素をふわっと出す*/
/*---------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 45px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fadein.delay1 {
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.fadein.delay2 {
  transition-duration: 1s;
  transition-delay: 1s;
}

.fadein.delay3 {
  transition-duration: 1s;
  transition-delay: 1.5s;
}

.fadein.delay4 {
  transition-duration: 1s;
  transition-delay: 2s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*---------------------------*/
/*flex-box親の登録*/
/*---------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

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

.valign-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

/*========================================================*/
/* _header.scss  */
/*========================================================*/
.site-header {
  font-size: 0.9rem;
  font-weight: 500;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 4px 0 rgba(32, 33, 36, 0.1);
}
.site-header.hidden {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
}
.site-header.hidden.scrollout {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.site-header h1 {
  position: relative;
  z-index: 1;
}
.site-header h1 a {
  display: block;
  max-width: 340px;
  margin-left: 2.5vw;
}
@media (min-width: 1025px) {
  .site-header.hidden {
    background: rgba(255, 255, 255, 0.9);
  }
  .site-header.hidden h1 a {
    background: inherit;
    border-bottom-right-radius: none;
  }
}
@media (max-width: 1280px) {
  .site-header {
    font-size: 0.8rem;
  }
}
@media (max-width: 1540px) {
  .site-header h1 a {
    width: 22.5vw;
    min-width: 200px;
  }
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .site-header h1 a {
    width: 20vw;
  }
}

@media (max-width: 1024px) {
  .site-header {
    overflow: hidden;
  }
  .nav-open .site-header {
    overflow: inherit;
    position: fixed;
  }
  .site-header h1 a {
    margin-left: 4.15vw;
  }
}
@media (max-width: 660px) {
  .site-header {
    height: 70px;
  }
}
@media (max-width: 480px) {
  .site-header h1 a {
    width: 46vw;
    min-width: inherit;
  }
}

.head-wrap {
  width: 100%;
}
.head-wrap a {
  display: block;
  color: #343434;
}
.head-wrap a:hover {
  opacity: 1;
}

.head-btnset {
  margin-left: 1.2vw;
}
@media (max-width: 1024px) {
  .head-btnset {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .head-btnset {
    /*margin-right: calc(40px + 8.3vw);*/
  }
  .nav-open .head-btnset {
    width: 80%;
    margin-right: 0;
    margin-bottom: 3rem;
    animation: scale-down 0.5s ease;
  }
  .nav-open .head-btnset li {
    width: 48%;
  }
}
@media (max-width: 660px) {
  .nav-open .head-btnset {
    width: 100%;
  }
  body:not(.nav-open) .head-btnset {
    display: none;
  }
}

@keyframes scale-down {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.btn-qa a {
  display: block;
  padding: 0.8em 1em;
  background-color: #e24d4d;
  border: solid 1px #e24d4d;
  text-align: center;
  color: #fff !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.btn-qa a:hover {
  background-color: #ff6666;
  border-color: #ff6666;
}

.btn-saiyo {
  margin-right: 1em;
}
.btn-saiyo a {
  display: block;
  padding: 0.8em 1em;
  background-color: #fff;
  border: solid 1px #e24d4d;
  text-align: center;
  color: #e24d4d !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.btn-saiyo a:hover {
  background-color: #ff6666;
  border-color: #ff6666;
  color: #fff !important;
}

.gnav-sns .snsimg a {
  display: block;
}
body:not(.nav-open) .gnav-sns {
  margin-left: 1.2vw;
}
body:not(.nav-open) .gnav-sns .snsimg {
  margin: 0 0.5rem;
}
body:not(.nav-open) .gnav-sns img {
  width: 22px;
}
body.nav-open .gnav-sns .snsimg {
  margin: 0 1rem;
}
body.nav-open .gnav-sns .snsimg a {
  display: block;
}
body.nav-open .gnav-sns img {
  width: 30px;
}
@media (max-width: 1280px) {
  body:not(.nav-open) .gnav-sns .snsimg {
    margin: 0 0.4rem;
  }
  body:not(.nav-open) .gnav-sns .snsimg img {
    width: 20px;
  }
}
@media (max-width: 1024px) {
  body:not(.nav-open) .gnav-sns {
    margin-left: 2vw;
    margin-right: calc(40px + 6.3vw);
  }
}
@media (max-width: 660px) {
  body.nav-open .gnav-sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*== グローバルメニュー（画面サイズ：デスクトップのとき） ==*/
@media (min-width: 1025px) {
  .global-nav {
    line-height: 1;
    padding: 0 2vw 0 0;
  }
  .global-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 auto;
  }
  .global-nav .menu .mb-visible-menu {
    display: none;
  }
  .global-nav .menu > li {
    margin: 0 1.2vw;
    position: relative;
  }
  .global-nav .menu > li:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00a496;
    position: absolute;
    left: 0;
    top: 5px;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    transition: left 0.5s ease, opacity 0.5s ease;
  }
  .global-nav .menu > li:hover:after {
    left: 50%;
    opacity: 1;
  }
  .global-nav .menu > li > a {
    padding: 20px 0;
  }
  .global-nav .hb-menu {
    display: none;
  }

  .global-nav__inner .menu > li.parent .mb {
    display: none;
  }

  #menu-global .sub-menu,
  #menu-global-effort .sub-menu {
    font-size: 0.9em;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 16vw;
    max-width: 250px;
    background: #f0f0f0;
    transition: opacity 0.5s ease;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  #menu-global .sub-menu li,
  #menu-global-effort .sub-menu li {
    width: 100%;
  }
  #menu-global .sub-menu li a, #menu-global-effort .sub-menu li a {
    padding: 20px 0;
    text-align: center;
    width: 100%;
    transition: opacity 0.5s ease, background 0.5s ease;
    color: #343434;
  }
  body.home #menu-global .sub-menu li a,
  body.home #menu-global-effort .sub-menu li a {
    color: #343434;
  }
  #menu-global .sub-menu li a:hover,
  #menu-global-effort .sub-menu li a:hover {
    background: #00a496;
    color: #fff !important;
  }
  #menu-global .menu-item-has-children:hover .sub-menu,
  #menu-global-effort .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }

  .menu-trigger {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .global-nav .menu > li {
    margin: 0 1vw;
  }
}
/* == ハンバーガーメニュー（画面サイズ：md以下のとき）==*/
@media (max-width: 1024px) {
  .menu-trigger {
    position: absolute;
    top: 24px;
    right: 4.15vw;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-trigger .txt-menu {
    display: inline-block;
    color: #00a496;
    font-size: 12px;
    line-height: 1;
    transition: color 0.5s ease;
  }

  .menu-trigger-inner {
    position: relative;
    width: 35px;
    height: 22px;
    z-index: 1000;
    margin-bottom: 10px;
  }

  .hamburger-line {
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00a496;
    transition: all 0.5s ease;
  }

  .menu-trigger .line-1 {
    top: 0%;
  }

  .menu-trigger .line-2 {
    top: 50%;
  }

  .menu-trigger .line-3 {
    top: 100%;
  }

  /* 表示された時用のCSS */
  .nav-open .menu-trigger {
    position: fixed;
  }
  .nav-open .menu-trigger .line-1 {
    top: 50%;
    transform: rotate(135deg);
  }
  .nav-open .menu-trigger .line-2 {
    width: 0;
    opacity: 0;
  }
  .nav-open .menu-trigger .line-3 {
    top: 50%;
    transform: rotate(45deg);
  }
  .nav-open .menu-trigger .txt-menu em {
    display: none;
  }
  .nav-open .menu-trigger .txt-menu:before {
    content: "CLOSE";
    display: inline-block;
  }

  /* 開いたメニューのスタイル */
  .nav-open .global-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: opacity 0.5s ease;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 150px 15vw 0;
    background-color: #E5F7F4;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 1.2rem;
  }
  .nav-open .global-nav a:hover {
    color: #00a496;
  }
  .global-nav .pc-menu {
    display: none;
  }

  .global-nav__inner {
    display: block;
    width: 80%;
    margin-bottom: 3rem;
    position: absolute;
    top: -100vw;
    right: -200vw;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .nav-open .global-nav__inner {
    line-height: 2;
    position: static;
    opacity: 1;
    transform: scale(1);
  }
  .global-nav__inner .menu > li:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 3rem;
  }
  .global-nav__inner .menu > li:not(:first-of-type) {
    margin-left: 0;
  }
  .global-nav__inner .menu > li > a {
    font-size: 1.3rem;
    letter-spacing: 3px;
    position: relative;
    border-bottom: solid 1px #00a496;
  }
  .global-nav__inner .menu > li > a:after {
    content: "";
    display: inline-block;
    background: url("assets/img/icon-next.svg") no-repeat;
    width: 0.5rem;
    height: 0.7rem;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .global-nav__inner .menu > li.parent .pc {
    display: none;
  }
  .global-nav__inner .menu > li.parent .mb {
    display: inline-block;
  }
  .global-nav__inner .menu > li.parent > a {
    pointer-events: none;
  }
  .global-nav__inner .menu > li.parent > a:after {
    content: none;
  }
  .global-nav__inner .sub-menu {
    margin-top: 20px;
  }
  .global-nav__inner .sub-menu > li {
    position: relative;
  }
  .global-nav__inner .sub-menu > li:not(:last-of-type) a {
    padding-bottom: 10px;
  }
  .global-nav__inner .sub-menu > li > a {
    padding-left: 15px;
    padding-right: 35px;
  }
  .global-nav__inner .sub-menu > li > a:after {
    content: "";
    display: inline-block;
    background: url("assets/img/icon-next.svg") no-repeat;
    width: 0.5rem;
    height: 0.7rem;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .global-nav__inner .sub-menu .hidden-menu {
    display: none !important;
  }
}
@media (max-width: 660px) {
  .nav-open .global-nav {
    display: block;
    width: 100vw;
    padding: 90px 7vw 70px;
    font-size: 1.1rem;
  }
  .nav-open .global-nav:before {
    width: 70%;
    max-width: 340px;
  }

  .global-nav__inner {
    width: 100%;
  }
  .global-nav__inner .sub-menu {
    margin-top: 12px;
  }
  .global-nav__inner .sub-menu > li:not(:last-of-type) a {
    padding-bottom: 5px;
  }

  .menu-trigger {
    top: 17px;
  }
  .menu-trigger .txt-menu {
    font-size: 10px;
  }

  .menu-trigger-inner {
    width: 30px;
    height: 20px;
  }
}
@media (max-width: 375px) {
  .nav-open .global-nav {
    padding-top: 80px;
  }
}
/*========================================================*/
/* _footer.scss  */
/*========================================================*/
#site-footer {
  margin-top: -1px;
  padding-top: 4rem;
  font-size: 0.9rem;
  background: url("assets/img/foot-bg.png") no-repeat #fff;
  background-position: bottom center;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  #site-footer {
    font-size: 1rem;
  }
}
@media (max-width: 660px) {
  #site-footer {
    padding-top: 0;
    padding-bottom: 4rem;
    font-size: 1.1rem;
  }
}

.foot-logobox {
  margin-bottom: 4em;
}
.foot-logobox .footlogo {
  margin-right: auto;
  width: 40%;
  max-width: 340px;
}
@media (min-width: 1025px) {
  .foot-logobox {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .foot-logobox {
    margin-bottom: 2em;
  }
}
@media (max-width: 660px) {
  .foot-logobox .footlogo {
    margin: auto;
    width: 65%;
    max-width: 260px;
  }
}

@media (max-width: 660px) {
  .foot-btnset {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  #site-footer .foot-btnset {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .foot-btnset li {
    margin: 0;
    width: 50%;
  }
}

.foot-box {
  margin-bottom: 1rem;
}

.foot-box-r {
  width: 45%;
}
.foot-box-r .foot-nav {
  width: calc(100% - 181px);
}
@media (max-width: 1280px) {
  .foot-box-r .foot-nav {
    width: calc(100% - 151px);
  }
}
@media (max-width: 1024px) {
  .foot-box-r {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .foot-box-r {
    margin: 1rem 0;
  }
  .foot-box-r .foot-nav {
    display: none;
  }
}

.sns-set {
  width: 180px;
  padding-left: 3rem;
}
.sns-set dt {
  margin-bottom: 0.5em;
  font-weight: 600;
}
.sns-set .snsimg {
  margin: 0.8rem 0;
  font-size: 0.9em;
}
.sns-set .snsimg a {
  display: block;
}
.sns-set img {
  width: 26px;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: -0.5rem;
}
.sns-set img.youtube {
  vertical-align: -0.3rem;
}
@media (max-width: 1280px) {
  .sns-set {
    width: 150px;
    padding-left: 2rem;
  }
}
@media (max-width: 660px) {
  .sns-set {
    width: inherit;
    padding-left: 0;
    text-align: center;
  }
  .sns-set .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sns-set .snsimg {
    margin: 1rem auto 1rem;
    width: 9em;
    text-align: left;
  }
}

.foot-box-l {
  width: 50%;
  line-height: 1.5;
}
.foot-box-l .tel {
  margin-right: 2em;
  overflow: hidden;
}
.foot-box-l .tel dt {
  float: left;
  clear: left;
}
.foot-box-l .tel dd {
  float: left;
}
@media (max-width: 1024px) {
  .foot-box-l {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .foot-box-l .float-wrap {
    display: block;
  }
  .foot-box-l .open {
    overflow: hidden;
    font-size: 0.9em;
    margin-top: 1em;
  }
  .foot-box-l .open dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  .foot-box-l .open dd {
    float: left;
  }
}
@media (max-width: 660px) {
  .foot-box-l .tel {
    margin-right: inherit;
    overflow: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot-box-l .tel dt, .foot-box-l .tel dd {
    float: none;
    width: 50%;
  }
  .foot-box-l .tel dt {
    text-align: right;
    padding-right: 0.5em;
  }
  .foot-box-l .open {
    display: flex;
    justify-content: center;
  }
  .foot-box-l .open dt, .foot-box-l .open dd {
    float: none;
  }
}
@media (max-width: 480px) {
  .foot-box-l {
    letter-spacing: 0;
    font-size: 1.1rem;
  }
}

.certify {
  margin-top: 2em;
}
.certify .certify-tt {
  width: 100%;
  margin-bottom: 1em;
}
.certify dt {
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #00a496;
}
.certify dd {
  letter-spacing: 0;
  font-size: 0.9em;
}
.certify dd:first-of-type {
  margin-bottom: 0.5em;
}
.certify .mark {
  background: #fff;
  padding: 0 7px;
  display: inline-block;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.certify .mark img {
  max-width: 280px;
}
@media (max-width: 1024px) {
  .certify {
    margin-bottom: 2em;
  }
  .certify .certify-tt {
    width: inherit;
  }
}
@media (max-width: 660px) {
  .certify {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .certify .mb-br {
    display: block;
  }
  .certify .mark img {
    max-width: 250px;
  }
}

#menu-foot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#menu-foot-nav > li {
  width: 50%;
}
#menu-foot-nav > li > a {
  display: block;
  border-bottom: solid 1px #00a496;
  margin-bottom: 1em;
  font-weight: 600;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
}
#menu-foot-nav > li:not(:last-of-type) {
  margin-right: 2rem;
}
#menu-foot-nav .sub-menu {
  font-size: 0.9em;
  padding-left: 0.5em;
}
@media (max-width: 1540px) {
  #menu-foot-nav .sub-menu li {
    margin: 0.5em 0;
  }
}

.site-info {
  text-align: center;
  padding-bottom: 1em;
}
.site-info .pp-link {
  font-size: 0.8em;
}
@media (max-width: 660px) {
  .site-info .pp-link,
  .site-info small {
    font-size: 0.9em;
    line-height: 2;
  }
}

/*========================================================*/
/* _pages.scss  */
/*========================================================*/
/*---------------------------*/
/*各ページ共通*/
/*---------------------------*/
@keyframes fadein {
  0% {
    transform: translate(0, 50%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.keyf-fadein {
  animation: fadein 1.5s ease 0s forwards;
  opacity: 0;
}
.keyf-fadein.delay1 {
  animation-delay: 0.5s;
}
.keyf-fadein.delay2 {
  animation-delay: 1s;
}
.keyf-fadein.delay3 {
  animation-delay: 1.5s;
}
.keyf-fadein.delay4 {
  animation-delay: 2s;
}

#pagetop {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: url("assets/img/icon-gotop-off.svg") no-repeat rgba(255, 255, 255, 0.6);
  background-size: 60%;
  background-position: center 12px;
  position: fixed;
  right: 64px;
  bottom: 64px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50%);
  z-index: 3;
  transition: background-color 0.3s ease-out;
}
#pagetop.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#pagetop:hover {
  background-color: rgba(98, 201, 174, 0.8);
  background-image: url("assets/img/icon-gotop.svg");
}
@media (max-width: 1280px) {
  #pagetop {
    width: 50px;
    height: 50px;
    right: 45px;
    bottom: 45px;
  }
}
@media (max-width: 768px) {
  #pagetop {
    right: 4.15vw;
  }
}
@media (max-width: 660px) {
  #pagetop {
    bottom: 52px;
  }
}
@media (max-width: 480px) {
  #pagetop {
    right: 2vw;
    width: 45px;
    height: 45px;
    background-position: center 10px;
  }
}

.bgwhite {
  background: #fff;
  padding-bottom: 5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 660px) {
  .bgwhite {
    padding-bottom: 3rem;
  }
}

.bg-gy {
  background: #F5F5F5;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .bg-gy {
    padding: 3rem 0;
  }
}

.bg-pk {
  background: #FFF2F1;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .bg-pk {
    padding: 3rem 0;
  }
}

.bg-gr {
  background: #E5F7F4;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .bg-gr {
    padding: 3rem 0;
  }
}

#indextop {
  visibility: hidden;
  opacity: 0;
  top: 50%;
  right: 0;
  z-index: 99;
  transform: translateY(0);
  transition: visibility 0.5s ease-out, transform 0.5s ease-out, opacity 0.5s ease-out;
}
#indextop.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  #indextop {
    display: none;
  }
}

.g_index {
  line-height: 1.2;
  letter-spacing: 0.1em;
  background: #fff;
  padding: 2em 1em;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: fixed;
  list-style-type: none;
}
.g_index dt {
  color: #00a496;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.g_index dd {
  width: 8em;
  font-size: 0.9em;
  margin-bottom: 0.8em;
  font-weight: 500;
}
.g_index dd a {
  display: block;
  position: relative;
}
.g_index dd a:after {
  content: '';
  display: inline-block;
  width: 0.4em;
  height: 0.8em;
  background: url("assets/img/icon-next.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .g_index dd {
    font-size: 0.8em;
  }
}
@media (max-width: 1024px) {
  .g_index {
    display: none;
  }
}

.service-index {
  font-size: 1.57rem;
  margin-bottom: 70px;
}
.service-index dt {
  color: #00a496;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 1em;
}
.service-index dd {
  font-size: 0.76em;
  margin-right: 2em;
  margin-bottom: 0.8em;
  letter-spacing: 0.25em;
  font-weight: 500;
}
.service-index dd:before {
  content: '';
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background: #00a496;
  border-radius: 50%;
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .service-index {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 3rem;
  }
}
@media (max-width: 660px) {
  .service-index {
    font-size: 1.5rem;
  }
  .service-index dd {
    letter-spacing: 0.1em;
  }
}

.servise-nav .inner {
  padding: 2rem 0;
  box-shadow: 0 3px 6px 0 rgba(32, 33, 36, 0.2);
  background-color: #fff;
}

.servise-nav-list {
  width: 80%;
  min-width: 610px;
  margin: auto;
}
.servise-nav-list li {
  margin: 0.5rem 4rem 0.5rem 0;
}
.servise-nav-list li:nth-child(5) {
  margin-right: 0;
}
.servise-nav-list .cleaning {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
.servise-nav-list .security {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
}
.servise-nav-list .support {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}
.servise-nav-list .hygiene {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}
.servise-nav-list .management {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5;
}
body.facility-cleaning .servise-nav-list li.cleaning a, body.security .servise-nav-list li.security a, body.facility-management .servise-nav-list li.management a, body.facility-hygiene .servise-nav-list li.hygiene a, body.support-service .servise-nav-list li.support a {
  color: #00a496;
  opacity: 0.7;
  pointer-events: none;
}
body.facility-cleaning .servise-nav-list li.cleaning a .icon-circle-next .circle-next, body.security .servise-nav-list li.security a .icon-circle-next .circle-next, body.facility-management .servise-nav-list li.management a .icon-circle-next .circle-next, body.facility-hygiene .servise-nav-list li.hygiene a .icon-circle-next .circle-next, body.support-service .servise-nav-list li.support a .icon-circle-next .circle-next {
  fill: #00a496;
}
@media (max-width: 1024px) {
  .servise-nav-list li {
    margin: 0.5rem 6.5vw 0.5rem 0;
  }
}
@media (max-width: 880px) {
  .servise-nav-list {
    width: 85%;
    min-width: inherit;
  }
  .servise-nav-list li {
    margin: 0.5rem 4vw 0.5rem 0;
  }
}
@media (max-width: 660px) {
  .servise-nav-list {
    width: 90%;
    max-width: 410px;
  }
  .servise-nav-list li {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 1 !important;
    order: inherit !important;
    margin-right: 2em;
  }
  .servise-nav-list li:nth-child(5) {
    margin-right: 2em;
  }
}
@media (max-width: 480px) {
  .servise-nav-list {
    width: 75%;
  }
  .servise-nav-list li {
    width: 100%;
    margin-right: 0 !important;
  }
}

.read-text,
.main-text {
  line-height: 1.8;
}

.main-text {
  margin-bottom: 1.8em;
}

.box-index {
  font-weight: 500;
  position: relative;
}
.box-index .title {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.box-index .title:after {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.6em;
}
.box-index .title.eisei:after {
  background-image: url("assets/img/icon-build.png");
}
.box-index .title.setubi:after {
  background-image: url("assets/img/icon-tool.png");
}
.box-index .inpage .title {
  width: 50%;
  text-align: center;
  border-style: solid;
  border-color: #00a496;
  border-width: 3px 3px 0 3px;
  padding: 0.5rem 0;
}
.box-index .inpage:nth-of-type(2) .title {
  margin-left: auto;
}
.box-index .inpage a {
  display: block;
  width: 47%;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(32, 33, 36, 0.2);
}
.box-index .inpage a:nth-of-type(-n+2) {
  margin-bottom: 2rem;
}
.box-index .outpage {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.box-index .outpage:first-of-type {
  right: inherit;
  left: 0;
}
.box-index .outpage .title {
  text-align: center;
  display: block;
  padding: 0.5rem 0;
  background: #DDDDDD;
  border-top: solid 3px #DDDDDD;
  color: #fff;
  transition: background-color 0.5s ease, border-top-color 0.5s ease, opacity 0.5s ease;
}
.box-index .outpage .title:after {
  opacity: 0.5;
}
.box-index .outpage .title:hover {
  border-top-color: #00a496;
  background-color: #00a496;
}
.box-index .outpage .title:hover:after {
  opacity: 1;
}
.box-index .outpage .title:hover.eisei:after {
  background-image: url("assets/img/icon-build-wh.png");
}
.box-index .outpage .title:hover.setubi:after {
  background-image: url("assets/img/icon-tool-wh.png");
}
@media (max-width: 1024px) {
  .box-index .title {
    font-size: 1.1rem;
    letter-spacing: inherit;
  }
  .box-index .inpage .title {
    border-width: 2px 2px 0 2px;
  }
  .box-index .inpage a {
    width: 48%;
  }
  .box-index .outpage .title {
    border-width: 2px;
  }
}
@media (min-width: 661px) {
  .box-index .inpage.column3 a {
    width: calc(97% / 3);
    margin-bottom: 0;
  }
}
@media (min-width: 661px) and (max-width: 1024px) {
  .box-index .inpage.column3 a {
    font-size: 0.9em;
  }
}

@media (max-width: 660px) {
  .box-index .inpage a {
    box-shadow: 0 2px 5px 0 rgba(32, 33, 36, 0.2);
  }
  .box-index .inpage a:nth-of-type(-n+2) {
    margin-bottom: 1rem;
  }
  .box-index .title {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .box-index .title {
    letter-spacing: 0;
  }
  .box-index .title:after {
    content: none;
  }
  .box-index .title:before {
    content: '';
    display: block;
    width: 3em;
    height: 3em;
    margin: auto auto 0.25rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: -0.6em;
  }
  .box-index .title.eisei:before {
    background-image: url("assets/img/icon-build.png");
  }
  .box-index .title.setubi:before {
    background-image: url("assets/img/icon-tool.png");
  }
  .box-index .inpage .title {
    border-width: 1.5px 1.5px 0 1.5px;
  }
  .box-index .outpage .title {
    border-width: 1.5px;
  }
  .box-index .outpage .title:before {
    opacity: 0.5;
  }
}

.box-index-inner {
  border-top: solid 3px #00a496;
  padding-top: 2rem;
}
@media (max-width: 1024px) {
  .box-index-inner {
    border-width: 2px;
  }
}
@media (max-width: 660px) {
  .box-index-inner {
    padding-top: 1rem;
  }
}
@media (max-width: 480px) {
  .box-index-inner {
    border-width: 1.5px;
  }
}

.box-link img {
  width: 100%;
  height: 195px;
}
.box-link dt p {
  font-size: 1.3em;
  margin-top: 1rem;
  padding-left: 1rem;
}
.box-link dd {
  padding: 1rem;
}
@media (max-width: 1024px) {
  .box-link img {
    height: 175px;
  }
  .box-link dd {
    padding: 0.6rem;
  }
}
@media (max-width: 660px) {
  .box-link img {
    height: 24vw;
  }
}
@media (max-width: 480px) {
  .box-link dt p {
    font-size: 1.1rem;
  }
  .box-link dd {
    padding: 0.6rem;
  }
}

.cycle {
  line-height: 1;
  color: #00a496;
  font-weight: 500;
}
.service-sec .cycle {
  margin-bottom: 1rem;
}
.cycle .cycle-tt,
.cycle .period,
.cycle .number,
.cycle .month {
  display: inline-block;
}
.cycle .cycle-tt {
  background: #00a496;
  padding: 0.8em 0;
  width: 35%;
  max-width: 100px;
  margin-right: 0.5rem;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}
.cycle .number {
  font-size: 1.9em;
  letter-spacing: -0.1em;
}
.cycle .month {
  font-size: 1.5em;
  margin-right: 0.5rem;
  letter-spacing: -0.1em;
}
@media (max-width: 768px) {
  .cycle .cycle-tt {
    margin-right: 0.25rem;
  }
}
@media (max-width: 660px) {
  .cycle {
    letter-spacing: 0;
  }
  .cycle .cycle-tt {
    padding: 1em 0;
  }
  .cycle .cycle-tt .pc-br {
    display: none;
  }
  .cycle .number {
    font-size: 1.8em;
  }
  .cycle .month {
    font-size: 1em;
    margin-right: 0;
    letter-spacing: inherit;
  }
}
@media (min-width: 481px) {
  .service-sec .cycle {
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
  .cycle .cycle-tt {
    font-size: 0.7em;
    width: 42%;
  }
  .cycle .number {
    font-size: 1.4em;
  }
}
@media (max-width: 375px) {
  .cycle .number {
    font-size: 1.3em;
  }
}

.service-qa {
  width: 90%;
  max-width: 695px;
  margin: 50px auto 30px;
}
.service-qa dt {
  color: #00a496;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}
.service-qa dt:last-of-type {
  margin-bottom: 1em;
}
.service-qa dd {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 0.8em;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .service-qa dd {
    font-size: 1rem;
  }
}
@media (max-width: 660px) {
  .service-qa {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .service-qa {
    margin: 2em auto;
  }
  .service-qa dt {
    font-size: 1.2rem;
  }
}

.g_t {
  background-image: url(assets/img/bg-naname.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 630px;
  padding-top: 1rem;
}
@media (min-width: 2180px) {
  .g_t {
    background-size: 100% auto;
  }
}
@media (max-width: 1024px) {
  .g_t {
    background-size: auto 64vw;
  }
}
@media (max-width: 768px) {
  .g_t {
    background-size: auto 70vw;
  }
}
@media (max-width: 660px) {
  .g_t {
    background-size: auto 80vw;
  }
}
@media (max-width: 480px) {
  .g_t {
    background-size: auto 85vw;
  }
}

.bg-naname-r {
  background-image: url(assets/img/bg-naname-repaat.svg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: auto 900px;
  padding-top: 1rem;
}
@media (min-width: 1281px) {
  .bg-naname-r {
    background-size: auto 1000px;
  }
}
@media (min-width: 2421px) {
  .bg-naname-r {
    background-size: 100% auto;
  }
}
@media (max-width: 1024px) {
  .bg-naname-r {
    background-size: auto 940px;
  }
}
@media (max-width: 768px) {
  .bg-naname-r {
    background-size: auto 840px;
  }
}
@media (max-width: 660px) {
  .bg-naname-r {
    background-size: auto 650px;
  }
}
@media (max-width: 480px) {
  .bg-naname-r {
    background-size: auto 450px;
  }
}

.g_cate_img {
  border: solid 1px #EEEEEE;
}

.box-area {
  margin-top: 4rem;
}

.shadow-box {
  padding: 2rem 3rem;
  box-shadow: 0 3px 6px 0 rgba(32, 33, 36, 0.2);
  background-color: #fff;
}
@media (max-width: 660px) {
  .shadow-box {
    padding: 2rem;
  }
}
@media (max-width: 480px) {
  .shadow-box {
    padding: 2rem 1.5rem;
    box-shadow: 0 0 4px 0 rgba(32, 33, 36, 0.2);
  }
}

.box-text {
  font-size: 1.1rem;
}

/*業務テーブル*/
.service-merit {
  margin: 2rem auto;
  background-color: #fff;
  line-height: 1;
}
.service-merit dt {
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  font-weight: 600;
}
.service-merit dd {
  border: 1px solid #DDDDDD;
  margin-bottom: 1em;
}

.merit_count {
  width: 120px;
  padding: 1rem 1rem 1rem 0;
  text-align: center;
  font-size: 2rem;
}
.merit_count span {
  display: block;
}
.merit_count span:first-child {
  font-size: 0.4em;
  font-weight: 600;
  margin-bottom: 0.25em;
  padding-left: 0.4em;
}
.merit_count span:last-child {
  letter-spacing: -6px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .merit_count {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .merit_count {
    width: 60px;
    padding: 1rem 0.4rem 1rem 0;
    font-size: 1.7rem;
  }
}

.merit_tt {
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 0 1em 0 1.5em;
  width: calc(100% - 121px);
}
@media (max-width: 768px) {
  .merit_tt {
    width: calc(100% - 101px);
  }
}
@media (max-width: 480px) {
  .merit_tt {
    font-size: 1.1rem;
    padding: 0 1em;
    width: calc(100% - 61px);
  }
  .merit_tt .mb-br {
    display: block;
  }
}

.naname_b {
  position: relative;
}
.naname_b:after {
  content: "";
  width: 1px;
  height: 110%;
  display: block;
  background: #DDDDDD;
  position: absolute;
  top: -5%;
  right: 0;
  transform: rotate(25deg);
}
@media (max-width: 480px) {
  .naname_b:after {
    transform: rotate(20deg);
  }
}

.merit_tx {
  padding: 20px;
  line-height: 1.8;
}
.merit_tx .hosoku {
  margin-top: 1em;
}
@media (max-width: 480px) {
  .merit_tx {
    line-height: 1.6;
  }
}

/*---------------------------*/
/*会社概要*/
/*---------------------------*/
.daihyo-img {
  height: 100vh;
  position: relative;
}
.daihyo-img:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(assets/img/daihyo.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  animation: bg_anime-pc 1.5s ease-out forwards;
}
body.vertical .daihyo-img {
  height: 70.5vw;
}
body.vertical .daihyo-img:before {
  height: 70vw;
}
@media (max-width: 660px) {
  .daihyo-img:before {
    animation: bg_anime-mb 1.5s ease-out forwards;
  }
  body.vertical .daihyo-img {
    height: 90.5vw;
  }
  body.vertical .daihyo-img:before {
    height: 90vw;
  }
}
@media (max-width: 480px) {
  .daihyo-img:before {
    background-image: url(assets/img/daihyo-mb.jpg);
  }
}

@keyframes bg_anime-pc {
  from {
    transform: matrix(1.8, 0, 0, 1.8, 0, 0);
    opacity: 0;
  }
  to {
    transform: matrix(1.01, 0, 0, 1.01, 0, 0);
    opacity: 1;
  }
}
@keyframes bg_anime-mb {
  0% {
    opacity: 0;
    background-position: bottom right;
  }
  100% {
    opacity: 1;
    background-position: bottom left;
  }
}
.message_base {
  font-size: 1.1rem;
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.9);
}
.message_base p {
  line-height: 2;
  margin-bottom: 3em;
}
.message_base .mission {
  margin-bottom: 3em;
  padding-left: 1em;
}
.message_base .mission li {
  margin-bottom: 1em;
}
@media (min-width: 1541px) {
  .message_base {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .message_base br {
    display: none;
  }
}
@media (max-width: 480px) {
  .message_base {
    font-size: 1.2rem;
    padding: 40px 0;
  }
  .message_base .mission {
    padding-left: 0;
  }
}

.tt-name_box {
  position: relative;
  margin-bottom: 2rem;
}
.tt-name_box .ja {
  display: block;
  font-weight: 500;
  text-align: right;
  color: #00a496;
  font-size: 1.85rem;
  letter-spacing: 0.15em;
}
.tt-name_box .en {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1em;
  font-weight: 600;
  position: absolute;
  top: 1rem;
  right: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .tt-name_box .ja {
    font-size: 1.7rem;
  }
  .tt-name_box .en {
    font-size: 5.5vw;
  }
}
@media (max-width: 660px) {
  .tt-name_box {
    margin-bottom: 0;
  }
  .tt-name_box .ja {
    font-size: 1.1rem;
  }
}

.name_box {
  padding: 2rem;
  width: 35%;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0;
  bottom: 10%;
  animation: fadein 1.5s ease 0.5s forwards;
  opacity: 0;
}
@media (max-width: 1280px) {
  .name_box {
    bottom: 5%;
  }
}
@media (max-width: 1024px) {
  .name_box {
    width: 45%;
  }
}
@media (max-width: 660px) {
  .name_box {
    width: 55%;
    padding: 1rem;
  }
}

.daihyo-name .katagaki {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
}
@media (max-width: 660px) {
  .daihyo-name .katagaki {
    font-size: 1.1rem;
  }
}

.name-sign {
  width: 70%;
  max-width: 294px;
}
@media (max-width: 660px) {
  .name-sign {
    max-width: 190px;
  }
}

.tt-message {
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .tt-message {
    font-size: 2.6rem;
  }
}
@media (max-width: 660px) {
  .tt-message {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .tt-message {
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
  }
  .tt-message .mb-br {
    display: block;
  }
}

.signset {
  margin-left: auto;
  margin-bottom: 80px;
  width: 35%;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.signset .corp {
  font-size: 1.1rem;
}
.signset .katagaki {
  margin-bottom: 1em;
}
.signset img {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .signset {
    width: 45%;
  }
}
@media (max-width: 660px) {
  .signset {
    width: 55%;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .signset {
    width: 70%;
  }
}

.shakun-img {
  padding: 100px 0;
  border-top: solid 1px #ddd;
}
.shakun-img img {
  width: 44%;
}
@media (max-width: 1024px) {
  .shakun-img {
    padding-bottom: 0;
  }
}
@media (max-width: 660px) {
  .shakun-img {
    padding: 50px 0;
  }
}

.company-sec {
  padding: 70px 0;
}
.company-sec.access-sec {
  padding-top: 0;
}
@media (max-width: 768px) {
  .company-sec {
    padding: 3rem 0;
  }
}

.com_table {
  width: 100%;
}
.com_table th, .com_table td {
  padding: 1em 0;
  border-bottom: solid 1px #DDDDDD;
}
.com_table th {
  width: 20%;
}
.com_table td {
  padding-left: 1em;
}
.green-sec .com_table th {
  color: #00a496;
  font-size: 1.2rem;
}
@media (max-width: 660px) {
  .com_table th {
    width: 22%;
  }
}

.mapbox {
  font-size: 1.1rem;
}
.mapbox:not(:last-child) {
  margin-bottom: 3em;
}
.mapbox dt {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.mapbox .googlemap {
  margin-top: 1rem;
}
@media (max-width: 480px) {
  .mapbox .googlemap iframe {
    height: 300px;
  }
}

.green-sec {
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.green-sec:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background-color: #E5F7F4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.green-sec .cont-base {
  position: relative;
}
.green-sec .cont-base:before {
  content: '';
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: -70px;
  right: 0;
  background: url("assets/img/bg-r-gr.svg") no-repeat;
  background-position: top right;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1024px) {
  .green-sec .cont-base:before {
    width: 28vw;
    height: 28vw;
  }
}
@media (max-width: 768px) {
  .green-sec {
    padding: 3rem 0;
  }
  .green-sec .cont-base:before {
    top: -3rem;
    width: 37vw;
    height: 37vw;
  }
}

/*---------------------------*/
/*資格者一覧*/
/*---------------------------*/
.sec-stepup {
  padding: 0;
}
.sec-stepup .wh-mask {
  position: relative;
  z-index: 1;
}
.sec-stepup .wh-mask:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: -1;
}
.sec-stepup .tt-enja-set:before {
  top: 0;
  height: 45%;
}
.sec-stepup .shadow-box-wrap:before {
  bottom: 0;
}
@media (max-width: 1024px) {
  .sec-stepup .tt-enja-set {
    margin-bottom: 1rem;
  }
}
@media (max-width: 660px) {
  .sec-stepup .tt-enja-set {
    margin-bottom: 3rem;
  }
}

.stepup-outer {
  position: relative;
}
.stepup-outer:before {
  content: "";
  display: block;
  width: 84px;
  height: 124px;
  background: url("assets/img/illust-man.png") center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-55%);
  z-index: 3;
}
.stepup-outer:after {
  content: "";
  display: block;
  width: 8.75rem;
  height: 6.25rem;
  background: url("assets/img/illust-step.png") center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(1rem);
  z-index: 1;
}
@media (max-width: 1024px) {
  .stepup-outer:before {
    transform: translateY(-45%);
  }
}
@media (max-width: 660px) {
  .stepup-outer:before {
    content: none;
  }
  .stepup-outer:after {
    width: 130px;
    height: 94px;
  }
}
@media (max-width: 480px) {
  .stepup-outer:after {
    width: 28vw;
    height: 20vw;
  }
}

.stepup-list {
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: -3rem;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
}
.stepup-list h4 {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
.stepup-list p {
  font-size: 0.8125rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .stepup-list {
    overflow-x: scroll;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .stepup-list h4 {
    font-size: 1.3rem;
  }
  .stepup-list p {
    font-size: 1rem;
  }
}
@media (max-width: 660px) {
  .stepup-list {
    margin-top: -5rem;
    margin-bottom: 4rem;
    padding-top: 4rem;
  }
}

.stepup-list li {
  width: 31%;
}
.stepup-list li.step1 {
  margin-top: 4rem;
}
.stepup-list li.step2 {
  margin-top: 2rem;
}
.stepup-list li:nth-child(-n+2) .step-box {
  position: relative;
}
.stepup-list li:nth-child(-n+2) .step-box:after {
  content: "";
  display: block;
  width: 97px;
  height: 74px;
  background: url("assets/img/illust-up.png") center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(75%, -65%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .stepup-list li {
    min-width: 250px;
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .stepup-list li.step1 {
    margin-left: calc((80vw / 2) - 125px);
  }
  .stepup-list li.step1:before {
    content: "";
    display: block;
    width: 36px;
    height: 30px;
    background: url("assets/img/illust-left.png") center/contain no-repeat;
    position: absolute;
    top: 50%;
    left: calc((80vw / 2) - 205px);
  }
  .stepup-list li.step3 {
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  .stepup-list li {
    min-width: 300px;
  }
  .stepup-list li.step1 {
    margin-left: calc((90vw / 2) - 150px);
  }
  .stepup-list li.step1:before {
    left: calc(((90vw / 2) - 150px) - 50px);
  }
}
@media (max-width: 660px) {
  .stepup-list li.step1:before {
    content: none;
  }
  .stepup-list li.step3 {
    position: relative;
  }
  .stepup-list li.step3:before {
    content: "";
    display: block;
    width: 75px;
    height: 115px;
    background: url("assets/img/illust-man.png") center/contain no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-45%);
    z-index: 3;
  }
}
@media (max-width: 480px) {
  .stepup-list li {
    width: 64vw;
    min-width: inherit;
  }
  .stepup-list li.step1 {
    margin-left: calc((90vw / 2) - 32vw);
  }
  .stepup-list li.step3:before {
    width: 16vw;
    height: 22vw;
    transform: translateY(-50%);
  }
}

.step-box {
  background: #fff;
  padding: 3rem 14%;
  border-radius: 0.5rem;
}

.sec-sikakudata h3 {
  margin-bottom: 1.5em;
}
.sec-sikakudata .tt-sub {
  color: #343434;
  vertical-align: 0.35em;
  margin-left: 1em;
}

/* タブメニュー切り替え  */
@media (min-width: 769px) {
  .data-tabbtn {
    display: none;
  }
}
@media (max-width: 768px) {
  /* 非アクティブな要素を隠す */
  .tab-content {
    display: none;
  }

  /* アクティブな要素を表示 */
  .tab-content.active {
    display: block;
  }
  .tab-content.active .data_table {
    opacity: 0;
    animation: showcontent 0.5s forwards;
    animation-timing-function: ease-out;
  }

  @keyframes showcontent {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
/* 非表示かつスクリーンリーダー対応 */
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.data-tabbtn {
  gap: 0.4em;
  border-bottom: solid 2px #DDDDDD;
}
.data-tabbtn li {
  width: 25%;
}
.data-tabbtn label {
  display: block;
}
.data-tabbtn label span {
  display: inline-block;
  width: 100%;
  padding: 0.8em 0;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  background-color: #f0f0f0;
  color: #949494;
  text-align: center;
}
@media (max-width: 480px) {
  .data-tabbtn {
    gap: 0.3em;
  }
}

/* 選択されているタブのスタイルを変える */
.data-tabbtn input:checked + label span {
  background: #E5F7F4;
  color: #00a496;
  font-weight: 600;
}

@media (min-width: 769px) {
  .toggle-button {
    display: none;
  }
}
@media (max-width: 768px) {
  .data_table tr:nth-child(n+11) {
    display: none;
  }

  .data_table.show-more tr {
    display: table-row;
  }

  .toggle-button {
    display: block;
    width: 50%;
    padding: 6px 20px;
    border: none;
    background: #f0f0f0;
    cursor: pointer;
    margin: 1em auto;
    color: #343434;
  }
  .toggle-button:focus, .toggle-button:focus-visible {
    outline: none;
  }

  .toggle-button:hover {
    background-color: #E5F7F4;
  }
}
.data_table {
  width: 100%;
  background: #fff;
}
.data_table:not(:last-of-type) {
  margin-bottom: 5rem;
}
.data_table caption {
  font-size: 1.5625rem;
  margin-bottom: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.data_table caption:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background: #00a496;
  border-radius: 50%;
  margin-right: 0.25em;
  vertical-align: 0.05em;
}
.data_table th, .data_table td {
  padding: 0.8em 1.2em;
  border-bottom: solid 1px #DDDDDD;
  font-weight: normal;
}
.data_table td {
  text-align: right;
}
@media (min-width: 661px) {
  .data_table tbody {
    display: block;
    overflow: hidden;
  }
  .data_table tr {
    display: block;
    width: 47%;
    float: left;
    border-bottom: solid 1px #DDDDDD;
    font-size: 0;
    letter-spacing: 0;
  }
  .data_table tr:nth-child(even) {
    float: right;
  }
  .data_table th, .data_table td {
    display: inline-block;
    padding: 0.8em 0;
    border: none;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  .data_table th {
    width: 80%;
    padding-left: 1em;
  }
  .data_table td {
    width: 20%;
    padding-right: 1em;
  }
}
@media (min-width: 661px) and (max-width: 1280px) {
  .data_table tr {
    width: 48%;
  }
}
@media (min-width: 661px) and (max-width: 900px) {
  .data_table th, .data_table td {
    font-size: 0.9rem;
  }
  .data_table th {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .data_table caption {
    /*visually-hidden*/
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .data_table th, .data_table td {
    font-size: 1rem;
  }
}

/*---------------------------*/
/*当社の取り組み*/
/*---------------------------*/
.box-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.box-images .box-img {
  width: 48%;
}
.box-images img {
  display: inline-block;
}

.box-img {
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(32, 33, 36, 0.2);
  padding: 1rem;
  text-align: center;
}
@media (max-width: 480px) {
  .box-img {
    padding: 0.5rem;
    box-shadow: 0 0 4px 0 rgba(32, 33, 36, 0.2);
  }
}

.zeb-mark img,
.zeb-np img {
  width: 100%;
  max-width: 380px;
}

.tbtype-line {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
}
.tbtype-line th {
  width: 9em;
  padding: 0.5rem;
  text-align: center;
  border-bottom: solid 1px #00a496;
}
.tbtype-line td {
  padding: 0.5rem 1rem;
  border-bottom: solid 1px #CCC;
  border-left: solid 5px #fff;
}
@media (min-width: 1541px) {
  .tbtype-line {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .tbtype-line th {
    width: 8em;
  }
}
@media (max-width: 480px) {
  .tbtype-line th {
    width: 7em;
  }
  .tbtype-line td {
    padding: 0.5rem;
  }
}

.zeb-kindlist {
  margin: 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zeb-kindlist li {
  width: 48%;
}
.zeb-kindlist li:nth-child(-n+2) {
  margin-bottom: 3rem;
}
.zeb-kindlist .lanklabel {
  text-align: center;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.zeb-kindlist .zeb-kinditem {
  border: solid 1px #CCC;
  padding-bottom: 1.5rem;
}
.zeb-kindlist .kindname {
  font-size: 1.5625rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1rem;
}
.zeb-kindlist .kindname span {
  font-size: 0.65em;
  font-weight: 600;
}
.zeb-kindlist figure,
.zeb-kindlist .desc,
.zeb-kindlist .detail {
  width: 90%;
  margin: auto;
}
.zeb-kindlist .desc {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 2px #ccc;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.zeb-kindlist .detail {
  font-size: 0.9375rem;
  line-height: 1.6;
}
.zeb-kindlist .hosoku {
  font-size: 0.875rem;
  line-height: 1.5;
}
.zeb-kindlist p.hosoku {
  text-indent: -2em;
  padding-left: 2em;
}
.zeb-kindlist .lank1 .lanklabel {
  position: relative;
}
.zeb-kindlist .lank1 .lanklabel:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.2em;
  background: url("assets/img/icon-oukan.png") center/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.zeb-kindlist .lank1 .kindname {
  background: #0F775F;
}
.zeb-kindlist .lank1 .desc {
  color: #0F775F;
}
.zeb-kindlist .lank2 .kindname {
  background: #3AA036;
}
.zeb-kindlist .lank2 .desc {
  color: #3AA036;
}
.zeb-kindlist .lank3 .kindname {
  background: #078899;
}
.zeb-kindlist .lank3 .desc {
  color: #078899;
}
.zeb-kindlist .lank4 .kindname {
  background: #004F93;
}
.zeb-kindlist .lank4 .desc {
  color: #004F93;
}
.zeb-kindlist .lank4 .zeb-kinditem {
  margin-bottom: 1rem;
}
@media (min-width: 1541px) {
  .zeb-kindlist .detail {
    font-size: 15px;
  }
  .zeb-kindlist .hosoku {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .zeb-kindlist {
    display: block;
  }
  .zeb-kindlist li {
    width: 80%;
    max-width: 500px;
    margin: auto auto 3rem;
  }
}
@media (max-width: 480px) {
  .zeb-kindlist li {
    width: 90%;
  }
  .zeb-kindlist .desc {
    font-size: 1.1rem;
  }
}

.reference {
  background: #F5F5F5;
  padding: 1em 2em;
  font-size: 0.875rem;
}

.bcm_ex {
  /*padding: 2rem;
  box-shadow: 0 3px 6px 0 rgba(32, 33, 36, 0.2);*/
}
.bcm_ex .flex:not(:last-of-type) {
  margin-bottom: 2rem;
}
.bcm_ex dt {
  font-size: 1.1rem;
  font-weight: 500;
}
.bcm_ex img {
  width: 49%;
  max-width: 420px;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .bcm_ex .flex:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .bcm_ex dt {
    font-size: 1rem;
  }
}
@media (max-width: 660px) {
  .bcm_ex .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bcm_ex .flex:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
  .bcm_ex dt {
    margin-bottom: 1rem;
  }
  .bcm_ex dt:before {
    content: "■";
    display: inline-block;
    margin-right: 0.25em;
  }
  .bcm_ex img {
    width: 100%;
    max-width: inherit;
  }
}
@media (max-width: 480px) {
  .bcm_ex .flex:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .bcm_ex img {
    margin-bottom: 0.5rem;
  }
  .bcm_ex .mb-br {
    display: block;
  }
}

.torikumi-pdf a {
  display: inline-block;
  padding-bottom: 0.1em;
  border-bottom: solid 1px #343434;
  transition: color 0.5s ease, border-color 0.5s ease;
}
.torikumi-pdf a:hover {
  border-color: #00a496;
}
@media (max-width: 480px) {
  .torikumi-pdf .mb-br {
    display: block;
  }
}

.torikumi-list {
  margin: 2rem auto;
}
.torikumi-list dt {
  font-size: 1.1rem;
  font-weight: 500;
  color: #00a496;
  margin-bottom: 0.5em;
}

/*---------------------------*/
/*社員教育*/
/*---------------------------*/
.slogan-title {
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 7rem;
  position: relative;
  z-index: 1;
}
body.home .slogan-title {
  margin-bottom: 3rem;
}
body.recruit .slogan-title {
  margin-bottom: 70px;
}
.slogan-title:before, .slogan-title:after {
  content: '';
  display: block;
  width: 82px;
  height: 82px;
  border-style: solid;
  border-color: #00a496;
  position: absolute;
  z-index: -1;
}
.slogan-title:before {
  top: 0;
  left: 0;
  border-width: 4px 0 0 4px;
}
.slogan-title:after {
  bottom: 0;
  right: 0;
  border-width: 0 4px 4px 0;
}
.slogan-title span, .slogan-title em {
  display: block;
  line-height: 1em;
  text-align: center;
}
.slogan-title em {
  font-size: 2.87rem;
  letter-spacing: 0.1em;
}
body.home .slogan-title em {
  color: #00a496;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: inherit;
}
.slogan-title .ja {
  margin-bottom: 1em;
}
.slogan-title .en {
  width: 100%;
  color: #E5F7F4;
  font-size: 4rem;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .slogan-title .en {
    font-size: 6vw;
  }
}
@media (max-width: 768px) {
  .slogan-title:before, .slogan-title:after {
    width: 3.5rem;
    height: 3.5rem;
  }
  .slogan-title em {
    font-size: 2.2rem;
  }
}
@media (max-width: 660px) {
  body.home .slogan-title, body.recruit .slogan-title {
    margin-bottom: 2rem;
  }
  .slogan-title:before {
    border-width: 3px 0 0 3px;
  }
  .slogan-title:after {
    border-width: 0 3px 3px 0;
  }
  body.home .slogan-title em {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .slogan-title {
    margin-bottom: 2rem;
  }
  .slogan-title em {
    font-size: 1.8rem;
  }
  .slogan-title .ja {
    font-size: 0.9em;
  }
  .slogan-title .en {
    display: none;
  }
}

.slogan li {
  width: 270px;
  height: 270px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.slogan li:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #00a496;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media (min-width: 1281px) {
  .slogan li {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 1024px) {
  .slogan li {
    width: 26vw;
    height: 26vw;
  }
}
@media (max-width: 768px) {
  .slogan li {
    width: 29vw;
    height: 29vw;
  }
}
@media (max-width: 480px) {
  .slogan {
    display: block;
  }
  .slogan li {
    width: 240px;
    height: 240px;
    margin: auto auto 2em;
    position: relative;
  }
  .slogan li:after {
    content: attr(data-name);
    font-weight: 600;
    font-size: 15.2vw;
    text-align: left;
    color: #E5F7F4;
    position: absolute;
    top: 35%;
    left: -12vw;
    z-index: -2;
    transform: translate(0, -50%);
  }
}

.slogan-set {
  margin-top: -1rem;
}
.slogan-set .en {
  color: #00a496;
  margin-bottom: 10%;
}
.slogan-set .en span, .slogan-set .en em {
  display: block;
  line-height: 1em;
}
.slogan-set .en span {
  font-size: 16px !important;
  font-weight: 600;
  background: #fff;
  padding: 5px 16px;
  display: inline-block;
  transform: translateY(-30%) translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
.slogan-set .en em {
  font-size: 80px !important;
  font-weight: 600;
}
.slogan-set .jp {
  font-size: 26px !important;
  padding-left: 0.5em;
  letter-spacing: 0.1em;
  margin-bottom: 10%;
}
.slogan-set dd {
  color: #838383;
  line-height: 1.6em;
  font-size: 16px !important;
}
@media (max-width: 1024px) {
  .slogan-set .en {
    margin-bottom: 1.1vw;
  }
  .slogan-set .en span {
    font-size: 2vw !important;
  }
  .slogan-set .en em {
    font-size: 9vw !important;
  }
  .slogan-set .jp {
    font-size: 2.4vw !important;
    margin-bottom: 1.1vw;
  }
  .slogan-set dd {
    font-size: 1.4vw !important;
  }
}
@media (max-width: 768px) {
  .slogan-set .en {
    margin-bottom: 1.3vw;
  }
  .slogan-set .en span {
    font-size: 2.5vw !important;
  }
  .slogan-set .en em {
    font-size: 10vw !important;
  }
  .slogan-set .jp {
    font-size: 2.6vw !important;
    margin-bottom: 1.4vw;
  }
  .slogan-set dd {
    font-size: 1.7vw !important;
  }
}
@media (max-width: 480px) {
  .slogan-set {
    margin-top: -2rem;
  }
  .slogan-set .en {
    margin-bottom: 10%;
  }
  .slogan-set .en span {
    font-size: 16px !important;
  }
  .slogan-set .en em {
    font-size: 80px !important;
  }
  .slogan-set .jp {
    font-size: 20px !important;
    margin-bottom: 14%;
  }
  .slogan-set dd {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .kyouiku-sec .main-text br {
    display: none;
  }
}

.training-list li {
  margin-bottom: 3rem;
}
@media (max-width: 660px) {
  .training-list li {
    display: block;
  }
}

.training-text,
.training-img {
  width: 47%;
}

.training-text h4 {
  color: #00a496;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1em;
}

@media (max-width: 1024px) {
  .training-text {
    width: 40%;
  }
  .training-text .main-text {
    font-size: 0.9em;
  }

  .training-img {
    width: 56%;
  }
}
@media (max-width: 660px) {
  .training-text {
    width: 100%;
  }
  .training-text .main-text {
    font-size: 1rem;
  }

  .training-img {
    width: 70%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .training-img {
    width: 100%;
  }
}
.housin-list {
  margin: 3rem 0 2rem;
  border-bottom: dotted 1px #00a496;
}
.housin-list li {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  text-indent: -2rem;
  padding-left: 2rem;
}
.housin-list li:before {
  content: '一、';
  display: inline-block;
  text-indent: 0;
}
@media (max-width: 1024px) {
  .housin-list .mb-br {
    display: block;
  }
}

.jissi-list {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.jissi-list li:not(:last-of-type) {
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  .jissi-list {
    letter-spacing: 0;
  }
}

/*---------------------------*/
/*採用案内*/
/*---------------------------*/
@media (max-width: 660px) {
  .read-text.recruit .pc-br {
    display: none;
  }
}

.jobstatus-list li {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  color: #fff;
  font-size: 0.8rem;
}
.jobstatus-list li span {
  background: #00a496;
  padding: 0.5em 1em;
}

.box-nav li {
  width: calc(96% / 3);
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(32, 33, 36, 0.2);
}
.box-nav li p {
  padding: 1rem;
  text-align: center;
}
.box-nav li p:before {
  content: attr(data-en);
  display: block;
  color: #00a496;
}
@media (max-width: 660px) {
  .box-nav {
    overflow-x: scroll;
    padding: 0 0 1em 1em;
  }
  .box-nav li {
    width: 58%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1em;
  }
}

.benefits {
  padding: 2rem 2rem 1rem;
  box-shadow: 0 3px 6px 0 rgba(32, 33, 36, 0.2);
  background-color: #fff;
}
.benefits figure {
  width: 49%;
  max-width: 420px;
  margin-bottom: 1rem;
}
.benefits figure img {
  margin-bottom: 0.5rem;
}
.benefits figcaption {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.benefits figcaption em {
  display: block;
  font-size: 0.75em;
  line-height: 1;
}
@media (max-width: 660px) {
  .benefits {
    display: block;
  }
  .benefits figure {
    width: 100%;
    max-width: inherit;
    margin-bottom: 2rem;
  }
}

.saiyo-gaibu li {
  width: 31.5%;
  box-shadow: 0 3px 6px 0 rgba(32, 33, 36, 0.2);
}
.saiyo-gaibu li.rosebill {
  width: 100%;
  margin-bottom: 1.5em;
}
.saiyo-gaibu li a {
  display: block;
  width: 100%;
  background: #fff;
  padding: 1em 0;
}
.saiyo-gaibu li img {
  width: 100%;
  max-width: 239px;
  margin: auto;
}
@media (max-width: 768px) {
  .saiyo-gaibu li.rosebill img {
    width: 50%;
  }
}
@media (max-width: 660px) {
  .saiyo-gaibu li.rosebill {
    margin-bottom: 1em;
  }
}

/*---------------------------*/
/* お問い合わせ コンタクト　*/
/*---------------------------*/
.toi-tel {
  text-align: center;
  margin-bottom: 6rem;
}
.toi-tel .toi-telbox {
  border: solid 8px #E5F7F4;
  border-radius: 10px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  line-height: 1;
}
.toi-tel h3 {
  font-weight: 500;
  color: #00a496;
  margin-bottom: 2em;
}
.toi-tel .icon-tel {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  vertical-align: -0.4em;
}
.toi-tel .icon-tel .phone {
  fill: #00a496;
}
.toi-tel .telnumber {
  color: #00a496;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin: 0.6em auto;
}
.toi-tel .telnumber span {
  font-weight: 500;
  display: inline-block;
  font-size: 1rem;
  margin-right: 0.5em;
  vertical-align: 0.25em;
}
@media (max-width: 768px) {
  .toi-tel {
    margin-bottom: 3rem;
  }
  .toi-tel .toi-telbox {
    border-width: 6px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .toi-tel h3 {
    margin-bottom: 1em;
  }
}
@media (max-width: 480px) {
  .toi-tel .toi-telbox {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .toi-tel .telnumber {
    font-size: 2rem;
  }
}

/*ーーーー基本設定ーーーー*/
input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  height: 3em;
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: .7em;
  font-size: 1rem;
  color: #343434;
  background: #fff;
}
@media (max-width: 1024px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    height: 4em;
  }
}

select,
input[type="number"] {
  display: block;
  width: 30%;
  color: #343434;
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: .7em;
  font-size: 1rem;
  height: 3em;
}
@media (min-width: 1541px) {
  select,
  input[type="number"] {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  select,
  input[type="number"] {
    height: 4em;
  }
}
@media (max-width: 768px) {
  select,
  input[type="number"] {
    width: 40%;
  }
}
@media (max-width: 480px) {
  select,
  input[type="number"] {
    width: 50%;
  }
}

select {
  margin-top: 1rem;
}

textarea {
  display: block;
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 3px;
  background: #fff;
  color: #343434;
  padding: .7em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #444;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 3px;
  vertical-align: -0.15em;
}

::placeholder {
  color: #ACACAC;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #ACACAC;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #ACACAC;
}

input[type="submit"] {
  border: 0;
  display: block;
  width: 50%;
  max-width: 430px;
  margin: 3rem auto auto;
  padding: 1em;
  background: #FFF2F1;
  color: #e24d4d;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease;
  box-shadow: 8px 8px 0 0 #e24d4d;
}
input[type="submit"]:hover {
  color: #fff;
  background: #e24d4d;
  box-shadow: inherit;
}
@media (max-width: 768px) {
  input[type="submit"] {
    box-shadow: 5px 5px 0 0 #e24d4d;
  }
}
@media (max-width: 660px) {
  input[type="submit"] {
    width: 60%;
  }
}
@media (max-width: 480px) {
  input[type="submit"] {
    width: 70%;
  }
}

/*ーーーーレイアウト設定ーーーー*/
.form-setumei {
  margin-bottom: 2em;
}

.hissu {
  color: #e24d4d;
  font-size: 0.85em;
}

.wpcf7-form {
  width: 85%;
  margin: auto;
}
@media (max-width: 1024px) {
  .wpcf7-form {
    width: 100%;
  }
}

.form-item {
  margin-bottom: 2rem;
}
.form-item dt {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.form-item dt.hosoku {
  font-weight: normal;
}
.form-item dd {
  font-size: 0.9rem;
}
.form-item dd ~ dd {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .form-item {
    margin-bottom: 1rem;
  }
  .form-item dt {
    margin-bottom: 0.25rem;
  }
}

input[type="text"].p-postal-code {
  width: 30%;
}
@media (min-width: 1541px) {
  input[type="text"].p-postal-code {
    width: 35%;
  }
}
@media (max-width: 768px) {
  input[type="text"].p-postal-code {
    width: 40%;
  }
}
@media (max-width: 480px) {
  input[type="text"].p-postal-code {
    width: 50%;
  }
}

.pp-kakunin {
  text-align: center;
  font-size: 0.85em;
  margin-bottom: 3em;
}
.pp-kakunin p {
  margin-bottom: 1rem;
}
.pp-kakunin .wpcf7-form-control {
  font-size: 1rem;
}
@media (max-width: 480px) {
  .pp-kakunin {
    text-align: left;
  }
  .pp-kakunin br {
    display: none;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  font-size: 0.8rem;
  color: #FE0000;
  margin-top: 0.5rem;
  padding: 5px 0.5em;
  display: inline-block;
  background: #FFF2F1;
  line-height: 1;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #FE0000;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 0.9rem;
  text-align: center;
  margin: 1em 0 3em;
  background: #fff;
}

.wpcf7-spinner {
  display: block;
  margin: 1rem auto 0;
}

/*recaptcha*/
/*導入後にコメントアウト外す*/
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-text {
  margin-top: 2em;
  font-size: 0.85rem;
  text-align: center;
  color: #999;
}
.recaptcha-text a:not(:hover) {
  color: #999;
}
.recaptcha-text a .gaibu:after {
  opacity: 0.5;
}
@media (max-width: 480px) {
  .recaptcha-text {
    letter-spacing: 0;
  }
}

/*---------------------------*/
/* プライバシーポリシー */
/*---------------------------*/
.list {
  list-style-type: disc;
  list-style-position: inside;
}
.list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.pp-detail {
  line-height: 2em;
}
.pp-detail a:not([href*="tel:"]) {
  text-decoration: underline;
}
.pp-detail .title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #00a496;
  margin-bottom: 0.5em;
}
.pp-detail .text {
  font-weight: normal;
  margin-bottom: 3em;
}
.pp-detail .list {
  margin-top: 1em;
}
.pp-detail .teigi {
  margin-top: 1em;
}
.pp-detail .teigi dd:before {
  content: "\02022";
  display: inline;
  font-size: 1.4em;
}
.pp-detail .jyoko {
  margin-top: 1em;
  list-style-type: none;
  padding: 1em 1em 1em 0.5em;
  background: #F5F5F5;
  counter-reset: item;
}
.pp-detail .jyoko li {
  text-indent: -2.8em;
  padding-left: 2.8em;
}
.pp-detail .jyoko li:before {
  font-weight: 500;
  counter-increment: item;
  /*カウンターを増減*/
  content: "（" counter(item) "）";
}
.pp-detail .teigi-count {
  margin-top: 1em;
  padding: 1em 2em 1em 1em;
  background: #F5F5F5;
  counter-reset: title;
}
.pp-detail .teigi-count dt {
  font-weight: 500;
}
.pp-detail .teigi-count dt:before {
  counter-increment: title;
  /*カウンターを増減*/
  content: "（" counter(title) "）";
}
.pp-detail .teigi-count dd {
  padding-left: 2.5em;
}
@media (max-width: 660px) {
  .pp-detail .text {
    margin-bottom: 2em;
  }
}
@media (max-width: 480px) {
  .pp-detail .jyoko,
  .pp-detail .teigi-count {
    padding: 1em 1em 1em 0.5em;
  }
}

.seitei-day {
  margin-top: 2rem;
  text-align: right;
}

/*---------------------------*/
/* 404 Not Foundページ と　サンクスページ */
/*---------------------------*/
.attention {
  min-height: 50vh;
}
.attention .eng {
  margin-bottom: 3rem;
  text-align: center;
  padding: 3em 1em;
  background: #E5F7F4;
}
.attention .eng h2 {
  font-size: 3rem;
  color: #00a496;
  font-weight: 500;
}
.attention .jpn {
  line-height: 2;
}
.attention .jpn h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #00a496;
  margin-bottom: 1em;
}
.attention .jpn p {
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .attention {
    text-align: center;
  }
}
@media (max-width: 660px) {
  .attention .eng h2 {
    font-size: 2rem;
  }
  .attention .jpn h3 {
    font-size: 1.5rem;
  }
}

/*========================================================*/
/* _home.scss  */
/*========================================================*/
.slider {
  max-height: 31.818vw;
  opacity: 0;
  transition: opacity 1s 0.5s ease;
}
@media (max-width: 768px) {
  .slider {
    max-height: 56.25vw;
  }
}

.slider.slick-initialized {
  max-height: inherit !important;
  opacity: 1;
}

.slider-container {
  position: relative;
}
.slider-container:before {
  content: "";
  display: block;
  width: 30vw;
  max-width: 750px;
  height: 10vw;
  background: url("assets/img/slide-slogan.png") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .slider-container:before {
    width: 50vw;
    height: 20vw;
  }
}

.wait {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease;
}
.initialized .wait {
  opacity: 0;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #00a496;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@media (max-width: 480px) {
  .spinner {
    width: 30px;
    height: 30px;
  }
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.slick-slide img {
  width: 100%;
}

.home-text {
  font-size: 1.15rem;
  letter-spacing: 0.3em;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 1em;
}
@media (min-width: 1681px) {
  .home-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .home-text {
    letter-spacing: 0.2em;
  }
}
@media (max-width: 660px) {
  .home-text br {
    display: none;
  }
}
@media (max-width: 480px) {
  .home-text {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}

.honest-icon {
  width: 90%;
  max-width: 1070px;
  margin: 100px auto auto;
}
.honest-icon li {
  width: 240px;
  height: 240px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
}
.honest-icon li:before {
  content: attr(data-en);
  display: block;
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.honest-icon li img {
  width: 55%;
  margin: 18% auto 5%;
}
@media (max-width: 1280px) {
  .honest-icon {
    margin: 5rem auto auto;
  }
  .honest-icon li {
    width: 20vw;
    height: 20vw;
  }
  .honest-icon li:before {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .honest-icon {
    margin: 4rem auto auto;
  }
  .honest-icon li:before {
    font-size: 2.6rem;
  }
}
@media (max-width: 660px) {
  .honest-icon {
    width: 62%;
  }
  .honest-icon li {
    width: 30vw;
    height: 30vw;
    margin-bottom: 4rem;
  }
  .honest-icon li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .honest-icon {
    width: 76%;
  }
  .honest-icon li {
    width: 35vw;
    height: 35vw;
  }
}

.home-base {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .home-base {
    width: 90%;
  }
}

.home-mainnav {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home-mainnav:before {
  content: '';
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00a496;
  z-index: -1;
}
.home-mainnav .home-base {
  position: relative;
}
.home-mainnav .home-base:before {
  content: '';
  display: block;
  width: 400px;
  height: 400px;
  background: url(assets/img/bg-r-gr.svg) no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%);
  z-index: -1;
}
.home-mainnav.right:before {
  left: inherit;
  right: 0;
}
.home-mainnav.right .home-base:before {
  right: inherit;
  left: 0;
  transform: translateX(-50%);
}
.home-mainnav.short:before {
  height: 330px;
}
@media (max-width: 1680px) {
  .home-mainnav .home-base:before {
    width: 340px;
    height: 340px;
    transform: translateX(30%);
  }
  .home-mainnav.right .home-base:before {
    transform: translateX(-30%);
  }
}
@media (max-width: 1024px) {
  .home-mainnav .home-base:before {
    width: 35vw;
    height: 35vw;
  }
}
@media (max-width: 768px) {
  .home-mainnav {
    margin-bottom: 0;
  }
  .home-mainnav:before {
    width: 60vw;
    height: 85%;
  }
  .home-mainnav .home-base:before {
    transform: translateX(15%);
  }
  .home-mainnav.right .home-base:before {
    transform: translateX(-15%);
  }
}
@media (max-width: 660px) {
  .home-mainnav.short:before {
    height: 220px;
  }
}

.home-title {
  padding: 4rem 4.15vw 3rem;
  color: #fff;
}
.right .home-title {
  text-align: right;
}
.home-title span {
  display: block;
}
.home-title .title-sub {
  line-height: 1;
  font-family: "Lexend", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
}
.home-title .title-main {
  font-size: 1.25rem;
  line-height: 2em;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .home-title {
    padding: 4rem 0 3rem;
  }
}
@media (max-width: 660px) {
  .home-title {
    padding: 3rem 0 2rem;
  }
  .home-title .title-sub {
    font-size: 2.8rem;
  }
  .home-title .title-main {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .home-title .title-main.katakana {
    letter-spacing: 0.05em;
  }
  .home-title .title-sub {
    font-size: 2.5rem;
  }
}

.service-link li {
  height: 330px;
  margin-bottom: 2rem;
}
.service-link li:last-of-type {
  margin-bottom: 0 !important;
}
.service-link li a {
  display: block;
  height: 100%;
  color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  position: relative;
}
.service-link li a:hover {
  background-color: #fff;
}
.service-link li.cleaning a {
  background-image: url("assets/img/service-clean.jpg");
}
.service-link li.security a {
  background-image: url("assets/img/service-security.jpg");
}
.service-link li.management a {
  background-image: url("assets/img/service-manage.jpg");
}
.service-link li.hygiene a {
  background-image: url("assets/img/service-hygiene.jpg");
}
.service-link li.support a {
  background-image: url("assets/img/service-support.jpg");
}
.service-link .kind {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}
.service-link .kind dt {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-indent: -0.7em;
}
.service-link .kind dt:before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 4px #fff;
  vertical-align: -0.1em;
  margin-right: 0.2em;
  text-indent: 0;
}
.service-link .kind dd {
  letter-spacing: 0.3em;
}
@media (max-width: 1280px) {
  .service-link li {
    height: 260px;
  }
}
@media (max-width: 768px) {
  .service-link li {
    height: 220px;
  }
  .service-link .kind {
    top: 60%;
  }
  .service-link .kind dt {
    font-size: 2rem;
  }
  .service-link .kind dd {
    letter-spacing: 0.2em;
  }
}
@media (max-width: 480px) {
  .service-link li {
    height: 40vw;
    margin-bottom: 1rem;
  }
  .service-link .kind dt {
    font-size: 1.6rem;
  }
  .service-link .kind dt:before {
    border-width: 3px;
  }
  .service-link .kind dt:after {
    content: attr(data-servise);
    display: block;
    font-size: 1rem;
    text-indent: 0;
    margin-top: 0.5em;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .service-link .kind dd {
    display: none;
  }
}

.about-link li {
  width: 24%;
  height: 330px;
  text-align: center;
}
.about-link li a {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  position: relative;
}
.about-link li a:hover {
  background-color: #fff;
}
.about-link li.company a {
  background-image: url("assets/img/about-company.jpg");
}
.about-link li.training a {
  background-image: url("assets/img/about-training.jpg");
}
.about-link li.effort a {
  background-image: url("assets/img/about-effort.jpg");
}
.about-link li.saiyo a {
  background-image: url("assets/img/about-recruit.jpg");
}
.about-link li p {
  display: table-cell;
  vertical-align: middle;
}
.about-link li p em {
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
}
.about-link li p .jp {
  display: block;
  letter-spacing: 0.3em;
}
@media (max-width: 1280px) {
  .about-link li {
    height: 260px;
  }
}
@media (max-width: 768px) {
  .about-link li {
    height: 220px;
  }
}
@media (max-width: 660px) {
  .about-link li {
    width: 49%;
    height: 40vw;
    margin-bottom: 2%;
  }
  .about-link li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .about-link li p em {
    font-size: 1.6rem;
  }
  .about-link li p .jp {
    font-size: 1rem;
    margin-top: 0.5em;
  }
  .about-link li.effort {
    transition-duration: 0.5s;
    transition-delay: inherit;
  }
  .about-link li.saiyo {
    transition-duration: 1s;
    transition-delay: 0.5s;
  }
}

.cm-movie {
  width: 80%;
  max-width: 840px;
  margin: auto;
}
@media (max-width: 1024px) {
  .cm-movie {
    width: 90%;
  }
  .cm-movie iframe {
    height: 50vw;
  }
}

.name-origin {
  padding: 100px 0;
}
.name-origin .home-base {
  position: relative;
  z-index: 1;
}
.name-origin .home-base:before {
  content: '';
  display: block;
  width: 520px;
  height: 600px;
  background: url("assets/img/rose-flower.png") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(35%) translateY(-30%);
  z-index: -1;
}
.name-origin h2 {
  font-weight: 600;
  margin-bottom: 2em;
}
@media (max-width: 1680px) {
  .name-origin .home-base:before {
    width: 40vw;
    max-width: 470px;
    height: 46vw;
    max-height: 540px;
    transform: translateX(9vw) translateY(-30%);
  }
}
@media (max-width: 1280px) {
  .name-origin {
    position: relative;
    z-index: 1;
  }
  .name-origin:before {
    content: '';
    display: block;
    width: 100%;
    height: 45px;
    background-color: rgba(255, 243, 242, 0.6);
    box-shadow: 0 0 45px 3px #FFF2F1;
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 2;
  }
  .name-origin .home-base {
    max-width: 795px;
  }
  .name-origin .name-origin-text {
    background-color: rgba(255, 243, 242, 0.6);
    box-shadow: 0 0 45px 3px #FFF2F1;
  }
}
@media (max-width: 1024px) {
  .name-origin .home-text .mb-br {
    display: block;
  }
}
@media (max-width: 768px) {
  .name-origin {
    padding: 70px 0;
  }
  .name-origin:before {
    display: none;
  }
  .name-origin .home-base:before {
    width: 42vw;
    height: 48vw;
    transform: translateX(10%) translateY(-30%);
  }
}
@media (max-width: 660px) {
  .name-origin h2 {
    margin-bottom: 1em;
  }
  .name-origin h2 .mb-br {
    display: block;
  }
  .name-origin .home-text .mb-br {
    display: none;
  }
}
@media (max-width: 480px) {
  .name-origin {
    padding: 40px 0;
  }
}

/*# sourceMappingURL=style.css.map */
