@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: 1259pxpx) {
  header #header_desk {
    height: 100%;
    width: 100%;
  }
}
header #header_desk #icon_menu {
  display: none;
}
@media only screen and (max-width: 1259px) {
  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 > span {
    display: block;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
  }
  header #header_desk #icon_menu > 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: 1259pxpx) {
  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 #img_header_logo_white {
  display: none;
}
header nav#div_header_nav {
  position: relative;
}
@media only screen and (max-width: 1259px) {
  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 a,
header nav#div_header_nav div.extendable {
  color: #3e3a39;
  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;
  align-items: center;
  gap: 10px;
  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: #e27f3b;
}
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 > div,
header nav#div_header_nav div.extendable .div_header_nav_extend > 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;
  color: #3e3a39;
}
header nav#nav_sp #div_link_gridder a span {
  font-family: "AXIS Std R", sans-serif;
  font-size: 8px;
  height: 12px;
  display: flex;
  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 #3e3a39;
  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;
}
header.is_cafe {
  background-color: transparent;
  position: absolute;
}
@media only screen and (max-width: 1259px) {
  header.is_cafe #header_desk #icon_menu {
    color: white;
  }
}
header.is_cafe #img_header_logo {
  display: none;
}
header.is_cafe #img_header_logo_white {
  display: block;
}
header.is_cafe #div_header_nav a {
  color: white;
}
header.is_cafe #div_header_nav a span {
  color: white;
}
header.is_cafe #div_header_nav div.extendable {
  color: white;
}
header.is_cafe #div_header_nav div.extendable span {
  color: white;
}
header.is_cafe #div_header_nav .div_header_nav_extend {
  background-color: transparent !important;
}
header.is_cafe #div_header_nav #div_header_nav_original:has(a:hover) a span,
header.is_cafe #div_header_nav #div_header_nav_original:has(a:hover) div.extendable span,
header.is_cafe #div_header_nav #div_header_nav_original:has(div.extendable:hover) a span,
header.is_cafe #div_header_nav #div_header_nav_original:has(div.extendable:hover) div.extendable span {
  color: white;
}

