@charset "UTF-8";
/*
Theme Name:有限会社ヤマシタ清掃
Description:有限会社ヤマシタ清掃 | 長崎市 草刈り 伐採 剪定 庭のお手入れ
Version: 1.0
License:有限会社ヤマシタ清掃
License URI:https://www.yamashita-kusakari.co.jp
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=M+PLUS+1p&display=swap");
/****************************************

リセットCSSここから

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

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
  content: "";
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  transform: rotate(0.05deg);
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.8;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1200 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.orange {
  color: #d78816;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 18px 30px 0;
  align-items: center !important;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
  }
}

.h_logo {
  position: absolute;
  top: 0;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .h_logo {
    left: 50%;
    transform: translateX(-50%);
    width: clamp(110px, 25vw, 180px);
  }
}

.h_contact {
  width: 220px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .h_contact {
    display: none;
  }
}
.h_contact a {
  width: 100%;
  background: url(images/h_leaf.png) no-repeat;
  background-size: contain;
  text-decoration: none;
  padding: 30px;
  transition: 0.3s;
}
.h_contact a:hover {
  opacity: 0.8;
}
.h_contact a p {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding-top: 25px;
  transform: rotate(0.05deg);
  background: url(images/h_mail.svg) center top no-repeat;
}
.h_contact a p span {
  display: block;
  font-family: "Lato", "M PLUS 1p", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.2rem;
}

.header_tel {
  font-family: "Lato", "M PLUS 1p", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  padding-left: 30px;
  color: #fff;
  background: url(images/h_tel.svg) left center no-repeat;
  margin: 0 25px 0 30px;
}

.header_right_above {
  display: flex;
  justify-content: right;
  align-items: center;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  left: 50px;
  bottom: 90px;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .scroll {
    left: 3%;
    bottom: 60px;
    font-size: clamp(0.6rem, 2vw, 1rem);
  }
}
.scroll a {
  color: #fff;
  text-decoration: none;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -90px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .scroll::before {
    bottom: -60px;
    height: 50px;
  }
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: right;
}
#mv_top .top_catch {
  position: absolute;
  left: 7.8125%;
  top: 190px;
  width: 40%;
  max-width: 606px;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 53%;
  }
}
#mv_top .top_catch img {
  width: 100%;
  height: auto;
}

.slider {
  width: 100%;
}
.slider .mv_img {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1920px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .slider .mv_img {
    width: 200%;
    min-width: revert;
  }
}

.mv_deco {
  position: absolute;
  bottom: -60px;
  right: 6.25%;
  max-width: 1042px;
  width: 56%;
}
@media screen and (max-width: 767px) {
  .mv_deco {
    bottom: -50px;
  }
}
.mv_deco img {
  width: 100%;
  height: auto;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}

#mv_page .mv_img {
  position: relative;
  width: 1670px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img {
    width: 200%;
  }
}

.mvpage_container {
  max-width: 1670px;
  width: 86.98%;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.mvpage_container::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(images/pagemv_filter.png);
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

.mvpage_container2 {
  max-width: 1670px;
  width: 86.98%;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.page_title1 {
  position: absolute;
  left: 5%;
  bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page_title1 {
    width: 40%;
    bottom: 10px;
    left: 3%;
  }
}

.page_title2 {
  position: absolute;
  left: 7.9%;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_title2 {
    width: 40%;
    bottom: 15px;
    left: 3%;
  }
}

.page_title3 {
  position: absolute;
  left: 7.2%;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_title3 {
    width: 40%;
    bottom: 15px;
    left: 3%;
  }
}

.page_title4 {
  position: absolute;
  left: 4.4%;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_title4 {
    width: 40%;
    bottom: 15px;
    left: 3%;
  }
}

.page_title5 {
  position: absolute;
  left: 6%;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_title5 {
    width: 40%;
    bottom: 15px;
    left: 3%;
  }
}

.page_title6 {
  position: absolute;
  left: 8%;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_title6 {
    width: 40%;
    bottom: 15px;
    left: 3%;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  width: 860px;
  margin: 80px auto 130px;
}
@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    padding: 0 3%;
  }
}

.single_work {
  position: relative;
  z-index: 0;
}

.single_img-after {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 86/52;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .single_img-after {
    margin-bottom: 20px;
  }
}
.single_img-after .img_cate {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-family: "Lato", "M PLUS 1p", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 5.5px 29.5px;
  z-index: 10;
  border-radius: 9px;
  background: #d78816;
}
@media screen and (max-width: 767px) {
  .single_img-after .img_cate {
    top: 10px;
    right: 10px;
    font-size: 1.3rem;
  }
}

.single_img-before {
  border: 10px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: -55px;
  left: -90px;
  z-index: 10;
  width: 320px;
  aspect-ratio: 32/22;
}
@media screen and (max-width: 767px) {
  .single_img-before {
    position: relative;
    width: 100%;
    aspect-ratio: 86/52;
    top: 0px;
    left: 0px;
    border: none;
    margin-bottom: 20px;
  }
}
.single_img-before::before {
  display: block;
  content: url(images/arrow3.svg);
  position: absolute;
  bottom: -90px;
  left: 45px;
}
@media screen and (max-width: 767px) {
  .single_img-before::before {
    bottom: -55px;
    left: 10px;
    z-index: 1;
  }
}
.single_img-before .img_cate {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #222;
  font-family: "Lato", "M PLUS 1p", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0em;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-radius: 7px;
  padding: 4.5px 24.5px;
  z-index: 10;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .single_img-before .img_cate {
    top: 10px;
    right: 10px;
    left: revert;
    font-size: 1.3rem;
  }
}

.single_text {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .single_text {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.single_text p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .single_text p {
    font-size: 1.4rem;
  }
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  background: #eee;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #333;
}

a.page-numbers:hover {
  color: #208d44;
}

.pager .current {
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #208d44;
  color: white;
}

.nav-below {
  margin: 30px 0 20px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #208d44;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    font-size: 1.5rem;
  }
}

/* 前へ、次へのホバー時 */
.nav-below > a:hover {
  color: #169cd8;
}

