@charset "UTF-8";
/* Scss Document */
.f_en {
  font-family: "Cinzel", serif;
}

/*** reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
  border: 0;
  image-rendering: -webkit-optimize-contrast;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
address,
em,
strong,
th,
ins {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

ins,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

hr {
  height: 0px;
  margin: 0;
  border: none;
  border-top: 1px solid #fff;
}

* html hr {
  /* for -IE6 */
  margin: 0;
}

*:first-child + html hr {
  /* for IE7 */
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/***cleasrfix hack***/
.hack::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*end hide*/
.clear {
  clear: both;
}

/*** font ***/
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333333;
}

#wrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

/*family*/
body {
  font-family: "Shippori Mincho", "Noto Serif JP", "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}

footer {
  font-family: "Noto Serif JP", "Cormorant Garamond", serif;
}

/*** link ***/
.btn_over {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_over:hover {
  opacity: 0.7;
}

/*base*/
.com-content {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.com-content.main {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

._sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  ._pc {
    display: none !important;
  }
  ._sp {
    display: block !important;
  }
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*base*/
.bg_beige {
  background: #e5ded3;
  color: #333;
}

.com-content {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.com-content.w1000 {
  max-width: 1000px;
}

.com-content.main {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* headerここから */
header {
  position: fixed;
  /*top:0;
  left:0;*/
  padding: 0;
  width: 100%;
  z-index: 900;
  color: #fff;
  background: #1a1a1a;
  z-index: 9000;
}
header h1 {
  width: 140px;
  height: auto;
  margin-top: 15px;
  margin-left: 35px;
  position: relative;
  z-index: 5;
}
header h1 img {
  width: 100%;
  height: auto;
}
header .header_nav {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
header .header_nav li a {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header_nav li a:hover {
  opacity: 0.7;
}
header li.nav_availability {
  display: none;
}

@media screen and (min-width: 769px) {
  header .header_nav li a img {
    display: none;
  }
  header .header_nav li:nth-child(1) a, header .header_nav li:nth-child(2) a, header .header_nav li:nth-child(3) a {
    padding: 0 10px;
    border-left: 1px solid #fff;
    color: #fff;
  }
  header .header_nav li:nth-child(4) a, header .header_nav li:nth-child(5) a {
    padding: 28px 20px 29px;
    line-height: 1em;
    position: relative;
  }
  header .header_nav li:nth-child(4) a span, header .header_nav li:nth-child(5) a span {
    position: relative;
  }
  header .header_nav li:nth-child(4) a::before, header .header_nav li:nth-child(5) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), color-stop(50%, #ffffff), color-stop(54%, #cccccc), to(#cccccc));
    background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 50%, #cccccc 54%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cccccc', GradientType=0);
  }
  header .header_nav li:nth-child(4) a {
    background: #888888;
  }
  header .header_nav li:nth-child(5) a {
    background: #fff;
    color: #000;
    font-weight: 800;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 70px;
  }
  header h1 {
    margin-top: 18px;
    margin-left: 20px;
    width: 130px;
  }
  header .header_nav {
    position: fixed;
    top: inherit;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  header .header_nav li {
    background: #333;
    width: 25%;
    height: 100%;
    text-align: center;
  }
  header .header_nav li:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  header .header_nav li:nth-child(6) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header .header_nav li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header .header_nav li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header .header_nav li:nth-child(1) {
    display: none;
  }
  header .header_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  header .header_nav li a img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px auto 0px;
  }
  header li.nav_availability {
    display: block;
  }
}
/* headerここまで */
/* footerここから */
footer .footer_call {
  background: #fff;
  padding: 30px 0;
}
footer .footer_call .com-content {
  max-width: 780px;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
footer .footer_call_bnr {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
  display: block;
}
footer .footer_call_bnr img {
  width: 100%;
  height: auto;
}
footer .footer_call ul {
  margin: 5px 0 0;
}
footer .footer_call ul li {
  width: calc(100% - 420px);
  display: inline-block;
  vertical-align: middle;
  padding: 0 3% 0 0;
  font-size: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_call ul li:nth-child(2) {
  padding: 0;
  width: 410px;
}
@media screen and (max-width: 768px) {
  footer .footer_call ul li:nth-child(2) {
    width: 100%;
  }
}
footer .footer_call ul li:nth-child(2) a {
  color: #000;
  text-decoration: underline;
}
footer .footer_com-note {
  background: #f0eeeb;
  color: #333;
  padding: 25px 0;
}
footer .footer_link {
  background: rgb(26, 26, 26);
  background: -webkit-gradient(linear, left top, right top, from(rgb(26, 26, 26)), color-stop(50%, rgb(51, 51, 51)), to(rgb(0, 0, 0)));
  background: linear-gradient(to right, rgb(26, 26, 26) 0%, rgb(51, 51, 51) 50%, rgb(0, 0, 0) 100%);
  padding: 10px 0;
  text-align: center;
}
footer .footer_link li {
  display: inline-block;
}
footer .footer_link li a {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 0 15px 1px;
  border-right: 1px solid #fff;
}
footer .footer_link li:last-child a {
  border-right: none;
}
footer .footer_logo {
  padding: 25px 0 0;
}
footer .footer_logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 300px;
  margin: 0 auto;
}
footer .footer_logo ul li {
  width: 49%;
}
footer .footer_logo ul li:first-child {
  margin-right: 2%;
}
footer .footer_logo p {
  text-align: center;
  font-size: 1rem;
  color: #000;
  margin: 10px auto;
}

#pagetop {
  position: fixed;
  width: 45px;
  height: 20px;
  bottom: 26px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 70px;
  }
  footer .footer_call .com-content {
    max-width: 400px;
  }
  footer .footer_call ul li {
    width: 100%;
    display: block;
    padding: 0 0 10px 0;
    font-size: 10px;
  }
  footer .footer_call ul li:nth-child(2) {
    padding: 0;
  }
  footer .footer_link {
    display: none;
  }
  footer .footer_logo p {
    margin-top: 15px;
  }
  #pagetop {
    width: 30px;
    bottom: 10px;
    /*right: 50%;
    transform: translateX(50%);*/
  }
}
/* footerここまで */
/*sp menu*/
.sp_menu {
  position: fixed;
  top: 15px;
  right: 25px;
  height: 36px;
  width: 30px;
  outline: none;
  cursor: pointer;
  /*border: 1px solid #666;*/
  padding: 3px 0 3px 7px;
  z-index: 9000;
  /*background: #fff;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
.sp_menu span,
.sp_menu span::before,
.sp_menu span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.sp_menu span {
  top: 50%;
}
.sp_menu span::before {
  top: -12px;
}
.sp_menu span::after {
  top: 12px;
}
.sp_menu .active {
  -webkit-transition: 500ms;
  transition: 500ms;
  background: transparent;
  /*border: 1px solid #181878;*/
}

.sp_menu.active > span {
  background: transparent;
}

.sp_menu.active > span::before,
.sp_menu.active > span::after {
  top: 0px;
}

.sp_menu.active > span::before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.sp_menu.active > span::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media screen and (max-width: 768px) {
  .sp_menu {
    display: block;
  }
}
nav {
  background: #db6150;
}
@media screen and (max-width: 768px) {
  nav {
    background: #db6150;
  }
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

nav li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

nav li a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}

nav li a:hover {
  color: #2a2a2a !important;
  /*font-weight: 800;*/
}

@media screen and (min-width: 769px) {
  nav {
    position: relative;
    margin-top: 10px;
    width: 100%;
    z-index: 900;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  }
  nav li.act a::after,
  nav li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 0;
    height: 4px;
    background: #bd9e5f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  nav li.act a::after,
  nav li a:hover::after {
    width: 50%;
    opacity: 1;
  }
  #index nav li.nav_index a::after,
  #location nav li.nav_location a::after,
  #access nav li.nav_access a::after,
  #design nav li.nav_design a::after,
  #plan nav li.nav_plan a::after,
  #type nav li.nav_plan a::after,
  #equipment nav li.nav_equipment a::after {
    width: 50%;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  nav {
    backdrop-filter: blur(5px);
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 998;
    width: 100%;
    height: calc(100vh - 140px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 1s left cubic-bezier(0.77, 0, 0.175, 1), 1s opacity;
    transition: 1s left cubic-bezier(0.77, 0, 0.175, 1), 1s opacity;
    opacity: 0;
    pointer-events: none;
  }
  nav.active {
    top: 70px;
    opacity: 1;
    display: block;
    pointer-events: inherit;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #bdbdbd;
  }
  nav li:nth-child(2n) {
    border-left: 1px solid #bdbdbd;
  }
  nav li a {
    padding: 25px 0;
  }
}
/*common
----------------------------------------------*/
.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.t_left {
  text-align: left;
}

.com-cap,
.com-note {
  font-size: 10px;
  letter-spacing: 0;
}
.com-cap.white,
.com-note.white {
  color: #fff;
}
.com-cap.black,
.com-note.black {
  color: #000;
}

.com-note.right {
  text-align: right;
}

figure {
  position: relative;
}

figure .com-cap {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #fff;
}
figure .com-cap.left {
  right: initial;
  left: 10px;
}
figure .com-cap-01 {
  position: absolute;
  top: 44.5%;
  left: 8%;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
}

/*-------------------------------------------------*/
.main {
  margin-top: 121px;
}
.main .com-main_txt {
  color: #1a1a1a;
  font-weight: 600;
}
.main .main_img {
  position: relative;
  aspect-ratio: 9/2;
}
@media screen and (max-width: 768px) {
  .main .main_img {
    aspect-ratio: 75/33;
  }
}
.main .main_img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.main_bg {
  position: relative;
}
.main_bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 43, 77, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.main_bg p {
  z-index: 3;
}

#index .main {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .main {
    margin-top: 70px;
  }
}
.com-main {
  width: 100%;
  position: relative;
}
.com-main_img {
  position: relative;
  left: 0;
  width: 100%;
}
.com-main_txt {
  font-size: clamp(30px, 5vw, 54px);
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}

/*info*/
.fbtn_wrap {
  padding: 90px 0 90px;
  background: #e5ded3;
}
@media screen and (max-width: 768px) {
  .fbtn_wrap {
    padding: 50px 0 50px;
  }
}
.fbtn_wrap .com-content {
  max-width: 640px;
  margin: 0 auto;
}
.fbtn_wrap_tit {
  color: #90814b;
  display: block;
  border-top: 1px solid #90814b;
  border-bottom: 1px solid #90814b;
  text-align: center;
  font-size: 24px;
  padding: 5px 0;
  margin-bottom: 20px;
}
.fbtn_wrap ul {
  /*margin-bottom: 100px;*/
}
.fbtn_wrap ul li {
  margin-bottom: 10px;
}

.fbtn {
  width: 80%;
  max-width: 380px;
  margin: 0 auto;
}
.fbtn li a {
  display: block;
  width: 100%;
  padding: 22px 40px;
  background: #db6150;
  color: #000;
  font-size: 16px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fbtn li a {
    font-size: 14px;
  }
}
.fbtn li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  opacity: 0.8;
  background: rgb(162, 122, 98);
  background: -webkit-gradient(linear, left top, right top, from(rgb(162, 122, 98)), color-stop(50%, rgb(241, 193, 154)), to(rgb(162, 122, 98)));
  background: linear-gradient(to right, rgb(162, 122, 98) 0%, rgb(241, 193, 154) 50%, rgb(162, 122, 98) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a27a62', endColorstr='#a27a62', GradientType=1);
  pointer-events: none;
  display: none;
}
.fbtn li a span {
  position: relative;
  z-index: 10;
}
.fbtn li a span img {
  width: 85px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fbtn li a:hover span img {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.cbtn_wrap .cbtn {
  max-width: 1000px;
}
.cbtn_wrap .cbtn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 126px 0;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_list {
    row-gap: 20px;
    padding: 60px 0;
  }
}
.cbtn_wrap .cbtn_item {
  position: relative;
  width: 30.6%;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_item {
    width: 48.5%;
  }
}
.cbtn_wrap .cbtn_item:hover {
  opacity: 0.7;
}
.cbtn_wrap .cbtn_item a {
  padding: 21px;
  display: block;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_item a {
    padding: 15px 10px;
  }
}
.cbtn_wrap .cbtn_item p {
  color: #fff;
  text-align: center;
}
.cbtn_wrap .cbtn_item .cbtn_more {
  color: #000;
}
.cbtn_wrap .cbtn_item .com-cap {
  position: absolute;
  bottom: 3px;
  left: 5px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_item .com-cap {
    bottom: 1px;
  }
}
.cbtn_wrap .cbtn_item-location {
  background: url(../img/top/cbtn_location.webp) center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-access {
  background: url(../img/top/cbtn_access.webp) center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-design {
  background: url(../img/top/cbtn_design.webp) center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-plan {
  background: url(../img/top/cbtn_plan.webp) center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-equipment {
  background: url(../img/top/cbtn_equipment.webp) center/cover no-repeat;
}
.cbtn_wrap .cbtn_item-brand {
  background: url(../img/top/cbtn_brand.webp) center/cover no-repeat;
}
.cbtn_wrap .cbtn_txt {
  background-color: rgba(219, 97, 80, 0.8);
  padding: 15.9% 0;
}
.cbtn_wrap .cbtn_ttl {
  font-size: clamp(10px, 2.6vw, 26px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_ttl {
    font-size: clamp(10px, 4.799999988vw, 26px);
  }
}
.cbtn_wrap .cbtn_sub, .cbtn_wrap .cbtn_more {
  font-size: clamp(10px, 1.3vw, 13px);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_sub, .cbtn_wrap .cbtn_more {
    font-size: clamp(10px, 3.066666659vw, 13px);
  }
}
.cbtn_wrap .cbtn_sub {
  letter-spacing: 0.2em;
  font-weight: 600;
}
.cbtn_wrap .cbtn_more {
  background-color: #e5ded3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.4em;
  padding: 0.2em 3.5em 0.4em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .cbtn_wrap .cbtn_more {
    padding: 0.2em 2.9em 0.4em;
  }
}

/* page common
*******************************************/
.main {
  position: relative;
}
.main_bg {
  position: relative;
  background: #899198;
}
@media screen and (max-width: 768px) {
  .main_bg {
    position: relative;
  }
}
.main_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

p.main_txt {
  width: auto;
  height: 38px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  p.main_txt {
    height: 25px;
  }
}
p.main_txt img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
p.main_txt span.jp {
  font-size: 21px;
  color: #fff;
  margin-bottom: 15px;
}
p.main_txt.txtshadow {
  text-shadow: 1px 1px 5px #000;
}

#access .main .com-note {
  color: #333;
}

.sec1 {
  padding: 140px 0;
}

#type .sec1 {
  padding: 100px 0 50px;
}

@media screen and (max-width: 768px) {
  .sec1 {
    padding: 70px 0 30px;
  }
  #type .sec1 {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px #777;
            box-shadow: inset 0 0 2px #777;
  }
  ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/*text*/
.f_en {
  color: #e5ded3;
}

.com-ttl {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.com-lead {
  font-size: 26px;
  line-height: 1.5;
}

.com-txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .com-ttl {
    font-size: clamp(10px, 6.66666665vw, 40px);
    margin-bottom: 1.999999995vw;
  }
  .com-lead {
    font-size: clamp(10px, 4.799999988vw, 26px);
  }
  .com-txt {
    font-size: clamp(10px, 3.199999992vw, 14px);
    margin-top: 3.333333325vw;
  }
}
/*動き*/
.m_left {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}

.m_right {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}

.m_left,
.m_right {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.m_left_on,
.m_right_on {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.m_op {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.m_op_on {
  opacity: 1;
}

.m_down {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}
.m_down_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.m_up {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
}
.m_up_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .m_op_d1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .m_op_d2 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .m_op_d3 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .m_op_d4 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .m_op_d5 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .m_op_d6 {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
}
@media screen and (max-width: 768px) {
  .rmv,
  .lmv {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  .rmv_on,
  .lmv_on {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media print {
  header,
  nav,
  .footer_link,
  .footer_logo,
  .footer_com-note,
  .main,
  .accessmap_btn,
  .fbtn_wrap,
  .btn_print,
  .cbtn_wrap,
  #pagetop,
  #accessmap .map ._sp {
    display: none !important;
  }
  .sec1 {
    padding: 20px 0;
  }
  #accessmap .sec1 {
    padding: 0 !important;
  }
  #accessmap .accessmap_cont {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #accessmap .map {
    width: calc(100vw - 16mm) !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw + 8mm) !important;
    margin-right: calc(50% - 50vw + 8mm) !important;
  }
  #accessmap .map img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
  }
}
@page {
  size: A4;
  margin: 8mm;
}
/* Scss Document */
#index .p_ttl,
#index .p_desc {
  color: #db6150;
}
#index .p_ttl {
  font-size: clamp(10px, 2.3vw, 26px);
  line-height: 1.6923076923;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 768px) {
  #index .p_ttl {
    font-size: clamp(10px, 5.599999986vw, 26px);
    line-height: 1.8138095238;
  }
}
#index .p_desc {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #index .p_desc {
    max-width: 100vw;
  }
}
#index .main {
  background: #db6150;
  position: relative;
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #index .main {
    margin-top: 70px;
  }
}
#index .main_bg1 {
  position: relative;
  z-index: 1;
  aspect-ratio: 1440/777;
}
@media screen and (max-width: 768px) {
  #index .main_bg1 {
    aspect-ratio: 375/253;
  }
}
#index .main_bg1 img {
  -o-object-fit: cover;
     object-fit: cover;
}
#index .main_txt {
  position: absolute;
  z-index: 20;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  width: 40%;
  max-width: 580px;
  margin: auto;
  top: 55.2%;
  left: 11.6%;
  -webkit-transform: initial;
          transform: initial;
  line-height: 1;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 768px) {
  #index .main_txt {
    top: 5%;
    left: 3%;
    width: 40%;
  }
}
#index .main .com-note {
  right: initial;
  left: 5px;
}
#index .merit {
  padding: 2.0833333333% 9.5138888889%;
}
@media screen and (max-width: 768px) {
  #index .merit {
    padding: 6vw;
  }
}
#index .merit .merit_img {
  display: block;
  margin: 0 auto;
  max-width: 550px;
  aspect-ratio: 550/149;
  -o-object-fit: contain;
     object-fit: contain;
}
#index .merit_wline {
  margin: -1px auto 0;
  padding-bottom: 40px;
  background: url(../img/top/merit_bg.webp) no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #index .merit_wline {
    background: url(../img/top/merit_bg.webp) no-repeat bottom center/auto 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}
