@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: Roboto, "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #333;
  height: auto !important;
}
@media (max-width: 767px) {
  body {
    overflow: hidden;
  }
}

figure {
  margin: 0;
  text-align: center;
}

img {
  vertical-align: middle;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

body:not(.home) ul {
  margin-left: 1em;
  line-height: 1.8;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

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

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #333;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}

@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}
.fax a {
  pointer-events: none;
  text-decoration: none;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*  12 COLUMN : RESPONSIVE GRID SYSTEM DEVELOPER : DENIS LEBLANC URL : http://responsive.gs VERSION : 3.0 LICENSE : GPL & MIT */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.clr:after, .col:after, .container:after, .group:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .gutters .col {
    margin-left: 2%;
  }
  .span_1 {
    width: 8.3333333333%;
  }
  .span_2 {
    width: 16.6666666667%;
  }
  .span_3 {
    width: 25%;
  }
  .span_4 {
    width: 33.3333333333%;
  }
  .span_5 {
    width: 41.6666666667%;
  }
  .span_6 {
    width: 50%;
  }
  .span_7 {
    width: 58.3333333333%;
  }
  .span_8 {
    width: 66.6666666667%;
  }
  .span_9 {
    width: 75%;
  }
  .span_10 {
    width: 83.3333333333%;
  }
  .span_11 {
    width: 91.6666666667%;
  }
  .span_12 {
    width: 100%;
  }
  .gutters .span_1 {
    width: 6.5%;
  }
  .gutters .span_2 {
    width: 15%;
  }
  .gutters .span_3 {
    width: 23.5%;
  }
  .gutters .span_4 {
    width: 32%;
  }
  .gutters .span_5 {
    width: 40.5%;
  }
  .gutters .span_6 {
    width: 49%;
  }
  .gutters .span_7 {
    width: 57.5%;
  }
  .gutters .span_8 {
    width: 66%;
  }
  .gutters .span_9 {
    width: 74.5%;
  }
  .gutters .span_10 {
    width: 83%;
  }
  .gutters .span_11 {
    width: 91.5%;
  }
  .gutters .span_12 {
    width: 100%;
  }
}
/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */
.container {
  padding: 0 10px;
}

.container img {
  max-width: 100%;
}

* + .container {
  margin-top: 2em;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.col {
  float: none;
}

.col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
  }
  * + .container {
    margin-top: 40px;
  }
  .col {
    float: left;
  }
  .reverse > .col {
    float: right;
  }
  .col:not(:last-child) {
    margin-bottom: 0;
  }
  .reverse > .col:last-child, :not(.reverse) > .col:first-child {
    margin-left: 0;
  }
  .col.offset_1 {
    margin-left: 8.3333333333%;
  }
  .gutters .col.offset_1 {
    margin-left: 10.5%;
  }
  .gutters .col.offset_1:first-child {
    margin-left: 8.5%;
  }
  .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  .gutters .col.offset_2 {
    margin-left: 19%;
  }
  .gutters .col.offset_2:first-child {
    margin-left: 17%;
  }
  .col.offset_3 {
    margin-left: 25%;
  }
  .gutters .col.offset_3 {
    margin-left: 27.5%;
  }
  .gutters .col.offset_3:first-child {
    margin-left: 25.5%;
  }
  .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  .gutters .col.offset_4 {
    margin-left: 36%;
  }
  .gutters .col.offset_4:first-child {
    margin-left: 34%;
  }
  .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  .gutters .col.offset_5 {
    margin-left: 44.5%;
  }
  .gutters .col.offset_5:first-child {
    margin-left: 42.5%;
  }
  .col.offset_6 {
    margin-left: 50%;
  }
  .gutters .col.offset_6 {
    margin-left: 53%;
  }
  .gutters .col.offset_6:first-child {
    margin-left: 51%;
  }
  .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  .gutters .col.offset_7 {
    margin-left: 61.5%;
  }
  .gutters .col.offset_7:first-child {
    margin-left: 59.5%;
  }
  .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  .gutters .col.offset_8 {
    margin-left: 70%;
  }
  .gutters .col.offset_8:first-child {
    margin-left: 68%;
  }
  .col.offset_9 {
    margin-left: 75%;
  }
  .gutters .col.offset_9 {
    margin-left: 78.5%;
  }
  .gutters .col.offset_9:first-child {
    margin-left: 76.5%;
  }
  .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  .gutters .col.offset_10 {
    margin-left: 87%;
  }
  .gutters .col.offset_10:first-child {
    margin-left: 85%;
  }
  .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  .gutters .col.offset_11 {
    margin-left: 95.5%;
  }
  .gutters .col.offset_11:first-child {
    margin-left: 93.5%;
  }
  .col.offset_12 {
    margin-left: 100%;
  }
  :not(.reverse) > .col.break + .col {
    clear: left;
    margin-left: 0;
  }
  .reverse > .col.break {
    margin-left: 0;
  }
  .reverse > .col.break + .col {
    clear: right;
    margin-right: 0;
  }
  .col.break ~ .col {
    margin-top: 2%;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}
