@charset "UTF-8";
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*------------------------------------------------------------
    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 {
  position: relative;
}
.c-nav1__item + .c-nav1__item {
  margin-left: 30px;
}
.c-nav1__link {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
}
.c-nav2__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.55rem -1.55rem;
}
@media only screen and (max-width: 767px) {
  .c-nav2__list {
    margin: -0.55rem -8px;
  }
}
.c-nav2__item {
  margin: 0.55rem 1.55rem;
}
@media only screen and (max-width: 767px) {
  .c-nav2__item {
    margin: 0.55rem 8px;
  }
}
.c-nav2__item {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
}
.c-nav3__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-nav3__item + .c-nav3__item {
  margin-top: 32px;
}
.c-nav3__link {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
  padding: 20px 35px 20px 40px;
  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: 1023px) {
  .c-header__inner {
    position: fixed;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__inner {
    width: calc(100% - 60px);
    height: 80px;
    padding: 20px;
  }
}
.c-header__inner.is-sticky {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
}
@media only screen and (max-width: 1023px) {
  .c-header__inner.is-sticky {
    background-color: transparent;
  }
}
.c-header__inner.is-sticky .c-header__logo .is-white {
  display: none;
}
.c-header__inner.is-sticky .c-header__logo .is-black {
  display: block;
  width: 220px;
}
@media only screen and (max-width: 1023px) {
  .c-header__inner.is-sticky .c-header__logo .is-black {
    width: 282px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__inner.is-sticky .c-header__logo .is-black {
    width: 202px;
  }
}
.c-header__inner.is-sticky .c-nav1__link {
  color: #383838;
}
.c-header__inner.is-sticky .c-nav1__link.is-active {
  color: #008141;
}
.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;
}
.c-header__logo {
  position: relative;
}
.c-header__logo .is-white {
  display: block;
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .c-header__logo .is-white {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 200px;
  }
}
.c-header__logo .is-black {
  display: none;
  width: 282px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logo .is-black {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logo .is-black {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .c-header__nav {
    display: none;
  }
}
.c-header__nav .c-nav1 {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.c-header__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
.c-header__menubtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 14;
}
.c-header__menuouter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 129, 65, 0.95);
  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: 120px 40px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .c-header__menuinner {
    padding: 100px 20px;
  }
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer__nav {
  position: relative;
  width: 100%;
  background-color: #008141;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .c-footer__nav {
    padding: 25px 30px 24px;
  }
}
@media only screen and (max-width: 374px) {
  .c-footer__nav {
    padding: 25px 0 24px;
  }
}
.c-footer__main {
  position: relative;
  padding: 89px 0 92px;
}
@media only screen and (max-width: 767px) {
  .c-footer__main {
    padding: 60px 0 48px;
  }
}
.c-footer__wrap {
  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-footer__logo img {
  width: 250px;
}
.c-footer__address {
  margin-top: 24px;
  color: #383838;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.c-footer__groupbtn {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .c-footer__groupbtn {
    width: 100%;
  }
}
.c-footer__groupbtn .c-btn3 {
  min-width: 400px;
}
@media only screen and (max-width: 767px) {
  .c-footer__groupbtn .c-btn3 {
    min-width: unset;
    width: 100%;
  }
}
.c-footer__groupbtn .c-btn3 + .c-btn3 {
  margin-top: 20px;
}
.c-footer__copyright {
  margin-top: 92px;
  color: #383838;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.67;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__copyright {
    margin-top: 43px;
  }
}
/*------------------------------------------------------------
    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;
  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: 1208px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}
.l-container--w828 {
  width: 100%;
  max-width: 828px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w828 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w828 {
    padding: 0 20px;
  }
}
.l-content--w615 {
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-content--w615 {
    max-width: unset;
  }
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.c-mv__bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-mv__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 70, 35, 0.2);
}
.c-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mv__bg video {
  width: 100%;
  height: 100%;
}
.c-mv__content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(calc(-50% - 1px));
  transform: translateY(calc(-50% - 1px));
  width: 100%;
  max-height: 100%;
  padding: 125px 60px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    -webkit-transform: translateY(calc(-50% + 2px));
    transform: translateY(calc(-50% + 2px));
    padding: 80px 20px;
  }
}
.c-mv__title {
  margin-left: 0.05em;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.714;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-mv__title {
    margin-left: 0;
    font-size: 4.5rem;
    line-height: 1.333;
    letter-spacing: 0;
  }
}
.c-mv__scroll {
  position: absolute;
  bottom: 37px;
  right: 32px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-mv__scroll {
    bottom: 22px;
    right: 10px;
  }
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  position: relative;
  color: #008141;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    font-size: 1.4rem;
  }
}
.c-breadcrumb li {
  display: contents;
  position: relative;
}
.c-breadcrumb 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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 40px;
  padding: 8px 27px;
  background-color: #009f50;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.c-btn1::before {
  content: "\e903";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-right: 6px;
  font-family: "icomoon";
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}
.c-btn2 {
  display: inline-block;
  position: relative;
  padding: 0 39px 8px 0;
  border-bottom: 1px solid #028142;
  color: #008141;
  font-family: "Belleza", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.188;
}
.c-btn2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 21px;
  height: 1px;
  -webkit-transform: rotate(43deg);
  transform: rotate(43deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  background-color: #028142;
}
.c-btn2--white {
  border-color: #fff;
  color: #fff;
}
.c-btn2--white::after {
  background-color: #fff;
}
.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-height: 70px;
  padding: 8px 30px;
  background-color: #fff;
  border: 1px solid #028142;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #008141;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.28;
  text-align: center;
}
.c-btn3--contact {
  padding: 9px 30px 7px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .c-btn3--contact {
    padding: 9px 12px 7px;
  }
}
.c-btn3--contact::before {
  content: "\e903";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 15px;
  font-family: "icomoon";
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}
.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;
  position: relative;
  min-height: 70px;
  padding: 8px 30px;
  background-color: #009f50;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-btn4 {
    min-height: 50px;
    padding: 8px 26px;
    font-size: 1.8rem;
    line-height: 1.22;
  }
}
.c-btn4::after {
  content: "\e900";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 27px;
  margin-right: 4px;
  font-family: "icomoon";
  font-size: 2.17rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-btn4::after {
    -webkit-transform: translateY(1px) rotate(90deg);
    transform: translateY(1px) rotate(90deg);
    margin-left: 17px;
    margin-right: 2px;
    font-size: 1.6rem;
  }
}
.c-btn5 {
  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: 250px;
  min-height: 60px;
  padding: 8px 30px 10px;
  background-color: #009f50;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-btn5 {
    width: min(250px, 100%);
    min-width: unset;
  }
}
/*------------------------------------------------------------
    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;
  height: 100%;
}
.c-card1__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6666666667%;
}
@media only screen and (max-width: 767px) {
  .c-card1__thumb::before {
    padding-top: 66.577540107%;
  }
}
.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__heading {
  margin-top: 31px;
}
@media only screen and (max-width: 767px) {
  .c-card1__heading {
    margin-top: 19px;
  }
}
.c-card1__title {
  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-card1__en {
  color: #008141;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.156;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-card1__en {
    font-size: 3.5rem;
    line-height: 1.14;
  }
}
.c-card1__ja {
  margin-top: 10px;
  color: #008141;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.74;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-card1__ja {
    margin-top: 5px;
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
.c-card1__content {
  margin-top: 13px;
  margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
  .c-card1__content {
    margin-top: 11px;
  }
}
.c-card1__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 28px;
  padding-right: 3px;
}
@media only screen and (max-width: 767px) {
  .c-card1__btn {
    margin-top: 11px;
    padding-right: 0;
  }
}
.c-card2 {
  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-card2__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card2__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.7682926829%;
}
.c-card2__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-card2__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-top: 27px;
}
.c-card2__title {
  min-height: 42px;
  color: #008141;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-card2__title {
    min-height: unset;
  }
}
.c-card2__description {
  margin-top: 13px;
}
/*------------------------------------------------------------
    Checkbox
------------------------------------------------------------*/
.c-checkbox__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -24px -10px 0;
}
.c-checkbox__group .mwform-checkbox-field {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 24px 10px 0;
}
.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 .mwform-checkbox-field-text {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-checkbox__group .mwform-checkbox-field .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-checkbox__group .mwform-checkbox-field .mwform-checkbox-field-text::after {
  content: "\e906";
  position: absolute;
  top: 9px;
  left: 4px;
  color: #008141;
  font-family: "icomoon";
  font-size: 0.95rem;
  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__group .c-link1 {
  position: absolute;
  top: 0;
  left: 29px;
  width: 163px;
  white-space: pre-wrap;
}
.c-checkbox__accept .mwform-checkbox-field .mwform-checkbox-field-text {
  color: #008141;
  font-weight: 700;
  text-indent: 163px;
  text-align: center;
}
/*------------------------------------------------------------
    Content
------------------------------------------------------------*/
.c-content {
  color: #383838;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-content {
    font-size: 1.4rem;
  }
}
.c-content p + p {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .c-content p + p {
    margin-top: 28px;
  }
}
.c-content p:has(img) {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .c-content p:has(img) {
    margin-bottom: 28px;
  }
}
.c-content ul {
  color: #383838;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-content ul {
    font-size: 1.4rem;
  }
}
.c-content ul li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-content ul li {
    padding-left: 16px;
  }
}
.c-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  width: 14px;
  height: 14px;
  background-color: #009f50;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .c-content ul li::before {
    top: 9px;
    left: 1px;
    width: 12px;
    height: 12px;
  }
}
.c-content ol {
  counter-reset: section;
  color: #383838;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-content ol {
    font-size: 1.4rem;
  }
}
.c-content ol li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-content ol li {
    padding-left: 16px;
  }
}
.c-content ol li::before {
  counter-increment: section;
  content: counter(section) "．";
  position: absolute;
  top: 0;
  left: 0;
}
.c-content a {
  position: relative;
  color: #008141;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (max-width: 767px) {
  .c-content a {
    font-size: 1.4rem;
  }
}
.c-content a::after {
  content: "　";
}
.c-content a::before {
  content: "\e904";
  position: absolute;
  bottom: 4px;
  right: 0;
  display: inline-block;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-content a::before {
    bottom: 3px;
    font-size: 1.4rem;
  }
}
.c-content a:has(img)::before {
  content: none;
}
.c-content a:has(img)::after {
  content: none;
}
.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
------------------------------------------------------------*/
.c-error,
label.error,
.mw_wp_form .error {
  display: inline-block;
  color: #bf0000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
/*------------------------------------------------------------
    Filter
------------------------------------------------------------*/
.c-filter1__title {
  color: #008141;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.16;
}
.c-filter1__list {
  margin-top: 13px;
  color: #1a464c;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.78;
}
.c-filter1__list li {
  position: relative;
  padding-left: 26px;
}
.c-filter1__list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 1px;
  width: 16px;
  height: 16px;
  background-color: #009f50;
  border-radius: 50%;
}
.c-filter1__list a,
.c-filter1__list span {
  display: inline-block;
}
/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 400px;
  padding: 148px 0 80px;
  background-color: #008141;
}
@media only screen and (max-width: 767px) {
  .c-heading1__box {
    min-height: 270px;
    padding: 108px 0 62px;
  }
}
.c-heading1__title {
  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-heading1__en {
  color: #fff;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.145;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-heading1__en {
    font-size: 4.5rem;
    line-height: 1.156;
  }
}
.c-heading1__ja {
  margin-top: 13px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-heading1__ja {
    margin-top: 9px;
    font-size: 1.8rem;
    line-height: 1.22;
  }
}
.c-heading1__breadcrumb {
  position: relative;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  .c-heading1__breadcrumb {
    padding: 15px 0;
  }
}
.c-heading1__bg {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: -72px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .c-heading1__bg {
    height: 300px;
    margin-top: -51px;
  }
}
.c-heading1__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    Input
------------------------------------------------------------*/
.c-input {
  display: block;
  position: relative;
  width: 100%;
}
.c-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 60px;
  padding: 14px 15px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-input input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.c-input input::-moz-placeholder {
  color: #b2b2b2;
}
.c-input input:-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input input::-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input input::placeholder {
  color: #b2b2b2;
}
.c-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 280px;
  padding: 14px 15px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #000;
  font-size: 1.6rem;
  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__zip .mwform-zip-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-input__zip .mwform-zip-field input[type=text] {
  width: min(100px, 100%);
  margin: 0 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 -9px;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-input__tel .mwform-tel-field input[type=text] {
  width: min(100px, 100%);
  margin: 0 9px;
}
/*------------------------------------------------------------
    Label
------------------------------------------------------------*/
.c-label1 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-label1.is-required::after {
  content: "＜必須＞";
  display: inline-block;
  margin-left: 10px;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
}
/*------------------------------------------------------------
    Link
------------------------------------------------------------*/
.c-link1 {
  display: inline-block;
  color: #008141;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-link1 .icon {
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: inherit;
}
/*------------------------------------------------------------
    Listpost
------------------------------------------------------------*/
.c-listpost1--black .c-listpost1__item {
  border-color: #ddd;
}
.c-listpost1--black .c-listpost1__item:first-child {
  border-color: #ddd;
}
.c-listpost1--black .c-listpost1__link {
  padding: 20px 10px 16px;
}
@media only screen and (max-width: 767px) {
  .c-listpost1--black .c-listpost1__link {
    padding: 18px 0 19px;
  }
}
.c-listpost1--black .c-listpost1__datetime {
  padding: 1px 0 3px;
  color: #383838;
}
@media only screen and (max-width: 767px) {
  .c-listpost1--black .c-listpost1__datetime {
    padding: 3px 0 1px;
  }
}
.c-listpost1--black .c-listpost1__title {
  color: #383838;
}
.c-listpost1__item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.c-listpost1__item:first-child {
  border-top: 1px solid #fff;
}
.c-listpost1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 19px 11px 16px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px 0 19px;
  }
}
.c-listpost1__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 2px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.188;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__datetime {
    padding: 3px 0 1px;
  }
}
.c-listpost1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 113px;
  margin-left: 28px;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__taglist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: calc(100% - 89px);
    margin: 0 -4px -6px 17px;
  }
}
.c-listpost1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__tagitem {
    margin: 0 4px 6px 0;
  }
}
.c-listpost1__tagitem + .c-listpost1__tagitem {
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__tagitem + .c-listpost1__tagitem {
    margin-top: 0;
  }
}
.c-listpost1__title {
  margin-left: 27px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__title {
    width: 100%;
    margin-left: 0;
    margin-top: 9px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
/*------------------------------------------------------------
    Loading
------------------------------------------------------------*/
.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
}
/*------------------------------------------------------------
    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: 80px;
  height: 80px;
  padding: 12px;
  background-color: #009f50;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-menu {
    width: 60px;
    height: 60px;
    padding: 8px;
  }
}
.c-menu.is-open .c-menu__inner span:nth-child(1) {
  -webkit-transform: translate(0, 6px) rotate(45deg);
  transform: translate(0, 6px) rotate(45deg);
}
.c-menu.is-open .c-menu__inner span:nth-child(2) {
  -webkit-transform: translate(0, -5px) rotate(-45deg);
  transform: translate(0, -5px) 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: 30px;
  height: 12px;
}
.c-menu__inner span {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Pagination
------------------------------------------------------------*/
.c-pagi1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #008141;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.467;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-pagi1 {
    font-size: 2.5rem;
    line-height: 1.48;
  }
}
.c-pagi1 li {
  margin: 0 24px;
}
@media only screen and (max-width: 374px) {
  .c-pagi1 li {
    margin: 0 18px;
  }
}
.c-pagi1 li a,
.c-pagi1 li span {
  display: inline-block;
  position: relative;
}
.c-pagi1 li a::after,
.c-pagi1 li span::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #008141;
  opacity: 1;
  -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);
    color: #9f9f9f;
  }
  .c-pagi1 li a:hover::after,