#index .merit_wline img {
  width: 50%;
  aspect-ratio: 720/598;
}
@media screen and (max-width: 768px) {
  #index .merit_wline img {
    width: 100%;
  }
}
#index .merit_wline .merit_txt-inner {
  width: 50%;
  color: #fff;
  padding: 60px clamp(20px, 2.7777777778vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #index .merit_wline .merit_txt-inner {
    margin: 0 auto;
    width: 95%;
    padding: 60px 0;
  }
}
#index .merit_wline .merit_ttl {
  font-size: clamp(18px, 2.2vw, 32px);
  font-weight: 700;
}
#index .merit_wline .merit_desc {
  margin-top: 40px;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #index .merit_wline .merit_desc {
    font-size: 14px;
  }
}
#index .access {
  background: url("../img/top/top_sky.webp") no-repeat center center/cover;
}
#index .access_flex {
  padding: 100px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #index .access_flex {
    padding: 60px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#index .access_ttl {
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index .access_ttl {
    font-size: 18px;
  }
}
#index .access_ttl span {
  display: inline-block;
  font-weight: 700;
}
#index .access_desc {
  margin-top: 40px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index .access_desc {
    font-size: 14px;
  }
}
#index .access_map {
  margin: 0px auto;
  width: 60%;
  min-width: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 720/664;
}
@media screen and (max-width: 768px) {
  #index .access_map {
    width: 80%;
  }
}
#index .access_map img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#index .access_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#index .access_entrance {
  width: 60%;
  aspect-ratio: 16/9;
  height: 100%;
}
#index .access_entrance img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .access_facade {
  width: 60%;
  min-width: 320px;
  aspect-ratio: 864/490;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: clamp(-200px, -9.7222222222vw, 0px);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#index .design .design_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #index .design .design_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #index .design .design_inner.is-entrance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#index .design .design_inner.is-facade {
  background: url(../img/top/design_bg.webp) center/cover no-repeat, #db6150;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1024px) {
  #index .design .design_inner.is-facade {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#index .design .design_entrance {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #index .design .design_entrance {
    width: 100%;
  }
}
#index .design .design_entrance img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #index .design .design_entrance {
    grid-column: 1;
    grid-row: 1;
  }
}
#index .design .design_head {
  width: 30%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  background: url("../img/top/design_cloud.webp") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  #index .design .design_head {
    width: 100%;
    aspect-ratio: 800/600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#index .design .design_head .design_head_ttl {
  margin: 30% auto 0;
  max-width: 250px;
  display: block;
}
@media screen and (max-width: 768px) {
  #index .design .design_head .design_head_ttl {
    margin: auto;
  }
}
#index .design .design_txt {
  width: 50%;
  color: #fff;
  padding: 80px 160px 80px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 3vw, 44px);
}
@media screen and (max-width: 1024px) {
  #index .design .design_txt {
    width: 100%;
    padding: 8vw 6vw;
  }
}
#index .design .design_txt-ttl {
  font-size: clamp(16px, 1.6vw, 22px);
  letter-spacing: 0.25em;
  padding-bottom: 0.6em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  #index .design .design_txt-ttl {
    font-size: clamp(10px, 3.99999999vw, 22px);
  }
}
#index .design .design_txt-desc {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #index .design .design_txt-desc {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}
#index .design .design_facade {
  width: 50%;
  position: relative;
  z-index: 3;
  -ms-flex-item-align: end;
      align-self: end;
}
@media screen and (max-width: 1024px) {
  #index .design .design_facade {
    width: 100%;
    max-width: 720px;
  }
}
#index .design .design_facade img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transform: scale(1.3) translate(-80px, -46px);
          transform: scale(1.3) translate(-80px, -46px);
}
@media screen and (max-width: 1024px) {
  #index .design .design_facade img {
    -webkit-transform: scale(1) translate(0px);
            transform: scale(1) translate(0px);
  }
}
@media screen and (max-width: 768px) {
  #index .design .design_facade {
    grid-column: 1;
    grid-row: 4;
    width: 100%;
    margin-top: 0;
    justify-self: auto;
  }
}
#index .cbtn_wrap {
  background-color: #fff;
}
/* Scss Document */
#location .area .area_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  #location .area .area_list {
    grid-template-columns: 1fr;
  }
}
#location .area .area_item {
  position: relative;
  aspect-ratio: 16/9;
  min-height: 350px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #location .area .area_item {
    aspect-ratio: 16/12;
    min-height: auto;
  }
}
#location .area .area_item_img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#location .area .area_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
#location .area .area_item_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
}
#location .area .area_item_content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
#location .area .area_item_ribbon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 35px;
  background: #db6150;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #location .area .area_item_ribbon {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.66666665vw), 0% 100%);
  }
}
#location .area .area_item_ribbon p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 18px 10px 40px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #location .area .area_item_ribbon p {
    font-size: clamp(10px, 5.066666654vw, 28px);
  }
}
#location .area .area_item_ribbon p {
  letter-spacing: 0.15em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #location .area .area_item_ribbon p {
    padding: 2.399999994vw 1.33333333vw 5.33333332vw;
  }
}
#location .area .area_item_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 40px;
  color: #fff;
}
#location .area .area_item_en {
  color: #db6150;
  font-size: 24px;
  font-weight: 700;
  line-height: 0.6;
  padding-left: clamp(14px, 1.3888888889vw, 20px);
  margin-bottom: 14px;
  border-bottom: 2px solid #db6150;
}
@media screen and (max-width: 768px) {
  #location .area .area_item_en {
    font-size: 22px;
    margin-bottom: 1.866666662vw;
  }
}
#location .area .area_item_desc {
  margin-left: 20px;
  margin-left: clamp(14px, 1.3888888889vw, 20px);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#location .area .area_item_station {
  margin-left: clamp(14px, 1.3888888889vw, 20px);
  max-width: 280px;
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px dotted rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #location .area .area_item_station {
    margin-top: 2.399999994vw;
  }
}
#location .tateishi {
  background: #918488;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #location .tateishi {
    padding: 10.66666664vw 0;
  }
}
#location .tateishi .tateishi_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #location .tateishi .tateishi_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.66666665vw;
  }
}
#location .tateishi .tateishi_head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #location .tateishi .tateishi_head {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
#location .tateishi .tateishi_head_top {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #location .tateishi .tateishi_head_top {
    margin-bottom: 5.33333332vw;
  }
}
#location .tateishi .tateishi_head_en {
  font-size: 56px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 16px;
}
#location .tateishi .tateishi_head_label {
  width: 100%;
  max-width: 320px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 6px 0;
  font-size: 13px;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #location .tateishi .tateishi_head_label {
    padding: 0.799999998vw 0;
  }
}
#location .tateishi .tateishi_head_label::before,
#location .tateishi .tateishi_head_label::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 1em;
  background: #fff;
}
#location .tateishi .tateishi_head_desc {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  #location .tateishi .tateishi_head_desc {
    font-size: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
