@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
.animate__animated {
  opacity: 0; }

a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 55%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

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

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/* zoomしながらスライド画像を動かす */
/*
@keyframes fadezoom{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.sliderbox{
	animation-name:  fadezoom;
  	animation-duration: 10s;
	/*animation: fadezoom 8s 0s forwards;
}
*/
.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #85aabb, 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.5), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.7), 1.8em -1.8em 0 0em #85aabb, 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.5), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.7), 2.5em 0em 0 0em #85aabb, 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.5), 2.5em 0em 0 0em rgba(133, 170, 187, 0.7), 1.75em 1.75em 0 0em #85aabb, 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.5), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.7), 0em 2.5em 0 0em #85aabb, -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.5), 0em 2.5em 0 0em rgba(133, 170, 187, 0.7), -1.8em 1.8em 0 0em #85aabb, -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.5), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.7), -2.6em 0em 0 0em #85aabb, -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.5), -2.6em 0em 0 0em rgba(133, 170, 187, 0.7), -1.8em -1.8em 0 0em #85aabb; } }
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #85aabb, 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.5), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.7), 1.8em -1.8em 0 0em #85aabb, 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.5), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.7), 2.5em 0em 0 0em #85aabb, 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.5), 2.5em 0em 0 0em rgba(133, 170, 187, 0.7), 1.75em 1.75em 0 0em #85aabb, 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.5), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.7), 0em 2.5em 0 0em #85aabb, -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.5), 0em 2.5em 0 0em rgba(133, 170, 187, 0.7), -1.8em 1.8em 0 0em #85aabb, -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.5), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.7), -2.6em 0em 0 0em #85aabb, -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.5), -2.6em 0em 0 0em rgba(133, 170, 187, 0.7), -1.8em -1.8em 0 0em #85aabb; } }
#loading-container {
  display: none; }

.loader {
  position: absolute;
  left: 50%;
  top: 40%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -40%);
  /* Safari用 */
  transform: translate(-50%, -40%); }

/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "source-han-sans-japanese", sans-serif, -apple-system, -apple-system;
  color: #1f1e1e;
  background-color: #fdfdfd; }

h1, h2, h3, h4, h5, h6 {
  font-family: "source-han-sans-japanese", sans-serif, -apple-system;
  font-weight: normal; }

.container {
  /*@include media(xl){
  		max-width:1400px!important;
  	}*/ }

.common-btn {
  margin: 30px auto 0;
  width: 30%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 50%; } }
  .common-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    background-color: #231917;
    text-decoration: none;
    text-align: center; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #333333;
    text-decoration: none;
    text-align: center; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px; }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    background-color: #85aabb;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

@media print, screen and (min-width: 768px) {
  .spbr {
    display: none; } }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    height: 60px;
    width: 100%;
    /*絶対必要*/
    padding: 0 10px 10px;
    background-color: #5492da; }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 60px;
        padding: 15px 5px 12px;
        text-align: center; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #header-fixed header {
        height: 60px;
        padding: 15px 10px 10px;
        text-align: center; } }
    #header-fixed header h1 {
      position: absolute;
      top: 10px;
      left: 30px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header h1 {
          left: 20px;
          top: 10px;
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #header-fixed header h1 {
          left: 20px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed header h1 {
          left: 20px; } }
      #header-fixed header h1 a {
        color: #fff;
        text-decoration: none; }
      #header-fixed header h1 img {
        display: inline-block;
        width: 50px;
        margin-top: -5px; }
      #header-fixed header h1 img.companyname {
        display: inline-block;
        width: 250px;
        margin-top: -5px; }
    #header-fixed header .headmenuarea {
      position: absolute;
      right: 30px;
      top: 5px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headmenuarea {
          display: none; } }
      #header-fixed header .headmenuarea ul {
        margin-top: 10px; }
        #header-fixed header .headmenuarea ul li {
          text-align: center;
          list-style: none;
          padding: 1px !important;
          margin: auto;
          float: left; }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            color: #fff;
            text-decoration: none;
            padding: 0 10px;
            font-size: 0.9rem; }
            @media print, screen and (min-width: 992px) and (max-width: 1199px) {
              #header-fixed header .headmenuarea ul li a {
                font-size: 0.8rem; } }
    #header-fixed header address {
      position: absolute;
      top: 20px;
      right: 30px;
      max-width: 250px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header address {
          display: none; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #header-fixed header address {
          right: 60px;
          width: 200px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed header address {
          width: 200px; } }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important;
    background-color: #5492da !important; }

