@charset "UTF-8";
/* font-family指定 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

@media (max-width: 767.98px) {
  .mt-sm-24 {
    margin-top: 24px;
  }
}

body {
  padding-top: 80px !important;
}
@media (max-width: 900px) {
  body {
    padding-top: 64px !important;
  }
}
@media (max-width: 540px) {
  body {
    padding-top: 64px !important;
  }
}

a {
  text-decoration: none !important;
}

br.sp-only {
  display: none;
}
@media (max-width: 576px) {
  br.sp-only {
    display: block;
  }
}

br.md-only {
  display: none;
}
@media (max-width: 820px) {
  br.md-only {
    display: block;
  }
}

.header-logo {
  width: 200px !important;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .header-logo {
    width: 180px !important;
    height: auto;
    object-fit: cover;
  }
}
@media (max-width: 400px) {
  .header-logo {
    width: 140px !important;
    height: auto;
    object-fit: cover;
  }
}

@media (max-width: 540px) {
  .guest-logo {
    width: 140px !important;
  }
}

.header-menu-responsive {
  display: block;
}
@media (max-width: 991px) {
  .header-menu-responsive {
    display: none !important;
  }
}

/*
.user-icon {
  display: block;
  height: 48px;
  width: 48px;
  content: "";
  border-radius: 50%;
  background-image: url(../images/user-sample.jpg);
  background-size: cover;
}
@media (max-width: 400px) {
  .user-icon {
    height: 46px;
    width: 46px;
  }
}
.user-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
*/

.user-name-header {
  font-size: 16px !important;
  font-weight: 600;
}
@media (max-width: 546px) {
  .user-name-header {
    font-size: 14px !important;
  }
}

.navbar {
  margin: 0;
  padding: 0;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  padding-right: 49px;
  padding-left: 49px;
}
@media (max-width: 900px) {
  .navbar {
    padding: 0 37px 0 37px;
    height: 4rem;
  }
}
@media (max-width: 540px) {
  .navbar {
    padding: 0 22px 0 22px;
  }
}

@media (max-width: 900px) {
  .navbar > .container-fluid {
    padding-right: 37px;
  }
}
@media (max-width: 540px) {
  .navbar > .container-fluid {
    padding-right: 0;
  }
}

.nav-item {
  height: 80px;
}
.nav-item .en {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 4px;
}
@media (max-width: 1330px) {
  .nav-item .en {
    font-size: 20px;
  }
}
.nav-item .jp {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}
.nav-item a:hover {
  opacity: 0.8;
}

.nav-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

@media (max-width: 900px) {
  .custom-padding-end {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-body {
    justify-content: flex-end;
  }
}
.navbar-nav .nav-item + .nav-item {
  margin-left: 37px;
}
@media (max-width: 1330px) {
  .navbar-nav .nav-item + .nav-item {
    margin-left: 20px !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
    margin-top: 20px;
  }
}
.offcanvas {
  width: 100% !important;
  max-width: 50%;
}
@media (max-width: 768px) {
  .offcanvas {
    max-width: 70%;
  }
}
@media (max-width: 540px) {
  .offcanvas {
    max-width: 100%;
  }
}

.ac-header {
  padding: 30px 20px 10px 20px;
}
@media (max-width: 991px) {
  .ac-header {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .ac-header {
    padding: 32px;
  }
}
@media (max-width: 430px) {
  .ac-header {
    padding: 20px;
    padding-bottom: 0;
  }
}

/*
.ac-header .user-icon {
  display: block;
  height: 48px;
  width: 48px;
  content: "";
  border-radius: 50%;
  background-image: url(../images/user-sample.jpg);
  background-size: cover;
}
@media (max-width: 768px) {
  .ac-header .user-icon {
    height: 48px;
    width: 48px;
  }
}
.ac-header .user-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
*/

.ac-header .name-box .user-name {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 46px;
  letter-spacing: 0.08em;
  color: #000000;
}
@media (max-width: 768px) {
  .ac-header .name-box .user-name {
    font-size: 16px !important;
  }
}
.ac-header .name-box .user-link {
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #000000;
}
.ac-header .name-box .user-link a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}

.ac-menu-body {
  padding: 0 20px 0 20px;
}
@media (max-width: 991px) {
  .ac-menu-body {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ac-menu-body {
    padding: 20px;
  }
}

.offcanvas-title img {
  width: 180px;
  padding: 0;
  height: auto;
  object-fit: cover;
}
@media (max-width: 540px) {
  .offcanvas-title img {
    width: 140px;
  }
}

.btn-close-custom {
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 20px;
}
@media (max-width: 1024px) {
  .btn-close-custom {
    width: 47px !important;
    height: 47px !important;
    position: absolute;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 480px) {
  .btn-close-custom {
    top: 16px;
    right: 16px;
  }
}

.btn-close-custom::before,
.btn-close-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  background-color: #333;
  transform-origin: center;
}

.btn-close-custom::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close-custom::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.arrow-icon {
  font-size: 1.25rem; /* 矢印のサイズ調整 */
  margin-left: 0.5rem;
}

.btn-secondary {
  width: 304px;
  height: 172px;
  background: #009944;
  border-radius: 5px;
}

.btn-danger {
  width: 304px;
  height: 172px;
  background: #6eb92c;
  border-radius: 5px;
}

.header-login-btn {
  width: 198px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #009944;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media (max-width: 1630px) {
  .header-login-btn {
    width: 200px;
  }
}
.header-login-btn:hover {
  background-color: #009944;
  opacity: 0.8;
  transition: all 0.3s;
}
.header-login-btn .pop {
  position: relative;
  font-size: 14px !important;
  font-weight: 500;
}
.header-login-btn .pop::before {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 16px;
  display: block;
  position: absolute;
  left: -12px;
  bottom: 1px;
  transform: rotate3d(1, 1, 1, -50deg);
}
.header-login-btn .pop::after {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 16px;
  display: block;
  position: absolute;
  right: -9px;
  bottom: 1px;
  transform: rotate3d(1, 1, 1, 50deg);
}

.header-regist-btn {
  width: 198px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #6eb92c;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media (max-width: 1630px) {
  .header-regist-btn {
    width: 200px;
  }
}
.header-regist-btn:hover {
  background-color: #6eb92c;
  opacity: 0.8;
  transition: all 0.3s;
}
.header-regist-btn .pop {
  position: relative;
  font-size: 14px !important;
  font-weight: 500;
}
.header-regist-btn .pop::before {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 16px;
  display: block;
  position: absolute;
  left: -12px;
  bottom: 1px;
  transform: rotate3d(1, 1, 1, -50deg);
}
.header-regist-btn .pop::after {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 16px;
  display: block;
  position: absolute;
  right: -9px;
  bottom: 1px;
  transform: rotate3d(1, 1, 1, 50deg);
}

.navbar-toggler.custom-toggle-login:focus {
  box-shadow: none !important;
}

.custom-toggle-first:focus {
  box-shadow: none !important;
}

.custom-toggler {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 39px;
  height: 28px;
  cursor: pointer;
}
@media (max-width: 540px) {
  .custom-toggler {
    width: 30px;
    height: 22px;
  }
}

.custom-toggler .bar {
  height: 2px;
  width: 100%;
  background-color: #000;
  border-radius: 1px;
}

@media (max-width: 768px) {
  .header-logo-login {
    width: 140px !important;
    height: auto;
    object-fit: cover;
  }
}
@media (max-width: 540px) {
  .header-logo-login {
    width: 120px !important;
    height: auto;
    object-fit: cover;
  }
}

.arrow-icon {
  font-size: 1.25rem;
  margin-left: 0.5rem;
}

.custom-toggle-first {
  display: none;
}

@media (max-width: 1310px) {
  .custom-toggle-first {
    display: block !important;
  }
  .btn-member {
    display: none;
  }
  #pc-menu {
    display: none !important;
  }
}
@media (max-width: 1460px) {
  #pc-menu-login {
    display: none !important;
  }
}
.navbar-nav.flex-row > .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

ul.navbar-nav.custom-padding-end.accordion-nav-start {
  row-gap: 1rem;
}