#location .tateishi .tateishi_head_note {
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  opacity: 0.85;
}
@media screen and (max-width: 1024px) {
  #location .tateishi .tateishi_head_note.is-pc {
    display: none;
  }
}
#location .tateishi .tateishi_head_note.is-sp {
  display: none;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #location .tateishi .tateishi_head_note.is-sp {
    display: block;
  }
}
#location .tateishi .tateishi_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#location .tateishi .tateishi_list {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #location .tateishi .tateishi_list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 6.66666665vw 2.66666666vw;
  }
}
#location .tateishi .tateishi_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #location .tateishi .tateishi_item:nth-of-type(1) {
    grid-area: 1/1/2/3;
  }
}
@media screen and (max-width: 768px) {
  #location .tateishi .tateishi_item:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
}
@media screen and (max-width: 768px) {
  #location .tateishi .tateishi_item:nth-of-type(3) {
    grid-area: 2/2/3/3;
  }
}
#location .tateishi .tateishi_item_cap {
  color: #fff;
  border-top: 1px solid #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 14px 0;
}
#location .tateishi .tateishi_item_img {
  width: 100%;
  height: 330px;
  overflow: hidden;
}
#location .tateishi .tateishi_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#location .tateishi .tateishi_item_date {
  margin-top: 6px;
  background: #f0eccd;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 10px 0;
}
#location .map {
  padding: 100px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #location .map {
    padding: 10.66666664vw 0 0;
  }
}
#location .map .map_img {
  border: 1px solid #918488;
  width: 100%;
  aspect-ratio: 1200/800;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #location .map .map_img {
    aspect-ratio: 1;
  }
}
#location .near {
  padding: 100px 0 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #location .near {
    padding: 10.66666664vw 0 0;
  }
}
#location .near .near_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 20px;
}
@media screen and (max-width: 768px) {
  #location .near .near_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 11.99999997vw 2.66666666vw;
  }
}
#location .near .near_item_img {
  position: relative;
  aspect-ratio: 3/2;
}
#location .near .near_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#location .near .near_item_walk {
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: 2;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #bd9869;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #location .near .near_item_walk {
    right: -0.799999998vw;
    bottom: -2.66666666vw;
    width: clamp(50px, 11.19999997vw, 84px);
    height: clamp(50px, 11.19999997vw, 84px);
  }
}
#location .near .near_item_walk_label {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #location .near .near_item_walk_label {
    font-size: clamp(10px, 2.933333326vw, 12px);
  }
}
#location .near .near_item_walk_label {
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#location .near .near_item_walk_time {
  line-height: 1;
  letter-spacing: 0.05em;
}
#location .near .near_item_walk_time strong {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #location .near .near_item_walk_time strong {
    font-size: clamp(10px, 4.266666656vw, 22px);
  }
}
#location .near .near_item_walk_time strong {
  font-weight: 700;
  margin-right: 1px;
}
#location .near .near_item_body {
  padding: 14px 0 0;
}
@media screen and (max-width: 768px) {
  #location .near .near_item_body {
    padding: 3.99999999vw 1.33333333vw 0;
  }
}
#location .near .near_item_ttl {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  #location .near .near_item_ttl {
    margin-bottom: 1.866666662vw;
  }
}
#location .near .near_item_ttl span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #location .near .near_item_ttl span {
    font-size: 15px;
  }
}
#location .near .near_item_desc {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #location .near .near_item_desc {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}
#location .near .near_item_desc {
  line-height: 1.9;
  letter-spacing: 0.03em;
}
#location .walk {
  padding: 100px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #location .walk {
    padding: 10.66666664vw 0 0;
  }
}
#location .walk .walk_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #location .walk .walk_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#location .walk .walk_route {
  width: 41%;
}
@media screen and (max-width: 1024px) {
  #location .walk .walk_route {
    width: 100%;
  }
}
#location .walk .walk_route img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #bd9869;
}
#location .walk .walk_info {
  width: 52%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 1024px) {
  #location .walk .walk_info {
    width: 100%;
  }
}
#location .walk .walk_info_head {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #location .walk .walk_info_head {
    margin-bottom: 2.66666666vw;
  }
}
#location .walk .walk_info_head_ttl {
  margin-bottom: 10px;
}
#location .walk .walk_info_head_ttl img {
  width: 100%;
}
#location .walk .walk_info_head_label img {
  width: 100%;
}
#location .walk .walk_info_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  #location .walk .walk_info_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.66666666vw 0;
  }
}
#location .walk .walk_info_col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #location .walk .walk_info_col {
    width: 100%;
  }
}
#location .walk .walk_info_group {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #location .walk .walk_info_group {
    margin-bottom: 3.199999992vw;
  }
}
#location .walk .walk_info_group_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #location .walk .walk_info_group_ttl {
    padding-bottom: 0.799999998vw;
    margin-bottom: 1.33333333vw;
  }
}
#location .walk .walk_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  #location .walk .walk_info_list {
    gap: 1.066666664vw;
  }
}
#location .walk .walk_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
#location .walk .walk_info_item::after {
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 0.5em;
  margin: 0 0.4em;
  border-top: 1px dotted #333;
  min-width: 6px;
}
#location .walk .walk_info_item_name {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
#location .walk .walk_info_item_time {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  white-space: nowrap;
  min-width: 118px;
}
#location .walk .walk_info_note {
  margin-top: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #location .walk .walk_info_note {
    margin-top: 1.33333333vw;
  }
}

/* Scss Document */
#access .scroll-hint-text {
  letter-spacing: 0 !important;
}
#access .com-lead {
  font-size: clamp(20px, 5vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #access .com-lead {
    font-size: 6vw;
  }
}
#access .com-txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  color: #000;
  margin: 0;
}
#access .sec_ttl {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
#access .main {
  width: 100%;
  position: relative;
}
#access .main .main_txt {
  color: #fff;
  font-size: 36px;
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #access .main .main_txt {
    font-size: 7vw;
  }
}
#access .direct {
  width: 100%;
  color: #fff;
}
#access .direct .direct_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #access .direct .direct_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#access .direct .direct_head .direct_head_en {
  font-family: "Cinzel", serif;
  font-size: clamp(38px, 5.9722222222vw, 86px);
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #access .direct .direct_head .direct_head_en {
    position: static;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    font-size: 8vw;
    background: #000;
    padding: 6vw 0;
  }
}
#access .direct .direct_head .direct_head_item {
  position: relative;
  width: 50%;
  aspect-ratio: 1000/433;
  min-height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #access .direct .direct_head .direct_head_item {
    width: 100%;
    min-height: auto;
  }
}
#access .direct .direct_head .direct_head_txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  width: 90%;
  z-index: 2;
  text-align: center;
}
#access .direct .direct_head .direct_head_ttl {
  margin-top: 12px;
  font-size: clamp(16px, 1.9444444444vw, 28px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #access .direct .direct_head .direct_head_ttl {
    font-size: 5vw;
    margin-top: 3vw;
  }
}
#access .direct .direct_head .direct_head_lead {
  font-size: clamp(12px, 1.1111111111vw, 16px);
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #access .direct .direct_head .direct_head_lead {
    font-size: 3.2vw;
    font-size: clamp(12px, 3.2vw, 24px);
  }
}
#access .direct .direct_head .direct_head_img {
  width: 100%;
  height: 100%;
}
#access .direct .direct_head .direct_head_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#access .direct .direct_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#access .direct .direct_list .direct_list_item {
  position: relative;
  width: 50%;
  aspect-ratio: 700/460;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #access .direct .direct_list .direct_list_item {
    width: 100%;
    aspect-ratio: 750/560;
  }
}
#access .direct .direct_list .direct_list_item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), color-stop(45%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 45%);
}
#access .direct .direct_list .direct_list_img {
  width: 100%;
  height: 100%;
}
#access .direct .direct_list .direct_list_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#access .direct .direct_list .direct_list_txt {
  position: absolute;
  left: 5%;
  bottom: 6%;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #access .direct .direct_list .direct_list_txt {
    left: 6%;
    bottom: 6%;
  }
}
#access .direct .direct_list .direct_list_cap {
  font-size: clamp(12px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #access .direct .direct_list .direct_list_cap {
    font-size: 3.4vw;
  }
}
#access .direct .direct_list .direct_list_station {
  margin-top: 4px;
  font-size: clamp(18px, 2.2222222222vw, 32px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
#access .direct .direct_list .direct_list_min {
  font-weight: 400;
}
#access .direct .direct_list .direct_list_min em {
  font-family: "Cinzel", serif;
  font-style: normal;
  font-size: 2.4em;
}
@media screen and (max-width: 768px) {
  #access .direct .direct_list .direct_list_min {
    font-size: 6vw;
  }
}
#access .direct .direct_list .direct_list_note {
  display: block;
  margin-top: 2px;
  font-size: clamp(9px, 0.8333333333vw, 12px);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #access .direct .direct_list .direct_list_note {
    font-size: 2.6vw;
  }
}
#access .cards {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  #access .cards {
    padding: 10.66666664vw 0 0;
  }
}
#access .cards .cards_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #access .cards .cards_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#access .cards .project {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #000;
  padding: 10px 40px;
}
@media screen and (max-width: 1024px) {
  #access .cards .project {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  #access .cards .project {
    padding: 2.66666666vw 5.33333332vw;
    width: 100%;
  }
}
#access .cards .project_ttl {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #access .cards .project_ttl {
    font-size: 20px;
  }
}
#access .cards .project_ttl span {
  font-weight: 700;
  display: inline-block;
}
#access .cards .project_progress {
  text-align: center;
  width: 100%;
  margin: 8px 0;
  font-size: 18px;
  color: #fff;
  background: #db6150;
  padding: 4px;
}
@media screen and (max-width: 768px) {
  #access .cards .project_progress {
    font-size: 16px;
  }
}
#access .cards .project_desc {
  font-size: 14px;
  letter-spacing: 0.05em;
}
#access .cards .project_map {
  margin: 10px 0;
  width: 100%;
  aspect-ratio: 100/64;
}
#access .cards .project_map img {
  -o-object-fit: cover;
     object-fit: cover;
}
#access .cards .project_note {
  font-size: 12px;
  letter-spacing: 0.05em;
}
#access .cards .simulation {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 1px solid #000;
  padding: 40px 40px 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #access .cards .simulation {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  #access .cards .simulation {
    padding: 40px 5.33333332vw 2.66666666vw;
  }
}
#access .cards .simulation_ttl_en {
  font-family: "Cinzel", serif;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  background: #000;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
}
#access .cards .simulation_ttl {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #access .cards .simulation_ttl {
    font-size: 20px;
  }
}
#access .cards .simulation_figure {
  margin-top: 14px;
  width: 100%;
  aspect-ratio: 1000/770;
}
#access .cards .simulation_figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
#access .cards .simulation_note {
  margin-top: 8px;
  text-align: end;
  font-size: 12px;
  letter-spacing: 0.05em;
}
#access .train {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #access .train {
    padding: 10.66666664vw 0;
  }
}
#access .train .train_map_lead {
  font-size: 24px;
  max-width: 480px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #access .train .train_map_lead {
    max-width: 100%;
    font-size: 22px;
  }
}
#access .train .train_map_swiper {
  width: 100%;
  overflow: hidden;
}
#access .train .train_map_swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#access .train .train_map_swiper .swiper-slide {
  width: 100%;
  aspect-ratio: 1920/1355;
}
@media screen and (max-width: 768px) {
  #access .train .train_map_swiper .swiper-slide {
    aspect-ratio: auto;
    min-width: 725px;
  }
}
#access .train .train_map_swiper img {
  -o-object-fit: contain;
     object-fit: contain;
}
#access .train .train_time_ttl {
  width: 100%;
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #access .train .train_time_ttl {
    font-size: 16px;
  }
}
#access .train .train_time_ttl span {
  font-size: 24px;
  font-weight: 700;
}
#access .train .train_time_detail {
  margin: 20px 0;
  width: 100%;
  aspect-ratio: 1920/420;
}
@media screen and (max-width: 768px) {
  #access .train .train_time_detail {
    aspect-ratio: auto;
  }
}
#access .train .train_time_detail img {
  -o-object-fit: contain;
     object-fit: contain;
}
#access .train .train_time_note {
  font-size: 12px;
  letter-spacing: 0.05em;
}
#access .university .university_box {
  background: #e5ded3;
  border: 1px solid #000;
  padding: 0 20px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #access .university .university_box {
    padding: 0 2.66666666vw 7.99999998vw;
  }
}
#access .university .university_head {
  text-align: center;
}
#access .university .university_head_en {
  font-family: "Cinzel", serif;
  display: table;
  margin: 0 auto;
  min-width: 240px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.2em 0.2em 0;
  background: #000;
  color: #fff;
  font-size: 18px;
}
#access .university .university_head_ttl {
  margin: 40px auto 0;
  max-width: 1000px;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #access .university .university_head_ttl {
    font-size: 17px;
  }
}
#access .university .university_head_ttl span {
  display: inline-block;
  font-weight: 500;
}
#access .university .university_img {
  position: absolute;
  top: 0;
  top: clamp(-80px, -5.5555555556vw, 0px);
  right: 0;
  width: clamp(80px, 8vw, 140px);
}
@media screen and (max-width: 768px) {
  #access .university .university_img {
    width: clamp(60px, 10.4166666667vw, 80px);
  }
}
#access .university .university_list_wrap {
  margin: 40px auto 0;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #access .university .university_list_wrap {
    margin: 5.33333332vw auto 0;
  }
}
#access .university .university_list {
  width: calc(50% - 12px);
  min-width: 400px;
}
@media screen and (max-width: 1024px) {
  #access .university .university_list {
    width: 100%;
    min-width: 100%;
  }
}
#access .university .university_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 6px 0;
  letter-spacing: 0em;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #access .university .university_list_item {
    font-size: clamp(10px, 2vw, 12px);
  }
}
#access .university .university_list_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
}
#access .university .university_list_num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 1.5em;
  background: #db6150;
  background: #910000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
#access .university .university_list_dot {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 10px;
  border-bottom: 1px dotted #333;
  position: relative;
  top: 0.8em;
  margin: 0 4px;
}
#access .university .university_list_station {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Scss Document */
#design .main {
  width: 100%;
  position: relative;
}
#design .design .design_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #design .design .design_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #design .design .design_inner.is-entrance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#design .design .design_inner.is-facade {
  background: url(../img/design/design_bg.webp) center/cover no-repeat, #db6150;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #design .design .design_inner.is-facade {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #design .design .design_inner.is-facade {
    background: url(../img/design/design_bg.webp) 32%/cover no-repeat, #db6150;
  }
}
#design .design .design_entrance {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #design .design .design_entrance {
    width: 100%;
  }
}
#design .design .design_entrance img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #design .design .design_entrance {
    grid-column: 1;
    grid-row: 1;
  }
}
#design .design .design_head {
  width: 30%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  background: url("../img/design/design_cloud.webp") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  #design .design .design_head {
    width: 100%;
    aspect-ratio: 800/600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#design .design .design_head .design_head_ttl {
  margin: 30% auto 0;
  max-width: 250px;
  display: block;
}
@media screen and (max-width: 768px) {
  #design .design .design_head .design_head_ttl {
    margin: auto;
  }
}
#design .design .design_txt {
  width: 50%;
  color: #fff;
  padding: clamp(40px, 5.5555555556vw, 80px) 160px clamp(40px, 5.5555555556vw, 80px) 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 3vw, 44px);
}
@media screen and (max-width: 1024px) {
  #design .design .design_txt {
    width: 100%;
    padding: 30px 20px;
    gap: 44px;
  }
}
#design .design .design_txt .design_txt-ttl {
  font-family: "Cinzel", serif;
  font-size: 22px;
  line-height: 0.6;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.8em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#design .design .design_txt .design_txt-desc {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}