#header-fixed.home header {
  background-color: transparent !important; }
#header-fixed.home .is-animation {
  /*position: fixed; /*絶対必要*/
  display: block !important;
  background-color: #5492da !important; }

.spmenu {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10000; }
  @media print, screen and (min-width: 992px) {
    .spmenu {
      display: none; } }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

.title1 {
  margin-top: 30px;
  text-align: center;
  color: #333;
  font-size: 3.0rem;
  position: relative;
  width: 100%;
  border-top: 5px solid #85aabb;
  height: 200px;
  padding-top: 70px;
  line-height: 0.7; }
  .title1 span {
    font-size: 0.9rem; }

.title1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: inherit;
  border-top: 5px solid #333; }

.pagetitle {
  background-image: url(../imgs/back2.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 20px 0;
  text-align: left; }
  .pagetitle .title1 {
    padding-top: 45px;
    height: 120px; }
  .pagetitle h2 {
    background-cololr: #fff;
    line-height: 0.7; }
    @media print, screen and (max-width: 767px) {
      .pagetitle h2 {
        font-size: 1.8rem; } }
    .pagetitle h2 span {
      font-size: 0.9rem; }

/*! ==================================================
　HOME
=================================================== */
#home #homeheadtitle {
  background-color: #ccc;
  height: 60px; }
  @media print, screen and (max-width: 991px) {
    #home #homeheadtitle {
      display: none; } }
  #home #homeheadtitle h1 {
    font-size: 2.0rem;
    padding: 10px; }
#home #homehead #topslide {
  overflow: hidden;
  object-fit: cover;
  position: relative; }
  #home #homehead #topslide .slick-dotted.slick-slider {
    margin-bottom: 0; }
  #home #homehead #topslide ul.slick-dots {
    bottom: 20px; }
  #home #homehead #topslide .sliderbox img {
    object-position: bottom;
    display: block;
    width: 100%;
    height: 960px;
    object-fit: cover; }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topslide .sliderbox img {
        max-width: 100%;
        /*画像中央ぞろえで必要*/
        height: 450px;
        /*画像中央ぞろえで必要*/
        margin: 0 auto;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homehead #topslide .sliderbox img {
        height: 600px;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead #topslide .sliderbox img {
        height: 600px;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 1200px) {
      #home #homehead #topslide .sliderbox img {
        /*画面縮小表示しても画像が切れない対策*/
        height: 960px; } }
    @media print, screen and (min-width: 1600px) {
      #home #homehead #topslide .sliderbox img {
        position: relative;
        width: 100vw;
        max-height: 960px;
        overflow: hidden; } }
  #home #homehead #topslide .slidetxt {
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topslide .slidetxt {
        top: 55%; } }
    @media print, screen and (min-width: 768px) and (max-width: 1199px) {
      #home #homehead #topslide .slidetxt {
        top: 55%; } }
    @media print, screen and (min-width: 1200px) {
      #home #homehead #topslide .slidetxt {
        top: 45%; } }
    #home #homehead #topslide .slidetxt .en {
      font-size: 2.0rem; }
      @media print, screen and (max-width: 767px) {
        #home #homehead #topslide .slidetxt .en {
          font-size: 1.0rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #homehead #topslide .slidetxt .en {
          font-size: 1.4rem; } }
    #home #homehead #topslide .slidetxt .jp {
      margin-top: 50px;
      font-size: 1.4rem; }
      @media print, screen and (max-width: 767px) {
        #home #homehead #topslide .slidetxt .jp {
          margin-top: 30px;
          font-size: 1.0rem; } }
