@charset "UTF-8";
/* ---------------------------------
MV
---------------------------------*/
.mv {
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.fade {
  opacity: 0;
}

.fade.active {
  -webkit-animation: fade 0.5s linear forwards;
          animation: fade 0.5s linear forwards;
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}

.mv .copy-container {
  position: absolute;
  top: 53%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .mv .copy-container {
    padding-left: 20px;
  }
}
@media (max-width: 430px) {
  .mv .copy-container {
    top: 60%;
  }
}

.mv .copy {
  max-width: 1280px;
  margin: auto;
}

.slidein {
  visibility: hidden;
  white-space: nowrap;
  overflow: hidden;
  background: var(--bg-gradation-pastel);
  padding: 0 20px;
  letter-spacing: 0.6rem;
  font-size: 5rem;
}
@media (max-width: 1120px) {
  .slidein {
    font-size: 3.6rem;
  }
}
@media (max-width: 960px) {
  .slidein {
    font-size: 3rem;
  }
}
@media (max-width: 430px) {
  .slidein {
    font-size: 2.4rem;
  }
}

.slidein-first.active {
  -webkit-animation: slide-first 0.6s linear forwards;
          animation: slide-first 0.6s linear forwards;
  visibility: visible;
}

@-webkit-keyframes slide-first {
  from {
    width: 0%;
  }
  to {
    width: 520px;
  }
}

@keyframes slide-first {
  from {
    width: 0%;
  }
  to {
    width: 520px;
  }
}
@media (max-width: 1120px) {
  @-webkit-keyframes slide-first {
    from {
      width: 0%;
    }
    to {
      width: 400px;
    }
  }
  @keyframes slide-first {
    from {
      width: 0%;
    }
    to {
      width: 400px;
    }
  }
}
@media (max-width: 960px) {
  @-webkit-keyframes slide-first {
    from {
      width: 0%;
    }
    to {
      width: 350px;
    }
  }
  @keyframes slide-first {
    from {
      width: 0%;
    }
    to {
      width: 350px;
    }
  }
}
@media (max-width: 430px) {
  @-webkit-keyframes slide-first {
    from {
      width: 0%;
    }
    to {
      width: 300px;
    }
  }
  @keyframes slide-first {
    from {
      width: 0%;
    }
    to {
      width: 300px;
    }
  }
}
.slidein-second.active {
  -webkit-animation: slide-second 0.6s linear forwards;
          animation: slide-second 0.6s linear forwards;
  visibility: visible;
}

@-webkit-keyframes slide-second {
  from {
    width: 0%;
  }
  to {
    width: 400px;
  }
}

@keyframes slide-second {
  from {
    width: 0%;
  }
  to {
    width: 400px;
  }
}
@media (max-width: 1120px) {
  @-webkit-keyframes slide-second {
    from {
      width: 0%;
    }
    to {
      width: 300px;
    }
  }
  @keyframes slide-second {
    from {
      width: 0%;
    }
    to {
      width: 300px;
    }
  }
}
@media (max-width: 960px) {
  @-webkit-keyframes slide-second {
    from {
      width: 0%;
    }
    to {
      width: 280px;
    }
  }
  @keyframes slide-second {
    from {
      width: 0%;
    }
    to {
      width: 280px;
    }
  }
}
@media (max-width: 430px) {
  @-webkit-keyframes slide-second {
    from {
      width: 0%;
    }
    to {
      width: 240px;
    }
  }
  @keyframes slide-second {
    from {
      width: 0%;
    }
    to {
      width: 240px;
    }
  }
}
.mv .copy p:last-of-type {
  bottom: 20%;
  margin-top: 16px;
}

.splide__slide {
  width: 100%;
}

.name-en {
  color: var(--vivid-green);
  font-size: 4rem;
  position: relative;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 960px) {
  .name-en {
    font-size: 3rem;
  }
}
@media (max-width: 430px) {
  .name-en {
    font-size: 1.9rem;
  }
}
.name-en p {
  position: absolute;
  bottom: 90px;
  right: 10px;
  line-height: 1.5;
  text-align: right;
}
@media (min-width: 1520px) {
  .name-en p {
    bottom: 60px;
  }
}
@media (max-width: 1520px) {
  .name-en p {
    bottom: -10px;
    right: 10px;
  }
}
@media (max-width: 430px) {
  .name-en p {
    bottom: 0;
  }
}

.splide {
  -webkit-clip-path: shape(smooth to 50px 50px with 100px 50px);
          clip-path: shape(smooth to 50px 50px with 100px 50px);
}

.splide img {
  aspect-ratio: 960/481;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 430px) {
  .splide img {
    aspect-ratio: 100/120;
    height: auto;
    width: 100%;
  }
}

.mv01 img {
  -o-object-position: 0 -160px;
     object-position: 0 -160px;
}
@media (max-width: 960px) {
  .mv01 img {
    -o-object-position: initial;
       object-position: initial;
  }
}
@media (max-width: 430px) {
  .mv01 img {
    -o-object-position: -170px 0;
       object-position: -170px 0;
  }
}

.mv .wave {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 22px;
}
@media (max-width: 960px) {
  .mv .wave {
    bottom: 46px;
  }
}
@media (max-width: 430px) {
  .mv .wave {
    bottom: 64px;
  }
}
.mv .wave .wave-sp {
  display: none;
}
@media (max-width: 430px) {
  .mv .wave .wave-sp {
    display: block;
  }
  .mv .wave .wave-pc {
    display: none;
  }
}

.banner-list {
  max-width: 60%;
  margin: 0 auto 80px;
}
@media (max-width: 430px) {
  .banner-list {
    max-width: 70%;
  }
}
.banner-list li {
  text-align: center;
}
.banner-list li img {
  aspect-ratio: initial;
  -o-object-fit: contain;
     object-fit: contain;
  height: 80px;
  width: auto;
}
.banner-list .splide__arrow--next {
  right: -3em;
}
.banner-list .splide__arrow--prev {
  left: -3em;
}

/* ---------------------------------
共通
---------------------------------*/
h2 {
  font-size: clamp(4rem, 2vw + 3rem, 6rem);
  padding-bottom: 30px;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}
@media (max-width: 430px) {
  h2 {
    font-size: 3.6rem;
  }
}

/* ---------------------------------
NEWS
---------------------------------*/
section.news {
  padding-right: 20px;
  padding-left: 20px;
}
section.news .news_inner {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 20px 0;
}
@media (max-width: 430px) {
  section.news .news_inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
section.news .news_inner .news-title-wrap {
  width: 160px;
  height: 160px;
}
@media (max-width: 430px) {
  section.news .news_inner .news-title-wrap {
    width: 80px;
    height: 80px;
  }
}
section.news .news_inner .news-title-wrap .news-title {
  padding: 30px;
  border-radius: 50%;
  background: var(--bg-gradation-pastel);
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 430px) {
  section.news .news_inner .news-title-wrap .news-title {
    width: 80px;
    height: 80px;
    padding: 10px;
  }
}
section.news .news_inner .news-title-wrap .news-title h2 {
  font-size: 3.2rem;
  padding-bottom: 0;
}
@media (max-width: 430px) {
  section.news .news_inner .news-title-wrap .news-title h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 430px) {
  section.news .news_inner .news-title-wrap .news-title p {
    font-size: 1rem;
  }
}
section.news .news_inner-contents {
  width: 80%;
  height: 160px;
  overflow-y: auto;
}
@media (max-width: 430px) {
  section.news .news_inner-contents {
    height: 230px;
  }
}
section.news .news_inner-contents ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 10px 0;
  border-bottom: 0.5px solid #868686;
}
@media (max-width: 430px) {
  section.news .news_inner-contents ul li {
    gap: 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
section.news .news_inner-contents ul li .category {
  background: var(--bg-gradation-vivid);
  padding: 3px 20px;
  border-radius: 20px;
}
@media (max-width: 430px) {
  section.news .news_inner-contents ul li .category {
    padding: 3px 10px;
    font-size: 1.2rem;
  }
}

/* ---------------------------------
philosophy
---------------------------------*/
section.philosophy {
  position: relative;
  margin-bottom: 80px;
}
section.philosophy .philosophy_inner {
  max-width: 1100px;
  margin: auto;
  padding: 0;
}
section.philosophy .philosophy_inner-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  section.philosophy .philosophy_inner-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
section.philosophy .philosophy_inner-contents h3 {
  font-size: clamp(2.6rem, 0.094vw + 2.2rem, 3.4rem);
  padding: 40px;
  padding-right: 10%;
  border-right: 1px solid var(--line);
}
@media (max-width: 960px) {
  section.philosophy .philosophy_inner-contents h3 {
    font-size: 2.2rem;
    border-right: 0;
    padding: 10px;
    border-bottom: 1px solid var(--line);
  }
}
section.philosophy .philosophy_inner-contents p {
  font-size: clamp(2rem, 0.047vw + 1.8rem, 2.4rem);
}
@media (max-width: 430px) {
  section.philosophy .philosophy_inner-contents p {
    font-size: 1.6rem;
  }
}
section.philosophy .slider-container {
  width: 100vw; /* 画面幅いっぱいに表示 */
  overflow: hidden;
  position: relative; /* アニメーションを相対的に配置 */
}
section.philosophy .slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /* 画像を横並びにする */
  width: calc(200% + 150px); /* 画像が2セットあるので幅を倍にする（調整可能） */
  -webkit-animation: slide 20s linear infinite;
          animation: slide 20s linear infinite; /* 10秒かけてゆっくりと無限にループ */
}
@media (max-width: 430px) {
  section.philosophy .slider {
    width: calc(500% + 150px);
  }
}
section.philosophy .slider img {
  width: 100%; /* 画像の幅をコンテナに合わせる */
  height: auto; /* 高さは自動で調整 */
  padding-right: 30px;
}
@-webkit-keyframes slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* 画像群の半分の距離を移動 */
  }
}
@keyframes slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* 画像群の半分の距離を移動 */
  }
}
section.philosophy::after {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 0;
  right: 0;
  width: calc(100vw - (100vw - 1280px) / 2);
  height: 90%;
  background: var(--bg-gradation-pastel);
  border-radius: 500px 0 0 500px;
  z-index: -99;
}
@media (max-width: 430px) {
  section.philosophy::after {
    top: 30px;
    width: calc(100vw - (100vw - 150%) / 2);
  }
}

