@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&display=swap");
html, body {
  font-size: 16px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

body {
  word-break: break-word;
}
body.open {
  overflow: hidden;
}

.container-fluid {
  /*　画面幅の上限　*/
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid.narrow-width {
  max-width: 950px;
}

a {
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
a:hover, a:active, a:focus {
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}

.cookie_policy {
  display: none;
  position: fixed;
  bottom: 0;
  right: calc(50px + 1rem);
  color: #941F57;
  background-color: #fff;
  border: 1px solid #941F57;
  border-bottom: none;
  padding: 10px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.cookie_policy p {
  margin: 0;
}
.cookie_policy:hover {
  color: #fff;
  background-color: #941F57;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.cookie_content {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  max-width: 30em;
  width: 100%;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
}
.cookie_content .cookie_text {
  color: #fff;
}
.cookie_content .cookie_text a {
  color: dodgerblue;
}
.cookie_content .cookie_btn {
  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: 1rem;
  margin-top: 1rem;
}
.cookie_content .cookie_btn span {
  font-weight: 500;
  padding: 0.5em 1.5em;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.cookie_content .cookie_btn span.cookie_agree {
  color: #fff;
  background-color: dodgerblue;
}
.cookie_content .cookie_btn span.cookie_disagree {
  color: rgb(92, 114, 145);
  background-color: #fff;
}
.cookie_content .cookie_btn span:hover {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 575px) {
  .cookie_content {
    bottom: 0;
    right: auto;
    max-width: 100%;
    font-size: 0.75rem;
  }
  .cookie_content .cookie_text {
    margin-bottom: 1em;
  }
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.anker {
  pointer-events: none;
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .anker {
    margin-top: -4rem;
    padding-top: 4rem;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
body header {
  position: sticky;
  top: 1.875rem;
  left: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
}
body header label.modal_toggle_btn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 5.5rem;
  height: 5.5rem;
  background-color: #941F57;
  border: 1px solid #941F57;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  margin-right: 2.125rem;
  padding-top: 5px;
  z-index: 999;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body header label.modal_toggle_btn span:not(:last-of-type) {
  width: 2.25rem;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body header label.modal_toggle_btn span:last-of-type {
  color: #fff;
  font-size: 0.75rem;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.334;
  letter-spacing: 0.065em;
}
body header label.modal_toggle_btn:hover, body header label.modal_toggle_btn:active, body header label.modal_toggle_btn:focus {
  background-color: #BF829F;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body header:has(input#modal_menu_flg:checked) label.modal_toggle_btn {
  position: relative;
}
body header:has(input#modal_menu_flg:checked) label.modal_toggle_btn span {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin: 0;
}
body header:has(input#modal_menu_flg:checked) label.modal_toggle_btn span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
}
body header:has(input#modal_menu_flg:checked) label.modal_toggle_btn span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
}
body header:has(input#modal_menu_flg:checked) label.modal_toggle_btn span:last-of-type {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 15px;
}
body header input#modal_menu_flg {
  display: none;
}
body header input#modal_menu_flg:checked + div.modal_menu {
  opacity: 1;
  pointer-events: auto;
}
body header div.modal_menu {
  display: block;
  max-width: 430px;
  width: 100%;
  height: 100%;
  background-color: #EAEEF2;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  opacity: 0;
  pointer-events: none;
  padding: 50px 80px;
  overflow-y: scroll;
}
body header div.modal_menu > div.global_menu {
  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;
  width: 100%;
  min-height: 100%;
}
body header div.modal_menu > div.global_menu ul {
  max-width: 767px;
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
body header div.modal_menu > div.global_menu ul li {
  margin-bottom: 15px;
}
body header div.modal_menu > div.global_menu ul li a {
  display: block;
  color: #333;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 12px 0;
}
body header div.modal_menu > div.global_menu ul li a:hover, body header div.modal_menu > div.global_menu ul li a:active, body header div.modal_menu > div.global_menu ul li a:focus {
  color: #941F57;
}
body header div.modal_menu > div.global_menu ul li a[href="javascript:void(0);"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 0.5rem;
  padding-bottom: 6.5px;
  cursor: default;
  pointer-events: none;
}
body header div.modal_menu > div.global_menu ul li a[href="javascript:void(0);"]::after {
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  background-color: #333;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
body header div.modal_menu > div.global_menu ul li div a {
  padding-left: 1.0625rem;
}
body header div.modal_menu label {
  padding: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: none;
  display: block;
  cursor: pointer;
  line-height: 1;
  width: 3rem;
  height: 3rem;
  background-color: #941F57;
}
body header div.modal_menu label span {
  display: block;
  width: 75%;
  background-color: #ffffff;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body header div.modal_menu label span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
body header div.modal_menu label span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}
@media screen and (max-width: 767px) {
  body header {
    top: 0.8125rem;
  }
  body header label.modal_toggle_btn {
    gap: 7px;
    width: 4.375rem;
    height: 4.375rem;
    margin-right: 10px;
  }
  body header label.modal_toggle_btn span:not(:last-of-type) {
    width: 1.8125rem;
  }
  body header label.modal_toggle_btn span:last-of-type {
    font-size: 9px;
  }
  body header div.modal_menu {
    max-width: 100%;
    padding: 35px 45px;
  }
  body header div.modal_menu div.global_menu ul li a {
    font-size: 1.125rem;
    padding: 5px 0;
  }
  body header div.modal_menu div.global_menu ul li .sub_menu a {
    line-height: 1.446;
    padding: 7.5px 1rem;
    padding-right: 0;
  }
}
body main {
  position: relative;
  margin-top: -5.5rem;
}
body main h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #941F57;
  font-size: clamp(24px, 5.625dvw, 36px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.528;
  letter-spacing: 0.08em;
}
body main h2 span {
  font-size: clamp(20px, 4.6875dvw, 30px);
}
body main h2 small {
  font-size: clamp(14px, 2.5dvw, 16px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.528;
  letter-spacing: 0.08em;
  margin-top: 0.75rem;
}
body main h2 small a {
  color: #000;
}
@media screen and (max-width: 575px) {
  body main h2 {
    letter-spacing: 0.05em;
  }
  body main h2 img {
    max-width: 60px;
    margin-bottom: 0.9375rem;
  }
  body main h2 small {
    line-height: 1.625;
    letter-spacing: 0;
    text-align: center;
    margin-top: 10px;
  }
}
body main section#mainvisual .jump_area {
  height: 300px;
}
body main section#mainvisual .jump_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
body main section#mainvisual .jump_area ul li {
  width: 33.3333333333%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body main section#mainvisual .jump_area ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  height: 100%;
  color: #fff;
  font-size: clamp(24px, 3.229061554dvw, 32px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-decoration: none;
  padding: 1.5rem;
}
body main section#mainvisual .jump_area ul li a br {
  display: none;
}
body main section#mainvisual .jump_area ul li a::after {
  content: "";
  display: block;
  width: 23px;
  height: 14px;
  background-image: url("../img/move.svg");
}
body main section#mainvisual .jump_area ul li:nth-of-type(odd) {
  background-color: #941F57;
}
body main section#mainvisual .jump_area ul li:nth-of-type(even) {
  background-color: #75083C;
}
body main section#mainvisual .jump_area ul li:hover, body main section#mainvisual .jump_area ul li:active, body main section#mainvisual .jump_area ul li:focus {
  opacity: 0.6;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 1300px) {
  body main section#mainvisual .jump_area ul li a {
    text-align: center;
  }
  body main section#mainvisual .jump_area ul li a br {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  body main section#mainvisual .jump_area ul li a {
    padding: 10px;
  }
  body main section#mainvisual .jump_area ul li a img {
    max-height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  body main section#mainvisual .jump_area {
    height: auto;
  }
  body main section#mainvisual .jump_area ul li {
    height: 33.3333333333dvw;
  }
  body main section#mainvisual .jump_area ul li a {
    gap: 6px;
    font-size: clamp(14px, 3.9534883721dvw, 17px);
    line-height: 1.41;
    letter-spacing: 0;
  }
  body main section#mainvisual .jump_area ul li a img {
    max-height: 1.75rem;
  }
  body main section#mainvisual .jump_area ul li a::after {
    width: 1rem;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 3px;
  }
}
body main section#message {
  padding: 9rem 0 5.625rem;
}
body main section#message h2 {
  margin-bottom: 5rem;
}
body main section#message .message_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  margin-bottom: 6.75rem;
}
body main section#message .message_inner .message_img {
  max-width: 420px;
  width: 50%;
}
body main section#message .message_inner .message_img img {
  width: 100%;
  aspect-ratio: 420/540;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
