@charset "UTF-8";
/*------------------------------------------------------------
    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,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
select {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1023px) {
  a:hover, a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
button {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
img {
  max-width: 100%;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Navigation
------------------------------------------------------------*/
.c-nav1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1__item + .c-nav1__item {
  margin-left: 40px;
}
.c-nav1__link {
  display: inline-block;
  position: relative;
  color: #292929;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .c-nav1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #109046;
  }
}
.c-nav1__link.is-active {
  color: #109046;
}
.c-nav2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav2__item {
  position: relative;
}
.c-nav2__item + .c-nav2__item {
  margin-top: 30px;
}
.c-nav2__link {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
  text-align: center;
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 12;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1439px) {
  .c-header__inner {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__inner {
    padding-right: 80px;
  }
}
.c-header__inner.is-default .c-header__logo img.is-black {
  display: none;
}
.c-header__inner.is-default .c-header__logo img.is-white {
  display: block;
}
.c-header__inner.is-default .c-header__nav .c-nav1__link {
  color: #fff;
}
@media only screen and (min-width: 1023px) {
  .c-header__inner.is-default .c-header__nav .c-nav1__link:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
.c-header__inner.is-sticky {
  background-color: rgba(255, 255, 255, 0.95);
}
.c-header__inner.is-sticky .c-header__logowrap {
  padding: 22px 40px 20px 60px;
}
@media only screen and (max-width: 1439px) {
  .c-header__inner.is-sticky .c-header__logowrap {
    padding: 22px 40px 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-header__inner.is-sticky .c-header__logowrap {
    padding: 22px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__inner.is-sticky .c-header__logowrap {
    padding: 20px 20px 27px;
  }
}
.c-header__inner.is-sticky .c-header__logo img.is-black {
  display: block;
}
.c-header__inner.is-sticky .c-header__logo img.is-white {
  display: none;
}
.c-header__inner.is-sticky .c-header__nav {
  padding: 9px 51px 11px 0;
}
@media only screen and (max-width: 1439px) {
  .c-header__inner.is-sticky .c-header__nav {
    padding-right: 38px;
  }
}
.c-header__inner.is-sticky .c-header__nav .c-nav1__link {
  color: #292929;
}
@media only screen and (min-width: 1023px) {
  .c-header__inner.is-sticky .c-header__nav .c-nav1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #109046;
  }
}
.c-header__inner.is-sticky .c-header__nav .c-nav1__link.is-active {
  color: #109046;
}
.c-header__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 40px 40px 22px 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1439px) {
  .c-header__logowrap {
    padding: 40px 40px 22px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-header__logowrap {
    padding: 22px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logowrap {
    padding: 20px 20px 27px;
  }
}
.c-header__logo {
  display: inline-block;
}
.c-header__logo img {
  width: 350px;
}
@media only screen and (max-width: 767px) {
  .c-header__logo img {
    width: 200px;
  }
}
.c-header__logo img.is-black {
  display: block;
}
.c-header__logo img.is-white {
  display: none;
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  margin-left: auto;
  padding: 22px 51px 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1439px) {
  .c-header__nav {
    padding-right: 38px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-header__nav {
    display: none;
  }
}
.c-header__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  min-height: 100px;
  padding: 22px 18px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1439px) {
  .c-header__btn {
    width: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 22px 12px 20px;
  }
}
.c-header__btn .icon {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
}
.c-header__btn .icon.icon-tree {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: -3px;
  margin-right: 2px;
  font-size: 2rem;
}
@media only screen and (max-width: 1439px) {
  .c-header__btn .icon.icon-tree {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 0 0 7px;
  }
}
.c-header__btn .icon.icon-envelope {
  margin-left: 1px;
  margin-right: 7px;
  font-size: 2rem;
}
@media only screen and (max-width: 1439px) {
  .c-header__btn .icon.icon-envelope {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    margin: 0 0 7px;
  }
}
.c-header__btn--green1 {
  background-color: #109046;
}
.c-header__btn--green2 {
  background-color: #00862b;
}
.c-header__btntext {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
}
.c-header__menubtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 14;
}
.c-header__menuouter {
  display: none;
}
@media only screen and (max-width: 1439px) {
  .c-header__menuouter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00862b;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 13;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
}
.c-header__menuouter.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.c-header__menuinner {
  width: 100%;
  max-height: 100vh;
  padding: 100px 40px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .c-header__menuinner {
    padding: 100px 20px;
  }
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
  margin-top: -261px;
  padding: 322px 0 179px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-footer {
    padding: 149px 0 79px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer {
    margin-top: -198px;
    padding: 129px 0 79px;
  }
}
.c-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-image: url("/assets/img/common/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-mask-image: url("/assets/img/common/wave-1.png");
  mask-image: url("/assets/img/common/wave-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center top;
  mask-position: center top;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .c-footer::before {
    min-height: 648px;
  }
}
.c-footer::after {
  content: "";
  position: absolute;
  top: calc(10.9895833333vw - 2px);
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-image: url("/assets/img/common/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center calc(2px - 10.9895833333vw);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .c-footer::after {
    min-height: 648px;
  }
}
.c-footer__name {
  color: #292929;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
}
@media only screen and (max-width: 1023px) {
  .c-footer__name {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__name {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
.c-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__wrap {
    margin-top: 28px;
  }
}
.c-footer__left {
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__left {
    width: 100%;
    padding-right: 0;
  }
}
.c-footer__address {
  color: #292929;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 1023px) {
  .c-footer__address {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__address {
    font-size: 1.6rem;
  }
}
.c-footer__right {
  width: 50%;
  padding-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__right {
    width: 100%;
    margin-top: 63px;
    padding-left: 0;
  }
}
.c-footer__copyright {
  margin-bottom: 1px;
  color: #292929;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .c-footer__copyright {
    margin-bottom: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__copyright {
    font-size: 1.2rem;
  }
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 30px;
  }
}
.l-container--w1740 {
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w1740 {
    padding: 0 30px;
  }
}
.l-container--w1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w1720 {
    padding: 0 30px;
  }
}
.l-container--w1120 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w1120 {
    padding: 0 30px;
  }
}
.l-container--w870 {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w870 {
    max-width: unset;
    padding: 0 30px;
  }
}
.l-content--w975 {
  width: 100%;
  max-width: 975px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .l-content--w975 {
    max-width: unset;
  }
}
.l-content--w630 {
  width: 100%;
  max-width: 630px;
}
@media only screen and (max-width: 1023px) {
  .l-content--w630 {
    max-width: unset;
  }
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .c-mv {
    min-height: unset;
  }
}
.c-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 65, 10, 0.7)), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, rgba(0, 65, 10, 0.7) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(0, 65, 10, 0.7) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-mv::before {
    height: 150px;
  }
}
.c-mv__bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-mv__bginner {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-mv__bginner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 25.8333333333%;
  right: 0;
  width: 100%;
  padding: 0 109px;
  z-index: 2;
}
@media only screen and (max-width: 1439px) {
  .c-mv__content {
    padding: 0 78px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-mv__content {
    top: max(155px, 13.18359375%);
    padding: 0 48px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    top: max(115px, 14.7435897436%);
    padding: 0 28px;
  }
}
.c-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #292929;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.43em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-mv__title {
    font-size: 3.2rem;
    letter-spacing: 0.45em;
  }
}
.c-mv__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 104px;
  margin-left: 23px;
  padding: 39px 23px 29px 21px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-mv__title span {
    width: auto;
    margin-left: 12px;
    padding: 20px 13px 27px 12px;
  }
}
.c-mv__title span:nth-child(2) {
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .c-mv__title span:nth-child(2) {
    margin-left: 13px;
  }
}
.c-mv__title span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.c-mv__title span small {
  display: inline-block;
  color: #000;
  font-size: 6rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .c-mv__title span small {
    font-size: 3.2rem;
  }
}
.c-mv__title span small.u-comma {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  margin-bottom: -22px;
}
@media only screen and (max-width: 767px) {
  .c-mv__title span small.u-comma {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    margin-top: 2px;
  }
}
.c-mv__title span small.u-dot {
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
  margin-top: -1px;
  margin-bottom: -28px;
}
@media only screen and (max-width: 767px) {
  .c-mv__title span small.u-dot {
    margin-top: 1px;
    margin-bottom: -25px;
  }
}
.c-mv__title span[data-animation]:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.c-mv__title span[data-animation]:nth-child(1)::after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.c-mv__title span[data-animation]:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.c-mv__title span[data-animation]:nth-child(2)::after {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.c-mv__title span[data-animation]:nth-child(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.c-mv__title span[data-animation]:nth-child(3)::after {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb1 {
  position: relative;
  padding: 31px 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb1 {
    padding: 18px 0;
  }
}
.c-breadcrumb1__list {
  color: #292929;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}
.c-breadcrumb1__list li {
  display: contents;
  position: relative;
}
.c-breadcrumb1__list li + li::before {
  content: "/";
  display: inline-block;
  margin-right: 4px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.c-btn1::before {
  content: "\e900";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  margin-right: 10px;
  color: #129046;
  font-family: "icomoon";
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-btn1::before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    margin-right: 6px;
    font-size: 3.3rem;
  }
}
@media only screen and (min-width: 1023px) {
  .c-btn1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn1:hover::before {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .c-btn1--style1 .c-btn1__text {
    line-height: 1.25;
  }
}
.c-btn1__text {
  color: #292929;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (max-width: 767px) {
  .c-btn1__text {
    font-size: 2rem;
    line-height: 2.3;
  }
}
.c-btn1--white::before {
  color: #fff;
}
.c-btn1--white .c-btn1__text {
  color: #fff;
}
@media only screen and (min-width: 1023px) {
  .c-btn1--white:hover .c-btn1__text {
    color: #fff;
  }
}
.c-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
  min-height: 90px;
  padding: 20px 35px;
  background-color: #109046;
  border-radius: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-btn2:hover::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .c-btn2 {
    width: min(400px, 100%);
    min-width: unset;
    min-height: 64px;
    padding: 11px 20px 12px;
  }
}
.c-btn2::before {
  content: "\e900";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-left: 1px;
  margin-right: 10px;
  color: #fff;
  font-family: "icomoon";
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-btn2::before {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    margin-left: 0;
    margin-right: 6px;
    font-size: 3.3rem;
  }
}
.c-btn2__text {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (max-width: 767px) {
  .c-btn2__text {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.c-btn3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 300px;
  min-height: 60px;
  padding: 8px 30px 10px;
  background-color: #109046;
  border: 2px solid #109046;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-btn3 {
    width: min(240px, 100%);
    min-width: unset;
  }
}
.c-btn4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 240px;
  padding: 28px 40px;
  background-color: #109046;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-btn4 {
    min-height: 100px;
    padding: 14px 24px;
    font-size: 1.8rem;
    line-height: 1.44;
  }
}
/*------------------------------------------------------------
    Card
------------------------------------------------------------*/
.c-card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.c-card1__thumb {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.c-card1__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 75%;
}
@media only screen and (max-width: 767px) {
  .c-card1__thumb::before {
    padding-top: 75.1412429379%;
  }
}
.c-card1__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-card1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .c-card1__content {
    margin-top: 17px;
  }
}
.c-card1__title {
  color: #292929;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.77;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-card1__title {
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
.c-card1__description {
  margin-top: 15px;
  color: #292929;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-card1__description {
    margin-top: 5px;
  }
}
.c-card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 32px 40px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-card2 {
    min-height: 169px;
    padding: 14px 24px;
  }
}
@media only screen and (min-width: 1023px) {
  .c-card2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card2:hover .c-card2__thumb::before {
    background-color: rgba(0, 67, 28, 0.6);
  }
  .c-card2:hover .c-card2__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
  .c-card2:hover .c-card2__btn::before {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
}
.c-card2__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-card2__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 67, 28, 0.3);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-card2__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-card2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.c-card2__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .c-card2__btn {
    margin-top: 3px;
  }
}
.c-card2__btn::before {
  content: "\e900";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-right: 15px;
  color: #fff;
  font-family: "icomoon";
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-card2__btn::before {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    margin-left: 1px;
    margin-right: 9px;
    font-size: 3rem;
  }
}
.c-card2__btntext {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.47;
}
@media only screen and (max-width: 767px) {
  .c-card2__btntext {
    font-size: 2.2rem;
    line-height: 1.59;
  }
}
.c-card2__description {
  margin-top: 17px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-card2__description {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.c-card3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-card3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-card3__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 45.2380952381%;
  min-width: 210px;
}
@media only screen and (max-width: 1023px) {
  .c-card3__left {
    width: 38.5135135135%;
    min-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-card3__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-card3__thumb {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.c-card3__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 75.0877192982%;
}
@media only screen and (max-width: 767px) {
  .c-card3__thumb::before {
    padding-top: 75.1412429379%;
  }
}
.c-card3__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-card3__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 54.7619047619%;
  margin-top: 25px;
  padding-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .c-card3__right {
    width: 61.4864864865%;
  }
}
@media only screen and (max-width: 767px) {
  .c-card3__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 17px;
    padding-left: 0;
  }
}
.c-card3__title {
  color: #292929;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-card3__title {
    font-size: 1.8rem;
    line-height: 1.78;
    text-align: center;
  }
}
.c-card3__description {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .c-card3__description {
    margin-top: 5px;
  }
}
/*------------------------------------------------------------
    Checkbox
------------------------------------------------------------*/
.c-checkbox__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -30px -12px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 -6px;
  }
}
.c-checkbox__group .mwform-checkbox-field {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 30px 12px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group .mwform-checkbox-field {
    margin: 0 0 6px;
  }
}
.c-checkbox__group .mwform-checkbox-field label {
  position: relative;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text {
  display: block;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "\e901";
  position: absolute;
  top: 4px;
  left: 3px;
  color: #109046;
  font-family: "icomoon";
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  text-indent: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-checkbox__accept .mwform-checkbox-field .mwform-checkbox-field-text {
  text-indent: 129px;
  text-align: center;
}
.c-checkbox__accept .c-link1 {
  position: absolute;
  top: 0;
  left: 29px;
  width: 131px;
  white-space: pre-wrap;
}
/*------------------------------------------------------------
    Contact
------------------------------------------------------------*/
.c-contact1 {
  position: relative;
  width: 100%;
  padding: 72px 60px 96px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-contact1 {
    padding: 72px 30px 96px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact1 {
    padding: 52px 24px 60px;
  }
}
.c-contact1__subtitle {
  margin-top: 21px;
  margin-left: 0.05em;
  color: #292929;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contact1__subtitle {
    margin-top: 18px;
    font-size: 1.8rem;
    line-height: 1.44;
  }
}
.c-contact1__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 29px;
}
@media only screen and (max-width: 767px) {
  .c-contact1__phone {
    margin-top: 18px;
  }
}
.c-contact1__phone .c-phone1 {
  text-align: center;
}
.c-contact1__time {
  margin-left: 0.05em;
  color: #292929;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contact1__time {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.c-contact1__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 59px;
}
@media only screen and (max-width: 767px) {
  .c-contact1__btn {
    margin-top: 30px;
  }
}
/*------------------------------------------------------------
    Content
------------------------------------------------------------*/
.c-content {
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.22;
}
@media only screen and (max-width: 767px) {
  .c-content {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.c-content p + p {
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .c-content p + p {
    margin-top: 27px;
  }
}
.c-content p:has(img) {
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .c-content p:has(img) {
    margin-bottom: 27px;
  }
}
.c-content a {
  display: inline-block;
  position: relative;
  color: #109046;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.22;
  text-decoration: underline;
  -webkit-text-decoration-color: #109046;
  text-decoration-color: #109046;
  text-underline-offset: 2px;
}
@media only screen and (max-width: 767px) {
  .c-content a {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.c-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-content .alignleft {
  display: block;
  margin-right: auto;
}
.c-content .alignright {
  display: block;
  margin-left: auto;
}
.c-content img,
.c-content iframe {
  max-width: 100%;
}
/*------------------------------------------------------------
    Error
------------------------------------------------------------*/
label.c-error,
.mw_wp_form .contact-form__row .error,
.mw_wp_form .contact-form__accept .error,
.mw_wp_form .contact-form__recaptcha .error {
  color: #f00;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
}
/*------------------------------------------------------------
    Filter
------------------------------------------------------------*/
.c-filter1 {
  display: block;
  position: relative;
  width: 100%;
  padding: 42px 60px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-filter1 {
    padding: 42px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-filter1 {
    padding: 32px 24px;
  }
}
.c-filter1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px -15px;
}
.c-filter1__item {
  margin: 0 20px 15px;
}
.c-filter1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.c-filter1__link::before {
  content: "\e900";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(10px) rotate(90deg);
  transform: translateY(10px) rotate(90deg);
  margin-right: 6px;
  color: #129046;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
@media only screen and (min-width: 1023px) {
  .c-filter1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-filter1__link:hover .c-filter1__text {
    color: #129046;
  }
}
.c-filter1__text {
  color: #292929;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-filter2 + .c-filter2 {
  margin-top: 59px;
}
@media only screen and (max-width: 767px) {
  .c-filter2 + .c-filter2 {
    margin-top: 30px;
  }
}
.c-filter2__title {
  position: relative;
  margin-left: 2px;
  padding-left: 15px;
  border-left: 5px solid #109046;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
.c-filter2__list {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .c-filter2__list {
    margin-top: 17px;
  }
}
.c-filter2__list li {
  position: relative;
}
.c-filter2__list li + li {
  margin-top: 14px;
}
.c-filter2__list li.is-active a {
  color: #109046;
}
.c-filter2__list li a {
  display: inline-block;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 1023px) {
  .c-filter2__list li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #109046;
  }
}
.c-filter2__listpost {
  margin-top: 20px;
}
/*------------------------------------------------------------
    Group
------------------------------------------------------------*/
.c-group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -30px -60px;
}
@media only screen and (max-width: 1023px) {
  .c-group1 {
    margin: 0 -15px -30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
.c-group1__item {
  width: calc(33.3333333333% - 60px);
  margin: 0 30px 60px;
}
@media only screen and (max-width: 1023px) {
  .c-group1__item {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group1__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-group1__item + .c-group1__item {
    margin-top: 35px;
  }
}
.c-group1__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media only screen and (max-width: 767px) {
  .c-group1__item:nth-child(2) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.c-group1__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media only screen and (max-width: 767px) {
  .c-group1__item:nth-child(3) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.c-group1__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.c-group1__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.c-group1__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 75%;
}
.c-group1__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-group1__caption {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  margin-top: 20px;
  color: #292929;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-group1__caption {
    margin-top: 15px;
    font-size: 2rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .c-group1__caption {
    margin-top: 11px;
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
.c-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -30px -50px;
}
@media only screen and (max-width: 1023px) {
  .c-group2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
}
.c-group2__item {
  width: calc(50% - 60px);
  margin: 0 30px 50px;
}
@media only screen and (max-width: 1023px) {
  .c-group2__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-group2__item + .c-group2__item {
    margin-top: 35px;
  }
}
/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1 {
  position: relative;
  padding: 141px 0 0;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-heading1 {
    padding: 104px 0 0;
  }
}
.c-heading1__main {
  position: relative;
  padding: 59px 0 157px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__main {
    padding: 142px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 256px;
    padding: 42px 0 30px;
  }
}
.c-heading1__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/wave-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-mask-image: url("/assets/img/common/wave-2.png");
  mask-image: url("/assets/img/common/wave-2.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center top;
  mask-position: center top;
  z-index: -1;
}
.c-heading1__main::after {
  content: "";
  position: absolute;
  top: calc(10.9895833333vw - 2px);
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/wave-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center calc(2px - 10.9895833333vw);
  z-index: -1;
}
.c-heading1__title {
  position: relative;
  z-index: 1;
}
.c-heading1__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(73, 121, 93, 0.65);
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__en {
    font-size: 8rem;
    color: rgba(73, 121, 93, 1);
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__en {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-heading1__en .u-newline {
    display: block;
    width: 100%;
    height: 0;
    line-height: 0;
  }
}
.c-heading1__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  padding: 18px 42px 18px 45px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #292929;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__ja {
    margin-top: 22px;
    padding: 13px 34px 14px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__ja {
    margin-top: 10px;
    padding: 6px 16px 7px;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.c-heading1__ja::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #49795d;
}
.c-heading1__ja span {
  position: relative;
}
/*------------------------------------------------------------
    Input
------------------------------------------------------------*/
.c-input {
  position: relative;
  width: 100%;
}
.c-input input[type=text],
.c-input input[type=email],
.c-input input[type=tel],
.c-input input[type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 60px;
  padding: 14px;
  background-color: #fff;
  border: 1px solid #129046;
  border-radius: 5px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-input input[type=text],
.c-input input[type=email],
.c-input input[type=tel],
.c-input input[type=url] {
    height: 40px;
    padding: 6px 10px;
  }
}
.c-input input[type=text]::-webkit-input-placeholder, .c-input input[type=email]::-webkit-input-placeholder, .c-input input[type=tel]::-webkit-input-placeholder, .c-input input[type=url]::-webkit-input-placeholder {
  color: #b2b2b2;
}
.c-input input[type=text]::-moz-placeholder, .c-input input[type=email]::-moz-placeholder, .c-input input[type=tel]::-moz-placeholder, .c-input input[type=url]::-moz-placeholder {
  color: #b2b2b2;
}
.c-input input[type=text]:-ms-input-placeholder, .c-input input[type=email]:-ms-input-placeholder, .c-input input[type=tel]:-ms-input-placeholder, .c-input input[type=url]:-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input input[type=text]::-ms-input-placeholder, .c-input input[type=email]::-ms-input-placeholder, .c-input input[type=tel]::-ms-input-placeholder, .c-input input[type=url]::-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input input[type=text]::placeholder,
.c-input input[type=email]::placeholder,
.c-input input[type=tel]::placeholder,
.c-input input[type=url]::placeholder {
  color: #b2b2b2;
}
.c-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 230px;
  padding: 14px;
  background-color: #fff;
  border: 1px solid #129046;
  border-radius: 5px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-input textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
.c-input textarea::-moz-placeholder {
  color: #b2b2b2;
}
.c-input textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input textarea::-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input textarea::placeholder {
  color: #b2b2b2;
}
.c-input--half {
  width: 50%;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .c-input--half {
    width: 100%;
    max-width: unset;
  }
}
.c-input__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-input__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-input__group .c-input + .c-input {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .c-input__group .c-input + .c-input {
    margin-left: 0;
    margin-top: 8px;
  }
}
.c-input__tel .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -7px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .c-input__tel .mwform-tel-field {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.c-input__tel .mwform-tel-field input[type=text] {
  width: min(101px, 100%);
  margin: 0 7px;
}
/*------------------------------------------------------------
    Label
------------------------------------------------------------*/
.c-label1 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
}
.c-label1.is-required::after {
  content: "必須";
  display: inline-block;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  margin-left: 5px;
  padding: 0 12px 1px;
  background-color: transparent;
  border: 1px solid #129046;
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #109046;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.17;
  text-align: center;
}
/*------------------------------------------------------------
    Leaf
------------------------------------------------------------*/
.c-leaf1 {
  width: 100%;
  pointer-events: none;
}
.c-leaf1::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #296a00;
  -webkit-mask-image: url("/assets/img/common/leaf-1.png");
  mask-image: url("/assets/img/common/leaf-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  opacity: 0.3;
  z-index: 1;
}
.c-leaf1 img {
  width: 100%;
  opacity: 0.9;
}
.c-leaf2 {
  width: 100%;
  pointer-events: none;
}
.c-leaf2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #296a00;
  -webkit-mask-image: url("/assets/img/common/leaf-2.png");
  mask-image: url("/assets/img/common/leaf-2.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  opacity: 0.3;
  z-index: 1;
}
.c-leaf2 img {
  width: 100%;
  opacity: 0.9;
}
/*------------------------------------------------------------
    Link
------------------------------------------------------------*/
.c-link1 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #109046;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  text-decoration: underline;
  -webkit-text-decoration-color: #109046;
  text-decoration-color: #109046;
  text-underline-offset: 2px;
}
.c-link1 .icon {
  display: inline-block;
  color: #109046;
  font-size: 1.4rem;
  text-decoration: underline;
  -webkit-text-decoration-color: #109046;
  text-decoration-color: #109046;
  text-underline-offset: 2px;
}
/*------------------------------------------------------------
    List
------------------------------------------------------------*/
.c-list1 {
  color: #292929;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .c-list1 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-list1 li {
  position: relative;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .c-list1 li {
    padding-left: 17px;
  }
}
.c-list1 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list2 {
  color: #292929;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .c-list2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-list2 li {
  position: relative;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .c-list2 li {
    padding-left: 17px;
  }
}
.c-list2 li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list3 {
  color: #292929;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-list3 {
    font-size: 1.6rem;
  }
}
.c-list3 li {
  position: relative;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .c-list3 li {
    padding-left: 17px;
  }
}
.c-list3 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
/*------------------------------------------------------------
    Listpost
------------------------------------------------------------*/
.c-listpost1--style1 .c-listpost1__link {
  padding: 19px 2px 16.5px;
}
.c-listpost1--style1 .c-listpost1__title {
  margin-top: 7px;
}
.c-listpost1__item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #129046;
}
.c-listpost1__item:first-child {
  border-top: 1px solid #129046;
}
.c-listpost1__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 29px 0 27.5px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__link {
    padding: 19px 0 20px;
  }
}
.c-listpost1__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.c-listpost1__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 4px 20px 4px 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__datetime {
    margin: 4px 12px 4px 0;
  }
}
.c-listpost1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -4px;
  overflow: hidden;
}
.c-listpost1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 4px;
  margin-bottom: 4px;
}
.c-listpost1__title {
  margin-top: 14px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.78;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*------------------------------------------------------------
    Loading
------------------------------------------------------------*/
.c-loading1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f4f0ea;
  z-index: 9999;
}
/*------------------------------------------------------------
    Map
------------------------------------------------------------*/
.c-map1 {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .c-map1 {
    height: 400px;
  }
}
.c-map1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-map1 iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/*------------------------------------------------------------
    Menu
------------------------------------------------------------*/
.c-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #00862b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-menu {
    width: 80px;
    height: 80px;
  }
}
.c-menu.is-open .c-menu__inner span:nth-child(1) {
  -webkit-transform: translate(0, calc(8px + 50%)) rotate(45deg);
  transform: translate(0, calc(8px + 50%)) rotate(45deg);
}
.c-menu.is-open .c-menu__inner span:nth-child(2) {
  -webkit-transform: translate(0, calc(-8px - 50%)) rotate(-45deg);
  transform: translate(0, calc(-8px - 50%)) rotate(-45deg);
}
.c-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 40px;
  height: 18px;
}
.c-menu__inner span {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-menu__inner span:nth-child(1) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-menu__inner span:nth-child(2) {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
/*------------------------------------------------------------
    Name
------------------------------------------------------------*/
.c-name1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 28px 20px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-name1 {
    min-height: 100px;
    padding: 14px 24px;
  }
}
.c-name1__text {
  margin-left: 0.05em;
  color: #292929;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-name1__text {
    font-size: 1.8rem;
    line-height: 1.44;
  }
}
/*------------------------------------------------------------
    Pagination
------------------------------------------------------------*/
.c-pagi1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 -10px -10px;
}
@media only screen and (max-width: 767px) {
  .c-pagi1 {
    margin: 0 -6px -6px;
  }
}
.c-pagi1 li {
  margin: 0 10px 10px;
}
@media only screen and (max-width: 767px) {
  .c-pagi1 li {
    margin: 0 6px 6px;
  }
}
.c-pagi1 li a,
.c-pagi1 li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 38px;
  padding: 8px 4px 7px;
  background-color: #109046;
  border: 1px solid #109046;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-pagi1 li a:hover,
