:root {
  --scale: 1;
}

.f16 {
  font-size: calc(3.6vw * var(--scale));
}

.f17 {
  font-size: calc(3.7vw * var(--scale));
}

.f18 {
  font-size: calc(3.8vw * var(--scale));
}

.f19 {
  font-size: calc(3.9vw * var(--scale));
}

.f20 {
  font-size: calc(4vw * var(--scale));
}

.f21 {
  font-size: calc(4.1vw * var(--scale));
}

.f22 {
  font-size: calc(4.2vw * var(--scale));
}

.f23 {
  font-size: calc(4.3vw * var(--scale));
}

.f24 {
  font-size: calc(4.4vw * var(--scale));
}

.f25 {
  font-size: calc(4.5vw * var(--scale));
}

.f26 {
  font-size: calc(4.6vw * var(--scale));
}

.f27 {
  font-size: calc(4.7vw * var(--scale));
}

.f28 {
  font-size: calc(4.8vw * var(--scale));
}

.f29 {
  font-size: calc(4.9vw * var(--scale));
}

.f30 {
  font-size: calc(5vw * var(--scale));
}

.f31 {
  font-size: calc(5.1vw * var(--scale));
}

.f32 {
  font-size: calc(5.2vw * var(--scale));
}

.f33 {
  font-size: calc(5.3vw * var(--scale));
}

.f34 {
  font-size: calc(5.4vw * var(--scale));
}

.f35 {
  font-size: calc(5.5vw * var(--scale));
}

.f36 {
  font-size: calc(5.6vw * var(--scale));
}

.f37 {
  font-size: calc(5.7vw * var(--scale));
}

.f38 {
  font-size: calc(5.8vw * var(--scale));
}

.f39 {
  font-size: calc(5.9vw * var(--scale));
}

.f40 {
  font-size: calc(6vw * var(--scale));
}

.f41 {
  font-size: calc(6.1vw * var(--scale));
}

.f42 {
  font-size: calc(6.2vw * var(--scale));
}

.f43 {
  font-size: calc(6.3vw * var(--scale));
}

.f44 {
  font-size: calc(6.4vw * var(--scale));
}

.f45 {
  font-size: calc(6.5vw * var(--scale));
}

.f46 {
  font-size: calc(6.6vw * var(--scale));
}

.f47 {
  font-size: calc(6.7vw * var(--scale));
}

.f48 {
  font-size: calc(6.8vw * var(--scale));
}

.f49 {
  font-size: calc(6.9vw * var(--scale));
}

.f50 {
  font-size: calc(7vw * var(--scale));
}

@media (min-width: 768px) {
  .f16 {
    font-size: 16px;
  }
  .f17 {
    font-size: 17px;
  }
  .f18 {
    font-size: 18px;
  }
  .f19 {
    font-size: 19px;
  }
  .f20 {
    font-size: 20px;
  }
  .f21 {
    font-size: 21px;
  }
  .f22 {
    font-size: 22px;
  }
  .f23 {
    font-size: 23px;
  }
  .f24 {
    font-size: 24px;
  }
  .f25 {
    font-size: 25px;
  }
  .f26 {
    font-size: 26px;
  }
  .f27 {
    font-size: 27px;
  }
  .f28 {
    font-size: 28px;
  }
  .f29 {
    font-size: 29px;
  }
  .f30 {
    font-size: 30px;
  }
  .f31 {
    font-size: 31px;
  }
  .f32 {
    font-size: 32px;
  }
  .f33 {
    font-size: 33px;
  }
  .f34 {
    font-size: 34px;
  }
  .f35 {
    font-size: 35px;
  }
  .f36 {
    font-size: 36px;
  }
  .f37 {
    font-size: 37px;
  }
  .f38 {
    font-size: 38px;
  }
  .f39 {
    font-size: 39px;
  }
  .f40 {
    font-size: 40px;
  }
  .f41 {
    font-size: 41px;
  }
  .f42 {
    font-size: 42px;
  }
  .f43 {
    font-size: 43px;
  }
  .f44 {
    font-size: 44px;
  }
  .f45 {
    font-size: 45px;
  }
  .f46 {
    font-size: 46px;
  }
  .f47 {
    font-size: 47px;
  }
  .f48 {
    font-size: 48px;
  }
  .f49 {
    font-size: 49px;
  }
  .f50 {
    font-size: 50px;
  }
}
.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.block-before {
  position: relative;
}
.block-before::before {
  content: "";
  position: absolute;
}

.block-after {
  position: relative;
}
.block-after::after {
  content: "";
  position: absolute;
}

