@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.6rem;
  color: #2D2D2D;
  letter-spacing: 0.07rem;
}
@media print {
  body {
    zoom: 0.8;
  }
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

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

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1230px;
  }
  .container-xl {
    max-width: 1230px;
  }
}
@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.id-target {
  padding-top: 10rem;
  margin-top: -10rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .id-target {
    padding-top: 7rem;
    margin-top: -7rem;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1500px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(-15px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(15px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(-15px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(15px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2D2D2D;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0 2rem;
  z-index: 999;
  height: 10rem;
}
@media screen and (max-width: 991px) {
  header {
    height: 7rem;
  }
}
@media print {
  header {
    position: absolute;
  }
}
header .logo {
  width: 23.2rem;
}
@media screen and (max-width: 1199px) {
  header .logo {
    width: 18rem;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 23rem;
  }
}
header .logo img, header .logo a {
  display: block;
}
header nav {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1199px) {
  header nav {
    gap: 2rem;
  }
}
@media screen and (max-width: 991px) {
  header nav {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%) translateX(100%);
    background: #fff;
    flex-direction: column;
    height: calc(100vh - 7rem);
    width: 25rem;
    gap: 3rem;
    align-items: flex-start;
    padding: 3rem 2.5rem 0;
    transition: 0.5s;
  }
  header nav.open {
    transform: translateY(100%);
  }
}
header nav > a {
  position: relative;
  display: block;
}
@media screen and (max-width: 1199px) {
  header nav > a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  header nav > a {
    font-size: 1.8rem;
  }
}
header nav > a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #2D2D2D;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: 0.3s;
}
header nav > a.active::after {
  width: 100%;
}
@media (min-width: 992px) {
  header nav > a:hover::after {
    width: 100%;
  }
}
header nav .tel i {
  font-size: 1.3rem;
}
@media screen and (max-width: 991px) {
  header nav .tel {
    font-size: 1.8rem;
  }
  header nav .tel i {
    font-size: 1.4rem;
  }
}
header nav .contact {
  display: flex;
  padding: 0.8rem 2rem;
  border: 1px solid #2D2D2D;
  transition: 0.3s;
}
header nav .contact::after {
  display: none;
}
@media (min-width: 992px) {
  header nav .contact:hover {
    background: #2D2D2D;
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  header nav .contact {
    width: 100%;
    justify-content: center;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #2D2D2D;
  position: absolute;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 991px) {
  header .toggle {
    display: block;
  }
}

.title h3 {
  font-size: 3.5rem;
  letter-spacing: 0.5rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title h3 {
    font-size: 3rem;
  }
}
.title .sub {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1rem;
  line-height: 1.5;
}

.more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  border: 1px solid #2D2D2D;
  width: fit-content;
  transition-duration: 0.3s;
  margin: 1rem auto 0;
}
@media (min-width: 992px) {
  .more:hover {
    background: #2D2D2D;
    color: #fff;
  }
}

main {
  overflow: hidden;
}

.footer_contact {
  padding: 7rem 0;
}
@media screen and (max-width: 767px) {
  .footer_contact {
    padding: 5rem 0;
  }
}
.footer .contact_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .footer .contact_box {
    flex-direction: column;
    gap: 2rem;
  }
}
.footer .contact_item {
  width: 33rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .tel {
  flex-direction: column;
}
.footer .tel_ttl {
  font-size: 1.4rem;
}
.footer .tel_num {
  font-size: 2.4rem;
}
.footer .tel_num i {
  font-size: 1.9rem;
  margin-right: 0.5em;
}
.footer .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  border: 1px solid #2D2D2D;
  transition: 0.3s;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 992px) {
  .footer .mail:hover {
    background: #2D2D2D;
    color: #fff;
  }
}
.footer_bottom {
  padding: 8rem 0 4rem;
  background: url(../../images/common/bg.png) repeat;
  background-size: contain;
  background-position: center;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
.footer_left .logo {
  width: 24rem;
}
.footer_left .add {
  margin-top: 3rem;
  line-height: 1.7;
  font-size: 1.5rem;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 767px) {
  .footer_left .add {
    text-align: center;
  }
}
.footer_nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  .footer_nav {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_nav {
    display: none;
  }
}
.footer_nav a {
  font-size: 1.4rem;
}
.footer_right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}
.footer_right .copy {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .footer_right .copy {
    text-align: center;
    margin-top: 4rem;
    width: 100%;
  }
}
@media screen and (max-width: 574px) {
  .footer_right .copy {
    margin-top: 0;
  }
}

.pagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.5rem;
}

#top {
  margin-top: 10rem;
}
@media screen and (max-width: 991px) {
  #top {
    margin-top: 7rem;
  }
}
#top .mv {
  position: relative;
}
#top .mv .slider_image {
  height: calc(100vh - 10rem);
}
@media screen and (max-width: 991px) {
  #top .mv .slider_image {
    height: calc(100vh - 7rem);
  }
}
@media screen and (max-width: 767px) {
  #top .mv .slider_image {
    height: 50vh;
    min-height: 65rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv .slider_image {
    min-height: 55rem;
  }
}
@media print {
  #top .mv .slider_image {
    height: 700px;
    width: 100%;
  }
}
#top .mv .slider_image img {
  height: calc(100vh - 10rem);
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  #top .mv .slider_image img {
    height: calc(100vh - 7rem);
  }
}
@media screen and (max-width: 767px) {
  #top .mv .slider_image img {
    height: 50vh;
    min-height: 65rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv .slider_image img {
    min-height: 55rem;
  }
}
@media print {
  #top .mv .slider_image img {
    height: 700px;
    width: 100%;
  }
}
#top .mv_text {
  position: absolute;
  top: 50%;
  left: 5vw;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 36rem;
  padding: 6rem 0;
  gap: 4rem;
}
@media screen and (max-width: 991px) {
  #top .mv_text {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text {
    width: 22rem;
    padding: 4rem 0;
    gap: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text {
    width: 17rem;
    gap: 1rem;
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.85);
  }
}
#top .mv_text p {
  writing-mode: vertical-rl;
  font-size: 3.1rem;
  letter-spacing: 0.6rem;
  line-height: 1.8;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #top .mv_text p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text p {
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
  }
}
#top .mv_text h2 {
  writing-mode: vertical-rl;
  font-size: 6rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 {
    font-size: 3rem;
  }
}
#top .about {
  padding: 7rem 0;
}
#top .about p {
  line-height: 2;
  letter-spacing: 0.08rem;
}
#top .news {
  padding: 7rem 0;
  background: url(../../images/common/bg.png) repeat;
  background-size: contain;
  background-position: center;
}
#top .news_box {
  display: flex;
  gap: 3rem 7rem;
}
@media screen and (max-width: 574px) {
  #top .news_box {
    flex-direction: column;
  }
}
#top .news_title {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 574px) {
  #top .news_title {
    writing-mode: horizontal-tb;
  }
}
#top .news_title h3 {
  font-size: 3.5rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 574px) {
  #top .news_title h3 {
    font-size: 3rem;
  }
}
#top .news_list {
  margin-top: -1.5rem;
  width: calc(100% - 4.9rem);
}
@media screen and (max-width: 574px) {
  #top .news_list {
    width: 100%;
  }
}
#top .news_list li a {
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid #CDCDCD;
  position: relative;
}
#top .news_list li a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #2D2D2D;
  transition: 0.6s;
}
@media (min-width: 992px) {
  #top .news_list li a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #top .news_list li a {
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}
#top .news_list li a .date {
  font-size: 1.5rem;
  width: 15rem;
}
#top .news_list li a .date span {
  color: #B80000;
  margin-left: 1.5rem;
}
#top .news_list li a .category {
  padding: 0.5rem 0;
  width: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #2D2D2D;
  border-right: 1px solid #2D2D2D;
  font-size: 1.5rem;
}
#top .news_list li a h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  width: calc(100% - 39rem);
}
@media screen and (max-width: 991px) {
  #top .news_list li a h4 {
    width: 100%;
  }
}
#top .links {
  padding: 10rem 0;
  background: url(../../images/top/links_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 992px) {
  #top .links {
    background-attachment: scroll;
  }
}
#top .links .row {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #top .links .row {
    margin-top: 4rem;
    gap: 3rem 0;
  }
}
#top .links_item {
  display: block;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #top .links_item:hover {
    transform: translateY(10px);
  }
}
#top .links_item h4 {
  padding: 3rem 4rem;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  position: relative;
}
#top .links_item h4::before {
  content: "";
  width: 4rem;
  height: 1px;
  background: #2D2D2D;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  #top .links_item h4 {
    font-size: 2rem;
  }
}
.subhead {
  margin-top: 10rem;
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .subhead {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead {
    height: 24rem;
  }
}
.subhead h2 {
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.3rem;
}

.title_bottom h3 {
  font-size: 3rem;
  letter-spacing: 0.5rem;
  line-height: 1.3;
  position: relative;
  padding-left: 4.5rem;
}
@media screen and (max-width: 574px) {
  .title_bottom h3 {
    font-size: 2.7rem;
  }
}
.title_bottom h3::before {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  background: #2D2D2D;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#about .subhead {
  background: url(../../images/about/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#about section {
  padding: 8rem 0;
}
#about section:nth-of-type(odd) {
  background: url(../../images/common/bg.png) repeat;
  background-size: contain;
  background-position: center;
}
#about .message_lead {
  margin-top: 3rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}
