@charset "UTF-8";
/* Scss Document */
.nav-text {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .nav-text {
    padding: 15px;
    align-items: center;
    border-bottom: solid 1px #fff;
    color: #0071c5;
  }
}

.nav-text.nav-concept a {
  text-decoration: none;
  color: #333;
}

.nav-text.nav-concept a::before {
  content: "\f09d";
  display: contents;
  font-family: "font Awesome 5 free";
  font-weight: bold;
}

.nav-text.nav-inquiry a {
  text-decoration: none;
  color: #333;
}

.nav-text.nav-inquiry a::before {
  content: "\f0e0";
  display: contents;
  font-family: "font Awesome 5 free";
  font-weight: bold;
}

.nav-text.nav-use a {
  text-decoration: none;
  color: #333;
}

.nav-text.nav-use a::before {
  content: "\f518";
  display: contents;
  font-family: "font Awesome 5 free";
  font-weight: bold;
}

.nav-text.nav-faq a {
  text-decoration: none;
  color: #333;
}

.nav-text.nav-faq a::before {
  content: "\f059";
  display: contents;
  font-family: "font Awesome 5 free";
  font-weight: bold;
}

/*キービジュアル*/
#key-visual.key-visual {
  width: 100vw;
  height: 270px;
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.3em;
  text-align: center;
  font-family: "DNP 秀英角ゴシック金 Std", "Shueitai Gothic Kin Std", sans-serif;
  border-radius: unset;
  border: none;
}

@media screen and (max-width: 767px) {
  #key-visual.key-visual {
    height: 375px;
  }
}

@media screen and (max-width: 767px) {
  #key-visual .key-title .container {
    background-color: #ffffff90;
    width: 280px;
    height: 250px;
    margin: 0 auto;
    top: 60px;
    position: relative;
  }
}

#key-visual h1 {
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  background-color: #ffffff90;
  padding: 15px 30px;
  display: inline-grid;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #key-visual h1 {
    font-size: 1.75rem;
    background-color: unset;
    padding: 0;
  }
}

#key-visual.shop {
  background-image: url("https://new-teikei.club117.jp/themes/teikei.club117.jp/img/kv_shop.jpg");
}

#key-visual.info {
  background-image: url("https://new-teikei.club117.jp/themes/teikei.club117.jp/img/kv_info.jpg");
}

#key-visual.card {
  background-image: url("https://new-teikei.club117.jp/themes/teikei.club117.jp/img/kv_card.jpg");
}

#key-visual.faq {
  background-image: url("https://new-teikei.club117.jp/themes/teikei.club117.jp/img/kv_faq.jpg");
}

#key-visual p {
  background-color: #ffffff90;
  padding: 15px 20px;
  font-size: 1.4375rem;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  #key-visual p {
    font-size: 1.125rem;
    padding: 0;
    background-color: unset;
    letter-spacing: 0.05em;
    line-height: 1.667;
  }
}

/*SP ハンバーガーメニュー*/
@media screen and (max-width: 767px) {
  button.btn.header-menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: inherit;
    background-color: #0071c5;
  }
  button.btn.header-menu-btn span.navbar-toggler-icon {
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    background-color: #fff;
    top: 30px;
    left: 10px;
  }
  button.btn.header-menu-btn span.navbar-toggler-icon::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    transition: 0.3s;
  }
  button.btn.header-menu-btn span.navbar-toggler-icon::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    transition: 0.3s;
  }
}

.mod_btn01, .mod_btn02, #faq a.btn-card, #card-benefits a.btn-card {
  display: inline-block;
  text-align: center;
  border: solid 1px #0071c5;
  position: relative;
  margin: 0;
  border-radius: 50px;
}

.mod_btn01::after, .mod_btn02::after, #faq a.btn-card::after, #card-benefits a.btn-card::after {
  content: "\f105" !important;
  display: block;
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "font Awesome 5 free";
}

.mod_btn01 {
  background-color: #fff;
  color: #0071c5;
  padding: 25px 120px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 2px;
}

.mod_btn01 a {
  text-decoration: none;
}

.mod_btn01 a:visited, .mod_btn01 a:hover, .mod_btn01 a:active {
  text-decoration: none;
}

.mod_btn01:hover {
  color: #fff;
  background-color: #0071c5;
}

@media screen and (max-width: 575px) {
  .mod_btn01 {
    font-size: 1.125rem;
    padding: 15px;
    width: 100%;
  }
}

.mod_btn02 {
  background-color: #0071c5;
  color: #fff;
  padding: 25px 0;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 2px;
  text-decoration: none;
  width: clamp(320px, 90%, 550px);
}

