@charset "UTF-8";
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*------------------------------------------------------------
    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: 2.45rem;
}
.c-nav1__link {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .c-nav1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #d8e300;
  }
}
.c-nav1__link.is-active {
  color: #d8e300;
  font-weight: 700;
}
.c-nav2--footer {
  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;
}
.c-nav2--footer .c-nav2__list + .c-nav2__list {
  margin-top: 0;
}
.c-nav2--footer .c-nav2__list:last-child .c-nav2__item {
  padding-right: 0;
}
.c-nav2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .c-nav2__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;
  }
}
.c-nav2__list + .c-nav2__list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .c-nav2__list + .c-nav2__list {
    margin-top: 24px;
  }
}
.c-nav2__list--vertical {
  -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;
}
.c-nav2__list--vertical .c-nav2__item {
  width: 100%;
}
.c-nav2__list--vertical .c-nav2__item + .c-nav2__item {
  margin-top: 16px;
}
.c-nav2__list--vertical .c-nav2__sub {
  margin-top: 16px;
}
.c-nav2__list--vertical .c-nav2__sublist:first-child {
  margin-top: 0;
}
.c-nav2__list--vertical .c-nav2__subitem + .c-nav2__subitem {
  margin-top: 8px;
}
.c-nav2__item {
  width: 33.3333333333%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .c-nav2__item {
    width: 100%;
    padding-right: 0;
  }
}
.c-nav2__item.is-full {
  width: 100%;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .c-nav2__item.is-haslist .c-nav2__link {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav2__item.is-haslist .c-nav2__link::after {
    content: "\e902";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    color: #ccc;
    font-family: "icomoon";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav2__item.is-open .c-nav2__link::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
@media only screen and (max-width: 767px) {
  .c-nav2__item + .c-nav2__item {
    margin-top: 24px;
  }
}
.c-nav2__link {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-nav2__link {
    width: 100%;
  }
}
.c-nav2__link::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  width: 5px;
  height: 14px;
  background-color: #d8e300;
}
.c-nav2__subwrap {
  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-nav2__subwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-nav2__subcol {
  width: 33.3333333333%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .c-nav2__subcol {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav2__subcol + .c-nav2__subcol .c-nav2__sublist {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav2__subcol + .c-nav2__subcol .c-nav2__sublist:first-child {
    margin-top: 0;
  }
}
.c-nav2__sublist {
  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-left: 5px;
  border-left: 1px solid #4d4d4d;
}
.c-nav2__sublist + .c-nav2__sublist {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-nav2__sublist + .c-nav2__sublist {
    margin-top: 0;
    padding-top: 20px;
  }
}
.c-nav2__sublist:first-child {
  margin-top: 20px;
}
.c-nav2__subitem {
  padding-left: 20px;
}
.c-nav2__subitem + .c-nav2__subitem {
  margin-top: 20px;
}
.c-nav2__sublink {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-nav2__childlist {
  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: 10px;
  margin-bottom: -1px;
}
.c-nav2__childitem.is-maxwidth1 {
  max-width: 188px;
}
@media only screen and (max-width: 767px) {
  .c-nav2__childitem.is-maxwidth1 {
    max-width: 202px;
  }
}
.c-nav2__childitem + .c-nav2__childitem {
  margin-top: 9px;
}
.c-nav2__childlink {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.c-nav2__childlink::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #d8e300;
}
.c-nav3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 -8px -6px 0;
}
.c-nav3__item {
  max-width: 100%;
  margin: 0 8px 6px 0;
}
.c-nav3__link {
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding: 9px 24px 11px;
  background-color: #f5f7f7;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 1023px) {
  .c-nav3__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #d8e300;
    color: #005e3c;
  }
}
.c-nav3__link.is-active {
  pointer-events: none;
  background-color: #d8e300;
  color: #005e3c;
}
.c-nav3__link--arrow {
  padding: 9px 44px 11px 24px;
  text-align: left;
}
.c-nav3__link--arrow::after {
  content: "\e902";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(calc(-50% - 1px));
  transform: translateY(calc(-50% - 1px));
  color: #005e3c;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-nav3__selectouter {
  display: inline-block;
  position: relative;
}
.c-nav3__selectouter::after {
  content: "\e902";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(calc(-50% - 1px));
  transform: translateY(calc(-50% - 1px));
  pointer-events: none;
  color: #005e3c;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-nav3__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 9px 54px 11px 24px;
  background-color: #f5f7f7;
  border: none;
  border-radius: 2px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-nav3__select.is-selected {
  background-color: #d8e300;
  color: #005e3c;
}
.c-nav3__select.is-selected option {
  background-color: #fff;
  color: #1a1a1a;
}
.c-nav3__select option {
  background-color: #fff;
  color: #1a1a1a;
}
.c-nav3__select--achievements {
  min-width: 209px;
}
.c-nav4 {
  position: fixed;
  top: 112px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 11;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-nav4 {
    top: 80px;
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav4 {
    top: 64px;
  }
}
.c-nav4.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-nav4__heading {
  position: relative;
  width: 100%;
  padding: 7px 16px 8px;
  background-color: rgba(0, 110, 69, 0.95);
  cursor: pointer;
}
.c-nav4__heading.is-open .c-nav4__title::after {
  -webkit-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg);
}
.c-nav4__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.786;
  letter-spacing: -0.02em;
}
.c-nav4__title::after {
  content: "\e902";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 10px;
  font-family: "icomoon";
  font-size: 1.23rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-nav4__content {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-nav4__content {
    display: none;
    max-height: calc(100vh - 104px);
    overflow-y: auto;
  }
}
.c-nav4__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;
  min-height: 48px;
  margin: 0 -20px;
  padding: 0 40px;
  background-color: rgba(0, 110, 69, 0.95);
}
@media only screen and (max-width: 1023px) {
  .c-nav4__list {
    min-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav4__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    min-height: unset;
    margin: 0;
    padding: 16px;
    background-color: #00452c;
  }
}
.c-nav4__item {
  padding: 12px 20px;
}
@media only screen and (max-width: 1023px) {
  .c-nav4__item {
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav4__item {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav4__item + .c-nav4__item {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav4__item.is-notsp + .c-nav4__item {
    margin-top: 0;
  }
}
.c-nav4__item:hover .c-nav4__link--arrow {
  color: #d8e300;
}
.c-nav4__item:hover .c-nav4__sub {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-nav4__item.is-show .c-nav4__link--arrow {
  color: #d8e300;
}
.c-nav4__item.is-show .c-nav4__sub {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-nav4__link {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 1023px) {
  .c-nav4__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #d8e300;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav4__link {
    display: block;
    padding: 11px 8px 13px;
    background-color: #004f32;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 0);
    text-align: left;
  }
}
.c-nav4__link.is-active {
  color: #d8e300;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-nav4__link--arrow {
    display: none;
  }
}
.c-nav4__link--arrow::after {
  content: "\e902";
  display: inline-block;
  margin-left: 8px;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-nav4__link--arrow::after {
    content: none;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    margin-left: 10px;
    font-size: 1.23rem;
  }
}
.c-nav4__sub {
  position: fixed;
  top: 160px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 11;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-nav4__sub {
    top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav4__sub {
    position: relative;
    top: unset;
    left: unset;
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.c-nav4__sublist {
  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;
  min-height: 48px;
  margin: 0 -20px;
  padding: 0 40px;
  background-color: #00452c;
}
@media only screen and (max-width: 1023px) {
  .c-nav4__sublist {
    min-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav4__sublist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: unset;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
}
.c-nav4__subitem {
  margin: 12px 20px;
}
@media only screen and (max-width: 1023px) {
  .c-nav4__subitem {
    margin: 8px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav4__subitem {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav4__subitem + .c-nav4__subitem {
    margin-top: 4px;
  }
}
.c-nav4__sublink {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .c-nav4__sublink:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #d8e300;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav4__sublink {
    display: block;
    padding: 11px 8px 13px;
    background-color: #004f32;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 0);
    text-align: left;
  }
}
.c-nav4__sublink.is-active {
  color: #d8e300;
  font-weight: 700;
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  position: relative;
}
.c-header.is-subpage .c-header__inner {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
}
.c-header.is-subpage .c-header__logo1 img.is-white {
  display: none;
}
.c-header.is-subpage .c-header__logo1 img.is-black {
  display: block;
}
.c-header.is-subpage .c-nav1__link {
  color: #1a1a1a;
}
@media only screen and (min-width: 1023px) {
  .c-header.is-subpage .c-nav1__link:hover {
    color: #005e3c;
  }
}
.c-header.is-subpage .c-nav1__link.is-active {
  color: #005e3c;
  font-weight: 700;
}
.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%;
  min-height: 112px;
  padding: 30px 224px 30px 32px;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  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 {
    min-height: 80px;
    padding: 18px 160px 18px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__inner {
    min-height: 64px;
    padding: 10px;
  }
}
.c-header__inner.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__logowrap1 {
  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: 1023px) {
  .c-header__logowrap1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.c-header__logo1 img {
  height: 52px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logo1 img {
    height: 44px;
  }
}
.c-header__logo1 img.is-white {
  display: block;
}
.c-header__logo1 img.is-black {
  display: none;
}
.c-header__nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .c-header__nav {
    display: none;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    padding: 0;
  }
}
.c-header__subinner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-header__subinner {
    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;
    width: 100%;
    min-height: 64px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.c-header__subinner.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__logowrap2 {
  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;
  padding: 32px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logowrap2 {
    padding: 18px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logowrap2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
  }
}
.c-header__logo2 img {
  width: 85px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logo2 img {
    width: auto;
    height: 44px;
  }
}
.c-header__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .c-header__groupbtn {
    -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;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__groupbtn.is-show .c-header__btn {
    -webkit-transform: translateX(calc(-100vw + 64px));
    transform: translateX(calc(-100vw + 64px));
  }
}
.c-header__btn {
  position: fixed;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-header__btn {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-header__btn.c-btn1--recruit {
  top: 0;
  right: 112px;
  z-index: 14;
}
@media only screen and (max-width: 1023px) {
  .c-header__btn.c-btn1--recruit {
    right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__btn.c-btn1--recruit {
    top: unset;
    right: 0;
    bottom: 64px;
    z-index: 20;
  }
}
.c-header__btn.c-menu1 {
  top: 0;
  right: 0;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .c-header__btn.c-menu1 {
    top: unset;
    bottom: 0;
  }
}
.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;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 15;
  -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;
}
@media only screen and (max-width: 767px) {
  .c-header__menuouter.is-show {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5px) brightness(110%);
    backdrop-filter: blur(5px) brightness(110%);
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menuouter.is-show .c-header__menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.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%;
  height: 100%;
  background-color: #1a1a1a;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__menu {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menu {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: calc(100% - 64px);
    margin-left: auto;
  }
}
.c-header__menuinner {
  position: relative;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  max-height: 100vh;
  margin: 0 auto;
  padding: 120px 40px 56px;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuinner {
    max-width: unset;
    padding: 120px 38px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menuinner {
    padding: 40px 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 768px) {
  .c-header__menuinner::-webkit-scrollbar-track {
    background-color: #333;
  }
  .c-header__menuinner::-webkit-scrollbar {
    width: 4px;
    background-color: #333;
  }
  .c-header__menuinner::-webkit-scrollbar-thumb {
    background-color: #d8e300;
  }
}
.c-header__menuwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-height: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuwrap {
    -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-header__left {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30.6451612903%;
  min-width: 280px;
}
@media only screen and (max-width: 1023px) {
  .c-header__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    margin-top: 79px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__left {
    margin: 0;
    padding: 45px 0 120px;
  }
}
.c-header__leftinner {
  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;
  width: 100%;
  max-width: 280px;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .c-header__leftinner {
    max-width: 624px;
    margin: 0 auto;
  }
}
.c-header__menuheader {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuheader {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menuheader {
    -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;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__menulogo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menulogo {
    -ms-flex-negative: unset;
    flex-shrink: unset;
  }
}
.c-header__menulogo img {
  width: 266px;
}
@media only screen and (max-width: 1023px) {
  .c-header__menulogo img {
    width: auto;
    height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menulogo img {
    width: 271px;
    height: auto;
  }
}
.c-header__address {
  margin-top: 20px;
  color: #e6e6e6;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.533;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .c-header__address {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 2px;
    margin-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__address {
    margin-top: 11px;
    margin-left: 0;
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
.c-header__map {
  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;
  width: 100%;
  margin-top: 7px;
}
@media only screen and (max-width: 1023px) {
  .c-header__map {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    margin: 2px 1px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__map {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    margin: 7px 0 0;
  }
}
.c-header__map .c-btnmap1 + .c-btnmap1 {
  margin-top: 8px;
}
@media only screen and (max-width: 1023px) {
  .c-header__map .c-btnmap1::before {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__map .c-btnmap1::before {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__map .c-btnmap1 .c-btnmap1__text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__map .c-btnmap1 .c-btnmap1__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-header__menugroup {
  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;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-header__menugroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(100% + 8px);
    margin: 20px -4px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menugroup {
    -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;
    width: 100%;
    margin: 24px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__menubtn {
    width: calc(50% - 8px);
    margin: 0 4px;
  }
  .c-header__menubtn.c-phone1 {
    width: calc(50% - 8px);
  }
  .c-header__menubtn.c-btn2 {
    width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menubtn {
    width: 100%;
    margin: 0;
  }
  .c-header__menubtn.c-phone1 {
    width: 100%;
  }
  .c-header__menubtn.c-btn2 {
    width: 100%;
  }
}
.c-header__menubtn + .c-header__menubtn {
  margin-top: 8px;
}
@media only screen and (max-width: 1023px) {
  .c-header__menubtn + .c-header__menubtn {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menubtn + .c-header__menubtn {
    margin-top: 8px;
  }
}
.c-header__right {
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 69.3548387097%;
  max-height: 100%;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-header__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-height: unset;
    padding-left: 0;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__right {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    overflow-y: unset;
  }
}
.c-header__rightinner {
  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: 760px;
  max-height: 100%;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .c-header__rightinner {
    max-width: unset;
    max-height: unset;
    margin: 0;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__rightinner {
    overflow-y: unset;
  }
}
.c-header__menunav {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 4px 0 56px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 1023px) {
  .c-header__menunav {
    margin: 0 0 56px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menunav {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-height: unset;
    margin: 0 0 40px;
    overflow-y: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .c-header__menunav::-webkit-scrollbar-track {
    background-color: #333;
  }
  .c-header__menunav::-webkit-scrollbar {
    width: 4px;
    background-color: #333;
  }
  .c-header__menunav::-webkit-scrollbar-thumb {
    background-color: #d8e300;
  }
}
.c-header__menunav .c-nav2 {
  margin-right: -3px;
}
.c-header__menufooter {
  position: relative;
  width: 100%;
  padding-top: 14px;
  border-top: 1px solid #4d4d4d;
}
@media only screen and (max-width: 1023px) {
  .c-header__menufooter {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menufooter {
    padding-top: 12px;
  }
}
.c-header__grouplink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-header__itemlink {
  position: relative;
  padding: 0 17px;
}
.c-header__itemlink + .c-header__itemlink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 1px));
  width: 1px;
  height: calc(100% - 7px);
  background-color: #4d4d4d;
}
.c-header__itemlink:first-child {
  padding-left: 0;
}
.c-header__itemlink:last-child {
  padding-right: 0;
}
.c-header__link {
  display: inline-block;
  color: #e6e6e6;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-header__link {
    font-size: 1.3rem;
  }
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer.is-recruit .c-footer__contact {
  display: none;
}
.c-footer.is-recruit .c-footer__entry {
  display: block;
}
.c-footer.is-recruit .c-footer__main::before {
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 1023px) {
  .c-footer.is-recruit .c-footer__main::before {
    width: 60px;
    height: 60px;
  }
}
.c-footer__contact {
  display: block;
}
.c-footer__entry {
  display: none;
}
.c-footer__main {
  position: relative;
  padding: 64px 0 19px;
}
.c-footer__main::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 160px;
  height: 160px;
  background-color: #1a1a1a;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-footer__main::before {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__main::before {
    width: 40px;
    height: 40px;
  }
}
.c-footer__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) {
  .c-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.c-footer__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 80px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    padding-right: 0;
  }
}
.c-footer__inner {
  width: 100%;
  max-width: calc(100% - clamp(0px, (100vw - 1280px) / 2, 80px));
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__inner {
    max-width: unset;
    padding: 0 36px;
  }
}
@media only screen and (max-width: 374px) {
  .c-footer__inner {
    padding: 0 32px;
  }
}
.c-footer__heading {
  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;
}
.c-footer__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;
}
.c-footer__logo img {
  height: 56px;
}
.c-footer__address {
  margin-top: 20px;
  color: #e6e6e6;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-footer__address {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-footer__map {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .c-footer__map {
    margin-top: 19px;
  }
}
.c-footer__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 606px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__right {
    display: none;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    max-width: unset;
  }
}
.c-footer__nav {
  margin-top: 32px;
  margin-bottom: 40px;
}
.c-footer__groupbtn {
  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: relative;
  width: 100%;
  padding-top: 14px;
  border-top: 1px solid #4d4d4d;
}
.c-footer__grouplink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer__groupleft {
  padding-right: 20px;
}
.c-footer__groupright {
  padding-left: 20px;
}
.c-footer__itemlink {
  position: relative;
  padding: 0 17px;
}
.c-footer__itemlink + .c-footer__itemlink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 1px));
  width: 1px;
  height: calc(100% - 7px);
  background-color: #4d4d4d;
}
.c-footer__itemlink:first-child {
  padding-left: 0;
}
.c-footer__itemlink:last-child {
  padding-right: 0;
}
.c-footer__link {
  display: inline-block;
  color: #e6e6e6;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.c-footer__copyright {
  margin-top: 38px;
  color: #999;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.727;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-footer__copyright {
    margin-top: 39px;
  }
}
/*------------------------------------------------------------
    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: 1220px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 16px;
  }
}
.l-container--w1360 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w1360 {
    padding: 0 16px;
  }
}
.l-container--w1240 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w1240 {
    padding: 0 16px;
  }
}
.l-container--w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w1200 {
    padding: 0 16px;
  }
}
.l-container--w880 {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w880 {
    padding: 0 16px;
  }
}
.l-content {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.l-content--w960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .c-mv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 176px;
    background-color: #baa95e;
    z-index: 1;
  }
}
.c-mv__bg {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-mv__bg {
    height: calc(100% - 176px);
  }
}
.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__slider {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-mv__thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-mv__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mv__thumb--style1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: max(480px, 33.3333333333%);
  height: 100%;
  background: transparent -webkit-gradient(linear, right top, left top, from(rgba(0, 21, 7, 0)), to(rgba(0, 21, 7, 0.5))) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(right, rgba(0, 21, 7, 0) 0%, rgba(0, 21, 7, 0.5) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(0, 21, 7, 0) 0%, rgba(0, 21, 7, 0.5) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-mv__thumb--style1::before {
    content: none;
  }
}
.c-mv__thumb--style2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: max(480px, 33.3333333333%);
  height: 100%;
  background: transparent -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-mv__thumb--style2::before {
    content: none;
  }
}
.c-mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-mv__video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: max(480px, 33.3333333333%);
  height: 100%;
  background: transparent -webkit-gradient(linear, right top, left top, from(#00150700), to(#00150780)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(right, rgba(0, 21, 7, 0) 0%, rgba(0, 21, 7, 0.5) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(0, 21, 7, 0) 0%, rgba(0, 21, 7, 0.5) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-mv__video::before {
    content: none;
  }
}
.c-mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mv__content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(calc(-50% - 46px));
  transform: translateY(calc(-50% - 46px));
  width: 100%;
  max-height: 100%;
  padding: 80px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    top: unset;
    bottom: 176px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 44px 20px;
    max-height: calc(100% - 176px);
  }
}
.c-mv__title {
  color: #fff;
  font-size: 5.3rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c-mv__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-mv__title {
    font-size: 3.5rem;
  }
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb1 {
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.54;
  letter-spacing: -0.02em;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .c-breadcrumb1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-breadcrumb1 li {
  display: contents;
  position: relative;
}
.c-breadcrumb1 li + li::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 14px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  margin: 0 20px 0 18px;
  background-color: #333;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Arrow
------------------------------------------------------------*/
.c-arrow1 {
  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: 40px;
  height: 40px;
  background-color: #d8e300;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-arrow1::before {
  content: "\e900";
  display: inline-block;
  color: #fff;
  font-family: "icomoon";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  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;
  width: 100%;
  max-width: 480px;
  padding: 34px 40px 32px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(5px) brightness(95%);
  backdrop-filter: blur(5px) brightness(95%);
}
@media only screen and (max-width: 767px) {
  .c-box1 {
    max-width: unset;
    padding: 34px 20px 32px;
  }
}
.c-box1__top {
  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;
  width: 100%;
  padding-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .c-box1__top {
    padding-bottom: 20px;
  }
}
.c-box1__tel {
  color: #fff;
  font-family: "Libre Caslon Text", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.107;
  text-align: center;
  white-space: nowrap;
}
.c-box1__tel small {
  display: inline-block;
  margin-right: 4px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.c-box1__time {
  margin-top: 3px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.54;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-box1__time {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-box1__bottom {
  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;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid #fff;
}
.c-box1__contact {
  max-width: 262px;
}
.c-box2 {
  position: relative;
  width: 100%;
  padding: 48px 40px;
  background-color: #fff;
  -webkit-clip-path: polygon(24px 0%, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0% 24px);
  clip-path: polygon(24px 0%, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0% 24px);
}
@media only screen and (max-width: 767px) {
  .c-box2 {
    padding: 45px 20px 43px;
  }
}
.c-box2__title {
  color: #005e3c;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-box2__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-box2__description {
  margin-top: 21px;
}
.c-box3 {
  position: relative;
  width: 100%;
  padding: 39px 40px 46px;
  background-color: #004d30;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .c-box3 {
    padding: 24px 24px 21px;
  }
}
.c-box3__inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .c-box3__inner {
    max-width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box3__inner {
    max-width: unset;
  }
}
.c-box3__title {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-box3__title {
    font-size: 1.7rem;
  }
}
.c-box3__top {
  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;
  width: 100%;
  margin-top: 34px;
  padding-bottom: 19px;
}
@media only screen and (max-width: 1023px) {
  .c-box3__top {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box3__top {
    margin-top: 21px;
    padding-bottom: 16px;
  }
}
.c-box3__tel {
  color: #fff;
  font-family: "Libre Caslon Text", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.107;
  text-align: center;
  white-space: nowrap;
}
.c-box3__tel small {
  display: inline-block;
  margin-right: 4px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.c-box3__time {
  margin-top: 3px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.54;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-box3__time {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-box3__bottom {
  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;
  width: 100%;
  padding-top: 18px;
  border-top: 1px solid #75807c;
}
@media only screen and (max-width: 767px) {
  .c-box3__bottom {
    padding-top: 14px;
  }
}
.c-box3__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-box3__text {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-box3__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: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 61px;
}
@media only screen and (max-width: 1023px) {
  .c-box3__groupbtn {
    margin-top: 24px;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box3__groupbtn {
    margin-top: 19px;
    margin-bottom: 3px;
  }
}
.c-box3__contact {
  max-width: 326px;
}
@media only screen and (max-width: 1023px) {
  .c-box3__contact {
    max-width: 262px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box3__contact {
    max-width: 296px;
  }
}
.c-box4 {
  position: relative;
  width: 100%;
  padding: 30px 40px 38px;
  background-color: #f5f7f7;
}
@media only screen and (max-width: 767px) {
  .c-box4 {
    padding: 18px 20px 22px;
  }
}
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btn1 {
  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: 112px;
  height: 112px;
  padding: 14px;
  background-color: #e6f306;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-btn1 {
    width: 80px;
    height: 80px;
    padding: 10px 10px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn1 {
    width: 64px;
    height: 64px;
    padding: 6px;
  }
}
.c-btn1__icon {
  color: #005e3c;
  font-size: 3.2rem;
}
.c-btn1__name {
  margin-top: 3px;
  color: #005e3c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-btn1__name {
    margin-bottom: -2px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn1__name {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 1.2rem;
    line-height: 1.167;
  }
}
.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: 100%;
  min-height: 56px;
  padding: 11px 12px 13px;
  background-color: #005e3c;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 374px) {
  .c-btn2 {
    padding: 11px 6px 13px;
  }
}
.c-btn2::after {
  content: "\e903";
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 8px;
  color: #d8e300;
  font-family: "icomoon";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-btn2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #d8e300;
  }
  .c-btn2:hover::after {
    color: #005e3c;
  }
  .c-btn2:hover .c-btn2__text {
    color: #005e3c;
  }
}
.c-btn2--reverse {
  min-height: 64px;
  padding: 12px 12px 13px;
  background-color: #d8e300;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 1023px) {
  .c-btn2--reverse {
    min-height: 56px;
  }
}
@media only screen and (min-width: 1023px) {
  .c-btn2--reverse:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 0 rgba(230, 243, 6, 0.7);
    box-shadow: 0 4px 0 rgba(230, 243, 6, 0.7);
  }
}
.c-btn2--reverse::after {
  color: #005e3c;
}
.c-btn2--reverse .c-btn2__text {
  color: #005e3c;
}
.c-btn2__text {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.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;
  width: 144px;
  height: 144px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #005e3c;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-in-out 0s, background 0.1s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s, background 0.1s ease-in-out 0s;
}
.c-btn3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  width: 0;
  height: 0;
  border: 0 solid;
  border-color: transparent transparent transparent #005e3c;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.c-btn3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  width: 0;
  height: 0;
  border: 0 solid;
  border-color: transparent #005e3c transparent transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-btn3:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #005e3c;
    -webkit-transition: opacity 0.5s ease-in-out 0s, background 0.5s ease-in-out 0.25s;
    transition: opacity 0.5s ease-in-out 0s, background 0.5s ease-in-out 0.25s;
  }
  .c-btn3:hover::before {
    border-width: 144px 144px;
  }
  .c-btn3:hover::after {
    border-width: 144px 144px;
  }
  .c-btn3:hover .c-btn3__text {
    color: #d8e300;
  }
}
.c-btn3__text {
  position: relative;
  color: #005e3c;
  font-family: "Libre Caslon Text", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.375;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.c-btn4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn4::before {
  content: "\e900";
  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;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  padding: 8px;
  background-color: transparent;
  border: 1px solid #005e3c;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #005e3c;
  font-family: "icomoon";
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-btn4:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn4:hover::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #005e3c;
    color: #d8e300;
  }
}
.c-btn4--white::before {
  border-color: #fff;
  color: #fff;
}
.c-btn4--white .c-btn4__text {
  color: #fff;
}
@media only screen and (min-width: 1023px) {
  .c-btn4--white:hover::before {
    background-color: #d8e300;
    border-color: #d8e300;
    color: #005e3c;
  }
}
.c-btn4--vertical {
  -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: 1023px) {
  .c-btn4--vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.c-btn4--vertical::before {
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  .c-btn4--vertical::before {
    margin-right: 16px;
  }
}
.c-btn4--vertical .c-btn4__text {
  margin-top: 16px;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-btn4--vertical .c-btn4__text {
    margin-top: 0;
    padding: 7px 0;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn4--vertical .c-btn4__text {
    padding: 9px 0 7px;
  }
}
.c-btn4__text {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -0.25em;
  padding: 7px 0;
  color: #005e3c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.25em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-btn4__text {
    padding: 9px 0 7px;
    font-size: 1.4rem;
  }
}
.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;
  width: min(400px, 100%);
  min-height: 80px;
  padding: 12px 40px 13px;
  background-color: #005e3c;
  border: none;
  border-radius: 8px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .c-btn5:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #d8e300;
    color: #005e3c;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn5 {
    width: 100%;
    min-height: 60px;
    padding: 10px 20px 11px;
    font-size: 1.7rem;
    line-height: 1.53;
  }
}
.c-btnmap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btnmap1::before {
  content: "\e905";
  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;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background-color: transparent;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e6e6e6;
  font-family: "icomoon";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-btnmap1--nochange .c-btnmap1__text {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
.c-btnmap1__text {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 0;
  color: #e6e6e6;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-btnmap1__text {
    font-size: 1.3rem;
    line-height: 1.48;
  }
}
.c-btnmap2 {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #005e3c;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-btnmap2 {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-btnmap2::before {
  content: "\e905";
  display: inline-block;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  margin-right: 4px;
  font-family: "icomoon";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
/*------------------------------------------------------------
    Card
------------------------------------------------------------*/
.c-card1 {
  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-card1 {
    -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__left {
  width: 39.2857142857%;
  padding-left: 24px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-card1__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 0;
  }
}
.c-card1__content {
  width: 100%;
  max-width: 360px;
  margin-right: auto;
  padding-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .c-card1__content {
    max-width: unset;
    margin-right: 0;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-card1__content {
    width: calc(100% + 1px);
    margin-left: -1px;
  }
}
.c-card1__title {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.125em;
}
@media only screen and (max-width: 1023px) {
  .c-card1__title {
    margin-left: 0.125em;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-card1__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-card1__description {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-card1__description {
    margin-top: 13px;
  }
}
.c-card1__right {
  width: 60.7142857143%;
}
@media only screen and (max-width: 1023px) {
  .c-card1__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
.c-card1__thumbgroup {
  position: relative;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .c-card1__thumbgroup {
    padding-top: 16px;
  }
}
.c-card1__thumbgroup::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -84px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  width: 11px;
  height: 154px;
  background-color: #d8e300;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-card1__thumbgroup::before {
    bottom: -49px;
    left: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .c-card1__thumbgroup::before {
    width: 4px;
    height: 69px;
  }
}
.c-card1__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 51.0294117647%;
}
.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__badge {
  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: absolute;
  top: 0;
  right: 24px;
  max-height: 100%;
  opacity: 0.5;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-card1__badge {
    right: 11px;
  }
}
.c-card1__label {
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767px) {
  .c-card1__label {
    font-size: 1.792rem;
    line-height: 1.199;
  }
}
.c-card1__num {
  margin-top: 2px;
  color: #fff;
  font-size: 8.9rem;
  font-weight: 400;
  line-height: 1.19;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-card1__num {
    margin-top: 1px;
    font-size: 3.986rem;
  }
}
.c-card2 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-card2::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  background-color: #fff;
  z-index: -1;
}
.c-card2__thumb {
  position: relative;
  margin-right: 24px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-card2__thumb {
    margin-right: 20px;
  }
}
.c-card2__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.170212766%;
}
.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__bottom {
  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: 100%;
  padding: 17px 24px 20px;
}
@media only screen and (max-width: 767px) {
  .c-card2__bottom {
    padding: 18px 24px 23px;
  }
}
.c-card2__bottom .c-arrow1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  margin-left: 22px;
}
@media only screen and (max-width: 767px) {
  .c-card2__bottom .c-arrow1 {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    margin-left: 12px;
  }
}
.c-card2__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-card2__date {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-card2__date {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-card2__catlist {
  display: contents;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-card2__catlist {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-card2__catlist::before {
  content: "｜";
}
.c-card2__catitem {
  display: contents;
}
.c-card2__catitem + .c-card2__catitem::before {
  content: "、";
}
.c-card2__cat {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-card2__title {
  margin-top: 3px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-card2__title {
    margin-top: 4px;
    font-size: 1.4rem;
  }
}
.c-card3 {
  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-card3__thumb {
  position: relative;
  width: 100%;
}
.c-card3__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.8497109827%;
}
@media only screen and (max-width: 767px) {
  .c-card3__thumb::before {
    padding-top: 62.0991253644%;
  }
}
.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__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;
  width: 100%;
  margin-top: 16px;
}
.c-card3__title {
  color: #005e3c;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-card3__title {
    font-size: 1.7rem;
    line-height: 1.53;
  }
}
.c-card3__description {
  margin-top: 13px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-card3__description {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-card4 {
  display: block;
  position: relative;
  width: 100%;
  padding: 33px 40px 47px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-card4:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #d8e300;
  }
}
@media only screen and (max-width: 767px) {
  .c-card4 {
    padding: 22px 20px 29px;
  }
}
.c-card4__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-card4__date {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-card4__date {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-card4__catlist {
  display: contents;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-card4__catlist {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-card4__catlist::before {
  content: "｜";
}
.c-card4__catitem {
  display: contents;
}
.c-card4__catitem + .c-card4__catitem::before {
  content: "、";
}
.c-card4__cat {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-card4__title {
  margin-top: 7px;
  color: #005e3c;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-card4__title {
    margin-top: 6px;
    font-size: 1.7rem;
    line-height: 1.53;
  }
}
/*------------------------------------------------------------
    Checkbox
------------------------------------------------------------*/
.c-checkbox2__group {
  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 -8px -8px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox2__group {
    -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-checkbox2__group .mwform-checkbox-field {
  display: inline-block;
  margin: 0 8px 8px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .c-checkbox2__group .mwform-checkbox-field {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-checkbox2__group .mwform-checkbox-field + .mwform-checkbox-field {
    margin-top: 8px;
  }
}
.c-checkbox2__group .mwform-checkbox-field label {
  display: block;
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-checkbox2__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;
  padding: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  cursor: pointer;
}
.c-checkbox2__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text {
  background-color: #d8e300;
}
.c-checkbox2__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background-color: #005e3c;
}
.c-checkbox2__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.c-checkbox2__group .mwform-checkbox-field label .mwform-checkbox-field-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  min-height: 64px;
  padding: 14px 12px 14px 44px;
  background-color: #f5f7f7;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.526;
  letter-spacing: -0.02em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-checkbox2__group .mwform-checkbox-field label .mwform-checkbox-field-text {
    padding: 10px 18px 11px 39px;
    font-size: 1.7rem;
    line-height: 1.53;
  }
}
.c-checkbox2__group .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 12px;
  width: 24px;
  height: 24px;
  background-color: #e1e6e6;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-checkbox2__group .mwform-checkbox-field label .mwform-checkbox-field-text::before {
    top: 14px;
    width: 20px;
    height: 20px;
  }
}
.c-checkbox2__group .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "\e909";
  display: block;
  position: absolute;
  top: 27px;
  left: 17px;
  opacity: 0;
  color: #d8e300;
  font-family: "icomoon";
  font-size: 1.141rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-checkbox2__group .mwform-checkbox-field label .mwform-checkbox-field-text::after {
    top: 19px;
    left: 16px;
    font-size: 1rem;
  }
}
.c-checkbox2__group--vertical {
  -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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}
.c-checkbox2__group--vertical .mwform-checkbox-field {
  margin: 0;
}
.c-checkbox2__group--vertical .mwform-checkbox-field + .mwform-checkbox-field {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .c-checkbox2__group--vertical .mwform-checkbox-field + .mwform-checkbox-field {
    margin-top: 8px;
  }
}
/*------------------------------------------------------------
    Content
------------------------------------------------------------*/
.c-content {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-content {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-content p + p {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .c-content p + p {
    margin-top: 25px;
  }
}
.c-content p:has(img) {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .c-content p:has(img) {
    margin-top: 21px;
  }
}
.c-content p:has(img) + p {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .c-content p:has(img) + p {
    margin-top: 22px;
  }
}
.c-content a {
  display: inline-block;
  position: relative;
  color: #005e3c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-content a {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-content a::after {
  content: "\e904";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 4px;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-content a::after {
    margin-left: 2px;
    font-size: 1.4rem;
  }
}
.c-content a:has(img)::after {
  content: none;
}
.c-content ol {
  counter-reset: section;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-content ol {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.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 ul {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-content ul {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-content ul li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-content ul li {
    padding-left: 17px;
  }
}
.c-content ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #005e3c;
}
@media only screen and (max-width: 767px) {
  .c-content ul li::before {
    top: 10px;
    left: 4px;
  }
}
.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%;
}
.c-content .wp-caption + .wp-caption {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .c-content .wp-caption + .wp-caption {
    margin-top: 19px;
  }
}
.c-content .wp-caption .wp-caption-text {
  margin-top: 8px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-content .wp-caption .wp-caption-text {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
    Error
------------------------------------------------------------*/
.c-error,
label.error,
.mw_wp_form span.error {
  color: #bf0000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-error,
label.error,
.mw_wp_form span.error {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
/*------------------------------------------------------------
    Floatnews
------------------------------------------------------------*/
.c-floatnews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 720px;
  max-width: calc(100vw - 240px);
  min-height: 120px;
  padding: 36px 40px 36px 0;
  background-color: #fff;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .c-floatnews {
    max-width: calc(100vw - 120px);
  }
}
@media only screen and (max-width: 767px) {
  .c-floatnews {
    -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;
    width: calc(100% - 104px);
    max-width: unset;
    min-height: unset;
    padding: 28px 15px 26px 0;
  }
}
.c-floatnews::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 120px;
  height: 120px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@media only screen and (max-width: 767px) {
  .c-floatnews::before {
    width: 104px;
    height: 100%;
    -webkit-clip-path: polygon(104px 0, 100% 0, 100% 100%, 0 100%, 0 104px);
    clip-path: polygon(104px 0, 100% 0, 100% 100%, 0 100%, 0 104px);
  }
}
.c-floatnews__heading {
  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-right: 32px;
}
@media only screen and (max-width: 767px) {
  .c-floatnews__heading {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    padding-right: 0;
  }
}
.c-floatnews__name {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  color: #005e3c;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.263;
  text-transform: uppercase;
}
.c-floatnews__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 32px;
  border-left: 1px solid #b3b3b3;
}
@media only screen and (max-width: 767px) {
  .c-floatnews__content {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding: 19px 0 20px;
    border-left: none;
  }
}
.c-floatnews__content .c-text2.is-nopost {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .c-floatnews__content .c-text2.is-nopost {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 46px;
    padding-bottom: 0;
  }
}
.c-floatnews__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .c-floatnews__basis {
    margin-top: 0;
  }
}
.c-floatnews__date {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: -0.02em;
}
.c-floatnews__catlist {
  display: contents;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: -0.02em;
}
.c-floatnews__catlist::before {
  content: "｜";
}
.c-floatnews__catitem {
  display: contents;
}
.c-floatnews__catitem + .c-floatnews__catitem::before {
  content: "、";
}
.c-floatnews__cat {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-floatnews__title {
  margin-top: 3px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-floatnews__last {
  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-left: 32px;
  border-left: 1px solid #b3b3b3;
}
@media only screen and (max-width: 767px) {
  .c-floatnews__last {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-top: 17px;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #b3b3b3;
  }
}
.c-floatnews__btn {
  display: inline-block;
  color: #005e3c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
}
@media only screen and (max-width: 767px) {
  .c-floatnews__btn {
    font-size: 1.4rem;
  }
}
.c-floatnews__btn::after {
  content: "\e900";
  display: inline-block;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 11px;
  margin-right: 1px;
  font-family: "icomoon";
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-floatnews__btn::after {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
/*------------------------------------------------------------
    Group
------------------------------------------------------------*/
.c-group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -24px;
}
@media only screen and (max-width: 1023px) {
  .c-group1 {
    margin: 0 -10px -24px;
  }
}
@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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
}
.c-group1__item {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 24px;
}
@media only screen and (max-width: 1023px) {
  .c-group1__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 24px;
  }
}
@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: 19px;
  }
}
.c-group1__item.is-two-third {
  width: calc(66.6666666667% - 40px);
}
@media only screen and (max-width: 1023px) {
  .c-group1__item.is-two-third {
    width: calc(66.6666666667% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .c-group1__item.is-two-third {
    width: 100%;
  }
}
.c-group1__item .c-note1 {
  margin-top: 8px;
}
.c-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2.05rem -24px;
}
@media only screen and (max-width: 1023px) {
  .c-group2 {
    margin: 0 -10px -24px;
  }
}
@media only screen and (max-width: 767px) {
  .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(33.3333333333% - 41px);
  margin: 0 2.05rem 24px;
}
@media only screen and (max-width: 1023px) {
  .c-group2__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group2__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-group2__item + .c-group2__item {
    margin-top: 19px;
  }
}
.c-group2__item .c-note1 {
  margin-top: 8px;
}
.c-group2__item .c-link2 {
  margin-top: 8px;
}
.c-group3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1px -2px;
}
@media only screen and (max-width: 767px) {
  .c-group3 {
    margin: 0 -2px -4px;
  }
}
.c-group3__item {
  position: relative;
  width: calc(33.3333333333% - 2px);
  margin: 0 1px 2px;
}
@media only screen and (max-width: 767px) {
  .c-group3__item {
    width: calc(50% - 4px);
    margin: 0 2px 4px;
  }
}
.c-group3__link {
  position: relative;
}
@media only screen and (min-width: 1023px) {
  .c-group3__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-group3__link:hover img {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
}
.c-group3__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-group3__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.c-group3__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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-group3__name {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 8px 9px;
  z-index: 1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-group3__name {
    width: calc(100% - 8px);
    padding: 1px 4px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-group3__name {
    font-size: 1.2rem;
  }
}
.c-group3__name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, right top, from(#005e3c), to(rgba(0, 94, 60, 0))) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #005e3c 0%, rgba(0, 94, 60, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #005e3c 0%, rgba(0, 94, 60, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
.c-group4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-group4 {
    -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;
  }
}
.c-group4__left {
  width: calc(67.3076923077% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-group4__left {
    width: calc(67.3076923077% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group4__left {
    width: 100%;
    margin-right: 0;
  }
}
.c-group4__left .c-note1 {
  margin-top: 8px;
}
.c-group4__thumbgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1px;
}
@media only screen and (max-width: 767px) {
  .c-group4__thumbgroup {
    -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-group4__thumbgroup .c-group4__thumb {
  width: calc(100% - 2px);
  margin: 0 1px;
}
@media only screen and (max-width: 767px) {
  .c-group4__thumbgroup .c-group4__thumb {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-group4__thumbgroup .c-group4__thumb + .c-group4__thumb {
    margin-top: 4px;
  }
}
.c-group4__text {
  margin-top: -2px;
}
.c-group4__right {
  width: calc(32.6923076923% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-group4__right {
    width: calc(32.6923076923% - 10px);
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group4__right {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
}
.c-group4__right .c-note1 {
  margin-top: 8px;
}
.c-group5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-group5 {
    -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;
  }
}
.c-group5__left {
  width: calc(32.6923076923% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-group5__left {
    width: calc(32.6923076923% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group5__left {
    width: 100%;
    margin-right: 0;
  }
}
.c-group5__left .c-note1:not(:first-child) {
  margin-top: 8px;
}
.c-group5__text {
  margin-top: -2px;
}
@media only screen and (max-width: 767px) {
  .c-group5__text {
    margin-top: 0;
  }
}
.c-group5__right {
  width: calc(67.3076923077% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-group5__right {
    width: calc(67.3076923077% - 10px);
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group5__right {
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
  }
}
.c-group5__right .c-note1:not(:first-child) {
  margin-top: 8px;
}
.c-group5__right .c-note1 + .c-group5__thumbgroup {
  margin-top: 8px;
}
.c-group5__thumbgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
@media only screen and (max-width: 1023px) {
  .c-group5__thumbgroup {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group5__thumbgroup {
    -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-group5__thumbgroup .c-group5__thumb {
  width: calc(50% - 40px);
  margin: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .c-group5__thumbgroup .c-group5__thumb {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group5__thumbgroup .c-group5__thumb {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-group5__thumbgroup .c-group5__thumb + .c-group5__thumb {
    margin-top: 19px;
  }
}
.c-group5__thumbgroup--startend {
  margin: 0 -1px;
}
@media only screen and (max-width: 767px) {
  .c-group5__thumbgroup--startend {
    margin: 0;
  }
}
.c-group5__thumbgroup--startend .c-group5__thumb {
  width: calc(50% - 2px);
  margin: 0 1px;
}
@media only screen and (max-width: 767px) {
  .c-group5__thumbgroup--startend .c-group5__thumb {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-group5__thumbgroup--startend .c-group5__thumb + .c-group5__thumb {
    margin-top: 4px;
  }
}
.c-group5__thumb {
  position: relative;
}
.c-group5__name {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  z-index: 1;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -0.02em;
}
.c-group5__name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0))) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
  z-index: -1;
}
.c-group6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .c-group6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px -16px;
  }
}
.c-group6__item {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .c-group6__item {
    width: calc(50% - 8px);
    margin: 0 4px 16px;
  }
}
.c-group7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -20px 0 -21px;
}
@media only screen and (max-width: 1023px) {
  .c-group7 {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group7 {
    -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-group7__item {
  width: calc(33.3333333333% - 41px);
  margin: 0 20px 0 21px;
}
@media only screen and (max-width: 1023px) {
  .c-group7__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group7__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-group7__item + .c-group7__item {
    margin-top: 21px;
  }
}
/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1 {
  position: relative;
  padding: 109px 0 102px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1 {
    padding: 109px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1 {
    padding: 113px 0 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-heading1--simple {
    padding-top: 61px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1--simple {
    padding-top: 73px;
  }
}
.c-heading1__main {
  margin-bottom: 21px;
  padding: 0 10px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__main {
    margin-bottom: 0;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__main {
    padding: 0;
  }
}
.c-heading1__title {
  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;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__title {
    -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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-heading1__en {
  margin-right: 32px;
  color: #baa95e;
  font-size: 9.96rem;
  font-weight: 400;
  line-height: 1.31;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__en {
    margin-right: 0;
    font-size: 8.6rem;
    line-height: 1.302;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__en {
    margin-left: 1px;
    font-size: 4.4rem;
    line-height: 1.32;
  }
}
.c-heading1__en--green {
  color: #005e3c;
}
.c-heading1__ja {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #1a1a1a;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.714;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__ja {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    margin-left: -2px;
    font-size: 2.4rem;
    line-height: 1.71;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__ja {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-heading1__breadcrumb {
  margin-left: max(40px, (100% - 1160px) / 2);
  padding: 15px 40px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__breadcrumb {
    margin-left: 40px;
    padding: 7px 40px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__breadcrumb {
    margin-left: 16px;
    padding: 14px 15px 16px;
  }
}
.c-heading1__content {
  padding: 40px 10px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__content {
    padding: 20px 0;
  }
}
.c-heading1__description {
  margin-top: -3px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__description {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__description {
    margin-top: -2px;
  }
}
.c-heading1__description + .c-heading1__nav {
  margin-top: 38px;
}
.c-heading1__nav {
  margin-bottom: 13px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__nav {
    display: none;
  }
}
/*------------------------------------------------------------
    Input
------------------------------------------------------------*/
.c-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.c-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 56px;
  padding: 11px 20px 12px;
  background-color: #f5f7f7;
  border: 1px solid #e1e6e6;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-input input {
    height: 48px;
    padding: 10px 16px 11px;
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 280px;
  padding: 13px 20px 14px;
  background-color: #f5f7f7;
  border: 1px solid #e1e6e6;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  resize: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-input textarea {
    padding: 11px 16px 12px;
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-input--default {
  width: min(476px, 100%);
}
.c-input--short {
  width: min(174px, 100%);
}
.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 -4px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-input__tel .mwform-tel-field {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-input__tel .mwform-tel-field input[type=text] {
  width: min(113px, 100%);
  margin: 0 4px;
}
.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;
  margin: 0 -4px;
  padding-left: 4px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-input__zip .mwform-zip-field {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-input__zip .mwform-zip-field input[type=text] {
  width: min(113px, 100%);
  margin: 0 4px;
}
.c-input__zip .mwform-zip-field input[type=text]:first-of-type {
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .c-input__zip .mwform-zip-field input[type=text]:first-of-type {
    margin-left: 10px;
  }
}
.c-input__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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .c-input__list {
    margin-top: 6px;
  }
}
.c-input__item {
  width: 100%;
}
.c-input__item + .c-input__item {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .c-input__item + .c-input__item {
    margin-top: 6px;
  }
}
.c-input__item .c-input__itemfield {
  margin-top: 3px;
}
/*------------------------------------------------------------
    Label
------------------------------------------------------------*/
.c-label1 {
  display: inline-block;
  position: relative;
  padding-left: 46px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-label1 {
    padding-left: 39px;
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-label1.is-required::before {
  content: "必須";
  background-color: #006e45;
  color: #d8e300;
}
.c-label1::before {
  content: "任意";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  padding: 1px 5px 1px 4px;
  background-color: #ededed;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #75807c;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-label1::before {
    top: 3px;
    padding: 0 3px 1px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-label2 {
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-label2 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
    Link
------------------------------------------------------------*/
.c-link1 {
  display: inline-block;
  position: relative;
  color: #005e3c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-link1 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-link1::after {
  content: "\e904";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 4px;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-link1::after {
    margin-left: 2px;
    font-size: 1.4rem;
  }
}
.c-link2 {
  display: inline-block;
  position: relative;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-link2 {
    font-size: 1.4rem;
  }
}
.c-link2::after {
  content: "\e904";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 3px;
  color: #005e3c;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-link2::after {
    margin-left: 2px;
    font-size: 1.4rem;
  }
}
.c-link2--youtube::after {
  margin-left: 0;
}
.c-link3 {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}
.c-link3::before {
  content: "\e908";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 1px;
  color: #005e3c;
  font-family: "icomoon";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-link3::before {
    top: 7px;
  }
}
.c-link3__text {
  position: relative;
  color: #005e3c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-link3__text {
    font-size: 1.4rem;
  }
}
.c-link3__text::after {
  content: "\e904";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 3px;
  color: #005e3c;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-link3__text::after {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    margin-left: 2px;
  }
}
/*------------------------------------------------------------
    List
------------------------------------------------------------*/
.c-list1 {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-list1 {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-list1 li {
  position: relative;
  padding-left: 20px;
}
.c-list1 li::before {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 1px;
  width: 14px;
  height: 14px;
  color: #005e3c;
  font-family: "icomoon";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-list1 li::before {
    top: 6px;
  }
}
.c-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px -12px 0;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-list2 {
    margin: 0 0 -4px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 374px) {
  .c-list2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-list2 li {
  position: relative;
  margin: 0 12px 12px 0;
}
@media only screen and (max-width: 767px) {
  .c-list2 li {
    width: 50%;
    margin: 0 0 4px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 374px) {
  .c-list2 li {
    width: 100%;
  }
}
.c-list2 li + li {
  padding-left: 28px;
}
@media only screen and (max-width: 767px) {
  .c-list2 li + li {
    padding-left: 0;
  }
}
.c-list2 li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewX(-45deg) translateY(4px);
  transform: skewX(-45deg) translateY(4px);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  width: 4px;
  height: 20px;
  background-color: #d8e300;
}
@media only screen and (max-width: 767px) {
  .c-list2 li + li::before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-list2 li:nth-child(2n) {
    padding-right: 0;
  }
}
.c-list3 {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-list3 {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-list3 li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-list3 li {
    padding-left: 17px;
  }
}
.c-list3 li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #005e3c;
}
@media only screen and (max-width: 767px) {
  .c-list3 li::before {
    top: 10px;
    left: 4px;
  }
}
/*------------------------------------------------------------
    Loading
------------------------------------------------------------*/
.c-loading {
  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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ebf0f0;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  z-index: 50;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.c-loading.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-loading__wrap {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .c-loading__wrap {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    padding: 16px;
  }
}
.c-loading__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;
}
@media only screen and (max-width: 767px) {
  .c-loading__content {
    -webkit-transform: scale(0.72);
    transform: scale(0.72);
  }
}
.c-loading__subtitle {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
  margin-top: -4px;
}
/*------------------------------------------------------------
    Menu
------------------------------------------------------------*/
.c-menu1 {
  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: 112px;
  height: 112px;
  padding: 14px;
  background-color: #00452c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-menu1 {
    width: 80px;
    height: 80px;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-menu1 {
    width: 64px;
    height: 64px;
    padding: 6px;
  }
}
.c-menu1.is-open span:nth-child(1) {
  width: 32px;
  -webkit-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}
.c-menu1.is-open span:nth-child(2) {
  -webkit-transform: translate(4px);
  transform: translate(4px);
  opacity: 0;
}
.c-menu1.is-open span:nth-child(3) {
  width: 32px;
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}
.c-menu1__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;
  width: 32px;
  height: 15px;
}
.c-menu1__inner span {
  display: block;
  height: 1px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-menu1__inner span:nth-child(1) {
  width: 32px;
}
.c-menu1__inner span:nth-child(2) {
  width: 24px;
}
.c-menu1__inner span:nth-child(3) {
  width: 16px;
}
/*------------------------------------------------------------
    Note
------------------------------------------------------------*/
.c-note1 {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-note1 {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
    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;
  margin: 0 -4px -8px;
}
.c-pagi1 li {
  margin: 0 4px 8px;
}
.c-pagi1 span,
.c-pagi1 a {
  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: 56px;
  height: 56px;
  padding: 8px;
  background-color: #e1e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #75807c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .c-pagi1 span:hover,
.c-pagi1 a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #d8e300;
    color: #005e3c;
  }
}
.c-pagi1 span.current,
.c-pagi1 a.current {
  background-color: #d8e300;
  pointer-events: none;
  color: #005e3c;
  font-weight: 700;
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1 {
  position: relative;
}
.c-part1::after {
  content: "";
  position: absolute;
  top: 130px;
  left: 40px;
  width: calc(100% - 40px);
  height: calc(100% - 130px);
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .c-part1::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.c-part1__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  padding-top: 40px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-part1__top {
    -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;
    padding-top: 0;
  }
}
.c-part1__left {
  position: relative;
  width: 60.7142857143%;
}
@media only screen and (max-width: 1023px) {
  .c-part1__left {
    width: 100%;
  }
}
.c-part1__left::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -53px;
  width: 106px;
  height: 106px;
  background-color: #d8e300;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 11px, 11px 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 11px, 11px 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-part1__left::before {
    top: unset;
    right: unset;
    bottom: -45px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__left::before {
    top: unset;
    right: unset;
    bottom: -45px;
    left: 10px;
    width: 64px;
    height: 64px;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 5px, 5px 100%);
    clip-path: polygon(0 100%, 100% 0, 100% 5px, 5px 100%);
  }
}
.c-part1__thumb {
  position: relative;
  width: 100%;
}
.c-part1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50.8823529412%;
}
@media only screen and (max-width: 767px) {
  .c-part1__thumb::before {
    padding-top: 51.0204081633%;
  }
}
.c-part1__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-part1__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 39.2857142857%;
}
@media only screen and (max-width: 1023px) {
  .c-part1__right {
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__right {
    padding: 0 20px;
  }
}
.c-part1__badge {
  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;
  width: 100%;
  max-width: 407px;
  margin-left: auto;
  margin-top: 2px;
  padding-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__badge {
    margin-top: 8px;
    max-width: unset;
    padding-left: 94px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__badge {
    padding-left: 54px;
  }
}
.c-part1__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #d5e0e0;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.33;
}
@media only screen and (max-width: 767px) {
  .c-part1__label {
    font-size: 2.4rem;
    line-height: 1.35;
  }
}
.c-part1__label::after {
  content: "";
  display: block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 100%;
  height: 1px;
  background-color: #d5e0e0;
}
@media only screen and (max-width: 767px) {
  .c-part1__label::after {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.c-part1__labeltext {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.c-part1__num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 59px;
  margin-left: 8px;
  color: #d5e0e0;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.167;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-part1__num {
    width: 43px;
    font-size: 3.5rem;
    line-height: 1.23;
  }
}
.c-part1__heading {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  margin-top: 34px;
  padding: 58px 40px 17px 20px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__heading {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__heading {
    margin-top: 16px;
  }
}
.c-part1__headinginner {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .c-part1__headinginner {
    max-width: unset;
  }
}
.c-part1__quote {
  color: #1a1a1a;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.536;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-part1__quote {
    font-size: 2.4rem;
    line-height: 1.54;
  }
}
.c-part1__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.c-part1__role {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 12px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-part1__role {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 1.4rem;
  }
}
.c-part1__name {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #005e3c;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-part1__name {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-part1__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: calc(100% - 40px);
  min-height: 80px;
  margin-left: 40px;
  padding: 12px 40px 13px;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .c-part1__groupbtn {
    width: 100%;
    margin-left: 0;
    padding: 12px 40px 13px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__groupbtn {
    min-height: 50px;
    padding: 12px 20px 9px;
  }
}
.c-part1__groupbtn.is-open .c-part1__btn::after {
  -webkit-transform: translate(0, 1px) rotate(180deg);
  transform: translate(0, 1px) rotate(180deg);
}
.c-part1__groupbtn.is-open .c-part1__btn span:nth-child(1) {
  display: none;
}
.c-part1__groupbtn.is-open .c-part1__btn span:nth-child(2) {
  display: inline-block;
}
.c-part1__innerbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .c-part1__innerbtn {
    max-width: unset;
  }
}
.c-part1__btn {
  display: inline-block;
  position: relative;
  color: #75807c;
  font-family: "Libre Caslon Text", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.737;
}
@media only screen and (max-width: 767px) {
  .c-part1__btn {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-part1__btn::after {
  content: "\e902";
  display: inline-block;
  margin-left: -1px;
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-part1__btn::after {
    font-size: 1.4rem;
  }
}
.c-part1__btn span {
  display: inline-block;
}
.c-part1__btn span:nth-child(1) {
  display: inline-block;
}
.c-part1__btn span:nth-child(2) {
  display: none;
}
.c-part1__main {
  position: relative;
  z-index: 1;
}
.c-part1__content {
  margin-left: 40px;
  padding: 0 40px 78px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__content {
    margin-left: 0;
    padding: 0 40px 78px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__content {
    padding: 0 20px 37px;
  }
}
.c-part1__contentinner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-part1__contentinner {
    max-width: unset;
  }
}
.c-part1__list {
  margin-top: 10px;
}
.c-part1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-part1__item + .c-part1__item {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .c-part1__item + .c-part1__item {
    margin-top: 39px;
  }
}
.c-part1__itemleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  padding-right: 14px;
}
@media only screen and (max-width: 767px) {
  .c-part1__itemleft {
    width: 36px;
    padding-right: 8px;
  }
}
.c-part1__no {
  display: block;
  width: 24px;
  margin-top: -4px;
  color: #e1e6e6;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.325;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-part1__no {
    width: 24px;
  }
}
.c-part1__itemright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 48px);
}
@media only screen and (max-width: 767px) {
  .c-part1__itemright {
    width: calc(100% - 36px);
  }
}
/*------------------------------------------------------------
    Phone
------------------------------------------------------------*/
.c-phone1 {
  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: 100%;
  padding: 13px 20px 12px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-phone1 {
    padding: 13px 20px 11px;
  }
}
@media only screen and (max-width: 767px) {
  .c-phone1 {
    padding: 13px 20px 12px;
  }
}
@media only screen and (max-width: 374px) {
  .c-phone1 {
    padding: 13px 7px 12px;
  }
}
.c-phone1__tel {
  color: #fff;
  font-family: "Libre Caslon Text", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.107;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 374px) {
  .c-phone1__tel {
    font-size: 2.4rem;
  }
}
.c-phone1__tel small {
  display: inline-block;
  margin-right: 4px;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media only screen and (max-width: 374px) {
  .c-phone1__tel small {
    font-size: 1.4rem;
  }
}
.c-phone1__time {
  margin-top: 3px;
  color: #e6e6e6;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-phone1__time {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .c-phone1__time {
    margin-top: 3px;
  }
}
/*------------------------------------------------------------
    Point
------------------------------------------------------------*/
.c-point1 {
  position: relative;
  padding-left: 52px;
  color: #1a1a1a;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.536;
  letter-spacing: 0.125em;
}
@media only screen and (max-width: 767px) {
  .c-point1 {
    padding-left: 47px;
    font-size: 2.4rem;
    line-height: 1.542;
  }
}
.c-point1::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  width: 8px;
  height: 40px;
  background-color: #d8e300;
}
@media only screen and (max-width: 767px) {
  .c-point1::before {
    width: 7px;
    height: 36px;
  }
}
.c-point2 {
  position: relative;
  padding-left: 18px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-point2 {
    font-size: 1.4rem;
  }
}
.c-point2::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #005e3c;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .c-point2::before {
    top: 4px;
  }
}
.c-point3 {
  position: relative;
  padding-left: 20px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-point3 {
    padding-left: 17px;
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-point3::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #005e3c;
}
@media only screen and (max-width: 767px) {
  .c-point3::before {
    top: 10px;
    left: 4px;
  }
}
/*------------------------------------------------------------
    Radio
------------------------------------------------------------*/
.c-radio__group {
  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 -8px -8px 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: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
.c-radio__group .mwform-radio-field {
  display: inline-block;
  margin: 0 8px 8px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field + .mwform-radio-field {
    margin-top: 8px;
  }
}
.c-radio__group .mwform-radio-field label {
  display: block;
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.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;
  padding: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  cursor: pointer;
}
.c-radio__group .mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text {
  background-color: #d8e300;
}
.c-radio__group .mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::before {
  background-color: #005e3c;
}
.c-radio__group .mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.c-radio__group .mwform-radio-field label .mwform-radio-field-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  min-height: 56px;
  padding: 14px 20px 14px 44px;
  background-color: #f5f7f7;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field label .mwform-radio-field-text {
    min-height: 48px;
    padding: 10px 18px 11px 39px;
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-radio__group .mwform-radio-field label .mwform-radio-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 12px;
  width: 24px;
  height: 24px;
  background-color: #e1e6e6;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field label .mwform-radio-field-text::before {
    top: 14px;
    width: 20px;
    height: 20px;
  }
}
.c-radio__group .mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 18px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field label .mwform-radio-field-text::after {
    top: 19px;
    left: 17px;
    width: 10px;
    height: 10px;
  }
}
.c-radio__group--style1 .mwform-radio-field {
  min-width: 174px;
}
@media only screen and (max-width: 767px) {
  .c-radio__group--style1 .mwform-radio-field {
    min-width: unset;
  }
}
/*------------------------------------------------------------
    SDGs
------------------------------------------------------------*/
.c-sdgs {
  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-sdgs__thumb {
  max-width: 120px;
}
.c-sdgs__text {
  margin-top: 24px;
  color: #1a1a1a;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-sdgs__text {
    font-size: 2rem;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
    Single
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .c-single1 {
    margin-right: -1px;
  }
}
.c-single1__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-single1__date {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-single1__date {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-single1__catlist {
  display: contents;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-single1__catlist {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-single1__catlist::before {
  content: "｜";
}
.c-single1__catitem {
  display: contents;
}
.c-single1__catitem + .c-single1__catitem::before {
  content: "、";
}
.c-single1__cat {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-single1__title {
  margin-top: 20px;
  color: #005e3c;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-single1__title {
    font-size: 2.9rem;
  }
}
.c-single1__content {
  margin-top: 62px;
}
@media only screen and (max-width: 767px) {
  .c-single1__content {
    margin-top: 39px;
  }
}
.c-single1__footer {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .c-single1__footer {
    margin-top: 40px;
  }
}
.c-single1__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 80px;
  padding: 12px 20px;
  background-color: #f5f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-single1__btn {
    min-height: 76px;
  }
}
.c-single1__btntext {
  position: relative;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-single1__btntext {
    font-size: 1.4rem;
  }
}
.c-single1__btntext::after {
  content: "\e907";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-left: 4px;
  color: #005e3c;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-single1__btntext::after {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
/*------------------------------------------------------------
    Slider
------------------------------------------------------------*/
.c-slider1__pagination {
  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: auto !important;
  margin: 0 -4px;
}
.c-slider1__dot {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background-color: transparent;
  border: 1px solid #005e3c;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-slider1__dot:hover {
    background-color: #005e3c;
  }
}
.c-slider1__dot.is-active {
  background-color: #005e3c;
  pointer-events: none;
}
.c-slider2 .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-slider2__slide {
  width: 430px;
  height: auto;
}
.c-slider2__slide .c-note1 {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .c-slider2__slide .c-note1 {
    margin-top: 8px;
  }
}
.c-slider2__pagination {
  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: auto !important;
  margin: 24px -4px -24px;
}
.c-slider2__dot {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 4px 24px;
  background-color: transparent;
  border: 1px solid #006e45;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-slider2__dot:hover {
    background-color: #006e45;
  }
}
.c-slider2__dot.is-active {
  background-color: #006e45;
  pointer-events: none;
}
/*------------------------------------------------------------
    Step
------------------------------------------------------------*/
.c-step1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -15px;
}
.c-step1__item {
  width: calc(0.3333333333 * (100% - 60px));
  margin: 0 15px;
}
.c-step1__item.is-active .c-step1__box {
  background-color: #d8e300;
}
.c-step1__item.is-active .c-step1__box::before {
  background-color: #d8e300;
}
.c-step1__item.is-active .c-step1__box::after {
  background-color: #d8e300;
}
.c-step1__item.is-active .c-step1__text {
  color: #005e3c;
}
.c-step1__item:first-child {
  width: calc(0.3472222222 * (100% - 60px));
}
.c-step1__item:first-child .c-step1__box::before {
  content: none;
}
.c-step1__item:last-child {
  width: calc(0.3472222222 * (100% - 60px));
}
.c-step1__item:last-child .c-step1__box::after {
  content: none;
}
.c-step1__box {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 80px;
  padding: 14px 18px 14px 17px;
  background-color: #e1e6e6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-step1__box {
    padding: 11px 14px;
  }
}
.c-step1__box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 20px;
  height: 100%;
  background-color: #e1e6e6;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 100% 50%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 100% 50%, 0 0);
}
.c-step1__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 100%;
  background-color: #e1e6e6;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.c-step1__text {
  color: #75807c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-step1__text {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
    Table
------------------------------------------------------------*/
.c-table1 {
  width: 100%;
  border-collapse: collapse;
}
.c-table1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  vertical-align: middle;
}
.c-table1__head .c-table1__row {
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-table1__head .c-table1__row {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-table1__head .c-table1__row th {
  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;
  padding: 5px 12px 3px;
  background-color: #e1e6e6;
  border-left: 1px solid #f5f7f7;
}
@media only screen and (max-width: 767px) {
  .c-table1__head .c-table1__row th {
    padding: 3px 12px 2px;
  }
}
.c-table1__head .c-table1__row th:first-child {
  border-left: none;
}
.c-table1__head .c-table1__row th:nth-child(1) {
  width: 49.9474237645%;
}
@media only screen and (max-width: 767px) {
  .c-table1__head .c-table1__row th:nth-child(1) {
    width: 49.9495459132%;
  }
}
.c-table1__head .c-table1__row th:nth-child(2) {
  width: 50.0525762355%;
}
@media only screen and (max-width: 767px) {
  .c-table1__head .c-table1__row th:nth-child(2) {
    width: 51.9677093845%;
  }
}
.c-table1__head .c-table1__row th:nth-child(3) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 81px;
}
@media only screen and (max-width: 767px) {
  .c-table1__head .c-table1__row th:nth-child(3) {
    width: 61px;
  }
}
.c-table1__head .c-table1__row th:nth-child(4) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 88px;
}
@media only screen and (max-width: 767px) {
  .c-table1__head .c-table1__row th:nth-child(4) {
    width: 68px;
  }
}
.c-table1__body {
  border-bottom: 1px solid #e1e6e6;
}
.c-table1__body .c-table1__row {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table1__body .c-table1__row {
    font-size: 1.4rem;
  }
}
.c-table1__body .c-table1__row th {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 49.9474237645%;
  padding: 12px 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-table1__body .c-table1__row th {
    width: 49.9495459132%;
    padding: 8px 14px 7px;
  }
}
.c-table1__body .c-table1__row td {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #e1e6e6;
}
.c-table1__body .c-table1__row td:nth-of-type(1) {
  width: 50.0525762355%;
  padding: 12px 20px;
}
@media only screen and (max-width: 767px) {
  .c-table1__body .c-table1__row td:nth-of-type(1) {
    width: 51.9677093845%;
    padding: 8px 14px 7px;
  }
}
.c-table1__body .c-table1__row td:nth-of-type(2) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 81px;
  padding: 12px 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-table1__body .c-table1__row td:nth-of-type(2) {
    width: 61px;
    padding: 8px 6px 7px;
  }
}
.c-table1__body .c-table1__row td:nth-of-type(3) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 88px;
  padding: 12px 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-table1__body .c-table1__row td:nth-of-type(3) {
    width: 68px;
    padding: 8px 6px 7px;
  }
}
.c-table1__body .c-table1__row:nth-child(2n) {
  background-color: #f5f7f7;
}
.c-table1__body .c-table1__row:nth-child(2n+1) {
  background-color: #fff;
}
.c-table2 {
  width: 100%;
  border-collapse: collapse;
}
.c-table2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  vertical-align: top;
  padding: 18px 0;
  border-bottom: 1px solid #e1e6e6;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table2__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 19px;
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-table2__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 174px;
  padding-right: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-table2__field {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
    line-height: 1.5;
  }
}
.c-table2__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 107px;
}
@media only screen and (max-width: 767px) {
  .c-table2__time {
    width: 92px;
  }
}
.c-table2__year {
  text-align: left;
}
.c-table2__month {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .c-table2__month {
    width: 30px;
    text-align: left;
  }
}
.c-table2__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 174px);
}
@media only screen and (max-width: 767px) {
  .c-table2__content {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin: 1px 0 -2px;
  }
}
.c-table2__content .c-btnmap2 {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .c-table2__content .c-btnmap2 {
    margin-top: 3px;
  }
}
.c-table3 {
  width: 100%;
  border-collapse: collapse;
}
.c-table3__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 24px 40px;
  background-color: #fff;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table3__row {
    -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;
    padding: 24px 20px;
  }
}
.c-table3__row + .c-table3__row {
  margin-top: 2px;
}
.c-table3__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  padding-right: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-table3__field {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-table3__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 767px) {
  .c-table3__content {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 8px;
  }
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.833;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.6rem;
    line-height: 1.8125;
  }
}
.c-text2 {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-text2 {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-text2--white {
  color: #fff;
}
.c-text3 {
  color: #1a1a1a;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.737;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-text3 {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.c-text4 {
  color: #1a1a1a;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.105;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-text4 {
    font-size: 1.7rem;
    line-height: 2.118;
  }
}
/*------------------------------------------------------------
    Thumbnail
------------------------------------------------------------*/
.c-thumb1 {
  position: relative;
  width: 100%;
}
.c-thumb1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70.796460177%;
}
@media only screen and (max-width: 767px) {
  .c-thumb1::before {
    padding-top: 70.9570957096%;
  }
}
.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-thumb1--short::before {
  padding-top: 64.8967551622%;
}
.c-thumb2 {
  position: relative;
  width: 100%;
}
.c-thumb2::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
@media only screen and (max-width: 767px) {
  .c-thumb2::before {
    padding-top: 75.2475247525%;
  }
}
.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-thumb2--long::before {
  content: none;
}
.c-thumb2--long img {
  position: relative;
  top: unset;
  left: unset;
}
.c-thumb3 {
  position: relative;
  width: 100%;
}
.c-thumb3::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75.1445086705%;
}
@media only screen and (max-width: 767px) {
  .c-thumb3::before {
    padding-top: 75.2186588921%;
  }
}
.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;
}
.c-thumb4 {
  position: relative;
  width: 100%;
}
.c-thumb4::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 74.8837209302%;
}
.c-thumb4 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-thumb5 {
  position: relative;
  width: 100%;
}
.c-thumb5::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 141.3888888889%;
}
.c-thumb5 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-thumb6 {
  position: relative;
  width: 100%;
}
.c-thumb6::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65.3125%;
}
.c-thumb6 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-thumb7 {
  position: relative;
  width: 100%;
}
.c-thumb7::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.875%;
}
.c-thumb7 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-thumb8 {
  position: relative;
  width: 100%;
}
.c-thumb8::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 74.8633879781%;
}
.c-thumb8 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-thumb9 {
  position: relative;
  width: 100%;
}
.c-thumb9::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 71.875%;
}
.c-thumb9 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--round {
  position: relative;
  width: 100%;
}
.c-thumb--round::before {
  content: "";
  display: block;
  width: 100%;
  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;
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  color: #1a1a1a;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.125em;
}
@media only screen and (max-width: 767px) {
  .c-title1 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-title1--white {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-title1--nochange {
    font-size: 2.3rem;
    line-height: 1.52;
  }
}
.c-title2 {
  position: relative;
  width: 100%;
  min-height: 56px;
  padding: 10px 24px;
  background-color: #005e3c;
  -webkit-clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 24px);
  clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 24px);
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-title2 {
    min-height: 48px;
    padding: 8px 24px 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-title3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.c-title3::after {
  content: "";
  display: block;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  width: 100%;
  height: 1px;
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .c-title3::after {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.c-title3__en {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  color: #005e3c;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.24;
}
@media only screen and (max-width: 767px) {
  .c-title3__en {
    font-size: 2.9rem;
  }
}
.c-title3__ja {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 16px;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.54;
}
@media only screen and (max-width: 767px) {
  .c-title3__ja {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.c-title4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .c-title4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .c-title4 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-title4--white .c-title4__en {
  color: #fff;
}
.c-title4--white .c-title4__ja {
  color: #d5e0e0;
}
.c-title4__en {
  margin-right: 12px;
  color: #005e3c;
  font-size: 6.9rem;
  font-weight: 400;
  line-height: 1.16;
}
@media only screen and (max-width: 1023px) {
  .c-title4__en {
    margin-right: 0;
    font-size: 5.7rem;
    line-height: 1.19;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-title4__en {
    font-size: 4.2rem;
    line-height: 1.43;
    text-align: left;
  }
}
.c-title4__ja {
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.54;
}
@media only screen and (max-width: 1023px) {
  .c-title4__ja {
    margin-top: 2px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-title4__ja {
    margin-top: -2px;
    text-align: left;
  }
}
.c-title5 {
  color: #005e3c;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-title5 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-title6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #1a1a1a;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-title6 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-title6::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}
.c-title6--green {
  color: #005e3c;
}
/*------------------------------------------------------------
    Upload
------------------------------------------------------------*/
.c-upload {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 26px;
}
.c-upload input {
  width: 100%;
}
.c-upload .mwform-file-delete {
  position: absolute;
  top: 0;
  right: 0;
}
.c-upload .mw-wp-form_image,
.c-upload .mw-wp-form_file {
  margin-top: 2px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-upload .mw-wp-form_image,
.c-upload .mw-wp-form_file {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
/*------------------------------------------------------------
    Video
------------------------------------------------------------*/
.c-video1 {
  position: relative;
  width: 100%;
  background-color: #808080;
}
.c-video1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.0693641618%;
}
.c-video1 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 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------
    Contact
------------------------------------------------------------*/
.c-contact1 {
  position: relative;
  width: 100%;
  padding: 104px 0;
  background-image: url("/assets/img/common/contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .c-contact1 {
    padding: 64px 0;
    background-image: url("/assets/img/common/contact-bg@sp.jpg");
  }
}
.c-contact1__heading .c-title1 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contact1__heading .c-title1 {
    margin-left: 0.125em;
  }
}
.c-contact1__description {
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contact1__description {
    font-weight: 400;
  }
}
.c-contact1__boxgroup {
  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-top: 38px;
}
@media only screen and (max-width: 767px) {
  .c-contact1__boxgroup {
    margin-top: 21px;
  }
}
.c-contact2 {
  position: relative;
  width: 100%;
  padding: 143px 0 160px;
  background-image: url("/assets/img/common/entry-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1023px) {
  .c-contact2 {
    padding: 98px 0 100px;
    background-image: url("/assets/img/common/entry-bg@tab.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .c-contact2 {
    padding: 60px 0 64px;
    background-image: url("/assets/img/common/entry-bg@sp.jpg");
  }
}
.c-contact2__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .c-contact2__inner {
    max-width: 620px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact2__inner {
    max-width: unset;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact2__heading .c-title4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact2__heading .c-title4 .c-title4__en {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact2__heading .c-title4 .c-title4__ja {
    text-align: center;
  }
}
.c-contact2__description {
  margin-top: 32px;
}
@media only screen and (max-width: 1023px) {
  .c-contact2__description {
    margin-top: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact2__description {
    margin-top: 21px;
    text-align: center;
  }
}
.c-contact2__boxgroup {
  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 -20px 0;
}
@media only screen and (max-width: 1023px) {
  .c-contact2__boxgroup {
    -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: 38px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact2__boxgroup {
    margin: 21px 0 0;
  }
}
.c-contact2__box {
  width: calc(50% - 40px);
  margin: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .c-contact2__box {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-contact2__box + .c-contact2__box {
    margin-top: 16px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Company section
------------------------------------------------------------*/
.top-company {
  position: relative;
  padding: 190px 0 128px;
}
@media only screen and (max-width: 767px) {
  .top-company {
    padding: 52px 0 80px;
  }
}
.top-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 320px;
  background-color: #baa95e;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
@media only screen and (max-width: 1023px) {
  .top-company::before {
    width: 240px;
    height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .top-company::before {
    content: none;
  }
}
.top-company::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  height: 160px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-company::after {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .top-company::after {
    width: 40px;
    height: 40px;
  }
}
.top-company__inner {
  position: relative;
  z-index: 1;
}
.top-company__title {
  color: #baa95e;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.32;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-company__title {
    font-size: 5.2rem;
    line-height: 1.308;
  }
}
@media only screen and (max-width: 374px) {
  .top-company__title {
    font-size: 4.6rem;
  }
}
.top-company__subtitle {
  margin-top: 14px;
  margin-left: 0.5em;
  color: #005e3c;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.74;
  letter-spacing: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-company__subtitle {
    margin-top: 11px;
    margin-left: 0;
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0;
  }
}
.top-company__content {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .top-company__content {
    margin-top: 43px;
  }
}
.top-company__text p + p {
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .top-company__text p + p {
    margin-top: 29px;
  }
}
.top-company__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 61px;
}
@media only screen and (max-width: 767px) {
  .top-company__btn {
    margin-top: 53px;
  }
}
/*------------------------------------------------------------
    CSS of Business section
------------------------------------------------------------*/
.top-business {
  position: relative;
  padding: 158px 0 160px;
}
@media only screen and (max-width: 767px) {
  .top-business {
    padding: 63px 0 96px;
  }
}
.top-business::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 320px;
  height: 320px;
  background-color: #005e3c;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-business::before {
    width: 240px;
    height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .top-business::before {
    width: 80px;
    height: 80px;
  }
}
.top-business::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  height: 160px;
  background-color: #005e3c;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-business::after {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .top-business::after {
    width: 40px;
    height: 40px;
  }
}
.top-business__inner {
  overflow: hidden;
}
.top-business__title {
  margin-left: 0.125em;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.528;
  letter-spacing: 0.125em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-business__title {
    font-size: 3.1rem;
    line-height: 1.55;
  }
}
.top-business__description {
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
}
.top-business__main {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .top-business__main {
    margin-top: 45px;
  }
}
.top-business__item + .top-business__item {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .top-business__item + .top-business__item {
    margin-top: 45px;
  }
}
.top-business__item:nth-child(1) .c-card1__badge {
  right: 24px;
}
@media only screen and (max-width: 767px) {
  .top-business__item:nth-child(1) .c-card1__badge {
    right: 11px;
  }
}
.top-business__item:nth-child(2) .c-card1__badge {
  right: 18px;
}
@media only screen and (max-width: 767px) {
  .top-business__item:nth-child(2) .c-card1__badge {
    right: 8px;
  }
}
.top-business__item:nth-child(3) .c-card1__badge {
  right: 19px;
}
@media only screen and (max-width: 767px) {
  .top-business__item:nth-child(3) .c-card1__badge {
    right: 8px;
  }
}
.top-business__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 104px -40px -16px 0;
}
@media only screen and (max-width: 767px) {
  .top-business__btn {
    margin: 45px -40px -16px 0;
    padding-right: 5px;
  }
}
.top-business__btn .c-btn4 {
  margin-right: 40px;
  margin-bottom: 16px;
}
.top-business__bg {
  position: relative;
  width: 100%;
  height: 480px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .top-business__bg {
    height: 210px;
  }
}
.top-business__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    CSS of Recruit section
------------------------------------------------------------*/
.top-recruit {
  position: relative;
  padding: 128px 0;
}
@media only screen and (max-width: 767px) {
  .top-recruit {
    padding: 64px 0 96px;
  }
}
.top-recruit::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 160px;
  height: 160px;
  background-color: #d8e300;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-recruit::before {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .top-recruit::before {
    width: 40px;
    height: 40px;
  }
}
.top-recruit::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  height: 160px;
  background-color: #d8e300;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-recruit::after {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .top-recruit::after {
    width: 40px;
    height: 40px;
  }
}
.top-recruit__inner {
  overflow: hidden;
}
.top-recruit__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) {
  .top-recruit__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;
  }
}
.top-recruit__left {
  width: 46.875%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__left {
    width: 100%;
    padding-right: 0;
  }
}
.top-recruit__leftinner {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__leftinner {
    max-width: unset;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .top-recruit__heading .c-title1 {
    margin-left: 0.125em;
    text-align: center;
  }
}
.top-recruit__subtitle {
  margin-top: 60px;
  color: #1a1a1a;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.525;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__subtitle {
    margin-top: 38px;
    margin-left: 0.05em;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .top-recruit__subtitle {
    margin-top: 22px;
    font-size: 3.5rem;
    line-height: 1.514;
  }
}
.top-recruit__content {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .top-recruit__content {
    margin-top: 20px;
  }
}
.top-recruit__text p + p {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .top-recruit__text p + p {
    margin-top: 25px;
  }
}
.top-recruit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 62px -40px -16px 0;
}
@media only screen and (max-width: 767px) {
  .top-recruit__btn {
    margin: 45px -40px -16px 0;
  }
}
.top-recruit__btn .c-btn4 {
  margin-right: 40px;
  margin-bottom: 16px;
}
.top-recruit__right {
  width: 53.125%;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__right {
    display: none;
    width: 100%;
  }
}
.top-recruit__thumbgroup {
  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;
}
.top-recruit__thumb {
  position: relative;
  width: 100%;
  max-width: 440px;
  overflow: hidden;
  -webkit-clip-path: polygon(80px 0%, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0% 80px);
  clip-path: polygon(80px 0%, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0% 80px);
}
.top-recruit__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 145.4545454545%;
}
.top-recruit__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;
}
.top-recruit__thumbtext {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  margin-left: 10px;
  color: #005e3c;
  font-size: 8.8rem;
  font-weight: 400;
  line-height: 1.08;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top-recruit__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.top-recruit__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__group {
    -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) {
  .top-recruit__group {
    margin-top: 64px;
  }
}
.top-recruit__groupleft {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__groupleft {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
  }
}
.top-recruit__groupleftinner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__groupleftinner {
    max-width: unset;
    margin: 0;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .top-recruit__groupleftinner {
    padding: 0 16px;
  }
}
.top-recruit__groupleftinner .c-text2.is-nopost {
  max-width: 1000px;
  margin-left: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__groupleftinner .c-text2.is-nopost {
    max-width: unset;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}
.top-recruit__grouplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__grouplist {
    max-width: unset;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .top-recruit__grouplist {
    -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;
  }
}
.top-recruit__grouplist .top-recruit__groupitem {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .top-recruit__grouplist .top-recruit__groupitem {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .top-recruit__slider {
    padding: 0 16px;
  }
}
.top-recruit__groupitem {
  width: 400px;
  height: auto;
  -webkit-transform: translateX(max(40px, (100vw - 1124px) / 2));
  transform: translateX(max(40px, (100vw - 1124px) / 2));
}
@media only screen and (max-width: 1023px) {
  .top-recruit__groupitem {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
}
@media only screen and (max-width: 767px) {
  .top-recruit__groupitem {
    width: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.top-recruit__pagination {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top-recruit__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 21px;
  }
}
.top-recruit__groupright {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(240px + max(0px, (100% - 1360px) / 2));
}
@media only screen and (max-width: 1023px) {
  .top-recruit__groupright {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.top-recruit__grouprightinner {
  width: 100%;
  max-width: 240px;
  margin-right: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__grouprightinner {
    max-width: unset;
    margin: 0;
    padding: 0;
  }
}
.top-recruit__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: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__groupbtn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 47px -40px -16px 0;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .top-recruit__groupbtn {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .top-recruit__groupbtn .c-btn4 {
    margin-right: 40px;
    margin-bottom: 16px;
  }
}
.top-recruit__groupbtn .c-btn4 + .c-btn4 {
  margin-top: 28px;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__groupbtn .c-btn4 + .c-btn4 {
    margin-top: 0;
  }
}
/*------------------------------------------------------------
    CSS of Business page
------------------------------------------------------------*/
.business {
  padding-top: 112px;
}
@media only screen and (max-width: 1023px) {
  .business {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .business {
    padding-top: 64px;
  }
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.business-heading {
  position: relative;
}
.business-heading::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .business-heading::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .business-heading::after {
    width: 40px;
    height: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.business-main {
  position: relative;
  padding: 0 0 154px;
}
@media only screen and (max-width: 767px) {
  .business-main {
    padding: 0 0 96px;
  }
}
.business-main::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .business-main::before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .business-main::before {
    width: 40px;
    height: 40px;
  }
}
.business-main::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  height: 160px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .business-main::after {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .business-main::after {
    width: 40px;
    height: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Block section
------------------------------------------------------------*/
.business-block {
  position: relative;
}
.business-block01 {
  padding: 139px 0 0;
}
@media only screen and (max-width: 767px) {
  .business-block01 {
    padding: 79px 0 0;
  }
}
.business-block01 .c-group2 {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .business-block01 .c-group2 {
    margin-top: 37px;
  }
}
.business-block01 .business-block__sub01 {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .business-block01 .business-block__sub01 {
    margin-top: 27px;
  }
}
.business-block01 .business-block__sub01 .c-text2 {
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .business-block01 .business-block__sub01 .c-text2 {
    margin-top: 5px;
  }
}
.business-block01 .business-block__sub01 .c-group3 {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .business-block01 .business-block__sub01 .c-group3 {
    margin-top: 17px;
  }
}
.business-block02 {
  padding: 127px 0 0;
}
@media only screen and (max-width: 767px) {
  .business-block02 {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__main {
    margin-top: 29px;
  }
}
.business-block02 .business-block__list {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__list {
    margin-top: 24px;
  }
}
.business-block02 .business-block__sub01 {
  padding-top: 54px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub01 {
    padding-top: 37px;
  }
}
.business-block02 .business-block__sub01 .business-block__item01 .c-group4 {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub01 .business-block__item01 .c-group4 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub01 .business-block__item01 .c-group4__right {
    margin-top: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub01 .business-block__item02 {
    padding-top: 44px;
  }
}
.business-block02 .business-block__sub01 .business-block__item02 .c-group5 {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub01 .business-block__item02 .c-group5 {
    margin-top: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub01 .business-block__item03 {
    padding-top: 48px;
  }
}
.business-block02 .business-block__sub01 .business-block__item03 .c-group4 {
  margin-top: 23px;
}
.business-block02 .business-block__sub01 .business-block__item03 .c-group4__sub01 {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub01 .business-block__item03 .c-group4__sub01 {
    margin-top: 25px;
  }
}
.business-block02 .business-block__sub01 .business-block__item03 .c-group4__sub01 .c-list1 {
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub01 .business-block__item03 .c-group4__sub01 .c-list1 {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub01 .business-block__item03 .c-group4__right .c-thumb2::before {
    padding-top: 70.9570957096%;
  }
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub01 .business-block__item03 .c-group4__right .c-note1 {
    text-align: left;
  }
}
.business-block02 .business-block__sub01 .business-block__item03 .c-group1 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub01 .business-block__item03 .c-group1 {
    margin-top: 19px;
    margin-bottom: 4px;
  }
}
.business-block02 .business-block__sub01 .business-block__item04 .c-group1 {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub01 .business-block__item04 .c-group1 {
    margin-top: 25px;
  }
}
.business-block02 .business-block__sub01 .business-block__item05 .c-group1 {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub01 .business-block__item05 .c-group1 {
    margin-top: 25px;
  }
}
.business-block02 .business-block__sub01 .business-block__item06 .c-group1 {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub01 .business-block__item06 .c-group1 {
    margin-top: 25px;
  }
}
.business-block02 .business-block__sub02 {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub02 {
    padding-top: 40px;
  }
}
.business-block02 .business-block__sub02 .business-block__item01 .c-group1 {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub02 .business-block__item01 .c-group1 {
    margin-top: 25px;
  }
}
.business-block02 .business-block__sub02 .business-block__item01 .business-block__groupbtn {
  margin: 38px 0 -2px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub02 .business-block__item01 .business-block__groupbtn {
    margin: 24px 0 0;
  }
}
.business-block02 .business-block__sub02 .business-block__item02 .c-group1 {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub02 .business-block__item02 .c-group1 {
    margin-top: 25px;
  }
}
.business-block02 .business-block__sub02 .business-block__item03 .c-group1 {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub02 .business-block__item03 .c-group1 {
    margin-top: 25px;
  }
}
.business-block02 .business-block__sub02 .business-block__item04 .c-group1 {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub02 .business-block__item04 .c-group1 {
    margin-top: 25px;
  }
}
.business-block02 .business-block__sub03 {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub03 {
    padding-top: 40px;
  }
}
.business-block02 .business-block__sub03 .business-block__item01 .c-group5 {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub03 .business-block__item01 .c-group5 {
    margin-top: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub03 .business-block__item01 .c-group5__right {
    margin-top: 19px;
  }
}
.business-block02 .business-block__sub03 .business-block__item02 .c-group5 {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub03 .business-block__item02 .c-group5 {
    margin-top: 21px;
    margin-bottom: 1px;
  }
}
.business-block02 .business-block__sub03a {
  margin-top: 38px;
  padding-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub03a {
    margin-top: 24px;
    padding-bottom: 0;
  }
}
.business-block02 .business-block__sub03a .c-text2 {
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub03a .c-text2 {
    margin-top: 5px;
  }
}
.business-block02 .business-block__sub03a .c-group2 {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub03a .c-group2 {
    margin-top: 25px;
  }
}
.business-block02 .business-block__sub04 {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub04 {
    padding-top: 40px;
  }
}
.business-block02 .business-block__sub04 .c-group5 {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub04 .c-group5 {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub04 .c-group5__right {
    margin-top: 19px;
  }
}
.business-block02 .business-block__sub05 {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub05 {
    padding-top: 40px;
  }
}
.business-block02 .business-block__sub05 .c-group5 {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .business-block02 .business-block__sub05 .c-group5 {
    margin-top: 22px;
  }
}
.business-block03 {
  padding: 127px 0 0;
}
@media only screen and (max-width: 767px) {
  .business-block03 {
    padding: 80px 0 0;
  }
}
.business-block03 .business-block__sub01 {
  padding-top: 54px;
}
@media only screen and (max-width: 767px) {
  .business-block03 .business-block__sub01 {
    padding-top: 37px;
  }
}
.business-block03 .business-block__sub01a {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .business-block03 .business-block__sub01a {
    margin-top: 24px;
  }
}
.business-block03 .business-block__sub01a .c-group2 {
  margin-top: 8px;
}
.business-block03 .business-block__sub02 {
  padding-top: 80px;
}
.business-block03 .business-block__sub02 .c-group5 {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .business-block03 .business-block__sub02 .c-group5__right {
    margin-top: 24px;
  }
}
.business-block04 {
  padding: 127px 0 0;
}
@media only screen and (max-width: 767px) {
  .business-block04 {
    padding: 80px 0 0;
  }
}
.business-block04 .business-block__sub01 {
  padding-top: 54px;
}
@media only screen and (max-width: 767px) {
  .business-block04 .business-block__sub01 {
    padding-top: 37px;
  }
}
.business-block04 .business-block__sub01 .c-group2 {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .business-block04 .business-block__sub01 .c-group2 {
    margin-top: 25px;
  }
}
.business-block04 .business-block__sub02 {
  padding-top: 80px;
}
.business-block04 .business-block__sub02a {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .business-block04 .business-block__sub02a {
    margin-top: 22px;
  }
}
.business-block04 .business-block__sub02a .c-group2 {
  margin-top: 8px;
}
.business-block04 .business-block__sub02b {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .business-block04 .business-block__sub02b {
    margin-top: 25px;
  }
}
.business-block04 .business-block__sub02b .c-group2 {
  margin-top: 8px;
}
.business-block05 {
  padding: 127px 0 0;
}
@media only screen and (max-width: 767px) {
  .business-block05 {
    padding: 80px 0 0;
  }
}
.business-block05 .c-group2 {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .business-block05 .c-group2 {
    margin-top: 37px;
  }
}
.business-block__main {
  margin-top: 28px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .business-block__main {
    margin-top: 30px;
    padding: 0;
  }
}
.business-block__subheading .c-text2 {
  margin-top: 22px;
}
.business-block__item + .business-block__item {
  margin-top: 24px;
}
.business-block__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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/*------------------------------------------------------------
    CSS of Achievements page
------------------------------------------------------------*/
.achievements {
  padding-top: 112px;
}
@media only screen and (max-width: 1023px) {
  .achievements {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .achievements {
    padding-top: 64px;
  }
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.achievements-heading {
  position: relative;
}
.achievements-heading::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .achievements-heading::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .achievements-heading::after {
    width: 40px;
    height: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.achievements-main {
  position: relative;
  padding: 140px 0 154px;
}
@media only screen and (max-width: 767px) {
  .achievements-main {
    padding: 80px 0 96px;
  }
}
.achievements-main::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .achievements-main::before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .achievements-main::before {
    width: 40px;
    height: 40px;
  }
}
.achievements-main::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  height: 160px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .achievements-main::after {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .achievements-main::after {
    width: 40px;
    height: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Block section
------------------------------------------------------------*/
.achievements-block {
  position: relative;
}
.achievements-block + .achievements-block {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .achievements-block + .achievements-block {
    padding-top: 45px;
  }
}
.achievements-block.is-hide {
  display: none;
}
.achievements-block.is-hide + .achievements-block {
  padding-top: 0;
}
.achievements-block__body {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .achievements-block__body {
    margin-top: 22px;
  }
}
.achievements-block__gallery + .achievements-block__information {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .achievements-block__gallery + .achievements-block__information {
    margin-top: 32px;
  }
}
.achievements-block__information {
  overflow-x: auto;
}
@media only screen and (max-width: 1023px) {
  .achievements-block__table {
    min-width: 920px;
  }
}
@media only screen and (max-width: 767px) {
  .achievements-block__table {
    min-width: 735px;
  }
}
/*------------------------------------------------------------
    CSS of Company page
------------------------------------------------------------*/
.company {
  padding-top: 112px;
}
@media only screen and (max-width: 1023px) {
  .company {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .company {
    padding-top: 64px;
  }
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.company-heading {
  position: relative;
}
.company-heading::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .company-heading::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .company-heading::after {
    width: 40px;
    height: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.company-main {
  position: relative;
  padding: 0 0 160px;
}
@media only screen and (max-width: 767px) {
  .company-main {
    padding: 0 0 96px;
  }
}
.company-main::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .company-main::before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .company-main::before {
    width: 40px;
    height: 40px;
  }
}
.company-main::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  height: 160px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .company-main::after {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .company-main::after {
    width: 40px;
    height: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Message section
------------------------------------------------------------*/
.company-message {
  position: relative;
  padding: 139px 0 0;
}
@media only screen and (max-width: 767px) {
  .company-message {
    padding: 79px 0 0;
  }
}
.company-message__main {
  margin-top: 30px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .company-message__main {
    margin-top: 32px;
    padding: 0;
  }
}
.company-message__thumbgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .company-message__thumbgroup {
    -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-right: -1px;
  }
}
.company-message__thumbleft {
  width: 62.5%;
}
@media only screen and (max-width: 767px) {
  .company-message__thumbleft {
    display: none;
    width: 100%;
  }
}
.company-message__thumb {
  position: relative;
  width: 100%;
}
.company-message__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}
.company-message__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;
}
.company-message__thumbright {
  width: 37.5%;
}
@media only screen and (max-width: 767px) {
  .company-message__thumbright {
    width: 100%;
  }
}
.company-message__content {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .company-message__content {
    margin-top: 26px;
  }
}
.company-message__text p + p {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .company-message__text p + p {
    margin-top: 25px;
  }
}
.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: 36px;
}
@media only screen and (max-width: 767px) {
  .company-message__info {
    margin-top: 35px;
  }
}
/*------------------------------------------------------------
    CSS of Philosophy section
------------------------------------------------------------*/
.company-philosophy {
  position: relative;
  padding: 125px 0 0;
}
@media only screen and (max-width: 767px) {
  .company-philosophy {
    padding: 76px 0 0;
  }
}
.company-philosophy__main {
  margin-top: 30px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .company-philosophy__main {
    margin-top: 32px;
    padding: 0;
  }
}
.company-philosophy__box {
  position: relative;
  width: 100%;
  padding: 37px 80px 35px;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy__box {
    padding: 37px 40px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__box {
    padding: 16px 20px 15px;
  }
}
.company-philosophy__text {
  color: #1a1a1a;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .company-philosophy__text {
    font-size: 1.7rem;
    line-height: 2;
  }
}
/*------------------------------------------------------------
    CSS of Outline section
------------------------------------------------------------*/
.company-outline {
  position: relative;
  padding: 127px 0 0;
}
@media only screen and (max-width: 767px) {
  .company-outline {
    padding: 79px 0 0;
  }
}
.company-outline__main {
  margin-top: 30px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .company-outline__main {
    margin-top: 32px;
    padding: 0;
  }
}
.company-outline__poster {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .company-outline__poster {
    margin-right: -1px;
  }
}
/*------------------------------------------------------------
    CSS of History section
------------------------------------------------------------*/
.company-history {
  position: relative;
  padding: 127px 0 0;
}
@media only screen and (max-width: 767px) {
  .company-history {
    padding: 78px 0 0;
  }
}
.company-history__main {
  margin-top: 30px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .company-history__main {
    margin-top: 32px;
    padding: 0;
  }
}
.company-history__table .c-table2__field {
  width: 171px;
}
@media only screen and (max-width: 767px) {
  .company-history__table .c-table2__field {
    width: 100%;
  }
}
.company-history__table .c-table2__content {
  width: calc(100% - 171px);
}
@media only screen and (max-width: 767px) {
  .company-history__table .c-table2__content {
    width: 100%;
  }
}
/*------------------------------------------------------------
    CSS of Action section
------------------------------------------------------------*/
.company-action {
  position: relative;
  padding: 127px 0 0;
}
@media only screen and (max-width: 767px) {
  .company-action {
    padding: 79px 0 0;
  }
}
.company-action__main {
  margin-top: 30px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .company-action__main {
    margin-top: 32px;
    padding: 0;
  }
}
.company-action__box1 {
  position: relative;
  width: 100%;
  padding: 48px 40px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .company-action__box1 {
    padding: 40px 24px 21px;
  }
}
.company-action__boxinner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .company-action__boxinner {
    max-width: unset;
  }
}
.company-action__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-top: 21px;
}
@media only screen and (max-width: 1023px) {
  .company-action__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;
    margin-top: 17px;
  }
}
.company-action__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 306px);
}
@media only screen and (max-width: 1023px) {
  .company-action__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .company-action__left {
    margin-top: 19px;
  }
}
.company-action__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 306px;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .company-action__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-left: 0;
  }
}
.company-action__sdgs {
  margin-top: 2px;
}
.company-action__sdgs img {
  width: 100%;
}
.company-action__box2 {
  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;
  position: relative;
  width: 100%;
  margin-top: 18px;
  padding: 24px;
  background-color: #f5f7f7;
}
@media only screen and (max-width: 1023px) {
  .company-action__box2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .company-action__box2 {
    margin-top: 17px;
    padding: 24px 24px 25px;
  }
}
.company-action__boxname {
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -0.01em;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .company-action__boxname {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .company-action__boxname {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.company-action__boxtext {
  margin: 13px 0 -2px;
}
@media only screen and (max-width: 767px) {
  .company-action__boxtext {
    margin: 14px 0 -4px;
  }
}
.company-action__grouplink {
  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: 18px;
}
@media only screen and (max-width: 767px) {
  .company-action__grouplink {
    margin-top: 17px;
  }
}
/*------------------------------------------------------------
    CSS of Recruit page
------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  .recruit .c-nav4__item {
    padding: 8px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .c-nav4__item {
    padding: 0;
  }
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.recruit-message {
  position: relative;
}
.recruit-message::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-message::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-message::after {
    width: 40px;
    height: 40px;
  }
}
.recruit-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__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;
  }
}
.recruit-message__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 112px 0 97px;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    padding: 0;
  }
}
.recruit-message__breadcrumb {
  padding: 24px 40px;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__breadcrumb {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-message__breadcrumb {
    padding: 16px;
  }
}
.recruit-message__leftinner {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__leftinner {
    max-width: unset;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-message__leftinner {
    padding: 0 16px;
  }
}
.recruit-message__content {
  width: 100%;
  max-width: 600px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__content {
    max-width: unset;
    padding-right: 0;
  }
}
.recruit-message__heading {
  margin-top: 85px;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__heading {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-message__heading {
    margin-top: 30px;
    padding: 0 8px;
  }
}
.recruit-message__main {
  margin-top: 77px;
}
@media only screen and (max-width: 767px) {
  .recruit-message__main {
    margin-top: 47px;
  }
}
.recruit-message__text {
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .recruit-message__text {
    margin-top: 18px;
  }
}
.recruit-message__text p + p {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .recruit-message__text p + p {
    margin-top: 36px;
  }
}
.recruit-message__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(520px + max(0px, (100% - 1360px) / 2));
}
@media only screen and (max-width: 1023px) {
  .recruit-message__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-top: 152px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-message__right {
    padding-top: 144px;
  }
}
.recruit-message__rightinner {
  width: 100%;
  max-width: 520px;
  height: 100%;
  margin-right: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__rightinner {
    max-width: unset;
    padding-right: 0;
  }
}
.recruit-message__thumbgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  margin: 0 -8px;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__thumbgroup {
    -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-message__thumbitem {
  width: calc(50% - 16px);
  margin: 0 8px;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__thumbitem {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .recruit-message__thumbitem + .recruit-message__thumbitem {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-message__thumbitem + .recruit-message__thumbitem {
    margin-top: 8px;
  }
}
.recruit-message__slider {
  height: 100%;
}
.recruit-message__slider.is-down .recruit-message__slide {
  -webkit-transform: translate(0, -104px);
  transform: translate(0, -104px);
}
@media only screen and (max-width: 1023px) {
  .recruit-message__slider.is-down .recruit-message__slide {
    -webkit-transform: translate(-573px, 0);
    transform: translate(-573px, 0);
  }
}
.recruit-message__slider.is-up .recruit-message__slide {
  -webkit-transform: translate(0, -790px);
  transform: translate(0, -790px);
}
@media only screen and (max-width: 1023px) {
  .recruit-message__slider.is-up .recruit-message__slide {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.recruit-message__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__slide {
    width: auto;
  }
}
.recruit-message__thumb img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__thumb img {
    width: auto;
    height: 348px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-message__thumb img {
    height: 174px;
  }
}
.recruit-message__footer {
  padding: 126px 0 160px;
}
@media only screen and (max-width: 767px) {
  .recruit-message__footer {
    padding: 42px 0 80px;
  }
}
/*------------------------------------------------------------
    CSS of Blog section
------------------------------------------------------------*/
.recruit-blog {
  position: relative;
  padding: 104px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .recruit-blog {
    padding: 48px 0 0;
  }
}
.recruit-blog .c-text2.is-nopost {
  text-align: center;
}
.recruit-blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-blog__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;
  }
}
.recruit-blog__item {
  width: 400px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .recruit-blog__item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-blog__slider {
    padding: 0 16px;
  }
}
.recruit-blog__slide {
  width: 400px;
  height: auto;
  -webkit-transform: translateX(218px);
  transform: translateX(218px);
}
@media only screen and (max-width: 1023px) {
  .recruit-blog__slide {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.recruit-blog__pagination {
  display: none;
}
@media only screen and (max-width: 767px) {
  .recruit-blog__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}
.recruit-blog__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 40px -40px -16px 0;
}
@media only screen and (max-width: 767px) {
  .recruit-blog__groupbtn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 48px -40px -16px 0;
  }
}
.recruit-blog__groupbtn .c-btn4 {
  margin-right: 40px;
  margin-bottom: 16px;
}
/*------------------------------------------------------------
    CSS of Interview section
------------------------------------------------------------*/
.recruit-interview {
  position: relative;
  padding: 107px 0 160px;
}
@media only screen and (max-width: 767px) {
  .recruit-interview {
    padding: 76px 0 80px;
  }
}
.recruit-interview::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-interview::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-interview::after {
    width: 40px;
    height: 40px;
  }
}
.recruit-interview__heading .c-list2 {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .recruit-interview__heading .c-list2 {
    margin-top: 23px;
  }
}
.recruit-interview__main {
  margin-top: 40px;
}
.recruit-interview__item + .recruit-interview__item {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .recruit-interview__item + .recruit-interview__item {
    margin-top: 24px;
  }
}
/*------------------------------------------------------------
    CSS of Education section
------------------------------------------------------------*/
.recruit-education {
  position: relative;
  padding: 143px 0 162px;
}
@media only screen and (max-width: 767px) {
  .recruit-education {
    padding: 75px 0 77px;
  }
}
.recruit-education::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: #d8e300;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-education::before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-education::before {
    width: 40px;
    height: 40px;
  }
}
.recruit-education::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #d8e300;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-education::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-education::after {
    width: 40px;
    height: 40px;
  }
}
.recruit-education__heading .c-text2 {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .recruit-education__heading .c-text2 {
    margin-top: 21px;
  }
}
.recruit-education__main {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .recruit-education__main {
    margin-top: 37px;
  }
}
/*------------------------------------------------------------
    CSS of Job Description section
------------------------------------------------------------*/
.recruit-jobdesc {
  position: relative;
  padding: 143px 0 160px;
}
@media only screen and (max-width: 767px) {
  .recruit-jobdesc {
    padding: 76px 0 96px;
  }
}
.recruit-jobdesc::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-jobdesc::before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-jobdesc::before {
    width: 40px;
    height: 40px;
  }
}
.recruit-jobdesc::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-jobdesc::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-jobdesc::after {
    width: 40px;
    height: 40px;
  }
}
.recruit-jobdesc__heading .c-title4 {
  margin-left: 9px;
}
@media only screen and (max-width: 1023px) {
  .recruit-jobdesc__heading .c-title4 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-jobdesc__heading .c-title4 .c-title4__en {
    margin-left: 5px;
  }
}
.recruit-jobdesc__main {
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .recruit-jobdesc__main {
    margin-top: 23px;
  }
}
/*------------------------------------------------------------
    CSS of Blog page
------------------------------------------------------------*/
.blog {
  padding-top: 112px;
}
@media only screen and (max-width: 1023px) {
  .blog {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .blog {
    padding-top: 64px;
  }
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.blog-heading {
  position: relative;
}
.blog-heading::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .blog-heading::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-heading::after {
    width: 40px;
    height: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.blog-main {
  position: relative;
  padding: 0 0 160px;
}
@media only screen and (max-width: 767px) {
  .blog-main {
    padding: 0 0 96px;
  }
}
.blog-main::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .blog-main::before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-main::before {
    width: 40px;
    height: 40px;
  }
}
.blog-main::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .blog-main::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-main::after {
    width: 40px;
    height: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.blog-archive {
  position: relative;
  padding: 140px 0 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .blog-archive {
    padding: 80px 0 0;
  }
}
.blog-archive__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 -20px -64px;
}
@media only screen and (max-width: 767px) {
  .blog-archive__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 -1px 0 0;
  }
}
.blog-archive__list .c-text2.is-nopost {
  width: 100%;
  text-align: center;
}
.blog-archive__item {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 64px;
}
@media only screen and (max-width: 1023px) {
  .blog-archive__item {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .blog-archive__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-archive__item + .blog-archive__item {
    margin-top: 24px;
  }
}
.blog-archive__pagi {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .blog-archive__pagi {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.blog-single {
  position: relative;
  margin-top: -21px;
  padding: 0 0 160px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .blog-single {
    margin-top: 0;
    padding: 80px 0 160px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single {
    padding: 40px 0 96px;
  }
}
.blog-single::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .blog-single::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single::after {
    width: 40px;
    height: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Contact page
------------------------------------------------------------*/
.contact {
  padding-top: 112px;
}
@media only screen and (max-width: 1023px) {
  .contact {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .contact {
    padding-top: 64px;
  }
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.contact-heading {
  position: relative;
}
.contact-heading::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .contact-heading::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-heading::after {
    width: 40px;
    height: 40px;
  }
}
.contact-heading .c-heading1__description {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1023px) {
  .contact-heading .c-heading1__description {
    margin-bottom: 0;
  }
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.contact-main {
  position: relative;
  padding: 0 0 160px;
}
@media only screen and (max-width: 767px) {
  .contact-main {
    padding: 0 0 96px;
  }
}
.contact-main::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .contact-main::before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-main::before {
    width: 40px;
    height: 40px;
  }
}
.contact-main::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  height: 160px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .contact-main::after {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-main::after {
    width: 40px;
    height: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Form section
------------------------------------------------------------*/
.contact-form {
  position: relative;
  padding: 140px 0 0;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 80px 0 0;
  }
}
.contact-form__description {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .contact-form__description {
    margin-top: 24px;
  }
}
.contact-form__description p + p {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .contact-form__description p + p {
    margin-top: 25px;
  }
}
.contact-form__body {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .contact-form__body {
    margin-top: 24px;
  }
}
.contact-form__row,
.contact-form__box {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 24px 40px 28px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row,
.contact-form__box {
    padding: 14px 20px 16px;
  }
}
.contact-form__row + .contact-form__row {
  margin-top: 2px;
}
.contact-form__row .contact-form__field {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row .contact-form__field {
    margin-top: 8px;
  }
}
.contact-form__row label.c-error,
.contact-form__row label.error {
  margin-top: 2px;
}
.contact-form__privacy .contact-form__label .c-text2 {
  margin-top: 10px;
}
.contact-form__privacy .contact-form__label .c-text2 .c-link1::after {
  margin-left: 3px;
}
@media only screen and (max-width: 767px) {
  .contact-form__privacy .contact-form__label .c-text2 .c-link1::after {
    margin-left: 2px;
  }
}
.contact-form__privacy .contact-form__field {
  margin-top: 10px;
}
.contact-form__footer {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .contact-form__footer {
    margin-top: 32px;
  }
}
.contact-form__btn {
  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: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .contact-form__btn {
    -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;
  }
}
.contact-form__btn button {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .contact-form__btn button {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form__btn button + button {
    margin-top: 8px;
  }
}
.contact-form__recaptcha {
  text-align: center;
}
.mw_wp_form .contact-form__field .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .contact-form__row span.error {
  margin-top: 2px;
}
.mw_wp_form .c-input__tel .mwform-tel-field {
  font-size: 0;
}
.mw_wp_form .c-input__zip .mwform-zip-field {
  font-size: 0;
}
.mw_wp_form .c-input__zip .mwform-zip-field::before {
  content: "〒";
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form .c-input__zip .mwform-zip-field::before {
    font-size: 1.4rem;
  }
}
.mw_wp_form_input .c-step1__item:nth-child(1) .c-step1__box {
  background-color: #d8e300;
}
.mw_wp_form_input .c-step1__item:nth-child(1) .c-step1__box::before {
  background-color: #d8e300;
}
.mw_wp_form_input .c-step1__item:nth-child(1) .c-step1__box::after {
  background-color: #d8e300;
}
.mw_wp_form_input .c-step1__item:nth-child(1) .c-step1__text {
  color: #005e3c;
}
.mw_wp_form_confirm .c-step1__item:nth-child(2) .c-step1__box {
  background-color: #d8e300;
}
.mw_wp_form_confirm .c-step1__item:nth-child(2) .c-step1__box::before {
  background-color: #d8e300;
}
.mw_wp_form_confirm .c-step1__item:nth-child(2) .c-step1__box::after {
  background-color: #d8e300;
}
.mw_wp_form_confirm .c-step1__item:nth-child(2) .c-step1__text {
  color: #005e3c;
}
.mw_wp_form_complete .c-step1__item:nth-child(3) .c-step1__box {
  background-color: #d8e300;
}
.mw_wp_form_complete .c-step1__item:nth-child(3) .c-step1__box::before {
  background-color: #d8e300;
}
.mw_wp_form_complete .c-step1__item:nth-child(3) .c-step1__box::after {
  background-color: #d8e300;
}
.mw_wp_form_complete .c-step1__item:nth-child(3) .c-step1__text {
  color: #005e3c;
}
.mw_wp_form_confirm .contact-form__row .contact-form__field {
  min-height: 28px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form__row .contact-form__field {
    min-height: 25px;
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.mw_wp_form_confirm .contact-form__row6 .c-input__list {
  display: none;
}
.mw_wp_form_confirm .c-radio__group {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mw_wp_form_confirm .c-input__item .c-input__itemfield {
  min-height: 28px;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .c-input__item .c-input__itemfield {
    min-height: 25px;
  }
}
.mw_wp_form_confirm .c-input__tel .mwform-tel-field {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .c-input__tel .mwform-tel-field {
    font-size: 1.4rem;
  }
}
.mw_wp_form_confirm .c-input__zip .mwform-zip-field {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .c-input__zip .mwform-zip-field {
    font-size: 1.4rem;
  }
}
.mw_wp_form_confirm .c-input__zip .mwform-zip-field::before {
  content: none;
}
.mw_wp_form_confirm .contact-form__privacy .contact-form__field {
  margin-top: 0;
}
.grecaptcha-badge {
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 138px !important;
  }
}
/*------------------------------------------------------------
    CSS of Privacy page
------------------------------------------------------------*/
.privacy {
  padding-top: 112px;
}
@media only screen and (max-width: 1023px) {
  .privacy {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy {
    padding-top: 64px;
  }
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.privacy-heading {
  position: relative;
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.privacy-main {
  position: relative;
  margin-top: -21px;
  padding: 0 0 157px;
}
@media only screen and (max-width: 1023px) {
  .privacy-main {
    margin-top: 0;
    padding: 80px 0 157px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-main {
    padding: 40px 0 96px;
  }
}
.privacy-main::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  height: 160px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .privacy-main::after {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-main::after {
    width: 40px;
    height: 40px;
  }
}
.privacy-main__row + .privacy-main__row {
  margin-top: 63px;
}
@media only screen and (max-width: 767px) {
  .privacy-main__row + .privacy-main__row {
    margin-top: 38px;
  }
}
.privacy-main__row:nth-child(1) .c-title6::before {
  content: "１．";
}
.privacy-main__row:nth-child(2) .c-title6::before {
  content: "２．";
}
.privacy-main__row:nth-child(3) .c-title6::before {
  content: "３．";
}
.privacy-main__row:nth-child(4) .c-title6::before {
  content: "４．";
}
.privacy-main__row:nth-child(5) .c-title6::before {
  content: "５．";
}
.privacy-main__row:nth-child(6) .c-title6::before {
  content: "６．";
}
.privacy-main__row:nth-child(7) .c-title6::before {
  content: "７．";
}
.privacy-main__row:nth-child(8) .c-title6::before {
  content: "８．";
}
.privacy-main__content {
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .privacy-main__content {
    margin-top: 16px;
  }
}
.privacy-main__content .c-box4 {
  margin-top: 10px;
}
.privacy-main__content:has(.c-box4) {
  padding-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .privacy-main__content:has(.c-box4) {
    padding-bottom: 2px;
  }
}
.privacy-main__row8 .c-box4 .c-point3 {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .privacy-main__row8 .c-box4 .c-point3 {
    margin-top: 8px;
  }
}
/*------------------------------------------------------------
    CSS of News page
------------------------------------------------------------*/
.news {
  padding-top: 112px;
}
@media only screen and (max-width: 1023px) {
  .news {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .news {
    padding-top: 64px;
  }
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.news-heading {
  position: relative;
}
.news-heading::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .news-heading::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .news-heading::after {
    width: 40px;
    height: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.news-main {
  position: relative;
  padding: 0 0 160px;
}
@media only screen and (max-width: 767px) {
  .news-main {
    padding: 0 0 96px;
  }
}
.news-main::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .news-main::before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .news-main::before {
    width: 40px;
    height: 40px;
  }
}
.news-main::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  height: 160px;
  background-color: #f5f7f7;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .news-main::after {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .news-main::after {
    width: 40px;
    height: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.news-archive {
  position: relative;
  padding: 141px 0 0;
}
@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 79px 0 0;
  }
}
.news-archive__list {
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .news-archive__list {
    margin-top: 23px;
  }
}
.news-archive__item + .news-archive__item {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .news-archive__item + .news-archive__item {
    margin-top: 16px;
  }
}
.news-archive__pagi {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .news-archive__pagi {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.news-single {
  position: relative;
  margin-top: -21px;
  padding: 0 0 160px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .news-single {
    margin-top: 0;
    padding: 80px 0 160px;
  }
}
@media only screen and (max-width: 767px) {
  .news-single {
    padding: 40px 0 96px;
  }
}
.news-single::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  height: 160px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .news-single::after {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .news-single::after {
    width: 40px;
    height: 40px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Animation
------------------------------------------------------------*/
.u-anime__fadeup {
  -webkit-animation: 0.4s fadeUp linear both;
  animation: 0.4s fadeUp linear both;
}
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
.u-inblock {
  display: inline-block;
}
.u-fullscreen {
  height: 100%;
  overflow-y: scroll;
}
.u-fullscreen body {
  height: 100%;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__white100 {
  background-color: #fff;
}
.u-bg__green200 {
  background-color: #005e3c;
}
.u-bg__yellow100 {
  background-color: #d8e300;
}
.u-bg__yellow200 {
  background-color: #eefa05;
}
.u-bg__black200 {
  background-color: #1a1a1a;
}
.u-bg__cyan100 {
  background-color: #f5f7f7;
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-serif {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
}
.u-libre-caslon {
  font-family: "Libre Caslon Text", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.u-medium {
  font-weight: 500;
}
.u-bold {
  font-weight: 700;
}
.u-left {
  text-align: left;
}
.u-center {
  text-align: center;
}
.u-nowrap {
  white-space: nowrap;
}
.u-blur {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: 0;
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.u-blur.is-hide {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
@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;
  }
}
.is-sp__inblock {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-sp__inblock {
    display: inline-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;
  }
}