@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/

/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header h1 span {
  display: block;
}
.header-inner {
  position: relative;
  box-sizing: border-box;
  padding: 12px 50px;
}
.header-logo {
  display: block;
  width: 200px;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-info {
  gap: 15px;
  margin-bottom: 12px;
}

/*-------------------
header-nav
--------------------*/
.header-nav-list {
  gap: 30px;
}
.header-nav-link {
  font-weight: 600;
}
.header-nav-link:hover {
  color: var(--col-sub03);
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
  color: var(--col-main);
}

.drawer-link.current {
  color: var(--col-main);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

.footer {
  position: relative;
  border-top: 2px solid var(--col-main);
  box-sizing: border-box;
  padding: 14% 0;
}
.footer-wrap {
  display: block;
}
.footer-logo {
  display: block;
  width: 250px;
  margin: 0 auto 8%;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-nav-list {
  gap: 10px;
}
.footer-nav-link {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
.footer-nav-link::before {
  position: absolute;
  content: ">";
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.footer-nav-link:hover {
  opacity: 0.7;
}
.footer-nav-link:hover::before {
  left: 6px;
}
.footer #copyright {
  display: block;
  text-align: center;
  padding: 6% 0;
}
.footer #copyright small {
  color: var(--col-gry);
  font-size: 12px;
}
.footer #copyright small a {
  color: var(--col-gry);
}
.footer #copyright small a:hover {
  opacity: 0.7;
}

.side-bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 60;
  background: url(../img/common/pat01.png);
  box-sizing: border-box;
  padding: 15px 20px;
  outline: 1px solid var(--col-main);
  outline-offset: -5px;
}
.side-bnr-tel {
  text-align: center;
  margin: 0 auto 15px;
}
.side-bnr-ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 auto 10px;
  color: var(--col-sub03);
}
.side-bnr-line-btn {
  font-size: 1.6rem;
  min-width: auto;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
/*--------------- ▼ main-visual ▼ ---------------*/
#mv {
  z-index: 0;
  height: clamp(350px, 70vw, 500px);
  position: relative;
}
#mv .bx-wrapper,
#mv ul {
  height: 100%;
}
#mv .catch {
  text-align: center;
}
#mv .catch img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  margin: auto;
}
#mv li {
  height: clamp(350px, 70vw, 500px);
}
#mv li:nth-child(1) {
  background: url(../img/mv/mv-slide01.jpg) no-repeat center/cover;
}
#mv li:nth-child(2) {
  background: url(../img/mv/mv-slide02.jpg) no-repeat center/cover;
}
#mv li:nth-child(3) {
  background: url(../img/mv/mv-slide03.jpg) no-repeat center/cover;
}

