@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
/*spスタイル */
.inbox {
  width: 86%;
  box-sizing: border-box;
  margin: 0 auto;
}

.sp-none {
  display: none;
}

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

/*すまほセレクトボックス*/
.select-area {
  position: relative;
  width: 70vw;
  height: 15vw;
}
.select-area .select-box {
  font-size: 3.5vw;
  font-weight: 500;
}
.select-area .select-box option {
  font-size: 3vw;
}
/*ここから下がドロワー設定項目 */
/*drawer btn 上下左右で設定可能 */
.sp-menu-btn-wrp {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  background: var(--main-color);
  border-radius: 0;
}

.sp-menu-btn-wrp .sp-menu-btn {
  width: 15vw;
  height: 15vw;
  max-width: 75px;
  max-height: 75px;
}

.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}

.sp-menu-btn-wrp .sp-menu-btn .bottom {
  bottom: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*active */
.active .sp-menu-btn-wrp .sp-menu-btn span {
  width: 55%;
}

.sp-menu-btn.active .top {
  top: 48.5%;
  transform: translateY(0) translateX(0) rotate(45deg);
}

.sp-menu-btn.active .middle {
  opacity: 0;
}

.sp-menu-btn.active .bottom {
  bottom: 48.5%;
  transform: translateY(0) translateX(0) rotate(-45deg);
}

/*	drawer inbox */
#drawer-nav {
  padding: 3% 5% 30vw;
  background: var(--bg-pt);
}

#drawer-nav .drawer-logo {
  width: 40%;
}

#drawer-nav .nav {
  margin-bottom: 10vw;
}

#drawer-nav .nav .drawer-link {
  box-sizing: border-box;
  padding: 3vw 2vw;
  border-bottom: 1px solid var(--main-color);
  font-size: 4vw;
  color: var(--font-color);
  font-weight: 500;
  position: relative;
}
#drawer-nav .nav .drawer-link::after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto 0;
}
#drawer-nav .nav .drawer-link.drawer-dropdown::after {
  content: none;
}

#drawer-nav .nav .current a {
  color: var(--main-color);
  padding-left: 3%;
}
#drawer-nav .nav .current a::after {
  background-color: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span {
  display: block;
}

#drawer-nav .nav .drawer-dropdown span:before {
  background: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span:after {
  background: var(--main-color);
}

#drawer-nav .nav .show span:after {
  opacity: 0 !important;
}

#drawer-nav .nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}

/*original custom code */
/*sns */
.sns-list {
  display: flex;
  align-items: center;
}

.sns-list li a {
  display: block;
  width: 100%;
  min-width: 25px;
}
.sns-list li a img {
  display: block;
  max-width: none;
  width: 100%;
}

/*rink-list */
.drawer-sub-nav__list {
  font-size: 3vw;
  margin-top: 10vw;
  display: flex;
  justify-content: center;
  gap: 5%;
  text-decoration: underline;
}
.drawer-sub-nav__list li {
  font-size: 3.5vw;
}

/*フォント */
body {
  font-size: 1.7rem;
  line-height: 1.8;
}

/*======================================================
 * ▽▽---共通スタイル---▽▽
 * =======================================================*/
html {
  scroll-padding: 0;
  font-size: 2.1052631579vw;
}

section {
  padding: 8rem 0;
}

.dl-item {
  display: flex;
}

.com-txt {
  line-height: 2.23;
  font-size: 1.8rem;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 3rem;
}

.com-txt-02 {
  font-size: 1.8rem;
  line-height: 2.23;
}
.com-txt-02:not(:last-of-type) {
  margin-bottom: 3rem;
}

.com-btn {
  display: grid;
  place-items: center;
  border-radius: 50vw;
  width: 70vw;
  height: 15vw;
  margin: 7vw auto 0;
  font-size: 2rem;
  background: var(--main-color);
  color: #fff;
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.com-btn span {
  background: url("../img/common/btn-arw.png") left center/2.4rem no-repeat;
  padding-left: 3.5rem;
  box-sizing: border-box;
}
.com-btn:hover {
  background: var(--accent-color);
  opacity: 1;
  transform: scale(0.95);
}

.contact-btn {
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid var(--bd-color);
  width: 70vw;
  height: 20vw;
  background: #fff;
  position: relative;
}
.contact-btn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  background: url("../img/common/arw-btn-02.png") center/contain no-repeat;
  inset: 0 1rem 0 auto;
  margin: auto 0;
}
.contact-btn:hover {
  transform: scale(0.97);
}

.flex > .ttl01 {
  width: 100%;
}

.ttl01 {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 5rem;
  gap: 0.3rem;
}
.ttl01 .en {
  color: var(--main-color);
  font-size: 2.6rem;
  font-weight: 400;
}
.ttl01 .ja {
  font-size: 3.6rem;
  font-family: var(--ttl-font);
}
.ttl01 .ja small {
  font-size: 0.9em;
}
.ttl01.txt-le {
  text-align: left;
  justify-items: start;
  margin-bottom: 4rem;
}

.ttl02 {
  font-size: 3rem;
  font-family: var(--ttl-font);
  font-feature-settings: "palt";
}

.ttl03 {
  font-size: 2.6rem;
  font-family: var(--ttl-font);
}

.ttl04 {
  font-size: 2.4rem;
  font-family: var(--ttl-font);
}

.ttl05 {
  font-size: 2rem;
  font-family: var(--ttl-font);
}

.ttl-deco-01 {
  padding-left: 1rem;
  position: relative;
  line-height: 1;
  color: var(--main-color);
}
.ttl-deco-01::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  background: var(--sub-color);
  inset: 0 auto 0 0;
  border-radius: 50vw;
}

.img-box > img {
  width: 100%;
}

.txt-cap {
  font-size: 1.4rem;
}

.com-tel {
  display: grid;
  justify-items: center;
}
.com-tel a {
  background: url("../img/common/tel-icon.png") left center/auto no-repeat;
  padding-left: 30px;
  box-sizing: border-box;
}

.com-kado {
  border-radius: 1.5rem;
}
.com-kado > img {
  border-radius: 1.5rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag-list .tag {
  padding: 0 5px;
  line-height: 1;
}

time {
  line-height: 1;
  padding-right: 1rem;
  border-right: 1px solid var(--font-color);
}

.com-sdw {
  box-shadow: 3px 3px 16px #e4ddda;
}

.bg-01 {
  position: relative;
  background: var(--bg-pt);
  z-index: 10;
}
.bg-01::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  background: url("../img/common/wave-top.png") center/contain no-repeat;
  inset: -1.5rem 0 auto 0;
  background-size: 100% 100%;
  z-index: -1;
}
.bg-01::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  background: url("../img/common/wave-btm.png") center/contain no-repeat;
  inset: auto 0 -1.5rem 0;
  background-size: 100% 100%;
  z-index: -1;
}

.bg-02 {
  background: url(../img/common/ashi-le.png) top left 5rem/30% no-repeat, url(../img/common/ashi-ri.png) bottom right 5rem/30% no-repeat;
}

/*infotableスタイル*/
.com-desc-tbl .dl-item {
  font-size: 3.2vw;
  display: flex;
  justify-content: space-between;
  padding: 4vw 0;
  line-height: 1;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 1px solid var(--bd-color);
}
.com-desc-tbl .dl-item dt {
  width: 30%;
  color: var(--font-color);
}
.com-desc-tbl .dl-item dd {
  line-break: loose;
  width: 70%;
}

.map {
  width: 100%;
  height: 80vw;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  padding: 3vw 5vw;
}
#header .hd-logo {
  display: inline-block;
  width: 30%;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  height: 80vw;
  background: url(../img/top/mv-img.jpg) center/cover;
  padding-top: 1rem;
}
.top-mv .mv-ct-01 {
  width: 50%;
  margin-left: auto;
  margin-right: 2%;
  margin-bottom: 2.5rem;
}
.top-mv .mv-ct-02 {
  width: 50%;
  margin-left: 2%;
}

