*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #ECE9E0;
  color: #161616;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: "Zen Maru Gothic", "Kiwi Maru", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: hidden;
}

li {
  list-style: none;
}

a:not(.contact-btn a):hover {
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

dt {
  font-weight: 500;
}

.fv{
	margin-bottom:120px;
}
.u-wrapper {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 30px;
}
@media screen and (max-width: 768px) {
  .u-wrapper {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 375px) {
  .u-wrapper {
    padding: 80px 27px;
  }
}

.bgcolor-red {
  background-color: #E24655;
}

.color-red {
  color: #E24655;
}

.bgcolor-yellow {
  background-color: #E2A731;
}

.color-yellow {
  color: #E2A731;
}

.bgcolor-green {
  background-color: #5EB138;
}

.color-green {
  color: #5EB138;
}
.color-blue{
	color: #418DAE;
}

.bgcolor-blue {
  background-color: #418DAE;
}

.color-blue {
  color: #418DAE;
}

.bg-base {
  background-color: #ECE9E0;
}

.page-about .about-section-title {
  font-size: clamp(1.5rem, 4.5vw, 1.875rem);
  border: 1px solid #ffffff;
  padding: 1.25rem;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  margin-bottom: 2.5rem;
}

br.pc-br {
  display: initial;
}
@media screen and (max-width: 768px) {
  br.pc-br {
    display: none;
  }
}

br.sp-lg-br {
  display: initial;
}
@media screen and (max-width: 428px) {
  br.sp-lg-br {
    display: none;
  }
}

br.sp-br {
  display: none;
}
@media screen and (max-width: 375px) {
  br.sp-br {
    display: initial;
  }
}

.c-title {
  display: inline-block;
  padding: 0.625rem 2.5rem;
  font-size: clamp(1.5rem, 4.5vw, 1.875rem);
  background-color: #B9B29D;
  color: #ECE9E0;
  border-radius: 50px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
.c-title{
padding: 0.625rem 1.5rem;
}
}

.links-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1.85rem;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: clamp(1rem, 4vw, 1.25rem);
  gap: 2.5rem;
}

@media screen and (max-width: 768px) {
  .links-btn {
    padding: 0.625rem 1.25rem;
    gap: 1.5rem;
  }
}

.links-btn:hover {
  background-color: #fff; 
  opacity: 1;
}



.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: clamp(8px, 1.2vw, 10px) solid transparent;
  border-bottom: clamp(8px, 1.2vw, 10px) solid transparent;
  border-left: clamp(12px, 2vw, 14px) solid currentcolor;
}


.initiative-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.5rem;
}

.name-en {
  font-size: clamp(1.25rem, 4.5vw, 1.875rem);
}

.name-ja {
  font-size: clamp(1rem, 4.5vw, 1.25rem);
}

/*header*/
.logo img {
  width: 7vw;           
  max-width: 72px;      
  min-width: 50px;    
}


/*header-pc*/
.header-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.5rem;
  padding: 1.25rem 3rem;
  max-width: 900px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header-link-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  position: fixed;
  top: 2.5rem;
  right: 1.875rem;
  z-index: 1000;
}

.header-link-item 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;
  gap: 10px;
}

@media screen and (max-width: 900px) {
  .header-link-item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}
.header-link-item img {
  width: 40px;
}
@media screen and (max-width: 900px) {
	.header-link-item img {
  width: 20px;
}
}

.header-link-pc .vertical-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}

.header-pc-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

/*header-sp*/
.header-sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
}

.header-sp .header-inner {
  padding: 10px 27px;
  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;
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* hamburger */
.header-hamburger .btn {
  width: 30px;
  height: 18px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative;
}

.btn-line {
  width: 30px;
  height: 3px;
  background: #E24655;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.btn.open .btn-line:nth-child(1) {
  -webkit-transform: translateY(7.5px) rotate(45deg);
          transform: translateY(7.5px) rotate(45deg);
}

.btn.open .btn-line:nth-child(2) {
  opacity: 0;
}

.btn.open .btn-line:nth-child(3) {
  -webkit-transform: translateY(-7.5px) rotate(-45deg);
          transform: translateY(-7.5px) rotate(-45deg);
}

.header-sp-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(245, 243, 237, 0.8);
  backdrop-filter: blur(6px);
  padding: 4rem 1.5rem;
  z-index: 1100;
}

.header-sp-nav.open {
  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;
  text-align: center;
}

