:root {
  --c-base: #3088d5;
  --c-sub: #fffafa;
  --c-text: #3a4952;
  --c-text-sub: #1b65a6;
  --c-text-accent: #ff5722;
  --c-treat: #00658A;
  --c-mv: #C4E6ED;
  --c-btn: #c4e6ed;
  --c-btn-hover: #96DAE8;
  --c-wh: #ffffff;
}

:root {
  --f1: "Noto Sans JP", sans-serif;
  --f2: "Amaranth", sans-serif;
}

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

html {
  font-size: 100%;
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}

body {
  font-family: var(--f1);
  font-size: 1rem;
  line-height: 1;
  background: #FBFEFF;
  color: var(--c-text);
  overflow-x: hidden;
}

a {
  color: inherit;
}

.l-wrap-1360 {
  max-width: 1400px;
  width: 94.4444444444%;
  margin: 0 auto;
  width: 100%;
  padding-inline: 20px;
}
@media screen and (max-width: 1100px) {
  .l-wrap-1360 {
    width: 100%;
    padding-inline: 20px;
  }
}
.l-wrap-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 40px;
  z-index: 9999;
}
@media screen and (max-width: 1100px) {
  .l-header {
    padding: 30px 0;
  }
}

.l-mv {
  padding-top: 144px;
  position: relative;
}
.l-mvBg::before {
  background-image: url(../../src/img/mv/mvBg.svg);
  width: 100%;
  min-width: 360px;
  min-height: 798px;
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .l-mvBg::before {
    background-size: cover;
    background-position: center;
  }
}

.l-about {
  margin-top: 142px;
  position: relative;
}

.l-gallery {
  position: relative;
  margin-top: 190px;
}

.l-info {
  position: relative;
  margin-top: 319px;
  margin-inline: auto;
  background-color: #ECF6F8;
  padding-bottom: 117px;
}
@media screen and (max-width: 767px) {
  .l-info {
    margin-top: 140px;
  }
}
.l-info::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../../src/img/info/infoBg.svg);
  width: 100%;
  min-height: 298px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -150px;
  z-index: -1;
}

.l-footer {
  background-image: url(../../src/img/footer/footerBg.svg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 341px;
  background-color: #ECF6F8;
}
@media screen and (max-width: 1100px) {
  .l-footer {
    background-image: none;
    background: #0A9EC0;
    height: auto;
    padding-bottom: 44px;
  }
}

.c-btn a {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 13px 17px;
  border-radius: 30px;
  background: var(--c-btn);
  transition: 0.3s ease-in-out;
}
.c-btn a:hover {
  background: var(--c-btn-hover);
}
.c-btn p {
  color: var(--c-text);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .c-btn p {
    font-size: 0.875rem;
  }
}
.c-btn svg .c-btn-arrow {
  transition: transform 0.3s ease-in-out;
}
.c-btn a:hover svg .c-btn-arrow {
  transform: translateX(2px);
}

.c-btnSub_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: fit-content;
  padding: 30px 50px;
  border-radius: 100vmax;
  background: var(--e-5-e-3-e-3-ed-5-f-5-f-grad, linear-gradient(90deg, #e5e3e3 0%, #ed5f5f 100%));
}
.c-btnSub p {
  color: var(--c-text);
  font-size: 1.125rem;
  line-height: 170%;
}

.c-ttl {
  width: fit-content;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--c-treat);
}
.c-ttl ul {
  list-style-type: disc !important;
  list-style-position: outside;
  padding-left: 1.5em;
}
.c-ttl li::marker {
  color: var(--c-treat);
}
.c-ttl li {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .c-ttl li {
    font-size: 1rem;
  }
}
.c-ttl h2 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .c-ttl h2 {
    font-size: 1.5rem;
  }
}

