@charset "UTF-8";
/*--------------------------------------------------------------------------
_main
--------------------------------------------------------------------------*/
/* ------------------------------
〇初期設定 
------------------------------ */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

a {
  text-decoration: none; }

ul {
  padding-left: 0; }

li {
  list-style: none; }

@media screen and (min-width: 768px) {
  .pc-dsp {
    display: block; }

  .sp-dsp {
    display: none; }

  .br-pc {
    display: block; }

  .br-sp {
    display: none; } }
@media screen and (max-width: 768px) {
  .pc-dsp {
    display: none; }

  .sp-dsp {
    display: block; }

  .br-pc {
    display: none; }

  .br-sp {
    display: block; } }
#service, #works, #company, #contact {
  padding-top: 60px;
  margin-top: -60px; }

/*--------------------------------------------------------------------------
_font
--------------------------------------------------------------------------*/
.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal; }

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal; }

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal; }

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal; }

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; }

.avoid-confirm {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal; }

/*--------------------------------------------------------------------------
_menu
--------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  header {
    background-color: #ffffff;
    width: 100%;
    /*height: 100px; */
    height: 90px;
    position: fixed;
    transition: transform 0.3s 0.3s;
    /*アニメーションの設定 */
    z-index: 12; }
    header::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 8px;
      bottom: 0px;
      /*box-shadow: 0px 0px 4px #B7292D ;*/ }
    header::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 5px;
      bottom: 1px;
      /*background-color: #007635;*/
      z-index: 10; }

  .menu-logo {
    position: absolute;
    height: 90px;
    padding-left: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 12; }

  .menu-logo img {
    width: 220px; }

  .NavMenu {
    color: #483C3C;
    /*border-bottom: 1px solid #007635;*/
    text-align: center;
    background-color: #ffffff;
    	/*
    .menu-main {
    	padding: 0 1em;
    	}
    */ }
    .NavMenu a {
      color: #B7292D; }
    .NavMenu ul {
      position: relative;
      list-style: none;
      display: flex;
      justify-content: end;
      font-size: 0.9em;
      z-index: 10;
      margin-bottom: 0; }
    .NavMenu .sab {
      display: flex;
      justify-content: center;
      align-items: center; }
    .NavMenu .menu-main > a {
      color: #AAAAAA;
      height: 90px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .NavMenu .menu-main span {
      width: 120px;
      border-left: 1px solid #AAAAAA; }
    .NavMenu .menu-main > a:hover {
      color: #000000; }
    .NavMenu .menu-tel {
      display: flex;
      justify-content: center;
      height: 90px;
      align-items: center;
      padding: 0 1.5em; }
    .NavMenu .menu-tel div {
      color: #007635; }
    .NavMenu .menu-tel span {
      color: #000000;
      display: block;
      border-top: #000000 solid 1px; }
    .NavMenu .contact {
      width: 90px; }
    .NavMenu .contact > a {
      color: #ffffff;
      background-color: #007635;
      border: 1px solid #007635;
      height: 90px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .NavMenu .contact > a:hover {
      color: #007635;
      background-color: #ffffff;
      border: 1px solid #007635; } }
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: 60px;
    position: fixed;
    transition: transform 0.3s 0.3s;
    /*アニメーションの設定 */
    background-color: #ffffff;
    z-index: 10; }
    header::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      bottom: 0px;
      box-shadow: 0px 0px 4px #007635; }
    header::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 5px;
      bottom: 1px;
      background-color: #ffffff;
      z-index: 10; }

  .menu-logo {
    position: absolute;
    display: flex;
    top: 0px;
    justify-content: center;
    height: 60px;
    align-items: center;
    margin-left: 1em;
    z-index: 12; }

  .menu-logo img {
    width: 190px; }

  .menu-logo-text {
    position: absolute;
    height: 40px;
    width: 100%;
    padding: 0 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #B7292D;
    font-size: 0.9em; }

  .NavMenu {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    height: 100%;
    margin-top: 60px;
    padding-bottom: 60px;
    opacity: 0; }

  .NavMenu ul {
    margin: 0 1em;
    height: 100%;
    overflow-y: auto; }

  .NavMenu ul::-webkit-scrollbar {
    display: none; }

  .NavMenu li {
    margin: 1em 0em;
    line-height: 2em;
    border-bottom: 1px solid #dcdcdc; }

  .NavMenu li a {
    display: block;
    height: 100%;
    width: 100%; }

  .NavMenu.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; } }
/*--------------------------------------------------------------------------
_hamburger
--------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /* ------------------------------
  〇ハンバーガーデザイン
  ------------------------------ */
  .Toggle {
    display: block;
    position: fixed;
    top: 10px;
    right: 15px;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    z-index: 1500;
    background-color: #007635; }

  .Toggle span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    padding-bottom: 2px;
    border-bottom: solid 2px #ffffff;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    margin-top: 0px;
    margin-right: 20px; }

  .Toggle:after {
    position: absolute;
    content: "MENU";
    color: #ffffff;
    font-size: 0.8em;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    　　margin-top: 8px; }

  .Toggle span:nth-child(1) {
    top: 10px; }

  .Toggle span:nth-child(2) {
    top: 17px; }

  .Toggle span:nth-child(3) {
    top: 24px; }

  .Toggle.active span:nth-child(1) {
    top: 17px;
    right: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
    top: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }
/* ------------------------------
〇パンくず
------------------------------ */
@media (min-width: 768px) {
  #breadcrumbs {
    margin: 0;
    border-bottom: 1px solid #FFFFFF; }

  .breadcrumbs-container {
    display: flex;
    justify-content: flex-start; } }
@media (max-width: 768px) {
  .breadcrumbs-container {
    display: flex;
    justify-content: flex-start; } }
.breadcrumbs {
  font-size: 0.8em;
  z-index: 2; }

.breadcrumbs span {
  color: #1E67AB;
  margin: 0 0.5em; }

.breadcrumbs a {
  color: #1E67AB; }

.breadcrumbs ul {
  display: flex;
  padding-left: 0px; }

.breadcrumbs ul li {
  list-style: none;
  margin-left: 0px; }

/*--------------------------------------------------------------------------
_title
--------------------------------------------------------------------------*/
.title__white {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin: 2em 0 1em 0;
  font-size: 20px; }
  .title__white:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ffffff; }
  .title__white:after {
    margin-left: 1rem; }

.title__red {
  display: flex;
  align-items: center;
  color: #B7292D;
  margin: 2em 0 1em 0;
  font-size: 20px; }
  .title__red:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #B7292D; }
  .title__red:after {
    margin-left: 1rem; }

@media screen and (max-width: 768px) {
  .title__black {
    align-items: center;
    color: #000000;
    font-weight: bold;
    margin: 2em 0 1em 0;
    font-size: 20px;
    line-height: 3em; }
    .title__black span {
      color: #B7292D;
      font-size: 1.8em;
      line-height: 1em; } }
@media screen and (min-width: 768px) {
  .title__black {
    align-items: center;
    color: #000000;
    font-weight: bold;
    margin: 2em 0 1em 0;
    font-size: 20px;
    line-height: 3em; }
    .title__black span {
      color: #B7292D;
      font-size: 2em;
      line-height: 1em; } }
@media screen and (min-width: 768px) {
  .title__red-end {
    display: flex;
    align-items: center;
    color: #B7292D;
    margin: 2em 0 1em 0;
    font-size: 20px; }
    .title__red-end:before {
      content: "";
      height: 1px;
      flex-grow: 1;
      background-color: #B7292D; }
    .title__red-end:before {
      margin-right: 1rem; } }
@media screen and (max-width: 768px) {
  .title__red-end {
    display: flex;
    align-items: center;
    color: #B7292D;
    margin: 2em 0 1em 0;
    font-size: 20px; }
    .title__red-end:after {
      content: "";
      height: 1px;
      flex-grow: 1;
      background-color: #B7292D; }
    .title__red-end:after {
      margin-left: 1rem; } }
.title-A {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin: 2em 0 1em 0; }
  .title-A:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ffffff; }
  .title-A:after {
    margin-left: 1rem; }

.title-B {
  display: flex;
  align-items: center;
  color: #B7292D;
  margin: 2em 0 1em 0; }
  .title-B:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #B7292D; }
  .title-B:after {
    margin-left: 1rem; }

.title-C {
  display: flex;
  align-items: center;
  color: #B7292D;
  margin: 2em 0 1em 0;
  font-size: 1em; }
  .title-C:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #B7292D; }
  .title-C:after {
    margin-left: 1rem; }

.title-D {
  display: flex;
  align-items: center;
  color: #B7292D;
  margin: 2em 0 1em 0;
  font-size: 1em; }
  .title-D:before {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #B7292D; }
  .title-D:before {
    margin-right: 1rem; }

@media screen and (max-width: 768px) {
  .title-japanese span {
    font-size: 2em;
    line-height: 1em; } }
@media screen and (min-width: 768px) {
  .title-japanese span {
    font-size: 3em;
    line-height: 1em; } }
/*--------------------------------------------------------------------------
_front-page
--------------------------------------------------------------------------*/
/* ------------------------------
〇共通タイトル
------------------------------ */
.title-top {
  position: relative;
  margin-top: 5em;
  margin-bottom: 3em;
  padding-bottom: 1em;
  text-align: center;
  font-size: 1em; }

.title-top span {
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

@media screen and (max-width: 768px) {
  .title-top img {
    width: 200px; } }
@media screen and (min-width: 768px) {
  .title-top img {
    width: 300px; } }
/* ------------------------------------------------------------
〇サービス
------------------------------------------------------------ */
/* ------------------------------------------------------------
〇実績
------------------------------------------------------------ */
.card-works {
  margin: 1em auto;
  background-color: #ffffff; }

.card-works .card_header {
  display: flex;
  flex-wrap: wrap; }

.card-works .card_thumbnail {
  margin: 0;
  text-align: center;
  order: 0; }

.card-works .card_thumbnail img {
  max-width: 100%;
  text-align: center;
  vertical-align: bottom; }

.card-works .card_image {
  width: 100%; }

.card-works .card_body {
  padding: 1rem; }

/* ------------------------------------------------------------
〇会社について
------------------------------------------------------------ */
/*--------------------------------------------------------------------------
_carousel
--------------------------------------------------------------------------*/
@media screen and (min-width: 1920px) {
  .swiper {
    /*width: 1920px;*/
    width: 100%;
    height: 93vh;
    position: relative; } }
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .swiper {
    width: 100%;
    height: 93vh;
    position: relative; } }
@media screen and (max-width: 768px) {
  .swiper {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    position: relative; } }
.swiper-slide.video-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  position: relative; }

.video-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1.5s ease-out; }

.video-slide.fade-out video {
  opacity: 0; }

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.swiper-button-prev,
.swiper-button-next {
  color: white;
  z-index: 10; }

@media screen and (min-width: 768px) {
  .swiper-pagination {
    position: absolute;
    bottom: 100px;
    left: 50%;
    /* transform: translateX(-50%); */
    z-index: 20;
    display: block !important;
    text-align: center;
    width: auto;
    margin-bottom: 3rem; }

  .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    border-radius: 0;
    background: white;
    opacity: 0.5;
    transition: opacity 0.3s, background-color 0.3s; }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: white; } }
@media screen and (max-width: 768px) {
  .swiper-pagination {
    position: absolute;
    bottom: 0px;
    left: 50%;
    /* transform: translateX(-50%); */
    z-index: 20;
    display: block !important;
    text-align: center;
    width: auto;
    margin-bottom: 0.3rem; }

  .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 0;
    background: white;
    opacity: 0.5;
    transition: opacity 0.3s, background-color 0.3s; }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: white; } }
@media screen and (max-width: 768px) {
  .toggle-sound {
    position: absolute;
    top: 0px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    z-index: 100; } }
@media screen and (min-width: 768px) {
  .toggle-sound {
    position: absolute;
    top: 70px;
    right: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    z-index: 100; } }
.scroll {
  z-index: 10;
  margin-top: -50px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  color: #fff; }

.scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0); }
  40% {
    opacity: 1; }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px); }
  100% {
    opacity: 0; } }