/* nav */
.header-sp-nav-list {
  width: 100%;
	margin-bottom:20px;
}

.header-sp-nav-list li {
  margin-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* link*/
.header-sp-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.header-sp-link .link_icon {
  width: 40px;
  height: auto;
}

.header-link-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}

.header-sp,
.header-link-sp {
  display: none;
}

.header-pc,
.header-link-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 900px) {
  .header-pc,
  .header-link-pc {
    display: none;
  }
  .header-sp,
  .header-link-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.breadcrumb {
  background: #ECE9E0;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}

.breadcrumb-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb-wrapper {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 60px 30px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  margin: 0 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .breadcrumb-sub {
    display: none;
  }
}

.footer {
  background: #B9B29D;
  color: #FEFEFE;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3.9rem 1.9rem;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-logo {
  width: 88px;
  min-width: 88px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin-bottom: 1.25rem;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.9rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}
.footer-privacy{
	margin-bottom: 2.5rem;
}

.footer-links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1080px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer-links-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    margin-left: 0;
  }
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-link img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .hide-tab {
    display: none;
  }
}
.fv-page {
  padding-top: 190px;
}

@media screen and (max-width: 768px) {
  .fv-page {
    padding-top: 100px;
  }
}


.fv-page_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 45%;
  height: calc(100vh - 80px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fv-page_bg {
    width: 80%;
  }
}

.fv-page_bg.is-bg-environment {
  background-image: url("../image/environment-icon_bg.png");
}

.fv-page_bg.is-bg-lifesupport {
  background-image: url("../image/lifesupport-icon_bg.png");
}

.fv-page_bg.is-bg-link-scape {
  background-image: url("../image/link-icon_bg.png");
}

.fv-page_bg.is-bg-mental {
  background-image: url("../image/mental-icon_bg.png");
}

.fv-page-top {
  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;
  gap: 1rem;
  margin-bottom: 11.25rem;
}

@media screen and (max-width: 768px) {
  .fv-page-top {
    margin-bottom: 5rem;
    gap: 0;
  }
}

@media screen and (max-width: 425px) {
  .fv-page-top {
    margin-bottom: 3rem;
  }
}

.fv-page-title-icon {
  width: 80px;
}

@media screen and (max-width: 425px) {
  .fv-page-title-icon {
    width: 60px;
  }
}

.fv-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-ja {
  font-size: clamp(2rem, 4vw, 2.5rem);
}

.main-en {
  font-size: clamp(1.25rem, 4vw, 1rem);
}

.fv-page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fv-page-maintext {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.8;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}

.footer-link a {
  display: inline-block;
  transition: transform 0.3s ease;
}

.footer-link a:hover {
  transform: scale(1.05);
  opacity: 1;
}

.footer-link a img {
  display: block;
}

.contact-btn a:hover {
  opacity: 1;
}

.contact-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.contact-title-icon {
  max-width: 80px;
}

@media screen and (max-width: 768px) {
  .contact-title-icon {
    max-width: 50px;
  }
}

.contact-title {
 font-size: clamp(24px, 6vw, 2.5rem);
}

.contact {
  background-color: #ECE9E0;
  padding: 60px 0 120px;
  position: relative;
}

.contact-area {
  padding-top: 190px;
}

.c-wrapper {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem 0 4.5rem;
}

.contact-wrap {
  position: relative;
  padding: 56px 0;
  isolation: isolate;
}

.contact-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(30px, (100vw - 1100px) / 2);
  right: 0;
  background-color: #F5F3ED;
  border-radius: 50px 0 0 50px;
  -webkit-box-shadow: 4px 4px 4px rgba(22, 22, 22, 0.3);
          box-shadow: 4px 4px 4px rgba(22, 22, 22, 0.3);
  z-index: -1;
}

.contact-wrap::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(max(30px, (100vw - 1100px) / 2) + 40px);
  right: 0;
  height: 20px;
  border-radius: 0 0 0 50px;
  -webkit-box-shadow: 4px 4px 4px rgba(22, 22, 22, 0.3);
          box-shadow: 4px 4px 4px rgba(22, 22, 22, 0.3);
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#E24655), color-stop(25%, #E24655), color-stop(25%, #E2A731), color-stop(50%, #E2A731), color-stop(50%, #5EB138), color-stop(75%, #5EB138), color-stop(75%, #418DAE), to(#418DAE));
  background: linear-gradient(to right, #E24655 0%, #E24655 25%, #E2A731 25%, #E2A731 50%, #5EB138 50%, #5EB138 75%, #418DAE 75%, #418DAE 100%);
}