.col p {
  line-height: 1.8;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-red {
  color: #f00 !important;
}

@media (max-width: 767px) {
  .pc, .tb {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .sp {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .tb {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc02, .tb02 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp02 {
    display: none !important;
  }
}
@media (max-width: 749px) {
  .pc03, .tb03 {
    display: none !important;
  }
}
@media (min-width: 750px) {
  .sp03 {
    display: none !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.add_arrow {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.add_arrow:hover {
  border: 1px solid #5C9D63;
  color: #5C9D63;
  background: #fff;
}

.add_arrow:hover:after {
  left: 6%;
  border-color: #5C9D63;
}

.add_ex {
  position: relative;
}

.add_ex:before {
  content: none;
}

.add_ex:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 700;
  font-size: 1em;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background: none;
  position: absolute;
  right: 5%;
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}

.more a {
  display: block;
  border: 1px solid #5C9D63;
  color: #fff;
  background: #5C9D63;
  border-radius: 100px;
  padding: 0.434em 0;
  margin: 0 auto 1px;
  line-height: 1.8;
  max-width: 320px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

body:not(.home) h1 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-align: center;
  color: #333;
  background: #5C9D63;
  margin: 0 0 0.5em 0;
  padding: 1em 0;
  position: relative;
}

@media (max-width: 767px) {
  body:not(.home) h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333;
  margin: 0 0 1.5em 0;
  position: relative;
  word-wrap: break-word;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
h2:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  color: #333;
  margin: 0 0 0.4em 0;
  padding-bottom: 12px;
  position: relative;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 4px;
  bottom: 0;
  margin: auto;
  left: 0;
  background: #facd19;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 0.7em;
  background: #5C9D63;
}

.news dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer {
  background: #fff;
  color: #333;
  text-align: center;
  padding: 64px 0;
}

@media (max-width: 767px) {
  footer {
    padding: 0 0 20px;
  }
}
@media (max-width: 767px) {
  footer .container {
    padding: 0;
  }
}
footer nav {
  margin-bottom: 30px;
}

footer nav ul {
  list-style: none;
}

footer nav ul li {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 10px;
  position: relative;
}

footer nav ul li:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #ccc;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

@media (max-width: 767px) {
  footer nav ul li:after {
    display: none;
  }
}
@media (max-width: 767px) {
  footer nav ul li {
    display: block;
    margin: 0;
    text-align: center;
  }
  footer nav ul li a {
    display: block;
    padding: 10px 0;
  }
}
footer nav ul li:last-child {
  margin-right: 0;
}

footer nav ul li:last-child:after {
  display: none;
}

footer .copyright p {
  font-size: 14px;
  font-size: 1.4rem;
}

body:not(.home) .pankuzu {
  margin-bottom: 4%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  body:not(.home) .pankuzu {
    margin-bottom: 8%;
  }
}
body:not(.home) .pankuzu span {
  font-size: 12px;
  font-size: 1.2rem;
}

body:not(.home) .column_main.span_12 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

body:not(.home) .column_main section {
  margin-bottom: 8%;
}

@media (max-width: 767px) {
  body:not(.home) .column_main section {
    margin-bottom: 13%;
  }
}
body:not(.home) .table-A {
  width: 100%;
  border-collapse: collapse;
}

body:not(.home) .table-A th {
  background: #eee;
  padding: 1em;
  border: 1px solid #ccc;
  text-align: left;
  font-weight: normal;
}

body:not(.home) .table-A td {
  padding: 1em;
  border: 1px solid #ccc;
}

body:not(.home) .table-B {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #eee;
}

body:not(.home) .table-B tr td {
  padding: 1em 0;
  border-bottom: 1px solid #eee;
}

body:not(.home) .table-B td:last-of-type {
  text-align: right;
}

body:not(.home) .map iframe {
  height: 450px;
}

@media (max-width: 767px) {
  body:not(.home) .map iframe {
    height: 250px;
  }
}
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(107, 191, 204, 0.05);
}

.inquiry fieldset .row {
  margin: 0;
}

.inquiry dl {
  margin: 0;
  padding: 0;
}

.inquiry dt {
  font-weight: normal;
}

.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}

.inquiry dd {
  margin: 0;
  padding: 0;
}

.inquiry dd:last-child {
  padding-bottom: 0;
}

.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}

.inquiry input[type=text], .inquiry input[type=url], .inquiry input[type=email], .inquiry input[type=tel], .inquiry input[type=date], .inquiry input[type=number], .inquiry select, .inquiry textarea {
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}

.inquiry input[type=file] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inquiry input.p-postal-code {
  width: 100px;
}

.inquiry input.p-region {
  width: 100px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .submit .button, .inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
}

.inquiry .required {
  color: #f00;
}

.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding: 6px 0;
  }
  .inquiry dd {
    padding-bottom: 1.5em;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input[type=text], .inquiry input[type=url], .inquiry input[type=email], .inquiry input[type=tel], .inquiry input[type=date], .inquiry input[type=text], .inquiry select {
    width: 60%;
  }
  .inquiry input[type=number] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
body:not(.home) .inquiry .submit .button, body:not(.home) .inquiry .submit .wpcf7-submit {
  display: block;
  border: 1px solid #5C9D63;
  color: #fff;
  background: #5C9D63;
  padding: 0.6em 0;
  margin: 0 auto 1px;
  max-width: 316px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  cursor: pointer;
}

body:not(.home) .inquiry .submit .button:hover, body:not(.home) .inquiry .submit .wpcf7-submit:hover {
  opacity: 0.8;
}

/*
==========================
レスポンス時、下層のボタンの文字が折り返してもボタンの高さを揃える
==========================
*/
@media (min-width: 768px) {
  .btn_group.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .btn_group.row p {
    height: 100%;
  }
  .btn_group.row p a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*
==========================
contactフォームのボタンが左にずれるを解消
==========================
*/
.wpcf7 .ajax-loader {
  display: block;
}

/*
====================================================
お問い合わせフォームの周りをborderで囲む＆入力欄の高さ出し
====================================================
*/
.inquiry fieldset {
  border: solid 2px #45afbf;
}

.inquiry input[type=text], .inquiry input[type=url], .inquiry input[type=email], .inquiry input[type=tel], .inquiry input[type=date], .inquiry input[type=number], .inquiry select, .inquiry textarea {
  padding: 10px;
}

/*
==========================
chromeで画像がぼやけるのを補正
==========================
*/
img {
  image-rendering: -webkit-optimize-contrast;
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: none;
  color: #333;
}

header .header {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

header .row {
  margin: 0 3%;
}

@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}
header .title {
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-size: 0;
}

header .title a {
  display: inline-block;
}

header .title img, header .title object {
  pointer-events: none;
  width: 104px;
  height: 60px;
  max-width: none;
  display: block;
}

@media (max-width: 600px) {
  header .title img, header .title object {
    width: 104px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  header .gnav {
    position: absolute;
    right: -100%;
    width: 200px;
    top: 88px;
    z-index: 9999;
  }
  header .gnav > ul {
    display: block;
    background: #5C9D63;
    z-index: 1000;
    position: relative;
    list-style: none;
    padding: 0;
  }
  header .gnav > ul > li {
    width: 100%;
    height: inherit;
  }
  header .gnav > ul > li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  header .gnav > ul > li a {
    padding: 10px 15px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  header .gnav {
    top: 65px;
  }
}
@media (max-width: 767px) {
  header .btn-gnavi {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 24px;
    height: 20px;
    z-index: 3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  header .btn-gnavi span {
    position: absolute;
    width: 24px;
    height: 3px;
    background: #EF8437;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  header .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  header .btn-gnavi span:nth-child(2) {
    top: 8px;
  }
  header .btn-gnavi span:nth-child(3) {
    top: 16px;
  }
}
header .btn-gnavi.open span:nth-child(1) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 50%;
}

header .btn-gnavi.open span:nth-child(2) {
  opacity: 0;
}

header .btn-gnavi.open span:nth-child(3) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 50%;
}

header.menu_open .gnav > ul {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

#google_translate_element, .translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 768px) {
  header .row {
    table-layout: fixed;
    display: table;
    width: 94%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  header .row {
    margin: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  header .container {
    max-width: none;
  }
  header .container .row {
    width: auto;
  }
  header .gnav, header .title {
    margin: 0;
    vertical-align: middle;
    display: table-cell;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 10px 0;
    width: 60px;
  }
  header .gnav {
    text-align: right;
    width: 100%;
    padding: 0;
    padding: 0 0 15px;
    vertical-align: bottom;
  }
  header .gnav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    -webkit-transform: none;
            transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
  }
  header .gnav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  header .gnav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  header .gnav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  header .gnav > ul > li:not(:first-child) > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #333;
  }
  header .gnav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    text-decoration: none;
    background: transparent;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1em;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  header .gnav > ul > li > a {
    padding: 0.3em 0.5em;
  }
}
@media (min-width: 768px) {
  header .gnav > ul > li > a:hover {
    border-bottom: 2px solid #5C9D63;
    color: #5C9D63;
  }
  header .gnav > ul > li > a:active {
    background: none;
  }
  header .gnav > ul > li > a span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .gnav .menu_icon {
    display: none;
  }
  #google_translate_element, .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  header .gnav > ul > li > a > span, header .gnav > ul > li > a > br {
    display: none;
  }
}
.header_info_wrap {
  display: none;
}

@media (min-width: 768px) {
  .header_info_wrap {
    display: block;
  }
}
.header_info_wrap .header_info {
  position: absolute;
  right: 0;
  top: 29px;
}

@media (max-width: 1030px) {
  .header_info_wrap .header_info {
    right: 15px;
  }
}
@media (max-width: 900px) {
  .header_info_wrap .header_info {
    top: 32px;
  }
}
.header_info_wrap .header_info .pc02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_info_wrap .header_info .pc02 p {
  margin: 0;
  text-align: right;
}

.header_info_wrap .header_info .pc02 p.tel {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 900px) {
  .header_info_wrap .header_info .pc02 p.tel {
    display: none;
  }
}
.header_info_wrap .header_info .pc02 p.tel a {
  font-size: 24px;
  font-size: 2.4rem;
}

.header_info_wrap .header_info .pc02 .right .tb {
  display: none;
}

@media (max-width: 900px) {
  .header_info_wrap .header_info .pc02 .right .tb {
    display: inline-block;
  }
}
.header_info_wrap .header_info .pc02 .right a {
  margin-left: 20px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_info_wrap .header_info .pc02 .right a:hover {
  opacity: 0.8;
}

.header_info_wrap .header_info .pc02 .right a img {
  width: 30px;
  height: auto;
}

.sp_header_info {
  display: none;
}

@media (max-width: 767px) {
  .sp_header_info {
    display: block;
    position: absolute;
    top: 25px;
    right: 60px;
  }
}
@media (max-width: 767px) and (min-width: 601px) {
  .sp_header_info {
    top: 29px;
  }
}
@media (max-width: 767px) {
  .sp_header_info a {
    margin-left: 10px;
  }
  .sp_header_info a img {
    width: 29px;
  }
}
.mv {
  position: relative;
}

.mv .slick-slider {
  margin-bottom: 0;
  height: 100%;
}

.mv .slick-slider .slick-list {
  height: 100%;
}

.mv .slick-slider .slick-list .slick-track {
  height: 100%;
}

.mv .slick-slider li img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mv .copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1000;
}

.mv .copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mv .copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  max-width: 500px;
  max-height: 482px;
  z-index: 1001;
}

@media (max-width: 750px) {
  .mv .copy > li img {
    width: 90%;
  }
}
.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 9999;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(107, 191, 204, 0.9);
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}
.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header {
  z-index: 9999;
}

@media (min-width: 768px) {
  header .row {
    margin: 0;
  }
  header .title {
    padding: 16px 0;
  }
}
@media (min-width: 768px) {
  .btn-gnavi {
    display: none;
  }
}
@media (min-width: 768px) {
  header .gnav > ul > li:not(:first-child) a:before {
    display: none;
  }
  header .gnav > ul > li > a {
    padding: 0.3em 0.5em;
  }
}
@media (min-width: 768px) {
  header .gnav > ul > li.under {
    position: relative;
  }
  header .gnav > ul > li.under > a {
    margin-right: 17px;
    display: block;
    position: relative;
    padding-right: 1em;
    cursor: pointer;
  }
  header .gnav > ul > li.under:hover > a:after {
    -webkit-transform: translate(0, 24%) rotate(-45deg);
            transform: translate(0, 24%) rotate(-45deg);
  }
  header .gnav > ul > li.under:hover > ul {
    display: block;
  }
  header .gnav > ul > li.under > ul {
    position: absolute;
    display: none;
    width: 340px;
    left: -170px;
    margin-left: 50% !important;
    background: none;
    top: 100%;
    list-style: none;
    padding: 20px;
    background: white;
  }
  header .gnav > ul > li.under > ul > li {
    background: #fff;
    text-align: left;
    position: relative;
    color: #333;
  }
  header .gnav > ul > li.under > ul > li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: auto;
    width: 12px;
    height: 1px;
    background: #5C9D63;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  header .gnav > ul > li.under > ul > li > a {
    text-decoration: none;
    display: block;
    padding: 5px 0 5px 30px;
    background: white;
  }
  header .gnav > ul > li.under > ul > li > a:hover {
    color: #5C9D63;
  }
}
@media (max-width: 767px) {
  header .gnav > ul > li.under > ul {
    list-style: none;
    display: none;
  }
  header .gnav > ul > li.under > ul li {
    border-top: 1px solid #999;
    padding-left: 10px;
    background: #a4d8e0;
  }
}
.hdr-text {
  font-size: 12px;
  font-size: 1.2rem;
  background: #F9F9F9;
  padding: 11.6px calc(50vw - 500px);
  margin: 0;
}

@media (max-width: 1020px) {
  .hdr-text {
    padding: 11.6px 10px;
  }
}
@media (max-width: 767px) {
  .hdr-text {
    display: none;
  }
}
@media (min-width: 768px) {
  header .gnav {
    text-align: left;
    padding: 0 0 25px 10px;
  }
  header .gnav > ul > li:not(:last-child) > a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0px;
    height: 1em;
    border: none;
    background: none;
    border-left: 1px dashed #5D9BD9;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    left: inherit;
  }
}
#mv {
  height: 560px;
  padding-left: 7vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 120px;
}

