@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: fit-content;
}
.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: 60px 0;
}
.footer-logo {
  display: block;
  width: fit-content;
  margin-bottom: 40px;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-left {
  width: 435px;
}
.footer-nav-list {
  gap: 10px;
}
.footer-nav-link {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  line-height: 2;
  font-size: 1.4rem;
}
.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: 80px 0 40px;
}
.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 ▽ ---------------*/
.top-section {
  padding: 100px 0;
  box-sizing: border-box;
}

/*--------------- ▼ main-visual ▼ ---------------*/
#mv {
  z-index: 0;
  height: clamp(600px, 70vw, 800px);
  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(600px, 70vw, 800px);
}
#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%;
  max-width: 1920px;
  margin: 0 auto;
}
.mv-catch {
  position: absolute;
  left: 6%;
  top: 0;
  bottom: 0;
  width: fit-content;
  height: fit-content;
  z-index: 50;
  margin: auto;
}
.mv .bx-wrapper, .mv .mv ul, .mv .mv li {
  width: clamp(1100px, 87vw, 1500px);
  margin: 0 0 0 auto;
  position: relative;
  z-index: -1;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
/*--------------------
top-lead
---------------------*/
.top-lead-ttl {
  font-size: 4rem;
  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: 70px 100px;
  border: 1px solid var(--col-text);
  background: url(../img/common/pat01.png) repeat;
  max-width: 960px;
  margin: 0 auto;
}
.top-lead-container::before {
  position: absolute;
  content: "";
  background: url(../img/top/lead-img-l.png) no-repeat left top;
  width: 303px;
  height: 682px;
  bottom: 0;
  left: -100px;
  margin: auto;
  top: 70px;
  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: 363px;
  height: 617px;
  margin: auto;
  right: -150px;
  bottom: -40px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-lead-text {
  margin: 0 auto 50px;
}
.top-lead-note-text {
  font-size: 2rem;
  line-height: 1.7;
}

/*--------------------
top-purchase
---------------------*/
.top-purchase {
  width: 95%;
  margin: 0 auto;
}
.top-purchase-text01 {
  margin: 0 auto 40px;
  text-align: center;
  color: var(--col-wh);
  gap: 6px;
  font-size: 2rem;
  font-weight: 700;
}
.top-purchase-text01 .large {
  font-size: 2.5rem;
}
.top-purchase-list {
  gap: 30px;
  margin: 0 auto 50px;
}
.top-purchase-item {
  width: 340px;
}
.top-purchase-item .item-img {
  aspect-ratio: 340/290;
  width: 340px;
  height: 290px;
}
.top-purchase-text02 {
  margin: 0 auto 50px;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

/*--------------------
top-about
---------------------*/
.top-about-catch {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: var(--col-main);
  width: fit-content;
  margin: 0 auto 50px;
}
.top-about-catch .large01 {
  font-size: 4.6rem;
}
.top-about-catch .large02 {
  font-size: 4.2rem;
}
.top-about .inbox {
  position: relative;
}
.top-about-list {
  margin: 0 auto 50px;
}
.top-about-item {
  background: var(--col-main);
  width: 640px;
  box-sizing: border-box;
  padding: 20px;
  min-height: 200px;
  margin-bottom: 20px;
}
.top-about-item:last-child {
  margin-bottom: 0;
}
.top-about-item .item-icon {
  width: 190px;
  text-align: center;
}
.top-about-item .item-text-wrap {
  width: 445px;
  box-sizing: border-box;
  padding: 15px 25px;
  border-left: 1px solid rgba(var(--col-wh-rgb), 0.3);
}
.top-about-item .item-text {
  font-size: 2rem;
  font-weight: 700;
}
.top-about-img {
  aspect-ratio: 1050/700;
  width: 1050px;
  height: 700px;
  position: absolute;
  right: -420px;
  top: 330px;
  z-index: -1;
}

/*--------------------
top-case
---------------------*/
.top-case {
  background: var(--col-main-light);
}
.top-case-list {
  gap: 30px;
  margin: 0 auto 54px;
}
.top-case-item {
  width: 340px;
  height: 340px;
}
.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: 20px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

.top-case-item .item-img {
  aspect-ratio: 300/240;
  width: 300px;
  height: 240px;
  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%;
  max-width: 900px;
  height: 270px;
  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: 15px;
  min-width: 350px;
  font-size: 3.6rem;
  font-weight: 700;
  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: 34px;
  height: 34px;
  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-left {
  width: 260px;
}
.top-news-btn {
  width: 260px;
  min-width: auto;
}
.top-news-right, .top-news .no-post {
  width: 760px;
}

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

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  height: 530px;
}
.sv-ttl {
  font-size: 5.4rem;
  font-weight: 800;
  text-align: center;
  box-sizing: border-box;
  padding: 30px;
  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: 10px;
  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: 10px;
  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-about-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: absolute;
  margin: 0 auto;
  padding: 10px 0;
  z-index: 1;
  min-width: 1280px;
}
#bread-clumb ul {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
#bread-clumb li {
  position: relative;
  color: var(--col-sub03);
  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_ ▼ ---------------*/
/*-----------------------
共通
-------------------------*/
.com-purchase-list {
  gap: 30px;
}
.com-purchase-list .item {
  width: 340px;
}
.com-purchase-list .item .item-link {
  position: relative;
  display: block;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 10px 10px 15px;
}
.com-purchase-list .item .item-img {
  aspect-ratio: 320/270;
  width: 320px;
  height: 270px;
  margin: 0 auto 15px;
}
.com-purchase-list .item .item-ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0 25px;
}
.com-purchase-list .item .item-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw.png) no-repeat;
  width: 21px;
  height: 21px;
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

/*-----------------------
purchase
-------------------------*/
.purchase {
  width: 90%;
  margin: 90px auto 0;
}
.purchase-ttl .ttl-wrap {
  width: 300px !important;
}
.purchase-ttl .ttl-wrap .text {
  position: relative;
  top: 20px;
}
.purchase-ttl .catch {
  font-size: 3.2rem;
  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;
}

/*-----------------------
purchase-post
-------------------------*/
.purchase-post {
  width: 90%;
  margin: 90px auto ;
}
.purchase-post-container {
  box-sizing: border-box;
  padding: 50px 80px;
  background: var(--col-wh);
}
.purchase-post-container .container-img {
  aspect-ratio: 440/300;
  width: 440px;
  height: 300px;
}
.purchase-post-container .container-text-wrap {
  width: 450px;
}

.purchase-post .container-btn{
  margin: 50px auto 0;
}
/*-----------------------
purchase-others-post
-------------------------*/
.purchase-others-post {
  width: 90%;
  margin: 90px auto 0;
}
.purchase-others-post-container {
  box-sizing: border-box;
  padding: 50px 80px;
  background: var(--col-main);
}
.purchase-others-post-container .container-img {
  aspect-ratio: 440/300;
  width: 440px;
  height: 300px;
}
.purchase-others-post-container .container-text-wrap {
  width: 450px;
  color: var(--col-wh);
}
.purchase-others-post .container-btn{
  margin: 50px auto 0;
}

/*--------------- ▲ sub02_ ▲ ---------------*/
/*--------------- ▼ sub03_about ▼ ---------------*/
/*-----------------------
about-advantage
-------------------------*/
.about-advantage-ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: var(--col-main);
  width: fit-content;
  margin: 0 auto 90px;
}
.about-advantage-ttl .large01 {
  font-size: 4.6rem;
}
.about-advantage-ttl .large02 {
  font-size: 4.2rem;
}
.about-advantage-item {
  margin-bottom: 70px;
  position: relative;
  width: 870px;
  min-height: 300px;
}
.about-advantage-item .item-ttl .main{
  font-size: 3rem;
}
.about-advantage-item .item-img {
  aspect-ratio: 460/270;
  width: 460px;
  height: 270px;
  position: absolute;
  top: -30px;
}
.about-advantage-item .item-textbox {
  position: relative;
  width: 460px;
  background: var(--col-main);
  z-index: 2;
  box-sizing: border-box;
  padding: 40px;
}
.about-advantage-item .item-text {
  color: var(--col-wh);
  font-size: 1.5rem;
}
.about-advantage-item:nth-child(even) {
  margin: 0 0 70px auto;
}
.about-advantage-item:nth-child(even) .item-img {
  left: 0;
}
.about-advantage-item:nth-child(even) .item-textbox {
  margin: 0 0 0 auto;
}
.about-advantage-item:nth-child(odd) .item-img {
  right: 0;
}

/*-----------------------
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: 201px;
  height: 452px;
  left: 0;
  margin: auto;
  top: -150px;
  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: 257px;
  height: 238px;
  bottom: -50px;
  margin: auto;
  right: -100px;
  background-size: contain;
  transition: all 0.3s ease;
}

/*-----------------------
about-faq
-------------------------*/
.about-faq {
  background: var(--col-main-light);
}
.about-faq-item {
  margin: 0 auto 60px;
}
.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.8rem;
  font-weight: 700;
  box-sizing: border-box;
  padding: 20px 20px 16px 90px;
  min-height: 70px;
  margin-bottom: 12px;
}
.about-faq-item .item-q::before {
  position: absolute;
  content: "Q";
  width: 40px;
  height: 40px;
  background: var(--col-sub02);
  border-radius: 50%;
  bottom: 0;
  left: 30px;
  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.8rem;
}
.about-faq-item .item-a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  box-sizing: border-box;
  padding: 20px 20px 16px 90px;
  min-height: 70px;
  margin-bottom: 12px;
}
.about-faq-item .item-a::before {
  position: absolute;
  content: "A";
  width: 40px;
  height: 40px;
  background: var(--col-sub03);
  border-radius: 50%;
  left: 30px;
  margin: auto;
  top: 8px;
  background-size: contain;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.2;
  font-size: 2.8rem;
  color: var(--col-wh);
}

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

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

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

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

-------------------------*/
/*--------------- ▲ sub05_info ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  width: 19%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
  border: solid 1px --col-main;
  padding: 10px 0;
  display: block;
  color: var(--col-main);
  background: var(--col-base);
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: var(--col-base);
}

/*タグ一覧
-------------------------------*/
.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: 2;
  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 var(--col-text);
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: var(--col-text);
  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: var(--col-base);
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: var(--col-base);
}

/*詳細
-------------------------------*/
.s-post .news-tag {
  margin-bottom: 20px;
}

.s-post time {
  margin-bottom: 10px;
}

.s-time-tag {
  margin-bottom: 20px;
}

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

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