@charset "UTF-8";
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  scroll-padding-top: 200px;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  position: relative;
  word-break: break-all;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #222222;
  overflow-x: hidden;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

p {
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.8888888889rem;
  }
}
p a {
  color: #10589e;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tb-only {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .sp-only {
    display: none;
  }
}
main {
  padding-top: 142px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 80px;
  }
}

.title {
  width: 100vw;
  height: 224px;
  background: url(/assets/images/common/bg_title.webp) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .title {
    height: 120px;
  }
}
.title h1 {
  width: 80vw;
  margin: auto;
  font-size: 2.6666666667rem;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
  text-shadow: #001835 0 0 8px;
}
@media screen and (max-width: 1047px) {
  .title h1 {
    width: 88vw;
  }
}
@media screen and (max-width: 767px) {
  .title h1 {
    font-size: 1.7777777778rem;
  }
}

h2 {
  position: relative;
  overflow: hidden;
  font-size: 2.2222222222rem;
  font-weight: 600;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding-bottom: 1.7777777778rem;
  color: #10589e;
}
h2::after {
  position: absolute;
  width: 120px;
  left: 0;
  bottom: 0;
  content: "";
  border-bottom: 2px solid #10589e;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5555555556rem;
    line-height: 1.8;
  }
  h2::after {
    width: 60px;
  }
}

h3 {
  color: #10589e;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.6;
  font-weight: 600;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn a {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  background: #10589e;
  border-radius: 4px;
  padding: 0.8888888889rem 1.7777777778rem;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 0.8888888889rem;
  }
}
.btn.red a {
  background: #d41200;
}
.btn.white a {
  background: #ffffff;
  color: #10589e;
}

.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb {
  width: 80vw;
  margin: auto;
  padding: 2.2222222222rem 0;
}
@media screen and (max-width: 1047px) {
  .breadcrumb {
    width: 88vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 1.3333333333rem 0;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8888888889rem;
  font-size: 0.8888888889rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul {
    font-size: 0.7777777778rem;
  }
}
.breadcrumb ul li:not(:last-child)::after {
  content: " >";
}

/* 開閉メニューのスタイル */
.button {
  position: fixed;
  z-index: 99999;
  right: 2vw;
  top: 4vh;
  height: 16px;
  width: 36px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .button {
    right: 4vw;
  }
}

.button-bar {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

.button-bar:nth-child(2),
.button-bar:nth-child(3) {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

.button-bar:nth-child(2) {
  top: 0;
}

.button-bar:nth-child(3) {
  bottom: 0;
}

.button.is-active .button-bar {
  height: 0;
}

.button.is-active .button-bar:nth-child(2) {
  opacity: 1;
  height: 1px;
  top: 50%;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background: #ffffff !important;
  will-change: transform;
}

.button.is-active .button-bar:nth-child(3) {
  opacity: 1;
  height: 1px;
  top: 50%;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background: #ffffff !important;
  will-change: transform;
}

.menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  z-index: 999;
  width: 33.3vw;
  right: 0;
}
@media screen and (max-width: 1439px) {
  .menu {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    width: 100%;
  }
}

.menu.is-active {
  opacity: 1;
  visibility: visible;
  width: 33.3vw;
  height: 100vh;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1439px) {
  .menu.is-active {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .menu.is-active {
    width: 100%;
  }
}

.overlay {
  position: fixed;
  width: 33.3vw;
  height: 100vh;
  background: #000;
  z-index: 999;
  right: 0;
}
@media screen and (max-width: 1439px) {
  .overlay {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .overlay {
    width: 100%;
  }
}

.list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  height: 100dvh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  z-index: 99999;
  color: #fff;
}

.list li {
  font-size: 3.1111111111rem;
  line-height: 1.5;
  overflow: hidden;
  display: block;
  color: #fff;
  margin-bottom: -1rem;
}
@media screen and (max-width: 575px) {
  .list li {
    font-size: 2.2222222222rem;
  }
}

.menu-list {
  display: block;
  color: #fff;
  will-change: transform;
  -webkit-transform: translate3d(0%, 100%, 0);
          transform: translate3d(0%, 100%, 0);
  -webkit-transition: all 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.menu-list.is-active {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.fade.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header {
  position: fixed;
  background: #ffffff;
  height: 142px;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  z-index: 99;
}
@media screen and (max-width: 767px) {
  header {
    height: 80px;
  }
}
header a {
  color: #222222;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 96vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100vw;
  }
}
@media screen and (max-width: 1047px) {
  .header__logo {
    width: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 32vw;
    padding-left: 4vw;
  }
}
.header nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.4444444444rem;
}
@media screen and (max-width: 1047px) {
  .header nav {
    gap: 2.2222222222rem;
  }
}
@media screen and (max-width: 767px) {
  .header nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    border-radius: 0;
    z-index: 9998;
    padding: 8rem 4rem;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, display 0.3s ease-out allow-discrete;
    transition: opacity 0.3s ease-out, display 0.3s ease-out allow-discrete;
  }
}
.header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.7777777778rem;
  font-weight: 500;
}
@media screen and (max-width: 1047px) {
  .header nav ul {
    gap: 1.3333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
    display: none;
  }
}
.header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8888888889rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1047px) {
  .header__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4444444444rem;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger {
    position: absolute;
    display: initial;
    background-color: transparent;
    border-color: transparent;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100vw;
  }
}