#home #homehead .homemenuarea {
  opacity: 0;
  margin-bottom: 60px;
  padding: 20px 15px 20px;
  border-bottom: 20px solid #c6eff3; }
  @media print, screen and (max-width: 991px) {
    #home #homehead .homemenuarea {
      display: none; } }
  #home #homehead .homemenuarea ul li {
    text-align: center;
    list-style: none;
    padding: 1px !important;
    margin: auto; }
    @media print, screen and (max-width: 767px) {
      #home #homehead .homemenuarea ul li {
        font-size: 0.7rem; } }
    #home #homehead .homemenuarea ul li a {
      text-align: center;
      color: #fff;
      text-decoration: none; }
      #home #homehead .homemenuarea ul li a span {
        display: table-cell;
        width: 100px;
        height: 100px;
        background-color: #85aabb;
        color: #fff;
        border-radius: 50%;
        vertical-align: middle;
        font-family: "source-han-sans-japanese", sans-serif, -apple-system; }
    #home #homehead .homemenuarea ul li a:hover {
      opacity: 1; }
#home #homeservice {
  background-image: url(../imgs/back2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 50px; }
  #home #homeservice a {
    display: block; }
  #home #homeservice .service1 h3 {
    padding-top: 90px;
    background-color: #77a192;
    text-align: center;
    height: 250px;
    line-height: 1.5; }
    @media print, screen and (max-width: 767px) {
      #home #homeservice .service1 h3 {
        height: 180px;
        padding-top: 65px;
        font-size: 1.0rem; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homeservice .service1 h3 {
        font-size: 1.0rem; } }
    #home #homeservice .service1 h3 span {
      display: inline-block;
      color: #fff;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px; }
  #home #homeservice .service1 img {
    object-fit: cover;
    object-position: bottom center;
    width: 100%;
    height: 250px; }
    @media print, screen and (max-width: 767px) {
      #home #homeservice .service1 img {
        height: 180px; } }
  #home #homeservice .service-common {
    margin-top: 30px; }
    #home #homeservice .service-common h3 {
      text-align: center;
      padding: 10px; }
      @media print, screen and (max-width: 767px) {
        #home #homeservice .service-common h3 {
          font-size: 1.0rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #homeservice .service-common h3 {
          font-size: 1.0rem; } }
      #home #homeservice .service-common h3 span {
        display: inline-block;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px; }
  #home #homeservice .service2 h3 {
    background-color: #85aabb; }
  #home #homeservice .service3 h3 {
    background-color: #d19786; }
  #home #homeservice .service4 h3 {
    background-color: #9b9856; }
  #home #homeservice .service5 h3 {
    background-color: #8b99b6; }
#home #homepickup {
  padding: 40px 10px 70px;
  background-color: #000; }
  #home #homepickup .pickupbtn {
    margin-top: 30px; }
    #home #homepickup .pickupbtn a {
      display: block;
      border: 1px solid #ddd;
      height: 182px; }
      @media print, screen and (max-width: 991px) {
        #home #homepickup .pickupbtn a {
          height: 152px; } }
    #home #homepickup .pickupbtn .txt {
      width: 40%;
      float: left;
      height: 180px; }
      @media print, screen and (max-width: 991px) {
        #home #homepickup .pickupbtn .txt {
          height: 150px; } }
      #home #homepickup .pickupbtn .txt h3 {
        text-align: center;
        padding: 70px 10px;
        background-color: #5492da;
        height: 180px;
        font-size: 1.8rem;
        line-height: 0.8; }
        @media print, screen and (max-width: 991px) {
          #home #homepickup .pickupbtn .txt h3 {
            padding: 50px 10px;
            height: 150px; } }
        #home #homepickup .pickupbtn .txt h3 span {
          display: inline-block;
          color: #fff; }
          #home #homepickup .pickupbtn .txt h3 span span {
            font-size: 0.7rem; }
    #home #homepickup .pickupbtn .img {
      width: 60%;
      float: right;
      height: 180px; }
      @media print, screen and (max-width: 991px) {
        #home #homepickup .pickupbtn .img {
          height: 150px; } }
      #home #homepickup .pickupbtn .img img {
        object-fit: cover;
        object-position: top center;
        width: 100%;
        height: 180px; }
        @media print, screen and (max-width: 991px) {
          #home #homepickup .pickupbtn .img img {
            height: 150px; } }
#home #homeactivity {
  padding-bottom: 30px; }
  #home #homeactivity .activity-box {
    border: 2px solid #ddd;
    padding: 15px;
    font-size: 0.9rem;
    margin-bottom: 15px; }
    #home #homeactivity .activity-box a {
      text-decoration: none;
      display: block; }
    #home #homeactivity .activity-box .activity-img {
      text-align: center; }
      #home #homeactivity .activity-box .activity-img img {
        width: 100%;
        height: 100px;
        object-fit: contain; }
#home #homenews {
  margin: auto;
  background-image: url(../imgs/back2.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 50px; }
  @media print, screen and (max-width: 991px) {
    #home #homenews {
      margin-top: 20px;
      border-bottom: 30px solid #fff; } }
  #home #homenews .newsList {
    background-color: #fff;
    padding: 30px 50px;
    width: 90%;
    margin: 0 auto 30px; }
    @media print, screen and (max-width: 991px) {
      #home #homenews .newsList {
        width: 100%;
        padding: 20px 15px; } }
  #home #homenews .newstitlelink {
    border-bottom: 2px dotted #ccc;
    padding: 10px 0; }
    #home #homenews .newstitlelink a {
      text-decoration: none; }
    #home #homenews .newstitlelink time {
      font-size: 0.8rem;
      margin-bottom: 5px;
      margin-right: 15px;
      color: #fff;
      display: inline-block;
      background-color: #77a192;
      padding: 2px 5px; }
    #home #homenews .newstitlelink h3 {
      font-size: 1.2rem;
      font-weight: normal;
      font-family: "source-han-sans-japanese", sans-serif, -apple-system;
      display: inline-block; }
      @media print, screen and (max-width: 767px) {
        #home #homenews .newstitlelink h3 {
          font-size: 1.2rem; } }

/*! ==================================================
　#service
=================================================== */
#service {
  padding-bottom: 50px; }
  #service h3 {
    color: #fff;
    padding: 15px;
    margin-top: 30px; }
  #service h3.servicetitle1 {
    background-color: #77a192; }
  #service h3.servicetitle2 {
    background-color: #85aabb; }
  #service h3.servicetitle3 {
    background-color: #d19786; }
  #service h3.servicetitle4 {
    background-color: #9b9856; }
  #service h3.servicetitle5 {
    background-color: #8b99b6; }
  #service .mainimg {
    margin-top: 30px; }
  #service .img {
    margin-top: 30px;
    background-color: #eee; }
    #service .img img {
      object-fit: contain;
      height: 200px;
      width: 100%; }
  #service h4 {
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px; }
  #service .content {
    margin-top: 30px; }
    #service .content p {
      line-height: 1.8; }

/*! ==================================================
　#activity
=================================================== */
#activity {
  padding-bottom: 50px; }
  #activity .activitybox h3 {
    color: #fff;
    padding: 15px;
    margin-top: 30px;
    background-color: #77a192; }
  #activity .mainimg {
    margin-top: 30px;
    text-align: center; }
    #activity .mainimg img {
      margin: auto; }
      @media print, screen and (max-width: 991px) {
        #activity .mainimg img {
          width: 60%; } }
  #activity .img {
    margin-top: 30px;
    background-color: #eee; }
    #activity .img img {
      object-fit: contain;
      height: 200px;
      width: 100%; }
  #activity h4 {
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px; }
  #activity .content {
    margin-top: 30px; }
    #activity .content p {
      line-height: 1.8;
      padding-top: 30px; }
    #activity .content ul {
      margin-left: 30px; }
    #activity .content h1 {
      font-size: 1.6rem;
      line-height: 1.5; }
      @media print, screen and (max-width: 991px) {
        #activity .content h1 {
          font-size: 1.4rem !important; } }

/*! ==================================================
　#works
=================================================== */
#works {
  padding-bottom: 50px; }
  #works time {
    text-align: center;
    margin: 50px auto;
    display: block; }
    #works time span {
      display: inline-block;
      color: #fff;
      background-color: #77a192;
      padding: 2px 25px;
      font-size: 2.0rem; }
      @media print, screen and (max-width: 767px) {
        #works time span {
          font-size: 1.6rem; } }
  #works h3 {
    padding: 15px 5px;
    margin-top: 10px;
    border-bottom: 2px dotted #ddd;
    font-size: 1.0rem; }

