@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

.inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 80px;
  overflow: hidden;
}

@media only screen and (max-width: 834px) {
  #contents_wrap {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 834px) {
  .index_contents #contents_wrap {
    margin-top: 0;
  }
}

#contents {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.breadcrumb {
  max-width: 1240px;
  margin: 5px auto 50px auto;
  padding: 0 20px;
  text-align: right;
}

.pankuzu {
  font-size: 13px;
  color: #333;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu li {
  display: inline-block;
}

.pankuzu a {
  color: #333 !important;
  text-decoration: none;
}

.pankuzu a:hover {
  text-decoration: underline !important;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #333;
}

.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: underline;
  -webkit-transition: all .8s;
  transition: all .8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

#global_header section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 24px 25px;
}

@media only screen and (max-width: 834px) {
  #global_header section {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 5px 70px 5px 20px;
    background: #fff;
  }
}

#global_header section .siteID {
  width: 21%;
  max-width: 385px;
}

@media only screen and (max-width: 834px) {
  #global_header section .siteID {
    width: 200px;
  }
}

#global_header section .siteID a {
  opacity: 1;
}

#global_header section .hedR {
  padding-right: 35px;
}

@media only screen and (max-width: 1200px) {
  #global_header section .hedR {
    padding-right: 0;
  }
}

#global_header section .hedR .contWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 10px 0;
}

@media only screen and (max-width: 834px) {
  #global_header section .hedR .contWrap {
    margin: 0;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .hedR .contWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

#global_header section .hedR .contWrap li {
  margin-left: 50px;
}

@media only screen and (max-width: 834px) {
  #global_header section .hedR .contWrap li {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .hedR .contWrap li {
    width: 50%;
    margin-left: 0;
  }
}

#global_header section .hedR .contWrap li:first-of-type {
  margin-bottom: 0;
}

#global_header section .hedR .contWrap li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #8bcf5d;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  #global_header section .hedR .contWrap li a {
    padding: 11px 10px;
    background: #ff8b63;
    font-size: 20px;
    color: #fff;
  }
}

#global_header section .hedR .contWrap li a i {
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
  vertical-align: middle;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  #global_header section .hedR .contWrap li a i {
    font-size: 20px;
  }
}

#global_header section .hedR .contWrap .linkTel {
  font-size: 25px;
  font-weight: bold;
  color: #8bcf5d;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  #global_header section .hedR .contWrap .linkTel {
    font-size: 22px;
  }
}

#global_header section .hedR .contWrap .linkTel i {
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
  vertical-align: middle;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  #global_header section .hedR .contWrap .linkTel i {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .hedR .contWrap .linkTel a {
    background: #63c8ff;
  }
}

#global_header section nav #gnavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#global_header section nav #gnavi li {
  position: relative;
  line-height: 1;
}

#global_header section nav #gnavi li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 15px;
  display: block;
  background: #666;
}

@media only screen and (max-width: 834px) {
  #global_header section nav #gnavi li:before {
    display: none;
  }
}

#global_header section nav #gnavi li:first-of-type:before {
  display: none;
}

#global_header section nav #gnavi li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  #global_header section nav #gnavi li a {
    padding: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  #global_header section nav #gnavi li a {
    padding: 10px 6px;
  }
}

#global_header section nav #gnavi li a:hover {
  -webkit-animation-name: push;
          animation-name: push;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  color: #8bcf5d;
}

@media only screen and (max-width: 834px) {
  #global_header section nav #gnavi li a:hover {
    -webkit-animation: none;
            animation: none;
  }
}

#global_header section nav #gnavi li .sub {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  z-index: 100;
}

@media only screen and (max-width: 834px) {
  #global_header section nav #gnavi li .sub {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
            transform: inherit;
    width: 100%;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

#global_header section nav #gnavi li .sub li {
  border: none;
  border-bottom: 1px solid #ccc;
}

#global_header section nav #gnavi li .sub li:last-of-type {
  border-bottom: 0;
}

#global_header section nav #gnavi li .sub li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #global_header section nav #gnavi li .sub li a {
    background: #f8f8f8;
    text-align: left;
  }
}

#global_header section nav #gnavi li .sub li a:hover {
  -webkit-animation: none;
          animation: none;
  background: rgba(139, 207, 93, 0.1);
}

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    -webkit-transform: initial;
            transform: initial;
    display: block;
    width: 70px;
    padding: 21.5px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ccc;
  }
}

@media only screen and (max-width: 640px) {
  #global_header nav #gnavi .peNone:before {
    padding: 16.5px 0;
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone > a {
    position: relative;
    margin-right: 70px;
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone .sub {
    display: none !important;
  }
}

#global_header nav #gnavi .peNone .sub li:first-of-type a {
  border-top: 0;
}

#global_header nav #gnavi .peNone ul li a {
  pointer-events: auto;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone.open .sub {
    display: block !important;
  }
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone.open:before {
    content: "\f00d";
  }
}

.spNav {
  display: none;
}

@media only screen and (max-width: 834px) {
  .spNav {
    display: block;
  }
}

#mainArea {
  overflow: hidden;
  position: relative;
  background: #c7e8fa;
}

@media only screen and (max-width: 834px) {
  #mainArea {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea {
    padding-top: 120px;
  }
}

#mainArea #slider {
  width: 100%;
}

#mainArea #slider .slick-slide {
  outline: none;
}

#mainArea #slider li img {
  max-width: 57%;
  margin: 0 0 0 auto;
}

#mainArea .mainTxt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  padding-left: 3%;
}

@media only screen and (max-width: 834px) {
  #mainArea .mainTxt {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .mainTxt {
    top: 30px;
    -webkit-transform: none;
            transform: none;
  }
}

#mainArea .mainTxt p {
  font-size: 80px;
  font-weight: 900;
  color: #fff;
  text-align: left;
  line-height: 1.4;
}

@media only screen and (max-width: 1800px) {
  #mainArea .mainTxt p {
    font-size: 4.4vw;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .mainTxt p {
    font-size: 7vw;
  }
}

.is-scrolled #global_header #hedFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

.is-scrolled #global_header #hedFixed section {
  padding: 10px 25px;
}

.is-scrolled #global_header #hedFixed .contWrap {
  display: none;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}

@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #8bcf5d;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_header section nav {
    z-index: 999;
  }
  /* nav */
  #global_header section nav {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    padding: 0 !important;
    background: #fff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  #global_header section nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    list-style: none;
  }
  #global_header section nav ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_header section nav ul li a {
    display: block;
    padding: 20px !important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    font-size: 18px !important;
    text-align: left;
    color: #333 !important;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #global_header section nav ul li a {
    padding: 15px 20px !important;
  }
}

@media only screen and (max-width: 834px) {
  #global_header section nav ul li:first-of-type a {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
  .open #global_header section nav {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    margin-top: 50px;
  }
}

.open #global_header nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
}

footer#global_footer a {
  color: #333;
  text-decoration: none;
}

footer#global_footer .fixBtn {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fixBtn {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fixBtn {
    bottom: 44px;
  }
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fixBtn li {
    width: 50%;
  }
}

footer#global_footer .fixBtn li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fixBtn li a {
    padding: 10px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fixBtn li a {
    padding: 5px 10px;
  }
}

footer#global_footer .fixBtn li p {
  display: none;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fixBtn li p {
    display: block;
    font-weight: bold;
  }
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fixBtn li img {
    display: none;
  }
}

footer#global_footer .fixBtn li i {
  margin-right: 10px;
}

footer#global_footer .fixBtn .cont a {
  background: #8bcf5d;
}

footer#global_footer .fixBtn .cons a {
  background: #fcca07;
}

footer#global_footer #footer {
  padding: 80px 0;
  background: url(../images/contents/bgFotter.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer {
    padding: 30px 0;
  }
}

footer#global_footer .fotCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fotCont {
    display: block;
  }
}

footer#global_footer .fotCont > div {
  width: 48%;
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fotCont > div {
    width: 100%;
  }
}

