<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "AXIS Std UL";
  src: url(../font/AXISSTD-ULTRALIGHT.OTF) format("opentype");
}
@font-face {
  font-family: "AXIS Std EL";
  src: url(../font/AXISSTD-EXTRALIGHT.OTF) format("opentype");
}
@font-face {
  font-family: "AXIS Std L";
  src: url(../font/AXISSTD-LIGHT.OTF) format("opentype");
}
@font-face {
  font-family: "AXIS Std R";
  src: url(../font/AXISSTD-REGULAR.OTF) format("opentype");
}
@font-face {
  font-family: "AXIS Std M";
  src: url(../font/AXISSTD-MEDIUM.OTF) format("opentype");
}
@font-face {
  font-family: "AXIS Std B";
  src: url(../font/AXISSTD-BOLD.OTF) format("opentype");
}
@font-face {
  font-family: "AXIS Std H";
  src: url(../font/AXISSTD-HEAVY.OTF) format("opentype");
}
header {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 99;
}
header #header_desk {
  width: 83.3333333333vw;
  max-width: 1920px;
  margin: 0px auto;
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1536px) {
  header #header_desk {
    height: 80px;
  }
}
@media only screen and (max-width: 1359px) {
  header #header_desk {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 899px) {
  header #header_desk {
    height: 100%;
    width: 100%;
  }
}
header #header_desk #icon_menu {
  display: none;
}
@media only screen and (max-width: 989px) {
  header #header_desk #icon_menu {
    display: inline-block;
    vertical-align: middle;
    color: #3e3a39;
    line-height: 1;
    width: 20px;
    padding: 14px;
    cursor: pointer;
  }
  header #header_desk #icon_menu &gt; span {
    display: block;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
  }
  header #header_desk #icon_menu &gt; span + span {
    margin-top: 0.22em;
  }
}
header.is_front_page {
  width: calc(100% - 20px);
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 900px) {
  header.is_front_page {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  header {
    height: 60px;
    margin: unset;
    width: calc(100% - 40px);
    background-color: white;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1536px) {
  header a:has(#img_header_logo) {
    display: flex;
    height: 100%;
    align-items: center;
  }
  header a:has(#img_header_logo) #img_header_logo {
    height: unset;
    max-height: 80%;
  }
}
header #img_header_logo {
  height: 80px;
}
header nav#div_header_nav {
  position: relative;
}
@media only screen and (max-width: 989px) {
  header nav#div_header_nav {
    display: none;
  }
}
header nav#div_header_nav #div_header_nav_original {
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 1159px) {
  header nav#div_header_nav #div_header_nav_original {
    gap: 20px;
  }
}
header nav#div_header_nav #div_header_nav_original:has(a:hover) a span,
header nav#div_header_nav #div_header_nav_original:has(a:hover) div.extendable span,
header nav#div_header_nav #div_header_nav_original:has(div.extendable:hover) a span,
header nav#div_header_nav #div_header_nav_original:has(div.extendable:hover) div.extendable span {
  color: #bababa;
}
header nav#div_header_nav #div_header_nav_original:has(a:hover) a:hover span,
header nav#div_header_nav #div_header_nav_original:has(a:hover) div.extendable:hover span,
header nav#div_header_nav #div_header_nav_original:has(div.extendable:hover) a:hover span,
header nav#div_header_nav #div_header_nav_original:has(div.extendable:hover) div.extendable:hover span {
  color: #9b3d3d;
}
header nav#div_header_nav a,
header nav#div_header_nav div.extendable {
  display: block;
  cursor: pointer;
  font-family: "AXIS Std R", sans-serif;
  line-height: 2.2;
  letter-spacing: 0.03em;
  transition: all 0.2s;
  position: relative;
}
header nav#div_header_nav a span,
header nav#div_header_nav div.extendable span {
  font-family: "AXIS Std L", sans-serif;
  font-size: 12px;
  height: 12px;
  display: flex;
  color: #c99999;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
}
header nav#div_header_nav a span::before,
header nav#div_header_nav div.extendable span::before {
  content: "";
  display: block;
  border-top: 1px solid #c99999;
  width: 10px;
  height: 0px;
  transition: all 0.2s;
}
header nav#div_header_nav a:hover,
header nav#div_header_nav div.extendable:hover {
  opacity: 1 !important;
}
header nav#div_header_nav a:hover span,
header nav#div_header_nav div.extendable:hover span {
  color: #9b3d3d;
}
header nav#div_header_nav a.extended .div_header_nav_extend,
header nav#div_header_nav div.extendable.extended .div_header_nav_extend {
  height: -moz-fit-content;
  height: fit-content;
}
header nav#div_header_nav a .div_header_nav_extend,
header nav#div_header_nav div.extendable .div_header_nav_extend {
  width: -moz-fit-content;
  width: fit-content;
  height: 0%;
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: 1;
  background-color: white;
  transition: all 0.1s;
  overflow: hidden;
  transform: translateX(-30px);
}
@media only screen and (max-width: 1536px) {
  header nav#div_header_nav a .div_header_nav_extend,
  header nav#div_header_nav div.extendable .div_header_nav_extend {
    top: 60px;
  }
}
header nav#div_header_nav a .div_header_nav_extend &gt; div,
header nav#div_header_nav div.extendable .div_header_nav_extend &gt; div {
  display: grid;
  gap: 30px;
  padding: 30px 30px 30px 30px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
}
header nav#nav_sp {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: white;
  transition: opacity 0.4s;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  overflow-y: scroll;
}
header nav#nav_sp.show {
  opacity: 1;
  pointer-events: inherit;
}
header nav#nav_sp #div_link_gridder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  font-size: 12px;
}
header nav#nav_sp #div_link_gridder a {
  display: block;
  cursor: pointer;
  font-family: "AXIS Std R", sans-serif;
  line-height: 2.2;
  letter-spacing: 0.03em;
  transition: all 0.2s;
  position: relative;
}
header nav#nav_sp #div_link_gridder a span {
  font-family: "AXIS Std R", sans-serif;
  font-size: 8px;
  height: 12px;
  display: flex;
  color: #c99999;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
}
header nav#nav_sp #div_link_gridder a span::before {
  content: "";
  display: block;
  border-top: 1px solid #c99999;
  width: 10px;
  height: 0px;
  transition: all 0.2s;
}
header nav#nav_sp #icon_close {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 4px 8px;
}
header nav#nav_sp #icon_close #span_close {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
header nav#nav_sp #icon_close #span_close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
header nav#nav_sp::-webkit-scrollbar {
  width: 10px;
}
header nav#nav_sp::-webkit-scrollbar-track {
  background: white;
}
header nav#nav_sp::-webkit-scrollbar-thumb {
  background-color: #c99999;
}