#design .design .design_facade {
  width: 50%;
  max-width: 700px;
  position: relative;
  z-index: 3;
  -ms-flex-item-align: end;
      align-self: end;
}
@media screen and (max-width: 1024px) {
  #design .design .design_facade {
    width: 100%;
    max-width: 720px;
  }
}
#design .design .design_facade img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transform: scale(1.3) translate(-80px, -46px);
          transform: scale(1.3) translate(-80px, -46px);
}
@media screen and (max-width: 1024px) {
  #design .design .design_facade img {
    -webkit-transform: scale(1) translate(0px);
            transform: scale(1) translate(0px);
  }
}
@media screen and (max-width: 768px) {
  #design .design .design_facade {
    grid-column: 1;
    grid-row: 4;
    width: 100%;
    margin-top: 0;
    justify-self: auto;
  }
}
#design .design .design_hall {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  background: #000;
}
@media screen and (max-width: 768px) {
  #design .design .design_hall {
    padding-top: 10.66666664vw;
    gap: 40px;
  }
}
#design .design .design_hall_img {
  width: 100%;
  aspect-ratio: 144/100;
}
#design .design .design_hall_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#design .design .design_hall_txt {
  width: 100%;
  padding: 0 clamp(20px, 2.7777777778vw, 40px);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #design .design .design_hall_txt {
    padding: 0 20px;
  }
}
#design .design .design_hall_txt_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
#design .design .design_hall_txt_ttl {
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Cinzel", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 86px;
  font-weight: 400;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #design .design .design_hall_txt_ttl {
    font-size: 60px;
  }
}
#design .design .design_hall_txt_ttl span {
  display: block;
}
#design .design .design_hall_txt_ttl .is-small {
  font-size: 38px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #design .design .design_hall_txt_ttl .is-small {
    font-size: 27px;
  }
}
#design .design .design_hall_txt_sub {
  font-size: clamp(18px, 6vw, 28px);
  font-weight: 700;
}
#design .design .design_hall_txt_desc {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #design .design .design_hall_txt_desc {
    font-size: 14px;
  }
}
#design .design .design_hall_txt_desc span {
  display: inline-block;
  font-weight: 600;
}

/* Scss Document */
/*plan
*******************************************/
#plan .main {
  width: 100%;
  position: relative;
}
#plan .main .main_txt {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #plan .main .main_txt {
    font-size: 7vw;
  }
}
#plan .guide .guide_intro {
  width: 100%;
  aspect-ratio: 16/6;
}
@media screen and (max-width: 768px) {
  #plan .guide .guide_intro {
    aspect-ratio: 16/9;
  }
}
#plan .guide .guide_intro img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#plan .guide .guide_wrap {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  #plan .guide .guide_wrap {
    margin-top: 80px;
  }
}
#plan .guide .guide_note .guide_note_head {
  text-align: center;
}
#plan .guide .guide_note .guide_note_ttl {
  font-family: "Cinzel", serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #plan .guide .guide_note .guide_note_ttl {
    font-size: 48px;
  }
}
#plan .guide .guide_note .guide_note_sub {
  margin-top: 12px;
  font-size: 15px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #plan .guide .guide_note .guide_note_sub {
    font-size: clamp(10px, 2.933333326vw, 12px);
  }
}
#plan .guide .guide_note .guide_note_lead {
  margin-top: 70px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #plan .guide .guide_note .guide_note_lead {
    margin-top: 50px;
    font-size: 16px;
  }
}
#plan .guide .guide_note .guide_note_txt {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  #plan .guide .guide_note .guide_note_txt {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.9;
  }
}
#plan .guide .guide_note .guide_note_txt li {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#plan .guide .guide_note .guide_note_txt li::before {
  content: "□";
}
#plan .guide .guide_ttl {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  #plan .guide .guide_ttl {
    font-size: 22px;
  }
}
#plan .guide .guide_grid {
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px;
}
@media screen and (max-width: 768px) {
  #plan .guide .guide_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#plan .guide .guide_item_figure {
  width: 80%;
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #plan .guide .guide_item_figure {
    width: 100%;
  }
}
#plan .guide .guide_item_txt {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #plan .guide .guide_item_txt {
    margin-top: 8px;
  }
}
#plan .guide .guide_single {
  margin: 80px auto 0;
}
#plan .btn_wrap {
  padding: 10.5rem 0 16rem;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap {
    padding: 12% 0;
  }
}
#plan .btn_wrap .btn_box {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.5rem, 1%);
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
}
#plan .btn_wrap .btn_box a {
  width: 100%;
  background-color: #db6150;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 41px 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box a {
    padding: 2.3rem 1rem;
  }
}
#plan .btn_wrap .btn_box .type {
  font-size: 55px;
  line-height: 0.47;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .type {
    font-size: clamp(10px, 7.466666648vw, 55px);
    line-height: 0.4;
  }
}
#plan .btn_wrap .btn_box .type small {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .type small {
    font-size: clamp(10px, 3.066666659vw, 20px);
  }
}
#plan .btn_wrap .btn_box .ldk {
  width: 100%;
  font-size: 27px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  line-height: 1;
  padding: 11px 0;
  margin: 25px auto 30px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .ldk {
    font-size: clamp(10px, 4.933333321vw, 27px);
  }
}
#plan .btn_wrap .btn_box .spec_ttl {
  font-size: 16px;
  border: 1px solid currentColor;
  padding: 4px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .spec_ttl {
    font-size: clamp(10px, 2.933333326vw, 12px);
  }
}
#plan .btn_wrap .btn_box .size {
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .size {
    font-size: clamp(10px, 5.199999987vw, 32px);
  }
}
#plan .btn_wrap .btn_box .size span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .size span {
    font-size: clamp(10px, 3.733333324vw, 16px);
  }
}
#plan .btn_wrap .btn_box .size small {
  font-size: 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .size small {
    font-size: clamp(10px, 3.333333325vw, 15px);
  }
}
#plan .btn_wrap .btn_box .com-note {
  font-size: 14px;
  margin-top: 10px;
}
#plan .btn_wrap .btn_box .note {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  margin-top: 1.4em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .note {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#plan .btn_wrap .btn_box .note.fs-14 {
  font-size: 14px;
  line-height: 1.3571428571;
  margin-top: 0.3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #plan .btn_wrap .btn_box .note.fs-14 {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}
#plan .btn_wrap .btn_box .more {
  font-size: 14px;
  color: #000;
  background-color: #e5ded3;
  padding: 12px 0;
  margin-top: auto;
}
#plan .btn_wrap .btn_box_txt {
  font-size: 12px;
  width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}

#type .main .main_txt {
  font-size: 36px;
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #type .main .main_txt {
    font-size: 7vw;
  }
}
#type .type_wrap {
  background: url(../img/plan/bg_plan_detail.webp) no-repeat center center/cover;
  padding: 100px 0;
}
#type .type_wrap .com-content {
  max-width: 1080px;
  background: #fff;
}
#type .type_wrap .spec-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#type .type_wrap .spec-wrap .type {
  font-size: 74px;
  color: #fff;
  background-color: #db6150;
  padding: 50px 0;
  line-height: 0.5;
  width: 17%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .type {
    font-size: 9.866666642vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7.199999982vw 7.199999982vw;
  }
}
#type .type_wrap .spec-wrap .type small {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .type small {
    font-size: 3.866666657vw;
  }
}
#type .type_wrap .spec-wrap .ldk {
  display: none;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .ldk {
    display: block;
    font-size: 11.99999997vw;
    margin-right: 0;
    margin-left: 5%;
  }
}
#type .type_wrap .spec-wrap .spec_info {
  width: 78%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info {
    width: 100%;
    margin: 20px;
    margin-bottom: 0;
  }
}
#type .type_wrap .spec-wrap .spec_info .up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #123922;
  padding-left: 46px;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up {
    padding-left: 0px;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .ldk {
  display: block;
  font-size: 66px;
  margin-right: 4%;
  color: #231815;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .ldk {
    display: none;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .roomsize {
  font-size: 18px;
  color: #231815;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .roomsize {
    font-size: 3.733333324vw;
    width: 100%;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .size1 {
  font-size: 29px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .size1 {
    font-size: 3.866666657vw;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .size2 {
  font-size: 19px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .size2 {
    font-size: 3.866666657vw;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .sp {
    display: block;
  }
}
#type .type_wrap .spec-wrap .spec_info .up .com-note {
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .up .com-note {
    margin-left: 0;
    font-size: clamp(10px, 1.866666662vw, 14px);
  }
}
#type .type_wrap .spec-wrap .spec_info .down {
  padding: 30px 0 20px 46px;
  color: #231815;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .down {
    padding: 1vw 0 0 0;
  }
}
#type .type_wrap .spec-wrap .spec_info .down .roomnum {
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .spec-wrap .spec_info .down .roomnum {
    font-size: 3.599999991vw;
  }
}
#type .type_wrap .spec-wrap .spec_info .down .roomnum span:first-of-type {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
#type .type_wrap .type_img {
  margin: 6rem auto;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #type .type_wrap .type_img {
    margin: 6% auto;
  }
}
#type .type_wrap.a_type .type_img {
  width: 50.7rem;
}
@media screen and (max-width: 768px) {
  #type .type_wrap.a_type .type_img {
    width: 27.885rem;
  }
}

.btn_print {
  background: #db6150;
  width: 80%;
  max-width: 380px;
  height: auto;
  display: block;
  margin: 100px auto 0;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn_print {
    padding: 4vw 0;
  }
}

/* 印刷設定
*******************************************/
@media print {
  #type .com-content {
    padding: 10px 0 !important;
  }
  #type .type_wrap {
    padding: 0 !important;
  }
  #type .type_wrap .spec-wrap {
    padding-bottom: 25px;
  }
  #type .type_wrap .spec-wrap .type {
    font-size: 36px;
    padding: 20px 10px;
    line-height: 1;
    border: 1px solid #000;
  }
  #type .type_wrap .spec-wrap .type small {
    font-size: 20px;
  }
  #type .type_wrap .spec-wrap .spec_info {
    width: 86%;
  }
  #type .type_wrap .spec-wrap .spec_info .up {
    padding-left: 20px;
  }
  #type .type_wrap .spec-wrap .spec_info .up .ldk {
    font-size: 40px;
    margin-right: 10px;
    margin-top: 0;
    padding-bottom: 5px;
  }
  #type .type_wrap .spec-wrap .spec_info .down {
    padding: 10px 0 0px 20px;
  }
  #type .type_wrap .spec-wrap .spec_info .down .roomnum {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #type .type_wrap .type_img {
    margin: 0 auto;
  }
  #type .type_wrap.a_type .type_img, #type .type_wrap.c_type .type_img {
    width: 60% !important;
    max-width: 60% !important;
  }
  #type .type_wrap.b_type .type_img {
    width: 45% !important;
    max-width: 45% !important;
  }
  #type .type_wrap.e_type .type_img {
    width: 50% !important;
    max-width: 50% !important;
  }
  #type .type_wrap.d_type .type_img, #type .type_wrap.i_type .type_img {
    width: 55% !important;
    max-width: 55% !important;
  }
  #type .type_wrap.f_type .type_img, #type .type_wrap.g_type .type_img {
    width: 70% !important;
    max-width: 70% !important;
  }
  #type .type_wrap.h_type .type_img {
    width: 90% !important;
    max-width: 90% !important;
  }
  #type .type_wrap .footer_call {
    padding: 10px 0;
  }
  #type footer {
    display: none;
  }
}
/* Scss Document */
#equipment .scroll-hint-text {
  letter-spacing: 0 !important;
}
#equipment .inblock {
  display: inline-block;
}
#equipment .ttl_box p {
  font-family: "Cinzel", serif;
}
#equipment .font_ls0 {
  letter-spacing: 0.05em;
}
#equipment .font_ls1 {
  letter-spacing: 0.1em;
}
#equipment .font_ls_m0 {
  letter-spacing: -0.05em !important;
}
#equipment .com-content.w1000 {
  max-width: 1000px;
}
#equipment .com-content.w1110 {
  max-width: 1110px;
}
#equipment .c000 {
  color: #000;
}
#equipment .com-note.com-note-r {
  text-align: right;
}
#equipment .com-head {
  text-align: center;
}
#equipment .com-head .com-head-ttl {
  font-family: "Cinzel", serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #equipment .com-head .com-head-ttl {
    font-size: 48px;
  }
}
#equipment .com-head .com-head-sub-ttl {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #equipment .com-head .com-head-sub-ttl {
    font-size: 18px;
  }
}
#equipment .com-head .com-head-sub-ttl span {
  font-weight: 700;
  display: inline-block;
}
#equipment .com-head .com-head-desc {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #equipment .com-head .com-head-desc {
    font-size: 14px;
  }
}
#equipment .com-head .com-head-desc span {
  display: inline-block;
}
#equipment .main .main_txt {
  font-size: 36px;
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #equipment .main .main_txt {
    font-size: 7vw;
  }
}
#equipment .main .com-note {
  margin-bottom: 0 !important;
}
#equipment {
  /*********************************************/
}
#equipment .facility .facility_fv {
  width: 100%;
  aspect-ratio: 16/5;
}
@media screen and (max-width: 768px) {
  #equipment .facility .facility_fv {
    aspect-ratio: 5/3;
  }
}
#equipment .facility .facility_fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .facility .facility_head {
  padding: 40px 0 60px;
}
#equipment .facility .facility_items {
  display: grid;
  grid-template-columns: 1fr 1fr 200px;
  gap: 40px clamp(20px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  #equipment .facility .facility_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #equipment .facility .facility_item {
    max-width: 300px;
  }
}
#equipment .facility .facility_item .facility_item_img {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  #equipment .facility .facility_item .facility_item_img {
    height: 500px;
  }
}
#equipment .facility .facility_item .facility_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .facility .facility_item .facility_item_ttl_en {
  font-family: "Cinzel", serif;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 14px 0 4px;
  border-bottom: 1px solid #000;
}
#equipment .facility .facility_item .facility_item_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 8px 0;
}
#equipment .facility .facility_item .facility_item_desc {
  letter-spacing: 0.1em;
}
#equipment .special {
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  #equipment .special {
    margin: 10.66666664vw 0 0;
  }
}
#equipment .special .special_fv {
  width: 100%;
  aspect-ratio: 1920/1084;
}
#equipment .special .special_fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .special .special_bg {
  padding-bottom: 50px;
  background: url("../img/equipment/special/special_bg.webp") no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  #equipment .special .special_bg {
    padding-bottom: 5.33333332vw;
  }
}
#equipment .special .special_head {
  padding: 40px 0 60px;
}
#equipment .special .special_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 20px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 52fr 44fr;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 768px) {
  #equipment .special .special_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