/* 前へ、次へのホバー時 */
@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #a71f24;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #208d44;
  border-radius: 8px;
  background-color: #208d44;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #208d44;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  margin: 0 auto;
  position: relative;
  width: 100%;
  margin-bottom: 255px;
}
@media screen and (max-width: 767px) {
  .aside {
    padding: 0 3%;
    margin-bottom: 180px;
  }
}

.aside_box {
  padding: 60px 20px 85px;
  background-color: #89c46c;
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .aside_box {
    width: 94%;
    padding: 60px 20px;
    top: -100px;
    transform: translateX(-50%);
  }
}
.aside_box::before {
  position: absolute;
  content: "";
  left: 40px;
  top: -30px;
  width: 275px;
  height: 152px;
  background: url(images/letter4.png) no-repeat;
}
@media screen and (max-width: 767px) {
  .aside_box::before {
    top: -20px;
    left: 4%;
    width: 150px;
    background-size: contain;
  }
}
.aside_box::after {
  position: absolute;
  content: "";
  right: 50px;
  top: -40px;
  width: 105px;
  height: 90px;
  background: url(images/leaf2.png) no-repeat;
}
@media screen and (max-width: 767px) {
  .aside_box::after {
    top: -30px;
    width: 80px;
    right: 5%;
    background-size: contain;
  }
}
.aside_box h2 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aside_box h2 {
    font-size: 2.2rem;
  }
}
.aside_box > p {
  font-size: 1.6rem;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .aside_box > p {
    font-size: 1.4rem;
  }
}

/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 260px 0 100px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 450px 0 50px;
  }
}
#footer p {
  color: #fff;
}

#footer.footer2 {
  padding: 110px 0 100px;
}

.footer_container {
  width: calc(100% - 40px);
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_container {
    display: block;
  }
}

.footer_name {
  font-size: 2.4rem;
  margin: 30px 0 10px;
}

.footer_address {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .footer_address {
    font-size: 1.4rem;
  }
}

.footer_right {
  display: flex;
  gap: 75px;
  padding-right: 15px;
}

.pagetop {
  display: none;
  position: fixed;
  right: 70px;
  bottom: 70px;
  z-index: 999;
}

.footer_sp {
  display: none;
}

.f_bg {
  background: url(images/f_bg.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}

.sitemap a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  position: relative;
}
.sitemap dt {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
}
.sitemap li, .sitemap dd {
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(images/arrow2.svg) center left no-repeat;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sitemap a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.copyright_block {
  color: #fff;
  font-size: 1.3rem;
  margin-top: 30px;
}

.copyright {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
    text-align: center;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 25%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #208d44;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 26px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_insta::after {
    background-image: url(images/icon_insta.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 60px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #208d44;
    border: 1px solid #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #208d44;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #208d44;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 0;
  display: flex;
  align-items: flex-end;
}

#g_navi .menu {
  width: auto;
  margin: 0 0 0 auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}

#g_navi .menu > li {
  position: relative;
  margin-left: 60px;
}

.nav_shadow #g_navi .menu > li > a {
  text-shadow: 0 0 27px #169cd8, 0 0 27px #169cd8;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 20px 0;
  color: #fff;
  cursor: pointer;
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 140px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #208d44;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #208d44;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  padding: 20px 50px 60px;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.4rem;
  color: #999;
}

.breadcrumb a {
  color: #999;
  font-size: 1.4rem;
  display: inline-block;
}
.breadcrumb a:hover {
  color: #208d44;
  text-decoration: none;
}

/* パンくずリストホバー時アンダーライン */
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 0 5%;
    margin: 10px auto 0;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p, .breadcrumb a {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.ttl1 {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.top_ttl01 {
  font-size: 2.8rem;
  color: #208d44;
  margin-bottom: 40px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_ttl01 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.top_ttl02 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_ttl02 {
    margin-bottom: 20px;
  }
}
.top_ttl02 span {
  font-size: 1.8rem;
  padding: 70px 0 20px 100px;
  font-weight: 400;
  transform: rotate(0.05deg);
  background: url(images/letter2.png) top left no-repeat;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top_ttl02 span {
    font-size: 1.6rem;
    padding: 50px 0 0px 70px;
    background: url(images/letter2.png) top left no-repeat;
    background-size: contain;
  }
}

.top_ttl03 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .top_ttl03 {
    margin-bottom: 30px;
  }
}
.top_ttl03 span {
  font-size: 2rem;
  padding: 90px 10px 10px 150px;
  font-weight: 400;
  transform: rotate(0.05deg);
  background: url(images/letter3.png) top left no-repeat;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top_ttl03 span {
    font-size: 1.6rem;
    padding: 60px 0 0px 100px;
    background: url(images/letter3.png) top left no-repeat;
    background-size: contain;
  }
}

.top_ttl04 {
  font-size: 1.8rem;
  font-weight: 400;
  transform: rotate(0.05deg);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top_ttl04 {
    font-size: 1.5rem;
  }
}

.ttl01 {
  font-size: 3.4rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #208d44;
  padding-left: 60px;
  background: url(images/ttl_deco.png) left center no-repeat;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 2.2rem;
    padding-left: 40px;
    background-size: 30px;
  }
}

.headline {
  font-size: 3.4rem;
  letter-spacing: 0.2em;
  color: #208d44;
  text-align: center;
  font-weight: 400;
  padding-top: 30px;
  margin-bottom: 50px;
  background: url(images/ttl_deco2.png) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.8rem;
  }
}
.headline span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  border-radius: 100vmax;
  text-align: center;
  background: linear-gradient(to left, #8ac46c, #28a134);
  width: 100px;
  padding: 1px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 1rem;
    width: 90px;
  }
}

.headline2 {
  font-size: 3.4rem;
  letter-spacing: 0.2em;
  color: #208d44;
  font-weight: 400;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 50px;
  background: url(images/ttl_deco2.png) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .headline2 {
    font-size: 2.8rem;
  }
}
.headline2 span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  border-radius: 100vmax;
  text-align: center;
  background: linear-gradient(to left, #8ac46c, #28a134);
  width: 140px;
  padding: 1px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .headline2 span {
    font-size: 1rem;
    width: 110px;
  }
}

.ttl02 {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #208d44;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 1.8rem;
  }
}

.ttl02_1 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #208d44;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl02_1 {
    font-size: 1.7rem;
  }
}

.ttl02_3 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #208d44;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .ttl02_3 {
    font-size: 1.6rem;
  }
}

.ttl03 {
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  color: #208d44;
  margin-bottom: 30px;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 1.6rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
.ttl03::before {
  display: block;
  content: "";
  position: absolute;
  width: 790px;
  height: 1px;
  background-color: #208d44;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .ttl03::before {
    width: calc(100% + 50px);
  }
}
.ttl03::after {
  display: block;
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #208d44;
  bottom: -7px;
  left: -120px;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .ttl03::after {
    left: -50px;
    width: 9px;
    height: 9px;
    bottom: -4px;
  }
}

.ttl03_1 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #208d44;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-top: 10px;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ttl03_1 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.ttl03_1::before {
  display: block;
  content: "";
  position: absolute;
  width: 790px;
  height: 1px;
  background-color: #208d44;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .ttl03_1::before {
    width: calc(100% + 30px);
  }
}
.ttl03_1::after {
  display: block;
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #208d44;
  bottom: -7px;
  left: -130px;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .ttl03_1::after {
    left: -50px;
    width: 9px;
    height: 9px;
    bottom: -4px;
  }
}

.ttl04 {
  font-size: 1.8rem;
  margin-top: 5px;
  font-weight: 400;
}

.single_ttl {
  font-size: 3rem;
  color: #208d44;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .single_ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

/* ボタン */
.h_btn {
  width: 113px;
}
.h_btn a {
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 3px;
  border-radius: 100vmax;
  border: 1px solid #fff;
  text-align: center;
}
.h_btn a:hover {
  color: #169cd8;
  background-color: #fff;
}

.btn1 {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 240px;
  }
}
.btn1 a {
  color: #fff;
  font-size: 1.8rem;
  border-radius: 100vmax;
  font-weight: 400;
  background: url(images/arrow.png) right 20px center no-repeat, linear-gradient(to left, #208d44, #89c46c);
  text-align: center;
  width: 100%;
  padding: 21px;
  text-decoration: none;
  transition: 0.6s;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.6rem;
  }
}
.btn1 a:hover {
  opacity: 0.8;
}

.btn_r {
  display: flex;
  justify-content: right;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .btn_r {
    margin-top: 30px;
    justify-content: center;
  }
}

.btn2 {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 180px;
  }
}
.btn2 a {
  color: #fff;
  font-size: 1.8rem;
  border-radius: 100vmax;
  font-weight: 400;
  background: url(images/arrow.png) right 20px center no-repeat, linear-gradient(to left, #1b9bd7, #82c1df);
  text-align: center;
  width: 100%;
  padding: 21px;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.6rem;
    padding: 15px;
  }
}
.btn2 a:hover {
  opacity: 0.8;
}

.btn_l20 {
  padding-left: 20px;
}

.aside_tel {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .aside_tel {
    width: 280px;
  }
}
.aside_tel a {
  width: 100%;
  text-decoration: none;
  border-radius: 100vmax;
  padding: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aside_tel a:hover {
  background-color: #f0ee29;
}
.aside_tel a p {
  color: #222;
  line-height: 1;
  text-align: center;
}

.a_tel1 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .a_tel1 {
    font-size: 1.4rem;
  }
}

.a_tel2 {
  font-family: "Lato", "M PLUS 1p", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  padding: 5px 0 5px 30px;
  letter-spacing: 0;
  background: url(images/tel.svg) left center no-repeat;
  display: inline-block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .a_tel2 {
    font-size: 2.6rem;
  }
}

.a_tel3 {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .a_tel3 {
    font-size: 1.2rem;
  }
}

.aside_btn {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .aside_btn {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.aside_contact {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .aside_contact {
    width: 280px;
  }
}
.aside_contact a {
  width: 100%;
  text-decoration: none;
  border-radius: 100vmax;
  padding: 32px 62px;
  background-color: #f0ee29;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .aside_contact a {
    padding: 30px 20px;
  }
}
.aside_contact a:hover {
  background-color: #fff;
}
.aside_contact a p {
  color: #222;
  text-align: center;
  font-size: 1.8rem;
  padding-left: 35px;
  background: url(images/c_mail.svg) left center no-repeat;
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  height: 100%;
  max-height: 240px;
  overflow-y: scroll;
  padding-right: 30px;
}

.news_post article a {
  width: 100%;
  padding: 20px 40px 20px 0;
  border-bottom: 1px dotted #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.news_post article a:hover {
  background: #E0F3FA;
}

.news_post article a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #208d44;
  border-right: 2px solid #208d44;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news_post article a:hover::before {
  right: 10px;
}

.news_post article a h3 {
  color: #333;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
}

.news_post article .date {
  font-size: 1.5rem;
  color: #23A9DC;
  font-weight: 600;
  margin-right: 40px;
  letter-spacing: 0.1em;
  line-height: 2;
}

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

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
  .news_post article a {
    padding: 15px 40px 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_post article a h3 {
    font-size: 1.4rem;
  }
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    display: block;
    color: #aaa;
  }
}
.overview_tbl {
  width: 100%;
}

.overview_border {
  border-radius: 10px;
  border: 1px dashed #ffa913;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .overview_tbl tr {
    display: flex;
    flex-direction: column;
  }
}

.overview_tbl th {
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  padding: 20px 40px;
  background-color: #faf3e6;
  width: 400px;
  border-bottom: 1px dashed #ffa913;
  border-right: 1px dashed #ffa913;
}
@media screen and (max-width: 767px) {
  .overview_tbl th {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
  }
}

.overview_tbl td {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  padding: 20px 40px;
  width: 800px;
  border-bottom: 1px dashed #ffa913;
}
@media screen and (max-width: 767px) {
  .overview_tbl td {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
    line-height: 1.8;
  }
}

.overview_tbl tr:last-of-type th, .overview_tbl tr:last-of-type td {
  border-bottom: none;
}

.overview_box01 {
  margin-bottom: 40px;
}

/****************************************

contentトップ用

*****************************************/
.top_box01 {
  max-width: 1630px;
  margin: 195px 0 120px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    margin: 90px 0 80px;
    padding-right: 3%;
  }
}
.top_box01 .flex {
  align-items: center;
}

.txt1 {
  width: 525px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
    margin-left: 3%;
  }
}

.fig1 {
  max-width: 935px;
  width: 55%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.fig1::after {
  position: absolute;
  left: 80px;
  top: -60px;
  content: "";
  width: 26%;
  max-width: 236px;
  height: 142px;
  background: url(images/letter1.png) top left no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .fig1::after {
    left: 4.166%;
    top: -30px;
    width: 30%;
    height: 80px;
    background: url(images/letter1.png) top left no-repeat;
    background-size: contain;
  }
}
.fig1 img {
  width: 100%;
  height: auto;
}

.top_box02 {
  max-width: 1580px;
  width: calc(100% - 40px);
  margin: 0 auto 160px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    margin: 0 auto 80px;
  }
}

.top_bnr_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_bnr_container {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.top_bnr_container li {
  max-width: 500px;
  width: 31.6455%;
}
@media screen and (max-width: 767px) {
  .top_bnr_container li {
    width: 100%;
    max-width: 500px;
  }
}
.top_bnr_container li img {
  width: 100%;
  height: auto;
}

.top_box03 {
  max-width: 1680px;
  width: calc(100% - 40px);
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    width: 100%;
    padding: 0 3%;
    margin: 0 auto 80px;
  }
}

.work_ttl {
  padding-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .work_ttl {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-right: 0;
    align-items: center;
  }
}

.work_post_container {
  max-width: 1270px;
  width: 75.6%;
  display: flex;
  gap: 1.3333333333%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .work_post_container {
    width: 100%;
    gap: 20px 4%;
    flex-wrap: wrap;
  }
}
.work_post_container article {
  width: 24%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .work_post_container article {
    width: 48%;
  }
}
.work_post_container figure {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  overflow: hidden;
}
.work_post_container figure a {
  width: 100%;
  height: 100%;
  position: relative;
}

