@charset "UTF-8";
/* CSS Document */
/* ---------------
Common
Drawer
Header
Footer
Contents
--------------- */
/* Common
=================================================== */
html {
  overflow-y: scroll;
  font-size: 16px;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: #D2E0CD;
  background-repeat: no-repeat;
  background-position: center top;
  letter-spacing: 0.1em;
  width: 100%;
  font-family: 'Outfit',Noto Sans Japanese,Noto Sans JP,sans-serif;
  color: #1A544D;
  margin:0;
}
#container{
	position: fixed;
	z-index: 1;
	width:100%;
	height: 100vh;
	padding: 50px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,table,th,td {
  line-height: 1.8;
  box-sizing: border-box;
  margin-top: 0;
}
a,
img,
fill,
stroke,
button {
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  vertical-align: top;
  width: auto;
  max-width: 100%;
  height: auto;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
span{
  letter-spacing: 1.5px;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.font_xs{
	font-size: 14px!important;
}
.font_xxs{
	font-size: 12px!important;
}
p.atte{
	font-size: 14px;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.5;
	margin-top: 6px;
}
.center {
    text-align: center;
}
.right{
	text-align: right;
}
.title h3{
	font-size: 24px;
	margin-bottom: 40px;
	font-weight: 600;
}
.mb0{
	margin-bottom: 0!important;
}
.mb10{
	margin-bottom: 10px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb30{
	margin-bottom: 30px!important;
}
.mb40{
	margin-bottom: 40px!important;
}
.mb50{
	margin-bottom: 50px!important;
}
.mb60{
	margin-bottom: 60px!important;
}
.mb80{
	margin-bottom: 80px!important;
}
.mb100{
	margin-bottom: 100px!important;
}

@media screen and (max-width: 480px){
	.pc{
		display: none!important;
	}
	.sp{
		display: block!important;
	}
}

/*==================================================
　HEADER - グローバルナビ・ハンバーガーメニュー・共通エリア
===================================*/

#header{
	width:100%;
	height: 100%;
	text-align: center;
	position: relative;

}


@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-170px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

h1 {
    height:  auto;
	padding: 0px;
	width: 150px;
}

nav ul.g-navi{
	list-style: none;
	display: flex;
	justify-content: center;
}

ul#g-navi {
	width: 20%;
    text-align: left;
	margin-top: 40px;
}
ul#g-navi a {
	color: #1A544D;
	font-weight: 400;
	line-height: 1.5;
	font-size: 14px;
}
ul#g-navi li {
	margin-bottom: 6px;
}

section{
padding:0;
}

#header .box-area{
	width: 45vh;
	position: absolute;
	right: 6%;
	top:10%;
}
.cv-box{
	margin-bottom: 30px;
}
.img-box{
	width: 100%;
	display: flex;
}

@media screen and (max-width: 480px){
h1 {
    height: 16px;
	padding-left: 40px;
}
#header .box-area{
	display: none;
}
.cv-box{
	display: none;
}
}


/*========
　5-2-2 3本線が×に
==========*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn2{
  position: fixed;/*ボタン内側の基点となるためrelativeを指定*/
  width: 60px;
  height:60px;
  cursor: pointer;
  background:#1A544D;
  top: 0px;
  right: 0px;
  z-index: 500;
  border-radius: 0 0 0 20px;
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.6);
}
  
/*ボタン内側*/

.openbtn2 span{
  display: inline-block;
  transition: all .4s;/*アニメーションの設定*/
  position: absolute;
  left: 16px;
  height: 2px;
  background-color: #fff;
}


.openbtn2 span:nth-of-type(1) {
  top:13px; 
    width: 48%;
}