.c-pagi1 li span:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #fff;
    border-color: #129046;
    color: #109046;
  }
}
.c-pagi1 li a.current,
.c-pagi1 li span.current {
  background-color: #fff;
  border-color: #129046;
  color: #109046;
  pointer-events: none;
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c-part1__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-part1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 52.2727272727%;
  padding-right: 60px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-part1__title {
  margin-top: -1px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__title {
    margin-top: 0;
  }
}
.c-part1__heading {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .c-part1__heading {
    margin-top: 16px;
  }
}
.c-part1__heading--style1 {
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .c-part1__heading--style1 {
    margin-top: 16px;
  }
}
.c-part1__subtitle {
  color: #292929;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-part1__subtitle {
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
.c-part1__description.c-text1 {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .c-part1__description.c-text1 {
    margin-top: 8px;
  }
}
.c-part1__description.c-text2 {
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .c-part1__description.c-text2 {
    margin-top: 5px;
  }
}
.c-part1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 47.7272727273%;
}
@media only screen and (max-width: 1023px) {
  .c-part1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__right {
    margin-top: 30px;
  }
}
.c-part1__case {
  margin-top: 40px;
}
.c-part1__group {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .c-part1__group {
    margin-top: 17px;
  }
}
.c-part2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c-part2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-part2 + .c-part2 {
  margin-top: 92px;
}
@media only screen and (max-width: 1023px) {
  .c-part2 + .c-part2 {
    margin-top: 40px;
  }
}
.c-part2:nth-child(2n) .c-part2__left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .c-part2:nth-child(2n) .c-part2__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
  }
}
.c-part2:nth-child(2n) .c-part2__right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 1023px) {
  .c-part2:nth-child(2n) .c-part2__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.c-part2__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 52.2727272727%;
  padding-right: 60px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-part2__title {
  margin-top: -8px;
}
.c-part2__title + .c-part2__description {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .c-part2__title + .c-part2__description {
    margin-top: 18px;
  }
}
.c-part2__description {
  margin-top: -10px;
}
.c-part2__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 47.7272727273%;
}
@media only screen and (max-width: 1023px) {
  .c-part2__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    Phone
------------------------------------------------------------*/
.c-phone1 {
  display: inline-block;
  font-family: "Poppins", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #292929;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.875;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-phone1 {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 374px) {
  .c-phone1 {
    font-size: 2.3rem;
    line-height: 1.48;
  }
}
/*------------------------------------------------------------
    Radio
------------------------------------------------------------*/
.c-radio__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -30px -12px 0;
}
@media only screen and (max-width: 767px) {
  .c-radio__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 -6px;
  }
}
.c-radio__group .mwform-radio-field {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 30px 12px 0;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field {
    margin: 0 0 6px;
  }
}
.c-radio__group .mwform-radio-field label {
  position: relative;
}
.c-radio__group .mwform-radio-field label input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}
.c-radio__group .mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.c-radio__group .mwform-radio-field label .mwform-radio-field-text {
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
}
.c-radio__group .mwform-radio-field label .mwform-radio-field-text::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-radio__group .mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 7px;
  height: 7px;
  background-color: #109046;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Relate