/*! ==================================================
　#recruit
=================================================== */
#recruit {
  padding-bottom: 80px;
  padding-top: 50px; }
  #recruit .headmsg {
    padding-bottom: 50px;
    text-align: center;
    line-height: 2.0; }
    @media print, screen and (max-width: 767px) {
      #recruit .headmsg {
        font-size: 1.0rem;
        padding: 0 15px 50px;
        text-align: left; } }
  #recruit .recruit-navi ul li {
    list-style: none;
    text-align: center; }
    @media print, screen and (max-width: 991px) {
      #recruit .recruit-navi ul li {
        padding: 0 5px; } }
    #recruit .recruit-navi ul li a {
      display: block;
      padding: 10px 20px;
      color: #fff;
      text-decoration: none;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      font-size: 1.4rem; }
      @media print, screen and (max-width: 991px) {
        #recruit .recruit-navi ul li a {
          font-size: 0.8rem;
          padding: 20px 5px; } }
    #recruit .recruit-navi ul li .sinsotu {
      background-color: #5492da; }
    #recruit .recruit-navi ul li .chuto {
      background-color: #9b9856; }
    #recruit .recruit-navi ul li .baito {
      background-color: #cc0000; }
  #recruit .recruit-navi.sinsotu {
    border-bottom: 20px solid #5492da; }
  #recruit .recruit-navi.chuto {
    border-bottom: 20px solid #9b9856; }
  #recruit .recruit-navi.baito {
    border-bottom: 20px solid #cc0000; }
  #recruit h3 {
    text-align: center;
    padding: 50px 0 0;
    font-size: 1.8rem; }
    @media print, screen and (max-width: 767px) {
      #recruit h3 {
        font-size: 1.2rem; } }
    #recruit h3 span {
      display: inline-block;
      border-bottom: 3px solid #d19786;
      padding: 5px; }
  #recruit .img {
    text-align: center;
    margin: 50px auto; }
    #recruit .img img {
      width: 50%; }
      @media print, screen and (max-width: 991px) {
        #recruit .img img {
          width: 80%; } }
  #recruit .msg {
    text-align: center; }
    #recruit .msg p {
      line-height: 2.0;
      font-size: 1.2rem; }
      @media print, screen and (max-width: 767px) {
        #recruit .msg p {
          font-size: 1.0rem;
          padding: 0 30px;
          text-align: left; } }
  #recruit .detail {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px; }
    #recruit .detail dl {
      padding: 10px 0;
      margin: 0;
      border-bottom: 2px dotted #ddd; }
      #recruit .detail dl dt {
        font-weight: normal; }
  #recruit .detail.sinsotu {
    border-top: 10px solid #5492da; }
  #recruit .detail.chuto {
    border-top: 10px solid #9b9856; }
  #recruit .detail.baito {
    border-top: 10px solid #cc0000; }
  #recruit .entry-btn {
    margin: 30px auto 0;
    width: 60%; }
    @media print, screen and (max-width: 991px) {
      #recruit .entry-btn {
        width: 90%; } }
    #recruit .entry-btn a {
      padding: 10px 15px;
      display: block;
      color: #fff;
      background-color: #cc0000;
      text-decoration: none;
      text-align: center;
      font-size: 1.8rem; }
    #recruit .entry-btn span {
      padding: 5px 15px;
      display: block;
      color: #fff;
      font-weight: bold;
      border-radius: 10px;
      background-color: #333333;
      text-decoration: none;
      text-align: center; }

/*! ==================================================
　#company
=================================================== */
#company {
  padding-bottom: 80px; }
  #company h3 {
    text-align: center;
    color: #77a192;
    font-size: 2.8rem;
    padding: 50px 0;
    line-height: 1.0; }
    #company h3 span {
      font-size: 1.0rem; }
  #company .rinen {
    margin: 30px auto 80px;
    padding: 0 15px;
    text-align: center; }
  #company .msg p {
    line-height: 1.6;
    padding-top: 15px; }
  #company .img {
    text-align: center;
    margin: 0 auto 50px; }
    #company .img img {
      width: 80%; }
      @media print, screen and (max-width: 575px) {
        #company .img img {
          width: 60%; } }
      @media print, screen and (min-width: 576px) and (max-width: 991px) {
        #company .img img {
          width: 40%; } }
  #company .companyimg img {
    margin-top: 50px; }
  #company .detail {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 80px;
    border-top: 5px solid #ddd; }
    #company .detail dl {
      padding: 10px 0;
      margin: 0;
      border-bottom: 2px dotted #ddd; }
      #company .detail dl dt {
        font-weight: normal; }
      #company .detail dl dd ul {
        margin-left: 20px; }

