@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
/* to preserve line-height and selector appearance */
/*to enable resizing for IE*/
/* ページ共通
---------------------------------------------------- */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@keyframes "kakudai" {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes "coverIn" {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes "news-show" {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}
@keyframes "modal-show" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "fadeIn" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "fadeInUp" {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes "fadeInUp2" {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes "hayabusachan" {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}
@keyframes "fadeOut" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes "historyBox" {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}
@keyframes "bgZoom" {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}
@keyframes "fadeInBlur" {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes "bounce" {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes "flash" {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes "pulse" {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*-- Width --*/
/*-- Margin --*/
/*-- Padding --*/
/*-- Font --*/
/*-- Etc --*/
/*-- Width --*/
/*-- Margin --*/
/*-- Padding --*/
/*-- Font --*/
/*-- Etc --*/
/*--------------------------------------
 レイアウト
---------------------------------------*/
/*--------------------------------------
 要素
---------------------------------------*/
/*--------------------------------------
 パーツ
---------------------------------------*/
/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
/*--------------------------------------
 intro
---------------------------------------*/
/*--------------------------------------
 service
---------------------------------------*/
/*--------------------------------------
 flow
---------------------------------------*/
/*--------------------------------------
 about
---------------------------------------*/
/*--------------------------------------
 daihyo
---------------------------------------*/
/*--------------------------------------
 recruit
---------------------------------------*/
/*--------------------------------------
 contact
---------------------------------------*/
/*--------------------------------------
 service
---------------------------------------*/
*:focus {
  outline: none;
}
*:first-child + html body {
  font-size: 87%;
}
* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  font: 10px/1.4 "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  line-height: 1.6875;
}

div {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

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

h1 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

pre {
  margin: 0;
  padding: 0;
}

code {
  margin: 0;
  padding: 0;
  font-style: inherit;
  font-weight: inherit;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

legend {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

p {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0;
  padding: 0;
}

th {
  margin: 0;
  padding: 0;
  font-style: inherit;
  font-weight: inherit;
  text-align: left;
}

td {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
}

figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

address {
  font-style: inherit;
  font-weight: inherit;
}

caption {
  font-style: inherit;
  font-weight: inherit;
  text-align: left;
}

cite {
  font-style: inherit;
  font-weight: inherit;
}

dfn {
  font-style: inherit;
  font-weight: inherit;
}

em {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  font-style: inherit;
  font-weight: inherit;
}

var {
  font-style: inherit;
  font-weight: inherit;
}

small {
  font-size: 100%;
  font-weight: inherit;
}

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

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

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

br {
  letter-spacing: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

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

html {
  color: #000;
  font-size: 10px;
  letter-spacing: 0;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated2 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.animated3 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.animated4 {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated2.infinite {
  animation-iteration-count: infinite;
}

.animated3.infinite {
  animation-iteration-count: infinite;
}

.animated4.infinite {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn {
  animation-duration: 0.75s;
}

.animated.bounceOut {
  animation-duration: 0.75s;
}

.animated.flipOutX {
  animation-duration: 0.75s;
}

.animated.flipOutY {
  animation-duration: 0.75s;
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

.flash {
  animation-name: flash;
}

.pulse {
  animation-name: pulse;
}

.WAuto {
  width: auto !important;
}

.M0 {
  margin: 0 !important;
}

.MA {
  margin: auto !important;
}

.MTA {
  margin-top: auto !important;
}

.MRA {
  margin-right: auto !important;
}

.MBA {
  margin-bottom: auto !important;
}

.MLA {
  margin-left: auto !important;
}

.P0 {
  padding: 0 !important;
}

.PA {
  padding: auto !important;
}

.PTA {
  padding-top: auto !important;
}

.PRA {
  padding-right: auto !important;
}

.PBA {
  padding-bottom: auto !important;
}

.PLA {
  padding-left: auto !important;
}

.ffNS {
  font-family: "Noto Sans Japanese";
}

.fz6 {
  font-size: 6px;
}

.fz6R {
  font-size: 0.6rem;
}

.fz7 {
  font-size: 7px;
}

.fz7R {
  font-size: 0.7rem;
}

.fz8 {
  font-size: 8px;
}

.fz8R {
  font-size: 0.8rem;
}

.fz9 {
  font-size: 9px;
}

.fz9R {
  font-size: 0.9rem;
}

.fz10 {
  font-size: 10px;
}

.fz10R {
  font-size: 1rem;
}

.fz11 {
  font-size: 11px;
}

.fz11R {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 12px;
}

.fz12R {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 13px;
}

.fz13R {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 14px;
}

.fz14R {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 15px;
}

.fz15R {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 16px;
}

.fz16R {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 17px;
}

.fz17R {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 18px;
}

.fz18R {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 19px;
}

.fz19R {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 20px;
}

.fz20R {
  font-size: 2rem;
}

.fz21 {
  font-size: 21px;
}

.fz21R {
  font-size: 2.1rem;
}

.fz22 {
  font-size: 22px;
}

.fz22R {
  font-size: 2.2rem;
}

.fz23 {
  font-size: 23px;
}

.fz23R {
  font-size: 2.3rem;
}

.fz24 {
  font-size: 24px;
}

.fz24R {
  font-size: 2.4rem;
}

.fz25 {
  font-size: 25px;
}

.fz25R {
  font-size: 2.5rem;
}

.fz26 {
  font-size: 26px;
}

.fz26R {
  font-size: 2.6rem;
}

.fz27 {
  font-size: 27px;
}

.fz27R {
  font-size: 2.7rem;
}

.fz28 {
  font-size: 28px;
}

.fz28R {
  font-size: 2.8rem;
}

.fz29 {
  font-size: 29px;
}

.fz29R {
  font-size: 2.9rem;
}

.fz30 {
  font-size: 30px;
}

.fz30R {
  font-size: 3rem;
}

.fz31 {
  font-size: 31px;
}

.fz31R {
  font-size: 3.1rem;
}

.fz32 {
  font-size: 32px;
}

.fz32R {
  font-size: 3.2rem;
}

.fz33 {
  font-size: 33px;
}

.fz33R {
  font-size: 3.3rem;
}

.fz34 {
  font-size: 34px;
}

.fz34R {
  font-size: 3.4rem;
}

.fz35 {
  font-size: 35px;
}

.fz35R {
  font-size: 3.5rem;
}

.fz36 {
  font-size: 36px;
}

.fz36R {
  font-size: 3.6rem;
}

.fz37 {
  font-size: 37px;
}

.fz37R {
  font-size: 3.7rem;
}

.fz38 {
  font-size: 38px;
}

.fz38R {
  font-size: 3.8rem;
}

.fz39 {
  font-size: 39px;
}

.fz39R {
  font-size: 3.9rem;
}

.fz40 {
  font-size: 40px;
}

.fz40R {
  font-size: 4rem;
}

.fz41 {
  font-size: 41px;
}

.fz41R {
  font-size: 4.1rem;
}

.fz42 {
  font-size: 42px;
}

.fz42R {
  font-size: 4.2rem;
}

.fz43 {
  font-size: 43px;
}

.fz43R {
  font-size: 4.3rem;
}

.fz44 {
  font-size: 44px;
}

.fz44R {
  font-size: 4.4rem;
}

.fz45 {
  font-size: 45px;
}

.fz45R {
  font-size: 4.5rem;
}

.fz46 {
  font-size: 46px;
}

.fz46R {
  font-size: 4.6rem;
}

.fz47 {
  font-size: 47px;
}

.fz47R {
  font-size: 4.7rem;
}

.fz48 {
  font-size: 48px;
}

.fz48R {
  font-size: 4.8rem;
}

.fz49 {
  font-size: 49px;
}

.fz49R {
  font-size: 4.9rem;
}

.fz50 {
  font-size: 50px;
}

.fz50R {
  font-size: 5rem;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.lh8 {
  line-height: 0.8 !important;
}

.lh9 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.lh26 {
  line-height: 2.6 !important;
}

.lh27 {
  line-height: 2.7 !important;
}

.lh28 {
  line-height: 2.8 !important;
}

.lh29 {
  line-height: 2.9 !important;
}

.lh30 {
  line-height: 3 !important;
}

.disI {
  display: inline !important;
}

.disB {
  display: block !important;
}

.disIB {
  display: inline-block !important;
}

.disT {
  display: table !important;
}

.disTC {
  display: table-cell !important;
}

.disN {
  display: none !important;
}

.disF {
  display: flex !important;
}

.jcFS {
  justify-content: flex-start !important;
}

.jcFE {
  justify-content: flex-end !important;
}

.jcC {
  justify-content: center !important;
}

.jcSB {
  justify-content: space-between !important;
}

.jcSA {
  justify-content: space-around !important;
}

.aiFS {
  align-items: flex-start !important;
}

.aiFE {
  align-items: flex-end !important;
}

.aiC {
  align-items: center !important;
}

.aiS {
  align-items: stretch !important;
}

.aiB {
  align-items: baseline !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.vaTB {
  vertical-align: text-bottom !important;
}

.fltL {
  float: left !important;
}

.fltR {
  float: right !important;
}

.fltN {
  float: none !important;
}

.posS {
  position: static !important;
}

.posR {
  position: relative !important;
}

.posA {
  position: absolute !important;
}

.posF {
  position: fixed !important;
}

.brWord {
  word-wrap: break-word;
}

.waNw {
  white-space: nowrap;
}

.printDown {
  display: none;
}

.printBreak {
  display: none;
}

.l-header.recruit {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 15px;
}
.l-header.recruit img {
  width: 200px;
}
.l-header.recruit .desc {
  padding-top: 0.5em;
  font-size: 13px;
}
.l-header .contact {
  display: flex;
  align-items: center;
}
.l-header .contact .tel {
  text-align: center;
  width: 215px;
}
.l-header .contact .tel small {
  display: block;
  margin-top: 3px;
  font-size: 1.4rem;
}
.l-header .contact .blog {
  margin-left: 27px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1;
}
.l-header .contact .blog a {
  display: block;
  box-sizing: border-box;
  width: 150px;
  background-color: #000;
  padding: 15px 24px 15px 57px;
  color: #fff;
  border: 1px solid #000;
  position: relative;
  transition: 0.3s;
}
.l-header .contact .blog a:before {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.45em;
  height: 3.05em;
  margin: auto;
  position: absolute;
  top: 27px;
  bottom: 0;
  left: 24px;
  transition: 0.3s;
  background-image: url("../img/icn_blog.png");
}
.l-header .contact .blog a:after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.45em;
  height: 3.05em;
  margin: auto;
  position: absolute;
  top: 27px;
  bottom: 0;
  left: 24px;
  transition: 0.3s;
  background-image: url("../img/icn_blog_on.png");
  opacity: 0;
}
.l-header .contact .blog a:hover {
  background-color: #fff;
  color: #000;
}
.l-header .contact .blog a:hover:before {
  opacity: 0;
}
.l-header .contact .blog a:hover:after {
  opacity: 1;
}
.l-header .contact .inquiry {
  margin-left: 27px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1;
}
.l-header .contact .inquiry a {
  display: block;
  box-sizing: border-box;
  width: 200px;
  background-color: #000;
  padding: 15px 24px 15px 57px;
  color: #fff;
  border: 1px solid #000;
  position: relative;
  transition: 0.3s;
}
.l-header .contact .inquiry a:before {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25em;
  height: 0.85em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  transition: 0.3s;
  background-image: url("../img/icn_mail.png");
}
.l-header .contact .inquiry a:after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25em;
  height: 0.85em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  transition: 0.3s;
  background-image: url("../img/icn_mail_on.png");
  opacity: 0;
}
.l-header .contact .inquiry a:hover {
  background-color: #fff;
  color: #000;
}
.l-header .contact .inquiry a:hover:before {
  opacity: 0;
}
.l-header .contact .inquiry a:hover:after {
  opacity: 1;
}

.l-footer {
  position: relative;
  background-color: #000102;
  font-size: 1.2rem;
  padding: 40px 30px 100px;
  color: #fff;
  text-align: center;
}
.l-footer .totop {
  display: flex;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}
.l-footer .totop:before {
  content: "";
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  position: relative;
  top: 5px;
}
.l-footer .totop.show {
  opacity: 1;
  visibility: visible;
}
.l-footer .snsLnk {
  display: flex;
  justify-content: center;
}
.l-footer .snsLnk li {
  width: 4rem;
  height: 4rem;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
}
.l-footer .snsLnk li + li {
  margin-left: 20px;
}
.l-footer .snsLnk li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-footer .snsLnk li a .img {
  display: inline-flex;
}
.l-footer .snsLnk li .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-footer .snsLnk li .box .img {
  display: inline-flex;
}
.l-footer .snsLnk li:nth-child(1) a .img {
  width: 1.6rem;
}
.l-footer .snsLnk li:nth-child(1) .box .img {
  width: 1.6rem;
}
.l-footer .snsLnk li:nth-child(2) a .img {
  width: 1.8rem;
}
.l-footer .snsLnk li:nth-child(3) a .img {
  width: 1.8rem;
}
.l-footer .snsLnk li:nth-child(4) a .img {
  width: 1.8rem;
}
.l-footer .companyInfo {
  margin-top: 30px;
}
.l-footer .companyInfo p + p {
  margin-top: 0.4em;
}
.l-footer .copy {
  margin-top: 0.4em;
}

svg {
  vertical-align: top;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

.u-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.u-inner.sz2 {
  max-width: 1200px;
}

.u-ttl1 {
  font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
}
.u-ttl1 span {
  display: inline-block;
  padding-bottom: 0.10909em;
  border-bottom-style: solid;
  border-bottom-width: 7px;
  border-bottom-color: #ffd820;
}

.u-lead1 {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5625;
}

.u-red1 {
  background-color: #c80000;
}

.u-red1_a50 {
  background-color: rgba(200, 0, 0, 0.5);
}

.u-btn1 {
  display: inline-block;
}

.u-btn1.sz1 {
  padding: 0.5em 1em;
  font-size: 1.8rem;
}

.u-btn1.clr1 {
  background-color: #000;
  color: #fff;
}

.u-btn1.clr2 {
  background-color: #c80000;
  transition: background-color 0.3s;
  color: #fff;
}
.u-btn1.clr2:hover {
  background-color: #ff1616;
}

.u-pager1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-dis_flex_block {
  display: flex;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 38px;
  height: 59px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
  transition: 0.3s;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  background-image: url(../img/slk_arw1_l.png);
  left: 20px;
}

.slick-arrow.slick-next {
  background-image: url(../img/slk_arw1_r.png);
  right: 20px;
}

.slick-dots li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}
.slick-dots li.slick-active {
  background-color: #3b3561;
  border: 2px solid #fff;
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}
.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}
.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #fff;
}

.mainZone {
  background: url("../img/main/bg.png") center center repeat-x;
  background-size: auto 100%;
  padding: 125px 70px 150px;
  position: relative;
}
.mainZone .box {
  background-color: #fff;
  max-width: 600px;
  margin: auto;
  text-align: center;
  box-shadow: 20.569px 24.513px 40px 0 rgba(0, 0, 0, 0.68);
}
.mainZone .box .in {
  padding: 25px 30px 25px;
}
.mainZone h1 {
  margin-bottom: 25px;
}
.mainZone h1 img {
  width: 276px;
}
.mainZone .desc {
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.mainZone .desc p {
  display: inline-block;
  padding: 5px 0;
  border-top: 1px solid #c1c4c6;
  border-bottom: 1px solid #c1c4c6;
}
.mainZone .desc p span {
  display: inline-block;
}
.mainZone .msg {
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  font-size: 5.6rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.32143;
}
.mainZone .msg strong {
  background: linear-gradient(to bottom, #f6d21f 0, #f6d21f 100%);
  background-size: auto 0.21429em;
  background-repeat: repeat-x;
  background-position: 0 1em;
  color: #018762;
}
.mainZone .msg .sml1 {
  font-size: 0.66071em;
}
.mainZone .msg .sml2 {
  font-size: 0.78571em;
}
.mainZone .contactBox {
  display: flex;
}
.mainZone .contactBox > * {
  width: 50%;
  box-sizing: border-box;
}
.mainZone .contactBox dl {
  background-color: #000;
  padding: 10px 25px;
  color: #fff;
}
.mainZone .contactBox dl dt {
  font-style: italic;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.3em;
}
.mainZone .contactBox dl dt .mobile {
  font-size: 2.5rem;
}
.mainZone .contactBox dl dd {
  padding-top: 5px;
  font-size: 1.4rem;
  border-top: 1px solid #fff;
}
.mainZone .contactBox .inq {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd820;
  font-size: 1.8rem;
  font-weight: bold;
  transition: filter 0.3s;
}
.mainZone .contactBox .inq:hover {
  filter: brightness(150%);
}
.mainZone .contactBox .inq:before {
  content: "";
  display: block;
  background: url("../img/icn_mail.svg") 0 0 no-repeat;
  width: 1.38889em;
  height: 1em;
  margin-right: 0.44444em;
}

.introZone {
  padding: 100px 70px 110px;
  position: relative;
}
.introZone:before {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  background-image: url("../img/intro/deco01.png");
  width: 831px;
  height: 733px;
  top: 0;
  right: 0;
}
.introZone:after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  background-image: url("../img/intro/deco02.png");
  width: 852px;
  height: 866px;
  bottom: 0;
  left: 0;
}
.introZone .u-inner {
  position: relative;
  z-index: 1;
}
.introZone .u-ttl1 {
  margin-bottom: 55px;
}
.introZone section {
  position: relative;
}
.introZone section:before {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 23.55556%;
  position: absolute;
  bottom: 0;
}
.introZone section h3 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  white-space: nowrap;
  top: 0;
  position: absolute;
  z-index: 1;
}
.introZone section h3 span {
  display: inline-block;
  background-color: #018a4f;
  padding: 3px 30px;
}
.introZone section .img {
  box-shadow: 7.713px 9.193px 20px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
}
.introZone section p {
  line-height: 1.6875;
}
.introZone section.sec1 {
  padding: 14.22222% 0 8.88889%;
}
.introZone section.sec1:before {
  background-image: url("../img/intro/no01.png");
  width: 8.22222%;
  margin-bottom: 6.66667%;
  left: 95.11111%;
}
.introZone section.sec1 h3 {
  margin-top: 5%;
  left: 56.44444%;
}
.introZone section.sec1 .img {
  width: 60.55556%;
  left: -2.22222%;
}
.introZone section.sec1 p {
  margin: 0 2.22222% 0 63%;
}
.introZone section.sec2 {
  padding: 12% 0 8.88889%;
}
.introZone section.sec2:before {
  background-image: url("../img/intro/no02.png");
  width: 21.55556%;
  margin-bottom: 6.66667%;
  left: 18.88889%;
}
.introZone section.sec2 h3 {
  margin-top: 2.44444%;
  left: 0.22222%;
}
.introZone section.sec2 .img {
  width: 60.77778%;
  right: -4.88889%;
}
.introZone section.sec2 p {
  margin: 0 60% 0 0.66667%;
}
.introZone section.sec3 {
  padding: 14.44444% 0 6.44444%;
}
.introZone section.sec3:before {
  background-image: url("../img/intro/no03.png");
  width: 19.66667%;
  margin-bottom: 1.11111%;
  left: 87.33333%;
}
.introZone section.sec3 h3 {
  margin-top: 5%;
  right: -3.11111%;
}
.introZone section.sec3 h3 span {
  padding-right: 15px;
}
.introZone section.sec3 .img {
  width: 60.55556%;
  left: -1.66667%;
}
.introZone section.sec3 p {
  margin: 0 -2.22222% 0 63.33333%;
}

.serviceZone {
  background: url("../img/service/bg_wrap2.png") center top repeat-x;
  background-size: auto 100%;
  color: #fff;
}
.serviceZone .bg {
  background: url("../img/service/bg_wrap.png") center top no-repeat;
  background-size: auto 100%;
  padding: 53px 50px 100px;
}
.serviceZone .u-inner {
  max-width: 1210px;
}
.serviceZone .in {
  width: 532px;
  margin: 0 0 0 auto;
}
.serviceZone .u-ttl1 {
  margin-bottom: 30px;
}
.serviceZone .u-lead1 {
  margin-bottom: 20px;
  text-align: left;
}
.serviceZone ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serviceZone ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 48.87218%;
  padding: 12px 10px;
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  box-shadow: 7.713px 9.193px 20px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.serviceZone ul li:nth-child(n-3) {
  margin-top: 2.25564%;
}
.serviceZone ul li span {
  display: inline-block;
}

.flowZone {
  background: url("../img/flow/bg.png") no-repeat;
  background-size: cover;
  padding: 60px 50px 140px;
}
.flowZone .u-inner {
  max-width: 1000px;
}
.flowZone .u-inner .u-lead1 {
  padding: 2em 3em 3em;
}
.flowZone .u-inner .flow {
  display: flex;
  justify-content: space-between;
}
.flowZone .u-inner .flow li {
  width: 21%;
  position: relative;
  text-align: center;
}
.flowZone .u-inner .flow li .circleTxt {
  position: relative;
  width: 210px;
  height: 210px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.3);
}
.flowZone .u-inner .flow li .circleTxt .img {
  padding: 10px 0;
}
.flowZone .u-inner .flow li:after {
  content: "▼";
  font-size: 2.4rem;
  color: #333333;
  transform: rotate(-90deg);
  position: absolute;
  right: -1.5em;
  top: 22.4%;
}
.flowZone .u-inner .flow li:last-of-type:after {
  display: none;
}
.flowZone .u-inner .flow li:nth-child(1) {
  z-index: 5;
}
.flowZone .u-inner .flow li:nth-child(2) {
  z-index: 4;
}
.flowZone .u-inner .flow li:nth-child(3) {
  z-index: 3;
}
.flowZone .u-inner .flow li:nth-child(4) {
  z-index: 2;
}
.flowZone .u-inner .flow li h3 {
  font-weight: bold;
  color: #007442;
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 45px;
}
.flowZone .u-inner .flow li p {
  padding-top: 25px;
  width: 180px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
  font-size: 1.6rem;
}

.aboutZone {
  display: flex;
  position: relative;
}
.aboutZone section {
  width: 50%;
  box-sizing: border-box;
}
.aboutZone section.secTxt {
  color: #fff;
  padding: 40px 50px 50px;
  background: #007442;
}
.aboutZone section.secTxt .u-ttl1 {
  margin-bottom: 25px;
}
.aboutZone section.secTxt .list {
  max-width: 480px;
  margin: auto;
}
.aboutZone section.secTxt .list dl {
  display: flex;
  padding: 15px 0;
  font-size: 1.6rem;
  line-height: 1.5625;
}
.aboutZone section.secTxt .list dt {
  flex-shrink: 0;
  width: 6em;
  font-weight: bold;
}
.aboutZone section.secTxt .list dd {
  width: 100%;
  font-weight: 300;
}
.aboutZone section.secTxt .list dd li {
  display: inline-block;
  margin-right: 0.8em;
}
.aboutZone section.secMap iframe {
  width: 100%;
  height: 100%;
}

.daihyoZone {
  background: url("../img/daihyo/bg_block.png") no-repeat top -140px right;
  padding: 0 50px;
}
.daihyoZone .u-inner {
  max-width: 1030px;
  padding: 45px 0 100px;
  position: relative;
}
.daihyoZone .txts {
  text-align: center;
}
.daihyoZone .txts .u-ttl1 {
  margin-bottom: 30px;
  text-align: center;
}
.daihyoZone .txts .lead {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.6875;
}
.daihyoZone .txts .name {
  display: block;
  margin-top: 3em;
}
.daihyoZone .txts .name img {
  width: 284px;
}

.recruitZone {
  padding: 80px 0;
  color: #fff;
  background: url("../img/recruit/bg.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.recruitZone .u-lead1 {
  margin: 30px 0;
}
.recruitZone .lnkForm {
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.recruitZone .lnkForm li {
  width: 310px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 10px;
}
.recruitZone .lnkForm li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 40px 0;
  color: #000;
  background: #fff;
}
.recruitZone .lnkForm li a:hover {
  opacity: 0.8;
}
.recruitZone .lnkForm li a:after {
  position: absolute;
  content: "";
  width: 0.875em;
  height: 0.875em;
  top: 0.25em;
  bottom: 0;
  right: 1.25em;
  margin: auto 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
}

.contactZone {
  position: relative;
  background-color: #f4f4f4;
  padding: 50px 50px 90px;
  background: url("../img/contact/bg.png") no-repeat center top;
  background-size: cover;
}
.contactZone:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 470px;
  background: url("../img/contact/inner_bg.png") no-repeat center top;
  background-size: cover;
}
.contactZone .u-inner {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.contactZone .u-ttl1 {
  position: relative;
  color: #fff;
}
.contactZone .u-lead1 {
  position: relative;
  padding: 2em;
  color: #fff;
  line-height: 1.8;
}
.contactZone .areaBox {
  position: relative;
  background: #f4f4f4;
  padding: 1em 1.5em;
  line-height: 1.6;
  margin-bottom: 80px;
}
.contactZone .areaBox dl {
  display: flex;
}
.contactZone .areaBox dl dt {
  padding-right: 16px;
}
.contactZone .areaBox dl dd {
  padding-left: 28px;
  border-left: 3px solid #969696;
}
.contactZone .formBox {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 45px 50px;
  box-sizing: border-box;
  box-shadow: 15px 20px 20px 0px rgba(0, 0, 0, 0.1);
}
.contactZone .formBox .formrun-system-show {
  color: tomato;
}
.contactZone .row {
  margin-bottom: 20px;
}
.contactZone .row label {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 100;
}
.contactZone .row label .must {
  margin-left: 10px;
  background: #d9534f;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 0.3em 0.5em;
  line-height: 1.4;
  font-size: 12px;
  font-weight: bold;
}
.contactZone .row label.kojin {
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.contactZone .row label.kojin input {
  margin-right: 10px;
  width: 1.2em;
  height: 1.2em;
}
.contactZone .row input[type=text] {
  display: block;
  border: 1px solid #d9d9d9;
  width: 100%;
  box-sizing: border-box;
  padding: 0.3em 1em;
  border-radius: 5px;
  background: #fff;
  font-weight: 100;
}
.contactZone .row textarea {
  display: block;
  border: 1px solid #d9d9d9;
  width: 100%;
  box-sizing: border-box;
  padding: 0.3em 1em;
  border-radius: 5px;
  background: #fff;
  font-weight: 100;
  height: 8em;
}
.contactZone .privacy {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  overflow-y: scroll;
  margin-bottom: 25px;
  height: 100px;
}
.contactZone .privacy h3 {
  font-size: 14px;
  font-weight: bold;
}
.contactZone .privacy p {
  padding: 5px 0 0 0;
  font-size: 12px;
}
.contactZone .privacy ul {
  padding: 5px 0 0 0;
  font-size: 12px;
}
.contactZone .privacy h4 {
  font-size: 12px;
  font-weight: bold;
  padding: 1.3em 0 0.2em 0;
}
.contactZone .rowRcap {
  margin-bottom: 15px;
}
.contactZone button {
  color: #fff;
  width: 100%;
  background: #000;
  text-align: center;
  font-size: 2rem;
  border-radius: 8px;
  padding: 0.5em 0;
  cursor: pointer;
}
.contactZone button:disabled {
  pointer-events: none;
  background: #d6dde2;
}
.contactZone .center {
  text-align: center;
}

.blogZone {
  padding: 50px 50px 80px;
  background-attachment: fixed;
}
.blogZone .u-lead1 {
  padding: 3em;
}
.blogZone ul {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  justify-content: center;
}
.blogZone ul li {
  border: 1px solid #fff;
  width: 31.5%;
  margin: 0 2%;
  background: #fff;
}
.blogZone ul li a {
  display: block;
}
.blogZone ul li a:hover {
  opacity: 0.7;
}
.blogZone ul li .txt {
  display: block;
  padding: 1em 0;
}
.blogZone ul li .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 315px;
}
.blogZone ul li .img img {
  width: 100%;
}
.blogZone .u-btn {
  text-align: center;
}
.blogZone .u-btn a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 2rem;
  padding: 0.8em 2em;
}
.blogZone .u-btn a:hover {
  opacity: 0.7;
}

.newsZone {
  max-width: 1336px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.newsZone dl {
  background: #eee;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 1.5em 1em;
  font-size: 1.6rem;
  text-align: center;
}
.newsZone dl dt {
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.8rem;
}
.newsZone dl dd {
  line-height: 1.8;
}
.newsZone dl dd p {
  font-weight: bold;
  padding: 0.5em 0;
  color: red;
}
.newsZone dl dd small {
  font-size: 80%;
  line-height: 1.4;
  display: inline-block;
}

.recruitPage {
  background-color: #f4f4f4;
  padding-bottom: 40px;
}
.recruitPage h1 {
  text-align: center;
  background-image: url("../img/main/bg.png");
  font-size: 3.5rem;
  font-weight: bold;
  padding: 3em;
  margin-bottom: 40px;
}
.recruitPage h1 span {
  display: inline-block;
  padding: 0.2em 0.8em;
  color: #078a66;
  background-color: #ffda2c;
}
.recruitPage .inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
}
.recruitPage .inner dl {
  display: flex;
  margin-bottom: 25px;
  justify-content: flex-start;
  padding-bottom: 25px;
  border-bottom: 1px dotted #ccc;
}
.recruitPage .inner dl dt {
  padding-right: 25px;
  width: 20%;
  flex-shrink: 0;
  color: #078a66;
  text-align: right;
  font-weight: bold;
  box-sizing: border-box;
}
.recruitPage .inner dl dd {
  width: 80%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left: 25px;
  border-left: 2px solid #078a66;
}
.recruitPage .inner dl dd li {
  list-style: square;
  margin-left: 25px;
}
.recruitPage .btn {
  text-align: center;
}
.recruitPage .btn a {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50px;
  background-color: #078a66;
  color: #fff;
  padding: 0.5em 1em;
}
.recruitPage .btn a:hover {
  opacity: 0.8;
}

.rflex {
  display: flex;
}
.rflex .img {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 5px;
  }
  body {
    font-size: 2.4rem;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .spWAuto {
    width: auto !important;
  }
  .spM0 {
    margin: 0 !important;
  }
  .spMA {
    margin: auto !important;
  }
  .spMTA {
    margin-top: auto !important;
  }
  .spMRA {
    margin-right: auto !important;
  }
  .spMBA {
    margin-bottom: auto !important;
  }
  .spMLA {
    margin-left: auto !important;
  }
  .spP0 {
    padding: 0 !important;
  }
  .spPA {
    padding: auto !important;
  }
  .spPTA {
    padding-top: auto !important;
  }
  .spPRA {
    padding-right: auto !important;
  }
  .spPBA {
    padding-bottom: auto !important;
  }
  .spPLA {
    padding-left: auto !important;
  }
  .spFz6 {
    font-size: 6px;
  }
  .spFz6R {
    font-size: 0.6rem;
  }
  .spFz7 {
    font-size: 7px;
  }
  .spFz7R {
    font-size: 0.7rem;
  }
  .spFz8 {
    font-size: 8px;
  }
  .spFz8R {
    font-size: 0.8rem;
  }
  .spFz9 {
    font-size: 9px;
  }
  .spFz9R {
    font-size: 0.9rem;
  }
  .spFz10 {
    font-size: 10px;
  }
  .spFz10R {
    font-size: 1rem;
  }
  .spFz11 {
    font-size: 11px;
  }
  .spFz11R {
    font-size: 1.1rem;
  }
  .spFz12 {
    font-size: 12px;
  }
  .spFz12R {
    font-size: 1.2rem;
  }
  .spFz13 {
    font-size: 13px;
  }
  .spFz13R {
    font-size: 1.3rem;
  }
  .spFz14 {
    font-size: 14px;
  }
  .spFz14R {
    font-size: 1.4rem;
  }
  .spFz15 {
    font-size: 15px;
  }
  .spFz15R {
    font-size: 1.5rem;
  }
  .spFz16 {
    font-size: 16px;
  }
  .spFz16R {
    font-size: 1.6rem;
  }
  .spFz17 {
    font-size: 17px;
  }
  .spFz17R {
    font-size: 1.7rem;
  }
  .spFz18 {
    font-size: 18px;
  }
  .spFz18R {
    font-size: 1.8rem;
  }
  .spFz19 {
    font-size: 19px;
  }
  .spFz19R {
    font-size: 1.9rem;
  }
  .spFz20 {
    font-size: 20px;
  }
  .spFz20R {
    font-size: 2rem;
  }
  .spFz21 {
    font-size: 21px;
  }
  .spFz21R {
    font-size: 2.1rem;
  }
  .spFz22 {
    font-size: 22px;
  }
  .spFz22R {
    font-size: 2.2rem;
  }
  .spFz23 {
    font-size: 23px;
  }
  .spFz23R {
    font-size: 2.3rem;
  }
  .spFz24 {
    font-size: 24px;
  }
  .spFz24R {
    font-size: 2.4rem;
  }
  .spFz25 {
    font-size: 25px;
  }
  .spFz25R {
    font-size: 2.5rem;
  }
  .spFz26 {
    font-size: 26px;
  }
  .spFz26R {
    font-size: 2.6rem;
  }
  .spFz27 {
    font-size: 27px;
  }
  .spFz27R {
    font-size: 2.7rem;
  }
  .spFz28 {
    font-size: 28px;
  }
  .spFz28R {
    font-size: 2.8rem;
  }
  .spFz29 {
    font-size: 29px;
  }
  .spFz29R {
    font-size: 2.9rem;
  }
  .spFz30 {
    font-size: 30px;
  }
  .spFz30R {
    font-size: 3rem;
  }
  .spFz31 {
    font-size: 31px;
  }
  .spFz31R {
    font-size: 3.1rem;
  }
  .spFz32 {
    font-size: 32px;
  }
  .spFz32R {
    font-size: 3.2rem;
  }
  .spFz33 {
    font-size: 33px;
  }
  .spFz33R {
    font-size: 3.3rem;
  }
  .spFz34 {
    font-size: 34px;
  }
  .spFz34R {
    font-size: 3.4rem;
  }
  .spFz35 {
    font-size: 35px;
  }
  .spFz35R {
    font-size: 3.5rem;
  }
  .spFz36 {
    font-size: 36px;
  }
  .spFz36R {
    font-size: 3.6rem;
  }
  .spFz37 {
    font-size: 37px;
  }
  .spFz37R {
    font-size: 3.7rem;
  }
  .spFz38 {
    font-size: 38px;
  }
  .spFz38R {
    font-size: 3.8rem;
  }
  .spFz39 {
    font-size: 39px;
  }
  .spFz39R {
    font-size: 3.9rem;
  }
  .spFz40 {
    font-size: 40px;
  }
  .spFz40R {
    font-size: 4rem;
  }
  .spFz41 {
    font-size: 41px;
  }
  .spFz41R {
    font-size: 4.1rem;
  }
  .spFz42 {
    font-size: 42px;
  }
  .spFz42R {
    font-size: 4.2rem;
  }
  .spFz43 {
    font-size: 43px;
  }
  .spFz43R {
    font-size: 4.3rem;
  }
  .spFz44 {
    font-size: 44px;
  }
  .spFz44R {
    font-size: 4.4rem;
  }
  .spFz45 {
    font-size: 45px;
  }
  .spFz45R {
    font-size: 4.5rem;
  }
  .spFz46 {
    font-size: 46px;
  }
  .spFz46R {
    font-size: 4.6rem;
  }
  .spFz47 {
    font-size: 47px;
  }
  .spFz47R {
    font-size: 4.7rem;
  }
  .spFz48 {
    font-size: 48px;
  }
  .spFz48R {
    font-size: 4.8rem;
  }
  .spFz49 {
    font-size: 49px;
  }
  .spFz49R {
    font-size: 4.9rem;
  }
  .spFz50 {
    font-size: 50px;
  }
  .spFz50R {
    font-size: 5rem;
  }
  .spFwB {
    font-weight: bold !important;
  }
  .spFwN {
    font-weight: normal !important;
  }
  .spLh8 {
    line-height: 0.8 !important;
  }
  .spLh9 {
    line-height: 0.9 !important;
  }
  .spLh10 {
    line-height: 1 !important;
  }
  .spLh11 {
    line-height: 1.1 !important;
  }
  .spLh12 {
    line-height: 1.2 !important;
  }
  .spLh13 {
    line-height: 1.3 !important;
  }
  .spLh14 {
    line-height: 1.4 !important;
  }
  .spLh15 {
    line-height: 1.5 !important;
  }
  .spLh16 {
    line-height: 1.6 !important;
  }
  .spLh17 {
    line-height: 1.7 !important;
  }
  .spLh18 {
    line-height: 1.8 !important;
  }
  .spLh19 {
    line-height: 1.9 !important;
  }
  .spLh20 {
    line-height: 2 !important;
  }
  .spLh21 {
    line-height: 2.1 !important;
  }
  .spLh22 {
    line-height: 2.2 !important;
  }
  .spLh23 {
    line-height: 2.3 !important;
  }
  .spLh24 {
    line-height: 2.4 !important;
  }
  .spLh25 {
    line-height: 2.5 !important;
  }
  .spLh26 {
    line-height: 2.6 !important;
  }
  .spLh27 {
    line-height: 2.7 !important;
  }
  .spLh28 {
    line-height: 2.8 !important;
  }
  .spLh29 {
    line-height: 2.9 !important;
  }
  .spLh30 {
    line-height: 3 !important;
  }
  .spDisI {
    display: inline !important;
  }
  .spDisB {
    display: block !important;
  }
  .spDisIB {
    display: inline-block !important;
  }
  .spDisT {
    display: table !important;
  }
  .spDisTC {
    display: table-cell !important;
  }
  .spDisN {
    display: none !important;
  }
  .spDisF {
    display: flex !important;
  }
  .spJcFS {
    justify-content: flex-start !important;
  }
  .spJcFE {
    justify-content: flex-end !important;
  }
  .spJcC {
    justify-content: center !important;
  }
  .spJcSB {
    justify-content: space-between !important;
  }
  .spJcSA {
    justify-content: space-around !important;
  }
  .spAiFS {
    align-items: flex-start;
  }
  .spAiFE {
    align-items: flex-end !important;
  }
  .spAiC {
    align-items: center !important;
  }
  .spAiS {
    align-items: stretch !important;
  }
  .spAiB {
    align-items: baseline !important;
  }
  .spTaL {
    text-align: left !important;
  }
  .spTaR {
    text-align: right !important;
  }
  .spTaC {
    text-align: center !important;
  }
  .spVaT {
    vertical-align: top !important;
  }
  .spVaM {
    vertical-align: middle !important;
  }
  .spVaB {
    vertical-align: bottom !important;
  }
  .spVaTB {
    vertical-align: text-bottom !important;
  }
  .spFltL {
    float: left !important;
  }
  .spFltR {
    float: right !important;
  }
  .spFltN {
    float: none !important;
  }
  .spPosS {
    position: static !important;
  }
  .spPosR {
    position: relative !important;
  }
  .spPosA {
    position: absolute !important;
  }
  .spPosF {
    position: fixed !important;
  }
  .l-header {
    display: block;
    padding: 15px 0;
  }
  .l-header .ttlBox {
    display: block;
    text-align: center;
  }
  .l-header .ttlBox h1 {
    width: 150px;
    margin: auto;
  }
  .l-header .ttlBox .desc {
    margin: 8px 0 0;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .l-footer {
    font-size: 12px;
    padding: 35px 0;
  }
  .l-footer .logo img {
    width: 30rem;
  }
  .l-footer .snsLnk li {
    width: 10rem;
    height: 10rem;
  }
  .l-footer .snsLnk li + li {
    margin-left: 10px;
  }
  .l-footer .snsLnk li:nth-child(1) a .img {
    width: 4rem;
  }
  .l-footer .snsLnk li:nth-child(1) .box .img {
    width: 4rem;
  }
  .l-footer .snsLnk li:nth-child(2) a .img {
    width: 4rem;
  }
  .l-footer .snsLnk li:nth-child(3) a .img {
    width: 4rem;
  }
  .l-footer .snsLnk li:nth-child(4) a .img {
    width: 4rem;
  }
  .l-footer .companyInfo {
    margin-top: 15px;
  }
  .u-spPd1 {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
  }
  .u-inner {
    max-width: none;
    width: auto;
  }
  .u-ttl1 {
    font-size: 4.6rem;
  }
  .u-dis_flex_block {
    display: block;
  }
  .slick-arrow {
    width: 2.89375vw;
    height: 4.6875vw;
  }
  .slick-arrow.slick-prev {
    left: 0.78125vw;
  }
  .slick-arrow.slick-next {
    right: 0.78125vw;
  }
  .slick-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0 2.93333vw;
  }
  .slick-dots li.slick-active {
    border-width: 0.3125vw;
  }
  .modalBox .modalInner {
    width: 90%;
  }
  .mainZone {
    background: url("../img/main/main_sp.jpg") center center repeat-x;
    background-size: cover;
    padding: 30vw 10vw;
  }
  .mainZone .box {
    max-width: none;
    box-shadow: 10.2845px 12.2565px 20px 0 rgba(0, 0, 0, 0.68);
  }
  .mainZone .box .in {
    padding: 5vw 5vw 5vw 5vw;
  }
  .mainZone h1 {
    margin-bottom: 5vw;
  }
  .mainZone h1 img {
    width: 46.875vw;
  }
  .mainZone .desc {
    font-size: 2.4rem;
  }
  .mainZone .desc p {
    display: block;
    line-height: 1.4;
  }
  .mainZone .msg {
    font-size: 5.4rem;
  }
  .mainZone .contactBox dl {
    padding: 10px;
  }
  .mainZone .contactBox dl dt {
    font-size: 2.8rem;
  }
  .mainZone .contactBox dl dd {
    margin-top: 3px;
    font-size: 2.2rem;
  }
  .mainZone .contactBox .inq {
    flex-direction: column;
    font-size: 2.4rem;
  }
  .mainZone .contactBox .inq:before {
    width: 2.22222em;
    height: 1.6em;
    margin: 0 0 0.27778em;
  }
  .introZone {
    padding: 30px 20px;
  }
  .introZone .u-ttl1 {
    margin-bottom: 30px;
  }
  .introZone section {
    padding: 0 !important;
  }
  .introZone section:before {
    margin-bottom: 0 !important;
    padding-top: 63.6px;
    left: auto !important;
    right: 0;
  }
  .introZone section h3 {
    margin: 0 0 15px !important;
    font-size: 3.4rem;
    text-align: center;
    position: static;
  }
  .introZone section h3 span {
    display: block;
    padding: 5px 15px;
  }
  .introZone section .img {
    width: auto !important;
    margin-bottom: 15px;
    box-shadow: 3.8565px 4.5965px 10px 0 rgba(0, 0, 0, 0.3);
    position: static;
  }
  .introZone section .img img {
    width: 100%;
  }
  .introZone section p {
    margin: 0 !important;
    font-size: 3rem;
    text-shadow: 0 0 3px #fff;
  }
  .introZone section + section {
    margin-top: 50px;
  }
  .introZone section.sec1:before {
    width: 22.2px;
  }
  .introZone section.sec2:before {
    width: 58.2px;
  }
  .introZone section.sec3:before {
    width: 53.1px;
  }
  .serviceZone {
    background-repeat: repeat;
    background-size: auto 50%;
  }
  .serviceZone .bg {
    padding: 30px 20px;
    background-size: 220% auto;
    background-position: 14vw top;
  }
  .serviceZone .in {
    width: auto;
  }
  .serviceZone .u-lead1 {
    font-size: 3rem;
  }
  .serviceZone ul li {
    font-size: 3rem;
    box-shadow: 3.8565px 4.5965px 10px 0 rgba(0, 0, 0, 0.3);
  }
  .flowZone {
    padding: 8vw 5vw;
  }
  .flowZone .u-inner .u-lead1 {
    font-size: 3rem;
    padding: 2em;
  }
  .flowZone .u-inner .flow {
    flex-direction: column;
  }
  .flowZone .u-inner .flow li {
    width: 24.5%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 15px 20px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 25px;
    width: 100%;
    margin-bottom: 4vw;
    display: flex;
    padding: 4vw;
    justify-content: space-between;
    align-items: center;
    box-shadow: 7px 10px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .flowZone .u-inner .flow li .circleTxt {
    width: 40%;
    height: auto;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .flowZone .u-inner .flow li .circleTxt .img {
    width: 20vw;
    margin: 0 auto;
  }
  .flowZone .u-inner .flow li:after {
    font-size: 4rem;
    line-height: 1;
    top: 97%;
    right: 47%;
    transform: rotate(0deg);
    z-index: 10;
  }
  .flowZone .u-inner .flow li h3 {
    font-size: 3rem;
    display: inline-block;
    padding-top: 15px;
  }
  .flowZone .u-inner .flow li p {
    font-size: 2.6rem;
    width: 55%;
    padding-top: 0;
  }
  .aboutZone {
    display: block;
  }
  .aboutZone section {
    width: auto;
  }
  .aboutZone section.secTxt {
    padding: 20px;
  }
  .aboutZone section.secTxt .u-ttl1 {
    margin-bottom: 20px;
  }
  .aboutZone section.secTxt .list {
    max-width: none;
  }
  .aboutZone section.secTxt .list dl {
    padding: 7.5px 0;
    font-size: 2.6rem;
  }
  .aboutZone section.secMap {
    height: 168.5px;
  }
  .daihyoZone {
    background: none;
    padding: 0;
  }
  .daihyoZone .u-inner {
    padding: 0;
  }
  .daihyoZone .txts {
    padding-right: 0;
    background: none;
    text-align: left;
  }
  .daihyoZone .txts br {
    display: none;
  }
  .daihyoZone .txts .u-ttl1 {
    padding-top: 6vw;
    background: #f9f9f9;
    margin-bottom: 0px;
  }
  .daihyoZone .txts .spTxt {
    background-color: #f9f9f9;
    padding: 20px 20px 35px 20px;
  }
  .daihyoZone .txts .lead {
    margin-bottom: 19px;
    font-size: 2.8rem;
    line-height: 1.68182;
  }
  .daihyoZone .txts .name {
    text-align: right;
  }
  .daihyoZone .txts .name img {
    width: 186px;
  }
  .recruitZone {
    padding: 7.8125vw 0 10.15625vw;
    background-position: 57% 0;
  }
  .recruitZone .u-ttl1 {
    font-size: 5.5rem;
  }
  .recruitZone .u-lead1 {
    font-size: 2.6rem;
    line-height: 1.54545em;
    text-align: left;
    margin: 5.46875vw 5.46875vw 4.6875vw;
  }
  .recruitZone .lnkForm {
    width: 100%;
    padding: 0 5.46875vw;
  }
  .recruitZone .lnkForm li {
    width: 100%;
  }
  .recruitZone .lnkForm li a {
    font-size: 3rem;
    padding: 6.25vw 0;
    font-weight: bold;
  }
  .recruitZone .lnkForm li a:after {
    right: inherit;
    width: 0.5em;
    height: 0.5em;
    top: 0;
    right: 2.8125vw;
  }
  .contactZone {
    padding: 8vw 0vw;
  }
  .contactZone:before {
    height: 250px;
  }
  .contactZone .u-lead1 {
    font-size: 13px;
    padding: 2em;
    text-align: left;
  }
  .contactZone .u-lead1 br {
    display: none;
  }
  .contactZone .areaBox {
    border-radius: 0px;
    padding: 2.5vw 5vw;
    margin-bottom: 0px;
  }
  .contactZone .areaBox dl dt {
    padding-right: 8px;
  }
  .contactZone .areaBox dl dd {
    padding-left: 14px;
  }
  .contactZone .formBox {
    border-radius: 0px;
    padding: 5vw;
  }
  .contactZone .row label {
    font-size: 14px;
  }
  .contactZone .row input[type=text] {
    padding: 0.5em;
    font-size: 14px;
  }
  .contactZone .row textarea {
    padding: 0.5em;
    font-size: 14px;
  }
  .contactZone button {
    font-size: 18px;
  }
  .blogZone {
    padding: 8vw 5vw;
  }
  .blogZone .u-lead1 {
    font-size: 14px;
    padding: 2em;
  }
  .blogZone ul {
    margin: 0px;
    padding: 3vw 0;
    flex-direction: column;
  }
  .blogZone ul li {
    width: 100%;
    margin-bottom: 4vw;
  }
  .blogZone ul li .img {
    height: auto;
  }
  .blogZone .u-btn a {
    font-size: 3rem;
    display: block;
  }
  .newsZone {
    position: relative;
  }
  .newsZone dl {
    font-size: 2.2rem;
  }
  .newsZone dl dt {
    font-size: 2.6rem;
  }
  .recruitPage h1 {
    background-size: auto 100%;
    margin-bottom: 5vw;
  }
  .recruitPage .inner {
    padding: 5vw;
  }
  .recruitPage .inner dl {
    display: block;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    font-size: 2.6rem;
  }
  .recruitPage .inner dl dt {
    width: auto;
    text-align: left;
  }
  .recruitPage .inner dl dd {
    width: auto;
    padding: 0px;
    border-left: 0px;
  }
  .recruitPage .btn a {
    font-size: 3rem;
  }
  .rflex {
    display: block;
  }
  .rflex .img {
    padding-top: 20px;
    margin-left: 0px;
  }
  .rflex img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1436px) {
  .introZone:before {
    width: 57.86908vw;
    height: 51.04457vw;
  }
  .introZone:after {
    width: 34.81894vw;
    height: 34.81894vw;
  }
}
@media screen and (max-width: 1200px) {
  .serviceZone .bg {
    background-position: 20% top;
  }
}
@media screen and (max-width: 1024px) {
  .serviceZone .bg {
    background-position: 34% top;
    padding: 5.17578vw 4.88281vw 5.85938vw;
  }
  .serviceZone .u-lead1 br.pc {
    display: none;
  }
  .serviceZone ul li {
    font-size: 2.2rem;
  }
  .daihyoZone {
    background: url("../img/daihyo/bg_block.png") no-repeat top -100px right;
    background-size: 400px auto;
  }
}
.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.logos .items {
  margin: 0 10px;
}
.logos .items.i1 {
  max-width: 80px;
}
@media screen and (max-width: 767px) {
  .logos .items.i1 {
    max-width: 11vw;
  }
}
.logos .items.i2 {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .logos .items.i2 {
    max-width: 32vw;
  }
}

.l-header {
  position: fixed;
  z-index: 10;
  background-color: #fff;
}
.l-header header {
  display: flex;
  align-items: center;
  position: relative;
}
.l-header header .logo {
  width: 170px;
}
.l-header header .logo img {
  width: 100%;
}
.l-header header h1 {
  font-size: 10px;
  margin-bottom: 8px;
}
.l-header header h1:before {
  content: normal;
}
.l-header header .sp-menu {
  width: 80px;
  height: 80px;
  background: #000;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .l-header header .sp-menu {
    width: 55px;
    height: 55px;
  }
}
.l-header header .sp-menu span {
  display: block;
  background-color: #fff;
  width: 60%;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.l-header header .sp-menu span:nth-child(1) {
  top: 28%;
}
.l-header header .sp-menu span:nth-child(2) {
  top: 51%;
}
.l-header header .sp-menu span:nth-child(3) {
  top: 73%;
}
.l-header header nav {
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.l-header header nav ul {
  display: flex;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.l-header header nav ul li {
  font-size: 20px;
  margin: 0.5em 0;
}
.l-header header nav ul li a {
  color: #fff;
}
.l-header header.spNavShow nav {
  visibility: visible;
  opacity: 1;
}
.l-header header.spNavShow .sp-menu span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.l-header header.spNavShow .sp-menu span:nth-child(2) {
  opacity: 0;
}
.l-header header.spNavShow .sp-menu span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.insta img {
  height: 80px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .insta img {
    height: 12vw;
  }
}

.kuchikomi {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .kuchikomi {
    margin-bottom: 15px;
  }
}
.kuchikomi a {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  font-size: 20px;
  padding: 0.5em 1em;
  background-color: #007442;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .kuchikomi a {
    font-size: 12px;
  }
}
.kuchikomi a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background-image: url(../img/chat.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .kuchikomi a::before {
    width: 20px;
    height: 20px;
  }
}

.recruitPage .inner dl dd p {
  padding-bottom: 0.5em;
}

.recTtl {
  background-color: #007442;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 2em;
  padding: 5px 1em;
}
@media screen and (max-width: 767px) {
  .recTtl {
    font-size: 18px;
    margin-bottom: 1em;
  }
}/*# sourceMappingURL=style.css.map */