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

:where(html) {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(main) {
  display: block;
}

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

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

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

:where(dt) {
  font-weight: bold;
}

:where(dd) {
  margin-left: 0;
}

:where(hr) {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  height: 0;
  border-top-width: 1px;
  color: inherit;
}

:where(pre) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(address) {
  font-style: inherit;
}

:where(a) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, samp) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(small) {
  font-size: 80%;
}

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

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(option) {
  padding: 0;
}

:where(fieldset) {
  margin: 0;
  padding: 0;
  min-width: 0;
}

:where(legend) {
  padding: 0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  overflow: auto;
}

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

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

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

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

:where([type=number]) {
  -moz-appearance: textfield;
}

:where(label[for]) {
  cursor: pointer;
}

:where(details) {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where([contenteditable]:focus) {
  outline: auto;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
}

:where(caption) {
  text-align: left;
}

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

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.delay-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.delay-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.delay-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.delay-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.delay-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.delay-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.delay-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.delay-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #1a1a1a;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: "Noto Sans";
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  line-break: strict;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

:where(a) {
  color: #058aa7;
}
.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .wrap {
    padding: 0 12px;
    max-width: 1280px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.Header {
  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;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .Header {
    position: fixed;
    top: 0;
    z-index: 99;
    padding: 24px 64px;
    max-width: 1440px;
    width: 100%;
    height: 90px;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .Header {
    padding: 19px 20px 0;
    width: 100%;
    height: 60px;
  }
}
@media screen and (min-width: 769px) {
  .Header-icon {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .Header-icon {
    width: 130px;
  }
}
.Header-icon img {
  width: 100%;
  height: auto;
}
.Header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 1.6rem;
}
.Header-list-item {
  position: relative;
}
.Header-list-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Header-list-item a {
  color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .Header {
    position: fixed;
    z-index: 999;
    background: #fff;
  }
  .hamburger {
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 100;
    width: 60px;
    height: 60px;
    border: none;
    background: #000;
    cursor: pointer;
  }
  .hamburger__line {
    position: absolute;
    left: 18px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .hamburger__line:nth-of-type(1) {
    top: 21px;
  }
  .hamburger__line:nth-of-type(2) {
    top: 30px;
  }
  .hamburger__line:nth-of-type(3) {
    top: 39px;
  }
  /* メニューオープン時 */
  .hamburger.active .hamburger__line:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  .hamburger.active .hamburger__line:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger.active .hamburger__line:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .nav.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .nav.active .header-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 12px;
    padding-bottom: 40px;
    padding-left: 20px;
    background: #1a1a1a;
  }
  .nav__list {
    position: relative;
    z-index: 90;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 41px;
    margin: 0;
    padding: 127px 24px 32px;
    width: 100%;
    list-style: none;
  }
  .nav__item {
    position: relative;
    padding: 0 8px;
  }
  .nav__item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #505050;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nav__item a {
    position: relative;
    display: block;
    padding-left: 8px;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
    font-family: "Noto Sans JP";
    line-height: normal;
  }
  .nav__link {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  #ABOUT {
    scroll-margin-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  #ABOUT {
    scroll-margin-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  #LINE {
    scroll-margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #LINE {
    scroll-margin-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  #SPECIAL {
    scroll-margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  #SPECIAL {
    scroll-margin-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  #MESSAGE {
    scroll-margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  #MESSAGE {
    scroll-margin-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  #CONTACT {
    scroll-margin-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  #CONTACT {
    scroll-margin-top: 100px;
  }
}

.footer {
  position: relative;
  background: #ffe066;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 80px;
    padding: 0 0 170px;
  }
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100px;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .footer::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%);
  }
}
@media screen and (max-width: 768px) {
  .footer::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 35%);
            clip-path: polygon(0 0, 100% 0%, 100% 35%);
  }
}
.footer-logo {
  margin: 0 auto;
  padding-top: 160px;
  width: 240px;
}
.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
.footer-links-logo {
  width: 50px;
}