/*---------------------------△△---MV---△△------------------------*/
/*--------▽▽---NEWS---▽▽---------- */
#top-news .inbox {
  position: relative;
}
#top-news .inbox::after {
  content: "";
  display: block;
  width: 10rem;
  height: auto;
  aspect-ratio: 0.83;
  position: absolute;
  background: url("../img/common/deco-chilla-01.png") center/contain no-repeat;
  top: 0;
  right: 14rem;
  z-index: 20;
}
#top-news .inbox .ttl01 {
  padding: 0;
  display: grid;
  align-items: center;
}
#top-news .inbox .news-list {
  display: flex;
  overflow-x: auto;
  gap: 3.5rem;
}
#top-news .inbox .news-list .news-item a {
  display: flex;
  flex-wrap: wrap;
  width: 24rem;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateY(-10px);
}
#top-news .inbox .news-list .news-item a .com-img {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 2rem;
}
#top-news .inbox .news-list .news-item a time {
  line-height: 1;
}
#top-news .inbox .news-list .news-item a h4 {
  width: 100%;
}
#top-news .inbox .news-list .news-item a .txt-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
  font-size: 1.7rem;
}
/*------------△△---NEWS---△△---------*/
#top-concept {
  padding-bottom: 15rem;
  position: relative;
}
#top-concept::after {
  content: "";
  display: block;
  width: 20.5%;
  height: auto;
  aspect-ratio: 1.07;
  position: absolute;
  background: url("../img/common/deco-chilla-02.png") center/contain no-repeat;
  bottom: 4rem;
  right: 2.6%;
  z-index: 20;
}
#top-concept .inbox {
  z-index: 30;
}
#top-concept .inbox .img-box {
  width: 70%;
  margin: 0 auto 2rem;
}
#top-concept .inbox .txt-box-01 {
  margin-left: auto;
}
#top-concept .inbox .ttl04 {
  margin-bottom: 3rem;
}
#top-concept .inbox .ttl04 .ttl02 {
  font-size: 2.7rem;
}
#top-chinchilla::before {
  background-image: url(../img/top/ccpt-bg.png);
  height: 10rem;
  inset: -9.5rem 0 auto 0;
}
#top-chinchilla .inbox {
  padding-bottom: 40rem;
  position: relative;
}
#top-chinchilla .inbox::before {
  content: "";
  display: block;
  width: 24rem;
  height: auto;
  aspect-ratio: 1.21;
  position: absolute;
  background: url("../img/top/match-le.png") center/contain no-repeat;
  bottom: 18rem;
  left: 0rem;
}
#top-chinchilla .inbox::after {
  content: "";
  display: block;
  width: 20rem;
  height: auto;
  aspect-ratio: 0.84;
  position: absolute;
  background: url("../img/top/match-ri.png") center/contain no-repeat;
  bottom: -2rem;
  right: 0rem;
}
#top-chinchilla .ttl01 {
  position: relative;
}
#top-chinchilla .ttl01::after {
  content: "";
  display: block;
  width: 10rem;
  height: auto;
  aspect-ratio: 0.85;
  position: absolute;
  background: url("../img/common/deco-girl.png") center/contain no-repeat;
  bottom: 0;
  right: 0;
}
#top-chinchilla .com-btn {
  margin: 7rem auto 0;
}
#top-chinchilla .chilla-li {
  margin-top: 5rem;
  display: grid;
  justify-items: center;
  gap: 3rem;
}
#top-chinchilla .chilla-li li {
  width: 70%;
}
#top-chinchilla .chilla-li li a {
  display: block;
  width: 100%;
}
#top-chinchilla .chilla-li li .com-img {
  width: 100%;
  aspect-ratio: 1;
}

#top-other ul {
  display: grid;
  gap: 3rem;
}
#top-other ul li a {
  position: relative;
  display: grid;
  gap: 2rem;
}
#top-other ul li a .ttl04 {
  position: absolute;
  display: grid;
  place-items: center;
  width: 100%;
  height: 20rem;
  z-index: 30;
}
#top-other ul li a .ttl05 {
  min-height: 6rem;
  display: grid;
  align-content: center;
}
#top-other ul li a .com-txt-02 {
  padding: 0 2.5rem 3rem;
}
#top-other ul li a .img-box {
  height: 20rem;
}
#top-other ul li a .img-box img {
  width: 100%;
  transition: all 0.3s;
}
#top-other ul li a:hover {
  box-shadow: none;
  opacity: 1;
  transform: scale(0.98);
}
#top-other ul li a:hover .img-box {
  overflow: hidden;
}
#top-other ul li a:hover .img-box img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}

#top-contact ul {
  display: grid;
  justify-items: center;
  gap: 3rem;
}
#top-info {
  position: relative;
}
#top-info::before {
  content: "";
  display: block;
  width: 30%;
  height: auto;
  aspect-ratio: 4.03;
  position: absolute;
  background: url("../img/common/deco-car.png") center/contain no-repeat;
  bottom: 0;
  left: 3%;
}
#top-info::after {
  content: "";
  display: block;
  width: 21.3%;
  height: auto;
  aspect-ratio: 1.01;
  position: absolute;
  background: url("../img/top/info-deco-rb.png") center/contain no-repeat;
  bottom: 0;
  right: 0;
}
#top-info .inbox {
  position: relative;
}
#top-info .inbox::before {
  content: "";
  display: block;
  width: 17.5rem;
  height: auto;
  aspect-ratio: 0.44;
  position: absolute;
  background: url("../img/common/deco-kikyu.png") center/contain no-repeat;
  top: 0;
  left: -27rem;
}
#top-info .com-desc-tbl {
  margin-bottom: 5rem;
}

.side-btn {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 9rem;
  font-size: 2rem;
  border-radius: 0 50vw 50vw 0;
}
.side-btn::before {
  content: "";
  display: block;
  width: 70px;
  height: auto;
  aspect-ratio: 1.07;
  position: absolute;
  background: url("../img/common/side-deco.png") center/contain no-repeat;
  inset: -60px auto auto 0;
}

.pagetop {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  z-index: 200;
}

#footer {
  padding: 3rem 0 20rem;
  position: relative;
}
#footer .ft-area {
  gap: 5rem 0;
  display: grid;
  justify-items: center;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  gap: 3.5rem;
}
#footer .ft-area .ft-le .logo-box {
  display: grid;
  justify-items: center;
  gap: 5rem;
}
#footer .ft-area .ft-le .contact-btn {
  border-radius: 50vw;
  font-weight: 700;
}
#footer .ft-area .ft-le .contact-btn::after {
  content: none;
}
#footer .ft-area .ft-ri {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 10%;
}
#footer .ft-area .ft-ri .nav-list {
  display: grid;
  gap: 1.5rem;
}
#footer .ft-area .ft-ri .nav-list .nav-item {
  line-height: 1;
}
#footer .copyright {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
#about-greeting .inbox .img-box {
  margin-bottom: 5rem;
}
#about-feature {
  background: url(../img/about/deco-le.png) top 20rem left 5%/15% no-repeat, url(../img/about/deco-ri.png) bottom 3rem right 2%/16% no-repeat, url(../img/about/deco-lb.png) bottom left 7.8%/35% no-repeat, url(../img/about/deco-rb.png) bottom right 9.5%/30% no-repeat;
}
#about-feature .inbox {
  position: relative;
}
#about-feature .inbox::before {
  content: "";
  display: block;
  width: 8rem;
  height: auto;
  aspect-ratio: 0.44;
  position: absolute;
  background: url("../img/common/deco-kikyu.png") center/contain no-repeat;
  top: 10rem;
  right: -2rem;
}
#about-feature ul {
  display: grid;
  gap: 5rem 0;
}
#about-feature ul li {
  position: relative;
  padding-top: 3.5rem;
}
#about-feature ul li .ttl02 {
  font-size: 2.8rem;
}
#about-feature ul li .ttl02 .num {
  line-height: 1;
  position: absolute;
  inset: -2rem 0 auto 0;
  margin: 0 auto;
  font-size: 3rem;
}
#about-feature ul li .com-txt {
  padding: 2rem 3.5rem 3.5rem;
}

