@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: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1rem;
}
@media print {
  body {
    zoom: 0.8;
  }
}

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

img {
  width: 100%;
  display: block;
}

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: 1500px;
  }
  .container-xl {
    max-width: 1500px;
  }
}
@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: 150px;
  margin-top: -150px;
  display: block;
}
@media screen and (max-width: 767px) {
  .id-target {
    padding-top: 70px;
    margin-top: -70px;
  }
}

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(-25px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(25px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(-25px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(25px);
  }
  .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: #3c5f7f;
    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%;
  padding: 0 3rem;
  z-index: 99;
  height: 10rem;
  transition: 0.3s;
}
@media screen and (max-width: 574px) {
  header {
    height: 6rem;
  }
}
header.scroll {
  background: rgba(255, 255, 255, 0.8);
}
header .logo {
  width: 17rem;
}
@media screen and (max-width: 574px) {
  header .logo {
    width: 13rem;
  }
}
header .logo img, header .logo a {
  display: block;
}
header nav {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  width: 50rem;
  padding: 4rem 5rem;
  background: #4f514c;
  color: #fff;
  transition-duration: 0.5s;
  opacity: 0;
  pointer-events: none;
}
header nav.open {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 574px) {
  header nav {
    width: 100%;
    padding: 3rem 2rem;
  }
}
header nav .nav_logo {
  width: 14rem;
}
header nav .nav_logo img {
  display: block;
}
header nav ul {
  margin-top: 7rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
header nav ul li {
  width: 100%;
}
header nav ul li a {
  padding: 3rem 0;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav ul li a .arrow {
  width: 2.2rem;
  transition: 0.3s;
}
header nav ul li a .arrow img {
  display: block;
}
@media (hover: hover) {
  header nav ul li a:hover .arrow {
    transform: translateX(10px);
  }
}
header .toggle {
  width: 7rem;
  height: 2.6rem;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  header .toggle {
    width: 5rem;
  }
}
@media screen and (max-width: 574px) {
  header .toggle {
    height: 2rem;
  }
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #4f514c;
  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 {
  background: #fff;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-20deg);
}

.title .en {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Crimson Text", serif;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
.title .en::before {
  content: "";
  background: #949494;
  width: 3rem;
  height: 1px;
  display: block;
}
.title h3 {
  margin-top: 0.8rem;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
}
.title.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title.center .en {
  position: relative;
}
.title.center .en::before {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
}
.title_bottom {
  padding-left: 3rem;
  border-left: 5px solid #3c5f7f;
}
.title_bottom h3 {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  .title_bottom h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .title_bottom h3 .xl_none {
    display: none;
  }
}
.title_bottom .en {
  color: #c2c4b0;
  font-size: 1.5rem;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
.title_h4 {
  display: flex;
  align-items: baseline;
  gap: 1rem 2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #c2c4b0;
  flex-wrap: wrap;
}
.title_h4 h4 {
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (max-width: 1199px) {
  .title_h4 h4 {
    font-size: 2.4rem;
  }
}
.title_h4 .en {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #c2c4b0;
  letter-spacing: 0.05rem;
}

.more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 26rem;
  height: 6rem;
  padding: 0 3rem;
  background: #3c5f7f;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
}
@media (hover: hover) {
  .more:hover {
    background: #4f514c;
    color: #fff;
  }
}
.more img {
  width: 2.2rem;
}

.common_parts {
  padding: 10rem 0;
}
.common_parts .row {
  gap: 4rem 0;
}
.common_parts .tel_wrap {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .common_parts .tel_wrap {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.common_parts .tel_wrap .tel, .common_parts .tel_wrap .tel-link, .common_parts .tel_wrap .mail_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Crimson Text", serif;
  font-size: 2.4rem;
  width: 25rem;
  height: 6rem;
  gap: 2rem;
  border: 1px solid;
}
.common_parts .tel_wrap .tel i, .common_parts .tel_wrap .tel-link i, .common_parts .tel_wrap .mail_btn i {
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .common_parts .tel_wrap .tel, .common_parts .tel_wrap .tel-link, .common_parts .tel_wrap .mail_btn {
    flex: 1;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .common_parts .tel_wrap .tel, .common_parts .tel_wrap .tel-link, .common_parts .tel_wrap .mail_btn {
    flex: none;
  }
}
.common_parts .tel_wrap .tel-link .tel {
  border: 0;
}
.common_parts .tel_wrap .mail_btn {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .common_parts .tel_wrap .mail_btn:hover {
    background: #3c5f7f;
    color: #fff;
  }
}

.footer {
  background: #3c5f7f;
  color: #fff;
  padding: 12rem 0 13rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 8rem 0;
  }
}
.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: 26rem;
}
.footer_right p {
  font-size: 1.45rem;
  line-height: 1.6;
}
.footer_tel {
  font-family: "Crimson Text", serif;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: right;
  margin-top: 0.5rem;
}
.footer_tel span {
  font-size: 2.9rem;
}
@media screen and (max-width: 767px) {
  .footer_tel {
    text-align: center;
  }
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #6c8ba8;
}
@media screen and (max-width: 1199px) {
  .footer_bottom {
    flex-direction: column;
    align-items: center;
    gap: 10rem;
  }
}
.footer_nav {
  display: flex;
  padding-left: 6rem;
  gap: 2.7rem;
}
@media screen and (max-width: 1199px) {
  .footer_nav {
    padding-left: 0;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav {
    display: none;
  }
}
.footer_nav a {
  font-size: 1.4rem;
  transition-duration: 0.3s;
}
@media (hover: hover) {
  .footer_nav a:hover {
    opacity: 0.7;
  }
}
.footer_nav .blank {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem 0 3rem;
  width: 18.5rem;
  height: 5rem;
  background: #fff;
  color: #3c5f7f;
  font-weight: bold;
}
.footer_nav .blank img {
  width: 1.4rem;
}

.pagetop {
  position: fixed;
  right: 1.6rem;
  bottom: 1.6rem;
  width: 1.3rem;
  z-index: 22;
}

#top {
  overflow: hidden;
}
#top .mv {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #f9f7f5;
}
@media screen and (max-height: 767px) {
  #top .mv {
    padding-bottom: 3rem;
  }
}
#top .mv_logo {
  width: 27.8rem;
}
@media screen and (max-width: 450px) {
  #top .mv_logo {
    width: 22rem;
  }
}
#top .mv .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 10.5rem;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  color: #4f514c;
  font-size: 1.8rem;
}
@media screen and (max-height: 650px) {
  #top .mv .scroll {
    padding-bottom: 6rem;
  }
}
#top .mv .scroll::after {
  content: "";
  position: absolute;
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100% - 3.5rem);
  width: 1px;
  background: #4f514c;
  animation: mv_scroll 4s ease-in-out infinite;
}
@keyframes mv_scroll {
  0% {
    height: 0;
  }
  50% {
    height: calc(100% - 3.5rem);
  }
  100% {
    height: 0;
  }
}
#top .news {
  padding: 13rem 0;
}
@media screen and (max-width: 767px) {
  #top .news {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .news .row {
    gap: 4rem;
  }
}
#top .news_list {
  margin-top: -3.2rem;
}
#top .news_item {
  padding: 3.2rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
  border-bottom: 1px solid #e2e2e2;
  transition: 0.3s;
}
@media (hover: hover) {
  #top .news_item:hover {
    opacity: 0.7;
  }
}
#top .news_item .date {
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}
#top .news_item .cate {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem 0;
  text-align: center;
  color: #fff;
  width: 9.1rem;
  background: #967053;
  border-radius: 5rem;
  font-size: 1.2rem;
  font-weight: bold;
}
#top .news_item .cate.blue {
  background: #3c5f7f;
}
#top .news_item .new {
  font-size: 1.3rem;
  font-weight: bold;
  color: #c53300;
  width: 3.5rem;
}
#top .news_item h4 {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  #top .news_item h4 {
    flex: none;
    width: 100%;
  }
}
#top .about {
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  #top .about {
    padding: 0 0 7rem 0;
  }
}
@media screen and (max-width: 1500px) {
  #top .about .title h3 {
    font-size: 2.5rem;
  }
}
#top .about_text {
  padding-left: 8rem;
  margin-left: 3rem;
  border-left: 1px solid #e2e2e2;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  line-height: 1.75;
}
@media screen and (max-width: 1199px) {
  #top .about_text {
    margin-left: 0;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 991px) {
  #top .about_text {
    padding-left: 0;
    border-left: 0;
    margin-top: 4rem;
  }
}
#top .business {
  padding: 13rem 0;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  #top .business {
    padding: 7rem 0;
  }
}
#top .business_box {
  margin-top: 8rem;
}
#top .business_box:first-of-type {
  margin-top: 10rem;
}
#top .business_box .row {
  align-items: center;
}
#top .business_image {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  #top .business_image {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
#top .business_title {
  padding-left: 3rem;
  border-left: 5px solid #3c5f7f;
}
#top .business_title h4 {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  #top .business_title h4 {
    font-size: 2.4rem;
  }
}
#top .business_title .en {
  color: #c2c4b0;
  font-size: 1.5rem;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
