@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================
  base  PC
  ページ全体に付与するcss
  header/footer/フォームなど共通箇所
========================================= */
body {
  /* fontはcom-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  color: #282828;
  font-family: "Noto sansCJK Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^="fax:"] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

/*	parts  PC
共通パーツの設定
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

/* 横幅480px以内で改行したくないときにspanにクラスをつけて使う */
.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.fle {
  display: flex;
}

.fle-between {
  justify-content: space-between;
}

.fle-around {
  justify-content: space-around;
}

.fle-center {
  justify-content: center;
}

/* =========================================
  header  PC
  ヘッダー部分（MV含む）のcss
========================================= */
/*	headline  PC
ロゴ、ヘッダーナビ、ヘッダーリンク等
------------------------------------ */
#header {
  width: 100%;
}
#header .headline {
  padding: 19px 55px 19px 70px;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1450px) {
  #header .headline {
    padding: 19px 15px;
  }
}
#header .logo {
  display: inline-block;
  transition: all 0.3s ease;
}
#header .logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1450px) {
  #header .logo {
    width: 200px;
  }
}
#header .logo a,
#header .logo img {
  display: block;
}
#header .com-tel {
  margin-left: 30px;
}

/*	gnav  PC
ヘッダーナビ（PC時）
------------------------------------ */
#gnav .list-item:nth-of-type(n + 2) {
  margin-left: 30px;
}
#gnav .list-link {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  color: #282828;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gnav .list-link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1300px) {
  #gnav .list-link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1300px) and (max-width: 767px) {
  #gnav .list-link {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#gnav .list-link::before {
  background: #209eee;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#gnav .list-link:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}

/*	mv  PC
メインビジュアル（トップ用）
------------------------------------ */
#top-mv .mv {
  position: relative;
  width: 100%;
  height: 42.2vw;
  min-height: 465px;
  background: url(/img/all/mv.jpg) no-repeat center/cover;
}
#top-mv .mv-ttl {
  position: absolute;
  width: 45.6vw;
  min-width: 500px;
  left: 6.77vw;
  bottom: 6.25vw;
}

/*	page-top  PC
page-top リンク
------------------------------------ */
.fixed {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99;
}
.fixed-link {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  width: 260px;
  height: 90px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: #fff;
  background-image: linear-gradient(55deg, #15e053, #0dcf48);
  border: 8px solid #fff;
  border-radius: 10px;
  box-shadow: 7.7px 9.2px 8.1px 1.9px rgba(40, 40, 40, 0.08);
  position: relative;
}
@media screen and (max-width: 767px) {
  .fixed-link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.fixed-link::after {
  position: absolute;
  content: "";
}
.fixed-link::after {
  transition: transform 0.3s ease;
}
.fixed-link:hover::after {
  transform: translate(5px, -50%);
}
.fixed-link:hover {
  opacity: 0.9;
}
.fixed-link::before {
  content: "";
  width: 43px;
  height: 43px;
  margin-right: 20px;
  background: url(/img/all/line-ico.png) no-repeat;
  background-size: 100%;
}
.fixed-link::after {
  width: 10px;
  height: 15px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/all/line-arw.png) no-repeat;
  background-size: 100%;
}

/* =========================================
  footer  PC
  フッター
========================================= */
#footer .bg {
  background-color: #209eee;
}
#footer .com-tel {
  margin-top: 50px;
}
#footer .com-tel-num {
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  background: url(/img/all/tel-icon-white.png) no-repeat left 1px;
}
@media screen and (max-width: 767px) {
  #footer .com-tel-num {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#footer .list:nth-of-type(n + 2) {
  margin-left: 70px;
}
#footer .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#footer .list-link {
  font-family: "Noto sansCJK Bold", sans-serif;
  padding-left: 22px;
  color: #fff;
  position: relative;
}
#footer .list-link::after {
  transition: transform 0.3s ease;
}
#footer .list-link:hover::after {
  transform: translate(5px, -50%);
}
#footer .list-link::after {
  position: absolute;
  content: "";
}
#footer .list-link::after {
  width: 8px;
  height: 12px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background: url(/img/all/foo-arw.png) no-repeat;
  background-size: 100%;
}
#footer .copy {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 45px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .copy-link {
  color: #fff;
}