#equipment .special .special_item_sub {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #equipment .special .special_item_sub {
    font-size: 16px;
  }
}
#equipment .special .special_item_desc {
  letter-spacing: 0.1em;
}
#equipment .special .special_bubble_ttl {
  font-size: 24px;
  font-size: clamp(18px, 1.6666666667vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: underline;
  margin-bottom: 10px;
}
#equipment .special .special_bubble_img {
  margin-top: 10px;
  width: 100%;
  aspect-ratio: 21/10;
  background: #fff;
  place-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#equipment .special .special_bubble_img img {
  -o-object-fit: contain;
     object-fit: contain;
}
#equipment .special .special_bubble_feature .special_bubble_feature_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  #equipment .special .special_bubble_feature .special_bubble_feature_imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#equipment .special .special_bubble_feature .special_bubble_feature_img {
  margin-top: 12px;
  width: 50%;
}
@media screen and (max-width: 600px) {
  #equipment .special .special_bubble_feature .special_bubble_feature_img {
    width: 100%;
  }
}
#equipment .special .special_refa_ttl {
  text-align: center;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: 700;
}
#equipment .special .special_refa_img {
  margin-top: 10px;
  aspect-ratio: 4/3;
}
#equipment .special .special_refa_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .special .special_refa_water .special_refa_water_imgs {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
#equipment .special .special_refa_water .special_refa_water_img {
  width: 100%;
}
#equipment .special .special_refa_water .special_refa_water_img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .special .special_refa_water .special_refa_water_img figcaption {
  margin-top: 4px;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#equipment .others {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #equipment .others {
    padding: 10.66666664vw 0;
  }
}
#equipment .others .others_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
#equipment .others .others_item_ttl {
  font-family: "Cinzel", serif;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding-bottom: 4px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