.top_box04 {
  margin: 0 auto 345px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 0 3%;
    margin: 0 auto 80px;
  }
}

.greeting_box01 {
  margin: 90px 0 100px;
  padding-bottom: 70px;
  background: linear-gradient(to top, #f4f9f5, #f4f9f5 80%, #fff 80%);
}
@media screen and (max-width: 767px) {
  .greeting_box01 {
    margin: 20px 0 60px;
    padding-bottom: 60px;
    background: linear-gradient(to top, #f4f9f5, #f4f9f5 90%, #fff 90%);
  }
}
.greeting_box01 figure {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .greeting_box01 figure {
    margin-bottom: 20px;
  }
}

.g_name {
  font-size: 2.7rem;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .g_name {
    font-size: 2rem;
    margin-left: 15px;
  }
}

.sec_mb {
  margin-bottom: 350px;
}
@media screen and (max-width: 767px) {
  .sec_mb {
    margin-bottom: 180px;
  }
}

#top_main .sec_mb {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #top_main .sec_mb {
    margin-bottom: 0px;
  }
}

.mowing_box01_content {
  margin-left: 500px;
  padding-top: 75px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mowing_box01_content {
    margin-left: 0;
    padding-top: 0;
    margin-bottom: 280px;
  }
}

.list1 li {
  font-size: 1.9rem;
  margin-bottom: 10px;
  padding-left: 50px;
  background: url(images/check.svg) left 10px center no-repeat;
}
@media screen and (max-width: 767px) {
  .list1 li {
    font-size: 1.5rem;
    background: url(images/check.svg) left top 5px no-repeat;
    background-size: 20px;
    padding-left: 30px;
  }
}

.green_box {
  border: 1px solid #208d44;
  background-color: #e5f4ea;
  border-radius: 14px;
  padding: 50px 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .green_box {
    padding: 20px;
  }
}
.green_box::before {
  display: block;
  content: "";
  position: absolute;
  width: 246px;
  height: 403px;
  top: -404px;
  left: 160px;
  background: url(images/woman.png) no-repeat;
}
@media screen and (max-width: 767px) {
  .green_box::before {
    background-size: contain;
    width: 160px;
    top: -263px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.green_box p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .green_box p {
    font-size: 1.4rem;
  }
}
.green_box p span {
  color: #d78816;
}

.mowing_box01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mowing_box01 {
    margin-bottom: 60px;
  }
}

.mowing_box02 {
  max-width: 1390px;
  width: calc(100% - 40px);
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .mowing_box02 {
    width: 100%;
    padding: 0 3%;
    margin: 0 0 60px;
  }
}

.mowing_box02_content1 {
  display: flex;
}

.mowing_box02_content2 {
  display: flex;
  margin: 30px 0 30px auto;
}

.txt2 {
  width: 675px;
  margin: 40px 0 0 80px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: calc(100% - 150px);
    margin: 10px 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .fig2 {
    width: 150px;
  }
}

.list2 {
  margin-bottom: 20px;
}
.list2 li {
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding-left: 35px;
  background: url(images/check.svg) left center no-repeat;
  background-size: 25px;
}
@media screen and (max-width: 767px) {
  .list2 li {
    font-size: 1.5rem;
    background: url(images/check.svg) left top 5px no-repeat;
    background-size: 20px;
    padding-left: 30px;
  }
}

.caution {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .caution {
    font-size: 1.3rem;
  }
}

.txt3 {
  margin-left: 100px;
  width: calc(100% - 640px);
}
@media screen and (max-width: 767px) {
  .txt3 {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
}

.aic {
  align-items: center;
}

.waste_box01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .waste_box01 {
    margin-bottom: 60px;
  }
}
.waste_box01 .txt3 {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .waste_box01 .txt3 {
    padding-left: 0px;
  }
}

.ut_sentence {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .ut_sentence {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .tbl1 tr {
    display: flex;
    flex-direction: column;
  }
}
.tbl1 th {
  background-color: #208d44;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  vertical-align: middle;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .tbl1 th {
    width: 100%;
    font-size: 2rem;
    padding: 10px;
  }
}
.tbl1 td {
  padding: 40px 40px 25px;
}
@media screen and (max-width: 767px) {
  .tbl1 td {
    padding: 20px;
  }
}
.tbl1 td p {
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  .tbl1 td p {
    font-size: 1.4rem;
  }
}
.tbl1 .tbl_address {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tbl1 .tbl_address {
    font-size: 1.6rem;
  }
}
.tbl1 .tbl_address span {
  background-color: #208d44;
  color: #fff;
  line-height: 1;
  padding: 4px;
  width: 85px;
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 10px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .tbl1 .tbl_address span {
    width: 70px;
    font-size: 1.6rem;
  }
}

.tbl_container {
  margin-top: 70px;
  border: 1px solid #208d44;
  border-radius: 14px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tbl_container {
    margin-top: 30px;
  }
}

.area dt {
  color: #d78816;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .area dt {
    font-size: 1.6rem;
  }
}
.area dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .area dd {
    font-size: 1.4rem;
  }
}
.area dl:not(:last-of-type) {
  margin-bottom: 5px;
}

.waste_box02 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .waste_box02 {
    margin-bottom: 60px;
  }
}

.area2 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .area2 {
    margin-top: 30px;
  }
}

.txt4 {
  width: 660px;
}
@media screen and (max-width: 767px) {
  .txt4 {
    width: 100%;
  }
}
.txt4 p {
  font-size: 1.6rem;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .txt4 p {
    font-size: 1.4rem;
  }
}

.other_box01_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .other_box01_container {
    margin-bottom: 20px;
  }
}

.list3 {
  margin-bottom: 30px;
}
.list3 li {
  font-size: 1.7rem;
  margin-bottom: 8px;
  padding-left: 35px;
  background: url(images/check.svg) left center no-repeat;
  background-size: 25px;
}
@media screen and (max-width: 767px) {
  .list3 li {
    font-size: 1.5rem;
    background: url(images/check.svg) left top 5px no-repeat;
    background-size: 20px;
    padding-left: 30px;
  }
}

.other_box02 .list3 {
  margin-bottom: 20px;
}

.other_ab {
  width: 670px;
  position: absolute;
  bottom: 20px;
  right: 0;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .other_ab {
    position: static;
    width: 100%;
    padding-left: 0px;
  }
}
.other_ab p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .other_ab p {
    font-size: 1.4rem;
  }
}

.other_box02 .other_ab {
  bottom: -10px;
}

.other_box01 {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .other_box01 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .fig4 {
    width: 200px;
    margin-right: 20px;
  }
}

.other_box02 {
  position: relative;
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .other_box02 {
    margin-bottom: 60px;
  }
}

.work_box01 {
  max-width: 1270px;
  width: calc(100% - 40px);
  margin: 40px auto 100px;
}
@media screen and (max-width: 767px) {
  .work_box01 {
    width: 100%;
    padding: 0 3%;
  }
}

.work_container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.8666666667%;
}
@media screen and (max-width: 767px) {
  .work_container {
    gap: 0px 2%;
  }
}
.work_container article {
  max-width: 300px;
  width: 23.6%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .work_container article {
    width: 49%;
    margin-bottom: 30px;
    max-width: revert;
  }
}
.work_container article figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.work_container article figure a {
  position: relative;
  width: 100%;
  height: 100%;
}

.faq_p {
  color: #169ad7;
  font-size: 2rem;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .faq_p {
    font-size: 1.6rem;
    text-align: left;
  }
}

.accordion {
  margin-bottom: 30px;
  border: 1px solid #208d44;
  border-radius: 10px;
  overflow: hidden;
}

.accordion_summary {
  display: block;
  position: relative;
  padding: 18px 20px;
  color: #208d44;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #def3e5;
}
@media screen and (max-width: 767px) {
  .accordion_summary {
    padding: 15px 25px 15px 15px;
    background-size: 15px;
    font-size: 1.6rem;
  }
}
.accordion_summary span {
  font-size: 3.6rem;
  font-family: "Lato", "M PLUS 1p", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .accordion_summary span {
    font-size: 3rem;
    padding-right: 15px;
    margin-right: 15px;
  }
}
.accordion_summary span::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 44px;
  background-color: #208d44;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.accordion_summary::-webkit-details-marker {
  display: none;
}

.accordion_summary::after {
  content: "+";
  font-size: 3.5rem; /* 記号のサイズ */
  position: absolute;
  font-weight: 300;
  line-height: 2;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #208d44;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .accordion_summary::after {
    right: 10px;
    font-size: 2.2rem;
  }
}

.accordion[open] .accordion_summary::after {
  content: "−";
  transition: 0.3s;
}

.accordion_answer {
  padding: 20px 20px 30px;
  display: flex;
  align-items: flex-start;
  letter-spacing: 0.1em;
  line-height: 1.47;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .accordion_answer {
    padding: 20px 15px 15px;
    background: url(images/a.png) no-repeat left 10px top 18px;
    background-size: 15px;
    font-size: 1.4rem;
  }
}
.accordion_answer span {
  font-size: 3.6rem;
  font-family: "Lato", "M PLUS 1p", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-right: 20px;
  line-height: 1.1;
  color: #d78816;
  position: relative;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .accordion_answer span {
    font-size: 3rem;
    margin-right: 15px;
  }
}

.faq_box01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .faq_box01 {
    margin-bottom: 60px;
  }
}

.tbl2 {
  border-collapse: separate;
  border-spacing: 13px 0px;
}
@media screen and (max-width: 767px) {
  .tbl2 {
    border-spacing: 0;
  }
}
.tbl2 th {
  width: 272px;
  border-bottom: 1px solid #208d44;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  .tbl2 th {
    font-size: 1.5rem;
    width: 100%;
    border-bottom: none;
    padding: 20px 20px 5px;
  }
}
.tbl2 td {
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  .tbl2 td {
    font-size: 1.4rem;
    width: 100%;
    border-bottom: 1px solid #208d44;
    padding: 0 20px 20px;
  }
}
.tbl2 tr:first-of-type th {
  border-top: 1px solid #208d44;
}
.tbl2 tr:first-of-type td {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .tbl2 tr:first-of-type td {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .tbl2 tr {
    display: flex;
    flex-direction: column;
  }
}

.company_box01 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .company_box01 {
    margin-bottom: 60px;
  }
}

.map {
  width: 100%;
  height: 360px;
  position: relative;
  filter: saturate(72%);
}
@media screen and (max-width: 767px) {
  .map {
    min-height: 300px;
  }
}

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

.company_box02 {
  margin-bottom: 400px;
}
@media screen and (max-width: 767px) {
  .company_box02 {
    margin-bottom: 0px;
  }
}

.contact_tel {
  border: 1px solid #169ad7;
  border-radius: 100vmax;
  width: 400px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .contact_tel {
    width: 300px;
  }
}
.contact_tel a {
  padding: 15px 10px 20px;
}
@media screen and (max-width: 767px) {
  .contact_tel a {
    padding: 15px;
  }
}
.contact_tel a:hover {
  background-color: #169ad7;
}
.contact_tel a:hover p {
  color: #fff;
}
.contact_tel a:hover .a_tel2 {
  background: url(images/h_tel.svg) left center no-repeat;
}
.contact_tel a .a_tel1 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .contact_tel a .a_tel1 {
    font-size: 1.4rem;
  }
}
.contact_tel a .a_tel2 {
  font-size: 2.8rem;
  padding: 5px 0 10px 30px;
}
@media screen and (max-width: 767px) {
  .contact_tel a .a_tel2 {
    font-size: 2.6rem;
  }
}
.contact_tel a .a_tel3 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .contact_tel a .a_tel3 {
    font-size: 1.2rem;
  }
}

.contact_box01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contact_box01 {
    margin-bottom: 60px;
  }
}

.contact_box02 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .contact_box02 {
    margin-bottom: 60px;
  }
}

/* End Hack *//*# sourceMappingURL=style.css.map */