.mv {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.mv-catch {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 75%;
  height: fit-content;
  z-index: 50;
  margin: auto;
}
.mv .bx-wrapper, .mv .mv ul, .mv .mv li {
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: -1;
}

/*--------------- ▲ main-visual ▲ ---------------*/
.top-section {
  padding: 17% 0;
  box-sizing: border-box;
}

/*--------------- ▼ top ▼ ---------------*/
/*--------------------
top-lead
---------------------*/
.top-lead-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  box-sizing: border-box;
  padding: 0 0 12px 0;
  border-bottom: 3px solid var(--col-text);
  margin: 0 auto 40px;
}
.top-lead-container {
  position: relative;
  box-sizing: border-box;
  padding: 80px 5% 10%;
  border: 1px solid var(--col-text);
  background: url(../img/common/pat01.png) repeat;
}
.top-lead-container::before {
  position: absolute;
  content: "";
  background: url(../img/top/lead-img-l.png) no-repeat left top;
  width: 60px;
  height: 220px;
  left: 20px;
  margin: auto;
  top: -50px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-lead-container::after {
  position: absolute;
  content: "";
  background: url(../img/top/lead-img-r.png) no-repeat bottom right;
  width: 90px;
  height: 130px;
  margin: auto;
  right: 10px;
  top: -50px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-lead-text {
  margin: 0 auto 10%;
}
.top-lead-note-text {
  line-height: 1.7;
  font-weight: 700;
}

/*--------------------
top-purchase
---------------------*/
.top-purchase {
  margin: 0 auto;
}
.top-purchase-text01 {
  margin: 0 auto 8%;
  text-align: center;
  color: var(--col-wh);
  gap: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  flex-wrap: wrap;
  justify-content: center;
}
.top-purchase-text01 .large {
  font-size: 2.2rem;
}
.top-purchase-text01 .text-list {
  width: 100%;
  justify-content: center;
}
.top-purchase-list {
  gap: 30px 5%;
  margin: 0 auto 10%;
}
.top-purchase-item {
  width: 47.5%;
}
.top-purchase-item .item-img {
  aspect-ratio: 340/290;
  width: 100%;
  height: fit-content;
}
.top-purchase-text02 {
  margin: 0 auto 10%;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

/*--------------------
top-about
---------------------*/
.top-about-catch {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--col-main);
  width: fit-content;
  margin: 0 auto 10%;
}
.top-about-catch .large01 {
  font-size: 3.2rem;
}
.top-about-catch .large02 {
  font-size: 3rem;
}
.top-about .inbox {
  position: relative;
}
.top-about-list {
  margin: 0 auto 10%;
}
.top-about-item {
  position: relative;
  background: var(--col-main);
  box-sizing: border-box;
  padding: 6% 4%;
  margin-bottom: 20px;
}
.top-about-item:last-child {
  margin-bottom: 0;
}
.top-about-item .item-wrap {
  display: block;
}
.top-about-item .item-icon {
  position: absolute;
  width: 30px;
  text-align: center;
  box-sizing: border-box;
  top: 40px;
  right: 30px;
}
.top-about-item .item-text-wrap {
  width: 100%;
  flex: 1;
  box-sizing: border-box;
  padding: 15px 25px;
}
.top-about-item .item-ttl {
  box-sizing: border-box;
  padding: 0 50px 0 0;
}
.top-about-item .item-text {
  font-size: 1.6rem;
  font-weight: 700;
}
.top-about-img {
  aspect-ratio: 1050/700;
  width: 100%;
  margin: 0 auto 8%;
  height: fit-content;
}
.top-about-btn {
  margin: 0 auto;
}

/*--------------------
top-case
---------------------*/
.top-case {
  background: var(--col-main-light);
}
.top-case-list {
  gap: 30px;
  margin: 0 auto 54px;
}
.top-case-item {
  width: 100%;
}
.top-case-item  {
  display: block;
  position: relative;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  bottom: 0;
}
.top-case-item::before {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

.top-case-item .item-img {
  aspect-ratio: 300/240;
  width: 100%;
  height: fit-content;
  margin: 0 auto 12px;
}
.top-case-item .item-ttl {
  font-weight: 700;
  color: var(--col-main);
}

/*--------------------
top-info
---------------------*/
.top-info-bnr {
  position: relative;
  width: 100%;
  height: 190px;
  display: block;
  border: 7px solid var(--col-wh);
  margin: 0 auto;
}
.top-info-bnr:hover .top-info-bnr-ttl::before {
  left: 35px;
}
.top-info-bnr-ttl {
  position: absolute;
  background: var(--col-wh);
  border-radius: 0 10px 0 0;
  box-sizing: border-box;
  padding: 10px;
  font-size: 2rem;
  font-weight: 700;
  width: 70%;
  bottom: 0;
  left: 0;
  z-index: 5;
  color: var(--col-main);
  text-align: center;
}
.top-info-bnr-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw.png) no-repeat;
  width: 18px;
  height: 18px;
  bottom: 0;
  left: 25px;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-info-bnr-img {
  width: 100%;
  height: 100%;
}

/*--------------------
top-news
---------------------*/
.top-news-btn {
  min-width: auto;
}
.top-news-wrap {
  display: block;
}
.top-news-ttl {
  text-align: center;
  margin: 0 auto 10%;
}
.top-news-ttl .ttl-wrap {
  text-align: center;
  margin: 0 auto;
}
.top-news-btn {
  margin: 10% auto 0;
}

/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
  padding: 17% 0;
  box-sizing: border-box;
  position: relative;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  height: 200px;
}
.sv-ttl {
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 20px;
  background: rgba(var(--col-wh-rgb), 0.93);
  color: var(--col-main);
}
.sv-ttl::before {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 100%;
  height: 1px;
  left: 0;
  margin: auto;
  right: 0;
  top: 5px;
  background-size: contain;
  transition: all 0.3s ease;
}
.sv-ttl::after {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 100%;
  height: 1px;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 5px;
  background-size: contain;
  transition: all 0.3s ease;
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-purchase {
  background: url(../img/sv/sv-purchase-bg.jpg) no-repeat center center/cover;
}

.sv-about {
  background: url(../img/sv/sv-info-bg.jpg) no-repeat center center/cover;
}

.sv-case {
  background: url(../img/sv/sv-case-bg.jpg) no-repeat center center/cover;
}

.sv-info {
  background: url(../img/sv/sv-info-bg.jpg) no-repeat center center/cover;
}

.sv-news {
  background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
  background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
  background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
  background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site {
  background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-notfound {
  background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 2% 0;
  z-index: 100;
  line-height: 1;
}
#bread-clumb li {
  position: relative;
  color: var(--col-text);
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: var(--col-text);
  border-bottom: 1px solid;
  display: block;
}
#bread-clumb li a:hover {
  opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_purchase ▼ ---------------*/
/*-----------------------
共通
-------------------------*/
.com-purchase-list {
  gap: 30px 5%;
}
.com-purchase-list .item {
  width: 47.5%;
}
.com-purchase-list .item .item-link {
  position: relative;
  display: block;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 10px 10px 15px;
  height: 100%;
}
.com-purchase-list .item .item-img {
  aspect-ratio: 320/270;
  width: 100%;
  height: fit-content;
  margin: 0 auto 15px;
}
.com-purchase-list .item .item-ttl {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.com-purchase-list .item .item-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw.png) no-repeat;
  width: 14px;
  height: 14px;
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

/*-----------------------
purchase
-------------------------*/
.purchase {
  margin: 15% auto 0;
}
.purchase-ttl .ttl-wrap {
  width: 200px !important;
}
.purchase-ttl .ttl-wrap .text {
  position: relative;
  top: 5px;
}
.purchase-ttl .catch {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  background: var(--col-sub02);
  line-height: 1.2;
  box-sizing: border-box;
  padding: 0 2px;
  display: block;
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  margin: auto;
}

/*-----------------------
purchase-others
-------------------------*/
.purchase-others-list .item .item-link {
  background: var(--col-main);
}
.purchase-others-list .item .item-ttl {
  color: var(--col-wh);
}
.purchase-others-list .item .item-ttl::before {
  background: url(../img/common/icon-arw02.png) no-repeat;
  background-size: contain;
}

/*-----------------------
purchase-post
-------------------------*/
.purchase-post {
  margin: 15% auto 0;
}
.purchase-post-container {
  box-sizing: border-box;
  padding: 10% 5%;
  background: var(--col-wh);
}
.purchase-post-container .container-img {
  aspect-ratio: 440/300;
  width: 100%;
  height: fit-content;
  margin: 0 auto 6%;
}
.purchase-post-container .container-wrap {
  display: block;
}
.purchase-post .container-btn{
  margin: 10% auto 0;
}
/*-----------------------
purchase-others-post
-------------------------*/
.purchase-others-post {
  margin: 15% auto 0;
}
.purchase-others-post-container {
  box-sizing: border-box;
  padding: 10% 5%;
  background: var(--col-main);
}
.purchase-others-post-container .container-img {
  aspect-ratio: 440/300;
  width: 100%;
  height: fit-content;
  margin: 0 auto 6%;
}
.purchase-others-post-container .container-wrap {
  display: block;
}
.purchase-others-post-container .container-text-wrap {
  color: var(--col-wh);
}
.purchase-others-post .container-btn{
  margin: 10% auto 0;
}
/*--------------- ▲ sub02_ ▲ ---------------*/
/*--------------- ▼ sub03_about ▼ ---------------*/
/*-----------------------
about-advantage
-------------------------*/
.about-advantage-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--col-main);
  width: fit-content;
  margin: 0 auto 10%;
}
.about-advantage-ttl .large01 {
  font-size: 3rem;
}
.about-advantage-ttl .large02 {
  font-size: 3rem;
}
.about-advantage-item {
  margin-bottom: 8%;
  position: relative;
}
.about-advantage-item .item-img {
  aspect-ratio: 460/270;
  width: 100%;
  height: fit-content;
}
.about-advantage-item .item-textbox {
  position: relative;
  background: var(--col-main);
  z-index: 2;
  box-sizing: border-box;
  padding: 6%;
}
.about-advantage-item .item-text {
  color: var(--col-wh);
  font-size: 1.5rem;
}

/*-----------------------
about-greetings
-------------------------*/
.about-greetings .inbox {
  position: relative;
}
.about-greetings .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/about/greetings-img-l.png) no-repeat top left;
  width: 60px;
  height: 200px;
  left: 0;
  margin: auto;
  top: -110px;
  background-size: contain;
  transition: all 0.3s ease;
}
.about-greetings .inbox::after {
  position: absolute;
  content: "";
  background: url(../img/about/greetings-img-r.png) no-repeat;
  width: 70px;
  height: 90px;
  top: -60px;
  margin: auto;
  right: 10px;
  background-size: contain;
  transition: all 0.3s ease;
}