.com-dl div {
  margin-top: 3rem;
}
.com-dl div dt {
  margin-bottom: 2rem;
  line-height: 1;
}
.com-dl .pdf {
  height: 20rem;
  width: 100%;
}

#about-service {
  background: url(../img/common/ashi-wt-le.png) bottom 100rem left 8.5rem/17% no-repeat, url(../img/common/ashi-wt-ri.png) top 60rem right 8.5rem/17% no-repeat, var(--bg-pt);
}
#about-service .srv-li {
  gap: 5rem;
}
#about-service .srv-li > li .ttl02 {
  padding: 2rem;
}
#about-service .srv-li > li .srv-box {
  padding: 3rem;
}
#about-service .srv-li > li .srv-box > .flex .com-txt {
  margin-top: 2rem;
}
#about-service .srv-li > li .srv-box .com-btn {
  margin: 4rem auto 0;
}
#about-service .srv-li > li .srv-box .bg-pt {
  padding: 3rem;
  margin-top: 3rem;
}
#about-service .srv-li > li .srv-box .recom-li {
  margin-top: 2rem;
  display: grid;
  gap: 5rem 0;
}
#about-service .srv-li > li .srv-box .recom-li > li {
  display: grid;
}
#about-service .srv-li > li .srv-box .recom-li > li .com-kado {
  order: 2;
  margin-bottom: 2rem;
  margin-top: 1rem;
  width: 100%;
  aspect-ratio: 1.11;
}
#about-service .srv-li > li .srv-box .recom-li > li .img-li {
  order: 2;
  margin-top: 1rem;
}
#about-service .srv-li > li .srv-box .com-dl div {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--bd-color);
}

.com-bd-li {
  display: grid;
  gap: 7rem;
}
.com-bd-li > li {
  padding-bottom: 6rem;
  border-bottom: 2px solid var(--main-color);
}
.com-bd-li > li h4 {
  margin-bottom: 2rem;
}

#service .inbox > .com-txt {
  padding-bottom: 20rem;
  background: url(../img/srv/deco-le.png) bottom left 5% no-repeat, url(../img/srv/deco-ri.png) bottom right 5% no-repeat;
}
#service ol {
  margin-top: 10rem;
}
#service ol li {
  position: relative;
}
#service ol li:nth-child(odd) .num {
  left: 0;
}
#service ol li:nth-child(even) .num {
  right: 0;
}
#service ol li .img-box {
  width: 80%;
  margin: 0 auto 3rem;
}
#service ol li .txt-box .num {
  position: absolute;
  font-weight: 400;
  line-height: 1;
  top: 0;
  font-size: 6.5rem;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#service ol li .txt-box .contact-btn {
  height: 5rem;
  margin-top: 1rem;
}

#chinchilla-about {
  position: relative;
}
#chinchilla-about .inbox::before {
  content: "";
  display: block;
  width: 21.5%;
  height: auto;
  aspect-ratio: 1.07;
  position: absolute;
  background: url("../img/common/deco-chilla-02.png") center/contain no-repeat;
  transform: scale(-1, 1);
  bottom: -6rem;
  left: 5%;
  z-index: 20;
}
#chinchilla-about .ttl02 {
  padding: 2rem;
  margin: 8rem 0 5rem;
}
#chinchilla-about .com-txt {
  text-align: justify;
}
#chinchilla-about ul li .img-box {
  width: 80%;
  margin: 0 auto 3rem;
}
#chinchilla {
  background: url(../img/common/deco-car.png) bottom right 10%/30% no-repeat;
}
#chinchilla .txt-cnt {
  text-align: justify;
}
#chinchilla .chilla-li {
  margin-top: 4rem;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 0;
}
#chinchilla .chilla-li li {
  display: grid;
  width: 100%;
  width: 48%;
}
#chinchilla .chilla-li li a {
  display: grid;
  gap: 2rem;
  width: 100%;
}
#chinchilla .chilla-li li .com-img {
  width: 100%;
  aspect-ratio: 1.1;
}

.chilla-dl {
  display: grid;
  gap: 2em;
}
.chilla-dl .dl-item {
  gap: 1rem;
  display: grid;
  line-height: 1;
  align-items: center;
}
.chilla-dl dt {
  padding: 0.7rem 1rem 1rem;
  border-radius: 3px;
  font-size: 2rem !important;
}

.chilla-detail-box {
  padding: 3rem;
  gap: 3rem 0;
  display: grid;
}
.chilla-detail-box .img-li {
  order: 2;
  display: flex;
  overflow-x: auto;
  gap: 3rem;
  margin-bottom: 4rem;
}
.chilla-detail-box .img-li li {
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 1.3;
}
.chilla-detail-box .chilla-dl {
  order: 3;
}
.chilla-detail-box .txt-box {
  gap: 1rem;
  order: 4;
  width: 100%;
}

#flow {
  background: url(../img/common/ashi-wt-le.png) bottom left 6.7%/30% no-repeat, url(../img/common/ashi-wt-ri.png) top 13rem right 6.7%/30% no-repeat, var(--bg-pt);
}
#flow ol {
  margin-top: 5rem;
  gap: 4.5rem;
}
#flow ol li {
  padding: 4rem 3rem;
  display: grid;
  justify-items: center;
  gap: 3rem;
}
#flow ol li .img-box {
  width: 60%;
}
#flow ol li .txt-box {
  width: 100%;
}
#flow ol li .txt-box .ttl02 {
  display: grid;
  margin-bottom: 2rem;
}
#flow ol li .contact-btn-box {
  margin-top: 2rem;
}

.contact-btn-box {
  gap: 4rem;
  display: grid;
  justify-items: center;
}
.contact-btn-box .contact-btn {
  height: 6rem;
}

#flow-faq {
  background: url(../img/common/deco-car.png) bottom left 10%/40% no-repeat;
  position: relative;
}
#flow-faq::before {
  content: "";
  display: block;
  width: 9rem;
  height: auto;
  aspect-ratio: 0.44;
  position: absolute;
  background: url("../img/common/deco-kikyu.png") center/contain no-repeat;
  top: -10rem;
  right: 3rem;
  z-index: 20;
}
#flow-faq ul {
  display: grid;
  gap: 5rem;
}
#flow-faq ul li {
  padding-left: 5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--bd-color);
}
#flow-faq ul li .ttl04 {
  position: relative;
  margin-bottom: 3.5rem;
}
#flow-faq ul li .ttl04::after {
  content: "Q";
  position: absolute;
  font-family: var(--en-font);
  font-size: 3.6rem;
  left: -5rem;
  top: 0rem;
  line-height: 1;
}
#flow-faq ul li .com-txt {
  position: relative;
}
#flow-faq ul li .com-txt::after {
  position: absolute;
  line-height: 1;
  content: "A";
  font-family: var(--en-font);
  font-size: 3.6rem;
  left: -5rem;
  top: 0;
  color: var(--accent-color);
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv-area .sv {
  height: 50vw;
  position: relative;
}
.sv-area .sv .sv-catch {
  font-family: var(--ttl-font);
  border-radius: 5px;
  font-size: 2.6rem;
  width: 85%;
  padding: 0.5rem 0;
  position: absolute;
  bottom: 12%;
  left: 3%;
}
.sv-area .sv .sv-catch::before {
  content: "";
  display: block;
  width: 5rem;
  height: auto;
  aspect-ratio: 0.95;
  position: absolute;
  background: url("../img/sv/deco-le.png") center/contain no-repeat;
  left: -2rem;
  top: -2rem;
}
.sv-area .sv .sv-catch::after {
  content: "";
  display: block;
  width: 4rem;
  height: auto;
  aspect-ratio: 0.73;
  position: absolute;
  background: url("../img/sv/deco-ri.png") center/contain no-repeat;
  right: -1rem;
  bottom: -1.8rem;
}

.about-sv {
  background: url(../img/sv/frame.png) left/15% 100% no-repeat, url(../img/sv/about.jpg) center/cover;
}

.service-sv {
  background: url(../img/sv/frame.png) left/15% 100% no-repeat, url(../img/sv/service.jpg) center/cover;
}

.chinchilla-sv {
  background: url(../img/sv/frame.png) left/15% 100% no-repeat, url(../img/sv/chinchilla.jpg) center/cover;
}

.flow-sv {
  background: url(../img/sv/frame.png) left/15% 100% no-repeat, url(../img/sv/flow.jpg) center/cover;
}

.news-sv {
  background: url(../img/sv/frame.png) left/15% 100% no-repeat, url(../img/sv/news.jpg) center/cover;
}

.contact-sv {
  background: url(../img/sv/frame.png) left/15% 100% no-repeat, url(../img/sv/contact.jpg) center/cover;
}

.complete-sv {
  background: url(../img/sv/frame.png) left/15% 100% no-repeat, url(../img/sv/complete.jpg) center/cover;
}

.privacy-sv {
  background: url(../img/sv/frame.png) left/15% 100% no-repeat, url(../img/sv/privacy.jpg) center/cover;
}

.site-sv {
  background: url(../img/sv/frame.png) left/15% 100% no-repeat, url(../img/sv/site.jpg) center/cover;
}

.e404-sv {
  background: url(../img/sv/frame.png) left/15% 100% no-repeat, url(../img/sv/e404.jpg) center/cover;
}

/*---------------------------△△---SV---△△------------------------*/
/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.breadcrumbs-area .breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  font-size: 3.5vw;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: ">";
  padding: 0 10px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
/*その他共通ページ*/
.com-other-page {
  position: relative;
  background: var(--bg-pt);
  z-index: 10;
}
.com-other-page::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  background: url("../img/common/wave-top.png") center/contain no-repeat;
  inset: -1.5rem 0 auto 0;
  background-size: 100% 100%;
  z-index: -1;
}
.com-other-page::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  background: url("../img/common/wave-btm.png") center/contain no-repeat;
  inset: auto 0 -1.5rem 0;
  background-size: 100% 100%;
  z-index: -1;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
#site-map .site-list {
  padding: 10% 0 30%;
}
#site-map .site-list li {
  font-size: 4.2vw;
}
#site-map .site-list li a {
  display: block;
  padding: 6% 0;
  border-bottom: 2px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  color: var(--font-color);
  position: relative;
}
#site-map .site-list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}

/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
#notfound .inbox .com-txt {
  padding: 10% 0 20%;
}
#notfound .inbox .com-txt a {
  text-decoration: underline;
  color: var(--font-color);
}

/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
#privacy .privacy-box {
  padding: 0;
  margin-bottom: 10vw;
}
#privacy .privacy-box .ttl02 {
  color: #fff;
  font-size: 5vw;
  text-align: left;
  margin-bottom: 5vw;
  line-height: 1.5;
  background: var(--main-color);
  padding: 3vw 2vw;
}

/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .select-area {
  margin-bottom: 10vw;
  position: relative;
}
#news .select-area .select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
}
#news .news-area {
  margin-bottom: 10vw;
}
#news .news-area .news-list .news-item {
  border-bottom: 1px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  line-height: 1.5;
}
#news .news-area .news-list .news-item a {
  display: block;
  padding: 8% 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 2vw 3%;
  font-size: 3.5vw;
  margin-bottom: 4vw;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 30%;
  line-height: 2;
  font-weight: 500;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 68%;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 4.2vw;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 3.4vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item .thumbnail-on {
  display: flex;
  justify-content: space-between;
}
#news .news-area .news-list .news-item .thumbnail-on .thumb {
  width: 35%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 60%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box {
  flex-wrap: wrap;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box time {
  width: 100%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 100%;
}

/*detail */
#detail {
  padding-bottom: 30vw;
}
#detail .detail-box {
  margin-bottom: 20vw;
}
#detail .detail-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 4%;
  font-size: 3.5vw;
  padding-top: 10%;
  margin-bottom: 5vw;
}
#detail .detail-box .data-box time {
  line-height: 2;
  font-weight: 500;
}
#detail .detail-box .data-box .tag-list {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  font-size: 3.3vw;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: block;
  width: 100%;
  height: 100%;
}
#detail .detail-box .detail-ttl {
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 5.5vw;
  font-weight: 500;
  padding: 0 0 4%;
  margin-bottom: 5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#detail .detail-box .detail-txt {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#detail .detail-box .detail-txt img {
  margin: 5%;
}

.pagenation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 10vw;
}
.pagenation li {
  width: 9vw;
  height: 9vw;
  box-sizing: border-box;
  border: 2px solid var(--main-color);
  font-size: 4vw;
  background: #fff;
}
.pagenation li a, .pagenation li span {
  padding: 20% 35%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.pagenation .current {
  background: var(--main-color);
  color: #fff;
}

.pagenation-detail {
  position: relative;
  margin-top: 10%;
}
.pagenation-detail p a {
  background: var(--main-color);
  border-radius: 5px;
  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  position: absolute;
  color: #fff;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 20%;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 20%;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35%;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .table-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20%;
}
#contact .table-wrapper .contact-form-table tr {
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr th {
  width: 100%;
  box-sizing: border-box;
  padding: 3vw 2vw;
  font-size: 3.8vw;
  margin-bottom: 3%;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  font-size: 3.5vw;
  padding: 1% 2%;
  margin: -0.5%;
  float: right;
}
#contact .table-wrapper .contact-form-table tr th .upload-notice {
  display: inline-block;
  margin-top: 5%;
  line-height: 1.5;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 100%;
  box-sizing: border-box;
}
#contact .table-wrapper .contact-form-table tr td .upload-item-wrap .thumb {
  width: 40vw;
  height: 40vw;
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap {
  width: 30vw;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap .ancion-btn {
  font-size: 3vw;
  width: 100%;
  box-sizing: border-box;
  padding: 12% 0;
  margin-bottom: 10%;
  line-height: 1;
}
#contact .table-wrapper .contact-form-table tr td input, #contact .table-wrapper .contact-form-table tr td textarea, #contact .table-wrapper .contact-form-table tr td select {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  padding: 4%;
  font-size: 4vw;
  box-shadow: none;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-size: 4vw;
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td textarea {
  height: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .select-area {
  padding: 4% 0;
  display: inline;
  position: relative;
}
#contact .table-wrapper .contact-form-table tr .select-area .select-box {
  width: 60%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10%;
}
#contact .table-wrapper .contact-form-table tr .select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 3vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}

.privacy-agree {
  display: block;
}
.privacy-agree a {
  text-decoration: underline;
}

.check {
  margin: 10% auto 0px;
}
.check .contact-recaptcha-wrap {
  margin: 0 auto 15%;
}

.contact-submits-wrap {
  border-radius: 5px;
  width: 80%;
  margin: 0 auto 0;
}
.contact-submits-wrap .contact-check-btn {
  width: 100%;
  height: 15vw;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.2em;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-radius: 5px;
  background: var(--main-color);
}
.contact-submits-wrap .contact-back-btn {
  width: 80%;
  border: none;
  background: #bebebe;
  margin-bottom: 10%;
  border-radius: 5px;
  font-size: 4vw;
}

.complete-box {
  color: var(--font-color);
  line-height: 1.5;
  text-align: center;
}
.complete-box a {
  display: inline-block;
  text-decoration: underline;
  margin: 5% 0;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}

/*---------------------------▽▽---contact.html---▽▽------------------------*/