#top .business_text {
  padding-left: 4rem;
}
@media screen and (max-width: 1199px) {
  #top .business_text {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  #top .business_text {
    padding-left: 0;
    margin-top: 4rem;
  }
}
#top .business_text table {
  width: 100%;
  margin: 5rem 0;
}
@media screen and (max-width: 991px) {
  #top .business_text table {
    margin: 3rem 0;
  }
}
#top .business_text table th {
  border-bottom: #e2e2e2 1px solid;
  padding: 25px 0;
  width: 22.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  #top .business_text table th {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
#top .business_text table td {
  border-bottom: #e2e2e2 1px solid;
  padding: 25px 0;
  width: calc(100% - 22.5rem);
}
@media screen and (max-width: 991px) {
  #top .business_text table td {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  #top .business_text table th, #top .business_text table td {
    width: 100%;
    display: block;
  }
}
#top .business_text .more {
  margin-left: auto;
}
#top .business .other {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem 0;
}
#top .business .other_item {
  width: calc(50% - 6.5rem);
  display: block;
  padding-bottom: 5rem;
  border-bottom: 1px solid #c2c4b0;
}
@media (hover: hover) {
  #top .business .other_item:hover .other_arrow {
    background: #4f514c;
  }
}
@media screen and (max-width: 1199px) {
  #top .business .other_item {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 991px) {
  #top .business .other_item {
    width: 100%;
  }
}
#top .business .other_title {
  display: flex;
  align-items: baseline;
  gap: 2rem;
}
#top .business .other_title h4 {
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (max-width: 1199px) {
  #top .business .other_title h4 {
    font-size: 2.4rem;
  }
}
#top .business .other_title .en {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #c2c4b0;
  letter-spacing: 0.05rem;
}
#top .business .other_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3rem;
  margin-top: 2.4rem;
}
#top .business .other_inner p {
  flex: 1;
  font-weight: bold;
  line-height: 1.75;
}
#top .business .other_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background: #3c5f7f;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  #top .business .other_arrow {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#top .business .other_arrow img {
  width: 2.2rem;
}
@media screen and (max-width: 1199px) {
  #top .business .other_arrow img {
    width: 1.8rem;
  }
}
#top .management {
  padding: 13rem 0;
}
@media screen and (max-width: 767px) {
  #top .management {
    padding: 7rem 0;
  }
}
#top .management .row {
  align-items: center;
}
@media screen and (max-width: 991px) {
  #top .management .row {
    flex-direction: column-reverse;
    gap: 4rem 0;
  }
}
#top .management_text {
  max-width: 47rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #top .management_text {
    max-width: 100%;
  }
}
#top .management_text h4 {
  margin-top: 8rem;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  #top .management_text h4 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .management_text h4 {
    font-size: 2rem;
  }
}
#top .management_text p {
  margin-top: 2.4rem;
  line-height: 1.75;
}
#top .management_text .more {
  margin: 8rem 0 0 auto;
}
@media screen and (max-width: 991px) {
  #top .management_text .more {
    margin-top: 4rem;
  }
}
#top .management_image {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  #top .management_image {
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
}