#equipment .others .others_item_sub {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
#equipment .others .others_item_desc {
  letter-spacing: 0.1em;
}
#equipment .others .others_security .others_security_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  #equipment .others .others_security .others_security_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#equipment .others .others_security .others_security_auto-lock {
  grid-area: 1/1/3/2;
  padding-right: 20px;
  border-right: 1px dotted #333;
}
@media screen and (max-width: 768px) {
  #equipment .others .others_security .others_security_auto-lock {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px dotted #333;
  }
}
#equipment .others .others_security .others_security_auto-lock .others_item_sub {
  letter-spacing: 0;
}
#equipment .others .others_security .others_security_auto-lock .others_security_auto-lock_img {
  margin: 10px auto 0;
  width: 90%;
}
#equipment .others .others_security .others_security_camera {
  grid-area: 1/2/2/3;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 768px) {
  #equipment .others .others_security .others_security_camera {
    padding-left: 0;
    padding-top: 20px;
  }
}
#equipment .others .others_security .others_security_camera .others_security_camera_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
#equipment .others .others_security .others_security_camera .others_security_camera_img {
  width: 30%;
  max-width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #equipment .others .others_security .others_security_camera .others_security_camera_img {
    max-width: 80px;
  }
}
#equipment .others .others_security .others_security_camera .others_security_camera_map {
  margin: 8px auto 0;
  width: 100%;
}
#equipment .others .others_security .others_security_elevator {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .others .others_security .others_security_elevator {
    padding-left: 0;
  }
}
#equipment .others .others_structure .others_structure_items {
  display: grid;
  grid-template-columns: 4fr 4fr 5fr;
}
@media screen and (max-width: 768px) {
  #equipment .others .others_structure .others_structure_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#equipment .others .others_structure .others_structure_wall {
  padding-right: 20px;
  border-right: 1px dotted #333;
}
@media screen and (max-width: 768px) {
  #equipment .others .others_structure .others_structure_wall {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px dotted #333;
  }
}
#equipment .others .others_structure .others_structure_wall .others_structure_wall_img {
  margin: 20px auto 0;
  width: 100%;
  max-width: 400px;
}
#equipment .others .others_structure .others_structure_base {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #equipment .others .others_structure .others_structure_base {
    padding: 20px 0;
  }
}
#equipment .others .others_structure .others_structure_base .others_structure_base_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 8px;
}
#equipment .others .others_structure .others_structure_base .others_structure_base_flex .others_item_desc {
  width: 44%;
  min-width: 130px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#equipment .others .others_structure .others_structure_base .others_structure_base_img {
  width: 50%;
  max-width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#equipment .others .others_structure .others_structure_jio {
  padding: 20px;
  border: 4px solid #48548e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#equipment .others .others_structure .others_structure_jio img {
  width: 100%;
}
#equipment .others .others_structure .others_structure_jio .others_structure_jio_note {
  padding: 10px;
  background: #e3e5e7;
  font-size: 12px;
  letter-spacing: 0;
}
#equipment .others .others_items_flex {
  display: grid;
  grid-template-columns: 4fr 3fr 3fr;
  gap: 40px clamp(20px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  #equipment .others .others_items_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#equipment .others .others_ventilation .others_ventilation_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#equipment .others .others_ventilation .others_ventilation_txt {
  width: 35%;
  min-width: 144px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#equipment .others .others_ventilation .others_ventilation_img {
  width: 42%;
  min-width: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#equipment .others .others_comfort .others_comfort_img {
  width: 90%;
  margin: 0 auto;
  max-width: 400px;
}
#equipment .others .others_public .others_item_sub {
  white-space: nowrap;
}
#equipment .others .others_public .others_public_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
#equipment .others .others_public .others_public_img {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#equipment {
  /*********************************************/
}
#equipment .security_wrap .security_ttl {
  background: url(../img/equipment/bg_sec_main.webp) center center/cover no-repeat;
  padding: 4% 0 4%;
  position: relative;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .security_ttl {
    padding: 10% 0 10%;
    height: 410px;
  }
}
#equipment .security_wrap .main_box {
  text-align: left;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .main_box {
    max-width: 90%;
  }
}
#equipment .security_wrap .main_ttl {
  width: 100%;
  font-size: clamp(40px, 4vw, 54px);
  letter-spacing: 0.1em;
  font-family: "Imbue", serif;
  line-height: 1.1666666667;
}
#equipment .security_wrap .main_sub {
  width: 100%;
  font-size: clamp(20px, 3vw, 28px);
  letter-spacing: 0.1em;
}
#equipment .security_wrap .main_desc {
  width: 100%;
  font-size: clamp(14px, 2vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.875;
}
#equipment .security_wrap .ttl_box {
  width: 100%;
  margin: 6.4% auto 2.8%;
  border-bottom: 1px solid #222;
  color: #222;
}
#equipment .security_wrap .ttl_box p {
  text-align: center;
  line-height: 0.6;
  font-size: 28px;
  color: #222;
}
#equipment .security_wrap .secu_t1 {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
#equipment .security_wrap .secu_t2 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_t2 {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}
#equipment .security_wrap .secu_t2 {
  line-height: 1.4285714286;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_t2 {
    margin-top: 4px;
  }
}
#equipment .security_wrap .secu_lead {
  text-align: center;
  border-bottom: 1px solid #000000;
  color: #29343d;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_lead {
    font-size: clamp(10px, 4.666666655vw, 25px);
  }
}
#equipment .security_wrap .secu_lead {
  line-height: 0.77;
  margin-bottom: 3.4rem;
}
#equipment .security_wrap .secu_main_wrap {
  padding: 5cqi 0;
  width: 100%;
  position: relative;
  background: url("../img/equipment/secu_main.webp") center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_main_wrap {
    background-position: 87% center;
  }
}
#equipment .security_wrap .secu_main_wrap .cover-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 74%;
  height: 100%;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, color-stop(10.07%, rgba(46, 73, 98, 0.7)), color-stop(102.7%, rgba(46, 73, 98, 0)));
  background: linear-gradient(90deg, rgba(46, 73, 98, 0.7) 10.07%, rgba(46, 73, 98, 0) 102.7%);
}
#equipment .security_wrap .secu_main_wrap .txt_box .ttl {
  font-size: clamp(36px, 5vw, 72px);
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_main_wrap .txt_box .ttl {
    letter-spacing: 0.02em;
  }
}
#equipment .security_wrap .secu_main_wrap .txt_box .lead {
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: 0.3em;
  line-height: 1.641025641;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_main_wrap .txt_box .lead {
    letter-spacing: 0.01em;
  }
}
#equipment .security_wrap .secu_main_wrap .txt_box .txt {
  font-size: clamp(14px, 3vw, 18px);
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
  margin: 1.2em 0 0;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_main_wrap .txt_box .txt {
    letter-spacing: 0.01em;
  }
}
#equipment .security_wrap .secu_main_wrap .com-cap {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  color: #fff;
}
#equipment .security_wrap .security_bg {
  background: url("../img/equipment/secu_bg.png") top center/100% auto no-repeat;
  background-size: cover;
  font-family: "Noto Sans JP";
}
#equipment .security_wrap .point-wrap {
  padding: 5.2% 0 2.2%;
}
#equipment .security_wrap .point-wrap .copy-area .copy-box {
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .point-wrap .copy-area .copy-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#equipment .security_wrap .point-wrap .copy-area .copy-box .img {
  width: 16.6%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .point-wrap .copy-area .copy-box .img {
    width: 100%;
    max-width: 166px;
    margin: 0 auto 4%;
  }
}
#equipment .security_wrap .point-wrap .copy-area .copy-box .lead {
  font-size: clamp(22px, 2.5vw, 26px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0d4471;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .point-wrap .copy-area .copy-box .lead {
    letter-spacing: 0.1em;
    text-align: left;
    width: 95%;
    margin: auto;
  }
}
#equipment .security_wrap .point-wrap .point-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4.3rem auto 0;
  max-width: 988px;
}
#equipment .security_wrap .point-wrap .point-area .point-box {
  width: 30.5%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .point-wrap {
    padding: 23px 0 40px;
  }
  #equipment .security_wrap .point-wrap .point-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
  }
  #equipment .security_wrap .point-wrap .point-area .point-box {
    width: 85%;
    max-width: 300px;
    border-radius: 1.4rem;
  }
}
#equipment .security_wrap .merit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#equipment .security_wrap .merit-wrap .left {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .merit-wrap .left {
    width: 100%;
  }
}
#equipment .security_wrap .merit-wrap .left .merit_box {
  padding: 2.6rem 7% 10%;
}
#equipment .security_wrap .merit-wrap .left .merit_box .ttl {
  margin-bottom: 1em;
  position: relative;
}
#equipment .security_wrap .merit-wrap .left .merit_box .ttl::after {
  position: absolute;
  content: "";
  width: 64%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 184, 238)), to(rgb(28, 80, 161)));
  background: linear-gradient(90deg, rgb(0, 184, 238) 0%, rgb(28, 80, 161) 100%);
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.5em;
}
#equipment .security_wrap .merit-wrap .left .merit_box figure {
  margin-top: 2rem;
}
#equipment .security_wrap .merit-wrap .left .merit_box figure:last-child {
  width: 91%;
  margin-left: auto;
  margin-right: auto;
}
#equipment .security_wrap .merit-wrap .right {
  width: 68.3%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .merit-wrap .right {
    margin-top: 5%;
    width: 100%;
  }
}
#equipment .security_wrap .merit-wrap .right .merit_box figure:first-of-type {
  margin-top: 2.6%;
  width: 89%;
}
#equipment .security_wrap .merit-wrap .right .merit_box figure:nth-of-type(2) {
  margin-top: 5.6%;
  width: 90%;
}
#equipment .security_wrap .merit-wrap .merit_box {
  text-align: center;
  background-color: #fff;
  padding: 2.6rem 1% 4.2%;
  border-radius: 1rem;
}
#equipment .security_wrap .merit-wrap .merit_box .ttl {
  font-size: 24px;
  line-height: 1.2380952381;
  color: #0d4471;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#equipment .security_wrap .merit-wrap .merit_box .desc {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #222222;
  letter-spacing: 0.07em;
  margin-top: 1.1em;
}
#equipment .security_wrap .merit-wrap .merit_box .hightlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f7ed12));
  background: linear-gradient(transparent 60%, #f7ed12 60%);
}
#equipment .security_wrap .merit-wrap .merit_box figure {
  margin-right: auto;
  margin-left: auto;
}
#equipment .security_wrap .onetime-wrap {
  padding-top: 2.7%;
}
#equipment .security_wrap .onetime-wrap .onetime {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 184, 238)), to(rgb(28, 80, 161)));
  background: linear-gradient(90deg, rgb(0, 184, 238) 0%, rgb(28, 80, 161) 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2% 4.5% 1.5% 4.3%;
  border-radius: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .onetime-wrap .onetime {
    padding: 3% 4.5%;
  }
}
#equipment .security_wrap .onetime-wrap .onetime .ttl {
  font-weight: 700;
  font-size: clamp(20px, 3vw, 22px);
  line-height: 1.1904761905;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .onetime-wrap .onetime .ttl {
    text-align: center;
    line-height: 1.8;
  }
}
#equipment .security_wrap .onetime-wrap .onetime .desc {
  font-size: 14px;
  line-height: 1.4642857143;
  letter-spacing: -0.05em;
  font-weight: 500;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .onetime-wrap .onetime .desc {
    text-align: center;
    line-height: 1.8;
  }
}
#equipment .security_wrap .onetime-wrap .onetime .txt_box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .onetime-wrap .onetime .txt_box {
    width: 100%;
  }
}
#equipment .security_wrap .onetime-wrap .onetime .img_box {
  width: 46%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .onetime-wrap .onetime .img_box {
    width: 100%;
    margin-top: 4%;
  }
}
#equipment .security_wrap .secu_list_wrap {
  background: #e5ded3;
  padding: 50px 0;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap {
    padding: 5.5% 0 5%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_cont_grid {
  display: grid;
  grid-template-columns: 6fr 4fr;
  grid-template-rows: repeat(2, auto);
  gap: 30px;
  margin: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_cont_grid {
    grid-template-columns: 1fr;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_cont_grid .cont-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#equipment .security_wrap .secu_list_wrap .secu_cont_grid .cont-row {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#equipment .security_wrap .secu_list_wrap .secu_cont_grid .cont-row-40 {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
#equipment .security_wrap .secu_list_wrap .secu_cont_grid .cont-row-50 {
  display: grid;
  grid-template-columns: 5.5fr 4.5fr;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
#equipment .security_wrap .secu_list_wrap .secu_cont_grid .cont-row-genkan {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_cont_grid .cont-row-genkan {
    grid-template-columns: 1fr;
  }
}
#equipment .security_wrap .secu_list_wrap .ttl_box {
  width: 100%;
  margin: 0;
  margin-bottom: 32px;
  font-weight: bold;
  color: #478593;
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .ttl_box {
    margin-bottom: 20px;
  }
}
#equipment .security_wrap .secu_list_wrap .ttl_box h2 {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .p1 {
  font-size: 12px;
  letter-spacing: -0.04em;
  line-height: 2;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .secu_t1 {
  font-size: clamp(16px, 3vw, 16px);
  letter-spacing: 0;
  line-height: 1.5625;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox {
  width: 100% !important;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox .secu_t2 {
  font-size: clamp(14px, 3vw, 14px);
  margin: 0;
  width: 100%;
  line-height: 1.4285714286;
  letter-spacing: -0.04em;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox .img {
  width: 22.9%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  z-index: 1;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box {
    gap: 10px;
    width: 100%;
    margin-bottom: 5px;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box .img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box .img {
    width: 45%;
    margin-inline: auto;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box .secu_t2 {
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box .secu_t2 {
    font-size: 14px;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box .tbox_2 .img_box .tbox_2_map {
  width: 100%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-1 {
  width: 48.8%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-1 .tbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-1 .tbox .secu_t2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-1 .tbox .secu_t2 {
    font-size: 14px;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box-1 .alsok_map {
  margin-top: 0rem;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-1 .alsok_map {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-1 {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 {
  width: 45.4%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 .tbox .secu_t2 {
  width: 60%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 .tbox .img {
  width: 32.3%;
}
#equipment .security_wrap .secu_list_wrap .alsok_box-2 .alsok_map {
  margin: 1.4rem 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 63%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-2 .alsok_map {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .alsok_box-2 {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li {
    margin-bottom: 30px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex img {
  width: 160px;
  height: 172px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.--flex img {
    width: 100%;
    height: 140px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .tbox {
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li .tbox {
    width: 100%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w32 {
  width: 32%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w32 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w28 {
  width: 28.5%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w28 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w26 {
  width: 26.7%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w26 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w24 {
  width: 24%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w24 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w24 img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li.w18 {
  width: 18.5%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li.w18 {
    width: 48%;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .name {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li .name {
    font-size: clamp(10px, 3.599999991vw, 17px);
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .name {
  color: #231815;
  text-align: center;
  margin: 0.5em 0;
  letter-spacing: 0;
  line-height: 1.4705882353;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .txt {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li .txt {
    font-size: clamp(10px, 2.933333326vw, 12px);
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .txt {
  line-height: 1.6666666667;
  color: #231815;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_list_box li .txt {
    font-size: 14px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_list_box li .com-note {
  margin-top: 1em;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box:last-child {
  width: 94.4%;
  margin: 0 auto;
}
#equipment .security_wrap .secu_list_wrap .secu_list_box:last-child li {
  margin-bottom: 30px;
}
#equipment .security_wrap .secu_list_wrap .secu_item_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_item_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_item_box .name {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_item_box .name {
    margin-top: 8px;
  }
}
#equipment .security_wrap .secu_list_wrap .secu_item_box .txt {
  font-size: 14px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .secu_list_wrap .secu_item_box .txt {
    line-height: 1.5384615385;
  }
}
#equipment .security_wrap .freeiD {
  padding: 5rem 0 11.2rem;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD {
    padding: 5.6% 0 0;
  }
}
#equipment .security_wrap .freeiD_lead {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.5428571429;
  letter-spacing: 0.04em;
  color: #0d4471;
  font-weight: 700;
  text-align: center;
}
#equipment .security_wrap .freeiD_ttl {
  color: #0d4471;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 24px);
  line-height: 1.7090909091;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 1em;
}
#equipment .security_wrap .freeiD_sub {
  color: #000000;
  font-size: clamp(16px, 3vw, 16px);
  font-weight: 500;
  line-height: 1.2352941176;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 0.5em;
}
#equipment .security_wrap .freeiD .merit-wrap {
  border-radius: 7px;
  background-color: #e8e9e9;
  margin-top: 6.6rem;
  padding: 1rem 3.6%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .merit-wrap {
    margin-top: 6.6%;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .lBox {
  width: 40%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .merit-wrap .lBox {
    width: 100%;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .lBox .ttl {
  font-size: 22px;
}
#equipment .security_wrap .freeiD .merit-wrap .lBox .desc {
  font-size: clamp(14px, 3vw, 16px);
}
#equipment .security_wrap .freeiD .merit-wrap .lBox figure {
  width: 95%;
  margin: 1rem auto 0;
}
#equipment .security_wrap .freeiD .merit-wrap .arrowBox {
  width: 16%;
  padding-top: 9.4%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5% 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 10px;
  }
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox figure {
    width: 7%;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .arrowBox p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(20px, 2.1vw, 20px);
  font-weight: 700;
  color: #0d4471;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
  line-height: 1.3674418605;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .merit-wrap .arrowBox p {
    width: auto;
    margin: 10% 0 0;
  }
}
#equipment .security_wrap .freeiD .merit-wrap .rBox {
  width: 42%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .merit-wrap .rBox {
    width: 100%;
  }
}
#equipment .security_wrap .freeiD .merit_box {
  background: transparent;
  padding: 0;
}
#equipment .security_wrap .freeiD .services {
  padding: 4% 3%;
  margin-top: 6.4rem;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .services {
    margin-top: 6.4%;
  }
}
#equipment .security_wrap .freeiD .services_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 2.9rem;
  row-gap: 1rem;
}
#equipment .security_wrap .freeiD .services_label {
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.1851851852;
  font-weight: 700;
  letter-spacing: 0;
  background: #2fb1e7;
  color: #fff;
  padding: 0.25em 0.8em;
}
#equipment .security_wrap .freeiD .services_lead {
  color: #0d4471;
  font-size: clamp(18px, 3vw, 22px);
  line-height: 1.2173913043;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#equipment .security_wrap .freeiD .services_lead:not(:last-child) {
  margin: 2.5em 0 1.1em;
}
#equipment .security_wrap .freeiD .services_ttl {
  font-size: 18px;
  line-height: 1.2352941176;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #0d4471;
}
#equipment .security_wrap .freeiD .services_desc {
  color: #222222;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2142857143;
  margin-top: 0.8em;
}
#equipment .security_wrap .freeiD .services_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 2rem;
}
#equipment .security_wrap .freeiD .services_box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .services_box {
    width: 100%;
  }
}
#equipment .security_wrap .freeiD .services_box.hor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#equipment .security_wrap .freeiD .services_box.hor .services_img {
  width: 41.2%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .services_box.hor .services_img {
    width: 50%;
    margin: 0 auto;
  }
}
#equipment .security_wrap .freeiD .services_box.hor .services_txt {
  width: 56.3%;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .services_box.hor .services_txt {
    width: 100%;
    margin-top: 1.6rem;
  }
}
#equipment .security_wrap .freeiD .services_box.ver .services_img {
  padding-right: 11.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #equipment .security_wrap .freeiD .services_box.ver .services_img {
    padding-right: 0;
  }
}
#equipment .security_wrap .freeiD .services_box.ver .services_img figure {
  width: 47%;
}
#equipment .security_wrap .freeiD .services_box.ver .services_txt {
  margin-top: 1.6rem;
}
#equipment .struct_wrap .main_box {
  text-align: left;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .main_box {
    max-width: 90%;
  }
}
#equipment .struct_wrap .main_ttl {
  width: 100%;
  font-size: clamp(40px, 4vw, 54px);
  letter-spacing: 0.1em;
  font-family: "Imbue", serif;
  margin-top: 5rem;
  line-height: 1.1666666667;
}
#equipment .struct_wrap .main_sub {
  width: 100%;
  font-size: clamp(20px, 3vw, 28px);
  letter-spacing: 0.1em;
}
#equipment .struct_wrap .struct_main_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 6.9%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_main_wrap .struct_main_img {
    height: 56.8vw;
  }
  #equipment .struct_wrap .struct_main_wrap .struct_main_img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
#equipment .struct_wrap .struct_main_wrap .txt_box {
  position: absolute;
  bottom: 12.4%;
  left: 20.3%;
  width: 61%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_main_wrap .txt_box {
    bottom: 12.4%;
    left: 0%;
    width: 100%;
  }
}
#equipment .struct_wrap .struct_main_wrap .com-cap {
  z-index: 1;
}
#equipment .struct_wrap .w970 {
  max-width: 970px;
}
#equipment .struct_wrap .struct_box {
  padding-top: 4%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box {
    padding: 5vw 2vw 3vw;
  }
}
#equipment .struct_wrap .struct_box .lead {
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  color: #1a1a1a;
  padding-bottom: 6%;
}
#equipment .struct_wrap .struct_box .survey_list {
  width: 100%;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .survey_list {
    margin: 6% auto 0;
  }
}
#equipment .struct_wrap .struct_box .survey_list li {
  margin-bottom: 4%;
}
#equipment .struct_wrap .struct_box .survey_list li.w48 {
  width: 46.8%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .survey_list li.w48 {
    width: 100%;
  }
}
#equipment .struct_wrap .struct_box .survey_list li.w33 {
  width: 31.3%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .survey_list li.w33 {
    width: 100%;
    padding: 0;
  }
}
#equipment .struct_wrap .struct_box .survey_list li.w48 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .survey_list li.w48 {
    width: 100%;
    padding: 0;
  }
}
#equipment .struct_wrap .struct_box .survey_list li.w100 {
  width: 100%;
}
#equipment .struct_wrap .struct_box .survey_list li .name {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #db6150;
  padding: 8px 0 7px;
  margin-bottom: 9px;
}
#equipment .struct_wrap .struct_box .survey_list li .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6923076923;
  color: #1a1a1a;
  letter-spacing: 0;
  text-align: justify;
}
#equipment .struct_wrap .struct_box .survey_list li .com-note {
  font-size: clamp(14px, 2vw, 14px);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
#equipment .struct_wrap .struct_box .com-note {
  color: #231f20;
}
#equipment .struct_wrap .struct_box .struct_list {
  width: 100%;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-content: space-between;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 {
  width: 100%;
  display: grid;
  grid-auto-columns: 2fr 1fr;
  grid-auto-flow: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 {
    grid-auto-flow: row;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 .struct_grid_2a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 .struct_grid_2a .struct_grid_3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 .struct_grid_2a .struct_grid_3 {
    grid-template-columns: 1fr;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li {
  width: 100%;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w200 figure {
  width: 209%;
  margin-top: unset;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w200 figure img {
  max-height: 210px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w200 figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li {
    width: 100%;
    margin-bottom: 25px;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w48 {
  width: 46.8%;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w48.img_insurance {
  width: 90%;
  padding: 20px 0 10px 0;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w48.insurance {
  gap: 20px;
  border: 1px solid #000;
  padding: 3.5% 2%;
  background-color: #fff;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w48 .txt_insurance_desc {
  font-size: 16px;
  line-height: 1.85;
  color: #1a1a1a;
  text-align: justify;
  letter-spacing: -0.04em;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w48 .txt_insurance {
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: -0.04em;
  color: #1a1a1a;
  text-align: justify;
  background-color: #e3e5e7;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li.w48 {
    width: 100%;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .name {
  font-size: 22px;
  color: #1a1a1a;
  text-align: center;
  border-bottom: 1px solid;
  margin-bottom: 0.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .name.mid {
  font-size: 18px;
  letter-spacing: 0em;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .name.sml {
  font-size: 17px;
  letter-spacing: 0em;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .name.two-lines {
  line-height: 1.1;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .name.__org {
  border: none;
  color: #d76a49;
  font-size: 20px;
  line-height: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .name.lrg-left {
  text-align: left;
  font-size: 32px;
  line-height: 36px;
  height: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .name {
    height: auto;
    padding-bottom: 5px;
    font-size: 20px;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: #1a1a1a;
  text-align: justify;
  margin-bottom: 2rem;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .txt.sml {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .txt {
    margin-bottom: 1rem;
    line-height: 1.6;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .txt.--h136 {
  height: 136px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .txt.--h136 {
    height: unset;
  }
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .txt span {
  font-size: clamp(12px, 2vw, 14px);
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li .txt_desc {
  font-size: 11px;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li figure {
  margin: 0 auto;
}
#equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li figure.struct_00 {
  width: 60%;
  margin: 10% 0;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list .struct_grid_1 li figure.struct_00 {
    width: 90%;
    margin: 0 auto;
  }
}
#equipment .struct_wrap .struct_box .struct_list li {
  width: 31.3%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#equipment .struct_wrap .struct_box .struct_list li.w200 figure {
  width: 209%;
  margin-top: unset;
}
#equipment .struct_wrap .struct_box .struct_list li.w200 figure img {
  max-height: 210px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li.w200 figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li {
    width: 100%;
    margin-bottom: 25px;
  }
}
#equipment .struct_wrap .struct_box .struct_list li.w48 {
  width: 46.8%;
}
#equipment .struct_wrap .struct_box .struct_list li.w48.insurance {
  gap: 20px;
  border: 1px solid #000;
  padding: 3.5% 2%;
  background-color: #fff;
}
#equipment .struct_wrap .struct_box .struct_list li.w48 .txt_insurance_desc {
  font-size: 16px;
  line-height: 1.85;
  color: #1a1a1a;
  text-align: justify;
  letter-spacing: -0.04em;
}
#equipment .struct_wrap .struct_box .struct_list li.w48 .txt_insurance {
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: -0.04em;
  color: #1a1a1a;
  text-align: justify;
  background-color: #e3e5e7;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li.w48 {
    width: 100%;
  }
}
#equipment .struct_wrap .struct_box .struct_list li .name {
  font-size: 22px;
  color: #1a1a1a;
  text-align: center;
  border-bottom: 1px solid;
  margin-bottom: 0.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
}
#equipment .struct_wrap .struct_box .struct_list li .name.mid {
  font-size: 18px;
  letter-spacing: 0em;
}
#equipment .struct_wrap .struct_box .struct_list li .name.sml {
  font-size: 17px;
  letter-spacing: 0em;
}
#equipment .struct_wrap .struct_box .struct_list li .name.two-lines {
  line-height: 1.1;
}
#equipment .struct_wrap .struct_box .struct_list li .name.__org {
  border: none;
  color: #d76a49;
  font-size: 20px;
  line-height: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
#equipment .struct_wrap .struct_box .struct_list li .name.lrg-left {
  text-align: left;
  font-size: 32px;
  line-height: 36px;
  height: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li .name {
    height: auto;
    padding-bottom: 5px;
    font-size: 20px;
  }
}
#equipment .struct_wrap .struct_box .struct_list li .txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: #1a1a1a;
  text-align: justify;
  margin-bottom: 2rem;
}
#equipment .struct_wrap .struct_box .struct_list li .txt.sml {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li .txt {
    margin-bottom: 1rem;
    line-height: 1.6;
  }
}
#equipment .struct_wrap .struct_box .struct_list li .txt.--h136 {
  height: 136px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li .txt.--h136 {
    height: unset;
  }
}
#equipment .struct_wrap .struct_box .struct_list li .txt span {
  font-size: clamp(12px, 2vw, 14px);
}
#equipment .struct_wrap .struct_box .struct_list li .txt_desc {
  font-size: 11px;
}
#equipment .struct_wrap .struct_box .struct_list li figure {
  margin: 0 auto;
}
#equipment .struct_wrap .struct_box .struct_list li figure.img_insurance {
  width: 90%;
  padding: 20px 0 10px 0;
}
#equipment .struct_wrap .struct_box .struct_list li figure.w80 {
  width: 80%;
}
#equipment .struct_wrap .struct_box .struct_list li figure.w100 {
  width: 100%;
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li figure {
    margin-top: 5px;
  }
}
#equipment .struct_wrap .struct_box .struct_list li.jio .name {
  border-bottom: none;
}
#equipment .struct_wrap .struct_box .struct_list li.jio figure {
  margin-top: 0;
  padding: 20px 14px 0 20px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_list li.jio figure {
    padding: 0 15px;
  }
}
#equipment .struct_wrap .struct_box .struct_list li.jio .txt {
  font-size: 15px;
  line-height: 1.4666666667;
  margin-block: 10px;
  width: 105%;
}
#equipment .struct_wrap .struct_box .struct_list li.jio .note {
  background-color: #ecf5f7;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.5384615385;
  letter-spacing: 0;
  margin-top: 10px;
}
#equipment .struct_wrap .struct_box .struct_list li.houseplus figure {
  margin-top: 0;
  margin-bottom: 10px;
}
#equipment .struct_wrap .struct_box .struct_list li.houseplus .title {
  font-size: 22px;
  color: #d76a49;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 10px;
}
#equipment .struct_wrap .struct_box .struct_list li.houseplus .title span {
  font-size: 16px;
}
#equipment .struct_wrap .struct_box .struct_list li.houseplus .txt {
  font-size: 15px;
}
#equipment .struct_wrap .struct_box .struct_list.struct_list-2 {
  margin-top: 25px;
}
#equipment .struct_wrap .struct_box .struct_list.struct_list-2 li {
  margin-bottom: 40px;
}
#equipment .struct_wrap .struct_box .struct_list.struct_list-2 li:nth-of-type(1) {
  padding-top: 4.1%;
}
#equipment .struct_wrap .struct_box .struct_list.struct_list-2 li:nth-of-type(2) {
  padding-top: 5%;
  padding-right: 6%;
}
#equipment .struct_wrap .struct_box .struct_list.struct_list-2 li:nth-of-type(3) {
  padding: 0 1.6%;
}
#equipment .struct_wrap .struct_box .struct_bnr {
  margin-top: 2rem;
  padding: 2rem;
  border: 4px solid #09387b;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr {
    padding: 1rem;
  }
}
#equipment .struct_wrap .struct_box .struct_bnr figure {
  width: 50%;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr figure {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#equipment .struct_wrap .struct_box .struct_bnr .name {
  font-size: 24px;
  text-align: center;
  color: #d76a49;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr .name {
    font-size: 16px;
    margin-bottom: 1rem;
    text-align: left;
    padding: 0 1rem;
  }
}
#equipment .struct_wrap .struct_box .struct_bnr .txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr .txt {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#equipment .struct_wrap .struct_box .struct_bnr .txt {
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000003;
  text-align: left;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr .txt {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    padding: 0 1rem;
  }
}
#equipment .struct_wrap .struct_box .struct_bnr .txt-2 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr .txt-2 {
    font-size: clamp(10px, 3.466666658vw, 16px);
  }
}
#equipment .struct_wrap .struct_box .struct_bnr .txt-2 {
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000003;
  text-align: center;
  margin-top: 1rem;
  background-color: #ebebeb;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .struct_bnr .txt-2 {
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    padding: 1.5rem 1rem;
  }
}
#equipment .struct_wrap .struct_box .construct_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#equipment .struct_wrap .struct_box .construct_list li {
  width: 50%;
  padding: 30px 4% 30px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #equipment .struct_wrap .struct_box .construct_list li.pl0 {
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  #equipment .struct_wrap .struct_box .construct_list li.pr0 {
    padding-right: 0;
  }
}
#equipment .struct_wrap .struct_box .construct_list li:nth-child(5), #equipment .struct_wrap .struct_box .construct_list li:nth-child(7) {
  width: 31.93%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li:nth-child(5), #equipment .struct_wrap .struct_box .construct_list li:nth-child(7) {
    width: 100%;
  }
}
#equipment .struct_wrap .struct_box .construct_list li:nth-child(6) {
  width: 36.14%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li:nth-child(6) {
    width: 100%;
  }
}
#equipment .struct_wrap .struct_box .construct_list li:nth-child(6), #equipment .struct_wrap .struct_box .construct_list li:nth-child(5), #equipment .struct_wrap .struct_box .construct_list li:nth-child(3), #equipment .struct_wrap .struct_box .construct_list li:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 3, 0.4);
  border-bottom: 1px solid rgba(0, 0, 3, 0.4);
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li:nth-child(6), #equipment .struct_wrap .struct_box .construct_list li:nth-child(5), #equipment .struct_wrap .struct_box .construct_list li:nth-child(3), #equipment .struct_wrap .struct_box .construct_list li:nth-child(1) {
    border-right: none;
  }
}
#equipment .struct_wrap .struct_box .construct_list li:nth-child(8) {
  padding-bottom: 0;
  border-right: 1px solid rgba(0, 0, 3, 0.4);
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li:nth-child(8) {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 3, 0.4);
    padding-bottom: 30px;
  }
}
#equipment .struct_wrap .struct_box .construct_list li:nth-child(9) {
  padding-bottom: 0;
}
#equipment .struct_wrap .struct_box .construct_list li:nth-child(7), #equipment .struct_wrap .struct_box .construct_list li:nth-child(4), #equipment .struct_wrap .struct_box .construct_list li:nth-child(2) {
  border-bottom: 1px solid rgba(0, 0, 3, 0.4);
}
#equipment .struct_wrap .struct_box .construct_list li.houseplus {
  padding: 50px 4% 0;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li.houseplus {
    padding: 30px 4% 30px;
  }
}
#equipment .struct_wrap .struct_box .construct_list li.houseplus .name {
  text-align: left;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li.houseplus .name {
    font-size: clamp(10px, 4.266666656vw, 22px);
  }
}
#equipment .struct_wrap .struct_box .construct_list li.houseplus .name {
  color: #d76a49;
  letter-spacing: 0;
  line-height: 1.1301827909;
  margin: 1.3em 0 0.8em;
}
#equipment .struct_wrap .struct_box .construct_list li.w3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li.w3 {
    width: 100%;
  }
}
#equipment .struct_wrap .struct_box .construct_list li.w3 figure {
  width: 90%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li.w3 figure {
    width: 100%;
  }
}
#equipment .struct_wrap .struct_box .construct_list li p.name {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li p.name {
    font-size: clamp(10px, 3.333333325vw, 15px);
  }
}
#equipment .struct_wrap .struct_box .construct_list li p.name {
  color: #000003;
  text-align: center;
  margin: 1.4em 0 0.3em;
}
#equipment .struct_wrap .struct_box .construct_list li p.txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap .struct_box .construct_list li p.txt {
    font-size: clamp(10px, 3.199999992vw, 14px);
  }
}
#equipment .struct_wrap .struct_box .construct_list li p.txt {
  line-height: 1.5384615385;
  color: #000003;
  text-align: justify;
  letter-spacing: 0;
}
#equipment .struct_wrap .struct_box .construct_list li p.com-note {
  color: #231815;
}
#equipment .struct_wrap .struct_box .construct_list .com-note {
  bottom: -20px;
  right: -10px;
}
#equipment .struct_wrap-2 {
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap-2 {
    padding-bottom: 30px;
  }
}
#equipment .struct_wrap-2 .struct_cnt {
  background-color: #fff;
}
#equipment .struct_wrap-2 .struct_box {
  background-color: transparent;
  padding: 58px 5.1%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap-2 .struct_box {
    padding-top: 5vw;
  }
}
#equipment .struct_wrap-2 .struct_box .insurance {
  padding-right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap-2 .struct_box .insurance {
    padding-right: 3% !important;
  }
}
#equipment .struct_wrap-2 .struct_box .insurance .img {
  width: 62%;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap-2 .struct_box .insurance .img {
    width: 100%;
  }
}
#equipment .struct_wrap-2 .struct_box .insurance .txt {
  width: 32%;
  line-height: 1.3846153846 !important;
}
@media screen and (max-width: 768px) {
  #equipment .struct_wrap-2 .struct_box .insurance .txt {
    margin-top: 1em;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap {
    padding: 1rem 0 0;
    color: #000;
  }
}
#equipment .smart_wrap .amenities_ttl {
  background: url(../img/equipment/bg_amenities_main.webp) center center/cover no-repeat;
  padding: 4% 0 4%;
  position: relative;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .amenities_ttl {
    padding: 10% 0 10%;
    height: 410px;
  }
}
#equipment .smart_wrap .main_box {
  text-align: left;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .main_box {
    max-width: 90%;
  }
}
#equipment .smart_wrap .main_ttl {
  width: 100%;
  font-size: clamp(40px, 4vw, 54px);
  letter-spacing: 0.1em;
  font-family: "Imbue", serif;
  line-height: 1.1666666667;
}
#equipment .smart_wrap .main_sub {
  width: 100%;
  font-size: clamp(20px, 3vw, 28px);
  letter-spacing: 0.1em;
}
#equipment .smart_wrap .main_desc {
  width: 100%;
  font-size: clamp(14px, 2vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.875;
}
#equipment .smart_wrap .amenities_multi {
  display: grid;
  grid-template-columns: 6.1fr 3.9fr;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .amenities_multi {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#equipment .smart_wrap .amenities_multi .amenities-ttl {
  background-color: #e5ded3;
  color: #fff;
  padding: 0 16px 3px;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  font-weight: 600;
}
#equipment .smart_wrap .amenities_multi .amenities-desc {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  font-family: sans-serif;
  padding: 0 25px 0 15px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .amenities_multi .amenities-desc {
    padding: 0;
  }
}
#equipment .smart_wrap .smart_box {
  position: relative;
}
#equipment .smart_wrap .main_ttl {
  width: 100%;
  font-size: clamp(40px, 4vw, 54px);
  font-weight: 200;
  letter-spacing: 0.2em;
  color: #fff;
}
#equipment .smart_wrap .main_ttl_iot {
  font-size: clamp(28px, 2vw, 31px);
  margin-top: 4%;
  margin-bottom: 2.5%;
}
#equipment .smart_wrap .main_ttl_iot .txt-lrg {
  font-size: 48px;
  line-height: 1;
}
#equipment .smart_wrap .smart_main_wrap {
  position: relative;
  margin: 2rem 0 0;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_main_wrap {
    margin: 3rem 0 0;
  }
}
#equipment .smart_wrap .smart_main_wrap .main_img1 {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_main_wrap .main_img1 {
    position: relative;
    width: 100%;
  }
}
#equipment .smart_wrap .smart_main_wrap .main_img1 img {
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1401px) {
  #equipment .smart_wrap .smart_main_wrap .main_img1 img {
    height: auto;
  }
}
#equipment .smart_wrap .smart_main_wrap .txt_box {
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_main_wrap .txt_box {
    position: relative;
    top: initial;
    left: initial;
    margin-top: 10px;
  }
}
#equipment .smart_wrap .smart_main_wrap .txt_box .img {
  width: 220px;
  height: auto;
  margin-top: 30px;
}
#equipment .smart_wrap .smart_main_wrap .txt_box .ttl {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  color: #ffffff;
}
#equipment .smart_wrap .smart_main_wrap .txt_box .ttl span {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_main_wrap .txt_box .ttl {
    margin-bottom: 2vw;
    letter-spacing: 0.1em;
    text-align: center;
    padding-right: 16px;
  }
  #equipment .smart_wrap .smart_main_wrap .txt_box .ttl span {
    font-size: 2.2rem;
  }
}
#equipment .smart_wrap .smart_main_wrap .txt_box .lead {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 28px;
  color: #fff;
}
#equipment .smart_wrap .smart_cont1_box {
  width: 100%;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-auto-columns: 3.6fr 6.1fr;
  grid-auto-flow: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 20px;
  font-family: sans-serif;
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1.remocon {
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .ttl {
  font-size: clamp(17px, 3vw, 22px);
  letter-spacing: 0.2em;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-block: 5px;
  text-align: center;
  background-color: #636065;
  color: #fff;
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .ttl.remocon {
  margin-bottom: 0px;
  display: initial;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .ttl {
    letter-spacing: 0.2em;
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .voice_img01 {
  position: absolute;
  width: 28%;
  bottom: 22px;
  right: 23%;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .voice_img01 {
    bottom: 42px;
    right: 4%;
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .voice_img02 {
  position: absolute;
  width: 27%;
  bottom: 68px;
  right: 5%;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .voice_img02 {
    right: 0;
    bottom: 88px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .txt {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .txt {
    width: 100%;
  }
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .note {
  width: 100%;
}
#equipment .smart_wrap .smart_cont1_box .smart_cont1 .batch {
  width: 80px;
  position: absolute;
  top: -10px;
  left: -24px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .smart_cont1_box .smart_cont1 .batch {
    left: -5px;
  }
}
#equipment .smart_wrap .remocon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .remocon {
    width: 100%;
  }
}
#equipment .smart_wrap .remocon .remocon_head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
#equipment .smart_wrap .remocon .remocon_head .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: unset;
}
#equipment .smart_wrap .remocon .remocon_head img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#equipment .smart_wrap .remocon .txt {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .remocon .txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #equipment .smart_wrap .remocon .remocon_img01 {
    position: relative;
    width: 100%;
    margin-top: 4vw;
  }
}
#equipment .smart_cont3_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 6rem 0 0;
  border: 4px solid #918488;
  position: relative;
}
#equipment .smart_cont3_box .smart-ttl {
  position: absolute;
  top: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-size: clamp(18px, 3vw, 28px);
  text-align: center;
  padding: 0.4rem 0 0.4rem 1rem;
  color: #636065;
}
#equipment .smart_cont3_box .multi_fgbb {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  padding: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_cont3_box .multi_fgbb {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 5px;
  }
}
#equipment .smart_cont3_box .multi_fgbb .multi_txt {
  letter-spacing: 0;
}
#equipment .smart_cont3_box .multi_fgbb .multi_outlet {
  letter-spacing: 0;
}
#equipment .smart_cont3_box .multi_fgbb .multi_outlet .multi_outlet_ttl {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_cont3_box {
    padding: 0 0 3rem;
    margin: 5rem 0 0;
  }
  #equipment .smart_cont3_box .smart-ttl {
    font-size: 24px;
    padding: 0 0 0 1rem;
    margin: 0 0 1.8rem;
  }
  #equipment .smart_cont3_box .multi-1 {
    width: 100%;
    margin: 0 1rem;
  }
  #equipment .smart_cont3_box .multi-1 .logo-txt {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0.4rem 0 0;
    letter-spacing: 0;
  }
  #equipment .smart_cont3_box .multi-1 .multi-1-img {
    width: 52%;
    position: relative;
  }
  #equipment .smart_cont3_box .multi-2 {
    width: 100%;
    margin: 1.8rem 1rem 0;
  }
  #equipment .smart_cont3_box .multi-2 .p1 {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #equipment .smart_cont3_box .multi-2 .p1 {
    font-family: "Noto Sans JP";
  }
}
@media screen and (max-width: 768px) {
  #equipment .smart_cont3_box .multi-2 .p2 {
    font-size: 13px;
    padding: 0.5rem 0 0;
    margin: 0.5rem 0 0;
    text-align: center;
  }
}
#equipment .note-box {
  margin: 0.5rem 0 4rem;
}
@media screen and (max-width: 768px) {
  #equipment .note-box {
    margin: 1rem 0 1rem;
  }
}
#equipment .smart_note {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #equipment .smart_note {
    text-align: left;
  }
}
#equipment .smart_cont_media {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #equipment .smart_cont_media {
    grid-template-columns: 1fr;
  }
}
#equipment .smart_cont_media p {
  font-size: 14px;
  line-height: 19px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