.c-nav {
  display: flex;
  justify-content: center;
  gap: 89px;
  border-radius: 30px;
  padding: 15px 46px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1), -1px -1px 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-nav.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-nav ul {
  display: flex;
  align-items: center;
  gap: 52px;
}
.c-nav li {
  padding: 5px 16px;
  border-radius: 100vmax;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.c-nav li.is-active {
  background-color: #C4E6ED;
}
.c-nav li.is-active a {
  color: var(--c-txt);
}
.c-nav li:hover {
  background-color: rgba(74, 159, 171, 0.2);
}
.c-nav a {
  color: black;
}

@media screen and (max-width: 1100px) {
  .c-nav {
    flex-direction: column;
    width: fit-content;
    padding: 19px 9px;
    line-height: 30px;
    gap: 0px;
    white-space: nowrap;
    margin-right: 20px;
  }
  .c-nav ul {
    flex-direction: column;
    gap: 0px !important;
  }
  .c-nav li {
    padding: 5px !important;
    text-align: center;
  }
  .c-nav a {
    display: inline-block;
    text-align: center;
    margin: 5px;
  }
  .c-nav img {
    display: none;
  }
}
.c-header {
  display: flex;
  justify-content: space-between;
}
.c-headerImg02 {
  margin: 0 auto;
}

.c-card {
  margin-top: 63px;
  max-width: calc(48.902346707% - 29px);
  position: relative;
  padding: 90px 29px 31px;
  background-color: var(--c-wh);
  border-radius: 50px;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.07), -4px -4px 20px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-card {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-card {
    max-width: 500px;
    width: 92.3076923077%;
  }
}
.c-card h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  /* 44.8px */
}
@media screen and (max-width: 767px) {
  .c-card h3 {
    font-size: 1.5rem;
  }
}
.c-card .--gray {
  color: #697D89;
}
.c-cardDate {
  position: relative;
  padding-left: 62px;
  margin-top: 27px;
  margin-bottom: 20px;
}
.c-cardDate .--big {
  font-size: 1.875rem;
  font-weight: 700;
  /* 51px */
}
@media screen and (max-width: 767px) {
  .c-cardDate .--big {
    font-size: 1.5rem;
  }
}
.c-cardDate::before {
  position: absolute;
  content: "";
  background-image: url(../../src/img/component/card/cardDate.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-cardPlace {
  position: relative;
  padding-left: 62px;
  margin-top: 6px;
}
.c-cardPlace .--place {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
}
.c-cardPlace::before {
  position: absolute;
  content: "";
  background-image: url(../../src/img/component/card/cardPlace.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-cardTeam {
  position: relative;
  padding-left: 62px;
  margin-top: 13px;
}
.c-cardTeam .--team {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
}
.c-cardTeam::before {
  position: absolute;
  content: "";
  background-image: url(../../src/img/component/card/cardTeam.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-cardBtn {
  margin-bottom: 14px;
  margin-top: auto;
}
.c-cardBtn a {
  position: relative;
  border-radius: 30px;
  background: #C4E6ED;
  padding: 14px 49px 14px 24px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: var(--c-text);
  margin-top: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-cardBtn a {
    font-size: 0.875rem;
    padding: 14px 39px 14px 14px;
  }
}
.c-cardBtn a:hover {
  color: var(--c-treat);
}
.c-cardBtn a:hover::before {
  background-image: url(../../src/img/component/card/shareHover.webp);
}
.c-cardBtn a::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../../src/img/component/card/share.webp);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .c-cardBtn a::before {
    right: 10px;
  }
}
.c-cardTxt {
  margin-top: 17px;
  font-weight: 500;
  line-height: 170%;
  /* 27.2px */
}
.c-card::before {
  position: absolute;
  content: "";
  width: 125px;
  height: 125px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -63px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100vmax;
}

.c-card.--icon01::before {
  background-image: url(../../src/img/component/card/cardIcon01.png);
}
.c-card.--icon02::before {
  background-image: url(../../src/img/component/card/cardIcon02.jpg);
}
.c-card .--icon03::before {
  background-image: url(../../src/img/component/card/cardIcon03.webp);
}

.p-mv {
  width: 92.0833333333%;
  max-width: 1326px;
  margin: 0 auto;
  padding: 66px 80px 120px 102px;
  border-radius: 20px;
  background: rgba(196, 230, 237, 0.85);
}
@media screen and (max-width: 1100px) {
  .p-mv {
    border-radius: 0;
    padding: 35px 19px;
  }
}
.p-mvBlock {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .p-mvBlock {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-mvBlock {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.p-mvBlock_en {
  font-family: var(--f2);
  font-size: 1.25rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1100px) {
  .p-mvBlock_en {
    margin-top: 23px;
    font-size: 1rem;
  }
}
.p-mvBlock h1 {
  font-family: var(--f2);
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 2.16px;
}
@media screen and (max-width: 1100px) {
  .p-mvBlock h1 {
    font-size: 3rem;
  }
}
.p-mvBlock_ja {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .p-mvBlock_ja {
    line-height: 1;
    font-size: 1rem;
  }
}
.p-mvBlock_date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: inherit;
  padding: 20px 22px;
  text-align: center;
  font-size: 2.625rem;
  border-radius: 20px;
  background: #2C8EA5;
  line-height: 1.2;
  color: var(--c-wh);
  font-family: var(--f2);
}
@media screen and (max-width: 767px) {
  .p-mvBlock_date {
    font-size: 2rem;
  }
}

.p-about {
  padding: 90px 115px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.1), -4px -4px 40px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 38px 27px;
  }
}
.p-aboutBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-aboutBlock {
    flex-direction: column;
    justify-content: center;
  }
}
.p-aboutBlock_left {
  flex-shrink: 0;
}
.p-aboutBlock_right {
  width: calc(36.7647058824% + 90px);
}
@media screen and (max-width: 1100px) {
  .p-aboutBlock_right {
    width: 100%;
  }
}
.p-aboutBlock_right_txt {
  font-weight: 500;
  line-height: 170%;
}
.p-aboutBlock_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-block: 16px;
}
.p-aboutBlock_tag p {
  padding: 6px 15px;
  width: fit-content;
  text-align: center;
  font-weight: 700;
  line-height: 170%;
  border-radius: 15px;
  background: var(--c-mv);
  white-space: nowrap;
}
.p-aboutBlock_line {
  width: 83.1617647059%;
  margin: 75px auto 0;
  border-top: 1px solid rgba(58, 73, 82, 0.5);
}
.p-aboutBlock_theme {
  margin-top: 77px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-aboutBlock_theme {
    margin-top: 63px;
  }
}
.p-aboutBlock_theme_sub {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-aboutBlock_theme_sub {
    font-size: 1.5rem;
  }
}
.p-aboutBlock_theme_main {
  margin-top: 8px;
  font-size: 3.4375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-aboutBlock_theme_main {
    font-size: 2rem;
  }
}
.p-aboutBlock_theme_main .--blue {
  color: #2C8EA5;
}
.p-aboutBlock_theme_txt {
  margin-top: 22px;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .p-aboutBlock_theme_txt {
    text-align: left;
  }
}

.p-galleryBlock {
  display: flex;
  justify-content: space-between;
  gap: 73px;
  max-width: 1166px;
  margin: 0 auto;
  padding-inline: 20px;
}
@media screen and (max-width: 1100px) {
  .p-galleryBlock {
    flex-direction: column-reverse;
    align-items: center;
    padding-inline: 40px;
    max-width: 89.4871794872%;
  }
}
.p-galleryBlock:nth-child(n+2) {
  margin-top: 226px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  .p-galleryBlock:nth-child(n+2) {
    flex-direction: column-reverse;
    align-items: center;
    padding-inline: 40px;
    justify-content: center;
    margin-top: 116px;
  }
}
.p-galleryBlock_left .--img01 {
  aspect-ratio: 610/392;
  width: 52.3156089194%;
  max-width: 100%;
  height: auto;
}
.p-galleryBlock_left .--img01 img {
  width: 100%;
  height: auto;
}
.p-galleryBlock_left .--img02 {
  width: 477px;
  max-width: 100%;
}
.p-galleryBlock_left .--img02 img {
  width: 100%;
  height: auto;
}
.p-galleryBlock_left img {
  max-width: 100%;
  height: auto;
}
.p-galleryBlock_right {
  width: 41.423670669%;
}
@media screen and (max-width: 1100px) {
  .p-galleryBlock_right {
    width: 100%;
  }
}
.p-galleryBlock_right_txt {
  font-weight: 500;
  line-height: 170%;
  margin-top: 18px;
  font-size: 1rem;
}
.p-galleryBlock_right .c-btn {
  margin-top: 27px;
}

.p-info {
  max-width: 1321px;
  padding-inline: 20px;
  margin: 0 auto;
  padding-top: 75px;
}
.p-info .c-ttl {
  margin-bottom: 12px;
  margin-inline: 20px;
}
.p-info_txt {
  margin-inline: 20px;
}
.p-infoBlocks {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 29px;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .p-infoBlocks {
    flex-wrap: wrap;
  }
}

.p-footer {
  padding-top: 70px;
}
.p-footerLine {
  margin-top: 46px;
  border-top: 1px solid #fff;
  width: 100%;
}
.p-footerLogo {
  width: 377px;
  height: 122px;
}
@media screen and (max-width: 767px) {
  .p-footerLogo {
    width: 321px;
    height: 103px !important;
  }
}
.p-footerBlock {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 33px;
  color: var(--c-wh);
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 23.8px;
  flex-wrap: wrap;
}
.p-footerBlock_left {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1100px) {
  .p-footerBlock_left {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 9px;
  }
}
.p-footerBlock_left a {
  transition: border-bottom 0.3s ease-in-out;
}
.p-footerBlock_left a:hover {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .p-footerBlock_right {
    margin: auto 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-footerBlock_right {
    margin: auto auto auto 0;
  }
}

@media screen and (max-width: 1100px) {
  .--pc {
    display: none;
  }
  .--sp {
    display: block !important;
  }
}
.--sp {
  display: none;
}

.--t {
  display: none;
}

@media screen and (min-width: 768px) and (max-width:1100px) {
  .--t {
    display: block !important;
  }
}
.u-bg01 {
  position: absolute;
  width: 448px;
  height: 448px;
  background-image: url(../../src/img/common/Bg/Bg01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -463px;
  left: -128px;
  z-index: -1;
  transform: rotate(-21deg);
}
@media screen and (max-width: 767px) {
  .u-bg01 {
    width: 300px;
    bottom: -410px;
    left: -113px;
    transform: rotate(3deg);
  }
}

.u-bg02 {
  position: absolute;
  width: 448px;
  height: 448px;
  background-image: url(../../src/img/common/Bg/Bg02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -463px;
  right: -96px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .u-bg02 {
    width: 224px;
    bottom: -444px;
    right: -50px;
  }
}

/*# sourceMappingURL=main.css.map */