/*! ==================================================
　#news
=================================================== */
#news {
  padding-top: 50px;
  padding-bottom: 50px; }
  #news #newsList {
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 50px 0;
    min-height: 200px; }
    @media print, screen and (max-width: 767px) {
      #news #newsList {
        padding: 15px 20px 30px; } }
    #news #newsList .newstitlelink {
      border-bottom: 1px solid #ddd;
      padding: 10px 0; }
      #news #newsList .newstitlelink a {
        text-decoration: none;
        color: #111; }
      #news #newsList .newstitlelink time {
        font-size: 0.8rem;
        margin-bottom: 5px;
        margin-right: 15px;
        color: #fff;
        display: inline-block;
        background-color: #77a192;
        padding: 2px 5px; }
      #news #newsList .newstitlelink h3 {
        font-size: 1.4rem;
        display: inline-block;
        font-family: "source-han-sans-japanese", sans-serif, -apple-system; }
        @media print, screen and (max-width: 767px) {
          #news #newsList .newstitlelink h3 {
            font-size: 1.2rem; } }
  #news #newsDetail {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 50px 0; }
    @media print, screen and (max-width: 767px) {
      #news #newsDetail {
        padding: 10px 20px 10px; } }
    #news #newsDetail h3 {
      font-size: 1.6rem;
      font-weight: normal;
      border-bottom: 1px solid #ddd;
      padding: 10px 0;
      color: #111;
      font-family: "source-han-sans-japanese", sans-serif, -apple-system; }
      @media print, screen and (max-width: 767px) {
        #news #newsDetail h3 {
          font-size: 1.4rem; } }
    #news #newsDetail .content {
      padding: 5px 0 20px;
      min-height: 200px; }
      #news #newsDetail .content p {
        padding-top: 15px;
        font-size: 1.2rem; }
        @media print, screen and (max-width: 767px) {
          #news #newsDetail .content p {
            font-size: 1.0rem; } }
  #news .pagelink {
    text-align: center;
    padding-top: 30px;
    font-size: 0.8rem; }

/*! ==================================================
　contact
=================================================== */
#contact {
  padding-top: 15px;
  padding-bottom: 20px; }
  #contact h2 {
    background-color: #333333;
    color: #fff;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 50px;
    position: relative; }
    #contact h2 span {
      font-size: 0.8rem; }
    @media print, screen and (max-width: 991px) {
      #contact h2 {
        font-size: 1.6rem;
        margin-bottom: 0; } }
  #contact .contactform {
    padding: 30px 15px;
    min-height: 400px;
    /*.btn_submit{
    	text-align:center;
    	margin:0 auto;
    }*/ }
    @media print, screen and (max-width: 767px) {
      #contact .contactform {
        padding: 15px 0; } }
    #contact .contactform form {
      margin: 20px 0;
      padding: 10px 0; }
    #contact .contactform .form-group {
      margin: 15px 0;
      padding: 0 0 15px;
      border-bottom: 2px dotted #ddd; }
      #contact .contactform .form-group label {
        font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .form-group input {
          font-size: 1.6rem; } }
    #contact .contactform .formback {
      background-color: #fcfcfc;
      padding: 15px 5px;
      margin-top: 15px; }
    #contact .contactform table {
      border: 1px solid #333333;
      margin-bottom: 50px; }
      #contact .contactform table th {
        width: 30%;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #333333; }
      #contact .contactform table td {
        width: 70%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #333333; }
    #contact .contactform input {
      width: 100%;
      padding: 5px;
      margin: 0; }
      @media print, screen and (min-width: 768px) {
        #contact .contactform input {
          margin: 0 15px; } }
    #contact .contactform input[type=radio] {
      width: 25px;
      height: 25px;
      vertical-align: middle;
      padding: 25px 0; }
    #contact .contactform input[name=zipcode] {
      width: 40%;
      margin-bottom: 2px; }
    #contact .contactform input[name=age] {
      width: 40%; }
    #contact .contactform input[type=checkbox] {
      width: 30px;
      height: 30px;
      padding: 0;
      margin: 10px 0;
      vertical-align: middle; }
    #contact .contactform textarea {
      width: 100%;
      margin: 0; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform textarea {
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 768px) {
        #contact .contactform textarea {
          margin: 0 15px; } }
    #contact .contactform select {
      padding: 5px;
      margin: 0 15px; }
    #contact .contactform p {
      padding: 15px; }
    #contact .contactform .btnInput {
      margin-top: 30px; }
      #contact .contactform .btnInput ul {
        font-size: 0;
        text-align: center; }
      #contact .contactform .btnInput li {
        font-size: 1rem;
        display: inline-block;
        padding: 0 10px; }
      #contact .contactform .btnInput li {
        list-style: none; }
      #contact .contactform .btnInput input {
        width: 50%;
        text-align: center;
        cursor: pointer;
        color: #fff;
        border: 1px solid #fff;
        background-color: #333333;
        width: 200px;
        margin: auto; }
        @media print, screen and (max-width: 767px) {
          #contact .contactform .btnInput input {
            width: 100px; } }
    #contact .contactform .hissu, #contact .contactform .alert {
      color: #c00;
      font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform span.alert {
        padding-left: 0; } }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　footer
