@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@400&display=swap");
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.flex-justify-btw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.position-rel {
  position: relative !important;
}

.position-abs {
  position: absolute !important;
}

.position-fix {
  position: fixed !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-justify {
  text-align: justify !important;
}

@media (max-width: 600px) {
  .text-center.sp-left,
  .text-right.sp-left,
  .text-justify.sp-left {
    text-align: left !important;
  }
  .text-left.sp-center,
  .text-right.sp-center,
  .text-justify.sp-center {
    text-align: center !important;
  }
  .text-left.sp-right,
  .text-center.sp-right,
  .text-justify.sp-right {
    text-align: right !important;
  }
  .text-left.sp-justify,
  .text-center.sp-justify,
  .text-right.sp-justify {
    text-align: justify !important;
  }
}
.mg-left {
  margin-left: auto;
}

.mg-right {
  margin-right: auto;
}

.mg-center {
  margin-left: auto;
  margin-right: auto;
}

.display-bl {
  display: block;
}

.display-ib {
  display: inline-block;
}

.display-in {
  display: inline;
}

.fade-in {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  -webkit-transition: opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.fade-in.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.fade-in.delay1 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  -webkit-transition: opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
}
.fade-in.delay2 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  -webkit-transition: opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
}
.fade-in.fixed {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  -webkit-transition: opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  opacity: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.fade-in.fixed.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.fade-in.fixed.delay1 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  -webkit-transition: opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
}
.fade-in.fixed.delay2 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  -webkit-transition: opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
}

section.space,
.container.space,
.container-fluid.space,
.content.space {
  padding-top: 160px;
  padding-bottom: 160px;
}
section.min-space,
.container.min-space,
.container-fluid.min-space,
.content.min-space {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.top-space,
.container.top-space,
.container-fluid.top-space,
.content.top-space {
  padding-top: 160px;
}
section.bottom-space,
.container.bottom-space,
.container-fluid.bottom-space,
.content.bottom-space {
  padding-bottom: 160px;
}
section.min-top-space,
.container.min-top-space,
.container-fluid.min-top-space,
.content.min-top-space {
  padding-top: 80px;
}
section.min-bottom-space,
.container.min-bottom-space,
.container-fluid.min-bottom-space,
.content.min-bottom-space {
  padding-bottom: 80px;
}
section.large-top-space,
.container.large-top-space,
.container-fluid.large-top-space,
.content.large-top-space {
  padding-top: 200px;
}
section.large-bottom-space,
.container.large-bottom-space,
.container-fluid.large-bottom-space,
.content.large-bottom-space {
  padding-bottom: 200px;
}
@media (max-width: 600px) {
  section.space,
  .container.space,
  .container-fluid.space,
  .content.space {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  section.min-space,
  .container.min-space,
  .container-fluid.min-space,
  .content.min-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.top-space,
  .container.top-space,
  .container-fluid.top-space,
  .content.top-space {
    padding-top: 72px;
  }
  section.bottom-space,
  .container.bottom-space,
  .container-fluid.bottom-space,
  .content.bottom-space {
    padding-bottom: 72px;
  }
  section.min-top-space,
  .container.min-top-space,
  .container-fluid.min-top-space,
  .content.min-top-space {
    padding-top: 40px;
  }
  section.min-bottom-space,
  .container.min-bottom-space,
  .container-fluid.min-bottom-space,
  .content.min-bottom-space {
    padding-bottom: 40px;
  }
  section.large-top-space,
  .container.large-top-space,
  .container-fluid.large-top-space,
  .content.large-top-space {
    padding-top: 100px;
  }
  section.large-bottom-space,
  .container.large-bottom-space,
  .container-fluid.large-bottom-space,
  .content.large-bottom-space {
    padding-bottom: 100px;
  }
}

.container {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
.container.narrow {
  max-width: 1200px;
}
.container.wide {
  max-width: 1440px;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 600px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container.no-padding, .container.no-padding-sp {
    padding-left: 0;
    padding-right: 0;
  }
}

.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 600px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid.no-padding, .container-fluid.no-padding-sp {
    padding-left: 0;
    padding-right: 0;
  }
}

.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.content.wide {
  max-width: 1280px;
}
.content.narrow {
  max-width: 960px;
}
.content.minimum-space {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content.minimum-top-space {
  padding-top: 40px;
}
.content.minimum-bottom-space {
  padding-bottom: 40px;
}
.content.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container .content, .container-fluid .content {
  padding-left: 0;
  padding-right: 0;
}
.container.no-padding .content, .container-fluid.no-padding .content {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 600px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content.no-padding, .content.no-padding-sp {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container .content, .container-fluid .content {
    padding-left: 0;
    padding-right: 0;
  }
  .container.no-padding .content, .container-fluid.no-padding .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container.no-padding-sp .content, .container-fluid.no-padding-sp .content {
    padding-left: 0;
    padding-right: 0;
  }
}

.fs-1 {
  font-size: 3rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1.125rem !important;
}

.fs-sm {
  font-size: 0.875rem !important;
}

.fs-min {
  font-size: 0.75rem !important;
}

@media (max-width: 600px) {
  .fs-1.fs-1-sp,
  .fs-2.fs-1-sp,
  .fs-3.fs-1-sp,
  .fs-4.fs-1-sp,
  .fs-5.fs-1-sp,
  .fs-6.fs-1-sp,
  .fs-sm.fs-1-sp,
  .fs-min.fs-1-sp {
    font-size: 2rem !important;
  }
  .fs-1.fs-2-sp,
  .fs-2.fs-2-sp,
  .fs-3.fs-2-sp,
  .fs-4.fs-2-sp,
  .fs-5.fs-2-sp,
  .fs-6.fs-2-sp,
  .fs-sm.fs-2-sp,
  .fs-min.fs-2-sp {
    font-size: 1.75rem !important;
  }
  .fs-1.fs-3-sp,
  .fs-2.fs-3-sp,
  .fs-3.fs-3-sp,
  .fs-4.fs-3-sp,
  .fs-5.fs-3-sp,
  .fs-6.fs-3-sp,
  .fs-sm.fs-3-sp,
  .fs-min.fs-3-sp {
    font-size: 1.5rem !important;
  }
  .fs-1.fs-4-sp,
  .fs-2.fs-4-sp,
  .fs-3.fs-4-sp,
  .fs-4.fs-4-sp,
  .fs-5.fs-4-sp,
  .fs-6.fs-4-sp,
  .fs-sm.fs-4-sp,
  .fs-min.fs-4-sp {
    font-size: 1.25rem !important;
  }
  .fs-1.fs-5-sp,
  .fs-2.fs-5-sp,
  .fs-3.fs-5-sp,
  .fs-4.fs-5-sp,
  .fs-5.fs-5-sp,
  .fs-6.fs-5-sp,
  .fs-sm.fs-5-sp,
  .fs-min.fs-5-sp {
    font-size: 1.125rem !important;
  }
  .fs-1.fs-6-sp,
  .fs-2.fs-6-sp,
  .fs-3.fs-6-sp,
  .fs-4.fs-6-sp,
  .fs-5.fs-6-sp,
  .fs-6.fs-6-sp,
  .fs-sm.fs-6-sp,
  .fs-min.fs-6-sp {
    font-size: 1rem !important;
  }
  .fs-1.fs-rg-sp,
  .fs-2.fs-rg-sp,
  .fs-3.fs-rg-sp,
  .fs-4.fs-rg-sp,
  .fs-5.fs-rg-sp,
  .fs-6.fs-rg-sp,
  .fs-sm.fs-rg-sp,
  .fs-min.fs-rg-sp {
    font-size: 0.875rem !important;
  }
  .fs-1.fs-sm-sp,
  .fs-2.fs-sm-sp,
  .fs-3.fs-sm-sp,
  .fs-4.fs-sm-sp,
  .fs-5.fs-sm-sp,
  .fs-6.fs-sm-sp,
  .fs-sm.fs-sm-sp,
  .fs-min.fs-sm-sp {
    font-size: 0.875rem !important;
  }
  .fs-1.fs-min-sp,
  .fs-2.fs-min-sp,
  .fs-3.fs-min-sp,
  .fs-4.fs-min-sp,
  .fs-5.fs-min-sp,
  .fs-6.fs-min-sp,
  .fs-sm.fs-min-sp,
  .fs-min.fs-min-sp {
    font-size: 0.75rem !important;
  }
}
body {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1rem;
  letter-spacing: 0.5px;
}
@media (max-width: 600px) {
  body {
    font-size: 0.9375rem;
  }
}

.black {
  color: black !important;
}

.white {
  color: white !important;
}

.weight-normal {
  font-weight: 400 !important;
}

.weight-medium {
  font-weight: 500 !important;
}

.weight-bold {
  font-weight: 700 !important;
}

.weight-black {
  font-weight: 900 !important;
}

.l-height-100 {
  line-height: 100% !important;
}

.l-height-125 {
  line-height: 125% !important;
}

.l-height-150 {
  line-height: 150% !important;
}

.l-height-175 {
  line-height: 175% !important;
}

.l-height-200 {
  line-height: 200% !important;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0.25em 0px;
  font-weight: 700;
}
h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small {
  font-size: 60%;
  vertical-align: middle;
}
h1.min-space, h2.min-space, h3.min-space, h4.min-space, h5.min-space, h6.min-space {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
h1.top-space, h2.top-space, h3.top-space, h4.top-space, h5.top-space, h6.top-space {
  margin-top: 1.85em;
  margin-bottom: 0px;
}
h1.bottom-space, h2.bottom-space, h3.bottom-space, h4.bottom-space, h5.bottom-space, h6.bottom-space {
  margin-top: 0px;
  margin-bottom: 1.85em;
}
h1, h2 {
  line-height: 125%;
}

h3, h4, h5, h6 {
  line-height: 145%;
}

h1 {
  font-size: 2.25rem;
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 2rem;
}
h2.large {
  font-size: 2.5rem;
}
@media (max-width: 600px) {
  h2 {
    font-size: 2rem;
  }
  h2.large {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.75rem;
}
h3.large {
  font-size: 2rem;
}
@media (max-width: 600px) {
  h3 {
    font-size: 1.5rem;
  }
  h3.large {
    font-size: 1.625rem;
  }
}

h4 {
  font-size: 1.5rem;
}
h4.large {
  font-size: 2rem;
}
@media (max-width: 600px) {
  h4 {
    font-size: 1.125rem;
  }
  h4.large {
    font-size: 1.75rem;
  }
}

h5 {
  font-size: 1.25rem;
}
h5.large {
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  h5 {
    font-size: 1.125rem;
  }
  h5.large {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1.125rem;
}
h6.large {
  font-size: 1.25rem;
}
@media (max-width: 600px) {
  h6 {
    font-size: 1.0625rem;
  }
  h6.large {
    font-size: 1.125rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.85em;
  margin-top: 1.85em;
  margin-bottom: 1.85em;
}
p.lead-text {
  font-size: 1.125rem;
  font-weight: 500;
}
p.sub-copy {
  font-size: 1.25rem;
  font-weight: 500;
}
p.large-space {
  margin-top: 3em;
  margin-bottom: 3em;
}
p.min-space {
  margin-top: 1.15em;
  margin-bottom: 1.15em;
}
p.top-space {
  margin-top: 1.85em;
  margin-bottom: 0px;
}
p.bottom-space {
  margin-top: 0px;
  margin-bottom: 1.85em;
}
p.no-space {
  margin: 0;
}
p.small {
  font-size: 0.875rem;
}
p.large {
  font-size: 1.25rem;
}
p.bold {
  font-weight: 700;
}
@media (max-width: 600px) {
  p {
    line-height: 1.85em;
    margin-top: 1.75em;
    margin-bottom: 1.75em;
    font-size: 0.875rem;
  }
  p.lead-text {
    font-size: 1rem;
    font-weight: 500;
  }
  p.smaller {
    font-size: 13px;
  }
  p.large {
    font-size: 1rem;
  }
}
@media (max-width: 350px) {
  p.large {
    font-size: 15px;
  }
}

span.underline {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.75;
}
sup, sub {
  font-size: 70%;
  letter-spacing: 0;
}
sub {
  vertical-align: baseline;
}

li, dt, dd {
  font-size: 1rem;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 600px) {
  li, dt, dd {
    font-size: 15px;
  }
}

ul.list {
  margin-top: 2.15em;
  margin-bottom: 2.15em;
}
ul.list li, ul.list dt, ul.list dd {
  line-height: 1.65;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-justify {
  text-align: justify !important;
}

@media (max-width: 600px) {
  .text-center.sp-left,
  .text-right.sp-left,
  .text-justify.sp-left {
    text-align: left !important;
  }
  .text-left.sp-center,
  .text-right.sp-center,
  .text-justify.sp-center {
    text-align: center !important;
  }
  .text-left.sp-right,
  .text-center.sp-right,
  .text-justify.sp-right {
    text-align: right !important;
  }
  .text-left.sp-justify,
  .text-center.sp-justify,
  .text-right.sp-justify {
    text-align: justify !important;
  }
}
.button {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  font-size: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid currentColor;
  position: relative;
}
.button:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 12px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
}
@media (max-width: 600px) {
  .button {
    max-width: 240px;
    font-size: 1.125rem;
  }
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.m-6 {
  margin: 2.5rem;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.mx-4 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.mx-5 {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.mx-6 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mt-auto {
  margin-top: auto;
}

.me-0 {
  margin-right: 0;
}

.me-1 {
  margin-right: 0.25rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 2.5rem;
}

.me-6 {
  margin-right: 3rem;
}

.me-auto {
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.mb-auto {
  margin-bottom: auto;
}

.ms-0 {
  margin-left: 0;
}

.ms-1 {
  margin-left: 0.25rem;
}

.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 2.5rem;
}

.ms-6 {
  margin-left: 3rem;
}

.ms-auto {
  margin-left: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 2.5rem;
}

.p-6 {
  padding: 3rem;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.px-4 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.px-5 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.px-6 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pe-0 {
  padding-right: 0;
}

.pe-1 {
  padding-right: 0.25rem;
}

.pe-2 {
  padding-right: 0.5rem;
}

.pe-3 {
  padding-right: 1rem;
}

.pe-4 {
  padding-right: 1.5rem;
}

.pe-5 {
  padding-right: 2.5rem;
}

.pe-6 {
  padding-right: 3rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.ps-0 {
  padding-left: 0;
}

.ps-1 {
  padding-left: 0.25rem;
}

.ps-2 {
  padding-left: 0.5rem;
}

.ps-3 {
  padding-left: 1rem;
}

.ps-4 {
  padding-left: 1.5rem;
}

.ps-5 {
  padding-left: 2.5rem;
}

.ps-6 {
  padding-left: 3rem;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 3rem;
}

.row-gap-0 {
  row-gap: 0;
}

.row-gap-1 {
  row-gap: 0.25rem;
}

.row-gap-2 {
  row-gap: 0.5rem;
}

.row-gap-3 {
  row-gap: 1rem;
}

.row-gap-4 {
  row-gap: 1.5rem;
}

.row-gap-5 {
  row-gap: 2.5rem;
}

.row-gap-6 {
  row-gap: 3rem;
}

.column-gap-0 {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
          column-gap: 0;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem;
  -webkit-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.column-gap-3 {
  -moz-column-gap: 1rem;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem;
  -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.column-gap-5 {
  -moz-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.column-gap-6 {
  -moz-column-gap: 3rem;
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
}

.pc {
  display: block !important;
}

.pci {
  display: inline !important;
}

.sp {
  display: none !important;
}

.spi {
  display: none !important;
}

.lpc {
  display: block !important;
}

.lpci {
  display: inline !important;
}

.tb {
  display: none !important;
}

.tbi {
  display: none !important;
}

.ltb {
  display: block !important;
}

.ltbi {
  display: inline !important;
}

.smt {
  display: none !important;
}

.smti {
  display: none !important;
}

.xsp {
  display: none !important;
}

.xspi {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .lpc {
    display: none !important;
  }
  .lpci {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .tbi {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline !important;
  }
}
@media screen and (max-width: 480px) {
  .ltb {
    display: none !important;
  }
  .ltbi {
    display: none !important;
  }
  .smt {
    display: block !important;
  }
  .smti {
    display: inline !important;
  }
}
@media screen and (max-width: 320px) {
  .sp.ex-xp {
    display: none !important;
  }
  .spi.ex-xp {
    display: none !important;
  }
  .ex-xp {
    display: none !important;
  }
  .xsp {
    display: block !important;
  }
  .xspi {
    display: inline !important;
  }
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: currentColor;
}

button, input[type=submit], input[type=reset] {
  cursor: pointer;
}

figure, picture {
  display: block;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  margin: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
}
figure img.auto-image, picture img.auto-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
figure figcaption, picture figcaption {
  margin-top: 0.5rem;
}
figure + figure {
  margin-top: 1.5rem;
}
@media (max-width: 600px) {
  figure + figure {
    margin-top: 1.25rem;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
img.fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
}
img.fit-image.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain;";
}
img.auto-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

video {
  width: 100%;
  height: auto;
}

header {
  width: 100vw;
  height: 100px;
}
@media (max-width: 600px) {
  header {
    height: 48px;
  }
}
header .mrh-container {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 600px) {
  header .mrh-container {
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .mrh-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .mrh-logo img {
  height: auto;
  margin-right: 1rem;
  width: 240px;
}
@media (max-width: 980px) {
  header .mrh-logo {
    position: relative;
    z-index: 5;
  }
  header .mrh-logo img {
    width: 200px;
  }
}
@media (max-width: 600px) {
  header .mrh-logo img {
    width: 120px;
  }
}
header .mrh-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .mrh-navigation .mrh-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-right: 1.25rem;
}
@media (max-width: 600px) {
  header .mrh-navigation {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: white;
    opacity: 0;
    -webkit-transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  header .mrh-navigation.init {
    display: block;
  }
  header .mrh-navigation.show {
    opacity: 1;
  }
  header .mrh-navigation .mrh-menu {
    padding: 80px 20px 0px 20px;
    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;
  }
  header .mrh-navigation .mrh-menu li {
    font-size: 1.25rem;
    margin: 0.75rem 0px;
  }
  header .mrh-navigation .mrh-menu li a {
    display: block;
    padding: 0.75rem 0px;
  }
  header .mrh-navigation .mrh-menu li a.current:after {
    display: none;
  }
}
header .mrh-menu-button {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  position: relative;
  z-index: 5;
  color: currentColor;
}
header .mrh-menu-button .btn-hamburger, header .mrh-menu-button .btn-hamburger:before, header .mrh-menu-button .btn-hamburger:after {
  width: 20px;
  height: 1px;
  position: absolute;
  background-color: currentColor;
}
header .mrh-menu-button .btn-hamburger {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
  background-color: transparent;
  -webkit-transition: background-color 0.15s linear 0s;
  transition: background-color 0.15s linear 0s;
}
header .mrh-menu-button .btn-hamburger:before, header .mrh-menu-button .btn-hamburger:after {
  content: "";
  left: 0;
  display: block;
  border-radius: 1px;
  -webkit-transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out;
  -webkit-transition: top 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: top 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out;
  transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
header .mrh-menu-button .btn-hamburger:before {
  top: -4px;
}
header .mrh-menu-button .btn-hamburger:after {
  top: 4px;
}
header .mrh-menu-button .btn-hamburger.active {
  background-color: transparent !important;
  -webkit-transition: background-color 0.25s linear 0.3s;
  transition: background-color 0.25s linear 0.3s;
}
header .mrh-menu-button .btn-hamburger.active:before, header .mrh-menu-button .btn-hamburger.active:after {
  top: 0px;
}
header .mrh-menu-button .btn-hamburger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
header .mrh-menu-button .btn-hamburger.active:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header .mrh-menu-button .btn-label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
@media (max-width: 600px) {
  header .mrh-menu-button {
    display: block;
  }
}

footer {
  padding: 40px 0px 24px;
}
footer .mrf-social {
  text-align: center;
  margin-bottom: 3rem;
}
footer .mrf-social p {
  margin: 0;
}
footer .mrf-social .ic-social {
  margin-top: 1rem;
  display: inline-block;
  width: 24px;
  height: 24px;
}
footer .mrf-social .ic-social img {
  width: 100%;
  height: auto;
}
footer .mrf-copyright {
  text-align: center;
  font-size: 0.875rem;
}
@media (max-width: 600px) {
  footer {
    padding: 32px 0px;
  }
  footer .mrf-social {
    margin-bottom: 2rem;
  }
}

body {
  background-color: #F7F3EA;
}

.bg-navy {
  background-color: #19305B;
  color: white;
}

.relative {
  position: relative;
}

a.text-link {
  text-decoration: underline;
}

.section-title h3 {
  font-size: 1rem;
  font-weight: 400;
}
.section-title h3 span {
  position: relative;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  color: #F5B919;
}
.section-title h3 span::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 1px;
  height: 80%;
}
.section-title h3 span.white-line::before {
  background-color: white;
}
.section-title h3 span.black-line::before {
  background-color: black;
}
@media (max-width: 600px) {
  .section-title h3 span {
    margin-left: 1.25rem;
    padding-left: 1.25rem;
  }
}

.mr-hero .top-slides {
  width: 88%;
  padding-top: 58.65%;
  position: relative;
}
.mr-hero .top-slides .slide-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=00)";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transition: opacity 3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}
.mr-hero .top-slides .slide-item.selected {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mr-hero .top-slides picture, .mr-hero .top-slides figure {
  height: 100%;
}
.mr-hero .top-slides picture img, .mr-hero .top-slides figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
}
@media (max-width: 600px) {
  .mr-hero .top-slides {
    width: 90vw;
    padding-top: 115.75vw;
    position: relative;
  }
}

.about-block .about-block-first,
.about-block .about-block-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-block .about-block-first .block-text,
.about-block .about-block-first figure,
.about-block .about-block-second .block-text,
.about-block .about-block-second figure {
  width: 50%;
}
.about-block .about-block-first .block-text {
  padding-left: 6%;
  padding-top: 6%;
  min-height: 420px;
}
.about-block .about-block-first h2 {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 1rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 600px) {
  .about-block .about-block-first .block-text {
    padding-left: 24px;
    padding-top: 16px;
    min-height: 0;
    width: 30%;
  }
  .about-block .about-block-first h2 {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0.75rem;
  }
  .about-block .about-block-first figure {
    width: 70%;
    margin-right: -24px !important;
  }
}
.about-block .about-block-second {
  margin-top: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.about-block .about-block-second figure {
  margin-left: -40px !important;
}
.about-block .about-block-second .block-text {
  padding-left: 6%;
}
.about-block .about-block-second::after {
  content: "";
  position: absolute;
  left: calc(50% - 220px);
  top: -64px;
  z-index: -1;
  width: 440px;
  height: 280px;
  background-color: rgba(245, 185, 25, 0.2);
}
@media (max-width: 600px) {
  .about-block .about-block-second {
    margin-top: 24px;
    display: block;
  }
  .about-block .about-block-second figure {
    margin-left: -8px !important;
    width: 70%;
  }
  .about-block .about-block-second .block-text {
    width: 100%;
    padding-left: 40px;
  }
  .about-block .about-block-second::after {
    content: "";
    position: absolute;
    left: 15%;
    top: -160px;
    z-index: -1;
    width: 70%;
    height: 240px;
    background-color: rgba(245, 185, 25, 0.2);
  }
}

.middle-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.middle-images .scroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; /* 画像間の余白 */
  position: relative;
  will-change: transform;
}
.middle-images figure {
  margin: 0;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35vw; /* 画像サイズを画面幅の25%に調整（適宜調整可能） */
}
.middle-images img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 600px) {
  .middle-images .scroll-wrapper {
    gap: 10px; /* 画像間の余白 */
  }
  .middle-images figure {
    width: 65vw; /* 画像サイズを画面幅の25%に調整（適宜調整可能） */
  }
}

.menu-content {
  width: 70%;
}
.menu-content .link {
  margin-top: 64px;
}
@media (max-width: 600px) {
  .menu-content {
    width: 100%;
  }
  .menu-content .link {
    margin-top: 40px;
  }
}

.menu-image {
  position: absolute;
  right: 0;
  top: -100px;
  width: 27.5%;
}
@media (max-width: 600px) {
  .menu-image {
    position: static;
    width: 75%;
    margin-left: auto;
    margin-top: 64px;
  }
}

.course-list {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.course-list .course-item {
  width: 50%;
  margin-bottom: 48px;
}
.course-list .course-item h5 {
  font-size: 1.75rem;
  font-weight: 400;
  padding-bottom: 1.5rem;
  position: relative;
}
.course-list .course-item h5::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #F5B919;
  position: absolute;
  bottom: 0;
  left: 0;
}
.course-list .course-item p {
  margin: 1.5rem 0px 0px;
  font-size: 1.25rem;
}
.course-list .course-item p small {
  font-size: 0.875rem;
}
@media (max-width: 600px) {
  .course-list {
    margin-top: 40px;
    display: block;
  }
  .course-list .course-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .course-list .course-item h5 {
    font-size: 1.25rem;
    padding-bottom: 1rem;
  }
  .course-list .course-item p {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .course-list .course-item p small {
    font-size: 0.75rem;
  }
}

.info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-content .info-data,
.info-content .info-image {
  width: 50%;
}
.info-content .info-data .section-title {
  margin-bottom: 48px;
}
.info-content .info-data h6 {
  font-size: 1.5rem;
  font-weight: 400;
}
.info-content .info-data .info-table {
  margin-top: 32px;
}
@media (max-width: 600px) {
  .info-content {
    display: block;
  }
  .info-content .info-data,
  .info-content .info-image {
    width: 100%;
  }
}

dl.info-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
dl.info-table dt, dl.info-table dd {
  padding: 0.5em 0px;
  margin: 0;
  line-height: 1.5;
}
dl.info-table dt {
  width: 20%;
}
dl.info-table dd {
  width: 80%;
}
@media (max-width: 600px) {
  dl.info-table dt {
    width: 80px;
  }
  dl.info-table dd {
    width: calc(100% - 80px);
  }
}

.mr-reserve {
  height: 27.5vw;
  max-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mr-reserve::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.mr-reserve .container,
.mr-reserve .reserve-content {
  height: 100%;
}
@media (max-width: 600px) {
  .mr-reserve {
    height: 320px;
  }
}

.reserve-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reserve-content .section-title {
  width: 30%;
}
.reserve-content .reserve-link {
  width: 35%;
}
@media (max-width: 600px) {
  .reserve-content {
    -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;
  }
  .reserve-content .section-title,
  .reserve-content .reserve-link {
    width: 100%;
    margin: 0.75rem 0px;
  }
}