footer#global_footer .fotCont > div h2 {
  margin-bottom: 30px;
  padding: 21.5px 10px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

footer#global_footer .fotCont > div a {
  display: block;
}

footer#global_footer .fotCont > div p, footer#global_footer .fotCont > div a {
  margin: 0 60px;
}

@media only screen and (max-width: 1000px) {
  footer#global_footer .fotCont > div p, footer#global_footer .fotCont > div a {
    margin: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont > div p {
    margin: 0;
  }
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fotCont .telBox {
    margin-bottom: 20px;
  }
}

footer#global_footer .fotCont .telBox h2 {
  background: #8bcf5d;
}

footer#global_footer .fotCont .telBox p {
  padding: 17px 10px;
  background: url(../images/contents/bgDots.jpg);
  border: 1px solid #ccc;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont .telBox p {
    padding: 0;
    background: none;
    border: none;
  }
}

footer#global_footer .fotCont .telBox p i {
  display: inline-block;
  margin-right: 10px;
  font-size: 27px;
}

footer#global_footer .fotCont .telBox p a {
  display: block;
  padding: 22px 10px;
  background: url(../images/contents/bgDots.jpg);
  border: 1px solid #ccc;
  font-size: 26px;
  font-weight: 900;
}

footer#global_footer .fotCont .contBox h2 {
  background: #fcca07;
}

footer#global_footer .fotCont .contBox a {
  padding: 23px 10px;
  background: url(../images/contents/bgDots.jpg);
  border: 1px solid #ccc;
  font-size: 25px;
  font-weight: 900;
}

footer#global_footer .fotCont .contBox a i {
  display: inline-block;
  margin-right: 10px;
  font-size: 27px;
}

footer#global_footer #copy {
  display: block;
  padding: 13px 10px 20px 10px;
  background: #fff;
  font-size: 16px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #copy {
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer #copy {
    padding-bottom: 102px;
  }
}

footer#global_footer #copy a {
  text-decoration: none;
}

footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
.title_01 h2 {
  font-size: 40px;
  font-weight: 900;
}

@media only screen and (max-width: 834px) {
  .title_01 h2 {
    font-size: 30px;
  }
}

.title_01 h2 .grnTxt {
  color: #8bcf5d;
}

/* contents */
.topGreetSub p {
  font-size: 20px;
  font-weight: 900;
  color: #8bcf5d;
}

.cont_01 {
  position: relative;
}

.cont_01:before {
  content: "";
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 159px;
  height: 200px;
  background: url(../images/contents/ill_top01.png) no-repeat;
}

.cont_01 .box02 {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 15px rgba(0, 0, 0, 0.03);
}

.cont_01 td {
  padding: 7px 50px !important;
  border: none !important;
}

@media only screen and (max-width: 834px) {
  .cont_01 td {
    padding: 7px 20px !important;
  }
}

.cont_01 td img {
  width: 100% !important;
  margin-bottom: 25px;
}

.cont_01 td h2 {
  font-size: 25px;
  font-weight: 900;
  color: #fcca07;
}

.cont_01 tr:first-of-type td {
  padding: 0 !important;
}

.cont_01 .btnYlw a {
  margin-top: 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_01 .btnYlw a {
    display: block;
    padding: 10.5px 10px;
  }
}

.cont_02 ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1240px;
  margin: 80px auto 60px auto;
  padding: 0 20px;
}