.contact-section-title {
  color: #B9B29D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.25rem;
}

.contact-section-title .en {
  font-size: 3.75rem;
  line-height: 1;
}

.contact-item {
  text-align: left;
}

.contact-text {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .contact-text {
    font-size: 0.875rem;
    text-align: justify;
  }
}

.contact .c-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contact-wrapper {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 30px 0;
}

@media screen and (max-width: 768px) {
  .contact-wrapper {
    padding: 80px 30px 0;
  }
}

.contact-btn {
  text-align: right;
  position: relative;
  font-size: clamp(1rem, 3vw, 1.25rem);
  border: 1px solid #161616;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.625rem 4.5rem 0.625rem 1.5rem;
  border-radius: 10px;
  background-color: transparent; 
  color: #161616;           
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background-color: #161616; 
  color: #ECE9E0;    
}

@media screen and (max-width: 768px) {
  .contact-btn {
    padding: 0.625rem 3rem 0.625rem 1rem;
  }
}

.contact-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.875rem solid currentcolor;
}

@media screen and (max-width: 768px) {
  .contact-btn::after {
    border-top: 0.55rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.6rem solid currentcolor;
    right: 1rem; 
  }
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.form-group label {
  margin-bottom: 8px;
}

.required,
.smf-required,
.is-required,
.contact-form-wrapper .required,
.contact-form-wrapper .smf-required,
.contact-form-wrapper .is-required,
.contact-form-wrapper label .required {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 8px;
  color: #FEFEFE;
  font-size: 0.875rem;
  background-color: #E24655;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1rem 0 1rem 1.25rem;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #B9B29D;
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #B9B29D;
}

.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #B9B29D;
}

.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
  color: #B9B29D;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #B9B29D;
}

/* Snow Monkey Formsのプレースホルダー */
.contact-form-wrapper input::-webkit-input-placeholder,
.contact-form-wrapper textarea::-webkit-input-placeholder,
.contact-form-wrapper .smf-text-control__control::-webkit-input-placeholder,
.contact-form-wrapper .smf-textarea-control__control::-webkit-input-placeholder {
  color: #B9B29D;
}

.contact-form-wrapper input::-moz-placeholder,
.contact-form-wrapper textarea::-moz-placeholder,
.contact-form-wrapper .smf-text-control__control::-moz-placeholder,
.contact-form-wrapper .smf-textarea-control__control::-moz-placeholder {
  color: #B9B29D;
}

.contact-form-wrapper input:-ms-input-placeholder,
.contact-form-wrapper textarea:-ms-input-placeholder,
.contact-form-wrapper .smf-text-control__control:-ms-input-placeholder,
.contact-form-wrapper .smf-textarea-control__control:-ms-input-placeholder {
  color: #B9B29D;
}

.contact-form-wrapper input::-ms-input-placeholder,
.contact-form-wrapper textarea::-ms-input-placeholder,
.contact-form-wrapper .smf-text-control__control::-ms-input-placeholder,
.contact-form-wrapper .smf-textarea-control__control::-ms-input-placeholder {
  color: #B9B29D;
}

.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder,
.contact-form-wrapper .smf-text-control__control::placeholder,
.contact-form-wrapper .smf-textarea-control__control::placeholder {
  color: #B9B29D;
}

.send-btn {
  display: inline-block;
  width: auto;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  background: #B9B29D;
  color: #161616;
  min-width: 200px;
  padding: 20px 80px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  margin: 40px 0 60px;
}
.send-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: #161616;
  color: #FEFEFE;
}

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

/* radio */
.radio-item {
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
}

.radio-item input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #161616;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.radio-item input[type=radio]:checked + .radio-text::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #161616;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Snow Monkey Forms用のスタイル */
.contact-form-wrapper {
  margin-top: 2rem;
}

.contact-form-wrapper form {
  margin: 0;
}

.contact-form-wrapper .smf-form-group,
.contact-form-wrapper .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.contact-form-wrapper .smf-form-group label,
.contact-form-wrapper .form-group label {
  margin-bottom: 8px;
}