@media (max-width: 1920px) {
  #mv {
    height: 41.9161676647vw;
  }
}
@media (min-width: 1301px) {
  #mv {
    padding-left: 68px;
  }
}
@media (max-width: 767px) {
  #mv {
    margin-bottom: 0;
    height: calc(70vw + 130px);
    padding-left: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: url(../../../../uploads/bg_dot.png) repeat-x bottom -30px center/30%;
  }
}
/* @media (max-width: 1000px) { #mv:after { right: inherit; left: 15vw; } } */
@media (max-width: 767px) {
  #mv:after {
    width: 100vw;
    height: 70vw;
    border-radius: 0;
    left: 0;
    top: 0;
    background: url(../../../../uploads/mv_sp.jpg) no-repeat center/cover;
  }
}
#mv p {
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

@media (max-width: 1336px) {
  #mv p {
    font-size: 3.8922155689vw;
  }
}
@media (max-width: 767px) {
  #mv p {
    font-size: 23px;
    font-size: 2.3rem;
    background: #fff;
    border-radius: 0 20px 0 0;
    padding: 35px;
    margin-bottom: 30px;
  }
}
#mv p:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(../../../../uploads/mv_maru.svg) no-repeat center/contain;
  top: -40px;
  left: -40px;
  z-index: -1;
}

@media (max-width: 767px) {
  #mv p:before {
    left: 10px;
    z-index: 1;
    width: 40px;
    top: -5px;
  }
}
#mv p span {
  font-size: 35px;
  font-size: 3.5rem;
  color: #5C9D63;
  display: block;
  position: relative;
  padding-left: 140px;
}

@media (max-width: 1336px) {
  #mv p span {
    font-size: 2.619760479vw;
  }
}
@media (max-width: 767px) {
  #mv p span {
    padding-left: 35px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#mv p span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 116px;
  height: 3px;
  background: #5C9D63;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  #mv p span:before {
    width: 25px;
    height: 2px;
  }
}
body.home h3 {
  text-align: center;
}

body.home h3::before {
  right: 0;
}

h4 {
  letter-spacing: 0.04em;
}

h4::before {
  background: #f0d990;
}

#sec01 {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
  background: url(../../../../uploads/bg_dot.png) repeat-x bottom center;
}

@media (max-width: 767px) {
  #sec01 {
    padding: 70px 0 50px;
    background: none;
  }
}
#sec01:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 5000px;
  height: 5000px;
  background: #EDFAFC;
  bottom: 30px;
  left: -1000%;
  border-radius: 5000px;
  right: -1000%;
  margin: auto;
  z-index: 1;
}

@media (max-width: 767px) {
  #sec01:before {
    width: 1000px;
    height: 1000px;
  }
}
#sec01 .container {
  position: relative;
  z-index: 10;
}

#sec01 .container h2 {
  letter-spacing: 0;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #sec01 .container h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#sec01 .container h2:before {
  height: 2px;
  background: #5C9D63;
  width: 560px;
}

@media (max-width: 767px) {
  #sec01 .container h2:before {
    width: 90vw;
  }
}
#sec01 .container .text {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  #sec01 .container .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sec01 .container figure img {
  zoom: 0.5;
}

@media (max-width: 767px) {
  #sec01 .container figure img {
    zoom: 0.3;
  }
}
#sec02, #sec04 {
  padding: 90px 0 140px;
}

@media (max-width: 767px) {
  #sec02, #sec04 {
    padding: 45px 0 70px;
  }
}
#sec02 h2, #sec04 h2 {
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #sec02 h2, #sec04 h2 {
    margin-bottom: 20px;
  }
}
#sec02 h2:before, #sec04 h2:before {
  width: 55px;
  height: 2px;
  background: #5C9D63;
  right: inherit;
}

#sec02 .text, #sec04 .text {
  margin-bottom: 30px;
  line-height: 34px;
}

@media (max-width: 1024px) {
  #sec02 .text .pc, #sec04 .text .pc {
    display: none !important;
  }
}
#sec02 .more a, #sec04 .more a {
  margin-left: 0;
}

@media (max-width: 767px) {
  #sec02 .more a, #sec04 .more a {
    margin-left: auto;
  }
}
#sec02 .span_6:first-of-type, #sec04 .span_6:first-of-type {
  position: relative;
}

@media (max-width: 767px) {
  #sec02 .span_6:first-of-type, #sec04 .span_6:first-of-type {
    margin-left: 20px;
    width: calc(100% - 25px);
  }
}
#sec02 .span_6:first-of-type figure, #sec04 .span_6:first-of-type figure {
  position: absolute;
  width: 620px;
  height: 436px;
  top: 0;
  left: 63px;
}

@media (max-width: 767px) {
  #sec02 .span_6:first-of-type figure, #sec04 .span_6:first-of-type figure {
    position: static;
    width: 100%;
    height: auto;
  }
}
#sec02 .span_6:first-of-type figure:before, #sec04 .span_6:first-of-type figure:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 15px;
  left: -15px;
  background: #EDFAFC;
  z-index: -1;
  border-radius: 40px;
}

#sec02 .span_6:first-of-type figure:after, #sec04 .span_6:first-of-type figure:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 90px;
  bottom: -25px;
  left: -25px;
  background: url(../../../../uploads/maru.svg) no-repeat center/contain;
  z-index: 10;
}

@media (max-width: 767px) {
  #sec02 .span_6:first-of-type figure:after, #sec04 .span_6:first-of-type figure:after {
    width: 60px;
    height: 60px;
    left: -20px;
    bottom: -20px;
  }
}
#sec02 .span_6:first-of-type figure div, #sec04 .span_6:first-of-type figure div {
  border-radius: 40px;
  overflow: hidden;
}

#sec02 .span_6:last-of-type, #sec04 .span_6:last-of-type {
  height: 436px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 767px) {
  #sec02 .span_6:last-of-type, #sec04 .span_6:last-of-type {
    height: inherit;
    padding: 30px 10px 0;
  }
}
#sec02 .span_6:last-of-type > *, #sec04 .span_6:last-of-type > * {
  width: 100%;
}

#sec03 {
  padding: 80px 0;
  background: #EDFAFC;
}

@media (max-width: 767px) {
  #sec03 {
    padding: 40px 10px;
  }
}
#sec03 h2 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #sec03 h2 {
    margin-bottom: 30px;
  }
}
#sec03 h2:before {
  width: 55px;
  height: 2px;
  background: #5C9D63;
}

#sec03 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  counter-reset: number;
  position: relative;
}

@media (max-width: 767px) {
  #sec03 .row {
    display: block;
  }
}
#sec03 .row:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 270px;
  height: 270px;
  background: url(../../../../uploads/dot_green.svg) no-repeat center/auto;
  z-index: 2;
  top: -60px;
  right: -100px;
  border-radius: 300px;
}

#sec03 .row:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 190px;
  height: 190px;
  background: url(../../../../uploads/dot_green.svg) no-repeat center/auto;
  z-index: 2;
  bottom: -60px;
  left: -70px;
  border-radius: 300px;
}

#sec03 .span_4 {
  background: #fff;
  border-radius: 48px;
  padding: 50px 0;
  position: relative;
  z-index: 10;
}

#sec03 .span_4 figure {
  position: relative;
  margin-bottom: 75px;
}

#sec03 .span_4 figure:after {
  counter-increment: number;
  content: "0" counter(number);
  color: #5C9D63;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 500;
  border-bottom: 2px solid #5C9D63;
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  margin: auto;
  bottom: -50px;
  display: inline-block;
}

#sec03 .span_4 figure img {
  zoom: 0.5;
}

#sec03 .span_4 figcaption {
  text-align: center;
}

#sec03 .more a {
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  #sec04 .container {
    padding: 0;
  }
}
#sec04 .span_6:first-of-type {
  height: 436px;
  position: relative;
}

@media (max-width: 767px) {
  #sec04 .span_6:first-of-type {
    height: inherit;
    margin-left: 15px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}
#sec04 .span_6:first-of-type:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 212px;
  height: 214px;
  bottom: -90px;
  right: -20px;
  background: url(../../../../uploads/dot_blue.svg) no-repeat center/contain;
  z-index: -10;
}

#sec04 .span_6:first-of-type figure {
  right: 63px;
  left: inherit;
}

#sec04 .span_6:first-of-type figure:before {
  left: 15px;
}

#sec04 .span_6:first-of-type figure:after {
  right: -25px;
  left: inherit;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#sec04 .span_6:last-of-type {
  padding-left: 90px;
}

@media (max-width: 1024px) {
  #sec04 .span_6:last-of-type {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  #sec04 .span_6:last-of-type .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #sec04 .span_6:last-of-type {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#sec05 {
  padding: 0 0 120px;
}

@media (max-width: 767px) {
  #sec05 {
    padding: 0 0 60px;
  }
}
#sec05 h2 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #sec05 h2 {
    margin-bottom: 30px;
  }
}
#sec05 h2:before {
  width: 55px;
  height: 2px;
  background: #5C9D63;
}

#sec05 .row {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #sec05 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec05 .row .span_4 {
    width: 32%;
  }
}
#sec05 .text {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  #sec05 .text {
    margin-bottom: 30px;
  }
}
#sec06 {
  background: #EDFAFC;
  padding: 80px 0;
}

@media (max-width: 767px) {
  #sec06 {
    padding: 40px 0;
  }
}
#sec06 h2 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #sec06 h2 {
    margin-bottom: 30px;
  }
}
#sec06 h2:before {
  width: 55px;
  height: 2px;
  background: #5C9D63;
}

