@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

/* font-sizeを可変に */
html {
  scroll-behavior: auto;
  overflow-anchor: none;
  font-size: min(0.7142857143vw, 12px);
  background: var(--white);
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.6em;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #2E2E2E;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
body #main {
  position: relative;
  z-index: 1;
}
body strong {
  font-weight: bold;
}
body ul li {
  list-style: none;
}
body * {
  box-sizing: border-box;
}
body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body {
  /* リンク
  --------------------- */
}
body a {
  color: #231815;
  text-decoration: none;
}
body {
  /* テキスト装飾
  --------------------- */
}
body .font__style01 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.6rem;
  font-weight: 400;
  font-style: normal;
}
body .font__style02 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
body .bold {
  font-weight: bold;
}
body .letter-spacing_1em {
  letter-spacing: 0.1em;
}
body h1 {
  font-size: 2rem;
}
body h2 {
  font-weight: 400;
  font-size: 10rem;
  letter-spacing: 0.08rem;
  line-height: 1;
}
body .en {
  font-family: "Panchang", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04rem;
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
}
body .tab {
  display: none;
}
@media screen and (max-width: 1200px) {
  body .tab {
    display: block;
  }
}
body .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}
body {
  /* flex
  --------------------- */
}
body .flex {
  display: flex;
  flex-wrap: wrap;
}
body .flex-start {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
body .flex-end {
  display: flex;
  flex-direction: row-reverse;
}
body .flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*body*/
/* root
--------------------- */
:root {
  --black: #2E2E2E;
  --black02: #292929;
  --green: #58B244;
  --light__green: #F3F8F2;
  --white: #ffffff;
  --gray: #DDDDDD;
  --hover_ani_time: all 0.3s ease;
  --section_con_padding: 10rem;
}

@media (max-width: 768px) {
  :root {
    --section_con_padding: 6rem;
  }
}
/* 共通インナー
--------------------- */
.common_inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .common_inner {
    width: 90%;
  }
}