.c-pagi1 li span:hover::after {
    opacity: 0;
  }
}
.c-pagi1 li a.current,
.c-pagi1 li span.current {
  color: #9f9f9f;
  pointer-events: none;
}
.c-pagi1 li a.current::after,
.c-pagi1 li span.current::after {
  content: none;
}
/*------------------------------------------------------------
    Phone
------------------------------------------------------------*/
.c-phone1 {
  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;
}
@media only screen and (max-width: 767px) {
  .c-phone1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-phone1__text {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  color: #008141;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.22;
}
.c-phone1__text + .c-phone1__tel {
  margin-left: 23px;
}
@media only screen and (max-width: 767px) {
  .c-phone1__text + .c-phone1__tel {
    margin-top: 2px;
    margin-left: 0;
  }
}
.c-phone1__tel {
  color: #008141;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.14;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-phone1__tel {
    font-size: 3rem;
  }
}
/*------------------------------------------------------------
    Radio 
------------------------------------------------------------*/
.c-radio__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -24px -10px 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;
    margin: 0;
  }
}
.c-radio__group .mwform-radio-field {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 24px 10px 0;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field + .mwform-radio-field {
    margin-top: 10px;
  }
}
.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 {
  opacity: 1;
}
.c-radio__group .mwform-radio-field .mwform-radio-field-text {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-radio__group .mwform-radio-field .mwform-radio-field-text::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-radio__group .mwform-radio-field .mwform-radio-field-text::after {
  content: "\e906";
  position: absolute;
  top: 9px;
  left: 4px;
  color: #008141;
  font-family: "icomoon";
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Content
------------------------------------------------------------*/
.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 {
  margin: 0 1.35rem;
}
.c-relate__item.is-hide {
  opacity: 0;
  pointer-events: none;
}
.c-relate__btn {
  display: inline-block;
  color: #009f50;
}
.c-relate__btn--prev {
  -webkit-transform: translateY(-2px) rotate(90deg);
  transform: translateY(-2px) rotate(90deg);
  font-size: 1.825rem;
}
.c-relate__btn--back {
  font-size: 2.625rem;
}
.c-relate__btn--next {
  -webkit-transform: translateY(-2px) rotate(-90deg);
  transform: translateY(-2px) rotate(-90deg);
  font-size: 1.825rem;
}
/*------------------------------------------------------------
    Scroll
------------------------------------------------------------*/
.c-scroll {
  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-scroll__text {
  -webkit-transform: translateX(-0.25rem) rotate(180deg);
  transform: translateX(-0.25rem) rotate(180deg);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.14;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
}
.c-scroll__bar {
  display: block;
  position: relative;
  -webkit-transform: translateX(-0.05rem);
  transform: translateX(-0.05rem);
  width: 1px;
  height: 70px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  overflow-y: hidden;
}
.c-scroll__bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #fff;
  z-index: 1;
  -webkit-animation: scrolldown 3s linear infinite;
  animation: scrolldown 3s linear infinite;
}
/*------------------------------------------------------------
    Single
------------------------------------------------------------*/
.c-single1__heading {
  position: relative;
  width: 100%;
  padding-bottom: 23px;
  border-bottom: 1px solid #028142;
}
@media only screen and (max-width: 767px) {
  .c-single1__heading {
    padding-bottom: 18px;
  }
}
.c-single1__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-single1__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 2px 0;
  color: #383838;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.188;
}
@media only screen and (max-width: 767px) {
  .c-single1__datetime {
    padding: 3px 0 1px;
  }
}
.c-single1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: calc(100% - 100px);
  margin: 0 -2px -4px 28px;
}
@media only screen and (max-width: 767px) {
  .c-single1__taglist {
    max-width: calc(100% - 89px);
    margin: 0 -2px -4px 17px;
  }
}
.c-single1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 2px 4px 0;
}
.c-single1__title {
  margin-top: 19px;
  color: #383838;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.48;
}
@media only screen and (max-width: 767px) {
  .c-single1__title {
    margin-top: 17px;
    font-size: 1.8rem;
    line-height: 1.47;
  }
}
.c-single1__content {
  position: relative;
  width: 100%;
  padding: 36px 0;
  border-bottom: 1px solid #028142;
}
@media only screen and (max-width: 767px) {
  .c-single1__content {
    padding: 24px 0;
  }
}
.c-single1__content.u-sample {
  min-height: 635px;
}
@media only screen and (max-width: 767px) {
  .c-single1__content.u-sample {
    min-height: 465px;
  }
}
.c-single1__footer {
  padding-top: 42px;
}
@media only screen and (max-width: 767px) {
  .c-single1__footer {
    padding-top: 32px;
  }
}
/*------------------------------------------------------------
    Table
------------------------------------------------------------*/
.c-table1 {
  width: 100%;
  border-collapse: collapse;
}
.c-table1--style1 .c-table1__field {
  width: 215px;
}
@media only screen and (max-width: 767px) {
  .c-table1--style1 .c-table1__field {
    width: 126px;
  }
}
.c-table1--style1 .c-table1__content {
  width: calc(100% - 215px);
}
@media only screen and (max-width: 767px) {
  .c-table1--style1 .c-table1__content {
    width: calc(100% - 126px);
  }
}
.c-table1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  vertical-align: top;
  color: #383838;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table1__row {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}