.contact-form-wrapper .smf-form-group input,
.contact-form-wrapper .smf-form-group select,
.contact-form-wrapper .smf-form-group textarea,
.contact-form-wrapper .form-group input,
.contact-form-wrapper .form-group select,
.contact-form-wrapper .form-group textarea,
.contact-form-wrapper .smf-text-control__control,
.contact-form-wrapper .smf-textarea-control__control,
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea {
  width: 100%;
  padding: 1rem 0 1rem 1.25rem;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.contact-form-wrapper .smf-submit-button,
.contact-form-wrapper .send-btn,
.contact-form-wrapper button[type="submit"] {
  display: inline-block;
  width: auto;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  background: #B9B29D;
  color: #161616;
  min-width: 200px;
  padding: 20px 80px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  margin: 40px 0 60px;
  border: none;
  cursor: pointer;
}

.contact-form-wrapper .smf-submit-button:hover,
.contact-form-wrapper .send-btn:hover,
.contact-form-wrapper button[type="submit"]:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: #161616;
  color: #FEFEFE;
}

.contact-title-bg {
  background-image: url(../image/contact-title-bg.svg);
  background-size: 65%;
  background-position: left;
  background-repeat: no-repeat;
  padding: 50px 0;

}

@media screen and (max-width: 768px) {
  .contact-title-bg {
    background-size: 95%;
    padding: 0;
  }
}

.smf-radio-buttons-control__control {
  display: flex;
  gap: 1.6rem;
}

@media screen and (max-width: 600px) {
  .smf-radio-buttons-control__control {
    flex-direction: column;
  }
}

/* Snow Monkey Formsの必須ラベル */
.contact-form-wrapper .smf-item:has(input[data-validations*="required"]) .smf-item__label__text::after,
.contact-form-wrapper .smf-item:has(textarea[data-validations*="required"]) .smf-item__label__text::after,
.contact-form-wrapper .smf-item:has([data-validations*="required"]) .smf-item__label__text::after,
.contact-form-wrapper .smf-item:has(.smf-radio-buttons-control__control[data-validations*="required"]) .smf-item__label__text::after {
  content: "必須";
  display: inline-block;
  padding: 2px 10px;
  margin-left: 8px;
  color: #FEFEFE;
  font-size: 0.875rem;
  background-color: #E24655;
  font-weight: normal;
}

.page-about {
  color: #FEFEFE;
}

.about-sub-title {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}

.about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.5rem;
  text-align: justify;
}

.join-us {
  background-color: #418DAE;
  color: #FEFEFE;
}

.join-us-title {
  font-size: clamp(1.5rem, 4.5vw, 2.5rem);
}

.join-us-text {
  font-size: clamp(1rem, 4vw, 1.25rem);
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin: 2.5rem 0 5rem 0;
}

.initiative-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.kikis-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .kikis-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.kikis-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 32%;
          flex: 1 1 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.kikis-wrap-title {
  text-align: center;
  font-size: 1.5rem;
  color: #FEFEFE;
}

.kikis-wrap-text {
  text-align: justify;
}

.staff-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.75rem;
}
@media screen and (max-width: 375px) {
  .staff-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	  gap: 2.5rem;
  }
}

.staff-title {
  font-size: clamp(1.25rem, 4vw, 1.875rem);
  margin-bottom: 2.5rem;
}

.staff-name {
  margin-bottom: 1.25rem;
}

.staff {
  margin-top: 7.5rem;
}

.join {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.join-message {
  font-size: clamp(0.875rem, 4vw, 1.25rem);
  margin-bottom: 1.25rem;
  text-align: left;
}


.join-bubble {
  position: relative;
  color: #fff;
  padding: 1.875rem 5rem;
  border-radius: 50px;
  max-width: 600px;
  text-align: center;
  margin-right: -5rem;
}
@media (max-width: 1440px) {
  .join-bubble {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .join-bubble {
    padding: 1.25rem 2.5rem;
    margin-right: 30px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 375px) {
  .join-bubble {
    padding: 1.25rem;
    margin-right: 0;
  }
}


.balloon-tail {
  position: absolute;
  bottom: 30px;
  right: -30px;
}


.pdg-top {
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .pdg-top {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 375px) {
  .pdg-top {
    padding-top: 5rem;
  }
}

.initiative-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .initiative-top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.initiative-max-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 63.6363636364%;
          flex: 1 1 63.6363636364%;
  max-width: 660px;
  width: 100%;
}

.initiative-max-text-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 36.3636363636%;
          flex: 1 1 36.3636363636%;
  width: 100%;
}

.event-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .event-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	  gap: 2.5rem;
  }
}

.event-name {
  margin-bottom: 1.25rem;
}

.initiative-name {
  margin-bottom: 1.25rem;
}

.initiative-bottom {
  padding-top: 2.5rem;
  font-size: 1.25rem;
}