.block-before-x {
  position: relative;
}
.block-before-x::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.block-after-x {
  position: relative;
}
.block-after-x::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.block-before-y {
  position: relative;
}
.block-before-y::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.block-after-y {
  position: relative;
}
.block-after-y::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.txt-ver {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.object-fit-cover {
  position: relative;
}

.object-fit-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .object-fit-cover-pc {
    position: relative;
  }
  .object-fit-cover-pc img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  .txt-ver-pc {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.s-popup h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.s-popup .desc {
  margin-bottom: 20px;
}
.s-popup .row .col .item {
  margin-bottom: 30px;
}
.s-popup .row .col .item h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 18px;
}
.s-popup .row .col .item dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7d7b7c;
  padding: 5px 0;
}
.s-popup .row .col .item dl dt {
  text-align: left;
}
.s-popup .row .col .item dl dd {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .remodal {
    padding: 15px 20px 70px;
  }
  .s-popup h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .s-popup .desc {
    margin-bottom: 20px;
  }
  .s-popup .row {
    max-width: 1000px;
    margin: 0 auto;
  }
  .s-popup .row .col {
    width: 32%;
  }
  .s-popup .row .col .item {
    margin-bottom: 30px;
  }
  .s-popup .row .col .item h3 {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .s-popup .row .col .item dl {
    padding: 5px 0;
  }
}
section {
  min-height: 500px;
}

.btn-t1 a {
  display: block;
  width: 280px;
  font-size: 18px;
  margin: 0 auto;
  padding: 12px 10px;
  border-bottom: 1px solid #a0a0a0;
  position: relative;
  box-sizing: border-box;
}
.btn-t1 a::after {
  content: "";
  background: url(../img/shared/icon_arrow1.png) no-repeat 0 0/100%;
  width: 5px;
  height: 7px;
  right: 15px;
  top: 25px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .btn-t1 a {
    width: 250px;
    font-size: 16px;
    padding: 6px 5px;
    letter-spacing: 4.4px;
    transition: 0.4s;
  }
  .btn-t1 a::after {
    right: 15px;
    top: 20px;
  }
  .btn-t1 a::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
  .btn-t1 a:hover {
    letter-spacing: 5.5px;
    transition: 0.4s;
  }
  .btn-t1 a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.h2_t1 {
  text-align: center;
}
.h2_t1 > span {
  display: block;
}
.h2_t1 > span:first-child {
  font-size: 15px;
  color: #b6a913;
  letter-spacing: 2px;
}
.h2_t1 > span:last-child {
  font-size: 18px;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .h2_t1 {
    text-align: left;
  }
  .h2_t1 span:first-child {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .h2_t1 span:last-child {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
.tel-t1 {
  text-align: center;
}
.tel-t1 dt {
  font-size: 22px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.tel-t1 dt .tel-icon span {
  font-size: 14px;
}
.tel-t1 dd {
  font-size: 12px;
  color: #a2a1a1;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .tel-t1 dt {
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }
  .tel-t1 dt .tel-icon span {
    font-size: 12px;
  }
  .tel-t1 dd {
    font-size: 12px;
    color: #a2a1a1;
    line-height: 20px;
  }
}
.btn-web-2 a {
  display: block;
  width: 150px;
  border-bottom: 1px solid #969797;
  padding: 5px 0;
  box-sizing: border-box;
  position: relative;
}
.btn-web-2 a::after {
  content: "";
  background: url(../img/shared/icon_arrow1.png) no-repeat 0 0/100%;
  width: 5px;
  height: 7px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 768px) {
  .btn-web-2 a {
    width: 170px;
    border-bottom: 1px solid #969797;
    padding: 5px 0;
  }
  .btn-web-2 a::after {
    right: 5px;
  }
}
footer {
  padding: 60px 0 140px;
}
footer .ft-top .row-ft1 {
  border-top: 1px solid #454648;
  border-bottom: 1px solid #454648;
  padding: 55px 0;
}
footer .ft-top .row-ft1 h2 {
  margin-bottom: 50px;
}
footer .ft-top .row-ft1 h2 > span {
  display: block;
}
footer .ft-top .row-ft1 .btn-web-1 {
  margin-bottom: 70px;
  position: relative;
}
footer .ft-top .row-ft1 .btn-web-1::after {
  content: "";
  background: #444547;
  width: 120px;
  height: 1px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
footer .ft-top .row-ft1 .btn-web-1 a {
  display: block;
  width: 120px;
  position: relative;
  margin: 0 auto;
  letter-spacing: 2px;
}
footer .ft-top .row-ft1 .btn-web-1 a::after {
  content: "";
  background: url(../img/shared/icon_arrow1.png) no-repeat 0 0/100%;
  width: 5px;
  height: 7px;
  right: 0;
  top: 14px;
  position: absolute;
}
footer .ft-bot {
  padding: 50px 0 0;
}
footer .ft-bot .logo {
  width: 55px;
  position: absolute;
  left: 8%;
  top: 5px;
}
footer .ft-bot .nav-ft {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 120px);
  margin-left: auto;
  margin-bottom: 50px;
}
footer .ft-bot .nav-ft li {
  width: 60%;
}
footer .ft-bot .nav-ft li:nth-child(2n) {
  width: 40%;
}
footer .ft-bot .nav-ft li a {
  font-size: 13px;
  line-height: 28px;
  display: block;
  position: relative;
}
footer .ft-bot .nav-ft li a.active::before,
footer .ft-bot .nav-ft li a:hover::before {
  content: "";
  background: #fff;
  width: 12px;
  height: 1px;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
footer .ft-bot .ft-info {
  font-size: 11px;
}
footer .ft-bot .ft-info p {
  line-height: 22px;
}
footer .ft-bot .ft-info .p1 {
  margin-bottom: 15px;
}
footer .ft-bot .ft-info .p2,
footer .ft-bot .ft-info .p3 {
  color: #a2a1a1;
  margin-bottom: 15px;
}
footer .ft-bot .group-right {
  margin-top: 40px;
  font-size: 11px;
}
footer .ft-bot .group-right address {
  text-align: left;
  margin-bottom: 10px;
}
footer .ft-bot .group-right #socialbuttons {
  justify-content: flex-start;
  margin-bottom: 10px;
  margin-left: -10px;
}
footer .ft-bot .group-right .btn-link span {
  padding-left: 20px;
  position: relative;
  color: #616262;
  width: -moz-max-content;
  width: max-content;
  display: block;
  border-bottom: 1px solid #616262;
  margin-bottom: 10px;
  font-weight: 400;
}
footer .ft-bot .group-right .btn-link span::before {
  content: "";
  background: url(../img/shared/icon_url.png) no-repeat 0 0/100%;
  width: 12px;
  height: 16px;
  left: 0;
  top: 7px;
  position: absolute;
}
footer .ft-bot .group-right .btn-cookie a {
  padding-left: 20px;
  position: relative;
  color: #616262;
  width: -moz-max-content;
  width: max-content;
  display: block;
  border-bottom: 1px solid #616262;
  margin-bottom: 10px;
  font-weight: 400;
}
footer .ft-bot .group-right .btn-cookie a::before {
  content: "";
  background: url(../img/shared/icon_cookie.png) no-repeat 0 0/100%;
  width: 12px;
  height: 12px;
  left: 0;
  top: 10px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 70px 0 50px;
    letter-spacing: 2.5px !important;
  }
  footer .wrap {
    max-width: 1200px !important;
  }
  footer .ft-top .row-ft1 {
    border-top: 1px solid #454648;
    border-bottom: 1px solid #454648;
    padding: 70px 100px 58px;
    margin: 0 auto;
  }
  footer .ft-top .row-ft1 .col {
    position: relative;
  }
  footer .ft-top .row-ft1 .col:first-child::after {
    content: "";
    background: #444546;
    width: 1px;
    height: 170px;
    right: -100px;
    top: -10px;
    position: absolute;
  }
  footer .ft-top .row-ft1 .col:nth-child(2)::after {
    content: "";
    background: #444546;
    width: 1px;
    height: 170px;
    right: -100px;
    top: -80px;
    position: absolute;
  }
  footer .ft-top .row-ft1 h2 {
    margin-bottom: 50px;
    margin-left: 25px;
  }
  footer .ft-top .row-ft1 h2 > span {
    display: block;
  }
  footer .ft-top .row-ft1 h2 > span:first-child {
    margin-bottom: 20px;
    letter-spacing: 4.5px;
  }
  footer .ft-top .row-ft1 h2 > span:last-child {
    letter-spacing: 7px;
  }
  footer .ft-top .row-ft1 h2 > span .show-sp {
    display: none;
  }
  footer .ft-top .row-ft1 .btn-web-1 {
    margin-bottom: 10px;
    position: relative;
    margin-left: 25px;
  }
  footer .ft-top .row-ft1 .btn-web-1::after {
    display: none;
  }
  footer .ft-top .row-ft1 .btn-web-1 a {
    width: 155px;
    margin: 0 auto;
    transition: 0.4s;
  }
  footer .ft-top .row-ft1 .btn-web-1 a::after {
    right: 0;
    top: 14px;
  }
  footer .ft-top .row-ft1 .btn-web-1 a:hover {
    letter-spacing: 4px;
    transition: 0.4s;
  }
  footer .ft-top .row-ft1 .tel-t1 {
    margin-right: -25px;
    padding-top: 35px;
  }
  footer .ft-top .row-ft1 .tel-t1 dt {
    font-size: 24px;
    letter-spacing: 4.2px;
    margin-bottom: 5px;
  }
  footer .ft-top .row-ft1 .tel-t1 dt .tel-icon span {
    font-size: 16px;
    padding-right: 15px;
  }
  footer .ft-bot {
    padding: 75px 0 0;
  }
  footer .ft-bot .row-ft2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1055px;
    margin: 0 auto;
  }
  footer .ft-bot .logo {
    width: -moz-max-content;
    width: max-content;
    position: static;
    left: auto;
    top: auto;
  }
  footer .ft-bot .nav-ft {
    padding-top: 50px;
    width: 285px;
    margin-left: 420px;
    margin-bottom: 50px;
  }
  footer .ft-bot .nav-ft li {
    width: 60%;
  }
  footer .ft-bot .nav-ft li:nth-child(2n) {
    width: 40%;
  }
  footer .ft-bot .nav-ft li a {
    font-size: 13px;
    letter-spacing: 5px;
    margin-bottom: 3px;
  }
  footer .ft-bot .ft-info {
    position: absolute;
    left: 100px;
    top: 22px;
    font-size: 12px;
    padding-top: 30px;
    letter-spacing: 2.5px;
  }
  footer .ft-bot .ft-info p {
    line-height: 22px;
  }
  footer .ft-bot .ft-info .p1 {
    margin-bottom: 15px;
  }
  footer .ft-bot .ft-info .p2,
  footer .ft-bot .ft-info .p3 {
    margin-bottom: 8px;
  }
  footer .ft-bot .group-right {
    margin-top: 40px;
    font-size: 12px;
  }
  footer .ft-bot .group-right address {
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: 14px;
  }
  footer .ft-bot .group-right #socialbuttons {
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-left: -10px;
  }
  footer .ft-bot .group-right .btn-link span {
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 32px;
  }
  footer .ft-bot .group-right .btn-link span:hover {
    border-bottom: 1px solid transparent;
  }
  footer .ft-bot .group-right .btn-cookie a {
    line-height: 32px;
  }
  footer .ft-bot .group-right .btn-cookie a::before {
    top: 10px;
  }
  footer .ft-bot .group-right .btn-cookie a:hover {
    border-bottom: 1px solid transparent;
  }
}
@media screen and (min-width: 768px) {
  .head-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 70px 55px 95px;
  }
  .head-row .logo {
    position: absolute;
    right: 50px;
    top: 22px;
    width: -moz-max-content;
    width: max-content;
  }
  /* .head-row .head-left h1 {
    text-align: left;
    width: 280px;
    margin-bottom: 10px;
  } */
  .head-row .head-left h1 {
    text-align: left;
    width: 350px;
    margin-bottom: 10px;
    writing-mode: horizontal-tb;
    top: 22px;
    left: 52px;
  }
  .head-row .head-left .contact {
    gap: 0 10px;
  }
  .head-row .head-left .contact .tel-t1 dt {
    margin-bottom: 0;
  }
  .head-row .head-right {
    padding-right: 80px;
    padding-top: 5px;
  }
  .head-row .head-right .head-nav {
    display: flex;
    flex-direction: row-reverse;
  }
  .head-row .head-right .head-nav li {
    display: block;
    writing-mode: vertical-rl;
  }
  .head-row .head-right .head-nav li a {
    letter-spacing: 4px;
    position: relative;
    display: block;
  }
  .head-row .head-right .head-nav li a::before {
    content: "";
    background: #fff;
    height: 0;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: -75px;
    position: absolute;
    transition: 0.3s;
  }
  .head-row .head-right .head-nav li a.active::before,
  .head-row .head-right .head-nav li a:hover::before {
    height: 65px;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .btn-web-3 a {
    background:
      url(../img/shared/fixed_web2.png) no-repeat right 12px center/8px,
      url(../img/index/bg_web2.jpg);
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    color: #111317;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    width: 200px;
    transition: 0.4s;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    border-radius: 8px 0 0 0;
    letter-spacing: 4.8px;
  }
  .btn-web-3 a:hover {
    letter-spacing: 8px;
    transition: 0.4s;
  }
  .fixed-btn .btn-web-3 a {
    opacity: 1;
    visibility: visible;
  }
} /*# sourceMappingURL=global.css.map */