.openbtn2 span:nth-of-type(2) {
  top:22px;
    width:42%;
}
.openbtn2 span:nth-of-type(3) {
  top:31px;
    width:48%;
}
.openbtn2 span:nth-of-type(4) {
  top:36px;
  font-size: 10px;
  height: auto;
  color: #fff;
  background: none;
  left: 15px;
	font-weight: 500;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn2.active span:nth-of-type(1) {
    top: 16px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
}
.openbtn2.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn2.active span:nth-of-type(3) {
    top: 28px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
}

/*========= 開くメニュー ===============*/

#gnav{
position:fixed;
z-index: 300;
/*ナビのスタート位置と形状*/
top:-120%;
width:100%;
/*動き*/
transition: all 0.6s;
}
#gnav #gnav-list{
    opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*アクティブクラスがついたら位置を0に*/
#gnav.panelactive{
    top: 0;
}
#gnav.panelactive #gnav-list{
    opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#gnav.panelactive #gnav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 300; 
    width: 100%;
	border-radius: 0 0 3rem 3rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	background:#fff;
	text-align: center;
	box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.3);
}

/*ナビゲーション*/
#gnav ul {
    position: relative;
    z-index: 300;
	display: block;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

/*リストのレイアウト設定*/

#gnav li{
	list-style: none;
	border-bottom: 1.5px solid #A8B8A2;
	line-height: 1.5;
}

#gnav li a{
  color: #333333;
  text-decoration: none;
  padding:14px;
  display: block;
  letter-spacing: 0.1em;
	font-weight: 500;
}
#gnav li a span{
  color: #594567;
  padding-left: 10px;
  font-weight: 500;
	letter-spacing: 0.08em;
}
#gnav .logo{
	width: 130px;
	margin-top:10px;
	margin-left: 20px;
}
#gnav .bnr-box{
	width: 80%;
	margin: 0 auto;
}


/*==================================================
　FOTTER - 共通エリア
===================================*/

footer {
    padding-top: 0px;
	margin-top: 180px;
	background: #D2E0CD;
	color: #1A544D;
}
footer::before{
    content: url("../img/footer_pc.svg");
	position: absolute;
	margin-top:-100px;
	left:0px;
}
footer .wrap{
	margin-top: 50px;
}
.copy{
	display: grid;
	background: #1A544D;
	height: 40px;
	text-align: center;
	align-content: center;
	color: #fff;
}
footer .box-area{
	padding: 20px;
	margin-bottom: 50px;
}
footer .title h3{
	font-size: 20px;
	margin-bottom: 20px;
}
footer h4{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0;
}
footer .btn a{
	font-weight: 400;
}

.tel{
	font-size: 28px;
}
footer img{
	width: 240px;
	margin-bottom: 20px;
}

.comsoon {
    pointer-events: none;
    color: #ccc!important;
	opacity: 0.4;
}
/*
.modaal-content-container ul {
	max-width: 500px;
    width: 100%;
    margin: 0 auto;
	overflow-wrap:break-word;
	padding-left: 1.3rem;
}
*/
ul.list_dot{
	padding-left: 1em;
}
.list_dot > li {
    padding: 0 0 0 1em;
    position: relative;
	list-style: circle;
    padding-left: 2px;
    padding-bottom: 10px;
	line-height: 1.5;
}
/*
.modaal-content-container li {
    list-style: circle;
    padding-left: 2px;
    padding-bottom: 10px;
}
.modaal-content-container ul.list_star {
    padding: 0;
}
.modaal-content-container li .list_star li{
	list-style: none;
	padding-bottom: 0;
	padding-left: 0;
}
*/
.fa-star:before {
    color: #ccc;
	padding-right: 4px;
}
#tel {
    position: fixed;
    width: 82px;
	bottom: 0px;
	z-index: 1;
}