/*--------------------------------------------------------------------------
_service
--------------------------------------------------------------------------*/
#service table h3 {
  color: #ffffff;
  border: none; }

@media screen and (max-width: 768px) {
  .service-box {
    padding: 2em 1em; } }
@media screen and (min-width: 768px) {
  .service-box {
    padding: 5em 0; } }
@media screen and (min-width: 768px) {
  .service0 img {
    margin-top: -0.3em; } }
@media screen and (max-width: 768px) {
  .service0 img {
    padding-bottom: 1rem; }

  .service1, .service2, .service3 {
    padding-top: 5em;
    background-position: top left; } }
@media screen and (min-width: 768px) {
  .service-explanation {
    font-size: clamp(1rem, calc(2.2rem + 0.625vw), 1.3rem);
    text-align: center; } }
/* ------------------------------
〇テーブル
------------------------------ */
@media screen and (min-width: 1920px) {
  /*
  #service table p {
      font-size: 0.8em;
  }*/
  #service table h3 span {
    font-size: 0.5em; }

  #service table .mt {
    margin-top: 3em; }

  .tbl-title {
    font-size: 3.2em;
    width: 38%;
    border-right: 3px solid #ffffff; }

  .service-tbl {
    margin: 5px auto;
    background-color: #007635;
    color: #ffffff; }

  .service-tbl ul {
    padding-left: 5em; }

  .service-tbl li div {
    padding-left: 5em;
    padding-right: 1em; }

  .service-tbl td {
    padding: 0 1.2em; }

  .service-explanation span {
    font-size: 1.6em;
    font-weight: 600; } }
@media screen and (min-width: 768px) and (max-width: 1920px) {
  /*
  #service table p {
      font-size: 0.8em;
  }*/
  #service table h3 span {
    font-size: 0.5em; }

  #service table .mt {
    margin-top: 3em; }

  .tbl-title {
    font-size: 2.7vw;
    width: 35%;
    border-right: 3px solid #ffffff; }

  .service-tbl {
    margin: 5px auto;
    background-color: #007635;
    color: #ffffff; }

  .service-tbl ul {
    padding-left: 5em; }

  .service-tbl li div {
    padding-left: 5em;
    padding-right: 1em; }

  .service-tbl td {
    padding: 0 1.2em; }

  .service-explanation span {
    font-size: 1.6em;
    font-weight: 600; } }
@media screen and (max-width: 768px) {
  .tbl-title {
    font-size: 1.4em;
    border-bottom: 3px solid #ffffff; }

  .service-tbl {
    color: #ffffff;
    width: 100%; }

  #service table h3 {
    border-bottom: 1px solid #ffffff;
    padding-left: 1em; }

  #service table h3 span {
    font-size: 0.6em; }

  #service table li {
    margin-top: 1em; }

  .service-tbl th, .service-tbl td {
    　　border-bottom: none;
    display: block;
    width: 100%; }

  .service-explanation span {
    font-size: 1.4em;
    font-weight: 600; } }
/* ------------------------------
〇リピート率９０%バナー
------------------------------ */
@media screen and (min-width: 768px) {
  .Service-banner {
    width: 720px;
    z-index: 2;
    padding-right: 3em; }

  .Service-banner .banner {
    border: 3px solid #007635;
    background-color: #ffffff;
    margin-left: 2em;
    border-radius: 0.5em;
    position: relative;
    height: auto;
    z-index: -3; }

  .Service-banner .banner img:first-child {
    width: 10%;
    position: absolute;
    top: -0.5em;
    left: -1.8em;
    z-index: 2; }

  .Service-banner .banner img:nth-child(2) {
    position: absolute;
    top: -2.5em;
    right: 0;
    left: 4em;
    margin: 0 auto;
    opacity: 0.5; }

  .Service-banner .banner:before {
    content: "";
    position: absolute;
    bottom: -46px;
    left: 50%;
    margin-left: -18px;
    border: 25px solid transparent;
    border-top: 24px solid #ffffff;
    z-index: 2; }

  .Service-banner .banner:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -17px;
    border: 24px solid transparent;
    border-top: 24px solid #007635;
    z-index: 1; }

  /*		
  
  //吹き出し		
  .Service-banner .banner:before {
    content: "";
    position: absolute;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    border: 24px solid transparent;
    border-top: 24px solid #ffffff;
    z-index: 2;
  }
  .Service-banner .banner:after {
    content: "";
    position: absolute;
    bottom: -58px;
    left: 50%;
    margin-left: -34px;
    border: 28px solid transparent;
    border-top: 28px solid #007635;
    z-index: 1;
  }	
  */
  .Service-banner .banner div:nth-of-type(1) {
    position: absolute;
    left: 10%;
    top: -10%;
    font-size: 1.3em;
    text-align: center;
    color: #FFC800;
    padding: 0 0.8em;
    font-weight: bold; }

  .Service-banner .banner div:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #007635;
    transform: skewX(-45deg); }

  .Service-banner .banner div:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    right: 0;
    z-index: -1;
    background-color: #ffffff;
    width: 460px;
    height: 80px; }

  .Service-banner .banner div:nth-of-type(2) {
    margin-top: -1.3em;
    font-size: 2em;
    text-align: center; }

  .Service-banner .banner div span:first-child {
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: italic;
    font-size: 3.8em;
    line-height: 1.2em;
    color: #007635;
    position: relative; }

  .Service-banner .banner div span::after {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px; }

  .Service-banner .banner div span:nth-child(2) {
    color: #007635; }

  .Service-banner .banner div span:nth-child(2) span {
    font-size: 1.6em; } }