.copyright {
  display: block;
  margin-top: 100px;
  color: #868e96;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .topMv {
    position: relative;
    padding-bottom: 60px;
    width: 100%;
    height: 100vh;
    background-image: url(../img/main_pc.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .topMv {
    position: relative;
    padding-bottom: 60px;
    width: 100%;
    height: 680px;
    background-image: url(../img/main_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.topMv-ttl {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .topMv-ttl {
    bottom: 100px;
    left: 100px;
    width: 580px;
  }
}
@media screen and (max-width: 768px) {
  .topMv-ttl {
    top: 130px;
    left: 50%;
    width: 310px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.topMv::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .topMv::after {
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
            clip-path: polygon(0 100%, 100% 0, 100% 100%);
  }
}
@media screen and (max-width: 768px) {
  .topMv::after {
    -webkit-clip-path: polygon(-135% 100%, 100% 0, 100% 100%);
            clip-path: polygon(-135% 100%, 100% 0, 100% 100%);
  }
}
.topMv-caption {
  position: absolute;
  bottom: 100px;
  z-index: 9;
}
@media screen and (min-width: 769px) {
  .topMv-caption {
    right: 50px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topMv-caption {
    right: 14px;
    font-size: 0.9rem;
  }
}

.Header-hamburger {
  display: none; /* 初期状態では非表示 */
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; /* モーダルを最前面に */
  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;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 背景を半透明に */
}

.modal-content {
  padding: 20px;
  max-width: 400px;
  width: 80%;
  border-radius: 5px;
  background: white;
}

.close-button {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.Header-list {
  padding: 0;
  list-style: none;
}

/* 画面幅767px以下のスタイル */
@media (max-width: 767px) {
  .Header-list {
    display: none; /* メニューを非表示 */
  }
  .Header-hamburger {
    display: block; /* ハンバーガーボタンを表示 */
  }
}
.topAbout {
  position: relative;
  background: #ffe066;
}
@media screen and (min-width: 769px) {
  .topAbout {
    margin-top: 250px;
    padding: 0 0 200px;
  }
}
@media screen and (max-width: 768px) {
  .topAbout {
    margin-top: 80px;
    padding: 0 0 170px;
  }
}
.topAbout::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .topAbout::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%);
  }
}
@media screen and (max-width: 768px) {
  .topAbout::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 35%);
            clip-path: polygon(0 0, 100% 0%, 100% 35%);
  }
}
.topAbout-ttl {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .topAbout-ttl {
    width: 771px;
  }
}
@media screen and (max-width: 768px) {
  .topAbout-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .topAbout-ttl img {
    height: 39px;
  }
}
.topAbout-list {
  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: 769px) {
  .topAbout-list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topAbout-list {
    gap: 70px;
    margin-top: 40px;
  }
}
.topAbout-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .topAbout-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topAbout-list-item:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .topAbout-list-item-contents {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .topAbout-list-item-contents {
    width: 100%;
  }
}
.topAbout-list-item-contents-ctg {
  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;
  padding: 5px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  background: #fff;
  color: #ffe066;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .topAbout-list-item-contents-ctg {
    height: 36px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .topAbout-list-item-contents-ctg {
    height: 32px;
    font-size: 1.8rem;
  }
}
.topAbout-list-item-contents-ttl {
  font-weight: 700;
  line-height: 1.6em;
}
@media screen and (min-width: 769px) {
  .topAbout-list-item-contents-ttl {
    margin-top: 32px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .topAbout-list-item-contents-ttl {
    margin-top: 24px;
    font-size: 2.4rem;
  }
}
.topAbout-list-item-contents-txt {
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.6em;
}
@media screen and (min-width: 769px) {
  .topAbout-list-item-contents-txt {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topAbout-list-item-contents-txt {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .topAbout-list-item-img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .topAbout-list-item-img {
    width: 100vw;
    overflow-wrap: normal;
  }
}

.topLine {
  position: relative;
}
@media screen and (min-width: 769px) {
  .topLine {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 768px) {
  .topLine {
    padding: 80px 0 170px;
  }
}
.topLine-ttl {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .topLine-ttl {
    width: 238px;
  }
}
@media screen and (max-width: 768px) {
  .topLine-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .topLine-ttl img {
    height: 59px;
  }
}
.topLine::after {
  content: "";
  position: absolute;
  top: -100px;
  width: 100%;
  height: 100px;
  background: #fff;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .topLine::after {
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
            clip-path: polygon(0 100%, 100% 0, 100% 100%);
  }
}
@media screen and (max-width: 768px) {
  .topLine::after {
    -webkit-clip-path: polygon(0 100%, 175% 0, 100% 100%);
            clip-path: polygon(0 100%, 175% 0, 100% 100%);
  }
}
.topLine-list {
  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;
}
@media screen and (min-width: 769px) {
  .topLine-list {
    gap: 40px 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .topLine-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
    margin-top: 40px;
  }
}
.topLine-list-item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .topLine-list-item {
    max-width: 370px;
    width: calc(33% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .topLine-list-item {
    width: 100%;
  }
}
.topLine-list-item-ttl {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .topLine-list-item-ttl {
    margin-top: 80px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topLine-list-item-ttl {
    margin-top: 26px;
    font-size: 2rem;
  }
}
.topLine-list-item-url {
  color: #1a1a1a;
}
.topLine-list-item-url:hover {
  opacity: 1;
}
.topLine-list-item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 12px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 700px;
  background: #ffe066;
  color: #000;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .topLine-list-item-link {
    padding: 2px 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .topLine-list-item-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 10px;
    width: 80%;
    font-size: 1.8rem;
  }
}
.topLine-list-item-link::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/link_icon.png);
  background-size: contain;
}
.topLine-list-item-img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .topLine-list-item-img {
    margin: 0 auto;
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .topLine-list-item-img {
    margin-right: 20px;
    margin-left: auto;
    width: 200px;
  }
}
.topLine-list-item-img img {
  -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;
}
@media screen and (min-width: 769px) {
  .topLine-list-item-img img:hover {
    animation: topLine-list-item-img 1.8s ease-in-out infinite alternate-reverse;
  }
}
@media screen and (max-width: 768px) {
  .topLine-list-item-img img {
    animation: topLine-list-item-img 1.8s ease-in-out infinite alternate-reverse;
  }
}
.topLine-list-item-img::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 40%;
  height: 8px;
  border-radius: 80px/4px;
  background-color: transparent;
  -webkit-box-shadow: 0 40px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 40px 15px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .topLine-list-item-img:hover::after {
    animation: shadowWidth 1.8s ease-in-out infinite alternate-reverse;
  }
}
@media screen and (max-width: 768px) {
  .topLine-list-item-img::after {
    animation: shadowWidth 1.8s ease-in-out infinite alternate-reverse;
  }
}
.topLine-list-item-click {
  margin-top: -125px;
  padding-left: 50px;
  height: 224px;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.topLine-list-item-hover {
  position: absolute;
  bottom: -450px;
  left: -65px;
  z-index: -1;
  padding: 20px;
  width: 124px;
  height: 800px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@-webkit-keyframes topLine-list-item-img {
  0% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}

@keyframes topLine-list-item-img {
  0% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
@-webkit-keyframes shadowWidth {
  0% {
    width: 50%;
  }
  100% {
    width: 30%;
  }
}
@keyframes shadowWidth {
  0% {
    width: 50%;
  }
  100% {
    width: 30%;
  }
}
:has(.topLine-list-item-img:hover) .topLine-list-item-hover {
  opacity: 1;
}

.char-bounce {
  display: inline-block;
  -webkit-animation: bounceIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: bounceIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.topSpecial {
  position: relative;
  background: #ffe066;
}
@media screen and (min-width: 769px) {
  .topSpecial {
    margin-top: 250px;
    padding: 0 0 200px;
  }
}
@media screen and (max-width: 768px) {
  .topSpecial {
    margin-top: 0;
    padding: 0 0 170px;
  }
}
.topSpecial::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .topSpecial::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%);
  }
}
@media screen and (max-width: 768px) {
  .topSpecial::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 35%);
            clip-path: polygon(0 0, 100% 0%, 100% 35%);
  }
}
.topSpecial-ttl {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .topSpecial-ttl {
    width: 475px;
  }
}
@media screen and (max-width: 768px) {
  .topSpecial-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .topSpecial-ttl img {
    height: 53px;
  }
}
.topSpecial-list {
  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: 769px) {
  .topSpecial-list {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .topSpecial-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 48px;
  }
}
@media screen and (min-width: 769px) {
  .topSpecial-list-item {
    width: calc(33% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .topSpecial-list-item {
    margin: 0 auto;
    width: 80%;
  }
}
.topSpecial-list-item-link {
  display: block;
  border-radius: 50%;
}
.topSpecial-list-item-link-img {
  position: relative;
  border-radius: 50%;
}
.topSpecial-list-item-link-img img {
  border-radius: 50%;
}
.topSpecial-list-item-link-img-mask {
  position: absolute; /* 絶対位置指定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0; /* マスクを表示しない */
}
.topSpecial-list-item-link-img-mask:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.topSpecial-list-item-link-img-mask-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.6em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .topSpecial-list-item-link-img-mask-txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .topSpecial-list-item-link-img-mask-txt {
    font-size: 1.8rem;
  }
}
.topSpecial-link {
  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;
  margin: 80px auto 0;
  height: 80px;
  background: #000;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .topSpecial-link {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .topSpecial-link {
    width: 100%;
  }
}

.topMessage {
  position: relative;
}
@media screen and (min-width: 769px) {
  .topMessage {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topMessage {
    padding: 100px 0 0;
  }
}
.topMessage::after {
  content: "";
  position: absolute;
  top: -100px;
  width: 100%;
  height: 100px;
  background: #fff;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .topMessage::after {
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
            clip-path: polygon(0 100%, 100% 0, 100% 100%);
  }
}
@media screen and (max-width: 768px) {
  .topMessage::after {
    -webkit-clip-path: polygon(0 100%, 175% 0, 100% 100%);
            clip-path: polygon(0 100%, 175% 0, 100% 100%);
  }
}
.topMessage-ttl {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .topMessage-ttl {
    width: 439px;
  }
}
@media screen and (max-width: 768px) {
  .topMessage-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .topMessage-ttl img {
    height: 59px;
  }
}
.topMessage-body {
  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;
}
@media screen and (min-width: 769px) {
  .topMessage-body {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .topMessage-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 80px;
  }
}
.topMessage-body-img {
  margin: 0 auto;
  max-width: 420px;
}
@media screen and (min-width: 769px) {
  .topMessage-body-img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .topMessage-body-img {
    width: 100%;
  }
}
.topMessage-body-img img {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .topMessage-body-img img {
    border: 1px solid #000;
  }
}
@media screen and (min-width: 769px) {
  .topMessage-body-contents {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .topMessage-body-contents {
    width: 100%;
  }
}
.topMessage-body-contents-txt {
  color: #000;
  font-weight: 400;
  line-height: 1.8em;
}
@media screen and (min-width: 769px) {
  .topMessage-body-contents-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topMessage-body-contents-txt {
    font-size: 1.4rem;
  }
}