.header__hamburger {
  position: relative;
  width: 56px;
  height: 56px;
  z-index: 9999;
  border-radius: 50%;
}
.header__hamburger::after {
  position: absolute;
  content: "MENU";
  font-size: 0.5555555556rem;
  font-weight: bold;
  left: 14px;
  bottom: 8px;
}

.hamburger span {
  width: 40%;
  height: 2px;
  background-color: #222222;
  position: absolute;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  margin-left: 16px;
}

.hamburger span:nth-child(1) {
  top: 14px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 26px;
}

.header__nav.active {
  display: block;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@starting-style {
  .header__nav.active {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__nav.active ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__nav.active ul li {
    font-size: 1.3333333333rem;
  }
}

.hamburger.active span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

footer {
  background: url(/assets/images/common/bg_footer.webp) no-repeat;
  background-size: cover;
  padding: 4.4444444444rem 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 2.6666666667rem 0;
  }
}

.footer {
  width: 92vw;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.2222222222rem;
  }
}
.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.7777777778rem;
}
@media screen and (max-width: 767px) {
  .footer__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 88vw;
  }
}
.footer__content address {
  font-size: 0.8888888889rem;
  font-style: normal;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer__content address {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 1047px) {
  .footer__content img {
    width: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__content img {
    width: 40vw;
  }
}
.footer nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4444444444rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1047px) {
  .footer nav {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .footer nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.3333333333rem;
  }
}
.footer nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2222222222rem;
}
@media screen and (max-width: 1047px) {
  .footer nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.3333333333rem;
    padding-top: 0.6666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .footer nav ul {
    gap: 1.3333333333rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.footer nav ul a {
  color: #222222;
}
.footer nav li {
  font-size: 1.1111111111rem;
  font-weight: 500;
}
@media screen and (max-width: 1047px) {
  .footer nav li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer nav li {
    font-size: 0.8888888889rem;
  }
}
.footer__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8888888889rem;
}
.footer__contact a {
  font-size: 0.8888888889rem;
}
@media screen and (max-width: 1047px) {
  .footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

small {
  margin-left: 4vw;
  color: #4a5e71;
  font-size: 0.7777777778rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 767px) {
  small {
    font-size: 0.6111111111rem;
    margin-left: 6vw;
  }
}

.contact-common {
  width: 100vw;
  height: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.2222222222rem;
  background: url(/assets/images/common/bg_contact.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contact-common {
    height: 200px;
  }
}
.contact-common p {
  font-size: 1.3333333333rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #ffffff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .contact-common p {
    font-size: 1rem;
  }
}

.top h2 {
  position: relative;
  overflow: hidden;
  font-size: 2.6666666667rem;
  font-weight: 600;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding-bottom: 2.2222222222rem;
  color: #10589e;
}
@media screen and (max-width: 767px) {
  .top h2 {
    font-size: 1.7777777778rem;
  }
}
.top h2::after {
  position: absolute;
  width: 120px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  content: "";
  border-bottom: 2px solid #10589e;
}
@media screen and (max-width: 767px) {
  .top h2::after {
    width: 60px;
  }
}
.top__kv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 520px;
  background: url(/assets/images/top/pic_kv.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top__kv {
    height: 320px;
    background: url(/assets/images/top/pic_kv.webp) no-repeat center;
    background-size: cover;
  }
}
.top__kv-content {
  width: 80vw;
  margin: auto;
}
@media screen and (max-width: 1047px) {
  .top__kv-content {
    width: 88vw;
  }
}
.top__kv-content h1 {
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 3.1111111111rem;
  line-height: 1.6;
}
@media screen and (max-width: 1047px) {
  .top__kv-content h1 {
    font-size: 1.7777777778rem;
  }
}
.top__about {
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 4.4444444444rem;
  margin: auto;
  padding: 6.6666666667rem 0;
}
@media screen and (max-width: 767px) {
  .top__about {
    width: 88vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667rem;
    padding: 3.5555555556rem 0;
  }
}
.top__about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.2222222222rem;
  width: 40vw;
}
@media screen and (max-width: 767px) {
  .top__about-content {
    width: 100%;
    gap: 1.3333333333rem;
  }
}
.top__about-content h3 {
  font-size: 2.2222222222rem;
}
@media screen and (max-width: 767px) {
  .top__about-content h3 {
    font-size: 1.3333333333rem;
  }
}
.top__about-photo {
  width: 48vw;
  height: 520px;
}
@media screen and (max-width: 767px) {
  .top__about-photo {
    width: 100%;
    height: 64vw;
  }
}
.top__about-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__business {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.3333333333rem;
  padding: 8.8888888889rem 0;
  background: url(/assets/images/common/bg_texture_01.webp) no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top__business {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667rem;
    padding: 3.5555555556rem 0;
  }
}
.top__business-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.6666666667rem;
}
@media screen and (max-width: 767px) {
  .top__business-wrap {
    gap: 0;
  }
}
.top__business-box {
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 4.4444444444rem;
}
.top__business-box.reverse {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 767px) {
  .top__business-box {
    width: 88vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667rem;
    padding: 0 0 3.5555555556rem 0;
  }
}
.top__business-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.2222222222rem;
  width: 48vw;
}
@media screen and (max-width: 767px) {
  .top__business-content {
    width: 100%;
    gap: 1.3333333333rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top__business-content h3 {
  font-size: 2.2222222222rem;
}
@media screen and (max-width: 767px) {
  .top__business-content h3 {
    font-size: 1.3333333333rem;
  }
}
.top__business-photo {
  width: 40vw;
  height: 440px;
}
@media screen and (max-width: 767px) {
  .top__business-photo {
    width: 100%;
    height: 64vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top__business-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.3333333333rem;
  padding: 8.8888888889rem 0;
  background: url(/assets/images/common/bg_texture_02.webp) no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top__case {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667rem;
    padding: 3.5555555556rem 0;
  }
}
.top__case-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 88vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top__case-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667rem;
  }
}
.top__case-box {
  width: 28vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 2.2222222222rem;
}
@media screen and (max-width: 767px) {
  .top__case-box {
    width: 100%;
    gap: 1.3333333333rem;
  }
}
.top__case-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.7777777778rem;
}
@media screen and (max-width: 767px) {
  .top__case-content {
    gap: 1.3333333333rem;
  }
}
.top__case-content h3 {
  font-size: 1.3333333333rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__case-content h3 {
    font-size: 1.1111111111rem;
  }
}
.top__case-photo {
  width: 28vw;
  height: 18vw;
}
@media screen and (max-width: 767px) {
  .top__case-photo {
    width: 100%;
    height: 64vw;
  }
}
.top__case-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__message {
  width: 100vw;
  background: url(/assets/images/common/bg_texture_02.webp) no-repeat;
  background-size: cover;
  padding: 6.6666666667rem 0;
}
@media screen and (max-width: 767px) {
  .about__message {
    padding: 3.5555555556rem 0;
  }
}
.about__message-wrap {
  width: 80vw;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667rem;
}
@media screen and (max-width: 1047px) {
  .about__message-wrap {
    width: 88vw;
  }
}
.about__message-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about__message-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.2222222222rem;
  }
}
.about__message-text {
  width: 48vw;
}
@media screen and (max-width: 1047px) {
  .about__message-text {
    width: 56vw;
  }
}
@media screen and (max-width: 767px) {
  .about__message-text {
    width: 100%;
  }
}
.about__message-photo {
  width: 24vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3333333333rem;
}
@media screen and (max-width: 767px) {
  .about__message-photo {
    width: 48vw;
  }
}
.about__message-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__message-photo p {
  font-size: 1rem;
}
.about__overview {
  width: 100vw;
  padding: 6.6666666667rem 0;
}
@media screen and (max-width: 767px) {
  .about__overview {
    padding: 3.5555555556rem 0;
  }
}
.about__overview-wrap {
  width: 80vw;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667rem;
}
@media screen and (max-width: 1047px) {
  .about__overview-wrap {
    width: 88vw;
  }
}
.about__overview-content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about__overview-content dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__overview-content dt {
  width: 20vw;
  padding: 1.3333333333rem 0;
  border-bottom: 1px #dddddd solid;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about__overview-content dt {
    width: 100%;
    font-size: 0.8888888889rem;
    border: none;
    padding: 1.3333333333rem 0 0 0;
  }
}
.about__overview-content dd {
  width: 60vw;
  padding: 1.3333333333rem 0;
  border-bottom: 1px #dddddd solid;
}
@media screen and (max-width: 767px) {
  .about__overview-content dd {
    width: 100%;
    font-size: 0.8888888889rem;
    padding: 0.4444444444rem 0 1.3333333333rem 0;
  }
}
.about__overview-content dd a {
  color: #10589e;
}

.business__message {
  width: 100vw;
  background: url(/assets/images/common/bg_texture_02.webp) no-repeat;
  background-size: cover;
  padding: 6.6666666667rem 0;
}
@media screen and (max-width: 767px) {
  .business__message {
    padding: 3.5555555556rem 0;
  }
}
.business__message-wrap {
  width: 80vw;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667rem;
}
@media screen and (max-width: 1047px) {
  .business__message-wrap {
    width: 88vw;
  }
}
.business__message-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .business__message-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.2222222222rem;
  }
}
.business__message-text {
  width: 32vw;
}
@media screen and (max-width: 1047px) {
  .business__message-text {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .business__message-text {
    width: 100%;
  }
}
.business__message-photo {
  width: 44vw;
  height: 480px;
}
@media screen and (max-width: 767px) {
  .business__message-photo {
    width: 100%;
    height: 64vw;
  }
}
.business__message-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business__menu {
  width: 100vw;
  background: url(/assets/images/common/bg_texture_01.webp) no-repeat;
  background-size: cover;
  padding: 6.6666666667rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.3333333333rem;
}
@media screen and (max-width: 767px) {
  .business__menu {
    padding: 3.5555555556rem 0;
    gap: 3.5555555556rem;
  }
}
.business__menu-wrap {
  width: 80vw;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667rem;
}
@media screen and (max-width: 1047px) {
  .business__menu-wrap {
    width: 88vw;
  }
}
.business__menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .business__menu-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.2222222222rem;
  }
}
.business__menu-text {
  width: 40vw;
}
@media screen and (max-width: 1047px) {
  .business__menu-text {
    width: 48vw;
  }
}
@media screen and (max-width: 767px) {
  .business__menu-text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.business__menu-photo {
  width: 36vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3333333333rem;
}
@media screen and (max-width: 767px) {
  .business__menu-photo {
    width: 100%;
    height: 64vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.business__menu-photo img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.case__list {
  width: 100vw;
  background: url(/assets/images/common/bg_texture_02.webp) no-repeat;
  background-size: cover;
  padding: 6.6666666667rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.3333333333rem;
}
@media screen and (max-width: 767px) {
  .case__list {
    padding: 3.5555555556rem 0;
    gap: 3.5555555556rem;
  }
}
.case__list-wrap {
  width: 80vw;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667rem;
}
@media screen and (max-width: 1047px) {
  .case__list-wrap {
    width: 92vw;
  }
}
.case__list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case__list-content.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667rem;
}
@media screen and (max-width: 767px) {
  .case__list-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.2222222222rem;
  }
}
.case__list-text {
  width: 36vw;
}
@media screen and (max-width: 1047px) {
  .case__list-text {
    width: 40vw;
  }
}
.case__list-text.wide {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case__list-text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.case__list-photo {
  width: 40vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1047px) {
  .case__list-photo {
    width: 46vw;
  }
}
.case__list-photo.wide {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case__list-photo {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.8888888889rem 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.case__list-photo img {
  width: 19.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1047px) {
  .case__list-photo img {
    width: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .case__list-photo img {
    width: 44vw;
  }
}

.donation {
  padding-bottom: 6.6666666667rem;
}
@media screen and (max-width: 767px) {
  .donation {
    padding-bottom: 3.5555555556rem;
  }
}
.donation__box {
  width: 100vw;
  padding: 3.3333333333rem 0;
}
@media screen and (max-width: 767px) {
  .donation__box {
    padding: 1.7777777778rem 0;
  }
}
.donation__box-wrap {
  width: 80vw;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667rem;
}
@media screen and (max-width: 767px) {
  .donation__box-wrap {
    width: 88vw;
  }
}
.donation__box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.2222222222rem;
}

.contact__form {
  width: 80vw;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667rem;
  padding: 3.3333333333rem 0 6.6666666667rem 0;
}
@media screen and (max-width: 1047px) {
  .contact__form {
    width: 88vw;
    padding: 1.7777777778rem 0 3.5555555556rem 0;
  }
}
.contact__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.2222222222rem;
}
@media screen and (max-width: 767px) {
  .contact__input {
    gap: 1.3333333333rem;
  }
}
.contact__input div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8888888889rem;
}
.contact__input div ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8888888889rem;
}
.contact__input div li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4444444444rem;
}
@media screen and (max-width: 767px) {
  .contact__input div li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.contact__input p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 4.4444444444rem;
}
@media screen and (max-width: 1047px) {
  .contact__input p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4444444444rem;
  }
}
.contact__input label {
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact__input label {
    font-size: 0.8888888889rem;
  }
}
.contact__input label a {
  color: #10589e;
  text-decoration: underline;
}
.contact__input input[type=text],
.contact__input input[type=email],
.contact__input select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 56px;
  border: 1px #4a5e71 solid;
  border-radius: 8px;
  padding: 0 0.8888888889rem;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 1047px) {
  .contact__input input[type=text],
  .contact__input input[type=email],
  .contact__input select {
    width: 100%;
  }
}
.contact__input textarea {
  width: 100%;
  height: 280px;
  border: 1px #4a5e71 solid;
  border-radius: 8px;
  padding: 0.8888888889rem;
  background: #fff;
}
@media screen and (max-width: 1047px) {
  .contact__input textarea {
    width: 100%;
  }
}
.contact__input input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: 1px #4a5e71 solid;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  cursor: pointer;
}
.contact__input input[type=checkbox]::before {
  position: absolute;
  top: 3px;
  left: 7px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 8px;
  height: 12px;
  content: "";
}
.contact__input input[type=checkbox]:checked {
  background: #10589e;
  border: 1px #10589e solid;
}
.contact__input input[type=checkbox]:checked::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.contact__input input[type=radio] {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: 1px #4a5e71 solid;
  border-radius: 999px;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  cursor: pointer;
}
.contact__input input[type=radio]::before {
  position: absolute;
  top: 3px;
  left: 7px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 8px;
  height: 12px;
  content: "";
}
.contact__input input[type=radio]:checked {
  background: #10589e;
  border: 1px #10589e solid;
}
.contact__input input[type=radio]:checked::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.contact__donation {
  margin-left: 1.7777777778rem;
}
@media screen and (max-width: 767px) {
  .contact__donation {
    margin-left: 0;
  }
}
.contact__submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__submit input {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  background: #10589e;
  border-radius: 4px;
  padding: 0.8888888889rem 1.7777777778rem;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.contact__submit input:hover {
  opacity: 0.7;
}
.contact__thanks {
  text-align: center;
  margin: 4.4444444444rem 0 13.3333333333rem 0;
}

.policy {
  padding-bottom: 6.6666666667rem;
}
@media screen and (max-width: 767px) {
  .policy {
    padding-bottom: 3.5555555556rem;
  }
}
.policy__content {
  width: 80vw;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667rem;
}
@media screen and (max-width: 1047px) {
  .policy__content {
    width: 88vw;
  }
}
@media screen and (max-width: 767px) {
  .policy__content {
    gap: 1.3333333333rem;
  }
}
.policy__content div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.8888888889rem;
}
.policy__content ul {
  margin-bottom: 0.8888888889rem;
}
.policy__content li {
  list-style: decimal;
  margin-left: 1.5555555556rem;
}
@media screen and (max-width: 767px) {
  .policy__content li {
    font-size: 0.8888888889rem;
    line-height: 1.8;
  }
}

.error {
  color: #f00;
  text-align: left;
}/*# sourceMappingURL=style.css.map */