img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}

figure {
  margin-bottom: 0;
}

a.c-undeline {
  text-decoration: underline;
}

/*-------------------------------
  anker
-------------------------------*/
.anker {
  padding-top: 30px;
  display: block;
  height: 1px;
  margin-top: -30px;
}

/*-------------------------------
  midashi
-------------------------------*/
.c-midashi1 {
  line-height: 1;
  font-weight: 700;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.8rem, 1.886rem + 1.43vw, 3.6rem);
  font-weight: 400;
}
.c-midashi2 {
  line-height: 1;
  font-weight: 700;
  position: relative;
  text-align: center;
  font-size: clamp(2.2rem, 1.886rem + 1.43vw, 3rem);
  font-weight: 400;
}

/*-------------------------------
  1-main
-------------------------------*/
#main {
  position: relative;
}

.img_view {
  position: relative;
  display: block;
  overflow: hidden;
}
.img_view picture img {
  opacity: 0;
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
  z-index: 1;
}
@media all and (-ms-high-contrast: none) {
  .img_view picture img {
    opacity: 1;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
}

@-webkit-keyframes img_view {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes img_view {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/*-------------------------------
  c-bread
-------------------------------*/
.c-bread {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 1200px;
  margin: auto;
}
.c-bread ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px;
  gap: 40px;
}
.c-bread ul li {
  line-height: 1;
}
.c-bread ul li a, .c-bread ul li span {
  font-size: 1.1rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 2px;
}
.c-bread ul li a {
  border-bottom: 1px solid #072b6e;
  position: relative;
}
.c-bread ul li a:after {
  content: "";
  width: 6px;
  display: block;
  height: 6px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  border-top: 1px solid #072b6e;
  border-right: 1px solid #072b6e;
  position: absolute;
  top: 5px;
  right: -20px;
}

/*-------------------------------
  top
-------------------------------*/
.p-top--mvv {
  background: #def7fc;
  padding: 80px 0 50px 0;
  background-image: url("../images/img_mvv_l.png"), url("../images/img_mvv_r.png");
  background-size: 600px 858px, 704px 942px;
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
}
.p-top--mvv__inner {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.p-top--mvv__inner h2 {
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 30px;
}
.p-top--mvv__text {
  line-height: 1.5;
  margin-bottom: 60px;
}
.p-top--mvv__link {
  padding-top: 10px;
  line-height: 1.5;
}
.p-top--mvv__link a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #072b6e;
}
.p-top--mvv__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.p-top--mvv__list section {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 33.3333333333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px clamp(20px, 5vw, 60px) 20px clamp(20px, 5vw, 60px);
  border-right: 1px solid #072b6e;
}
.p-top--mvv__list section:last-of-type {
  border-right: 0;
}
.p-top--mvv__list section h3 {
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 35px;
}
.p-top--mvv__list section h3 span {
  font-size: 3.6rem;
  display: block;
  font-weight: 800;
}
.p-top--mvv__list section h3:after {
  width: 85px;
  height: 5px;
  content: "";
  display: block;
  background: #072b6e;
  margin: 6px auto auto auto;
}
.p-top--mvv__list section p {
  font-weight: 400;
  text-align: left;
  margin: auto;
  display: inline-block;
}
.p-top--mvv__graf {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.4fr 10px 0.4fr 10px 0.4fr 10px 0.4fr 10px 0.4fr 10px 0.4fr;
  grid-template-columns: repeat(6, 0.4fr);
  -ms-grid-rows: 0.4fr 10px 0.4fr 10px 0.4fr;
  grid-template-rows: repeat(3, 0.4fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.p-top--mvv__graf > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-top--mvv__graf > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-top--mvv__graf > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.p-top--mvv__graf > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.p-top--mvv__graf > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.p-top--mvv__graf > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.p-top--mvv__graf > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-top--mvv__graf > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.p-top--mvv__graf > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.p-top--mvv__graf > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.p-top--mvv__graf > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.p-top--mvv__graf > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}
.p-top--mvv__graf > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.p-top--mvv__graf > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.p-top--mvv__graf > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.p-top--mvv__graf > *:nth-child(16) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.p-top--mvv__graf > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}
.p-top--mvv__graf > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}
.p-top--mvv__graf > figure {
  background: #fff;
  padding: 40px 60px;
}
.p-top--mvv__graf > figure figcaption {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}
.p-top--mvv__graf > figure figcaption span {
  display: inline;
  padding: 0 5px 3px 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ffe7f0));
  background: linear-gradient(transparent 40%, #ffe7f0 40%);
}
.p-top--mvv__graf .div1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-area: 1/1/2/7;
}
.p-top--mvv__graf .div2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 2/1/3/4;
}
.p-top--mvv__graf .div3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 2/4/3/7;
}
.p-top--mvv__graf .div4 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/4/3;
  padding: 40px 10px;
}
.p-top--mvv__graf .div5 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 3/3/4/5;
  padding: 40px 10px;
}
.p-top--mvv__graf .div6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: 3/5/4/7;
}