body main section#message .message_inner .message_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body main section#message .message_inner .message_text h3 {
  font-size: clamp(22px, 3.90625dvw, 25px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #707070;
  margin-bottom: 1.75rem;
  padding-bottom: 0.75rem;
}
body main section#message .message_inner .message_text p {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
body main section#message .message_inner .message_text strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3125rem;
  color: #1A1311;
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: right;
}
body main section#message .message_inner .message_text strong span {
  font-size: clamp(33px, 5.78125dvw, 37px);
  font-family: "HGP行書体";
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
body main section#message .message_inner .message_text strong img {
  max-width: 136px;
}
body main section#message #photo_list {
  margin: 0;
  padding: 0;
}
body main section#message #photo_list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
body main section#message #photo_list div.photo_item {
  max-width: 450px;
}
body main section#message #photo_list div.photo_item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 450/318;
  border-radius: 5px;
  margin-bottom: 9px;
}
body main section#message #photo_list div.photo_item p {
  font-size: clamp(12px, 2.1875dvw, 14px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  line-height: 1.455;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  body main section#message .message_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 575px) {
  body main section#message {
    padding: 3.75rem 0 3.125rem;
  }
  body main section#message h2 {
    margin-bottom: 1.375rem;
  }
  body main section#message .message_inner {
    gap: 1.875rem;
    margin-bottom: 2.375rem;
  }
  body main section#message .message_inner .message_img {
    max-width: 87%;
    width: 100%;
  }
  body main section#message .message_inner .message_text h3 {
    margin-bottom: 1rem;
    padding-bottom: 9px;
  }
  body main section#message .message_inner .message_text p {
    line-height: 1.6875rem;
    margin-bottom: 1.6875rem;
  }
  body main section#message .message_inner .message_text strong {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    letter-spacing: 0;
  }
  body main section#message #photo_list .slick-track {
    gap: 0.75rem;
  }
  body main section#message #photo_list div.photo_item {
    max-width: 230px;
  }
  body main section#message #photo_list div.photo_item img {
    margin-bottom: 6px;
  }
}
body main section#project {
  position: relative;
  background-color: #fff;
  padding-top: 6.875rem;
}
body main section#project h2 {
  margin-bottom: 4.375rem;
}
body main section#project div.project_inner {
  margin-bottom: 11.875rem;
}
body main section#project div.project_inner .project_img {
  position: absolute;
  right: 0;
  max-width: 800px;
  width: 42%;
}
body main section#project div.project_inner .project_img img {
  width: 100%;
  border-radius: 10px 0 0 10px;
}
body main section#project div.project_inner .project_text {
  max-width: 708px;
  width: 60%;
}
body main section#project div.project_inner .project_text p {
  color: #1A1311;
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 4.5625rem;
}
body main section#project div.project_inner .project_text a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  max-width: 584px;
  color: #1A1311;
  font-size: clamp(18px, 3.90625dvw, 25px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: 2px solid;
  padding-bottom: 1.5rem;
}
body main section#project div.project_inner .project_text a::before, body main section#project div.project_inner .project_text a::after {
  content: "";
  display: block;
}
body main section#project div.project_inner .project_text a::before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3px;
}
body main section#project div.project_inner .project_text a::after {
  position: absolute;
  left: 14px;
  width: 17px;
  height: 13px;
  -webkit-mask-image: url("../img/move.svg");
          mask-image: url("../img/move.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body main section#project div.project_inner .project_text a[href="#general"] {
  border-bottom-color: #941F57;
}
body main section#project div.project_inner .project_text a[href="#general"]::before {
  background-color: #941F57;
}
body main section#project div.project_inner .project_text a[href="#general"]::after {
  background-color: #D2A1B8;
}
body main section#project div.project_inner .project_text a[href="#general"]:hover, body main section#project div.project_inner .project_text a[href="#general"]:active, body main section#project div.project_inner .project_text a[href="#general"]:focus {
  color: #941F57;
}
body main section#project div.project_inner .project_text a[href="#support"] {
  border-bottom-color: #78A702;
}
body main section#project div.project_inner .project_text a[href="#support"]::before {
  background-color: #78A702;
}
body main section#project div.project_inner .project_text a[href="#support"]::after {
  background-color: #D3E3AD;
}
body main section#project div.project_inner .project_text a[href="#support"]:hover, body main section#project div.project_inner .project_text a[href="#support"]:active, body main section#project div.project_inner .project_text a[href="#support"]:focus {
  color: #78A702;
}
body main section#project div.project_inner .project_text a + a {
  margin-top: 2.0625rem;
}
body main section#project div.fund_block {
  padding: 3.75rem 0 6.6875rem;
}
body main section#project div.fund_block h3 {
  position: relative;
  font-size: clamp(22px, 5dvw, 32px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.528;
  letter-spacing: 0;
  margin-bottom: 2.375rem;
  padding-bottom: 1rem;
}
body main section#project div.fund_block h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 584px;
  width: 50dvw;
  height: 2px;
}
body main section#project div.fund_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body main section#project div.fund_block ul li {
  background-color: #fff;
  border-radius: 10px;
  padding: 2.5rem 3.125rem;
}
body main section#project div.fund_block ul li h4 {
  font-size: clamp(20px, 4.1666666667dvw, 32px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.528;
  letter-spacing: 0.05em;
}
body main section#project div.fund_block ul li p {
  color: #1A1311;
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
}
body main section#project div.fund_block ul li .photo_area img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}
body main section#project div.fund_block ul li .photo_area small {
  display: block;
  color: #1A1311;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: right;
  margin: 0;
}
body main section#project div.fund_block ul li.side_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
body main section#project div.fund_block ul li.side_photo .photo_area {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 440px;
}
body main section#project div.fund_block ul li.two_photo > p {
  margin-bottom: 2.1875rem;
}
body main section#project div.fund_block ul li.two_photo .photo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1875rem;
}
body main section#project div.fund_block ul li.two_photo .photo_area span {
  width: 50%;
}
body main section#project div.fund_block ul li.two_photo .photo_area span img {
  max-height: 350px;
  aspect-ratio: 526/350;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section#project div.fund_block ul li + li {
  margin-top: 1.875rem;
}
body main section#project div.fund_block#general {
  background-color: #FFF0F7;
}
body main section#project div.fund_block#general h3::after {
  background-color: #941F57;
}
body main section#project div.fund_block#general ul li h4 {
  color: #941F57;
}
body main section#project div.fund_block#support {
  background-color: #F1F5E7;
}
body main section#project div.fund_block#support h3::after {
  background-color: #78A702;
}
body main section#project div.fund_block#support ul li h4 {
  color: #78A702;
}
@media (max-width: 1500px) {
  body main section#project div.project_inner .project_text {
    max-width: 584px;
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  body main section#project div.project_inner {
    margin-bottom: 3.5rem;
  }
  body main section#project div.project_inner .project_img {
    position: static;
    display: block;
    max-width: unset;
    width: calc(100% + 30px);
    margin-bottom: 1rem;
    margin-left: -15px;
  }
  body main section#project div.project_inner .project_img img {
    border-radius: 0;
  }
  body main section#project div.project_inner .project_text {
    max-width: 100%;
    width: 100%;
  }
  body main section#project div.project_inner .project_text p {
    font-weight: 500;
  }
  body main section#project div.project_inner .project_text a {
    max-width: 100%;
  }
  body main section#project div.fund_block ul li p {
    font-weight: 500;
  }
  body main section#project div.fund_block ul li.side_photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
  body main section#project div.fund_block ul li.side_photo p {
    margin-bottom: 0;
  }
  body main section#project div.fund_block ul li.side_photo .photo_area {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  body main section#project {
    padding-top: 2rem;
  }
  body main section#project h2 {
    margin-bottom: 1.25rem;
  }
  body main section#project div.project_inner .project_text p {
    margin-bottom: 2.875rem;
  }
  body main section#project div.project_inner .project_text a {
    gap: 1.0625rem;
    padding-bottom: 0.9375rem;
  }
  body main section#project div.project_inner .project_text a::before {
    width: 1.6875rem;
    height: 1.6875rem;
  }
  body main section#project div.project_inner .project_text a::after {
    left: 9px;
    width: 12px;
    height: 9px;
  }
  body main section#project div.project_inner .project_text a + a {
    margin-top: 0.875rem;
  }
  body main section#project div.fund_block {
    padding: 2.6875rem 0 3.75rem;
  }
  body main section#project div.fund_block h3 {
    margin-bottom: 1.375rem;
    padding-bottom: 11px;
  }
  body main section#project div.fund_block h3::after {
    width: 100%;
  }
  body main section#project div.fund_block ul li {
    padding: 1.125rem;
  }
  body main section#project div.fund_block ul li h4 {
    letter-spacing: 0;
  }
  body main section#project div.fund_block ul li p {
    line-height: 1.6875;
    margin-bottom: 7px;
  }
  body main section#project div.fund_block ul li.two_photo > p {
    margin-bottom: 1.1875rem;
  }
  body main section#project div.fund_block ul li.two_photo .photo_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  body main section#project div.fund_block ul li.two_photo .photo_area span {
    width: 100%;
  }
  body main section#project div.fund_block ul li + li {
    margin-top: 1.4375rem;
  }
}
body main section#process {
  padding: 6.4375rem 0 7.75rem;
}
body main section#process h2 {
  margin-bottom: 2.5rem;
}
body main section#process a.link_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 250px;
  height: 100px;
  color: #1A1311;
  font-size: clamp(16px, 3.28125dvw, 21px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 7px solid #3AB54A;
  padding: 0 1rem;
}
body main section#process a.link_btn:hover, body main section#process a.link_btn:active, body main section#process a.link_btn:focus {
  color: #fff;
  background-color: #3AB54A;
}
body main section#process ul.process_fixed {
  position: fixed;
  top: 30%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
}
body main section#process ul.process_fixed li a.link_btn {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  font-size: clamp(12px, 2.1190716448dvw, 21px);
  border-right: none;
}
body main section#process ul.process_fixed.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body main section#process .process_about {
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 4rem;
}
body main section#process .process_about .process_inner {
  background-color: #FFE3D6;
  padding: 2.5rem 3.125rem 3.3125rem 4.375rem;
}
body main section#process .process_about .process_inner h4 {
  color: #941F57;
  font-size: clamp(22px, 4.6875dvw, 30px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 1.875rem;
}
body main section#process .process_about .process_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 1.5625rem;
  max-width: 885px;
  list-style: none;
  margin: 0 auto 1.6875rem;
  padding: 0;
}
body main section#process .process_about .process_inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
  width: 50%;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0.75rem;
}
body main section#process .process_about .process_inner ul li > div {
  text-align: center;
}
body main section#process .process_about .process_inner ul li small {
  font-size: clamp(16px, 2.5dvw, 16px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
body main section#process .process_about .process_inner ul li p {
  font-size: clamp(20px, 3.125dvw, 20px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.08em;
  margin-top: -5px;
  margin-bottom: 0;
}
body main section#process .process_about .process_inner ul li p span {
  font-size: clamp(26px, 4.0625dvw, 26px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
body main section#process .process_about .process_inner > p {
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-weight: 500;
  line-height: 1.6875;
  text-align: center;
  margin-bottom: 2rem;
}
body main section#process .process_about .process_inner a {
  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: 11px;
  max-width: 885px;
  height: 100%;
  color: #fff;
  font-size: clamp(24px, 4.84375dvw, 31px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.32;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  background-color: #72B913;
  border-radius: 10px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 1.875rem 2.4375rem 2.375rem;
}
body main section#process .process_about .process_inner a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding-left: calc(2.8125rem + 11px);
}
body main section#process .process_about .process_inner a p span {
  display: block;
  font-size: clamp(18px, 3.75dvw, 24px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.83;
  letter-spacing: 0.05em;
}
body main section#process .process_about .process_inner a img {
  max-width: 2.8125rem;
}
body main section#process .process_about .process_inner a:hover, body main section#process .process_about .process_inner a:active, body main section#process .process_about .process_inner a:focus {
  background-color: #539200;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body main section#process .process_about .process_inner .process_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