@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;
}
#main_front > section {
  width: 100%;
}
#main_front #section_hero {
  background-color: white;
}
#main_front #section_hero #div_hero_desk {
  width: 100%;
  max-width: 1920px;
  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: 300px auto;
  }
}
@media only screen and (max-width: 1259px) {
  #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;
  max-height: calc(100vh - 60px);
  padding: 30px 0px;
  position: sticky;
  top: 0px;
  z-index: 99;
}
@media only screen and (max-width: 1979px) {
  #main_front #section_hero #div_hero_desk #div_hero_left {
    padding-left: 60px;
    gap: 20px;
  }
}
@media only screen and (max-width: 1259px) {
  #main_front #section_hero #div_hero_desk #div_hero_left {
    display: none;
    padding-left: 0px;
  }
}
#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 {
  color: #3e3a39;
  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;
  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 #3e3a39;
  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;
}
#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 > 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 > div a {
  display: none;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top #div_hero_nav_extend > div a.display {
  display: block;
}
#main_front #section_hero #div_hero_desk #div_hero_left #div_hero_nav .top #div_hero_nav_extend > 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_room {
  width: 100%;
  height: 500vh;
  position: relative;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame {
  position: sticky;
  top: 0px;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_image_slice {
  position: absolute;
  width: calc((100% - 180px) / 2);
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_image_slice.left {
  top: 100%;
  left: 0px;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_image_slice.left#div_hero_image_slice_1 {
  top: 0%;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_image_slice.right {
  top: -100%;
  right: 0px;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_image_slice.right#div_hero_image_slice_2 {
  top: 0%;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_image_slice .div_hero_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: scaleAnimation 10s infinite alternate ease-in-out;
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_image_slice .div_hero_white {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_image_slice .div_hero_white img {
  display: block;
  width: 280px;
  max-width: 60%;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_image_slice .div_hero_white#div_hero_white_1, #main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_image_slice .div_hero_white#div_hero_white_2 {
  opacity: 1;
}
@media only screen and (max-width: 1259px) {
  #main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_image_slice {
    width: calc((100% - 100px) / 2);
  }
  #main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_image_slice .div_hero_white img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 879px) {
  #main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_image_slice {
    height: 50vh;
    transform: translateY(50%);
  }
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_black {
  width: calc((100% - 180px) / 2);
  height: 100%;
  display: flex;
  position: absolute;
  top: 0px;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_black img {
  display: block;
  width: 280px;
  max-width: 60%;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_black.left {
  left: 0px;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_black.left#div_hero_black_1 {
  opacity: 1;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_black.right {
  right: 0px;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_black.right#div_hero_black_2 {
  opacity: 1;
}
@media only screen and (max-width: 1259px) {
  #main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_black {
    width: calc((100% - 100px) / 2);
  }
  #main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_black img {
    max-width: 50%;
  }
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_text {
  width: 100%;
  height: 100%;
  font-size: 24px;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
#main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_text#div_hero_text_1 {
  opacity: 1;
}
@media only screen and (max-width: 1259px) {
  #main_front #section_hero #div_hero_desk #div_hero_right #div_hero_room #div_hero_frame .div_hero_text {
    font-size: 16px;
    line-height: 1.375;
  }
}
#main_front #section_hero #div_hero_desk #div_hero_right .scroll-hint {
  width: 100%;
  position: sticky;
  bottom: 20px;
  left: 0px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  animation: fadeInOut 2s infinite, float 2s infinite ease-in-out;
  pointer-events: none;
}
#main_front #section_hero #div_hero_desk #div_hero_right .scroll-hint span {
  font-size: 0.8em;
  color: #555;
}
#main_front #section_hero #div_hero_desk #div_hero_right .scroll-hint::before {
  /* Using a pseudo-element for the arrow */
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #555;
  /* Arrow color */
  margin-bottom: 5px;
}
@keyframes fadeInOut {
  0%, 80%, 100% {
    opacity: 0;
  }
  20%, 60% {
    opacity: 1;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
#main_front #section_about #div_about_desk {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: auto calc((85% - 360px) / 2);
}
@media only screen and (max-width: 899px) {
  #main_front #section_about #div_about_desk {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
  }
}
#main_front #section_about #div_about_desk .left #div_about_text {
  position: sticky;
  top: 100px;
  margin-left: 15%;
}
@media only screen and (max-height: 879px) {
  #main_front #section_about #div_about_desk .left #div_about_text {
    top: 40px;
  }
}
@media only screen and (max-width: 899px) {
  #main_front #section_about #div_about_desk .left #div_about_text {
    position: static;
    top: unset;
    margin-left: unset;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px auto;
    padding: 0px 20px;
  }
}
#main_front #section_about #div_about_desk .left #div_about_text #h1_catchcopy {
  font-family: "AXIS Std R", sans-serif;
  font-size: 38px;
  letter-spacing: 0.2em;
  line-height: 1.5263157895;
  margin: 40px auto;
  font-weight: 500;
}
@media only screen and (max-height: 879px) {
  #main_front #section_about #div_about_desk .left #div_about_text #h1_catchcopy {
    font-size: 28px;
    line-height: 1.7142857143;
    margin: 20px auto;
  }
}
#main_front #section_about #div_about_desk .left #div_about_text .div_p {
  display: grid;
  gap: 40px;
}
@media only screen and (max-height: 879px) {
  #main_front #section_about #div_about_desk .left #div_about_text .div_p {
    gap: 20px;
  }
}
#main_front #section_about #div_about_desk .left .button {
  margin-left: 0px;
}
#main_front #section_about #div_about_desk .right img {
  display: block;
  width: 100%;
}
#main_front #section_about #div_about_desk .right img.m {
  display: none;
}
@media only screen and (max-width: 899px) {
  #main_front #section_about #div_about_desk .right img {
    display: none;
  }
  #main_front #section_about #div_about_desk .right img.m {
    display: block;
  }
}
#main_front #section_compare_intro {
  text-align: center;
}
#main_front #section_compare_intro .div_dayservice_desk {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
#main_front #section_compare_intro .div_dayservice_desk #div_compare_intro .top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 899px) {
  #main_front #section_compare_intro .div_dayservice_desk #div_compare_intro .top {
    grid-template-columns: 1fr;
    padding: 0px 20px;
  }
}
#main_front #section_compare_intro .div_dayservice_desk #div_compare_intro .top .cover {
  aspect-ratio: 780/581;
  display: grid;
  align-content: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#main_front #section_compare_intro .div_dayservice_desk #div_compare_intro .top .cover .text {
  font-family: "AXIS Std H", sans-serif;
  font-size: 38px;
  line-height: 1.7894736842;
  letter-spacing: 0.03em;
  color: white;
  text-shadow: 1px 1px 10px #3f3f3f;
}
@media only screen and (max-width: 1259px) {
  #main_front #section_compare_intro .div_dayservice_desk #div_compare_intro .top .cover {
    aspect-ratio: unset;
    height: 330px;
  }
  #main_front #section_compare_intro .div_dayservice_desk #div_compare_intro .top .cover .text {
    font-size: 26px;
    line-height: 2.6153846154;
    letter-spacing: 0.03em;
  }
}
#main_front #section_compare_intro .div_dayservice_desk #div_compare_intro .top .info {
  display: grid;
  justify-content: center;
  justify-items: center;
  padding: 30px 0px;
  border: 1px solid #f2f2f2;
}
#main_front #section_compare_intro .div_dayservice_desk #div_compare_intro .top .info .button {
  margin-top: 40px;
}
#main_front #section_facilities {
  overflow: hidden;
  text-align: center;
}
#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;
}
@media only screen and (max-width: 899px) {
  #main_front #section_facilities #div_facilities_desk {
    margin: 50px auto;
  }
}
#main_front #section_facilities #div_facilities_desk .h_chapter_title_hz {
  text-align: center;
}
#main_front #section_facilities #div_facilities_desk .h_chapter_title_hz span {
  justify-content: center;
}
#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 > div {
  display: flex;
}
#main_front #section_facilities #div_facilities_slider .frame .film > div.slider1 {
  animation: facilities_slider1 200s -100s linear infinite;
}
#main_front #section_facilities #div_facilities_slider .frame .film > div.slider2 {
  animation: facilities_slider2 200s linear infinite;
}
#main_front #section_facilities #div_facilities_slider .frame .film > 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 > 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_hz {
  text-align: center;
}
#main_front #section_news #div_news_desk .h_chapter_title_hz span {
  justify-content: center;
}
#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: 1259px) {
  #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;
  color: #3e3a39;
}
#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: #3e3a39;
  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 .h_chapter_title_hz {
  text-align: center;
}
#main_about .div_page_head .h_chapter_title_hz span {
  justify-content: center;
}
#main_about .div_page_head .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: 100%;
  max-width: 1600px;
  margin: 0px auto;
}
@media only screen and (max-width: 899px) {
  #main_about section .div_about_desk {
    padding: 0px 20px;
    width: unset;
    max-width: unset;
  }
}
#main_about #section_concept .h_chapter_title_hz {
  text-align: center;
}
#main_about #section_concept .h_chapter_title_hz span {
  justify-content: center;
}
#main_about #section_concept #img_about_concept_title {
  display: block;
  margin: 0px auto;
}
#main_about #section_concept #h1_concept_copy {
  font-size: 38px;
  letter-spacing: 0.2em;
  line-height: 1.5263157895;
  font-weight: 500;
  margin: 20px 0px 40px 0px;
  text-align: center;
}
@media only screen and (max-width: 1259px) {
  #main_about #section_concept #h1_concept_copy {
    font-size: 24px;
    line-height: 1.4166666667;
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 679px) {
  #main_about #section_concept #h1_concept_copy {
    text-align: left;
    letter-spacing: normal;
  }
  #main_about #section_concept #h1_concept_copy br {
    display: none;
  }
}
#main_about #section_concept .div_p {
  display: grid;
  gap: 20px;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  #main_about #section_concept .div_p {
    max-width: unset;
    text-align: left;
  }
  #main_about #section_concept .div_p br {
    display: none;
  }
}
#main_about #section_concept #div_concept_telling {
  max-width: max(60%, 800px);
  margin: 50px auto 0px auto;
  border-top: 1px solid #eeeae5;
}
#main_about #section_concept #div_concept_telling #div_concept_telling_slider {
  margin: 40px 0px 30px 0px;
}
#main_about #section_concept #div_concept_telling #div_concept_telling_slider .slides {
  position: relative;
  height: 220px;
}
@media only screen and (max-width: 1029px) {
  #main_about #section_concept #div_concept_telling #div_concept_telling_slider .slides {
    height: 250px;
  }
}
#main_about #section_concept #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;
  justify-items: center;
  gap: 30px;
  align-items: start;
  opacity: 0;
  transition: opacity 1.2s;
}
#main_about #section_concept #div_concept_telling #div_concept_telling_slider .slides .slide.active {
  opacity: 1;
}
#main_about #section_concept #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_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_concept_telling #div_concept_telling_slider #div_about_concept_telling_slider_timeline .timebar_base {
  background-color: #eeeae5;
  width: 100%;
  height: 5px;
}
#main_about #section_concept #div_concept_telling #div_concept_telling_slider #div_about_concept_telling_slider_timeline .timebar_base > .timebar_loaded {
  width: 0%;
  height: 100%;
  background-color: #3e3a39;
}
@media only screen and (max-width: 899px) {
  #main_about #section_concept #div_concept_telling {
    max-width: unset;
  }
  #main_about #section_concept #div_concept_telling #div_concept_telling_slider .slides {
    height: 410px;
  }
  #main_about #section_concept #div_concept_telling #div_concept_telling_slider .slides .slide {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #main_about #section_concept #div_concept_telling #div_concept_telling_slider #div_about_concept_telling_slider_timeline {
    margin: 20px auto;
  }
}
#main_about #section_message {
  background-color: #fffae8;
  padding: 50px 0px;
}
@media only screen and (max-width: 899px) {
  #main_about #section_message {
    padding: 0px;
  }
}
#main_about #section_message .div_about_desk {
  max-width: 1250px;
}
#main_about #section_message .div_about_desk #div_message {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1179px) {
  #main_about #section_message .div_about_desk #div_message {
    flex-direction: column;
  }
}
#main_about #section_message .div_about_desk #div_message #h1_message_catch {
  font-family: "AXIS Std R", sans-serif;
  font-size: 38px;
  letter-spacing: 0.2em;
  line-height: 1.5263157895;
  margin: 40px auto;
  font-weight: 500;
}
@media only screen and (max-width: 1259px) {
  #main_about #section_message .div_about_desk #div_message #h1_message_catch {
    font-size: 24px;
    line-height: 1.4166666667;
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 679px) {
  #main_about #section_message .div_about_desk #div_message #h1_message_catch {
    text-align: left;
    letter-spacing: normal;
  }
  #main_about #section_message .div_about_desk #div_message #h1_message_catch br {
    display: none;
  }
}
#main_about #section_message .div_about_desk #div_message .div_p {
  display: grid;
  gap: 20px;
}
#main_about #section_message .div_about_desk #div_message .div_p p.p_name {
  margin-top: 30px;
}
#main_about #section_message .div_about_desk #div_message .div_p p .name {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 2.5;
}
#main_about #section_message .div_about_desk #div_message #img_president {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1537px) {
  #main_about #section_message .div_about_desk #div_message {
    padding: unset;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px auto;
  }
  #main_about #section_message .div_about_desk #div_message #img_president {
    position: static;
    max-width: max(20vw, 300px);
    margin: 20px auto 0px auto;
  }
}
@media only screen and (max-width: 899px) {
  #main_about #section_message .div_about_desk #div_message {
    width: unset;
    padding: 20px;
  }
  #main_about #section_message .div_about_desk #div_message p:not(.p_name) br {
    display: none;
  }
  #main_about #section_message .div_about_desk #div_message #img_president {
    position: initial;
    width: 100%;
  }
}
#main_about #section_outline .h_chapter_title_hz {
  text-align: center;
}
#main_about #section_outline .h_chapter_title_hz span {
  justify-content: center;
}
#main_about #section_outline #div_outline_table {
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid #bababa;
  margin: 0px auto;
}
#main_about #section_outline #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_outline_table .row {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1000px) {
  #main_about #section_outline #div_outline_table {
    width: 100%;
  }
  #main_about #section_outline #div_outline_table .row {
    grid-template-columns: 20% auto;
  }
}