.c-table1__row:nth-child(2n) {
  background-color: #fff;
}
.c-table1__row:nth-child(2n+1) {
  background-color: #f8f8f8;
}
.c-table1__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 147px;
  padding: 13px 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-table1__field {
    width: 106px;
    padding: 13px 14px 12px;
  }
}
.c-table1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 147px);
  padding: 13px 22px 13px 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-table1__content {
    width: calc(100% - 106px);
    padding: 13px 14px 12px 0;
  }
}
/*------------------------------------------------------------
    Tag
------------------------------------------------------------*/
.c-tag1 {
  display: inline-block;
  min-width: 113px;
  max-width: 100%;
  padding: 1px 7px;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-tag1--green {
  background-color: #008141;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #383838;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.4rem;
  }
}
.c-text1--white {
  color: #fff;
}
.c-text2 {
  color: #008141;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-text2 {
    font-size: 1.8rem;
  }
}
.c-text3 {
  color: #383838;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.22;
}
@media only screen and (max-width: 767px) {
  .c-text3 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
/*------------------------------------------------------------
    Thumbnail
------------------------------------------------------------*/
.c-thumb1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 133.3333333333%;
}
.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%;
  overflow: hidden;
}
.c-thumb2::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6666666667%;
}
@media only screen and (max-width: 767px) {
  .c-thumb2::before {
    padding-top: 66.3333333333%;
  }
}
.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;
  width: 100%;
  overflow: hidden;
}
.c-thumb3::before {
  content: "";
  display: block;
  width: 100%;
  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 {
  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-transform: translateX(-4px);
  transform: translateX(-4px);
}
@media only screen and (max-width: 767px) {
  .c-title1 {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
}
.c-title1--white .c-title1__en {
  color: #fff;
}
.c-title1--white .c-title1__ja {
  color: #fff;
}
.c-title1__en {
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
  color: #008141;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.156;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
}
.c-title1__ja {
  margin-top: 25px;
  color: #008141;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.22em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: nowrap;
}
.c-title2 {
  color: #008141;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.74;
}
@media only screen and (max-width: 767px) {
  .c-title2 {
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
.c-title2--style1 {
  line-height: 2;
}
.c-title3 {
  position: relative;
  width: 100%;
  padding: 29px 0 28px;
  border-top: 1px solid #028142;
  border-bottom: 1px solid #028142;
}
@media only screen and (max-width: 767px) {
  .c-title3 {
    padding: 21px 0;
  }
}
.c-title3__main {
  display: block;
  color: #008141;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title3__main {
    font-size: 2.3rem;
  }
}
.c-title3__sub {
  display: block;
  margin: 5px 0 2px;
  color: #008141;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title3__sub {
    margin: 4px 0 2px;
    font-size: 1.8rem;
    line-height: 1.22;
  }
}
.c-title4 {
  color: #008141;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}
@media only screen and (max-width: 767px) {
  .c-title4 {
    font-size: 3rem;
  }
}
.c-title5 {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #028142;
  color: #008141;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.22;
}
@media only screen and (max-width: 767px) {
  .c-title5 {
    padding-bottom: 14px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
/*------------------------------------------------------------
    Video
------------------------------------------------------------*/
.c-video1 {
  position: relative;
  cursor: pointer;
}
.c-video1::before {
  content: "\e905";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  opacity: 1;
  color: rgba(0, 129, 65, 0.9);
  font-family: "icomoon";
  font-size: 7.03rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-video1::before {
    font-size: 6.09rem;
  }
}
.c-video1.is-play::before {
  opacity: 0;
}
.c-video1__inner {
  position: relative;
  width: 100%;
}
.c-video1__inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 177.7262180974%;
}
@media only screen and (max-width: 767px) {
  .c-video1__inner::before {
    padding-top: 177.7479892761%;
  }
}
.c-video1__inner 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-video1__inner video {
  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-video1__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Home page
------------------------------------------------------------*/
.home {
  overflow: hidden;
}
/*------------------------------------------------------------
    CSS of News section
------------------------------------------------------------*/
.home-news {
  position: relative;
  padding: 100px 0 0;
}
@media only screen and (max-width: 767px) {
  .home-news {
    padding: 50px 0 0;
  }
}
.home-news__inner {
  margin-left: max(0%, (100% - 1208px) / 2);
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .home-news__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-news__inner {
    padding: 0 20px;
  }
}
.home-news__wrap {
  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;
}
@media only screen and (max-width: 1023px) {
  .home-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home-news__left {
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 60.9616951915%;
  max-width: 748px;
  margin: 99px 0 202px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .home-news__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    max-width: unset;
    margin: 0 0 142px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-news__left {
    margin: 0 0 46px;
  }
}
.home-news__heading {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 1px;
}
.home-news__body {
  width: 100%;
  max-width: calc(100% - 52px);
  padding-left: 63px;
}
@media only screen and (max-width: 1023px) {
  .home-news__body {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-news__body {
    padding-left: 21px;
  }
}
.home-news__body .c-text1.is-nopost {
  color: #fff;
}
.home-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .home-news__btn {
    margin-top: 21px;
  }
}
.home-news__right {
  width: 36.6748166259%;
}
@media only screen and (max-width: 1023px) {
  .home-news__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-news__right {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.home-news__thumb {
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .home-news__thumb {
    width: 52.8985507246%;
    margin-left: auto;
  }
}
/*------------------------------------------------------------
    CSS of About section
------------------------------------------------------------*/
.home-about {
  position: relative;
  padding: 0 0 116px;
}
@media only screen and (max-width: 767px) {
  .home-about {
    padding: 0 0 71px;
  }
}
.home-about__wrap {
  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;
  margin: 0 -1px;
}
@media only screen and (max-width: 1023px) {
  .home-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.home-about__left {
  width: 41.2844036697%;
}
@media only screen and (max-width: 1023px) {
  .home-about__left {
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__left {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.home-about__thumb {
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .home-about__thumb {
    width: 52.1739130435%;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__thumb::before {
    padding-top: 132.8703703704%;
  }
}
.home-about__right {
  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;
  width: 58.7155963303%;
  max-width: 601px;
  margin-top: 236px;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .home-about__right {
    width: 100%;
    max-width: unset;
    margin-top: 116px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__right {
    margin-top: 47px;
  }
}
.home-about__heading {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 4px;
}
.home-about__heading .c-title1__ja {
  margin-top: 35px;
}
.home-about__body {
  width: 100%;
  padding-left: 46px;
}
@media only screen and (max-width: 767px) {
  .home-about__body {
    padding-left: 21px;
  }
}
/*------------------------------------------------------------
    CSS of Recruit section
------------------------------------------------------------*/
.home-recruit {
  position: relative;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .home-recruit {
    padding: 61px 0 63px;
  }
}
.home-recruit__wrap {
  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;
  margin: 0 -1px;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.home-recruit__left {
  width: 60.4587155963%;
  max-width: 601px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__left {
    width: 100%;
    max-width: unset;
    padding-right: 0;
  }
}
.home-recruit__leftwrap {
  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;
  margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__leftwrap {
    margin-top: 0;
  }
}
.home-recruit__heading {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 3px;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__heading {
    padding-left: 0;
  }
}
.home-recruit__heading .c-title1__ja {
  margin-top: 35px;
}
.home-recruit__body {
  width: 100%;
  padding-left: 43px;
}
@media only screen and (max-width: 767px) {
  .home-recruit__body {
    padding-left: 21px;
  }
}
.home-recruit__body .c-title2 {
  margin-top: -3px;
}
@media only screen and (max-width: 767px) {
  .home-recruit__body .c-title2 {
    margin-top: 3px;
  }
}
.home-recruit__content {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .home-recruit__content {
    margin-top: 14px;
  }
}
.home-recruit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 27px;
  padding-right: 9px;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__btn {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-recruit__btn {
    margin-top: 17px;
  }
}
.home-recruit__bottom {
  margin-top: 151px;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__bottom {
    width: calc(100% + 80px);
    margin: 103px -40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-recruit__bottom {
    width: calc(100% + 40px);
    margin: 40px -20px 0;
  }
}
.home-recruit__thumb {
  max-width: 450px;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__thumb {
    width: 72.4637681159%;
    max-width: unset;
    margin-right: auto;
  }
}
.home-recruit__right {
  width: 39.5412844037%;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__right {
    width: 100%;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .home-recruit__right {
    margin-top: 41px;
    padding-right: 1px;
  }
}
/*------------------------------------------------------------
    CSS of Group section
------------------------------------------------------------*/
.home-group {
  position: relative;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .home-group {
    padding: 53px 0 60px;
  }
}
.home-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -34px;
}
@media only screen and (max-width: 1023px) {
  .home-group__list {
    margin: 0 -24px;
  }
}
@media only screen and (max-width: 767px) {
  .home-group__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;
  }
}
.home-group__item {
  width: calc(50% - 68px);
  margin: 0 34px;
}
@media only screen and (max-width: 1023px) {
  .home-group__item {
    width: calc(50% - 48px);
    margin: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .home-group__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-group__item + .home-group__item {
    margin-top: 52px;
  }
}
/*------------------------------------------------------------
    CSS of Background section
------------------------------------------------------------*/
.home-bg1 {
  position: relative;
  width: 100%;
  height: 400px;
  margin: -120px 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .home-bg1 {
    margin: -146px 0 -158px;
  }
}
.home-bg1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-bg2 {
  position: relative;
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .home-bg2 {
    height: 500px;
  }
}
.home-bg2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    CSS of News page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.news-archive {
  position: relative;
  padding: 95px 0 120px;
}
@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 46px 0 60px;
  }
}
.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: 767px) {
  .news-archive__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news-archive__left {
  width: 65.0735294118%;
}
@media only screen and (max-width: 767px) {
  .news-archive__left {
    width: 100%;
  }
}
.news-archive__pagi {
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .news-archive__pagi {
    margin-top: 36px;
  }
}
.news-archive__right {
  width: 34.9264705882%;
}
@media only screen and (max-width: 767px) {
  .news-archive__right {
    width: 100%;
    margin-top: 62px;
  }
}
.news-archive__filter {
  width: 100%;
  max-width: 370px;
  margin-top: 7px;
  margin-left: auto;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .news-archive__filter {
    max-width: unset;
    margin-top: 0;
    padding-left: 0;
  }
}
.news-archive__filter .c-filter1 + .c-filter1 {
  margin-top: 44px;
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.news-single {
  position: relative;
  padding: 95px 0 114px;
}
@media only screen and (max-width: 767px) {
  .news-single {
    padding: 46px 0 60px;
  }
}
.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: 767px) {
  .news-single__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news-single__left {
  width: 65.0735294118%;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .news-single__left {
    width: 100%;
    margin-top: 0;
  }
}
.news-single__right {
  width: 34.9264705882%;
}
@media only screen and (max-width: 767px) {
  .news-single__right {
    width: 100%;
    margin-top: 62px;
  }
}
.news-single__filter {
  width: 100%;
  max-width: 370px;
  margin-top: 7px;
  margin-left: auto;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .news-single__filter {
    max-width: unset;
    margin-top: 0;
    padding-left: 0;
  }
}
.news-single__filter .c-filter1 + .c-filter1 {
  margin-top: 44px;
}
/*------------------------------------------------------------
    CSS of Service page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Top section
------------------------------------------------------------*/
.service-top {
  position: relative;
  padding: 134px 0 130px;
}
@media only screen and (max-width: 767px) {
  .service-top {
    padding: 65px 0 60px;
  }
}
.service-top__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: 767px) {
  .service-top__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;
  }
}
.service-top__left {
  width: 50.0919117647%;
  padding-right: 45px;
}
@media only screen and (max-width: 767px) {
  .service-top__left {
    width: 100%;
    padding-right: 0;
  }
}
.service-top__heading .c-title2 {
  margin-top: -4px;
}
@media only screen and (max-width: 767px) {
  .service-top__heading .c-title2 {
    margin-top: 0;
    text-align: center;
  }
}
.service-top__groupbtn {
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .service-top__groupbtn {
    margin-top: 22px;
  }
}
.service-top__groupbtn .c-btn4 + .c-btn4 {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .service-top__groupbtn .c-btn4 + .c-btn4 {
    margin-top: 10px;
  }
}
.service-top__right {
  width: 49.9080882353%;
}
@media only screen and (max-width: 767px) {
  .service-top__right {
    width: 100%;
    margin-top: 52px;
  }
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.service-main {
  position: relative;
  padding: 0 0 127px;
}
@media only screen and (max-width: 767px) {
  .service-main {
    padding: 0 0 62px;
  }
}
.service-main__block + .service-main__block {
  padding-top: 94px;
}
@media only screen and (max-width: 767px) {
  .service-main__block + .service-main__block {
    padding-top: 60px;
  }
}
.service-main__block:first-child {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .service-main__block:first-child {
    padding-top: 60px;
  }
}
.service-main__heading .c-text2 {
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .service-main__heading .c-text2 {
    margin-top: 24px;
  }
}
.service-main__body {
  margin-top: 44px;
  padding: 0 1px;
}
@media only screen and (max-width: 767px) {
  .service-main__body {
    margin-top: 32px;
    padding: 0;
  }
}
.service-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -26px 0 -25px;
}
@media only screen and (max-width: 1023px) {
  .service-main__list {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 767px) {
  .service-main__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;
  }
}
.service-main__item {
  width: calc(33.3333333333% - 51px);
  margin: 0 26px 0 25px;
}
@media only screen and (max-width: 1023px) {
  .service-main__item {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .service-main__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-main__item + .service-main__item {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Company page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Message section
------------------------------------------------------------*/
.company-message {
  position: relative;
  padding: 136px 0 159px;
}
@media only screen and (max-width: 767px) {
  .company-message {
    padding: 64px 0 70px;
  }
}
.company-message__heading .c-title2 {
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .company-message__heading .c-title2 {
    margin-top: 24px;
  }
}
.company-message__content {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .company-message__content {
    margin-top: 21px;
  }
}
.company-message__info {
  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: 35px;
}
@media only screen and (max-width: 767px) {
  .company-message__info {
    margin-top: 30px;
  }
}
.company-message__inforole {
  color: #383838;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .company-message__inforole {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}
.company-message__infoname {
  margin-top: 13px;
  color: #383838;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.13;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .company-message__infoname {
    margin-top: 11px;
    font-size: 1.8rem;
    line-height: 1.22;
  }
}
/*------------------------------------------------------------
    CSS of Outline section
------------------------------------------------------------*/
.company-outline {
  position: relative;
  padding: 0 0 106px;
}
@media only screen and (max-width: 767px) {
  .company-outline {
    padding: 0 0 54px;
  }
}
.company-outline__block + .company-outline__block {
  padding-top: 127px;
}
@media only screen and (max-width: 767px) {
  .company-outline__block + .company-outline__block {
    padding-top: 62px;
  }
}
.company-outline__block:first-child {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .company-outline__block:first-child {
    padding-top: 60px;
  }
}
.company-outline__body {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .company-outline__body {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Recruit page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Promotion section
------------------------------------------------------------*/
.recruit-promotion {
  position: relative;
  padding: 96px 0 80px;
}
@media only screen and (max-width: 767px) {
  .recruit-promotion {
    padding: 60px 0;
  }
}
.recruit-promotion__body {
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .recruit-promotion__body {
    margin-top: 24px;
  }
}
.recruit-promotion__video {
  position: relative;
  width: 100%;
  background-color: #808080;
}
.recruit-promotion__video::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.recruit-promotion__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.recruit-main {
  position: relative;
  padding: 0 0 119px;
}
@media only screen and (max-width: 767px) {
  .recruit-main {
    padding: 0 0 60px;
  }
}
.recruit-main__block + .recruit-main__block {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .recruit-main__block + .recruit-main__block {
    padding-top: 60px;
  }
}
.recruit-main__body {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .recruit-main__body {
    margin-top: 24px;
  }
}
.recruit-main__body .c-title2 + .c-table1 {
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .recruit-main__body .c-title2 + .c-table1 {
    margin-top: 11px;
  }
}
.recruit-main__row + .recruit-main__row {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .recruit-main__row + .recruit-main__row {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Contact page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Form section
------------------------------------------------------------*/
.contact-form {
  position: relative;
  padding: 64px 0 108px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 64px 0 78px;
  }
}
.contact-form__phone {
  margin-top: 28px;
}
.contact-form__body {
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .contact-form__body {
    margin-top: 24px;
  }
}
.contact-form__main {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .contact-form__main {
    margin-top: 32px;
  }
}
.contact-form__row label.c-error,
.mw_wp_form .contact-form__row span.error {
  margin-top: 5px;
}
.contact-form__row1 .contact-form__field {
  margin-top: 12px;
}
.contact-form__row1 label.c-error,
.mw_wp_form .contact-form__row1 span.error {
  margin-top: 8px;
}
.contact-form__row2 {
  margin-top: 26px;
}
.contact-form__row2 .contact-form__field {
  margin-top: 13px;
}
.contact-form__row3 {
  margin-top: 22px;
}
.contact-form__row3 .contact-form__field {
  margin-top: 13px;
}
.contact-form__row4 {
  margin-top: 22px;
}
.contact-form__row4 .contact-form__field {
  margin-top: 12px;
}
.contact-form__row4 .contact-form__field .c-input__group {
  margin-top: 11px;
}
.contact-form__row5 {
  margin-top: 29px;
}
.contact-form__row5 .contact-form__field {
  margin-top: 13px;
}
.contact-form__row6 {
  margin-top: 22px;
}
.contact-form__row6 .contact-form__field {
  margin-top: 13px;
}
.contact-form__row7 {
  margin-top: 23px;
}
.contact-form__row7 .contact-form__field {
  margin-top: 13px;
}
.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: 39px;
}
.contact-form__accept label.c-error,
.mw_wp_form .contact-form__accept span.error {
  margin-top: 8px;
}
.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: 39px -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: 39px 0 0;
  }
}
.contact-form__groupbtn .c-btn5 {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .contact-form__groupbtn .c-btn5 {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form__groupbtn .c-btn5 + .c-btn5 {
    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_confirm .contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  vertical-align: top;
  min-height: 52px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form__row {
    min-height: 50px;
  }
}
.mw_wp_form_confirm .contact-form__row .contact-form__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 215px;
  padding: 13px 20px;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form__row .contact-form__label {
    width: 142px;
    padding: 13px 14px 12px;
  }
}
.mw_wp_form_confirm .contact-form__row .contact-form__label .c-label1 {
  display: block;
  color: #383838;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form__row .contact-form__label .c-label1 {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}
.mw_wp_form_confirm .contact-form__row:nth-child(2n) {
  background-color: #fff;
}
.mw_wp_form_confirm .contact-form__row:nth-child(2n+1) {
  background-color: #f8f8f8;
}
.mw_wp_form_confirm .contact-form__row .contact-form__label .c-label1::after {
  content: none;
}
.mw_wp_form_confirm .contact-form__row .contact-form__field {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 215px);
  margin-top: 0;
  padding: 13px 22px 13px 0;
  color: #383838;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form__row .contact-form__field {
    width: calc(100% - 142px);
    padding: 13px 14px 12px 0;
    font-size: 1.4rem;
    line-height: 1.714;
  }
}
.mw_wp_form_confirm .contact-form__field .c-input__group {
  display: block;
}
.mw_wp_form_confirm .contact-form__field .c-input__group .c-input--half {
  display: contents;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .contact-form__field .c-input__zip::before {
  content: "〒";
}
.mw_wp_form_confirm .contact-form__accept {
  display: none;
}
.mw_wp_form_confirm .contact-form__row4 .contact-form__field .c-input__group {
  margin-top: 0;
}
.grecaptcha-badge {
  z-index: 1;
}
/*------------------------------------------------------------
    CSS of Privacy page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.privacy-main.u-sample {
  min-height: 500px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
.u-inblock {
  display: inline-block;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__white300 {
  background-color: #f8f8f8;
}
.u-bg__green100 {
  background-color: #008141;
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-belleza {
  font-family: "Belleza", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
}
.u-zen-kaku {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.u-center {
  text-align: center;
}
/*------------------------------------------------------------
    Animation
------------------------------------------------------------*/
[data-animation] {
  opacity: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
[data-animation='after'] {
  opacity: 1;
}
[data-animation][data-animation-type='fadeUp'] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
[data-animation='after'][data-animation-type='fadeUp'] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[data-animation][data-animation-type='changeBg'] {
  opacity: 1;
  background-color: #009f50;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  overflow: hidden;
}
[data-animation='after'][data-animation-type='changeBg'] {
  background-color: transparent;
}
[data-animation][data-animation-type='changeBg'] img {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
[data-animation='after'][data-animation-type='changeBg'] img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
[data-animation][data-animation-type='changeBg2'] {
  opacity: 1;
  background-color: #fff;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  overflow: hidden;
}
[data-animation='after'][data-animation-type='changeBg2'] {
  background-color: transparent;
}
[data-animation][data-animation-type='changeBg2'] img {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
[data-animation='after'][data-animation-type='changeBg2'] img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.u-fadein {
  animation-name: fadein;
  animation-delay: 0.1s;
  animation-duration: 0.9s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
.u-fadeup {
  animation-name: fadeup;
  animation-delay: 0.1s;
  animation-duration: 0.9s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
.u-delay1200 {
  animation-delay: 1.2s;
}
@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-fullscreen {
  height: 100%;
  overflow-y: scroll;
}
.is-fullscreen body {
  height: 100%;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}