@charset "UTF-8";
html {
  color: var(--fontcolor0);
  font-size: 62.5%;
  font-weight: 500;
  height: 100%;
  scroll-padding-top: 80px;
}
html[lang=en] {
  word-break: break-word;
}

a {
  color: var(--fontcolor_a);
  text-decoration: underline;
}
a:visited {
  color: var(--fontcolor_av);
}

.u-visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a[href*="tel:"] {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    color: var(--fontcolor0);
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  a[href*="tel:"]:focus-visible {
    outline: none;
  }
}

::-webkit-input-placeholder {
  color: var(--fontcolor13);
}

::-moz-placeholder {
  color: var(--fontcolor13);
}

:-ms-input-placeholder {
  color: var(--fontcolor13);
}

::-ms-input-placeholder {
  color: var(--fontcolor13);
}

::placeholder {
  color: var(--fontcolor13);
}

::-ms-input-placeholder {
  color: var(--fontcolor13);
}

:-ms-input-placeholder {
  color: var(--fontcolor13);
}

@media print {
  .no-print {
    display: none;
  }
  tr, p, img {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
@media print {
  .no-print {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  /*objyect-coverIE11用*/
  .thumb {
    background: no-repeat center center/cover;
    height: 100%;
  }
}
*:focus-visible {
  outline: 4px solid #2174c2;
  outline-offset: -1px;
  z-index: 99;
}

:-moz-focusring {
  outline: 4px solid #2174c2;
}

.slick-dots li button:focus-visible {
  outline: 4px solid #2174c2;
  outline-offset: 0;
  z-index: 99;
}

@media all and (-ms-high-contrast: none) {
  :focus {
    outline: 4px solid #2174c2;
  }
}
.slick-slide a:-moz-focusring {
  outline: 4px auto #2174c2;
}

@media all and (-ms-high-contrast: none) {
  .slick-slide a:focus {
    outline: 4px auto #2174c2;
  }
}
body {
  font-size: 1.6rem;
  font-family: "NotoSansJP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  height: 100%;
  line-break: strict; /* 禁則処理を厳格に適用 */
  line-height: 1;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
}
body#onlord {
  visibility: hidden;
}

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

#wrapper {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}
@media screen and (min-width: 768px) {
  #wrapper {
    overflow-y: auto;
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: 400;
}

:-moz-focusring {
  outline: 4px solid #2174c2;
}

.slick-dots li button:focus-visible {
  outline: 4px solid #2174c2;
  outline-offset: 0;
  z-index: 99;
}

@media all and (-ms-high-contrast: none) {
  :focus {
    outline: 4px solid #2174c2;
  }
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-VariableFont_wght.ttf") format("TrueType");
}
@font-face {
  font-family: "Corporate-Logo-Bold-ver2";
  src: url("../font/Corporate-Logo-Bold-ver2.woff2") format("woff2"), url("../font/Corporate-Logo-Bold-ver2.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Jost-VariableFont_wght";
  src: url("../font/Jost-VariableFont_wght.ttf") format("TrueType");
}
#goog-gt-tt {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

main {
  background: var(--bgcolor5);
  margin: 70px auto 0;
  padding: 0 0 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  main {
    margin-top: 110px;
  }
}

.pagetop_btn {
  background: var(--bgcolor2);
  border: 2px solid var(--bgcolor1);
  bottom: 75px;
  border-radius: 100vh;
  height: 60px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: fixed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 12px;
  width: 60px;
  visibility: hidden;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .pagetop_btn {
    border: 3px solid var(--bgcolor1);
    bottom: 20px;
    height: 80px;
    width: 80px;
  }
  .pagetop_btn:hover {
    background: var(--bgcolor1);
    border-color: var(--bgcolor2);
  }
}
.pagetop_btn.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
}
.pagetop_btn:not(.hide) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .pagetop_btn:hover .pagetop {
    color: var(--fontcolor0);
  }
}
@media screen and (min-width: 1024px) {
  .pagetop_btn:hover .pagetop svg {
    fill: var(--fontcolor0);
  }
}
.pagetop_btn .pagetop {
  border-radius: 100%;
  color: var(--fontcolor1);
  display: block;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  padding-top: 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .pagetop_btn .pagetop {
    font-size: 1.6rem;
    padding-top: 14px;
  }
}
.pagetop_btn .pagetop span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .pagetop_btn .pagetop span {
    display: inline-block;
  }
}
.pagetop_btn .pagetop svg {
  display: block;
  fill: var(--fontcolor1);
  height: 8px;
  left: 50%;
  position: absolute;
  top: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13px;
}
@media screen and (min-width: 1024px) {
  .pagetop_btn .pagetop svg {
    height: 15px;
    width: 21px;
  }
}