@media (max-width: 1024px) {
  .p-top--mvv {
    padding: 40px 0 100px 0;
    background-image: url("../images/img_mvv_l@2x.png"), url("../images/img_mvv_r@2x.png");
    background-size: 150px 214.5px, 176px 235.5px;
    background-position: 0 100%, 100% 100%;
    background-repeat: no-repeat, no-repeat;
  }
  .p-top--mvv__inner h2 {
    font-size: clamp(1.8rem, 1.527rem + 1.36vw, 2.4rem);
    margin-bottom: 25px;
  }
  .p-top--mvv__text {
    margin-bottom: 30px;
  }
  .p-top--mvv__link {
    font-size: 1.2rem;
    padding-top: 20px;
  }
  .p-top--mvv__list {
    display: block;
    margin-bottom: 40px;
  }
  .p-top--mvv__list section {
    width: 100%;
    padding: 20px 0;
    border: none;
    border-bottom: 1px solid #072b6e;
  }
  .p-top--mvv__list section:last-of-type {
    border-right: 0;
    border-bottom: 0;
  }
  .p-top--mvv__graf {
    display: block;
  }
  .p-top--mvv__graf > figure {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 10px;
  }
  .p-top--mvv__graf > figure img {
    height: auto;
  }
  .p-top--mvv__graf > figure figcaption {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
.p-top--support {
  padding: 80px 0 100px 0;
  position: relative;
}
.p-top--support:after {
  display: block;
  content: "";
  width: 1026px;
  max-width: 50%;
  height: 811px;
  background: url("../images/img_support_bg.png") 100% 100% no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -8%;
  left: 0;
}
.p-top--support__inner {
  position: relative;
  z-index: 2;
}
.p-top--support__top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.p-top--support__top figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top--support__top > div {
  padding-top: 45px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.p-top--support__top > div h2 {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: clamp(3.2rem, 5vw, 6rem);
}
.p-top--support__top > div p {
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
.p-top--support__link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 50px 0;
}
.p-top--support__link2 {
  width: 880px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #fff url("../images/ico_window.svg") calc(100% - 40px) 45px no-repeat;
  background-size: 30px;
  -webkit-box-shadow: 7px 7px 12px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 7px 7px 12px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px;
  margin: auto;
  border: 2px solid #072b6e;
}
.p-top--support__link2 > picture {
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}
.p-top--support__link2 > span {
  display: block;
  width: 350px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  position: relative;
  border: 2px solid #072b6e;
  height: 170px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  font-size: clamp(2.4rem, 3.2vw, 4.8rem);
  position: relative;
}
.p-top--support__link2 > span:before {
  width: calc(100% - 40px);
  content: "";
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 20px;
}
.p-top--support__link2 > span:after {
  width: calc(100% - 40px);
  content: "";
  background: #fff;
  display: block;
  height: 2px;
  bottom: -2px;
  position: absolute;
  left: 20px;
}
.p-top--support__bottom {
  padding-top: 60px;
  margin-bottom: 110px;
}
.p-top--support__bottom h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 20px;
}
.p-top--support__bottom > p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 50px;
  color: #000000;
}
.p-top--support__act {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
  padding: 0 clamp(20px, 7%, 60px);
}
.p-top--support__act > section {
  max-width: 32%;
  color: #000000;
}
.p-top--support__act > section figure {
  display: block;
  margin-bottom: 20px;
}
.p-top--support__act > section h4 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.p-top--support__act > section p {
  font-weight: 400;
}

@media (max-width: 1024px) {
  .p-top--support {
    padding: 40px 0 50px 0;
  }
  .p-top--support:after {
    display: block;
    content: "";
    width: 1026px;
    max-width: 50%;
    height: 811px;
    background: url("../images/img_support_bg.png") 100% 100% no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -8%;
    left: 0;
  }
  .p-top--support__inner {
    position: relative;
    z-index: 2;
  }
  .p-top--support__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .p-top--support__top figure {
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 70%;
    text-align: center;
    margin: auto;
  }
  .p-top--support__top figure img {
    height: auto;
  }
  .p-top--support__top > div {
    padding-top: 0;
  }
  .p-top--support__top > div h2 {
    font-size: clamp(3rem, 3vw, 4.4rem);
  }
  .p-top--support__top > div p {
    line-height: 1.8;
  }
  .p-top--support__link {
    padding: 30px 0 30px 0;
  }
  .p-top--support__link2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #fff url("../images/ico_window.svg") calc(100% - 20px) calc(100% - 20px) no-repeat;
    background-size: 30px;
    -webkit-box-shadow: 7px 7px 12px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 7px 7px 12px 1px rgba(0, 0, 0, 0.25);
    padding: 20px;
  }
  .p-top--support__link2 > picture {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-top--support__link2 > span {
    width: 100%;
    height: auto;
    padding: 5px 0;
    font-size: clamp(2.6rem, 3.5vw, 4rem);
    position: relative;
  }
  .p-top--support__bottom {
    padding-top: 40px;
    margin-bottom: 60px;
  }
  .p-top--support__bottom h3 {
    font-size: clamp(1.8rem, 1.527rem + 1.36vw, 2.4rem);
    margin-bottom: 20px;
  }
  .p-top--support__bottom > p {
    margin-bottom: 40px;
  }
  .p-top--support__act {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5%;
    padding: 0;
  }
  .p-top--support__act > section {
    width: 320px;
    margin-inline: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .p-top--support__act > section figure {
    display: block;
    margin-bottom: 15px;
  }
  .p-top--support__act > section h4 {
    font-size: clamp(1.8rem, 1.527rem + 1.36vw, 2.4rem);
    margin-bottom: 5px;
  }
}
.c-cta {
  padding: 50px clamp(100px, 20%, 150px);
  background: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 150px;
  border: 5px solid #072b6e;
}
.c-cta:before {
  display: block;
  content: "";
  width: 71px;
  height: 61px;
  margin: auto;
  border-radius: 10px;
  background: url("../images/img_cta_heart.png") 0 0 no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.c-cta__title {
  text-align: center;
  margin-bottom: 30px;
}
.c-cta__title h3 {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.c-cta__title h3 span {
  display: inline-block;
  font-weight: 700;
  border-top: 2px solid #072b6e;
  border-bottom: 2px solid #072b6e;
  font-size: 3rem;
  margin-top: 3px;
  line-height: 1;
  padding: 10px 30px;
}
.c-cta__title p {
  font-size: 1.6rem;
}
.c-cta a {
  margin-inline: auto;
}
.c-cta__kihu {
  text-align: center;
  padding-top: 50px;
}
.c-cta__kihu h3 {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.c-cta__kihu h3 span {
  display: inline-block;
  font-weight: 700;
  border-top: 2px solid #072b6e;
  border-bottom: 2px solid #072b6e;
  font-size: 3rem;
  margin-top: 3px;
  line-height: 1;
  padding: 10px 30px;
}
.c-cta__kihu > div {
  background: #def7fc;
  padding: 25px;
  text-align: center;
  margin-bottom: 15px;
}
.c-cta__kihu > div span {
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  display: block;
}
.c-cta__kihu > div span:nth-of-type(2) {
  font-weight: 400;
}
.c-cta__kihu p {
  font-size: 1.6rem;
}
.c-cta__kihu p span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #072b6e;
}

@media (max-width: 1024px) {
  .c-cta {
    padding: 20px 20px;
    margin-bottom: 50px;
  }
  .c-cta:before {
    display: block;
    content: "";
    width: 35.5px;
    height: 30.5px;
    margin: auto;
    border-radius: 10px;
    background: url("../images/img_cta_heart@2x.png") 0 0 no-repeat;
    background-size: contain;
    margin-bottom: 10px;
  }
  .c-cta__title {
    text-align: center;
    margin-bottom: 30px;
  }
  .c-cta__title h3 {
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .c-cta__title h3 span {
    font-size: 2rem;
    margin-top: 3px;
    padding: 10px 30px;
  }
  .c-cta__title p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .c-cta a {
    margin-inline: auto;
  }
  .c-cta__kihu {
    padding-top: 40px;
  }
  .c-cta__kihu h3 {
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .c-cta__kihu h3 span {
    font-size: 2rem;
  }
  .c-cta__kihu > div {
    background: #def7fc;
    padding: 20px;
    margin-bottom: 15px;
  }
  .c-cta__kihu p {
    font-size: 1.2rem;
  }
}
/*-------------------------------
  activity
-------------------------------*/
.p-activity__title {
  padding: 0 20px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.p-activity__title h2 {
  font-size: clamp(3.2rem, 1.371rem + 2.86vw, 4.8rem);
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
.p-activity__title p {
  margin-bottom: 80px;
  color: #000000;
}
.p-activity__title figure {
  display: block;
  margin-bottom: 90px;
}

.p-activity__content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.p-activity__content figure {
  width: 420px;
  max-width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-activity__content figure img {
  height: auto;
  max-width: 100%;
}
.p-activity__content > div {
  padding-top: 50px;
}
.p-activity__content > div hgroup h3 {
  font-size: clamp(4.8rem, 3.429rem + 2.14vw, 6rem);
  margin-bottom: 40px;
  line-height: 1;
}
.p-activity__content > div hgroup span {
  font-size: clamp(2rem, 0.857rem + 1.79vw, 3rem);
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.p-activity__content > div p {
  margin-bottom: 50px;
}
.p-activity__content > div dl {
  border-top: 1px solid #072b6e;
  padding-top: 20px;
  color: #000000;
}
.p-activity__content > div dl dt {
  font-size: clamp(2rem, 0.857rem + 1.79vw, 3rem);
  font-weight: 400;
  margin-bottom: 10px;
}
.p-activity__content > div dl dt span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #e7f6fc));
  background: linear-gradient(transparent 40%, #e7f6fc 40%);
}
.p-activity__content > div dl dd {
  margin-bottom: 25px;
  font-weight: 400;
}
.p-activity__content__parent {
  border-top: 4px solid #072b6e;
  padding-top: 70px;
  padding-bottom: 110px;
}
.p-activity__content__parent:last-of-type {
  border-bottom: 5px solid #072b6e;
  margin-bottom: 110px;
}

@media (max-width: 1024px) {
  .p-activity__title {
    padding: 0 0;
  }
  .p-activity__title h2 {
    font-size: clamp(2.2rem, 1.371rem + 2.26vw, 3.2rem);
    margin-bottom: 20px;
  }
  .p-activity__title p {
    margin-bottom: 40px;
    color: #000000;
  }
  .p-activity__title figure {
    margin-bottom: 40px;
  }
  .p-activity__title figure img {
    height: auto;
  }
  .p-activity__content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-activity__content figure {
    max-width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-activity__content > div {
    padding-top: 20px;
  }
  .p-activity__content > div hgroup h3 {
    font-size: clamp(3.2rem, 2.429rem + 2.14vw, 4.2rem);
    margin-bottom: 20px;
  }
  .p-activity__content > div hgroup span {
    font-size: clamp(1.8rem, 0.857rem + 1.29vw, 2.4rem);
    margin-bottom: 15px;
  }
  .p-activity__content > div p {
    margin-bottom: 30px;
  }
  .p-activity__content > div dl {
    padding-top: 20px;
  }
  .p-activity__content > div dl dt {
    font-size: clamp(1.8rem, 0.857rem + 1.29vw, 2.4rem);
    margin-bottom: 10px;
  }
  .p-activity__content > div dl dd {
    margin-bottom: 20px;
  }
  .p-activity__content__parent {
    border-top: 4px solid #072b6e;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .p-activity__content__parent:last-of-type {
    border-bottom: 5px solid #072b6e;
    margin-bottom: 30px;
  }
}
/*-------------------------------
  about
-------------------------------*/
.p-about_table {
  margin-bottom: 120px;
}
.p-about_table dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-about_table dl dt {
  padding: 20px;
  width: 270px;
  max-width: 25%;
  background: #e7f6fc;
  border-bottom: 1px solid #072b6e;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.p-about_table dl dd {
  width: 700px;
  max-width: 75%;
  padding: 20px 20px 20px 30px;
  font-weight: 400;
  border-bottom: 1px solid #072b6e;
}
.p-about_table dl dd .list1 li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about_table dl dd .list1 li span {
  width: 8em;
}
.p-about_table dl dd .list2 li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-about_table dl dd .list2 li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #072b6e;
  display: block;
  border-radius: 10px;
  margin-top: 0.8em;
}

@media (max-width: 1024px) {
  .p-about_table {
    margin-bottom: 60px;
  }
  .p-about_table dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-about_table dl dt {
    padding: 15px 10px;
    max-width: 30%;
    background: #e7f6fc;
    border-bottom: 1px solid #072b6e;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
  }
  .p-about_table dl dd {
    max-width: 70%;
    padding: 15px 15px 15px 20px;
    font-size: 1.2rem;
    border-bottom: 1px solid #072b6e;
  }
  .p-about_table dl dd .list1 li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-about_table dl dd .list1 li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .p-about_table dl dd .list1 li span {
    width: 100%;
    display: block;
  }
  .p-about_table dl dd .list2 li {
    gap: 6px;
  }
  .p-about_table dl dd .list2 li:before {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/*-------------------------------
  form
-------------------------------*/
.p-form__privacy {
  border: 1px solid #072b6e;
  padding: 40px;
  margin: 0 auto;
  width: 960px;
  margin-bottom: 115px;
}
.p-form__privacy dl dt {
  font-size: clamp(1.6rem, 0.686rem + 1.43vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 5px;
}
.p-form__privacy dl dd {
  margin-bottom: 50px;
  font-weight: 400;
}
.p-form__send {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 35px;
}
.p-form__send input {
  width: 230px;
  height: 42px;
  border-radius: 20px;
  background: #b7b7b7;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
}
.p-form__send input[type=submit] {
  background: #072b6e;
}
.p-form__thanks {
  padding: 4em 0;
}
.p-form__thanks p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.p-form__check {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e0e6f1;
  gap: 5px 20px;
}
.p-form__check__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-form__check > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.6rem, 0.686rem + 1.43vw, 2.4rem);
}
.p-form__check > div label {
  display: block;
  position: relative;
  padding-left: 40px;
  white-space: nowrap;
}
.p-form__check > div label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 1px;
  border: 1px solid rgba(183, 183, 183, 0.6);
  -webkit-transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
}
.p-form__check > div label:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 3px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #072b6e;
  border-radius: 1px;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
}
.p-form__check > div input[type=checkbox] {
  display: none;
}
.p-form__check > div input[type=checkbox]:checked + label:after {
  border-radius: 20px;
}
.p-form__check > div input[type=checkbox]:checked + label:before {
  border-radius: 20px;
  opacity: 1;
}

.formTable {
  margin-bottom: 150px;
}
.formTable__hissu {
  display: block;
  margin-bottom: 10px;
}
.formTable__hissu span {
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  border-radius: 8px;
  margin: 0 8px;
  color: #fff;
  background: #072b6e;
  padding: 6px 8px 8px 8px;
  line-height: 1;
}
.formTable dl {
  border-bottom: 1px solid #072b6e;
  padding: 20px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formTable dl dt {
  font-size: clamp(1.6rem, 0.686rem + 1.43vw, 2.4rem);
  width: 310px;
  max-width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.formTable dl dt span {
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  border-radius: 8px;
  margin: 0 8px;
  color: #fff;
  background: #072b6e;
  padding: 6px 8px 8px 8px;
  line-height: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.formTable dl dd {
  width: 100%;
}
.formTable dl dd input, .formTable dl dd textarea {
  font-size: 1em;
  width: 100%;
  padding: 0.6em 0.5em;
  border: 1px solid rgba(183, 183, 183, 0.4);
}

@media (max-width: 1024px) {
  .p-form__privacy {
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
    width: 960px;
    margin-bottom: 50px;
  }
  .p-form__privacy dl dt {
    font-size: clamp(1.6rem, 0.686rem + 1.43vw, 2.4rem);
  }
  .p-form__privacy dl dd {
    margin-bottom: 40px;
  }
  .p-form__send {
    gap: 20px;
    margin-top: 30px;
  }
  .p-form__send input {
    font-size: 1.6rem;
  }
  .p-form__thanks {
    padding: 4em 0;
  }
  .p-form__thanks p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  .p-form__check {
    padding: 20px;
    gap: 5px 20px;
  }
  .p-form__check__center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-form__check > div {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: clamp(1.6rem, 0.686rem + 1.43vw, 2.4rem);
  }
  .p-form__check > div label {
    display: block;
    position: relative;
    padding-left: 40px;
    white-space: nowrap;
  }
  .p-form__check > div label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 1px;
    border: 1px solid rgba(183, 183, 183, 0.6);
    -webkit-transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  }
  .p-form__check > div label:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: #072b6e;
    border-radius: 1px;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  }
  .p-form__check > div input[type=checkbox] {
    display: none;
  }
  .p-form__check > div input[type=checkbox]:checked + label:after {
    border-radius: 20px;
  }
  .p-form__check > div input[type=checkbox]:checked + label:before {
    border-radius: 20px;
    opacity: 1;
  }
  .formTable {
    margin-bottom: 100px;
  }
  .formTable__hissu span {
    font-size: 1.2rem;
    border-radius: 8px;
    margin: 0 6px;
    padding: 4px 8px 4px 8px;
  }
  .formTable dl {
    padding: 15px 0 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .formTable dl dt {
    font-size: clamp(1.6rem, 0.686rem + 1.43vw, 2rem);
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .formTable dl dt span {
    font-size: 1.2rem;
    margin: 0 6px;
    color: #fff;
    background: #072b6e;
    padding: 4px 8px 4px 8px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .formTable dl dd {
    width: 100%;
  }
  .formTable dl dd input, .formTable dl dd textarea {
    font-size: 1em;
    width: 100%;
    padding: 0.6em 0.5em;
    border: 1px solid rgba(183, 183, 183, 0.4);
  }
}
/*-------------------------------
  footer
-------------------------------*/
.c-footer {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #def7fc;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 40px;
}
.c-footer__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  margin: auto auto 70px auto;
  max-width: 100%;
}
.c-footer__logo {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding-top: 10px;
}
.c-footer__logo picture {
  display: block;
  margin-bottom: 30px;
}
.c-footer__logo p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.c-footer__menu {
  width: 50%;
}
.c-footer__menu li {
  display: block;
  line-height: 1.5;
}
.c-footer__menu li a {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.c-footer__menu li a:before {
  content: ">";
  width: 1em;
  height: 1em;
  margin-right: 3px;
}
.c-footer__copyright {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #072b6e;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  width: 100%;
}

.p-topback {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  letter-spacing: 0;
  height: 40px;
  background: #def7fc;
  z-index: 2;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  -webkit-box-shadow: 3px 3px 0px 0px #072b6e;
          box-shadow: 3px 3px 0px 0px #072b6e;
  -webkit-transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
}
.p-topback:hover {
  border-radius: 20px 20px 0 0;
}

@media (max-width: 1024px) {
  .c-footer {
    padding: 0 0 10px 0;
  }
  .c-footer__inner {
    padding: 30px 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto auto 0px auto;
  }
  .c-footer__logo {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  .c-footer__logo picture {
    margin-bottom: 5px;
  }
  .c-footer__logo picture img {
    width: 230px;
  }
  .c-footer__menu {
    width: 100%;
  }
  .c-footer__copyright {
    padding-top: 10px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.2rem;
  }
  .p-topback {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
  }
}