#sec06 .text {
  text-align: center;
  margin-bottom: 30px;
}

#sec06 .row {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#sec06 .row .tel a {
  display: block;
  line-height: 50px;
  border: 3px solid #5C9D63;
  border-radius: 100px;
  margin: auto;
  background: transparent;
  color: #5C9D63;
  text-align: center;
  max-width: 320px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

footer {
  border-top: 1px solid #5C9D63;
  padding: 60px 0 20px;
  background: transparent;
}

@media (max-width: 767px) {
  footer {
    padding: 30px 0 0;
  }
}
footer figure img {
  width: 112px;
  height: auto;
}

footer .row:not(.add) {
  max-width: 440px;
  margin: 20px auto 0 !important;
}

@media (max-width: 767px) {
  footer .row:not(.add) {
    margin: 20px 20px 0 !important;
  }
}
footer .row:not(.add) .tel, footer .row:not(.add) .fax {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  footer .row:not(.add) .tel, footer .row:not(.add) .fax {
    line-height: 1;
    text-align: left;
  }
}
footer .row:not(.add) .tel a, footer .row:not(.add) .fax a {
  font-size: 24px;
  font-size: 2.4rem;
}

footer .add {
  margin: 0 0 20px !important;
}

@media (max-width: 767px) {
  footer .add {
    margin: 20px 20px !important;
  }
}
footer .add .span_6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  footer .add .span_6 {
    display: block;
  }
}
footer .add .span_6:first-of-type {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
}

@media (max-width: 767px) {
  footer .add .span_6:first-of-type {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
}
footer .add .span_6:last-of-type {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 10px;
}

@media (max-width: 767px) {
  footer .add .span_6:last-of-type {
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .add p {
  text-align: left;
}

@media (max-width: 767px) {
  footer .add p {
    text-align: left;
  }
}
footer .sns {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  footer .sns {
    margin-bottom: 20px;
  }
}
footer .sns a:hover {
  opacity: 0.8;
}

footer .sns a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 32px;
  height: auto;
}

footer .sns a + a {
  margin-left: 24px;
}

footer nav {
  margin-bottom: 10px;
  position: relative;
}

footer nav:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 200vw;
  height: 1000px;
  top: -20px;
  left: calc(500px - 50vw);
  background: #F8F8F8;
  z-index: -1;
}

@media (max-width: 1024px) {
  footer nav:before {
    left: -30px;
  }
}
@media (max-width: 767px) {
  footer nav:before {
    top: 0;
  }
}
@media (max-width: 767px) {
  footer nav {
    margin: 0;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    background: #F8F8F8;
    margin: 0;
    padding: 10px 0;
  }
}
@media (max-width: 1280px) {
  .pagetop {
    bottom: 110px;
  }
}
@media (max-width: 767px) {
  .pagetop {
    bottom: 20px;
  }
}
.ac {
  margin-bottom: 20px;
}

.ac > li {
  padding-bottom: 2px;
  list-style: none;
}

.ac-label {
  cursor: pointer;
  position: relative;
  background: #b4e0be;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 4px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .ac-label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.ac-label p {
  padding: 13px 50px 13px 23px;
  margin: 0;
}

.ac-content {
  display: none;
  padding: 23px;
}

.icon-wrap {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 18px;
  height: 18px;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon:before, .icon:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #333;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

/*＋、－切り替え*/
.icon.open:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.ani00 {
  opacity: 0;
  -webkit-transition: opacity 1.3s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 1.3s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.3s 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 1.3s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 1.3s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.3s 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 1.3s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1.3s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.3s 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 1.3s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1.3s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.3s 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-filter 1.3s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.3s 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
}

.ani00.animated {
  opacity: 1;
  -webkit-transition: opacity 1.6s 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 1.6s 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1.6s 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.6s 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 1.6s 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1.6s 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.6s 1s cubic-bezier(0.39, 0.575, 0.565, 1), filter 1.6s 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1.6s 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.6s 1s cubic-bezier(0.39, 0.575, 0.565, 1), filter 1.6s 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1.6s 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 1.6s 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1.6s 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ani01 {
  opacity: 0;
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

@media (max-width: 767px) {
  .ani01 {
    -webkit-transition: 1s 0.3s;
    transition: 1s 0.3s;
  }
}
.ani01.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ani02 {
  opacity: 0;
  -webkit-transition: 1s 0.6s;
  transition: 1s 0.6s;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

@media (max-width: 767px) {
  .ani02 {
    -webkit-transition: 1s 0.3s;
    transition: 1s 0.3s;
  }
}
.ani02.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ani03 {
  opacity: 0;
  -webkit-transition: 1s 0.9s;
  transition: 1s 0.9s;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

@media (max-width: 767px) {
  .ani03 {
    -webkit-transition: 1s 0.3s;
    transition: 1s 0.3s;
  }
}
.ani03.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ani04 {
  opacity: 0;
  -webkit-transition: 1s 2.4s;
  transition: 1s 2.4s;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

@media (max-width: 767px) {
  .ani04 {
    -webkit-transition: 1s 2.4s;
    transition: 1s 2.4s;
  }
}
.ani04.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body:not(.home) ul {
  margin-left: 0 !important;
}

body:not(.home) h1 {
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: url(../../../../uploads/mv.svg) no-repeat center bottom/1000px 110px, #ecfafb;
  padding: 0;
  position: relative;
}

@media (max-width: 767px) {
  body:not(.home) h1 {
    background-size: 1000px 60px;
  }
}
body:not(.home) h1:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 88px;
  height: 4px;
  background: url(../../../../uploads/h1.png) no-repeat center/cover;
  left: 0;
  right: 0;
  bottom: 65px;
  margin: auto;
}

@media (max-width: 767px) {
  body:not(.home) h1:after {
    bottom: 27px;
  }
}
@media (max-width: 767px) {
  body:not(.home) h1 {
    height: 100px;
  }
}
body:not(.home) h2 {
  text-align: left;
  border-bottom: 2px solid #5C9D63;
}

body:not(.home) h3 {
  background: #ecfafb;
  padding: 20px 30px;
  margin-bottom: 20px;
}

body:not(.home) h3:before {
  display: none;
}

body:not(.home) .rinen {
  background: #F8F8F8;
  padding: 40px 20px;
}

body:not(.home) .rinen ol {
  margin-left: 1em;
  line-height: 2;
}

body:not(.home) .area .row {
  background: #ecfafb;
  padding: 40px;
  border-radius: 40px;
}

body:not(.home) .strong ul {
  margin-left: 1em !important;
  line-height: 2;
}

body:not(.home) .gray {
  background: #f9f9f9;
  padding: 40px 30px;
}

body:not(.home).policy ol {
  margin-left: 1em;
  line-height: 1.8;
}

/*アニメーション要素のスタイル*/
.ani01.animation {
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
}

.ani02.animation {
  -webkit-transition: 1s 0.6s;
  transition: 1s 0.6s;
}

.ani03.animation {
  -webkit-transition: 1s 0.9s;
  transition: 1s 0.9s;
}

.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.fade {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 20220706追記 */
#sec02 .span_6:first-of-type, #sec04 .span_6:first-of-type {
  height: 436px;
}

@media (max-width: 767px) {
  #sec02 .span_6:first-of-type, #sec04 .span_6:first-of-type {
    height: inherit;
  }
}
body:not(.home) .area .row {
  background: #fbfaec;
}


/*-----------------------------------------
制作追記
-----------------------------------------*/
.section_title {
  font-size: 1.8rem;
  position: relative;
  padding-top: 64px;
}
@media (max-width: 767px) {
  .section_title {
    font-size: 1.6rem;
    padding-top: 55px;
  }
}
.section_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Poppins", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  display: block;
  border: none;
  bottom: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
@media (max-width: 767px) {
  .section_title::before {
    font-size: 4rem;
  }
}

.btn a {
  display: inline-block;
  padding: 15px 34px 15px 67px;
  border-radius: 999px;
  background-color: #5C9D63;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: relative;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn a::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: 2px solid #5C9D63; /* 矢印の色 */
  border-right: 2px solid #5C9D63; /* 矢印の色 */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 54%;
  left: 25px;
  margin-top: -6px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .btn a {
    font-size: 1.5rem;
    padding-left: 60px;
  }
}
.btn a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .btn a:hover {
    background-color: #EF8437;
  }
  .btn a:hover::before {
    border-top: 2px solid #EF8437; /* 矢印の色 */
    border-right: 2px solid #EF8437; /* 矢印の色 */
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.add_arrow:hover {
  color: inherit;
}

@media (max-width: 767px) {
  a:hover {
    text-decoration: none;
  }
}

/*-----------------------------------------
mv
------------------------------------------*/
.mv {
  height: calc(100vh - 85px);
}
@media (min-width: 501px) {
  .mv .mv_pc_none {
    display: none;
  }
}
@media (max-width: 500px) {
  .mv .mv_sp_none {
    display: none;
  }
}
@media (max-width: 500px) {
  .mv {
    height: calc(90vh - 60px);
  }
}

.copy_title img {
  width: 60%;
  position: absolute;
  bottom: 60px;
  left: 0;
}
@media (min-width: 501px) and (max-width: 1100px) {
  .copy_title img {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 500px) {
  .copy_title img {
    width: 80%;
    left: 20px;
    bottom: 25px;
  }
}

/*-----------------------------------------
header
------------------------------------------*/
header {
  background: #fff;
}
header .title img {
  width: 320px;
  height: auto;
  image-rendering: auto;
}
@media (max-width: 1023px) {
  header .title img {
    width: 197px;
  }
}
@media (max-width: 767px) {
  header .title img {
    width: 200px;
  }
}
header .header {
  max-width: 100%;
}
header .header .container {
  padding: 0 20px;
}
@media (max-width: 767px) {
  header .header .container {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  header .gnav {
    text-align: right;
    padding: 0 0 25px 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  header .gnav {
    padding: 0 0 17px 10px;
  }
}
@media (min-width: 768px) {
  header .gnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 768px) and (min-width: 767px) and (max-width: 1100px) {
  header .gnav ul {
    gap: 0;
  }
}
@media (min-width: 768px) {
  header .gnav > ul > li > a {
    font-weight: 600;
    padding: 0.3em 1em;
    font-size: 1.8rem;
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 1047px) {
  header .gnav > ul > li > a {
    font-size: 1.4rem;
    padding: 0.3em 0.8em;
  }
}
@media (min-width: 768px) and (hover: hover) {
  header .gnav > ul > li > a:hover {
    border-bottom: none;
    color: #EF8437;
  }
}
@media (min-width: 768px) {
  header .gnav > ul > li.under > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #4A4A4A;
    border-right: 2px solid #4A4A4A;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    display: block;
    position: absolute;
    top: 37%;
    right: -3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 768px) and (hover: hover) {
  header .gnav > ul > li.under:hover a::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  header .header {
    height: 60px;
  }
  header .gnav {
    top: 60px;
    width: 100%;
  }
  header .gnav > ul {
    background: #EF8437;
  }
  header .gnav > ul > li > a {
    padding: 15px 15px;
    position: relative;
  }
  header .gnav > ul > li.under > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    position: absolute;
    top: 40%;
    right: 20px;
    -webkit-transform: rotate(135deg) translateY(-50%);
            transform: rotate(135deg) translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .gnav > ul > li.under a.menu_under_open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 45%;
  }
  header .gnav > ul > li.under > ul li {
    background: rgba(251, 163, 100, 0.7);
    border-color: #fff;
  }
}
@media (min-width: 768px) {
  header .gnav > ul > li:not(:last-child) > a:before {
    display: none;
  }
}
@media (hover: hover) {
  header .gnav li.under a:hover {
    color: #333;
  }
}
header .gnav > ul > li.under > ul > li > a {
  font-weight: 500;
}
@media (hover: hover) {
  header .gnav > ul > li.under > ul > li > a:hover {
    color: #EF8437;
  }
}
@media (min-width: 768px) {
  header .gnav > ul > li.under > ul {
    width: 200px;
    left: -94px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  header .header .gnav > ul > li.under > ul > li:after {
    background: #EF8437;
  }
}
header .gnav > ul > li.header_btn > a {
  background: #EF8437;
  border: 2px solid #EF8437;
  color: #fff;
  padding: 10px 34px 10px 60px;
  margin-top: -8px;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.header_btn > a {
    padding: 10px 22px 10px 45px;
  }
}
@media (max-width: 767px) {
  header .gnav > ul > li.header_btn > a {
    border: none;
    padding: 15px 15px;
    border-radius: 0;
    font-weight: 400;
    margin-top: 0;
  }
}
header .gnav > ul > li.header_btn > a::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: 2px solid #EF8437;
  border-right: 2px solid #EF8437;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 54%;
  left: 25px;
  margin-top: -6px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
}
@media (max-width: 767px) {
  header .gnav > ul > li.header_btn > a::before {
    display: none;
  }
}
@media (max-width: 767px) {
  header .gnav > ul > li.header_btn > a::after {
    display: none;
  }
}
@media (hover: hover) {
  header .gnav > ul > li.header_btn > a:hover {
    background: #fff;
    color: #EF8437;
  }
}
header .header--sticky {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation: slideDown 0.3s ease-in-out;
          animation: slideDown 0.3s ease-in-out;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

/*-----------------------------------------
footer
------------------------------------------*/
footer {
  background-color: #F9F9F9;
  border-top: none;
  padding: 80px 0 40px;
}
@media (min-width: 768px) {
  footer .container {
    max-width: 1360px;
    padding: 0 100px;
  }
}
footer .footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media print, screen and (max-width: 767px) {
  footer .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
footer figure img {
  width: 210px;
}
footer nav {
  width: 100%;
  max-width: 695px;
}
@media (max-width: 767px) {
  footer nav {
    margin: 0 auto;
  }
}
footer nav::before {
  display: none;
}
footer nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 205px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul {
    height: 220px;
  }
}
@media (max-width: 767px) {
  footer nav ul {
    height: auto;
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer nav ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  footer nav ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
  footer nav ul li.footer_list_sub {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
  }
  footer nav ul li.footer_list_sub a {
    font-size: 1.3rem;
    color: #555;
  }
}
footer nav ul li::after {
  display: none;
}
footer nav ul li a {
  font-weight: 500;
}
footer nav ul .footer_service_list {
  text-align: left;
}
@media (hover: hover) {
  footer nav ul .footer_service_list > a:hover {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  footer nav ul .footer_service_list {
    width: 100%;
    text-align: center;
  }
}
footer nav ul .sub-menu {
  margin-top: 10px;
}
@media (min-width: 768px) {
  footer nav ul .sub-menu {
    height: 106px;
  }
}
@media (max-width: 767px) {
  footer nav ul .sub-menu {
    margin-top: 0;
  }
  footer nav ul .sub-menu a {
    padding: 0;
    margin-bottom: 5px;
  }
}
footer nav ul .sub-menu li {
  border: none;
  margin-bottom: 10px;
}
footer nav ul .footer_service_item {
  font-size: 1.4rem;
  padding-left: 8px;
  position: relative;
}
footer nav ul .footer_service_item::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  footer nav ul .footer_service_item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  footer nav ul .footer_service_item::before {
    top: 42%;
  }
}
footer .copyright p {
  font-size: 1.2rem;
}
footer .pagetop a {
  background: #5C9D63;
  border-radius: 0;
  width: 50px;
  height: 50px;
}

/*-----------------------------------------
top about
------------------------------------------*/
#top_about {
  overflow: hidden;
}
#top_about .about_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1023px) {
  #top_about .about_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
#top_about .about_container::after {
  content: "";
  position: absolute;
  bottom: -14vw;
  left: -4vw;
  background: url(../../../../uploads/top_about_bg01.png) no-repeat center/contain;
  width: 50vw;
  height: 50vw;
  z-index: -1;
}
@media (max-width: 1023px) {
  #top_about .about_container::after {
    bottom: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 48vw;
  }
}
#top_about .about_container .top_about_text {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  font-weight: 500;
  line-height: 2;
  font-size: 1.8rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 10vw 7vw;
}
@media (max-width: 1023px) {
  #top_about .about_container .top_about_text {
    margin-top: 60px;
    font-size: 1.6rem;
    padding: 0 10px;
  }
}
#top_about .about_container .top_about_text span {
  color: #5C9D63;
}
#top_about .about_container .top_about_imgWrapper {
  overflow: hidden;
  width: 50%;
}
#top_about .about_container .top_about_imgWrapper::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (max-width: 400px) {
  #top_about .about_container .top_about_imgWrapper::before {
    padding-top: 108%;
  }
}
@media (max-width: 1023px) {
  #top_about .about_container .top_about_imgWrapper {
    width: 100%;
  }
}
#top_about .about_container .top_about_img img {
  width: auto;
  height: 116%;
  position: absolute;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media (max-width: 1023px) {
  #top_about .about_container .top_about_img img {
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
    height: auto;
  }
}
@media (max-width: 400px) {
  #top_about .about_container .top_about_img img {
    -webkit-transform: translate(0, 35%);
            transform: translate(0, 35%);
  }
}
@media (max-width: 1023px) {
  #top_about .about_container .top_about_img {
    margin-right: 0;
    width: 100vw;
  }
}

