*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #000000;
  color: #000000;
  font-family: "Noto Sans", sans-serif;
}

a {
  transition: 0.3s;
  color: #000000;
  text-decoration: none;
}

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

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

.l-header__wrapper {
  padding-top: 2.4375rem;
}

.l-header__logo {
  position: relative;
  z-index: 20;
  width: 5.875rem;
  height: 3.8125rem;
}

.l-header__logo img {
  -o-object-fit: contain;
  width: 5.875rem;
  max-width: 100%;
  height: 3.8125rem;
  object-fit: contain;
}

.l-main {
  margin-top: 112;
}

.l-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 2.5rem;
  width: 100%;
  max-width: 1220px;
  height: inherit;
}

.l-inner.l-header__inner {
  margin: 0 auto;
  padding: 0 5.5rem;
  max-width: 100%;
}

.l-inner.l-footer-inner {
  width: 82.5rem;
  max-width: 100%;
}

.l-footer {
  background: #000;
  padding-top: 3.3125rem;
  padding-bottom: 1.9375rem;
  color: #ffffff;
}

.l-footer__itemWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.l-footer__logoWrap {
  margin-left: 1.625rem;
  width: 9.1875rem;
  height: 5.625rem;
}

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

.l-footer__navItem .linkText {
  border-left: 1px solid #ffffff;
  padding-right: 1.6875rem;
  padding-left: 1.6875rem;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0em;
}

.l-footer__navItemWrap {
  margin-left: 1rem;
}

.l-footer__navItem .link {
  transition: all 0.3s ease;
}

.l-footer__navItem .link01 .linkText {
  border-left: none;
}

.l-footer__copyright {
  margin-top: 0.8125rem;
}

.l-footer__copyright .text {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

.l-section__top-about,
.l-section__top-overviwe {
  position: relative;
  background: url(../img/top/bg-img.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-section__top-meeting {
  margin-top: -2rem;
  background: #000000;
}

.l-section__top-form {
  background: #ffffff;
}

.l-section__top-talk,
.l-section__top-case {
  position: relative;
}

.c-registration-btnWrap {
  position: fixed;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  z-index: 100;
  transition: all 0.8s ease;
  border-top-left-radius: 0.5625rem;
  border-bottom-left-radius: 0.5625rem;
  background: #000000;
}

.c-registration-btn {
  display: inline-block;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: linear-gradient(180deg, #000 0%, #f00 98.71%);
  width: 5rem;
  height: 20.625rem;
}

.c-registration-btn .text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.31em;
  writing-mode: vertical-rl;
}

.c-registration-btn:after {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  width: 0.0625rem;
  height: 2.6875rem;
  content: "";
}

.c-sectionTitle {
  color: #ffffff;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1.15;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.06em;
}

.c-sectionTitle.title-bk {
  color: #000000;
}

.c-sectionTitle__sub {
  display: inline-block;
  margin-top: 1.125rem;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0em;
}

.c-timeInfoWrap {
  position: absolute;
}

.c-timeInfo__textWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 10;
  border: 0.74px solid #000000;
  border-radius: 999px;
  background: #ffffff;
  width: 6.75rem;
  height: 6.75rem;
}

.c-timeInfo__textWrap .text {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0em;
}

.c-timeInfo__textWrap .time {
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}

.c-timeInfo__textWrap .min {
  padding-top: 0.625rem;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0em;
}

.c-link-arrow {
  position: absolute;
  right: 2rem;
  bottom: 0;
  transition: all 0.3s ease;
  width: 4.4375rem;
  height: 4.4375rem;
}

.c-mapLink {
  display: inline-block;
}

.c-mapLink__icon {
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000000;
  width: 2.1875rem;
  height: 1.0625rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
}

.c-page-scrollTop {
  display: none;
  position: fixed;
  bottom: 2.5rem;
  left: 1.25rem;
  z-index: 30;
  transition: all 0.3s ease;
  width: 4rem;
  height: 4rem;
}

.c-page-scrollTop img {
  -o-object-fit: cover;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.c-title-bgText {
  position: absolute;
  top: 0;
  left: 0;
}

.c-title-bgText .text {
  opacity: 0.4;
  color: #a1a1a1;
  font-weight: 700;
  font-size: 12.5rem;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.02em;
}

.c-title-bgText.text01 {
  top: 2.5rem;
  left: 4.375rem;
}

.c-title-bgText.text02 {
  top: 2.5rem;
  left: 4.375rem;
}

.c-times-sign__Wrap {
  position: absolute;
}

.c-times-sign__icon {
  width: 6.125rem;
  height: 6.125rem;
}

.c-bottom-btn__Wrap {
  background: #ffffff;
}

.c-bottom-btn {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(93deg, #000 -43.81%, #f00 107.89%);
  width: 680px;
  max-width: 100%;
  height: 7.1875rem;
  pointer-events: none;
  text-align: center;
}

.c-bottom-btn .text {
  color: #ffffff;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0em;
}

.c-bottom-btn:before {
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
  background: #ffffff;
  width: 5rem;
  height: 0.0625rem;
  content: "";
}

.c-bottom-btn:after {
  position: absolute;
  top: 48%;
  right: 0;
  transform: translateY(-50%);
  background: #ffffff;
  width: 5rem;
  height: 0.0625rem;
  content: "";
}

.c-bottom-btn__Wrap {
  display: none;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}

.p-top-mv {
  position: relative;
  background: url(../img/top/top-mv.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-top-mv__text-inner-container {
  display: inline-block;
  display: inline-block;
  background: url(../img/top/top-bg-line.png);
  background-position: top 0 left 0;
  background-size: 8.875rem;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-right: 5rem;
  padding-left: 4rem;
}

.p-top-mv__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 38.125rem;
  max-width: 100%;
}

.p-top-mv__textWrap {
  text-align: center;
}

.p-top-mv__textWrap.wrap01 .text {
  color: #ffffff;
  font-weight: 700;
  font-size: 5.3125rem;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0em;
}

.p-top-mv__textWrap.wrap02 {
  position: relative;
}

.p-top-mv__textWrap.wrap02 .logo-text {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  margin-top: 0.8rem;
  width: 8.5625rem;
  height: 5.125rem;
}

.p-top-mv__textWrap.wrap02 .logo-text img {
  -o-object-fit: contain;
  width: 8.5625rem;
  max-width: 100%;
  object-fit: contain;
}

.p-top-mv__textWrap.wrap02 .year {
  margin-top: -5rem;
  background: linear-gradient(181deg, #000 -7.26%, #ec2e2e 101.04%, #f00 101.04%);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
  font-size: 9.375rem;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.15em;
}

.p-top-mv__textWrap.wrap02 .text {
  position: relative;
  margin-top: 1.6875rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.2em;
}

.p-top-mv__textWrap.wrap02 .text:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #ffffff;
  width: 3.5rem;
  height: 0.0625rem;
  content: "";
}

.p-top-mv__textWrap.wrap02 .text:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #ffffff;
  width: 3.5rem;
  height: 0.0625rem;
  content: "";
}

.p-top-mv__textWrap.wrap02 .year {
  -webkit-background-clip: text;
  background-clip: text;
}

.p-top-mv__textWrap.wrap03 {
  margin-top: 1.875rem;
  padding-bottom: 7.25rem;
  color: #ffffff;
}
@media screen and (max-width: 860px) {
  .p-top-mv__textWrap.wrap03 {
    margin-top: 1rem;
    padding-bottom: 5.25rem;
  }
}
@media screen and (max-width: 460px) {
  .p-top-mv__textWrap.wrap03 {
    padding-bottom: 2rem;
  }
}

.p-top-mv__textWrap.wrap03 .textWrap__top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.p-top-mv__textWrap.wrap03 .textWrap__top .textWrap__top-left .day {
  font-weight: 700;
  font-size: 4.5625rem;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0em;
}

.p-top-mv__textWrap.wrap03 .textWrap__top .textWrap__top-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0.5rem;
}

.p-top-mv__textWrap.wrap03 .textWrap__top .textWrap__top-right .week {
  margin-left: 0.1875rem;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  line-height: 1.5;
  letter-spacing: 0em;
}

.p-top-mv__textWrap.wrap03 .textWrap__top .textWrap__top-right .time {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  line-height: 1.4;
  letter-spacing: 0em;
}

.p-top-mv__textWrap.wrap03 .textWrap__bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #ffffff;
  border-radius: 3.125rem;
  width: 10.8125rem;
  height: 2.625rem;
}

.p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-left .text {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

.p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-right {
  margin-left: 0.75rem;
}

.p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-right .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1;
  line-height: 1.2;
  letter-spacing: 0em;
}

.p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-right .text .size-14 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  display: inline-block;
  padding-top: 5px;
}

.p-top-mv__Btn-container {
  position: absolute;
  bottom: -3.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.p-top-mv__BtnWrap {
  background: #ffffff;
}

.p-top-mv__textWrap.wrap02,
.p-top-mv__textWrap.wrap03 {
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: 100;
}

.p-top-about {
  padding-top: 5.1875rem;
  padding-bottom: 6.25rem;
  text-align: center;
}
.p-top-about__youtube {
  margin-top: 50px;
  max-width: 100%;
}
@media screen and (max-width: 858px) {
  .p-top-about__youtube {
    padding-top: 56.172%;
    position: relative;
  }
  .p-top-about__youtube iframe {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}
.p-top-about__topLogo {
  margin: 0 auto;
  width: 19.0625rem;
  height: 18.75rem;
}

.p-top-about__topLogo img {
  -o-object-fit: contain;
  width: 19.0625rem;
  height: 18.75rem;
  object-fit: contain;
}

.p-top-about__topTextWrap {
  margin-top: -3rem;
}

.p-top-about__topTextWrap .text {
  font-weight: 700;
  font-size: 2.0625rem;
  line-height: 2;
  letter-spacing: 0.016em;
}

.p-top-about__textWrap {
  margin-top: 1rem;
}

.p-top-about__textWrap .text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.9375;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-about__bottomTextWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
}

.p-top-about__bottomTextWrap .info {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 0.8461538462;
  letter-spacing: 0.05em;
}

.p-top-about__bottomTextWrap .name {
  margin-left: 0.75rem;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-top-openingInfo {
  position: relative;
  background-image: url("../img/top/bottom-bg.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}

.p-top-openingInfo__itemWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 11;
  background: url(../img/top/top-bg-line.png);
  background-position: top 1rem left 8rem;
  background-size: 8.875rem 21.5625rem;
  background-repeat: no-repeat;
  padding-top: 3.8125rem;
  padding-bottom: 5.25rem;
}

.p-top-openingInfo__imgWrap {
  width: 20.625rem;
  height: 20.625rem;
}

.p-top-openingInfo__textWrap {
  margin-top: -2rem;
  margin-left: 3.125rem;
  color: #ffffff;
}

.p-top-openingInfo__textWrap .title {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.375rem;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1.15;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.024em;
}

.p-top-openingInfo__personInfoWrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.625rem;
}

.p-top-openingInfo__personInfoWrap .name {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-top-openingInfo__personInfoWrap .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0em;
}

.p-top-openingInfo__bottomImgWrap {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.p-top-talk {
  background: url(../img/top/bg-line02.png);
  background-position: top 1rem left 7.8rem;
  background-size: 9.1875rem;
  background-repeat: no-repeat;
  padding-top: 4.875rem;
  padding-bottom: 11.25rem;
}

.p-top-talk__title {
  text-align: center;
}

.p-top-talk__mainItem-container {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  border: 3px solid transparent;
  border-image-source: linear-gradient(125.67deg, #000000 0.52%, #00ff00 100%);
  border-image-slice: 1;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  background: #ffffff;
  width: 66.0625rem;
  max-width: 100%;
}

.p-top-talk__mainItem-top__titleWrap {
  position: relative;
  margin-top: 4rem;
  background: linear-gradient(88deg, #000 0.18%, #0f0 111.7%);
  padding-left: 5rem;
  -webkit-text-fill-color: transparent;
}

.p-top-talk__mainItem-top__titleWrap .text {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.032em;
}
.p-top-talk__mainItem-top__titleWrap .text.--sm {
  font-size: 2rem;
}
@media screen and (max-width: 858px) {
  .p-top-talk__mainItem-top__titleWrap .text.--sm {
    font-size: 1.7rem;
  }
}

.p-top-talk__mainItem-top__titleWrap {
  -webkit-background-clip: text;
  background-clip: text;
}

.p-top-talk__mainItem-container.container01 {
  margin-top: 4.9375rem;
  padding: 4rem 1.375rem 4rem 1.625rem;
}

.p-top-talk__mainItem-container.container01 .p-top-talk__mainItem-topWrap {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.p-top-talk__mainItem-bottomWrap {
  position: relative;
}

.c-times-sign__Wrap.p-top-talk__mainItem-top__times-signWrap.wrap01 {
  bottom: -2rem;
  left: 52%;
  transform: translateX(-60%);
}

.c-times-sign__Wrap.p-top-talk__mainItem-bottom__times-signWrap {
  display: none;
}

.p-top-talk__mainItem-top.infoWrap01 .p-top-talk__mainItem-top__textWrap {
  margin-top: 4.1875rem;
  width: 22.0625rem;
  max-width: 100%;
}

.p-top-talk__mainItem-top.infoWrap01 .p-top-talk__mainItem-top__textWrap .text {
  padding-bottom: 3rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8125;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-talk__mainItem-top.infoWrap02 {
  margin-left: 7.75rem;
  width: 25rem;
  max-width: 100%;
}

.p-top-talk__mainItem-top.infoWrap02 .imgWrap {
  position: relative;
  width: 25rem;
  height: 25rem;
}

.p-top-talk__mainItem-top.infoWrap02 .textWrap {
  margin-top: 3rem;
  margin-left: 5rem;
  width: 17rem;
  max-width: 100%;
}

.p-top-talk__mainItem-top.infoWrap02 .textWrap .name {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.3235294118;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}

.p-top-talk__mainItem-top.infoWrap02 .textWrap .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8125;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-talk__mainItem-bottomWrap {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 6rem;
  padding-left: 3rem;
}

.p-top-talk__mainItem-bottom--left {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.p-top-talk__mainItem-bottom--left .imgWrap {
  position: relative;
  width: 14.375rem;
  height: 14.375rem;
}

.p-top-talk__mainItem-bottom--left .textWrap {
  margin-left: 1.375rem;
}

.p-top-talk__mainItem-bottom--left .textWrap .name {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.3235294118;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}

.p-top-talk__mainItem-bottom--left .textWrap .info {
  margin-top: 1.375rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-talk__mainItem-top.infoWrap02 .p-top-talk__mainItem-bottom--left {
  padding-bottom: 3rem;
}

.p-top-talk__mainItem-bottom--right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 3.5rem;
}

.p-top-talk__mainItem-bottom--right .imgWrap {
  position: relative;
  width: 14.375rem;
  height: 14.375rem;
}

.p-top-talk__mainItem-bottom--right .imgWrap .p-top-talk__link-arrow {
  right: -0.625rem;
  bottom: -0.625rem;
}

.p-top-talk__mainItem-bottom--right .textWrap {
  margin-left: 3.1875rem;
  width: 13.75rem;
  max-width: 100%;
}

.p-top-talk__mainItem-bottom--right .textWrap .model {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-talk__mainItem-bottom--right .textWrap .name {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.3235294118;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}

.p-top-talk__mainItem-bottom--right .textWrap .info {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-talk__mainItem-bottom--right .textWrap .info .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-top-talk__mainItem-top__times-signWrap.wrap02 {
  top: 4rem;
  left: 53%;
  transform: translateX(-50%);
}

.p-top-talk__mainItem-container.container02 {
  margin-top: 3.875rem;
  padding: 7.75rem 1.375rem 3.6875rem 1.625rem;
}

.p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-top__titleWrap {
  margin-top: 0;
}

.p-top-talk__mainItem-container.container02 .p-top-talk__mainItemWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54.875rem;
  max-width: 100%;
}

.p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-top__titleWrap {
  width: 49.3125rem;
  max-width: 100%;
}

.p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-top__textWrap {
  margin-top: 4.6875rem;
}

.p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-top__textWrap .text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8125;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-bottomWrap {
  margin-top: 4.6875rem;
}

.p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-bottomWrap {
  padding-left: 0;
}

.p-top-talk__mainItem-bottom--left .imgWrap.size-bg {
  width: 20.625rem;
  height: 20.625rem;
}

.p-top-talk__mainItem-bottom--left .imgWrap.size-bg .p-top-talk__link-arrow {
  right: 0.8rem;
  bottom: 0;
}

.p-top-talk__mainItem-bottom--left.item02 {
  align-items: flex-end;
}

.p-top-talk__mainItem-bottom--right.to-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5rem;
  padding-left: 1.375rem;
  width: 18.75rem;
  max-width: 100%;
}

.p-top-talk__mainItem-bottom--right.to-bottom .textWrap {
  margin-top: 1.875rem;
  margin-left: 1.3rem;
}

.p-top-talk__timeInfo {
  top: -1.875rem;
  right: -1.875rem;
}

.p-top-talk__bottomImgWrap {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.p-top-case {
  background: url(../img/top/bg-line03.png);
  background-position: top 1rem left 8rem;
  background-size: 8.875rem;
  background-repeat: no-repeat;
  padding-top: 6.4375rem;
  padding-bottom: 12.375rem;
}

.p-top-case__title {
  text-align: center;
}

.p-top-case__mainItem-container {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  margin-top: 5rem;
  border: 3px solid transparent;
  border-image-source: linear-gradient(88deg, #000 0.41%, #00f 78.36%);
  border-image-slice: 1;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  background: #ffffff;
  padding: 5rem 1.375rem 3rem 1.625rem;
  width: 66.0625rem;
  max-width: 100%;
}

.p-top-case__mainItem-top__titleWrap {
  background: linear-gradient(88deg, #000 0.41%, #00f 78.36%);
  max-width: 100%;
  -webkit-text-fill-color: transparent;
}

.p-top-case__mainItem-top__titleWrap .text {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.032em;
}

.p-top-case__mainItem-top__titleWrap {
  -webkit-background-clip: text;
  background-clip: text;
}

.p-top-case__mainItem-topWrap {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-left: 4rem;
}

.p-top-case__mainItem-top__times-signWrap {
  bottom: -3rem;
  left: 48%;
  transform: translateX(-50%);
}

.p-top-case__mainItem-top__textWrap {
  margin-top: 2.8125rem;
  width: 32.4375rem;
  max-width: 100%;
}

.p-top-case__mainItem-top__textWrap .text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8125;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-case__mainItem-top.infoWrap02 {
  margin-left: 6rem;
  width: 14.375rem;
  max-width: 100%;
}

.p-top-case__mainItem-top.infoWrap02 .imgWrap {
  margin-top: 2rem;
  width: 14.375rem;
  height: 14.375rem;
}

.p-top-case__mainItem-top.infoWrap02 .textWrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 1.5625rem;
  padding-left: 1.875rem;
  width: 14.375rem;
  max-width: 100%;
}

.p-top-case__mainItem-top.infoWrap02 .textWrap .name {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.4705882353;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}

.p-top-case__mainItem-top.infoWrap02 .textWrap .info .item {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-case__mainItem-bottomWrap {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 6.5rem;
  padding-left: 3rem;
}

.p-top-case__mainItem-bottom--left {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.p-top-case__mainItem-bottom--left .imgWrap {
  width: 14.375rem;
  height: 14.375rem;
}

.p-top-case__mainItem-bottom--left .textWrap {
  margin-left: 1.375rem;
  max-width: 100%;
}

.p-top-case__mainItem-bottom--left .textWrap .name {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.3235294118;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}

.p-top-case__mainItem-bottom--left .textWrap .info {
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-case__mainItem-bottom--right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 1.5625rem;
}

.p-top-case__mainItem-bottom--right .imgWrap {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 2rem;
  width: 14.375rem;
  height: 14.375rem;
}

.p-top-case__mainItem-bottom--right .imgWrap .p-top-case__link-arrow {
  right: 0;
  bottom: -0.625rem;
}

.p-top-case__mainItem-bottom--right .imgWrap .addInfo {
  position: absolute;
  bottom: -2rem;
  font-weight: 400;
  font-size: 0.5rem;
  line-height: 1.375;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-case__mainItem-bottom--right .textWrap {
  margin-left: 1.375rem;
  padding-top: 2.375rem;
  width: 13.75rem;
  max-width: 100%;
}

.p-top-case__mainItem-bottom--right .textWrap .model {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-case__mainItem-bottom--right .textWrap .name {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.6176470588;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}

.p-top-case__mainItem-bottom--right .textWrap .info {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-case__mainItem-bottom--right .textWrap .info .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.7;
}

.p-top-case__timeInfo {
  top: -1.875rem;
  right: -1.875rem;
}

.p-top-case__timeInfo .c-timeInfo__textWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-top-case__timeInfo .timeInfo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.c-times-sign__Wrap.p-top-case__mainItem-bottom__times-signWrap {
  display: none;
}

.p-top-case__bottomImgWrap {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.p-top-meeting {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../img/top/bg-line01.png);
  background-position: top 0 left 7.6rem;
  background-size: 9.5625rem 21.5rem;
  background-repeat: no-repeat;
  padding-top: 7.0625rem;
  padding-bottom: 6.25rem;
  color: #ffffff;
}

.p-top-meeting__topText {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.5;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0em;
}

.c-sectionTitle.p-top-meeting__title {
  margin-top: -1rem;
  border-bottom: 0.0625rem solid #ffffff;
  padding-bottom: 1rem;
  line-height: 1;
  text-align: center;
}

.p-top-meeting__mainTextWrap {
  margin-top: 1.75rem;
}

.p-top-meeting__mainTextWrap .text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.9375;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-top-overviwe {
  margin: 0 auto;
  padding-top: 5.875rem;
  padding-bottom: 7.9375rem;
  width: 65.9375rem;
  max-width: 100%;
}

.p-top-overview__title {
  text-align: center;
}

.p-top-overview__itemWrap {
  margin-top: 2.5625rem;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif !important;
}

.p-top-overview__item-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.36);
  height: 5.75rem;
}

.p-top-overview__item-list .title {
  flex-shrink: 0;
  width: 12.5rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0em;
}

.p-top-overview__item-list .data {
  flex: 1;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0em;
  letter-spacing: 0.018em;
}

.p-top-overview__item-list .data .size-14 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2.5714285714;
  letter-spacing: 0em;
}

.p-top-form {
  padding-top: 4.5625rem;
  padding-bottom: 4.75rem;
}

.p-top-form__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4375;
  letter-spacing: 0.069em;
  text-align: center;
}

.p-top-form__topText {
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 3.8888888889;
  letter-spacing: 0em;
  text-align: center;
}

.p-top-modalItemWrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  padding: 0 2.5rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.p-top-modalItemWrap.visible {
  display: block;
  visibility: visible;
  opacity: 1;
}

.p-top-modalItem__bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #545454;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-top-modalItem-content {
  /* スクロールバー非表示 */
  -ms-overflow-style: none;
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

.p-top-modalItem-content::-webkit-scrollbar {
  display: none;
}

.p-top-modalItem-border {
  position: relative;
  top: 6.25rem;
  bottom: 6.25rem;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10rem;
  width: 76.4375rem;
  max-width: 100%;
  overflow-x: hidden;
}

.p-top-modalItem {
  position: relative;
  z-index: 111;
  background-color: #ffffff;
  width: 76.4375rem;
  max-width: 100%;
}

.p-top-modalItem__topInfo {
  position: absolute;
  top: 2.75rem;
  left: 8.9375rem;
}

.p-top-modalItem__topInfo .text-img {
  width: 8.875rem;
  height: 7.25rem;
}

.p-top-modalItem__topInfo .text-img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-modalItem__iconWrap {
  position: absolute;
  top: 1.75rem;
  right: 1.875rem;
  z-index: 222;
}

.p-top-modalItem__icon {
  position: relative;
  width: 2.8125rem;
  height: 2.8125rem;
}

.p-top-modalItem__icon .bar {
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: center;
  background: #000;
  width: 100%;
  height: 0.0625rem;
}

.p-top-modalItem__icon .bar1 {
  transform: rotate(45deg);
}

.p-top-modalItem__icon .bar2 {
  transform: rotate(-45deg);
}

.p-top-modalItem__mainWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.p-top-modalItem__imgWrap {
  position: relative;
  flex-shrink: 0;
  z-index: 10;
  width: 24.375rem;
  height: 24.375rem;
}

.p-top-modalItem__imgWrap .addInfo {
  position: absolute;
  right: 1rem;
  bottom: -1rem;
  font-weight: 500;
  font-size: 0.5rem;
  line-height: 1.375;
  letter-spacing: 0em;
}

.p-top-modalItem__textWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 4.8125rem;
  width: 36.0625rem;
  max-width: 100%;
}

.p-top-modalItem__textWrap .infoWrap .info {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8125;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-modalItem__textWrap .nameWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.p-top-modalItem__textWrap .nameWrap .name {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.3235294118;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}

.p-top-modalItem__textWrap .nameWrap .en-name {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0em;
}

.p-top-modalItem__textWrap .nameWrap .en-name .name-line-right {
  display: none;
}

.p-top-modalItem__textWrap .textWrap {
  margin-top: 1rem;
}

.p-top-modalItem__textWrap .textWrap .text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8125;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.p-top-modalItem__textWrap .linkWrap {
  margin-top: 1.375rem;
}

.p-top-modalItem__textWrap .linkWrap .link {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0em;
  letter-spacing: 0.01em;
}

.p-top-talk__modalItems .p-top-modalItem-border {
  border-radius: 0.9375rem;
  background-image: linear-gradient(125.67deg, #000000 0.52%, #00ff00 100%);
  padding: 3px;
  overflow: hidden;
}

.p-top-talk__modalItems .p-top-modalItem {
  border-radius: 0.9375rem;
  background-image: url(../img/top/bg-line02.png);
  background-position: top 0 left 0;
  background-size: 6.9375rem 23.3125rem;
  background-repeat: no-repeat;
  padding: 11.25rem 1.375rem 5.625rem 1.375rem;
}

.p-top-talk__modalItems .p-top-modalItem.w-link {
  padding: 11.25rem 1.375rem 3rem 1.375rem;
}

.p-top-case__modalItems .p-top-modalItem-border {
  border-radius: 0.9375rem;
  background-image: linear-gradient(181deg, #000 -7.26%, #00f 101.04%);
  padding: 3px;
  overflow: hidden;
}

.p-top-case__modalItems .p-top-modalItem {
  border-radius: 0.9375rem;
  background-image: url(../img/top/bg-line03.png);
  background-position: top 0 left 0;
  background-size: 6.9375rem 23.3125rem;
  background-repeat: no-repeat;
  padding: 11.25rem 1.375rem 5.625rem 1.375rem;
}

.p-top-modalItem__bgText {
  position: absolute;
  top: 3rem;
  left: 23.1875rem;
}

.p-top-modalItem__bgText .text {
  opacity: 0.4;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 10.625rem;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.017em;
}

.modal-image {
  transition: all 0.3s ease;
}

.no-scroll {
  height: 100vh;
  overflow: hidden;
}

.u-animation__fadeInUp,
.u-animation__fadeInLeft,
.u-animation__fadeInRight,
.u-animation__fadeInLeftBig,
.u-animation__fadeInRightBig {
  opacity: 0;
}

/* フェードイン時に入るクラス */

.js-fadeInUp {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInUpContents;
}

.js-fadeInUp__delay--1s {
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInUpContents;
}

.js-fadeInUp__delay--15s {
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-name: fadeInUpContents;
}

.js-fadeInUp__delay--2s {
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-name: fadeInUpContents;
}

.js-fadeInLeft {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInLeftContents;
}

.js-fadeInLeft__delay--05s {
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-name: fadeInLeftContents;
}

.js-fadeInLeft__delay--1s {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInLeftContents;
}

.js-fadeInLeft__delay--2s {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInLeftContents;
}

.js-fadeInLeftBig {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInLeftBigContents;
}

.js-fadeInLeftBig__delay--1s {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInLeftBigContents;
}

.js-fadeInLeftBig__delay--2s {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInLeftBigContents;
}

.js-fadeInRight {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInRightContents;
}

.js-fadeInRight__delay--1s {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInRightContents;
}

.js-fadeInRight__delay--2s {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInRightContents;
}

.js-fadeInRightBig {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInRightBigContents;
}

.js-fadeInRightBig__delay--1s {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInRightBigContents;
}

.js-fadeInRightBig__delay--2s {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInRightBigContents;
}

.u-text-red {
  color: #ff0000;
}

.u-text-honorific {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.5;
  letter-spacing: 0.03em;
}

.u-text-ja {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -1px !important;
}

.u-text-noto {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: -1px !important;
}

.u-sp-018 {
  letter-spacing: 0.018em;
}

/*========= 流れるテキスト ===============*/

.u-slide-in {
  display: inline-block;
  overflow: hidden;
}

.u-slide-in_inner {
  display: inline-block;
}

.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: slideTextX100;
}

.slideAnimeRightLeft {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: slideTextX-100;
}

.test {
  position: relative;
  padding: 100px 200px;
  color: red;
  font-weight: 700;
  font-size: 100px;
}

::-moz-placeholder {
  color: gray;
}

::placeholder {
  color: gray;
}

.image {
  background-image: url(image@1x.png);
}

@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }

  .l-footer__navItem .link:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
  }

  .c-registration-btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  .c-link-arrow:hover {
    transform: translateX(0.4rem);
    transition: all 0.3s ease;
  }

  .c-mapLink:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  .c-page-scrollTop:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  .c-bottom-btn:hover {
    opacity: 0.7;
  }

  .p-top-modalItem__icon:hover {
    cursor: pointer;
  }

  .p-top-modalItem__textWrap .linkWrap .link:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  .modal-image:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .modal-image:hover .c-link-arrow {
    transform: translateX(0.4rem);
    transition: all 0.3s ease;
  }
}

@media (min-width: 859px) {
  .js-fadeInUp__delay--1s {
    animation-delay: 1s;
  }

  .js-fadeInLeft__delay--05s {
    animation-delay: 0.5s;
  }

  .js-fadeInLeft__delay--1s {
    animation-delay: 1s;
  }

  .js-fadeInLeft__delay--2s {
    animation-delay: 2s;
  }

  .js-fadeInLeftBig__delay--1s {
    animation-delay: 1s;
  }

  .js-fadeInLeftBig__delay--2s {
    animation-delay: 2s;
  }

  .js-fadeInRight__delay--1s {
    animation-delay: 1s;
  }

  .js-fadeInRight__delay--2s {
    animation-delay: 2s;
  }

  .js-fadeInRightBig__delay--1s {
    animation-delay: 1s;
  }

  .js-fadeInRightBig__delay--2s {
    animation-delay: 2s;
  }

  .u-hidden--pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .c-bottom-btn .text {
    font-size: clamp(23px, 1.4vw, 32px);
  }

  .p-top-mv__text-container {
    margin: 0 auto;
    width: 100%;
  }

  .p-top-mv__textWrap.wrap01 .text {
    font-size: clamp(85px, 6vw, 120px);
  }

  .p-top-mv__textWrap.wrap02 .logo-text {
    width: clamp(137px, 12.5rem, 180px);
    height: auto;
  }

  .p-top-mv__textWrap.wrap02 .year {
    font-size: clamp(150px, 11vw, 200px);
  }

  .p-top-mv__textWrap.wrap02 .text {
    font-size: clamp(24px, 1.6vw, 34px);
  }

  .p-top-mv__textWrap.wrap03 .textWrap__top .textWrap__top-left .day {
    font-size: clamp(73px, 5vw, 110px);
  }

  .p-top-mv__textWrap.wrap03 .textWrap__top .textWrap__top-right .week {
    font-size: clamp(26px, 1.6vw, 34px);
  }

  .p-top-mv__textWrap.wrap03 .textWrap__top .textWrap__top-right .time {
    font-size: clamp(22px, 1.6vw, 34px);
  }

  .p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-left {
    width: 12.5rem;
    height: 3.125rem;
  }

  .p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-left .text {
    font-size: clamp(17px, 1.6vw, 34px);
  }

  .p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-right .text {
    font-size: clamp(19px, 1.8vw, 36px);
  }
}

@media screen and (max-width: 1140px) {
  .c-title-bgText.text01 {
    top: 3.75rem;
    left: 3.75rem;
  }

  .c-title-bgText.text02 {
    top: 2.5rem;
    left: 1.875rem;
  }

  .p-top-talk__mainItem-bottomWrap {
    padding-left: 0;
  }

  .p-top-talk__mainItem-bottom--left .imgWrap {
    width: 12.5rem;
    height: 12.5rem;
  }

  .p-top-talk__mainItem-bottom--right {
    margin-left: 3vw;
  }

  .p-top-talk__mainItem-bottom--right .imgWrap {
    width: 12.5rem;
    height: 12.5rem;
  }

  .p-top-talk__mainItem-bottom--right .imgWrap .p-top-talk__link-arrow {
    right: 0;
    bottom: 0;
    width: 3.4375rem;
    height: 3.4375rem;
  }

  .p-top-talk__mainItem-bottom--right .textWrap {
    margin-left: 1rem;
    width: 15rem;
  }

  .p-top-talk__mainItem-top__times-signWrap.wrap02 {
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .p-top-talk__mainItem-bottom--left .imgWrap.size-bg {
    width: 12.5rem;
    height: 12.5rem;
  }

  .p-top-talk__mainItem-bottom--left .imgWrap.size-bg .p-top-talk__link-arrow {
    right: 0.3rem;
    bottom: 0;
    width: 3.4375rem;
    height: 3.4375rem;
  }

  .p-top-talk__mainItem-bottom--left.item02 {
    align-items: center;
  }

  .p-top-talk__mainItem-bottom--right.to-bottom {
    flex-direction: row;
    margin-left: 2rem;
    width: 100%;
  }

  .p-top-talk__mainItem-bottom--right.to-bottom .textWrap {
    width: 10rem;
    max-width: 100%;
  }

  .p-top-case__mainItem-bottom--left .imgWrap {
    width: 12.5rem;
    height: 12.5rem;
  }

  .p-top-case__mainItem-bottom--right {
    margin-left: 3vw;
  }

  .p-top-case__mainItem-bottom--right .imgWrap {
    width: 12.5rem;
    height: 12.5rem;
  }

  .p-top-case__mainItem-bottom--right .imgWrap .p-top-case__link-arrow {
    bottom: 0;
    width: 3.4375rem;
    height: 3.4375rem;
  }

  .p-top-case__mainItem-bottom--right .textWrap {
    padding-top: 0;
  }

  .p-top-meeting {
    background-position: top 0 left 9rem;
  }

  .p-top-modalItem__imgWrap {
    width: 18.75rem;
    height: 18.75rem;
  }

  .p-top-modalItem__bgText .text {
    font-weight: 700;
    font-size: 8.625rem;
    line-height: 1;
    letter-spacing: 0.017em;
  }
}

@media screen and (max-width: 1000px) {
  .l-footer__navItem .linkText {
    font-size: clamp(14px, 1rem, 16px);
  }

  .c-title-bgText.text01 {
    top: 36px;
    left: 30px;
  }

  .c-title-bgText.text02 {
    top: 36px;
    left: 30px;
  }

  .p-top-talk__mainItem-top.infoWrap01 .p-top-talk__mainItem-top__textWrap {
    width: 18.125rem;
  }

  .p-top-talk__mainItem-top.infoWrap02 {
    margin-left: 6vw;
    width: 23.125rem;
  }

  .p-top-talk__mainItem-top.infoWrap02 .imgWrap {
    width: 22.5rem;
    max-width: 100%;
    height: 22.5rem;
  }

  .p-top-talk__mainItem-bottomWrap {
    align-items: center;
  }

  .p-top-talk__mainItem-bottom--left .imgWrap {
    width: 10.625rem;
    height: 10.625rem;
  }

  .p-top-talk__mainItem-bottom--right .imgWrap {
    width: 10.625rem;
    height: 10.625rem;
  }

  .p-top-talk__mainItem-bottom--right .imgWrap .p-top-talk__link-arrow {
    width: 3.125rem;
    height: 3.125rem;
  }

  .p-top-talk__mainItem-bottom--right .textWrap {
    width: 12.5rem;
  }

  .p-top-talk__mainItem-bottom--left .imgWrap.size-bg {
    width: 10.625rem;
    height: 10.625rem;
  }

  .p-top-talk__mainItem-bottom--left .imgWrap.size-bg .p-top-talk__link-arrow {
    width: 3.125rem;
    height: 3.125rem;
  }

  .p-top-case__mainItem-top__titleWrap {
    width: 20.25rem;
  }

  .p-top-case__mainItem-top__textWrap {
    width: 24.375rem;
  }

  .p-top-case__mainItem-top.infoWrap02 {
    margin-left: 6vw;
  }

  .p-top-case__mainItem-bottom--left {
    align-items: center;
  }

  .p-top-case__mainItem-bottom--left .imgWrap {
    width: 10.625rem;
    height: 10.625rem;
  }

  .p-top-case__mainItem-bottom--left .textWrap {
    width: 10.625rem;
  }

  .p-top-case__mainItem-bottom--right {
    margin-left: 1.2vw;
  }

  .p-top-case__mainItem-bottom--right .imgWrap {
    width: 10.625rem;
    height: 10.625rem;
  }

  .p-top-case__mainItem-bottom--right .imgWrap .p-top-case__link-arrow {
    width: 3.125rem;
    height: 3.125rem;
  }

  .p-top-meeting {
    background-position: top 0 left 6rem;
  }

  .p-top-modalItem__textWrap {
    margin-left: 10vw;
  }

  .p-top-modalItem__textWrap .nameWrap .name {
    font-size: clamp(30px, 2rem, 32px);
  }

  .p-top-modalItem__textWrap .nameWrap .en-name {
    font-size: clamp(16px, 1.0625rem, 17px);
  }

  .p-top-modalItem__bgText .text {
    font-weight: 700;
    font-size: 6.4375rem;
    line-height: 1;
    letter-spacing: 0.017em;
  }
}

@media screen and (max-width: 858px) {
  .l-header__wrapper {
    padding-top: 1.75rem;
  }

  .l-main {
    margin-top: 63;
  }

  .l-inner {
    padding: 0 1.25rem;
    width: 100%;
    max-width: 700px;
  }

  .l-inner.l-header__inner {
    padding: 0 2rem;
  }

  .l-inner.l-footer-inner {
    width: 100%;
  }

  .l-inner.l-top-form-inner {
    padding: 0;
  }

  .l-footer {
    margin-bottom: 3.5rem;
    padding-top: 69px;
    padding-bottom: 54px;
    width: 100%;
    max-width: 100%;
  }

  .l-footer__itemWrap {
    flex-direction: column;
  }

  .l-footer__logoWrap {
    margin: 0 auto;
    width: 147px;
    height: 90px;
  }

  .l-footer__navItem {
    flex-direction: column;
  }

  .l-footer__navItem .linkText {
    border-left: none;
    font-size: clamp(14px, 1.25rem, 20px);
  }

  .l-footer__navItemWrap {
    margin-top: 51px;
    margin-left: 0;
  }

  .l-footer__copyright {
    margin-top: 41px;
  }

  .l-footer__copyright .text {
    font-size: clamp(10px, 0.75rem, 12px);
  }

  .l-section__top-about,
  .l-section__top-overviwe {
    position: relative;
    background: url(../img/top/bg-img-sp.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .l-section__top-meeting {
    margin-top: 0;
  }

  .c-registration-btnWrap {
    display: none;
  }

  .c-sectionTitle {
    font-size: clamp(48px, 3.75rem, 60px);
  }

  .c-sectionTitle__sub {
    font-size: clamp(14px, 1rem, 16px);
  }

  .c-timeInfo__textWrap .text {
    font-size: clamp(10px, 0.75rem, 12px);
  }

  .c-timeInfo__textWrap .time {
    font-size: clamp(14px, 1.25rem, 20px);
  }

  .c-timeInfo__textWrap .min {
    padding-top: 0.625rem;
    font-size: clamp(10px, 1.25rem, 20px);
  }

  .c-mapLink {
    display: block;
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
  }

  .c-mapLink__icon {
    margin: 0 auto;
    width: 3.6875rem;
    height: 1.5rem;
    font-size: clamp(11px, 0.75rem, 12px);
  }

  .c-page-scrollTop {
    bottom: 5rem;
  }

  .c-title-bgText .text {
    font-size: clamp(120px, 12.5rem, 200px);
  }

  .c-times-sign__icon {
    width: 3.3125rem;
    height: 3.3125rem;
  }

  .c-bottom-btn {
    margin: 0 auto;
    width: 100%;
    height: 5.375rem;
  }

  .c-bottom-btn:before {
    /* width: 3.125rem; */
    width: 30px;
  }

  .c-bottom-btn:after {
    /* width: 3.125rem; */
    width: 30px;
  }

  .c-bottom-btn__Wrap .c-bottom-btn.page-bottom {
    height: 3.5rem;
  }

  .c-bottom-btn__Wrap {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
  }

  .p-top-mv__text-inner-container {
    background: url(../img/top/top-bg-line-sp.png);
    background-position: top 4.5625rem left -1.25rem;
    background-size: 8.875rem 12.1875rem;
    background-repeat: no-repeat;
    padding-top: 5.7rem;
    text-align: center;
  }

  .p-top-mv__text-container {
    width: 100%;
  }

  .p-top-mv__textWrap.wrap01 .text {
    font-size: clamp(50px, 3.75rem, 85px);
  }

  .p-top-mv__textWrap.wrap02 .text:before {
    left: -0.9375rem;
    width: 2rem;
  }

  .p-top-mv__textWrap.wrap02 .text:after {
    right: -0.9375rem;
    width: 2rem;
  }

  .p-top-mv__textWrap.wrap03 .textWrap__bottom {
    flex-direction: column;
    position: relative;
    z-index: 100;
  }

  .p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-right {
    margin-top: 0.625rem;
    margin-left: 0;
  }

  .p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-right .text {
    align-items: center;
  }

  .p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-right .text .size-14 {
    line-height: 1.4;
  }

  .p-top-mv__Btn-container {
    bottom: -2.1875rem;
    width: 100%;
    max-width: 100%;
  }

  .p-top-about {
    padding-top: 2.5625rem;
    padding-bottom: 64px;
  }

  .p-top-about__topLogo {
    width: 199px;
    height: 197px;
  }

  .p-top-about__topLogo img {
    width: 199px;
    height: 197px;
  }

  .p-top-about__topTextWrap {
    margin-top: 0;
  }

  .p-top-about__topTextWrap {
    margin-top: -0.6rem;
  }

  .p-top-about__topTextWrap .text {
    font-size: clamp(18px, 1.6875rem, 27px);
    line-height: 1.474;
    letter-spacing: 0.04em;
  }

  .p-top-about__textWrap {
    margin-top: 30px;
  }

  .p-top-about__textWrap .text {
    font-size: clamp(14px, 1rem, 16px);
  }

  .p-top-about__bottomTextWrap {
    flex-direction: column;
    margin-top: 50px;
  }

  .p-top-about__bottomTextWrap .info {
    font-size: clamp(12px, 0.875rem, 14px);
  }

  .p-top-about__bottomTextWrap .name {
    margin-top: 14px;
    margin-left: 0;
    font-size: clamp(16px, 1.3125rem, 21px);
  }

  .p-top-openingInfo {
    background-image: url("../img/top/bottom-bg-sp.png");
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000;
  }

  .p-top-openingInfo__itemWrap {
    flex-direction: column;
    background-position: top 0 left 3rem;
    background-size: 6.125rem;
    padding-top: 32px;
    padding-bottom: 70px;
  }

  .p-top-openingInfo__imgWrap {
    width: 330px;
    height: 330px;
  }

  .p-top-openingInfo__textWrap {
    display: block;
    margin-top: 1.9375rem;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .p-top-openingInfo__textWrap .title {
    font-size: clamp(20px, 3.125rem, 50px);
  }

  .p-top-openingInfo__personInfoWrap {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .p-top-openingInfo__personInfoWrap .name {
    margin-top: 1.25rem;
    font-size: clamp(24px, 1.875rem, 30px);
  }

  .p-top-openingInfo__personInfoWrap .text {
    align-items: center;
    margin-left: 0;
    font-size: clamp(14px, 1rem, 16px);
  }

  .p-top-talk {
    background-position: top 1rem left 4rem;
    background-size: 6.125rem 13.375rem;
    padding-top: 3.75rem;
    padding-bottom: 4.75rem;
  }

  .p-top-talk__mainItem-container {
    border-image-source: linear-gradient(181deg, #000 -7.26%, #0f0 101.04%);
    width: 100%;
  }

  .p-top-talk__mainItem-top__titleWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .p-top-talk__mainItem-top__titleWrap .text {
    display: inline-block;
    font-size: clamp(28px, 2.25rem, 36px);
  }

  .p-top-talk__mainItem-top__titleWrap {
    width: 100%;
    max-width: 100%;
  }

  .p-top-talk__mainItem-container.container01 {
    padding: 3.8125rem 1.375rem 3.875rem 1.625rem;
  }

  .p-top-talk__mainItem-container.container01 .p-top-talk__mainItem-topWrap {
    flex-direction: column;
  }

  .c-times-sign__Wrap.p-top-talk__mainItem-top__times-signWrap.wrap01 {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    transform: translateX(0);
  }

  .c-times-sign__Wrap.p-top-talk__mainItem-bottom__times-signWrap {
    display: block;
    position: relative;
  }

  .p-top-talk__mainItem-top.infoWrap01 {
    width: 100%;
    max-width: 100%;
  }

  .p-top-talk__mainItem-top.infoWrap01 .p-top-talk__mainItem-top__textWrap {
    margin-top: 1.875rem;
    width: 100%;
  }

  .p-top-talk__mainItem-top.infoWrap01 .p-top-talk__mainItem-top__textWrap .text {
    font-size: clamp(18px, 1.25rem, 20px);
  }

  .p-top-talk__mainItem-top.infoWrap02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-bottom: 1.875rem;
    width: 100%;
  }

  .p-top-talk__mainItem-top.infoWrap02 .imgWrap {
    width: 400px;
    height: 400px;
  }

  .p-top-talk__mainItem-top.infoWrap02 .textWrap {
    margin-top: 1.25rem;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .p-top-talk__mainItem-top.infoWrap02 .textWrap .name {
    font-size: clamp(27px, 2.125rem, 34px);
  }

  .p-top-talk__mainItem-top.infoWrap02 .textWrap .info {
    align-items: center;
    font-size: clamp(18px, 1.25rem, 20px);
  }

  .p-top-talk__mainItem-bottomWrap {
    flex-direction: column;
    margin-top: 20px;
    padding-left: 0;
  }

  .p-top-talk__mainItem-bottom--left {
    flex-direction: column;
    margin-top: 0.9375rem;
    padding-bottom: 2.5rem;
  }

  .p-top-talk__mainItem-bottom--left .imgWrap {
    width: 400px;
    height: 400px;
  }

  .p-top-talk__mainItem-bottom--left .textWrap {
    margin-top: 1.25rem;
    margin-left: 0;
    text-align: center;
  }

  .p-top-talk__mainItem-bottom--left .textWrap .name {
    font-size: clamp(27px, 2.125rem, 34px);
  }

  .p-top-talk__mainItem-bottom--left .textWrap .info {
    font-size: clamp(18px, 1.25rem, 20px);
  }

  .p-top-talk__mainItem-bottom--right {
    flex-direction: column;
    margin-top: 1.25rem;
    margin-left: 0;
  }

  .p-top-talk__mainItem-bottom--right .imgWrap {
    width: 400px;
    height: 400px;
  }

  .p-top-talk__mainItem-bottom--right .imgWrap .p-top-talk__link-arrow {
    right: 1rem;
    bottom: 1rem;
    width: 4.4375rem;
    height: 4.4375rem;
  }

  .p-top-talk__mainItem-bottom--right .textWrap {
    margin-top: 1.25rem;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .p-top-talk__mainItem-bottom--right .textWrap .model {
    display: block;
    font-size: clamp(12px, 0.875rem, 14px);
    text-align: center;
  }

  .p-top-talk__mainItem-bottom--right .textWrap .name {
    font-size: clamp(27px, 2.125rem, 34px);
    text-align: center;
  }

  .p-top-talk__mainItem-bottom--right .textWrap .info {
    font-size: clamp(18px, 1.25rem, 20px);
    text-align: center;
  }

  .p-top-talk__mainItem-bottom--right .textWrap .info .item {
    align-items: center;
    line-height: 1.6;
  }

  .p-top-talk__mainItem-top__times-signWrap.wrap02 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
  }

  .p-top-talk__mainItem-container.container02 {
    margin-top: 3.875rem;
    padding: 4.6875rem 1.25rem 2rem 1.25rem;
  }

  .p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-top {
    width: 100%;
    max-width: 100%;
  }

  .p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-top__titleWrap {
    width: 31.25rem;
  }

  .p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-top__textWrap {
    margin-top: 75px;
  }

  .p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-top__textWrap .text {
    font-size: clamp(18px, 1.25rem, 20px);
  }

  .p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-bottomWrap {
    margin-top: 75px;
  }

  .p-top-talk__mainItem-bottom--left .imgWrap.size-bg {
    width: 400px;
    height: 400px;
  }

  .p-top-talk__mainItem-bottom--left .imgWrap.size-bg .p-top-talk__link-arrow {
    right: 1rem;
    bottom: 1rem;
    width: 4.4375rem;
    height: 4.4375rem;
  }

  .p-top-talk__mainItem-bottom--right.to-bottom {
    flex-direction: column;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }

  .p-top-talk__mainItem-bottom--right.to-bottom .textWrap {
    margin-left: 0;
    width: 100%;
  }

  .p-top-talk__timeInfo {
    top: -1.875rem;
    right: -0.875rem;
  }

  .p-top-case {
    background-position: top 1rem left 4rem;
    background-size: 6.125rem;
    padding-top: 4.875rem;
    padding-bottom: 6rem;
  }

  .p-top-case__mainItem-container {
    margin-top: 4.1875rem;
    border-image-source: linear-gradient(181deg, #000 -7.26%, #00f 101.04%);
    padding: 3.5625rem 1.375rem 3.6875rem 1.625rem;
  }

  .p-top-case__mainItem-top__titleWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }

  .p-top-case__mainItem-top__titleWrap .text {
    display: inline-block;
    font-size: clamp(28px, 2.25rem, 36px);
  }

  .p-top-case__mainItem-top__titleWrap {
    width: 100%;
    max-width: 100%;
  }

  .p-top-case__mainItem-topWrap {
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
  }

  .p-top-case__mainItem-top__textWrap {
    margin-top: 35px;
    width: 100%;
  }

  .p-top-case__mainItem-top__textWrap .text {
    font-size: clamp(18px, 1.25rem, 20px);
  }

  .p-top-case__mainItem-top.infoWrap02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    margin-left: 0;
    padding-bottom: 1.875rem;
    width: 100%;
  }

  .p-top-case__mainItem-top.infoWrap02 .imgWrap {
    margin-top: 0;
    width: 400px;
    height: 400px;
  }

  .p-top-case__mainItem-top.infoWrap02 .textWrap {
    align-items: center;
    margin-top: 25px;
    padding-left: 0;
  }

  .p-top-case__mainItem-top.infoWrap02 .textWrap .name {
    font-size: clamp(27px, 2.125rem, 34px);
  }

  .p-top-case__mainItem-top.infoWrap02 .textWrap .info {
    margin-top: 12px;
  }

  .p-top-case__mainItem-top.infoWrap02 .textWrap .info .item {
    font-size: clamp(18px, 1.25rem, 20px);
    line-height: 1.5;
    text-align: center;
  }

  .p-top-case__mainItem-bottomWrap {
    flex-direction: column;
    align-items: center;
    margin-top: 71px;
    padding-left: 0;
  }

  .p-top-case__mainItem-bottom--left {
    flex-direction: column;
  }

  .p-top-case__mainItem-bottom--left .imgWrap {
    margin-top: 2.125rem;
    width: 400px;
    height: 400px;
  }

  .p-top-case__mainItem-bottom--left .textWrap {
    margin-top: 1.125rem;
    margin-left: 0;
    padding-bottom: 2.75rem;
    width: 100%;
  }

  .p-top-case__mainItem-bottom--left .textWrap .name {
    font-size: clamp(27px, 2.125rem, 34px);
    text-align: center;
  }

  .p-top-case__mainItem-bottom--left .textWrap .info {
    font-size: clamp(18px, 1.25rem, 20px);
    line-height: 1.5;
    text-align: center;
  }

  .p-top-case__mainItem-bottom--right {
    flex-direction: column;
    margin-top: 60px;
    margin-left: 0;
  }

  .p-top-case__mainItem-bottom--right .imgWrap {
    align-items: center;
    width: 400px;
    height: 400px;
  }

  .p-top-case__mainItem-bottom--right .imgWrap .p-top-case__link-arrow {
    right: 1rem;
    bottom: 1rem;
    width: 4.4375rem;
    height: 4.4375rem;
  }

  .p-top-case__mainItem-bottom--right .textWrap {
    margin-left: 0;
    padding-top: 1.375rem;
    width: 100%;
  }

  .p-top-case__mainItem-bottom--right .textWrap .model {
    display: block;
    display: block;
    font-size: clamp(12px, 0.875rem, 14px);
    line-height: 1.5;
    text-align: center;
    text-align: center;
  }

  .p-top-case__mainItem-bottom--right .textWrap .name {
    font-size: clamp(27px, 2.125rem, 34px);
    text-align: center;
  }

  .p-top-case__mainItem-bottom--right .textWrap .info {
    font-size: clamp(18px, 1.25rem, 20px);
    line-height: 1.5;
    text-align: center;
  }

  .p-top-case__mainItem-bottom--right .textWrap .info .item {
    align-items: center;
  }

  .p-top-case__timeInfo {
    top: -1.875rem;
    right: -0.8125rem;
  }

  .c-times-sign__Wrap.p-top-case__mainItem-bottom__times-signWrap {
    display: block;
    position: relative;
  }

  .p-top-meeting {
    background-position: top 0.5rem left 3rem;
    background-size: 8.875rem 21.5625rem;
    padding-top: 1.875rem;
    padding-bottom: 3.625rem;
  }

  .p-top-meeting__topText {
    font-size: clamp(14px, 1.75rem, 28px);
  }

  .p-top-meeting__titleWrap {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .c-sectionTitle.p-top-meeting__title {
    display: block;
    margin-top: 0;
    padding-bottom: 1rem;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .p-top-meeting__mainTextWrap .text {
    font-size: clamp(14px, 1rem, 16px);
    line-height: 1.6;
  }

  .p-top-overviwe {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    width: 100%;
  }

  .p-top-overview__title {
    line-height: 69.6px;
    letter-spacing: 0.41px;
  }

  .p-top-overview__itemWrap {
    margin-top: 0;
  }

  .p-top-overview__item-list {
    flex-direction: column;
    justify-content: center;
    padding-top: 18px;
    padding-bottom: 22px;
    height: auto;
  }

  .p-top-overview__item-list .title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(16px, 1.25rem, 20px);
    line-height: 36px;
    text-align: center;
  }

  .p-top-overview__item-list .data {
    width: 100%;
    max-width: 100%;
    font-weight: 400;
    font-size: clamp(16px, 1.125rem, 18px);
    text-align: center;
  }

  .p-top-overview__item-list .data.size-18 {
    padding-top: 10px;
    letter-spacing: 0;
  }

  .p-top-overview__item-list .data .size-14 {
    font-size: clamp(14px, 1rem, 16px);
  }

  .p-top-form {
    padding-top: 3.1875rem;
    padding-bottom: 2.875rem;
  }

  .p-top-form__title {
    font-size: clamp(20px, 3.125rem, 48px);
  }

  .p-top-form__topText {
    font-size: clamp(14px, 1rem, 16px);
    line-height: 2;
  }

  .p-top-modalItemWrap {
    padding: 0 1.25rem;
  }

  .p-top-modalItem__bg {
    background: #000000;
  }

  .p-top-modalItem-border {
    top: 1.25rem;
    width: 100%;
  }

  .p-top-modalItem {
    width: 100%;
    overflow-x: hidden;
  }

  .p-top-modalItem__topInfo {
    position: relative;
    top: 1.3125rem;
    left: 7rem;
  }

  .p-top-modalItem__topInfo .text-img {
    height: 8.875rem;
  }

  .p-top-modalItem__iconWrap {
    top: 1rem;
    right: 1rem;
  }

  .p-top-modalItem__mainWrap {
    flex-direction: column;
    align-items: center;
  }

  .p-top-modalItem__imgWrap {
    margin-top: 9.375rem;
    width: 400px;
    height: 400px;
  }

  .p-top-modalItem__imgWrap .addInfo {
    right: -0.5rem;
    bottom: -0.5rem;
  }

  .p-top-modalItem__textWrap {
    align-items: center;
    margin-top: 2.5rem;
    margin-left: 0;
  }

  .p-top-modalItem__textWrap .infoWrap {
    order: 2;
    margin-top: 1rem;
  }

  .p-top-modalItem__textWrap .infoWrap .info {
    font-size: clamp(16px, 1.25rem, 20px);
    text-align: center;
  }

  .p-top-modalItem__textWrap .nameWrap {
    flex-direction: column;
    order: 1;
    margin-top: 1rem;
  }

  .p-top-modalItem__textWrap .nameWrap .name {
    font-size: clamp(28px, 2.125rem, 34px);
  }

  .p-top-modalItem__textWrap .nameWrap .en-name {
    font-size: clamp(28px, 2.125rem, 34px);
  }

  .p-top-modalItem__textWrap .nameWrap .en-name .name-line-right {
    display: inline;
  }

  .p-top-modalItem__textWrap .textWrap {
    order: 3;
    margin-top: 3rem;
  }

  .p-top-modalItem__textWrap .textWrap .text {
    font-size: clamp(16px, 1.4375rem, 23px);
  }

  .p-top-modalItem__textWrap .linkWrap {
    order: 4;
    white-space: nowrap;
  }

  .p-top-modalItem__textWrap .linkWrap .link {
    font-size: clamp(16px, 1.4375rem, 23px);
  }

  .p-top-talk__modalItems .p-top-modalItem {
    padding: 1.3125rem 1.375rem 3.25rem 1.375rem;
  }

  .p-top-talk__modalItems .p-top-modalItem.w-link {
    padding: 1.3125rem 1.375rem 3.25rem 1.375rem;
  }

  .p-top-case__modalItems .p-top-modalItem {
    padding: 1.3125rem 1.375rem 3.25rem 1.375rem;
  }

  .p-top-modalItem__bgText {
    top: 9.375rem;
    left: 8rem;
  }

  .p-top-modalItem__bgText .text {
    font-size: clamp(100px, 8.125rem, 130px);
  }

  .js-fadeInLeft {
    animation-name: fadeInUpContents;
  }

  .js-fadeInLeft__delay--1s {
    animation-name: fadeInUpContents;
  }

  .js-fadeInLeft__delay--2s {
    animation-name: fadeInUpContents;
  }

  .js-fadeInLeftBig {
    animation-name: fadeInUpContents;
  }

  .js-fadeInLeftBig__delay--1s {
    animation-name: fadeInUpContents;
  }

  .js-fadeInLeftBig__delay--2s {
    animation-name: fadeInUpContents;
  }

  .js-fadeInRight {
    animation-name: fadeInUpContents;
  }

  .js-fadeInRight__delay--1s {
    animation-name: fadeInUpContents;
  }

  .js-fadeInRight__delay--2s {
    animation-name: fadeInUpContents;
  }

  .js-fadeInRightBig {
    animation-name: fadeInUpContents;
  }

  .js-fadeInRightBig__delay--1s {
    animation-name: fadeInUpContents;
  }

  .js-fadeInRightBig__delay--2s {
    animation-name: fadeInUpContents;
  }

  .u-hidden--sp {
    display: none;
  }

  .u-text-honorific {
    font-size: clamp(14px, 1.0625rem, 17px);
  }

  .u-text-ja {
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic,
      "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  }

  .u-text-noto {
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic,
      "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  }
}

@media screen and (max-width: 858px) and (max-width: 858px) {
  .p-top-meeting__titleWrap .p-top-meeting__title {
    line-height: 49.6px;
  }
}

@media screen and (max-width: 749px) {
  .p-top-modalItem__topInfo .text-img {
    width: 15.625rem;
    height: 8.875rem;
  }

  .p-top-modalItem__bgText .text {
    font-weight: 700;
    font-size: 6.0625rem;
    line-height: 1;
    letter-spacing: 0.017em;
  }
}

@media screen and (max-width: 649px) {
  .p-top-modalItem__topInfo {
    left: 8rem;
  }

  .p-top-modalItem__bgText {
    left: 9rem;
  }
}

@media screen and (max-width: 570px) {
  html {
    font-size: calc(1600 / 375 * 1vw);
  }

  .l-header__logo {
    width: 3.5rem;
    height: 2.375rem;
  }

  .l-header__logo img {
    width: 3.5rem;
    height: 2.375rem;
  }

  .l-footer {
    padding-top: 4.3125rem;
    padding-bottom: 3.375rem;
  }

  .l-footer__logoWrap {
    width: 9.1875rem;
    height: 5.625rem;
  }

  .l-footer__navItemWrap {
    margin-top: 3.1875rem;
  }

  .l-footer__copyright {
    margin-top: 2.5625rem;
  }

  .c-sectionTitle {
    font-size: clamp(36px, 2.5625rem, 41px);
  }

  .c-sectionTitle__sub {
    margin-top: 2rem;
  }

  .c-timeInfo__textWrap {
    width: 3.9375rem;
    height: 3.9375rem;
  }

  .c-timeInfo__textWrap .min {
    padding-top: 0.125rem;
    line-height: 1;
  }

  .c-link-arrow {
    right: 0.625rem;
    width: 2.75rem;
    height: 2.75rem;
  }

  .c-page-scrollTop {
    left: 0.625rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .c-title-bgText .text {
    font-size: clamp(80px, 6.3125rem, 101px);
  }

  .c-title-bgText.text01 {
    top: 1rem;
    left: 1rem;
  }

  .c-title-bgText.text02 {
    top: 1rem;
    left: 1rem;
  }

  .c-bottom-btn .text {
    /* font-size: clamp(14px, 1.1875rem, 19px); */
    font-size: 14px;
  }

  .p-top-mv {
    background: url(../img/top/top-mv-sp.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    position: relative;
  }
  .p-top-mv::after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 380 / 135;
    background: url(../img/top/top-mv-sp-sub.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .p-top-mv__text-inner-container {
    background-position: top 4.4rem left 0;
    background-size: 5.5rem 10.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .p-top-mv__textWrap.wrap01 .text {
    font-size: clamp(38px, 3.125rem, 50px);
  }

  .p-top-mv__textWrap.wrap02 {
    padding-top: 0.4375rem;
  }

  .p-top-mv__textWrap.wrap02 .logo-text {
    margin-top: 0;
    width: 5.0625rem;
    height: 3.125rem;
  }

  .p-top-mv__textWrap.wrap02 .logo-text img {
    width: 5.0625rem;
  }

  .p-top-mv__textWrap.wrap02 .year {
    margin-top: -2.875rem;
    font-size: clamp(38px, 5.3125rem, 85px);
    letter-spacing: 7px;
  }

  .p-top-mv__textWrap.wrap02 .text {
    margin-top: 1rem;
    font-size: clamp(14px, 1rem, 16px);
    letter-spacing: 2px;
  }

  .p-top-mv__textWrap.wrap02 .text:before {
    left: -0.75rem;
    width: 2rem;
  }

  .p-top-mv__textWrap.wrap02 .text:after {
    right: -0.75rem;
    width: 2rem;
  }

  .p-top-mv__textWrap.wrap03 .textWrap__top .textWrap__top-left .day {
    font-size: clamp(33px, 3.5rem, 56px);
  }

  .p-top-mv__textWrap.wrap03 .textWrap__top .textWrap__top-right .week {
    font-size: clamp(14px, 1.25rem, 20px);
  }

  .p-top-mv__textWrap.wrap03 .textWrap__top .textWrap__top-right .time {
    font-size: clamp(14px, 1.0625rem, 17px);
  }

  .p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-left .text {
    font-size: clamp(14px, 1rem, 16px);
  }

  .p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-right .text {
    font-size: clamp(14px, 1rem, 16px);
  }

  .p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-right .text .size-14 {
    font-size: 12px;
  }

  .p-top-about {
    padding-top: 5rem;
    padding-bottom: 4.3125rem;
  }

  .p-top-about__topLogo {
    margin-top: 1rem;
    width: 12.4375rem;
    height: 12.3125rem;
  }

  .p-top-about__topLogo img {
    width: 12.4375rem;
    height: 12.3125rem;
  }

  .p-top-about__topTextWrap .text {
    font-size: clamp(18px, 1.6875rem, 27px);
  }

  .p-top-about__textWrap {
    margin-top: 2.875rem;
  }

  .p-top-about__textWrap .text {
    font-size: clamp(14px, 1rem, 16px);
  }

  .p-top-about__bottomTextWrap {
    margin-top: 3.125rem;
  }

  .p-top-about__bottomTextWrap .info {
    font-size: clamp(12px, 0.875rem, 14px);
  }

  .p-top-about__bottomTextWrap .name {
    margin-top: 0.875rem;
    font-size: clamp(16px, 1.3125rem, 21px);
  }

  .p-top-openingInfo__itemWrap {
    background-position: top 1.4rem left 3.3rem;
    background-size: 6.125rem 13.8125rem;
    padding-top: 3.25rem;
  }

  .p-top-openingInfo__imgWrap {
    width: 10.9375rem;
    height: 10.9375rem;
  }

  .p-top-openingInfo__textWrap .title {
    font-size: clamp(32px, 2.5625rem, 41px);
  }

  .p-top-openingInfo__personInfoWrap {
    margin-top: 2rem;
  }

  .p-top-openingInfo__personInfoWrap .name {
    font-size: clamp(16px, 1.875rem, 30px);
  }

  .p-top-openingInfo__personInfoWrap .name {
    margin-top: 1.375rem;
  }

  .p-top-talk {
    background-position: top 0 left 3.5rem;
  }

  .p-top-talk__mainItem-top__titleWrap .text {
    padding-left: 2rem;
    font-size: clamp(20px, 1.6875rem, 27px);
    letter-spacing: 2px;
  }

  .p-top-talk__mainItem-container.container01 {
    margin-top: 5.375rem;
    padding: 3.8125rem 1.25rem 3.875rem 1.25rem;
  }

  .p-top-talk__mainItem-top.infoWrap01 .p-top-talk__mainItem-top__textWrap .text {
    font-size: clamp(14px, 1rem, 16px);
  }

  .p-top-talk__mainItem-top.infoWrap02 .imgWrap {
    width: 15.4375rem;
    height: 15.4375rem;
  }

  .p-top-talk__mainItem-top.infoWrap02 .textWrap {
    margin-top: 1rem;
  }

  .p-top-talk__mainItem-top.infoWrap02 .textWrap .name {
    font-size: clamp(23px, 1.6875rem, 27px);
  }

  .p-top-talk__mainItem-top.infoWrap02 .textWrap .info {
    font-size: clamp(11px, 0.75rem, 12px);
    line-height: 1.7;
  }

  .p-top-talk__mainItem-bottomWrap {
    margin-top: 1.25rem;
  }

  .p-top-talk__mainItem-bottom--left .imgWrap {
    width: 15.4375rem;
    height: 15.4375rem;
  }

  .p-top-talk__mainItem-bottom--left .textWrap .name {
    font-size: clamp(23px, 1.6875rem, 27px);
  }

  .p-top-talk__mainItem-bottom--left .textWrap .info {
    margin-top: 1rem;
    font-size: clamp(11px, 0.75rem, 12px);
  }

  .p-top-talk__mainItem-bottom--right {
    margin-top: 2.4rem;
  }

  .p-top-talk__mainItem-bottom--right .imgWrap {
    width: 15.4375rem;
    height: 15.4375rem;
  }

  .p-top-talk__mainItem-bottom--right .imgWrap .p-top-talk__link-arrow {
    right: 0.625rem;
    width: 2.75rem;
    height: 2.75rem;
  }

  .p-top-talk__mainItem-bottom--right .textWrap {
    margin-top: 2rem;
  }

  .p-top-talk__mainItem-bottom--right .textWrap .name {
    font-size: clamp(23px, 1.6875rem, 27px);
  }

  .p-top-talk__mainItem-bottom--right .textWrap .info {
    margin-top: 0.5rem;
    font-size: clamp(11px, 0.75rem, 12px);
  }

  .p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-top__titleWrap {
    width: 86%;
  }

  .p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-top__textWrap {
    margin-top: 3rem;
  }

  .p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-top__textWrap .text {
    font-size: clamp(14px, 1rem, 16px);
  }

  .p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-bottomWrap {
    margin-top: 1rem;
  }

  .p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-bottom--left .textWrap .info {
    margin-top: 0 !important;
  }

  .p-top-talk__mainItem-bottom--left .imgWrap.size-bg {
    width: 15.4375rem;
    height: 15.4375rem;
  }

  .p-top-talk__mainItem-bottom--left .imgWrap.size-bg .p-top-talk__link-arrow {
    right: 0.625rem;
    width: 2.75rem;
    height: 2.75rem;
  }

  .p-top-talk__mainItem-bottom--right.to-bottom .textWrap {
    margin-top: 1rem;
  }

  .p-top-talk__mainItem-bottom--right.to-bottom .textWrap .info {
    margin-top: 1rem;
  }

  .p-top-case {
    background-position: top 3rem left 3.4rem;
  }

  .p-top-case__mainItem-container {
    margin-top: 4.7rem;
    padding: 3.5625rem 1rem 3rem 1.25rem;
  }

  .p-top-case__mainItem-top__titleWrap {
    width: 85%;
  }

  .p-top-case__mainItem-top__titleWrap .text {
    font-size: clamp(20px, 1.6875rem, 27px);
    letter-spacing: 2px;
  }

  .p-top-case__mainItem-top__textWrap {
    margin-top: 2.75rem;
  }

  .p-top-case__mainItem-top__textWrap .text {
    font-size: clamp(14px, 1rem, 16px);
  }

  .p-top-case__mainItem-top.infoWrap02 {
    margin-top: 4rem;
  }

  .p-top-case__mainItem-top.infoWrap02 .imgWrap {
    width: 15.4375rem;
    height: 15.4375rem;
  }

  .p-top-case__mainItem-top.infoWrap02 .textWrap {
    margin-top: 0.8rem;
  }

  .p-top-case__mainItem-top.infoWrap02 .textWrap .name {
    font-size: clamp(23px, 1.6875rem, 27px);
  }

  .p-top-case__mainItem-top.infoWrap02 .textWrap .info {
    margin-top: 0;
  }

  .p-top-case__mainItem-top.infoWrap02 .textWrap .info .item {
    font-size: clamp(11px, 0.75rem, 12px);
  }

  .p-top-case__mainItem-bottomWrap {
    margin-top: 4.4375rem;
  }

  .p-top-case__mainItem-bottom--left .imgWrap {
    width: 15.4375rem;
    height: 15.4375rem;
  }

  .p-top-case__mainItem-bottom--left .textWrap .name {
    font-size: clamp(23px, 1.6875rem, 27px);
  }

  .p-top-case__mainItem-bottom--left .textWrap .info {
    margin-top: 0.625rem;
    font-size: clamp(11px, 0.75rem, 12px);
  }

  .p-top-case__mainItem-bottom--right {
    margin-top: 2.5rem;
  }

  .p-top-case__mainItem-bottom--right .imgWrap {
    width: 15.4375rem;
    height: 15.4375rem;
  }

  .p-top-case__mainItem-bottom--right .imgWrap .p-top-case__link-arrow {
    right: 0.625rem;
    bottom: 0.6rem;
    width: 2.75rem;
    height: 2.75rem;
  }

  .p-top-case__mainItem-bottom--right .imgWrap .addInfo {
    position: relative;
    bottom: -0.7rem;
    font-size: clamp(5px, 0.5rem, 8px);
  }

  .p-top-case__mainItem-bottom--right .textWrap .name {
    font-size: clamp(23px, 1.6875rem, 27px);
  }

  .p-top-case__mainItem-bottom--right .textWrap .info {
    margin-top: 0.625rem;
    font-size: clamp(11px, 0.75rem, 12px);
    line-height: 1.8;
  }

  .p-top-meeting {
    background-position: top 1rem left 3.5rem;
    background-size: 98px 300px;
    padding-top: 3.375rem;
    padding-bottom: 4.75rem;
  }

  .p-top-meeting__mainTextWrap .text {
    margin-top: 0;
    background: #000;
    padding-top: 1.75rem;
    width: 100%;
  }

  .p-top-overview__item-list:first-child {
    padding-top: 1rem;
  }

  .p-top-overview__item-list {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .p-top-overview__item-list .data {
    font-size: clamp(14px, 1rem, 16px);
  }

  .p-top-form__title {
    font-size: clamp(20px, 1.6875rem, 27px);
  }

  .p-top-form__topText {
    font-size: clamp(14px, 1rem, 16px);
    line-height: 2;
  }

  .p-top-modalItem-border {
    margin-bottom: 3rem;
    width: 100%;
  }

  .p-top-modalItem__topInfo {
    top: 0;
    left: 4rem;
  }

  .p-top-modalItem__topInfo .text-img {
    width: 9.8125rem;
    height: 3.375rem;
  }

  .p-top-modalItem__imgWrap {
    margin-top: 4rem;
    width: 17.3125rem;
    height: 17.3125rem;
  }

  .p-top-modalItem__textWrap {
    margin-top: 0;
  }

  .p-top-modalItem__textWrap .infoWrap .info {
    font-size: clamp(10px, 0.75rem, 12px);
    line-height: 1.5;
  }

  .p-top-modalItem__textWrap .nameWrap .name {
    margin-right: 1rem;
    font-size: clamp(16px, 1.6875rem, 27px);
  }

  .p-top-modalItem__textWrap .nameWrap .en-name {
    margin-right: 2rem;
    font-size: clamp(16px, 1.25rem, 20px);
    line-height: 2;
  }

  .p-top-modalItem__textWrap .textWrap .text {
    font-size: clamp(14px, 1rem, 16px);
  }

  .p-top-modalItem__textWrap .linkWrap .link {
    font-size: clamp(14px, 0.9375rem, 15px);
  }

  .p-top-talk__modalItems .p-top-modalItem {
    background-position: top 0 left -3rem;
  }

  .p-top-case__modalItems .p-top-modalItem {
    background-position: top 0 left -3rem;
  }

  .p-top-modalItem__bgText {
    top: 4.75rem;
    left: 5rem;
  }

  .p-top-modalItem__bgText .text {
    font-size: clamp(42px, 3.75rem, 60px);
  }

  .u-text-honorific {
    font-size: clamp(14px, 1.0625rem, 17px);
  }
}

@media screen and (max-width: 570px) and (min-height: 700px) {
  .p-top-mv__text-inner-container {
    background-position: top 5.5rem left 0;
    background-size: 5.5rem 12rem;
    padding-top: 8.5rem;
  }
  .p-top-mv__textWrap.wrap02 {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 460px) {
  .p-top-talk__mainItem-container.container02 .p-top-talk__mainItem-top__titleWrap .text {
    padding-left: 1rem;
  }
  .p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-left {
    width: 8.3rem;
    height: 2rem;
  }
  .p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-right .text .size-14 {
    font-weight: 400;
    margin-top: 0.2rem;
    font-size: 12px;
  }
  .p-top-mv__Btn-container {
    bottom: -5.3rem;
  }
}

@media screen and (max-width: 375px) {
  .c-link-arrow {
    right: 1.5rem;
    bottom: 0;
  }

  .p-top-mv__textWrap.wrap02 .text:before {
    left: -0.75rem;
    width: 2rem;
  }

  .p-top-mv__textWrap.wrap02 .text:after {
    right: -0.75rem;
    width: 2rem;
  }

  .p-top-mv__textWrap.wrap03 {
    margin-top: 1rem;
  }

  .p-top-mv__textWrap.wrap03 .textWrap__bottom {
    margin-top: 1rem;
  }

  .p-top-mv__textWrap.wrap03 .textWrap__bottom .textWrap__bottom-right {
    margin-top: 0.8125rem;
  }

  .p-top-about__textWrap {
    margin-top: 1.5rem;
  }

  .p-top-about__bottomTextWrap {
    margin-top: 3rem;
  }

  .p-top-talk__mainItem-bottom--right .imgWrap .p-top-talk__link-arrow {
    right: 1.5rem;
    bottom: 0.3rem;
  }

  .p-top-talk__mainItem-bottom--right .textWrap .info {
    margin-top: 0;
  }

  .p-top-talk__mainItem-container.container02 {
    margin-top: 3.2rem;
  }

  .p-top-talk__mainItem-bottom--left .imgWrap.size-bg .p-top-talk__link-arrow {
    right: 1.5rem;
    bottom: 0.3rem;
  }

  .p-top-case__mainItem-bottom--right .imgWrap .p-top-case__link-arrow {
    right: 1.5rem;
    bottom: 0rem;
  }

  .p-top-modalItem__bgText .text {
    font-size: clamp(32px, 3.125rem, 50px);
  }
}

@keyframes fadeInUpContents {
  0% {
    transform: translateY(1.25rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInLeftContents {
  0% {
    transform: translateX(-1.25rem);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRightContents {
  0% {
    transform: translateX(1.25rem);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeftBigContents {
  0% {
    transform: translateX(-62.5rem);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRightBigContents {
  0% {
    transform: translateX(62.5rem);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.p-top-form .online {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 860px) {
  .p-top-form .online {
    font-size: 1rem;
    font-weight: 600;
  }
}