@media screen and (max-width: 768px) {
  .Service-banner {
    width: auto;
    z-index: 2; }

  .Service-banner .banner {
    border: 3px solid #007635;
    margin-left: 0.5em;
    margin-right: 0.5em;
    border-radius: 0.5em;
    position: relative;
    height: auto;
    z-index: -3; }

  .Service-banner .banner img:first-child {
    width: 15%;
    position: absolute;
    top: 0.5em;
    left: -1.5em;
    z-index: 2; }

  .Service-banner .banner img:nth-child(2) {
    position: absolute;
    top: 3.5em;
    right: 0;
    left: -4em;
    margin: 0 auto;
    width: 80%;
    opacity: 0.5; }

  .Service-banner .banner:before {
    content: "";
    position: absolute;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    border: 24px solid transparent;
    border-top: 24px solid #ffffff;
    z-index: 2; }

  .Service-banner .banner:after {
    content: "";
    position: absolute;
    bottom: -58px;
    left: 50%;
    margin-left: -34px;
    border: 28px solid transparent;
    border-top: 28px solid #007635;
    z-index: 1; }

  .Service-banner .banner div:nth-of-type(1) {
    position: absolute;
    left: 15%;
    top: -5%;
    font-size: 1.3em;
    text-align: center;
    color: #FFC800;
    padding: 0 0.8em;
    font-weight: bold; }

  .Service-banner .banner div:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #007635;
    transform: skewX(-45deg); }

  .Service-banner .banner div:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    right: 0;
    z-index: -1;
    background-color: #ffffff;
    width: 300px;
    height: 80px; }

  .Service-banner .banner div:nth-of-type(2) {
    margin-top: 0.5em;
    font-size: 2em;
    text-align: center; }

  .Service-banner .banner div span:first-child {
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: italic;
    font-size: 3.8em;
    line-height: 1.2em;
    color: #007635;
    position: relative; }

  .Service-banner .banner div span::after {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px; }

  .Service-banner .banner div span:nth-child(2) {
    color: #007635; }

  .Service-banner .banner div span:nth-child(2) span {
    font-size: 1.6em; } }
/*--------------------------------------------------------------------------
_company
--------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .addoress-name {
    border-bottom: 1px solid #646464;
    width: 100%; }

  #company table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 30px 50px; }

  .company-tbl td {
    padding: 0 2em; }

  .company-tbl td:nth-child(1) {
    width: 20%;
    vertical-align: top; }

  .company-tbl td:nth-child(1) div {
    border-right: 1px solid #646464;
    padding-right: 1em;
    width: 100px;
    height: 3em;
    display: flex;
    align-items: center; }

  .company-tbl td:nth-child(2) {
    vertical-align: top;
    padding-left: 0em; } }
@media screen and (max-width: 768px) {
  .addoress-name {
    border-bottom: 1px solid #646464;
    width: 90%; }

  #company table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 20px; }

  .company-tbl td:nth-child(1) div {
    border-bottom-color: #646464;
    border-bottom-style: double;
    margin-bottom: 1em; }

  .company-tbl {
    width: 80%; }

  .company-tbl th, .company-tbl td {
    border-bottom: none;
    display: block;
    width: 100%; } }
.gmap {
  height: 0;
  overflow: hidden;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 70%;
  position: relative; }

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

/*--------------------------------------------------------------------------
_contact(お問合せフォーム)
--------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .contact-bnr img {
    width: 500px;
    margin-bottom: 3em; } }
@media screen and (max-width: 768px) {
  .contact-bnr img {
    width: 80%;
    margin-bottom: 3em; } }
.form-control {
  border-radius: 0; }

.wpcf7-list-item.first label {
  width: 100%; }

#contact {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  height: auto; }

.contact-section {
  padding-top: 40px; }

.contact-section .col-md-6 {
  width: 50%; }

.wpcf7-not-valid-tip {
  padding-top: 1em;
  color: #ff6633; }

.wpcf7-response-output {
  padding-top: 1em;
  text-align: center;
  color: #ff6633; }

#formbtn {
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  padding: 10px 13px;
  background: #007635;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold; }

.CF7_req {
  font-size: .8em;
  padding: 2px 10px;
  float: right;
  color: #ffffff;
  background-color: #007635;
  border-radius: 3px;
  margin-bottom: 1.5em; }

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  transition: .3s;
  margin-top: -5px;
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  accent-color: #000000;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  /**/ }