@media (max-width: 540px) {
  ul.accordion-nav-start {
    gap: 24px;
  }
}
ul.accordion-nav-start li {
  position: relative;
}
ul.accordion-nav-start li .en {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.2em;
  color: #000000;
  line-height: 1;
  margin-bottom: 4px;
}
@media (max-width: 540px) {
  ul.accordion-nav-start li .en {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
ul.accordion-nav-start li .jp {
  font-family: "Inter";
  font-style: normal;
  color: #000000;
  font-weight: 500;
  font-size: max(0.75rem, 12px);
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media (max-width: 540px) {
  ul.accordion-nav-start li .jp {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
ul.accordion-nav-start li .nav-link {
  display: flex;
  align-items: center;
}
ul.accordion-nav-start li .menu-text {
  min-width: 320px; /* テキスト幅の最大に合わせて揃える（調整可） */
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 540px) {
  ul.accordion-nav-start li .menu-text {
    min-width: 220px;
  }
}
ul.accordion-nav-start li .footer-arrow-custom {
  display: inline-block;
  width: 20px;
  height: 24px;
  background-image: url(../images/footer-menu-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
}
ul.accordion-nav-start li .accordion-nav-item .nav-link {
  min-height: 70px;
}

.nav-item-custom {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 2px solid #000;
}
.nav-item-custom .nav-link {
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 390px) {
  .nav-item-custom .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 350px) {
  .nav-item-custom .nav-link {
    font-size: 13px;
  }
}
.nav-item-custom:nth-child(2), .nav-item-custom:nth-child(3) {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: none;
}
.nav-item-custom:last-child {
  border-bottom: none;
}

.logout-custom {
  border-radius: 0;
  height: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  color: #000000;
  margin-top: 60px;
  border: 2px solid #000;
}
@media (max-width: 768px) {
  .logout-custom {
    margin-top: 32px;
  }
}

.carousel-margin {
  margin: 16px 49px 0 49px;
}
@media (max-width: 900px) {
  .carousel-margin {
    margin: 8px 37px 0 37px;
  }
}
@media (max-width: 540px) {
  .carousel-margin {
    margin: 0 22px 0 22px;
  }
}

.carousel-inner {
  border-radius: 30px;
}

@media (min-width: 767.98px) and (max-width: 1480px) {
  .carousel-inner {
    height: auto;
  }
  .carousel-inner img {
    height: 100%;
    object-fit: cover;
  }
}
/* タブレットサイズ（768px～991.98px）で高さ635px */
@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-inner {
    height: auto;
  }
  .carousel-inner img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
}
/* スマホサイズ（～767.98px）で高さ510px */
@media (max-width: 767.98px) {
  .carousel-inner {
    height: auto;
  }
  .carousel-inner img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
}
.carousel-caption {
  position: absolute;
  top: 17.562rem;
  right: 4.5%;
  left: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.carousel-caption h1 {
  font-size: 2rem !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0.4em;
  color: #000000;
}

@media (max-width: 900px) {
  .carousel-caption {
    position: absolute;
    top: 34%;
    right: 1%;
    left: auto;
  }
  .carousel-caption h1 {
    font-size: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .carousel-caption {
    position: absolute;
    top: 20%;
    right: 1%;
    left: auto;
  }
  .carousel-caption h1 {
    font-size: 16px !important;
    letter-spacing: 0.34em;
  }
}
.news-container-custom {
  padding-top: 89px;
  padding-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-container-custom {
    width: 100%;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 142px;
  }
}
@media (max-width: 900px) {
  .news-container-custom {
    padding-top: 36px;
    padding-bottom: 78px;
  }
}
@media (max-width: 540px) {
  .news-container-custom {
    padding-top: 44px;
    padding-bottom: 64px !important;
  }
}

.news-title {
  padding-bottom: 36px;
}
.news-title .en {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #000;
}
.news-title .en::first-letter {
  color: #bfd200;
}
@media (max-width: 900px) {
  .news-title .en {
    font-size: 64px !important;
  }
}
@media (max-width: 540px) {
  .news-title .en {
    font-size: 58px !important;
  }
}
@media (max-width: 400px) {
  .news-title .en {
    font-size: 52px !important;
  }
}
.news-title .jp {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0.08em;
  color: #000000;
}
@media (max-width: 540px) {
  .news-title .jp {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .news-section {
    padding-top: 0 !important;
  }
}
/* デフォルトのリセット */
.card.news-card {
  border: none;
  box-shadow: none;
}

.card.news-card a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.card-body a {
  /* color: inherit; */
  text-decoration: none;
}

.card.news-card a:hover {
  opacity: 0.8;
}

.card.news-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}

.px-custom {
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  height: 48px;
  width: auto;
  max-width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 14.436px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.px-custom:hover {
  border: 1px solid #000;
  background-color: #bfd200;
  color: #fff;
}

.px-custom i {
  margin-left: 10px;
}

.px-custom-more {
  border: 1px solid #000;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  height: 48px;
  width: auto;
  max-width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 14.436px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.px-custom-more:hover {
  border: 1px solid #000;
  background-color: #bfd200;
  color: #fff;
}

.px-custom-more i {
  margin-left: 10px;
}

.px-custom-youtube {
  border: 1px solid #000;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  height: 48px;
  width: auto;
  max-width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 14.436px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.px-custom-youtube:hover {
  border: 1px solid #000;
  background-color: #bfd200;
  color: #fff;
}

.px-custom-youtube i {
  margin-left: 10px;
}

.px-custom-info {
  border: 1px solid #000;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  height: 48px;
  width: auto;
  max-width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 14.436px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 900px) {
  .px-custom-info {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 12px;
  }
}

.px-custom-info:hover {
  border: 1px solid #000;
  background-color: #bfd200;
  color: #fff;
}

.px-custom-info i {
  margin-left: 6px;
}

.custom-more-arrow {
  position: relative;
  margin-bottom: 0px;
  display: inline-block;
  width: 18px;
  height: 6px;
  margin-top: 0;
  margin-bottom: 0px;
  background-image: url(../images/arrow.png);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.custom-gutter {
  --bs-gutter-x: 43px;
  --bs-gutter-y: 43px;
}

section#news .card-body {
  padding-left: 0;
  padding-right: 0;
}
section#news .card-body .card-timestamp {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  color: #000000;
}
section#news .card-body .card-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  section#news .card-body .card-title {
    font-size: 16px;
    line-height: 1.2;
  }
}
section#news .card-body p.card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.14em;
  color: #000000;
  margin-bottom: 24px;
  text-align: justify;
}
@media (max-width: 900px) {
  section#news .card-body p.card-text {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 540px) {
  section#news .card-body p.card-text {
    font-size: 15px;
  }
}

.concept .bg-concept {
  background-color: #fdffe9;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .concept .bg-concept {
    padding-top: 60px;
    padding-bottom: 76px;
  }
}
@media (max-width: 576px) {
  .concept .bg-concept {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 1024px) {
  .concept .section-title-box {
    max-width: 800px;
  }
}
@media (max-width: 575px) {
  .concept .section-title-box {
    overflow: hidden;
  }
}
.concept .section-title-bg-text {
  margin-bottom: 32px;
}
@media (max-width: 820px) {
  .concept .section-title-bg-text {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .concept .section-title-bg-text {
    margin-bottom: 22px;
  }
}
.concept .section-title-bg-text-image {
  width: 98%;
  height: auto;
  max-width: 800px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .concept .section-title-bg-text-image {
    max-width: 815px;
  }
}
@media (max-width: 576px) {
  .concept .section-title-bg-text-image {
    max-width: 98%;
  }
}
@media (max-width: 540px) {
  .concept .section-title-bg-text-image {
    max-width: 98%;
  }
}
@media (max-width: 540px) {
  .concept .section-title-bg-text-image {
    max-width: 96%;
    width: 96%;
  }
}
.concept .section-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  color: #bfd200;
  text-shadow: 5px 5px 1px #fdffe9, -5px 5px 1px #fdffe9, 5px -5px 1px #fdffe9, -5px -5px 1px #fdffe9, 5px 0px 1px #fdffe9, 0px 5px 1px #fdffe9, -5px 0px 1px #fdffe9, 0px -5px 1px #fdffe9;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 1200px) {
  .concept .section-title {
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  .concept .section-title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .concept .section-title {
    font-size: 40px;
    line-height: 53px;
    top: 40px;
  }
}
@media (max-width: 470px) {
  .concept .section-title {
    font-size: 28px;
    line-height: 36px;
    top: 30px;
  }
}
.concept .main-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.14em;
  color: #000;
}
@media (max-width: 992px) {
  .concept .main-text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: justify;
  }
}
@media (max-width: 540px) {
  .concept .main-text {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 15px;
    line-height: 1.625;
  }
}
.concept .box-text {
  background-color: #bfd200;
  font-family: Inter;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.1rem;
  display: table;
  padding: 14px 13px;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .concept .box-text {
    font-size: 23px;
    padding: 14px 10px;
    display: block;
  }
}
@media (max-width: 541px) {
  .concept .box-text {
    font-size: 17px;
    padding: 14px 2px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 8px;
    letter-spacing: 0;
  }
}
.concept .video-wrapper {
  max-width: 74.6%;
  aspect-ratio: 16/9; /* モダンブラウザ向け */
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .concept .video-wrapper {
    max-width: 80.7%;
    width: 80.7%;
  }
}
@media (max-width: 540px) {
  .concept .video-wrapper {
    max-width: 83%;
    width: 83%;
  }
}
.concept .video-container-custom {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .concept .video-container-custom {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .concept .video-container-custom {
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  .concept .video-container-custom {
    margin-top: 30px;
    max-width: 96%;
  }
}
.concept .concept-l-01 {
  padding-top: 16px;
  margin-bottom: 29px;
  padding-left: 40px;
}
.concept .concept-l-02 {
  position: relative;
}
.concept .concept-l-02 img {
  position: absolute;
  right: -48px;
}
.concept .concept-r-01 {
  padding-top: 50px;
  margin-bottom: 29px;
  padding-left: 92px;
}
@media (max-width: 1768px) {
  .concept .concept-r-01 {
    padding-left: 0;
  }
}
.concept .concept-r-02 {
  position: relative;
}
.concept .concept-r-02 img {
  position: absolute;
  right: 48px;
}

.concept-section-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  min-height: 600px;
}
@media (max-width: 1024px) {
  .concept-section-content {
    display: block;
    min-height: auto;
  }
}

.custom-responsive-padding {
  width: 50.4%;
  max-width: 968px;
  padding-left: 6%;
  padding-right: 6%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media (max-width: 1120px) {
  .custom-responsive-padding {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 1024px) {
  .custom-responsive-padding {
    width: 100%;
    max-width: 67%;
    min-width: 491px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 540px) {
  .custom-responsive-padding {
    max-width: 91%;
    min-width: auto;
    margin: 0 auto;
  }
}

.side-img-wrapper {
  max-width: 467px;
  width: 24.8%;
}
@media (max-width: 1024px) {
  .side-img-wrapper {
    display: none;
  }
}

@media (max-width: 1590px) {
  img.concept-image-left-1,
  img.concept-image-left-2,
  img.concept-image-right-1,
  img.concept-image-right-2 {
    width: 90%;
    height: auto;
    object-fit: cover;
  }
  .concept .concept-l-01 {
    padding-left: 0;
  }
  .concept .concept-l-02 img {
    right: -8px;
  }
}
.service .bg-service {
  background-image: url(../images/service-bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  padding-bottom: 70px !important;
  padding-top: 68px !important;
}
@media (max-width: 576px) {
  .service .bg-service {
    padding-top: 60px !important;
  }
}
@media (max-width: 576px) {
  .service .bg-service {
    padding-bottom: 60px !important;
    padding-top: 36px !important;
  }
}
.service .service-content-wrapper {
  max-width: 1150px;
}
.service .section-title-box {
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .service .section-title-box {
    margin-bottom: 24px;
    overflow: hidden;
  }
}
.service .section-title-box h2 {
  margin-bottom: 0;
}
.service .section-title-bg-text-image {
  width: 100%;
  height: auto;
  max-width: 956px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .service .section-title-bg-text-image {
    max-width: 815px;
  }
}
@media (max-width: 540px) {
  .service .section-title-bg-text-image {
    display: none;
  }
}
.service .section-title-bg-text-image-pc {
  max-width: 800px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.service .section-title-bg-text-image-sp {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.service .section-title {
  /* 提供するサービス */
  position: absolute;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  padding: 8px 8px 8px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #bfd200;
  display: block;
  left: 0;
  right: 0;
  top: 37%;
  margin: auto;
  z-index: 100;
  background-color: #fff;
}
@media (max-width: 576px) {
  .service .section-title {
    font-size: 20px !important;
    height: auto;
    padding: 4px 8px 4px;
  }
}
.service .service-content {
  margin-bottom: 80px !important;
}
@media (max-width: 1150px) {
  .service .service-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 576px) {
  .service .service-content {
    margin-bottom: 60px !important;
  }
}
.service .service-content-first .service-text-box {
  padding-right: 26px !important;
}
@media (max-width: 576px) {
  .service .service-content-first .service-text-box {
    padding-right: 0 !important;
  }
}
.service .service-content-last .service-text-box {
  padding-left: 26px !important;
}
@media (max-width: 576px) {
  .service .service-content-last .service-text-box {
    padding-left: 0 !important;
  }
}
.service .title-small {
  margin-top: 56px;
  margin-bottom: 40px;
  color: #000;
}
@media (max-width: 992px) {
  .service .title-small {
    margin-top: 20px;
    margin-bottom: 48px;
    padding-top: 16px;
  }
}
@media (max-width: 576px) {
  .service .title-small {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0;
  }
}
.service .title-small h4.target {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.08em;
  display: inline-block;
  position: relative;
}
.service .title-small h4.target:after {
  content: "";
  display: block;
  background-color: #000;
  width: 60px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 110%;
}
.service .title-small h3.jp {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.08em;
}
.service .title-small h3.en {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.08em;
}
.service .main-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.14em;
  color: #000000;
  max-width: 525px;
  width: 525px;
  margin-bottom: 48px;
  text-align: justify;
}
@media (max-width: 992px) {
  .service .main-text {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .service .main-text {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .service .main-text {
    font-size: 15px;
  }
}
.service .service-text-box {
  width: 48.34%;
  max-width: 556px;
}
@media (max-width: 768px) {
  .service .service-text-box {
    width: 56.3%;
  }
}
@media (max-width: 576px) {
  .service .service-text-box {
    width: 100%;
    max-width: 100%;
  }
}
.service .service-image-box {
  width: 51.66%;
  max-width: 594px;
}
@media (max-width: 768px) {
  .service .service-image-box {
    width: 43.7%;
  }
}
@media (max-width: 576px) {
  .service .service-image-box {
    width: 100%;
    max-width: 100%;
  }
}
.service .service-image-wrapper {
  max-width: 594px;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 992px) {
  .service .service-image-wrapper {
    max-width: 100;
    height: 594px;
  }
}
@media (max-width: 768px) {
  .service .service-image-wrapper {
    max-width: 100%;
    height: 587px;
  }
}
@media (max-width: 576px) {
  .service .service-image-wrapper {
    max-width: 100%;
    height: auto;
  }
}
.service .service-image-wrapper img {
  width: auto;
  height: 671px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 768px) {
  .service .service-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 992px) {
  .service .title-small h4.target {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0.2rem !important;
  }
  .service .title-small h3.jp {
    font-size: 24px !important;
    line-height: 1.2em;
  }
  .service .title-small h3.en {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .service .title-small h4.target {
    font-size: 20px;
  }
  .service .title-small h3.jp {
    font-size: 24px !important;
    line-height: 1.2em;
  }
  .service .title-small h3.en {
    font-size: 17px;
  }
}
.bnr-sp a {
  text-align: center;
}
.bnr-sp a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.information .information-wrapper {
  max-width: 1450px;
  padding-top: 120px;
}
@media (max-width: 992px) {
  .information .information-wrapper {
    padding-top: 86px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 768px) {
  .information .information-wrapper {
    padding-bottom: 30px !important;
    padding-top: 60px;
  }
}
@media (max-width: 540px) {
  .information .information-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.information .information-image-wrapper {
  padding: 0;
  padding-right: 25px;
}
@media (max-width: 1200px) {
  .information .information-image-wrapper {
    padding: 0;
    padding-right: 25px;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .information .information-image-wrapper {
    padding: 0;
    padding-right: 25px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .information .information-image-wrapper {
    min-width: 100%;
    padding-right: 0;
  }
}
.information .information-image-wrapper img {
  width: 100%;
}
.information .infomation-title-wrapper {
  max-width: 126px;
  margin-right: 66px;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 1167px) {
  .information .infomation-title-wrapper {
    max-width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 900px) {
  .information .infomation-title-wrapper {
    max-width: 100%;
    display: block;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 540px) {
  .information .infomation-title-wrapper {
    margin-right: 0;
    display: block;
    margin-bottom: 24px !important;
  }
}
.information .information-title-jp {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #000000;
  padding: 0;
}
.information .information-title-en {
  position: relative;
  width: 94px;
  height: 100%;
  padding: 0;
}
@media (max-width: 1167px) {
  .information .information-title-en {
    height: 70px;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .information .information-title-en {
    height: 70px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .information .information-title-en {
    height: 58px;
    width: 100%;
  }
}
@media (max-width: 430px) {
  .information .information-title-en {
    position: inherit;
    height: 48px;
    width: 100%;
  }
}
.information .information-title-en .information-title-en-text {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  white-space: nowrap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #bfd200;
  writing-mode: sideways-lr;
  top: -13px;
}
@media (max-width: 1167px) {
  .information .information-title-en .information-title-en-text {
    position: inherit;
    writing-mode: inherit;
    text-align: left;
    top: 0;
    left: 0;
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .information .information-title-en .information-title-en-text {
    font-size: 54px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .information .information-title-en .information-title-en-text {
    font-size: 48px;
  }
}
@media (max-width: 540px) {
  .information .information-title-en .information-title-en-text {
    font-size: 44px;
  }
}
@media (max-width: 430px) {
  .information .information-title-en .information-title-en-text {
    font-size: 37px;
  }
}
.information .information-title-en .information-title-en-text-pc {
  margin-bottom: 12px;
}
.information .information-title-en-text {
  padding-left: 36px;
  padding-right: 36px;
}
@media (max-width: 992px) {
  .information .information-title-en-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 539px) {
  .information .information-title-en-text {
    margin-bottom: 8px !important;
  }
}
.information .information-title-en-text img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .information .information-title-en-text img {
    width: 56%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .information .information-title-en-text img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }
}
.information .information-item {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .information .information-item {
    row-gap: 16px;
  }
}
@media (max-width: 539px) {
  .information .information-item {
    padding-bottom: 60px;
    padding-left: 7%;
    padding-right: 7%;
  }
}
.information .information-item .text-main {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.14em;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .information .information-item .text-main {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 540px) {
  .information .information-item .text-main {
    font-size: 15px;
  }
}
.information .information-title-jp {
  font-size: 24px;
}
@media (max-width: 1167px) {
  .information .information-title-jp {
    white-space: nowrap;
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .information .information-title-jp {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  .information .information-title-jp {
    width: 100%;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .information .information-title-jp {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .information .information-title-jp {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
  }
}
@media (max-width: 539px) {
  .information .information-title-jp {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 430px) {
  .information .information-title-jp {
    font-size: 18px;
    line-height: 1;
  }
}
.information .information-title-en-text-sp {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 539px) {
  .information .information-title-en-text-sp {
    width: 86%;
  }
}
.information .information-title-en-text-sp img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 992px) {
  .information .information-title-en-text-sp img {
    max-width: 505px;
  }
}
@media (max-width: 539px) {
  .information .information-title-en-text-sp img {
    max-width: 100%;
  }
}

.footer-link-wrapper {
  max-width: 1290px;
  color: #000;
  padding: 80px 0px;
}
@media (max-width: 992px) {
  .footer-link-wrapper {
    max-width: 469px;
  }
}
@media (max-width: 540px) {
  .footer-link-wrapper {
    max-width: 100%;
  }
}
.footer-link-wrapper a {
  color: #000;
}
.footer-link-wrapper .footer-logo {
  width: 240px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 900px) {
  .footer-link-wrapper .footer-logo {
    width: 210px !important;
    margin-bottom: 32px;
  }
}
.footer-link-wrapper .footer-company-name {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: max(1.25rem, 12px);
  font-weight: bold;
  line-height: 1.3;
  margin-top: 2.25rem;
}
.footer-link-wrapper .footer-company-adress {
  padding-bottom: 80px;
  margin-top: 0.5rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media (max-width: 900px) {
  .footer-link-wrapper .footer-company-adress {
    padding-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .footer-link-wrapper .footer-company-adress {
    padding-bottom: 16px;
  }
}
.footer-link-wrapper .footer-link-wrapper {
  padding-bottom: 100px;
  padding: 0;
}
@media (max-width: 900px) {
  .footer-link-wrapper .footer-link-wrapper {
    max-width: 368px !important;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  .footer-link-wrapper .footer-link-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .footer-link-wrapper .footer-link-wrapper {
    padding-bottom: 80px;
  }
}
.footer-link-wrapper .footer-link-text {
  /* プライバシーポリシー */
  font-size: 14px;
  line-height: 3.5;
  letter-spacing: 0.2em;
  position: relative;
  top: -110px;
  width: 33.33%;
}
@media (max-width: 1386px) {
  .footer-link-wrapper .footer-link-text {
    top: 0;
    width: auto;
  }
}
@media (max-width: 768px) {
  .footer-link-wrapper .footer-link-text {
    line-height: 2.5;
    font-size: 12px;
  }
}
.footer-link-wrapper .footer-link-text a {
  text-decoration: underline !important;
}
.footer-link-wrapper .copy-right {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
}
@media (max-width: 900px) {
  .footer-link-wrapper ul.footer-nav {
    width: 205px;
  }
}
@media (max-width: 540px) {
  .footer-link-wrapper ul.footer-nav {
    width: 100%;
    gap: 8px;
    max-width: 240px;
  }
}
.footer-link-wrapper ul.footer-nav li {
  border-bottom: 0;
  position: relative;
  margin-bottom: 24px;
  max-width: 205px;
}
@media (max-width: 768px) {
  .footer-link-wrapper ul.footer-nav li {
    max-width: inherit;
  }
}
.footer-link-wrapper ul.footer-nav li .en {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
  line-height: 1;
}
@media (max-width: 540px) {
  .footer-link-wrapper ul.footer-nav li .en {
    font-size: 22px;
  }
}
.footer-link-wrapper ul.footer-nav li .jp {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media (max-width: 540px) {
  .footer-link-wrapper ul.footer-nav li .jp {
    font-size: 12px;
  }
}
.footer-link-wrapper ul.footer-nav li .footer-arrow-custom {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url(../images/footer-menu-arrow.png);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 100%;
}
@media (max-width: 900px) {
  .footer-link-wrapper ul.footer-nav li .footer-arrow-custom {
    left: auto;
    right: 0;
  }
}

.footer-top-text {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  height: 164px;
}
.footer-top-text img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -32px;
  width: 100%;
  object-fit: contain;
  height: 100%;
}
@media (max-width: 900px) {
  .footer-top-text {
    display: none;
  }
}

.footer-padding-responsive {
  padding-top: 60px;
}
@media (max-width: 1400px) {
  .footer-padding-responsive {
    padding: 80px;
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .footer-padding-responsive {
    padding: 40px 40px;
  }
}

@media (max-width: 1400px) {
  .footer-link-wrapper ul.footer-nav li {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .footer-link-wrapper ul.footer-nav li {
    margin-bottom: 0.5rem;
    width: 230px;
  }
}

.row.footer-link-wrapper-bottom {
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .row.footer-link-wrapper-bottom {
    margin-bottom: 60px;
    margin-top: 24px;
  }
}
@media (max-width: 540px) {
  .row.footer-link-wrapper-bottom {
    margin-top: 8px;
  }
}/*# sourceMappingURL=renewal.css.map */