/*==================================================
　CONTENTS - モバイルファーストのコンテンツ
===================================*/
.btn a{
  position: relative;
  border: 1px solid #1A544D;
  background:#1A544D;
  border-radius:25px;
  min-width:240px;
  padding: 8px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  outline: none;
  transition: all .2s;
}
.btn a::after{
	font-family: FontAwesome;
	display: flex;
    height: auto;
    position: absolute;
    right: 14px;
    top: 8px;
	transition: all .5s;
}
.btn.out a::after{
    content: '\f08e';
}
.btn.down a::after{
    content: '\f063';
}
.btn.plus a::after{
    content: '\f055';
}
.btn.pink a{
	background:#E6A0C2;
	border: 1px solid #E6A0C2;
}
.btn.leaf a{
	background:#A8B8A2;
	border: 1px solid #A8B8A2;
}
#main{
    position: fixed;
    max-width: 30vw;
    width: 100%;
    min-height: 100vh;
	height: -webkit-fill-available;
	display: block;
    background: #fff;
    overflow: hidden;
	overflow-y: scroll;
	top: 0;
	right: 42vw;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
}

#main::-webkit-scrollbar{
  display:none;
}

@media screen and (max-width: 480px){
#main{
	position: relative;
    max-width: 37.5rem;
    width: 100%;
    margin: 0 max(23.75vw, 23.75rem) 0 auto;
    min-height: 100vh;
    background: #fff;
    overflow: hidden;
	overflow-y: scroll;
	right: 0;
	box-shadow: none;
}
}

.wrapper{
	width:86%;
	max-width: 1000px;
	margin: 0 auto;
}
.wrap{
	width:90%;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}

#hero{
    margin-top: 10px;
}
#hero h2{
	margin-bottom: 10px;
}
#hero img{
	width: 100%;
}
#hero h2 img{
	width: 150px;
	margin-left: 14px;
}
section#info2025{
padding-top:0px;
padding-bottom:40px;
}
/*==================================================
　CONTENTS - コンテンツ内
===================================*/
section#case{
	margin-top: -100px;
	padding-top:150px;
	padding-bottom:50px;
	background-color: #D2E0CD;
}
#case img{
	width: 250px;
	margin:0 auto;
	margin-bottom: 30px;
}
#case .wrap{
	background: #fff;
	width: 80%;
	padding: 20px;
	text-align: center;
}
#case li{
	margin-bottom: 8px;
	list-style: disc;
	margin-left: 1.5em;
	line-height: 1.5;
	text-align: left;
	font-weight: 500;
	font-size: 15px;
}

/* ストーリー*/
section#story{
	margin-top: -100px;
	padding-top:150px;
	padding-bottom:150px;
	background-color: #D2E0CD;
}
section#story::before{
	content: url("../img/story_02.svg");
	position: absolute;
	width: 100px;
	margin-top:-170px;
	right:60px;
}
section#story::after{
	content: url("../img/story_03.svg");
	position: absolute;
	width: 100px;
	margin-top:-150px;
	left:-42px;
}
#story img{
	margin-bottom: 40px;
}
#story h3{
	margin-left: 10px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 500;
}
#story .img-box {
    position: absolute;
    margin-top: -20px;
}

/* 5つのポイント*/
section#point{
	margin-top: 0;
	padding-top:150px;
	padding-bottom:0px;
}
#point h3{
	font-size: 24px;
	color: #1A544D;
}
#point h4{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.6;
	font-weight: 600;
}
#point .title {
    text-align: left;
	margin-left: 20px;
	margin-bottom: 40px;
}
#point .title span{
    font-size: 14px;
    color: #A8B8A2;
}
#point .wrap span{
	background: #1A544D;
    font-size: 14px;
    padding: 4px 16px 4px 19px;
    border-radius: 2rem;
    color: #fff;
	margin-bottom: 20px;
}
.pt_01{
	background: #F3DEE8;
	padding: 50px 10px;
	margin-bottom: 3px;
}
.pt_02{
	background: #D2E0CD;
	padding: 50px 10px;
	margin-bottom: 3px;
}
.pt_03{
	background: #F6E6EE;
	padding: 50px 10px;
	margin-bottom: 3px;
}
#point .pt_03 p,#point .pt_03 .wrap span{
	text-align: left;
}
#point .pt_03 img{
	width: 226px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.pt_04{
	background: #EDF4CF;
	padding: 50px 10px;
	margin-bottom: 3px;
}
#point .pt_04 h4{
	letter-spacing: 1px;
}
#point img{
	width: 100%;
	margin-bottom: 30px;
}
.pt_05{
	background: #D2E0CD;
	padding: 50px 10px 70px;
}
.pt_05::after{
	content: url("../img/point_06_pc.svg");
	position: absolute;
	margin-top:40px;
	left:0px;
}
.pt_05 .box-area{
	background: #fff;
	padding: 26px;
	border-radius: 2rem;
	margin-bottom: 20px;
}
.pt_05 .box-area h5{
	font-size: 18px;
	margin-bottom: 0;
	margin-top: -12px;
}