@media only screen and (max-width: 1600px) {
  .cont_02 ul {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_02 ul {
    display: block;
    margin: 50px auto 160px auto;
  }
}

.cont_02 ul:before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -150px;
  display: block;
  width: 125px;
  height: 159px;
  background: url(../images/contents/ill_top02.png) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1600px) {
  .cont_02 ul:before {
    bottom: -150px;
    right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .cont_02 ul:before {
    bottom: -160px;
  }
}

.cont_02 ul li {
  float: none !important;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center !important;
}

@media only screen and (max-width: 640px) {
  .cont_02 ul li {
    width: 100%;
    margin-right: 0;
  }
}

.cont_02 ul li:nth-of-type(3n) {
  margin-right: 0;
}

.cont_02 ul li img {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .cont_02 ul li img {
    width: auto !important;
  }
}

.cont_03 {
  position: relative;
}

.cont_03:before {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 15px;
  display: block;
  width: 17%;
  height: 19.2vw;
  background: url(../images/contents/ill_top03.png) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 834px) {
  .cont_03:before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 175px;
    height: 190px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_03 .flexBox {
    display: block !important;
  }
}

.cont_03 .box02 {
  position: relative;
  z-index: 1;
  background: #fff;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_03 .box02 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.cont_03 .box02 h2 {
  font-size: 25px;
  font-weight: 900;
  color: #8bcf5d;
}

.cont_03 .blogNews {
  padding: 30px;
}

.cont_03 .blogNews .blog_list {
  max-height: 396px;
  overflow-x: auto;
  padding-right: 10px;
  border: none !important;
  display: block;
}

.cont_03 .blogNews .blog_list > div {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #333 !important;
}

.cont_03 .blogNews .blog_list > div .blog_photo {
  display: none;
}

.cont_03 .blogNews .blog_list > div .blog_text {
  width: 100%;
  padding: 0;
  font-size: 16px;
}

.cont_03 .blogNews .blog_list > div .blog_text .blog_date {
  color: #333 !important;
  font-weight: bold;
}

.cont_03 .blogNews .blog_list > div .blog_text h3 a {
  display: block;
  color: #333;
  text-decoration: none;
  line-height: 2;
}

.cont_03 .blogNews .blog_list > div .blog_text ul {
  margin-bottom: 0;
}

.cont_03 .blogNews .blog_list > div .blog_text .detail {
  display: none;
}

.cont_03 .topSns {
  padding: 20px;
}

.cont_03 .topSns .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}

.cont_03 .topSns .sns_list > div {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .cont_03 .topSns .sns_list > div {
    margin-bottom: 7px;
  }
}

.cont_03 .topSns .sns_list > div:nth-of-type(3n) {
  margin-right: 0;
}

.cont_03 .topSns .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}

.cont_03 .topSns .sns_list > div .sns_text {
  display: none;
}

.cont_04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .cont_04 ul {
    display: block;
  }
}

.cont_04 ul li {
  float: none;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .cont_04 ul li {
    width: 100%;
    margin-right: 0;
  }
}

.cont_04 ul li:nth-of-type(3n) {
  margin-right: 0;
}

.cont_04 ul li a {
  position: relative;
  display: block;
}

.cont_04 ul li a article > div {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  -webkit-transition: all .8s;
  transition: all .8s;
}