/*-----------------------------------------
top service
------------------------------------------*/
#top_service {
  padding-top: 100px;
  background-color: #F6F9F6;
}
@media (max-width: 767px) {
  #top_service {
    padding-top: 80px;
  }
}
#top_service .section_title::before {
  content: "SERVICE";
}
#top_service .service_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1023px) {
  #top_service .service_list {
    grid-template-columns: 1fr;
  }
}
#top_service .service_list .service_card {
  list-style: none;
}
#top_service .service_list .service_card a:hover {
  text-decoration: none;
}
#top_service .service_list .service_card a picture {
  overflow: hidden;
  display: block;
}
#top_service .service_list .service_card a picture img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  #top_service .service_list .service_card a:hover img {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}
#top_service .service_list .service_card .service_card_container {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  #top_service .service_list .service_card .service_card_container {
    height: auto;
  }
}
#top_service .service_list .service_card .service_card_container picture {
  height: 100%;
}
#top_service .service_list .service_card .service_card_container img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #top_service .service_list .service_card .service_card_container img {
    height: auto;
  }
}
#top_service .service_list .service_card .service_card_container .service_card_text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  height: min(15vw, 160px);
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #top_service .service_list .service_card .service_card_container .service_card_text {
    position: static;
    background-color: #fff;
    height: auto;
    padding: 30px 10px;
    display: block;
    height: auto;
    width: 100%;
  }
}
#top_service .service_list .service_card .service_card_container .service_card_text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../../../../uploads/top_service_arrow.png) no-repeat center/contain;
  width: 26px;
  height: 26px;
  z-index: 0;
}
#top_service .service_list .service_card .service_card_container .service_card_text h3 {
  width: 80%;
  color: #fff;
  background-color: #5C9D63;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  padding: 10px 0;
  margin: 0 auto;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#top_service .service_list .service_card .service_card_container .service_card_text h3::before {
  display: none;
}
@media (max-width: 767px) {
  #top_service .service_list .service_card .service_card_container .service_card_text h3 {
    font-size: 1.8rem;
    position: relative;
    left: 39%;
    margin-top: -27px;
  }
}
#top_service .service_list .service_card .service_card_container .service_card_text p {
  text-align: left;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 0;
}