=================================================== */
footer #footnavi {
  padding: 30px 10px;
  background-color: #111; }
  footer #footnavi ul {
    font-size: 0;
    text-align: center; }
  footer #footnavi li {
    font-size: 0.8rem;
    display: inline-block;
    padding: 0 10px; }
  footer #footnavi li {
    padding: 1px 30px;
    border-right: 1px solid #ccc; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      footer #footnavi li {
        padding: 1px 20px; } }
    footer #footnavi li a {
      font-size: 0.7rem;
      color: #fff; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        footer #footnavi li a {
          font-size: 0.6rem; } }
  footer #footnavi li:last-child {
    border: none; }
  @media print, screen and (max-width: 991px) {
    footer #footnavi {
      display: none; } }
  @media print, screen and (min-width: 992px) {
    footer #footnavi {
      display: block; } }
footer #footer {
  padding-bottom: 50px;
  padding-top: 70px; }
  @media print, screen and (max-width: 991px) {
    footer #footer {
      border-top: 5px solid #111; } }
  footer #footer .sitetitle {
    text-align: center;
    font-size: 1.8rem; }
    footer #footer .sitetitle img {
      display: inline-block;
      width: 50px;
      margin-top: -5px; }
    footer #footer .sitetitle img.companyname {
      display: inline-block;
      width: 250px;
      margin-top: -5px; }
  footer #footer address.tel, footer #footer address.fax {
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif, -apple-system;
    font-size: 1.2rem;
    padding-top: 15px; }
    footer #footer address.tel span, footer #footer address.fax span {
      font-size: 1.2rem; }
    footer #footer address.tel a:hover, footer #footer address.fax a:hover {
      text-decoration: none; }
  footer #footer address.add {
    text-align: center;
    line-height: 2.0;
    padding-top: 10px; }
  footer #footer .contactbtn {
    margin: 30px auto 0;
    width: 200px; }
    footer #footer .contactbtn a {
      padding: 5px 15px;
      display: block;
      color: #fff;
      background-color: #77a192;
      text-decoration: none;
      text-align: center; }
  footer #footer .instagram {
    margin: 20px auto;
    text-align: center;
    width: 200px; }
    footer #footer .instagram a {
      width: 200px;
      display: block;
      border: 1px solid #ccc; }
  @media print, screen and (max-width: 991px) {
    footer #footer .gmap {
      margin-top: 30px; } }
footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
  color: #fff; }

/*! ==================================================
　privacy
=================================================== */
#privacy {
  padding: 30px 0; }
  #privacy h3 {
    background-color: #77a192;
    padding: 10px;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 30px; }
  #privacy p {
    padding: 15px 15px 0; }
  #privacy .content {
    padding-bottom: 30px; }

/*! ==================================================
　sitemap
=================================================== */
/*#sitemap,#link{
	
}*/
/*! ==================================================
　その他
=================================================== */
.servicelink, .activitylink {
  margin-top: -110px;
  padding-top: 110px; }