@media only screen and (max-width: 1000px) {
  .cont_04 ul li a article > div {
    font-size: 26px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_04 ul li a article > div {
    font-size: 20px;
  }
}

.cont_04 ul li a:hover {
  opacity: 1;
}

.cont_04 ul li a:hover article > div {
  color: #fcca07;
}

.cont_04 ul li a img {
  width: 100% !important;
}

/* ------------------------------------------------------------
reform.html
------------------------------------------------------------ */
.reform_con01 .box03 {
  border: 1px solid #ccc;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.reform_con01 .box03 td {
  border: none !important;
  color: #fff;
}

.reform_con01 .box03 td h4 {
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.reform_con01 .box03:hover {
  border: 1px solid #8bcf5d;
  background-image: none !important;
}

.reform_con01 .box03:hover td {
  color: #333;
}

.reform_con01 .box03:hover td h4 {
  border-bottom: 1px solid #8bcf5d;
}

/* ------------------------------------------------------------
case.html
------------------------------------------------------------ */
.slider02 .slick-track {
  background: transparent;
}

.slider02 .slick-initialized .slick-slide {
  outline: none;
}

.slider02 .slick-dotted.slick-slider {
  margin-bottom: 10px !important;
}

.slider02 .slick-dotted.slick-slider li a {
  text-decoration: none;
}

.slider02 .slick-dotted.slick-slider li article div {
  text-align: center;
  color: #333;
}

.slider02 .slick-dotted.slick-slider li img {
  width: 100% !important;
  height: 21vw !important;
  min-height: 254px;
  max-height: 345px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .slider02 .slick-dotted.slick-slider li img {
    height: 30.5vw !important;
    min-height: 200px;
  }
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-dotted.slick-slider li img {
    height: 62.5vw !important;
    min-height: 235px;
    max-height: 400px;
  }
}

.slider02 .slick-slider .slick-dots {
  position: static !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.slider02 .slick-slider .slick-dots li {
  list-style: none;
  width: 23.4% !important;
  height: 5vw !important;
  min-height: 60px;
  margin: 0 !important;
  margin-right: 2.1% !important;
  margin-bottom: 10px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  font-family: "object-fit: contain!important;";
  overflow: hidden;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .slider02 .slick-slider .slick-dots li {
    height: 7vw !important;
    min-height: 45px;
  }
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-slider .slick-dots li {
    height: 15vw !important;
    min-height: 55px;
  }
}

.slider02 .slick-slider .slick-dots li img {
  width: 100% !important;
  height: 100% !important;
  min-height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

.slider02 .slick-slider .slick-dots li:nth-of-type(4n) {
  margin-right: 0 !important;
}

/* ------------------------------------------------------------
case.html
------------------------------------------------------------ */
.case_con01 .box02 h2 {
  position: relative;
  padding: 5px 10px 5px 26px;
  border: 1px solid #8bcf5d;
  font-size: 20px;
  font-weight: bold;
}

.case_con01 .box02 h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 20px;
  background: #8bcf5d;
  border-radius: 7px;
}

.case_con01 .box02 td {
  font-size: 14px;
  line-height: 1.5;
}

/* ------------------------------------------------------------
flow.html
------------------------------------------------------------ */
.flow_con01 {
  counter-reset: number 0;
}

.flow_con01 dl {
  position: relative;
  display: block !important;
  padding: 40px;
  border: 1px solid #8bcf5d;
  border-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .flow_con01 dl {
    padding: 30px 20px;
  }
}

.flow_con01 dl:before, .flow_con01 dl:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 9.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: solid transparent;
  z-index: 1;
}

.flow_con01 dl:before {
  border-width: 21px;
  border-top-color: #8bcf5d;
}

.flow_con01 dl:after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow_con01 dl:last-of-type {
  border-bottom: 1px solid #8bcf5d;
}

.flow_con01 dl:last-of-type:before, .flow_con01 dl:last-of-type:after {
  display: none;
}

.flow_con01 dl dt, .flow_con01 dl dd {
  display: block !important;
  border: none !important;
}

.flow_con01 dl dt {
  margin-bottom: 15px;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #8bcf5d !important;
  font-size: 22px;
}

@media only screen and (max-width: 640px) {
  .flow_con01 dl dt {
    font-size: 20px;
  }
}

.flow_con01 dl dt:before {
  counter-increment: number 1;
  content: "STEP." counter(number);
  display: inline-block;
  margin-right: 20px;
  padding: 1px 18px;
  border-radius: 20px;
  background: #8bcf5d;
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .flow_con01 dl dt:before {
    display: block;
    margin: 0 0 10px 0;
  }
}

/* ------------------------------------------------------------
faq.html
------------------------------------------------------------ */
.faq_con01 {
  border: 1px solid #8bcf5d;
}

.faq_con01 li:nth-of-type(odd) {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 10px 5px 28px;
  border-bottom: 1px solid #8bcf5d;
  font-size: 20px;
}

.faq_con01 li:nth-of-type(odd):before {
  content: "Q.";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  font-weight: bold;
  color: #8bcf5d;
}

/* ------------------------------------------------------------
product.html
------------------------------------------------------------ */
.product_con01 .box02 {
  position: relative;
  padding: 30px;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
  .product_con01 .box02 {
    padding: 30px 20px;
  }
}

.product_con01 .box02:first-of-type:before {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: -7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  color: #ccc;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .product_con01 .box02:first-of-type:before {
    content: "\f103";
    top: 100%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.product_con01 .box02 .con01 ul {
  counter-reset: number 0;
}

.product_con01 .box02 .con01 ul li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px 22px;
  border-bottom: 1px dotted #ccc;
}

.product_con01 .box02 .con01 ul li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.product_con01 .box02 h4 {
  margin-bottom: 10px;
  padding: 5px 12px;
  background: #fcca07;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.product_con01 .box02 .con02 li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .product_con01 .box02 .con02 li {
    font-size: 16px;
  }
}

.product_con01 .box02 .con02 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/* ------------------------------------------------------------
company.html
------------------------------------------------------------ */
.greetName {
  display: block;
  margin: 30px 0 0 auto;
  text-align: right;
  font-size: 20px;
}

.greetName:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 55px;
  margin-right: 20px;
  background: url(../images/contents/icon_ouchikun.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.contact_con01 li {
  margin-right: 40px;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .contact_con01 li {
    font-size: 24px;
  }
}

.contact_con01 li:last-of-type {
  margin-right: 0;
}

.contact_con01 li .linkTel a {
  font-weight: bold;
  color: #333;
}

.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

.form_wrap.confirm {
  margin-top: 50px;
}

/* ------------------------------------------------------------
blog
------------------------------------------------------------ */
.blog .page_title.h1txt {
  width: 100%;
  padding: 100px 10px;
  background: #c7e8fa;
  background-image: url(../images/contents/bgTitle.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

.blog .page_title.h1txt p {
  max-width: 1240px;
  margin: 0 auto;
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 10px rgba(50, 82, 99, 0.2);
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .blog .page_title.h1txt p {
    font-size: 30px;
  }
}

.blog div#form_calendar table tbody tr td:hover {
  background: rgba(139, 207, 93, 0.2) !important;
}

.blog aside div#form_calendar {
  min-width: auto !important;
}

.blog aside div#form_calendar table thead tr th {
  font-size: 10px;
}

.blog aside nav > div {
  background: #8bcf5d;
  border-radius: 5px;
  color: #fff;
}

.blog aside nav ul li {
  padding: 0;
  border-top: 0 !important;
}

.blog aside nav ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: left;
  line-height: 1.5;
  color: #333 !important;
}