#about .message .row {
  margin-top: 4rem;
  gap: 2rem 0;
}
#about .outline table {
  width: 100%;
  margin: 30px 0;
}
#about .outline table th {
  width: 20rem;
  border-bottom: #2D2D2D 1px solid;
}
@media screen and (max-width: 767px) {
  #about .outline table th {
    border-color: #CDCDCD;
  }
}
#about .outline table td {
  border-bottom: #2D2D2D 1px solid;
  width: calc(100% - 20rem);
}
#about .outline table th, #about .outline table td {
  padding: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #about .outline table th, #about .outline table td {
    width: 100%;
    display: block;
  }
}
#about .access iframe {
  width: 100%;
  height: 40rem;
  margin-top: 3rem;
}
#about .access .more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  border: 1px solid #2D2D2D;
  width: fit-content;
  transition-duration: 0.3s;
  margin: 2rem auto 0;
}
@media (min-width: 992px) {
  #about .access .more:hover {
    background: #2D2D2D;
    color: #fff;
  }
}

#event .subhead {
  background: url(../../images/event/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#event .event {
  padding: 8rem 0;
  background: url(../../images/common/bg.png) repeat;
}
#event .event ul {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  flex-wrap: wrap;
  margin-top: 5rem;
  padding-top: 3rem;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 574px) {
  #event .event ul {
    gap: 5rem;
  }
}
#event .event ul::after {
  content: "";
  width: 1px;
  background: #2D2D2D;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translate(-50%, 0);
  display: block;
}
@media screen and (max-width: 574px) {
  #event .event ul::after {
    display: none;
  }
}
#event .event ul li {
  width: calc(50% - 5rem);
  padding: 2rem 3rem;
  border: 1px solid #2D2D2D;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 574px) {
  #event .event ul li {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