@font-face {
  font-family: "AXIS Std UL";
  src: url(../font/AXISSTD-ULTRALIGHT.OTF) format("opentype");
}
@font-face {
  font-family: "AXIS Std EL";
  src: url(../font/AXISSTD-EXTRALIGHT.OTF) format("opentype");
}
@font-face {
  font-family: "AXIS Std L";
  src: url(../font/AXISSTD-LIGHT.OTF) format("opentype");
}
@font-face {
  font-family: "AXIS Std R";
  src: url(../font/AXISSTD-REGULAR.OTF) format("opentype");
}
@font-face {
  font-family: "AXIS Std M";
  src: url(../font/AXISSTD-MEDIUM.OTF) format("opentype");
}
@font-face {
  font-family: "AXIS Std B";
  src: url(../font/AXISSTD-BOLD.OTF) format("opentype");
}
@font-face {
  font-family: "AXIS Std H";
  src: url(../font/AXISSTD-HEAVY.OTF) format("opentype");
}
#main_front {
  display: grid;
  gap: min(200px, 10vw);
  padding-bottom: 100px;
  background-image: url("../image/01_front/front_intro_background.png");
  background-size: contain;
  background-position-y: 0%;
}
#main_front &gt; section {
  width: 100%;
}
#main_front #section_hero {
  height: 100vh;
  background-color: white;
}
#main_front #section_hero #div_hero_desk {
  width: 83.3333333333vw;
  max-width: 1920px;
  height: calc(100% - 60px);
  padding: 30px 0px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 15% auto;
}
@media only screen and (max-width: 1619px) {
  #main_front #section_hero #div_hero_desk {
    grid-template-columns: 200px auto;
  }
}
@media only screen and (max-width: 899px) {
  #main_front #section_hero #div_hero_desk {
    grid-template-columns: 1fr;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
#main_front #section_hero #div_hero_desk #div_hero_left {
  display: grid;
  grid-template-rows: 15% auto;
  position: relative;
}
@media only screen and (max-width: 899px) {
  #main_front #section_hero #div_hero_desk #div_hero_left {
    display: none;
  }
}
#main_front #section_hero #div_hero_desk #div_hero_left #img_header_logo {
  width: 76%;
  margin: 10px 0px;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav {
  display: grid;
  grid-template-rows: calc(100% - 40px) 40px;
  align-content: space-between;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top #div_hero_nav_original {
  display: grid;
  gap: 30px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-height: 1079px) {
  #main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top #div_hero_nav_original {
    gap: 1.2vh;
  }
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top #div_hero_nav_original:has(a:hover) a,
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top #div_extend div:has(a:hover) a,
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top #div_hero_nav_original:has(a.active) a {
  opacity: 0.5;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top a {
  display: block;
  cursor: pointer;
  font-family: "AXIS Std R", sans-serif;
  line-height: 2.2;
  letter-spacing: 0.03em;
  transition: all 0.2s;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top a span {
  font-family: "AXIS Std L", sans-serif;
  font-size: 12px;
  height: 20px;
  display: flex;
  color: #c99999;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top a span::before {
  content: "";
  display: block;
  border-top: 1px solid #c99999;
  width: 10px;
  height: 0px;
  transition: all 0.2s;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top a:hover, #main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top a.active {
  opacity: 1 !important;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top a:hover span, #main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top a.active span {
  gap: 0px;
  color: #9b3d3d;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top a:hover span::before, #main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top a.active span::before {
  width: 0px;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top #div_hero_nav_extend {
  width: 0%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 1;
  background-color: white;
  transition: all 0.1s;
  overflow: hidden;
  transform: translateY(-60px);
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top #div_hero_nav_extend.extended {
  width: 100%;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top #div_hero_nav_extend &gt; div {
  display: grid;
  gap: 30px;
  padding: 30px 30px 30px 0px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top #div_hero_nav_extend &gt; div a {
  display: none;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top #div_hero_nav_extend &gt; div a.display {
  display: block;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top #div_hero_nav_extend &gt; div a span::before {
  display: none;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .bot {
  display: flex;
  gap: 20px;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .bot a {
  display: block;
  height: 30px;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_slider {
  height: 100%;
  position: relative;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_slider #div_hero_slides {
  height: 100%;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_slider #div_hero_slides .div_hero_slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  transition: opacity 2s;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_slider #div_hero_slides .div_hero_slide:not(.active) {
  opacity: 0;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_slider #div_hero_slides .div_hero_slide .div_hero_slide_caption {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
  position: absolute;
  bottom: 40px;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 5px black;
  letter-spacing: 1px;
  line-height: 24px;
}
@media only screen and (max-height: 1079px) {
  #main_front #section_hero #div_hero_desk #div_hero_right #div_hero_slider #div_hero_slides .div_hero_slide .div_hero_slide_caption {
    font-size: 14px;
    line-height: 20px;
  }
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_slider #div_hero_slider_timeline {
  width: 100%;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  justify-content: center;
}
@media only screen and (max-width: 899px) {
  #main_front #section_hero #div_hero_desk #div_hero_right #div_hero_slider #div_hero_slider_timeline {
    width: calc(100% - 60px);
    left: 30px;
  }
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_slider #div_hero_slider_timeline .timebar_base {
  background-color: rgba(255, 255, 255, 0.5019607843);
  width: 100px;
  height: 5px;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_slider #div_hero_slider_timeline .timebar_base &gt; .timebar_loaded {
  width: 0%;
  height: 100%;
  background-color: white;
}
@media only screen and (max-width: 899px) {
  #main_front #section_intro {
    display: none;
  }
}
#main_front #section_intro #div_intro_desk {
  width: 83.3333333333vw;
  max-width: 1920px;
  display: grid;
  gap: 30px;
  grid-template-columns: min(37.5%, 600px) auto;
  align-items: start;
  margin: 0px auto;
}
#main_front #section_intro #div_intro_desk #div_intro_left {
  display: grid;
  gap: 20px;
}
#main_front #section_intro #div_intro_desk #div_intro_left img {
  display: block;
  width: 100%;
}
#main_front #section_intro #div_intro_desk #div_intro_right {
  height: 100%;
  display: grid;
  grid-template-rows: 34% 33% 33%;
  position: relative;
}
#main_front #section_intro #div_intro_desk #div_intro_right #div_intro_over {
  position: absolute;
  width: 100%;
  height: 90%;
  opacity: 0;
}
#main_front #section_intro #div_intro_desk #div_intro_right #div_intro_over .h_chapter_title_vl {
  margin: 0px 17% 0px auto;
  position: sticky;
  top: 100px;
}
@media only screen and (max-height: 1079px) {
  #main_front #section_intro #div_intro_desk #div_intro_right #div_intro_over .h_chapter_title_vl {
    margin: 0px 5% 0px auto;
  }
}
#main_front #section_intro #div_intro_desk #div_intro_right #div_intro_top .div_sticky {
  margin-top: calc((100vh - 554px) / 2);
  margin-bottom: 100px;
  position: sticky;
  top: calc((100vh - 554px) / 2);
  opacity: 0;
}
#main_front #section_intro #div_intro_desk #div_intro_right #div_intro_top .div_sticky #h_catchcopy {
  font-family: "kinuta-maruminyoshino-stdn", serif;
  font-style: normal;
  font-weight: 500;
  writing-mode: vertical-rl;
  font-size: 42px;
  letter-spacing: 0.1em;
  line-height: 62px;
  margin: 0px auto;
}
@media only screen and (max-height: 1079px) {
  #main_front #section_intro #div_intro_desk #div_intro_right #div_intro_top .div_sticky #h_catchcopy {
    font-size: 33px;
    line-height: 48px;
  }
}
@media only screen and (max-height: 1079px) {
  #main_front #section_intro #div_intro_desk #div_intro_right #div_intro_top .div_sticky {
    top: 100px;
  }
}
#main_front #section_intro #div_intro_desk #div_intro_right #div_intro_middle .div_sticky {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
#main_front #section_intro #div_intro_desk #div_intro_right #div_intro_bottom .div_sticky {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
#main_front #section_intro #div_intro_desk #div_intro_right .div_p {
  max-width: 500px;
  margin: 0px auto;
  display: grid;
  gap: 10px;
}
#main_front #section_intro_sp {
  display: none;
}
@media only screen and (max-width: 899px) {
  #main_front #section_intro_sp {
    display: block;
    overflow: hidden;
    margin-bottom: 80px;
  }
  #main_front #section_intro_sp h1.h_chapter_title_vl {
    margin: 0px auto 80px auto;
  }
  #main_front #section_intro_sp #h_catchcopy {
    font-family: "kinuta-maruminyoshino-stdn", serif;
    font-style: normal;
    font-weight: 500;
  }
  #main_front #section_intro_sp #div_p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 80px auto;
    padding: 30px;
    display: grid;
    gap: 30px;
  }
  #main_front #section_intro_sp #div_intro_sp_slider .frame {
    overflow: hidden;
  }
  #main_front #section_intro_sp #div_intro_sp_slider .frame .film {
    display: flex;
  }
  #main_front #section_intro_sp #div_intro_sp_slider .frame .film &gt; div {
    display: flex;
  }
  #main_front #section_intro_sp #div_intro_sp_slider .frame .film &gt; div.slider1 {
    animation: intro_sp_slider1 200s -100s linear infinite;
  }
  #main_front #section_intro_sp #div_intro_sp_slider .frame .film &gt; div.slider2 {
    animation: intro_sp_slider2 200s linear infinite;
  }
  #main_front #section_intro_sp #div_intro_sp_slider .frame .film &gt; div img {
    max-height: 20vh;
    display: block;
    margin: 0px 10px;
  }
  @keyframes intro_sp_slider1 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes intro_sp_slider2 {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-200%);
    }
  }
}
#main_front #section_features #div_features_desk {
  width: 83.3333333333vw;
  max-width: 1920px;
  margin: 0px auto;
}
@media only screen and (max-width: 899px) {
  #main_front #section_features #div_features_desk {
    width: 100%;
  }
}
#main_front #section_features #div_features_desk .h_chapter_title_vl {
  margin: 0px auto 80px auto;
}
@media only screen and (max-width: 899px) {
  #main_front #section_features #div_features_desk .h_chapter_title_vl {
    margin: 0px auto 30px auto;
  }
}
#main_front #section_features #div_features_desk #div_features_gridder {
  display: grid;
  gap: 80px 20px;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