.mod_btn02:hover {
  color: #0071c5;
  text-decoration: none;
  background-color: #fff;
}

.mod_btn02.card-benefits {
  font-size: 0.875rem;
}

@media screen and (max-width: 575px) {
  .mod_btn02 {
    font-size: 1rem;
    padding: 15px;
    width: 100%;
    letter-spacing: 0;
  }
}

#faq a {
  text-decoration: none;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
}

#faq a.btn-card {
  padding: 15px 65px 15px 45px;
  background-color: #fff;
  color: #0071c5;
  font-size: 1.125rem;
  line-height: 1.46;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #faq a.btn-card {
    font-size: 1rem;
    padding: 15px 30px 15px 20px;
  }
}

#faq a.btn-card:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0071c5;
}

#faq a::after {
  content: "\f0da";
  display: block;
  font-weight: 900;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #faq a::after {
    right: 15px !important;
  }
}

#card-benefits a {
  text-decoration: none;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
}

#card-benefits a.btn-card {
  padding: 15px 45px 15px 25px;
  background-color: #fff;
  color: #0071c5;
  font-size: 1.125rem;
  line-height: 1.46;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #card-benefits a.btn-card {
    font-size: 1rem;
    padding: 15px 30px 15px 20px;
  }
}

#card-benefits a.btn-card:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0071c5;
}

#card-benefits a::after {
  content: "\f0da";
  display: block;
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #card-benefits a::after {
    right: 15px !important;
  }
}

#footer {
  background-color: #0071c5;
  font-size: 1.25rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #footer {
    font-size: 0.875rem;
    padding-top: 0;
    padding-bottom: 0px;
    background-color: #fff;
    margin-bottom: 0px;
  }
}

#footer a {
  color: #333;
  text-decoration: none;
}

#footer a:hover {
  color: #333;
  text-decoration: none;
}

#footer a::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-left: 10px;
}

#footer a.no-icon::after {
  content: none;
}

@media screen and (max-width: 767px) {
  #footer .teikei-header-logo {
    padding: 20px 112px 10px;
  }
}

#footer .sitemap-wrap {
  background-color: #f8f8f8;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  #footer .sitemap-wrap {
    padding: 100px 0 40px;
  }
}

#footer .sitemap-wrap .sitemap-box {
  display: grid;
  grid-template-columns: 13em 13em 13em 13em 13em;
  row-gap: 100px;
}

@media screen and (max-width: 991px) {
  #footer .sitemap-wrap .sitemap-box {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  #footer .sitemap-wrap .sitemap-box {
    grid-template-columns: 1fr 1fr;
  }
}

#footer .sitemap-wrap a {
  color: #0071c5;
}

#footer .sitemap-wrap a::before {
  content: "\f105";
  font-family: "font Awesome 6 free";
  font-weight: 900;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  #footer .sitemap-wrap a {
    font-size: 0.9375rem;
  }
}

#footer .footer-link-wrap,
#footer .footer-link-wrap a {
  padding: 70px 0;
  color: #fff;
  background-color: #0071c5;
}

@media screen and (max-width: 575px) {
  #footer .footer-link-wrap,
  #footer .footer-link-wrap a {
    padding: 30px 0;
  }
}

#footer .copyright {
  text-align: center;
  margin-bottom: 0;
  font-size: 0.75rem;
}

.page-header {
  text-align: center;
  padding: 50px 0 20px;
}

.page-header h1 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 2.25rem;
}

.page-header p {
  color: #333;
  margin-bottom: 10px;
}

.page-header hr {
  width: 50px;
  margin: 0 auto;
  border-top: 3px solid #0069c0;
}

@media screen and (max-width: 575px) {
  .page-header {
    padding: 30px 0 10px;
  }
  .page-header h1 {
    font-size: 1.8rem;
  }
}

.contact-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  width: clamp(345px, 90%, 1280px);
  margin: 0 auto;
}

@media screen and (max-width: 575px) {
  .contact-container {
    padding: 20px 15px;
  }
}

.contact-heading {
  color: #0071c5;
  font-weight: 600;
  font-size: 1.1875rem;
  margin-bottom: 20px;
}

.contact-heading .circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #0071c5;
  border-radius: 50%;
  margin-right: 5px;
}

.contact-divider {
  height: 2px;
  background-color: #eaeaea;
  margin: 20px 0;
}

.company-info {
  background-color: #fff;
  padding: 20px 0;
  border-radius: 8px;
  height: 100%;
}

@media screen and (max-width: 575px) {
  .company-info {
    margin-bottom: 20px;
  }
}

.company-logo {
  max-width: 260px;
  margin-bottom: 10px;
}

.company-name {
  display: inline-block;
  border: 1px solid #0069c0;
  color: #0071c5;
  padding: 5px 15px;
  font-size: 1.4375rem;
  margin-bottom: 10px;
  line-height: 1;
}

.company-address,
.company-exception,
.company-hours {
  font-size: 1rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .company-address,
  .company-exception,
  .company-hours {
    font-size: 0.875rem;
  }
}

.company-tel {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
  .company-tel {
    font-size: 0.875rem;
  }
}

.company-fax {
  font-size: 1rem;
  margin-bottom: 10px;
}

.btn-arrow::after {
  content: "›";
  margin-left: 10px;
  font-size: 1.3125rem;
}

@media screen and (max-width: 575px) {
  .btn-arrow::after {
    font-size: 1rem;
  }
}

.background-pattern {
  position: relative;
  overflow: hidden;
}

.background-pattern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(120deg, transparent, transparent 5px, #0071c5 5px, #0071c5 6px);
  opacity: 0.05;
  z-index: -1;
}

.mod_breadcrumb {
  display: inline-block;
  margin-top: 5px;
  background-color: #fff;
  color: #9f9f9f;
  width: 100%;
}

.mod_breadcrumb ol {
  list-style-type: none;
  padding-left: 0;
}

.mod_breadcrumb ol li {
  display: inline;
}

.mod_breadcrumb ol li a {
  color: #9f9f9f;
}

.mod_breadcrumb ol li a:hover {
  text-decoration: none;
}

.mod_breadcrumb ol .breadcrumb-item + .breadcrumb-item::after {
  color: #9f9f9f;
  content: ">";
}

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

body {
  color: #333;
  font-family: dnp-shuei-gothic-gin-std, "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 18;
  margin-top: 120px;
}

@media screen and (max-width: 575px) {
  body {
    font-size: 16;
    margin-top: 60px;
  }
}

a {
  text-decoration: none !important;
  color: unset;
}

.range10 {
  display: block;
  width: 100%;
  height: 10px;
}

.range20 {
  display: block;
  width: 100%;
  height: 20px;
}

.range30 {
  display: block;
  width: 100%;
  height: 30px;
}

.range40 {
  display: block;
  width: 100%;
  height: 40px;
}

.range50 {
  display: block;
  width: 100%;
  height: 50px;
}

.range60 {
  display: block;
  width: 100%;
  height: 60px;
}

.range70 {
  display: block;
  width: 100%;
  height: 70px;
}

.range80 {
  display: block;
  width: 100%;
  height: 80px;
}

.range90 {
  display: block;
  width: 100%;
  height: 90px;
}

.range100 {
  display: block;
  width: 100%;
  height: 100px;
}

.page-title {
  font-size: 2.6875rem;
  font-family: dnp-shuei-gothic-gin-std, "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
}

@media screen and (max-width: 1199px) {
  .page-title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 575px) {
  .page-title {
    font-size: 1.375rem;
  }
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

@media screen and (max-width: 767px) {
  .swiper .swiper {
    height: 250px;
  }
}

.section-title {
  font-size: 2.375rem;
  color: #0071c5;
  letter-spacing: 0.4em;
  text-align: center;
  padding: 100px 0 80px;
}

.section-title.area::before, .section-title.category::before, .section-title.keyword::before, .section-title.pickup::before, .section-title.ranking::before, .section-title.news::before, .section-title.easy::before, .section-title.card-point::before, .section-title.card-gift::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-left: 10px;
}

.section-title.area::before {
  content: "\f08e";
}

.section-title.category::before {
  content: "\f02c";
}

.section-title.keyword::before {
  content: "\f086";
}

.section-title.pickup::before {
  content: "\f0eb";
}

.section-title.ranking::before {
  content: "\e561";
}

.section-title.news::before {
  content: "\f7c0";
}

.section-title.easy::before {
  content: "\f004";
}

.section-title.card-point::before {
  content: "\f09d";
}

.section-title.card-gift::before {
  content: "\f06b";
}

@media screen and (max-width: 1199px) {
  .section-title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.25rem;
    padding: 0px 0 60px;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
  .section-title.area::before, .section-title.category::before, .section-title.keyword::before, .section-title.pickup::before, .section-title.ranking::before, .section-title.news::before, .section-title.easy::before, .section-title.card-point::before, .section-title.card-gift::before {
    font-size: 2.5rem;
  }
}

/* #main {
  margin-top: 140px;
  @include max-screen($xl) {
  }
  @include max-screen($lg) {
    margin-top: 80px;
  }
  @include max-screen($md) {
    margin-top: 55px;
  }

} */