.subhead {
  margin-top: 10rem;
  padding: 0 3rem;
}
@media screen and (max-width: 574px) {
  .subhead {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 450px) {
  .subhead {
    padding: 0;
  }
}
.subhead_image img {
  height: 19rem;
  object-fit: cover;
}
@media screen and (max-width: 450px) {
  .subhead_image img {
    height: 25rem;
  }
}
.subhead_text .en {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Crimson Text", serif;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
.subhead_text .en::before {
  content: "";
  background: #949494;
  width: 3rem;
  height: 1px;
  display: block;
}
.subhead_text h2 {
  margin-top: 0.8rem;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.5;
}
.subhead_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 6rem;
}
@media screen and (max-width: 574px) {
  .subhead_inner {
    flex-direction: column;
    gap: 3rem;
  }
}
.subhead_inner .anchor {
  flex: 1;
}
.subhead_inner .anchor ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
}
.subhead_inner .anchor ul li {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  .subhead_inner .anchor ul li {
    width: 100%;
  }
}
.subhead_inner .anchor ul li a {
  display: block;
  padding: 1.6rem 3rem 1.6rem 0;
  font-size: 1.4rem;
  border-bottom: #c2c4b0 1px solid;
  transition: 0.3s;
}
@media (hover: hover) {
  .subhead_inner .anchor ul li a:hover {
    opacity: 0.7;
  }
}