@media only screen and (max-width: 1163px) {
  #main_front #section_features #div_features_desk #div_features_gridder {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0px auto;
    padding: 0px 20px;
  }
}
#main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .head {
  color: #c99999;
  margin-bottom: 20px;
}
#main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .head::after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 1px solid #c99999;
  margin-top: 10px;
  margin-bottom: 10px;
}
#main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .slider {
  margin-bottom: 20px;
}
#main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .slider .slides {
  min-height: 325px;
  aspect-ratio: 520/325;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  #main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .slider .slides {
    min-height: unset;
  }
}
#main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .slider .slides &gt; .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 2s;
}
#main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .slider .slides &gt; .slide:not(.active) {
  opacity: 0;
}
#main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .slider .timeline {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  justify-content: center;
  margin: 10px 0px;
}
#main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .slider .timeline .timebar_base {
  background-color: rgba(201, 153, 153, 0.5019607843);
  width: 100%;
  height: 5px;
}
#main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .slider .timeline .timebar_base &gt; .timebar_loaded {
  width: 0%;
  height: 100%;
  background-color: #c99999;
}
#main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .title {
  font-family: "kinuta-maruminyoshino-stdn", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-bottom: 20px;
}
#main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .title span {
  font-size: 22px;
  line-height: 1.8181818182;
}
@media only screen and (max-height: 1079px) {
  #main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .title {
    font-size: 25px;
  }
  #main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .title span {
    font-size: 18px;
  }
}
#main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .description {
  line-height: 32px;
  min-height: 140px;
}
@media only screen and (max-width: 1919px) {
  #main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .description br {
    display: none;
  }
}
@media only screen and (max-width: 1163px) {
  #main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .description {
    min-height: unset;
  }
}
@media only screen and (max-height: 1079px) {
  #main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .description {
    line-height: 28px;
    min-height: 100px;
  }
  #main_front #section_features #div_features_desk #div_features_gridder .div_features_griddy .description br {
    display: none;
  }
}
#main_front #section_facilities {
  overflow: hidden;
}
#main_front #section_facilities #div_facilities_coverbg {
  background-image: url("../image/01_front/front_facilities_background.png");
  background-size: cover;
  background-position-x: center;
  background-position-y: 0px;
  background-repeat: no-repeat;
  min-height: 400px;
  aspect-ratio: 1920/400;
}
@media only screen and (max-width: 1919px) {
  #main_front #section_facilities #div_facilities_coverbg {
    min-height: 20vh;
  }
}
#main_front #section_facilities #div_facilities_desk {
  width: 83.3333333333vw;
  max-width: 1920px;
  margin: 200px auto;
}
#main_front #section_facilities #div_facilities_desk .h_chapter_title_vl {
  margin: 0px 17% 0px auto;
}
@media only screen and (max-width: 1400px) {
  #main_front #section_facilities #div_facilities_desk .h_chapter_title_vl {
    margin: 0px auto 50px auto;
  }
}
#main_front #section_facilities #div_facilities_desk .content {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
  display: grid;
  gap: 20px;
}
#main_front #section_facilities #div_facilities_slider .frame {
  overflow: hidden;
}
#main_front #section_facilities #div_facilities_slider .frame .film {
  display: flex;
}
#main_front #section_facilities #div_facilities_slider .frame .film &gt; div {
  display: flex;
}
#main_front #section_facilities #div_facilities_slider .frame .film &gt; div.slider1 {
  animation: facilities_slider1 200s -100s linear infinite;
}
#main_front #section_facilities #div_facilities_slider .frame .film &gt; div.slider2 {
  animation: facilities_slider2 200s linear infinite;
}
#main_front #section_facilities #div_facilities_slider .frame .film &gt; div img {
  width: 20vw;
  display: block;
  margin: 0px 10px;
}
@media only screen and (max-width: 1365px) {
  #main_front #section_facilities #div_facilities_slider .frame .film &gt; div img {
    width: unset;
    max-height: 20vh;
  }
}
@keyframes facilities_slider1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes facilities_slider2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
#main_front #section_news #div_news_desk {
  width: 83.3333333333vw;
  max-width: 1920px;
  margin: 0px auto;
}
#main_front #section_news #div_news_desk .h_chapter_title_vl {
  margin: 0px auto 80px auto;
}
@media only screen and (max-width: 899px) {
  #main_front #section_news #div_news_desk .h_chapter_title_vl {
    margin: 0px auto 30px auto;
  }
}
#main_front #section_news #div_news_desk #div_news_gridder {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  width: 100%;
  margin: 0px auto;
}
@media only screen and (max-width: 1299px) {
  #main_front #section_news #div_news_desk #div_news_gridder {
    max-width: 660px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 899px) {
  #main_front #section_news #div_news_desk #div_news_gridder {
    max-width: unset;
    width: 100%;
    grid-template-columns: 1fr;
  }
}
#main_front #section_news #div_news_desk #div_news_gridder .div_news_griddy {
  cursor: pointer;
}
#main_front #section_news #div_news_desk #div_news_gridder .div_news_griddy:hover .thumbnail {
  background-size: 103%;
}
#main_front #section_news #div_news_desk #div_news_gridder .div_news_griddy .thumbnail {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  transition: background-size 0.5s;
}
#main_front #section_news #div_news_desk #div_news_gridder .div_news_griddy .thumbnail .category {
  font-family: "AXIS Std M", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #9b3d3d;
  color: white;
  padding: 0px 30px 0px 30px;
}
@media only screen and (max-height: 1079px) {
  #main_front #section_news #div_news_desk #div_news_gridder .div_news_griddy .thumbnail .category {
    transform: scale(0.8);
    transform-origin: left top;
  }
}
#main_front #section_news #div_news_desk #div_news_gridder .div_news_griddy .info {
  background-color: #eeeae5;
  padding: 20px;
}
#main_front #section_news #div_news_desk #div_news_gridder .div_news_griddy .title {
  font-family: "AXIS Std R", sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  #main_front #section_news #div_news_desk #div_news_gridder .div_news_griddy .title {
    font-size: 15px;
  }
}
#main_front #section_news #div_news_desk #div_news_gridder .div_news_griddy .content {
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  #main_front #section_news #div_news_desk #div_news_gridder .div_news_griddy .content {
    font-size: 12px;
    line-height: 24px;
  }
}
#main_front #section_news #div_news_desk #div_news_gridder .div_news_griddy .end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#main_front #section_news #div_news_desk #div_news_gridder .div_news_griddy .end .date {
  font-size: 12px;
  color: grey;
}
#main_front #section_news #div_news_desk #div_news_button {
  margin-top: 50px;
}
#main_front #section_news #div_news_desk #div_news_button .a_arrow_button {
  margin: 0px auto;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#main_about {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_about {
    padding: 100px 0px 80px 0px;
  }
}
#main_about .div_page_head_cover {
  background-image: url("../image/02_about/about_pagehead_cover.png");
  background-position-y: 50%;
}
#main_about section .div_about_desk {
  width: 83.3333333333vw;
  max-width: 1920px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 15% auto;
}
#main_about section .div_about_desk .div_section_content {
  padding-top: 80px;
}
@media only screen and (max-width: 899px) {
  #main_about section .div_about_desk {
    width: 100%;
    grid-template-columns: 1fr;
  }
  #main_about section .div_about_desk .div_section_content {
    padding: 20px 30px;
  }
  #main_about section .div_about_desk .h_chapter_title_vl {
    margin: 30px auto;
  }
}
#main_about #section_concept .div_section_content #h1_concept_copy {
  font-family: "kinuta-maruminyoshino-stdn", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 35px;
  margin: 20px 0px 40px 0px;
}
#main_about #section_concept .div_section_content .div_p {
  max-width: max(60%, 800px);
  display: grid;
  gap: 20px;
}
@media only screen and (max-width: 899px) {
  #main_about #section_concept .div_section_content .div_p {
    max-width: unset;
  }
}
#main_about #section_concept .div_section_content #div_concept_telling {
  max-width: max(60%, 800px);
}
#main_about #section_concept .div_section_content #div_concept_telling #div_concept_telling_slider {
  margin: 40px 0px 30px 0px;
}
#main_about #section_concept .div_section_content #div_concept_telling #div_concept_telling_slider .slides {
  position: relative;
  height: 220px;
}
@media only screen and (max-width: 1029px) {
  #main_about #section_concept .div_section_content #div_concept_telling #div_concept_telling_slider .slides {
    height: 250px;
  }
}
#main_about #section_concept .div_section_content #div_concept_telling #div_concept_telling_slider .slides .slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 250px auto;
  gap: 30px;
  align-items: start;
  opacity: 0;
  transition: opacity 1.2s;
}
#main_about #section_concept .div_section_content #div_concept_telling #div_concept_telling_slider .slides .slide.active {
  opacity: 1;
}
#main_about #section_concept .div_section_content #div_concept_telling #div_concept_telling_slider #div_about_concept_telling_slider_timeline {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(4, 100px);
  gap: 10px;
  justify-content: center;
  margin: -50px auto 0px 280px;
}
@media only screen and (max-width: 1029px) {
  #main_about #section_concept .div_section_content #div_concept_telling #div_concept_telling_slider #div_about_concept_telling_slider_timeline {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
  }
}
#main_about #section_concept .div_section_content #div_concept_telling #div_concept_telling_slider #div_about_concept_telling_slider_timeline .timebar_base {
  background-color: rgba(201, 153, 153, 0.5019607843);
  width: 100%;
  height: 5px;
}
#main_about #section_concept .div_section_content #div_concept_telling #div_concept_telling_slider #div_about_concept_telling_slider_timeline .timebar_base &gt; .timebar_loaded {
  width: 0%;
  height: 100%;
  background-color: #c99999;
}
@media only screen and (max-width: 899px) {
  #main_about #section_concept .div_section_content #div_concept_telling {
    max-width: unset;
  }
  #main_about #section_concept .div_section_content #div_concept_telling #div_concept_telling_slider .slides {
    height: 410px;
  }
  #main_about #section_concept .div_section_content #div_concept_telling #div_concept_telling_slider .slides .slide {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #main_about #section_concept .div_section_content #div_concept_telling #div_concept_telling_slider #div_about_concept_telling_slider_timeline {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 899px) {
  #main_about #section_message .div_section_content {
    padding: 0px;
  }
}
#main_about #section_message .div_section_content #div_message {
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px 25% 40px 100px;
  background-color: #faf5f5;
  position: relative;
}
#main_about #section_message .div_section_content #div_message h1 {
  margin: 40px auto;
  writing-mode: vertical-rl;
  font-family: "kinuta-maruminyoshino-stdn", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.1em;
}
#main_about #section_message .div_section_content #div_message .div_p {
  display: grid;
  gap: 20px;
}
#main_about #section_message .div_section_content #div_message .div_p p.p_name {
  margin-top: 30px;
}
#main_about #section_message .div_section_content #div_message .div_p p .name {
  font-family: "kinuta-maruminyoshino-stdn", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 2.5;
}
#main_about #section_message .div_section_content #div_message #img_president {
  position: absolute;
  right: -200px;
  top: 80px;
}
@media only screen and (max-width: 1537px) {
  #main_about #section_message .div_section_content #div_message {
    width: 50vw;
    padding: 40px 9vw 40px 4vw;
  }
  #main_about #section_message .div_section_content #div_message #img_president {
    width: 18vw;
    top: calc(100% - 15vw);
    left: calc(100% - 9vw);
    right: unset;
  }
}
@media only screen and (max-width: 899px) {
  #main_about #section_message .div_section_content #div_message {
    width: unset;
    padding: 20px;
  }
  #main_about #section_message .div_section_content #div_message p:not(.p_name) br {
    display: none;
  }
  #main_about #section_message .div_section_content #div_message #img_president {
    position: initial;
    width: 100%;
  }
}
#main_about #section_outline .div_section_content #div_outline_table {
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid #bababa;
}
#main_about #section_outline .div_section_content #div_outline_table .row {
  display: grid;
  grid-template-columns: 200px 600px;
  padding: 10px 20px;
  border-bottom: 1px solid #bababa;
}
@media only screen and (max-width: 899px) {
  #main_about #section_outline .div_section_content #div_outline_table .row {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1000px) {
  #main_about #section_outline .div_section_content #div_outline_table {
    width: 100%;
  }
  #main_about #section_outline .div_section_content #div_outline_table .row {
    grid-template-columns: 20% auto;
  }
}

