@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;700&family=Oswald:wght@200&display=swap&subset=japanese");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1.15;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  font-size: 16px;
  letter-spacing: 0.05em;
}
html *, body * {
  box-sizing: border-box;
}
html *::before, html *::after, body *::before, body *::after {
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 768px) {
  body {
    height: 100%;
  }
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
body::-webkit-scrollbar-thumb {
  background-color: #d92121;
}

@media (max-width: 1040px) {
  html, body, input, button, textarea, select {
    font-size: 1.515vw;
  }
}

::-moz-selection {
  color: #fff;
  background-color: #991717;
}

::selection {
  color: #fff;
  background-color: #991717;
}

a {
  outline: none !important;
  transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

a:link, a:visited {
  color: #d92121;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #f66;
  text-decoration: none;
}

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

strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

input, button, textarea, select {
  font-size: 16px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

input[type=submit], input[type=button], button {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: 0 none;
  outline: none;
  border-radius: 0;
  background-color: transparent;
  transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration, button::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus, input[type=button]:focus, button:focus {
  outline-offset: -2px;
}

.container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: left;
}
@media (max-width: 768px) {
  .container {
    padding: 0 5.2083333333vw;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(1.25rem);
          backdrop-filter: blur(1.25rem);
}
@media (max-width: 768px) {
  .header {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(3.90625vw);
            backdrop-filter: blur(3.90625vw);
  }
}
.header .logo {
  flex-basis: 29.375rem;
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  background: linear-gradient(to right, #ba9c37 0%, #f1e58b 50%, #b18f1d 100%);
}
@media (max-width: 1280px) {
  .header .logo {
    flex-basis: 23.75rem;
  }
}
@media (max-width: 768px) {
  .header .logo {
    flex-basis: 84.375vw;
    padding: 2.6041666667vw;
  }
}
.header .logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 85%;
  background: #d92121 url("../images/logo_bg.jpg") no-repeat center center;
  background-size: cover;
  transform: translate(-50%, -50%) skewY(-2deg);
}
.header .logo a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  position: relative;
  z-index: 3;
  height: 3.75rem;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .header .logo a {
    height: 3.125rem;
  }
}
@media (max-width: 768px) {
  .header .logo a {
    height: 10.4166666667vw;
  }
}
.header .logo a:hover {
  opacity: 0.6;
}
.header .logo a figure {
  width: 6.875rem;
  margin-right: 0.625rem;
}
@media (max-width: 1280px) {
  .header .logo a figure {
    width: 5.625rem;
  }
}
@media (max-width: 768px) {
  .header .logo a figure {
    width: 19.0104166667vw;
    margin-right: 2.6041666667vw;
  }
}
.header .logo a p {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: 0.02em;
}
@media (max-width: 1280px) {
  .header .logo a p {
    font-size: 1.1875rem;
  }
}
@media (max-width: 768px) {
  .header .logo a p {
    font-size: 3.90625vw;
    letter-spacing: 0;
  }
}
.header .logo a h1 {
  margin-top: 0.3125rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 1280px) {
  .header .logo a h1 {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .header .logo a h1 {
    margin-bottom: 0.6510416667vw;
    font-size: 2.0833333333vw;
  }
}
.header .globalnav {
  flex-basis: auto;
}
@media (max-width: 768px) {
  .header .globalnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 15.625vw;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .header .globalnav.open {
    pointer-events: all;
    opacity: 1;
  }
}
.header .globalnav > ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .header .globalnav > ul {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.header .globalnav > ul > li {
  position: relative;
}
@media (max-width: 768px) {
  .header .globalnav > ul > li {
    border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
  }
}
.header .globalnav > ul > li > a, .header .globalnav > ul > li > .dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 6.25rem;
  padding: 1.5625rem 1.25rem 2.1875rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1280px) {
  .header .globalnav > ul > li > a, .header .globalnav > ul > li > .dropdown {
    height: 5.625rem;
    padding: 1.125rem 0.75rem 2rem;
  }
}
@media (max-width: 768px) {
  .header .globalnav > ul > li > a, .header .globalnav > ul > li > .dropdown {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    padding: 5.2083333333vw;
    padding-right: 10.4166666667vw;
  }
}
.header .globalnav > ul > li > a::after, .header .globalnav > ul > li > .dropdown::after {
  content: "";
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  width: 0.625rem;
  height: 0.625rem;
  border-right: solid 0.125rem #d92121;
  border-bottom: solid 0.125rem #d92121;
  transform: translate(-50%, 0) rotate(45deg);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 768px) {
  .header .globalnav > ul > li > a::after, .header .globalnav > ul > li > .dropdown::after {
    right: 5.2083333333vw;
    bottom: 50%;
    left: auto;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    border-right: solid 0.5208333333vw #d92121;
    border-bottom: solid 0.5208333333vw #d92121;
    transform: translate(0, 50%) rotate(-45deg);
  }
}
.header .globalnav > ul > li > a:hover, .header .globalnav > ul > li > .dropdown:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.header .globalnav > ul > li > a strong, .header .globalnav > ul > li > .dropdown strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1280px) {
  .header .globalnav > ul > li > a strong, .header .globalnav > ul > li > .dropdown strong {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .header .globalnav > ul > li > a strong, .header .globalnav > ul > li > .dropdown strong {
    font-size: 3.90625vw;
  }
}
.header .globalnav > ul > li > a span, .header .globalnav > ul > li > .dropdown span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .header .globalnav > ul > li > a span, .header .globalnav > ul > li > .dropdown span {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .header .globalnav > ul > li > .dropdown::after {
    transform: translate(0, 25%) rotate(45deg);
  }
}
@media (max-width: 768px) {
  .header .globalnav > ul > li > .dropdown.active::after {
    transform: translate(0, 75%) rotate(-135deg);
  }
}
.header .globalnav > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 12.5rem;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .header .globalnav > ul > li > ul {
    position: relative;
    width: 100%;
    top: 0;
    background-color: transparent;
  }
}
.header .globalnav > ul > li > ul > li {
  border-top: dotted 1px rgba(255, 255, 255, 0.2);
}
.header .globalnav > ul > li > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.25rem;
  padding-right: 2.5rem;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header .globalnav > ul > li > ul > li > a {
    padding: 5.2083333333vw 10.4166666667vw;
  }
}
.header .globalnav > ul > li > ul > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  width: 0.625rem;
  height: 0.625rem;
  border-right: solid 0.125rem #d92121;
  border-bottom: solid 0.125rem #d92121;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .header .globalnav > ul > li > ul > li > a::after {
    right: 5.2083333333vw;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    border-right: solid 0.5208333333vw #d92121;
    border-bottom: solid 0.5208333333vw #d92121;
    transform: translateY(-50%) rotate(-45deg);
  }
}
.header .globalnav > ul > li > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.header .globalnav > ul > li > ul > li > a strong {
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .header .globalnav > ul > li > ul > li > a strong {
    font-size: 3.90625vw;
  }
}
.header .globalnav > ul > li > ul > li > a span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .header .globalnav > ul > li > ul > li > a span {
    font-size: 3.125vw;
  }
}
.header .menunav {
  display: none;
}
@media (max-width: 768px) {
  .header .menunav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 110;
    width: 15.625vw;
    height: 15.625vw;
  }
  .header .menunav .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.5104166667vw;
    height: 1px;
    background-color: #ffffff;
    transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%);
  }
  .header .menunav .icon::before, .header .menunav .icon::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 6.5104166667vw;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .menunav .icon::before {
    top: -2.6041666667vw;
  }
  .header .menunav .icon::after {
    top: 2.6041666667vw;
  }
  .header .menunav.open .icon {
    background-color: transparent;
  }
  .header .menunav.open .icon::before, .header .menunav.open .icon::after {
    top: 0;
  }
  .header .menunav.open .icon::before {
    transform: translateX(0) rotate(45deg);
  }
  .header .menunav.open .icon::after {
    transform: translateX(0) rotate(-45deg);
  }
}

.section {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .section {
    padding: 10.4166666667vw 0;
  }
}
.section .subject {
  position: relative;
  margin-bottom: 3.125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .section .subject {
    margin-bottom: 6.5104166667vw;
  }
}
.section .subject h3 {
  position: relative;
  z-index: 2;
  padding-bottom: 1.25rem;
  color: #d92121;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .section .subject h3 {
    padding-bottom: 3.90625vw;
    font-size: 6.25vw;
  }
}
.section .subject h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6.25rem;
  height: 0.3125rem;
  background-color: rgba(217, 33, 33, 0.5);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .section .subject h3::after {
    width: 20.8333333333vw;
    height: 1.0416666667vw;
  }
}
.section .subject p {
  margin-top: 0.9375rem;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .section .subject p {
    margin-top: 3.2552083333vw;
    font-size: 3.90625vw;
  }
}
.section .contents {
  position: relative;
}
.section .contents h4 {
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section .contents h4 {
    margin-top: 7.8125vw;
    margin-bottom: 3.90625vw;
    font-size: 4.6875vw;
  }
}
.section .contents h4:first-child {
  margin-top: 0;
}
.section .contents h5 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  color: #d92121;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .section .contents h5 {
    margin-top: 7.8125vw;
    margin-bottom: 3.90625vw;
    font-size: 3.90625vw;
  }
}
.section .contents h5:first-child {
  margin-top: 0;
}
.section .contents p {
  font-size: 1rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .section .contents p {
    font-size: 3.125vw;
  }
}
.section .nav {
  position: relative;
  z-index: 1;
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section .nav {
    display: block;
    width: 70%;
    margin: 7.8125vw auto 0;
  }
}
.section .nav .btn {
  min-width: 20rem;
  position: relative;
  padding: 0.9375rem 2.5rem;
  border: solid 1px #d92121;
  color: #d92121;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.65;
  text-align: center;
  cursor: pointer;
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 768px) {
  .section .nav .btn {
    display: block;
    width: 100%;
    padding: 2.6041666667vw 5.2083333333vw;
    font-size: 3.90625vw;
  }
}
.section .nav .btn::before, .section .nav .btn::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.section .nav .btn::before {
  top: 0.625rem;
  left: 0.625rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 33, 33, 0.1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 768px) {
  .section .nav .btn::before {
    top: 1.3020833333vw;
    left: 1.3020833333vw;
  }
}
.section .nav .btn::after {
  top: 50%;
  right: 0;
  width: 1.875rem;
  height: 1px;
  background-color: #d92121;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 768px) {
  .section .nav .btn::after {
    width: 3.90625vw;
  }
}
.section .nav .btn:hover {
  color: #fff;
}
.section .nav .btn:hover::before {
  top: 0;
  left: 0;
  background-color: rgb(217, 33, 33);
}
.section .nav .btn:hover::after {
  width: 1.25rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .section .nav .btn:hover::after {
    width: 2.6041666667vw;
  }
}
.section .nav .btn + .btn {
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .section .nav .btn + .btn {
    margin-left: 0;
    margin-top: 5.2083333333vw;
  }
}
.section .nav .btn.back {
  border: solid 1px rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
}
.section .nav .btn.back::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.section .nav .btn.back::after {
  right: auto;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.section .nav .btn.back:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.section.nega {
  background-color: #d92121;
}
.section.nega .subject h3 {
  color: #fff;
}
.section.nega .subject h3::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.section.nega .contents * {
  color: #fff;
}
.section.nega .contents h5 {
  color: rgba(0, 0, 0, 0.6);
}
.section.nega .nav .btn {
  border: solid 1px #fff;
  color: #fff;
}
.section.nega .nav .btn::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.section.nega .nav .btn::after {
  background-color: #fff;
}
.section.nega .nav .btn:hover {
  color: #d92121;
}
.section.nega .nav .btn:hover::before {
  background-color: rgb(255, 255, 255);
}
.section.nega .nav .btn:hover::after {
  background-color: #d92121;
}
.section.wall {
  background: url("../images/section_bg.jpg") no-repeat center center;
  background-size: cover;
}

.footer {
  margin-top: 3.75rem;
  padding: 3.75rem 0;
  background-color: #e5e5e5;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 7.8125vw;
    padding: 7.8125vw 0;
  }
}
.footer .address {
  margin-bottom: 4.375rem;
}
@media (max-width: 768px) {
  .footer .address {
    margin-bottom: 9.1145833333vw;
  }
}
.footer .address figure {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .address figure {
    margin-bottom: 3.90625vw;
  }
}
.footer .address figure img {
  width: 8.75rem;
}
@media (max-width: 768px) {
  .footer .address figure img {
    width: 18.2291666667vw;
  }
}
.footer .address dl {
  text-align: center;
}
.footer .address dl dt {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .footer .address dl dt {
    margin-bottom: 2.6041666667vw;
    font-size: 3.90625vw;
  }
}
.footer .address dl dd {
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .footer .address dl dd {
    font-size: 3.125vw;
  }
}
.footer .address dl dd a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .footer .address dl dd a {
    color: #d92121;
    text-decoration: underline;
    pointer-events: all;
  }
}
.footer .copyright {
  color: #808080;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .footer .copyright {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 768px) {
  .footer .copyright span {
    display: none;
  }
}