.initiative-bottom .initiative-name {
  position: relative;
  padding-left: 1.25rem;
}

.initiative-bottom .initiative-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: currentColor;
}

.fv-sp {
  display: none;
}

.fv-pc-wrap {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(0, 600px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5rem;
  padding: 2.5rem 5.875rem 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100vh - 2.5rem); 
}

@media screen and (max-width: 1400px) {
  .fv-pc-wrap {
    padding: 6rem 5.875rem 0 3rem;
    height: calc(100vh - 6rem);
  }
}
.fv-left {
  justify-self: start;
  margin-top: 7.5rem;
}

.fv-right {
  justify-self: center;
}

.fv-right-img {
  margin-bottom: 3.5rem;
}

.fv-title {
  font-size: clamp(24px, 5vw, 40px);
  line-height: 1.4;
}

.fv-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.fv-sp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fv-inner {
  padding: 120px 27px 0;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .fv-pc {
    display: none;
  }
  .fv-sp {
    display: block;
  }


  .fv-sp-top {
    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;
    gap: 3rem;
  }
  .fv-title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    margin-left: 1.875rem;
  }
  .fv-sp-sub-title {
    margin: 1.25rem 0;
  }

}

@media screen and (max-width: 768px) {
  .fv-inner {
    padding: 90px 27px 0;
  }
}
@media screen and (max-width: 375px) {
  .fv-inner {
    padding: 70px 27px 0;
  }


  .fv-sp-top-left {
    max-width: 220px;
  }
}

.vision {
  background: #ECE9E0;
}

.vision .section-title {
  color: #E24655;
  font-size: clamp(1.5rem, 4.5vw, 2.5rem);
  margin-bottom: 2.5rem;
}

.vision .section-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  text-align: justify;
}

.vision-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .vision-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.vision-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .vision-right {
    margin-bottom: 2rem;
  }
}

.vision-right img {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .vision-right img {
    width: 160px;
  }
}

.vision-left {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}

.vision-item .vision-text {
  text-align: justify;
  text-justify: inter-ideograph;
}

.project {
  background-color: #F5F3ED;
}

.project-top-text .section-title {
  font-size: clamp(1.5rem, 4.5vw, 2.5rem);
  border: 1px solid #161616;
  padding: 1.25rem;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  margin-bottom: 2.5rem;
}

.project-sub-title {
  font-size: clamp(1.5rem, 4.5vw, 1.875rem);
  margin-bottom: 1.875rem;
}

.project-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.project-img {
  display: block;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .project-img {
    padding: 80px 0;
  }
}
@media screen and (max-width: 375px) {
  .project-img {
    padding: 60px 0;
  }
}

.project-links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.5rem;
  padding: 3rem;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .project-links-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 375px) {
  .project-links-item {
    padding: 3rem 1.125rem;
  }
}

.project-links-img {
  width: 160px;
}

.project-links-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.project-category {
  display: inline-block;
  background-color: #FEFEFE;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  border-radius: 10px;
}

.service-title {
  font-size: clamp(1.5rem, 4.5vw, 1.875rem);
  color: #FEFEFE;
}

.service-description {
  color: #FEFEFE;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}

.project-links-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1.25rem;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  gap: 1.25rem;
  max-width: 200px;
  font-size: 1.25rem;
  transition: all 0.3s;
}

.project-links-btn:hover {
  background-color: #fff; 
  opacity: 1;
}


.btn-red:hover {
  color: #E24655; 
  opacity: 1;
}


.btn-yellow:hover {
  color: #E2A731;
  opacity: 1;
}


.btn-green:hover {
  color: #5EB138; 
  opacity: 1;
}


.btn-blue:hover {
  color: #418DAE;
  opacity: 1;
}

.project-links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.instagram {
  background-color: #ECE9E0;
}

.instagram-section-title {
  font-size: clamp(1.5rem, 6.15vw, 2.5rem);
  margin-bottom: 2.5rem;
}

.error-block {
  text-align: center;
}

.number-404 {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  font-size: 6rem;
  padding-bottom: 50px;
}

.c-back_btn {
  position: relative;
  font-size: clamp(1rem, 3vw, 1.25rem);
  border: 1px solid #161616;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.625rem 1.5rem 0.625rem 4.5rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .c-back_btn {
    padding: 0.625rem 1rem 0.625rem 3rem;
  }
}