#main_activities {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_activities {
    padding: 100px 0px 80px 0px;
  }
}
#main_activities .div_page_head_cover {
  background-image: url("../image/03_activities/activities_pagehead_cover.png");
  background-position-y: 30%;
}
#main_activities #section_02 #div_pdf_download {
  padding: 20px 40px;
  background-color: #faf5f5;
  display: grid;
  gap: 20px;
  position: relative;
  margin: 40px 0px 40px 0px;
}
@media only screen and (max-width: 899px) {
  #main_activities #section_02 #div_pdf_download {
    justify-items: center;
  }
}
#main_activities #section_02 #div_pdf_download &gt; div {
  font-size: 18px;
  font-family: "AXIS Std M", sans-serif;
}
#main_activities #section_02 #div_pdf_download #img_timetable {
  position: absolute;
  right: 3%;
  top: -40px;
  width: 30%;
  max-width: 200px;
}
@media only screen and (max-width: 899px) {
  #main_activities #section_02 #div_pdf_download #img_timetable {
    grid-row-start: 1;
    width: 100%;
    position: static;
    display: block;
  }
}

#main_rehabilitation {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_rehabilitation {
    padding: 100px 0px 80px 0px;
  }
}
#main_rehabilitation .div_page_head_cover {
  background-image: url("../image/04_rehabilitation/rehabilitation_pagehead_cover.png");
  background-position-y: 30%;
}
#main_rehabilitation .div_section_gridder {
  gap: 140px;
  padding: 0px 0px 60px 0px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  #main_rehabilitation .div_section_gridder {
    gap: 80px;
    padding: 0px;
  }
}