/*-----------------------------------------
top APPLICATION
------------------------------------------*/
#top_flow {
  padding: 100px 0;
  background: url(../../../../uploads/bg_steps_img01.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  #top_flow {
    padding: 80px 0;
  }
}
#top_flow .section_title::before {
  content: "APPLICATION";
}
#top_flow .flow_list {
  margin-top: 110px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1023px) {
  #top_flow .flow_list {
    margin-top: 80px;
    grid-template-columns: 1fr;
    gap: 90px;
    place-items: center;
  }
}
#top_flow .flow_card {
  list-style: none;
  background-color: #fff;
  padding: 56px 20px 20px;
  width: 100%;
  max-width: 350px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  position: relative;
}
#top_flow .flow_card::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 88px;
}
#top_flow .flow_card h3 {
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-top: 10px;
  margin-bottom: 16px;
}
#top_flow .flow_card h3::before {
  display: none;
}
#top_flow .flow_card p {
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #top_flow .flow_card p {
    font-size: 1.5rem;
  }
}
#top_flow .flow_card figure {
  width: 50%;
  margin: 20px auto 0;
}
#top_flow .flow_card:nth-of-type(1)::before {
  background: url(../../../../uploads/top_step1_icon.png) no-repeat center/cover;
}
#top_flow .flow_card:nth-of-type(2)::before {
  background: url(../../../../uploads/top_step2_icon.png) no-repeat center/cover;
}
#top_flow .flow_card:nth-of-type(2) figure {
  width: 80%;
}
#top_flow .flow_card:nth-of-type(3)::before {
  background: url(../../../../uploads/top_step3_icon.png) no-repeat center/cover;
}
#top_flow .flow_card + .flow_card::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../../../uploads/arrow_right_icon.png) no-repeat center center/contain;
  width: 22px;
  height: 26px;
}
@media (max-width: 1023px) {
  #top_flow .flow_card + .flow_card::after {
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
#top_flow .btn {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  #top_flow .btn {
    margin-top: 50px;
  }
}

/*-----------------------------------------
top news
------------------------------------------*/
#top_news {
  padding: 100px 0;
}
@media (max-width: 767px) {
  #top_news {
    padding: 80px 0;
  }
}
#top_news .top_news_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 200px;
}
@media (max-width: 1023px) {
  #top_news .top_news_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#top_news ul {
  width: 70%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1023px) {
  #top_news ul {
    width: 100%;
  }
}
#top_news .section_title {
  text-align: left;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#top_news .section_title::before {
  content: "NEWS";
  margin-left: 0;
  display: block;
}
#top_news .btn_news {
  text-align: right;
}
@media (min-width: 768px) {
  #top_news .btn_news {
    padding-right: 2.5%;
  }
}
#top_news .btn_news a {
  font-weight: 500;
  position: relative;
}
#top_news .btn_news a::before, #top_news .btn_news a::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top_news .btn_news a::before {
  width: 5px;
  height: 5px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 58%;
  left: -25px;
  margin-top: -6px;
  z-index: 2;
}
#top_news .btn_news a::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  width: 20px;
  height: 20px;
  background-color: #5C9D63;
  border-radius: 50%;
  z-index: 1;
}
@media (hover: hover) {
  #top_news .btn_news a:hover {
    text-decoration: none;
  }
  #top_news .btn_news a:hover::before {
    left: -20px;
  }
  #top_news .btn_news a:hover::after {
    left: -25px;
  }
}

/*-----------------------------------------
top company
------------------------------------------*/
#top_company {
  padding: 100px 0;
  background-color: #F6F9F6;
}
@media (max-width: 767px) {
  #top_company {
    padding: 80px 0;
  }
}
#top_company .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 97px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_company .container::after {
  display: none;
}
@media (max-width: 767px) {
  #top_company .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  #top_company .container figure {
    padding-right: 15px;
  }
}
#top_company .container figure img {
  -webkit-box-shadow: 15px 15px 0 #C5DFC8;
          box-shadow: 15px 15px 0 #C5DFC8;
}
#top_company .container .top_company_box .section_title {
  text-align: left;
}
#top_company .container .top_company_box .section_title::before {
  content: "COMPANY";
  margin-left: 0;
}
#top_company .container .top_company_box p {
  margin-top: 40px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #top_company .container .top_company_box p {
    margin-top: 20px;
  }
}
#top_company .container .top_company_box .btn {
  margin-top: 40px;
}

/*-----------------------------------------
top Downlords
------------------------------------------*/
#top_download {
  padding: 124px 20px;
  background-color: #5C9D63;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  #top_download {
    padding: 80px 15px 60px;
  }
}
#top_download h2 {
  font-size: 2rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #top_download h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
#top_download h2::before {
  content: "DOWNLOADS";
  position: absolute;
  top: -162%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  font-family: "Poppins", sans-serif;
  font-size: 7.5rem;
  color: #6dab74;
  width: auto;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  #top_download h2::before {
    top: -78%;
    font-size: 4rem;
    display: block;
  }
}
#top_download p {
  line-height: 1.8;
}
@media (max-width: 767px) {
  #top_download p {
    margin-bottom: 30px;
    text-align: left;
  }
}
#top_download .btn a {
  color: #5C9D63;
  background-color: #fff;
}
#top_download .btn a::before {
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
}
#top_download .btn a::after {
  background-color: #5C9D63;
}
@media (hover: hover) {
  #top_download .btn a:hover {
    background-color: #EF8437;
    color: #fff;
  }
  #top_download .btn a:hover::before {
    border-top: 2px solid #EF8437; /* 矢印の色 */
    border-right: 2px solid #EF8437; /* 矢印の色 */
  }
  #top_download .btn a:hover::after {
    background-color: #fff;
  }
}

/*-----------------------------------------
top CONTACT
------------------------------------------*/
#contact {
  padding: 120px 0;
  background: url(../../../../uploads/contact_bg.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  #contact {
    padding: 60px 0;
  }
}
#contact .wrapper {
  max-width: 875px;
  background: #fff;
  padding: 60px 15px;
  margin: 0 auto;
}
#contact h2.section_title {
  border-bottom: none;
  text-align: center;
}
#contact h2.section_title::before {
  display: block;
  position: absolute;
  content: "CONTACT";
  background: none;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
#contact .contact_text {
  text-align: center;
  font-weight: 500;
}
#contact .contact_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}
@media (max-width: 767px) {
  #contact .contact_wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#contact .contact_tel {
  text-align: center;
}
#contact .contact_tel_number {
  font-family: "Poppins", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.8rem;
  font-weight: 600;
  position: relative;
  padding-left: 45px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #contact .contact_tel_number {
    font-size: 2.8rem;
    padding-left: 25px;
  }
}
#contact .contact_tel_number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../../../uploads/phone_icon.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  #contact .contact_tel_number::before {
    width: 20px;
    height: 20px;
  }
}
#contact .contact_mail.btn a {
  background-color: #EF8437;
  border: 2px solid #EF8437;
  font-size: 2rem;
  padding-right: 40px;
}
@media (max-width: 767px) {
  #contact .contact_mail.btn a {
    font-size: 1.6rem;
  }
}
#contact .contact_mail.btn a::before {
  border-color: #EF8437;
}
@media (hover: hover) {
  #contact .contact_mail.btn a:hover {
    background-color: #fff;
    color: #EF8437;
  }
  #contact .contact_mail.btn a:hover::before {
    border-top: 2px solid #EF8437; /* 矢印の色 */
    border-right: 2px solid #EF8437; /* 矢印の色 */
  }
}

/*-----------------------------------------
page-common
------------------------------------------*/
body:not(.home) h1 {
  height: 300px;
  color: #fff;
}
@media (max-width: 767px) {
  body:not(.home) h1 {
    height: 200px;
  }
}
body:not(.home) h1::after {
  display: none;
}
body:not(.home) h1 span {
  position: relative;
  padding-top: 40px;
  letter-spacing: 0.04em;
}
body:not(.home) h1 span::before {
  content: "";
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  letter-spacing: 0.02em;
}

body:not(.home) h2 {
  border-bottom: 2px solid #e6e6e6;
}
body:not(.home) h2::before {
  width: 30%;
  height: 2px;
  right: auto;
  bottom: -2px;
  background: #5C9D63;
}

body:not(.home) h3 {
  background: none;
  position: relative;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
body:not(.home) h3::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #5C9D63;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  body:not(.home) h3 {
    padding: 20px 0 20px 30px;
  }
}

.mt3 {
  margin-top: 3em !important;
}

