@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 main {
  position: relative;
}
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 {
  color: #000;
  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 br {
  display: none;
}
@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 h2 small br {
    display: block;
  }
}
body main section#mainvisual {
  background-color: #fff;
}
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 #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 .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 h3 {
  color: #fff;
  font-size: clamp(18px, 3.4375dvw, 22px);
  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: #941F57;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 1.375rem;
}
body main section#process .process_about h3 br {
  display: none;
}
body main section#process .process_about .process_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background-color: #FFE3D6;
  padding: 2.5rem 3.125rem 3.3125rem 4.375rem;
}
body main section#process .process_about .process_inner .inner_left {
  max-width: 537px;
  width: 60%;
}
body main section#process .process_about .process_inner .inner_left h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #941F57;
  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.45;
  letter-spacing: 0;
  margin-bottom: 10px;
}
body main section#process .process_about .process_inner .inner_left h4::before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #941F57;
  border-radius: 2px;
}
body main section#process .process_about .process_inner .inner_left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body main section#process .process_about .process_inner .inner_left div#amount ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 1.5625rem;
  margin-bottom: 10px;
}
body main section#process .process_about .process_inner .inner_left div#amount ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
  background-color: #F0FFE5;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0.75rem;
}
body main section#process .process_about .process_inner .inner_left div#amount 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 .inner_left div#amount 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 .inner_left div#amount 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 .inner_left div#amount > p {
  font-weight: 500;
  line-height: 1.6875;
  margin-bottom: 2rem;
}
body main section#process .process_about .process_inner .inner_left div#online > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.375rem;
}
body main section#process .process_about .process_inner .inner_left div#online > div img {
  max-width: 89px;
}
body main section#process .process_about .process_inner .inner_left div#online ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(18px, 2.8125dvw, 18px);
  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.08em;
}
body main section#process .process_about .process_inner .inner_left div#online ul li::before {
  content: "・";
}
body main section#process .process_about .process_inner .inner_right {
  max-width: 431px;
  width: 40%;
  max-height: 316px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  background-color: #72B913;
  border-radius: 10px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body main section#process .process_about .process_inner .inner_right 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: 11px;
  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;
}
body main section#process .process_about .process_inner .inner_right a p {
  display: contents;
  margin: 0;
}
body main section#process .process_about .process_inner .inner_right a span {
  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 .inner_right a img {
  margin-top: 1.1875rem;
}
body main section#process .process_about .process_inner .inner_right:hover, body main section#process .process_about .process_inner .inner_right:active, body main section#process .process_about .process_inner .inner_right:focus {
  background-color: #539200;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
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 {
  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#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;
  }
}
@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 h3 {
    border-radius: 0;
  }
  body main section#process .process_about h3 br {
    display: block;
  }
  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 .inner_left, body main section#process .process_about .process_inner .inner_right {
    max-width: 100%;
    width: 100%;
  }
  body main section#process .process_about .process_inner .inner_left div#amount ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 9px;
  }
  body main section#process .process_about .process_inner .inner_left div#amount ul li {
    width: 50%;
    min-width: unset;
    border-width: 2px;
    padding: 1rem;
  }
  body main section#process .process_about .process_inner .inner_right a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem 1.75rem;
    padding-right: 2.5rem;
  }
  body main section#process .process_about .process_inner .inner_right a p {
    display: block;
    text-align: left;
  }
  body main section#process .process_about .process_inner .inner_right 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 .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 .inner_left div#amount > p {
    margin-bottom: 1.375rem;
  }
  body main section#process .process_about .process_inner .inner_left div#amount ul li {
    padding: 10px;
  }
  body main section#process .process_about .process_inner .inner_left div#amount ul li p {
    letter-spacing: 0;
  }
  body main section#process .process_about .process_inner .inner_left div#amount ul li p span {
    letter-spacing: 0;
  }
  body main section#process .process_about .process_inner .inner_right a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main section#process .process_about .process_inner .inner_right a img {
    max-width: 50px;
    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 .inner_left div#amount ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body main section#process .process_about .process_inner .inner_left div#amount ul li {
    width: 100%;
  }
  body main section#process .process_about .process_inner .inner_left div#online > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5px 1rem;
    padding-right: 10%;
  }
  body main section#process .process_about .process_inner .inner_right a {
    padding-right: 1.75rem;
  }
}
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;
}/*# sourceMappingURL=style.css.map */