#main_qol {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_qol {
    padding: 100px 0px 80px 0px;
  }
}
#main_qol .div_page_head_cover {
  background-image: url("../image/05_quality-of-life/qol_pagehead_cover.png");
  background-position-y: 30%;
}
#main_qol .div_scrollnav_content .div_title_content_set {
  margin-bottom: 90px;
}
#main_qol .div_scrollnav_content .div_section_gridder {
  gap: 140px;
  padding: 0px 0px 60px 0px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  #main_qol .div_scrollnav_content .div_section_gridder {
    gap: 80px;
    margin-bottom: 0px;
  }
}
#main_qol .div_scrollnav_content .div_section_gridder #section_01_04 #div_care_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  gap: 10px 0px;
  margin-top: 20px;
  border-top: 1px solid #eeeae5;
  padding-top: 10px;
  font-family: "AXIS Std R", sans-serif;
}
#main_qol .div_scrollnav_content .div_section_gridder #section_01_04 #div_care_list &gt; div {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #eeeae5;
  padding-bottom: 10px;
}
#main_qol .div_scrollnav_content .div_section_gridder #section_01_04 #div_care_list &gt; div::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #9b3d3d;
  border-radius: 50%;
}
@media only screen and (max-width: 899px) {
  #main_qol .div_scrollnav_content .div_section_gridder #section_01_04 #div_care_list {
    grid-template-columns: 1fr 1fr;
  }
  #main_qol .div_scrollnav_content .div_section_gridder #section_01_04 #div_care_list &gt; div {
    gap: 10px;
  }
}

#main_nursing {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_nursing {
    padding: 100px 0px 80px 0px;
  }
}
#main_nursing .div_page_head_cover {
  background-image: url("../image/06_nursing-home/nursing_pagehead_cover.png");
  background-position-y: 30%;
}
#main_nursing .div_scrollnav_content section .h_chapter_title_hz {
  margin: 0px;
}
#main_nursing .div_scrollnav_content #section_02 #div_daily_schedule {
  max-width: 1000px;
}
#main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline {
  display: flex;
  justify-content: space-around;
  height: 38px;
  font-size: 14px;
  position: relative;
  margin-bottom: 70px;
}
@media only screen and (max-width: 899px) {
  #main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline {
    margin-bottom: 20px;
    padding-bottom: 40px;
    font-size: 8px;
    width: 100%;
    overflow-x: scroll;
  }
}
#main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline &gt; div {
  color: #bababa;
  position: relative;
  display: grid;
  grid-template-rows: 30px 10px;
  justify-items: center;
  transition: color 0.2s;
  cursor: pointer;
}
#main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline &gt; div::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bababa;
  position: relative;
  bottom: 0px;
  transition: background-color 0.2s;
}
#main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline &gt; div.active, #main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline &gt; div:hover {
  color: #9b3d3d;
}
#main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline &gt; div.active::after, #main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline &gt; div:hover::after {
  background-color: #9b3d3d;
}
#main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #bababa;
  position: absolute;
  top: calc(100% - 5px);
  left: 0px;
}
@media only screen and (max-width: 899px) {
  #main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline::before {
    bottom: unset;
    top: 35px;
  }
}
#main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_content {
  display: grid;
  grid-template-columns: 45% auto;
  gap: 50px;
  align-items: center;
}
#main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_content .img img {
  width: 100%;
}
#main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_content .img img:not(.active) {
  display: none;
}
#main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_content .content &gt; div:not(.active) {
  display: none;
}
#main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_content .content &gt; div .time {
  font-family: "AXIS Std R", sans-serif;
  line-height: 36px;
}
#main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_content .content &gt; div .description::before {
  content: "";
  display: block;
  width: 40px;
  border-bottom: 1px solid #c99999;
  margin: 20px 0px;
}
@media only screen and (max-width: 899px) {
  #main_nursing .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_content {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
#main_nursing .div_scrollnav_content #section_03 h1 {
  margin-bottom: 20px;
}
#main_nursing .div_scrollnav_content #section_03 .div_title_content_set {
  grid-template-columns: 400px auto;
  gap: 60px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 899px) {
  #main_nursing .div_scrollnav_content #section_03 .div_title_content_set {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#main_nursing .div_scrollnav_content #section_03 .div_title_content_set h3 {
  font-family: "AXIS Std R", sans-serif;
  font-size: 16px;
  padding-right: 30px;
  width: calc(100% - 30px);
}
#main_nursing .div_scrollnav_content #section_03 .div_title_content_set h3 span {
  font-family: "AXIS Std B", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: white;
  text-align: center;
  display: inline-block;
  width: 88px;
  background-color: #9b3d3d;
  margin-right: 20px;
}
#main_nursing .div_scrollnav_content #section_04 #div_fee {
  padding: 50px 80px;
  background-color: #faf5f5;
}
#main_nursing .div_scrollnav_content #section_04 #div_fee .div_title_content_set .title {
  font-family: "AXIS Std R", sans-serif;
}

#main_shortstay {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_shortstay {
    padding: 100px 0px 80px 0px;
  }
}
#main_shortstay .div_page_head_cover {
  background-image: url("../image/07_shortstay/shortstay_pagehead_cover.png");
  background-position-y: 60%;
}
#main_shortstay .div_scrollnav_content section .h_chapter_title_hz {
  margin: 0px;
}
#main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule {
  max-width: 1000px;
}
#main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline {
  display: flex;
  justify-content: space-around;
  height: 38px;
  font-size: 14px;
  position: relative;
  margin-bottom: 70px;
}
@media only screen and (max-width: 899px) {
  #main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline {
    margin-bottom: 20px;
    padding-bottom: 40px;
    font-size: 8px;
    width: 100%;
    overflow-x: scroll;
  }
}
#main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline &gt; div {
  color: #bababa;
  position: relative;
  display: grid;
  grid-template-rows: 30px 10px;
  justify-items: center;
  transition: color 0.2s;
  cursor: pointer;
}
#main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline &gt; div::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bababa;
  position: relative;
  bottom: 0px;
  transition: background-color 0.2s;
}
#main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline &gt; div.active, #main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline &gt; div:hover {
  color: #9b3d3d;
}
#main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline &gt; div.active::after, #main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline &gt; div:hover::after {
  background-color: #9b3d3d;
}
#main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #bababa;
  position: absolute;
  top: calc(100% - 5px);
  left: 0px;
}
@media only screen and (max-width: 899px) {
  #main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_timeline::before {
    bottom: unset;
    top: 35px;
  }
}
#main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_content {
  display: grid;
  grid-template-columns: 45% auto;
  gap: 50px;
  align-items: center;
}
#main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_content .img img {
  width: 100%;
}
#main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_content .img img:not(.active) {
  display: none;
}
#main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_content .content &gt; div:not(.active) {
  display: none;
}
#main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_content .content &gt; div .time {
  font-family: "AXIS Std R", sans-serif;
  line-height: 36px;
}
#main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_content .content &gt; div .description::before {
  content: "";
  display: block;
  width: 40px;
  border-bottom: 1px solid #c99999;
  margin: 20px 0px;
}
@media only screen and (max-width: 899px) {
  #main_shortstay .div_scrollnav_content #section_02 #div_daily_schedule #div_daily_content {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
#main_shortstay .div_scrollnav_content #section_03 h1 {
  margin-bottom: 20px;
}
#main_shortstay .div_scrollnav_content #section_03 .div_title_content_set {
  grid-template-columns: 400px auto;
  gap: 60px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 899px) {
  #main_shortstay .div_scrollnav_content #section_03 .div_title_content_set {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#main_shortstay .div_scrollnav_content #section_03 .div_title_content_set h3 {
  font-family: "AXIS Std R", sans-serif;
  font-size: 16px;
  padding-right: 30px;
  width: calc(100% - 30px);
}
#main_shortstay .div_scrollnav_content #section_03 .div_title_content_set h3 span {
  font-family: "AXIS Std B", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: white;
  text-align: center;
  display: inline-block;
  width: 88px;
  background-color: #9b3d3d;
  margin-right: 20px;
}
#main_shortstay .div_scrollnav_content #section_04 #div_fee {
  padding: 50px 80px;
  background-color: #faf5f5;
}
#main_shortstay .div_scrollnav_content #section_04 #div_fee .div_title_content_set .title {
  font-family: "AXIS Std R", sans-serif;
}