.accordion {
  margin: 3em auto;
  max-width: 60vw;
}
@media (max-width: 767px) {
  .accordion {
    max-width: 90vw;
  }
}
.accordion .toggle {
  display: none;
}
.accordion .option {
  position: relative;
  margin-bottom: 1em;
}
.accordion .title,
.accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion .title {
  background: #DCEFDE;
  padding: 1em 20px 1em 1em;
  display: block;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.accordion .title::after,
.accordion .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion .title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion .content {
  max-height: 0;
  overflow: hidden;
}
.accordion .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.accordion .toggle:checked + .title + .content {
  max-height: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion .toggle:checked + .title::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

/*-----------------------------------------
page-service
------------------------------------------*/
.service .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media (max-width: 767px) {
  .service .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service p a {
  text-decoration: underline;
}
.service .service_list {
  width: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  left: 0;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .service .service_list {
    width: 100%;
    position: static;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .service .service_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service .service_list li {
  list-style: none;
  position: relative;
}
@media (max-width: 767px) {
  .service .service_list li {
    border-bottom: 1px solid #DCEFDE;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.3rem;
  }
}
@media (max-width: 500px) {
  .service .service_list li {
    width: calc(50% - 20px);
  }
}
.service .service_list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 9px;
  background: #5C9D63;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .service .service_list li::before {
    content: none;
  }
}
@media (max-width: 767px) {
  .service .service_list li {
    padding-right: 25px;
  }
  .service .service_list li::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    width: 6px; /* くの字を山なりに見た時、左側の長さ */
    height: 6px; /* くの字を山なりに見た時、右側の長さ */
    border-top: 2px solid #5C9D63; /* くの字を山なりに見た時、左側の太さと色 */
    border-right: 2px solid #5C9D63; /* くの字を山なりに見た時、右側の太さと色 */
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
.service .service_list li + li {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .service .service_list li + li {
    margin-top: 0;
  }
}
.service .service_detail > div {
  margin-bottom: 60px;
}
.service .service_detail figure {
  margin-bottom: 20px;
}
.service .service_feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}
@media (max-width: 767px) {
  .service .service_feature {
    grid-template-columns: 1fr;
  }
}
.service .service_feature li {
  list-style: none;
}
.service .service_feature li img {
  width: 100%;
}
.service .service_feature .service_list_ttl {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .service .service_feature .service_list_ttl {
    font-size: 1.8rem;
  }
}
.service .service_about_caution {
  font-size: 1.3rem;
}

#service_link ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  #service_link ul {
    grid-template-columns: 1fr;
  }
}
#service_link ul li {
  list-style: none;
  overflow: hidden;
}
#service_link ul li:last-of-type a::before {
  background: url(../../../../uploads/page_company_ttl_bg.jpg) no-repeat center center/cover;
}
#service_link ul li a {
  font-weight: 600;
  color: #fff;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 200px;
  position: relative;
}
#service_link ul li a::before {
  content: "";
  position: absolute;
  background: url(../../../../uploads/download_ttl_bg.jpg) no-repeat center center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 200px;
  z-index: -1;
}
@media (max-width: 767px) {
  #service_link ul li a {
    height: 150px;
  }
}
@media (hover: hover) {
  #service_link ul li a:hover {
    text-decoration: none;
  }
  #service_link ul li a:hover::before {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}

body.service_tenant h1 {
  background: url(../../../../uploads/tenant_ttl_bg.jpg) no-repeat center center/cover;
}
body.service_tenant h1 span::before {
  content: "SERVICE";
}
body.service_tenant .flow_step {
  margin-bottom: 30px;
}
body.service_tenant .flow_steps_ttl {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #5C9D63;
  font-weight: bold;
  padding: 8px 16px;
  margin-right: 20px;
  background: #EEF8EF;
  width: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
@media (max-width: 767px) {
  body.service_tenant .flow_steps_ttl {
    font-size: 1.8rem;
    width: 120px;
  }
}
@media (max-width: 767px) {
  body.service_tenant .flow_contents {
    display: contents;
  }
}
body.service_tenant .flow_contents h3 {
  padding-left: 0;
  padding-top: 10px;
  margin-bottom: 0;
  color: #5C9D63;
  border-bottom: none;
}
body.service_tenant .flow_contents h3::before {
  display: none;
}
@media (max-width: 767px) {
  body.service_tenant .flow_contents h3 {
    display: inline-block;
  }
}
body.service_tenant dl + dl {
  margin-top: 10px;
}
body.service_tenant .caution {
  color: #ff2222;
  font-size: 1.4rem;
}
body.service_tenant .flow_text {
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.service_tenant .flow_text {
    margin-bottom: 0;
  }
}

body.service_company h1 {
  background: url(../../../../uploads/company_ttl_bg.jpg) no-repeat center center/cover;
}
body.service_company h1 span::before {
  content: "SERVICE";
}
body.service_company #a03 img {
  width: 90%;
}
@media (max-width: 767px) {
  body.service_company #a03 img {
    width: 100%;
  }
}
body.service_company .delay_flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
body.service_company .delay_flow .delay_flow_card {
  list-style: none;
  background-color: #EEF8EF;
  position: relative;
  padding: 30px 30px 30px 100px;
}
@media (max-width: 767px) {
  body.service_company .delay_flow .delay_flow_card {
    padding: 60px 20px 20px 20px;
  }
}
body.service_company .delay_flow .delay_flow_card:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 45px 0 45px;
  border-color: #5C9D63 transparent transparent transparent;
}
@media (max-width: 767px) {
  body.service_company .delay_flow .delay_flow_card:not(:last-of-type)::before {
    border-width: 16px 20px 0 20px;
  }
}
body.service_company .delay_flow .delay_flow_card .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background-color: #5C9D63;
  color: #fff;
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  body.service_company .delay_flow .delay_flow_card .number {
    width: 100%;
    height: 50px;
    font-size: 2rem;
  }
}
body.service_company .delay_flow .delay_flow_card h4 {
  padding-left: 0;
  font-size: 2rem;
}
body.service_company .delay_flow .delay_flow_card h4::before {
  content: none;
}
body.service_company .account_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  body.service_company .account_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
body.service_company .account_wrapper figure {
  width: 200px;
}
body.service_company .account_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  body.service_company .account_list {
    grid-template-columns: 1fr;
  }
}
body.service_company .accout_card {
  list-style: none;
  background-color: #EEF8EF;
  padding: 20px;
  position: relative;
}
body.service_company .accout_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
body.service_company .accout_card:nth-of-type(1)::before {
  background: url(../../../../uploads/company_img007.png) no-repeat center center/contain;
}
body.service_company .accout_card:nth-of-type(2)::before {
  background: url(../../../../uploads/company_img008.png) no-repeat center center/contain;
}
body.service_company .accout_card:nth-of-type(3)::before {
  background: url(../../../../uploads/company_img009.png) no-repeat center center/contain;
}
body.service_company .accout_card h3 {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 5px;
  color: #5C9D63;
}
body.service_company .accout_card h3::before {
  display: none;
}
body.service_company .accout_card p {
  text-align: justify;
  position: relative;
}

body.service_owner h1 {
  background: url(../../../../uploads/owner_ttl_bg.jpg) no-repeat center center/cover;
}
body.service_owner h1 span::before {
  content: "SERVICE";
}
body.service_owner .owner_about_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
body.service_owner .owner_about_list li {
  list-style: none;
}
body.service_owner .service_feature {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  body.service_owner .service_feature {
    grid-template-columns: 1fr;
  }
}