/* =========================================
  sub  PC
  sv 共通部分
========================================= */
#sv .sv {
  width: 100%;
  height: 300px;
  position: relative;
}
#sv .sv-ttl {
  position: absolute;
  font-size: 50px;
  font-size: 5rem;
  font-family: "Noto sansCJK Black", sans-serif;
  white-space: nowrap;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sv .sv-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

/* =========================================
    sub  PC
    sv
========================================= */
#sv .sv-collect {
  background: url(/img/sv/sv-collect.jpg) no-repeat center/cover;
}
#sv .sv-item {
  background: url(/img/sv/sv-item.jpg) no-repeat center/cover;
}
#sv .sv-case {
  background: url(/img/sv/sv-case.jpg) no-repeat center/cover;
}
#sv .sv-company {
  background: url(/img/sv/sv-company.jpg) no-repeat center/cover;
}
#sv .sv-news {
  background: url(/img/sv/sv-news.jpg) no-repeat center/cover;
}
#sv .sv-site {
  background: url(/img/sv/sv-site.jpg) no-repeat center/cover;
}
#sv .sv-privacy {
  background: url(/img/sv/sv-privacy.jpg) no-repeat left center/cover;
}
#sv .sv-error {
  background: url(/img/sv/sv-error.jpg) no-repeat center/cover;
}
#sv .sv-contact {
  background: url(/img/sv/sv-contact.jpg) no-repeat center/cover;
}
#sv .sv-complete {
  background: url(/img/sv/sv-complete.jpg) no-repeat center/cover;
}

/*	breadcrumb  PC
パンくずリスト
------------------------------------ */
.breadcrumb {
  display: flex;
  max-width: 1050px;
  align-items: center;
  margin: 25px auto 10px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 25px;
    padding: 0 2%;
  }
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li,
.breadcrumb a {
  color: #209eee;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li {
  color: #282828;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  color: #282828;
}

