@charset "UTF-8";
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-family: source-han-sans-japanese, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #333;
  letter-spacing: 0.05rem;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

.font-en {
  font-family: "Roboto Slab", serif;
}

ul,
ol,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #2da544;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.sp-tablet-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-tablet-only {
    display: block;
  }
}

.pc-tablet-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-tablet-only {
    display: none;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

.tablet-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tablet-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tablet-only {
    display: none;
  }
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt300 {
  margin-top: 300px !important;
}

.bold {
  font-weight: 700 !important;
}

.text-center {
  text-align: center !important;
}

.small-txt {
  font-size: 10px !important;
}

.link-color {
  color: #2da544;
}
.link-color:hover {
  opacity: 0.4;
}

.under-line {
  text-decoration: underline;
}

body.is-open {
  overflow: hidden;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .container {
    box-sizing: border-box;
    padding: 0 20px;
  }
}

.defaultBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 256px;
  height: 66px;
  font-size: 20px;
  line-height: 66px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #548126;
  border-radius: 3px;
  transition: 0.2s;
  transition: 0.2s;
}
.defaultBtn:hover {
  color: #fff;
  opacity: 0.8;
}
.defaultBtn svg {
  flex-shrink: 0;
  width: 30px;
  margin-left: 20px;
  color: #fff;
}

.cta-btns {
  display: flex;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cta-btns {
    display: block;
  }
}
.cta-btns .cta-btn {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  max-width: 500px;
  padding: 40px 15px;
  background: #548126;
  border-radius: 5px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .cta-btns .cta-btn {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 30px 15px;
  }
}
.cta-btns .cta-btn:hover {
  background: #6ea832;
}
.cta-btns .cta-btn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  font-size: 40px;
  color: #fff;
  content: "";
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-radius: 5px;
  transform: translate(0, -50%);
  transform: rotateZ(45deg);
  transform-origin: top right;
}
.cta-btns .cta-btn .ttl,
.cta-btns .cta-btn .txt {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.cta-btns .cta-btn .ttl {
  font-size: 30px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .cta-btns .cta-btn .ttl {
    font-size: 24px;
  }
}
.cta-btns .cta-btn .txt {
  margin-top: 20px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .cta-btns .cta-btn .txt {
    margin-top: 12px;
  }
}
.cta-btns .cta-btn + .cta-btn {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .cta-btns .cta-btn + .cta-btn {
    margin-top: 20px;
    margin-left: 0;
  }
}

.marker-animation {
  position: relative;
  z-index: 1;
}
.marker-animation:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 30%;
  content: "";
  background-color: #6ea832;
  opacity: 0.6;
  animation: markerAnimation 1.5s linear forwards;
}

.marker {
  position: relative;
  background: linear-gradient(transparent 70%, #adda80 30%);
}

.link.out:after {
  display: inline-block;
  width: 14px;
  margin-left: 3px;
  content: url(/img/shared/icon/page-out.svg);
}

.primary-box {
  margin-top: 40px;
  padding: 40px;
  box-sizing: border-box;
  background: #e9f9d2;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .primary-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.primary-box .ttl {
  font-size: 24px;
  line-height: 2.2;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .primary-box .ttl {
    text-align: center;
  }
}
.primary-box .txt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .primary-box .txt {
    text-align: center;
  }
}
.primary-box .btn {
  display: inline-block;
  margin-top: 40px;
  background: #548126;
  padding: 20px 40px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2rem;
  transition: 0.2s;
}
.primary-box .btn:hover {
  background: #6ea832;
}
@media screen and (max-width: 767px) {
  .primary-box .btn {
    padding: 20px;
    letter-spacing: 0.1rem;
  }
}

.primary-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 80px 40px;
  box-sizing: border-box;
  background: #e9f9d2;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .primary-label {
    padding: 50px 20px 80px;
  }
}
.primary-label .ttl {
  text-align: center;
  font-size: 30px;
  line-height: 2.2;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .primary-label .ttl {
    font-size: 24px;
    text-align: center;
  }
}
.primary-label .txt {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .primary-label .txt {
    text-align: center;
  }
}
.primary-label .btn {
  display: inline-block;
  margin-top: 40px;
  background: #548126;
  padding: 20px 40px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2rem;
  transition: 0.2s;
}
.primary-label .btn:hover {
  background: #6ea832;
}
@media screen and (max-width: 767px) {
  .primary-label .btn {
    padding: 20px;
    letter-spacing: 0.1rem;
  }
}

.other-site-link {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .other-site-link {
    margin-left: 10px;
  }
}
.other-site-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 3px;
}
.other-site-link:after {
  content: "→";
  position: absolute;
  top: 30%;
  left: 120%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.page-header {
  position: relative;
  width: 100%;
}
.page-header .logo {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 300px;
  opacity: 0.9;
  transition: 0.2s;
}
.page-header .logo:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .page-header .logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .page-header .logo {
    top: 20px;
    width: 150px;
  }
}
.page-header .text-kv {
  box-sizing: border-box;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .page-header .text-kv {
    padding: 200px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-header .text-kv {
    padding: 150px 0 0px;
  }
}
.page-header .text-kv .en-ttl {
  text-align: center;
}
.page-header .text-kv .en-ttl > span {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 8px;
}
@media screen and (max-width: 767px) {
  .page-header .text-kv .en-ttl > span {
    font-size: 40px;
  }
}
.page-header .text-kv .ttl {
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

main {
  min-height: 100vh;
  overflow: hidden;
}

.footer {
  position: relative;
  padding-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 100px;
  }
}
.footer .container {
  max-width: 960px;
  margin: 0 auto;
}
.footer .logo {
  width: 300px;
  margin: 0 auto;
  opacity: 0.9;
  transition: 0.2s;
}
.footer .logo:hover {
  opacity: 0.6;
}
.footer .logo > img {
  width: 100%;
}
.footer .info {
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
}
.footer .info .ttl,
.footer .info .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  text-align: center;
}
.footer .info .txt {
  margin-top: 20px;
}
.footer .info .txt .link {
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
}
.footer .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.footer .sns .icon {
  width: 35px;
}
.footer .sns .icon + .icon {
  margin-left: 20px;
}
.footer .copy {
  margin-top: 40px;
  font-size: 12px;
  text-align: center;
}
.footer .totop {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-align: center;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .footer .totop {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer .totop .arrow {
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .footer .totop .arrow {
    font-size: 20px;
  }
}
.footer .totop:hover {
  color: #333;
  opacity: 0.6;
}

.ham-show {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.global-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
}
.global-menu .menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}
.global-menu .menu.is-open {
  z-index: 100000;
  display: flex;
  visibility: visible;
  background: #333;
  opacity: 1;
}
.global-menu .menu.is-open .menu-image {
  display: block;
}
.global-menu .menu.is-open .neon span:nth-child(0) {
  animation-delay: calc(0.15s * 0);
}
.global-menu .menu.is-open .neon span:nth-child(1) {
  animation-delay: calc(0.15s * 1);
}
.global-menu .menu.is-open .neon span:nth-child(2) {
  animation-delay: calc(0.15s * 2);
}
.global-menu .menu.is-open .neon span:nth-child(3) {
  animation-delay: calc(0.15s * 3);
}
.global-menu .menu.is-open .neon span:nth-child(4) {
  animation-delay: calc(0.15s * 4);
}
.global-menu .menu.is-open .neon span:nth-child(5) {
  animation-delay: calc(0.15s * 5);
}
.global-menu .menu.is-open .neon span:nth-child(6) {
  animation-delay: calc(0.15s * 6);
}
.global-menu .menu.is-open .neon span:nth-child(7) {
  animation-delay: calc(0.15s * 7);
}
.global-menu .menu.is-open .neon span:nth-child(8) {
  animation-delay: calc(0.15s * 8);
}
.global-menu .menu.is-open .neon span:nth-child(9) {
  animation-delay: calc(0.15s * 9);
}
.global-menu .menu.is-open .neon span:nth-child(10) {
  animation-delay: calc(0.15s * 10);
}
.global-menu .menu.is-open .neon span:nth-child(11) {
  animation-delay: calc(0.15s * 11);
}
.global-menu .menu.is-open .neon span:nth-child(12) {
  animation-delay: calc(0.15s * 12);
}
.global-menu .menu.is-open .neon span:nth-child(13) {
  animation-delay: calc(0.15s * 13);
}
.global-menu .menu.is-open .neon span:nth-child(14) {
  animation-delay: calc(0.15s * 14);
}
.global-menu .menu.is-open .neon span:nth-child(15) {
  animation-delay: calc(0.15s * 15);
}
.global-menu .menu.is-open .neon span {
  animation: neon 0.2s forwards step-start;
}
.global-menu .menu .menu-left {
  flex-shrink: 0;
  width: 45%;
  height: 100%;
  overflow: hidden;
  background: #333;
}
@media screen and (max-width: 767px) {
  .global-menu .menu .menu-left {
    display: none;
  }
}
.global-menu .menu .menu-right {
  flex-shrink: 0;
  width: 55%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .global-menu .menu .menu-right {
    width: 100%;
    height: auto;
  }
}
.global-menu .menu .menu-image {
  display: none;
  width: 100%;
  height: 100%;
  background: url("/img/shared/menu/bg/01.jpg") no-repeat center/cover;
  animation: menuImage 15s infinite;
}
.global-menu .menu .menu-content {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 80px 80px;
  overflow-y: auto;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .global-menu .menu .menu-content {
    padding: 20px;
  }
}
.global-menu .menu .menu-content .company {
  box-sizing: border-box;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .global-menu .menu .menu-content .company {
    padding: 30px 0;
  }
}
.global-menu .menu .menu-content .company > p {
  color: #fff;
}
.global-menu .menu .menu-content .company > p > a {
  transition: 0.2s;
}
.global-menu .menu .menu-content .company > p > a:hover {
  color: #fff;
  opacity: 0.8;
}
.global-menu .menu .menu-content .company > p span {
  color: #fff;
}
.global-menu .menu .menu-content .company .ttl {
  font-size: 30px;
  letter-spacing: 3px;
}
.global-menu .menu .menu-content .company .neon {
  margin-bottom: 20px;
  font-size: 16px;
}
.global-menu .menu .menu-content .company .neon span + span {
  margin-left: 3px;
}
.global-menu .menu .menu-content .company .address,
.global-menu .menu .menu-content .company .email,
.global-menu .menu .menu-content .company .postal {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.7;
}
.global-menu .menu .menu-content .company .address .icon,
.global-menu .menu .menu-content .company .email .icon,
.global-menu .menu .menu-content .company .postal .icon {
  flex-shrink: 0;
  margin-right: 5px;
}
.global-menu .menu .menu-content .company .postal {
  margin-top: 30px;
}
.global-menu .menu .menu-content .company .postal .icon > svg {
  width: 18px;
}
.global-menu .menu .menu-content .company .email .icon > svg {
  width: 16px;
  transform: translateY(4px);
}
.global-menu .menu .menu-content .content-links {
  box-sizing: border-box;
  padding: 20px 0;
  padding-left: 30px;
  margin-left: 5%;
  border-left: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .global-menu .menu .menu-content .content-links {
    margin-left: 0;
  }
}
.global-menu .menu .menu-content .content-links .content {
  font-size: 16px;
}
.global-menu .menu .menu-content .content-links .content > a {
  color: #fff;
  transition: 0.2s;
}
.global-menu .menu .menu-content .content-links .content > a:hover {
  color: #fff;
  opacity: 0.8;
}
.global-menu .menu .menu-content .content-links .content + .content {
  margin-top: 30px;
}
.global-menu .hamburger {
  position: fixed;
  top: 40px;
  right: 44px;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
  visibility: hidden;
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .global-menu .hamburger {
    top: 10px;
    right: 4%;
    width: 45px;
    height: 45px;
  }
}
.global-menu .hamburger.is-show {
  visibility: visible;
  opacity: 1;
}
.global-menu .hamburger .hamburger-txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1em;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .global-menu .hamburger .hamburger-txt {
    font-size: 11px;
  }
}
.global-menu .hamburger .ttl-open,
.global-menu .hamburger .ttl-close {
  display: block;
  font-size: 14px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .global-menu .hamburger .ttl-open,
  .global-menu .hamburger .ttl-close {
    font-size: 11px;
  }
}
.global-menu .hamburger .ttl-open > span,
.global-menu .hamburger .ttl-close > span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  vertical-align: top;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .global-menu .hamburger .ttl-open > span,
  .global-menu .hamburger .ttl-close > span {
    font-size: 11px;
  }
}
.global-menu .hamburger .ttl-open > span:nth-child(1) {
  transition-delay: 0.24s;
}
.global-menu .hamburger .ttl-open > span:nth-child(2) {
  transition-delay: 0.28s;
}
.global-menu .hamburger .ttl-open > span:nth-child(3) {
  transition-delay: 0.32s;
}
.global-menu .hamburger .ttl-open > span:nth-child(4) {
  transition-delay: 0.36s;
}
.global-menu .hamburger .ttl-close > span:nth-child(1) {
  transition-delay: 0.04s;
}
.global-menu .hamburger .ttl-close > span:nth-child(2) {
  transition-delay: 0.08s;
}
.global-menu .hamburger .ttl-close > span:nth-child(3) {
  transition-delay: 0.12s;
}
.global-menu .hamburger .ttl-close > span:nth-child(4) {
  transition-delay: 0.16s;
}
.global-menu .hamburger .ttl-close > span:nth-child(5) {
  transition-delay: 0.2s;
}
.global-menu .hamburger.is-open {
  background: transparent;
  border: 1px solid #fff;
}
.global-menu .hamburger.is-open .hamburger-txt {
  color: #fff;
}
.global-menu .hamburger.is-open .ttl-open > span,
.global-menu .hamburger.is-open .ttl-close > span {
  color: #fff;
  transform: translateY(-100%);
}
.global-menu .hamburger.is-open .ttl-open > span:nth-child(1) {
  transition-delay: 0.04s;
}
.global-menu .hamburger.is-open .ttl-open > span:nth-child(2) {
  transition-delay: 0.08s;
}
.global-menu .hamburger.is-open .ttl-open > span:nth-child(3) {
  transition-delay: 0.12s;
}
.global-menu .hamburger.is-open .ttl-open > span:nth-child(4) {
  transition-delay: 0.16s;
}
.global-menu .hamburger.is-open .ttl-open > span:nth-child(5) {
  transition-delay: 0.2s;
}
.global-menu .hamburger.is-open .ttl-close > span:nth-child(1) {
  transition-delay: 0.24s;
}
.global-menu .hamburger.is-open .ttl-close > span:nth-child(2) {
  transition-delay: 0.28s;
}
.global-menu .hamburger.is-open .ttl-close > span:nth-child(3) {
  transition-delay: 0.32s;
}
.global-menu .hamburger.is-open .ttl-close > span:nth-child(4) {
  transition-delay: 0.36s;
}
.global-menu .hamburger.is-open .ttl-close > span:nth-child(5) {
  transition-delay: 0.4s;
}

.shared-contact-area {
  box-sizing: border-box;
  width: 100%;
  padding: 100px 0;
  margin-top: 100px;
  background: #333;
}
.shared-contact-area .ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
}
.shared-contact-area .ttl > span {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.shared-contact-area .ttl span + span {
  margin-left: 0.25em;
}
.shared-contact-area .txt {
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .shared-contact-area .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .shared-contact-area .txt {
    font-size: 14px;
  }
}
.shared-contact-area .txt .large {
  font-size: 20px;
  line-height: 2.2;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .shared-contact-area .txt .large {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  .shared-contact-area .txt .large {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .shared-contact-area .txt .large {
    font-size: 18px;
  }
}
.shared-contact-area > .txt + .txt {
  margin-top: 20px;
}

.shared-service-area {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .shared-service-area {
    margin-top: 50px;
  }
}
.shared-service-area .service-btns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .shared-service-area .service-btns {
    display: block;
  }
}
.shared-service-area .service-btns .btn {
  position: relative;
  box-sizing: border-box;
  width: calc((100% - 80px) / 3);
  overflow: hidden;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 767px) {
  .shared-service-area .service-btns .btn {
    width: 100%;
  }
}
.shared-service-area .service-btns .btn.current {
  border-bottom: 2px solid transparent;
}
.shared-service-area .service-btns .btn.current .link {
  background: #efefef;
}
.shared-service-area .service-btns .btn.current .link:hover {
  background: #efefef;
}
.shared-service-area .service-btns .btn.current .link:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 2px 0;
  font-family: "Roboto Slab", serif;
  font-size: 10px;
  color: #fff;
  text-align: center;
  content: "now";
  background: #548126;
  background-image: repeating-linear-gradient(45deg, rgba(190, 200, 206, 0.3), rgba(190, 200, 206, 0.3) 5px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10px);
}
@media screen and (max-width: 767px) {
  .shared-service-area .service-btns .btn.current .link:after {
    top: 0;
    right: 0;
    bottom: unset;
    left: unset;
    width: 10px;
    height: 100%;
    padding: 0;
    content: "";
    writing-mode: vertical-rl;
  }
}
.shared-service-area .service-btns .btn .link {
  display: block;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .shared-service-area .service-btns .btn .link {
    display: flex;
    align-items: center;
  }
}
.shared-service-area .service-btns .btn .link .icon {
  display: none;
  flex-shrink: 0;
  text-align: center;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
@media screen and (max-width: 767px) {
  .shared-service-area .service-btns .btn .link .icon {
    width: 50px;
    margin-right: 20px;
  }
}
.shared-service-area .service-btns .btn .link .icon > img {
  width: 30%;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .shared-service-area .service-btns .btn .link .icon > img {
    width: 100%;
    min-width: auto;
  }
}
.shared-service-area .service-btns .btn .link .ttl {
  box-sizing: border-box;
  padding: 40px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
@media screen and (max-width: 767px) {
  .shared-service-area .service-btns .btn .link .ttl {
    font-size: 18px;
  }
}
.shared-service-area .service-btns .btn .link:hover {
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .shared-service-area .service-btns .btn + .btn {
    margin-top: 40px;
  }
}

.other .main {
  box-sizing: border-box;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .other .main {
    padding-bottom: 0;
  }
}
.other .image-content {
  width: 100%;
  margin-top: 60px;
}
.other .image-content > img {
  width: 100%;
}
.other .text-content {
  box-sizing: border-box;
  padding: 0;
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .other .text-content {
    padding: 40px 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .other .text-content {
    padding: 20px 0;
  }
}
.other .text-content .ttl {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .other .text-content .ttl {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .other .text-content .ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.other .text-content .ttl .phase {
  position: absolute;
  top: -24px;
  left: 0;
  font-size: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .other .text-content .ttl .phase {
    top: -20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .other .text-content .ttl .phase {
    top: -14px;
    font-size: 14px;
  }
}
.other .text-content .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  .other .text-content .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .other .text-content .txt {
    font-size: 14px;
  }
}
.other .text-content .txt .large {
  font-size: 30px;
  font-weight: bold;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  .other .text-content .txt .large {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .other .text-content .txt .large {
    font-size: 20px;
  }
}
.other .text-content .txt .small {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  .other .text-content .txt .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .other .text-content .txt .small {
    font-size: 10px;
  }
}
.other .text-content .txt + .txt {
  margin-top: 20px;
}
.other .table-content {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .other .table-content {
    margin-top: 0;
  }
}
.other .table-content .table-row {
  box-sizing: border-box;
  display: flex;
  padding: 20px;
  border-top: 1px solid #6ea832;
}
.other .table-content .table-row:last-child {
  border-bottom: 1px solid #6ea832;
}
@media screen and (max-width: 767px) {
  .other .table-content .table-row {
    padding: 10px 5px;
  }
}
.other .table-content .table-row .ttl,
.other .table-content .table-row .txt,
.other .table-content .table-row .font-en {
  font-weight: bold;
  line-height: 2;
  color: #333;
  text-align: left;
}
.other .table-content .table-row .ttl {
  flex-shrink: 0;
  width: 150px;
  font-size: 16px;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .other .table-content .table-row .ttl {
    width: 70px;
    font-size: 14px;
  }
}
.other .table-content .table-row .txt {
  font-size: 14px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .other .table-content .table-row .txt {
    font-size: 12px;
  }
}
.other .phase-list {
  box-sizing: border-box;
  padding: 5px;
  margin: 20px 0;
  list-style: none;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .other .phase-list {
    margin: 10px 0;
  }
}
.other .phase-list .caption {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .other .phase-list .caption {
    font-size: 14px;
  }
}
.other .phase-list .list {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .other .phase-list .list {
    font-size: 12px;
  }
}
.other .phase-list .list.disc {
  width: calc(100% - 32px);
  margin-left: 32px;
  list-style: disc;
}
.other .supplement-content {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  margin-top: 40px;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .other .supplement-content {
    padding: 15px 10px;
    margin-top: 20px;
  }
}
.other .supplement-content .ttl {
  font-size: 16px;
  font-weight: bold;
}
.other .supplement-content .ttl:before {
  content: "●";
}
.other .supplement-content .txt {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.2;
}
.other .supplement-content .order-list,
.other .supplement-content .un-order-list {
  padding-left: 1.5em;
  margin-top: 10px;
  font-size: 12px;
}
.other .supplement-content .order-list .list,
.other .supplement-content .un-order-list .list {
  font-weight: bold;
  line-height: 2.2;
}
.other .supplement-content .order-list .list + .list,
.other .supplement-content .un-order-list .list + .list {
  margin-top: 10px;
}
.other .supplement-content .order-list .list {
  list-style-type: decimal;
}
.other .supplement-content .un-order-list .list {
  list-style-type: disc;
}
.other .price-ttl {
  margin-top: 200px;
  font-size: 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .other .price-ttl {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .other .price-ttl {
    font-size: 50px;
  }
}
.other .price-box {
  box-sizing: border-box;
  width: 100%;
  padding: 80px 0;
  margin-top: 20px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .other .price-box {
    padding: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .other .price-box {
    margin-top: 20px;
  }
}
.other .price-box .wrap {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .other .price-box .wrap {
    display: block;
  }
}
.other .price-box .image {
  flex-shrink: 0;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .other .price-box .image {
    width: 100%;
  }
}
.other .price-box .content {
  box-sizing: border-box;
  width: auto;
  padding: 40px 0px 40px 60px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .other .price-box .content {
    padding: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .other .price-box .content {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.other .price-box .content .product .product-ttl {
  font-size: 20px;
  font-weight: bold;
}
.other .price-box .content .product .description {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.7;
}
.other .price-box .content .product .price {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}
.other .price-box .content .product + .product {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .other .price-box .content .product + .product {
    margin-top: 20px;
  }
}
.other .price-box + .price-ttl {
  margin-top: 40px;
}
.other .gallery-content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .other .gallery-content {
    margin-top: 30px;
  }
}
.other .gallery-content .text-content {
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .other .gallery-content + .gallery-content {
    margin-top: 0;
  }
}
.other .works-gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.other .works-gallery .card {
  flex-shrink: 0;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .other .works-gallery .card {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .other .works-gallery .card {
    width: 100%;
    margin-right: 0;
  }
}
.other .works-gallery .card:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .other .works-gallery .card:nth-child(3n) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .other .works-gallery .card:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .other .works-gallery .card:nth-child(2n) {
    margin-right: 0;
  }
}
.other .works-gallery .card:hover .image:after {
  visibility: visible;
  opacity: 1;
}
.other .works-gallery .card:hover .image > img {
  filter: blur(2px);
  transform: scale(1.1);
}
.other .works-gallery .card:hover .ttl,
.other .works-gallery .card:hover .tag {
  opacity: 0.6;
}
.other .works-gallery .card.closed {
  cursor: default;
}
.other .works-gallery .card.closed .image:after {
  content: "not details";
}
.other .works-gallery .card .image {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 51.5%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2.5rem 2rem -1.5rem #aaa;
}
.other .works-gallery .card .image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Roboto Slab", serif;
  line-height: 150px;
  color: #fff;
  text-align: center;
  visibility: hidden;
  content: "view more";
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .other .works-gallery .card .image:after {
    line-height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .other .works-gallery .card .image:after {
    line-height: 160px;
  }
}
.other .works-gallery .card .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s;
}
.other .works-gallery .card .ttl,
.other .works-gallery .card .tag {
  transition: 0.2s;
}
.other .works-gallery .card .ttl {
  margin: 0;
  margin-top: 20px;
  font-size: 20px;
  color: #175523;
}
@media screen and (max-width: 1024px) {
  .other .works-gallery .card .ttl {
    font-size: 18px;
  }
}
.other .works-gallery .card .tag {
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  background: #efefef;
}

.work .main {
  box-sizing: border-box;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .work .main {
    padding-bottom: 0;
  }
}
.work .work-en-ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 2.2;
  color: #333;
  text-align: center;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .work .work-en-ttl {
    margin-top: 40px;
    font-size: 30px;
    line-height: 1.7;
  }
}
.work .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.work .tags .tag {
  box-sizing: border-box;
  padding: 10px;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .work .tags .tag {
    font-size: 10px;
  }
}
.work .client,
.work .site {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .work .client,
  .work .site {
    font-size: 12px;
  }
}
.work .site .link {
  color: #333;
  text-decoration: underline;
  transition: 0.2s;
}
.work .site .link:hover {
  color: #333;
  opacity: 0.6;
}
.work .main-visual {
  width: 100%;
  margin-top: 60px;
  box-shadow: 0 1rem 2rem 0 #999;
}
.work .main-visual > img {
  width: 100%;
}
.work .description + .description {
  margin-top: 20px;
}
.work .description {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2.2;
}
.work .voice-area {
  margin-top: 40px;
}
.work .voice-area .voice {
  margin-top: 20px;
}
.work .voice-area .voice .user {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.work .voice-area .voice .user .icon {
  width: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.work .voice-area .voice .user .icon > img {
  width: 100%;
}
.work .voice-area .voice .user .name {
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.7;
}
.work .voice-area .voice .baloon {
  position: relative;
  top: 0;
  box-sizing: border-box;
  display: none;
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.2;
  color: #333;
  text-align: left;
  background-color: #efefef;
}
.work .voice-area .voice .baloon:before {
  position: absolute;
  top: -8px;
  left: 50px;
  z-index: 1;
  display: block;
  margin-left: -10px;
  content: "";
  border-color: #efefef transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
}
.work .capture-area + .capture-area {
  margin-top: 100px;
}
.work .capture-area {
  width: 100%;
  margin-top: 40px;
}
.work .capture-area.sp .capture {
  position: relative;
  max-width: 375px;
  height: 600px;
  padding: 20px;
  margin: 60px auto 0;
  overflow: hidden;
  background: #333;
  border-radius: 30px;
}
.work .capture-area.sp .capture .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  overflow: hidden;
  border-radius: 20px;
  transform: translate(-50%, -50%);
}
.work .capture-area.sp .capture .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transform: translate(-50%, -50%);
}
.work .capture-area.sp .capture .inner > img {
  width: 100%;
}
.work .capture-area .ttl {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .work .capture-area .ttl {
    font-size: 24px;
  }
}
.work .capture-area .capture {
  margin-top: 30px;
  box-shadow: 0 0.5rem 1rem 0 #999;
}
@media screen and (max-width: 767px) {
  .work .capture-area .capture {
    box-shadow: 0 0.2rem 0.8rem 0 #999;
  }
}
.work .capture-area .capture > img {
  width: 100%;
}
.work .back-btn {
  margin-top: 60px;
}
.work .back-btn .link {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.7;
  color: #333;
  text-align: center;
  background: transparent;
  border: 1px solid #333;
  border-radius: 50%;
  transition: 0.2s;
}
.work .back-btn .link:after {
  position: absolute;
  top: 6px;
  left: 4px;
  z-index: -1;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: "";
  background: #efefef;
  border-radius: 50%;
  transition: 0.2s;
}
.work .back-btn .link:hover {
  color: #fff;
  border: 1px dashed #fff;
}
.work .back-btn .link:hover:after {
  top: 0;
  left: 0;
  background: #333;
  transform: scale(1.1);
}

.privacy .main {
  box-sizing: border-box;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .privacy .main {
    padding-bottom: 0;
  }
}
.privacy .text-content {
  box-sizing: border-box;
  padding: 0;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .privacy .text-content {
    padding: 40px 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy .text-content {
    padding: 20px 0;
  }
}
.privacy .text-content .ttl {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .privacy .text-content .ttl {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .privacy .text-content .ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.privacy .text-content .sub-ttl {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .privacy .text-content .sub-ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .privacy .text-content .sub-ttl {
    font-size: 18px;
  }
}
.privacy .text-content .txt + .sub-ttl {
  margin-top: 60px;
}
.privacy .text-content .txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .privacy .text-content .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .privacy .text-content .txt {
    font-size: 12px;
  }
}
.privacy .text-content .txt .link {
  color: #2da544;
  text-decoration: underline;
  transition: 0.2s;
}
.privacy .text-content .txt .link:hover {
  opacity: 0.6;
}
.privacy .text-content .txt + .txt {
  margin-top: 20px;
}

.js-scroll-show {
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
  transform: translateY(40px);
}
.js-scroll-show .marker-animation {
  display: none;
}

.js-scroll-show.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.js-scroll-show.is-show .marker-animation {
  display: inline;
}

@keyframes markerAnimation {
  0% {
    width: 0%;
    transform: skewX(0);
  }
  20% {
    transform: skewX(-20deg);
  }
  90% {
    width: calc(100% + 5px);
    transform: skewX(-20deg);
  }
  100% {
    width: 100%;
    transform: skewX(0);
  }
}
@keyframes textAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(calc(-100% + 5px));
  }
  60% {
    transform: translateY(-100%);
  }
  90% {
    transform: translateY(calc(0 - 5px));
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes menuImage {
  0% {
    filter: saturate(100%) blur(10px);
    opacity: 0;
    transform: scale(1.5);
  }
  10% {
    filter: saturate(200%) blur(9px);
    opacity: 1;
  }
  15% {
    filter: saturate(100%) blur(8px);
  }
  35% {
    filter: saturate(100%) blur(5px);
  }
  40% {
    filter: saturate(200%) blur(1px);
  }
  45% {
    filter: saturate(100%) blur(0px);
  }
  70% {
    filter: saturate(100%) blur(0px);
  }
  72% {
    filter: saturate(200%) blur(1px);
  }
  74% {
    filter: saturate(100%) blur(0px);
  }
  95% {
    filter: saturate(100%) blur(0px);
    opacity: 1;
  }
  100% {
    filter: saturate(100%) blur(10px);
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes neon {
  0% {
    text-shadow: none;
  }
  100% {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 5px #ff00de, 0 0 6px #ff00de, 0 0 7px #ff00de, 0 0 8px #ff00de, 0 0 10px #ff00de;
  }
}