/* 製品について*/
#product{
	background: #1A544D;
	padding: 160px 8% 100px;
	margin-bottom: 100px;
}
#product::after{
	content: url("../img/product_01_pc.svg");
	position: absolute;
	margin-top:40px;
	left:0px;
}
#product .title{
	color: #fff;
	margin-bottom: 40px;
}
#product h3{
	font-weight: 400;
}
#product .box-area{
	text-align: center;
}
#product .box-area img{
	margin-right: -20px;
	margin-bottom: 20px;
}
#product .title span, .box-area span{
	display: block;
	color: #A8B8A2;
	margin-bottom: 10px;
}
#product h4{
	color: #fff;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: 500;
}
#product a{
	color: #1A544D;
	font-weight: bold;
}
#product a::after{
	color: #fff;
}
#product a::after{
	color: #fff;
}
.modaal-container h5{
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
}
/* サロンに選ばれる理由*/
#reason{
	background: #fff;
	padding: 100px 8% 60px;
}
#reason::after{
	content: url("../img/reason_03_pc.svg");
	position: absolute;
	margin-top:20px;
	left:0px;
}
#reason .title{
	margin-bottom: 40px;
}
#reason .title span{
	color: #D2E0CD;
}
#reason .box-area{
	background: #D2E0CD;
	padding: 36px 30px;
	border-radius: 2rem;
	margin-bottom: 20px;
	text-align: center;
}
#reason h4{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
}
#reason img{
	width: 90%;
	margin-bottom: 30px;
}
#reason p{
	text-align: left;
	margin-bottom: 10px;
}
#reason hr{
	border-color: #A8B8A2;
	margin: 20px 0;
}

/* サロンや動物病院の導入理由・感想*/
#voice{
	background:#D2E0CD;
	padding:150px 8% 300px;
}
#voice .title {
	margin-bottom: 40px;
}
#voice .title span{
	color: #A8B8A2;
	display: block;
	margin-bottom: 20px;
}
#voice .box-area{
	background: #fff;
	padding: 30px;
	margin:0 auto;
	border-radius: 2rem;
	margin-bottom: 20px;
	text-align: center;
}
#voice .shop-info{
	text-align: center;
	margin-bottom: 10px;
}
#voice .shop-info h4{
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: 600;
}
#voice .shop-info span{
	font-size: 12px;
	color: #A8B8A2;
}
#voice .lead p{
	text-align: left;
}
#voice .lead span{
	display: inline-block;
	font-size: 12px;
	width: 100%;
	padding: 4px;
	border-radius: 2rem;
	color: #fff;
	background: #1A544D;
	margin-bottom: 6px;
}

/* よくある質問*/
#faq::before{
	content: url("../img/faq_pc.svg");
	position: absolute;
	margin-top:-330px;
	left:0px;
}
#faq{
	padding: 60px 8%;
}
#faq .title {
	margin-bottom: 40px;
	text-align: center;
}
#faq .title span{
	color: #A8B8A2;
	display: block;
	margin-bottom: 18px;
}
#faq .category{
	margin-bottom: 30px;
}
#faq .category a{
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	padding: 8px;
	text-align: center;
	background: #E5EAE3;
	border-radius: 2rem;
	margin-bottom: 8px;
	color: #1A544D!important;
	box-sizing: border-box;
}
#faq .category span::after{
	font-family: FontAwesome;
    content: '\f107';
    display: inline-flex;
    height: auto;
    position: absolute;
    right: 40px;
	transition: all .5s;
}
#faq h4{
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	padding: 5px 0 2px 0;
	text-align: center;
	background: #1A544D;
	border-radius: 0.5rem;
	margin-bottom: 8px;
	color: #fff;
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
	border-bottom: 1px solid #A8B8A2;
}
.accordion-area li:last-child{
	border-bottom: none;
}

/*アコーディオンタイトル*/
.q {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: 500;
    padding: 3% 14px 3% 32px;
    transition: all .5s ease;
	margin-bottom: 8px;
	text-indent:  -2em;
	line-height: 1.5;
}
.q span{
	font-size: 18px;
	padding-right: 4px;
}

/*アイコンの＋と×*/
.q::before,
.q::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #1A544D;
    
}
.q::before{
    top:48%;
    right: 0;
    transform: rotate(0deg);
    
}
.q::after{    
    top:48%;
    right: 0;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.q.close::before{
	transform: rotate(45deg);
}

.q.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #E5EAE3;
	margin:-5px 0 20px 0;
    padding: 7%;
	border-radius: 2rem;
}
.box ol{
	padding-left: 20px;
}

/*モーダルウィンドウ*/
.modaal-container{
	max-width: 720px;
	padding: 30px 50px;
	border-radius: 2rem!important;
	height: 80vh;
	overflow-y: scroll;
	text-align: center;
}
@media screen and (max-width: 480px){
	.modaal-container{
	max-width: 100%;
	padding: 20px;
}
	.modaal-content-container{
		padding: 20px;
	}
}
.modaal-container h4{
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.5;
}
.modaal-container span{
	font-size: 14px;
	color: #A8B8A2;
	display: block;
	margin-bottom: 10px;
}
.modaal-container .lead p,.modaal-container p{
	text-align: left;
}
.modaal-container .lead span{
	background: #1A544D;
	border-radius: 2rem;
	width: 100%;
	display: block;
	margin-top: 20px;
}
.modaal-container hr{
	border-color: #A8B8A2;
	margin-bottom: 20px;
}
.modaal-container .btn.w90 a{
	width: 100%;
	max-width: 300px;
}
.modaal-close {
    right: 10px;
    top: 10px;
}
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close::after, 
.modaal-close::before{
	background:#ccc;	
}

.modaal-close::focus::after,
.modaal-close::focus::before,
.modaal-close::hover::after,
.modaal-close::hover::before{
	background:#666;
}

.f600{
	font-weight: 600!important;
}
.f500{
	font-weight: 500!important;
}
.f400{
	font-weight: 400!important;
}
.white{
	color: #fff!important;
}
span.leaf{
	background: #A8B8A2!important;
	color: #fff;
}

@media screen and (max-width: 480px){
.pt_05::after{
	content: url("../img/point_06.svg");
	position: absolute;
	margin-top:40px;
	left:0px;
}
#product::after{
	content: url("../img/product_01.svg");
	position: absolute;
	margin-top:40px;
	left:0px;
}
#reason::after{
	content: url("../img/reason_03.svg");
	position: absolute;
	margin-top:20px;
	left:0px;
}
#faq::before{
	content: url("../img/faq.svg");
	position: absolute;
	margin-top:-330px;
	left:0px;
}
footer::before{
    content: url("../img/footer.svg");
	position: absolute;
	margin-top:-100px;
	left:0px;
}
}

/*========= HOMEページのスタイル ===============*/

table {
    border-collapse: collapse;
	text-align: left;
	margin-bottom: 80px;
}
th {
    width: 28%;
	border-bottom: 1px solid #594567;
    padding: 20px 0;
	font-weight: 300;
}
td {
	border-bottom: 1px dashed #594567;
    padding: 20px 0;
	padding-right: 50px;
}

@media screen and (max-width: 480px){
	#container{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
	background: #fff;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
}


