@charset "UTF-8";
/*
 * foundation
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

span {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.6;
  color: #333333;
  overflow-x: hidden;
}

a {
  word-break: break-all;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}

* img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.en {
  font-family: "Lato", sans-serif;
}

.tab-block {
  display: none;
}
@media (max-width: 1023px) {
  .tab-block {
    display: block;
  }
}

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

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .section-padding {
    padding: 80px 0;
  }
}
.section-padding80 {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .section-padding80 {
    padding: 60px 0;
  }
}

.margin-nav {
  margin-left: 8%;
}
@media (max-width: 767px) {
  .margin-nav {
    margin-left: 0;
  }
}

.hidden {
  overflow-x: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*
 * layout
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 34px;
  z-index: 100;
}
@media (max-width: 767px) {
  .header {
    padding: 20px 17px;
  }
}
.header::before {
  content: "";
  background-image: url(../../assets/images/header/menu-bg.svg);
  background-repeat: no-repeat;
  width: 183px;
  height: 174px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .header::before {
    width: 112px;
    top: -6%;
    right: -2%;
    background-image: url(../../assets/images/header/menu-bg-sp.svg);
  }
}
.header-inr {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.logo {
  max-width: 251px;
}
@media (max-width: 767px) {
  .logo {
    max-width: 140px;
  }
}
.logo img {
  height: auto;
}

.hamburger {
  position: relative;
  width: 60px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  z-index: 999;
}
@media (max-width: 767px) {
  .hamburger {
    width: 41px;
    height: 36px;
    transition: all 0.3s;
  }
}
.hamburger .bar {
  display: block;
  background: #fff;
  height: 3px;
  margin: 12px auto;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .hamburger .bar {
    margin: 10px auto;
  }
}
.hamburger .top {
  width: 60px;
}
@media (max-width: 767px) {
  .hamburger .top {
    width: 40px;
  }
}
.hamburger .middle {
  width: 40px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .hamburger .middle {
    width: 22px;
  }
}
.hamburger .bottom {
  width: 60px;
}
@media (max-width: 767px) {
  .hamburger .bottom {
    width: 40px;
  }
}
.hamburger .menu-text {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease;
  line-height: 1;
}
@media (max-width: 767px) {
  .hamburger .menu-text {
    font-size: 12px;
    margin-top: 6px;
  }
}
.hamburger.active .top {
  transform: translateY(16px) rotate(45deg);
}
@media (max-width: 767px) {
  .hamburger.active .top {
    transform: translateY(13px) rotate(45deg);
  }
}
.hamburger.active .middle {
  opacity: 0;
}
.hamburger.active .bottom {
  transform: translateY(-13px) rotate(-45deg);
}

.nav-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #f5f5f5;
  transform: translateX(100%);
  transition: transform 0.5s ease;
  z-index: 99;
  padding-top: 100px;
}
.nav-menu_inr {
  width: 100%;
  height: 100%;
  position: relative;
}
.nav-menu_inr::before {
  content: "";
  background-image: url(../../assets/images/header/header-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 0;
  padding-top: 55.625%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .nav-menu_inr::before {
    background-image: url(../../assets/images/header/header-bg.png);
    background-position: 0 center;
    background-size: cover;
    height: 68vw;
    max-height: none;
  }
}
.nav-menu ul {
  width: 10.13%;
  min-width: 146px;
  margin: 0 18vw 0 auto;
}
@media (max-width: 767px) {
  .nav-menu ul {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
}
.nav-menu ul li a {
  text-decoration: none;
  font-size: 28px;
  color: #5B6967;
  font-weight: 600;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .nav-menu ul li a {
    font-size: 20px;
    padding: 10px 0;
  }
}
.nav-menu.active {
  transform: translateX(0);
}

.footer {
  padding: 40px 0;
  background-color: #F5F5F5;
}
.footer-inr {
  justify-content: center;
}
.footer-logo {
  max-width: 251px;
  margin-bottom: 24px;
}
.footer-info {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
.footer-sns {
  gap: 25px;
  margin-bottom: 33px;
}
.footer-copyright {
  color: #5B6967;
  font-size: 14px;
}

/*
 * object
 */
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv {
  background-image: url(../../assets/images/top/mv.jpg);
  background-size: 100% 100%;
  width: 100%;
  aspect-ratio: 72/49;
  position: relative;
  animation: anime 1.5s;
}
@media (max-width: 767px) {
  .mv {
    background-image: url(../../assets/images/top/mv-sp.jpg);
    aspect-ratio: 375/593;
  }
}
.mv-inr {
  position: absolute;
  top: min(33.1vw, 400px);
  top: 31.4vw;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .mv-inr {
    top: 33.1vw;
  }
}
@media (max-width: 767px) {
  .mv-inr {
    top: 82vw;
  }
}
.mv-inr_title {
  font-size: 3.33vw;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .mv-inr_title {
    font-size: 5.6vw;
  }
}
.mv-inr_title--pink {
  color: #E84472;
}
.mv-inr_title--white {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .mv-inr_title--white {
    padding: 0;
  }
}
.mv-inr p {
  display: block;
  white-space: nowrap;
  margin-top: 23px;
  font-size: 2.22vw;
  color: #33B371;
  font-weight: 900;
  letter-spacing: 0.32px;
  text-shadow: -3px -3px 0 #fbfffe, 0 -3px 0 #fbfffe, 3px -3px 0 #fbfffe, -3px 0 0 #fbfffe, 3px 0 0 #fbfffe, -3px 3px 0 #fbfffe, 0 3px 0 #fbfffe, 3px 3px 0 #fbfffe;
  margin-left: 30%;
}
@media (max-width: 767px) {
  .mv-inr p {
    font-size: 4vw;
    margin-left: 0;
    margin-top: 16px;
    text-align: center;
  }
}
.mv .top-slider_wrapper {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .mv .top-slider_wrapper {
    bottom: 8vw;
  }
}
.mv .top-slider_wrapper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.mv .top-slider_wrapper .swiper-slide {
  flex-shrink: 0;
  width: 24.03vw;
  aspect-ratio: 346/221;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .mv .top-slider_wrapper .swiper-slide {
    width: 24vw;
  }
}
@media (max-width: 767px) {
  .mv .top-slider_wrapper .swiper-slide {
    width: 70vw;
  }
}
.mv .top-slider_wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.mv .scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 61vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .mv .scroll-indicator {
    top: 62vw;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mv .scroll-indicator {
    top: 140vw;
    font-size: 12px;
    z-index: 2;
  }
}
.mv .scroll-indicator .scroll-text {
  writing-mode: vertical-rl;
  margin-bottom: 15px;
  text-shadow: 0px 0px 4px rgba(39, 45, 23, 0.25);
}
.mv .scroll-indicator .scroll-bar {
  position: relative;
  width: 12px;
  height: 90px;
}
@media (max-width: 767px) {
  .mv .scroll-indicator .scroll-bar {
    height: 48px;
  }
}
.mv .scroll-indicator .scroll-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #5b6967;
}
.mv .scroll-indicator .scroll-bar .scroll-dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #33b337;
  border-radius: 50%;
  opacity: 0;
}