/*-----------------------
about-faq
-------------------------*/
.about-faq {
  background: var(--col-main-light);
}
.about-faq-item {
  margin: 0 auto 10%;
}
.about-faq-item:last-child {
  margin: 0 auto;
}
.about-faq-item .item-q {
  display: block;
  position: relative;
  background: var(--col-main);
  box-sizing: border-box;
  padding: 15px;
  color: var(--col-wh);
  font-size: 1.6rem;
  font-weight: 700;
  box-sizing: border-box;
  padding: 20px 20px 16px 50px;
  min-height: 70px;
  margin-bottom: 12px;
}
.about-faq-item .item-q::before {
  position: absolute;
  content: "Q";
  width: 30px;
  height: 30px;
  background: var(--col-sub02);
  border-radius: 50%;
  bottom: 0;
  left: 10px;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.2;
  color: var(--col-main);
  font-size: 2.1rem;
}
.about-faq-item .item-a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  box-sizing: border-box;
  padding: 20px 20px 16px 50px;
  margin-bottom: 12px;
}
.about-faq-item .item-a::before {
  position: absolute;
  content: "A";
  width: 30px;
  height: 30px;
  background: var(--col-sub03);
  border-radius: 50%;
  left: 10px;
  margin: auto;
  top: 15px;
  background-size: contain;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.4;
  font-size: 2rem;
  color: var(--col-wh);
}

/*--------------- ▲ sub03_about ▲ ---------------*/
/*--------------- ▼ sub04_case ▼ ---------------*/
/*-----------------------
case
-------------------------*/
.case {
  background: var(--col-main-light);
}
.case-list {
  gap: 50px 40px;
}
.case-item {
  width: 100%;
}
.case-item .item-img {
  aspect-ratio: 520/380;
  width: 100%;
  height: fit-content;
  margin: 0 auto 12px;
}
.case-item .item-ttl {
  font-size: 2rem;
  margin: 0 auto 12px;
}

/*--------------- ▲ sub04_case ▲ ---------------*/
/*--------------- ▼ sub05_info ▼ ---------------*/
/*-----------------------
info
-------------------------*/
.info-outline .info {
  background: var(--col-main-light);
}
.info-outline-table {
  margin: 0 auto 10%;
}

/*-----------------------

-------------------------*/
/*-----------------------

-------------------------*/
/*--------------- ▲ sub05_info ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
  text-align: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  margin-bottom: 30px;
  -webkit-justify-content: start;
  justify-content: start;
}
.post-wrp .tag-change li {
  flex: 0 0 30%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  padding: 5px 0;
  display: block;
  color: var(--col-main);
  background: #fff;
  font-size: 3vw;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col-text);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  color: var(--col-main);
  background: #fff;
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*詳細
-------------------------------*/
.s-time-tag {
  margin-bottom: 5%;
}

.sb-post-body {
  margin-bottom: 7%;
  padding-bottom: 7%;
  border-bottom: 1px solid;
  line-height: 2;
}

.s-post-taglist {
  margin-bottom: 30px;
}

/*--------------- ▲ お知らせ ▲ ---------------*//*# sourceMappingURL=style_sp.css.map */