input[type=checkbox]:checked::before {
  position: absolute;
  padding: 0;
  color: #007635;
  font-family: 'bootstrap-icons';
  font-weight: 900;
  font-size: 40px;
  line-height: 20px;
  content: '\F26E';
  top: -5px;
  left: -12px; }

@media screen and (max-width: 768px) {
  .wpcf7-list-item {
    display: block !important;
    margin: 0 !important; }

  .wpcf7-list-item-label {
    font-size: 1.0em;
    font-weight: 500;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    margin: 0.5em 1em;
    cursor: pointer;
    display: inline-block; }

  .title-contactform7 div {
    margin-top: 1.2em; }

  .title-contactform7 div div {
    margin-bottom: 0.5em; }

  .tablecontact1 {
    width: 100%; }

  .tablecontact1 th {
    display: block;
    width: 100%; }

  .tablecontact1 td {
    display: block;
    width: 100%; }

  .tablecontact1 th span {
    border-top: 1px solid #EBEBEB; }

  .tablecontact1 .last th {
    display: block;
    width: 100%; }

  .tablecontact1 .last td {
    display: block;
    width: 100%; }

  .wpcf7-submit, .wpcf7cp-cfm-edit-btn {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border: 3px solid #007635;
    padding: 0.5em 2em;
    background-color: #007635;
    color: #ffffff;
    border-radius: 5px; }

  	/*
    .wpcf7-submit:hover , .wpcf7cp-cfm-edit-btn:hover {
      border: 1px solid #007635;
      background-color: #ffffff;
      color: #007635;
    }	
  	*/
  /* 確認ボタン後テーブル */
  div#wpcf7cpcnf {
    z-index: 0 !important;
    position: relative !important; }

  #wpcf7cpcnf table {
    border: none;
    width: 100%; }

  #wpcf7cpcnf table p {
    margin: 0;
    padding: 0; }

  #wpcf7cpcnf table th {
    background-color: #007635;
    border: 1px solid #ccc;
    color: #fff;
    padding-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: block;
    width: 100%; }

  #wpcf7cpcnf table td {
    border: 1px solid #ccc;
    padding-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: block;
    width: 100%; } }
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    display: inline-block;
    margin: 0.5em 1em;
    cursor: pointer; }

  .title-contactform7 div {
    margin-top: 1.2em; }

  .title-contactform7 div div {
    margin-bottom: 0.5em; }

  .tablecontact1 th, .tablecontact1 td {
    padding: 1.1em 1em; }

  .tablecontact1 {
    width: 100%; }

  .tablecontact1 th {
    width: 32%; }

  .tablecontact1 th span {
    border-top: 1px solid #EBEBEB; }

  .tablecontact1 th {
    padding: 1.1em 1em; }

  .fast {
    padding: 1.1em 1em; }

  .tablecontact1 td {
    padding: 1.1em 1em; }

  .wpcf7cp-btns {
    text-align: center; }

  .wpcf7-submit, .wpcf7cp-cfm-edit-btn {
    margin: 0 auto;
    text-align: center;
    border: 1px solid #007635;
    padding: 0.5em 8em;
    background-color: #007635;
    color: #ffffff;
    border-radius: 5px; }

  	/*
    .wpcf7-submit:hover , .wpcf7cp-cfm-edit-btn:hover {
      border: 1px solid #007635;
      background-color: #ffffff;
      color: #007635;
    }	
  	*/
  /* 確認ボタン後テーブル */
  div#wpcf7cpcnf {
    z-index: 0 !important;
    position: relative !important; }

  #wpcf7cpcnf table {
    border: none;
    width: 100%; }

  #wpcf7cpcnf table p {
    margin: 0;
    padding: 0; }

  #wpcf7cpcnf table th {
    background-color: #007635;
    border: 1px solid #ccc;
    color: #fff;
    width: 23%;
    padding-left: 1em;
    padding-top: 1em;
    padding-bottom: 1em; }

  #wpcf7cpcnf table td {
    border: 1px solid #ccc;
    padding-left: 1em; } }