body main section#process .process_about .process_inner .process_btn a {
  width: 50%;
  padding-bottom: 1.875rem;
}
body main section#process .process_about .process_inner .process_btn a p {
  text-align: left;
  padding-left: 0;
}
body main section#process .process_block h3.process_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  color: #941F57;
  font-size: clamp(22px, 4.6875dvw, 30px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.455;
  letter-spacing: 0.08em;
}
body main section#process .process_block h4 {
  position: relative;
  font-size: clamp(20px, 3.90625dvw, 25px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.455;
  letter-spacing: 0.08em;
  margin-bottom: 1.5625rem;
  padding-left: 1.3125rem;
}
body main section#process .process_block h4::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  display: block;
  width: 4px;
  height: calc(100% - 11px);
  background-color: #941F57;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body main section#process .process_block p {
  color: #1A1311;
  font-size: clamp(16px, 2.5dvw, 16px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
body main section#process .process_block#kind h3 {
  margin-bottom: 2rem;
}
body main section#process .process_block#kind .block_inner {
  border-bottom: 1px solid #C6A881;
  margin-bottom: 2.8125rem;
  padding-bottom: 2.8125rem;
}
body main section#process .process_block#kind .block_inner h5 {
  position: relative;
  font-size: clamp(16px, 3.125dvw, 20px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.455;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
  padding-left: 1.8125rem;
}
body main section#process .process_block#kind .block_inner h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #941F57;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body main section#process .process_block#kind .block_inner h6 {
  display: inline-block;
  color: #fff;
  font-size: clamp(16px, 3.125dvw, 20px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.455;
  letter-spacing: 0.05em;
  background-color: #941F57;
  padding: 5px 1.5625rem;
}
body main section#process .process_block#kind .block_inner p, body main section#process .process_block#kind .block_inner strong {
  color: #1A1311;
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
body main section#process .process_block#kind .block_inner strong {
  font-weight: bold;
  margin-bottom: 0.9375rem;
}
body main section#process .process_block#kind .block_inner .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
body main section#process .process_block#kind .block_inner#online h4 {
  margin-bottom: 0.75rem;
}
body main section#process .process_block#kind .block_inner#online .text_block {
  margin-bottom: 2.8125rem;
}
body main section#process .process_block#kind .block_inner#online .text_block h4 {
  margin-bottom: 0.75rem;
}
body main section#process .process_block#kind .block_inner#online .text_block p:has(+ ul) {
  margin-bottom: 0;
}
body main section#process .process_block#kind .block_inner#online .text_block ul.count_list {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
}
body main section#process .process_block#kind .block_inner#online .text_block ul.count_list li {
  display: table-row;
  counter-increment: number;
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
body main section#process .process_block#kind .block_inner#online .text_block ul.count_list li::before {
  content: counter(number) ".";
  display: table-cell;
  text-align: right;
  white-space: nowrap;
}
body main section#process .process_block#kind .block_inner#online .text_block .pay_block {
  margin-bottom: 2.8125rem;
}
body main section#process .process_block#kind .block_inner#online .text_block .pay_block p {
  margin-bottom: 0;
}
body main section#process .process_block#kind .block_inner#online .text_block .pay_block small {
  display: block;
  font-size: clamp(14px, 2.5dvw, 16px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 0.9375rem;
}
body main section#process .process_block#kind .block_inner#online .text_block .pay_block img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  max-height: 110px;
  margin-top: 1.5rem;
}
body main section#process .process_block#kind .block_inner#online .text_block:last-of-type {
  margin-bottom: 0;
}
body main section#process .process_block#kind .block_inner#transfer h4 {
  margin-bottom: 1.5625rem;
}
body main section#process .process_block#kind .block_inner#transfer .text_block {
  margin-bottom: 1.875rem;
}
body main section#process .process_block#kind .block_inner#transfer .text_block p:has(+ a) {
  margin-bottom: 1.5625rem;
}
body main section#process .process_block#kind .block_inner#transfer .text_block:last-of-type {
  margin-bottom: 0;
}
body main section#process .process_block#kind .block_inner#transfer .text_block:last-of-type p {
  margin-bottom: 0;
}
body main section#process .process_block#kind .block_inner#post h4 {
  margin-bottom: 1.75rem;
}
body main section#process .process_block#kind .block_inner#post .text_block {
  margin-bottom: 1.875rem;
}
body main section#process .process_block#kind .block_inner#post .text_block .btn_area {
  margin-bottom: 1.875rem;
}
body main section#process .process_block#kind .block_inner#post .text_block a.link_btn {
  max-width: 373px;
  width: 100%;
}
body main section#process .process_block#kind .block_inner#post .text_block p:has(+ a) {
  margin-bottom: 1.875rem;
}
body main section#process .process_block#kind .block_inner#post .text_block p:has(+ table) {
  margin-bottom: 0.875rem;
}
body main section#process .process_block#kind .block_inner#post .text_block table tr {
  border: 3px solid #ccc;
}
body main section#process .process_block#kind .block_inner#post .text_block table tr th, body main section#process .process_block#kind .block_inner#post .text_block table tr td {
  color: #1A1311;
  background-color: #fff;
}
body main section#process .process_block#kind .block_inner#post .text_block table tr th {
  font-size: clamp(18px, 3.90625dvw, 25px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0;
  white-space: nowrap;
  padding: 1.5rem 2.9375rem;
}
body main section#process .process_block#kind .block_inner#post .text_block table tr td {
  font-size: clamp(16px, 3.4375dvw, 22px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
  border-left: 3px solid #ccc;
  padding: 1.5rem 4.5rem;
}
body main section#process .process_block#kind .block_inner#post .text_block:last-of-type {
  margin-bottom: 0;
}
body main section#process .process_block#kind .block_inner#post .text_block:last-of-type p {
  margin-bottom: 0;
}
body main section#process .process_block#thanks {
  border-bottom: 1px solid #333;
  margin-bottom: 4rem;
  padding-bottom: 4.5rem;
}
body main section#process .process_block#thanks h3.process_title {
  margin-bottom: 2rem;
}
body main section#process .process_block#thanks .side_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
body main section#process .process_block#thanks .side_photo .text_area > div {
  margin-bottom: 2.25rem;
}
body main section#process .process_block#thanks .side_photo .text_area table {
  margin-bottom: 5px;
}
body main section#process .process_block#thanks .side_photo .text_area table tr {
  border: 1px solid #000;
}
body main section#process .process_block#thanks .side_photo .text_area table tr th,
body main section#process .process_block#thanks .side_photo .text_area table tr td {
  width: 158px;
  font-size: clamp(12px, 2.5dvw, 16px);
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
  border-right: 1px solid #000;
  padding: 11px;
}
body main section#process .process_block#thanks .side_photo .text_area table tr th {
  color: #fff;
  font-weight: bold;
  background-color: #539200;
}
body main section#process .process_block#thanks .side_photo .text_area table tr td {
  font-weight: 500;
  background-color: #fff;
}
body main section#process .process_block#thanks .side_photo .text_area table tr td#gold {
  background-color: #FFD268;
}
body main section#process .process_block#thanks .side_photo .text_area table tr td#silver {
  background-color: #D8D8D8;
}
body main section#process .process_block#thanks .side_photo .text_area table tr td#bronze {
  background-color: #E5C69D;
}
body main section#process .process_block#thanks .side_photo .text_area small {
  display: inline-block;
  font-size: clamp(12px, 2.1875dvw, 14px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
body main section#process .process_block#thanks .side_photo .text_area:last-of-type {
  margin-bottom: 0;
}
body main section#process .process_block#thanks .side_photo .photo_area {
  max-width: 255px;
}
body main section#process .process_block#thanks .side_photo .photo_area img {
  width: 100%;
  border-radius: 5px;
}
body main section#process .process_block#treatment > p {
  font-weight: bold;
  margin-bottom: 1.625rem;
}
body main section#process .process_block#treatment .block_inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body main section#process .process_block#treatment .block_inner ul li div {
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #fff;
  border: 2px solid #539200;
  border-radius: 10px;
  padding: 0 1.25rem 1.25rem;
}
body main section#process .process_block#treatment .block_inner ul li div h5 {
  display: inline-block;
  min-width: 233px;
  color: #fff;
  font-size: clamp(18px, 3.125dvw, 20px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.455;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: #539200;
  border-radius: 0 0 10px 10px;
  padding: 10px 1.5625rem;
}
body main section#process .process_block#treatment .block_inner ul li div strong {
  color: #CB0202;
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-weight: bold;
  letter-spacing: 0;
}
body main section#process .process_block#treatment .block_inner ul li div p {
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 0;
}
body main section#process .process_block#treatment .block_inner ul li div span {
  display: inline-block;
  font-size: clamp(16px, 3.125dvw, 20px);
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.08em;
  background-color: #C7DCAD;
  margin: 0.8125rem 0 0.5rem;
  padding: 0.8125rem 1.5rem 0.75rem 0.5rem;
}
body main section#process .process_block#treatment .block_inner ul li small {
  display: inline-block;
  font-size: clamp(14px, 2.5dvw, 16px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.455;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
}
body main section#process .process_block#treatment .block_inner ul li + li {
  margin-top: 1.5625rem;
}
body main section#process .process_block#treatment .block_inner ul li:not(:has(h5)) div {
  padding-top: 1.25rem;
}
body main section#process .process_block#treatment .block_inner + .block_inner {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 1199px) {
  body main section#process .process_about .process_inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2rem;
  }
  body main section#process .process_about .process_inner .process_btn {
    gap: 1rem;
  }
  body main section#process .process_about .process_inner .process_btn a {
    padding: 1.375rem 1.5rem;
    padding-right: 1.75rem;
  }
  body main section#process .process_about .process_inner .process_btn a img {
    max-width: 2.375rem;
  }
}
@media screen and (max-width: 991px) {
  body main section#process .process_about {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  body main section#process .process_about .process_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 1.5625rem 15px 3.75rem;
  }
  body main section#process .process_about .process_inner ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 9px;
  }
  body main section#process .process_about .process_inner ul li {
    width: 50%;
    min-width: unset;
    border-width: 2px;
    padding: 1rem;
  }
  body main section#process .process_about .process_inner .process_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  body main section#process .process_about .process_inner .process_btn a {
    width: 100%;
  }
  body main section#process .process_about .process_inner .process_btn a p {
    text-align: left;
    padding: 0;
  }
  body main section#process .process_about .process_inner .process_btn a p span {
    display: block;
  }
  body main section#process .process_block#thanks .side_photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
  }
  body main section#process .process_block#thanks .side_photo .text_area {
    display: contents;
  }
  body main section#process .process_block#thanks .side_photo .text_area > div {
    margin-bottom: 0;
  }
  body main section#process .process_block#thanks .side_photo .text_area > div:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body main section#process .process_block#thanks .side_photo .photo_area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 223px;
    margin: 0 auto 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  body main section#process ul.process_fixed {
    top: auto;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  body main section#process ul.process_fixed li {
    width: 50%;
  }
  body main section#process ul.process_fixed li a.link_btn {
    min-width: unset;
    padding: 0 10px;
  }
  body main section#process ul.process_fixed li:last-of-type a.link_btn {
    border-right: 7px solid #3AB54A;
  }
  body main section#process ul.process_fixed.show {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  body main section#process .process_block a.link_btn {
    width: 100%;
  }
  body main section#process .process_block#kind .block_inner#post .text_block a.link_btn {
    max-width: 100%;
  }
  body main section#process .process_block#kind .block_inner#post .text_block table {
    width: 100%;
  }
  body main section#process .process_block#kind .block_inner#post .text_block table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body main section#process .process_block#kind .block_inner#post .text_block table tr th, body main section#process .process_block#kind .block_inner#post .text_block table tr td {
    padding: 1rem 1.25rem;
  }
  body main section#process .process_block#kind .block_inner#post .text_block table tr td {
    border-top: 3px solid #ccc;
    border-left: none;
  }
  body main section#process .process_block#treatment .block_inner ul li div {
    padding: 0 0.9375rem 1rem;
  }
  body main section#process .process_block#treatment .block_inner ul li div strong {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 575px) {
  body main section#process {
    padding: 2rem 0 4.1875rem;
  }
  body main section#process h2 {
    margin-bottom: 1.8125rem;
  }
  body main section#process .process_about {
    margin-bottom: 2.625rem;
  }
  body main section#process .process_about h3 {
    letter-spacing: 0;
    padding: 1.125rem 15px;
  }
  body main section#process .process_about .process_inner > p {
    text-align: left;
    margin-bottom: 1.375rem;
  }
  body main section#process .process_about .process_inner ul li {
    padding: 10px;
  }
  body main section#process .process_about .process_inner ul li p {
    letter-spacing: 0;
  }
  body main section#process .process_about .process_inner ul li p span {
    letter-spacing: 0;
  }
  body main section#process .process_about .process_inner .process_btn a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 1.25rem;
  }
  body main section#process .process_about .process_inner .process_btn a img {
    max-width: 2rem;
    margin-top: 0;
  }
  body main section#process .process_block h3.process_title {
    gap: 9px;
    letter-spacing: 0;
  }
  body main section#process .process_block h3.process_title img {
    max-width: 22px;
  }
  body main section#process .process_block h4 {
    letter-spacing: 0;
    margin-bottom: 1rem;
    padding-left: 13px;
  }
  body main section#process .process_block h4::before {
    height: calc(100% - 9px);
  }
  body main section#process .process_block p {
    line-height: 1.6875;
    letter-spacing: 0;
  }
  body main section#process .process_block#thanks {
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
  }
  body main section#process .process_block#thanks h3.process_title {
    margin-bottom: 1.25rem;
  }
  body main section#process .process_block#thanks h4 {
    margin-bottom: 10px;
  }
  body main section#process .process_block#thanks .side_photo .text_area table tr th,
  body main section#process .process_block#thanks .side_photo .text_area table tr td {
    letter-spacing: 0;
  }
  body main section#process .process_block#thanks .side_photo .text_area small {
    letter-spacing: 0;
  }
  body main section#process .process_block#treatment h3.process_title {
    margin-bottom: 10px;
  }
  body main section#process .process_block#treatment > p {
    font-weight: 500;
    line-height: 1.6875;
    margin-bottom: 1.25rem;
  }
  body main section#process .process_block#treatment .block_inner ul li div h5 {
    min-width: 110px;
    padding: 10px 1.0625rem;
  }
  body main section#process .process_block#treatment .block_inner ul li div span {
    letter-spacing: 0;
    margin-bottom: 0;
    padding: 10px;
  }
  body main section#process .process_block#treatment .block_inner ul li + li {
    margin-top: 0.9375rem;
  }
  body main section#process .process_block#treatment .block_inner + .block_inner {
    margin-top: 2.1875rem;
  }
}
@media (max-width: 410px) {
  body main section#process .process_about .process_inner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body main section#process .process_about .process_inner ul li {
    width: 100%;
  }
  body main section#process .process_about .process_inner .process_btn a {
    padding-right: 1.5rem;
  }
}
body footer {
  text-align: center;
  background-color: #941F57;
  padding-top: 2.875rem;
}
body footer .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.125rem;
  color: #fff;
}
body footer .container-fluid h2 {
  font-size: clamp(18px, 3.4375dvw, 22px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  line-height: 1.455;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
body footer .container-fluid .address {
  margin-bottom: 1.5625rem;
}
body footer .container-fluid .address strong {
  display: inline-block;
  font-size: 1rem;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 0.8125rem;
}
body footer .container-fluid .address strong span {
  font-size: clamp(14px, 2.5dvw, 16px);
}
body footer .container-fluid .address p {
  font-size: clamp(14px, 2.5dvw, 16px);
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
body footer .copyright {
  background-color: #810B43;
}
body footer .copyright p {
  color: #BF829F;
  font-size: clamp(10px, 1.875dvw, 12px);
  font-family: "Arial";
  font-weight: 400;
  line-height: 1.455;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 1rem;
}
@media screen and (max-width: 575px) {
  body footer {
    padding-top: 2.5rem;
  }
  body footer .container-fluid {
    gap: 1.5rem;
  }
  body footer .container-fluid img {
    max-width: 203px;
  }
  body footer .container-fluid h2 {
    margin-bottom: 2px;
  }
  body footer .container-fluid .address {
    margin-bottom: 2rem;
  }
  body footer .container-fluid .address strong {
    letter-spacing: 0;
    margin-bottom: 9px;
  }
  body footer .container-fluid .address p {
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 3px;
  }
  body footer .container-fluid .address p:first-of-type {
    margin-bottom: 9px;
  }
  body footer .copyright p {
    letter-spacing: 0;
  }
}
body #page-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 50;
}
body #page-top a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  text-decoration: none;
  background-color: rgba(61, 61, 61, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body #page-top a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  max-width: 1rem;
}
body #page-top a:hover, body #page-top a:active {
  background-color: #3d3d3d;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

br.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp_br {
    display: block;
  }
  br.pc_br {
    display: none;
  }
}

/***********************************************************************/
article.mainVisual {
  width: 100%;
  height: min(1488px, 77.5dvw);
  position: relative;
  background-image: url("../img/bg_mainVisual.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
article.mainVisual section.contents {
  width: min(700px, 36.4583333333dvw);
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 2;
  display: block;
}
article.mainVisual section.contents img.logo50th {
  max-width: min(250px, 13.0208333333dvw);
  position: absolute;
  top: min(118px, 6.1458333333dvw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
article.mainVisual section.contents h1 {
  text-align: center;
  font-size: min(52px, 2.7083333333dvw);
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  letter-spacing: 0.08em;
  position: absolute;
  top: min(542px, 28.2291666667dvw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
article.mainVisual section.contents h1 strong {
  color: #941F57;
  font-weight: 800;
}
article.mainVisual section.contents h1 span {
  display: block;
  text-align: center;
  overflow: hidden;
}
article.mainVisual section.contents img.universityCampus {
  position: absolute;
  top: min(852px, 44.375dvw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: min(592px, 30.8333333333dvw);
}
article.mainVisual section.background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
article.mainVisual figure.imageFrame {
  display: block;
  overflow: hidden;
  position: absolute;
  border-radius: 10px;
  top: min(0px, 0dvw);
  left: min(0px, 0dvw);
  width: min(400px, 20.8333333333dvw);
  height: min(300px, 15.625dvw);
}
article.mainVisual figure.imageFrame > img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 120%;
  will-change: transform;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
article.mainVisual figure.imageFrame > img.slide01 {
  z-index: 2;
}
article.mainVisual figure.imageFrame > img.slide02 {
  z-index: 1;
}
article.mainVisual figure.imageFrame .screen {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #fff;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  will-change: transform;
}
article.mainVisual figure.imageFrame.left01 {
  top: min(178px, 9.2708333333dvw);
  left: min(360px, 18.75dvw);
  width: min(280px, 14.5833333333dvw);
  height: min(170px, 8.8541666667dvw);
}
article.mainVisual figure.imageFrame.left02 {
  top: min(443px, 23.0729166667dvw);
  left: min(109px, 5.6770833333dvw);
  width: min(322px, 16.7708333333dvw);
  height: min(204px, 10.625dvw);
}
article.mainVisual figure.imageFrame.left03 {
  top: min(783px, 40.78125dvw);
  left: min(172px, 8.9583333333dvw);
  width: min(381px, 19.84375dvw);
  height: min(238px, 12.3958333333dvw);
}
article.mainVisual figure.imageFrame.right01 {
  top: min(80px, 4.1666666667dvw);
  left: min(1263px, 65.78125dvw);
  width: min(330px, 17.1875dvw);
  height: min(196px, 10.2083333333dvw);
}
article.mainVisual figure.imageFrame.right02 {
  top: min(373px, 19.4270833333dvw);
  left: min(1428px, 74.375dvw);
  width: min(414px, 21.5625dvw);
  height: min(252px, 13.125dvw);
}
article.mainVisual figure.imageFrame.right03 {
  top: min(744px, 38.75dvw);
  left: min(1395px, 72.65625dvw);
  width: min(327px, 17.03125dvw);
  height: min(192px, 10dvw);
}
article.mainVisual figure.imageFrame.right04 {
  top: min(1038px, 54.0625dvw);
  left: min(1498px, 78.0208333333dvw);
  width: min(355px, 18.4895833333dvw);
  height: min(221px, 11.5104166667dvw);
}
@media screen and (max-width: 767px) {
  article.mainVisual {
    height: min(2297px, 299.4784876141dvw);
    background-position-x: left;
    background-position-Y: center;
  }
  article.mainVisual section.contents {
    width: 100%;
    height: min(1561px, 203.520208605dvw);
    gap: min(71px, 9.2568448501dvw);
  }
  article.mainVisual section.contents img.logo50th {
    top: min(244px, 31.8122555411dvw);
    max-width: min(280px, 36.5058670143dvw);
  }
  article.mainVisual section.contents h1 {
    top: min(710px, 92.5684485007dvw);
    font-size: min(54px, 7.0404172099dvw);
  }
  article.mainVisual section.contents img.universityCampus {
    top: min(1017px, 132.5945241199dvw);
    max-width: min(492px, 64.1460234681dvw);
  }
  article.mainVisual section.background {
    position: relative;
    width: 100%;
    height: min(737px, 96.0886571056dvw);
  }
  article.mainVisual figure.imageFrame {
    border-radius: 5px;
  }
  article.mainVisual figure.imageFrame.left01 {
    top: min(298px, 38.852672751dvw);
    left: min(141px, 18.3833116037dvw);
    width: min(243px, 31.6818774446dvw);
    height: min(150px, 19.556714472dvw);
  }
  article.mainVisual figure.imageFrame.left02 {
    top: min(0px, 0dvw);
    left: min(0px, 0dvw);
    width: min(326px, 42.5032594524dvw);
    height: min(207px, 26.9882659713dvw);
  }
  article.mainVisual figure.imageFrame.left03 {
    top: min(285px, 37.1577574967dvw);
    left: min(433px, 56.4537157757dvw);
    width: min(334px, 43.5462842243dvw);
    height: min(207px, 26.9882659713dvw);
  }
  article.mainVisual figure.imageFrame.right01 {
    top: min(32px, 4.1720990874dvw);
    left: min(407px, 53.0638852673dvw);
    width: min(294px, 38.3311603651dvw);
    height: min(175px, 22.816166884dvw);
  }
  article.mainVisual figure.imageFrame.right02 {
    display: none;
  }
  article.mainVisual figure.imageFrame.right03 {
    top: min(519px, 67.666232073dvw);
    left: min(0px, 0dvw);
    width: min(221px, 28.813559322dvw);
    height: min(132px, 17.2099087353dvw);
  }
  article.mainVisual figure.imageFrame.right04 {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */