@charset "UTF-8";

body,
#wrap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.btn,
.ttl01,
.ttl02,
.ttl03,
.ttl04 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#wrap {
  padding-top: 0;
}
#main {
  padding: 0 20px 120px;
}

.bold {
  font-weight: 700;
}
.bold.decoration {
  background: -webkit-linear-gradient(transparent 64%, #a7e4ff 0%);
  background: linear-gradient(transparent 64%, #a7e4ff 0%);
}

.tag {
  display: inline-block;
  padding: 2px 8px;
  color: #fff;
  background-color: #006cb6;
  border-radius: 4px;
  vertical-align: text-bottom;
}
.menu-btn__text {
  font-family: "Noto Sans JP", sans-serif;
}

footer img {
  width: 100%;
}

.header {
  height: 80px;
  padding: 0 20px;
  background-color: #FFF;
  position: relative;
  z-index: 100;
}

.header__inner {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.header__logo img {
  width: 160px;
}

.header__logo--text {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 0 26px;
}

.header__logo--text::before {
  content: '';
  position: absolute;
  background-color: #C0C0C0;
  left: -10px;
  width: 1px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.header__btn {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.header__btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px 12px 24px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #DEE1E5;
  border-radius: 50px;
  transition: 0.3s all;
}

.header__btn a img {
  width: 14px;
  margin: 0 6px 0 0;
}

.header__btn a:hover {
  background-color: #F2F5FA;
}

.header__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.header__content .logo-td {
  width: 128px;
}

@media (max-width: 949px) {
  .header {
    padding: 0 20px;
  }

  .header__logo img {
    width: 130px;
  }

  .header__logo--text {
    font-size: 12px;
    margin: 10px 0 0 20px;
  }

  .header__btn a {
    font-size: 12px;
    padding: 12px 16px;
  }

  .header__content {
    gap: 20px;
  }

  .header__content .logo-td {
    width: 100px;
  }
}

@media (max-width: 784px) {
  .header__content {
    gap: 12px;
  }

  .header__content .logo-td {
    width: 90px;
  }

  .header__btn {
    gap: 6px;
  }
}

@media (max-width: 767px) {
  .header {
    height: auto;
    padding: 0;
  }

  .header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__logo img {
    width: 104px;
    margin: 0 0 0 20px;
  }

  .header__logo--text {
    font-size: 10px;
    margin: 10px 0 0 18px;
  }

  .header__logo--text::before {
    left: -6px;
    width: 1px;
    height: 9px;
  }

  .header__btn {
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    background-color: #F2F5FA;
    padding: 8px 0;
    margin: 12px 0 0;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__btn a {
    font-size: 12px;
    padding: 10px 20px;
  }

  .header__btn a img {
    width: 12px;
    margin: 0 6px 0 0;
  }

  .header__content {
    display: contents;
  }

  .header__content .logo-td {
    display: none;
    /* order: 2;
				width: 78px;
				margin: 0 20px 0 0; */
  }
}

@media (max-width: 349px) {
  .header__logo img {
    width: 80px;
  }

  .header__logo--text {
    font-size: 8px;
    margin: 4px 0 0 12px;
  }

  .header__content .logo-td {
    width: 70px;
  }
}

.footer {
  position: relative;
  z-index: 1;
}

.footer-upper,
.footer-lower {
  padding: 0 30px;
}

.footer-upper__inner,
.footer-lower__inner {
  max-width: 1200px;
  margin: auto;
}

.footer-upper {
  background-color: #3F3F40;
}

.footer-upper__inner {
  padding: 32px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1050px) {
  .footer-upper__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.footer-lower {
  background-color: #F3F3F3;
}

.footer-lower__inner {
  padding: 56px 0 44px;
}

.footer__freedial {
  padding: 24px 32px;
  background-color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.footer__freedial--num {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__freedial--num .-title {
  margin: 0 0 8px;
}

.footer__freedial--num .-main {
  font-size: 14px;
  font-weight: 700;
  color: #2C5794;
}

.footer__freedial--num .-main span {
  display: inline-block;
  font-size: 32px;
  color: #101011;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  position: relative;
  padding: 0 0 0 32px;
}

.footer__freedial--num .-main span::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../img/ico_phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}

.footer__freedial--time {
  position: relative;
  text-align: center;
  font-size: 14px;
}

.footer__freedial--time::after {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 72px;
  background-color: #777777;
}

.footer__freedial--time span {
  display: block;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .footer__freedial {
    width: 100%;
    max-width: 500px;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
  }

  .footer__freedial--num {
    width: 100%;
    text-align: center;
  }

  .footer__freedial--num .-main span {
    margin: 0 0 4px;
  }

  .footer__freedial--time {
    width: 100%;
  }

  .footer__freedial--time::after {
    width: 100%;
    height: 1px;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.footer__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
  font-size: 14px;
}

.footer__btn--contact {
  background-color: #FFF;
  border-radius: 22px;
  border: 1px solid #DEE1E5;
}

.footer__btn--contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  padding: 12px 20px 12px 24px;
  transition: 0.3s all;
}

.footer__btn--contact img {
  width: 14px;
  margin: 0 6px 0 0;
  transform: rotate(-90deg);
}

.footer__btn--contact:hover {
  background-color: #F2F5FA;
}

.footer__btn--searchbox {
  display: block;
  position: relative;
  width: 300px;
  padding: 0 0 0 8px;
  background: #fff;
  border: 1px solid #DEE1E5;
  border-radius: 22px;
  height: 44px;
}

.footer__btn--searchbox .mf_finder_searchBox_items {
  padding: 0;
  height: 32px;
  background: #eee;
  border-radius: 20px;
}

.footer__btn--searchbox input[type="text"].mf_finder_searchBox_query_input {
  height: 44px;
  border: none;
  border-radius: 20px;
  background: inherit;
  max-width: 86%;
  font-size: inherit;
}

.footer__btn--searchbox input[type="text"].mf_finder_searchBox_query_input:focus {
  outline: none;
}

.footer__btn--searchbox input[type="text"].mf_finder_searchBox_query_input:-ms-input-placeholder {
  color: #C0C0C0;
}

.footer__btn--searchbox input[type="text"].mf_finder_searchBox_query_input::placeholder {
  color: #C0C0C0;
}

.footer__btn--searchbox .mf_finder_searchBox_submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2px !important;
  background: #006cb6;
  color: #fff;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: 0.3s all;
}

.footer__btn--searchbox .mf_finder_searchBox_submit:hover {
  opacity: 0.7;
  transition: 0.3s all;
}

.footer__btn--searchbox .mf_finder_searchBox_items {
  background: #fff;
  height: 42px;
  position: relative;
}

.footer__btn--searchbox .mf_finder_searchBox_submit {
  margin: -1px !important;
  width: 34px;
  height: 34px;
  background: #777;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}

.footer__btn--searchbox .mf_finder_searchBox_submit::before {
  margin-left: 0;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
}

@media (max-width: 1050px) {
  .footer__btn {
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__btn .mf_finder_searchBox {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .footer__btn {
    width: 100%;
  }

  .footer__btn--contact {
    width: 100%;
    max-width: 340px;
  }

  .footer__btn--searchbox {
    width: 100%;
    max-width: 340px;
  }
}

@media (min-width: 768px) {
  .footer__bnr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    margin: 0 0 20px;
  }

  .footer__bnr--item {
    display: block;
    transition: 0.3s all;
  }

  .footer__bnr--item:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .footer__bnr {
    margin: 0 calc(50% - 50vw) 30px;
    padding: 0 0 40px;
  }

  .footer__bnr--item {
    margin: 0 6px;
  }

  .footer__bnr .slick-dots {
    bottom: 0;
  }

  .footer__bnr .slick-dots li {
    margin: 0;
  }

  .footer__bnr .slick-dots li button:before {
    opacity: 0.5;
  }

  .footer__bnr .slick-dots li.slick-active button:before {
    opacity: 1;
  }

  .footer__bnr .slick-dots li button:before {
    font-size: 8px;
    color: #006CB6;
  }

  .footer__bnr .prev-arrow,
  .footer__bnr .next-arrow {
    bottom: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 30;
    cursor: pointer;
  }

  .footer__bnr .prev-arrow {
    left: 20px;
  }

  .footer__bnr .next-arrow {
    right: 20px;
  }
}

.footer__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 24px;
}

.footer__nav--item a {
  position: relative;
  padding: 0 0 0 24px;
  transition: 0.3s all;
  letter-spacing: 0.02em;
}

.footer__nav--item a::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/ico_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  left: 0;
}

.footer__nav--item a:hover {
  color: #006CB6;
}

@media (max-width: 767px) {
  .footer__nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin: 0 calc(50% - 50vw);
    border-top: 1px solid #E8E8E8;
  }

  .footer__nav--item {
    height: 100%;
    border-bottom: 1px solid #E8E8E8;
  }

  .footer__nav--item:nth-child(odd) {
    border-right: 1px solid #E8E8E8;
  }

  .footer__nav--item a {
    height: 100%;
    display: block;
    font-size: 12px;
    padding: 16px 40px;
    line-height: 1.5;
  }

  .footer__nav--item a::before {
    width: 12px;
    height: 12px;
    left: 20px;
    top: 18px;
  }
}

.footer__copyright {
  text-align: center;
  font-size: 14px;
  margin: 48px 0 0;
  color: #777777;
}

@media (max-width: 767px) {

  .footer-upper,
  .footer-lower {
    padding: 0 20px;
  }

  .footer-lower__inner {
    padding: 30px 0 20px;
  }

  .footer__copyright {
    margin: 20px 0 0;
    font-size: 10px;
  }
}

/*# sourceMappingURL=maps/style.css.map */