.wpcf7cp-form-hide {
  display: none; }

/*--------------------------------------------------------------------------
_footer
--------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #footer {
    font-size: 0.9em; }
    #footer li {
      line-height: 3em; } }
#footer a {
  color: #000000; }

/* ------------------------------
〇Topへ戻る
------------------------------ */
@media screen and (max-width: 768px) {
  #page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 100px;
    color: white;
    background: rgba(52, 58, 64, 0.9);
    border-radius: 50%;
    z-index: 1000; } }
@media screen and (min-width: 768px) {
  #page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 150px;
    color: white;
    background: rgba(52, 58, 64, 0.9);
    border-radius: 50%;
    z-index: 1000; } }
#page-top .dz {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  cursor: pointer;
  cursor: hand; }

#page-top .dz::before, #page-top .dz::after {
  content: "";
  position: absolute;
  top: 8px;
  left: calc(50% - 2px);
  width: 3px;
  height: 15px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% 1px; }

#page-top .dz::before {
  transform: rotate(40deg); }

#page-top .dz::after {
  transform: rotate(-40deg); }

#page-top .dz span {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 8px;
  text-align: center;
  padding-top: 22px;
  line-height: 10px; }

@media screen and (max-width: 768px) {
  .footer-text {
    display: flex;
    text-align: center; }

  .footer-text span {
    display: block;
    font-size: 0.6em;
    line-height: 0.5em; }

  .footer-text li {
    padding: 0 1em;
    text-align: center; }

  .footer-tel span {
    color: #007635;
    border: 1px solid #007635;
    background-color: #ffffff;
    font-size: 0.8em;
    margin-right: 1em;
    padding: 0.1em 0.5em; }

  .footer-copylight {
    text-align: center;
    padding: 0.5em 0; } }
@media screen and (min-width: 768px) {
  .footer-text {
    font-size: 1.0em;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }

  .footer-text span {
    display: block;
    font-size: 0.9em;
    line-height: 1.0em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #aaaaaa; }

  .footer-text li, .footer-tel li {
    padding: 0 1em;
    text-align: center; }

  .footer-tel {
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.8em; }

  .footer-tel span {
    color: #007635;
    border: 1px solid #007635;
    background-color: #ffffff;
    font-size: 0.8em;
    margin-right: 1em;
    padding: 0.1em 0.5em; }

  .footer-copylight {
    text-align: center;
    padding: 1em 0; } }
@media screen and (max-width: 768px) {
  .footer-text {
    font-size: 1.0em; }

  .footer-text span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #aaaaaa; } }