header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--bgcolor1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 10px 0 var(--bgcolor4);
          box-shadow: 0 0 10px 0 var(--bgcolor4);
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  header {
    height: 110px;
  }
}
header .site-name {
  font-family: "Corporate-Logo-Bold-ver2";
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
}
header .site-name a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--fontcolor2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header .site-name .site-logo {
  height: 26px;
  margin-right: 10px;
}
header .site-name .site-logo img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 1024px) {
  header .site-name .site-logo {
    height: 42px;
  }
}
header .site-name .service-name {
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: 0.05em;
}
header .site-name .service-name span {
  display: block;
}
@media screen and (min-width: 1024px) {
  header .site-name .service-name {
    font-size: 2.1rem;
  }
}

.menu-ctr {
  margin: 0 0 0 auto;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .menu-ctr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding: 0;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .menu-ctr {
    padding: 0 20px 0 0;
  }
}

.menu-btn {
  height: 3.5rem;
  margin-right: 20px;
  position: fixed;
  right: 0;
  width: 3.5rem;
  top: 17px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn .mobile-btn,
.menu-btn .more-vertical-solid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-btn .mobile-btn {
  position: absolute;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.menu-btn .mobile-btn.open {
  color: var(--fontcolor2);
}
.menu-btn .mobile-btn.open .btn-text.open {
  display: block !important;
}
.menu-btn .mobile-btn.open .btn-text.close {
  display: none !important;
}
.menu-btn .mobile-btn.close {
  color: var(--fontcolor1);
  opacity: 0;
  visibility: hidden;
}
.menu-btn .mobile-btn.close-enter .more-vertical-solid {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  border-radius: 4px;
}
.menu-btn .mobile-btn.close-enter .more-vertical-solid:nth-of-type(1) {
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.menu-btn .mobile-btn.close-enter .more-vertical-solid:nth-of-type(2) {
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.menu-btn .mobile-btn.close-enter .more-vertical-solid:nth-of-type(3) {
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.menu-btn .mobile-btn.close-enter .btn-text.open {
  display: none !important;
}
.menu-btn .mobile-btn.close-enter .btn-text.close {
  display: block !important;
}
.menu-btn .mobile-btn.close-exit .more-vertical-solid {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.menu-btn .more-vertical-solid {
  height: 50px;
  position: absolute;
  width: 50px;
}
.menu-btn .more-vertical-solid.icon {
  text-indent: unset;
  padding: 0;
  position: absolute;
  width: 34px;
  height: 3px;
  border-radius: 3px;
  border: solid 1px currentColor;
  background-color: currentColor;
}
.menu-btn .more-vertical-solid.icon:nth-of-type(1) {
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu-btn .more-vertical-solid.icon:nth-of-type(2) {
  top: calc(50% - 11px);
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
.menu-btn .more-vertical-solid.icon:nth-of-type(3) {
  top: calc(50% + 11px);
  left: 51%;
  -webkit-transform: translate(-50%, -51%);
          transform: translate(-50%, -51%);
  content: "";
}

.slide {
  background: var(--bgcolor2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  overflow-y: auto;
  visibility: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slide {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    opacity: 1;
    padding: 0;
    pointer-events: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
}
.slide .site-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-left: 0;
  position: absolute;
  top: 0;
}
.slide .site-name a {
  color: var(--fontcolor1);
}
@media screen and (min-width: 768px) {
  .slide .site-name {
    display: none;
  }
}
.slide .menu-mobile {
  margin-top: max(70px, 15vw);
}
.slide .menu-mobile .nav-item {
  border-bottom: 1px solid var(--fontcolor3);
  height: max(60px, 10vw);
}
.slide .menu-mobile .nav-item.procedure ::before {
  background: url(../img/menu_icon_procedure_shiro.png) no-repeat center center/contain;
}
.slide .menu-mobile .nav-item.fee ::before {
  background: url(../img/menu_icon_fee_shiro.png) no-repeat center center/contain;
}
.slide .menu-mobile .nav-item.mail ::before {
  background: url(../img/menu_icon_mail_shiro.png) no-repeat center center/contain;
}
.slide .menu-mobile .nav-item.disconnect ::before {
  background: url(../img/menu_icon_disconnect_shiro.png) no-repeat center center/contain;
}
.slide .menu-mobile .nav-item.qa ::before {
  background: url(../img/menu_icon_qa_shiro.png) no-repeat center center/contain;
}
.slide .menu-mobile .nav-item:last-child {
  border: none;
}
@media screen and (min-width: 768px) {
  .slide .menu-mobile .nav-item {
    border-bottom: none;
    border-right: 1px solid var(--bgcolor9);
    height: auto;
  }
  .slide .menu-mobile .nav-item.procedure ::before {
    background: url(../img/menu_icon_procedure.png) no-repeat center center/contain;
    width: 43px;
  }
  .slide .menu-mobile .nav-item.fee ::before {
    background: url(../img/menu_icon_fee.png) no-repeat center center/contain;
    width: 27px;
  }
  .slide .menu-mobile .nav-item.mail ::before {
    background: url(../img/menu_icon_mail.png) no-repeat center center/contain;
    width: 32px;
  }
  .slide .menu-mobile .nav-item.disconnect ::before {
    background: url(../img/menu_icon_disconnect.png) no-repeat center center/contain;
    width: 32px;
  }
  .slide .menu-mobile .nav-item.qa ::before {
    background: url(../img/menu_icon_qa.png) no-repeat center center/contain;
    width: 34px;
  }
}
.slide .menu-mobile .nav-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--fontcolor1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-decoration: none;
}
.slide .menu-mobile .nav-link::before {
  content: "";
  display: block;
  height: 32px;
  margin-right: 10px;
  width: 35px;
}
@media screen and (min-width: 768px) {
  .slide .menu-mobile .nav-link {
    color: var(--fontcolor0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: min(1.3vw, 1.6rem);
    font-weight: 600;
    height: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 clamp(15px, 1vw, 20px);
  }
  .slide .menu-mobile .nav-link::before {
    margin: 0 0 5px;
    width: auto;
  }
}
.slide .menu-mobile .nav-container {
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  .slide .menu-mobile {
    margin-top: 0;
  }
  .slide .menu-mobile .nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slide .inquiry {
  font-weight: 500;
  height: 70px;
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}
.slide .inquiry a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--bgcolor3);
  border-radius: 50px;
  color: var(--fontcolor0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.slide .inquiry .contact-text {
  background: url(../img/icon_operator.png) no-repeat left center;
  display: block;
  line-height: 35px;
  padding-left: 46px;
}
@media screen and (min-width: 768px) {
  .slide .inquiry {
    display: none;
  }
}
.slide .address-area {
  bottom: 50px;
  color: var(--fontcolor3);
  font-size: 1.3rem;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
  position: sticky;
  top: 100vh;
}
.slide .address-area .provided {
  margin-bottom: 20px;
}
.slide .address-area dl {
  margin: 0 0 10px;
}
.slide .address-area dt {
  font-weight: 400;
}
.slide .address-area dt, .slide .address-area dd {
  display: inline-block;
}
.slide .address-area .tel a {
  color: var(--fontcolor3);
}
.slide .address-area .address {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .slide .address-area {
    display: none;
  }
}
.slide .endtext {
  bottom: 0;
  margin-bottom: 10px;
  left: 0;
  position: sticky;
  right: 0;
  text-align: center;
  top: 100vh;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slide .endtext {
    display: none;
  }
}
.slide .copyright {
  color: var(--fontcolor3);
  font-family: "Jost-VariableFont_wght";
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#hmb-menu {
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
#hmb-menu.open .close {
  opacity: 1;
  visibility: visible;
}
#hmb-menu.open .slide {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
  right: 0;
}

.contact-area {
  background: var(--bgcolor2) url(../img/circles_f2.svg) no-repeat center center/min(210%, 850px);
  padding: 32px 0;
  position: relative;
}
.contact-area::before, .contact-area::after {
  background: var(--bgcolor5);
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  width: 100%;
}
.contact-area::before {
  border-radius: 0 0 32px 32px;
  top: -1px;
}
.contact-area::after {
  border-radius: 32px 32px 0 0;
  bottom: -1px;
}
@media screen and (min-width: 1024px) {
  .contact-area {
    background-size: min(300%, 1309px);
    padding: 75px 0;
  }
  .contact-area::before, .contact-area::after {
    height: 75px;
  }
  .contact-area::before {
    border-radius: 0 0 75px 75px;
  }
  .contact-area::after {
    border-radius: 75px 75px 0 0;
  }
}

.contact-cont {
  padding: 50px 0;
  margin: 0 auto;
  width: 90%;
}
.contact-cont.decoration::before {
  background: var(--bgcolor2);
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .contact-cont.decoration::before {
    width: 28px;
  }
}
.contact-cont::before {
  background: var(--bgcolor1) !important;
  margin: 0 auto 20px;
  position: relative !important;
}
@media screen and (min-width: 1024px) {
  .contact-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 80px;
    width: calc(100% - 180px);
  }
  .contact-cont::before {
    margin-bottom: 30px;
  }
}
.contact-cont h2 {
  color: var(--fontcolor1);
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.contact-cont h2::before, .contact-cont h2::after {
  background: var(--bgcolor1);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
}
.contact-cont h2::before {
  left: calc(50% - 120px);
}
.contact-cont h2::after {
  right: calc(50% - 120px);
}
@media screen and (min-width: 1024px) {
  .contact-cont h2 {
    font-size: 3.6rem;
    font-weight: 500;
    margin-bottom: 50px;
  }
  .contact-cont h2::before, .contact-cont h2::after {
    width: 75px;
  }
  .contact-cont h2::before {
    left: calc(50% - 210px);
  }
  .contact-cont h2::after {
    right: calc(50% - 210px);
  }
}
.contact-cont .contact-item {
  display: grid;
  gap: 20px 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media screen and (min-width: 1024px) {
  .contact-cont .contact-inner {
    max-width: 400px;
    margin: 0 auto;
    width: 95%;
  }
}
.contact-cont .contact-tel,
.contact-cont .contact-web {
  background: var(--bgcolor2);
  border: 1px solid var(--bgcolor1);
  border-radius: 20px;
  color: var(--fontcolor1);
  font-weight: 400;
}
.contact-cont .contact-tel h3,
.contact-cont .contact-web h3 {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .contact-cont .contact-tel h3,
  .contact-cont .contact-web h3 {
    font-size: 2.1rem;
  }
}
.contact-cont .contact-tel {
  padding: 25px 20px 50px;
}
.contact-cont .contact-tel h3 {
  margin-bottom: 30px;
}
.contact-cont .contact-tel .phone-number {
  border-bottom: 2px solid var(--bgcolor1);
  font-family: "Jost-VariableFont_wght";
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.contact-cont .contact-tel .phone-number img {
  height: auto;
  margin-right: 5px;
  vertical-align: baseline;
  width: 20px;
}
.contact-cont .contact-tel .phone-number a {
  color: var(--fontcolor1);
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .contact-cont .contact-tel .phone-number {
    font-size: 5.1rem;
  }
  .contact-cont .contact-tel .phone-number img {
    width: 27px;
  }
}
.contact-cont .contact-tel dt, .contact-cont .contact-tel dd {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
}
.contact-cont .contact-tel .receptionHour {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .contact-cont .contact-tel {
    padding: 25px 0 50px;
  }
  .contact-cont .contact-tel h3 {
    margin-bottom: 50px;
  }
  .contact-cont .contact-tel .notes {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .contact-cont .contact-tel dt, .contact-cont .contact-tel dd {
    font-size: 1.8rem;
  }
  .contact-cont .contact-tel .receptionHour {
    margin-bottom: 14px;
  }
}
.contact-cont .contact-web {
  min-height: 220px;
  padding: 25px 15px 75px;
  position: relative;
}
.contact-cont .contact-web::after {
  background: url(../img/contact_character1.png) no-repeat right 10px bottom/96px;
  bottom: -1px;
  content: "";
  display: block;
  height: 75px;
  left: 0;
  position: absolute;
  width: 100%;
}
.contact-cont .contact-web h3 {
  margin-bottom: 40px;
}
.contact-cont .contact-web .inquiry-form {
  font-weight: 600;
  margin: 0 auto;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(90%, 310px);
}
.contact-cont .contact-web .inquiry-form a {
  background: var(--bgcolor3);
  border: 4px solid var(--bgcolor3);
  border-radius: 30px;
  color: var(--fontcolor0);
  display: block;
  padding: 16px 0 18px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
}
.contact-cont .contact-web .inquiry-form a:hover {
  background: var(--bgcolor1);
}
@media screen and (min-width: 1024px) {
  .contact-cont .contact-web {
    position: relative;
  }
  .contact-cont .contact-web::after {
    background-size: 161px;
    bottom: 0;
    height: 122px;
    position: absolute;
    right: 5px;
    width: 100%;
  }
  .contact-cont .contact-web .inquiry-form {
    font-weight: 800;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: min(60%, 330px);
  }
  .contact-cont .contact-web .inquiry-form a {
    padding: 16px 0 18px;
  }
}

.fixed_contact_form {
  background: var(--bgcolor3);
  bottom: 0;
  height: 70px;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
}
.fixed_contact_form a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--fontcolor0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-decoration: none;
}
.fixed_contact_form .contact_text {
  background: url(../img/icon_operator.png) no-repeat left center;
  line-height: 35px;
  padding-left: 46px;
}
@media screen and (min-width: 1024px) {
  .fixed_contact_form {
    bottom: auto;
    height: 278px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .fixed_contact_form .contact_text {
    background-position: center top;
    padding-left: 0;
    line-height: 36px;
    padding-top: 46px;
  }
  .fixed_contact_form a {
    width: 100%;
  }
}

.footer-ctr {
  background: var(--bgcolor5);
  color: var(--fontcolor0);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.2rem;
  margin-bottom: 70px;
  padding: 10px 40px;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .footer-ctr .footer-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .footer-ctr {
    line-height: 1;
    margin-bottom: 0;
    padding: 0 0 30px;
  }
  .footer-ctr .footer-area {
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 180px);
  }
}
.footer-ctr .site-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--fontcolor2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Corporate-Logo-Bold-ver2";
  font-weight: 700;
  margin-bottom: 30px;
  text-decoration: none;
}
.footer-ctr .site-name .site-logo {
  margin-right: 15px;
}
.footer-ctr .site-name .site-logo img {
  width: 70px;
}
.footer-ctr .site-name .service-name {
  display: block;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2em;
}
.footer-ctr .site-name .service-name span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .footer-ctr .site-name {
    margin-bottom: 40px;
  }
  .footer-ctr .site-name .service-name {
    font-size: 2.6rem;
  }
  .footer-ctr .site-name .site-logo {
    margin-right: 20px;
  }
}
.footer-ctr dt, .footer-ctr dd {
  display: inline-block;
  vertical-align: top;
}
.footer-ctr dd.notes {
  display: block;
}
.footer-ctr dd a[href*="tel:"] {
  color: var(--fontcolor0);
  text-decoration: none;
}
.footer-ctr address {
  font-size: 1.4rem;
  font-weight: 600;
}
.footer-ctr address .company-name {
  margin-bottom: 10px;
}
.footer-ctr address dl {
  margin-bottom: 5px;
}
.footer-ctr address .location {
  margin: 30px 0 50px;
}
@media screen and (min-width: 1024px) {
  .footer-ctr address {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .footer-ctr address .company-name {
    margin-bottom: 20px;
  }
  .footer-ctr address dl {
    margin-bottom: 12px;
  }
  .footer-ctr address dl.regularHoliday {
    margin-bottom: 27px;
  }
  .footer-ctr address .location {
    margin: 0;
  }
}
.footer-ctr .footer-menu-ctr {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.footer-ctr .footer-menu-ctr a {
  color: var(--fontcolor0);
  text-decoration: none;
}
.footer-ctr .footer-menu-ctr a:hover {
  text-decoration: underline;
}
.footer-ctr .footer-menu-ctr .footer-menu {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .footer-ctr .footer-menu-ctr {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-top: 15px;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .footer-ctr .footer-menu-ctr .footer-menu-list {
    margin-bottom: 35px;
  }
  .footer-ctr .footer-menu-ctr .footer-menu {
    margin-bottom: 20px;
  }
}
.footer-ctr .privacypolicy {
  font-size: 1.2rem;
  font-weight: 500;
}
.footer-ctr .endtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
  width: 100%;
}
.footer-ctr .endtext .copyright {
  color: var(--fontcolor0);
  font-family: "Jost-VariableFont_wght";
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer-ctr .endtext {
    font-size: 1.2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
}/*# sourceMappingURL=common.css.map */