/* ---------------------------------
message
---------------------------------*/
section.message {
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
}
section.message .inner {
  max-width: 1100px;
}
section.message .inner .message_inner h2 {
  padding-bottom: 70px;
}
@media (max-width: 960px) {
  section.message .inner .message_inner h2 {
    padding-bottom: inherit;
  }
}
section.message .inner .message_inner-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 58px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  section.message .inner .message_inner-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
  }
}
section.message .inner .message_inner-contents .message-text {
  width: 72%;
}
@media (max-width: 960px) {
  section.message .inner .message_inner-contents .message-text {
    width: 100%;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.message .inner .message_inner-contents .message-text h3 {
  font-size: 3.2rem;
  border-bottom: 5px solid;
  -webkit-border-image: -webkit-gradient(linear, left bottom, right top, from(#dbfec2), to(#a4f6d2)) 1;
  -webkit-border-image: -webkit-linear-gradient(left bottom, #dbfec2, #a4f6d2) 1;
       -o-border-image: linear-gradient(to right top, #dbfec2, #a4f6d2) 1;
          border-image: -webkit-gradient(linear, left bottom, right top, from(#dbfec2), to(#a4f6d2)) 1;
          border-image: linear-gradient(to right top, #dbfec2, #a4f6d2) 1;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 430px) {
  section.message .inner .message_inner-contents .message-text h3 {
    font-size: 2.2rem;
    margin: 0 auto 40px;
  }
}
section.message .inner .message_inner-contents .message-text .catch {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 2;
}
@media (max-width: 430px) {
  section.message .inner .message_inner-contents .message-text .catch {
    font-size: 1.5rem;
  }
}
section.message .inner .message_inner-contents .message-text p {
  line-height: 2;
}
@media (max-width: 430px) {
  section.message .inner .message_inner-contents .message-text p {
    margin-bottom: 20px;
  }
}
section.message .inner .message_inner-contents .message-image {
  width: 38%;
}
@media (max-width: 430px) {
  section.message .inner .message_inner-contents .message-image {
    width: 100%;
  }
}
@media (max-width: 430px) {
  section.message .inner .message_inner-contents .message-image .photo {
    text-align: center;
  }
}
@media (max-width: 430px) {
  section.message .inner .message_inner-contents .message-image .photo img {
    max-width: 50%;
  }
}
section.message .inner .message_inner-contents .message-image .name {
  text-align: center;
  margin-top: 16px;
  font-size: 2.6rem;
}
@media (max-width: 430px) {
  section.message .inner .message_inner-contents .message-image .name {
    font-size: 1.8rem;
  }
}
section.message::before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  width: calc(100vw - (100vw - 1380px) / 2);
  height: 86%;
  background: -webkit-gradient(linear, left bottom, right top, from(#eefee1), to(#cff8f0));
  background: -webkit-linear-gradient(left bottom, #eefee1, #cff8f0);
  background: linear-gradient(to right top, #eefee1, #cff8f0);
  z-index: -99;
  border-left: none;
  border-radius: 0 500px 500px 0;
}
@media (max-width: 430px) {
  section.message::before {
    top: 30px;
    width: 100%;
    height: 90%;
    border-radius: 500px;
  }
}
section.message::after {
  content: "";
  position: absolute;
  top: 118px;
  bottom: 0px;
  left: -69px;
  width: calc(100vw - (100vw - 1380px) / 2);
  height: 73%;
  background: #fff;
  z-index: -99;
  border-left: none;
  border-radius: 0 500px 500px 0;
}
@media (max-width: 430px) {
  section.message::after {
    width: 90%;
    height: 85%;
    border-radius: 500px;
    top: 60px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

/* ---------------------------------
contents
---------------------------------*/
section.contents {
  padding-bottom: 150px;
}
@media (max-width: 430px) {
  section.contents {
    padding-bottom: 130px;
  }
}
section.contents .contents_inner .contents-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 430px) {
  section.contents .contents_inner .contents-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
    padding-right: 16px;
  }
}
section.contents .contents_inner .contents-container .contents-box {
  width: calc(33.3333333333% - 40px);
  position: relative;
}
@media (max-width: 800px) {
  section.contents .contents_inner .contents-container .contents-box {
    width: calc(50% - 40px);
  }
}
@media (max-width: 430px) {
  section.contents .contents_inner .contents-container .contents-box {
    width: 100%;
  }
}
section.contents .contents_inner .contents-container .contents-box h3 {
  position: absolute;
  top: 20px;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  padding: 0 25px 0 10px;
  font-size: clamp(1.4rem, 1vw + 1rem, 2rem);
  z-index: 1;
}
@media (max-width: 430px) {
  section.contents .contents_inner .contents-container .contents-box h3 {
    font-size: 1.6rem;
  }
}
section.contents .contents_inner .contents-container .contents-box .image {
  width: 100%;
  padding-bottom: 10px;
  position: relative;
}
section.contents .contents_inner .contents-container .contents-box .image::before {
  content: "";
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 20px;
}
@media (max-width: 430px) {
  section.contents .contents_inner .contents-container .contents-box .image::before {
    width: 40px;
    height: 40px;
  }
}
section.contents .contents_inner .contents-container .contents-box .image img {
  border-radius: 15px;
}
section.contents .contents_inner .contents-container .contents-box .text {
  padding-left: 40px;
}
section.contents .contents_inner .contents-container .contents-box::after {
  content: "";
  width: 100%;
  height: 190px;
  position: absolute;
  z-index: -1;
  display: block;
  top: 80px;
  left: 16px;
  border-radius: 15px;
}
@media (max-width: 960px) {
  section.contents .contents_inner .contents-container .contents-box::after {
    height: 150px;
  }
}
@media (max-width: 430px) {
  section.contents .contents_inner .contents-container .contents-box::after {
    height: 190px;
  }
}
section.contents .contents_inner .contents-container .contents-box:nth-of-type(1)::after, section.contents .contents_inner .contents-container .contents-box:nth-of-type(2)::after, section.contents .contents_inner .contents-container .contents-box:nth-of-type(3)::after {
  background-color: #e2fbfa;
}
section.contents .contents_inner .contents-container .contents-box:nth-of-type(4)::after, section.contents .contents_inner .contents-container .contents-box:nth-of-type(5)::after, section.contents .contents_inner .contents-container .contents-box:nth-of-type(6)::after {
  background-color: #effef1;
}
section.contents .contents_inner .contents-container .contents-box:nth-of-type(7)::after, section.contents .contents_inner .contents-container .contents-box:nth-of-type(8)::after, section.contents .contents_inner .contents-container .contents-box:nth-of-type(9)::after {
  background-color: #f5fee7;
}
section.contents .contents_inner .contents-container .contents-box:nth-of-type(1) .image::before, section.contents .contents_inner .contents-container .contents-box:nth-of-type(2) .image::before, section.contents .contents_inner .contents-container .contents-box:nth-of-type(3) .image::before {
  background-image: url(../img/contents01.png);
}
section.contents .contents_inner .contents-container .contents-box:nth-of-type(4) .image::before, section.contents .contents_inner .contents-container .contents-box:nth-of-type(5) .image::before, section.contents .contents_inner .contents-container .contents-box:nth-of-type(6) .image::before {
  background-image: url(../img/contents02.png);
}
section.contents .contents_inner .contents-container .contents-box:nth-of-type(7) .image::before, section.contents .contents_inner .contents-container .contents-box:nth-of-type(8) .image::before, section.contents .contents_inner .contents-container .contents-box:nth-of-type(9) .image::before {
  background-image: url(../img/contents03.png);
}

.exterior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-bottom: 100px;
}
@media (max-width: 430px) {
  .exterior {
    padding-bottom: 240px;
  }
}
.exterior .image {
  width: calc(100vw - (100vw - 1280px) / 2);
  text-align: right;
  border-radius: 500px 0 0 500px;
  overflow: hidden;
}
@media (max-width: 430px) {
  .exterior .image {
    margin-left: 20px;
  }
}
.exterior .image img {
  aspect-ratio: 297/128;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 430px) {
  .exterior .image img {
    aspect-ratio: 297/150;
  }
}

/* ---------------------------------
entry
---------------------------------*/
section.entry {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
@media (max-width: 430px) {
  section.entry {
    overflow: initial;
    margin-bottom: 0;
  }
}
section.entry .entry_inner p {
  text-align: center;
}
section.entry .entry_inner .button-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  padding-top: 60px;
}
@media (max-width: 430px) {
  section.entry .entry_inner .button-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-top: 20px;
  }
}
section.entry .entry_inner .button-list button {
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  text-align: center;
  font-size: 2.8rem;
  border-radius: 60px;
  position: relative;
}
@media (max-width: 960px) {
  section.entry .entry_inner .button-list button {
    font-size: 2.2rem;
  }
}
@media (max-width: 430px) {
  section.entry .entry_inner .button-list button {
    width: 70%;
    margin: auto;
    font-size: 1.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
section.entry .entry_inner .button-list button::after {
  content: ">";
  position: absolute;
  right: 30px;
  -webkit-transform: rotateY(-50%);
          transform: rotateY(-50%);
}
section.entry .entry_inner .button-list .new {
  background: var(--bg-gradation-vivid);
}
section.entry .entry_inner .button-list .career {
  background: var(--bg-gradation-vivid-blue);
}
section.entry::before, section.entry::after {
  content: "";
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -2;
}
@media (max-width: 960px) {
  section.entry::before, section.entry::after {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 430px) {
  section.entry::before, section.entry::after {
    width: 155px;
    height: 155px;
  }
}
section.entry::before {
  background-image: url(../img/entry01.png);
  left: -30px;
  top: 10px;
}
@media (max-width: 430px) {
  section.entry::before {
    left: 20px;
    top: -210px;
  }
}
section.entry::after {
  background-image: url(../img/entry02.png);
  right: -60px;
  bottom: 20px;
}
@media (max-width: 960px) {
  section.entry::after {
    bottom: 180px;
  }
}
@media (max-width: 430px) {
  section.entry::after {
    bottom: 0px;
    right: 10px;
    top: -150px;
  }
}/*# sourceMappingURL=style.css.map */