@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap);
.pc .header__function {
  width: auto;
}

.footer {
  background-color: #3c3c3b;
}

@media screen and (max-width: 719px) {
  .sf-footer-menu {
    padding: 0 20px 40px;
  }
}
.sf-footer-menu .container h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 719px) {
  .sf-footer-menu .container h2 {
    margin-top: 2em;
  }
}
.sf-footer-menu .container ul {
  list-style: none;
}
.sf-footer-menu .container ul li {
  list-style: none;
  color: #fff;
  margin: 0;
}
.sf-footer-menu .container ul li::before {
  background: none;
}
.sf-footer-menu .container ul li a {
  color: #fff;
}
.sf-footer-menu .container ul li a:hover {
  color: inherit;
}
.sf-footer-menu .container ul li a::before {
  content: ">";
  position: absolute;
  left: 5px;
  top: -1px;
  text-decoration: none;
  height: 1.5em;
  overflow: hidden;
}
.sf-footer-menu .container ul li a[target=_blank]::before {
  content: "";
  background: url(../img/new_window_icon.svg) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
}
.sf-footer-menu .container .globalinfo-menu {
  color: #c6c6c6;
}
.sf-footer-menu .container .globalinfo-menu ul {
  list-style: none;
}
.sf-footer-menu .container .globalinfo-menu ul li {
  list-style: none;
}
.sf-footer-menu .container .globalinfo-menu ul li a {
  color: #c6c6c6;
}

.sub-footer {
  background-color: #3c3c3b;
  padding-bottom: 0;
}
@media screen and (max-width: 719px) {
  .sub-footer {
    padding: 0 20px;
  }
}
.sub-footer .row {
  padding-bottom: 40px;
}
@media screen and (max-width: 719px) {
  .sub-footer .row {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.sub-footer .row div:nth-of-type(1) {
  text-align: left;
}
@media screen and (max-width: 719px) {
  .sub-footer .row div:nth-of-type(1) {
    text-align: center;
    margin-bottom: 10px;
  }
}
.sub-footer .row div:nth-of-type(2) {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sub-footer .row div:nth-of-type(2) {
    text-align: center;
  }
}
.sub-footer .footer_btn a {
  display: inline-block;
  border: 1px solid #d7d7d7;
  padding: 8px 30px 8px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.625;
  position: relative;
  text-align: center;
}
.sub-footer .footer_btn a:hover {
  text-decoration: underline;
}
.sub-footer .footer_btn a::after {
  content: ">";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
  line-height: 1;
}
.sub-footer hr {
  border: none;
  border-top: 1px solid #575756;
}

.footer__copy {
  padding-top: 0;
}
@media screen and (max-width: 719px) {
  .footer__copy {
    padding-left: 20px;
  }
}
.footer__copy ul {
  display: flex;
}
.footer__copy ul li {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 719px) {
  .footer__copy ul li {
    margin-right: 0;
    margin-left: 0;
  }
}
.footer__copy ul li:before {
  content: "|";
  display: inline-block;
  margin: 0 7px 0;
}
.footer__copy ul li:first-of-type:before {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", "Meiryo", "Open Sans", "Arial", sans-serif;
  color: #000;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

/*============================
Responsive
============================*/
.visible_sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .visible_sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .visible_pc {
    display: none !important;
  }
}

/*============================
a
============================*/
a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

/*============================
Headlines
============================*/
.ttl1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.3611111111;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 150px 0 80px;
}
@media screen and (max-width: 768px) {
  .ttl1 {
    font-size: 20px;
    line-height: 32px;
    padding: 80px 0 20px;
  }
}
.ttl1::after {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  background: #000;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .ttl1::after {
    width: 50px;
    height: 5px;
    margin: 10px auto 0;
  }
}

.ttl1 + p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl1 + p {
    font-size: 16px;
    line-height: 1.875;
    text-align: left;
  }
}

.ttl2 {
  text-align: center;
}
.ttl2 span {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 5px 44px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ttl2 span {
    font-size: 14px;
    padding: 5px 20px;
  }
}

.ttl3 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .ttl3 {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}

/*============================
list
============================*/
.jisageList li {
  text-indent: -1em;
  margin-left: 1em;
}