@charset "UTF-8";
/* ### reset.scss ### */
/*
YUI 3.14.1 (build 63049cb)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

figure {
  margin: 0;
}

.heightMax {
  height: -webkit-calc(100vh - 78px);
  height: calc(100vh - 78px);
  min-height: 522px;
}

.heightlimit {
  height: 422px;
}

.hideTxt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.hidePC {
  display: none;
}

.hidePCTAB {
  display: none;
}

.sp-img {
  display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.al-r {
  padding-right: 1em;
  text-align: right;
}

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

html {
  min-height: 100%;
  position: relative;
}

body {
  color: #595959;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

a {
  display: block;
  width: 100%;
  outline: none;
  text-decoration: none;
  color: #1392D8;
}
a:not([href=""]):hover {
  opacity: 0.7;
}
a[href=""]:hover {
  cursor: default;
}

img {
  vertical-align: bottom;
}

@media (max-width: 1100px) {
  .hideSP {
    display: none;
  }

  .hidePC {
    display: inline;
  }
}
@media (max-width: 768px) {
  .hidePCTAB {
    display: inline;
  }
}
header {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 1;
  position: relative;
}
header div.menu-bar {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
header div.menu-bar:before {
  content: "";
  display: block;
  width: 60px;
}
header .logo {
  display: block;
  width: 300px;
  height: 42px;
  margin-top: 16px;
  background: url(../img/logo.svg) no-repeat center;
}
header:before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  left: -50%;
  background: url(../img/pattern.png) repeat;
  transform-origin: 100% 100%;
  transform: rotate(-7deg) translateY(-105%);
  z-index: -1;
}

#menu-trigger,
#menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

#menu-trigger {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #2B803A;
  z-index: 200;
}
#menu-trigger span {
  position: absolute;
  left: 50%;
  width: 64%;
  height: 4px;
  transform: translateX(-50%);
  background-color: white;
}
#menu-trigger span:nth-of-type(1) {
  top: 25%;
}
#menu-trigger span:nth-of-type(2) {
  top: 47%;
}
#menu-trigger span:nth-of-type(3) {
  bottom: 25%;
}
#menu-trigger.active span:nth-of-type(1) {
  transform: translate(-50%, 13px) rotate(-45deg);
}
#menu-trigger.active span:nth-of-type(2) {
  left: 200%;
  opacity: 0;
  transform: translateY(10px);
  animation: active-menu-bar02 0.8s forwards;
}
#menu-trigger.active span:nth-of-type(3) {
  transform: translate(-50%, -13px) rotate(45deg);
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
#menu-sp {
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -120px;
  transform: translateY(-100%);
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  text-align: center;
}
#menu-sp.active {
  top: 0;
  transform: translateY(0%);
}
#menu-sp a {
  font-family: "Frank Ruhl Libre", serif;
  text-decoration: none;
  color: #2B803A;
  font-size: 3.5vw;
  line-height: 2;
  letter-spacing: 0.05em;
}

div.container {
  overflow: hidden;
}

div.wrapper {
  width: 1100px;
  margin: auto;
}

section {
  padding: 40px 0 100px 0;
}
section .col {
  padding: 30px;
}
section .container-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section .col-1 {
  width: 25%;
}
section .col-2 {
  width: 50%;
}
section .col-3 {
  width: 75%;
}
section .flex-r {
  justify-content: flex-end;
}
section h2 {
  text-align: center;
}
section h2 img {
  height: 180px;
}
section#top {
  height: 100vh;
  text-align: center;
}
section#top .wrapper {
  position: relative;
  margin-top: -80px;
  top: 50%;
  transform: translateY(-50%);
}
section#top .tagline {
  padding: 47px 0;
}
section#top h1 {
  display: inline-block;
  padding: 30px;
  position: relative;
  background: url(../img/pattern.png);
}
section#concept {
  position: relative;
  color: white;
  padding-bottom: 0;
}
section#concept::before {
  content: url(../img/bg_concept.png);
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
section#concept h2 {
  margin-bottom: 90px;
}
section#concept2 {
  padding-top: 0;
  color: white;
}
section#concept2 h3 {
  padding: 16px 30px;
}
section#business .container-flex {
  margin-top: 60px;
}
section#business .container-flex.fst {
  margin-top: 20px;
}
section#business .col {
  padding-top: 0;
}
section#business h3 {
  margin-bottom: 40px;
}
section#business dt {
  margin-top: 10px;
  font-weight: bold;
}
section#business dt:before {
  content: "✓";
  font-size: 2em;
  font-weight: bold;
  color: #2B803A;
}
section#business .btn_recruit {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding: 14px 30px;
  border-radius: 6px;
  background-color: #e1ede3;
  color: #2B803A;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
}
section#business .btn_recruit span {
  display: inline-block;
  margin-right: 20px;
}
section#business .btn_recruit br {
  display: none;
}
section#business .btn_recruit::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  margin-left: 0;
  top: 50%;
  right: 20px;
  border-top: 2px solid #2B803A;
  border-right: 2px solid #2B803A;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: bold;
  transform-origin: top right;
  transform: rotate(45deg);
}
section#business .btn_recruit:hover {
  background-color: #2B803A;
  color: white;
  opacity: 1;
}
section#business .btn_recruit:hover::after {
  border-color: white;
}
section#comp {
  position: relative;
}
section#comp h3 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
section#comp dl {
  line-height: 1.5em;
}
section#comp dl img.imgx3 {
  zoom: 0.3333;
}
section#comp dt {
  float: left;
  width: 6.5em;
  padding-right: 1em;
  text-align: right;
}
section#comp dd {
  margin: 0 0 0.4em 6.5em;
}
section#comp dd.last-l {
  margin: 0 0 1.2em 6.5em;
}
section#comp dd.last-l.invoice {
  height: 3em;
}
section#comp .container-flex dl:first-child dt {
  width: 10.5em;
}
section#comp .container-flex dl:first-child dd {
  margin-left: 10.5em;
}
section#comp #map {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
section#comp #map:before {
  content: "";
  display: block;
  width: 140%;
  height: 93%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/pattern.png) repeat;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-7deg);
  z-index: -1;
}
section#comp #map > div {
  width: 100%;
  height: 100%;
}
section#comp #map h4.loc {
  background-color: white;
  color: #284C2D;
  display: inline-block;
  padding: 6px 20px;
}
section#comp #map .balloon {
  color: #000;
  background-color: #fff;
  padding: 5px 5px 0 5px;
  width: 100px;
}
section#comp #map .balloon h4 {
  color: #2B803A;
  font-weight: bold;
  margin-bottom: 0.4em;
}
section#comp #map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}
section#comp #map1 h4.loc {
  background-color: #284C2D;
  color: white;
}
section#comp .maplink {
  display: inline-block;
  width: auto;
  float: right;
  padding: 4px 14px;
  margin: 10px 20px;
  background-color: white;
  font-size: 0.8em;
  color: #284C2D;
}
section#comp #map4 .maplink {
  background-color: #284C2D;
  color: white;
}
section#comp .link-list {
  margin-bottom: 30px;
  justify-content: center;
  font-size: 10px;
  text-align: center;
}
section#comp .link-list li {
  padding: 0 10px;
}
section#comp .link-list span {
  display: block;
  width: 200px;
  height: 64px;
  border: 1px solid #bfbfbf;
}
section#comp .link-list span.bnr_mhlw img, section#comp .link-list span.bnr_smea img {
  height: 50px;
  margin-top: 6px;
  margin-bottom: 6px;
}
section#comp .link-list span.bnr_meti img {
  margin-left: 6px;
}
section#comp .link-list span.bnr_smea img {
  margin-left: 2px;
}
section#comp .link-list img {
  width: auto;
  height: 62px;
}
section#recr .col {
  padding: 0 30px;
}
section#recr .job-list {
  font-weight: bold;
}
section#recr .job-list h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
section#recr .job-list li::before {
  content: "・";
}
section#recr .package {
  border-left: 1px solid #595959;
}
section#recr .package dt {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
}
section#recr .package dd {
  margin-bottom: 1.6em;
}
section#recr .package dd:last-of-type {
  margin-bottom: 0;
}
section#cont {
  text-align: center;
}
section#cont h3 {
  margin-bottom: 1em;
  font-weight: bold;
}
section#cont .tel {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 50px;
  line-height: 1;
  color: #1392D8;
}
section#cont .mail img {
  height: 42px;
  margin-bottom: 10px;
}
section#cont .mail span {
  font-size: 10px;
}

aside {
  padding: 22px 0 70px 0;
  background-color: #E1E1E1;
}
aside h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 94px;
}
aside p {
  font-size: 0.8em;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

section.single-document {
  padding-top: 100px;
}
section.single-document.page-privacy p {
  text-indent: 1em;
}
section.single-document div.wrapper {
  max-width: 900px;
}
section.single-document article.flex-r {
  margin: 6em 0 5em 0;
}
section.single-document h3 {
  margin: 2.6em 0 0 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 2;
}
section.single-document h3 + p, section.single-document h3 + ol {
  margin-top: 0.5em;
}
section.single-document ul li {
  margin: 0.7em 0 0 1.6em;
  list-style: none none outside;
  text-indent: -1.5em;
}
section.single-document ul li:before {
  content: "■ ";
}
section.single-document ol p:nth-child(n+2),
section.single-document ol ul:nth-child(n+2),
section.single-document ol ol:nth-child(n+2),
section.single-document ol h5:nth-child(n+2) {
  display: block;
  margin-top: 1.4em;
}
section.single-document ol p + p {
  margin-top: 0 !important;
}
section.single-document ol.orderlist-l {
  counter-reset: list-l;
}
section.single-document ol.orderlist-l > li {
  margin-top: 2.2em;
}
section.single-document ol.orderlist-l > li:first-line,
section.single-document ol.orderlist-l > li h4 {
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
section.single-document ol.orderlist-l > li h4 {
  font-size: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
section.single-document ol.orderlist-l > li h6 {
  margin-top: 0.5em;
  text-indent: 0;
}
section.single-document ol.orderlist-l > li:before {
  counter-increment: list-l;
  content: "【" counter(list-l) "】";
  margin-left: -0.5em;
  font-size: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
section.single-document ol.orderlist-ts {
  counter-reset: list-ts;
  margin-left: 2.3em;
}
section.single-document ol.orderlist-ts > li {
  margin-top: 0.7em;
  text-indent: -2.3em;
}
section.single-document ol.orderlist-ts > li:before {
  counter-increment: list-ts;
  content: "〔" counter(list-ts) "〕";
  margin-left: -0.5em;
}
section.single-document ol.orderlist-ts > li h5 {
  margin-left: -0.2em;
}
section.single-document ol.orderlist-nml {
  margin-left: 2em;
  list-style-type: decimal;
}
section.single-document ol.orderlist-nml li {
  margin-top: 0.7em;
}
section.single-document ol.orderlist-type-r li:first-child {
  margin-left: -2em;
  list-style: none;
}
section.single-document ol.orderlist-ja {
  counter-reset: list-ja;
}
section.single-document ol.orderlist-ja > li {
  margin-top: 2.2em;
}
section.single-document ol.orderlist-ja > li:first-line,
section.single-document ol.orderlist-ja > li h4 {
  margin: 0 0 0 -0.6em;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
section.single-document ol.orderlist-ja > li h4 {
  font-size: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
section.single-document ol.orderlist-ja > li:before {
  counter-increment: list-ja;
  content: "第" counter(list-ja) "条";
}
section.single-document ol.orderlist-ja > li:first-child h4 {
  margin-top: 1em;
}
section.single-document ol ul.list-note {
  margin-top: 0;
}
section.single-document ol ul.list-note li:before {
  content: "※";
  margin-right: 0.5em;
}
section.single-document ol ul.list-d {
  margin-top: 0 !important;
}
section.single-document ol ul.list-d li {
  list-style-type: disc;
  text-indent: 0;
  margin-top: 0;
}
section.single-document ol ul.list-d li::before {
  content: none;
}
section.single-document a {
  display: inline;
}
section.single-document li > h4,
section.single-document li > h5 {
  display: inline;
}
section.single-document .sig p {
  text-indent: 0;
}
section.single-document.page-cushara li > h3 {
  display: inline;
}
section.single-document.page-cushara ol.orderlist-l > li:first-line,
section.single-document.page-cushara ol.orderlist-l > li h3 {
  margin: 0;
}
section.single-document.page-cushara ol.orderlist-l > li h4 {
  display: block;
  margin-top: 1.4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
section.single-document.page-cushara ol.orderlist-l > li::before {
  font-size: 24px;
}
section.single-document.page-cushara li > h4 {
  font-size: 1em !important;
}
section.single-document.page-cushara li > h4 + ul {
  margin-top: 0;
}
section.single-document.page-cushara ol.orderlist-l > li:first-line {
  margin: 0;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0;
  line-height: 1.9;
}
section.single-document.page-cushara .sup-provisions {
  margin-top: 6em;
}
@media (max-width: 855px) {
  section.single-document.page-cushara h2 img {
    width: 100%;
    height: auto;
  }
}

footer {
  bottom: 0;
  border-top: 1px solid #D3D3D3;
  width: 100%;
  text-align: center;
}
footer ul {
  display: flex;
  justify-content: center;
  margin: 50px 0 30px 0;
}
footer li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0 25px;
}
footer li img {
  height: 76px;
  width: auto;
}
footer li a {
  color: black;
}
footer li a:hover {
  color: #1392D8;
}
footer .copy {
  line-height: 60px;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: black;
  opacity: 0.3;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 46px;
  text-decoration: none;
}
#page_top a::before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  letter-spacing: 0;
}

.fuwatto-wrap [class*=fuwatto] {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 1s;
}

.fuwatto-wrap [class*=fuwatto].f-act {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 1100px) {
  div.wrapper {
    width: 90%;
    margin: auto;
  }

  section .col {
    padding: 30px 0;
  }
  section .m-col-2 {
    width: 50%;
    padding: 20px;
  }

  section#top {
    height: calc(100vh - 70px);
    padding: 0;
  }
  section#top .wrapper {
    margin-top: 0;
    padding-bottom: 12%;
  }
  section#top .tagline img {
    width: 70%;
  }
  section#top a.key {
    width: 90%;
    margin: auto;
  }
  section#top h1 {
    width: 100%;
    padding: 5%;
  }
  section#top h1 img {
    width: 100%;
  }

  section#concept::before,
section#concept2::before {
    content: none;
  }
  section#concept h2,
section#concept2 h2 {
    margin-bottom: 5%;
    width: 100%;
    text-align: left;
  }
  section#concept h2 img,
section#concept2 h2 img {
    width: 100%;
    height: auto;
  }
  section#concept p,
section#concept2 p {
    color: black;
  }

  section#concept2 {
    padding-top: 58%;
    margin: -5% 0 0 0;
    background: url(../img/bg_concept_sp.png) no-repeat;
    background-size: contain;
  }
  section#concept2 h3 {
    display: none;
  }
  section#concept2 p {
    padding-top: 4%;
  }

  section#business .col h3 img {
    width: 100%;
    height: auto;
  }

  section#comp:before {
    height: 400px;
    bottom: 187px;
  }
  section#comp .col {
    padding: 30px 20px;
  }
  section#comp .container-flex {
    margin-bottom: 50px;
  }
}
@media screen and (orientation: landscape) and (max-width: 1100px) {
  section#top .tagline img.hidePC,
section#top h1 img.hidePC {
    display: none;
  }

  section#top .tagline img.hideSP,
section#top h1 img.hideSP {
    display: inline;
  }

  section#top h1 {
    padding: 3%;
  }
}
@media (max-width: 768px) {
  #menu-trigger {
    width: 40px;
    height: 40px;
  }
  #menu-trigger span {
    height: 3px;
  }
  #menu-trigger.active span:nth-of-type(1) {
    transform: translate(-50%, 9px) rotate(-45deg);
  }
  #menu-trigger.active span:nth-of-type(3) {
    transform: translate(-50%, -9px) rotate(45deg);
  }

  #menu-sp a {
    font-size: calc(112.5% + 3vw);
  }

  header:before {
    left: -40%;
  }
  header div.menu-bar {
    padding: 15px;
  }
  header .logo {
    width: 210px;
    height: 30px;
    margin-top: 6px;
    margin-left: -40px;
  }

  section {
    padding-bottom: 30px;
  }
  section h2 img {
    height: 130px;
  }
  section .col {
    padding: 30px 0;
  }
  section .s-col-1 {
    width: 100%;
  }
  section .row-re {
    flex-direction: column-reverse;
  }

  section#top .tagline {
    padding: 0 0 7% 0;
  }

  section#concept .col,
section#concept2 .col {
    font-size: calc(80% + .4vw);
    line-height: 1.8;
  }

  section#business {
    padding-bottom: 0;
  }
  section#business .container-flex.fst {
    margin-top: 0;
  }
  section#business .container-flex.fst .col-3 {
    margin-top: -5%;
  }
  section#business .container-flex.fst .img {
    padding-top: 5px;
  }
  section#business .container-flex.scnd .col-3 {
    margin-top: 3%;
  }
  section#business .container-flex.thed .col-3 {
    margin-top: -5%;
  }
  section#business .img {
    text-align: center;
    padding-top: 50px;
  }
  section#business .img img {
    max-width: 400px;
    min-width: 120px;
    width: 35%;
  }
  section#business .wrapper article {
    margin-top: 0;
  }

  section#comp .col {
    padding: 0;
  }
  section#comp .link-list li {
    margin-bottom: 1em;
    line-height: 2.5;
  }
  section#comp .container-flex {
    line-height: 1.6;
  }
  section#comp .container-flex dl:first-child dt,
section#comp .container-flex dt {
    width: 8.5em;
  }
  section#comp .container-flex dl:first-child dd,
section#comp .container-flex dd {
    margin-left: 8.5em;
  }
  section#comp .container-flex dd.last-l {
    margin-bottom: 1.6em;
  }
  section#comp #map iframe {
    height: 300px;
  }
  section#comp #map:before {
    width: 170%;
  }

  section#recr {
    margin-top: 50px;
  }
  section#recr .col {
    padding: 30px 0;
  }
  section#recr dl.col {
    padding-bottom: 0;
  }
  section#recr .package {
    border-left: 0;
    border-top: 1px solid #595959;
  }

  section.single-document h2 img {
    height: 160px;
  }

  section.single-document.page-privacy h2 img {
    height: 120px;
  }

  footer ul {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  footer ul li:not(:first-child) {
    margin-top: 1em;
  }
}
@media (max-width: 670px) {
  section h2 {
    display: flex;
    justify-content: center;
  }
  section h2 img {
    height: 180px;
  }

  .fuwatto-wrap [class*=fuwatto] {
    transform: translate(0, 80px);
    transition: all 1s;
  }
}
@media (max-width: 414px) {
  section#business .btn_recruit br {
    display: inline;
  }

  section#concept .col {
    padding: 15px 0;
  }
}