/* メニュー
--------------------- */
/* ヘッダー
--------------------- */
#header {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 2rem 2rem 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #header {
    padding: 1rem 1rem 0;
  }
}
#header .logo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 11.8%;
  height: 6.4rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.06);
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  #header .logo {
    width: 34.21%;
    height: 6rem;
  }
}
#header .logo a {
  margin: auto;
}
#header .logo a img {
  display: block;
  width: 7.4rem;
  height: auto;
  margin: 0 auto 0.7rem;
}
@media screen and (max-width: 768px) {
  #header .logo a img {
    width: 6.6rem;
  }
}
#header .logo a .jp {
  display: block;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #header .logo a .jp {
    font-size: 1rem;
  }
}
#header {
  /*.logo*/
}
#header nav {
  width: 75%;
  background-color: var(--white);
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  #header nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26.3%;
    height: 6rem;
  }
}
#header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.4rem;
  background-color: var(--white);
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  #header nav ul {
    position: absolute;
    z-index: 100;
    opacity: 0;
    display: block;
    top: calc(100% + 1rem);
    left: 50%;
    width: 95%;
    height: auto;
    padding: 0 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.06);
    pointer-events: none;
    transition: var(--hover_ani_time);
    transform: translateY(10%) translateX(-50%);
  }
  #header nav ul.active {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0%) translateX(-50%);
  }
}
#header nav ul li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header nav ul li {
    color: var(--green);
    width: 100%;
    height: 100%;
  }
}
#header nav ul li:not(:nth-last-child(1)) a {
  margin-right: 4.5rem;
}
@media screen and (max-width: 768px) {
  #header nav ul li:not(:nth-last-child(1)) a {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #header nav ul li:not(:first-child) a {
    border-top: 1px solid var(--gray);
  }
}
#header nav ul li a {
  display: block;
  font-size: 1.5rem;
  transition: var(--hover_ani_time);
}
@media screen and (max-width: 768px) {
  #header nav ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 2rem 0 2rem 0.5rem;
  }
  #header nav ul li a::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    transition: var(--hover_ani_time);
    background: url("../../common/img/circle_green.svg") no-repeat center/cover;
  }
}
#header nav ul li a:hover {
  color: var(--green);
}
#header nav ul li a:hover::after {
  content: "";
  background: url("../../common/img/circle_white.svg") no-repeat center/cover;
}
#header nav {
  /*ul*/
}
#header nav .hamburger-menu {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 30;
}
#header nav .hamburger-menu .line {
  display: block;
  position: absolute;
  width: 4rem;
  height: 1px;
  left: 50%;
  background-color: var(--green);
  transition: var(--hover_ani_time);
}
#header nav .hamburger-menu .line:nth-of-type(1) {
  top: 2.5rem;
  transform: translateX(-50%);
}
#header nav .hamburger-menu .line:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
#header nav .hamburger-menu .line:nth-of-type(3) {
  bottom: 2.5rem;
  transform: translateX(-50%);
}
#header nav .hamburger-menu.active > .line:nth-of-type(1) {
  top: 3rem;
  transform: translate(-50%, -50%) rotate(20deg);
}
#header nav .hamburger-menu.active > .line:nth-of-type(2) {
  opacity: 0;
}
#header nav .hamburger-menu.active > .line:nth-of-type(3) {
  top: 3rem;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(-20deg);
}
#header nav {
  /*.hamburger-menu*/
}
#header {
  /*nav*/
}
#header .recruit_btn {
  height: 6.4rem;
  width: 11.8%;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid var(--green);
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.06);
  background-color: var(--green);
  transition: var(--hover_ani_time);
  border: 1px solid var(--white);
}
@media screen and (max-width: 768px) {
  #header .recruit_btn {
    width: 34.21%;
    height: 6rem;
  }
}
#header .recruit_btn:hover {
  background-color: var(--white);
}
#header .recruit_btn:hover a .en,
#header .recruit_btn:hover a .jp {
  color: var(--green);
}
#header .recruit_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .recruit_btn a .en {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: var(--white);
  font-weight: 500;
  text-align: center;
  padding: 1.5rem 0 0.2rem;
  transition: var(--hover_ani_time);
}
@media screen and (max-width: 768px) {
  #header .recruit_btn a .en {
    padding: 1.3rem 0 0.1rem;
  }
}
#header .recruit_btn a .jp {
  display: block;
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 600;
  text-align: center;
  transition: var(--hover_ani_time);
}
#header {
  /*.recruit_btn*/
} /*#header*/
.hamburger-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
}
.hamburger-menu-bg.active {
  opacity: 0.8;
  pointer-events: auto;
  transition: var(--hover_ani_time);
}