#main_facility {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_facility {
    padding: 100px 0px 80px 0px;
  }
}
#main_facility .div_page_head_cover {
  background-image: url("../image/08_facilities/facility_pagehead_cover.png");
  background-position-y: 50%;
}
#main_facility .div_scrollnav_content section .h_chapter_title_hz {
  margin: 0px;
}
#main_facility .div_scrollnav_content #section_01 #div_floormap {
  max-width: 1200px;
  display: grid;
  gap: 80px;
}
#main_facility .div_scrollnav_content #section_01 #div_floormap img {
  width: 100%;
}
#main_facility .div_scrollnav_content #section_01 #div_floormap img:first-child {
  padding-bottom: 80px;
  border-bottom: 1px solid #bababa;
}

#main_contact {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_contact {
    padding: 100px 0px 80px 0px;
  }
}
#main_contact .div_page_head_cover {
  background-image: url("../image/00_common/common_pagehead_cover.png");
  background-position-y: 50%;
}
#main_contact .div_section_gridder {
  gap: 80px;
}
#main_contact .div_page_desk.narrow {
  max-width: 800px;
}
#main_contact .div_page_desk.narrow p.p_tel {
  font-family: "AXIS Std M", sans-serif;
  color: #9b3d3d;
  font-size: 24px;
}
#main_contact #section_02 #div_attention {
  font-size: 14px;
  margin-bottom: 40px;
}
#main_contact #section_02 span.red {
  color: #9b3d3d;
}
#main_contact .formTable {
  width: 100%;
}
#main_contact .formTable tbody {
  display: grid;
  gap: 20px;
  width: 100%;
}
#main_contact .formTable tbody tr {
  display: grid;
  grid-template-columns: 200px auto;
  text-align: left;
}
#main_contact .formTable tbody tr th {
  font-family: "AXIS Std M", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
#main_contact .formTable tbody tr th span {
  font-size: 12px;
  color: #9b3d3d;
  margin-left: 10px;
}
#main_contact .formTable tbody tr td {
  display: flex;
}
#main_contact .formTable tbody tr td::before {
  content: "";
  display: block;
  border-left: 1px solid #c99999;
  height: 40px;
  margin-right: 40px;
}
#main_contact .formTable tbody tr td .wpcf7-form-control-wrap {
  width: 100%;
}
#main_contact .formTable tbody tr td .wpcf7-radio {
  display: grid;
  gap: 10px;
}
#main_contact .formTable tbody tr td input.wpcf7-form-control.wpcf7-text,
#main_contact .formTable tbody tr td textarea.wpcf7-form-control.wpcf7-textarea {
  font-family: "AXIS Std L", sans-serif;
  background-color: #f6f6f6;
  outline: none;
  border: none;
  font-size: 16px;
  padding: 10px;
  width: calc(100% - 20px);
}
#main_contact input.wpcf7-form-control.wpcf7-submit {
  border: 0px;
  padding: 10px 40px;
  font-size: 16px;
  background-color: #9b3d3d;
  border: 1px #9b3d3d solid;
  color: white;
  display: block;
  margin: 0px auto;
  transition: all 0.2s;
  cursor: pointer;
}
#main_contact input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #faf5f5;
  color: #9b3d3d;
}

#main_privacy {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_privacy {
    padding: 100px 0px 80px 0px;
  }
}
#main_privacy .div_page_head_cover {
  background-image: url("../image/00_common/common_pagehead_cover.png");
  background-position-y: 50%;
}
#main_privacy .div_section_gridder {
  gap: 80px;
}
#main_privacy .div_page_desk.narrow {
  max-width: 800px;
}
#main_privacy #section_01 {
  display: grid;
  gap: 20px;
}
#main_privacy #section_01 h3 {
  color: #9b3d3d;
}

#main_single {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_single {
    padding: 100px 0px 80px 0px;
  }
}
#main_single .div_page_head_cover {
  background-image: url("../image/00_common/common_pagehead_cover.png");
  background-position-y: 50%;
}
#main_single .div_page_desk.narrow {
  max-width: 800px;
}

#main_newslist {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_newslist {
    padding: 100px 0px 80px 0px;
  }
}
#main_newslist .div_page_head_cover {
  background-image: url("../image/00_common/common_pagehead_cover.png");
  background-position-y: 50%;
}
#main_newslist #div_category_select {
  display: flex;
  justify-content: center;
  gap: 80px;
  color: #9b3d3d;
  margin-bottom: 80px;
}
@media only screen and (max-width: 719px) {
  #main_newslist #div_category_select {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 10px;
  }
}
#main_newslist #div_news_desk {
  width: 83.3333333333vw;
  max-width: 1920px;
  margin: 0px auto;
  display: grid;
  gap: 80px;
}
#main_newslist #div_news_desk .h_chapter_title_vl {
  margin: 0px auto;
}
#main_newslist #div_news_desk #div_news_gridder {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  width: 100%;
  margin: 0px auto;
}
@media only screen and (max-width: 1299px) {
  #main_newslist #div_news_desk #div_news_gridder {
    max-width: unset;
    width: 100%;
    grid-template-columns: 1fr;
  }
}
#main_newslist #div_news_desk #div_news_gridder .div_news_griddy {
  cursor: pointer;
}
#main_newslist #div_news_desk #div_news_gridder .div_news_griddy:hover .thumbnail {
  background-size: 103%;
}
#main_newslist #div_news_desk #div_news_gridder .div_news_griddy .thumbnail {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  transition: background-size 0.5s;
}
#main_newslist #div_news_desk #div_news_gridder .div_news_griddy .thumbnail .category {
  font-family: "AXIS Std M", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #9b3d3d;
  color: white;
  padding: 0px 30px 0px 30px;
}
@media only screen and (max-height: 1079px) {
  #main_newslist #div_news_desk #div_news_gridder .div_news_griddy .thumbnail .category {
    transform: scale(0.8);
    transform-origin: left top;
  }
}
#main_newslist #div_news_desk #div_news_gridder .div_news_griddy .info {
  background-color: #eeeae5;
  padding: 20px;
}
#main_newslist #div_news_desk #div_news_gridder .div_news_griddy .title {
  font-family: "AXIS Std R", sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  #main_newslist #div_news_desk #div_news_gridder .div_news_griddy .title {
    font-size: 15px;
  }
}
#main_newslist #div_news_desk #div_news_gridder .div_news_griddy .content {
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  #main_newslist #div_news_desk #div_news_gridder .div_news_griddy .content {
    font-size: 12px;
    line-height: 24px;
  }
}
#main_newslist #div_news_desk #div_news_gridder .div_news_griddy .end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#main_newslist #div_news_desk #div_news_gridder .div_news_griddy .end .date {
  font-size: 12px;
  color: grey;
}
#main_newslist #div_news_desk #div_news_button .a_arrow_button {
  margin: 0px auto;
}
#main_newslist .prevnext {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
#main_newslist .prevnext .wp-pagenavi a,
#main_newslist .prevnext .wp-pagenavi span {
  color: #9b3d3d;
  border: none;
}
#main_newslist .prevnext span.pages {
  display: none;
}

