@charset "UTF-8";
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", 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 Serif JP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
input,
textarea {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", 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 Serif JP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", 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: 40px;
}
.c-nav1__link {
  display: inline-block;
  position: relative;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .c-nav1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #548c6b;
  }
}
.c-nav1__link.is-active {
  color: #548c6b;
}
.c-nav2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-nav2__item {
  width: 100%;
}
.c-nav2__item + .c-nav2__item {
  margin-top: 16px;
}
.c-nav2__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 8px 20px 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.c-nav2__link::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #6f9e82;
  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 (min-width: 1023px) {
  .c-nav2__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #548c6b;
  }
  .c-nav2__link:hover::after {
    color: #548c6b;
  }
}
.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;
  margin-top: 4px;
}
.c-nav2__subitem {
  width: 100%;
}
.c-nav2__subitem + .c-nav2__subitem {
  margin-top: 4px;
}
.c-nav2__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (min-width: 1023px) {
  .c-nav2__sublink:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    border-color: #c5dbce;
    color: #548c6b;
  }
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-header.is-default .c-header__main {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-header.is-default .c-header__logowrap1 {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.c-header.is-default .c-header__social {
  bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-header.is-default .c-header__social {
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header.is-default .c-header__social {
    bottom: 11px;
  }
}
.c-header.is-default .c-header__social--style1 {
  bottom: 112px;
}
@media only screen and (max-width: 767px) {
  .c-header.is-default .c-header__social--style1 {
    bottom: 11px;
  }
}
.c-header.is-default .c-header__social.is-default .c-social1__text {
  color: #1a1a1a;
}
@media only screen and (min-width: 1023px) {
  .c-header.is-default .c-header__social.is-default .c-social1__link:hover .c-social1__text {
    color: #548c6b;
  }
}
.c-header.is-default .c-social1__text {
  color: #1a1a1a;
}
.c-header.is-sticky .c-header__inner {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  background-color: rgba(255, 255, 255, 0.95);
}
@media only screen and (max-width: 767px) {
  .c-header.is-sticky .c-header__logowrap1 {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 104px;
  padding-right: 104px;
  background-color: transparent;
  z-index: 20;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-header__inner {
    min-height: 80px;
    padding-right: 80px;
  }
}
.c-header__logowrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 24px 32px;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-header__logowrap1 {
    padding: 12px 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.c-header__logo1 {
  display: inline-block;
}
.c-header__logo1 img {
  width: 215px;
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .c-header__nav {
    display: none;
  }
}
.c-header__main {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 80px 0 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .c-header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 68px 0 0;
  }
}
.c-header__logowrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  padding: 24px 32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-header__logowrap2 {
    padding: 12px 16px;
  }
}
.c-header__logowrap2[data-animation][data-animation-type=blurIn] {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.c-header__logo2 {
  display: inline-block;
}
.c-header__logo2 img {
  width: 215px;
}
.c-header__social {
  position: fixed;
  bottom: 112px;
  right: 40px;
  z-index: 8;
}
@media only screen and (max-width: 1023px) {
  .c-header__social {
    bottom: 102px;
    right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__social {
    bottom: 11px;
    right: 22px;
    width: calc(100% - 44px);
  }
}
@media only screen and (max-width: 399px) {
  .c-header__social {
    right: 10px;
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .c-header__social .c-social1 {
    display: none;
  }
}
.c-header__social.is-default .c-social1__text {
  color: #1a1a1a;
}
.c-header__social .c-social2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-header__social .c-social2 {
    display: block;
    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__social.is-default .c-social2 {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.c-header__social--style1 {
  bottom: 112px;
}
@media only screen and (max-width: 767px) {
  .c-header__social--style1 {
    bottom: 11px;
  }
}
.c-header__menubtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 25;
}
.c-header__menuouter {
  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;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 22;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.c-header__menuouter.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__menu {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-header__menu {
    background-color: #f5f5f5;
  }
}
.c-header__menu::after {
  content: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #313332;
}
@media only screen and (max-width: 1023px) {
  .c-header__menu::after {
    content: "";
  }
}
.c-header__menuwrap {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    overflow-y: auto;
  }
}
.c-header__menuleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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: 33.3333333333%;
  background-color: #313332;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuleft {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
}
.c-header__menuleftinner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 104px 40px;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuleftinner {
    max-width: unset;
    padding: 64px 64px 120px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menuleftinner {
    padding: 64px 40px 120px;
  }
}
@media only screen and (max-width: 374px) {
  .c-header__menuleftinner {
    padding: 64px 20px 120px;
  }
}
.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: center;
  -ms-flex-align: center;
  align-items: center;
}
@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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@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: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-header__menugroupleft {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-header__menugroupleft {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menugroupleft {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-header__menulogowrap {
  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-header__menulogo {
  display: inline-block;
}
.c-header__menulogo img {
  width: 104.35px;
}
.c-header__menugroupright {
  width: 100%;
  margin-top: 64px;
}
@media only screen and (max-width: 1023px) {
  .c-header__menugroupright {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    margin-top: 0;
    margin-left: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menugroupright {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 64px;
    margin-left: 0;
  }
}
.c-header__menuname {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.c-header__menuaddress {
  margin-top: 7px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-header__menumap {
  margin-top: 7px;
}
.c-header__menubody {
  margin: 40px 0 46px;
}
@media only screen and (max-width: 1023px) {
  .c-header__menubody {
    margin: 40px 0 0;
  }
}
.c-header__menubody .c-btn1 {
  max-width: 320px;
}
@media only screen and (max-width: 767px) {
  .c-header__menubody .c-btn1 {
    max-width: unset;
  }
}
.c-header__menubody .c-linklist1 {
  margin-top: 21px;
}
.c-header__menuright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -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: 66.6666666667%;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuright {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
}
.c-header__menurightinner {
  width: 100%;
  max-width: 760px;
  max-height: 100%;
  margin: 0 auto;
  padding: 104px 40px;
}
@media only screen and (max-width: 1023px) {
  .c-header__menurightinner {
    max-width: unset;
    max-height: unset;
    padding: 120px 80px 117px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menurightinner {
    padding: 96px 20px;
  }
}
.c-header__menunav {
  position: relative;
  max-height: 100%;
  padding-right: 40px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (min-width: 1023px) {
  .c-header__menunav::-webkit-scrollbar-track {
    background-color: #e6e6e6;
  }
  .c-header__menunav::-webkit-scrollbar {
    width: 5px;
    background-color: #e6e6e6;
  }
  .c-header__menunav::-webkit-scrollbar-thumb {
    background-color: #6f9e82;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__menunav {
    max-height: unset;
    padding-right: 0;
  }
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
}
.c-footer__main {
  position: relative;
  padding: 24px 0 23px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-footer__main {
    padding: 24px 0 90px;
  }
}
.c-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-footer__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .c-footer__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-footer__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-footer__logo {
  display: inline-block;
}
.c-footer__logo img {
  width: 246px;
}
.c-footer__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 15px;
  padding-left: 56px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 24px;
    padding-left: 0;
  }
}
.c-footer__address {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-footer__map {
  margin-top: 7px;
}
.c-footer__copyright {
  margin-top: 54px;
  color: #808080;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 30px;
  }
}
.l-container--full {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.l-container--w840 {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .l-container--w840 {
    max-width: unset;
    padding: 0 30px;
  }
}
.l-content--w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.l-content--w1040 {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.l-content--w720 {
  width: 100%;
  max-width: 720px;
}
@media only screen and (max-width: 1023px) {
  .l-content--w720 {
    max-width: unset;
  }
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 400px + 120px);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-mv {
    height: calc(100vh - 477px + 85px);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv {
    height: calc(100vh - 265px + 81px);
  }
}
.c-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 60px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .c-mv__content {
    top: -109px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    top: -15px;
    padding: 0 30px;
  }
}
.c-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #1a1a1a;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.107em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-mv__title {
    font-size: 2.1rem;
    letter-spacing: 0.096em;
  }
}
.c-mv__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 40px;
  padding: 7px 4px 2px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-mv__title span {
    width: 31px;
    padding: 5px 4px 5px 1px;
  }
}
.c-mv__title span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.c-mv__title span + span {
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .c-mv__title span + span {
    margin-left: 6px;
    padding: 5px 4px 8px 1px;
  }
}
.c-mv__title span[data-animation][data-animation-type=revealText]:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.c-mv__title span[data-animation][data-animation-type=revealText]:nth-child(1)::after {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.c-mv__title span[data-animation][data-animation-type=revealText]:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.c-mv__title span[data-animation][data-animation-type=revealText]:nth-child(2)::after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.c-mv__bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-mv__slider {
  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-mv2 {
  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%;
  height: 100vh;
  background-color: #fafafa;
  z-index: 1;
}
.c-mv2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  height: max(215px, 36%);
  max-height: 360px;
  padding: 104px 51px 52px;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__content {
    height: max(260px, 41.8181818182%);
    max-height: 460px;
    padding: 104px 57px 37px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__content {
    height: max(233px, 35.4642313546%);
    max-height: 233px;
    padding: 148px 6px 40px;
  }
}
@media only screen and (max-width: 374px) {
  .c-mv2__content {
    padding: 148px 12px 24px;
  }
}
.c-mv2__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/noisy-texture.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: left top;
}
.c-mv2__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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  z-index: 1;
  color: #1a1a1a;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.567;
  letter-spacing: 0.125em;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__title {
    -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;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__title {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.7rem;
    line-height: 1.412;
    text-indent: 0.125em;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__title::before {
    content: "─";
    display: inline-block;
    margin-right: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__title::after {
    content: "─";
    display: inline-block;
    margin-left: 4px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-mv2__title span:nth-child(1) {
    -webkit-transform: translateX(42px);
    transform: translateX(42px);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__title span:nth-child(1) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-mv2__title[data-animation][data-animation-type=blurIn] {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media only screen and (max-width: 767px) {
  .c-mv2__title[data-animation][data-animation-type=blurIn] {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}
.c-mv2__bg {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.c-mv2__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-mv2__thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-mv2__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mv2__news {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 60px);
  max-width: 767px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__news {
    max-width: 580px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__news {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
    max-width: unset;
  }
}
.c-mv2__news[data-animation][data-animation-type=fadeUp] {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media only screen and (max-width: 767px) {
  .c-mv2__news[data-animation][data-animation-type=fadeUp] {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Badge
------------------------------------------------------------*/
.c-badge1 {
  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-badge1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-badge1__label {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  margin-right: 16px;
  padding: 4px 16px 3px;
  background-color: #6f9e82;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-badge1__label {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    margin-right: 0;
  }
}
.c-badge1__text {
  margin: 4px 0 3px;
}
@media only screen and (max-width: 767px) {
  .c-badge1__text {
    margin: 12px 0 -5px;
  }
}
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  display: block;
  position: relative;
  width: 100%;
  padding: 79px 59px 80px;
  background-color: #fff;
  border: 1px solid #f0f5f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box1 {
    padding: 39px 29px;
  }
}
@media only screen and (max-width: 374px) {
  .c-box1 {
    padding: 39px 23px;
  }
}
.c-box1--full {
  padding: 79px;
}
@media only screen and (max-width: 1023px) {
  .c-box1--full {
    padding: 79px 59px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1--full {
    padding: 39px 29px;
  }
}
@media only screen and (max-width: 374px) {
  .c-box1--full {
    padding: 39px 23px;
  }
}
.c-box1__row {
  position: relative;
  width: 100%;
  padding: 56px 0;
  border-bottom: 4px solid #f0f5f2;
}
@media only screen and (max-width: 767px) {
  .c-box1__row {
    padding: 32px 0;
  }
}
.c-box1__row:first-child {
  padding-top: 0;
}
.c-box1__label {
  margin-top: -4px;
}
.c-box1__field {
  margin-top: 11px;
}
.c-box1__field .c-group1 + .c-group1 {
  margin-top: 16px;
}
.c-box1__group + .c-box1__group {
  margin-top: 16px;
}
.c-box1__accept .c-box1__field {
  margin-top: 7px;
}
.c-box1__accept .c-box1__field .c-checkbox__group {
  margin-top: 11px;
}
.c-box1__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;
  width: 100%;
  max-width: 480px;
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .c-box1__groupbtn {
    max-width: unset;
    margin-top: 32px;
  }
}
.c-box1__groupbtn .c-btn4 + .c-btn4 {
  margin-top: 12px;
}
.c-box2 {
  display: block;
  position: relative;
  width: 100%;
  padding: 40px 40px 34px;
  background-color: #fafcfb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box2 {
    padding: 20px 20px 18px;
  }
}
.c-box2__row {
  position: relative;
  width: 100%;
  padding: 24px 0 19px;
  border-top: 1px solid #ddebe3;
}
.c-box2__row:first-child {
  padding-top: 0;
  border-top: none;
}
.c-box2__row:last-child {
  padding-bottom: 0;
}
.c-box2__row .c-point2 + .c-text2 {
  margin-top: 5px;
}
.c-box2__name {
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.c-box2__name + .c-text2 {
  margin-top: 4px;
}
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btn1 {
  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: 64px;
  padding: 15px 34px 15px 19px;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
.c-btn1::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 1px));
  color: #fff;
  font-family: "icomoon";
  font-size: 1.023rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 1023px) {
  .c-btn1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #6f9e82;
    border-color: #6f9e82;
  }
}
.c-btn1--white {
  background-color: transparent;
  border-color: #b3b3b3;
}
.c-btn1--big {
  min-height: 96px;
}
.c-btn1--big::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
}
.c-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 64px;
  padding-right: 32px;
}
.c-btn2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background-color: transparent;
  border: 1px solid #666;
  border-radius: 32px;
  -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 (min-width: 1023px) {
  .c-btn2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 0 26px;
  }
  .c-btn2:hover::after {
    width: 100%;
    border-color: #c5dbce;
  }
  .c-btn2:hover .c-btn2__text {
    padding-right: 38px;
    color: #548c6b;
  }
  .c-btn2:hover .c-btn2__text::after {
    width: 30px;
    background-color: #c5dbce;
  }
}
.c-btn2__text {
  position: relative;
  padding-right: 64px;
  color: #666;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn2__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 56px;
  height: 1px;
  background-color: #666;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn3 {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.c-btn3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6f9e82;
  -webkit-transition: background-color 0.3s ease-in-out, width 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.3s ease-in-out, width 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-btn3::after {
  content: "\e904";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 8px;
  color: #6f9e82;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s ease-in-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s ease-in-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media only screen and (min-width: 1023px) {
  .c-btn3:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #548c6b;
  }
  .c-btn3:hover::before {
    width: 0;
  }
  .c-btn3:hover::after {
    color: #548c6b;
    -webkit-transform: translate(4px, 1px);
    transform: translate(4px, 1px);
  }
}
.c-btn4 {
  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: 99px;
  padding: 18px 42px 16px 20px;
  background-color: #1a1a1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.c-btn4::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(calc(-50% + 2px));
  transform: translateY(calc(-50% + 2px));
  color: #fff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 1023px) {
  .c-btn4:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #6f9e82;
  }
}
.c-btn4--simple {
  padding: 18px 20px;
}
.c-btn4--simple::after {
  content: none;
}
.c-btnmap {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  border-bottom: 1px solid #b3b3b3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (min-width: 1023px) {
  .c-btnmap:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #548c6b;
  }
}
.c-btnmap--simple {
  padding-bottom: 0;
  border-bottom: none;
}
.c-btnmap--white {
  color: #fff;
}
@media only screen and (min-width: 1023px) {
  .c-btnmap--white:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #fff;
  }
}
/*------------------------------------------------------------
    Card
------------------------------------------------------------*/
.c-card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-card1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card1:hover .c-card1__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  .c-card1:hover .c-card1__title {
    color: #548c6b;
  }
}
.c-card1__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.8556701031%;
}
.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;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-card1__content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  padding: 19px 16px 11px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-card1__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-card1__datetime {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #666;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.03;
}
.c-card1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-bottom: -2px;
  padding-left: 21px;
}
.c-card1__taglist::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 10px;
  width: 1px;
  height: calc(100% - 6px);
  background-color: #b3b3b3;
}
.c-card1__tagitem {
  position: relative;
  margin-bottom: 2px;
}
.c-card1__tagitem + .c-card1__tagitem {
  padding-left: 12px;
}
.c-card1__tagitem + .c-card1__tagitem::before {
  content: "、";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-card1__tag {
  display: inline-block;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  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-card1__title {
  margin-top: 2px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-card2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card2:hover .c-card2__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  .c-card2:hover .c-card2__title {
    color: #548c6b;
  }
}
.c-card2__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 445px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-card2__thumb {
    height: 222px;
  }
}
.c-card2__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-card2__content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  padding: 16px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-card2__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: -2px;
}
.c-card2__taglist + .c-card2__title {
  margin-top: 7px;
}
.c-card2__tagitem {
  position: relative;
  margin-bottom: 2px;
}
.c-card2__tagitem + .c-card2__tagitem {
  padding-left: 12px;
}
.c-card2__tagitem + .c-card2__tagitem::before {
  content: "、";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-card2__tag {
  display: inline-block;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  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-card2__title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-card3:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card3:hover .c-card3__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  .c-card3:hover .c-card3__title {
    color: #548c6b;
  }
}
.c-card3__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card3__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.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;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-card3__content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  margin-top: 17px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-card3__content {
    margin-top: 16px;
  }
}
.c-card3__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: -2px;
}
.c-card3__taglist + .c-card3__title {
  margin-top: 7px;
}
.c-card3__tagitem {
  position: relative;
  margin-bottom: 2px;
}
.c-card3__tagitem + .c-card3__tagitem {
  padding-left: 12px;
}
.c-card3__tagitem + .c-card3__tagitem::before {
  content: "、";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-card3__tag {
  display: inline-block;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  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-card3__title {
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-card3__sociallist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px -4px -4px 0;
}
.c-card3__socialitem {
  margin: 0 4px 4px 0;
}
.c-card3__social {
  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: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-card3__social .icon {
  display: inline-block;
  color: #1a1a1a;
  font-size: 2.4rem;
  line-height: 1;
}
.c-card4 {
  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%;
  height: 100%;
  -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);
  }
  .c-card4:hover .c-card4__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  .c-card4:hover .c-card4__title {
    color: #548c6b;
  }
}
.c-card4__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card4__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.8497109827%;
}
.c-card4__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: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-card4__content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  padding: 27px 24px 23px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-card4__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-card4__datetime {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #666;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.03;
}
.c-card4__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-bottom: -2px;
  padding-left: 21px;
}
.c-card4__taglist::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 10px;
  width: 1px;
  height: calc(100% - 6px);
  background-color: #b3b3b3;
}
.c-card4__tagitem {
  position: relative;
  margin-bottom: 2px;
}
.c-card4__tagitem + .c-card4__tagitem {
  padding-left: 12px;
}
.c-card4__tagitem + .c-card4__tagitem::before {
  content: "、";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-card4__tag {
  display: inline-block;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  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-card4__title {
  margin-top: 6px;
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Chatbox
------------------------------------------------------------*/
.c-chatbox1 {
  position: relative;
}
.c-chatbox1__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 -23px;
}
.c-chatbox1__item {
  margin: 0 20px 23px;
}
.c-chatbox1__item:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .c-chatbox1__item:nth-child(2) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-chatbox1__item:nth-child(4) {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-chatbox1__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 12px 19px 10px;
  background-color: #fafcfb;
  border: 1px solid #c5dbce;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #548c6b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.c-chatbox1__text::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 19px;
  width: 16px;
  height: 16px;
  background-image: url("/assets/img/common/chatbox.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.c-chatbox1__text--mirror::after {
  right: unset;
  left: 19px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/*------------------------------------------------------------
    Checkbox
------------------------------------------------------------*/
.c-checkbox__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;
  position: relative;
  margin: 0 -8px -8px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
}
.c-checkbox__group .mwform-checkbox-field {
  margin: 0 8px 8px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group .mwform-checkbox-field {
    margin: 0;
  }
}
.c-checkbox__group .mwform-checkbox-field label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-checkbox__group .mwform-checkbox-field label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #6f9e82;
  border-radius: 4px;
  -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;
  z-index: 1;
}
.c-checkbox__group .mwform-checkbox-field label:has(input[type=checkbox]:checked)::before {
  opacity: 1;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  cursor: pointer;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text {
  background-color: #fff;
  border-color: #6f9e82;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background-color: #6f9e82;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 56px;
  padding: 11px 15px 11px 47px;
  background-color: #fafcfb;
  border: 1px solid #ddebe3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 24px;
  height: 24px;
  background-color: #ddebe3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "\e906";
  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: absolute;
  top: 15px;
  left: 15px;
  width: 24px;
  height: 24px;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #f0f5f2;
  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;
}
.c-checkbox__group--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;
  margin: 0;
}
.c-checkbox__group--vertical .mwform-checkbox-field {
  width: 100%;
  margin: 0;
}
.c-checkbox__group--vertical .mwform-checkbox-field + .mwform-checkbox-field {
  margin-top: 8px;
}
.c-checkbox__group--vertical + .c-checkbox__group--vertical {
  margin-top: 8px;
}
.c-checkbox__group--2item .mwform-checkbox-field {
  width: calc(50% - 8px);
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group--2item .mwform-checkbox-field {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group--2item .mwform-checkbox-field + .mwform-checkbox-field {
    margin-top: 8px;
  }
}
.c-checkbox__group--2item + .c-checkbox__group--vertical {
  margin-top: 8px;
}
.c-checkbox__group--other1 .mwform-checkbox-field label .mwform-checkbox-field-text {
  height: 132px;
  padding: 11px 15px 87px 47px;
}
.c-checkbox__group--other1 .c-input__group {
  position: absolute;
  top: 52px;
  left: 48px;
  width: 100%;
  max-width: calc(100% - 73px);
  z-index: 1;
}
/*------------------------------------------------------------
    Contact
------------------------------------------------------------*/
.c-contact1 {
  position: relative;
  padding: 0 0 80px;
}
.c-contact1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-contact1__top {
  width: 100%;
}
.c-contact1__thumb {
  position: relative;
  width: 100%;
  height: 466px;
  background-color: #b3b3b3;
  overflow: hidden;
}
.c-contact1__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  min-width: 1440px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-contact1__bottom {
  position: relative;
  width: 100%;
  margin-top: -186px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-contact1__bottom {
    margin-top: -231px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact1__bottom {
    margin-top: -224px;
  }
}
.c-contact1__box {
  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: 372px;
  padding: 64px 60px 62px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-contact1__box {
    min-height: unset;
    padding: 64px 80px 71px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact1__box {
    padding: 31px 40px 39px;
  }
}
@media only screen and (max-width: 374px) {
  .c-contact1__box {
    padding: 31px 24px 39px;
  }
}
.c-contact1__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px) brightness(105%);
  backdrop-filter: blur(5px) brightness(105%);
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-contact1__boxinner {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  z-index: 1;
}
.c-contact1__boxwrap {
  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-contact1__boxwrap {
    -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-contact1__boxleft {
  width: 50%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-contact1__boxleft {
    width: 100%;
    padding-right: 0;
  }
}
.c-contact1__description {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  .c-contact1__description {
    margin-top: 22px;
  }
}
.c-contact1__boxright {
  width: 50%;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-contact1__boxright {
    width: 100%;
    margin-top: 35px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact1__body {
    margin-right: -1px;
  }
}
.c-contact1__body .c-linklist1 {
  margin-top: 21px;
}
/*------------------------------------------------------------
    Content
------------------------------------------------------------*/
.c-content {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.c-content p + p {
  margin-top: 32px;
}
.c-content p:has(img) {
  margin-top: 32px;
}
.c-content p:has(img) + p {
  margin-top: 32px;
}
.c-content a {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #548c6b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.c-content a::after {
  content: "\e90a";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 2px;
  margin-right: 2px;
  color: #6f9e82;
  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;
}
.c-content a:has(img)::after {
  content: none;
}
.c-content ul {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.c-content ul li {
  position: relative;
  padding-left: 20px;
}
.c-content ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #c5dbce;
}
.c-content ol {
  counter-reset: section;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.c-content ol li {
  position: relative;
  padding-left: 20px;
}
.c-content ol li::before {
  counter-increment: section;
  content: counter(section) "．";
  position: absolute;
  top: 0;
  left: 0;
}
.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%;
}
/*------------------------------------------------------------
    Datepicker
------------------------------------------------------------*/
.c-datepicker {
  display: block;
  position: relative;
  width: 100%;
}
.c-datepicker input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 56px;
  padding: 13px 39px 12px 15px;
  background-color: #fff;
  border: 1px solid #ddebe3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-datepicker input[type=text]::-webkit-input-placeholder {
  color: #1a1a1a;
}
.c-datepicker input[type=text]::-moz-placeholder {
  color: #1a1a1a;
}
.c-datepicker input[type=text]:-ms-input-placeholder {
  color: #1a1a1a;
}
.c-datepicker input[type=text]::-ms-input-placeholder {
  color: #1a1a1a;
}
.c-datepicker input[type=text]::placeholder {
  color: #1a1a1a;
}
.c-datepicker::after {
  content: "\e905";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #6f9e82;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}
#ui-datepicker-div.ui-datepicker {
  width: 330px;
  background: #fff;
  border: 1px solid #ddebe3;
  border-radius: 4px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
@media only screen and (max-width: 374px) {
  #ui-datepicker-div.ui-datepicker {
    width: max(260px, 100vw - 160px);
  }
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  padding: 3px 0 2px;
  background: #fafcfb;
  border: 1px solid #ddebe3;
  border-radius: 4px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
  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: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev::before {
  content: "\e908";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 1px), -50%) rotate(180deg);
  transform: translate(calc(-50% + 1px), -50%) rotate(180deg);
  color: #333;
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev .ui-icon {
  display: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover {
  background: #6f9e82;
  border: none;
  outline: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover::before {
  color: #fff;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
  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: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next::before {
  content: "\e908";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 1px), -50%);
  transform: translate(calc(-50% - 1px), -50%);
  color: #333;
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next .ui-icon {
  display: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover {
  background: #6f9e82;
  border: none;
  outline: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover::before {
  color: #fff;
}
#ui-datepicker-div.ui-datepicker th {
  padding: 7px 3px;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}
#ui-datepicker-div.ui-datepicker td > * {
  padding: 4px 3px;
}
#ui-datepicker-div.ui-datepicker .ui-state-default {
  padding: 3px;
  background: #f0f5f2;
  border: 1px solid #ddebe3;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (min-width: 1023px) {
  #ui-datepicker-div.ui-datepicker .ui-state-default:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #6f9e82;
    border: 1px solid #6f9e82;
    color: #fff;
  }
}
#ui-datepicker-div.ui-datepicker .ui-state-highlight {
  background: #fffa90;
  border: 1px solid #dad55e;
}
#ui-datepicker-div.ui-datepicker .ui-state-active {
  background: #6f9e82;
  border: 1px solid #6f9e82;
  color: #fff;
}
/*------------------------------------------------------------
    Error
------------------------------------------------------------*/
.c-box1__error .error,
.mw_wp_form .c-box1__error .error,
.mw_wp_form .c-box1__recaptcha .error {
  display: block;
  margin-top: 5px;
  color: #bf0000;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}
/*------------------------------------------------------------
    Faq
------------------------------------------------------------*/
.c-faq1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-faq1__item {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f0f5f2;
}
.c-faq1__item + .c-faq1__item {
  margin-top: 8px;
}
.c-faq1__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 15px 53px 15px 15px;
  -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;
}
.c-faq1__question::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("/assets/img/common/text-question.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-faq1__question::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  color: #6f9e82;
  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;
}
.c-faq1__question.is-open::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}
.c-faq1__heading {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 1px 0 -5px 16px;
}
.c-faq1__title {
  color: #548c6b;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
.c-faq1__answer {
  display: none;
  position: relative;
  width: 100%;
}
.c-faq1__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 6px;
  padding: 26px 40px 40px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-faq1__main::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("/assets/img/common/text-answer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-faq1__main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 39px;
  width: calc(100% - 102px);
  height: 2px;
  background-color: #f0f5f2;
}
.c-faq1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: -4px 0 -6px 16px;
}
.c-faq1__content p + .c-link1 {
  margin: 15px 0 5px;
}
/*------------------------------------------------------------
    Filter
------------------------------------------------------------*/
.c-filter1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -24px -12px 0;
}
@media only screen and (max-width: 767px) {
  .c-filter1__list {
    -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-filter1__item {
  width: 100%;
  max-width: 238px;
  margin: 0 24px 12px 0;
}
@media only screen and (max-width: 767px) {
  .c-filter1__item {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-filter1__item + .c-filter1__item {
    margin-top: 12px;
  }
}
/*------------------------------------------------------------
    Floatnews
------------------------------------------------------------*/
.c-floatnews1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
}
.c-floatnews1__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 164px);
  background-color: #fff;
  padding: 13px 24px 12px;
}
@media only screen and (max-width: 1023px) {
  .c-floatnews1__left {
    width: calc(100% - 132px);
  }
}
@media only screen and (max-width: 767px) {
  .c-floatnews1__left {
    width: 67%;
    padding: 18px 21px 16px;
  }
}
.c-floatnews1__content {
  position: relative;
}
.c-floatnews1__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 164px;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 1023px) {
  .c-floatnews1__right {
    width: 132px;
  }
}
@media only screen and (max-width: 767px) {
  .c-floatnews1__right {
    width: 33%;
    max-width: 132px;
  }
}
.c-floatnews1__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 72px;
  padding: 12px 20px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.286;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-floatnews1__btn {
    min-height: 80px;
  }
}
.c-floatnews1__btn::after {
  content: "\e900";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-left: 4px;
  color: #666;
  font-family: "icomoon";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s ease-in-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s ease-in-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media only screen and (min-width: 1023px) {
  .c-floatnews1__btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #548c6b;
  }
  .c-floatnews1__btn:hover::after {
    color: #548c6b;
    -webkit-transform: translate(4px);
    transform: translate(4px);
  }
}
/*------------------------------------------------------------
    Flow
------------------------------------------------------------*/
.c-flow1 {
  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 -12px;
}
@media only screen and (max-width: 1023px) {
  .c-flow1 {
    -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;
  }
}
.c-flow1__item {
  width: 80px;
  margin: 0 12px;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-flow1__item + .c-flow1__item {
    margin-top: 8px;
  }
}
.c-flow1__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;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 10px 6px;
  background-color: #fff;
  border: 1px solid #f0f5f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__box {
    -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;
    height: auto;
    min-height: unset;
    padding: 8px 19px 8px 7px;
  }
}
.c-flow1__top {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -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;
    width: 64px;
  }
}
.c-flow1__number {
  display: block;
  width: 100%;
  color: #f0f5f2;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__number {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.c-flow1__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%;
  margin-top: 15px;
  padding: 26px 0 16px;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__bottom {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    margin-left: 8px;
    padding: 7px 0 9px 23px;
  }
}
.c-flow1__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  background-color: #f0f5f2;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__bottom::before {
    top: 4px;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 3px;
    height: calc(100% - 8px);
  }
}
.c-flow1__text {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.0625;
  letter-spacing: 0.06em;
  text-align: center;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__text {
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-orientation: unset;
    white-space: unset;
  }
}
/*------------------------------------------------------------
    Group
------------------------------------------------------------*/
.c-group1__name {
  display: block;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
.c-group1__label {
  margin-top: -4px;
}
.c-group1__label + .c-group1__box {
  margin-top: -1px;
}
.c-group1__box {
  display: block;
  position: relative;
  width: 100%;
  padding: 19px 19px 23px;
  background-color: #fafcfb;
  border: 1px solid #ddebe3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-group1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .c-group1__list {
    -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(50% - 20px);
  margin: 0 10px;
}
@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: 12px;
  }
}
.c-group1__itemlabel + .c-group1__itemfield {
  margin-top: 3px;
}
/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1 {
  position: relative;
  padding: 216px 0 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .c-heading1 {
    min-height: 317px;
    padding: 160px 0 78px;
  }
}
.c-heading1__ja {
  display: block;
  color: #1a1a1a;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-heading1__ja--style1 {
    letter-spacing: 0;
  }
}
.c-heading1__en {
  display: block;
  margin-top: 5px;
  color: #666;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-heading2 {
  position: relative;
  padding: 216px 0 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .c-heading2 {
    min-height: 317px;
    padding: 160px 0 78px;
  }
}
.c-heading2__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;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-heading2__title {
    -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-heading2__ja {
  margin-right: 8px;
  color: #1a1a1a;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-heading2__ja {
    display: block;
    width: 100%;
    margin-right: 0;
    font-size: 3.3rem;
    letter-spacing: 0.05em;
  }
}
.c-heading2__en {
  position: relative;
  margin: 5px 0 2px;
  padding-left: 48px;
  color: #666;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-heading2__en {
    display: block;
    width: 100%;
    margin: 5px 0 0;
    padding-left: 0;
  }
}
.c-heading2__en::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #ccc;
}
@media only screen and (max-width: 767px) {
  .c-heading2__en::before {
    content: none;
  }
}
/*------------------------------------------------------------
    Input
------------------------------------------------------------*/
.c-input {
  display: block;
  position: relative;
  width: 100%;
}
.c-input input[type=text],
.c-input input[type=email],
.c-input input[type=tel],
.c-input input[type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 56px;
  padding: 13px 39px 12px 15px;
  background-color: #fff;
  border: 1px solid #ddebe3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-input input[type=text]::-webkit-input-placeholder, .c-input input[type=email]::-webkit-input-placeholder, .c-input input[type=tel]::-webkit-input-placeholder, .c-input input[type=url]::-webkit-input-placeholder {
  color: #1a1a1a;
}
.c-input input[type=text]::-moz-placeholder, .c-input input[type=email]::-moz-placeholder, .c-input input[type=tel]::-moz-placeholder, .c-input input[type=url]::-moz-placeholder {
  color: #1a1a1a;
}
.c-input input[type=text]:-ms-input-placeholder, .c-input input[type=email]:-ms-input-placeholder, .c-input input[type=tel]:-ms-input-placeholder, .c-input input[type=url]:-ms-input-placeholder {
  color: #1a1a1a;
}
.c-input input[type=text]::-ms-input-placeholder, .c-input input[type=email]::-ms-input-placeholder, .c-input input[type=tel]::-ms-input-placeholder, .c-input input[type=url]::-ms-input-placeholder {
  color: #1a1a1a;
}
.c-input input[type=text]::placeholder,
.c-input input[type=email]::placeholder,
.c-input input[type=tel]::placeholder,
.c-input input[type=url]::placeholder {
  color: #1a1a1a;
}
.c-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 280px;
  padding: 13px 39px 12px 15px;
  background-color: #fff;
  border: 1px solid #ddebe3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  resize: none;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-input textarea::-webkit-input-placeholder {
  color: #1a1a1a;
}
.c-input textarea::-moz-placeholder {
  color: #1a1a1a;
}
.c-input textarea:-ms-input-placeholder {
  color: #1a1a1a;
}
.c-input textarea::-ms-input-placeholder {
  color: #1a1a1a;
}
.c-input textarea::placeholder {
  color: #1a1a1a;
}
.c-input--tiny {
  width: min(80px, 100%);
}
.c-input--short {
  width: min(174px, 100%);
}
.c-input--medium {
  width: min(330px, 100%);
}
.c-input__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.c-input__group--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-input__group--vertical .c-input__item {
  width: 100%;
}
.c-input__group--vertical .c-input__item + .c-input__item {
  margin-top: 12px;
}
.c-input__group--2item {
  margin: 0 -8px 0 0;
}
.c-input__group--2item .c-input__item {
  width: calc(50% - 8px);
  max-width: 174px;
  margin: 0 8px 0 0;
}
.c-input__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-input__itemlabel + .c-input__itemfield {
  margin-top: 3px;
}
.c-input__itemtext {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.c-input__itemage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 105px;
}
.c-input__itemage .c-input {
  margin-right: 9px;
}
.c-input__itemage .c-input__itemtext {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
/*------------------------------------------------------------
    Label
------------------------------------------------------------*/
.c-label1 {
  position: relative;
  display: inline-block;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
.c-label1::before {
  content: none;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  padding: 1px 3px 2px;
  background-color: #fff;
  border: 1px solid #ddebe3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #548c6b;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.308;
  text-align: center;
}
.c-label1.is-optional {
  padding-left: 42px;
}
.c-label1.is-optional::before {
  content: "任意";
}
.c-label1.is-required {
  padding-left: 42px;
}
.c-label1.is-required::before {
  content: "必須";
  background-color: #6f9e82;
  border-color: #6f9e82;
  color: #fff;
}
.c-label2 {
  display: block;
  min-height: 20px;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}
/*------------------------------------------------------------
    Link
------------------------------------------------------------*/
.c-link1 {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.c-link1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #548c6b;
  -webkit-transition: background-color 0.3s ease-in-out, width 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.3s ease-in-out, width 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-link1::after {
  content: "\e900";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 8px;
  color: #333;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s ease-in-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s ease-in-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media only screen and (min-width: 1023px) {
  .c-link1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #548c6b;
  }
  .c-link1:hover::before {
    width: 100%;
  }
  .c-link1:hover::after {
    color: #548c6b;
    -webkit-transform: translate(4px, 1px);
    transform: translate(4px, 1px);
  }
}
.c-link1--simple::before {
  width: 0;
}
.c-link1--simple2::before {
  width: 0;
}
.c-link1--simple2::after {
  color: #6f9e82;
}
@media only screen and (min-width: 1023px) {
  .c-link1--simple2:hover::after {
    color: #6f9e82;
  }
}
.c-link1--green {
  color: #548c6b;
}
.c-link1--green::after {
  color: #548c6b;
}
@media only screen and (min-width: 1023px) {
  .c-link1--green:hover::before {
    width: 0;
  }
}
.c-link1--green2 {
  color: #548c6b;
}
.c-link1--green2::before {
  background-color: #6f9e82;
}
.c-link1--green2::after {
  color: #6f9e82;
}
@media only screen and (min-width: 1023px) {
  .c-link1--green2:hover::before {
    width: 0;
  }
  .c-link1--green2:hover::after {
    color: #6f9e82;
  }
}
.c-link2 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #548c6b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.c-link2::after {
  content: "\e90a";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 2px;
  margin-right: 2px;
  color: #6f9e82;
  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;
}
/*------------------------------------------------------------
    Linklist
------------------------------------------------------------*/
.c-linklist1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -24px -12px 0;
}
.c-linklist1--white .c-linklist1__link {
  color: #fff;
}
.c-linklist1--white .c-linklist1__link::after {
  color: #fff;
}
@media only screen and (min-width: 1023px) {
  .c-linklist1--white .c-linklist1__link:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #fff;
  }
  .c-linklist1--white .c-linklist1__link:hover::after {
    color: #fff;
  }
}
.c-linklist1__item {
  margin: 0 24px 12px 0;
}
.c-linklist1__link {
  display: inline-block;
  position: relative;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-linklist1__link::after {
  content: "\e900";
  display: inline-block;
  margin-left: 8px;
  color: #333;
  font-family: "icomoon";
  font-size: 1.3rem;
  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-linklist1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #548c6b;
  }
  .c-linklist1__link:hover::after {
    color: #548c6b;
  }
}
.c-linklist2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -24px -12px 0;
}
.c-linklist2--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;
  margin: 0;
}
.c-linklist2--vertical .c-linklist2__item {
  margin: 0;
}
.c-linklist2--vertical .c-linklist2__item + .c-linklist2__item {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .c-linklist2--2line {
    -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;
  }
}
@media only screen and (max-width: 767px) {
  .c-linklist2--2line .c-linklist2__item {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-linklist2--2line .c-linklist2__item + .c-linklist2__item {
    margin-top: 12px;
  }
}
.c-linklist2__item {
  margin: 0 24px 12px 0;
}
.c-linklist2__link {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.c-linklist2__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #548c6b;
  -webkit-transition: background-color 0.3s ease-in-out, width 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.3s ease-in-out, width 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-linklist2__link::after {
  content: "\e900";
  display: inline-block;
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
  margin-left: 8px;
  color: #333;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s ease-in-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s ease-in-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media only screen and (min-width: 1023px) {
  .c-linklist2__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #548c6b;
  }
  .c-linklist2__link:hover::before {
    width: 100%;
  }
  .c-linklist2__link:hover::after {
    color: #548c6b;
    -webkit-transform: translate(4px, 1px);
    transform: translate(4px, 1px);
  }
}
.c-linklist2__link--simple::before {
  width: 0;
}
.c-linklist2__link--simple2::before {
  width: 0;
}
.c-linklist2__link--simple2::after {
  color: #6f9e82;
}
@media only screen and (min-width: 1023px) {
  .c-linklist2__link--simple2:hover::after {
    color: #6f9e82;
  }
}
.c-linklist2__link--green {
  color: #548c6b;
}
.c-linklist2__link--green::before {
  background-color: #548c6b;
}
.c-linklist2__link--green::after {
  color: #548c6b;
}
@media only screen and (min-width: 1023px) {
  .c-linklist2__link--green:hover::before {
    width: 0;
  }
}
.c-linklist2__link--green2 {
  color: #548c6b;
}
.c-linklist2__link--green2::before {
  background-color: #6f9e82;
}
.c-linklist2__link--green2::after {
  color: #6f9e82;
}
@media only screen and (min-width: 1023px) {
  .c-linklist2__link--green2:hover::before {
    width: 0;
  }
  .c-linklist2__link--green2:hover::after {
    color: #6f9e82;
  }
}
/*------------------------------------------------------------
    List
------------------------------------------------------------*/
.c-list1 {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.c-list1 li {
  position: relative;
  padding-left: 20px;
}
.c-list1 li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #c5dbce;
}
/*------------------------------------------------------------
    Listcheck
------------------------------------------------------------*/
.c-listcheck1 {
  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 -16px -4px 0;
  color: #548c6b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-listcheck1 {
    -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-listcheck1 li {
  position: relative;
  width: calc(50% - 16px);
  max-width: 220px;
  margin: 0 16px 4px 0;
  padding: 12px 19px 10px 39px;
  background-color: #fff;
  border: 1px solid #f0f5f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-listcheck1 li {
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-listcheck1 li {
    width: 100%;
    max-width: unset;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-listcheck1 li + li {
    margin-top: 4px;
  }
}
.c-listcheck1 li::before {
  content: "\e907";
  display: inline-block;
  position: absolute;
  top: 21px;
  left: 19px;
  color: #6f9e82;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-listcheck1--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;
  margin: 0;
}
.c-listcheck1--vertical li {
  width: 100%;
  max-width: unset;
  margin: 0;
}
.c-listcheck1--vertical li + li {
  margin-top: 4px;
}
/*------------------------------------------------------------
    Listflow
------------------------------------------------------------*/
.c-listflow1 {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.c-listflow1 li {
  display: contents;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-listflow1 li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .c-listflow1 li + li {
    margin-top: 15px;
  }
}
.c-listflow1 li + li::before {
  content: "\e909";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-right: 4px;
  color: #6f9e82;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-listflow1 li + li::before {
    position: absolute;
    top: -16px;
    left: 0;
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
    margin-right: 0;
  }
}
/*------------------------------------------------------------
    Listpost
------------------------------------------------------------*/
.c-listpost1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__link {
    -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 (min-width: 1023px) {
  .c-listpost1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-listpost1__link:hover .c-listpost1__title {
    color: #548c6b;
  }
}
.c-listpost1__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__basis {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    margin-top: 2px;
  }
}
.c-listpost1__datetime {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #666;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.03;
}
.c-listpost1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-bottom: -2px;
  padding-left: 21px;
}
.c-listpost1__taglist::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 10px;
  width: 1px;
  height: calc(100% - 6px);
  background-color: #b3b3b3;
}
.c-listpost1__tagitem {
  position: relative;
  margin-bottom: 2px;
}
.c-listpost1__tagitem + .c-listpost1__tagitem {
  padding-left: 12px;
}
.c-listpost1__tagitem + .c-listpost1__tagitem::before {
  content: "、";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-listpost1__tag {
  display: inline-block;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  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-listpost1__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 24px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__title {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    margin-left: 0;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .c-listpost1__title {
    -webkit-line-clamp: 2;
  }
}
/*------------------------------------------------------------
    Loading
------------------------------------------------------------*/
.c-loading1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
}
/*------------------------------------------------------------
    Menu
------------------------------------------------------------*/
.c-menu1 {
  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: 104px;
  height: 104px;
  padding: 20px;
  background-color: transparent;
  -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-menu1 {
    width: 80px;
    height: 80px;
    padding: 14px;
  }
}
.c-menu1.is-open .c-menu1__inner span:nth-child(1) {
  -webkit-transform: translate(0, 3px) rotate(45deg);
  transform: translate(0, 3px) rotate(45deg);
}
.c-menu1.is-open .c-menu1__inner span:nth-child(2) {
  width: 32px;
  -webkit-transform: translate(0, -4px) rotate(-45deg);
  transform: translate(0, -4px) 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: 8px;
}
.c-menu1__inner span {
  display: block;
  height: 1px;
  background-color: #1a1a1a;
  -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;
}
/*------------------------------------------------------------
    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;
  margin: 0 -4px -8px;
}
.c-pagi1 li {
  margin: 0 4px 8px;
}
.c-pagi1 li span,
.c-pagi1 li 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;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 8px 6px 6px;
  background-color: transparent;
  border: 1px solid #6f9e82;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #548c6b;
  font-family: "EB Garamond", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-pagi1 li span:not(.dots):hover,
  .c-pagi1 li a:not(.dots):hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #6f9e82;
    color: #fff;
  }
}
.c-pagi1 li span.current,
.c-pagi1 li a.current {
  background-color: #6f9e82;
  pointer-events: none;
  color: #fff;
}
.c-pagi1 li span.dots,
.c-pagi1 li a.dots {
  width: 13px;
  padding: 0;
  border: none;
  font-size: 0;
}
.c-pagi1 li span.dots::after,
.c-pagi1 li a.dots::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13px;
  height: 3px;
  background-image: url("/assets/img/common/dots.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c-part1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-part1--reverse .c-part1__left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .c-part1--reverse .c-part1__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.c-part1--reverse .c-part1__leftinner {
  max-width: unset;
}
.c-part1--reverse .c-part1__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: 1023px) {
  .c-part1--reverse .c-part1__group {
    -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;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1--reverse .c-part1__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;
  }
}
.c-part1--reverse .c-part1__groupleft {
  -ms-flex-negative: unset;
  flex-shrink: unset;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .c-part1--reverse .c-part1__groupleft {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@media only screen and (max-width: 767px) {
  .c-part1--reverse .c-part1__groupleft {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
  }
}
.c-part1--reverse .c-part1__heading {
  -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-part1--reverse .c-part1__number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 84px;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .c-part1--reverse .c-part1__number {
    width: 56px;
  }
}
.c-part1--reverse .c-part1__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 0;
  margin-left: 8px;
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
  white-space: unset;
}
.c-part1--reverse .c-part1__groupright {
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
  width: 100%;
  margin-top: 54px;
  padding-left: 0;
}
@media only screen and (max-width: 1023px) {
  .c-part1--reverse .c-part1__groupright {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1--reverse .c-part1__groupright {
    margin-top: 27px;
  }
}
.c-part1--reverse .c-part1__content {
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .c-part1--reverse .c-part1__content {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1--reverse .c-part1__content {
    margin-left: 0;
  }
}
.c-part1--reverse .c-part1__subtitle {
  margin-top: 0;
}
.c-part1--reverse .c-part1__right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 1px;
}
@media only screen and (max-width: 1023px) {
  .c-part1--reverse .c-part1__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1--reverse .c-part1__right {
    padding-right: 30px;
  }
}
.c-part1--reverse .c-part1__rightinner {
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .c-part1--reverse .c-part1__rightinner {
    margin-right: 0;
  }
}
.c-part1--reverse .c-part1__thumbmain {
  margin-top: 0;
  margin-bottom: 89px;
}
@media only screen and (max-width: 767px) {
  .c-part1--reverse .c-part1__thumbmain {
    margin-bottom: 51.5px;
  }
}
.c-part1--reverse .c-part1__thumbsub {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45.625%;
  z-index: 1;
}
.c-part1--reverse .c-part1__thumbsub .c-part1__thumb::before {
  padding-top: 75%;
}
.c-part1__left {
  width: 55.5555555556%;
  margin-top: 7px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__left {
    margin-top: 0;
  }
}
.c-part1__leftinner {
  width: 100%;
  max-width: 612px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__leftinner {
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__leftinner {
    padding: 0 30px;
  }
}
.c-part1__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-part1__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;
  }
}
.c-part1__groupleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 84px;
}
@media only screen and (max-width: 767px) {
  .c-part1__groupleft {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-part1__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: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-part1__heading {
    -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-part1__number {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-part1__number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 56px;
    font-size: 4.2rem;
    line-height: 1.35;
  }
}
.c-part1__title {
  margin-top: 15px;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.35;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-part1__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0;
    margin-left: 8px;
    font-size: 4.2rem;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    white-space: unset;
  }
}
.c-part1__groupright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 84px);
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .c-part1__groupright {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 27px;
    padding-left: 0;
  }
}
.c-part1__content {
  width: 100%;
  max-width: 384px;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .c-part1__content {
    max-width: unset;
    margin-right: 0;
  }
}
.c-part1__subtitle {
  min-height: 35px;
  margin-top: 9px;
  color: #1a1a1a;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-part1__subtitle {
    margin-top: 0;
  }
}
.c-part1__text {
  margin-top: 51px;
}
@media only screen and (max-width: 767px) {
  .c-part1__text {
    margin-top: 23px;
  }
}
.c-part1__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 51px;
}
@media only screen and (max-width: 767px) {
  .c-part1__btn {
    margin-top: 23px;
  }
}
.c-part1__right {
  width: 44.4444444444%;
}
@media only screen and (max-width: 1023px) {
  .c-part1__right {
    width: 100%;
    margin-top: 20px;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__right {
    padding-left: 30px;
  }
}
.c-part1__rightinner {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .c-part1__rightinner {
    max-width: unset;
    margin-left: 0;
  }
}
.c-part1__thumbgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.c-part1__thumbmain {
  width: 75%;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .c-part1__thumbmain {
    margin-top: 46px;
  }
}
.c-part1__thumbmain .c-part1__thumb::before {
  padding-top: 75%;
}
.c-part1__thumbmain .c-part1__thumb[data-animation][data-animation-type=fadeInScale] {
  -webkit-transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1) 0.2s;
}
.c-part1__thumbmain .c-part1__thumb[data-animation][data-animation-type=fadeInScale] img {
  -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.2s;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.c-part1__thumbsub {
  width: 25%;
}
.c-part1__thumbsub .c-part1__thumb::before {
  padding-top: 200%;
}
.c-part1__thumbsub .c-part1__thumb[data-animation][data-animation-type=fadeInScale] {
  -webkit-transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1) 0.26s;
  transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1) 0.26s;
}
.c-part1__thumbsub .c-part1__thumb[data-animation][data-animation-type=fadeInScale] img {
  -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.26s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.26s;
  transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.26s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.26s;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.26s, opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.26s;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.26s, opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.26s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.26s;
}
.c-part1__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-part1__thumb::before {
  content: "";
  display: block;
  width: 100%;
}
.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-part2 {
  position: relative;
  background-color: #fff;
}
.c-part2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(72.2222222222%, 50% + 320px);
  height: 100%;
  background-color: #f0f5f2;
}
@media only screen and (max-width: 1023px) {
  .c-part2::before {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2::before {
    width: 100%;
  }
}
.c-part2--reverse .c-part2__inner {
  margin-right: 0;
  margin-left: max(0px, (100% - 1320px) / 2);
  padding-right: 0;
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .c-part2--reverse .c-part2__inner {
    margin-left: 0;
    padding-left: 0;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2--reverse .c-part2__inner {
    padding-right: 30px;
  }
}
.c-part2--reverse .c-part2__left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 1023px) {
  .c-part2--reverse .c-part2__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.c-part2--reverse .c-part2__groupleft {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 1023px) {
  .c-part2--reverse .c-part2__groupleft {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.c-part2--reverse .c-part2__groupright {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 1023px) {
  .c-part2--reverse .c-part2__groupright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.c-part2--reverse .c-part2__right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 40px 40px 40px 0;
}
@media only screen and (max-width: 1023px) {
  .c-part2--reverse .c-part2__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 0 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2--reverse .c-part2__right {
    padding: 0 0 0 30px;
  }
}
.c-part2--reverse .c-part2__rightinner {
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .c-part2--reverse .c-part2__rightinner {
    margin-right: 0;
  }
}
.c-part2__inner {
  margin-right: max(0px, (100% - 1320px) / 2);
  padding-right: 60px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__inner {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__inner {
    padding-right: 30px;
  }
}
.c-part2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-part2__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-part2__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 53.0303030303%;
}
@media only screen and (max-width: 1023px) {
  .c-part2__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
  }
}
.c-part2__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  height: 100%;
}
.c-part2__groupleft {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 84px);
}
@media only screen and (max-width: 767px) {
  .c-part2__groupleft {
    width: calc(100% - 42px);
  }
}
.c-part2__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 1000px;
  background-color: #ccc;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-part2__thumb {
    min-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__thumb {
    min-height: 290px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-part2__thumb::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 76.2195121951%;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__thumb::before {
    padding-top: 88.4146341463%;
  }
}
.c-part2__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-part2__thumb[data-animation][data-animation-type=fadeInScale] img {
  -webkit-transform: scale(1.04) translate(-50%, calc(-50% + 13px));
  transform: scale(1.04) translate(-50%, calc(-50% + 13px));
}
.c-part2__thumb[data-animation=after][data-animation-type=fadeInScale] img {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.c-part2__groupright {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: sticky;
  top: 104px;
  width: 84px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__groupright {
    position: relative;
    top: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__groupright {
    width: 42px;
  }
}
.c-part2__groupright--last {
  position: relative;
  top: unset;
}
.c-part2__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: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 7px;
}
@media only screen and (max-width: 767px) {
  .c-part2__heading {
    padding-top: 4px;
  }
}
.c-part2__number {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-part2__number {
    font-size: 2.4rem;
  }
}
.c-part2__title {
  margin-top: 15px;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.35;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-part2__title {
    margin-top: 11px;
    font-size: 2.4rem;
    line-height: 1;
  }
}
.c-part2__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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;
  width: 46.9696969697%;
  max-width: 620px;
  padding: 40px 0 40px 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    max-width: unset;
    margin-top: 55px;
    padding: 0 0 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__right {
    margin-top: 39px;
    padding: 0 0 0 30px;
  }
}
.c-part2__rightinner {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .c-part2__rightinner {
    max-width: unset;
    margin-left: 0;
  }
}
.c-part2__subtitle {
  color: #548c6b;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-part2__content {
  margin-top: 79px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__content {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__content {
    margin-top: 39px;
  }
}
.c-part2__content > p {
  margin-top: -4px;
}
.c-part2__content .c-chatbox1 {
  width: 100%;
  max-width: 520px;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .c-part2__content .c-chatbox1 {
    max-width: 340px;
    margin: 0;
  }
}
.c-part2__content .c-chatbox1 + p {
  margin-top: 31px;
}
.c-part2__row {
  margin-top: 51px;
}
@media only screen and (max-width: 767px) {
  .c-part2__row {
    margin-top: 19px;
  }
}
.c-part2__row + .c-part2__row {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .c-part2__row + .c-part2__row {
    margin-top: 24px;
  }
}
.c-part2__row .c-point1 + .c-text2 {
  margin: 12px 0 -5px;
}
.c-part2__row .c-point1 + .c-listflow1 {
  margin: 12px 0 -5px;
}
.c-part2__row .c-point1 + .c-listcheck1 {
  margin-top: 16px;
}
.c-part2__row .c-point1 + .c-badge1 {
  margin-top: 16px;
}
.c-part2__foot {
  margin-top: 76px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__foot {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__foot {
    margin-top: 36px;
  }
}
.c-part3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.c-part3__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding-right: 8px;
  z-index: 1;
}
.c-part3__info {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .c-part3__info {
    margin: 16px 0;
  }
}
.c-part3__name {
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
}
.c-part3__director {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2px;
}
.c-part3__ja {
  margin-right: 8px;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}
.c-part3__en {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  color: #666;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.45;
}
.c-part3__right {
  width: 164px;
}
@media only screen and (max-width: 767px) {
  .c-part3__right {
    width: 131px;
  }
}
.c-part3__people {
  pointer-events: none;
}
.c-part3__people img {
  width: 164px;
}
@media only screen and (max-width: 767px) {
  .c-part3__people img {
    width: 131px;
  }
}
/*------------------------------------------------------------
    Payment
------------------------------------------------------------*/
.c-payment1__title {
  color: #548c6b;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.c-payment1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 19px -8px -20px;
}
@media only screen and (max-width: 767px) {
  .c-payment1__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 19px 0;
  }
}
.c-payment1__item {
  width: calc(50% - 16px);
  margin: 0 8px 20px;
}
@media only screen and (max-width: 767px) {
  .c-payment1__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-payment1__item + .c-payment1__item {
    margin-top: 8px;
  }
}
.c-payment1__item--full {
  width: calc(100% - 16px);
}
@media only screen and (max-width: 767px) {
  .c-payment1__item--full {
    width: 100%;
  }
}
.c-payment1__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;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 148px;
  padding: 24px 32px;
  background-color: #fff;
  border: 1px solid #f0f5f2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-payment1__subtitle {
  width: 100%;
  color: #548c6b;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.c-payment1__icon {
  margin: 8px 0 7px;
}
.c-payment1__icon img {
  width: 56px;
  height: 56px;
}
.c-payment1__methodlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px -2px -4px;
}
.c-payment1__methoditem {
  margin: 0 2px 4px;
}
.c-payment1__method {
  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: 90px;
  height: 56px;
  background-color: #f9f9f9;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-payment1__method img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    Point
------------------------------------------------------------*/
.c-point1 {
  position: relative;
  padding-left: 20px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.c-point1::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 12px;
  height: 3px;
  background-color: #6f9e82;
}
.c-point2 {
  position: relative;
  padding-left: 20px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-point2::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #6f9e82;
}
/*------------------------------------------------------------
    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;
  position: relative;
  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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
}
.c-radio__group .mwform-radio-field {
  margin: 0 8px 8px 0;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field {
    margin: 0;
  }
}
.c-radio__group .mwform-radio-field label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-radio__group .mwform-radio-field label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #6f9e82;
  border-radius: 4px;
  -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;
  z-index: 1;
}
.c-radio__group .mwform-radio-field label:has(input[type=radio]:checked)::before {
  opacity: 1;
}
.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: #fff;
  border-color: #6f9e82;
}
.c-radio__group .mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::before {
  background-color: #6f9e82;
}
.c-radio__group .mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.c-radio__group .mwform-radio-field label .mwform-radio-field-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 56px;
  padding: 11px 15px 11px 47px;
  background-color: #fafcfb;
  border: 1px solid #ddebe3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-radio__group .mwform-radio-field label .mwform-radio-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 24px;
  height: 24px;
  background-color: #ddebe3;
  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;
}
.c-radio__group .mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 22px;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 10px;
  height: 10px;
  background-color: #fafcfb;
  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;
}
.c-radio__group--medium {
  width: min(330px, 100%);
}
.c-radio__group--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;
  margin: 0;
}
.c-radio__group--vertical .mwform-radio-field {
  width: 100%;
  margin: 0;
}
.c-radio__group--vertical .mwform-radio-field + .mwform-radio-field {
  margin-top: 8px;
}
.c-radio__group--vertical + .c-radio__group--vertical {
  margin-top: 8px;
}
.c-radio__group--2item .mwform-radio-field {
  width: calc(50% - 8px);
}
@media only screen and (max-width: 767px) {
  .c-radio__group--2item .mwform-radio-field {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-radio__group--2item .mwform-radio-field + .mwform-checkbox-field {
    margin-top: 8px;
  }
}
.c-radio__group--other1 .mwform-radio-field label .mwform-radio-field-text {
  height: 155px;
  padding: 11px 15px 110px 47px;
}
.c-radio__group--other1 .c-input__group {
  position: absolute;
  top: 52px;
  left: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 63px);
  z-index: 1;
}
/*------------------------------------------------------------
    Select
------------------------------------------------------------*/
.c-select1 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 238px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-select1:hover .c-select1__heading::after {
    -webkit-transform: translateY(calc(-50% - 1px)) rotate(270deg);
    transform: translateY(calc(-50% - 1px)) rotate(270deg);
  }
  .c-select1:hover .c-select1__content {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
@media only screen and (max-width: 1023px) {
  .c-select1.is-show .c-select1__heading::after {
    -webkit-transform: translateY(calc(-50% - 1px)) rotate(270deg);
    transform: translateY(calc(-50% - 1px)) rotate(270deg);
  }
  .c-select1.is-show .c-select1__content {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.c-select1__heading {
  display: block;
  position: relative;
  width: 100%;
  min-height: 48px;
  padding: 10px 26px 11px 0;
  background-color: transparent;
  border-bottom: 1px solid #c5dbce;
  -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;
}
.c-select1__heading::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(calc(-50% - 1px)) rotate(90deg);
  transform: translateY(calc(-50% - 1px)) rotate(90deg);
  color: #6f9e82;
  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;
}
.c-select1__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-select1__title span:nth-child(1) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-select1__title span:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-select1__content {
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  max-height: 500px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #6f9e82;
  overflow-y: auto;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-select1__content::-webkit-scrollbar-track {
    background-color: #e6e6e6;
  }
  .c-select1__content::-webkit-scrollbar {
    width: 3px;
    background-color: #e6e6e6;
  }
  .c-select1__content::-webkit-scrollbar-thumb {
    background-color: #6f9e82;
  }
}
.c-select1__list {
  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-select1__item {
  position: relative;
  width: 100%;
  border-top: 1px solid #548c6b;
}
.c-select1__item:first-child {
  border-top: none;
}
.c-select1__link {
  display: block;
  width: 100%;
  padding: 12px 16px 11px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-select2 {
  display: block;
  width: 100%;
  position: relative;
}
.c-select2 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 56px;
  padding: 13px 39px 12px 15px;
  background-color: #fff;
  border: 1px solid #ddebe3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-select2 select.is-selected {
  font-weight: 500;
}
.c-select2::after {
  content: "\e909";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  color: #6f9e82;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}
.c-select2 option {
  color: #1a1a1a;
}
.c-select2--medium {
  width: min(330px, 100%);
}
/*------------------------------------------------------------
    Single
------------------------------------------------------------*/
.c-single1 {
  position: relative;
}
.c-single1__title {
  color: #548c6b;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-single1__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-single1__basis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-single1__infolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 16px -12px 0;
}
@media only screen and (max-width: 767px) {
  .c-single1__infolist {
    -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-single1__infoitem {
  margin: 0 24px 12px 0;
}
@media only screen and (max-width: 767px) {
  .c-single1__infoitem {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-single1__infoitem + .c-single1__infoitem {
    margin-top: 12px;
  }
}
.c-single1__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #c5dbce;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.c-single1__info span:nth-child(1) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-single1__info span:nth-child(2) {
  margin-left: 4px;
}
.c-single1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: -2px;
  margin-left: 4px;
}
.c-single1__tagitem {
  position: relative;
  margin-bottom: 2px;
}
.c-single1__tagitem + .c-single1__tagitem {
  padding-left: 12px;
}
.c-single1__tagitem + .c-single1__tagitem::before {
  content: "、";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.c-single1__tag {
  display: inline-block;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-single1__infoprice {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.68;
}
.c-single1__sociallist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 6px -12px -12px 0;
}
@media only screen and (max-width: 767px) {
  .c-single1__sociallist {
    margin: 20px -12px -12px 0;
  }
}
.c-single1__socialitem {
  margin: 0 12px 12px 0;
}
.c-single1__social {
  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: 28px;
  height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-single1__social .icon {
  display: inline-block;
  color: #1a1a1a;
  font-size: 2.8rem;
  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-single1__social:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-single1__social:hover .icon {
    color: #548c6b;
  }
}
.c-single1__content {
  margin-top: 76px;
}
@media only screen and (max-width: 1023px) {
  .c-single1__content {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single1__content {
    margin-top: 36px;
  }
}
.c-single1__body {
  margin-top: 75px;
  padding: 0 9px 0 8px;
}
@media only screen and (max-width: 1023px) {
  .c-single1__body {
    margin-top: 51px;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single1__body {
    margin-top: 35px;
  }
}
.c-single1__thumbgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -4px -8px;
}
@media only screen and (max-width: 767px) {
  .c-single1__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;
  }
}
.c-single1__thumbitem {
  position: absolute;
  width: calc(33.3333333333% - 8px);
  margin: 0 4px 8px;
}
@media only screen and (max-width: 1023px) {
  .c-single1__thumbitem {
    width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 767px) {
  .c-single1__thumbitem {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-single1__thumbitem + .c-single1__thumbitem {
    margin-top: 8px;
  }
}
.c-single1__thumb {
  position: relative;
  width: 100%;
}
.c-single1__thumb img {
  width: 100%;
}
.c-single1__footer {
  margin-top: 76px;
}
@media only screen and (max-width: 1023px) {
  .c-single1__footer {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single1__footer {
    margin-top: 36px;
  }
}
.c-single1__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-single2 {
  position: relative;
}
.c-single2__title {
  color: #548c6b;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-single2__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 26px;
}
.c-single2__datetime {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #666;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.03;
}
.c-single2__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-bottom: -2px;
  padding-left: 21px;
}
.c-single2__taglist::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 10px;
  width: 1px;
  height: calc(100% - 6px);
  background-color: #b3b3b3;
}
.c-single2__tagitem {
  position: relative;
  margin-bottom: 2px;
}
.c-single2__tagitem + .c-single2__tagitem {
  padding-left: 12px;
}
.c-single2__tagitem + .c-single2__tagitem::before {
  content: "、";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-single2__tag {
  display: inline-block;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  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-single2__body {
  margin-top: 78px;
}
@media only screen and (max-width: 1023px) {
  .c-single2__body {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single2__body {
    margin-top: 36px;
  }
}
.c-single2__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-single2__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.c-single2__content {
  display: block;
  width: 100%;
  padding: 76px 80px 75px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-single2__content {
    padding: 56px 60px 55px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single2__content {
    padding: 36px 40px 35px;
  }
}
.c-single2__footer {
  margin-top: 76px;
}
@media only screen and (max-width: 1023px) {
  .c-single2__footer {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single2__footer {
    margin-top: 36px;
  }
}
.c-single2__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/*------------------------------------------------------------
    Slider
------------------------------------------------------------*/
.c-slider1__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-slider1__control.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-slider1__control.is-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-slider1__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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: 64px;
  height: 64px;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-slider1__btn::before {
  content: "\e908";
  display: inline-block;
  color: #333;
  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 (min-width: 1023px) {
  .c-slider1__btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    border-color: #c5dbce;
  }
  .c-slider1__btn:hover::before {
    color: #548c6b;
  }
}
.c-slider1__btn + .c-slider1__btn {
  margin-left: 8px;
}
.c-slider1__btn--prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*------------------------------------------------------------
    Social
------------------------------------------------------------*/
.c-social1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-social1__item + .c-social1__item {
  margin-top: 8px;
}
.c-social1__link {
  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: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-social1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-social1__link:hover .c-social1__text {
    color: #548c6b;
  }
  .c-social1__link:hover .c-social1__icon .icon {
    color: #548c6b;
  }
}
.c-social1__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-social1__text + .c-social1__icon {
  margin-top: 8px;
}
.c-social1__icon {
  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;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-social1__icon .icon {
  display: inline-block;
  color: #333;
  font-size: 2.4rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-social2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-social2__item + .c-social2__item {
  margin-left: 8px;
}
.c-social2__item:has(.c-social2__text) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-social2__link {
  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: 48px;
  height: 48px;
  padding: 4px;
  background-color: #fff;
  border-radius: 28px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-social2__link:has(.c-social2__text) {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
}
.c-social2__link:has(.c-social2__text) .c-social2__icon {
  background-color: rgba(245, 250, 247, 0.9);
}
.c-social2__text {
  margin: 0 4px 1px 12px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 399px) {
  .c-social2__text {
    margin: 0 4px 1px 8px;
  }
}
@media only screen and (max-width: 374px) {
  .c-social2__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-social2__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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;
  padding: 4px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-social2__icon .icon {
  display: inline-block;
  color: #333;
  font-size: 2.4rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    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: top;
  position: relative;
  width: 100%;
  padding: 20px 0 19px;
  border-bottom: 1px solid #ddebe3;
}
@media only screen and (max-width: 767px) {
  .c-table1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px 0 19px;
  }
}
.c-table1__row:first-child {
  padding-top: 0;
}
.c-table1__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 152px;
  padding-right: 28px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table1__field {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-table1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 152px);
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table1__content {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: -1px;
  }
}
@media only screen and (min-width: 1023px) {
  .c-table1__content a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #548c6b;
  }
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5;
}
.c-text1--style1 {
  line-height: 2;
}
.c-text2 {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
/*------------------------------------------------------------
    Thumbnail
------------------------------------------------------------*/
.c-thumb--round {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.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;
}
.c-thumb1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 48.2573726542%;
}
.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;
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  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;
  position: relative;
}
.c-title1--big .c-title1__ja {
  font-size: 2.3rem;
}
.c-title1--big .c-title1__en {
  margin: 5px 0 2px;
}
.c-title1--big2 .c-title1__ja {
  font-size: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .c-title1--big2 .c-title1__ja {
    font-size: 1.9rem;
  }
}
.c-title1--big2 .c-title1__en {
  margin: 5px 0 2px;
}
@media only screen and (max-width: 767px) {
  .c-title1--2line {
    -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-title1--2line .c-title1__ja {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-title1--2line .c-title1__en {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  .c-title1--2line .c-title1__en::before {
    content: none;
  }
}
.c-title1__ja {
  margin-right: 8px;
  color: #1a1a1a;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
}
.c-title1__en {
  position: relative;
  margin: 3px 0 2px;
  padding-left: 48px;
  color: #666;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-title1__en::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #ccc;
}
.c-title2 {
  color: #548c6b;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
.c-title2--left {
  text-indent: 0;
  text-align: left;
}
.c-title3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 57px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f5f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
}
.c-title3::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of News section
------------------------------------------------------------*/
.top-news {
  position: relative;
  padding: 120px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .top-news {
    padding: 138px 0 0;
  }
}
.top-news__body {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .top-news__body {
    margin-top: 26px;
  }
}
.top-news__slider {
  padding: 0 40px;
  overflow: unset;
}
@media only screen and (max-width: 1023px) {
  .top-news__slider {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .top-news__slider {
    padding: 0 20px;
  }
}
.top-news__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.top-news__slide {
  width: 388px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .top-news__slide {
    width: auto;
  }
}
.top-news__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) {
  .top-news__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;
  }
}
.top-news__list--2item {
  margin: 0 -20px;
}
@media only screen and (max-width: 767px) {
  .top-news__list--2item {
    margin: 0;
  }
}
.top-news__list--2item .top-news__item {
  width: calc(50% - 40px);
  max-width: 388px;
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .top-news__list--2item .top-news__item {
    width: 100%;
    max-width: unset;
    margin: 0;
  }
}
.top-news__item {
  width: 388px;
}
@media only screen and (max-width: 767px) {
  .top-news__item {
    width: 100%;
  }
}
.top-news__foot {
  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: 56px;
}
@media only screen and (max-width: 767px) {
  .top-news__foot {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 374px) {
  .top-news__foot {
    -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;
  }
}
.top-news__footleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 374px) {
  .top-news__footleft {
    -ms-flex-negative: unset;
    flex-shrink: unset;
  }
}
.top-news__footright {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .top-news__footright {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 374px) {
  .top-news__footright {
    margin-top: 20px;
    padding-left: 0;
  }
}
.top-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 374px) {
  .top-news__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/*------------------------------------------------------------
    CSS of Statement section
------------------------------------------------------------*/
.top-statement {
  position: relative;
  padding: 200px 0 0;
}
@media only screen and (max-width: 767px) {
  .top-statement {
    padding: 127px 0 0;
  }
}
.top-statement__inner {
  margin-left: max(0px, (100% - 1440px) / 2);
}
@media only screen and (max-width: 1023px) {
  .top-statement__inner {
    margin-left: 0;
  }
}
.top-statement__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -29px;
}
@media only screen and (max-width: 767px) {
  .top-statement__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;
    margin-top: 46px;
  }
}
.top-statement__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 72.2222222222%;
  max-width: 1040px;
}
@media only screen and (max-width: 1023px) {
  .top-statement__left {
    width: 72.5%;
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .top-statement__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.top-statement__groupwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 154px;
}
@media only screen and (max-width: 1023px) {
  .top-statement__groupwrap {
    -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) {
  .top-statement__groupwrap {
    margin-top: 0;
    padding: 0 30px;
  }
}
.top-statement__groupleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30.7692307692%;
  max-width: 320px;
}
@media only screen and (max-width: 1023px) {
  .top-statement__groupleft {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 30.3448275862%;
    min-width: 176px;
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .top-statement__groupleft {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    min-width: unset;
  }
}
.top-statement__thumb2 {
  pointer-events: none;
}
.top-statement__groupright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 69.2307692308%;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .top-statement__groupright {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .top-statement__groupright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 47px;
    padding: 0;
  }
}
.top-statement__grouprightinner {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .top-statement__grouprightinner {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-statement__grouprightinner {
    max-width: unset;
    margin-right: 0;
  }
}
.top-statement__subtitle {
  color: #1a1a1a;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.top-statement__content {
  margin: 55px 0 67px;
}
@media only screen and (max-width: 1023px) {
  .top-statement__content {
    margin: 55px 0 71px;
  }
}
@media only screen and (max-width: 767px) {
  .top-statement__content {
    margin: 39px 0 0;
  }
}
.top-statement__content p + p {
  margin-top: 40px;
}
.top-statement__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 27.7777777778%;
}
@media only screen and (max-width: 1023px) {
  .top-statement__right {
    width: 27.5%;
  }
}
@media only screen and (max-width: 767px) {
  .top-statement__right {
    display: none;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
  }
}
.top-statement__thumb1 {
  position: relative;
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .top-statement__thumb1 {
    width: 55%;
    max-height: unset;
    margin-top: 66px;
  }
}
.top-statement__thumb1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 150%;
}
.top-statement__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;
}
.top-statement__foot {
  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: 200px;
}
@media only screen and (max-width: 1023px) {
  .top-statement__foot {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .top-statement__foot {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: 55px -30px 0;
  }
}
.top-statement__thumb3 {
  max-width: 240px;
  margin-right: 160px;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .top-statement__thumb3 {
    width: 19.4117647059%;
    min-width: 132px;
    max-width: unset;
    margin-right: 94px;
  }
}
@media only screen and (max-width: 767px) {
  .top-statement__thumb3 {
    width: 33%;
    min-width: unset;
    margin-right: 0;
  }
}
/*------------------------------------------------------------
    CSS of Service section
------------------------------------------------------------*/
.top-service {
  position: relative;
  margin-top: -120px;
  padding: 240px 0;
  background-color: #f5faf7;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-service {
    margin-top: -66px;
    padding: 128px 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-service {
    margin-top: 0;
  }
}
.top-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/noisy-texture.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: left top;
}
.top-service::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 666.5px;
  background-image: url("/assets/img/common/particle.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .top-service::after {
    width: 500px;
    height: 342.5px;
  }
}
.top-service__inner {
  position: relative;
  z-index: 2;
}
.top-service__description {
  margin-top: 51px;
}
@media only screen and (max-width: 767px) {
  .top-service__description {
    margin-top: 42px;
  }
}
.top-service__body {
  margin-top: 123px;
}
.top-service__part + .top-service__part {
  margin-top: 128px;
}
@media only screen and (max-width: 767px) {
  .top-service__part + .top-service__part {
    margin-top: 80px;
  }
}
/*------------------------------------------------------------
    CSS of Works section
------------------------------------------------------------*/
.top-works {
  position: relative;
  padding: 160px 0;
}
@media only screen and (max-width: 1023px) {
  .top-works {
    padding: 128px 0 127px;
  }
}
@media only screen and (max-width: 767px) {
  .top-works {
    padding: 128px 0;
  }
}
.top-works__body {
  margin-top: 55px;
}
@media only screen and (max-width: 1023px) {
  .top-works__body {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .top-works__body {
    margin-top: 26px;
  }
}
.top-works__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .top-works__slider .swiper-slide {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.top-works__slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.top-works__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) {
  .top-works__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;
  }
}
.top-works__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .top-works__item {
    width: 100%;
  }
}
.top-works__foot {
  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: 55px;
}
@media only screen and (max-width: 1023px) {
  .top-works__foot {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .top-works__foot {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 374px) {
  .top-works__foot {
    -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;
  }
}
.top-works__footleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 374px) {
  .top-works__footleft {
    -ms-flex-negative: unset;
    flex-shrink: unset;
  }
}
.top-works__footright {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .top-works__footright {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 374px) {
  .top-works__footright {
    margin-top: 20px;
    padding-left: 0;
  }
}
.top-works__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 374px) {
  .top-works__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/*------------------------------------------------------------
    CSS of Company section
------------------------------------------------------------*/
.top-company {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .top-company {
    padding: 0 0 128px;
  }
}
.top-company__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) {
  .top-company__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-company__left {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .top-company__left {
    width: 100%;
  }
}
.top-company__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #999;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .top-company__thumb {
    height: 533px;
  }
}
.top-company__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-company__right {
  position: relative;
  width: 50%;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-company__right {
    width: 100%;
    margin-top: -80px;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top-company__right {
    padding: 0 30px;
  }
}
.top-company__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: 545px;
  padding: 112px 60px 124px;
  background-color: #faf8f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .top-company__box {
    height: auto;
    min-height: unset;
    padding: 64px 80px 124px;
  }
}
@media only screen and (max-width: 767px) {
  .top-company__box {
    padding: 32px 40px 84px;
  }
}
@media only screen and (max-width: 374px) {
  .top-company__box {
    padding: 32px 24px 84px;
  }
}
.top-company__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/noisy-texture.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: left top;
}
.top-company__boxinner {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-company__boxinner {
    max-width: unset;
  }
}
.top-company__description {
  margin-top: 51px;
}
@media only screen and (max-width: 767px) {
  .top-company__description {
    margin-top: 21px;
  }
}
.top-company__body {
  margin-top: 47px;
}
@media only screen and (max-width: 767px) {
  .top-company__body {
    margin-top: 19px;
  }
}
.top-company__people {
  position: absolute;
  bottom: -124px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .top-company__people {
    bottom: -84px;
  }
}
/*------------------------------------------------------------
    CSS of Service page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Strength section
------------------------------------------------------------*/
.service-strength {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .service-strength {
    padding: 74px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-strength {
    padding: 52px 0 0;
  }
}
.service-strength__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .service-strength__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.service-strength__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 53.3333333333%;
  margin-top: 74px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .service-strength__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }
}
.service-strength__leftinner {
  width: 100%;
  max-width: 560px;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .service-strength__leftinner {
    max-width: unset;
    margin-right: 0;
  }
}
.service-strength__content p + p {
  margin-top: 32px;
}
.service-strength__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46.6666666667%;
  margin-top: -15px;
}
@media only screen and (max-width: 1023px) {
  .service-strength__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: calc(100% + 40px);
    margin: 51px -20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-strength__right {
    width: calc(100% + 20px);
    margin: 35px -10px 0;
  }
}
.service-strength__thumb {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .service-strength__thumb {
    max-width: unset;
  }
}
.service-strength__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 95%;
}
.service-strength__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;
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.service-main {
  position: relative;
  z-index: 2;
}
.service-main__part {
  padding-top: 195px;
}
@media only screen and (max-width: 1023px) {
  .service-main__part {
    padding-top: 128px;
  }
}
.service-main__part + .service-main__part {
  padding-top: 200px;
}
@media only screen and (max-width: 1023px) {
  .service-main__part + .service-main__part {
    padding-top: 128px;
  }
}
@media only screen and (max-width: 767px) {
  .service-main__part + .service-main__part {
    padding-top: 80px;
  }
}
.service-main__foot {
  position: relative;
  padding: 80px 0 0;
}
@media only screen and (max-width: 1023px) {
  .service-main__foot {
    padding: 56px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-main__foot {
    padding: 40px 0 0;
  }
}
.service-main__foot::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(72.2222222222%, 50% + 320px);
  height: 100%;
  background-color: #f0f5f2;
}
@media only screen and (max-width: 1023px) {
  .service-main__foot::before {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .service-main__foot::before {
    width: 100%;
  }
}
.service-main__thumbgroup {
  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;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .service-main__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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.service-main__thumbitem {
  width: 45%;
}
@media only screen and (max-width: 1023px) {
  .service-main__thumbitem {
    width: 79.4117647059%;
  }
}
@media only screen and (max-width: 767px) {
  .service-main__thumbitem {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .service-main__thumbitem + .service-main__thumbitem {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-main__thumbitem + .service-main__thumbitem {
    margin-top: 24px;
  }
}
.service-main__thumbitem:nth-child(1) {
  margin-top: 202px;
}
@media only screen and (max-width: 1023px) {
  .service-main__thumbitem:nth-child(1) {
    margin-top: 0;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .service-main__thumbitem:nth-child(1) {
    margin-right: 0;
  }
}
.service-main__thumbitem:nth-child(2) {
  margin-bottom: 202px;
}
@media only screen and (max-width: 1023px) {
  .service-main__thumbitem:nth-child(2) {
    margin-bottom: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .service-main__thumbitem:nth-child(2) {
    margin-left: 0;
  }
}
.service-main__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.service-main__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.service-main__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;
}
/*------------------------------------------------------------
    CSS of Flow section
------------------------------------------------------------*/
.service-flow {
  position: relative;
  padding: 199px 0 0;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .service-flow {
    padding: 127px 0 0;
  }
}
.service-flow__body {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .service-flow__body {
    margin-top: 39px;
  }
}
/*------------------------------------------------------------
    CSS of Payment section
------------------------------------------------------------*/
.service-payment {
  position: relative;
  padding: 199px 0 0;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .service-payment {
    padding: 127px 0 0;
  }
}
.service-payment__body {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .service-payment__body {
    margin-top: 39px;
  }
}
/*------------------------------------------------------------
    CSS of Faq section
------------------------------------------------------------*/
.service-faq {
  position: relative;
  padding: 199px 0 200px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .service-faq {
    padding: 127px 0 128px;
  }
}
@media only screen and (max-width: 767px) {
  .service-faq {
    padding: 107px 0 128px;
  }
}
.service-faq__body {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .service-faq__body {
    margin-top: 39px;
  }
}
/*------------------------------------------------------------
    CSS of Works page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.works-archive {
  position: relative;
  padding: 68px 0 200px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .works-archive {
    padding: 68px 0 128px;
  }
}
@media only screen and (max-width: 767px) {
  .works-archive {
    padding: 46px 0 128px;
  }
}
.works-archive__body {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .works-archive__body {
    margin-top: 40px;
  }
}
.works-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 -4.05rem -78px;
}
@media only screen and (max-width: 1023px) {
  .works-archive__list {
    margin: 0 -30px -63px;
  }
}
@media only screen and (max-width: 767px) {
  .works-archive__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
.works-archive__item {
  width: calc(33.3333333333% - 81px);
  margin: 0 4.05rem 78px;
}
@media only screen and (max-width: 1023px) {
  .works-archive__item {
    width: calc(50% - 60px);
    margin: 0 30px 63px;
  }
}
@media only screen and (max-width: 767px) {
  .works-archive__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .works-archive__item + .works-archive__item {
    margin-top: 39px;
  }
}
.works-archive__pagi {
  margin-top: 79px;
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.works-single {
  position: relative;
  padding: 79px 0 200px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .works-single {
    padding: 79px 0 128px;
  }
}
@media only screen and (max-width: 767px) {
  .works-single {
    padding: 54px 0 128px;
  }
}
/*------------------------------------------------------------
    CSS of Company page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Message section
------------------------------------------------------------*/
.company-message {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .company-message {
    padding: 74px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-message {
    padding: 52px 0 0;
  }
}
.company-message__inner {
  margin-left: max(0px, (100% - 1320px) / 2);
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .company-message__inner {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__inner {
    padding-left: 30px;
  }
}
.company-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .company-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;
  }
}
.company-message__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 48.4848484848%;
  max-width: 640px;
  padding-right: 60px;
}
@media only screen and (max-width: 1023px) {
  .company-message__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__left {
    padding-right: 30px;
  }
}
.company-message__leftinner {
  width: 100%;
  max-width: 560px;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .company-message__leftinner {
    max-width: unset;
    margin-right: 0;
  }
}
.company-message__content {
  margin-top: 74px;
}
@media only screen and (max-width: 1023px) {
  .company-message__content {
    margin-top: 0;
  }
}
.company-message__content p + p {
  margin-top: 32px;
}
.company-message__info {
  margin-top: 46px;
}
.company-message__name {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.company-message__director {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2px;
}
.company-message__ja {
  margin-right: 7px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.company-message__en {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #666;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.45;
}
.company-message__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 51.5151515152%;
  margin-top: -79px;
}
@media only screen and (max-width: 1023px) {
  .company-message__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: calc(100% + 20px);
    margin-top: 56px;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__right {
    width: calc(100% + 10px);
    margin-left: -10px;
  }
}
.company-message__rightinner {
  width: 100%;
  max-width: 680px;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .company-message__rightinner {
    max-width: unset;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__rightinner {
    padding-right: 20px;
  }
}
.company-message__thumbgroup {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.company-message__thumbgroup::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 96.7647058824%;
}
@media only screen and (max-width: 1023px) {
  .company-message__thumbgroup::before {
    padding-top: 86.5789473684%;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__thumbgroup::before {
    padding-top: 101.4285714286%;
  }
}
.company-message__thumbmain {
  position: absolute;
  top: 19.452887538%;
  left: 17.6470588235%;
  width: 64.7058823529%;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .company-message__thumbmain {
    left: 15.7894736842%;
    width: 57.8947368421%;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__thumbmain {
    top: 22.5352112676%;
    left: 21.4285714286%;
    width: 78.5714285714%;
  }
}
.company-message__thumbmain .company-message__thumb[data-animation][data-animation-type=fadeInScale] {
  -webkit-transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1) 0.32s;
  transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1) 0.32s;
}
.company-message__thumbmain .company-message__thumb[data-animation][data-animation-type=fadeInScale] img {
  -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.32s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.32s;
  transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.32s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.32s;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.32s, opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.32s;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.32s, opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.32s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.32s;
}
.company-message__thumbsub1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 25.8823529412%;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .company-message__thumbsub1 {
    width: 23.1578947368%;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__thumbsub1 {
    width: 31.4285714286%;
  }
}
.company-message__thumbsub1 .company-message__thumb[data-animation][data-animation-type=fadeInScale] {
  -webkit-transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1) 0.2s;
}
.company-message__thumbsub1 .company-message__thumb[data-animation][data-animation-type=fadeInScale] img {
  -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.2s;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.company-message__thumbsub2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 54.8529411765%;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .company-message__thumbsub2 {
    width: 49.0789473684%;
  }
}
.company-message__thumbsub2 .company-message__thumb[data-animation][data-animation-type=fadeInScale] {
  -webkit-transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1) 0.26s;
  transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1) 0.26s;
}
.company-message__thumbsub2 .company-message__thumb[data-animation][data-animation-type=fadeInScale] img {
  -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.26s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.26s;
  transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.26s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.26s;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.26s, opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.26s;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.26s, opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.26s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.26s;
}
/*------------------------------------------------------------
    CSS of Outline section
------------------------------------------------------------*/
.company-outline {
  position: relative;
  padding: 199px 0 200px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .company-outline {
    padding: 127px 0 128px;
  }
}
.company-outline__body {
  margin-top: 55px;
}
.company-outline__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .company-outline__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;
  }
}
.company-outline__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46.6666666667%;
}
@media only screen and (max-width: 1023px) {
  .company-outline__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 767px) {
  .company-outline__left {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.company-outline__thumbgroup {
  position: relative;
  width: 100%;
  max-width: 560px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .company-outline__thumbgroup {
    max-width: unset;
  }
}
.company-outline__thumbgroup::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 101.4285714286%;
}
.company-outline__thumbitem1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 58.9285714286%;
}
.company-outline__thumbitem1 .company-outline__thumb::before {
  padding-top: 133.3333333333%;
}
.company-outline__thumbitem1 .company-outline__thumb[data-animation][data-animation-type=fadeInScale] {
  -webkit-transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1) 0.1s;
  transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1) 0.1s;
}
.company-outline__thumbitem1 .company-outline__thumb[data-animation][data-animation-type=fadeInScale] img {
  -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.1s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.1s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.1s;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.1s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.company-outline__thumbitem2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38.2142857143%;
}
.company-outline__thumbitem2 .company-outline__thumb::before {
  padding-top: 161.6822429907%;
}
.company-outline__thumbitem2 .company-outline__thumb[data-animation][data-animation-type=fadeInScale] {
  -webkit-transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1) 0.24s;
  transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1) 0.24s;
}
.company-outline__thumbitem2 .company-outline__thumb[data-animation][data-animation-type=fadeInScale] img {
  -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.24s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.24s;
  transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.24s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.24s;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.24s, opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.24s;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.24s, opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1) 0.24s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.24s;
}
.company-outline__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.company-outline__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.company-outline__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-outline__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 53.3333333333%;
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .company-outline__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 56px;
    padding-left: 0;
  }
}
.company-outline__rightinner {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .company-outline__rightinner {
    max-width: unset;
    margin-left: 0;
  }
}
.company-outline__table {
  margin-top: -4px;
}
/*------------------------------------------------------------
    CSS of Contact page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Form section
------------------------------------------------------------*/
.contact-form {
  position: relative;
  padding: 74px 0 200px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .contact-form {
    padding: 74px 0 128px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 52px 0 128px;
  }
}
.contact-form__body {
  margin-top: 51px;
}
@media only screen and (max-width: 767px) {
  .contact-form__body {
    margin-top: 42px;
  }
}
.mw_wp_form .c-radio__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .c-checkbox__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form_confirm .c-input,
.mw_wp_form_confirm .c-datepicker,
.mw_wp_form_confirm .c-select2,
.mw_wp_form_confirm .c-radio__group,
.mw_wp_form_confirm .c-checkbox__group {
  width: 100%;
  min-height: 32px;
  margin: 0;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.mw_wp_form_confirm .c-datepicker::after {
  content: none;
}
.mw_wp_form_confirm .c-select2::after {
  content: none;
}
.mw_wp_form_confirm .c-group1__box {
  padding: 19px;
}
.mw_wp_form_confirm .c-box1__group + .c-box1__group {
  margin-top: 12px;
}
.mw_wp_form_confirm .c-radio__group--other1 {
  min-height: unset;
}
.mw_wp_form_confirm .c-radio__group--other1 .c-input__group {
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
  max-width: unset;
  margin-top: 12px;
}
.mw_wp_form_confirm .c-input__itemage {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .c-checkbox__group--other1 {
  min-height: unset;
}
.mw_wp_form_confirm .c-checkbox__group--other1 .c-input__group {
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
  max-width: unset;
}
.mw_wp_form_confirm .c-checkbox__group--other1 .c-input__group .c-input {
  min-height: unset;
}
.mw_wp_form_confirm .c-box1__row[data-id="メールアドレス"] .c-input__item:nth-child(2) {
  display: none;
}
.mw_wp_form_confirm .c-box1__accept .c-box1__field .c-checkbox__group {
  margin-top: 0;
}
.grecaptcha-badge {
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 78px !important;
  }
}
/*------------------------------------------------------------
    CSS of News page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.news-archive {
  position: relative;
  padding: 68px 0 200px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .news-archive {
    padding: 68px 0 128px;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 46px 0 128px;
  }
}
.news-archive__body {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .news-archive__body {
    margin-top: 40px;
  }
}
.news-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 -4.05rem -80px;
}
@media only screen and (max-width: 1023px) {
  .news-archive__list {
    margin: 0 -30px -64px;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
.news-archive__item {
  width: calc(33.3333333333% - 81px);
  margin: 0 4.05rem 80px;
}
@media only screen and (max-width: 1023px) {
  .news-archive__item {
    width: calc(50% - 60px);
    margin: 0 30px 64px;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive__item + .news-archive__item {
    margin-top: 40px;
  }
}
.news-archive__pagi {
  margin-top: 80px;
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.news-single {
  position: relative;
  padding: 79px 0 200px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .news-single {
    padding: 79px 0 128px;
  }
}
@media only screen and (max-width: 767px) {
  .news-single {
    padding: 54px 0 128px;
  }
}
/*------------------------------------------------------------
    CSS of Privacy page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.privacy-main {
  position: relative;
  padding: 78px 0 200px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .privacy-main {
    padding: 78px 0 128px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-main {
    padding: 54px 0 128px;
  }
}
.privacy-main__row + .privacy-main__row {
  margin-top: 74.5px;
}
@media only screen and (max-width: 767px) {
  .privacy-main__row + .privacy-main__row {
    margin-top: 40px;
  }
}
.privacy-main__row:nth-child(1) .c-title3::before {
  content: "１．";
}
.privacy-main__row:nth-child(2) .c-title3::before {
  content: "２．";
}
.privacy-main__row:nth-child(3) .c-title3::before {
  content: "３．";
}
.privacy-main__row:nth-child(4) .c-title3::before {
  content: "４．";
}
.privacy-main__row:nth-child(5) .c-title3::before {
  content: "５．";
}
.privacy-main__row:nth-child(6) .c-title3::before {
  content: "６．";
}
.privacy-main__row:nth-child(7) .c-title3::before {
  content: "７．";
}
.privacy-main__row:nth-child(8) .c-title3::before {
  content: "８．";
}
.privacy-main__row:nth-child(9) .c-title3::before {
  content: "９．";
}
.privacy-main__row:nth-child(10) .c-title3::before {
  content: "10．";
}
.privacy-main__content {
  margin-top: 20px;
}
.privacy-main__content .c-box2 {
  margin-top: 19px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__green {
  position: relative;
  overflow: hidden;
}
.u-bg__green::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(72.2222222222%, 50% + 320px);
  height: 100%;
  background-color: #f0f5f2;
}
@media only screen and (max-width: 1023px) {
  .u-bg__green::before {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .u-bg__green::before {
    top: 317px;
    width: 100%;
    height: calc(100% - 317px);
  }
}
.u-bg__green::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 666.5px;
  background-image: url("/assets/img/common/particle.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .u-bg__green::after {
    width: 800px;
    height: 533.2px;
  }
}
@media only screen and (max-width: 767px) {
  .u-bg__green::after {
    width: 400px;
    height: 266.6px;
  }
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-zen-old {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.u-garamond {
  font-family: "EB Garamond", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.u-aligncenter {
  text-align: center;
}
/*------------------------------------------------------------
    Animation
------------------------------------------------------------*/
[data-animation][data-animation-type=fadeIn] {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
[data-animation=after][data-animation-type=fadeIn] {
  opacity: 1;
}
[data-animation][data-animation-type=fadeInScale] {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1);
}
[data-animation][data-animation-type=fadeInScale] img {
  opacity: 0;
  -webkit-transform: scale(1.04) translateY(13px);
  transform: scale(1.04) translateY(13px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
[data-animation=after][data-animation-type=fadeInScale] {
  opacity: 1;
}
[data-animation=after][data-animation-type=fadeInScale] img {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
[data-animation][data-animation-type=fadeUp] {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
  transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
  transition: transform 1.2s ease, opacity 0.8s ease;
  transition: transform 1.2s ease, opacity 0.8s ease, -webkit-transform 1.2s ease;
}
[data-animation=after][data-animation-type=fadeUp] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
[data-animation][data-animation-type=blurIn] {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1.2s ease-out;
  transition: opacity 0.8s ease, -webkit-filter 1.2s ease-out;
  transition: filter 1.2s ease-out, opacity 0.8s ease;
  transition: filter 1.2s ease-out, opacity 0.8s ease, -webkit-filter 1.2s ease-out;
}
[data-animation=after][data-animation-type=blurIn] {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
[data-animation][data-animation-type=revealText] {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
[data-animation][data-animation-type=revealText]::after {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
[data-animation=after][data-animation-type=revealText] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
[data-animation=after][data-animation-type=revealText]::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
@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-tab {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-tab {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is-tab {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is-notsp {
    display: none;
  }
}
.is-xsp {
  display: none;
}
@media only screen and (max-width: 374px) {
  .is-xsp {
    display: block;
  }
}
@media only screen and (max-width: 374px) {
  .is-notxsp {
    display: none;
  }
}
.is-phone {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .is-phone {
    pointer-events: unset;
  }
}

.txt-none { display: none; }
#dashboard-widgets-wrap #wp-statistics-quickstats-widget .wps-overview-btn { display: none!important; }