/* =========================================

  layout  SP
  共通パーツのスマホ時css
========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 350px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.active {
    /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  /*	parts  SP
  ------------------------------------ */
  .com-inner,
  .bread-inner {
    width: 100% !important;
  }
  .breadcrumb {
    display: none;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  #header .headline {
    padding: 5px 10px;
  }
  #header .logo {
    width: 157px;
  }
  /*	mv  SP
  ------------------------------------ */
  #top-mv .mv {
    height: 350px;
    min-height: unset;
  }
  #top-mv .mv-ttl {
    width: 300px;
    min-width: unset;
    left: 10px;
    bottom: 20px;
  }
  /*	fixed  SP
  ページトップへのリンク
  ------------------------------------ */
  .fixed {
    display: flex;
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .fixed-item {
    width: 100%;
  }
  .fixed-link {
    width: 100%;
    height: 60px;
    justify-content: center;
    padding-left: 0;
    border: 4px solid #fff;
    border-radius: 10px 10px 0 0;
  }
  /*	gnav  SP
  ハンバーガーメニュー、メニュー内のcss
  ------------------------------------ */
  .sp-menu-btn-wrp {
    width: 50px;
    height: 50px;
    padding-top: 16px;
    background-color: #14d44f;
    top: 0;
    right: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn {
    width: 47%;
    height: 18px;
    margin: auto;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .top {
    top: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn .middle {
    top: 0;
    bottom: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: auto;
    bottom: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    margin: 8px auto 0;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1;
    top: auto;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt img {
    height: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn.active span {
    width: 28px;
  }
  .sp-menu-btn-wrp .sp-menu-btn.active .top {
    transform: translateY(9px) translateX(-3px) rotate(45deg);
  }
  .sp-menu-btn-wrp .sp-menu-btn.active .bottom {
    bottom: 10px;
    transform: translateY(3px) translateX(-3px) rotate(-45deg);
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    padding: 15px 15px 30px;
    background: #eff9ff;
  }
  #drawer-nav .com-tel {
    margin-left: 0;
  }
  #drawer-nav .line {
    font-family: "Noto sansCJK Bold", sans-serif;
    width: 284px;
    height: 55px;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(55deg, #15e053, #0dcf48);
    border-radius: 37.2px;
  }
  #drawer-nav .line::before {
    content: "";
    width: 32px;
    height: 32px;
    margin-right: 15px;
    background: url(/img/all/line-ico.png) no-repeat center/100%;
  }
  #drawer-nav .mail {
    font-family: "Noto sansCJK Bold", sans-serif;
    width: 285px;
    height: 55px;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #209eee;
    border-radius: 37.2px;
  }
  #drawer-nav .mail::before {
    content: "";
    width: 19px;
    height: 14px;
    margin-right: 10px;
    background: url(/img/all/mail-ico.png) no-repeat center/100%;
  }
  #drawer-nav .current::after {
    display: none;
  }
  #drawer-nav .drawer-logo {
    width: 73%;
    margin-bottom: 15px;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .list-link {
    display: block;
    border-bottom: 1px solid #209eee;
    padding: 6% 0;
    font-size: clamp(18px, 4.8vw, 36px);
    letter-spacing: 0.1em;
    color: #282828;
    line-height: 1.22;
  }
  /* --- info系 --- */
  .drawer-info {
    display: flex;
    margin: 5% auto 0;
    flex-direction: column;
    align-items: center;
  }
  .drawer-info .pcnav-info-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .drawer-info .shop-btn {
    margin-left: 0px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    background-color: #ff957d;
    position: relative;
    color: #ffffff;
  }
  /*	ggmap  SP
  ------------------------------------ */
  .ggmap {
    padding-top: 250px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .inner {
    padding: 50px 15px 100px;
  }
  #footer .container {
    display: block;
    padding-bottom: 70px;
    position: relative;
  }
  #footer .logo {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  #footer .com-tel {
    margin-top: 35px;
  }
  #footer .com-tel-num {
    padding-left: 28px;
    background: url(/img/all/tel-icon-white.png) no-repeat left 1px/22px;
  }
  #footer .nav {
    width: 100%;
    margin-top: 35px;
  }
  #footer .list {
    flex-wrap: wrap;
    justify-content: left;
    border: 1px solid #fff;
  }
  #footer .list:nth-of-type(n + 2) {
    margin-left: 0;
  }
  #footer .list-sp {
    display: flex !important;
  }
  #footer .list-item {
    width: 50%;
    margin-left: 0;
  }
  #footer .list-item:first-of-type {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  #footer .list-item:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 0;
    border-bottom: 1px solid #fff;
  }
  #footer .list-item:nth-of-type(2n) {
    border-right: 1px solid #fff;
  }
  #footer .list-item:nth-last-of-type(2) {
    border-bottom: none;
  }
  #footer .list-item:last-of-type {
    border-bottom: none;
  }
  #footer .list-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 10px 5px;
  }
  #footer .list-link::after {
    display: none;
  }
  #footer .copy {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 0;
    left: 0;
    bottom: 0;
  }
  /* =========================================
    sub  SP
    下層（サブビジュアル）のcss
  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* =========================================
    sub  SP
    sv 共通部分
  ========================================= */
  #sv .sv {
    height: 250px;
  }
  #sv .sv-complete {
    background: url(/img/sv/sv-complete.jpg) no-repeat -200px center/cover;
  }
  #sv .sv-privacy {
    background: url(/img/sv/sv-privacy.jpg) no-repeat -100px center/cover;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= */