#main_dayservice {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_dayservice {
    padding: 100px 0px 80px 0px;
  }
}
#main_dayservice .div_page_head .h_chapter_title_hz {
  text-align: center;
}
#main_dayservice .div_page_head .h_chapter_title_hz span {
  justify-content: center;
}
#main_dayservice .div_section_gridder {
  gap: 250px;
}
@media only screen and (max-width: 1639px) {
  #main_dayservice .div_section_gridder {
    gap: 100px;
  }
}
#main_dayservice .corner_r {
  position: relative;
}
#main_dayservice .corner_r::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../image/03_dayservice/corner_r.svg);
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0px;
  left: 0px;
}
#main_dayservice .corner_g {
  position: relative;
}
#main_dayservice .corner_g::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../image/03_dayservice/corner_g.svg);
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0px;
  right: 0px;
}
#main_dayservice .red {
  color: #e4007f;
}
#main_dayservice .green {
  color: #158f75;
}
#main_dayservice .div_title {
  font-family: "AXIS Std B", sans-serif;
  font-size: 22px;
}
#main_dayservice .div_title .eng {
  font-family: "AXIS Std L", sans-serif;
  font-size: 14px;
}
#main_dayservice section .div_dayservice_desk {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
@media only screen and (max-width: 899px) {
  #main_dayservice section .div_dayservice_desk {
    padding: 0px 20px;
    width: unset;
    max-width: unset;
  }
}
#main_dayservice section:not(.dev) {
  display: none;
}
#main_dayservice #section_intro {
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1259px) {
  #main_dayservice #section_intro {
    text-align: left;
  }
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_intro {
    margin-bottom: 0px;
  }
}
#main_dayservice #section_intro h1 {
  font-size: 38px;
  letter-spacing: 0.2em;
  line-height: 1.5263157895;
}
@media only screen and (max-width: 1259px) {
  #main_dayservice #section_intro h1 {
    font-size: 24px;
    line-height: 1.4166666667;
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 679px) {
  #main_dayservice #section_intro h1 {
    text-align: left;
    letter-spacing: normal;
  }
  #main_dayservice #section_intro h1 br {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_intro p {
    text-align: left;
  }
  #main_dayservice #section_intro p br {
    display: none;
  }
}
#main_dayservice #section_compare_intro {
  font-family: "AXIS Std M", sans-serif;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_compare_intro {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media only screen and (max-width: 1639px) {
  #main_dayservice #section_compare_intro .div_dayservice_desk {
    width: unset;
    max-width: 1200px;
    padding: 0px 20px;
  }
}
#main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  justify-content: center;
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top {
    grid-template-columns: 1fr;
  }
}
#main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top .left,
#main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top .right {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top .cover {
  aspect-ratio: 780/581;
  display: grid;
  align-content: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top .cover .text {
  font-family: "AXIS Std H", sans-serif;
  font-size: 38px;
  line-height: 1.7894736842;
  letter-spacing: 0.03em;
  color: white;
  text-shadow: 1px 1px 10px #3f3f3f;
}
@media only screen and (max-width: 1259px) {
  #main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top .cover {
    aspect-ratio: unset;
    height: 330px;
  }
  #main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top .cover .text {
    font-size: 26px;
    line-height: 2.6153846154;
    letter-spacing: 0.03em;
  }
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top .cover .text {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: normal;
  }
  #main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top .cover img {
    max-height: 30px;
    margin-bottom: 5px;
  }
}
#main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top .info_second {
  display: grid;
  justify-content: center;
  justify-items: center;
  padding: 30px 0px;
  border: 1px solid #f2f2f2;
}
#main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top .info_second .type {
  font-family: "AXIS Std B", sans-serif;
  font-size: 18px;
}
#main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top .info_third {
  display: grid;
  justify-content: center;
  justify-items: center;
  padding: 40px 0px;
}
#main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top .info_third.corner_r {
  background-color: #fdf2f8;
}
#main_dayservice #section_compare_intro .div_dayservice_desk #div_compare_intro .top .info_third.corner_g {
  background-color: #f3f9f8;
}
#main_dayservice #section_aboutday #div_aboutday_r {
  background: linear-gradient(90deg, rgb(253, 242, 248) 0%, rgb(255, 255, 255) 100%);
  padding: 100px 0px;
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_aboutday #div_aboutday_r {
    padding: 50px 0px;
  }
}
#main_dayservice #section_aboutday #div_aboutday_r .div_dayservice_desk {
  grid-template-columns: 48% auto;
}
@media only screen and (max-width: 1639px) {
  #main_dayservice #section_aboutday #div_aboutday_r .div_dayservice_desk {
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_aboutday #div_aboutday_r .div_dayservice_desk {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
#main_dayservice #section_aboutday #div_aboutday_g {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(243, 249, 248) 100%);
  padding: 100px 0px;
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_aboutday #div_aboutday_g {
    padding: 50px 0px;
  }
}
#main_dayservice #section_aboutday #div_aboutday_g .div_dayservice_desk {
  grid-template-columns: auto 48%;
}
@media only screen and (max-width: 1639px) {
  #main_dayservice #section_aboutday #div_aboutday_g .div_dayservice_desk {
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_aboutday #div_aboutday_g .div_dayservice_desk {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
#main_dayservice #section_aboutday .div_dayservice_desk {
  display: grid;
  gap: 100px;
}
#main_dayservice #section_aboutday .div_dayservice_desk .img {
  display: grid;
  gap: 20px;
}
#main_dayservice #section_aboutday .div_dayservice_desk .img img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1639px) {
  #main_dayservice #section_aboutday .div_dayservice_desk .img {
    max-width: 40vw;
  }
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_aboutday .div_dayservice_desk .img {
    max-width: unset;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
#main_dayservice #section_aboutday .div_dayservice_desk .con {
  padding: 200px 0px 50px 0px;
}
#main_dayservice #section_aboutday .div_dayservice_desk .con > div {
  position: sticky;
  top: 30%;
  display: grid;
  gap: 20px;
  padding: 50px 0px 0px 0px;
}
@media only screen and (max-width: 1639px) {
  #main_dayservice #section_aboutday .div_dayservice_desk .con {
    padding: 200px 0px 50px 20px;
  }
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_aboutday .div_dayservice_desk .con {
    padding: 0px;
  }
  #main_dayservice #section_aboutday .div_dayservice_desk .con p br {
    display: none;
  }
}
@media only screen and (max-width: 1639px) {
  #main_dayservice #section_dailylife .div_dayservice_desk,
  #main_dayservice #section_fee .div_dayservice_desk {
    width: unset;
    max-wdith: 1200px;
    padding: 0px 20px;
  }
}
#main_dayservice #section_dailylife .div_title,
#main_dayservice #section_fee .div_title {
  text-align: center;
  margin-bottom: 50px;
}
#main_dayservice #section_dailylife #div_dayilylife,
#main_dayservice #section_fee #div_dayilylife {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
#main_dayservice #section_dailylife #div_dayilylife > div,
#main_dayservice #section_fee #div_dayilylife > div {
  display: grid;
  justify-content: center;
  justify-items: center;
  padding: 50px 0px;
  border: 1px solid #f2f2f2;
  text-align: center;
  gap: 20px;
}
#main_dayservice #section_dailylife #div_dayilylife > div .bold,
#main_dayservice #section_fee #div_dayilylife > div .bold {
  font-family: "AXIS Std B", sans-serif;
}
#main_dayservice #section_dailylife #div_dayilylife > div .button,
#main_dayservice #section_fee #div_dayilylife > div .button {
  color: white;
  padding: 3px 40px;
  border-radius: 40px;
  cursor: pointer;
}
#main_dayservice #section_dailylife #div_dayilylife > div .button.red,
#main_dayservice #section_fee #div_dayilylife > div .button.red {
  background-color: #e4007f;
}
#main_dayservice #section_dailylife #div_dayilylife > div .button.green,
#main_dayservice #section_fee #div_dayilylife > div .button.green {
  background-color: #158f75;
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_dailylife #div_dayilylife,
  #main_dayservice #section_fee #div_dayilylife {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #main_dayservice #section_dailylife #div_dayilylife .description,
  #main_dayservice #section_fee #div_dayilylife .description {
    text-align: left;
    padding: 0px 20px;
  }
  #main_dayservice #section_dailylife #div_dayilylife .description br,
  #main_dayservice #section_fee #div_dayilylife .description br {
    display: none;
  }
}
@media only screen and (max-width: 1639px) {
  #main_dayservice #section_class .div_dayservice_desk {
    width: unset;
    padding: 0px 20px;
  }
}
#main_dayservice #section_class #div_class {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_class #div_class {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
#main_dayservice #section_class #div_class .div_title {
  text-align: center;
  margin-bottom: 50px;
}
#main_dayservice #section_class #div_class .div_class_gridder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_class #div_class .div_class_gridder {
    gap: 20px;
  }
}
#main_dayservice #section_class #div_class .div_class_gridder .div_class_griddy .img img {
  display: block;
  width: 100%;
}
#main_dayservice #section_class #div_class .div_class_gridder .div_class_griddy .title {
  font-family: "AXIS Std B", sans-serif;
}
#main_dayservice #section_class #div_class .div_class_gridder .div_class_griddy .caption {
  min-height: 64px;
  line-height: 1.625;
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_class #div_class .div_class_gridder .div_class_griddy .caption br {
    display: none;
  }
}
#main_dayservice #section_lunch {
  text-align: center;
  background-color: #fffae8;
  padding: 50px 0px;
}
#main_dayservice #section_lunch .div_dayservice_desk {
  display: grid;
  justify-items: center;
  gap: 20px;
}
#main_dayservice #section_lunch .div_dayservice_desk .div_title {
  margin-bottom: 50px;
}
#main_dayservice #section_lunch .div_dayservice_desk img {
  max-width: 100%;
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_lunch .div_dayservice_desk p br {
    display: none;
  }
}
#main_dayservice #section_lunch .div_dayservice_desk .button {
  background-color: #f2d12c;
  padding: 3px 40px;
  border-radius: 40px;
  cursor: pointer;
}
#main_dayservice #section_cafe {
  text-align: center;
}
#main_dayservice #section_cafe .div_dayservice_desk {
  display: grid;
  justify-content: center;
}
#main_dayservice #section_cafe .div_dayservice_desk .div_title {
  margin-bottom: 50px;
}
#main_dayservice #section_cafe .div_dayservice_desk p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  #main_dayservice #section_cafe .div_dayservice_desk p br {
    display: none;
  }
}
#main_dayservice #section_cafe .div_dayservice_desk .button {
  background-color: #f2d12c;
  padding: 3px 40px;
  border-radius: 40px;
  cursor: pointer;
}
#main_dayservice #section_cafe .frame {
  max-width: 100vw;
  margin-bottom: 40px;
  overflow: hidden;
}
#main_dayservice #section_cafe .frame .film {
  display: flex;
}
#main_dayservice #section_cafe .frame .film > div {
  display: flex;
}
#main_dayservice #section_cafe .frame .film > div.slider1 {
  animation: cafe_slider1 200s -100s linear infinite;
}
#main_dayservice #section_cafe .frame .film > div.slider2 {
  animation: cafe_slider2 200s linear infinite;
}
#main_dayservice #section_cafe .frame .film > div img {
  width: 20vw;
  display: block;
  margin: 0px 10px;
}
@media only screen and (max-width: 1365px) {
  #main_dayservice #section_cafe .frame .film > div img {
    width: unset;
    max-height: 20vh;
  }
}
@keyframes cafe_slider1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cafe_slider2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}

#main_home-helper {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_home-helper {
    padding: 100px 0px 80px 0px;
  }
}
#main_home-helper .div_page_head_cover {
  background-image: url("../image/04_home-helper/home-helper_pagehead_cover.png");
  background-position-y: 50%;
  background-position-x: 20%;
}
#main_home-helper section .div_desk {
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
}
@media only screen and (max-width: 899px) {
  #main_home-helper section .div_desk {
    width: unset;
    padding: 0px 20px;
  }
}
#main_home-helper .h_chapter_title_hz {
  text-align: center;
}
#main_home-helper .h_chapter_title_hz span {
  justify-content: center;
}
#main_home-helper #section_concept #img_about_concept_title {
  display: block;
  margin: 0px auto;
}
#main_home-helper #section_concept #h1_concept_copy {
  font-size: 38px;
  letter-spacing: 0.2em;
  line-height: 1.5263157895;
  font-weight: 500;
  margin: 20px 0px 40px 0px;
  text-align: center;
}
@media only screen and (max-width: 1259px) {
  #main_home-helper #section_concept #h1_concept_copy {
    font-size: 24px;
    line-height: 1.4166666667;
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 679px) {
  #main_home-helper #section_concept #h1_concept_copy {
    text-align: left;
    letter-spacing: normal;
  }
  #main_home-helper #section_concept #h1_concept_copy br {
    display: none;
  }
}
#main_home-helper #section_concept .div_p {
  display: grid;
  gap: 20px;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  #main_home-helper #section_concept .div_p {
    max-width: unset;
    text-align: left;
  }
  #main_home-helper #section_concept .div_p br {
    display: none;
  }
}
#main_home-helper #section_services {
  background-color: #fffae8;
  padding: 50px 0px;
}
#main_home-helper #section_services .div_desk .h_chapter_title_hz {
  text-align: center;
}
#main_home-helper #section_services .div_desk .h_chapter_title_hz span {
  justify-content: center;
}
#main_home-helper #section_services .div_desk #div_service_viewer {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
}
@media only screen and (max-width: 899px) {
  #main_home-helper #section_services .div_desk #div_service_viewer {
    width: unset;
  }
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_tabber {
  display: flex;
  margin: 100px auto 0px auto;
  justify-content: center;
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_tabber .div_service_tab {
  display: flex;
  gap: 25px;
  height: 40px;
  align-items: center;
  padding: 20px 40px;
  border-top: 1px solid #fffae8;
  border-left: 1px solid #fffae8;
  border-right: 1px solid #fffae8;
  border-bottom: 1px solid #bababa;
  opacity: 0.5;
  transition: all 0.2s;
  cursor: pointer;
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_tabber .div_service_tab .num {
  font-family: "AXIS Std L", sans-serif;
  font-size: 38px;
  letter-spacing: -0.07em;
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_tabber .div_service_tab .name {
  font-family: "AXIS Std R", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_tabber .div_service_tab.selected {
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #fffae8;
  border-radius: 10px 10px 0px 0px;
  opacity: 1;
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_tabber .div_service_tab.selected .name {
  font-family: "AXIS Std B", sans-serif;
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_tabber .div_service_tab:hover {
  opacity: 1;
}
@media only screen and (max-width: 1239px) {
  #main_home-helper #section_services .div_desk #div_service_viewer #div_service_tabber .div_service_tab {
    height: 30px;
    padding: 10px 20px;
  }
  #main_home-helper #section_services .div_desk #div_service_viewer #div_service_tabber .div_service_tab .num {
    font-family: "AXIS Std L", sans-serif;
    font-size: 20px;
    letter-spacing: -0.07em;
  }
  #main_home-helper #section_services .div_desk #div_service_viewer #div_service_tabber .div_service_tab .name {
    font-family: "AXIS Std R", sans-serif;
    font-size: 16px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 799px) {
  #main_home-helper #section_services .div_desk #div_service_viewer #div_service_tabber {
    display: none;
  }
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer {
  display: grid;
  grid-template-columns: 100px auto 100px;
  padding: 100px 20px;
  align-items: center;
}
@media only screen and (max-width: 1239px) {
  #main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer {
    padding: 0px;
  }
}
@media only screen and (max-width: 899px) {
  #main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer {
    display: block;
  }
}
@media only screen and (max-width: 1239px) {
  #main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .middle {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .middle .div_service_infoy {
  width: 85%;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 450px auto;
  gap: 20px;
  justify-content: space-between;
  min-height: 242px;
  align-items: start;
  display: none;
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .middle .div_service_infoy.show {
  display: grid;
}
@media only screen and (max-width: 1239px) {
  #main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .middle .div_service_infoy.show {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1239px) {
  #main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .middle .div_service_infoy {
    display: flex;
    flex-direction: column;
  }
  #main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .middle .div_service_infoy:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid #bababa;
  }
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .middle .div_service_infoy .text .title {
  font-family: "AXIS Std B", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .middle .div_service_infoy .points {
  border-left: 1px solid #bababa;
  padding-left: 40px;
  display: grid;
  gap: 10px;
}
@media only screen and (max-width: 1239px) {
  #main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .middle .div_service_infoy .points {
    border-left: none;
    padding-left: unset;
  }
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .middle .div_service_infoy .points > div {
  display: grid;
  grid-template-columns: 30px auto;
  gap: 20px;
  align-items: center;
  justify-content: start;
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .middle .div_service_infoy .points > div > img {
  display: block;
  max-width: 30px;
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .middle .div_service_infoy .points > div.two_icons {
  display: flex;
  gap: 10px;
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .right {
  display: grid;
  justify-content: end;
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .arrow {
  cursor: pointer;
  transition: all 0.2s;
}
#main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .arrow:hover {
  transform: translateY(-5px);
}
@media only screen and (max-width: 899px) {
  #main_home-helper #section_services .div_desk #div_service_viewer #div_service_infoer .arrow {
    display: none;
  }
}
#main_home-helper #section_fee .div_title {
  text-align: center;
  margin-bottom: 50px;
}
#main_home-helper #section_fee #div_fee {
  display: grid;
  justify-content: center;
  justify-items: center;
  padding: 50px 0px;
  border: 1px solid #f2f2f2;
  text-align: center;
  gap: 20px;
}
#main_home-helper #div_banner_reflect {
  aspect-ratio: 1920/600;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#main_home-helper #section_dayxhome .div_desk {
  text-align: center;
}
#main_home-helper #section_dayxhome .div_desk .div_title {
  margin-bottom: 50px;
}
#main_home-helper #section_dayxhome #div_changingmerit {
  margin-top: 100px;
  max-width: 1000px;
}
#main_home-helper #section_dayxhome #div_changingmerit > div {
  display: grid;
  gap: 10px;
  padding: 40px 0px;
}
@media only screen and (max-width: 899px) {
  #main_home-helper #section_dayxhome #div_changingmerit > div {
    padding: 40px 20px;
  }
}
#main_home-helper #section_dayxhome #div_changingmerit .grey_box {
  background-color: #f6f6f6;
  position: relative;
}
#main_home-helper #section_dayxhome #div_changingmerit .grey_box .text {
  font-size: 18px;
}
#main_home-helper #section_dayxhome #div_changingmerit .grey_box #downarrow {
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
#main_home-helper #section_dayxhome #div_changingmerit .yellow_box {
  background-color: #fffae8;
  border: 1px solid #f2d12c;
}
#main_home-helper #section_dayxhome #div_changingmerit .yellow_box .icon {
  font-family: "AXIS Std M", sans-serif;
  color: #e27f3b;
}
#main_home-helper #section_dayxhome #div_changingmerit .yellow_box .text {
  font-family: "AXIS Std B", sans-serif;
  font-size: 22px;
  line-height: 1.9090909091;
}
#main_home-helper #section_dayxhome #div_changingmerit .yellow_box .text .orange {
  color: #e27f3b;
}
@media only screen and (max-width: 899px) {
  #main_home-helper #section_dayxhome #div_changingmerit .yellow_box .text {
    font-size: 18px;
    line-height: 1.5555555556;
  }
  #main_home-helper #section_dayxhome #div_changingmerit .yellow_box .text br {
    display: none;
  }
}
#main_home-helper #section_dayxhome #div_dayxhome_description {
  margin-top: 100px;
}
#main_home-helper #section_dayxhome #div_dayxhome_description .h1_dayxhome {
  font-family: "AXIS Std R", sans-serif;
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 0.2em;
  line-height: 1.5263157895;
}
@media only screen and (max-width: 1259px) {
  #main_home-helper #section_dayxhome #div_dayxhome_description .h1_dayxhome {
    font-size: 24px;
    line-height: 1.4166666667;
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 679px) {
  #main_home-helper #section_dayxhome #div_dayxhome_description .h1_dayxhome {
    text-align: left;
    letter-spacing: normal;
  }
  #main_home-helper #section_dayxhome #div_dayxhome_description .h1_dayxhome br {
    display: none;
  }
}
#main_home-helper .frame {
  max-width: 100vw;
  margin-bottom: 40px;
  overflow: hidden;
}
#main_home-helper .frame .film {
  display: flex;
}
#main_home-helper .frame .film > div {
  display: flex;
}
#main_home-helper .frame .film > div.slider1 {
  animation: cafe_slider1 200s -100s linear infinite;
}
#main_home-helper .frame .film > div.slider2 {
  animation: cafe_slider2 200s linear infinite;
}
#main_home-helper .frame .film > div img {
  width: 20vw;
  display: block;
  margin: 0px 10px;
}
@media only screen and (max-width: 1365px) {
  #main_home-helper .frame .film > div img {
    width: unset;
    max-height: 20vh;
  }
}
@keyframes cafe_slider1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cafe_slider2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
#main_home-helper #section_contact .div_title {
  text-align: center;
  margin-bottom: 50px;
}
#main_home-helper #section_contact #div_contact {
  display: grid;
  justify-content: center;
  justify-items: center;
  padding: 50px 0px;
  border: 1px solid #f2f2f2;
  text-align: center;
  gap: 20px;
}

#main_careplancenter {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_careplancenter {
    padding: 100px 0px 80px 0px;
  }
}
#main_careplancenter .div_page_head_cover {
  background-image: url("../image/05_careplancenter/careplancenter_pagehead_cover.png");
  background-position-y: 50%;
}
#main_careplancenter section .div_desk {
  text-align: center;
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
}
@media only screen and (max-width: 899px) {
  #main_careplancenter section .div_desk {
    padding: 0px 20px;
    width: unset;
    max-width: unset;
  }
}
#main_careplancenter .h_chapter_title_hz {
  text-align: center;
}
#main_careplancenter .h_chapter_title_hz span {
  justify-content: center;
}
#main_careplancenter #section_concept #h1_concept_copy {
  font-size: 38px;
  letter-spacing: 0.2em;
  line-height: 1.5263157895;
  font-weight: 500;
  margin: 20px 0px 40px 0px;
  text-align: center;
}
@media only screen and (max-width: 1259px) {
  #main_careplancenter #section_concept #h1_concept_copy {
    font-size: 24px;
    line-height: 1.4166666667;
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 679px) {
  #main_careplancenter #section_concept #h1_concept_copy {
    text-align: left;
    letter-spacing: normal;
  }
  #main_careplancenter #section_concept #h1_concept_copy br {
    display: none;
  }
}
#main_careplancenter #section_concept .div_p {
  display: grid;
  gap: 20px;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  #main_careplancenter #section_concept .div_p {
    max-width: unset;
    text-align: left;
  }
  #main_careplancenter #section_concept .div_p br {
    display: none;
  }
}
#main_careplancenter .frame {
  max-width: 100vw;
  margin-bottom: 40px;
  overflow: hidden;
}
#main_careplancenter .frame .film {
  display: flex;
}
#main_careplancenter .frame .film > div {
  display: flex;
}
#main_careplancenter .frame .film > div.slider1 {
  animation: cafe_slider1 200s -100s linear infinite;
}
#main_careplancenter .frame .film > div.slider2 {
  animation: cafe_slider2 200s linear infinite;
}
#main_careplancenter .frame .film > div img {
  width: 20vw;
  display: block;
  margin: 0px 10px;
}
@media only screen and (max-width: 1365px) {
  #main_careplancenter .frame .film > div img {
    width: unset;
    max-height: 20vh;
  }
}
@keyframes cafe_slider1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cafe_slider2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
#main_careplancenter #section_feature #div_feature {
  display: grid;
  gap: 50px;
}
#main_careplancenter #section_feature #div_feature h2 {
  font-family: "AXIS Std B", sans-serif;
  font-size: 22px;
  line-height: 1.7272727273;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}
@media only screen and (max-width: 1259px) {
  #main_careplancenter #section_feature #div_feature h2 {
    font-size: 24px;
    line-height: 1.4166666667;
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 679px) {
  #main_careplancenter #section_feature #div_feature h2 {
    text-align: left;
    letter-spacing: normal;
  }
  #main_careplancenter #section_feature #div_feature h2 br {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  #main_careplancenter #section_feature #div_feature p {
    max-width: unset;
    text-align: left;
  }
  #main_careplancenter #section_feature #div_feature p br {
    display: none;
  }
}
#main_careplancenter #div_banner {
  aspect-ratio: 1920/740;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#main_careplancenter #section_example {
  background-color: #fffae8;
  padding: 50px 0px;
}
#main_careplancenter #section_example h2 {
  font-family: "AXIS Std B", sans-serif;
  font-size: 22px;
  line-height: 1.7272727273;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}
#main_careplancenter #section_example #div_example .points {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(7, 1fr);
  align-items: start;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0px auto;
}
@media only screen and (max-width: 949px) {
  #main_careplancenter #section_example #div_example .points {
    grid-template-columns: repeat(3, 1fr);
  }
}
#main_careplancenter #section_example #div_example .points > div {
  line-height: 1.625;
  display: grid;
  gap: 10px;
  justify-items: center;
}
#main_careplancenter #section_example #div_example .points .orange {
  color: #e27f3b;
}
#main_careplancenter #section_example #div_example .points .small {
  font-size: 12px;
}
#main_careplancenter #section_solution h2 {
  font-family: "AXIS Std B", sans-serif;
  color: #e27f3b;
  font-size: 22px;
  line-height: 1.7272727273;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}
@media only screen and (max-width: 1259px) {
  #main_careplancenter #section_solution h2 {
    font-size: 24px;
    line-height: 1.4166666667;
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 679px) {
  #main_careplancenter #section_solution h2 {
    text-align: left;
    letter-spacing: normal;
  }
  #main_careplancenter #section_solution h2 br {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  #main_careplancenter #section_solution p {
    max-width: unset;
    text-align: left;
  }
  #main_careplancenter #section_solution p br {
    display: none;
  }
}
#main_careplancenter #section_solution #div_solution_points {
  display: grid;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0px auto;
}
@media only screen and (max-width: 899px) {
  #main_careplancenter #section_solution #div_solution_points {
    margin: 50px 0px 0px 0px;
  }
}
#main_careplancenter #section_solution #div_solution_points > div {
  display: grid;
  grid-template-columns: 30px auto;
  gap: 40px;
  justify-items: start;
}
#main_careplancenter #section_contact .div_title {
  text-align: center;
  margin-bottom: 50px;
}
#main_careplancenter #section_contact #div_contact {
  display: grid;
  justify-content: center;
  justify-items: center;
  padding: 50px 0px;
  border: 1px solid #f2f2f2;
  text-align: center;
  gap: 20px;
}

#main_concierge {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_concierge {
    padding: 100px 0px 80px 0px;
  }
}
#main_concierge .div_page_head_cover {
  background-image: url("../image/06_concierge/concierge_pagehead_cover.png");
  background-position-y: 50%;
}
#main_concierge section .div_desk {
  text-align: center;
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
}
@media only screen and (max-width: 899px) {
  #main_concierge section .div_desk {
    padding: 0px 20px;
    width: unset;
    max-width: unset;
  }
}
#main_concierge .h_chapter_title_hz {
  text-align: center;
}
#main_concierge .h_chapter_title_hz span {
  justify-content: center;
}
#main_concierge #section_concept #h1_concept_copy {
  font-size: 38px;
  letter-spacing: 0.2em;
  line-height: 1.5263157895;
  font-weight: 500;
  margin: 20px 0px 40px 0px;
  text-align: center;
}
@media only screen and (max-width: 1259px) {
  #main_concierge #section_concept #h1_concept_copy {
    font-size: 24px;
    line-height: 1.4166666667;
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 679px) {
  #main_concierge #section_concept #h1_concept_copy {
    text-align: left;
    letter-spacing: normal;
  }
  #main_concierge #section_concept #h1_concept_copy br {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  #main_concierge #section_concept p {
    max-width: unset;
    text-align: left;
  }
  #main_concierge #section_concept p br {
    display: none;
  }
}
#main_concierge #section_orangecafe h2 {
  font-family: "AXIS Std B", sans-serif;
  font-size: 22px;
  line-height: 1.7272727273;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}
@media only screen and (max-width: 1259px) {
  #main_concierge #section_orangecafe h2 {
    font-family: "AXIS Std M", sans-serif;
    font-size: 24px;
    line-height: 1.4166666667;
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 679px) {
  #main_concierge #section_orangecafe h2 {
    text-align: left;
    letter-spacing: normal;
  }
  #main_concierge #section_orangecafe h2 br {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  #main_concierge #section_orangecafe p {
    max-width: unset;
    text-align: left;
  }
  #main_concierge #section_orangecafe p br {
    display: none;
  }
}
#main_concierge #section_orangecafe #div_orangecafe {
  display: grid;
  justify-content: center;
}
#main_concierge #section_orangecafe #div_orangecafe #img_orangecafe {
  display: block;
  max-width: 300px;
  margin: 50px auto 0px auto;
}
#main_concierge #section_orangecafe #div_orangecafe .button {
  margin: 40px auto 0px auto;
}
#main_concierge #section_example {
  background-color: #fffae8;
  padding: 50px 0px;
}
#main_concierge #section_example h2 {
  font-family: "AXIS Std B", sans-serif;
  font-size: 22px;
  line-height: 1.7272727273;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}
#main_concierge #section_example #div_example_point {
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 30px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 899px) {
  #main_concierge #section_example #div_example_point {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
#main_concierge #section_example #div_example_point > div {
  display: grid;
  gap: 20px;
  justify-items: center;
  line-height: 1.625;
}
#main_concierge #section_example #div_example_point > div img {
  display: block;
  max-width: 150px;
}
#main_concierge #section_contact .div_title {
  text-align: center;
  margin-bottom: 50px;
}
#main_concierge #section_contact #div_contact {
  display: grid;
  justify-content: center;
  justify-items: center;
  padding: 50px 0px;
  border: 1px solid #f2f2f2;
  text-align: center;
  gap: 20px;
}

#main_cafe .div_section_gridder {
  gap: 100px;
  background-image: url("../image/07_cafe/cafe_paper.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#main_cafe section .div_desk {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
@media only screen and (max-width: 899px) {
  #main_cafe section .div_desk {
    padding: 0px 20px;
    width: unset;
    max-width: unset;
  }
}
#main_cafe .h_chapter_title_hz {
  text-align: center;
}
#main_cafe .h_chapter_title_hz span {
  justify-content: center;
}
#main_cafe #div_hero {
  height: 100lvh;
  background-image: url("../image/07_cafe/cafe_background.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main_cafe #div_hero img {
  width: 50vw;
  max-width: 800px;
}
@media only screen and (max-width: 899px) {
  #main_cafe #div_hero img {
    width: 100%;
    max-width: 70vw;
  }
}
#main_cafe #section_intro h2 {
  font-family: "AXIS Std R", sans-serif;
  font-size: 38px;
  letter-spacing: 0.2em;
  line-height: 1.5263157895;
  font-weight: 500;
  margin: 100px auto;
}
#main_cafe #section_intro .div_p {
  display: grid;
  gap: 40px;
}
#main_cafe #div_coffee_banner {
  aspect-ratio: 1920/700;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#main_cafe #section_morning .logo {
  max-width: 200px;
  display: block;
  margin: 0px auto 40px auto;
}
#main_cafe #section_morning #div_morning_first {
  aspect-ratio: 1920/630;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
}
#main_cafe #section_morning #div_morning_first .div_desk {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#main_cafe #section_morning #div_morning_first .div_desk .menu {
  background-color: white;
  padding: 30px;
  text-align: left;
  margin-right: 50px;
}
@media only screen and (max-width: 899px) {
  #main_cafe #section_morning #div_morning_first {
    display: none;
  }
}
#main_cafe #section_morning #div_morning_second {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 40px auto 0px auto;
}
@media only screen and (max-width: 899px) {
  #main_cafe #section_morning #div_morning_second {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
#main_cafe #section_morning #div_morning_second .div_morning {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
#main_cafe #section_morning #div_morning_second .div_morning.m_only {
  display: none;
}
@media only screen and (max-width: 899px) {
  #main_cafe #section_morning #div_morning_second .div_morning.m_only {
    display: flex;
  }
}
#main_cafe #section_morning #div_morning_second .div_morning img {
  display: block;
  width: 100%;
}
#main_cafe #section_morning #div_morning_second .div_morning .description,
#main_cafe #section_morning #div_morning_second .div_morning .price {
  padding-left: 70px;
}
#main_cafe #section_drink {
  background-image: url("../image/07_cafe/drink_background.svg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#main_cafe #section_drink .logo {
  max-width: 200px;
  display: block;
  margin: 0px auto 40px auto;
}
#main_cafe #section_drink #div_drink_desk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 40px auto 0px auto;
}
@media only screen and (max-width: 899px) {
  #main_cafe #section_drink #div_drink_desk {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
#main_cafe #section_drink #div_drink_desk .div_drink {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
#main_cafe #section_drink #div_drink_desk .div_drink img {
  display: block;
  width: 100%;
}
#main_cafe #section_drink #div_drink_desk .div_drink .num_title_price {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
#main_cafe #section_drink #div_drink_desk .div_drink .num_title_price > div {
  display: flex;
  gap: 40px;
}
#main_cafe .menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  text-align: left;
}
#main_cafe .menu .num_title {
  width: 100%;
  display: flex;
  gap: 40px;
}
#main_cafe .menu .num {
  font-family: "AXIS Std L", sans-serif;
  font-size: 38px;
}
@media only screen and (max-width: 899px) {
  #main_cafe .menu .num {
    font-size: 16px;
  }
}
#main_cafe .menu .title {
  font-family: "AXIS Std B", sans-serif;
  font-size: 26px;
  line-height: 1.5384615385;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 899px) {
  #main_cafe .menu .title {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: normal;
  }
}
#main_cafe .menu .price {
  font-family: "AXIS Std M", sans-serif;
}

#main_facilities {
  padding: 160px 0px 80px 0px;
}
@media only screen and (max-width: 899px) {
  #main_facilities {
    padding: 100px 0px 80px 0px;
  }
}
#main_facilities .div_page_head_cover {
  background-image: url("../image/08_facilities/facilities_pagehead_cover.png");
  background-position-y: 50%;
}
#main_facilities .div_section_gridder {
  gap: 40px;
}
#main_facilities section .div_desk {
  text-align: center;
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
}
@media only screen and (max-width: 899px) {
  #main_facilities section .div_desk {
    padding: 0px 20px;
    width: unset;
    max-width: unset;
  }
}
#main_facilities .h_chapter_title_hz {
  text-align: center;
}
#main_facilities .h_chapter_title_hz span {
  justify-content: center;
}
#main_facilities .section_floor .div_floor_num span {
  font-family: "AXIS Std M", sans-serif;
  font-size: 26px;
  color: #e27f3b;
}
#main_facilities .section_floor .img_floormap {
  display: block;
  margin: 0px auto 0px auto;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  #main_facilities .section_floor .img_floormap {
    width: 100%;
  }
}
#main_facilities #section_gallery .div_gallery_desk {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
  justify-items: center;
}
#main_facilities #section_gallery .div_gallery_desk > div {
  display: grid;
  gap: 10px;
  text-align: left;
}
@media only screen and (max-width: 899px) {
  #main_facilities #section_gallery .div_gallery_desk {
    grid-template-columns: repeat(2, 1fr);
  }
  #main_facilities #section_gallery .div_gallery_desk img {
    display: block;
    width: 100%;
  }
}

#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/06_concierge/concierge_pagehead_cover.png");
  background-position-y: 50%;
}
#main_contact .div_section_gridder {
  gap: 80px;
}
#main_contact section .div_desk {
  text-align: center;
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
}
#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: #e4007f;
  font-size: 24px;
}
#main_contact #section_02 #div_attention {
  font-size: 14px;
  margin-bottom: 40px;
}
#main_contact #section_02 span.orange {
  color: #e27f3b;
}
#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: #e27f3b;
  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 #bababa;
  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: #f2d12c;
  color: #3e3a39;
  border-radius: 50px;
  display: block;
  margin: 0px auto;
  transition: all 0.2s;
  cursor: pointer;
}

#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/08_facilities/facilities_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_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/08_facilities/facilities_pagehead_cover.png");
  background-position-y: 50%;
}
#main_single .div_page_desk.narrow {
  max-width: 800px;
  margin-top: 100px;
}
#main_single .h_chapter_title_hz {
  text-align: center;
}
#main_single .h_chapter_title_hz span {
  justify-content: center;
}

#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 .div_page_head_cover {
  background-image: url("../image/08_facilities/facilities_pagehead_cover.png");
  background-position-y: 50%;
}
#main_newslist .div_page_head .h_chapter_title_hz {
  text-align: center;
}
#main_newslist .div_page_head .h_chapter_title_hz span {
  justify-content: center;
}
#main_newslist #div_category_select {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 80px;
}
#main_newslist #div_category_select .button {
  background-color: #3e3a39;
  color: white;
  margin-left: 0px;
  margin-right: 0px;
}
@media only screen and (max-width: 1389px) {
  #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: 100px auto 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-fill, 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 {
  color: #3e3a39;
  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: #3e3a39;
  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 .prevnext {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
#main_newslist .prevnext .wp-pagenavi a,
#main_newslist .prevnext .wp-pagenavi span {
  color: #e4007f;
  border: none;
}
#main_newslist .prevnext span.pages {
  display: none;
}

footer #section_access {
  padding: 80px 0px;
  background-color: #fffae8;
}
footer #section_access .h_chapter_title_hz {
  text-align: center;
}
footer #section_access .h_chapter_title_hz span {
  justify-content: center;
}
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_hz {
  text-align: center;
}
footer #section_contact .h_chapter_title_hz span {
  justify-content: center;
}
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 > div {
  display: grid;
  grid-template-columns: 50px auto;
  gap: 20px;
  align-items: center;
}
footer #section_contact #div_contact_desk #div_contact_ok_gridder > 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_sitemap_gridder a {
  color: white;
}
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: #3e3a39;
  background-color: #f2d12c;
  text-align: center;
  font-size: 12px;
}

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

p a {
  color: #e27f3b;
}

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

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

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

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-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0px 0px 50px 0px;
}
@media only screen and (max-width: 899px) {
  .h_chapter_title_hz {
    font-size: 16px;
  }
}
.h_chapter_title_hz span {
  font-family: "AXIS Std L", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: normal;
}

.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: #e4007f;
}
.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 {
  color: #e27f3b;
}

.a_arrow_button {
  font-family: "AXIS Std R", sans-serif;
  color: #e27f3b;
  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);
}

.button {
  color: #3e3a39;
  padding: 10px 50px;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.button.yellow {
  background-color: #f2d12c;
}
.button.red {
  color: white;
  background-color: #e4007f;
}
.button.green {
  color: white;
  background-color: #158f75;
}

.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_section_gridder {
  display: grid;
  gap: 200px;
  padding: 100px 0px;
}
@media only screen and (max-width: 899px) {
  .div_section_gridder {
    gap: 80px;
    padding: 40px 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 > div {
  position: sticky;
  top: 130px;
  font-size: 14px;
  display: grid;
  gap: 40px;
}
.div_scrollnav_layouter .div_scrollnav_nav > 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 > div > 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 > div > div:hover, .div_scrollnav_layouter .div_scrollnav_nav > div > div.active {
  color: #e4007f;
}
.div_scrollnav_layouter .div_scrollnav_nav > div > div:hover::before, .div_scrollnav_layouter .div_scrollnav_nav > div > div.active::before {
  background-color: #e4007f;
}
.div_scrollnav_layouter .div_scrollnav_nav > div > 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: #e4007f;
  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: #e4007f;
  font-family: "AXIS Std R", sans-serif;
  letter-spacing: 0.05em;
  line-height: 36px;
}
.div_title_content_set > *:first-child {
  position: relative;
  padding-right: 80px;
}
@media only screen and (max-width: 899px) {
  .div_title_content_set > *:first-child {
    padding-right: unset;
    margin-bottom: 0px;
  }
}
.div_title_content_set > *: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 > *:first-child::after {
    display: none;
  }
}
.div_title_content_set > div {
  display: grid;
  gap: 20px;
}
.div_title_content_set.eng_stagger > *:first-child::after {
  top: 29px;
}
.div_title_content_set.eng_stagger > *:nth-child(2) {
  margin-top: 29px;
}

.div_img_content_set {
  width: 75%;
  display: grid;
  grid-template-columns: 66.6666666667% auto;
  background-color: #fdf2f8;
}
.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: #fdf2f8;
  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;
  }
}

.grecaptcha-badge {
  display: none;
}/*# sourceMappingURL=master.css.map */