/*.hamburger-menu-bg*/
/* フッター
--------------------- */
#footer {
  background-color: #2E2E2E;
  padding-top: 7rem;
  overflow: hidden;
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 10rem;
  }
}
#footer .common_inner .footer__logo a {
  display: flex;
  align-items: center;
}
#footer .common_inner .footer__logo a img {
  width: 7.4rem;
  margin-right: 1.2rem;
}
#footer .common_inner .footer__logo a .jp {
  display: block;
  font-size: 1.6rem;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  #footer .common_inner .footer__logo a .jp {
    font-size: 1.4rem;
  }
}
#footer .common_inner {
  /*.footer__logo*/
}
#footer .common_inner .list {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0;
}
@media screen and (max-width: 768px) {
  #footer .common_inner .list {
    display: block;
    margin: 4rem 0;
  }
}
#footer .common_inner .list__item {
  width: 37rem;
  border: 1px solid #484848;
  padding: 2.5rem 0 2.7rem 2.5rem;
}
@media screen and (max-width: 768px) {
  #footer .common_inner .list__item {
    width: 100%;
  }
  #footer .common_inner .list__item:not(:nth-last-child(1)) {
    margin-bottom: 2rem;
  }
}
#footer .common_inner .list__item__title {
  display: block;
  font-size: 1.8rem;
  color: var(--white);
  margin-bottom: 1.6rem;
}
#footer .common_inner .list__item p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: var(--white);
}
#footer .common_inner {
  /*.list*/
}
#footer .common_inner .footer__bottom {
  display: flex;
  justify-content: space-between;
  height: 18.1rem;
}
@media screen and (max-width: 768px) {
  #footer .common_inner .footer__bottom {
    display: block;
    height: auto;
  }
}
#footer .common_inner .footer__bottom__box .jp {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  #footer .common_inner .footer__bottom__box .jp {
    margin-bottom: 2.2rem;
  }
}
#footer .common_inner .footer__bottom__box .jp a {
  display: block;
  font-size: 1.2rem;
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--white);
}
#footer .common_inner .footer__bottom__box .copyright {
  display: block;
  font-size: 1.2rem;
  color: var(--white);
}
#footer .common_inner .footer__bottom .deco {
  margin-top: -1.6rem;
}
@media screen and (max-width: 768px) {
  #footer .common_inner .footer__bottom .deco {
    margin-top: 3rem;
    margin-bottom: -1rem;
  }
}
#footer .common_inner .footer__bottom .deco .en {
  display: block;
  color: var(--black02);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #footer .common_inner .footer__bottom .deco .en {
    margin-left: -2rem;
  }
}
#footer .common_inner .footer__bottom .deco .en:nth-of-type(1) {
  font-size: 9.1rem;
}
@media screen and (max-width: 768px) {
  #footer .common_inner .footer__bottom .deco .en:nth-of-type(1) {
    font-size: 4.2rem;
  }
}
#footer .common_inner .footer__bottom .deco .en:nth-of-type(2) {
  font-size: 13.1rem;
}
@media screen and (max-width: 768px) {
  #footer .common_inner .footer__bottom .deco .en:nth-of-type(2) {
    font-size: 6rem;
  }
}
#footer {
  /*.footer__bottom*/
} /*#footer*/
/* ページタイトル
--------------------- */
#page_title {
  padding: 15.5rem 0 12.5rem 0;
}
@media screen and (max-width: 768px) {
  #page_title {
    padding: 11.5rem 0 5rem 0;
  }
}
#page_title .title__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page_title .title__box {
    display: block;
  }
}
#page_title .title__box h1 {
  font-size: 4.5rem;
  color: var(--green);
}
@media screen and (max-width: 768px) {
  #page_title .title__box h1 {
    font-size: 3.7rem;
    line-height: 4.8rem;
    margin-bottom: 2rem;
  }
}
#page_title .title__box .en {
  display: block;
  font-size: 1rem;
  color: var(--green);
}
#page_title .wrapper {
  position: relative;
}
#page_title .wrapper .breadcrumb {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
#page_title .wrapper .breadcrumb ul {
  display: flex;
}
#page_title .wrapper .breadcrumb ul li {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
#page_title .wrapper .breadcrumb ul li:first-child {
  position: relative;
  margin-left: 1.8rem;
}
#page_title .wrapper .breadcrumb ul li:first-child::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: -1.8rem;
  width: 1rem;
  height: 1rem;
  border-radius: 0.1rem;
  background-color: var(--green);
}
#page_title .wrapper .breadcrumb ul li:not(:first-child) {
  position: relative;
  margin-left: 3rem;
}
#page_title .wrapper .breadcrumb ul li:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1px;
  top: 50%;
  left: -2.5rem;
  background-color: var(--black);
}
#page_title .wrapper .breadcrumb ul li:not(:first-child) a {
  color: var(--green);
}
#page_title .wrapper .breadcrumb ul__home a {
  position: relative;
  display: block;
  color: vvar(--black);
  text-decoration: underline;
}
#page_title .wrapper .breadcrumb ul__home a:hover {
  opacity: 0.6;
}
#page_title .wrapper {
  /*.breadcrumb*/
  /*文字の横スクロールアニメーション*/
}
#page_title .wrapper .page__marquee {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #page_title .wrapper .page__marquee {
    margin-top: 2rem;
  }
}
#page_title .wrapper .page__marquee .marquee__item {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 16rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.4rem;
  padding-right: 20px;
  color: var(--light__green);
}
@media screen and (max-width: 768px) {
  #page_title .wrapper .page__marquee .marquee__item {
    font-size: 10rem;
  }
}
#page_title .wrapper .page__marquee .marquee__item:nth-child(odd) {
  animation: loop 80s -40s linear infinite;
}
#page_title .wrapper .page__marquee .marquee__item:nth-child(even) {
  animation: loop2 80s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#page_title {
  /*.page__marquee*/
}/*# sourceMappingURL=common.css.map */