/*-----------------------------------------
page-flow
------------------------------------------*/
body.flow h1 {
  background: url(../../../../uploads/flow_ttl_bg.jpg) no-repeat center center/cover;
}
body.flow h1 span::before {
  content: "APPLICATION";
}
body.flow .flow_step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media (max-width: 767px) {
  body.flow .flow_step {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
}
body.flow .flow_step + .flow_step {
  margin-top: 50px;
}
body.flow .flow_step:last-of-type {
  margin-bottom: 80px;
}
body.flow .flow_steps_ttl {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #5C9D63;
  font-weight: bold;
  padding: 8px 16px;
  background: #EEF8EF;
  width: 150px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
@media (max-width: 767px) {
  body.flow .flow_steps_ttl {
    font-size: 1.8rem;
    width: 120px;
  }
}
@media (max-width: 767px) {
  body.flow .flow_contents {
    display: contents;
  }
}
body.flow .flow_contents h2 {
  padding-top: 10px;
  margin-bottom: 0;
  color: #5C9D63;
  border-bottom: none;
}
body.flow .flow_contents h2::before {
  display: none;
}
@media (max-width: 767px) {
  body.flow .flow_contents h2 {
    display: inline-block;
  }
}
body.flow .flow_contents .caution {
  color: #ff2222;
  font-size: 1.4rem;
}
body.flow .flow_text {
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.flow .flow_text {
    margin-bottom: 0;
  }
}

/*-----------------------------------------
page-company
------------------------------------------*/
body.company h1 {
  background: url(../../../../uploads/page_company_ttl_bg.jpg) no-repeat center center/cover;
}
body.company h1 span::before {
  content: "COMPANY";
}
body.company .company_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body.company .company_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.company .company_about figure {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 767px) {
  body.company .company_about figure {
    width: 100%;
  }
}
body.company .table_style01 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 80px;
  border-spacing: 0;
  table-layout: fixed;
}
body.company .table_style01 th {
  background: #F9F9F9;
  text-align: left;
}
body.company .table_style01 th, body.company .table_style01 td {
  border: solid 1px #dddddd;
  padding: 20px;
  border-collapse: collapse; /* 1pxにする */
}
@media (max-width: 767px) {
  body.company .table_style01 th, body.company .table_style01 td {
    display: block;
    border: none;
    padding: 15px;
  }
}
body.company .googlemap {
  padding-bottom: 40%;
  margin-top: 60px;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.company .googlemap {
    padding-bottom: 80%;
  }
}
body.company .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------
page-contact
------------------------------------------*/
body.contact h1 {
  background: url(../../../../uploads/page_contact_ttl_bg.jpg) no-repeat center center/cover;
}
body.contact h1 span::before {
  content: "CONTACT";
}
body.contact .contact_tel_wrapper {
  background-color: #EEF8EF;
  text-align: center;
  margin-bottom: 80px;
  padding: 30px 20px;
}
body.contact .contact_tel_wrapper .number {
  font-family: "Poppins", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 4rem;
  color: #5C9D63;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 1.2;
  padding-left: 40px;
  position: relative;
  margin: 10px auto 20px;
}
body.contact .contact_tel_wrapper .number::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../../../uploads/phone_icon.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  body.contact .contact_tel_wrapper .number {
    font-size: 3rem;
    padding-left: 30px;
  }
  body.contact .contact_tel_wrapper .number::after {
    width: 20px;
    height: 20px;
  }
}
body.contact .contact_tel_wrapper .attention {
  font-size: 1.4rem;
}
body.contact .contact_mail_wrapper .form_wrapper {
  background: #EEF8EF;
  padding: 2em 4em;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.contact .contact_mail_wrapper .form_wrapper {
    padding: 1em;
  }
}
body.contact .contact_mail_wrapper dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  body.contact .contact_mail_wrapper dl {
    gap: 10px;
  }
}
body.contact .contact_mail_wrapper dl + dl {
  margin-top: 40px;
}
body.contact .contact_mail_wrapper dl:first-of-type {
  margin-top: 40px;
}
body.contact .contact_mail_wrapper dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 900px) {
  body.contact .contact_mail_wrapper dt {
    width: 100%;
  }
}
body.contact .contact_mail_wrapper dd {
  width: 100%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
body.contact .contact_mail_wrapper label {
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  body.contact .contact_mail_wrapper label {
    font-size: 1.6rem;
  }
}
body.contact .contact_mail_wrapper .require {
  position: relative;
}
body.contact .contact_mail_wrapper .require::after {
  content: "必須";
  position: absolute;
  bottom: 0;
  right: -3.5em;
  background-color: #5C9D63;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0px 5px;
}
@media (max-width: 767px) {
  body.contact .contact_mail_wrapper .require::after {
    right: -3em;
  }
}
body.contact .contact_mail_wrapper .label_gray {
  position: relative;
}
body.contact .contact_mail_wrapper .label_gray::after {
  content: "任意";
  position: absolute;
  bottom: 0;
  right: -3.5em;
  background-color: #858585;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0px 5px;
}
@media (min-width: 768px) {
  body.contact .contact_mail_wrapper .contact_radio .wpcf7-list-item.first {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  body.contact .contact_mail_wrapper .contact_radio .wpcf7-list-item {
    display: block;
  }
}
body.contact .contact_mail_wrapper input[type=text], body.contact .contact_mail_wrapper input[type=email], body.contact .contact_mail_wrapper input[type=tel], body.contact .contact_mail_wrapper textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ccc;
}
body.contact .contact_mail_wrapper input[type=text]::-webkit-input-placeholder, body.contact .contact_mail_wrapper input[type=email]::-webkit-input-placeholder, body.contact .contact_mail_wrapper input[type=tel]::-webkit-input-placeholder, body.contact .contact_mail_wrapper textarea::-webkit-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
}
body.contact .contact_mail_wrapper input[type=text]::-moz-placeholder, body.contact .contact_mail_wrapper input[type=email]::-moz-placeholder, body.contact .contact_mail_wrapper input[type=tel]::-moz-placeholder, body.contact .contact_mail_wrapper textarea::-moz-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
}
body.contact .contact_mail_wrapper input[type=text]:-ms-input-placeholder, body.contact .contact_mail_wrapper input[type=email]:-ms-input-placeholder, body.contact .contact_mail_wrapper input[type=tel]:-ms-input-placeholder, body.contact .contact_mail_wrapper textarea:-ms-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
}
body.contact .contact_mail_wrapper input[type=text]::-ms-input-placeholder, body.contact .contact_mail_wrapper input[type=email]::-ms-input-placeholder, body.contact .contact_mail_wrapper input[type=tel]::-ms-input-placeholder, body.contact .contact_mail_wrapper textarea::-ms-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
}
body.contact .contact_mail_wrapper input[type=text]::placeholder, body.contact .contact_mail_wrapper input[type=email]::placeholder, body.contact .contact_mail_wrapper input[type=tel]::placeholder, body.contact .contact_mail_wrapper textarea::placeholder {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
}
body.contact .contact_mail_wrapper .agree_text {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
body.contact .contact_mail_wrapper .agree_text .required {
  background-color: #5C9D63;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 3px 5px;
}
body.contact .contact_mail_wrapper .agree_text .wpcf7-list-item {
  margin-right: 10px;
}
body.contact .contact_mail_wrapper .agree_text a {
  font-weight: 500;
  color: #5C9D63;
}
@media (max-width: 840px) {
  body.contact .contact_mail_wrapper .agree_text {
    text-align: left;
  }
}
body.contact .contact_mail_wrapper input[type=submit] {
  display: block;
  margin: 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 280px;
  border: none;
  padding: 20px 30px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #EF8437;
}
body.contact .contact_mail_wrapper input[type=submit]:disabled {
  background-color: #e4e4e4;
  color: #333;
}
@media (max-width: 767px) {
  body.contact .contact_mail_wrapper input[type=submit] {
    background-color: #EF8437;
    color: #fff;
  }
}

/*-----------------------------------------
page-news
------------------------------------------*/
body.single h1.news, body.archive h1.news, #top_news h1.news {
  background: url(../../../../uploads/page_ttl_bg.jpg) no-repeat center center/cover;
}
body.single h1.news span::before, body.archive h1.news span::before, #top_news h1.news span::before {
  content: "NEWS";
}
body.single li, body.archive li, #top_news li {
  list-style: none;
}
body.single .news_wrapper, body.archive .news_wrapper, #top_news .news_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body.single .news_wrapper::before, body.archive .news_wrapper::before, #top_news .news_wrapper::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 2px;
  right: auto;
  bottom: -2px;
  background: #5C9D63;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  body.single .news_wrapper:hover, body.archive .news_wrapper:hover, #top_news .news_wrapper:hover {
    text-decoration: none;
    color: inherit;
  }
  body.single .news_wrapper:hover::before, body.archive .news_wrapper:hover::before, #top_news .news_wrapper:hover::before {
    width: 100%;
  }
  body.single .news_wrapper:hover::after, body.archive .news_wrapper:hover::after, #top_news .news_wrapper:hover::after {
    right: 5px;
  }
}
body.single .news_title_wrapper, body.archive .news_title_wrapper, #top_news .news_title_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  body.single .news_title_wrapper, body.archive .news_title_wrapper, #top_news .news_title_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
@media (max-width: 767px) {
  body.single time, body.archive time, #top_news time {
    font-size: 1.2rem;
  }
}
body.single .news_title, body.archive .news_title, #top_news .news_title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 2rem;
  padding-right: 20px;
}
body.single .news_title::before, body.archive .news_title::before, #top_news .news_title::before {
  display: none;
}
@media (max-width: 767px) {
  body.single .news_title, body.archive .news_title, #top_news .news_title {
    font-size: 1.6rem;
  }
}
body.single .add_arrow, body.archive .add_arrow, #top_news .add_arrow {
  border-top: none;
  border-left: none;
  border-right: none;
}
body.single .add_arrow::after, body.archive .add_arrow::after, #top_news .add_arrow::after {
  right: 10px;
  left: auto;
  border-top: 2px solid #5C9D63;
  border-right: 2px solid #5C9D63;
}

/*-----------------------------------------
page-privacy
------------------------------------------*/
body.privacy-policy h1 {
  background: url(../../../../uploads/page_ttl_bg.jpg) no-repeat center center/cover;
}
body.privacy-policy h1 span::before {
  content: "PRIVACY POLICY";
}
body.privacy-policy h2 {
  margin-top: 50px;
}
body.privacy-policy .txt_s {
  font-size: 1.3rem;
}
body.privacy-policy .privacy ol, body.privacy-policy .antisocial ol {
  padding-left: 15px;
}
body.privacy-policy .privacy li, body.privacy-policy .antisocial li {
  margin-bottom: 20px;
}
body.privacy-policy .privacy .antisocial_title, body.privacy-policy .antisocial .antisocial_title {
  font-weight: 600;
}

/*-----------------------------------------
page-sitemap
------------------------------------------*/
body.sitemap h1 {
  background: url(../../../../uploads/page_ttl_bg.jpg) no-repeat center center/cover;
}
body.sitemap h1 span::before {
  content: "SITE MAP";
}
body.sitemap ul {
  padding-left: 20px;
}

/*-----------------------------------------
page-download
------------------------------------------*/
body.download h1 {
  background: url(../../../../uploads/download_ttl_bg.jpg) no-repeat center center/cover;
}
body.download h1 span {
  width: 100%;
}
body.download h1 span::before {
  content: "DOWNLOAD";
}
body.download .download_list {
  padding: 30px 60px 10px;
  background: #fafafa;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body.download .download_list {
    padding: 30px 10px;
  }
}
body.download .download_item .download_link {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
}
@media (hover: hover) {
  body.download .download_item .download_link:hover {
    text-decoration: none;
    color: inherit;
  }
  body.download .download_item .download_link:hover p {
    text-decoration: underline;
  }
}
body.download .download_item_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  body.download .download_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.download .download_title {
  position: relative;
  padding-left: 50px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  font-size: 2rem;
}
body.download .download_title::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 17.5px);
  left: 0;
  background: url(../../../../uploads/pdf_icon.png) no-repeat center/contain;
  width: 35px;
  height: 35px;
}
@media (max-width: 767px) {
  body.download .download_title::before {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  body.download .download_title {
    padding-left: 35px;
  }
}
body.download .download_link p {
  font-weight: 500;
}
@media (max-width: 767px) {
  body.download .download_link p {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
body.download .download_single_ttl {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
body.download .download_single_link {
  margin-bottom: 20px;
}/*# sourceMappingURL=main.css.map */