.top-concept {
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  .top-concept {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .top-concept {
    margin-top: 0;
  }
}
.top-concept_inr {
  justify-content: space-between;
  align-items: flex-start !important;
  padding-left: 60px;
}
@media screen and ((min-width: 1400px)) {
  .top-concept_inr {
    padding-left: 0px;
  }
}
@media (max-width: 1023px) {
  .top-concept_inr {
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
.top-concept_inr--wrapper {
  width: 66.67%;
}
@media (max-width: 1023px) {
  .top-concept_inr--wrapper {
    width: 100%;
  }
}
.top-concept_block1 {
  margin-bottom: 64px;
}
.top-concept_block--en {
  font-size: 20px;
  font-weight: 900;
  color: #33B371;
  margin-bottom: 10px;
}
.top-concept_block h2 {
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 31px;
}
@media (max-width: 1279px) {
  .top-concept_block h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .top-concept_block h2 {
    font-size: min(5.6vw, 32px);
  }
}
.top-concept_block--text {
  align-items: start !important;
  gap: 24px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .top-concept_block--text {
    font-size: min(4.2666666667vw, 18px);
  }
}
.top-concept_img {
  width: 36%;
  margin-right: -6.5%;
}
@media (max-width: 1023px) {
  .top-concept_img {
    width: 70%;
    max-width: 432px;
    margin: 0 auto 40px;
  }
}

.top-contribution {
  background-image: url(../../assets/images/top/contribution-bg.jpg);
  background-size: cover;
}
.top-contribution_container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.top-contribution_container::before {
  content: "";
  background-image: url(../../assets/images/top/profile.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 59vw;
  max-width: 874px;
  aspect-ratio: 485/215;
  position: absolute;
  top: -44%;
  right: 0%;
}
@media (max-width: 1023px) {
  .top-contribution_container::before {
    width: 100%;
    max-width: 589px;
    background-size: 100% 100%;
    aspect-ratio: 421/215;
    top: -16%;
    right: 0;
  }
}
.top-contribution_inr {
  width: 91.67%;
  gap: 56px;
  align-items: start !important;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  .top-contribution_inr {
    width: 100%;
    flex-direction: column;
    align-items: center !important;
    gap: 140px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .top-contribution_inr {
    gap: 120px;
  }
}
.top-contribution_img {
  width: 46.67%;
  position: relative;
}
@media (max-width: 1023px) {
  .top-contribution_img {
    width: 100%;
    margin: 0 auto;
  }
}
.top-contribution_name {
  width: 70.94%;
  position: absolute;
  bottom: -19%;
  right: 0;
}
@media (max-width: 1023px) {
  .top-contribution_name {
    bottom: -15%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .top-contribution_name {
    bottom: max(-24%, -96px);
  }
}
.top-contribution_name img {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .top-contribution_name img {
    margin-bottom: 16px;
  }
}
.top-contribution_name p {
  font-weight: 700;
  font-size: 24px;
  color: #5B6967;
}
.top-contribution_text {
  width: 49.09%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1023px) {
  .top-contribution_text {
    width: min(100% - 32px, 1024px);
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .top-contribution_text {
    gap: 16px;
  }
}
.top-contribution_text h2 {
  color: #5B6967;
  font-size: 36px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .top-contribution_text h2 {
    font-size: min(7.4666666667vw, 36px);
  }
}
.top-contribution_text p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .top-contribution_text p {
    font-size: min(4.2666666667vw, 18px);
  }
}
.top-contribution_text .btn-main {
  margin-left: auto;
}

.top-message_inr {
  overflow-x: hidden;
  padding-left: 60px;
}
@media screen and ((min-width: 1400px)) {
  .top-message_inr {
    padding-left: 0px;
  }
}
@media (max-width: 1023px) {
  .top-message_inr {
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
.top-message_text {
  width: 45.75%;
}
@media (max-width: 1023px) {
  .top-message_text {
    width: 100%;
  }
}
.top-message_text--wrapper {
  align-items: start !important;
  gap: 40px;
  margin-bottom: 40px;
  line-height: 200%;
}
@media (max-width: 1023px) {
  .top-message_text--wrapper {
    gap: 30px;
  }
}
.top-message_img {
  width: 54.17%;
}
@media (max-width: 1023px) {
  .top-message_img {
    width: 100%;
  }
}

.top-service {
  width: 100%;
  background-color: #F5F5F5;
}
@media (max-width: 1023px) {
  .top-service {
    overflow-x: hidden;
  }
}
.top-service_inr {
  justify-content: space-between;
  padding: 120px 0;
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
  position: relative;
  padding-left: 60px;
}
@media screen and ((min-width: 1400px)) {
  .top-service_inr {
    padding-left: 0px;
  }
}
@media (max-width: 1023px) {
  .top-service_inr {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 30px;
    padding-left: 0;
  }
}
.top-service_inr::before {
  content: "";
  background-image: url(../../assets/images/top/service-vine.png);
  background-size: cover;
  width: 286px;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 60%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .top-service_inr::before {
    left: 90%;
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .top-service_inr::before {
    background-image: url(../../assets/images/top/service-vine-sp.png);
    left: 90%;
    width: 30%;
    background-size: contain;
    opacity: 0.7;
  }
}
.top-service_contents {
  width: 53.3%;
  position: relative;
  z-index: 10;
  align-items: flex-start !important;
}
@media (max-width: 1023px) {
  .top-service_contents {
    width: fit-content;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start !important;
    text-align: left;
  }
}
.top-service_contents .title-main {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .top-service_contents .title-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .top-service_contents .title-main {
    margin-bottom: 0;
  }
}
.top-service_contents .btn-main {
  display: none;
}
@media (max-width: 1023px) {
  .top-service_contents .btn-main {
    display: flex;
  }
}
.top-service_block {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-service_block {
    margin-bottom: 60px;
  }
}
.top-service_block:nth-child(4) {
  margin: 0;
}
@media (max-width: 1023px) {
  .top-service_block:nth-child(4) {
    margin-bottom: 60px;
  }
}
.top-service_block--title {
  line-height: 1;
}
.top-service_block--title span {
  color: #fff;
  font-size: clamp(130px, 10.6vw, 153px);
  letter-spacing: -9.18px;
  font-weight: 600;
  font-style: italic;
}
@media (max-width: 767px) {
  .top-service_block--title span {
    font-size: min(26.6666666667vw, 120px);
  }
}
.top-service_block--title h3 {
  font-size: clamp(30px, 2.777vw, 40px);
  letter-spacing: 3.2px;
  color: #5B6967;
  transform: translateX(-30px);
}
@media (max-width: 1023px) {
  .top-service_block--title h3 {
    transform: translateX(-20px);
  }
}
@media (max-width: 767px) {
  .top-service_block--title h3 {
    font-size: min(5.6vw, 32px);
    transform: translateX(-10px);
  }
}
.top-service_block p {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
  font-size: clamp(24px, 1.9444vw, 28px);
}
@media (max-width: 767px) {
  .top-service_block p {
    font-size: min(5.6vw, 24px);
  }
}
.top-service_block p strong {
  display: inline-block;
  background-color: #F2FDCD;
}
.top-service_block p strong:first-child {
  margin-bottom: 10px;
}
.top-service_block ul {
  gap: 11px;
  align-items: start !important;
}
.top-service_block ul li {
  position: relative;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .top-service_block ul li {
    font-size: 14px;
  }
}
.top-service_block ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #33B371;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 767px) {
  .top-service_block ul li::before {
    top: 6px;
  }
}
.top-service_right {
  width: 38.68%;
  position: sticky;
  top: 100px;
  margin-right: 0;
  height: fit-content;
  align-self: flex-start;
  z-index: 1;
}
@media (max-width: 1023px) {
  .top-service_right {
    width: 100%;
    max-width: 557px;
    position: relative;
    margin: 0 auto;
    top: 0;
  }
}
.top-service_right img {
  width: 100%;
  height: auto;
}
.top-service_right .btn-main {
  display: flex;
  margin-left: auto;
  margin-top: 116px;
}
@media (max-width: 1023px) {
  .top-service_right .btn-main {
    display: none;
  }
}

.accomplishment .title-main {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .accomplishment .title-main {
    margin-bottom: 60px;
  }
}
.accomplishment-inr {
  align-items: end !important;
  padding-left: 60px;
}
@media screen and ((min-width: 1400px)) {
  .accomplishment-inr {
    padding-left: 0px;
  }
}
@media (max-width: 1023px) {
  .accomplishment-inr {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .accomplishment-inr {
    position: relative;
  }
}
.accomplishment-wrapper {
  width: 71.17%;
}
@media (max-width: 767px) {
  .accomplishment-wrapper {
    width: 94%;
  }
}
.accomplishment-wrapper p {
  display: inline-block;
  font-weight: 500;
  background-color: #F2FDCD;
  letter-spacing: 0.36px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .accomplishment-wrapper p {
    font-size: min(3.2vw, 16px);
    padding: 0 30% 0 2%;
  }
}
.accomplishment-wrapper p:nth-child(2) {
  margin-bottom: 24px;
}
.accomplishment-wrapper p:nth-child(3) {
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .accomplishment-wrapper p:nth-child(3) {
    margin-bottom: 20px;
  }
}
.accomplishment-img {
  width: 29.33%;
}
@media (max-width: 767px) {
  .accomplishment-img {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.accomplishment-contents {
  align-items: stretch !important;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 56px;
  padding-left: 60px;
}
@media screen and ((min-width: 1400px)) {
  .accomplishment-contents {
    padding-left: 0px;
  }
}
@media (max-width: 1023px) {
  .accomplishment-contents {
    gap: 40px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .accomplishment-contents {
    flex-direction: column;
    gap: 40px;
  }
}
.accomplishment-contents ul {
  flex: 1;
  padding: 40px;
  background-color: #EAF6F0;
  border-radius: 8px;
  font-weight: 500;
  color: #5B6967;
  align-items: start !important;
  gap: 11px;
}
@media (max-width: 1023px) {
  .accomplishment-contents ul {
    padding: 30px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .accomplishment-contents ul {
    padding: 26px;
  }
}
.accomplishment-contents ul li {
  padding-left: 16px;
  position: relative;
}
.accomplishment-contents ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #33B371;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
.accomplishment-banner {
  padding-left: 60px;
}
@media screen and ((min-width: 1400px)) {
  .accomplishment-banner {
    padding-left: 0px;
  }
}
@media (max-width: 1023px) {
  .accomplishment-banner {
    padding-left: 0;
  }
}

.aboutus-vision_inr {
  text-align: center;
  position: relative;
}
.aboutus-vision_inr::before {
  content: "";
  background-image: url(../../assets/images/aboutus/uedamethod.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 661px;
  aspect-ratio: 661/319;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .aboutus-vision_inr::before {
    top: 20%;
    background-size: 100% 100%;
  }
}
.aboutus-vision_inr span {
  display: inline-block;
  color: #33B371;
  font-weight: 900;
  margin-bottom: 12px;
}
.aboutus-vision_inr h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .aboutus-vision_inr h2 {
    margin-bottom: 24px;
    font-size: min(6.9333333333vw, 32px);
  }
}
.aboutus-vision_inr p {
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
}
@media (max-width: 767px) {
  .aboutus-vision_inr p {
    font-size: min(3.4666666667vw, 16px);
  }
}

.aboutus-works {
  background-color: #33B371;
  color: #fff;
  position: relative;
}
.aboutus-works::before {
  content: "";
  background-image: url(../../assets/images/aboutus/aboutus-works-img.png);
  background-size: cover;
  width: 55.35%;
  height: 100%;
  aspect-ratio: 797/948;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1440px) {
  .aboutus-works::before {
    width: 59%;
  }
}
@media (max-width: 1023px) {
  .aboutus-works::before {
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    background-image: url(../../assets/images/aboutus/aboutus-works-img-sp.png);
    aspect-ratio: 375/227;
  }
}
.aboutus-works_inr {
  width: 60%;
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .aboutus-works_inr {
    width: 100%;
    padding-top: 51vw;
  }
}
.aboutus-works_wrapper {
  align-items: start !important;
  gap: 32px;
}
.aboutus-works_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.aboutus-works h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  .aboutus-works h2 {
    font-size: min(3.22vw, 40px);
  }
}
@media (max-width: 767px) {
  .aboutus-works h2 {
    font-size: min(8.5333333333vw, 40px);
  }
}
.aboutus-works_text {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 64px;
}
@media (max-width: 1279px) {
  .aboutus-works_text {
    font-size: min(1.86vw, 24px);
  }
}
@media (max-width: 767px) {
  .aboutus-works_text {
    font-size: min(4.8vw, 22px);
  }
}
.aboutus-works_block h3 {
  display: inline-block;
  font-size: 20px;
  background-color: #fff;
  color: #33B371;
  margin-bottom: 8px;
  padding: 0px 6px 0px 4px;
  border-radius: 2px;
  line-height: 120%;
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  .aboutus-works_block h3 {
    font-size: min(4.8vw, 20px);
  }
}

.aboutus-solution {
  text-align: center;
}
.aboutus-solution_title {
  display: inline-block;
  color: #33B371;
  font-weight: 900;
  margin-bottom: 12px;
}
.aboutus-solution h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .aboutus-solution h2 {
    font-size: min(5.6vw, 30px);
  }
}
.aboutus-solution p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .aboutus-solution p {
    font-size: min(4.2666666667vw, 18px);
  }
}
.aboutus-solution_btn {
  justify-content: center;
  gap: 80px;
}
@media (max-width: 767px) {
  .aboutus-solution_btn {
    flex-direction: column;
    gap: 40px;
  }
}

.aboutus-company {
  background-color: #EAF6F0;
  padding: 96px 0;
  position: relative;
}
.aboutus-company::before {
  content: "";
  background-image: url(../../assets/images/aboutus/aboutus-company-img.png);
  background-size: cover;
  width: 59.38%;
  height: 100%;
  aspect-ratio: 855/574;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .aboutus-company::before {
    background-image: url(../../assets/images/aboutus/aboutus-company-img-sp.png);
    background-size: 100% 100%;
    aspect-ratio: 395/207;
    width: 100%;
    height: auto;
  }
}
.aboutus-company_inr {
  width: 43.33%;
}
@media (max-width: 1023px) {
  .aboutus-company_inr {
    width: 100%;
    padding-top: 38vw;
  }
}
@media (max-width: 767px) {
  .aboutus-company_inr {
    padding-top: 28vw;
    padding-top: 32vw;
  }
}
.aboutus-company_title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 64px;
}
.aboutus-company_titleEn {
  font-size: 18px;
  color: #33B371;
  font-weight: 900;
  margin-bottom: 12px;
}
.aboutus-company table {
  width: 100%;
  color: #5B6967;
}
.aboutus-company table tbody {
  align-items: start !important;
  gap: 24px;
}
.aboutus-company table tbody tr {
  width: 100%;
  gap: 24px;
  align-items: start !important;
}
@media (max-width: 767px) {
  .aboutus-company table tbody tr {
    flex-direction: column;
    gap: 6px;
  }
}
.aboutus-company table tbody tr th {
  width: 18.46%;
  min-width: 96px;
  font-weight: 700;
}
.aboutus-company table tbody tr td {
  width: 76.92%;
  font-weight: 500;
}

.service-heading_inr {
  position: relative;
}
.service-heading_inr::before {
  content: "";
  background-image: url(../../assets/images/service/problem.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 654px;
  height: 311px;
  position: absolute;
  top: -23%;
  right: 12%;
  z-index: -1;
}
@media (max-width: 1023px) {
  .service-heading_inr::before {
    width: 457px;
    height: 217px;
    top: -2%;
  }
}
@media (max-width: 767px) {
  .service-heading_inr::before {
    width: 327px;
    width: 261px;
    height: 155px;
    height: 124px;
    top: 7%;
    right: 0;
  }
}
.service-heading h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .service-heading h2 {
    font-size: min(7.4666666667vw, 32px);
  }
}
.service-heading_textTop {
  font-size: 18px;
  line-height: 220%;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .service-heading_textTop {
    font-size: min(4.2666666667vw, 18px);
    margin-bottom: 2rem;
  }
}

.service-main {
  margin-top: 130px;
  background-color: #33B371;
  padding: 160px 0;
  border-radius: 80px 80px 0px 0px;
}
@media (max-width: 1023px) {
  .service-main {
    margin-top: 100px;
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .service-main {
    margin-top: 80px;
    border-radius: 60px 60px 0px 0px;
    padding: 100px 0;
  }
}
.service-main_inr {
  gap: 52px;
}
@media (max-width: 767px) {
  .service-main_inr {
    gap: 40px;
  }
}
.service-main_block--title {
  font-size: 62px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 5px;
  color: #DBEAE3;
  text-align: right;
  transform: translateY(20px);
}
@media (max-width: 767px) {
  .service-main_block--title {
    font-size: min(10.1333333333vw, 58px);
    transform: translateY(12px);
  }
}
.service-main_block--inr {
  max-width: 800px;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 80px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-main_block--inr {
    padding: 40px 30px;
  }
}
.service-main_block--inr h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.2px;
  color: #33B371;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service-main_block--inr h3 {
    font-size: min(5.8666666667vw, 34px);
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .service-main_block--inr p {
    font-size: min(3.7333333333vw, 16px);
  }
}

.voice-banner {
  display: block;
  max-width: 1024px;
  margin: 80px auto 80px auto;
}
@media (max-width: 767px) {
  .voice-banner {
    margin: 60px auto 60px auto;
  }
}

.voice-story {
  overflow-x: hidden;
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 1023px) {
  .voice-story {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .voice-story {
    padding-bottom: 80px;
  }
}
.voice-story::after {
  content: "";
  background-image: url(../../assets/images/voice/astoryofchange.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 859px;
  aspect-ratio: 859/190;
  position: absolute;
  top: 38px;
  right: 20px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .voice-story::after {
    max-width: 601px;
    top: 76px;
  }
}
.voice-story h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .voice-story h2 {
    margin-bottom: 60px;
  }
}
.voice-story h2 span {
  font-size: 28px;
  color: #33B371;
  display: block;
  letter-spacing: 0;
}
.voice-story_contents {
  gap: 40px;
  align-items: start !important;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .voice-story_contents {
    margin-left: 0;
  }
}
.voice-story_inr {
  width: 100%;
  position: relative;
}
.voice-story_inr::before {
  content: "";
  width: 1px;
  height: 84%;
  background-color: #33B371;
  background-repeat: no-repeat;
  position: absolute;
  top: 70px;
  left: 8px;
}
@media (max-width: 1279px) {
  .voice-story_inr::before {
    height: 83%;
  }
}
@media (max-width: 1023px) {
  .voice-story_inr::before {
    left: 18px;
    height: 81.6%;
  }
}
@media (max-width: 767px) {
  .voice-story_inr::before {
    content: none;
  }
}
.voice-story_block {
  width: 100%;
  padding: 32px;
  border: 4px solid #33B371;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .voice-story_block {
    padding: 16px;
  }
}
.voice-story_block::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #33B371;
  border-radius: 50%;
  position: absolute;
  left: -54px;
}
@media (max-width: 1023px) {
  .voice-story_block::before {
    left: -45px;
  }
}
@media (max-width: 767px) {
  .voice-story_block::before {
    width: 14px;
    height: 14px;
    left: -30px;
    content: none;
  }
}
.voice-story_block--inr {
  gap: 24px;
  align-items: start !important;
}
.voice-story_blockGray {
  background-color: #F5F5F5;
}
.voice-story_blockGreen {
  background-color: #33B371;
}
.voice-story_blockDeco1::before {
  top: 64px;
}
@media (max-width: 767px) {
  .voice-story_blockDeco1::before {
    top: 42px;
  }
}
.voice-story_blockDeco2::before {
  top: 66px;
}
@media (max-width: 767px) {
  .voice-story_blockDeco2::before {
    top: 41px;
  }
}
.voice-story_blockDeco3::before {
  top: 66px;
}
@media (max-width: 767px) {
  .voice-story_blockDeco3::before {
    top: 41px;
  }
}
.voice-story_blockDeco4::before {
  top: 66px;
}
@media (max-width: 767px) {
  .voice-story_blockDeco4::before {
    top: 41px;
  }
}
.voice-story_block--wrapper {
  width: 100%;
  padding: 24px;
  border-radius: 16px;
  gap: 24px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .voice-story_block--wrapper {
    padding: 16px;
  }
}
.voice-story_block--wrapper h3 {
  color: #33B371;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .voice-story_block--wrapper h3 {
    white-space: wrap;
  }
}
.voice-story_block--wrapper p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .voice-story_block--wrapper p {
    font-size: min(4.2666666667vw, 18px);
  }
}
.voice-story_block--wrapper ul {
  margin-top: 12px;
}
.voice-story_block--wrapper ul li {
  padding-left: 16px;
  margin-bottom: 8px;
  position: relative;
}
.voice-story_block--wrapper ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #33B371;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
.voice-story_block--wrapper ul li:last-child {
  margin-bottom: 0;
}
.voice-story_block1--wrapper {
  align-items: start !important;
}
@media (max-width: 767px) {
  .voice-story_block1--wrapper {
    flex-direction: column;
  }
}
.voice-story_block1--wrapper h3 {
  width: 9.18%;
  min-width: 80px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .voice-story_block1--wrapper h3 {
    width: 100%;
  }
}
.voice-story_block1--wrapper p {
  width: 82.73%;
}
@media (max-width: 767px) {
  .voice-story_block1--wrapper p {
    width: 100%;
  }
}
.voice-story_block2--wrapper h3 {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 24px;
  background-color: #F2FDCD;
}
.voice-story_block3--wrapper {
  gap: 40px;
  align-items: start !important;
}
@media (max-width: 767px) {
  .voice-story_block3--wrapper {
    gap: 26px;
    flex-direction: column;
  }
}
.voice-story_block3--wrapper h3 {
  font-size: 20px;
  width: 12.73%;
  min-width: 112px;
}
@media (max-width: 767px) {
  .voice-story_block3--wrapper h3 {
    width: 100%;
  }
}
.voice-story_block3--wrapper__text {
  width: 77.27%;
}
@media (max-width: 767px) {
  .voice-story_block3--wrapper__text {
    width: 100%;
  }
}

.voice-post {
  background-color: #EAF6F0;
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .voice-post {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .voice-post {
    padding: 80px 0;
  }
}
.voice-post_ajax {
  gap: 56px;
}
.voice-post_cates {
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 64px;
}
.voice-post_cates--all {
  width: 100% !important;
  font-size: 18px;
  font-weight: 700;
  color: #33B371;
  border-radius: 4px;
  border: 2px solid #33B371;
  padding: 16px 12px;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .voice-post_cates--all {
    font-size: 16px;
    padding: 14px 10px;
  }
}
.voice-post_cates--main {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #33B371;
  flex-wrap: wrap;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1023px) {
  .voice-post_cates--main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .voice-post_cates--main {
    grid-template-columns: repeat(1, 1fr);
  }
}
.voice-post_cates--main li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 2px solid #33B371;
  padding: 16px 12px;
}
.voice-post_contents {
  gap: 56px;
  align-items: start !important;
}
.voice-post .active-voice {
  background-color: #33B371 !important;
  color: #fff !important;
}

.voice-block {
  width: 100%;
  gap: 40px;
  align-items: start !important;
  background-color: #fff;
  padding: 77px 40px 40px 40px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .voice-block {
    flex-direction: column;
    padding: 77px 20px 40px 20px;
  }
}
.voice-block_inr {
  width: 53.39%;
}
@media (max-width: 767px) {
  .voice-block_inr {
    width: 100%;
  }
}
.voice-block_cate {
  position: absolute;
  top: 16px;
  right: 0;
  padding: 8px 16px 8px 20px;
  border-radius: 4px 0px 0px 4px;
  background-color: #33B371;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
}
.voice-block_img {
  width: 42.37%;
  border-radius: 24px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 767px) {
  .voice-block_img {
    width: 100%;
  }
}
.voice-block h2 {
  font-size: 24px;
  letter-spacing: 0.048px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 3px solid #33B371;
}
.voice-block p {
  display: block;
  font-size: 14px;
  margin-bottom: 24px;
}
.voice-block_tag {
  flex-wrap: wrap;
  gap: 12px;
}
.voice-block_tag li {
  font-size: 14px;
  font-weight: 700;
  color: #33B371;
  background-color: #F5F5F5;
  padding: 8px 12px;
  border-radius: 90px;
  border: 1px solid #33B371;
  line-height: 1;
}

.mystory-profile {
  overflow-x: hidden;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .mystory-profile {
    padding: 60px 0;
  }
}
.mystory-profile_inr {
  gap: 88px;
  align-items: start !important;
}
@media (max-width: 1023px) {
  .mystory-profile_inr {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .mystory-profile_inr {
    flex-direction: column;
  }
}
.mystory-profile_img {
  width: 50.97%;
}
@media (max-width: 767px) {
  .mystory-profile_img {
    width: 90%;
  }
}
.mystory-profile_main {
  width: 34.58%;
}
@media (max-width: 1023px) {
  .mystory-profile_main {
    width: 44%;
  }
}
@media (max-width: 767px) {
  .mystory-profile_main {
    width: 100%;
    padding: 0 16px;
  }
}
.mystory-profile_main--head {
  color: #33B371;
  font-weight: 900;
  margin-bottom: 12px;
}
.mystory-profile_main h2 {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 8px;
}
.mystory-profile_main--name {
  font-size: 24px;
  color: #5B6967;
  margin-bottom: 56px;
}
.mystory-profile_main table {
  width: 100%;
}
.mystory-profile_main table tbody {
  align-items: start !important;
  gap: 16px;
}
.mystory-profile_main table tbody tr {
  width: 100%;
  gap: 10px;
}
.mystory-profile_main table tbody tr th {
  width: 20.08%;
  font-weight: 700;
  letter-spacing: 0.32px;
}
.mystory-profile_main table tbody tr td {
  width: 77%;
}

.mystory-history {
  width: min(100% - 32px, 1100px);
  margin: 0 auto;
  padding: 40px 80px;
  border-radius: 40px;
  border: 2px solid #33B371;
  background-color: #F5F5F5;
  position: relative;
}
@media (max-width: 767px) {
  .mystory-history {
    padding: 40px 20px;
  }
}
.mystory-history::before {
  content: "";
  background-image: url(../../assets/images/mystory/profile-deco.svg);
  background-size: 100% 100%;
  width: 120px;
  height: 119px;
  position: absolute;
  top: -64px;
  right: -60px;
}
@media (max-width: 1279px) {
  .mystory-history::before {
    right: -18px;
  }
}
@media (max-width: 767px) {
  .mystory-history::before {
    width: 60px;
    height: 59px;
    top: -36px;
    right: -16px;
  }
}
.mystory-history h2 {
  font-size: 24px;
  color: #33B371;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
.mystory-history p {
  line-height: 2;
  font-weight: 500;
}

.mystory-paststory {
  padding: min(4vw, 120px) 0;
  margin-left: 12%;
  position: relative;
  z-index: 3;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .mystory-paststory {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .mystory-paststory {
    padding: 0 0 min(190vw, 1200px);
    padding: 0 0 40px 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .mystory-paststory .container-1028 {
    width: 100%;
    padding-right: 16px;
  }
}
.mystory-paststory_head {
  font-size: 18px;
  color: #33B371;
  font-weight: 900;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .mystory-paststory_head {
    margin-top: 80px;
  }
}
.mystory-paststory h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .mystory-paststory h2 {
    font-size: min(5.3333333333vw, 32px);
    margin-bottom: min(6.4vw, 32px);
  }
}
.mystory-paststory_contents {
  align-items: start !important;
  gap: 40px;
}
@media (max-width: 767px) {
  .mystory-paststory_contents {
    gap: 16px;
    gap: min(4.27vw, 40px);
  }
}
.mystory-paststory_block {
  width: 100%;
  gap: 28px;
  justify-content: space-between;
  align-items: start !important;
  padding-bottom: 24px;
  border-bottom: 1px dashed #33B371;
}
@media (max-width: 767px) {
  .mystory-paststory_block {
    flex-direction: column;
    gap: 8px;
    gap: min(4.27vw, 40px);
  }
}
.mystory-paststory_block:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .mystory-paststory_block:last-child {
    border-bottom: 1px dashed #33B371;
  }
}
.mystory-paststory_block h3 {
  width: 14.9%;
  min-width: 152px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.mystory-paststory_block h3 span {
  padding: 0 4px;
  background-color: #33B371;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .mystory-paststory_block h3 span {
    font-size: min(4vw, 16px);
  }
}
.mystory-paststory_block p {
  width: 82.88%;
  font-size: 15px;
}
@media (max-width: 767px) {
  .mystory-paststory_block p {
    width: 100%;
  }
}

.mystory-dream {
  position: relative;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: calc(-1 * (100vw - 100%) / 2);
}
@media (max-width: 1023px) {
  .mystory-dream {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .mystory-dream {
    display: none;
  }
}
.mystory-dream_img {
  margin-top: 60px;
}
.mystory-dream_text {
  width: min(31.74vw, 457px);
  position: absolute;
  top: 34%;
  left: 78%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media (max-width: 1023px) {
  .mystory-dream_text {
    width: 100%;
    padding: 0 16px 0 14%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mystory-dream_text--inr h2 {
  font-size: 24px;
  letter-spacing: 0.48px;
  color: #33B371;
  padding-left: 8px;
  margin: 0 0 8px 64px;
  position: relative;
}
@media (max-width: 767px) {
  .mystory-dream_text--inr h2 {
    font-size: min(5.3333333333vw, 24px);
  }
}
.mystory-dream_text--inr h2::before {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #33B371;
  position: absolute;
  top: 50%;
  left: -64px;
  transform: translateY(-50%);
}
.mystory-dream_text--inr p {
  font-size: min(3.7333333333vw, 16px);
  font-weight: 500;
}

.mystory-dream_text-sp {
  display: block;
  display: none;
  width: 100%;
  z-index: 9;
  padding-bottom: -100%;
}
@media (max-width: 767px) {
  .mystory-dream_text-sp {
    display: block;
  }
}
.mystory-dream_text-sp .mystory-dream_text--inr-sp h2 {
  font-size: 24px;
  letter-spacing: 0.48px;
  color: #33B371;
  padding-left: 8px;
  margin: 0 0 8px 64px;
  position: relative;
}
@media (max-width: 767px) {
  .mystory-dream_text-sp .mystory-dream_text--inr-sp h2 {
    font-size: min(5.3333333333vw, 24px);
  }
}
.mystory-dream_text-sp .mystory-dream_text--inr-sp h2::before {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #33B371;
  position: absolute;
  top: 50%;
  left: -64px;
  transform: translateY(-50%);
}
.mystory-dream_text-sp .mystory-dream_text--inr-sp p {
  font-size: min(3.7333333333vw, 16px);
  padding: 0 16px 0 0;
}

.mystory-dream_img-sp {
  display: none;
}
@media (max-width: 767px) {
  .mystory-dream_img-sp {
    display: block;
    margin-top: 40px;
  }
}

.vine {
  position: relative;
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .vine {
    width: 100vw;
    overflow: visible;
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .vine-inr {
    display: flex;
    align-items: flex-start;
  }
}
.vine-inr_sp {
  display: none;
  position: sticky;
  top: 0;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .vine-inr_sp {
    display: block;
    margin-bottom: -26vw;
  }
}
.vine-inr_sp img {
  width: 86px;
}
.vine-main {
  flex-grow: 1;
}
.vine::before {
  content: "";
  background-image: url(../../assets/images/mystory/vine.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  max-height: 1512px;
  position: absolute;
  top: -100px;
  left: -1vw;
  z-index: 1;
}
@media (max-width: 1440px) {
  .vine::before {
    height: 80%;
  }
}
@media (max-width: 1023px) {
  .vine::before {
    height: 88%;
    max-height: none;
    top: -130px;
    left: -10.6vw;
  }
}
@media (max-width: 767px) {
  .vine::before {
    content: none;
  }
}

.contact {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .contact {
    padding: 100px 0;
  }
}
.contact-head {
  letter-spacing: 0.8px;
  margin-bottom: 64px;
  text-align: center;
}
.contact .privacypolicy {
  margin-top: 80px;
}
.contact .privacypolicy h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.contact .privacypolicy-inr {
  height: 284px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px;
  border: 1px solid #DCE3E0;
  margin-bottom: 64px;
}
.contact .privacypolicy ol > li {
  list-style: decimal;
  margin: 8px 8px 8px 16px;
  list-style-position: inside;
}
.contact .privacypolicy p {
  margin-bottom: 16px;
}
.contact .form-note {
  width: fit-content;
  align-items: start !important;
  gap: 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.contact .form-note p {
  margin: 0 auto;
}
.contact .form-note a {
  color: #00A0E9;
}

.mv-pages {
  background-color: #F5F5F5;
  border-radius: 48px;
  padding: 140px 0;
  width: min(100% - 32px, 1360px);
  margin: 136px auto 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .mv-pages {
    padding: 60px 0;
  }
}
.mv-pages::before {
  content: "";
  background-size: 100% 100%;
  width: 100%;
  aspect-ratio: 195/164;
  max-width: 195px;
  position: absolute;
  bottom: 0;
  right: 13%;
}
@media (max-width: 767px) {
  .mv-pages::before {
    max-width: 20vw;
    right: 8%;
  }
}
.mv-pages_aboutus::before {
  background-image: url(../../assets/images/cmn/mv-illust-aboutus.svg);
}
.mv-pages_service::before {
  background-image: url(../../assets/images/cmn/mv-illust-service.svg);
}
.mv-pages_voice::before {
  background-image: url(../../assets/images/cmn/mv-illust-voice.svg);
}
.mv-pages_mystory::before {
  background-image: url(../../assets/images/cmn/mv-illust-mystory.svg);
}
.mv-pages_contact::before {
  background-image: url(../../assets/images/cmn/mv-illust-contact.svg);
}
.mv-pages_inr {
  width: 75.29%;
  margin: 0 auto;
}
.mv-pages_title {
  font-size: 56px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mv-pages_title {
    font-size: 36px;
  }
}
.mv-pages_titleAbout {
  color: #F6AB00;
}
.mv-pages_titleService {
  color: #00A0E9;
}
.mv-pages_titleVoice {
  color: #33B371;
}
.mv-pages_titleMystory {
  color: #E84472;
}
.mv-pages_titleContact {
  background: linear-gradient(180deg, #F6AB00 0%, #E84472 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-top {
  background-color: #33B371;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 1279px) {
  .cta-top {
    padding-left: 60px;
  }
}
@media (max-width: 1023px) {
  .cta-top {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cta-top {
    padding: 60px 0;
  }
}
.cta-top h2 {
  font-size: 64px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cta-top h2 {
    font-size: 44px;
  }
}
.cta-top p {
  font-size: 28px;
  font-weight: 700;
  margin: 64px 0 86px;
}
@media (max-width: 767px) {
  .cta-top p {
    margin: 40px 0 60px;
    font-size: min(4.8vw, 24px);
  }
}
.cta-main {
  padding: 50px 0;
  text-align: center;
}
.cta-main h2 {
  font-size: 56px;
  font-weight: 600;
  color: #33B371;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .cta-main h2 {
    font-size: min(9.6vw, 42px);
  }
}
.cta-main p {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .cta-main p {
    margin-bottom: 60px;
    font-size: min(4.8vw, 22px);
  }
}

.service-slider-wrapper {
  overflow: hidden;
  width: 100%;
}
.service-slider-wrapper .swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear !important;
}
.service-slider-wrapper .swiper-slide,
.service-slider-wrapper .slide-static {
  width: auto;
}
.service-slider-wrapper .swiper-slide img,
.service-slider-wrapper .slide-static img {
  aspect-ratio: 493/293;
  object-fit: cover;
  width: 100%;
  display: block;
}
.service-slider-wrapper .pc-slider {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .service-slider-wrapper .pc-slider {
    display: none;
  }
}
.service-slider-wrapper .pc-static {
  display: flex;
  justify-content: center;
  gap: 0;
}
@media (max-width: 767px) {
  .service-slider-wrapper .pc-static {
    display: none;
  }
}
.service-slider-wrapper .pc-static img {
  max-width: 439px;
}
.service-slider-wrapper .sp-slider {
  display: none;
}
@media (max-width: 767px) {
  .service-slider-wrapper .sp-slider {
    display: block;
  }
}
.service-slider-wrapper .sp-static {
  display: none;
}
@media (max-width: 767px) {
  .service-slider-wrapper .sp-static {
    display: block;
  }
}

.voice-pagination {
  display: flex;
  justify-content: center;
  margin: 60px auto 0 auto;
  margin-top: 40px;
  text-align: center;
}
.voice-pagination ul, .voice-pagination .next, .voice-pagination .prev {
  background-color: transparent !important;
}

.voice-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 26px;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  background-color: #fff;
  color: #AEAEAE;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  line-height: 1;
  font-family: "Lato", sans-serif;
}

.voice-pagination .current {
  background-color: #33B371;
  color: #fff;
}

.pager-prev,
.pager-next {
  display: inline-block;
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}

.pager-prev {
  background-image: url("../../assets/images/voice/arrow-left.svg");
}

.pager-next {
  background-image: url("../../assets/images/voice/arrow-right.svg");
}

.form-group {
  margin-bottom: 32px;
}
.form-group .wpcf7-form-control-wrap {
  width: 100%;
}
.form-group .wpcf7-list-item {
  margin: 0;
}
.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.16px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .form-group input,
  .form-group textarea {
    padding: 12px;
  }
}
.form-group textarea {
  width: 100%;
  height: 262px;
  resize: vertical;
  resize: none;
}

input::placeholder,
textarea::placeholder {
  color: rgba(1, 23, 34, 0.5);
}

.required {
  display: inline-block;
  background-color: #F6AB00;
  color: #fff;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 2px;
  margin-left: 8px;
  line-height: 1;
  vertical-align: middle;
}

.radio {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
}
.radio .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.radio .wpcf7-list-item input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid #AEAEAE;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.radio .wpcf7-list-item input[type=radio]::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #33B371;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}
.radio .wpcf7-list-item input[type=radio]:checked::before {
  opacity: 1;
}
.radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.form-group .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group .wpcf7-checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 16px;
}
.form-group .wpcf7-checkbox label input[type=checkbox] {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  flex-shrink: 0;
  padding: 0;
  cursor: pointer;
}
.form-group .wpcf7-checkbox label input[type=checkbox]:checked {
  background-color: #33B371;
  padding: 0 !important;
}
.form-group .wpcf7-checkbox label input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  pointer-events: none;
}

input[type=submit] {
  background: linear-gradient(270deg, #F6AB00 0%, #E84472 100%);
  display: block;
  width: 100%;
  max-width: 426px;
  margin: 16px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1;
  text-align: center;
  padding: 18px 40px;
  border-radius: 8px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #0056b3;
}

.wpcf7-spinner {
  display: none;
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}

.title-main span {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  color: #5B6967;
  display: block;
}
.title-main h2 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.64px;
  color: #33B371;
}
@media (max-width: 767px) {
  .title-main h2 {
    font-size: min(9.6vw, 64px);
  }
}
.title-main_accomplishment {
  display: block;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 24px !important;
  color: #5B6967;
}
@media (max-width: 767px) {
  .title-main_accomplishment {
    font-size: min(4vw, 30px);
    margin-bottom: 18px !important;
  }
}
.title-main_accomplishment span {
  width: 6.88%;
  height: 1px;
  background-color: #5B6967;
  margin-right: 12px;
}

.title-main_deco {
  display: inline-block !important;
}

.btn-main {
  width: 315px;
  height: 74px;
  justify-content: center;
  gap: 24px;
  background: linear-gradient(90deg, #33B371 0%, #33B371 66.76%, #5CB6DF 100%);
  border-radius: 40px;
}
.btn-main_inr {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.btn-main_inr span {
  display: block;
  font-weight: 800;
  line-height: 1;
}
.btn-main img {
  max-width: 31px;
  transition: all 0.5s 0s ease;
}
.btn-main:hover img {
  transform: translateX(6px);
}
.btn-ctaTop {
  width: 420px;
  height: 75px;
  margin: 0 auto;
  justify-content: center;
  background-color: #fff;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #e84472, #f6ab00) border-box;
  border: 4px solid transparent;
}
@media (max-width: 767px) {
  .btn-ctaTop {
    width: 294px;
    height: 52px;
    font-size: 16px;
  }
}
.btn-ctaMain {
  border: 2px solid transparent !important;
  border-radius: 16px !important;
}

.container-1200 {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
}

.container-1028 {
  width: min(100% - 32px, 1028px);
  margin: 0 auto;
}

.container-1024 {
  width: min(100% - 32px, 1024px);
  margin: 0 auto;
}

.container-800 {
  width: min(100% - 32px, 800px);
  margin: 0 auto;
}

.animation-fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.animation-fade.inview {
  opacity: 1;
  visibility: visible;
}

.animation-fadeBottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.animation-fadeBottom.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.animation-fadeLeft {
  opacity: 0;
  visibility: hidden;
  transform: translateX(80px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.animation-fadeLeft.inview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.animation-fadeRight {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-80px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.animation-fadeRight.inview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.animation-bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.animation-bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 0.8s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation-bgLRextend {
  display: inline-block;
}

/*左から右*/
.animation-bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.animation-bgappearTrigger,
.animation-bgLRextendTrigger {
  opacity: 0;
}

.animation-line {
  overflow: hidden;
  position: relative;
}
.animation-line:before, .animation-line:after {
  background: #fff;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.animation-line::before {
  inset: 49% 0 0 0;
}

.animation-line::after {
  inset: 0 0 49% 0;
}

.animation-line_wrap::before,
.animation-line_wrap::after {
  animation: 0.5s cubic-bezier(0.04, 0.9, 0.94, 0.5) forwards;
  animation-delay: 0.5s;
}

.animation-line_wrap::before {
  animation-name: img-wrap-before;
}

.animation-line_wrap::after {
  animation-name: img-wrap-after;
}

@keyframes img-wrap-before {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-wrap-after {
  100% {
    transform: translateX(-100%);
  }
}
.a-type span {
  display: inline;
}

.scroll-nav {
  position: fixed;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
@media (max-width: 1023px) {
  .scroll-nav {
    display: none;
  }
}
.scroll-nav .section-title {
  font-size: 16px;
  margin-bottom: 20px;
  transition: all 0.3s;
  writing-mode: vertical-rl;
  color: #97A89F;
}
.scroll-nav .line {
  width: 1px;
  height: 120px;
  background: #97A89F;
  margin-bottom: 20px;
}
.scroll-nav .dots {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.scroll-nav .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  transition: all 0.4s;
}
.scroll-nav .icon {
  margin-top: 20px;
}
.scroll-nav .icon img {
  width: 68px;
}/*# sourceMappingURL=style.css.map */