:root {
  --color-white: #FFFFFF;
  --color-black: #22282a;
  --color-gray: #F0F0F0;
  --color-base: #f9fcf2;
  --color-main: #7cb4f1;
  --color-text: #677376;
  --color-main-dark: #229C2A;
  --color-accent: #222e0a;
  --grad-ver1: linear-gradient(135deg, #ffe29f, #a8e063);
  --grad-ver2: linear-gradient(135deg, #ffc107, #8bc34a);
  --font-main: "ryo-gothic-plusn", sans-serif;
  --font-serif: "shippori-mincho", sans-serif;
}

/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: "tsukuhou";
  src: url("../font/Tsukuhou-35Point-Gothic.ttf") format("truetype");
}
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.topHero_section {
  width: 100%;
}
.topHero_section .sectionInner {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 320px) {
  .topHero_gallery {
    margin-top: calc(6.4rem + 20px);
  }
}
@media screen and (min-width: 600px) {
  .topHero_gallery {
    margin-top: calc(7.4rem + 32px);
  }
}
@media screen and (min-width: 1025px) {
  .topHero_gallery {
    margin-top: calc(11.4rem + 32px);
  }
}

@media screen and (min-width: 320px) {
  .topHero_galleryItem {
    width: 32rem;
    margin-right: 16px;
  }
}
@media screen and (min-width: 600px) {
  .topHero_galleryItem {
    width: 54rem;
    margin-right: 16px;
  }
}
.topHero_galleryItem .imgWrapper {
  padding-bottom: 84.44%;
}

.topHero_copy {
  position: relative;
  z-index: 1;
  mix-blend-mode: difference;
}
@media screen and (min-width: 320px) {
  .topHero_copy {
    padding: 0 5vw;
    margin-top: -2.8rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_copy {
    padding: 0 5vw;
    margin-top: -6.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topHero_copy {
    padding: 0 5vw;
    margin-top: -16.5rem;
  }
}

.topHero_copyInner {
  position: relative;
}

.topHero_copyTitle {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.24;
  color: var(--color-white);
}
@media screen and (min-width: 320px) {
  .topHero_copyTitle {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_copyTitle {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .topHero_copyTitle {
    font-size: 14rem;
  }
}

.topHero_copySub {
  margin: 24px 0 16px;
}
@media screen and (min-width: 320px) {
  .topHero_copySub {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_copySub {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topHero_copySub {
    font-size: 2.8rem;
  }
}

.topHero_coptDesc {
  line-height: 1.82;
}
@media screen and (min-width: 320px) {
  .topHero_coptDesc {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_coptDesc {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .topHero_coptDesc {
    font-size: 2.4rem;
  }
}

.topHero_copyEn {
  font-family: var(--font-serif);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 320px) {
  .topHero_copyEn {
    display: none;
    font-size: 1.6rem;
    bottom: -4rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_copyEn {
    display: block;
    font-size: 1.6rem;
    bottom: -4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topHero_copyEn {
    font-size: 4rem;
    bottom: -14rem;
  }
}

.topHero_news {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  .topHero_news {
    padding: 0 2.5vw 10rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 600px) {
  .topHero_news {
    position: relative;
    padding: 0 2.5vw 20rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .topHero_news {
    position: absolute;
    padding: 0 2.5vw 20rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 20rem;
  }
}

.topHero_newsContainer {
  background: var(--color-white);
  border-radius: 8px;
  -webkit-box-shadow: 0 24px -16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 24px -16px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 320px) {
  .topHero_newsContainer {
    padding: 24px;
  }
}
@media screen and (min-width: 600px) {
  .topHero_newsContainer {
    padding: 24px;
  }
}
@media screen and (min-width: 320px) {
  .topHero_newsContainer {
    width: 61.4rem;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 600px) {
  .topHero_newsContainer {
    width: 61.4rem;
    margin: 0 0 0 auto;
  }
}

.topHero_newsHead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .topHero_newsHead {
    display: none;
    gap: 32px;
  }
}
@media screen and (min-width: 600px) {
  .topHero_newsHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

.topHero_newsHeadEn {
  opacity: 0.64;
}
@media screen and (min-width: 320px) {
  .topHero_newsHeadEn {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_newsHeadEn {
    font-size: 1.6rem;
  }
}

.topHero_newsHeadDots {
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .topHero_newsHeadDots {
    gap: 16px;
  }
}
@media screen and (min-width: 600px) {
  .topHero_newsHeadDots {
    gap: 16px;
  }
}

.topHero_newsHeadDot {
  cursor: pointer;
  opacity: 0.4;
}
.topHero_newsHeadDot span {
  display: block;
  background: var(--color-text);
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  .topHero_newsHeadDot span {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_newsHeadDot span {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.topHero_newsHeadDot.is-active {
  opacity: 1;
}

.topHero_newsList {
  width: auto !important;
}
@media screen and (min-width: 320px) {
  .topHero_newsList {
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  .topHero_newsList {
    padding: 16px 0 0 0;
  }
}

.topHero_newsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .topHero_newsLink {
    font-size: 1.4rem;
    gap: 4px;
    padding-right: 8rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_newsLink {
    font-size: 1.8rem;
    gap: 24px;
    padding-right: 8rem;
  }
}
.topHero_newsLink p {
  text-decoration: underline;
}

.topHero_newsArrows {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.topHero_newsArrows svg {
  display: block;
  fill: var(--color-text);
}
@media screen and (min-width: 320px) {
  .topHero_newsArrows svg {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_newsArrows svg {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.topHero_newsArrow svg {
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
.topHero_newsArrow:hover svg {
  opacity: 0.64;
  -webkit-transform: scale(1.24);
          transform: scale(1.24);
}

@media screen and (min-width: 320px) {
  .topAbout_section {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout_section {
    margin-top: 20rem;
  }
}
.topAbout_section .sectionInner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .topAbout_section .sectionInner {
    padding: 0 5vw 128px;
    margin-top: -14rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_section .sectionInner {
    padding: 0 5vw 128px;
    margin-top: -14rem;
  }
}

.topAbout_slider {
  opacity: 0.1;
}

@media screen and (min-width: 320px) {
  .topAbout_sliderItem.img {
    width: 20rem;
    margin-right: 16px;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_sliderItem.img {
    width: 32rem;
    margin-right: 16px;
  }
}
.topAbout_sliderItem.txt {
  font-style: oblique;
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .topAbout_sliderItem.txt {
    width: 60rem;
    font-size: 8rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_sliderItem.txt {
    width: 90rem;
    font-size: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout_sliderItem.txt {
    width: 122rem;
    font-size: 16rem;
  }
}
@media screen and (min-width: 320px) {
  .topAbout_sliderItem.txt.lg {
    width: 90rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_sliderItem.txt.lg {
    width: 140rem;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout_sliderItem.txt.lg {
    width: 172rem;
  }
}

.topAbout_sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1025px) {
  .topAbout_sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 320px) {
  .topAbout_headArea,
  .topAbout_bodyArea {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_headArea,
  .topAbout_bodyArea {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout_headArea,
  .topAbout_bodyArea {
    width: 50%;
  }
}

.topAbout_headInner {
  position: sticky;
  top: 28.4rem;
}

.topAbout_copy {
  font-family: var(--font-serif);
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 320px) {
  .topAbout_copy {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_copy {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout_copy {
    font-size: 9.6rem;
  }
}

@media screen and (min-width: 320px) {
  .topAbout_en {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_en {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout_en {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 320px) {
  .topAbout_bodyArea {
    padding: 4rem 5vw 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_bodyArea {
    padding: 10rem 5vw 0 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout_bodyArea {
    padding: 33rem 5vw 0 5vw;
  }
}

.topAbout_desc {
  line-height: 1.84;
}
@media screen and (min-width: 320px) {
  .topAbout_desc {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_desc {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout_desc {
    font-size: 2.2rem;
  }
}

.topAbout_philosophy {
  background: var(--color-white);
  border-radius: 16px;
  padding: 32px;
  margin-top: 64px;
}

.topAbout_philoTitle {
  font-family: var(--font-serif);
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 320px) {
  .topAbout_philoTitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_philoTitle {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout_philoTitle {
    font-size: 3.6rem;
  }
}

.topAbout_philoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.topAbout_philoItem:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (min-width: 320px) {
  .topAbout_philoItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 16px;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_philoItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.topAbout_philoIcon {
  position: relative;
  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;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topAbout_philoIcon {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_philoIcon {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout_philoIcon {
    width: 12rem;
    height: 12rem;
  }
}
.topAbout_philoIcon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: var(--grad-ver1);
}
.topAbout_philoIcon svg,
.topAbout_philoIcon img {
  position: relative;
  z-index: 1;
  display: block;
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.topAbout_philkoDesc {
  opacity: 0.72;
}
@media screen and (min-width: 320px) {
  .topAbout_philkoDesc {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_philkoDesc {
    width: calc(100% - 12rem - 32px);
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout_philkoDesc {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 320px) {
  .topService_section .sectionInner {
    padding: 0 5vw 80px;
  }
}
@media screen and (min-width: 600px) {
  .topService_section .sectionInner {
    padding: 80px 5vw;
  }
}
.topService_section .topAbout_headArea {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .topService_section .topAbout_headArea {
    text-align: right;
  }
}
@media screen and (min-width: 600px) {
  .topService_section .topAbout_headArea {
    text-align: right;
  }
}

@media screen and (min-width: 320px) {
  .topService_list {
    padding: 72px 2.5vw 0;
  }
}
@media screen and (min-width: 600px) {
  .topService_list {
    padding: 96px 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .topService_list {
    padding: 128px 10vw 0;
  }
}

.topService_listWrapper {
  display: grid;
}
@media screen and (min-width: 320px) {
  .topService_listWrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (min-width: 600px) {
  .topService_listWrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .topService_listWrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.topService_listItem,
.topFeature_listItem {
  background: var(--color-white);
  border-radius: 24px;
}
@media screen and (min-width: 320px) {
  .topService_listItem,
  .topFeature_listItem {
    padding: 16px;
  }
}
@media screen and (min-width: 600px) {
  .topService_listItem,
  .topFeature_listItem {
    padding: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .topService_listItem,
  .topFeature_listItem {
    padding: 32px;
  }
}

.topService_listLink {
  display: block;
}

.topService_listImg .imgWrappe,
.topFeature_listImg .imgWrappe {
  padding-bottom: 35%;
}

.topService_listTitle,
.topFeature_listTitle {
  text-align: center;
}
@media screen and (min-width: 320px) {
  .topService_listTitle,
  .topFeature_listTitle {
    font-size: 1.6rem;
    margin: 32px 0 24px;
  }
}
@media screen and (min-width: 600px) {
  .topService_listTitle,
  .topFeature_listTitle {
    font-size: 2rem;
    margin: 32px 0 24px;
  }
}
@media screen and (min-width: 1025px) {
  .topService_listTitle,
  .topFeature_listTitle {
    font-size: 2.6rem;
    margin: 32px 0 24px;
  }
}

.topService_listDesc,
.topFeature_listDesc {
  opacity: 0.72;
}
@media screen and (min-width: 320px) {
  .topService_listDesc,
  .topFeature_listDesc {
    font-size: 1.4rem;
    padding: 0 8px 8px;
  }
}
@media screen and (min-width: 600px) {
  .topService_listDesc,
  .topFeature_listDesc {
    font-size: 1.4rem;
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 1025px) {
  .topService_listDesc,
  .topFeature_listDesc {
    font-size: 1.8rem;
    padding: 0 24px 24px;
  }
}

@media screen and (min-width: 320px) {
  .topFeature_section {
    margin-top: 128px;
  }
}
@media screen and (min-width: 600px) {
  .topFeature_section {
    margin-top: 128px;
  }
}
@media screen and (min-width: 320px) {
  .topFeature_section .sectionInner {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .topFeature_section .sectionInner {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .topFeature_section .sectionInner {
    padding: 0 5vw;
  }
}
.topFeature_section .topAbout_headArea {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .topFeature_section .topAbout_desc {
    padding: 64px 5vw;
  }
}
@media screen and (min-width: 600px) {
  .topFeature_section .topAbout_desc {
    padding: 0 0 0 calc(50% + 5vw);
  }
}

.topFeature_mv {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
          mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (min-width: 320px) {
  .topFeature_mv {
    margin: 64px 0 0;
  }
}
@media screen and (min-width: 600px) {
  .topFeature_mv {
    margin: 64px 0 0;
  }
}
@media screen and (min-width: 320px) {
  .topFeature_mv .imgWrapper {
    border-radius: 32px 32px 0 0;
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 600px) {
  .topFeature_mv .imgWrapper {
    border-radius: 64px 64px 0 0;
    padding-bottom: 50%;
  }
}

.topFeature_list {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .topFeature_list {
    margin: -6rem auto 0;
    width: 80%;
  }
}
@media screen and (min-width: 600px) {
  .topFeature_list {
    width: 80%;
    margin: -10rem auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .topFeature_list {
    margin-top: -32rem;
  }
}

.topFeature_listWrapper {
  display: grid;
}
@media screen and (min-width: 320px) {
  .topFeature_listWrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media screen and (min-width: 600px) {
  .topFeature_listWrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .topFeature_listWrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media screen and (min-width: 600px) {
  .topFeature_listItem:nth-child(2) {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFeature_listItem:nth-child(2) {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 600px) {
  .topFeature_listItem:nth-child(3) {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFeature_listItem:nth-child(3) {
    margin-top: 12rem;
  }
}

.topFeature_listImg {
  margin: 24px auto 0;
}
@media screen and (min-width: 320px) {
  .topFeature_listImg {
    width: 6rem;
  }
}
@media screen and (min-width: 600px) {
  .topFeature_listImg {
    width: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFeature_listImg {
    width: 10rem;
  }
}
.topFeature_listImg .imgWrapper {
  height: auto;
  padding-bottom: 0;
  background: none;
  border-radius: 0;
}
.topFeature_listImg .imgWrapper img {
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 320px) {
  .topMessage_section .sectionInner {
    padding: 128px 5vw 0;
  }
}
@media screen and (min-width: 600px) {
  .topMessage_section .sectionInner {
    padding: 128px 5vw 0;
  }
}

.topMessage_body {
  display: grid;
}
@media screen and (min-width: 320px) {
  .topMessage_body {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 64px 5vw;
  }
}
@media screen and (min-width: 600px) {
  .topMessage_body {
    grid-template-columns: 1fr;
    gap: 56px;
    padding: 64px 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .topMessage_body {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    padding: 64px 5vw;
  }
}

.topMessage_block p {
  line-height: 1.84;
  opacity: 0.72;
}
@media screen and (min-width: 320px) {
  .topMessage_block p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topMessage_block p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topMessage_block p {
    font-size: 2.2rem;
  }
}

.topMessage_name {
  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;
  margin-top: 48px;
}
@media screen and (min-width: 320px) {
  .topMessage_name {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topMessage_name {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topMessage_name {
    font-size: 1.6rem;
  }
}
.topMessage_name span {
  display: inline-block;
}
.topMessage_name span:last-child {
  font-family: var(--font-serif);
  font-size: 200%;
  margin-top: 4px;
}

.topMessage_k_img {
  border-radius: 32px;
}

.topMessage_nameArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
}
.topMessage_nameArea .imgWrapper {
  width: 6rem;
  height: 6rem;
}
@media screen and (min-width: 1025px) {
  .topMessage_nameArea .imgWrapper {
    width: 12rem;
    height: 12rem;
  }
}
.topMessage_nameArea .imgWrapper img {
  border-radius: 50%;
}

@media screen and (min-width: 320px) {
  .topCompany_section .sectionInner {
    padding: 128px 5vw 0;
  }
}
@media screen and (min-width: 600px) {
  .topCompany_section .sectionInner {
    padding: 128px 5vw 0;
  }
}

.topCompany_body {
  display: grid;
}
@media screen and (min-width: 320px) {
  .topCompany_body {
    grid-template-columns: 1fr;
    gap: 64px;
    margin-top: 64px;
    padding: 0 0 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .topCompany_body {
    grid-template-columns: 1fr;
    gap: 64px;
    margin-top: 64px;
    padding: 0 0 0 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .topCompany_body {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    margin-top: 64px;
    padding: 0 0 0 5vw;
  }
}
.topCompany_body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  padding-top: 32px;
  border-top: solid 1px;
}
@media screen and (min-width: 320px) {
  .topCompany_body dl {
    font-size: 1.4rem;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 600px) {
  .topCompany_body dl {
    font-size: 1.4rem;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .topCompany_body dl {
    font-size: 1.8rem;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.topCompany_body dl:first-child {
  margin-top: 0;
}
.topCompany_body dl:last-child {
  padding-bottom: 32px;
  border-bottom: solid 1px;
}
.topCompany_body dt {
  width: 25%;
}
.topCompany_body dd {
  width: 70%;
}

.topNews_section {
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topNews_section .sectionInner {
    padding: 164px 0 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .topNews_section .sectionInner {
    padding: 164px 0 0 5vw;
  }
}
@media screen and (min-width: 320px) {
  .topNews_section .topService_list {
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 600px) {
  .topNews_section .topService_list {
    padding: 64px 0 0;
  }
}
.topNews_section .topService_listWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 320px) {
  .topContact_section {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 600px) {
  .topContact_section {
    padding: 164px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .topContact_section {
    padding: 164px 0 0;
  }
}

.contactBody {
  background: var(--color-white);
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .contactBody {
    width: 90vw;
    padding: 22px 2vw;
    border-radius: 24px;
  }
}
@media screen and (min-width: 600px) {
  .contactBody {
    width: 80vw;
    padding: 22px 2vw;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .contactBody {
    width: 80vw;
    padding: 44px 2vw;
    border-radius: 64px;
  }
}

.contactForm {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 64px;
}
@media screen and (min-width: 320px) {
  .contactForm {
    padding: 32px 24px 64px;
  }
}
@media screen and (min-width: 1025px) {
  .contactForm {
    padding: 32px 24px 64px;
  }
}
.contactForm .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topContact_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  gap: 8px;
}
@media screen and (min-width: 320px) {
  .topContact_copy {
    text-align: center;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topContact_copy {
    text-align: left;
    font-size: 4rem;
  }
}
.topContact_copy svg {
  stroke: #87b828;
  stroke-width: 2;
}

.readMore {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1rem;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 320px) {
  .readMore {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .readMore {
    font-size: 2rem;
  }
}
.readMore .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #222e0a;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .readMore .icon {
    width: 4rem;
    height: 4rem;
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .readMore .icon {
    width: 6rem;
    height: 6rem;
    margin-left: 3.5rem;
  }
}
.readMore .icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: var(--grad-ver2);
  opacity: 0;
  -webkit-transform: scale(0.35);
          transform: scale(0.35);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
.readMore .iconSvg {
  position: relative;
  z-index: 1;
  display: block;
  stroke: var(--color-base);
  width: 45%;
  height: 45%;
}
.readMore:hover {
  text-decoration: none;
}
.readMore:hover .icon::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.readMore:hover .iconSvg {
  stroke: white;
  -webkit-animation: goArrow 600ms ease both;
          animation: goArrow 600ms ease both;
}

.contactDefList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.inputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 320px) {
  .contactDefTitle {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactDefTitle {
    font-size: 1.8rem;
  }
}

.contactDefItem {
  width: 100%;
}

.inputItem {
  width: 100%;
  background: var(--color-base);
  border: solid 1px #a0a0a0;
}
@media screen and (min-width: 320px) {
  .inputItem {
    font-size: 1.3rem;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .inputItem {
    font-size: 2.4rem;
    padding: 2rem 3rem;
    border-radius: 2rem;
  }
}

.thanksMessage {
  line-height: 2.2;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .thanksMessage {
    font-size: 1.5rem;
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .thanksMessage {
    font-size: 2rem;
    padding: 5rem 0;
  }
}
@media screen and (min-width: 320px) {
  .thanksMessage .pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .thanksMessage .pc {
    display: block;
  }
}

.process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding: 16px 0;
}
.process li {
  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;
  gap: 4px;
  font-weight: 700;
}
.process li.isActive .num {
  color: #FFFFFF;
  background: #222e0a;
}
.process li.isActive .text {
  color: #222e0a;
}
.process .num {
  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;
  border-radius: 50%;
  color: #222e0a;
  background: rgba(34, 46, 10, 0.25);
}
@media screen and (min-width: 320px) {
  .process .num {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .process .num {
    width: 6.2rem;
    height: 6.2rem;
    font-size: 1.8rem;
  }
}
.process .text {
  color: rgba(34, 46, 10, 0.6);
}
@media screen and (min-width: 320px) {
  .process .text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .process .text {
    font-size: 2rem;
  }
}

.telfax {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 64px;
}
@media screen and (min-width: 320px) {
  .telfax {
    padding: 32px 24px;
  }
}
@media screen and (min-width: 1025px) {
  .telfax {
    padding: 32px 24px;
  }
}
.telfax h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (min-width: 320px) {
  .telfax h2 {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .telfax h2 {
    font-size: 2rem;
    text-align: left;
  }
}
.telfax h2 svg {
  stroke: #87b828;
  stroke-width: 2;
}
.telfax .dlWrapper {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 320px) {
  .telfax .dlWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .telfax .dlWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.telfax dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--color-base);
  border-radius: 16px;
}
@media screen and (min-width: 320px) {
  .telfax dl {
    font-size: 2.4rem;
    padding: 24px 0;
  }
}
@media screen and (min-width: 1025px) {
  .telfax dl {
    font-size: 3.2rem;
    padding: 24px 0;
  }
}
.telfax dt {
  font-size: 75%;
  margin-right: 8px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.telfax dd {
  padding-right: 24px;
}
.telfax a {
  text-decoration: underline;
}
.telfax a:hover {
  text-decoration: none;
}/*# sourceMappingURL=top.css.map */