.c-back_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-right: 0.875rem solid #161616;
}
@media screen and (max-width: 768px) {
  .c-back_btn::before {
    border-top: 0.55rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-right: 0.6rem solid #161616;
  }
}

.c-back_btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 0;
}

.error-main {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* FVページコンテンツ */
.fv-page {
  overflow: visible;
}

.fv-page-content {
  min-height: 600px;
  padding: 0 0 2.5rem 0;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv-page-content {
    min-height: 400px;
    padding: 1.5rem 0;
  }
}

.fv-page-content .u-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding-top: 0;
}

@media screen and (max-width: 425px) {
  .fv-page-content .u-wrapper {
    padding-top: 200px;
  }
}

.fv-page-text-wrapper {
  position: relative;
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .fv-page-text-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .fv-page-text-wrapper {
    padding-top: 3rem;
  }
}

.fv-page-vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.4rem;
  line-height: 3;
  margin-bottom: 2.5rem;
  letter-spacing: 0.35em;
}
@media screen and (max-width: 768px) {
  .fv-page-vertical-text {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .fv-page-vertical-text {
    writing-mode: horizontal-tb;
    line-height: 2;
  }
}

@media screen and (max-width: 375px) {
  .fv-page-vertical-text {
    font-size: 1.2rem;
  }
}

.fv-page-horizontal-text {
  font-size: 1rem;
  line-height: 2;
  color: #161616;
  text-align: left;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .fv-page-horizontal-text {
    align-items: center;
  }
}

.fv-page-horizontal-text p {
  margin: 0;
  text-align: left;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .fv-page-horizontal-text p {
    width: 100%;
  }
}

.fv-page-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  max-width: 800px;
  z-index: 0;
  margin-top: 0;

}
/* @media screen and (min-width: 1160px) {
  .fv-page-image {
    right: calc((100vw - 1160px) / 2);
  }
} */
@media screen and (max-width: 768px) {
  .fv-page-image {
    width: 60%;
    max-width: 500px;
  }
}
@media screen and (max-width: 375px) {
  .fv-page-image {
    width: 70%;
    max-width: 400px;
  }
}

.fv-page-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv-page-image-sp {
  position: absolute;
  right: calc((100vw - 100%) / -2);
  top: 0;
  width: 70%;
  max-width: 800px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .fv-page-image-sp {
    width: 60%;
    max-width: 500px;
  }
}
@media screen and (max-width: 425px) {
  .fv-page-image-sp {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .vertical-text-margin-bottom {
    margin-bottom: 10.5rem;

  }
}

.initiative-links {
  max-width: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-left: auto;
}

.initiative-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .initiative-top-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.initiative-top-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .initiative-top-item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.initiative-top-item + .initiative-top-item {
  margin-top: 2.5rem;
}

.privacy-text-block {
  padding-bottom: 40px;
}
.privacy-text-block h3 {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 10px;
}
.privacy-text-block .privacy-description {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .privacy-text-block .privacy-description {
    font-size: 0.875rem;
  }
}

.privacy-policy dt {
  font-weight: 600;
  padding-bottom: 5px;
}
.privacy-policy dd {
  padding-bottom: 30px;
}
.privacy-policy dd:last-of-type {
  padding: 0;
}
.privacy-policy .dd-padding {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .privacy-policy {
    font-size: 0.875rem;
  }
}

.privacy-list {
  padding-bottom: 30px;
}

.thanks-block {
  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;
  text-align: center;
}
.thanks-block img {
  width: 70px;
  padding-bottom: 20px;
}
@media screen and (max-width: 375px) {
  .thanks-block img {
    width: 50px;
  }
}
.thanks-block .thanks-title {
  font-size: 1.5rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .thanks-block .thanks-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks-block .thanks-text {
    font-size: 0.875rem;
  }
}


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

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

.kominka-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .kominka-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.kominka-left {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}

.kominka-right {
  -webkit-box-flex: 16;
      -ms-flex: 16;
          flex: 16;
}

.kominka-wrapper {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 120px;
}
@media screen and (max-width: 768px) {
  .kominka-wrapper {
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 375px) {
  .kominka-wrapper {
    padding: 0 27px 80px;
  }
}

.initiative-links a img {
  transition: transform 0.3s ease;
}

.initiative-links a:hover img {
  transform: scale(1.05);
}

a.project-links-btn:hover,
a.links-btn:hover,
.contact-btn a:hover {
  opacity: 1 !important;
}

.instagram-btn-area{
  display:flex;
  justify-content:flex-end;
}