#event .event ul li:nth-of-type(even) {
  margin-top: 8rem;
}
@media screen and (max-width: 574px) {
  #event .event ul li:nth-of-type(even) {
    margin-top: 0;
  }
}
#event .event ul li:nth-of-type(even)::before {
  content: "";
  top: 50%;
  right: auto;
  left: 0;
  transform: translate(-100%, -50%);
}
#event .event ul li:nth-of-type(even)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: -4.25rem;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 574px) {
  #event .event ul li:nth-of-type(even)::after {
    left: -1rem;
    width: 1rem;
    height: 1rem;
  }
}
#event .event ul li::before {
  content: "";
  width: 5rem;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  background: #2D2D2D;
}
@media screen and (max-width: 574px) {
  #event .event ul li::before {
    display: none;
  }
}
#event .event ul li::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: #2D2D2D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -4.25rem;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 574px) {
  #event .event ul li::after {
    display: none;
  }
}
#event .event ul li .date {
  position: absolute;
  left: -1px;
  top: 0;
  transform: translateY(-100%);
  padding: 0.5rem 2rem;
  background: #2D2D2D;
  color: #fff;
}
#event .event ul li h4 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #2D2D2D;
  font-size: 2rem;
}
#event .event ul li .detail {
  margin-top: 1.5rem;
  line-height: 1.9;
}