footer #section_access {
  padding: 80px 0px;
  background-color: #eeeae5;
}
footer #section_access .h_chapter_title_vl {
  margin: 0px auto 80px auto;
}
@media only screen and (max-width: 899px) {
  footer #section_access .h_chapter_title_vl {
    margin: 0px auto 50px auto;
  }
}
footer #section_access #div_access_desk {
  width: 83.3333333333vw;
  max-width: 1920px;
  margin: 0px auto;
  display: grid;
  gap: 80px;
}
footer #section_access #div_access_desk p {
  text-align: center;
}
footer #section_access #div_access_desk #div_map_iframe {
  border: 1px solid #bababa;
}
footer #section_access #div_access_desk #div_map_iframe iframe {
  display: block;
}
footer #section_contact {
  padding: 80px 0px;
  background-color: white;
}
footer #section_contact .h_chapter_title_vl {
  margin: 0px auto 80px auto;
}
@media only screen and (max-width: 899px) {
  footer #section_contact .h_chapter_title_vl {
    margin: 0px auto 50px auto;
  }
}
footer #section_contact #div_contact_desk {
  width: 83.3333333333vw;
  max-width: 1920px;
  margin: 0px auto;
  display: grid;
  gap: 80px;
}
footer #section_contact #div_contact_desk .div_p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
  display: grid;
  gap: 20px;
}
footer #section_contact #div_contact_desk #div_contact_ok_gridder {
  display: grid;
  gap: 10px;
}
footer #section_contact #div_contact_desk #div_contact_ok_gridder &gt; div {
  display: grid;
  grid-template-columns: 50px auto;
  gap: 20px;
  align-items: center;
}
footer #section_contact #div_contact_desk #div_contact_ok_gridder &gt; div img {
  display: block;
  width: 100%;
}
footer #section_contact #div_contact_desk #div_contact_links {
  display: flex;
  gap: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 899px) {
  footer #section_contact #div_contact_desk #div_contact_links {
    flex-direction: column;
    gap: 20px;
  }
}
footer #section_sitemap {
  background-color: #3e3a39;
  color: white;
  padding: 80px 0px;
}
footer #section_sitemap #div_sitemap_desk {
  max-width: 1000px;
  margin: 0px auto;
  display: grid;
  gap: 80px;
}
footer #section_sitemap #div_sitemap_desk #img_footer_logo {
  width: 11vw;
  max-width: 240px;
  min-width: 140px;
  display: block;
  margin: 0px auto 0px auto;
}
footer #section_sitemap #div_sitemap_desk #div_sitemap_gridder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  gap: 40px 20px;
  font-size: 14px;
  padding: 0px 30px;
}
footer #section_sitemap #div_sitemap_desk #div_sitemap_gridder .div_griddy .h_content_title_hz {
  font-weight: bold;
}
footer #section_sitemap #div_sitemap_desk #div_sitemap_gridder .div_griddy .h_content_title_hz::after {
  margin: 10px 0px;
  border-color: white;
}
footer #section_sitemap #div_sitemap_desk #div_sitemap_gridder .div_griddy ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer #section_sitemap #div_sitemap_desk #div_recruit_banners {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 20px;
}
footer #section_sitemap #div_sitemap_desk #div_recruit_banners a {
  display: block;
  padding: 0px 30px;
}
footer #section_sitemap #div_sitemap_desk #div_recruit_banners a img {
  width: 100%;
  display: block;
}
footer #div_footer_copyright {
  color: white;
  background-color: #9b3d3d;
  text-align: center;
  font-size: 12px;
}

body {
  font-family: "AXIS Std L", sans-serif;
  cursor: default;
  overflow-x: hidden;
}
@media only screen and (max-width: 1536px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
}

p a {
  color: #9b3d3d;
}

::-moz-selection {
  background-color: rgba(201, 153, 153, 0.4705882353);
}

::selection {
  background-color: rgba(201, 153, 153, 0.4705882353);
}

::-moz-selection {
  background-color: rgba(201, 153, 153, 0.4705882353);
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: white;
}

body::-webkit-scrollbar-thumb {
  background-color: #c99999;
}

main {
  transition: filter 0.2s;
}

.h_chapter_title_vl {
  font-family: "kinuta-maruminyoshino-stdn", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  line-height: 1.6;
  margin: 0px 10px;
}
@media only screen and (max-width: 1366px) {
  .h_chapter_title_vl {
    font-size: 24px;
  }
}
.h_chapter_title_vl.center {
  padding-left: 22.39px;
}
@media only screen and (max-width: 899px) {
  .h_chapter_title_vl.center {
    padding-left: unset;
  }
}
.h_chapter_title_vl span {
  font-family: "AXIS Std L", sans-serif;
  display: flex;
  color: #c99999;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: normal;
}
.h_chapter_title_vl span::after {
  content: "";
  display: block;
  border-left: 1px solid #c99999;
  width: 3px;
  height: 40px;
}

.h_chapter_title_hz {
  font-family: "kinuta-maruminyoshino-stdn", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0px 0px 50px 0px;
}
@media only screen and (max-width: 899px) {
  .h_chapter_title_hz {
    font-size: 24px;
  }
}
.h_chapter_title_hz span {
  font-family: "AXIS Std L", sans-serif;
  display: flex;
  color: #c99999;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: normal;
}
.h_chapter_title_hz span::after {
  content: "";
  display: block;
  border-bottom: 1px solid #c99999;
  width: 40px;
  height: 3px;
}

.h_content_title_hz.small {
  font-size: 18px;
}
.h_content_title_hz.medium {
  font-size: 24px;
}
.h_content_title_hz.large {
  font-size: 30px;
}
.h_content_title_hz.red {
  color: #9b3d3d;
}
.h_content_title_hz.axis {
  font-family: "AXIS Std M", sans-serif;
}
.h_content_title_hz.kinuta {
  font-family: "kinuta-maruminyoshino-stdn", serif;
  font-style: normal;
  font-weight: 500;
}
.h_content_title_hz::after {
  content: "";
  display: block;
  border-bottom: 1px solid #c99999;
  width: 40px;
  height: 3px;
  margin: 20px 0px 0px 0px;
}

.a_arrow_button {
  font-family: "AXIS Std R", sans-serif;
  color: #9b3d3d;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  position: relative;
}
.a_arrow_button::before {
  content: "";
  display: block;
  width: 0%;
  border-bottom: 1px solid #c99999;
  position: absolute;
  bottom: 0px;
  transition: all 0.5s;
}
.a_arrow_button::after {
  content: "";
  background-image: url(../image/00_common/asset_button_arrow.svg);
  display: inline-block;
  margin-left: 20px;
  width: 20px;
  height: 20px;
}
.a_arrow_button:hover::before {
  width: calc(100% - 40px);
}