#business section {
  padding: 10rem 0;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 574px) {
  #business section {
    padding: 5rem 0;
  }
}
#business .business .container > .row {
  gap: 4rem 0;
}
#business .business .col-xl-8 .row {
  gap: 3rem 0;
}
#business .business_text h5 {
  font-weight: bold;
  font-size: 2rem;
  color: #3c5f7f;
  margin-bottom: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 1500px) {
  #business .business_text h5 {
    font-size: 1.8rem;
  }
}
#business .business_text p {
  line-height: 1.75;
}
#business .business_list {
  margin-top: 6rem;
}
#business .business_list-inner {
  margin-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1.6rem;
}
#business .business_item {
  width: calc(25% - 1.2rem);
}
@media screen and (max-width: 991px) {
  #business .business_item {
    width: calc(33.3333% - 1.1rem);
  }
}
@media screen and (max-width: 574px) {
  #business .business_item {
    width: calc(50% - 0.8rem);
  }
}
#business .business_item-text {
  margin-top: 2rem;
}
#business .business_item-text h5 {
  font-weight: bold;
  font-size: 2rem;
  color: #3c5f7f;
}
@media screen and (max-width: 767px) {
  #business .business_item-text h5 {
    font-size: 1.8rem;
  }
}
#business .business_item-text p {
  margin-top: 1rem;
  font-size: 1.4rem;
}

#company section {
  padding: 10rem 0;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 574px) {
  #company section {
    padding: 5rem 0;
  }
}
#company section .container > .row {
  gap: 4rem 0;
}
#company .message p, #company .philosophy p {
  line-height: 2;
}
#company .message .name, #company .philosophy .name {
  margin-top: 2rem;
  text-align: right;
}
#company .outline table {
  width: 100%;
}
#company .outline table th {
  border-bottom: #e2e2e2 1px solid;
  padding: 25px 0;
  width: 30rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  #company .outline table th {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
#company .outline table td {
  border-bottom: #e2e2e2 1px solid;
  padding: 25px 0;
  width: calc(100% - 30rem);
}
@media screen and (max-width: 767px) {
  #company .outline table td {
    padding-top: 10px;
  }
}
#company .outline table td ul li {
  display: flex;
  gap: 1rem;
  line-height: 1.9;
}
@media screen and (max-width: 991px) {
  #company .outline table th, #company .outline table td {
    width: 100%;
    display: block;
  }
}
#company .access_text {
  line-height: 1.8;
}
#company .access iframe {
  width: 100%;
  height: 50rem;
  margin-top: 2rem;
}
@media screen and (max-width: 574px) {
  #company .access iframe {
    height: 36rem;
  }
}
#company .access_train {
  margin-top: 2rem;
}
#company .access_train .title_h4 {
  margin-bottom: 2rem;
}
#company .access_train p {
  margin-top: 1rem;
}
#company .recruit .col-xl-8 .row {
  align-items: center;
  gap: 3rem 0;
}
#company .recruit_text h4 {
  font-weight: bold;
  font-size: 2rem;
  color: #3c5f7f;
  margin-bottom: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 1500px) {
  #company .recruit_text h4 {
    font-size: 1.8rem;
  }
}
#company .recruit_text {
  line-height: 1.8;
}