#access .subhead {
  background: url(../../images/access/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#access section {
  padding: 8rem 0;
}
#access section:nth-of-type(odd) {
  background: url(../../images/common/bg.png) repeat;
  background-size: contain;
  background-position: center;
}
#access section .row {
  gap: 3rem 0;
}
#access .map_text h3 {
  line-height: 1.5;
  font-size: 2.7rem;
}
#access .map_text .add {
  margin-top: 3rem;
  line-height: 2;
}
#access .map_lead {
  margin-top: 2rem;
  line-height: 1.6;
  font-size: 1.4rem;
}
#access .map iframe {
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 574px) {
  #access .map iframe {
    aspect-ratio: 1/1;
  }
}
#access .bus .row {
  margin-top: 4rem;
}
#access .bus_item p {
  margin-bottom: 1rem;
}
#access .bus_item iframe {
  width: 100%;
  aspect-ratio: 3/2;
  height: auto;
}
@media screen and (max-width: 574px) {
  #access .bus_item iframe {
    aspect-ratio: 1/1;
  }
}
#access .parking_box {
  margin-top: 4rem;
}
#access .parking_box h4 {
  font-size: 2.2rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #2D2D2D;
}
#access .parking_box p {
  margin-top: 1rem;
}
#access .parking_image.mt-3 {
  max-width: 25%;
}
@media screen and (max-width: 991px) {
  #access .parking_image.mt-3 {
    max-width: 50%;
  }
}
@media screen and (max-width: 574px) {
  #access .parking_image.mt-3 {
    max-width: 100%;
  }
}

#news .subhead {
  background: url(../../images/news/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#news .news {
  padding: 8rem 0;
  border-bottom: 1px solid #CDCDCD;
}
#news .news .category {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
}
#news .news .category a {
  display: block;
  padding: 1rem 2rem;
  border: 1px solid #2D2D2D;
  transition: 0.3s;
}
#news .news .category a.active {
  background: #2D2D2D;
  color: #fff;
}
@media (min-width: 992px) {
  #news .news .category a:hover {
    background: #2D2D2D;
    color: #fff;
  }
}
#news .news ul {
  margin-top: 4rem;
}
#news .news ul li {
  padding: 2rem 0;
  border-bottom: 1px solid #CDCDCD;
}
#news .news_top {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  #news .news_top {
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}
#news .news_top .date {
  font-size: 1.5rem;
  width: 15rem;
}
#news .news_top .date span {
  color: #B80000;
  margin-left: 1.5rem;
}
#news .news_top .category {
  padding: 0.5rem 0;
  width: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #2D2D2D;
  border-right: 1px solid #2D2D2D;
  font-size: 1.5rem;
}
#news .news_top h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  width: calc(100% - 39rem);
}
@media screen and (max-width: 991px) {
  #news .news_top h4 {
    width: 100%;
  }
}
#news .news_text {
  margin-top: 2rem;
}
#news .news_image {
  margin-top: 2rem;
  gap: 1.5rem 0;
}
#news .news_image .col-12 img {
  aspect-ratio: 6/4;
  object-fit: contain;
}
#news .news .download {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
#news .news .download .more {
  margin: 0;
  gap: 1rem;
}
#news .news .paging {
  text-align: center;
  margin-top: 4rem;
}
#news .news .paging span.current, #news .news .paging span.paging-text {
  margin: 0px 2px;
  color: #2D2D2D;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #2D2D2D;
  text-decoration: none;
}
#news .news .paging span.paging-text a {
  padding: 3px 8px;
  display: block;
  transition-duration: 0.3s;
}
@media (min-width: 992px) {
  #news .news .paging span.paging-text a:hover {
    background: #2D2D2D;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}
#news .news .paging span.current {
  background: #2D2D2D;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

#contact .subhead {
  background: url(../../images/contact/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 10px;
  text-align: justify;
  font-weight: 500;
  margin-top: 3rem;
}
@media screen and (max-width: 991px) {
  #contact .greeting .lg {
    display: none;
  }
}
#contact .greeting span {
  margin-right: 5px;
  vertical-align: middle;
}
#contact .requied {
  display: inline-block;
  background: #bb1515;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 5px;
  vertical-align: text-top;
}
#contact .tel {
  padding: 80px 0;
  background: url(../../images/common/bg.png) repeat;
}
@media screen and (max-width: 767px) {
  #contact .tel {
    padding: 60px 0;
  }
}
#contact .tel h3 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  #contact .tel .col-12 {
    margin-bottom: 20px;
  }
}
@media print {
  #contact .tel .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#contact .tel .tel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 1rem;
  border: 1px solid #2D2D2D;
  background: #2D2D2D;
  border-radius: 0.5rem;
}
#contact .tel .tel_btn {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 574px) {
  #contact .tel .tel_btn {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