------------------------------------------------------------*/
.c-relate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-relate__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 47px;
}
@media only screen and (max-width: 767px) {
  .c-relate__item {
    margin: 0 30px;
  }
}
.c-relate__item.is-hide {
  opacity: 0;
  pointer-events: none;
}
.c-relate__btn {
  display: inline-block;
}
@media only screen and (min-width: 1023px) {
  .c-relate__btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .c-relate__btn:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/*------------------------------------------------------------
    Single
------------------------------------------------------------*/
.c-single1__heading {
  position: relative;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #129046;
}
.c-single1__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.c-single1__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 3px 27px 3px 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .c-single1__datetime {
    margin: 4px 12px 4px 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-single1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -4px;
  overflow: hidden;
}
.c-single1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 4px;
  margin-bottom: 4px;
}
.c-single1__title {
  margin-top: 21px;
  color: #000;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.28;
}
@media only screen and (max-width: 767px) {
  .c-single1__title {
    margin-top: 14px;
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
.c-single1__content {
  padding-top: 39px;
}
/*------------------------------------------------------------
    Table
------------------------------------------------------------*/
.c-table1 {
  width: 100%;
  border-collapse: collapse;
}
.c-table1--style1 .c-table1__row {
  padding: 41px 0 42px;
}
@media only screen and (max-width: 767px) {
  .c-table1--style1 .c-table1__row {
    padding: 21px 0 22px;
  }
}
.c-table1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  position: relative;
  width: 100%;
  padding: 41px 0;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .c-table1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 21px 0 22px;
  }
}
.c-table1__row:first-child {
  border-top: 1px solid #ddd;
}
.c-table1__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26.2878787879%;
  min-width: 200px;
  padding: 0 20px;
  color: #292929;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table1__field {
    width: 100%;
    min-width: unset;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-table1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 73.7121212121%;
  padding-right: 20px;
  color: #292929;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .c-table1__content {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 4px;
    padding-right: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-table1__content .c-list1 {
  margin-top: 1px;
}
@media only screen and (max-width: 767px) {
  .c-table1__content .c-list1 {
    margin-top: 0;
  }
}
.c-table1__content .c-list2 {
  margin-top: -2px;
}
@media only screen and (max-width: 767px) {
  .c-table1__content .c-list2 {
    margin-top: 0;
  }
}
/*------------------------------------------------------------
    Tag
------------------------------------------------------------*/
.c-tag1 {
  display: inline-block;
  position: relative;
  min-width: 134px;
  max-width: 100%;
  padding: 6px 18px;
  background-color: #fff;
  border: 1px solid #129046;
  border-radius: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #109046;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-tag1 {
    min-width: unset;
  }
}
.c-tag1--big {
  min-width: 165px;
  padding: 2px 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-tag1--big {
    min-width: unset;
    padding: 6px 18px;
    font-size: 1.4rem;
    line-height: 1.36;
  }
}
@media only screen and (min-width: 1023px) {
  a.c-tag1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #109046;
    border-color: #109046;
    color: #fff;
  }
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #292929;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5;
}
@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-text1--style1 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
  }
}
.c-text1--black {
  color: #000;
}
.c-text2 {
  color: #292929;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-text2--style1 {
    font-size: 1.6rem;
  }
}
.c-text3 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.22;
}
@media only screen and (max-width: 767px) {
  .c-text3 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.c-text4 {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
}
/*------------------------------------------------------------
    Thumbnail
------------------------------------------------------------*/
.c-thumb--round {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb--round::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 100%;
}
.c-thumb--round img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-thumb--circle {
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.c-thumb--circle::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 100%;
}
.c-thumb--circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-thumb1 {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.c-thumb1::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 65%;
}
.c-thumb1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-thumb2 {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.c-thumb2::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 40%;
}
@media only screen and (max-width: 767px) {
  .c-thumb2::before {
    padding-top: 65%;
  }
}
.c-thumb2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-thumb3 {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.c-thumb3::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 66.6666666667%;
}
.c-thumb3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  position: relative;
}
.c-title1 .c-title1__en {
  -webkit-transform: translateX(-81px);
  transform: translateX(-81px);
}
@media only screen and (max-width: 1439px) {
  .c-title1 .c-title1__en {
    -webkit-transform: translateX(-61px);
    transform: translateX(-61px);
  }
}
@media only screen and (max-width: 1023px) {
  .c-title1 .c-title1__en {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-title1 .c-title1__ja {
  padding-top: 73px;
}
@media only screen and (max-width: 1023px) {
  .c-title1 .c-title1__ja {
    padding-top: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .c-title1 .c-title1__ja {
    padding-top: 51px;
  }
}
.c-title1--center .c-title1__en {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  text-align: center;
}
.c-title1--center .c-title1__ja {
  padding-top: 77px;
  margin-left: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-title1--center .c-title1__ja {
    padding-top: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .c-title1--center .c-title1__ja {
    padding-top: 39px;
  }
}
.c-title1--center + .c-title1__sub {
  margin-left: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-title1--tocenter .c-title1__en {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .c-title1--tocenter .c-title1__ja {
    padding-top: 47px;
    margin-left: 0.05em;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-title1--tocenter .c-title1__ja {
    padding-top: 39px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-title1--tocenter + .c-title1__sub {
    margin-left: 0.05em;
    text-align: center;
  }
}
.c-title1--style1 .c-title1__ja {
  padding-top: 73px;
}
@media only screen and (max-width: 1023px) {
  .c-title1--style1 .c-title1__ja {
    padding-top: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .c-title1--style1 .c-title1__ja {
    padding-top: 51px;
  }
}
.c-title1__en {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  color: #819800;
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .c-title1__en {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title1__en {
    font-size: 8rem;
  }
}
.c-title1__en--green {
  opacity: 1;
  color: #818d79;
}
.c-title1__ja {
  display: block;
  position: relative;
  z-index: 1;
  color: #292929;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  .c-title1__ja {
    font-size: 3rem;
    line-height: 1.53;
  }
}
@media only screen and (max-width: 767px) {
  .c-title1__ja {
    font-size: 2.2rem;
    line-height: 1.59;
  }
}
.c-title1__sub {
  margin-left: -0.05em;
  color: #292929;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-title1__sub {
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
.c-title2 {
  color: #292929;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-title2 {
    font-size: 2.2rem;
    line-height: 1.59;
  }
}
.c-title2--center {
  margin-left: 0.05em;
  text-align: center;
}
.c-title3 {
  position: relative;
  padding-left: 28px;
  color: #292929;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-title3 {
    padding-left: 24px;
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
.c-title3::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: calc(100% - 2px);
  background-color: #819800;
}
@media only screen and (max-width: 767px) {
  .c-title3::before {
    width: 9px;
    height: calc(100% - 1px);
  }
}
.c-title4 {
  color: #292929;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.53;
}
@media only screen and (max-width: 767px) {
  .c-title4 {
    font-size: 2.2rem;
    line-height: 1.59;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Home page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Introduction section
------------------------------------------------------------*/
.home-introduction {
  position: relative;
  margin-top: -220px;
  padding: 234px 0 330px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .home-introduction {
    margin-top: -140px;
  }
}
@media only screen and (max-width: 767px) {
  .home-introduction {
    margin-top: -74px;
    padding: 82px 0 249px;
  }
}
.home-introduction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-image: url("/assets/img/common/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-mask-image: url("/assets/img/common/wave-1.png");
  mask-image: url("/assets/img/common/wave-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center top;
  mask-position: center top;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .home-introduction::before {
    min-height: 648px;
  }
}
.home-introduction::after {
  content: "";
  position: absolute;
  top: calc(10.9895833333vw - 2px);
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-image: url("/assets/img/common/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center calc(2px - 10.9895833333vw);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .home-introduction::after {
    min-height: 648px;
  }
}
.home-introduction__leaf {
  position: absolute;
  top: -33px;
  right: 0;
  width: 49.2708333333%;
  min-width: 774px;
  z-index: -2;
}
@media only screen and (max-width: 1023px) {
  .home-introduction__leaf {
    top: -15px;
    min-width: 686px;
  }
}
@media only screen and (max-width: 767px) {
  .home-introduction__leaf {
    top: -7px;
    min-width: unset;
  }
}
.home-introduction__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .home-introduction__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.home-introduction__left {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 51.5625%;
  min-width: 640px;
  padding-left: 60px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .home-introduction__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    padding-left: 0;
  }
}
.home-introduction__leftinner {
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  padding-right: 60px;
}
@media only screen and (max-width: 1023px) {
  .home-introduction__leftinner {
    max-width: unset;
    padding: 0 30px;
  }
}
.home-introduction__title .c-title1__en {
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .home-introduction__title .c-title1__en {
    margin-right: -4px;
    white-space: wrap;
  }
}
.home-introduction__content {
  margin-top: 29px;
}
@media only screen and (max-width: 767px) {
  .home-introduction__content {
    margin-top: 18px;
  }
}
.home-introduction__content p + p {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .home-introduction__content p + p {
    margin-top: 40px;
  }
}
.home-introduction__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 48.4375%;
  margin-top: 81px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .home-introduction__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 79px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media only screen and (max-width: 767px) {
  .home-introduction__right {
    margin-top: 39px;
  }
}
.home-introduction__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.home-introduction__slide {
  width: 460px;
  margin-right: 64px;
}
@media only screen and (max-width: 767px) {
  .home-introduction__slide {
    -webkit-transform: translateX(-246px);
    transform: translateX(-246px);
    width: 231px;
    margin-right: 32px;
  }
}
.home-introduction__slide:nth-child(2n) {
  margin-top: 280px;
}
@media only screen and (max-width: 767px) {
  .home-introduction__slide:nth-child(2n) {
    margin-top: 140px;
  }
}
.home-introduction__slide:nth-child(2n+1) {
  margin-top: 82px;
}
@media only screen and (max-width: 767px) {
  .home-introduction__slide:nth-child(2n+1) {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 767px) {
  .home-introduction__slide:nth-child(3) {
    width: 230px;
  }
}
.home-introduction__slide.home-introduction__slide--first {
  margin-top: 0;
}
.home-introduction__slide--first {
  width: 630px;
  margin-right: 65px;
}
@media only screen and (max-width: 767px) {
  .home-introduction__slide--first {
    width: 316px;
    margin-right: 32px;
  }
}
.home-introduction__thumb {
  width: 100%;
  border-radius: 30px;
}
/*------------------------------------------------------------
    CSS of About section
------------------------------------------------------------*/
.home-about {
  position: relative;
  margin-top: -203px;
  padding: 189px 0 305px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .home-about {
    margin-top: -163px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about {
    margin-top: -169px;
    padding: 117px 0 256px;
  }
}
.home-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-image: url("/assets/img/common/bg-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-mask-image: url("/assets/img/common/wave-2.png");
  mask-image: url("/assets/img/common/wave-2.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center top;
  mask-position: center top;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .home-about::before {
    min-height: 648px;
  }
}
.home-about::after {
  content: "";
  position: absolute;
  top: calc(10.9895833333vw - 2px);
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-image: url("/assets/img/common/bg-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center calc(2px - 10.9895833333vw);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .home-about::after {
    min-height: 648px;
  }
}
.home-about__leaf {
  position: absolute;
  top: -32px;
  left: 0;
  width: 49.2708333333%;
  min-width: 774px;
  z-index: -2;
}
@media only screen and (max-width: 1023px) {
  .home-about__leaf {
    top: -15px;
    min-width: 686px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__leaf {
    top: -7px;
    min-width: unset;
  }
}
.home-about__subtitle {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .home-about__subtitle {
    margin-top: 6px;
  }
}
.home-about__body {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .home-about__body {
    margin-top: 37px;
  }
}
.home-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -30px;
}
@media only screen and (max-width: 1023px) {
  .home-about__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
.home-about__item {
  width: calc(33.3333333333% - 60px);
  margin: 0 30px;
}
@media only screen and (max-width: 1023px) {
  .home-about__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .home-about__item + .home-about__item {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__item + .home-about__item {
    margin-top: 35px;
  }
}
.home-about__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media only screen and (max-width: 1023px) {
  .home-about__item:nth-child(2) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.home-about__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media only screen and (max-width: 1023px) {
  .home-about__item:nth-child(3) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
/*------------------------------------------------------------
    CSS of Service section
------------------------------------------------------------*/
.home-service {
  position: relative;
  margin-top: -220px;
  padding: 117px 0 355px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .home-service {
    margin-top: -170px;
  }
}
@media only screen and (max-width: 767px) {
  .home-service {
    margin-top: -196px;
    padding: 124px 0 150px;
  }
}
.home-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-image: url("/assets/img/common/bg-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-mask-image: url("/assets/img/common/wave-1.png");
  mask-image: url("/assets/img/common/wave-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center top;
  mask-position: center top;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .home-service::before {
    min-height: 648px;
  }
}
.home-service::after {
  content: "";
  position: absolute;
  top: calc(10.9895833333vw - 2px);
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-image: url("/assets/img/common/bg-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center calc(2px - 10.9895833333vw);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .home-service::after {
    min-height: 648px;
  }
}
.home-service__leaf {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.2708333333%;
  min-width: 774px;
  z-index: -2;
}
@media only screen and (max-width: 1023px) {
  .home-service__leaf {
    min-width: 686px;
  }
}
@media only screen and (max-width: 767px) {
  .home-service__leaf {
    min-width: unset;
  }
}
.home-service__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .home-service__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.home-service__left {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(calc(-50% + 10px));
  transform: translateY(calc(-50% + 10px));
  width: 47.803030303%;
}
@media only screen and (max-width: 1023px) {
  .home-service__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    min-width: unset;
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .home-service__left {
    max-width: 354px;
    margin-top: 35px;
  }
}
.home-service__thumb1 {
  -webkit-transform: translateX(-141px);
  transform: translateX(-141px);
  width: 87.1632329635%;
  max-width: 550px;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .home-service__thumb1 {
    -webkit-transform: translateX(-109px);
    transform: translateX(-109px);
    width: 96.3276836158%;
    max-width: 341px;
  }
}
.home-service__thumb2 {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
  width: 67.6703645008%;
  max-width: 427px;
  margin-top: -33px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .home-service__thumb2 {
    -webkit-transform: translateX(106px);
    transform: translateX(106px);
    width: 74.8587570621%;
    max-width: 265px;
    margin-top: -104px;
  }
}
.home-service__thumb2 .c-thumb--circle {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.home-service__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 52.196969697%;
  min-width: 500px;
  margin-left: auto;
  margin-top: 194px;
  padding-left: 60px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .home-service__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    margin-top: 0;
    padding-left: 0;
  }
}
.home-service__title .c-title1__en {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .home-service__title .c-title1__en {
    white-space: wrap;
  }
}
.home-service__subtitle {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .home-service__subtitle {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home-service__subtitle {
    margin-top: 6px;
  }
}
.home-service__description {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .home-service__description {
    margin-top: 32px;
  }
}
.home-service__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 31px;
}
@media only screen and (max-width: 767px) {
  .home-service__btn {
    margin-top: 17px;
  }
}
/*------------------------------------------------------------
    CSS of Energy section
------------------------------------------------------------*/
.home-energy {
  position: relative;
  margin-top: -201px;
  padding: 133px 0 292px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .home-energy {
    padding: 133px 0 160px;
  }
}
@media only screen and (max-width: 767px) {
  .home-energy {
    margin-top: -89px;
    padding: 76px 0 138px;
  }
}
.home-energy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .home-energy__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.home-energy__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 54.4791666667%;
  min-width: 600px;
  padding-left: 60px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .home-energy__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    padding-left: 0;
  }
}
.home-energy__title {
  position: absolute;
  top: 8px;
  left: 30px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 15rem;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .home-energy__title {
    top: -120px;
    left: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .home-energy__title {
    top: -70px;
  }
}
.home-energy__leftinner {
  position: relative;
  width: 100%;
  max-width: 745px;
  margin-left: auto;
  padding-right: 60px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .home-energy__leftinner {
    max-width: unset;
    margin-right: auto;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-energy__heading .c-title1__ja {
    letter-spacing: 0;
    text-align: center;
  }
}
.home-energy__subtitle {
  margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .home-energy__subtitle {
    margin-left: 0.05em;
    text-align: center;
  }
}
.home-energy__description {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .home-energy__description {
    margin-top: 12px;
  }
}
.home-energy__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
  margin-left: -0.05em;
}
@media only screen and (max-width: 1023px) {
  .home-energy__btn {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .home-energy__btn {
    margin-top: 17px;
  }
}
.home-energy__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 45.5208333333%;
  margin-top: 8px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .home-energy__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 82px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media only screen and (max-width: 767px) {
  .home-energy__right {
    margin-top: 42px;
  }
}
.home-energy__group {
  position: relative;
}
.home-energy__thumb {
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .home-energy__thumb {
    padding: 0 30px;
  }
}
.home-energy__thumb .c-thumb1 {
  width: auto;
  max-width: 1000px;
  margin-right: -126px;
}
@media only screen and (max-width: 1023px) {
  .home-energy__thumb .c-thumb1 {
    max-width: unset;
    margin-right: 0;
  }
}
.home-energy__park {
  position: absolute;
  top: 71.3846153846%;
  left: -99px;
  padding-right: 60px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .home-energy__park {
    top: unset;
    bottom: -131px;
    left: 0;
    width: 100%;
    padding: 0 16px;
  }
}
.home-energy__park img {
  width: 100%;
  max-width: 756px;
}
@media only screen and (max-width: 1023px) {
  .home-energy__park img {
    max-width: unset;
  }
}
/*------------------------------------------------------------
    CSS of News section
------------------------------------------------------------*/
.home-news {
  position: relative;
  padding: 132px 0 0;
}
@media only screen and (max-width: 767px) {
  .home-news {
    padding: 70px 0 0;
  }
}
.home-news__body {
  margin-top: 78px;
}
@media only screen and (max-width: 767px) {
  .home-news__body {
    margin-top: 32px;
  }
}
.home-news__body .c-text2.u-nopost {
  text-align: center;
}
.home-news__listpost .c-listpost1__link {
  padding: 20px 0 26.5px;
}
@media only screen and (max-width: 767px) {
  .home-news__listpost .c-listpost1__link {
    padding: 19px 0 20px;
  }
}
.home-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .home-news__btn {
    margin-top: 18px;
  }
}
/*------------------------------------------------------------
    CSS of Recruit section
------------------------------------------------------------*/
.home-recruit {
  position: relative;
  padding: 152px 0 396px;
}
@media only screen and (max-width: 767px) {
  .home-recruit {
    padding: 70px 0 261px;
  }
}
.home-recruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -30px -60px;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}
.home-recruit__item {
  width: calc(50% - 60px);
  margin: 0 30px 60px;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .home-recruit__item + .home-recruit__item {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-recruit__item + .home-recruit__item {
    margin-top: 20px;
  }
}
.home-recruit__item--long {
  width: 100%;
}
/*------------------------------------------------------------
    CSS of Service page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.service-heading .c-heading1__main::before {
  background-image: url("/assets/img/service/heading.jpg");
}
.service-heading .c-heading1__main::after {
  background-image: url("/assets/img/service/heading.jpg");
}
/*------------------------------------------------------------
    CSS of Concept section
------------------------------------------------------------*/
.service-concept {
  position: relative;
  margin-top: -86px;
  padding: 175px 0 316px;
  background-image: url("/assets/img/common/bg-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media only screen and (max-width: 767px) {
  .service-concept {
    margin-top: -60px;
    padding: 98px 0 150px;
  }
}
.service-concept__heading {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  .service-concept__heading {
    margin-top: 26px;
  }
}
.service-concept__content {
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .service-concept__content {
    margin-top: 18px;
  }
}
.service-concept__filter {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .service-concept__filter {
    margin-top: 50px;
  }
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.service-main {
  position: relative;
  margin-top: -211px;
  padding: 192px 0 375px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .service-main {
    padding: 232px 0 325px;
  }
}
@media only screen and (max-width: 767px) {
  .service-main {
    margin-top: -80px;
    padding: 44px 0 261px;
  }
}
.service-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-color: #f4f0ea;
  -webkit-mask-image: url("/assets/img/common/wave-1.png");
  mask-image: url("/assets/img/common/wave-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center top;
  mask-position: center top;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .service-main::before {
    min-height: 648px;
  }
}
.service-main::after {
  content: "";
  position: absolute;
  top: calc(10.9895833333vw - 2px);
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-color: #f4f0ea;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .service-main::after {
    min-height: 648px;
  }
}
.service-main__block {
  position: relative;
  padding: 120px 0 113px;
}
@media only screen and (max-width: 1023px) {
  .service-main__block {
    padding: 80px 0 76px;
  }
}
@media only screen and (max-width: 767px) {
  .service-main__block {
    padding: 60px 0 56px;
  }
}
.service-main__block + .service-main__block {
  border-top: 1px solid #819800;
}
.service-main__block:last-child {
  padding-bottom: 0;
}
/*------------------------------------------------------------
    CSS of Company page
------------------------------------------------------------*/
.company + .c-footer {
  margin-top: -220px;
}
@media only screen and (max-width: 767px) {
  .company + .c-footer {
    margin-top: -198px;
  }
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.company-heading .c-heading1__main::before {
  background-image: url("/assets/img/company/heading.jpg");
}
.company-heading .c-heading1__main::after {
  background-image: url("/assets/img/company/heading.jpg");
}
/*------------------------------------------------------------
    CSS of Message section
------------------------------------------------------------*/
.company-message {
  position: relative;
  padding: 81px 0 115px;
}
@media only screen and (max-width: 767px) {
  .company-message {
    padding: 44px 0 65px;
  }
}
.company-message__content {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .company-message__content {
    margin-top: 17px;
  }
}
.company-message__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .company-message__info {
    margin-top: 30px;
  }
}
.company-message__inforole {
  color: #292929;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.company-message__infoname {
  margin-left: 20px;
  color: #292929;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.48;
}
.company-message__bg {
  position: relative;
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .company-message__bg {
    height: 300px;
  }
}
.company-message__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    CSS of Outline section
------------------------------------------------------------*/
.company-outline {
  position: relative;
  padding: 119px 0 121px;
}
@media only screen and (max-width: 767px) {
  .company-outline {
    padding: 65px 0;
  }
}
.company-outline__body {
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .company-outline__body {
    margin-top: 30px;
  }
}
/*------------------------------------------------------------
    CSS of History section
------------------------------------------------------------*/
.company-history {
  position: relative;
  padding: 119px 0 120px;
}
@media only screen and (max-width: 767px) {
  .company-history {
    padding: 65px 0;
  }
}
.company-history__body {
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .company-history__body {
    margin-top: 30px;
  }
}
.company-history__bg {
  position: relative;
  width: 100%;
  height: 800px;
}
@media only screen and (max-width: 767px) {
  .company-history__bg {
    height: 450px;
  }
}
.company-history__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    CSS of Energy page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.energy-heading .c-heading1__main::before {
  background-image: url("/assets/img/energy/heading.jpg");
}
.energy-heading .c-heading1__main::after {
  background-image: url("/assets/img/energy/heading.jpg");
}
/*------------------------------------------------------------
    CSS of Concept section
------------------------------------------------------------*/
.energy-concept {
  position: relative;
  padding: 89px 0 0;
}
@media only screen and (max-width: 767px) {
  .energy-concept {
    padding: 38px 0 0;
  }
}
.energy-concept__heading {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  .energy-concept__heading {
    margin-top: 26px;
  }
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.energy-main {
  position: relative;
  padding: 111px 0 361px;
}
@media only screen and (max-width: 767px) {
  .energy-main {
    padding: 50px 0 261px;
  }
}
.energy-main__block {
  position: relative;
  padding: 120px 0 108px;
}
@media only screen and (max-width: 1023px) {
  .energy-main__block {
    padding: 80px 0 76px;
  }
}
@media only screen and (max-width: 767px) {
  .energy-main__block {
    padding: 60px 0 56px;
  }
}
.energy-main__block + .energy-main__block {
  border-top: 1px solid #819800;
}
.energy-main__block:first-child {
  padding-top: 0;
}
.energy-main__block:last-child {
  padding-bottom: 0;
}
.energy-main__chart {
  margin-top: 88px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .energy-main__chart {
    margin-top: 60px;
  }
}
.energy-main__chart img {
  width: 100%;
  max-width: 896px;
}
@media only screen and (max-width: 1023px) {
  .energy-main__chart img {
    max-width: unset;
  }
}
.energy-main__group {
  margin-top: 53px;
  margin-bottom: -39px;
}
@media only screen and (max-width: 1023px) {
  .energy-main__group {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .energy-main__group {
    margin-top: 42px;
  }
}
.energy-main__item:nth-child(2n) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media only screen and (max-width: 1023px) {
  .energy-main__item:nth-child(2n) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
/*------------------------------------------------------------
    CSS of Recruit page
------------------------------------------------------------*/
.recruit-filter {
  position: relative;
  padding: 89px 0 0;
}
@media only screen and (max-width: 767px) {
  .recruit-filter {
    padding: 38px 0 0;
  }
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.recruit-heading .c-heading1__main::before {
  background-image: url("/assets/img/recruit/heading.jpg");
}
.recruit-heading .c-heading1__main::after {
  background-image: url("/assets/img/recruit/heading.jpg");
}
/*------------------------------------------------------------
    CSS of Message section
------------------------------------------------------------*/
.recruit-message {
  position: relative;
  padding: 151px 0 379px;
}
@media only screen and (max-width: 767px) {
  .recruit-message {
    padding: 80px 0 256px;
  }
}
.recruit-message__thumb {
  margin-top: 78px;
}
@media only screen and (max-width: 767px) {
  .recruit-message__thumb {
    margin-top: 92px;
  }
}
.recruit-message__part {
  margin-top: 87px;
}
@media only screen and (max-width: 767px) {
  .recruit-message__part {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-message__part .c-title2 {
    text-align: center;
  }
}
/*------------------------------------------------------------
    CSS of Person section
------------------------------------------------------------*/
.recruit-person {
  position: relative;
  margin-top: -251px;
  padding: 177px 0 380px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-person {
    margin-top: -181px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-person {
    margin-top: -196px;
    padding: 124px 0 150px;
  }
}
.recruit-person::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-image: url("/assets/img/common/bg-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-mask-image: url("/assets/img/common/wave-1.png");
  mask-image: url("/assets/img/common/wave-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center top;
  mask-position: center top;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .recruit-person::before {
    min-height: 648px;
  }
}
.recruit-person::after {
  content: "";
  position: absolute;
  top: calc(10.9895833333vw - 2px);
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-image: url("/assets/img/common/bg-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center calc(2px - 10.9895833333vw);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .recruit-person::after {
    min-height: 648px;
  }
}
.recruit-person__leaf {
  position: absolute;
  top: -1px;
  right: 0;
  width: 49.2708333333%;
  min-width: 774px;
  z-index: -2;
}
@media only screen and (max-width: 1023px) {
  .recruit-person__leaf {
    top: 0;
    min-width: 686px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-person__leaf {
    min-width: unset;
  }
}
.recruit-person__body {
  margin-top: 86px;
}
@media only screen and (max-width: 767px) {
  .recruit-person__body {
    margin-top: 37px;
  }
}
.recruit-person__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -34px -65px;
}
@media only screen and (max-width: 1023px) {
  .recruit-person__list {
    margin: 0 -20px -40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-person__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
.recruit-person__item {
  width: calc(33.3333333333% - 68px);
  margin: 0 34px 65px;
}
@media only screen and (max-width: 1023px) {
  .recruit-person__item {
    width: calc(50% - 40px);
    margin: 0 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-person__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-person__item + .recruit-person__item {
    margin-top: 20px;
  }
}
/*------------------------------------------------------------
    CSS of Interview section
------------------------------------------------------------*/
.recruit-interview {
  position: relative;
  margin-top: -213px;
  padding: 227px 0 362px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-interview {
    margin-top: -168px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-interview {
    margin-top: -169px;
    padding: 117px 0 150px;
  }
}
.recruit-interview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-image: url("/assets/img/common/bg-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-mask-image: url("/assets/img/common/wave-2.png");
  mask-image: url("/assets/img/common/wave-2.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center top;
  mask-position: center top;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .recruit-interview::before {
    min-height: 648px;
  }
}
.recruit-interview::after {
  content: "";
  position: absolute;
  top: calc(10.9895833333vw - 2px);
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-image: url("/assets/img/common/bg-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center calc(2px - 10.9895833333vw);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .recruit-interview::after {
    min-height: 648px;
  }
}
.recruit-interview__leaf {
  position: absolute;
  top: -32px;
  left: 0;
  width: 49.2708333333%;
  min-width: 774px;
  z-index: -2;
}
@media only screen and (max-width: 1023px) {
  .recruit-interview__leaf {
    top: -15px;
    min-width: 686px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-interview__leaf {
    top: -7px;
    min-width: unset;
  }
}
.recruit-interview__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 78px;
}
@media only screen and (max-width: 1023px) {
  .recruit-interview__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-interview__wrap {
    margin-top: 32px;
  }
}
.recruit-interview__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 60.625%;
  padding-right: 80px;
}
@media only screen and (max-width: 1023px) {
  .recruit-interview__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-right: 0;
  }
}
.recruit-interview__left .c-title2 {
  margin-top: -15px;
}
@media only screen and (max-width: 767px) {
  .recruit-interview__left .c-title2 {
    margin-top: 0;
  }
}
.recruit-interview__leftinner {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .recruit-interview__leftinner {
    max-width: unset;
    margin-right: auto;
  }
}
.recruit-interview__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.recruit-interview__infoname {
  margin-right: 6px;
  color: #292929;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .recruit-interview__infoname {
    margin-right: 4px;
    font-size: 2rem;
    line-height: 1.44;
  }
}
.recruit-interview__inforule {
  color: #292929;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .recruit-interview__inforule {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.recruit-interview__content {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .recruit-interview__content {
    margin-top: 17px;
  }
}
.recruit-interview__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 39.375%;
}
@media only screen and (max-width: 1023px) {
  .recruit-interview__right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-top: 76px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-interview__right {
    margin-top: 30px;
  }
}
/*------------------------------------------------------------
    CSS of Guidelines section
------------------------------------------------------------*/
.recruit-guidelines {
  position: relative;
  margin-top: -211px;
  padding: 267px 0 391px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .recruit-guidelines {
    margin-top: -74px;
    padding: 104px 0 261px;
  }
}
.recruit-guidelines::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-color: #f4f0ea;
  -webkit-mask-image: url("/assets/img/common/wave-2.png");
  mask-image: url("/assets/img/common/wave-2.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center top;
  mask-position: center top;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .recruit-guidelines::before {
    min-height: 648px;
  }
}
.recruit-guidelines::after {
  content: "";
  position: absolute;
  top: calc(10.9895833333vw - 2px);
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1395px;
  background-color: #f4f0ea;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .recruit-guidelines::after {
    min-height: 648px;
  }
}
.recruit-guidelines__body {
  margin-top: 78px;
}
@media only screen and (max-width: 767px) {
  .recruit-guidelines__body {
    margin-top: 92px;
  }
}
.recruit-guidelines__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -34px -65px;
}
@media only screen and (max-width: 1023px) {
  .recruit-guidelines__groupbtn {
    margin: 0 -20px -40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-guidelines__groupbtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
.recruit-guidelines__groupbtn .c-btn4 {
  width: calc(50% - 68px);
  max-width: 500px;
  margin: 0 34px 65px;
}
@media only screen and (max-width: 1023px) {
  .recruit-guidelines__groupbtn .c-btn4 {
    width: calc(50% - 40px);
    margin: 0 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-guidelines__groupbtn .c-btn4 {
    width: 100%;
    max-width: unset;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-guidelines__groupbtn .c-btn4 + .c-btn4 {
    margin-top: 20px;
  }
}
.recruit-guidelines__contact {
  margin-top: 109px;
}
@media only screen and (max-width: 767px) {
  .recruit-guidelines__contact {
    margin-top: 56px;
  }
}
/*------------------------------------------------------------
    CSS of News page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.news-heading .c-heading1__main::before {
  background-image: url("/assets/img/news/heading.jpg");
}
.news-heading .c-heading1__main::after {
  background-image: url("/assets/img/news/heading.jpg");
}
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.news-archive {
  position: relative;
  padding: 89px 0 381px;
}
@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 38px 0 256px;
  }
}
.news-archive__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .news-archive__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.news-archive__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 73.8636363636%;
}
@media only screen and (max-width: 1023px) {
  .news-archive__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
  }
}
.news-archive__box {
  position: relative;
  width: 100%;
  padding: 40px 40px 41px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .news-archive__box {
    padding: 32px 24px;
  }
}
.news-archive__pagi {
  margin-top: 47px;
}
@media only screen and (max-width: 767px) {
  .news-archive__pagi {
    margin-top: 39px;
  }
}
.news-archive__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26.1363636364%;
  min-width: 305px;
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .news-archive__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    margin-top: 100px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive__right {
    margin-top: 60px;
  }
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.news-single {
  position: relative;
  padding: 89px 0 389px;
}
@media only screen and (max-width: 767px) {
  .news-single {
    padding: 38px 0 256px;
  }
}
.news-single__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .news-single__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.news-single__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 73.8636363636%;
}
@media only screen and (max-width: 1023px) {
  .news-single__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
  }
}
.news-single__box {
  position: relative;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .news-single__box {
    padding: 32px 24px;
  }
}
.news-single__footer {
  margin-top: 53px;
}
.news-single__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26.1363636364%;
  min-width: 305px;
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .news-single__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    margin-top: 100px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .news-single__right {
    margin-top: 60px;
  }
}
/*------------------------------------------------------------
    CSS of Contact page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.contact-heading .c-heading1__main::before {
  background-image: url("/assets/img/contact/heading.jpg");
}
.contact-heading .c-heading1__main::after {
  background-image: url("/assets/img/contact/heading.jpg");
}
/*------------------------------------------------------------
    CSS of Form section
------------------------------------------------------------*/
.contact-form {
  position: relative;
  padding: 89px 0 386px;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 38px 0 256px;
  }
}
.contact-form__box {
  position: relative;
  width: 100%;
  padding: 76px 68px 74px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .contact-form__box {
    padding: 40px 24px;
  }
}
.contact-form__heading {
  text-align: center;
}
.contact-form__body {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .contact-form__body {
    margin-top: 35px;
  }
}
.contact-form__row label.c-error,
.mw_wp_form .contact-form__row .error,
.mw_wp_form .contact-form__accept .error {
  display: block;
  margin-top: 5px;
}
.contact-form__row--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .contact-form__row--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-form__row--horizontal .contact-form__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 152px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row--horizontal .contact-form__label {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.contact-form__row--horizontal .contact-form__field {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .contact-form__row--horizontal .contact-form__field {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
}
.contact-form__row1 .contact-form__field {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row1 .contact-form__field {
    margin-top: 12px;
  }
}
.contact-form__row2 {
  margin-top: 20px;
}
.contact-form__row3 {
  margin-top: 21px;
}
.contact-form__row4 {
  margin-top: 21px;
}
.contact-form__row5 {
  margin-top: 23px;
}
.contact-form__row6 {
  margin-top: 26px;
}
.contact-form__row7 {
  margin-top: 26px;
}
.contact-form__row8 {
  margin-top: 26px;
}
.contact-form__row8 .contact-form__field {
  margin-top: 13px;
}
.contact-form__field {
  margin-top: 12px;
}
.contact-form__accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .contact-form__accept {
    margin-top: 30px;
  }
}
.contact-form__accept label.c-error {
  display: block;
  margin-top: 5px;
}
.contact-form__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 38px -10px 0;
}
@media only screen and (max-width: 767px) {
  .contact-form__groupbtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 38px 0 0;
  }
}
.contact-form__groupbtn .c-btn3 {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .contact-form__groupbtn .c-btn3 {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form__groupbtn .c-btn3 + .c-btn3 {
    margin-top: 12px;
  }
}
.contact-form__recaptcha {
  text-align: center;
}
.mw_wp_form .c-radio__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .c-checkbox__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form_confirm .contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  position: relative;
  width: 100%;
  margin-top: 0;
  border-bottom: 1px solid #129046;
}
.mw_wp_form_confirm .contact-form__row:first-child {
  border-top: 1px solid #129046;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form__row--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.mw_wp_form_confirm .contact-form__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.4285714286%;
  padding: 17px 26px;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form__label {
    width: 110px;
    padding: 11px 18px 11px 8px;
  }
}
.mw_wp_form_confirm .contact-form__label .c-label1 {
  color: #292929;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form__label .c-label1 {
    font-size: 1.6rem;
  }
}
.mw_wp_form_confirm .contact-form__label .c-label1.is-required::after {
  content: none;
}
.mw_wp_form_confirm .contact-form__field {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 66.5714285714%;
  margin-top: 0;
  padding: 17px 0;
  color: #292929;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form__field {
    width: calc(100% - 110px);
    padding: 11px 0;
    font-size: 1.6rem;
  }
}
.mw_wp_form_confirm .contact-form__field .c-radio__group {
  display: contents;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .contact-form__field .c-checkbox__group {
  display: contents;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .contact-form__field .c-input__group .c-input {
  display: contents;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .contact-form__accept {
  display: none;
}
.grecaptcha-badge {
  z-index: 2;
}
/*------------------------------------------------------------
    CSS of Privacy page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.privacy-heading .c-heading1__main::before {
  background-image: url("/assets/img/privacy/heading.jpg");
}
.privacy-heading .c-heading1__main::after {
  background-image: url("/assets/img/privacy/heading.jpg");
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.privacy-main {
  position: relative;
  padding: 111px 0 361px;
}
@media only screen and (max-width: 767px) {
  .privacy-main {
    padding: 50px 0 261px;
  }
}
.privacy-main__row + .privacy-main__row {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  .privacy-main__row + .privacy-main__row {
    margin-top: 32px;
  }
}
.privacy-main__row:nth-child(1) .privacy-main__title::before {
  content: "１．";
}
.privacy-main__row:nth-child(2) .privacy-main__title::before {
  content: "２．";
}
.privacy-main__row:nth-child(3) .privacy-main__title::before {
  content: "３．";
}
.privacy-main__row:nth-child(4) .privacy-main__title::before {
  content: "４．";
}
.privacy-main__row:nth-child(5) .privacy-main__title::before {
  content: "５．";
}
.privacy-main__row:nth-child(6) .privacy-main__title::before {
  content: "６．";
}
.privacy-main__row:nth-child(7) .privacy-main__title::before {
  content: "７．";
}
.privacy-main__row:nth-child(8) .privacy-main__title::before {
  content: "８．";
}
.privacy-main__row:nth-child(9) .privacy-main__title::before {
  content: "９．"";
}
.privacy-main__row:nth-child(10) .privacy-main__title::before {
  content: "10．";
}
.privacy-main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #292929;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .privacy-main__title {
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
.privacy-main__title::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}
.privacy-main__content {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .privacy-main__content {
    margin-top: 7px;
  }
}
.privacy-main__box {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 42px 60px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .privacy-main__box {
    padding: 42px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-main__box {
    padding: 32px 24px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
.u-inblock {
  display: inline-block;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__yellow200 {
  background-color: #f4f0ea;
}
.u-bg__brown100 {
  background-color: #83746b;
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-poppins {
  font-family: "Poppins", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.u-center {
  text-align: center;
}
.u-bold {
  font-weight: 700;
}
.u-nowrap {
  white-space: nowrap;
}
.u-white {
  color: #fff;
}
[data-animation][data-animation-type=fadeIn] {
  opacity: 0;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
[data-animation=after][data-animation-type=fadeIn] {
  opacity: 1;
}
[data-animation][data-animation-type=fadeUp] {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media only screen and (max-width: 767px) {
  [data-animation][data-animation-type=fadeUp] {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
[data-animation=after][data-animation-type=fadeUp] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
@media only screen and (max-width: 767px) {
  [data-animation=after][data-animation-type=fadeUp] {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
[data-animation][data-animation-type=fadeLeft] {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
	transform: translate(30px, 0);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
[data-animation=after][data-animation-type=fadeLeft] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
[data-animation][data-animation-type=fadeRight] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
[data-animation=after][data-animation-type=fadeRight] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
[data-animation][data-animation-type=revealText] {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
[data-animation][data-animation-type=revealText]::after {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-animation=after][data-animation-type=revealText] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
[data-animation=after][data-animation-type=revealText]::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
[data-animation][data-animation-type=revealTitle] span {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
[data-animation=after][data-animation-type=revealTitle] span {
  opacity: 1;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(2) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(4) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(6) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(7) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(8) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(9) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(10) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(11) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(12) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(13) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(14) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
[data-animation][data-animation-type=revealTitle] span:nth-child(15) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
[data-animation][data-animation-type=heading] {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
[data-animation=after][data-animation-type=heading] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
[data-animation][data-animation-type=heading]::after {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
[data-animation=after][data-animation-type=heading]::after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
[data-animation][data-animation-type=moveRight] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
[data-animation=after][data-animation-type=moveRight] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
@media only screen and (max-width: 1439px) {
  .is-spc {
    display: none;
  }
}
.is-notspc {
  display: none;
}
@media only screen and (max-width: 1439px) {
  .is-notspc {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
}
.is-notpc {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-notpc {
    display: block;
  }
}
.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is-notsp {
    display: none;
  }
}
.is-phone {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .is-phone {
    pointer-events: unset;
  }
}
.is-nolink {
  cursor: not-allowed;
}