.div_page_head .div_page_head_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 0%;
  min-height: 400px;
  aspect-ratio: 1920/400;
}
@media only screen and (max-width: 1919px) {
  .div_page_head .div_page_head_cover {
    min-height: 40vh;
    aspect-ratio: unset;
  }
}

.div_page_desk {
  width: 83.3333333333vw;
  max-width: 1920px;
  margin: 0px auto;
}
.div_page_desk .div_page_breadcrumb {
  font-size: 12px;
  color: grey;
  line-height: 50px;
}

.div_section_gridder {
  display: grid;
  gap: 200px;
  padding: 100px 0px;
}
@media only screen and (max-width: 899px) {
  .div_section_gridder {
    gap: 80px;
    padding: 0px;
  }
}

.div_scrollnav_layouter {
  width: 83.3333333333vw;
  max-width: 1920px;
  margin: 40px auto 0px auto;
  display: grid;
  grid-template-columns: 13% auto;
  gap: 20px;
}
@media only screen and (max-width: 1149px) {
  .div_scrollnav_layouter {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 899px) {
  .div_scrollnav_layouter {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1149px) {
  .div_scrollnav_layouter .div_scrollnav_nav {
    display: none;
  }
}
.div_scrollnav_layouter .div_scrollnav_nav &gt; div {
  position: sticky;
  top: 130px;
  font-size: 14px;
  display: grid;
  gap: 40px;
}
.div_scrollnav_layouter .div_scrollnav_nav &gt; div::before {
  content: "";
  display: block;
  border-right: 1px solid #bababa;
  height: calc(100% - 32px);
  position: absolute;
  left: 4.5px;
  top: 16px;
  z-index: -1;
}
.div_scrollnav_layouter .div_scrollnav_nav &gt; div &gt; div {
  display: grid;
  grid-template-columns: 10px auto;
  gap: 20px;
  align-items: center;
  color: #bababa;
  transition: color 0.2s;
  cursor: pointer;
}
.div_scrollnav_layouter .div_scrollnav_nav &gt; div &gt; div:hover, .div_scrollnav_layouter .div_scrollnav_nav &gt; div &gt; div.active {
  color: #9b3d3d;
}
.div_scrollnav_layouter .div_scrollnav_nav &gt; div &gt; div:hover::before, .div_scrollnav_layouter .div_scrollnav_nav &gt; div &gt; div.active::before {
  background-color: #9b3d3d;
}
.div_scrollnav_layouter .div_scrollnav_nav &gt; div &gt; div::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bababa;
  transition: background-color 0.2s;
}
.div_scrollnav_layouter .div_scrollnav_content .div_section_gridder {
  padding: 0px 0px 100px 0px;
  display: grid;
  gap: 80px;
}
.div_scrollnav_layouter .div_scrollnav_content .div_section_gridder section {
  display: grid;
  gap: 40px;
}
.div_scrollnav_layouter .div_scrollnav_content .div_section_gridder section.short_gap {
  gap: 10px;
}
@media only screen and (max-width: 899px) {
  .div_scrollnav_layouter .div_scrollnav_content .div_section_gridder section {
    gap: 20px;
  }
}

.h_number {
  font-family: "kinuta-maruminyoshino-stdn", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #9b3d3d;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0px;
}
@media only screen and (max-width: 899px) {
  .h_number {
    font-size: 18px;
    gap: 10px;
  }
}
.h_number span {
  display: inline-block;
  text-align: center;
  border: 1px solid #c99999;
  width: 60px;
  height: 60px;
  font-family: "AXIS Std B", sans-serif;
  line-height: 60px;
}
.h_number span.no_number {
  background-color: #c99999;
  width: 18px;
  height: 18px;
  margin: 21px;
}
@media only screen and (max-width: 899px) {
  .h_number span {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.h_number.rows {
  align-items: flex-start;
  line-height: 1.8;
}
@media only screen and (max-width: 899px) {
  .h_number.rows br {
    display: none;
  }
}
.h_number.axid {
  font-family: "AXIS Std R", sans-serif;
}
.h_number.small {
  font-size: 18px;
}
.h_number.medium {
  font-size: 24px;
}
.h_number.large {
  font-size: 30px;
}

.div_gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
  max-width: 1200px;
}
.div_gallery img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 899px) {
  .div_gallery {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.div_title_content_set {
  display: grid;
  grid-template-columns: auto auto;
  gap: 80px;
  justify-content: start;
}
@media only screen and (max-width: 899px) {
  .div_title_content_set {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.div_title_content_set h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px;
  color: #9b3d3d;
  font-family: "AXIS Std R", sans-serif;
  letter-spacing: 0.05em;
  line-height: 36px;
}
.div_title_content_set &gt; *:first-child {
  position: relative;
  padding-right: 80px;
}
@media only screen and (max-width: 899px) {
  .div_title_content_set &gt; *:first-child {
    padding-right: unset;
    margin-bottom: 0px;
  }
}
.div_title_content_set &gt; *:first-child::after {
  content: "";
  display: block;
  border-right: 1px solid #c99999;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
}
@media only screen and (max-width: 899px) {
  .div_title_content_set &gt; *:first-child::after {
    display: none;
  }
}
.div_title_content_set &gt; div {
  display: grid;
  gap: 20px;
}
.div_title_content_set.eng_stagger &gt; *:first-child::after {
  top: 29px;
}
.div_title_content_set.eng_stagger &gt; *:nth-child(2) {
  margin-top: 29px;
}

.div_img_content_set {
  width: 75%;
  display: grid;
  grid-template-columns: 66.6666666667% auto;
  background-color: #faf5f5;
}
.div_img_content_set.sub_img {
  margin-bottom: 200px;
}
.div_img_content_set .content {
  padding: 60px 20px 60px 90px;
}
.div_img_content_set .content p::before {
  content: "";
  display: block;
  width: 40px;
  border-bottom: 1px solid #c99999;
  margin: 0px 0px 40px 0px;
}
.div_img_content_set .img {
  height: 390px;
}
.div_img_content_set .img img:not(.sub) {
  display: block;
  height: 100%;
  transform: translateY(60px);
}
.div_img_content_set .img img.sub {
  display: block;
  width: 80%;
  margin: 20px auto;
  transform: translateY(60px);
}
@media only screen and (max-width: 899px) {
  .div_img_content_set {
    grid-template-columns: 1fr;
    background-color: unset;
    width: 100%;
    gap: 20px;
  }
  .div_img_content_set.sub_img {
    margin-bottom: unset;
  }
  .div_img_content_set .content {
    padding: 0px;
  }
  .div_img_content_set .content p br {
    display: none;
  }
  .div_img_content_set .content p::before {
    display: none;
  }
  .div_img_content_set .img {
    height: unset;
    width: 100%;
  }
  .div_img_content_set .img img:not(.sub) {
    width: 100%;
    height: unset;
    display: block;
    transform: none;
  }
  .div_img_content_set .img img.sub {
    width: 100%;
    margin: 0px auto;
    transform: none;
  }
}

.ol_points {
  margin: 0px;
  padding: 0px;
}
.ol_points li {
  list-style: none;
}
.ol_points li span {
  display: inline-block;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  background-color: #c99999;
  font-size: 15px;
}

.div_content_set {
  background-color: #faf5f5;
  padding: 60px 80px 60px 80px;
}
.div_content_set .p_deco::before {
  content: "";
  display: block;
  width: 40px;
  border-bottom: 1px solid #c99999;
  margin: 0px 0px 40px 0px;
}
@media only screen and (max-width: 899px) {
  .div_content_set {
    padding: 20px;
  }
  .div_content_set .p_deco br {
    display: none;
  }
  .div_content_set .p_deco::before {
    display: none;
  }
}/*# sourceMappingURL=master.css.map */</pre></body></html>