.blog aside nav ul li a:hover {
  color: #8bcf5d !important;
}

.blog aside nav .pages li a {
  font-size: 12px;
  color: #5e5e5e;
}

.blog aside nav .pages li a .translate {
  font-size: 16px;
  color: #333;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.blog aside nav .pages li a:hover {
  color: #8bcf5d;
}

.blog aside nav .pages li a:hover .translate {
  color: #8bcf5d;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog #contents {
    min-width: auto !important;
  }
}

.blog #contents .date {
  margin-bottom: 10px;
  color: #5e5e5e !important;
  line-height: 1;
  text-align: right;
}

.blog #contents h1, .blog #contents h2 {
  position: relative;
  margin-bottom: 10px;
  padding: 7px 10px 7px 34px;
  background: #8bcf5d;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 7px rgba(51, 51, 51, 0.2);
}

@media only screen and (max-width: 640px) {
  .blog #contents h1, .blog #contents h2 {
    font-size: 20px;
  }
}

.blog #contents h1:before, .blog #contents h1:after, .blog #contents h2:before, .blog #contents h2:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background: #59853c;
}

.blog #contents h1:before, .blog #contents h2:before {
  left: 7px;
  width: 7px;
}

.blog #contents h1:after, .blog #contents h2:after {
  left: 17px;
  width: 5px;
}

.blog #contents article div > article {
  padding: 0 !important;
}

.blog #contents article div > article h2 {
  margin-top: 20px;
  padding: 2px 10px;
  background: #ededed;
  border-left: 5px solid #8bcf5d;
  border-bottom: 3px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-shadow: none;
}

@media only screen and (max-width: 640px) {
  .blog #contents article div > article h2 {
    font-size: 19px;
  }
}

.blog #contents article div > article h2:before, .blog #contents article div > article h2:after {
  display: none;
}

