@charset "UTF-8";
:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-gray: #f7f7f7;
  --color-base: #ffffff;
  --color-main: #000000;
  --color-text: #000000;
  --grad-ver1: linear-gradient(90deg, #ffffff, #7f7f7f);
  --font-main: "ryo-gothic-plusn", sans-serif;
  --font-serif: "shippori-mincho", sans-serif;
  --font-en: "helvetica-lt-pro", 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%);
  }
}
.sectionInner {
  position: relative;
}
@media screen and (min-width: 320px) {
  .sectionInner {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .sectionInner {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .sectionInner {
    padding: 0 2.5vw;
  }
}

.sectionTitle {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 320px) {
  .sectionTitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionTitle {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .sectionTitle {
    font-size: 5rem;
  }
}

.title_en {
  font-family: var(--font-en);
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .title_en {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .title_en {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .title_en {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 320px) {
  .title_ja {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  .title_ja {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .title_ja {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

p {
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-black);
}
@media screen and (min-width: 320px) {
  p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  p {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  h3 {
    font-size: 2.4rem;
  }
}

.topHeroection {
  background: var(--color-white);
  padding: 10rem 0;
}
@media screen and (min-width: 320px) {
  .topHeroection {
    padding: 5rem 0 8rem;
  }
}
@media screen and (min-width: 600px) {
  .topHeroection {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .topHeroection {
    padding: 10rem 0;
  }
}

.topHeroectionInner {
  padding: 0;
}

@media screen and (min-width: 320px) {
  .topHeroCopy {
    padding: 0 5vw;
    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;
  }
}
@media screen and (min-width: 600px) {
  .topHeroCopy {
    padding: 0 5vw 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .topHeroCopy {
    padding: 0 5vw 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: left;
  }
}

.topHeroCopyDesc {
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-black);
}
@media screen and (min-width: 320px) {
  .topHeroCopyDesc {
    font-size: 1.2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 600px) {
  .topHeroCopyDesc {
    font-size: 1.2rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (min-width: 1025px) {
  .topHeroCopyDesc {
    font-size: 1.8rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.topHeroCopyTitle {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--font-serif);
}
@media screen and (min-width: 320px) {
  .topHeroCopyTitle {
    padding-right: 0;
    font-size: 2.4rem;
    margin-top: 0;
    padding-bottom: 6rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 600px) {
  .topHeroCopyTitle {
    padding-right: 3rem;
    font-size: 3.6rem;
    padding-bottom: 0;
    margin-top: 3rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (min-width: 1025px) {
  .topHeroCopyTitle {
    padding-right: 5rem;
    font-size: 4.8rem;
    padding-bottom: 0;
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.topHeroCopyTitle span {
  position: absolute;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  display: inline-block;
  font-family: var(--font-en);
}
@media screen and (min-width: 320px) {
  .topHeroCopyTitle span {
    font-size: 0.9rem;
    bottom: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .topHeroCopyTitle span {
    font-size: 1rem;
    bottom: -5rem;
    right: 0rem;
    left: auto;
  }
}
@media screen and (min-width: 1025px) {
  .topHeroCopyTitle span {
    font-size: 1.4rem;
    right: -5rem;
    bottom: 0;
    left: auto;
  }
}

@media screen and (min-width: 320px) {
  .topHeroImg {
    margin-top: 3rem;
    width: 100%;
  }
  .topHeroImg img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 600px) {
  .topHeroImg {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .topHeroImg {
    width: 100%;
  }
}

.topAboutInner {
  padding: 0;
}

.topAbout_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 320px) {
  .topAbout_body {
    padding: 0 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_body {
    padding: 0 5vw;
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout_body {
    padding: 0 2.5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 16rem;
  }
}

@media screen and (min-width: 320px) {
  .aboutImg1 {
    height: 16rem;
    width: 40%;
    top: 10rem;
  }
}
@media screen and (min-width: 600px) {
  .aboutImg1 {
    height: 35rem;
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .aboutImg1 {
    height: 70rem;
    width: 40%;
  }
}

.topAbout_desc {
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) {
  .topAbout_desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout_desc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.topAbout_copy {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: var(--font-serif);
  margin: 0 5rem 0;
}
@media screen and (min-width: 320px) {
  .topAbout_copy {
    font-size: 2rem;
    margin: 0 2rem 0;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_copy {
    font-size: 3rem;
    margin: 0 4rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout_copy {
    font-size: 5rem;
  }
}

.textSlider {
  z-index: -1;
}

@-webkit-keyframes gFooterCopy_list {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes gFooterCopy_list {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.textSlider_body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list {
  -webkit-animation: gFooterCopy_list 120s infinite linear 0.5s both;
          animation: gFooterCopy_list 120s infinite linear 0.5s both;
}

.scroll-infinity__item--text {
  font-family: var(--font-en);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  opacity: 0.05;
}
@media screen and (min-width: 320px) {
  .scroll-infinity__item--text {
    font-size: 4rem;
    width: 69.4444444444vw;
  }
}
@media screen and (min-width: 600px) {
  .scroll-infinity__item--text {
    font-size: 12rem;
    width: 104.1666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .scroll-infinity__item--text {
    font-size: 22rem;
    width: 69.4444444444vw;
  }
}

.aboutImg2 {
  position: absolute;
  right: 2.5vw;
}
@media screen and (min-width: 320px) {
  .aboutImg2 {
    width: 10rem;
    top: 80%;
  }
}
@media screen and (min-width: 600px) {
  .aboutImg2 {
    width: 18rem;
    top: 68%;
  }
}
@media screen and (min-width: 1025px) {
  .aboutImg2 {
    width: 28rem;
    top: 45%;
  }
}

.aboutImg3 {
  position: absolute;
}
@media screen and (min-width: 320px) {
  .aboutImg3 {
    width: 10rem;
    bottom: -8%;
  }
}
@media screen and (min-width: 600px) {
  .aboutImg3 {
    width: 20rem;
    bottom: -5%;
    left: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .aboutImg3 {
    width: 40rem;
    bottom: -10%;
    right: 50%;
    left: 50%;
  }
}

/* --- Service Section --- */
@media screen and (min-width: 320px) {
  .topService_section {
    margin: 10rem 0;
  }
}
@media screen and (min-width: 600px) {
  .topService_section {
    margin: 16rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .topService_section {
    margin: 34rem 0;
  }
}

.topServiceCopy {
  text-align: center;
}
@media screen and (min-width: 320px) {
  .topServiceCopy {
    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;
  }
}

.topServiceTitle {
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
.topServiceTitle_en {
  font-family: var(--font-en);
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .topServiceTitle_en {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .topServiceTitle_en {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topServiceTitle_en {
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
}
@media screen and (min-width: 320px) {
  .topServiceTitle_ja {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  .topServiceTitle_ja {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .topServiceTitle_ja {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

.topService_listBody {
  position: relative;
}
@media screen and (min-width: 320px) {
  .topService_listBody {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_listBody {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .topService_listBody {
    margin-top: 8rem;
  }
}

.topService_listItem {
  position: sticky;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-top: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}
@media screen and (min-width: 320px) {
  .topService_listItem {
    padding: 2rem 5vw 6rem 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  .topService_listItem {
    padding: 2rem 5vw 8rem 5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .topService_listItem {
    padding: 2rem 10vw 15rem 5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.topService_listItem:last-child {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 320px) {
  .topService_listItem:last-child {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_listItem:last-child {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .topService_listItem:last-child {
    padding-bottom: 6rem;
  }
}

@media screen and (min-width: 320px) {
  .topService_imgWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topService_imgWrapper {
    padding-right: 2rem;
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .topService_imgWrapper {
    padding-right: 10rem;
    width: 50%;
  }
}
.topService_imgWrapper h3 {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
}
@media screen and (min-width: 320px) {
  .topService_imgWrapper h3 {
    font-size: 1.2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_imgWrapper h3 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topService_imgWrapper h3 {
    font-size: 2rem;
    height: 4rem;
  }
}
.topService_imgWrapper h3 span {
  font-family: var(--font-en);
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 320px) {
  .topService_imgWrapper h3 span {
    font-size: 0.8rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_imgWrapper h3 span {
    font-size: 0.8rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topService_imgWrapper h3 span {
    font-size: 1.4rem;
    padding-right: 2rem;
  }
}

.ServiceItem_img {
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .ServiceItem_img {
    margin-top: 3rem;
    width: 100%;
    height: 28rem;
  }
}
@media screen and (min-width: 600px) {
  .ServiceItem_img {
    margin-top: 3rem;
    width: 100%;
    height: 36rem;
  }
}
@media screen and (min-width: 1025px) {
  .ServiceItem_img {
    margin-top: 4rem;
    width: 100%;
    height: 44rem;
  }
}
.ServiceItem_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topService_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .topService_desc {
    padding-top: 2rem;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topService_desc {
    padding-left: 2rem;
    padding-top: 5rem;
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .topService_desc {
    padding-left: 8rem;
    padding-top: 8rem;
  }
}
.topService_desc h4 {
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .topService_desc h4 {
    font-size: 1.4rem;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_desc h4 {
    font-size: 1.4rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .topService_desc h4 {
    font-size: 2.4rem;
    padding-top: 4rem;
  }
}
.topService_desc h4 span {
  display: block;
  margin-top: 1rem;
  font-family: var(--font-en);
}
@media screen and (min-width: 320px) {
  .topService_desc h4 span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_desc h4 span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .topService_desc h4 span {
    font-size: 1.4rem;
  }
}
.topService_desc p {
  opacity: 0.8;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  .topService_desc p {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_desc p {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topService_desc p {
    margin-top: 4rem;
  }
}

.service_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .service_cat {
    gap: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .service_cat {
    gap: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .service_cat {
    gap: 2rem;
  }
}
.service_cat li {
  border: #000000 solid 1px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-black);
}
@media screen and (min-width: 320px) {
  .service_cat li {
    font-size: 1rem;
    padding: 0 0.6rem;
  }
}
@media screen and (min-width: 600px) {
  .service_cat li {
    font-size: 1rem;
    padding: 0.1rem 0.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .service_cat li {
    font-size: 1.8rem;
    padding: 0.2rem 0.8rem;
  }
}

@media screen and (min-width: 320px) {
  .topStrengthInner {
    display: block;
    padding: 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .topStrengthInner {
    display: block;
    padding: 0 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .topStrengthInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10vw;
  }
}

.topStrengthCopy {
  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;
}
@media screen and (min-width: 320px) {
  .topStrengthCopy {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) {
  .topStrengthCopy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .topStrengthCopy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0 0;
  }
}

@media screen and (min-width: 320px) {
  .topStrength_listItem {
    padding: 2rem 0 4rem 0;
  }
}
@media screen and (min-width: 600px) {
  .topStrength_listItem {
    padding: 3rem 0 5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .topStrength_listItem {
    padding: 4rem 0 6rem 0;
  }
}

.topStrength_imgIWrapper {
  aspect-ratio: auto 4/3;
}
@media screen and (min-width: 320px) {
  .topStrength_imgIWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topStrength_imgIWrapper {
    width: 30rem;
  }
}
@media screen and (min-width: 1025px) {
  .topStrength_imgIWrapper {
    width: 40rem;
  }
}

.topStrength_listIWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8rem;
}
@media screen and (min-width: 320px) {
  .topStrength_listIWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .topStrength_listIWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .topStrength_listIWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10rem;
  }
}

.topStrength_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topStrength_desc h3 {
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .topStrength_desc h3 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topStrength_desc h3 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topStrength_desc h3 {
    font-size: 2.4rem;
  }
}
.topStrength_desc h3 span {
  display: block;
  margin-top: 1rem;
  font-family: var(--font-en);
}
@media screen and (min-width: 320px) {
  .topStrength_desc h3 span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .topStrength_desc h3 span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .topStrength_desc h3 span {
    font-size: 1.4rem;
  }
}
.topStrength_desc p {
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .topStrength_desc p {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .topStrength_desc p {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topStrength_desc p {
    margin-top: 4rem;
  }
}

.topProject {
  border-top: #000000 solid 1px;
}
@media screen and (min-width: 320px) {
  .topProject {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 600px) {
  .topProject {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .topProject {
    padding-top: 24rem;
  }
}

.topProjectInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) {
  .topProjectInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
@media screen and (min-width: 600px) {
  .topProjectInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .topProjectInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 10vw;
    padding-right: 0;
    position: relative;
  }
}

/* ===============================
  左:タイトル
=============================== */
.topProjectCopy {
  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;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 320px) {
  .topProjectCopy {
    width: 100%;
    margin: 0 auto 4rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .topProjectCopy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 6rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .topProjectCopy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 20rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: 80px;
  }
}

/* ===============================
  右:スライダーラッパー
=============================== */
.project-slider-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
@media screen and (min-width: 320px) {
  .project-slider-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .project-slider-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .project-slider-wrapper {
    width: calc(100vw - (10vw + 20rem));
  }
}

/* 不要要素の非表示 */
.project-slider-wrapper p,
.project-slider-wrapper br {
  display: none;
}

/* ===============================
  Swiper(表示ウィンドウ)
=============================== */
.project-swiper {
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 320px) {
  .project-swiper {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .project-swiper {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .project-swiper {
    padding-top: 70px;
    padding-bottom: 80px;
    padding-left: 20px;
  }
}

/* ===============================
  Swiper内部(動く本体)
=============================== */
.project-swiper .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
}

/* 各スライド */
.project-swiper .swiper-slide {
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ===============================
  カードデザイン
=============================== */
.card {
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  height: 100%;
  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%;
}
@media screen and (min-width: 320px) {
  .card {
    padding: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .card {
    padding: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .card {
    padding: 4rem;
  }
}

.card img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media screen and (min-width: 320px) {
  .card-body {
    padding-top: 8px;
  }
}
@media screen and (min-width: 600px) {
  .card-body {
    padding-top: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .card-body {
    padding-top: 16px;
  }
}
@media screen and (min-width: 320px) {
  .card-body h3 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .card-body h3 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .card-body h3 {
    font-size: 1.8rem;
  }
}

/* カテゴリラベル */
.category {
  display: inline-block;
  border: 1px solid #ccc;
  color: #666;
}
@media screen and (min-width: 320px) {
  .category {
    font-size: 10px;
    padding: 2px 6px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 600px) {
  .category {
    font-size: 11px;
    padding: 2px 8px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .category {
    font-size: 11px;
    padding: 2px 8px;
    margin-bottom: 10px;
  }
}

/* ===============================
  ナビゲーション
=============================== */
.navigation-group {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  top: 0;
}
@media screen and (min-width: 320px) {
  .navigation-group {
    right: 0;
    gap: 8px;
  }
}
@media screen and (min-width: 600px) {
  .navigation-group {
    right: 0;
    gap: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .navigation-group {
    right: 2rem;
    gap: 10px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: static !important;
  border: 1px solid #e0e0e0 !important;
  background: #fff !important;
  margin: 0 !important;
}
@media screen and (min-width: 320px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 36px !important;
    height: 36px !important;
  }
}
@media screen and (min-width: 600px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

@media screen and (min-width: 320px) {
  .topMsg {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 600px) {
  .topMsg {
    padding-top: 16rem;
  }
}
@media screen and (min-width: 1025px) {
  .topMsg {
    padding-top: 24rem;
  }
}

.topMsgInner {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .topMsgInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 0vw;
  }
}
@media screen and (min-width: 600px) {
  .topMsgInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 0vw;
  }
}
@media screen and (min-width: 1025px) {
  .topMsgInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

@media screen and (min-width: 320px) {
  .topMsgImg {
    width: 100%;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .topMsgImg {
    width: 100%;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .topMsgImg {
    width: 70%;
    margin-top: 0;
  }
}

.topMsgCopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .topMsgCopy {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) {
  .topMsgCopy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .topMsgCopy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 10vw;
  }
}

@media screen and (min-width: 320px) {
  .topMsg_body {
    padding: 5rem 5vw 0;
  }
}
@media screen and (min-width: 600px) {
  .topMsg_body {
    padding: 8rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .topMsg_body {
    padding: 10rem 10vw 0;
  }
}
.topMsg_body h3 {
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .topMsg_body h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  .topMsg_body h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topMsg_body h3 {
    font-size: 2.4rem;
  }
}

.topMsg_body_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .topMsg_body_desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 600px) {
  .topMsg_body_desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topMsg_body_desc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.topMsg_body_desc_name {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 320px) {
  .topMsg_body_desc_name {
    margin: 2rem 0 0 auto;
    text-align: right;
  }
}
@media screen and (min-width: 600px) {
  .topMsg_body_desc_name {
    margin: 4rem 0 0 auto;
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  .topMsg_body_desc_name {
    margin-left: auto;
    margin-top: 5rem;
  }
  .topMsg_body_desc_name p {
    text-align: left;
  }
}
.topMsg_body_desc_name p:first-child {
  font-weight: 400;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .topMsg_body_desc_name p:first-child {
    font-size: 0.8rem;
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .topMsg_body_desc_name p:first-child {
    font-size: 1rem;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .topMsg_body_desc_name p:first-child {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 320px) {
  .topMsg_body_desc_name p:last-child {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 600px) {
  .topMsg_body_desc_name p:last-child {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .topMsg_body_desc_name p:last-child {
    font-size: 2.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.topMsg_body_desc_name p:last-child span {
  font-family: var(--font-en);
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .topMsg_body_desc_name p:last-child span {
    padding-left: 0;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 600px) {
  .topMsg_body_desc_name p:last-child span {
    padding-left: 0;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .topMsg_body_desc_name p:last-child span {
    padding-left: 3rem;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 320px) {
  .topPhilosophy {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 600px) {
  .topPhilosophy {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .topPhilosophy {
    padding-top: 12rem;
  }
}

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

@media screen and (min-width: 320px) {
  .topPhilosophyCopy {
    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;
  }
}
@media screen and (min-width: 600px) {
  .topPhilosophyCopy {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .topPhilosophyCopy {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

.topPhilosophyTitle {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

@media screen and (min-width: 320px) {
  .topPhilosophy_body {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 600px) {
  .topPhilosophy_body {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topPhilosophy_body {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 320px) {
  .topPhilosophy_textWrapper h3 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .topPhilosophy_textWrapper h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topPhilosophy_textWrapper h3 {
    font-size: 2.4rem;
  }
}
.topPhilosophy_textWrapper p {
  opacity: 0.8;
  margin-top: 2rem;
}

.topPhilosophy_imgWrapper {
  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) {
  .topPhilosophy_imgWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 600px) {
  .topPhilosophy_imgWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .topPhilosophy_imgWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 26rem;
    padding-top: 16rem;
  }
}
@media screen and (min-width: 320px) {
  .topPhilosophy_imgWrapper img {
    width: 80%;
  }
}
@media screen and (min-width: 600px) {
  .topPhilosophy_imgWrapper img {
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  .topPhilosophy_imgWrapper img {
    width: 40%;
  }
}
@media screen and (min-width: 320px) {
  .topPhilosophy_imgWrapper ul {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topPhilosophy_imgWrapper ul {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .topPhilosophy_imgWrapper ul {
    width: 60%;
  }
}
.topPhilosophy_imgWrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 320px) {
  .topPhilosophy_imgWrapper li {
    padding-top: 3rem;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 600px) {
  .topPhilosophy_imgWrapper li {
    padding-top: 6rem;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .topPhilosophy_imgWrapper li {
    padding-top: 8rem;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.topPhilosophy_imgWrapper li p:first-child {
  font-family: var(--font-en);
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .topPhilosophy_imgWrapper li p:first-child {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .topPhilosophy_imgWrapper li p:first-child {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .topPhilosophy_imgWrapper li p:first-child {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 320px) {
  .topPhilosophy_imgWrapper li h3 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topPhilosophy_imgWrapper li h3 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topPhilosophy_imgWrapper li h3 {
    font-size: 2.4rem;
  }
}
.topPhilosophy_imgWrapper li p:last-child {
  opacity: 0.8;
}
.topPhilosophy_imgWrapper li:first-child {
  padding-top: 0;
}

@media screen and (min-width: 320px) {
  .topCompany {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 600px) {
  .topCompany {
    padding-top: 16rem;
  }
}
@media screen and (min-width: 1025px) {
  .topCompany {
    padding-top: 24rem;
  }
}

.topCompanyInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .topCompanyInner {
    padding: 0 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  .topCompanyInner {
    padding: 0 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .topCompanyInner {
    padding: 0 10vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 320px) {
  .topCompanyCopy {
    width: 100%;
    margin-bottom: 2rem;
    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;
  }
}
@media screen and (min-width: 600px) {
  .topCompanyCopy {
    width: 100%;
    margin-bottom: 6rem;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .topCompanyCopy {
    width: 40%;
    margin-bottom: 0;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

.topCompanyTitle {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

@media screen and (min-width: 320px) {
  .topCompany_body {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topCompany_body {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .topCompany_body {
    width: 60%;
  }
}

.topCompany_body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 320px) {
  .topCompany_body dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 600px) {
  .topCompany_body dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .topCompany_body dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    margin-top: 2rem;
    padding: 2rem 0;
  }
}

.topCompany_body dl dt {
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .topCompany_body dl dt {
    font-size: 1.4rem;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topCompany_body dl dt {
    font-size: 1.4rem;
    width: 35%;
  }
}
@media screen and (min-width: 1025px) {
  .topCompany_body dl dt {
    font-size: 2rem;
    width: 30%;
  }
}

.topCompany_body dl dd {
  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;
  line-height: 2;
  font-weight: 400;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .topCompany_body dl dd {
    width: 100%;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topCompany_body dl dd {
    width: 65%;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topCompany_body dl dd {
    width: 70%;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 320px) {
  .img-slider {
    margin: 8rem 0 0 0;
  }
}
@media screen and (min-width: 600px) {
  .img-slider {
    margin: 12rem 0 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .img-slider {
    margin: 17rem 0 0 0;
  }
}

@-webkit-keyframes gFooterImg_list_left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes gFooterImg_list_left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.img-slider_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .img-slider_wrap {
    gap: 12px;
  }
}
@media screen and (min-width: 600px) {
  .img-slider_wrap {
    gap: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .img-slider_wrap {
    gap: 16px;
  }
}

.img-slider_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 320px) {
  .img-slider_list {
    gap: 12px;
  }
}
@media screen and (min-width: 600px) {
  .img-slider_list {
    gap: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .img-slider_list {
    gap: 16px;
  }
}

.img-slider_list_left {
  -webkit-animation: gFooterImg_list_left 80s infinite linear 0.5s both;
          animation: gFooterImg_list_left 80s infinite linear 0.5s both;
}

.img-slider_item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 320px) {
  .img-slider_item {
    width: 50vw;
  }
}
@media screen and (min-width: 600px) {
  .img-slider_item {
    width: 28.5714285714vw;
  }
}
@media screen and (min-width: 1025px) {
  .img-slider_item {
    width: 25vw;
  }
}

.img-slider_item > img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 320px) {
  .topNews {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 600px) {
  .topNews {
    padding: 16rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .topNews {
    padding: 24rem 0;
  }
}

@media screen and (min-width: 320px) {
  .topNewsCopy {
    width: 100%;
    margin-bottom: 4rem;
    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;
  }
}
@media screen and (min-width: 600px) {
  .topNewsCopy {
    width: 100%;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .topNewsCopy {
    width: 30%;
    margin-bottom: 0;
  }
}

.topNewsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .topNewsInner {
    padding: 0 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  .topNewsInner {
    padding: 0 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .topNewsInner {
    padding: 0 10vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.topNews_body {
  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) {
  .topNews_body {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topNews_body {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .topNews_body {
    width: 60%;
  }
}

.topNews_article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 320px) {
  .topNews_article {
    gap: 1.5rem;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 600px) {
  .topNews_article {
    gap: 2rem;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .topNews_article {
    gap: 2rem;
    padding: 2rem 0;
  }
}
.topNews_article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
@media screen and (min-width: 320px) {
  .topNews_article a {
    gap: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .topNews_article a {
    gap: 0;
  }
}

.topNews_article a svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.topNews_article a:hover svg {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.topNews_article_date {
  font-family: var(--font-en);
}
@media screen and (min-width: 320px) {
  .topNews_article_date {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topNews_article_date {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topNews_article_date {
    font-size: 1.8rem;
  }
}

.topNews_article_title {
  font-family: var(--font-serif);
}
@media screen and (min-width: 320px) {
  .topNews_article_title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .topNews_article_title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .topNews_article_title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 320px) {
  .topContact {
    padding: 8rem 0 5rem;
  }
}
@media screen and (min-width: 600px) {
  .topContact {
    padding: 16rem 0 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topContact {
    padding: 24rem 0 5rem;
  }
}

.topContactInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .topContactInner {
    padding: 0 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  .topContactInner {
    padding: 0 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .topContactInner {
    padding: 0 10vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.topContactCopy {
  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;
}
@media screen and (min-width: 320px) {
  .topContactCopy {
    width: 100%;
    gap: 1.5rem;
    margin-bottom: 4rem;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .topContactCopy {
    width: 100%;
    gap: 2rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .topContactCopy {
    width: 30%;
    gap: 2rem;
    margin-bottom: 0;
  }
}

.topContactTitle {
  text-orientation: mixed;
}
.topContactTitle_en {
  font-family: var(--font-en);
  opacity: 0.8;
  margin-top: 2rem;
}
@media screen and (min-width: 320px) {
  .topContactTitle_en {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .topContactTitle_en {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topContactTitle_en {
    font-size: 1.4rem;
  }
}
.topContactTitle_ja {
  margin-top: 1rem;
}
@media screen and (min-width: 320px) {
  .topContactTitle_ja {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topContactTitle_ja {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .topContactTitle_ja {
    font-size: 1.4rem;
  }
}

.topContact_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 320px) {
  .topContact_body {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topContact_body {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .topContact_body {
    width: 60%;
  }
}

.contactForm {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .contactForm {
    padding: 3rem 5vw;
  }
}
@media screen and (min-width: 600px) {
  .contactForm {
    padding: 4rem 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .contactForm {
    padding: 5rem;
  }
}

.inputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .inputWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .inputWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .inputWrapper {
    gap: 2rem;
  }
}

.contactDefList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  .contactDefList {
    gap: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .contactDefList {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactDefList {
    gap: 2rem;
  }
}

.contactDefTitle {
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .contactDefTitle {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .contactDefTitle {
    font-size: 1.2rem;
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .contactDefTitle {
    font-size: 2rem;
    width: 30%;
  }
}

@media screen and (min-width: 320px) {
  .contactDefItem {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .contactDefItem {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .contactDefItem {
    width: 70%;
  }
}

.inputItem {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 320px) {
  .inputItem {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .inputItem {
    font-size: 1.6rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .inputItem {
    font-size: 1.6rem;
    padding: 1.2rem 1.5rem;
  }
}

.contactDefItem textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 320px) {
  .contactDefItem textarea {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .contactDefItem textarea {
    font-size: 1.6rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactDefItem textarea {
    font-size: 1.6rem;
    padding: 1.2rem 1.5rem;
  }
}

.formCheck {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: 400;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .formCheck {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .formCheck {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .formCheck {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
.formCheck input {
  width: 2rem;
  height: 2rem;
}
.formCheck a {
  text-decoration: underline;
  color: var(--color-black);
}

.formCheck {
  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;
  gap: 1rem;
}

.formCheck input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.formCheckBox {
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  cursor: pointer;
  position: relative;
}

.formCheck input[type=checkbox]:checked + .formCheckBox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 1rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
}

@media screen and (min-width: 320px) {
  .submit {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .submit {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .submit {
    margin-top: 2rem;
  }
}

.readMore {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease;
}
@media screen and (min-width: 320px) {
  .readMore {
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .readMore {
    width: 60%;
    font-size: 1.5rem;
    padding: 1.1rem 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .readMore {
    width: 40%;
    font-size: 2rem;
    padding: 1.2rem 1.5rem;
  }
}

.readMore .icon {
  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;
  height: 100%;
  padding-left: 1.2rem;
  margin-left: 1.2rem;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.readMore .iconSvg {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 320px) {
  .readMore .iconSvg {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .readMore .iconSvg {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .readMore .iconSvg {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.readMore:hover {
  border-color: rgba(0, 0, 0, 0.4);
}

.readMore:hover .iconSvg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}/*# sourceMappingURL=top.css.map */