@charset "UTF-8";
/* 共通設定 */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  background-color: #F2F2F2;
  padding-top: 10rem;
}
@media (max-width: 1060px) {
  body {
    padding-top: 6rem;
  }
}

a {
  color: #1A1A1A;
  text-decoration: none;
  transition: all 300ms;
}
a:hover {
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

@media (min-width: 751px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
@media (max-width: 750px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.js-fade-up {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 1000ms;
}
.js-fade-up.is-viewed {
  opacity: 1;
  transform: translateY(0);
}

/* タイトル */
.ttl-main .en {
  font-family: "Crimson Text", serif;
  font-style: normal;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.ttl-main .ja {
  display: block;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ttl-main .logo {
  display: block;
  height: 2.2rem;
  margin-bottom: 1rem;
}
.ttl-main .logo img {
  width: auto;
  max-width: initial;
  height: 100%;
}
.ttl-main.center {
  text-align: center;
}
@media (max-width: 750px) {
  .ttl-main .en {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
  .ttl-main .ja {
    font-size: 2.6rem;
  }
  .ttl-main .logo {
    height: 1.9rem;
    margin-bottom: 0.6rem;
  }
}

.ttl-page {
  margin-bottom: 6rem;
}
.ttl-page .en {
  font-family: "Crimson Text", serif;
  font-style: normal;
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 1.3rem;
}
.ttl-page .ja {
  display: block;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 751px) and (max-width: 1060px) {
  .ttl-page .en {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .ttl-page .ja {
    font-size: 3.4rem;
  }
}
@media (max-width: 750px) {
  .ttl-page {
    margin-bottom: 3rem;
  }
  .ttl-page .en {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  .ttl-page .ja {
    font-size: 3rem;
  }
}

/* ボタン */
.btn-main {
  width: 100%;
  max-width: 26rem;
  height: 6.2rem;
}
.btn-main a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid #1A1A1A;
  background-color: #FFFFFF;
  padding-left: 2rem;
  padding-right: 7.2rem;
  position: relative;
}
.btn-main a:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 1.6rem);
  background-color: #1A1A1A;
  position: absolute;
  top: 50%;
  right: 6.2rem;
  transform: translateY(-50%);
}
.btn-main a::after {
  content: "";
  display: block;
  width: 1.17rem;
  height: 0.82rem;
  background-image: url(../img/common/arw_right.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  transition: all 300ms;
}
.btn-main a:hover::after {
  transform: translateY(-50%) translateX(0.4rem);
}
.btn-main.new-window a::after {
  transform: translateY(-50%) rotate(-45deg);
}
.btn-main.new-window a:hover::after {
  transform: translateY(-50%) rotate(-45deg) translateX(0.4rem);
}
.btn-main.download a::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/common/ico_download.png);
  right: 2.3rem;
  transform: translateY(-50%);
}
.btn-main.center {
  margin-inline: auto;
}
@media (max-width: 750px) {
  .btn-main {
    max-width: 20rem;
    height: 4.6rem;
  }
  .btn-main a {
    font-size: 1.2rem;
    padding-right: 5.5rem;
  }
  .btn-main a:before {
    right: 4.5rem;
  }
  .btn-main a::after {
    width: 1.23rem;
    height: 0.86rem;
    right: 1.6rem;
  }
}

/* パンくず */
.breadcrumb {
  width: 100%;
  max-width: 132rem;
  padding-inline: 6rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 2.3rem;
}
.breadcrumb ol li {
  width: auto;
}
.breadcrumb ol li:has(img[src*="ico_home.png"]) {
  width: 1.6rem;
}
.breadcrumb ol li a,
.breadcrumb ol li span {
  display: block;
  font-size: 1.3rem;
  position: relative;
}
.breadcrumb ol li a::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.7rem;
  background-image: url(../img/common/arw_right_simple_b.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -1.4rem;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .breadcrumb {
    max-width: 100%;
    padding-inline: 2.5rem;
    margin-bottom: 2rem;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb ol {
    flex-wrap: nowrap;
  }
  .breadcrumb ol::after {
    content: "";
    width: 0.2rem;
    height: 1px;
    background-color: transparent;
    flex-shrink: 0;
  }
  .breadcrumb ol li {
    flex-shrink: 0;
  }
  .breadcrumb ol li a,
  .breadcrumb ol li span {
    font-size: 1.2rem;
  }
  .breadcrumb ol li a::after {
    width: 0.3rem;
    height: 0.6rem;
    right: -1.3rem;
  }
}

/* 白背景ブロックの設定 */
[class*=bg-white-] {
  width: 100%;
  max-width: 156rem;
  background-color: #FFFFFF;
  margin-inline: auto;
  position: relative;
}
[class*=bg-white-]::after {
  content: "";
  display: block;
  width: calc((100vw - 156rem) / 2);
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
}
[class*=bg-white-] .bg-inner {
  width: 100%;
  max-width: 132rem;
  padding-inline: 6rem;
  padding-block: 10rem;
  margin-inline: auto;
}
@media (min-width: 751px) and (max-width: 1680px) {
  [class*=bg-white-]::after {
    width: 6rem;
  }
}
@media (max-width: 750px) {
  [class*=bg-white-]::after {
    width: 2.5rem;
  }
  [class*=bg-white-] .bg-inner {
    padding-block: 3rem;
  }
}
[class*=bg-white-][class*=-right]::after {
  right: 0;
  transform: translateX(100%);
}
@media (max-width: 750px) {
  [class*=bg-white-][class*=-right] .bg-inner {
    padding-inline: 2.5rem 0;
  }
}
[class*=bg-white-][class*=-left]::after {
  left: 0;
  transform: translateX(-100%);
}
@media (max-width: 750px) {
  [class*=bg-white-][class*=-left] .bg-inner {
    padding-inline: 0 2.5rem;
  }
}

/* ページ下部ボタン */
.link-wrap {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.link-wrap .link-blk a {
  display: block;
  width: 100%;
  border: solid 1px #1A1A1A;
  background-color: #fff;
  padding: 3.5rem 3.8rem 3.4rem;
}
.link-wrap .link-blk a .link-ttl {
  letter-spacing: 0.06em;
}
.link-wrap .link-blk a .link-ttl span {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
.link-wrap .link-blk {
  position: relative;
  max-width: 58rem;
  width: 100%;
}
.link-wrap .link-blk::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #1A1A1A;
  border-radius: 50%;
  background-image: url(../img/common/arw_right_simple_b.png);
  background-size: 0.53rem 0.93rem;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}
@media (min-width: 751px) and (max-width: 1060px) {
  .link-wrap .link-blk a {
    padding: 2rem;
  }
  .link-wrap .link-blk a .link-ttl span {
    font-size: 1.7rem;
  }
}
@media (max-width: 750px) {
  .link-wrap {
    flex-direction: column;
    gap: 1rem;
  }
  .link-wrap .link-blk a {
    padding: 1.7rem 1.3rem 1.6rem;
  }
  .link-wrap .link-blk a .link-ttl {
    font-size: 1.3rem;
  }
  .link-wrap .link-blk a .link-ttl span {
    font-size: 1.8rem;
  }
  .link-wrap .link-blk {
    max-width: 32.5rem;
    margin: 0 auto;
  }
  .link-wrap .link-blk::after {
    top: 0;
    bottom: 0;
    right: 1.5rem;
    margin: auto 0;
  }
}
@media (max-width: 350px) {
  .link-wrap .link-ttl span {
    font-size: 1.6rem;
  }
}

/* ヘッダー */
header {
  width: 100%;
}
header .header-logo {
  width: 10rem;
  height: 10rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  transition: all 300ms;
}
header .header-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
}
header .header-logo a img {
  width: 4.2rem;
  transition: all 300ms;
}
header .header-logo a:hover {
  opacity: 1;
}
header .header-logo a:hover img {
  opacity: 0.8;
}
@media (max-width: 1100px) {
  header .header-logo {
    width: 6rem;
    height: 6rem;
  }
  header .header-logo a img {
    width: 2.6rem;
  }
}
header .header-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 10rem;
  background-color: #F2F2F2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 300ms;
}
header .header-content .header-content-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.4rem;
  height: 4rem;
  padding-right: 1.5rem;
}
header .header-content .header-content-top .header-tel {
  width: -moz-fit-content;
  width: fit-content;
}
header .header-content .header-content-top .header-tel a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-left: 2rem;
  position: relative;
  pointer-events: none;
}
header .header-content .header-content-top .header-tel a::before {
  content: "";
  display: block;
  width: 1.34rem;
  height: 1.34rem;
  background-image: url(../img/common/ico_tel_b.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .header-content .header-content-top .header-hours {
  width: -moz-fit-content;
  width: fit-content;
}
header .header-content .header-content-top .header-hours p {
  font-size: 1rem;
  color: #999999;
}
header .header-content .header-content-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3.8rem;
  height: 6rem;
}
header .header-content .header-content-bottom .header-menu ul {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
header .header-content .header-content-bottom .header-menu ul li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  padding-block: 0.5rem;
  position: relative;
}
header .header-content .header-content-bottom .header-menu ul li a::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #1A1A1A;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 300ms;
}
header .header-content .header-content-bottom .header-menu ul li a:hover {
  opacity: 1;
}
header .header-content .header-content-bottom .header-menu ul li a:hover::after {
  width: 100%;
}
header .header-content .header-content-bottom .header-contact {
  height: 100%;
}
header .header-content .header-content-bottom .header-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  font-size: 1.5rem;
  color: #FFFFFF;
  background-color: #1A1A1A;
  padding-inline: 2rem;
}
header .header-content .header-content-bottom .header-contact a span {
  display: block;
  padding-left: 2.9rem;
  position: relative;
}
header .header-content .header-content-bottom .header-contact a span::before {
  content: "";
  display: block;
  width: 1.74rem;
  height: 1.34rem;
  background-image: url(../img/common/ico_mail_w.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1100px) {
  header .header-content {
    height: 6rem;
  }
  header .header-content * {
    display: none;
  }
}
header .header-sp-btn {
  display: none;
  width: 6rem;
  height: 6rem;
  background-color: #1A1A1A;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
}
header .header-sp-btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header .header-sp-btn a:hover {
  opacity: 1;
}
header .header-sp-btn a span {
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms;
}
header .header-sp-btn a span::before, header .header-sp-btn a span::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms;
}
header .header-sp-btn a span::before {
  top: calc(50% - 0.6rem);
}
header .header-sp-btn a span::after {
  top: calc(50% + 0.6rem);
}
header .header-sp-btn.is-open a span {
  background-color: #1A1A1A;
}
header .header-sp-btn.is-open a span::before {
  background-color: #FFFFFF;
  top: 50%;
  transform: translate(-50%, -50%) rotate(34deg);
}
header .header-sp-btn.is-open a span::after {
  background-color: #FFFFFF;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-34deg);
}
@media (max-width: 1100px) {
  header .header-sp-btn {
    display: block;
  }
}
header .header-sp-content {
  width: 100%;
  height: 100dvh;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  padding-block: 9rem;
  padding-inline: 2.5rem;
  overflow-y: scroll;
  transition: all 300ms;
  opacity: 0;
  pointer-events: none;
}
header .header-sp-content .header-sp-menu {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 3.5rem;
  margin-bottom: 2.5rem;
}
header .header-sp-content .header-sp-menu > ul {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
header .header-sp-content .header-sp-menu > ul > li > a {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  position: relative;
}
header .header-sp-content .header-sp-menu > ul > li > a::before {
  content: "";
  display: block;
  width: 0.53rem;
  height: 0.93rem;
  background-image: url(../img/common/arw_right_simple_b.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .header-sp-content .header-sp-contact {
  margin-bottom: 2.5rem;
}
header .header-sp-content .header-sp-contact a {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-left: 3.2rem;
  position: relative;
}
header .header-sp-content .header-sp-contact a::before {
  content: "";
  display: block;
  width: 1.73rem;
  height: 1.33rem;
  background-image: url(../img/common/ico_mail_b.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .header-sp-content .header-sp-tel {
  margin-bottom: 2.5rem;
}
header .header-sp-content .header-sp-tel a {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-left: 3.2rem;
  position: relative;
  margin-bottom: 0.1rem;
}
header .header-sp-content .header-sp-tel a::before {
  content: "";
  display: block;
  width: 1.74rem;
  height: 1.74rem;
  background-image: url(../img/common/ico_tel_b.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .header-sp-content .header-sp-tel span {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  color: #999999;
  padding-left: 3.2rem;
}
header .header-sp-content .header-sp-sns {
  display: flex;
  gap: 1.2rem;
}
header .header-sp-content .header-sp-sns li {
  width: 3rem;
  height: 3rem;
}
header .header-sp-content .header-sp-sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #999999;
  border-radius: 50%;
}
header .header-sp-content .header-sp-sns li a img {
  width: 1.8rem;
}
header.is-minimize .header-logo {
  width: 10rem;
  height: 10rem;
}
header.is-minimize .header-logo a {
  background-color: #FFFFFF;
}
header.is-minimize .header-logo a img {
  width: 4.2rem;
}
header.is-minimize .header-content {
  background-color: #FFFFFF;
}
@media (max-width: 1100px) {
  header.is-minimize .header-logo {
    width: 6rem;
    height: 6rem;
  }
  header.is-minimize .header-logo a img {
    width: 2.6rem;
  }
}
header:has(.header-sp-btn.is-open) .header-logo {
  width: 6rem;
  height: 6rem;
}
header:has(.header-sp-btn.is-open) .header-logo a {
  background-color: #FFFFFF;
}
header:has(.header-sp-btn.is-open) .header-logo a img {
  width: 2.6rem;
}
header:has(.header-sp-btn.is-open) .header-content {
  background-color: #FFFFFF;
}
header:has(.header-sp-btn.is-open) .header-sp-content {
  opacity: 1;
  pointer-events: all;
}

/* フッター */
footer {
  width: 100%;
  background-color: #FFFFFF;
}
footer .footer-wrap {
  display: flex;
  align-items: flex-end;
  gap: 3.3333333333%;
  width: 100%;
  max-width: 192rem;
  padding-inline: 6rem;
  padding-block: 6.4rem 6rem;
  margin-inline: auto;
  position: relative;
}
footer .footer-wrap .footer-left {
  width: 30%;
}
footer .footer-wrap .footer-left .footer-txt {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 3rem;
}
footer .footer-wrap .footer-left .footer-txt br {
  display: none;
}
footer .footer-wrap .footer-left .footer-tel {
  width: 100%;
  height: 21rem;
  margin-bottom: 2rem;
}
footer .footer-wrap .footer-left .footer-tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  border: 1px solid #E6E6E6;
  pointer-events: none;
}
footer .footer-wrap .footer-left .footer-tel a .txt {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}
footer .footer-wrap .footer-left .footer-tel a .tel {
  font-family: "Crimson Text", serif;
  font-style: normal;
  display: block;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding-left: 4.1rem;
  margin-bottom: 1.6rem;
  position: relative;
}
footer .footer-wrap .footer-left .footer-tel a .tel::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/common/ico_tel_b.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer .footer-wrap .footer-left .footer-tel a .hours {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #999999;
}
footer .footer-wrap .footer-left .footer-contact {
  width: 100%;
  height: 17rem;
}
footer .footer-wrap .footer-left .footer-contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  border: 1px solid #E6E6E6;
}
footer .footer-wrap .footer-left .footer-contact a span {
  display: block;
  font-size: 2.4rem;
  padding-left: 4.4rem;
  position: relative;
}
footer .footer-wrap .footer-left .footer-contact a span::before {
  content: "";
  display: block;
  width: 3rem;
  height: 2.3rem;
  background-image: url(../img/common/ico_mail_b.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer .footer-wrap .footer-right {
  width: 66.6666666667%;
}
footer .footer-wrap .footer-right .footer-right-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #1A1A1A;
  padding-bottom: 3rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk {
  width: 31.5rem;
  padding-bottom: 3.8rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-logo {
  margin-bottom: 2.7rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-logo a {
  display: flex;
  gap: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-logo a .logo {
  display: block;
  width: 7rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-logo a .name {
  display: block;
  font-size: 1.8rem;
  margin-top: 0.8rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-logo a .name span {
  display: block;
  font-size: 1.5rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-address {
  margin-bottom: 1.5rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-address span {
  display: block;
  font-size: 1.5rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-map {
  margin-bottom: 1.2rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-map a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  padding-right: 2.4rem;
  position: relative;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-map a::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.77rem;
  background-image: url(../img/common/ico_map.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-tel {
  margin-bottom: 4.8rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-tel a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  pointer-events: none;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-sns ul {
  display: flex;
  gap: 1.2rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-sns ul li {
  width: 3rem;
  height: 3rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-sns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #999999;
  border-radius: 50%;
}
footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-sns ul li a img {
  width: 1.8rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-menu-blk {
  width: 28.8rem;
  padding-inline: 3rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-menu-blk .footer-menu > ul {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-menu-blk .footer-menu > ul > li > a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  padding-bottom: 0.5rem;
  position: relative;
}
footer .footer-wrap .footer-right .footer-right-top .footer-menu-blk .footer-menu > ul > li > a::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #1A1A1A;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 300ms;
}
footer .footer-wrap .footer-right .footer-right-top .footer-menu-blk .footer-menu > ul > li > a:hover {
  opacity: 1;
}
footer .footer-wrap .footer-right .footer-right-top .footer-menu-blk .footer-menu > ul > li > a:hover::after {
  width: 100%;
}
footer .footer-wrap .footer-right .footer-right-top .footer-other-blk {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 26.7rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-other-blk .footer-material-link {
  margin-bottom: 2.5rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-other-blk .footer-material-link a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid #DEDEDE;
  border-radius: 0.8rem;
  padding: 2rem 8rem 2rem 2rem;
  position: relative;
}
footer .footer-wrap .footer-right .footer-right-top .footer-other-blk .footer-material-link a::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.55rem solid transparent;
  border-right: 0.55rem solid transparent;
  border-top: 1.1rem solid #DEDEDE;
  position: absolute;
  bottom: -1.1rem;
  right: 2rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-other-blk .footer-material-link a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.55rem solid transparent;
  border-right: 0.55rem solid transparent;
  border-top: 1.1rem solid #FFFFFF;
  position: absolute;
  bottom: -0.8rem;
  right: 2rem;
}
footer .footer-wrap .footer-right .footer-right-top .footer-other-blk .footer-material-link a span {
  display: block;
  width: 100%;
}
footer .footer-wrap .footer-right .footer-right-top .footer-other-blk .footer-material-link a span::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #1A1A1A;
  border-radius: 50%;
  background-image: url(../img/common/arw_right_simple_b.png);
  background-size: 0.53rem 0.93rem;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
footer .footer-wrap .footer-right .footer-right-top .footer-other-blk .footer-material-character {
  width: 7rem;
  margin-left: auto;
  margin-right: 2.6rem;
}
footer .footer-wrap .footer-right .footer-right-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
}
footer .footer-wrap .footer-right .footer-right-bottom .footer-bottom-menu ul li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  text-decoration: underline;
}
footer .footer-wrap .footer-right .footer-right-bottom .copyright p {
  font-size: 1.3rem;
}
footer .footer-wrap .footer-pagetop {
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  top: -3.5rem;
  right: 6rem;
  z-index: 1;
  transition: all 300ms;
}
footer .footer-wrap .footer-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  border-radius: 50%;
}
footer .footer-wrap .footer-pagetop a::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2.1rem;
  background-image: url(../img/common/arw_pagetop.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-wrap .footer-pagetop a:hover {
  opacity: 1;
}
footer .footer-wrap .footer-pagetop:has(a:hover) {
  top: -4.3rem;
}
@media (min-width: 1061px) and (max-width: 1620px) {
  footer .footer-wrap .footer-left .footer-txt {
    font-size: 2rem;
  }
}
@media (min-width: 1061px) and (max-width: 1380px) {
  footer .footer-wrap {
    gap: 2.2222222222%;
  }
  footer .footer-wrap .footer-left .footer-txt br {
    display: block;
  }
  footer .footer-wrap .footer-left .footer-tel a .txt {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  footer .footer-wrap .footer-left .footer-tel a .tel {
    font-size: 2.8rem;
    padding-left: 3.4rem;
    margin-bottom: 1rem;
  }
  footer .footer-wrap .footer-left .footer-tel a .tel::before {
    width: 2.2rem;
    height: 2.2rem;
  }
  footer .footer-wrap .footer-left .footer-tel a .hours {
    font-size: 1.2rem;
  }
  footer .footer-wrap .footer-left .footer-contact a span {
    font-size: 2rem;
    padding-left: 4rem;
  }
  footer .footer-wrap .footer-left .footer-contact a span::before {
    width: 2.6rem;
    height: 2rem;
  }
  footer .footer-wrap .footer-right {
    width: 67.7777777778%;
  }
  footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-logo a {
    gap: 2rem;
  }
  footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-logo a .logo {
    width: 5rem;
  }
  footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-logo a .name {
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }
  footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-logo a .name span {
    font-size: 1.2rem;
  }
}
@media (max-width: 1060px) {
  footer .footer-wrap {
    align-items: center;
    flex-direction: column;
    gap: 3rem;
    padding-inline: 2.5rem;
    padding-block: 3rem 5rem;
  }
  footer .footer-wrap .footer-left {
    width: 100%;
  }
  footer .footer-wrap .footer-left .footer-txt {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }
  footer .footer-wrap .footer-left .footer-tel {
    height: 16rem;
    margin-bottom: 1rem;
  }
  footer .footer-wrap .footer-left .footer-tel a {
    pointer-events: all;
  }
  footer .footer-wrap .footer-left .footer-tel a .txt {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }
  footer .footer-wrap .footer-left .footer-tel a .tel {
    font-size: 2.6rem;
    padding-left: 3.1rem;
    margin-bottom: 0.8rem;
  }
  footer .footer-wrap .footer-left .footer-tel a .tel::before {
    width: 2.2rem;
    height: 2.2rem;
  }
  footer .footer-wrap .footer-left .footer-tel a .hours {
    font-size: 1.1rem;
  }
  footer .footer-wrap .footer-left .footer-contact {
    height: 9.8rem;
  }
  footer .footer-wrap .footer-left .footer-contact a span {
    font-size: 1.8rem;
    padding-left: 3.7rem;
  }
  footer .footer-wrap .footer-left .footer-contact a span::before {
    width: 2.4rem;
    height: 1.85rem;
  }
  footer .footer-wrap .footer-right {
    width: 100%;
  }
  footer .footer-wrap .footer-right .footer-right-top {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 5rem;
  }
  footer .footer-wrap .footer-right .footer-right-top .footer-info-blk {
    width: 100%;
    padding-bottom: 5rem;
  }
  footer .footer-wrap .footer-right .footer-right-top .footer-info-blk .footer-tel {
    margin-bottom: 3.8rem;
  }
  footer .footer-wrap .footer-right .footer-right-top .footer-menu-blk {
    width: 100%;
    padding-inline: 0;
    padding-bottom: 5rem;
  }
  footer .footer-wrap .footer-right .footer-right-top .footer-menu-blk .footer-menu > ul {
    gap: 0;
    border-top: 1px solid #DEDEDE;
  }
  footer .footer-wrap .footer-right .footer-right-top .footer-menu-blk .footer-menu > ul > li {
    border-bottom: 1px solid #DEDEDE;
  }
  footer .footer-wrap .footer-right .footer-right-top .footer-menu-blk .footer-menu > ul > li > a {
    width: 100%;
    padding-block: 2rem;
  }
  footer .footer-wrap .footer-right .footer-right-top .footer-menu-blk .footer-menu > ul > li > a::after {
    content: none;
  }
  footer .footer-wrap .footer-right .footer-right-top .footer-other-blk {
    justify-content: flex-start;
    width: 22.4rem;
    margin-inline: auto;
  }
  footer .footer-wrap .footer-right .footer-right-top .footer-other-blk .footer-material-link a {
    font-size: 1.2rem;
    padding: 2rem 7rem 2rem 2rem;
  }
  footer .footer-wrap .footer-right .footer-right-top .footer-other-blk .footer-material-character {
    margin-right: 0;
  }
  footer .footer-wrap .footer-right .footer-right-bottom {
    flex-direction: column;
    gap: 3.8rem;
    padding-top: 2rem;
  }
  footer .footer-wrap .footer-right .footer-right-bottom .copyright p {
    font-size: 1.1rem;
  }
  footer .footer-wrap .footer-pagetop {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */