@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
:root {
  --xxl: 140px;
  --xl: 100px;
  --kadomaru: 60px;
}
@media (max-width: 600px) {
  :root {
    --xxl: 90px;
    --xl: 60px;
    --kadomaru: 30px;
  }
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/*-- スクロールバー --*/
@media screen and (min-width: 841px) {
  body::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 3px;
  }
}
@media screen and (min-width: 841px) {
  .tb {
    display: none !important;
  }
}
@media screen and (max-width: 840px) {
  .tb-hide {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .sp-hide {
    display: none !important;
  }
}
/*----------------------------------
基本設定
----------------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a img:hover {
  opacity: 0.8;
  text-decoration: none;
}

a.txt-link {
  text-decoration: underline;
}

a.txt-link:hover {
  text-decoration: none;
}

hr {
  background-color: #cdcabf;
  display: block;
  border: 0;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

a[href^="tel:"] {
  cursor: default;
}

.txt-center {
  text-align: center;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.tr-kadomaru {
  border-top-right-radius: var(--kadomaru);
  position: relative;
}

.of-hidden {
  overflow: hidden;
}

.c-white {
  color: #fff;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 600px) {
  .anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}

/*--------------------------------
レイアウト関係
---------------------------------*/
main {
  width: 100%;
  display: block;
  position: relative;
}

section {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner {
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1260px) {
  .inner {
    width: 84.7%;
  }
}
.inner:after {
  clear: both;
  content: "";
  display: table;
}

/* inner */
.inner-lg {
  max-width: 1120px;
}

.inner-900 {
  max-width: 900px;
}

.inner-md {
  max-width: 786px;
}

.inner-sm {
  max-width: 680px;
}

/* セクション余白 */
.pt-xxl {
  padding-top: var(--xxl);
}

.pb-xxl {
  padding-bottom: var(--xxl);
}

.pt-xl {
  padding-top: var(--xl);
}

.pb-xl {
  padding-bottom: var(--xl);
}

.pb-kadomaru {
  position: relative;
}
.pb-kadomaru:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(-1 * var(--kadomaru));
  width: 100%;
  height: var(--kadomaru);
}

/* マージン */
.mt-10 {
  margin-top: 1rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-50 {
  margin-top: 6rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mt-100 {
  margin-top: 10rem;
}

.mt-120 {
  margin-top: 12rem;
}

@media (max-width: 600px) {
  .mt-40 {
    margin-top: 3rem;
  }
  .mt-50 {
    margin-top: 4rem;
  }
  .mt-60 {
    margin-top: 5rem;
  }
  .mt-80 {
    margin-top: 7rem;
  }
  .mt-100 {
    margin-top: 8rem;
  }
  .mt-120 {
    margin-top: 10rem;
  }
}
/*--------------------------------
FONT
---------------------------------*/
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-style: normal;
  color: #333;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p {
  line-height: 1.8;
}

.danraku p {
  line-height: 2;
}
.danraku p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.fs-32 {
  font-size: 3.2rem;
}

.fs-26 {
  font-size: 2.6rem;
}

.fs-22 {
  font-size: 2.2rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-13 {
  font-size: 1.3rem;
}

@media (max-width: 600px) {
  .fs-32 {
    font-size: 3rem;
  }
  .fs-26 {
    font-size: 2.2rem;
  }
  .fs-22 {
    font-size: 2rem;
  }
  .fs-20 {
    font-size: 1.8rem;
  }
  .fs-18 {
    font-size: 1.65rem;
  }
  body {
    font-size: 1.5rem;
  }
  .fs-15 {
    font-size: 1.4rem;
  }
  .fs-14 {
    font-size: 1.3rem;
  }
  .fs-13 {
    font-size: 1.2rem;
  }
}
/*----------------------------
button
-----------------------------*/
.btn 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: 266px;
  max-width: 100%;
  height: 60px;
  border-radius: 30px;
  color: #fff !important;
  background-color: #32B466;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn a .en {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
.btn a:hover {
  text-decoration: none;
  opacity: 1;
  background: #333;
}

.btn__center a {
  margin-inline: auto;
}

/*----------------------------------
BRAND ICON
----------------------------------*/
.fa-icon a:before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-fb a:before {
  content: "\f09a";
}

.fa-insta a:before {
  content: "\f16d";
}

.fa-x a:before {
  content: "\e61b";
}

.fa-line a:before {
  content: "\f3c0";
}

/*----------------------------------
Anime
----------------------------------*/
@-webkit-keyframes myRotate {
  0% {
    -webkit-transform: rotate(0) scale(1, 1);
            transform: rotate(0) scale(1, 1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1, 1.1);
            transform: rotate(180deg) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1, 1);
            transform: rotate(360deg) scale(1, 1);
  }
}
@keyframes myRotate {
  0% {
    -webkit-transform: rotate(0) scale(1, 1);
            transform: rotate(0) scale(1, 1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1, 1.1);
            transform: rotate(180deg) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1, 1);
            transform: rotate(360deg) scale(1, 1);
  }
}
@-webkit-keyframes mySkew {
  0% {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  100% {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
}
@keyframes mySkew {
  0% {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  100% {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
}
.rotate10 {
  -webkit-animation: myRotate 6s linear infinite;
          animation: myRotate 6s linear infinite;
}

.skew10 {
  animation: mySkew 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate-reverse;
}

/*----------------------------
head
---------------------------*/
.site-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 80px;
  padding: 0 0 0 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-header.transform {
  background: rgba(255, 255, 255, 0.9);
}

.site-logo {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.site-logo img {
  width: 338px;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .site-header,
  .site-header.transform {
    padding: 0;
    display: inline-block;
    height: 80px;
  }
  .site-logo {
    position: absolute;
    left: 15px;
    top: 30px;
  }
  .site-logo img {
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .site-header,
  .site-header.transform {
    height: 56px;
  }
  .site-logo {
    left: 10px;
    top: 20px;
  }
  .site-logo img {
    width: 260px;
  }
}
/*----------------------------
PC NAV
---------------------------*/
#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 10px;
}

#nav ul li {
  position: relative;
}

#nav ul li a {
  display: block;
  white-space: nowrap;
  padding: 0 14px;
  line-height: 1;
  text-align: center;
}
#nav ul li a span {
  display: block;
  text-align: center;
}
#nav ul li a .jp {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
#nav ul li a .en {
  font-size: 13px;
  letter-spacing: 0.1rem;
  font-weight: 500;
  margin-top: 8px;
  color: #07A455;
}

#nav > ul > 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#nav ul li a:hover {
  opacity: 1;
}

/*-- BTN --*/
.btn-mail {
  width: 100px;
  height: 80px;
}
.btn-mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #32B466;
  border-bottom-left-radius: 20px;
  color: #fff;
  padding-bottom: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-mail a:hover {
  opacity: 1;
  background-color: #333;
}
.btn-mail a i {
  font-size: 20px;
}
.btn-mail a .en {
  font-size: 13px;
  font-weight: 500;
  margin-top: 2px;
}

@media screen and (max-width: 1024px) {
  #nav {
    display: none;
  }
}
/*----------------------------
drawer_menu
---------------------------*/
@media screen and (min-width: 1025px) {
  .drawer-menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  /* menu-bar */
  .menu-bg a {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    background-color: #32B466;
    border-bottom-left-radius: 20px;
    z-index: 99;
    cursor: pointer;
  }
  .menu-bg a:hover {
    opacity: 1;
  }
  .menu-bg.active a {
    background-color: #07A455;
  }
  .menu__line {
    position: absolute;
    left: 25px;
    background: #fff;
    display: block;
    height: 1px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .menu__line.active {
    background: #fff;
  }
  .menu__line--top {
    top: 28px;
    width: 30px;
  }
  .menu__line--center {
    top: 38px;
    width: 22px;
  }
  .menu__line--bottom {
    top: 48px;
    width: 30px;
  }
  .menu__line--top.active {
    -webkit-transform: translate(0, 10px) rotate(-30deg);
            transform: translate(0, 10px) rotate(-30deg);
  }
  .menu__line--center.active {
    opacity: 0;
  }
  .menu__line--bottom.active {
    -webkit-transform: translate(0, -10px) rotate(30deg);
            transform: translate(0, -10px) rotate(30deg);
  }
  /* SP-NAVI */
  .sp-nav {
    background: rgb(7, 164, 85);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 98;
    overflow: auto;
  }
  .sp-nav__wrap {
    width: 100%;
    height: auto;
    padding: 20%;
  }
  .sp-nav__col {
    width: 100%;
    text-align: center;
  }
  .sp-nav__col .sp-nav__menu > li:not(:last-of-type) {
    margin-bottom: 26px;
  }
  .sp-nav__col .sp-nav__menu a {
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: 600;
  }
  .sp-nav__col .sp-nav__menu a span {
    display: block;
  }
  .sp-nav__col .sp-nav__menu a .en {
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
  }
  .sns-menu-sp {
    text-align: center;
    margin-top: 70px;
  }
  .sns-menu-sp li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sns-menu-sp li.fa-icon a:before {
    color: #fff;
    font-size: 30px;
  }
}
/*----------------------------
SP NAV
---------------------------*/
@media screen and (max-width: 600px) {
  /* menu-bar */
  .menu-bg a {
    width: 56px;
    height: 56px;
    border-bottom-left-radius: 10px;
  }
  .menu__line {
    left: 17px;
  }
  .menu__line--top {
    top: 18px;
    width: 24px;
  }
  .menu__line--center {
    top: 26px;
    width: 18px;
  }
  .menu__line--bottom {
    top: 34px;
    width: 24px;
  }
  .menu__line--top.active {
    -webkit-transform: translate(0, 8px) rotate(-30deg);
            transform: translate(0, 8px) rotate(-30deg);
  }
  .menu__line--bottom.active {
    -webkit-transform: translate(0, -8px) rotate(30deg);
            transform: translate(0, -8px) rotate(30deg);
  }
  .sp-nav__wrap {
    padding: 90px 20% !important;
  }
  .sp-nav__col {
    display: block;
  }
  .sp-nav__col .sp-nav__menu {
    width: 100%;
  }
  .sns-menu-sp {
    margin-top: 50px;
  }
  .sns-menu-sp li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sns-menu-sp li.fa-icon a:before {
    font-size: 24px;
  }
}
/*-----------------------
footer
------------------------*/
.footer {
  background-color: #2D2D35;
  position: relative;
  color: #fff;
}
.footer .inner {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (max-width: 600px) {
  .footer .inner {
    padding-top: 36px;
    padding-bottom: 40px;
  }
}

.foot-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
  margin-bottom: 26px;
  border-bottom: 1px solid #6a6a6a;
}
@media (max-width: 840px) {
  .foot-top-wrap {
    display: block;
  }
  .foot-top-wrap .foot-top__left {
    margin-bottom: 24px;
  }
}
.foot-top-wrap .foot-logo img {
  width: 300px;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .foot-top-wrap .foot-logo img {
    width: 260px;
  }
}
.foot-top-wrap .foot-logo__txt {
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  .foot-top-wrap .foot-logo__txt {
    font-size: 1.3rem;
  }
}
.foot-top-wrap .f-sns {
  margin-top: 14px;
}
.foot-top-wrap .f-sns li {
  display: inline-block;
}
.foot-top-wrap .f-sns li:not(:last-of-type) {
  margin-right: 10px;
}
.foot-top-wrap .f-sns li.fa-icon a:before {
  font-size: 26px;
  color: #fff;
}
.foot-top-wrap .f-navi-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot-top-wrap .f-navi-wrap > ul:last-child {
  margin-left: 26px;
}
.foot-top-wrap .f-navi-wrap > ul > li {
  position: relative;
  text-align: left;
  padding-left: 11px;
}
.foot-top-wrap .f-navi-wrap > ul > li:not(:last-of-type) {
  margin-bottom: 0.2rem;
}
@media (max-width: 600px) {
  .foot-top-wrap .f-navi-wrap > ul > li:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
.foot-top-wrap .f-navi-wrap > ul > li:before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #32B466;
}
@media (max-width: 600px) {
  .foot-top-wrap .f-navi-wrap > ul > li:before {
    top: 1rem;
  }
}
.foot-top-wrap .f-navi-wrap > ul > li a {
  position: relative;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.foot-top-wrap .f-navi-wrap > ul > li a:hover {
  opacity: 0.8;
}

.foot-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .foot-bottom-wrap {
    display: block;
  }
}
@media (max-width: 600px) {
  .foot-bottom-wrap .foot-bottom__left {
    margin-bottom: 20px;
  }
}
.foot-bottom-wrap .f-note-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.foot-bottom-wrap .f-note-link li {
  white-space: nowrap;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .foot-bottom-wrap .f-note-link li {
    font-size: 1.2rem;
  }
}
.foot-bottom-wrap .f-note-link li:not(:last-of-type) {
  margin-right: 10px;
}

.copy {
  font-size: 12px;
  letter-spacing: 0.07rem;
  line-height: 1;
}

/*トップへ戻るボタン */
.pagetop {
  position: relative;
  width: 100%;
  height: 46px;
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop a:hover {
  opacity: 1;
}
.pagetop a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

/*-----------------------
 reCAPTCHAバッジ非表示
-----------------------*/
.grecaptcha-badge {
  visibility: hidden;
}