.blog #contents article > ul li {
  margin-right: 7px;
}

.blog #contents article > ul a {
  padding: 3px 7px;
  background: #eee;
  font-size: 13px;
  color: #333 !important;
  text-decoration: none;
  line-height: 1.5;
}

.blog #contents article > ul a:hover {
  color: #8bcf5d !important;
}

.blog #contents article .detail {
  margin-top: 5px !important;
}

.blog #contents article .flex_images {
  display: block !important;
}

.blog #contents article .flex_images img {
  display: inline-block !important;
  width: 48%;
  margin: 0 3% 0 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog #contents article .flex_images img {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .blog #contents article .flex_images img {
    margin-right: 1%;
  }
}

.blog #contents article .flex_images img:nth-of-type(even) {
  margin-right: 0;
}

.img02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img02 ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}

.img02 ul li:nth-of-type(even) {
  margin-right: 0;
}

.img02 ul li img {
  margin: 0 !important;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media only screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media only screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .flexBox {
    display: block;
  }
}

.flexBox .box02 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flexBox .box02 {
    width: 100%;
    margin-right: 0;
  }
}

.flexBox .box02:nth-of-type(even) {
  margin-right: 0;
}

.flexBox .box03 {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box03 {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .flexBox .box03 {
    width: 100%;
    margin-right: 0;
  }
}

.flexBox .box03:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box03:nth-of-type(3n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box03:nth-of-type(even) {
    margin-right: 0;
  }
}

/* ------------------------------------------------------------
object-fit
------------------------------------------------------------ */
.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.title_02 h2 {
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .title_02 h2 {
    font-size: 20px;
  }
}

.title_02 h3 {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .title_02 h3 {
    font-size: 19px;
  }
}

.title_02 h4 {
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .title_02 h4 {
    font-size: 18px;
  }
}

.title_02 h2 {
  position: relative;
  padding: 7px 10px 7px 34px;
  background: #8bcf5d;
  color: #fff;
  text-shadow: 0 0 7px rgba(51, 51, 51, 0.2);
}

.title_02 h2:before, .title_02 h2:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background: #59853c;
}

.title_02 h2:before {
  left: 7px;
  width: 7px;
}

.title_02 h2:after {
  left: 17px;
  width: 5px;
}

.title_02 h3 {
  padding: 7px 10px 7px 10px;
  background: #ededed;
  border-left: 5px solid #8bcf5d;
  border-bottom: 3px solid #ccc;
}

.title_02 h4 {
  position: relative;
  padding-bottom: 7px;
  border-bottom: 2px solid #ccc;
}

.title_02 h4:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 30%;
  height: 2px;
  background: #8bcf5d;
}

.page_title {
  background-position: bottom center;
  background-repeat: repeat-x;
}

.page_title h1 {
  max-width: 1240px;
  margin: 0 auto;
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 10px rgba(50, 82, 99, 0.2);
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .page_title h1 {
    font-size: 30px;
  }
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btnGrn a {
  display: inline-block;
  padding: 10.5px 44px;
  border: 1px solid #8bcf5d;
  border-radius: 25px;
  color: #8bcf5d;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .btnGrn a {
    display: block;
    padding: 10.5px 10px;
  }
}

.btnGrn a:hover {
  opacity: 1;
  background: #8bcf5d;
  color: #fff;
}

.btnYlw a {
  display: inline-block;
  padding: 10.5px 44px;
  border: 2px solid #fcca07;
  border-radius: 25px;
  color: #fcca07;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .btnYlw a {
    display: block;
    padding: 10.5px 10px;
  }
}

.btnYlw a:hover {
  opacity: 1;
  background: #fcca07;
  color: #fff;
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .spBlk {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .tabLeft p {
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .spLeft p {
    text-align: left;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.gmap iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}

.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

.linkTel a {
  text-decoration: none;
  color: #333;
}

::-moz-selection {
  background: #ffeead;
}

::selection {
  background: #ffeead;
}

::-moz-selection {
  background: #ffeead;
}
/*# sourceMappingURL=assets.css.map */