#contact {
  overflow: hidden;
}
@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 2rem;
  text-align: justify;
  margin-top: 3rem;
  font-weight: 500;
}
@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 .title_bottom .en {
  font-size: 2rem;
}
#contact .title_bottom h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 574px) {
  #contact .title_bottom h3 {
    font-size: 2.6rem;
  }
}
#contact .tel .container {
  padding: 80px 12px;
}
@media screen and (max-width: 767px) {
  #contact .tel .container {
    padding: 60px 12px;
  }
}
#contact .tel .row {
  margin-top: 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: center;
  height: 100%;
  padding: 2rem 1rem;
  border: 1px solid #222222;
}
#contact .tel .tel_btn {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-family: "Crimson Text", serif;
}
@media screen and (max-width: 574px) {
  #contact .tel .tel_btn {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
#contact .tel .tel_btn i {
  margin-right: 15px;
  font-size: 2.4rem;
}
#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: 7rem 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 .info {
  display: flex;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .info {
    flex-direction: column;
  }
}
#contact .form_wrap form .info .ttl {
  background: #3c5f7f;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 2rem 2rem;
}
#contact .form_wrap form .info_text {
  padding: 2rem 2rem;
  border: 1px solid #3c5f7f;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 4rem;
}
#contact .form_wrap form .info_text h4 {
  font-weight: bold;
  font-size: 2.2rem;
}
#contact .form_wrap form .info_text p {
  flex: 1;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form .info_text p {
    width: 100%;
    flex: none;
  }
}
#contact .form_wrap form table {
  width: 100%;
  margin: 5rem 0;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #3c5f7f 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
  color: #3c5f7f;
}
#contact .form_wrap form table th.top {
  vertical-align: text-top;
}
#contact .form_wrap form table th.top .requied {
  top: 2rem;
  transform: translateY(0);
}
#contact .form_wrap form table th .requied {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th .requied {
    top: calc(50% + 1rem);
  }
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    padding-bottom: 0;
  }
}
#contact .form_wrap form table td {
  padding: 2rem 0.5rem 2rem 4rem;
  border-bottom: #b1a4a4 1px solid;
  width: 70%;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    padding: 1.5rem 0.5rem 2rem 0.5rem;
  }
}
#contact .form_wrap form table td .check_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
#contact .form_wrap form table td .check_wrapper h4 {
  color: #3c5f7f;
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid;
  width: 100%;
}
#contact .form_wrap form table td .check_wrapper .check_box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#contact .form_wrap form table td .check_wrapper .check_box label {
  margin: 0;
}
#contact .form_wrap form table td .check_wrapper .check_box input {
  margin-right: 1rem;
  width: fit-content;
}
#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;
  margin-top: 1rem;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td label input[type=radio] {
    margin-right: 5px;
  }
}
#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%;
  }
  #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;
  }
}
@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 .privacy_ttl {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #3c5f7f;
  margin-bottom: 20px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .privacy_ttl {
    font-size: 20px;
  }
}
#contact .form_wrap form .privacy_policy {
  border: 1px solid #3c5f7f;
  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: #3c5f7f;
  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: #3c5f7f;
  color: #fff;
  font-weight: 500;
  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: #838383;
  color: #fff;
  margin-right: 30px;
  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: #3c5f7f;
  color: #fff;
  position: relative;
  font-weight: 500;
  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;
  }
}

#management {
  overflow: hidden;
}
#management .management {
  padding: 10rem 0;
}
@media screen and (max-width: 574px) {
  #management .management {
    padding: 5rem 0;
  }
}
#management .management_category {
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 10rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(60, 95, 127, 0.8);
  gap: 1rem 3rem;
}
@media screen and (max-width: 991px) {
  #management .management_category {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #management .management_category {
    height: auto;
    padding: 1.6rem;
  }
}
#management .management_category a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  background: #fff;
  color: #3c5f7f;
  border: 1px solid #3c5f7f;
  transition-duration: 0.3s;
}
#management .management_category a.active {
  background: #3c5f7f;
  color: #fff;
}
@media (hover: hover) {
  #management .management_category a:hover {
    background: #3c5f7f;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #management .management_category a {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 574px) {
  #management .management_category a {
    font-size: 1.4rem;
    padding: 0.7rem 1rem;
  }
}
#management .management_list .row {
  gap: 6rem 0;
}
@media screen and (max-width: 767px) {
  #management .management_list .row {
    gap: 2rem;
  }
}
#management .management_item {
  display: block;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(120, 120, 120, 0.1);
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.2s;
}
@media (hover: hover) {
  #management .management_item:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  #management .management_item {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 450px) {
  #management .management_item {
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #c2c4b0;
    padding: 2rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #management .management_image {
    width: 33%;
  }
}
@media screen and (max-width: 450px) {
  #management .management_image {
    width: 20%;
  }
}
#management .management_image img {
  aspect-ratio: 23/30;
  object-fit: cover;
}
#management .management_text {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #management .management_text {
    flex: 1;
    margin-top: 0;
  }
}
#management .management_text h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #3c5f7f;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #3c5f7f;
  line-height: 1.5;
}
#management .management_text .address {
  margin-top: 1rem;
  font-size: 1.4rem;
}
#management .management_text .access {
  margin-top: 1rem;
  font-size: 1.3rem;
}
#management .management .tag {
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
#management .management .tag div {
  border: 1px solid #3c5f7f;
  color: #3c5f7f;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
}
#management .management .paging {
  text-align: center;
  margin-top: 5rem;
}
#management .management .paging span.current, #management .management .paging span.paging-text {
  margin: 0px 2px;
  color: #3c5f7f;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #3c5f7f;
  text-decoration: none;
}
#management .management .paging span.paging-text a {
  padding: 3px 8px;
  display: block;
  transition-duration: 0.3s;
}
@media (hover: hover) {
  #management .management .paging span.paging-text a:hover {
    background: #3c5f7f;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}
#management .management .paging span.current {
  background: #3c5f7f;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
#management .detail {
  padding: 10rem 0;
  overflow: hidden;
}
@media screen and (max-width: 574px) {
  #management .detail {
    padding: 5rem 0;
  }
}
#management .detail .tag {
  display: flex;
  margin-top: 2.4rem;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
#management .detail .tag div {
  border: 1px solid #3c5f7f;
  color: #3c5f7f;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
}
#management .detail .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#management .detail .slider_wrap .thumbnail-img {
  opacity: 0.7;
  width: 100%;
  background: #edeff1;
}
#management .detail .slider_wrap .thumbnail-img img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 23/24;
}
@media (min-width: 575px) {
  #management .detail .slider_wrap .thumbnail.stop .slick-track {
    transform: unset !important;
  }
}
#management .detail .slider_wrap .thumbnail.stop2 .slick-track {
  transform: unset !important;
}
#management .detail .slider_wrap .thumbnail-img.slick-current {
  opacity: 1;
}
#management .detail .slider_wrap .thumbnail {
  margin-top: 1.2rem;
}
#management .detail .slider_wrap .slick-img {
  position: relative;
  width: 100%;
  background: #edeff1;
}
#management .detail .slider_wrap .slick-img img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 23/24;
}
#management .detail_table {
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  #management .detail_table {
    padding: 0;
  }
}
#management .detail_table table {
  width: 100%;
}
#management .detail_table table th {
  border-bottom: #e2e2e2 1px solid;
  padding: 2rem 0;
  width: 20rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  #management .detail_table table th {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
#management .detail_table table td {
  border-bottom: #e2e2e2 1px solid;
  padding: 2rem 0;
  width: calc(100% - 20rem);
}
@media screen and (max-width: 767px) {
  #management .detail_table table td {
    padding-top: 10px;
  }
}
#management .detail_table table td ul li {
  display: flex;
  gap: 1rem;
  line-height: 1.9;
}
@media screen and (max-width: 991px) {
  #management .detail_table table th, #management .detail_table table td {
    width: 100%;
    display: block;
  }
}
#management .detail .map {
  margin-top: 5rem;
}
#management .detail .map iframe {
  width: 100%;
  margin-top: 3rem;
  height: 55rem;
}