#contact .tel .tel_btn small {
  font-size: 20px;
}
#contact .tel .tel_btn i {
  margin-right: 15px;
}
#contact .tel .tel_btn .times {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
#contact .tel .time {
  margin-top: 20px;
  text-align: center;
}
#contact .tel .time p {
  letter-spacing: 0.1em;
}
#contact .tel .time a {
  margin-top: 10px;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 450px) {
  #contact .tel .time a {
    font-size: 85%;
  }
}
#contact .tel .fax_order {
  margin-top: 20px;
}
#contact .tel .fax_order .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#contact .tel .fax_order p {
  text-align: center;
}
#contact .tel .fax_order p a {
  display: block;
  margin: 10px auto 0;
  padding: 10px 0;
}
#contact .contact {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 8rem 0;
  }
}
#contact .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  border-bottom: #2D2D2D 1px solid;
  width: 25%;
  position: relative;
}
#contact .form_wrap form table th .requied {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #B80000;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    padding-bottom: 0 !important;
  }
}
#contact .form_wrap form table td {
  border-bottom: #2D2D2D 1px solid;
  width: 75%;
  background: #fff;
  font-weight: 500;
}
#contact .form_wrap form table td input {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
#contact .form_wrap form table td input.w50 {
  width: 330px;
}
#contact .form_wrap form table td input.w30 {
  margin-left: 10px;
}
#contact .form_wrap form table td input[type=file] {
  border: none;
}
#contact .form_wrap form table td input[type=text] {
  width: 100%;
}
#contact .form_wrap form table td .red {
  font-size: 90%;
  color: #bb1515;
  font-weight: 400;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
#contact .form_wrap form table td select {
  padding: 5px;
  width: 30%;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td select {
    width: auto;
  }
}
#contact .form_wrap form table td textarea {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    display: block;
    width: 100%;
    padding-top: 0;
  }
  #contact .form_wrap form table td input {
    width: 100%;
  }
  #contact .form_wrap form table td input.w50 {
    width: 100%;
  }
  #contact .form_wrap form table td input.w30 {
    max-width: 250px;
  }
  #contact .form_wrap form table td label input[type=radio] {
    width: auto;
  }
}
#contact .form_wrap form table th, #contact .form_wrap form table td {
  padding: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form table th, #contact .form_wrap form table td {
    width: 100%;
    display: block;
  }
}
#contact .form_wrap form h4 {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #2D2D2D;
  margin-bottom: 20px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form h4 {
    font-size: 20px;
  }
}
#contact .form_wrap form .privacy_ttl {
  text-align: center;
  letter-spacing: 0.1em;
}
#contact .form_wrap form .privacy_policy {
  border: 1px solid #2D2D2D;
  background: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  font-weight: 400;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner {
  max-height: 340px;
  overflow-y: scroll;
  padding: 20px 30px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #242424;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul {
  padding-left: 0;
  list-style: none;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
  margin-bottom: 5px;
  display: flex;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul:last-of-type li {
  display: block;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner .name {
  text-align: right;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar {
  width: 10px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-thumb {
  background: #2D2D2D;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner a {
  color: #007bff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner {
    padding: 20px 10px;
  }
}
#contact .form_wrap form .check {
  margin-bottom: 30px;
}
#contact .form_wrap form .check input[type=checkbox] {
  margin-right: 10px;
  padding: 5px;
}
#contact .form_wrap form .submit {
  text-align: center;
}
#contact .form_wrap form .submit button {
  background: #2D2D2D;
  color: #fff;
  border: none;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  padding: 15px 40px;
  position: relative;
}
#contact .form_wrap form .submit button i {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
#contact .form_wrap form .confirm button {
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  width: 250px;
}
#contact .form_wrap form .confirm button[type=button] {
  background: #eee;
  margin-right: 30px;
  color: #2D2D2D;
  border: 1px solid #eee;
  position: relative;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=button] i {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 10px;
  }
}
#contact .form_wrap form .confirm button[type=submit] {
  background: #2D2D2D;
  position: relative;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=submit] i {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .confirm {
    flex-wrap: wrap;
  }
  #contact .form_wrap form .confirm button {
    width: 250px;
  }
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 0;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */