@charset "UTF-8";
.js-breakpointSp {
  width: 750px;
}

.js-viewportWidthSp {
  width: 375px;
}

.js-viewportWidthTb {
  width: 1280px;
}

.js-viewportWidthPc {
  width: 1440px;
}

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

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

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img,
svg {
  vertical-align: top;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  display: block;
}

/* Form
______________________________________________*/
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 100%;
  display: inline-block;
  font-family: inherit;
}

/* ios
______________________________________________*/
* {
  -webkit-overflow-scrolling: touch;
}

/* IE
______________________________________________*/
::-ms-expand {
  display: none;
}

::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

/* clearfix
______________________________________________*/
.clearfix:after, .c-post:after {
  content: " ";
  display: block;
  clear: both;
}

/* bugfix
______________________________________________*/
body {
  -webkit-text-size-adjust: 100%;
}

@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;
}
/*----------------------------------------------------------------
    base
-----------------------------------------------------------------*/
html {
  overflow: auto;
  font-size: 62.5%;
  /* 1px = .1rem */
  min-width: 1280px;
}
html.js-modalOpen, html.js-menuOpen {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  html {
    min-width: 0;
  }
}

body {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  color: #000;
  background-color: #fafafa;
  min-height: 100%;
}
@media screen and (max-width: 375px) {
  body {
    font-size: 1.5rem;
    padding-top: calc(60px - 1px);
    overflow-x: hidden;
  }
}

.u-sans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
}

.u-serif {
  font-family: "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
}

svg {
  width: 100%;
  height: auto;
}

small {
  font-size: 0.8em;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: inherit;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.6;
}

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

i.fa {
  margin: 0 0.3em;
}

h1 {
  font-weight: bold;
}

h2,
h3,
h4,
h5 {
  font-weight: bold;
}
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  color: #198a32;
}

h1 {
  font-size: 3.6rem;
}
@media screen and (max-width: 375px) {
  h1 {
    font-size: 3.2rem;
  }
}

h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 375px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 2.4rem;
  line-height: 1.35;
}
@media screen and (max-width: 375px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 375px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.4rem;
}
@media screen and (max-width: 375px) {
  h5 {
    font-size: 1.2rem;
  }
}

table {
  width: 100%;
}
table th {
  text-align: left;
}

/* Tel click off
______________________________________________*/
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 375px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/*----------------------------------------------------------------
    layout
-----------------------------------------------------------------*/
/* inner
______________________________________________*/
.l-innerA, .p-policy-block1, .l-col2, .l-inner2, .l-inner1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 375px) {
  .l-innerA, .p-policy-block1, .l-col2, .l-inner2, .l-inner1 {
    max-width: none;
  }
}

.l-inner1 {
  max-width: 1280px;
}
.l-inner2 {
  max-width: 1280px;
  padding-top: 234px;
}
@media screen and (max-width: 375px) {
  .l-inner2 {
    padding-top: 60px;
  }
}

.l-col2 {
  max-width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 375px) {
  .l-col2 {
    display: block;
    padding: 0;
  }
}
.l-col2 > *:nth-child(1) {
  width: calc(100% - 216px);
  padding: 50px 0 0 60px;
  border-left: solid 1px #ddd;
}
@media screen and (max-width: 375px) {
  .l-col2 > *:nth-child(1) {
    width: 100%;
    padding: 0;
  }
}
.l-col2 > *:nth-child(2) {
  width: 216px;
  min-height: 140px;
}
@media screen and (max-width: 375px) {
  .l-col2 > *:nth-child(2) {
    width: 100%;
    min-height: 0;
  }
}

/*----------------------------------------------------------------
    Post 投稿記事用
-----------------------------------------------------------------*/
/* .post  投稿用
______________________________________________*/
.c-post {
  border-bottom: solid 1px #ddd;
  padding-bottom: 56px;
}
.c-post header {
  padding-bottom: 60px;
  margin-bottom: 58px;
  border-bottom: solid 1px #ddd;
}
@media screen and (max-width: 375px) {
  .c-post header {
    padding-bottom: 45px;
    margin-bottom: 35px;
  }
}
.c-post header .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 375px) {
  .c-post header .info {
    display: block;
  }
}
.c-post header .info .cat {
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 375px) {
  .c-post header .info .cat {
    margin-left: 0;
    margin-right: 1em;
  }
}
.c-post h1 {
  padding: 0 0 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 375px) {
  .c-post h1 {
    padding: 0.5em 0 1.5em;
  }
}
.c-post h2 {
  margin: 2.2em 0 0.6em;
  font-size: 2.4rem;
}
@media screen and (max-width: 375px) {
  .c-post h2 {
    margin: 1em 0 0.9em;
    font-size: 2.4rem;
  }
}
.c-post h3 {
  margin: 3em 0 1em;
  font-size: 1.9rem;
}
@media screen and (max-width: 375px) {
  .c-post h3 {
    font-size: 2rem;
  }
}
.c-post h4 {
  margin: 1em 0;
}
.c-post h5 {
  margin: 1em 0;
}
.c-post h6 {
  margin: 1em 0;
}
.c-post section {
  clear: both;
  padding-bottom: 1em;
}
.c-post > p {
  display: block;
  margin-bottom: 2em;
}
.c-post a:not(.notPstyle) {
  color: #198a32;
  text-decoration: underline;
}
.c-post a:hover,
.c-post a.hover {
  opacity: 1;
  text-decoration: underline;
}
.c-post a:active {
  color: #198a32;
}
.c-post a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background-image: url("../../../../uploads/ico-win.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0.2em;
}
.c-post strong {
  font-weight: bold;
  color: getColor(1);
}
.c-post em {
  font-style: italic;
}
.c-post figcaption {
  font-size: 1.4rem;
  margin-top: -2em;
}
@media screen and (max-width: 375px) {
  .c-post figcaption {
    font-size: 1.3rem;
  }
}
.c-post blockquote,
.c-post q {
  color: #666;
  background-color: #fff;
  font-style: italic;
  padding: 2em 2em 2em 5em;
  position: relative;
  margin: 1em 0;
  border-left: solid 5px #ccc;
}
@media screen and (max-width: 375px) {
  .c-post blockquote,
  .c-post q {
    padding: 3em 2.5em 2em;
  }
}
.c-post blockquote::before,
.c-post q::before {
  content: "";
  display: block;
  background-image: url("../images/ico6.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 2em;
  top: 2em;
}
@media screen and (max-width: 375px) {
  .c-post blockquote::before,
  .c-post q::before {
    left: 2.5em;
    top: 0.3em;
  }
}
.c-post blockquote footer,
.c-post q footer {
  text-align: right;
  font-size: 0.75em;
}
@media screen and (max-width: 375px) {
  .c-post blockquote footer,
  .c-post q footer {
    font-size: 0.9em;
  }
}
.c-post blockquote a,
.c-post q a {
  color: #666;
}
.c-post ul {
  list-style-type: disc;
  list-style-position: inside;
}
.c-post > ul {
  margin: 1em 0;
  padding-left: 0;
  list-style-type: none;
}
.c-post > ul > li {
  position: relative;
  padding-left: 1.2em;
}
.c-post > ul > li::before {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  top: 0.8em;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #000;
}
.c-post ol {
  margin: 1em 0;
  padding-left: 1em;
  list-style-type: decimal;
}
.c-post ol ol {
  margin: 1em 0;
  padding-left: 0;
  list-style-type: none;
  counter-reset: item_a;
}
.c-post ol ol > li {
  position: relative;
  text-indent: -2.6em;
  margin-left: 2.5em;
}
.c-post ol ol > li::before {
  content: "（" counter(item_a) "）";
  counter-increment: item_a;
}
.c-post .textcenter {
  text-align: center;
}
.c-post .textright {
  text-align: right;
}
.c-post .textleft {
  text-align: left;
}
.c-post .aligncenter {
  display: block;
  margin: 0 auto;
}
.c-post .alignright {
  float: right;
}
.c-post .alignleft {
  float: left;
}
.c-post img {
  display: block;
  width: auto;
  height: auto;
  max-width: 720px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  .c-post img {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .c-post img {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: none;
  }
}
.c-post > img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-post > img.alignright {
  margin-left: 40px;
  display: inline;
}
@media screen and (max-width: 375px) {
  .c-post > img.alignright {
    margin-left: 40px;
  }
}
.c-post > img.alignleft {
  margin-right: 40px;
  display: inline;
}
@media screen and (max-width: 375px) {
  .c-post > img.alignleft {
    margin-right: 40px;
  }
}
.c-post .imgBox {
  padding-left: 2em;
  padding-right: 2em;
}
@media screen and (max-width: 375px) {
  .c-post .imgBox {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-post > table {
  margin: 3em 0;
}
.c-post .wp-caption {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .c-post .wp-caption {
    max-width: 100%;
  }
}
.c-post .wp-caption img {
  width: 100%;
  height: auto;
}
.c-post .wp-caption-text {
  color: #707070;
  font-size: 0.875em;
  margin: -2em 0 2em;
}

/*----------------------------------------------------------------
  background
-----------------------------------------------------------------*/
.c-bgImg, .c-zoombox1 > *, .js-imgsList > * > * {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-shadow1, .h-header {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.c-shadow2, .p-os-top-ursers .list, .c-card3, .c-card2 .main, .c-card1, .c-qa dl {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

/*----------------------------------------------------------------
  Table
-----------------------------------------------------------------*/
/* .c-table1
______________________________________________*/
.c-table1, .c-post > table {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 375px) {
  .c-table1, .c-post > table {
    font-size: 1.5rem;
  }
}
.c-table1 > * > tr > th, .c-post > table > * > tr > th,
.c-table1 > * > tr > td,
.c-post > table > * > tr > td {
  padding: 1.2em 0;
  border-top: solid 1px #dddddd;
  text-align: left;
}
@media screen and (max-width: 375px) {
  .c-table1 > * > tr > th, .c-post > table > * > tr > th,
  .c-table1 > * > tr > td,
  .c-post > table > * > tr > td {
    display: block;
  }
}
.c-table1 > * > tr > th, .c-post > table > * > tr > th {
  padding-right: 2em;
  font-weight: bold;
}
@media screen and (max-width: 375px) {
  .c-table1 > * > tr > th, .c-post > table > * > tr > th {
    width: 100%;
    border: none;
    text-align: left;
    padding-bottom: 0;
    border-top: solid 1px #ddd;
  }
}
@media screen and (max-width: 375px) {
  .c-table1 > * > tr > td, .c-post > table > * > tr > td {
    padding-left: 0;
    padding-top: 0;
    border: none;
  }
}
@media screen and (max-width: 375px) {
  .c-table1 > * > tr > td table td, .c-post > table > * > tr > td table td,
  .c-table1 > * > tr > td table th,
  .c-post > table > * > tr > td table th {
    display: block;
  }
}
.c-table1 > * > tr > td table td, .c-post > table > * > tr > td table td {
  padding-left: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 375px) {
  .c-table1 > * > tr > td table td, .c-post > table > * > tr > td table td {
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .c-table1 > * > tr > td table td a, .c-post > table > * > tr > td table td a {
    font-size: 1.4rem;
  }
}
.c-table1 table, .c-post > table table {
  width: auto;
}

/* .c-table2
______________________________________________*/
.c-table2 {
  width: 100%;
}
@media screen and (max-width: 375px) {
  .c-table2 {
    border-bottom: solid 1px #ddd;
  }
}
.c-table2 th,
.c-table2 td {
  min-height: 80px;
  padding: 1.5em 0;
  border-top: solid 2px #ddd;
}
@media screen and (max-width: 375px) {
  .c-table2 th,
  .c-table2 td {
    display: block;
    min-height: 60px;
    padding: 18px 0;
  }
}
.c-table2 tr:last-child th,
.c-table2 tr:last-child td {
  border-bottom: solid 2px #ddd;
}
@media screen and (max-width: 375px) {
  .c-table2 tr:last-child th,
  .c-table2 tr:last-child td {
    border-bottom: none;
  }
}
.c-table2 th {
  width: 220px;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 375px) {
  .c-table2 th {
    width: 100%;
    padding-bottom: 0;
  }
}
.c-table2 th::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: -2px;
  left: 0;
  position: absolute;
  background-color: #198a32;
}
@media screen and (max-width: 375px) {
  .c-table2 th::before {
    width: 100px;
  }
}
.c-table2 th.vaTop {
  vertical-align: top;
}
.c-table2 th.required {
  position: relative;
  padding-right: 2.5em;
}
.c-table2 th.required::after {
  content: "必須";
  font-size: 1.2rem;
  background-color: #f4db1e;
  line-height: 1;
  padding: 0.5em 1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  font-weight: normal;
  position: absolute;
  top: 35px;
  right: 0;
}
@media screen and (max-width: 375px) {
  .c-table2 th.required::after {
    right: auto;
    position: relative;
    top: auto;
    margin: 0 0 0.5em 1.5em;
  }
}
.c-table2 td {
  padding-left: 10px;
}
@media screen and (max-width: 375px) {
  .c-table2 td {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 30px;
    border-top: none;
  }
}
.c-table2 tr:last-child th::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  position: absolute;
  background-color: #198a32;
}
@media screen and (max-width: 375px) {
  .c-table2 tr:last-child th::before {
    width: 100px;
  }
}
.c-table2 a {
  color: #198a32;
  text-decoration: underline;
}
.c-table2 i {
  color: #198a32;
}

/* .c-table-wrap
______________________________________________*/
@media screen and (max-width: 375px) {
  .c-table-wrap {
    position: relative;
  }
  .c-table-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    right: -8px;
    width: 32px;
    height: 58px;
    background-image: url("../../../../uploads/ico-swipe.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .c-table-wrap > * {
    width: calc(100vw - 20px);
    overflow-x: scroll;
  }
}

/*----------------------------------------------------------------
  HEADER
-----------------------------------------------------------------*/
/* .h-header
______________________________________________*/
.h-header {
  z-index: 20;
  width: calc(100% - 80px);
  position: fixed;
  top: 40px;
  left: 40px;
  height: 90px;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  line-height: 1;
  border-radius: 10px;
  padding: 0 0 0 42px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 375px) {
  .h-header {
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    height: 60px;
    overflow: visible;
    padding: 0 0 0 20px;
  }
}

.h-logo {
  display: block;
  margin-right: auto;
  width: 200px;
}
@media screen and (max-width: 375px) {
  .h-logo {
    width: 150px;
  }
}

@media screen and (min-width: 376px) {
  .is-scroll .h-header {
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
  }
}

/* .h-gNav
______________________________________________*/
.h-gNav {
  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;
  height: 100%;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 375px) {
  .h-gNav .main {
    position: absolute;
    width: 100vw;
    height: 60px;
    top: 60px;
    left: 0;
    overflow: hidden;
  }
}
.h-gNav .main > ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 375px) {
  .h-gNav .main > ul {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #e9f2f0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.h-gNav .main > ul > li {
  height: 100%;
  margin-right: 42px;
}
.h-gNav .main > ul > li a {
  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;
  height: 100%;
  position: relative;
}
.h-gNav .main > ul > li a:hover, .h-gNav .main > ul > li a.open {
  color: #18be3d;
}
.h-gNav .main > ul > li a:hover::before, .h-gNav .main > ul > li a.open::before {
  opacity: 1;
}
.h-gNav .main > ul > li.current a {
  color: #198a32;
}
.h-gNav .main > ul > li.current a::before {
  opacity: 1;
}

.h-btn-contact {
  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: 187px;
  background-color: #024310;
  color: #fff;
  height: 100%;
}
.h-btn-contact:hover {
  background-color: #18be3d;
}
@media screen and (max-width: 375px) {
  .h-btn-contact {
    font-size: 0;
    width: 60px;
    background-image: url("../../../../../uploads/ico-mail.svg");
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 375px) {
  .js-menuOpen .h-gNav .main > ul {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* .h-menuBtn
______________________________________________*/
.h-menuBtn {
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: none;
}
@media screen and (max-width: 375px) {
  .h-menuBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.h-menuBtn::after {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h-menuBtn:hover {
  opacity: 1;
}
.h-menuBtn > i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  height: 17px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.h-menuBtn > i::before, .h-menuBtn > i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  right: 0;
  top: calc(50% - 1px);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.h-menuBtn > i::before {
  opacity: 0;
}

.js-menuOpen .h-menuBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border: solid 1px #000;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.js-menuOpen .h-menuBtn > i {
  border-color: transparent;
  width: 16px;
}
.js-menuOpen .h-menuBtn > i::before {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 1px;
}
.js-menuOpen .h-menuBtn > i::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 1px;
}

/*----------------------------------------------------------------
  Footer
-----------------------------------------------------------------*/
/* f footer
______________________________________________*/
.f-main {
  text-align: center;
  padding: 60px 0 70px;
}
@media screen and (max-width: 375px) {
  .f-main {
    padding: 28px 0 70px;
  }
}
.f-main .name {
  font-weight: bold;
  line-height: 1;
  margin: 18px 0 10px;
}
@media screen and (max-width: 375px) {
  .f-main .name {
    margin: 14px 0 10px;
  }
}
.f-main .address {
  font-size: 1.2rem;
}
.f-main .c-link1, .f-main .c-table1 > * > tr > td table td a, .c-table1 > * > tr > td table td .f-main a, .f-main .c-post > table > * > tr > td table td a, .c-post > table > * > tr > td table td .f-main a {
  font-size: 1.4rem;
  display: block;
  margin-top: 26px;
}

.f-logo {
  display: block;
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .f-logo {
    width: 295px;
  }
}

/*----------------------------------------------------------------
  SIDEBAR
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
    Box
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
    Block
-----------------------------------------------------------------*/
/* .c-hero
______________________________________________*/
.c-hero {
  padding: 80px 80px 0 0;
  height: 900px;
  position: relative;
}
@media screen and (max-width: 375px) {
  .c-hero {
    padding: 0 0 48px;
    height: auto;
  }
}

.c-hero__mv {
  width: calc(100% - 400px);
}
@media screen and (max-width: 375px) {
  .c-hero__mv {
    width: 100%;
  }
}
.c-hero__mv .slick-slide {
  height: 720px;
}
@media screen and (max-width: 375px) {
  .c-hero__mv .slick-slide {
    height: 281px;
  }
}
.c-hero__mv .slick-slide.on img {
  -webkit-animation: hero_anime 6s;
          animation: hero_anime 6s;
}

.c-hero__loader {
  height: 2px;
  background-color: #ddd;
  position: relative;
  margin: 50px 0 0 80px;
}
@media screen and (max-width: 375px) {
  .c-hero__loader {
    position: absolute;
    margin: 0;
    bottom: 35px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.c-hero__loader > * {
  position: absolute;
  background-color: #198a32;
  top: 0;
  left: 0;
  height: 100%;
}

.c-hero__slider-nav {
  display: none;
}

@-webkit-keyframes hero_anime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes hero_anime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-hero__slider-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px;
  gap: 10px;
  width: 400px;
}
@media screen and (max-width: 375px) {
  .c-hero__slider-nav {
    width: 100%;
    margin: 10px auto 0;
    padding: 0;
  }
}
.c-hero__slider-nav > * {
  position: relative;
}
.c-hero__slider-nav > *::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-hero__slider-nav > *.on::after {
  opacity: 0.5;
}

.c-hero__main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 257px 80px 0 0;
}
@media screen and (max-width: 375px) {
  .c-hero__main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
}

.c-hero__box {
  width: 690px;
  height: 367px;
  border: solid 3px #198a32;
  border-radius: 10px;
  background-color: #fff;
  padding: 36px 48px;
  position: relative;
  font-size: 1.2rem;
}
@media screen and (max-width: 375px) {
  .c-hero__box {
    width: 100%;
    height: auto;
    padding: 17px 18px;
    font-size: 1rem;
    margin-top: -50px;
  }
}
.c-hero__box h1 {
  font-size: 3.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 375px) {
  .c-hero__box h1 {
    font-size: 2.4rem;
  }
}
.c-hero__box h1 strong {
  color: #198a32;
}
.c-hero__box h2 {
  font-size: 2rem;
  line-height: 1.5;
  margin: 20px 0 20px;
}
@media screen and (max-width: 375px) {
  .c-hero__box h2 {
    font-size: 1.5rem;
    margin: 4px 0 9px;
  }
}

.c-hero__pict1 {
  position: absolute;
  width: 220px;
  top: 36px;
  right: -30px;
}
@media screen and (max-width: 375px) {
  .c-hero__pict1 {
    width: 113px;
    top: -68px;
    right: -15px;
  }
}

.c-copylight {
  position: absolute;
  top: 570px;
  right: 38px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.2rem;
  color: #198a32;
  font-family: "Inter", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
}
@media screen and (max-width: 375px) {
  .c-copylight {
    display: none;
  }
}

/* c-qa
______________________________________________*/
.c-qa dl {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 20px 20px;
  margin-bottom: 10px;
  border: solid 1px #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 375px) {
  .c-qa dl {
    margin-bottom: 20px;
  }
}
.c-qa dl:hover {
  border-color: #198a32;
}
.c-qa dl.open dt {
  background-image: url("../../../../../uploads/eeh-ico-qa-close.svg");
}
.c-qa dt {
  padding: 25px 2em 0 0;
  color: #198a32;
  font-weight: bold;
  background-image: url("../../../../../uploads/eeh-ico-qa-open.svg");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: top 20px right;
}
@media screen and (max-width: 375px) {
  .c-qa dt {
    background-position: top 30px right;
  }
}
.c-qa dd {
  padding: 20px 20px;
  background-color: #e9f2f0;
  border-radius: 10px;
  margin-top: 20px;
  display: none;
}

/* c-scrollDown
______________________________________________*/
.c-scrollDown {
  position: absolute;
  right: 4px;
  bottom: 82px;
  line-height: 1;
  font-size: 1.2rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 10;
}
@media screen and (max-width: 375px) {
  .c-scrollDown {
    display: none;
  }
}
.c-scrollDown::before, .c-scrollDown::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #ddd;
  position: absolute;
  bottom: -90px;
  left: 50%;
}
.c-scrollDown::after {
  background-color: #198a32;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: scroll_anime 2s cubic-bezier(0.415, 0.15, 0.15, 1) infinite;
          animation: scroll_anime 2s cubic-bezier(0.415, 0.15, 0.15, 1) infinite;
}
.c-scrollDown > span {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@-webkit-keyframes scroll_anime {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  30% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  40% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  65% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

@keyframes scroll_anime {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  30% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  40% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  65% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
/* .c-modal
______________________________________________*/
.c-modal {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  padding: 95px 120px 130px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  .c-modal {
    padding: 60px 20px;
  }
}
.c-modal > * {
  max-width: 1200px;
  max-height: 100%;
  margin: auto;
  overflow: scroll;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-modal::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 43px;
  height: 43px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../../../../uploads/ico-close1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.is-modal {
  overflow: hidden;
}
.is-modal .c-modal {
  opacity: 1;
  pointer-events: auto;
}
.is-modal .c-modal > * {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------------------------------------------------------
  Card
-----------------------------------------------------------------*/
/* .c-card1
______________________________________________*/
.c-card1 {
  background-color: #fff;
  border: solid 3px #198a32;
  border-radius: 10px;
  padding: 25px 26px 32px;
  font-size: 1.4rem;
}
@media screen and (max-width: 375px) {
  .c-card1 {
    margin-bottom: 20px;
    padding: 25px 15px 32px;
  }
}
.c-card1 h3 {
  line-height: 1;
  color: #024310;
  font-size: 1.6rem;
  text-align: center;
}
.c-card1 h3 strong {
  font-size: 3.2rem;
  display: block;
  letter-spacing: 0;
  margin: 5px 0 0;
  color: #024310;
}
.c-card1 .img {
  display: block;
  margin: 3px auto 0;
  height: 140px;
  width: auto;
}
@media screen and (max-width: 375px) {
  .c-card1 .img {
    height: 125px;
    margin: 8px auto 0;
  }
}
.c-card1 h4 {
  font-size: 2rem;
  text-align: center;
  color: #198a32;
  margin: 20px 0 15px;
  line-height: 1.5;
}
@media screen and (max-width: 375px) {
  .c-card1 h4 {
    font-size: 1.8rem;
    margin: 20px 0 5px;
  }
}

/* .c-card2
______________________________________________*/
.c-card2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 10px 0 10px 0;
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  .c-card2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-card2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 242px;
  height: 242px;
  background-color: #198a32;
}
@media screen and (max-width: 375px) {
  .c-card2::before {
    width: 121px;
    height: 121px;
  }
}
.c-card2 .img {
  position: relative;
  width: 630px;
}
@media screen and (max-width: 375px) {
  .c-card2 .img {
    width: 100%;
    height: 257px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-card2 .main {
  position: absolute;
  top: 56px;
  left: 60px;
  width: 680px;
  height: 368px;
  background-color: #fff;
  border-radius: 10px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 40px 20px;
  margin: 20px 0 0 20px;
}
@media screen and (max-width: 375px) {
  .c-card2 .main {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 40px);
    height: auto;
    padding: 20px 20px 33px;
    margin-bottom: -60px;
  }
}
.c-card2 .main h3 {
  font-size: 16px;
  color: #024310;
  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;
}
@media screen and (max-width: 375px) {
  .c-card2 .main h3 {
    font-size: 10px;
  }
}
.c-card2 .main h3 strong {
  font-size: 3.2rem;
  color: #024310;
  letter-spacing: 0;
  margin-left: 0.2em;
}
@media screen and (max-width: 375px) {
  .c-card2 .main h3 strong {
    font-size: 2.1rem;
  }
}
.c-card2 .main h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 12px 0 18px;
}
@media screen and (max-width: 375px) {
  .c-card2 .main h4 {
    font-size: 1.8rem;
  }
}
.c-card2:nth-of-type(2) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 375px) {
  .c-card2:nth-of-type(2) {
    padding-bottom: 20px;
    margin-bottom: 34px;
  }
}
.c-card2:nth-of-type(2)::before {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  background-color: #024310;
}
@media screen and (max-width: 375px) {
  .c-card2:nth-of-type(2)::before {
    bottom: -20px;
  }
}
.c-card2:nth-of-type(2) .main {
  left: auto;
  right: 60px;
}
@media screen and (max-width: 375px) {
  .c-card2:nth-of-type(2) .main {
    right: auto;
    margin-bottom: 0;
    margin-top: -65px;
  }
}
.c-card2:nth-of-type(3) {
  border-radius: 0 10px 0 10px;
}
.c-card2:nth-of-type(3)::before {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 375px) {
  .c-card2:nth-of-type(3)::before {
    bottom: auto;
    top: 0;
    border-radius: 10px 0 0 0;
  }
}
@media screen and (max-width: 375px) {
  .c-card2:nth-of-type(3) .main {
    margin-bottom: -80px;
  }
}

/* .c-card3
______________________________________________*/
.c-card3 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 50px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .c-card3 {
    margin-bottom: 23px;
  }
}
.c-card3 h3 {
  line-height: 1;
  font-size: 1.6rem;
  text-align: center;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 158px;
  border-radius: 10px;
  background-color: #524576;
  color: #fff;
  padding: 30px 0 0;
}
@media screen and (max-width: 375px) {
  .c-card3 h3 {
    height: 142px;
    font-size: 1.4rem;
    padding: 22px 0 0;
  }
}
.c-card3 h3 strong {
  font-size: 3.2rem;
  display: block;
  letter-spacing: 0;
  margin: 5px 0 0;
  color: #fff;
}
@media screen and (max-width: 375px) {
  .c-card3 h3 strong {
    font-size: 2.8rem;
  }
}
.c-card3 .img {
  display: block;
  margin: -65px auto 30px;
  width: 130px;
}
@media screen and (max-width: 375px) {
  .c-card3 .img {
    width: 116px;
    margin: -58px auto 26px;
  }
}
.c-card3 h4 {
  text-align: center;
  font-size: 2rem;
  margin: -45px auto 10px;
}
@media screen and (max-width: 375px) {
  .c-card3 h4 {
    font-size: 1.8rem;
    margin: -45px auto 2px;
  }
}
.c-card3:nth-of-type(2) h3 {
  background-color: #1a75a5;
}
.c-card3:nth-of-type(3) h3 {
  background-color: #198a32;
}
.c-card3 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* .c-card4
______________________________________________*/
.c-card4 {
  padding: 5px 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 375px) {
  .c-card4 {
    padding: 26px 0 30px;
  }
}
.c-card4 h3 {
  line-height: 1;
  color: #198a32;
  font-size: 1.6rem;
}
@media screen and (max-width: 375px) {
  .c-card4 h3 {
    font-size: 1.3rem;
  }
}
.c-card4 .img {
  display: block;
  margin: 20px auto 18px;
  height: 160px;
  width: auto;
}
@media screen and (max-width: 375px) {
  .c-card4 .img {
    margin: -2px auto 18px;
    height: 160px;
  }
}
.c-card4 h4 {
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 375px) {
  .c-card4 h4 {
    font-size: 1.8rem;
  }
}
.c-card4 h5 {
  min-height: 78px;
  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;
  text-align: center;
  font-size: 1.6rem;
  color: #198a32;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 375px) {
  .c-card4 h5 {
    min-height: 0;
  }
}
.c-card4:not(:nth-of-type(3)) {
  border-right: solid 1px #ddd;
}
@media screen and (max-width: 375px) {
  .c-card4:not(:nth-of-type(3)) {
    border-right: none;
    border-bottom: solid 1px #ddd;
  }
}

/*----------------------------------------------------------------
  Navs
-----------------------------------------------------------------*/
/* .c-nav1
______________________________________________*/
/* .c-pager
______________________________________________*/
.c-pager {
  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;
  line-height: 1;
  margin-top: 125px;
  padding-bottom: 120px;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 375px) {
  .c-pager {
    padding: 0 0 60px;
    -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;
    margin-top: 120px;
    margin-bottom: 80px;
  }
  .c-pager > *:nth-child(3) {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.c-pagerNum {
  font-weight: bold;
}
.c-pagerBtn1 {
  color: #198a32;
}
@media screen and (max-width: 375px) {
  .c-pagerBtn1 {
    font-size: 1.4rem;
  }
}
.c-pagerBtn1.off {
  color: rgba(0, 0, 0, 0.5) !important;
  pointer-events: none !important;
}
.c-pagerBtn1 a:hover {
  opacity: 1;
  text-decoration: underline;
}
.c-pagerBtn1 i {
  margin: 0 1em;
}

.post_type-members-only .c-pagerBtn1 {
  color: #024310;
}

.c-pagerBtn2, .c-pagerBtn2-2 {
  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: 200px;
  height: 50px;
  background-color: #198a32;
  color: #fff;
  margin: 0 25px;
  border: solid 1px #198a32;
}
.c-pagerBtn2:hover, .c-pagerBtn2-2:hover {
  background-color: rgba(25, 138, 50, 0.6);
}
@media screen and (max-width: 375px) {
  .c-pagerBtn2, .c-pagerBtn2-2 {
    font-size: 1.3rem;
    width: 150px;
    height: 50px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .c-pagerBtn2:nth-child(2), .c-pagerBtn2-2:nth-child(2) {
    -webkit-transform: translate(-50%, -100px);
            transform: translate(-50%, -100px);
  }
  .c-pagerBtn2:nth-child(4), .c-pagerBtn2-2:nth-child(4) {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
}

.c-pagerBtn2.off, .off.c-pagerBtn2-2 {
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-color: #ddd;
  pointer-events: none;
}

.c-pagerBtn2-2 {
  color: #444 !important;
  background: none !important;
  border-color: #ddd !important;
  min-width: 150px;
  width: 200px;
  white-space: nowrap;
}
.c-pagerBtn2-2:hover {
  opacity: 1;
  background-color: #dddddd;
}
@media screen and (max-width: 375px) {
  .c-pagerBtn2-2 {
    width: 150px;
    padding: 0;
    min-width: none;
  }
}

/* .c-breadcrumb
______________________________________________*/
.c-breadcrumb {
  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;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 180px;
  right: 26px;
  text-align: center;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 375px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb .home {
  display: block;
  font-size: 0;
  background-image: url("../../../../uploads/ico-home.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
}
.c-breadcrumb .separete {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #ddd;
  margin: 6px 0;
}
.c-breadcrumb a {
  color: #198a32;
}

/* .c-pager-d
______________________________________________*/
.c-pager-d {
  margin-top: 100px;
}
@media screen and (max-width: 375px) {
  .c-pager-d {
    margin-top: 40px;
  }
}
.c-pager-d a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 900px;
  height: 75px;
  line-height: 1;
  margin: 0 auto;
  border: solid 1px #ddd;
  padding: 0 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-image: url("../../../../uploads/ico-arrow-clr.svg");
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: right 20px center;
}
@media screen and (max-width: 375px) {
  .c-pager-d a {
    width: 335px;
    padding: 0 15px;
  }
}
.c-pager-d a:hover {
  background-position: right 10px center;
}
.c-pager-d a > * {
  display: block;
}
.c-pager-d a > *:nth-child(1) {
  font-size: 1.2rem;
  color: #024310;
  margin-bottom: 8px !important;
}
.c-pager-d a > *:nth-child(2) {
  font-size: 1.9rem;
  font-weight: bold;
}

/*----------------------------------------------------------------
  Button
-----------------------------------------------------------------*/
/* .c-btn1
______________________________________________*/
.c-btnSubmit, .c-btnSubmit2 {
  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;
  line-height: 1;
  width: 100%;
  max-width: 600px;
  height: 80px;
  border-radius: 5px;
  background-color: #024310;
  color: #fff;
  font-weight: bold;
  background-image: url("../images/ico-arrow1-wh.svg");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: right 30px center;
  margin: 50px auto 40px;
}

.c-btnSubmit2 {
  background-color: #444;
}

/*----------------------------------------------------------------
  Icons
-----------------------------------------------------------------*/
/*Font Awesome
______________________________________________*/
.ico-fontawesome .icon::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f015";
}

.c-ico--pin {
  background-image: url("../images/ico-pin-clr1.svg");
  background-size: 1.2142857143em auto;
}

.c-ico--env {
  background-image: url("../images/ico-mail-clr1.svg");
  background-size: 1.5714285714em auto;
}

/*----------------------------------------------------------------
  Form
-----------------------------------------------------------------*/
/* .c-formSearchBox
______________________________________________*/
.c-formSearchBox {
  line-height: 1;
  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;
  max-width: 726px;
  height: 70px;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #ddd;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 7px 7px 60px;
  background-image: url("../images/ico-search-gray.svg");
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: left 20px center;
}
@media screen and (max-width: 375px) {
  .c-formSearchBox {
    position: relative;
    margin-bottom: 82px;
  }
}
.c-formSearchBox input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  height: 100%;
  font-size: 0.875em;
}
.c-formSearchBox button {
  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;
  border-radius: 5px;
  background-color: #198a32;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  width: 101px;
  height: 50px;
  margin-left: 10px;
}
@media screen and (max-width: 375px) {
  .c-formSearchBox button {
    position: absolute;
    width: 100%;
    height: 40px;
    left: -10px;
    bottom: -58px;
  }
}

/* .c-form1
______________________________________________*/
.c-form1 label {
  margin-right: 1em;
}
.c-form1 ::-webkit-input-placeholder {
  opacity: 0.8;
}
.c-form1 ::-moz-placeholder {
  opacity: 0.8;
}
.c-form1 :-ms-input-placeholder {
  opacity: 0.8;
}
.c-form1 ::-ms-input-placeholder {
  opacity: 0.8;
}
.c-form1 ::placeholder {
  opacity: 0.8;
}
.c-form1 input:not([type=radio]):not([type=checkbox]),
.c-form1 textarea {
  border-radius: 6px;
  background-color: #f7f7f7;
  width: 100%;
  padding: 0.9em 1.7em;
}
.c-form1 textarea {
  min-height: 16em;
  width: 100%;
}
.c-form1 [type=checkbox],
.c-form1 [type=radio] {
  display: inline-block;
  width: 1.4285714286em;
  height: 1.4285714286em;
  background-color: #f7f7f7;
  position: relative;
  border: solid 1px #ddd;
  margin-right: 0.8em;
  top: 0;
  left: 0;
  border-radius: 3px;
}
.c-form1 [type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 1em;
  height: 0.5em;
  border-left: solid 2px #198a32;
  border-bottom: solid 2px #198a32;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
.c-form1 [type=radio] {
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
}
.c-form1 [type=radio]:checked::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.4, 0.4);
          transform: scale(0.4, 0.4);
  background-color: #198a32;
}
.c-form1 .c-selectLabel {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 375px) {
  .c-form1 .c-selectLabel {
    width: 100%;
  }
}
.c-form1 .c-selectLabel::after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 5px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #198a32 transparent transparent transparent;
}
.c-form1 .c-selectLabel select {
  padding: 0.9em 1.7em;
  border-radius: 6px;
  padding-right: 2em;
  border-style: solid 1px #ddd;
  line-height: 1;
  border: solid 1px #ddd;
  font-size: 1.4rem;
  min-width: 210px;
  padding: 0.8em 2em 0.8em 1em;
}
@media screen and (max-width: 375px) {
  .c-form1 .c-selectLabel select {
    width: 100%;
  }
}
.c-form1 .c-required,
.c-form1 strong {
  font-size: 0.8em;
  color: #fff;
  background-color: #18be3d;
  padding: 0.3em 1em;
  line-height: 1;
  float: right;
}
.c-form1 .mw_wp_form_complete .c-selectLabel::before, .c-form1 .mw_wp_form_complete .c-selectLabel::after,
.c-form1 .mw_wp_form_confirm .c-selectLabel::before,
.c-form1 .mw_wp_form_confirm .c-selectLabel::after {
  display: none;
}
.c-form1 .cap {
  text-align: center;
}

.p-form__policy {
  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;
  margin: 3em 0 0;
  text-align: center;
}
.p-form__policy label {
  margin-right: 0;
}
.p-form__policy a {
  display: block;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #198a32;
}

@media screen and (max-width: 375px) {
  .mwform-checkbox-field label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mwform-checkbox-field label input {
    width: 1.5em;
    min-width: 1.5em;
  }
}

/* .c-formSubmitArea
______________________________________________*/
.c-formSubmitArea {
  pointer-events: none;
  opacity: 0.2;
}

.js-submitChecked .c-formSubmitArea {
  pointer-events: auto;
  opacity: 1;
}

/* for Mw Wpform
______________________________________________*/
.mw_wp_form_complete .c-formComplete--hide,
.mw_wp_form_complete .c-formConfirm--hide,
.mw_wp_form_complete .c-submitCheckBox,
.mw_wp_form_complete .c-form1__policyArea,
.mw_wp_form_confirm .c-formComplete--hide,
.mw_wp_form_confirm .c-formConfirm--hide,
.mw_wp_form_confirm .c-submitCheckBox,
.mw_wp_form_confirm .c-form1__policyArea,
.is-form-confirm .c-formComplete--hide,
.is-form-confirm .c-formConfirm--hide,
.is-form-confirm .c-submitCheckBox,
.is-form-confirm .c-form1__policyArea,
.is-form-complete .c-formComplete--hide,
.is-form-complete .c-formConfirm--hide,
.is-form-complete .c-submitCheckBox,
.is-form-complete .c-form1__policyArea {
  display: none !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.c-formConfirm--show {
  display: none;
}

.mw_wp_form_confirm .c-formConfirm--show {
  display: block !important;
}

/*----------------------------------------------------------------
グリッドのコンポーネント
-----------------------------------------------------------------*/
/* .c-grid1
______________________________________________*/
.c-grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 375px) {
  .c-grid1 {
    display: block;
  }
}

/*----------------------------------------------------------------
  List
-----------------------------------------------------------------*/
/*.c-list1
______________________________________________*/
.c-list1 {
  margin: 1em 0;
  padding-left: 0;
  list-style-type: none;
}
.c-list1 > li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 1.2em;
  line-height: 1.5;
}
@media screen and (max-width: 375px) {
  .c-list1 > li {
    margin-bottom: 0.6em;
  }
}
.c-list1 > li::before {
  content: "";
  display: block;
  width: 0.375em;
  height: 0.375em;
  top: 0.6em;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #198a32;
}

/*.c-list2
______________________________________________*/
.c-list2 {
  list-style-type: none;
  counter-reset: item_a;
}
.c-list2 > li {
  position: relative;
  padding-left: 1.5em;
}
.c-list2 > li::before {
  content: counter(item_a) "．";
  counter-increment: item_a;
  position: absolute;
  top: 0em;
  left: 0;
}

/*.c-list3
______________________________________________*/
.c-list3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -40px;
}
.c-list3 > li {
  width: 25%;
  padding-right: 40px;
  padding-bottom: 40px;
}
.c-list3 > li > * {
  width: 100% !important;
}

/*----------------------------------------------------------------
  Text, Lead
-----------------------------------------------------------------*/
.c-txt1, .c-ttl1 .en, .c-ttl1-2 .en, .c-ttl1 .bg, .c-ttl1-2 .bg, .c-card1 h3, .c-card2 .main h3, .c-card3 h3, .c-card4 h3 {
  font-family: "Inter", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 1;
}

.c-ttl1, .c-ttl1-2 {
  position: relative;
  text-align: center;
}
.c-ttl1 > *, .c-ttl1-2 > * {
  position: relative;
  display: block;
}
.c-ttl1 .bg, .c-ttl1-2 .bg {
  font-size: 20.7rem;
  color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-left: 0.22em;
  white-space: nowrap;
}
@media screen and (max-width: 375px) {
  .c-ttl1 .bg, .c-ttl1-2 .bg {
    display: none;
  }
}
.c-ttl1 .en, .c-ttl1-2 .en {
  font-size: 1.6rem;
  color: #024310;
  margin-bottom: 10px;
}
.c-ttl1 .jp, .c-ttl1-2 .jp {
  font-size: 3.2rem;
}
@media screen and (max-width: 375px) {
  .c-ttl1 .jp, .c-ttl1-2 .jp {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.c-ttl1 .jp strong, .c-ttl1-2 .jp strong {
  color: #198a32;
}
.c-ttl1 .jp strong span, .c-ttl1-2 .jp strong span {
  font-size: 5rem;
}
@media screen and (max-width: 375px) {
  .c-ttl1 .jp strong span, .c-ttl1-2 .jp strong span {
    font-size: 3.2rem;
  }
}

.c-ttl1-2 .bg {
  color: #198a32;
  opacity: 0.05;
}

.c-ttl2 {
  text-align: center;
  font-size: 2rem;
  color: #024310;
}
@media screen and (max-width: 375px) {
  .c-ttl2 {
    font-size: 1.6rem;
  }
}

.c-link1, .c-table1 > * > tr > td table td a, .c-post > table > * > tr > td table td a {
  color: #198a32;
}
.c-link1:hover, .c-table1 > * > tr > td table td a:hover, .c-post > table > * > tr > td table td a:hover {
  text-decoration: underline;
}
.c-link1[target=_blank]::after, .c-table1 > * > tr > td table td a[target=_blank]::after, .c-post > table > * > tr > td table td a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  background-image: url("../../../../../uploads/eeh-ico-win.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

/*----------------------------------------------------------------
    Media
-----------------------------------------------------------------*/
/* Responsive Video(16:9)
______________________________________________*/
.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Responsive MAP
______________________________________________*/
.c-gmap {
  position: relative;
  padding-top: 46.1538461538%;
}
@media screen and (max-width: 375px) {
  .c-gmap {
    padding-top: 100%;
  }
}
.c-gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* .c-video1
______________________________________________*/
.c-video1 {
  max-width: 654px;
  margin: 0 auto;
}

/*----------------------------------------------------------------
	Color
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
  プロジェクト、ページ用ユニークスタイル .p-
-----------------------------------------------------------------*/
.p-os-top-problem .block1 {
  background-color: #e9f2f0;
  padding: 120px 40px 93px;
}
@media screen and (max-width: 375px) {
  .p-os-top-problem .block1 {
    padding: 60px 20px 93px;
  }
}
.p-os-top-problem .c-ttl1, .p-os-top-problem .c-ttl1-2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 375px) {
  .p-os-top-problem .c-ttl1, .p-os-top-problem .c-ttl1-2 {
    margin-bottom: 30px;
  }
}
.p-os-top-problem .c-ttl1 .bg, .p-os-top-problem .c-ttl1-2 .bg {
  top: calc(50% - 30px);
}
.p-os-top-problem .block2 {
  position: relative;
  background-color: #198a32;
  color: #fff;
  padding: 93px 80px;
  min-height: 579px;
  background-image: url("../../../../../uploads/eeh-bg3.svg");
  background-size: 110px auto;
  background-repeat: no-repeat;
  background-position: top 0 center;
}
@media screen and (max-width: 375px) {
  .p-os-top-problem .block2 {
    padding: 60px 20px 194px;
    min-height: none;
  }
}
.p-os-top-problem .block2 > * {
  position: relative;
}
.p-os-top-problem .block2 .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1178px;
}
.p-os-top-problem .block2 .main {
  max-width: 760px;
}
.p-os-top-problem .block2 h2 {
  line-height: 1.5;
  margin-bottom: 45px;
}
.p-os-top-problem .block2 h2 small {
  font-size: 1.4rem;
}
@media screen and (max-width: 375px) {
  .p-os-top-problem .block2 h2 br {
    display: none;
  }
}

.p-os-top-feature {
  padding: 100px 0 0;
}
@media screen and (max-width: 375px) {
  .p-os-top-feature {
    padding: 60px 0 0;
  }
}
.p-os-top-feature .c-ttl1 .jp, .p-os-top-feature .c-ttl1-2 .jp {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media screen and (max-width: 375px) {
  .p-os-top-feature .c-ttl1 .jp, .p-os-top-feature .c-ttl1-2 .jp {
    -webkit-transform: none;
            transform: none;
    line-height: 1.2;
  }
}
.p-os-top-feature .c-ttl1 .en, .p-os-top-feature .c-ttl1-2 .en {
  margin-bottom: 15px;
}
.p-os-top-feature .block1 {
  margin-top: 90px;
}
@media screen and (max-width: 375px) {
  .p-os-top-feature .block1 {
    margin-top: 35px;
    padding: 0 20px;
  }
}
.p-os-top-feature .block1 > * {
  margin-bottom: 120px;
}
@media screen and (max-width: 375px) {
  .p-os-top-feature .block1 > * {
    margin-bottom: 54px;
  }
}

.p-os-top-service {
  padding: 60px 40px 20px;
  background-color: #198a32;
  position: relative;
}
@media screen and (max-width: 375px) {
  .p-os-top-service {
    padding: 60px 20px 20px;
  }
}
.p-os-top-service::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 360px;
  min-height: 60%;
  background-color: #e9f2f0;
}
@media screen and (max-width: 375px) {
  .p-os-top-service::before {
    bottom: auto;
    top: 240px;
    height: calc(100% - 240px);
  }
}
.p-os-top-service .c-ttl1, .p-os-top-service .c-ttl1-2 {
  position: relative;
  color: #fff;
}
.p-os-top-service .c-ttl1 .en, .p-os-top-service .c-ttl1-2 .en {
  color: #fff;
}
.p-os-top-service .c-ttl1 .bg, .p-os-top-service .c-ttl1-2 .bg {
  opacity: 0.1;
}
.p-os-top-service .block1 {
  margin-top: 50px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 60px;
}
@media screen and (max-width: 375px) {
  .p-os-top-service .block1 {
    margin-top: 20px;
    padding: 26px;
  }
}
.p-os-top-service .block1::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 3px #198a32;
  border-radius: 10px;
}
.p-os-top-service .block1 .img {
  display: block;
  max-width: 930px;
  margin: 0 auto;
}

.p-os-top-menu {
  background-color: #e9f2f0;
  padding: 36px 40px 55px;
}
@media screen and (max-width: 375px) {
  .p-os-top-menu {
    padding: 15px 20px 55px;
  }
}
.p-os-top-menu .header > * {
  position: relative;
}
.p-os-top-menu .header .c-ttl1 .jp, .p-os-top-menu .header .c-ttl1-2 .jp {
  padding-left: 2em;
}
@media screen and (max-width: 375px) {
  .p-os-top-menu .header .c-ttl1 .jp, .p-os-top-menu .header .c-ttl1-2 .jp {
    padding-left: 0;
  }
}
.p-os-top-menu .header .c-ttl1 .jp small, .p-os-top-menu .header .c-ttl1-2 .jp small {
  font-size: 2rem;
}
.p-os-top-menu .header .c-ttl2 {
  margin-bottom: 8px;
}
@media screen and (max-width: 375px) {
  .p-os-top-menu .header .c-ttl2 {
    margin: 14px 0 8px;
  }
}
.p-os-top-menu .header .capt {
  font-size: 1.4rem;
  text-align: center;
}
.p-os-top-menu .c-grid1 {
  margin: 60px 0 0;
  position: relative;
}
@media screen and (max-width: 375px) {
  .p-os-top-menu .c-grid1 {
    margin: 25px 0 0;
  }
}

.p-os-top-ursers {
  padding: 120px 40px 76px;
}
@media screen and (max-width: 375px) {
  .p-os-top-ursers {
    padding: 62px 20px 0;
  }
}
.p-os-top-ursers .c-ttl1-2 .bg {
  font-size: 16rem;
}
.p-os-top-ursers .list {
  margin: 46px auto 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 375px) {
  .p-os-top-ursers .list {
    margin: 30px auto 0;
    display: block;
    padding: 0 20px;
  }
}
.p-os-top-ursers .list > * {
  width: 33.3333333333%;
}
@media screen and (max-width: 375px) {
  .p-os-top-ursers .list > * {
    width: 100%;
  }
}

.p-os-top-about {
  padding: 140px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 375px) {
  .p-os-top-about {
    padding: 60px 20px 0;
    background: none;
  }
}
.p-os-top-about .header {
  text-align: center;
}
@media screen and (max-width: 375px) {
  .p-os-top-about .header {
    text-align: left;
  }
}
.p-os-top-about .header .c-ttl2 {
  margin: 2px 0 33px;
}
@media screen and (max-width: 375px) {
  .p-os-top-about .header .c-ttl2 {
    font-size: 1.8rem;
    margin: 21px 0 15px;
  }
}
.p-os-top-about .c-table1, .p-os-top-about .c-post > table {
  margin: 40px auto 55px;
  max-width: 1000px;
}
@media screen and (max-width: 375px) {
  .p-os-top-about .img1 {
    width: 100vw;
    height: 214px;
    margin-left: -20px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none;
  }
}

.p-os-top-qa {
  padding: 151px 140px 118px;
}
@media screen and (max-width: 375px) {
  .p-os-top-qa {
    padding: 60px 20px 118px;
  }
}
@media screen and (max-width: 375px) {
  .p-os-top-qa .c-ttl2 {
    font-size: 1.8rem;
    margin: 20px 0 0;
  }
}
.p-os-top-qa .c-qa {
  margin: 60px 0 0;
}
@media screen and (max-width: 375px) {
  .p-os-top-qa .c-qa {
    margin: 25px 0 0;
  }
}

.p-os-top-contact {
  height: 350px;
  padding: 100px 100px;
  background-color: #198a32;
  border-radius: 10px;
  color: #fff;
  position: relative;
  margin: 0 40px;
}
@media screen and (max-width: 375px) {
  .p-os-top-contact {
    height: 465px;
    padding: 26px 20px;
    margin: 0 20px;
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-os-top-contact h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 375px) {
  .p-os-top-contact h2 {
    font-size: 1.8rem;
  }
}
.p-os-top-contact .main {
  position: relative;
  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;
  margin-top: 20px;
}
@media screen and (max-width: 375px) {
  .p-os-top-contact .main {
    display: block;
  }
}
.p-os-top-contact .main > *:nth-child(1) {
  font-size: 1.4rem;
  line-height: 1;
  padding-right: 40px;
  border-right: solid 1px rgba(255, 255, 255, 0.25);
  margin-right: 40px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .p-os-top-contact .main > *:nth-child(1) {
    padding-right: 0;
    margin: 0 0 35px;
  }
}
.p-os-top-contact .main > *:nth-child(1) .tel {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  display: block;
  margin: 10px 0;
}
.p-os-top-contact .main .btn {
  width: 282px;
  height: 60px;
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #024310;
  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;
  font-size: 1.4rem;
}
.p-os-top-contact .main .btn:hover {
  background-color: #18be3d;
}
.p-os-top-contact .img {
  position: absolute;
  width: 290px;
  top: 40px;
  right: 100px;
}
@media screen and (max-width: 375px) {
  .p-os-top-contact .img {
    width: 145px;
    top: auto;
    right: 50%;
    bottom: 25px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

/* お問い合わせ
______________________________________________*/
.p-os-contact .header {
  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;
  padding: 0 40px 60px;
}
@media screen and (max-width: 375px) {
  .p-os-contact .header {
    display: block;
    padding: 0 20px 80px;
  }
}
.p-os-contact .header > *:nth-child(1) {
  border-right: solid 1px #ddd;
  padding-right: 56px;
  margin-right: 60px;
  text-align: center;
  white-space: nowrap;
  padding-top: 20px;
  margin-top: auto;
}
@media screen and (max-width: 375px) {
  .p-os-contact .header > *:nth-child(1) {
    padding-right: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 55px;
  }
}
.p-os-contact .header > *:nth-child(1) .info {
  font-size: 1.4rem;
  color: #024310;
}
.p-os-contact .header > *:nth-child(1) .tel {
  font-size: 3.5rem;
  font-family: "Inter", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  line-height: 1;
  font-weight: bold;
}
.p-os-contact .header > *:nth-child(1) .c-ttl1-2 {
  margin-bottom: 34px;
}
.p-os-contact .main {
  background-color: #e9f2f0;
  padding: 120px 80px 80px;
}
@media screen and (max-width: 375px) {
  .p-os-contact .main {
    padding: 60px 20px 60px;
  }
}
.p-os-contact .c-form1 {
  max-width: 900px;
  margin: 0 auto;
}

.is-form-complete .p-os-contact .main {
  background: none;
  padding: 24px 80px 80px;
}
@media screen and (max-width: 375px) {
  .is-form-complete .p-os-contact .main {
    padding: 6px 20px 0;
  }
}

.p-os-contact___complete {
  text-align: center;
}
.p-os-contact___complete h3 {
  font-size: 3.2rem;
  margin: 44px 0 54px;
}
@media screen and (max-width: 375px) {
  .p-os-contact___complete h3 {
    font-size: 2.4rem;
    margin: 48px 0 49px;
    line-height: 1.5;
  }
}

/* 404
______________________________________________*/
.p-404-block1 {
  padding: 140px 0 190px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .p-404-block1 {
    padding: 40px 0 90px;
  }
}
.p-404-block1 h2 {
  font-size: 8rem;
  font-weight: bold;
  color: #198a32;
  line-height: 1;
}
@media screen and (max-width: 375px) {
  .p-404-block1 h2 {
    font-size: 4.5rem;
  }
}
.p-404-block1 h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0 40px;
}
.p-404-block1 .c-btn1 {
  margin: 60px auto 0;
}

/* ポリシー
______________________________________________*/
.p-policy-block1 {
  max-width: 957px;
  padding-top: 110px;
  padding-bottom: 120px;
}
@media screen and (max-width: 375px) {
  .p-policy-block1 {
    padding: 60px 20px 60px;
  }
}
.p-policy-block1 h2 {
  font-size: 3.2rem;
  text-align: center;
  margin: 0 0 1.2em;
}
@media screen and (max-width: 375px) {
  .p-policy-block1 h2 {
    font-size: 2.2rem;
  }
}

/*----------------------------------------------------------------
  for JavaScript
-----------------------------------------------------------------*/
/* .js-
______________________________________________*/
/* .js-pagerList
______________________________________________*/
.js-pagerList .hide {
  display: none;
}

/* .js-imgsList
______________________________________________*/
.js-imgsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.js-imgsList::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.38);
}
.js-imgsList > * {
  width: 33.3333333333%;
  padding-top: 22.5225225225%;
  position: relative;
}
@media screen and (max-width: 375px) {
  .js-imgsList > * {
    width: 25%;
    padding-top: 20.5%;
  }
}
.js-imgsList > * > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.js-imgsList > *.change > *:nth-child(2) {
  opacity: 0;
}

/* .js-tab1
______________________________________________*/
.js-tab > li {
  display: none;
}
.js-tab > li.current {
  display: block;
}

/* .js-fade1
______________________________________________*/
.js-fade1 > * {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.js-fade1 > *.effOn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* .js-fade2
______________________________________________*/
.js-fade2 > * {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.js-fade2 > *.effOn {
  opacity: 1;
}

/* .js-fade3
______________________________________________*/
.js-fade3 {
  opacity: 0;
}
.js-fade3.effOn {
  opacity: 1;
}

/* .c-zoombox1
______________________________________________*/
.c-zoombox1 {
  background-color: #ddd;
  position: relative;
  display: block;
  overflow: hidden;
}
.c-zoombox1::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.c-zoombox1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #198a32;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-zoombox1:hover {
  opacity: 1;
}
.c-zoombox1:hover::after {
  opacity: 1;
}
.c-zoombox1:hover::before {
  opacity: 1;
}
.c-zoombox1:hover > * {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-zoombox1 > * {
  -webkit-transition: all 1s;
  transition: all 1s;
}

a:hover {
  opacity: 1;
}
a:hover .c-zoombox1::after {
  opacity: 1;
}
a:hover .c-zoombox1::before {
  opacity: 1;
}
a:hover .c-zoombox1 > * {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*----------------------------------------------------------------
  状態管理
-----------------------------------------------------------------*/
/* .is-
______________________________________________*/
.is-tb,
.is-tb-flex,
.is-tb-inline-flex,
.is-tb-inline,
.is-tb-inline-block {
  display: none !important;
}

.is-sp,
.is-sp-flex,
.is-sp-inline-flex,
.is-sp-inline,
.is-sp-inline-block {
  display: none !important;
}

.is-pc {
  display: block !important;
}

.is-pc-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.is-pc-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.is-pc-inline {
  display: inline !important;
}

.is-pc-inline-block {
  display: inline-block !important;
}

@media only screen and (max-width: 750px) {
  .is-pc,
  .is-pc-flex,
  .is-pc-inline-flex,
  .is-pc-inline,
  .is-pc-inline-block {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  .is-sp-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .is-sp-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .is-sp-inline {
    display: inline !important;
  }
  .is-sp-inline-block {
    display: inline-block !important;
  }
}
/*----------------------------------------------------------------
	Print
-----------------------------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}