#equipment .luup_wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #equipment .luup_wrap {
    margin: 44px 0;
  }
}
#equipment .luup_wrap .amenities_ttl {
  background: url(../img/equipment/bg_amenities_main.webp) center center/cover no-repeat;
  padding: 4% 0 4%;
  position: relative;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #equipment .luup_wrap .amenities_ttl {
    padding: 10% 0 10%;
    height: 410px;
  }
}
#equipment .luup_wrap .main_box {
  text-align: left;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #equipment .luup_wrap .main_box {
    max-width: 90%;
  }
}
#equipment .luup_wrap .main_ttl {
  width: 100%;
  font-size: clamp(40px, 4vw, 54px);
  letter-spacing: 0.1em;
  font-family: "Imbue", serif;
  line-height: 1.1666666667;
}
#equipment .luup_wrap .main_sub {
  width: 100%;
  font-size: clamp(20px, 3vw, 28px);
  letter-spacing: 0.1em;
}
#equipment .luup_wrap .main_desc {
  width: 100%;
  font-size: clamp(14px, 2vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.875;
}
#equipment .luup_wrap .amenities_multi {
  display: grid;
  grid-template-columns: 6.1fr 3.9fr;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #equipment .luup_wrap .amenities_multi {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#equipment .luup_wrap .amenities_multi .amenities-ttl {
  background-color: #e5ded3;
  color: #fff;
  padding: 0 16px 3px;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  font-weight: 600;
}
#equipment .luup_wrap .amenities_multi .amenities-desc {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  font-family: sans-serif;
  padding: 0 25px 0 15px;
}
@media screen and (max-width: 768px) {
  #equipment .luup_wrap .amenities_multi .amenities-desc {
    padding: 0;
  }
}
#equipment .luup_wrap .smart_cont_media {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #equipment .luup_wrap .smart_cont_media {
    grid-template-columns: 0.5fr 1fr;
    gap: 15px;
  }
}
#equipment .luup_wrap .luup_head_wrap {
  display: grid;
  grid-template-columns: 9fr 2fr;
  padding-bottom: 22px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #equipment .luup_wrap .luup_head_wrap {
    grid-template-columns: 1fr;
  }
}
#equipment .luup_wrap .luup_ttl_wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#equipment .luup_wrap .luup_catch {
  font-size: clamp(14px, 3vw, 18px);
  font-family: "VDL-V7Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#equipment .luup_wrap .luup_lead {
  font-size: clamp(20px, 3vw, 22px);
  font-family: "Six Hands", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #equipment .luup_wrap .luup02 {
    width: 100%;
    margin-left: auto;
    position: relative;
    top: 8vw;
  }
}
#equipment .luup_wrap .luup_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px 20px;
}
@media screen and (max-width: 768px) {
  #equipment .luup_wrap .luup_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#equipment .luup_wrap .luup_item:last-of-type {
  grid-area: 1/3/3/4;
}

/* Scss Document */
#outline .main,
#accessmap .main {
  width: 100%;
  position: relative;
}
#outline .main .main_txt,
#accessmap .main .main_txt {
  color: #fff;
  font-size: 36px;
  letter-spacing: 1rem;
  text-align: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #outline .main .main_txt,
  #accessmap .main .main_txt {
    font-size: 7vw;
  }
}
#outline .main .com-note,
#accessmap .main .com-note {
  color: #fff;
}
#outline .main_bg,
#accessmap .main_bg {
  width: 100%;
  max-height: 500px;
}
@media screen and (max-width: 768px) {
  #outline .main_bg,
  #accessmap .main_bg {
    width: 100%;
    max-height: 400px;
  }
}
#outline .main_bg::before,
#accessmap .main_bg::before {
  display: none;
}
#outline .sec1,
#accessmap .sec1 {
  padding: 0 0 50px;
}

/* outline
*******************************************/
#outline .sec1 {
  padding: 0;
}
#outline h2 {
  padding: 80px 40px 40px;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
#outline .outline_cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 40px 0;
  background: #fff;
  margin: 0 auto 0;
}
#outline .outline_cont h3 {
  color: #db6150;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 22px;
}
#outline .outline_table {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #918488;
  padding: 20px 30px;
}
#outline .outline_table_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #918488;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #outline .outline_table_tr {
    font-size: 12px;
    letter-spacing: 0;
  }
}
#outline .outline_table_tr-last {
  border-bottom: none;
}
#outline .outline_table_tr p:nth-of-type(1) {
  width: 240px;
  padding: 10px 20px 10px 10px;
}
@media screen and (max-width: 768px) {
  #outline .outline_table_tr p:nth-of-type(1) {
    width: 130px;
    padding: 10px 20px 10px 0;
  }
}
#outline .outline_table_tr p:nth-of-type(2) {
  width: calc(100% - 240px);
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #outline .outline_table_tr p:nth-of-type(2) {
    width: calc(100% - 130px);
    padding: 10px 0;
  }
}

/* accessmap
*******************************************/
#accessmap .sec1 {
  background: #e5ded3;
}
@media print {
  #accessmap .sec1 {
    background: #fff;
  }
}
#accessmap h2 {
  padding: 80px 40px 0px;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
#accessmap .accessmap_cont {
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 40px 0 50px;
}
#accessmap .accessmap_cont .map {
  max-width: 900px;
  margin: 0 auto 40px;
  border: 1px solid #918488;
  background: #fff;
  display: block;
  aspect-ratio: 450/310;
}
@media print {
  #accessmap .accessmap_cont .map {
    /* max-width: 700px;
    width: 60%;　/*通常*/
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 20px;
  }
}
#accessmap .accessmap_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 670px;
  margin: 0 auto;
}
#accessmap .accessmap_btn li {
  width: 48%;
}
#accessmap .accessmap_btn li:first-child {
  margin-right: 4%;
}
#accessmap .accessmap_btn li a {
  width: 100%;
  height: 100%;
  background: #db6150;
  background-size: cover;
  display: block;
  text-align: center;
  padding: 25px 0;
  color: #fff;
}
#accessmap .accessmap_btn li a.print_btn {
  background: #db6150;
}
#accessmap .accessmap_btn li a img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

@media print {
  #type .sec1 {
    padding: 20px 0 0;
  }
  #accessmap h2 {
    padding: 20px 0;
  }
  #accessmap .map {
    width: 100%;
    margin: 0 auto;
  }
}