@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*----------------------------------------------------------------------
基本レイアウト
----------------------------------------------------------------------*/


html{
	font-size: 62.5%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #231815;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	font-size: clamp(1.5rem, 1.44rem + 0.3vw, 1.8rem);
	letter-spacing: .05rem;
    height: 100%;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.container{
	flex: 1;
	padding-top: 80px;
}
.header a{
  transition: .3s all;
}

.header a:hover {
  opacity: 0.5;
}

.sp{
	display: none!important;
}

.inner{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* タイトル */
.ttl{
	font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: clamp(2.2rem, 2.04rem + 0.8vw, 3rem);
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: url("../images/ttl-bg_pc.svg") no-repeat center / contain;
	padding: 10px 1em 10px 0;
	letter-spacing: .3rem;
}

a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}


/*----------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------*/

.header{
	height: 80px;
	display: flex;
	align-items: center;
    justify-content: space-between;
    padding: 0 40px;
	background: url("../images/head-bg_pc.png") no-repeat center / cover;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.header::before{
	position: absolute;
	content: '';
	background: url("../images/head-deco.svg") no-repeat center / contain;
	height: 80px;
	width: 80px;
	right: 0;
	top: 0;
	z-index: -1;
}

.toggle{
	display: none;
}

.logo-img {
    width: min(180px,12vw);
    margin: 0 auto;
	line-height: 0;
}

.logo-subtext{
	color: #231815;
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 5px;
}

.tel{
	display: inline-block;
	position: relative;
	padding: 0 0 0 35px;
	font-weight: bold;
	line-height: 1.2;
	color: #231815;
}

.tel::before{
	position: absolute;
	content: '';
	background: url("../images/tel_ico.svg") no-repeat center / contain;
	left: 0;
	top: 3px;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
}

.sp-tel{
	display: none;
}

.g-nav-tel{
	margin-left: 25px;
}
.g-nav-tel span{
	font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	display: block;
	font-size: 1.3rem;
}


.g-nav-tel .tel{
	font-size: min(3.6rem,2.5vw);
}

.overlay{
	display: flex;
	align-items: center;
}

.g-nav-list ul{
	display: flex;

}

.g-nav-list li{
	position: relative;
	padding-left: 10px;
	margin-left: 10px;
}

.g-nav-list li::before{
	position: absolute;
	content: '';
	background: #ccc;
	height: 1em;
	width: 1px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.g-nav-list li:last-child{
	padding-right: 10px;
}

.g-nav-list li:last-child::after{
	position: absolute;
	content: '';
	background: #ccc;
	height: 1em;
	width: 1px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.g-nav-list a{
	color: #231815;
	font-size: min(1.6rem,1.1vw);
	text-decoration: none;
	position: relative;
	transition: .3s all;
}

.g-nav-list a:hover{
	opacity: .5;
}


/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/

footer{
	padding: 60px 0 30px;
}

footer a{
	transition: .3s all;
}

footer a:hover{
	opacity: .5;
}

.foot--logo{
	display: inline-block;
}

.foot--logo-subtext{
	color: #231815;
	font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
	font-weight: normal;
	margin-bottom: 5px;
}

.foot--nav-list ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.foot--nav-list li{
	position: relative;
	padding-left: 20px;
	margin-left: 20px;
}

.foot--nav-list li::before{
	position: absolute;
	content: '';
	background: #ccc;
	height: 1em;
	width: 1px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.foot--nav-list li:last-child{
	padding-right: 20px;
}

.foot--nav-list li:last-child::after{
	position: absolute;
	content: '';
	background: #ccc;
	height: 1em;
	width: 1px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.foot--nav-list a{
	font-size: 1.6rem;
	color: #231815;
	text-decoration: none;
	position: relative;
	transition: .3s all;
}

.foot--nav-tel span{
	font-size: 1.6rem;
	font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	display: block;
	padding: 5px 0 0;
}

.foot--nav-tel .tel{
	font-size: clamp(3rem, 2.88rem + 0.6vw, 3.6rem);
}

.copy{
	margin-top: 30px;
	font-size: 1.1rem;
}

.backtotop{
	position: fixed;
	bottom: 0;
	right: 0;
	background: #231815;
	width: 60px;
	height: 60px;
}

.backtotop a{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition: .3s all;
}

.backtotop a:hover{
	background: #fff;
}


 @media screen and (max-width: 1210px) {	 
	
.container {
    padding-top: 60px;
}
.header{
	height: 60px;
	padding: 0;
	align-items: center;
}
	 
.header::before{
	width: 60px;
	height: 60px;
}
	 
.logo-img {
	width: 140px;
}
.logo-subtext{
     margin-bottom: 3px;
}

/*========= ボタンのためのCSS ===============*/
.toggle{
  display: block;
  position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 40px;
  height:20px;
}

/*×に変化*/  
.toggle span{
    display: inline-block;
    transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    left: 0;
	right: 0;
    margin: auto;
    height: 2px;
    background: #231815;
  width: 25px;
}

.toggle span:nth-of-type(1) {
  top:0; 
}

.toggle span:nth-of-type(2) {
  top:9px;
}

.toggle span:nth-of-type(3) {
  top:18px;
}

.toggle .openbtn-area{
    transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.toggle.active .openbtn-area{
  transform: rotateY(-180deg);
}

.toggle.active span{
	 background: #fff;
}
.toggle.active span:nth-of-type(1) {
    top: 3px;
    transform: translateY(6px) rotate(-45deg);
}

.toggle.active span:nth-of-type(2) {
  opacity: 0;
}

.toggle.active span:nth-of-type(3){
    top: 15px;
    transform: translateY(-6px) rotate(45deg);
}
 
.logo {
    padding-left: 15px;
}

.nav_logo a{
	width: 130px;
	margin: 0 auto 20px;
}
	 
.g-nav{
  position:fixed;
  opacity: 0;
  width:100%;
  height: 100vh;
  top: 0;
  margin: auto;
  background: #43A34E;
  transition:.7s ease-in-out;
  visibility: hidden;
}

.g-nav-logo{
	width: 200px;
	padding: 10px 0 0 15px;
}

.g-nav.panelactive{
  opacity: 1;
  z-index:9998;
  visibility: visible;
}

/*ナビゲーションの縦スクロール*/
.overlay{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
	height: 100dvh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	flex-direction: column;
	justify-content: center;
}

.g-nav-list{
	width: 90%;
	margin: 0 auto;
}
	 
.g-nav-list ul {
  flex-direction: column;
}
.g-nav-list li{
  padding-left: 0;
  margin-left: 0;
}
	 
.g-nav-list a {
	display: block;
	font-size: 2rem;
	padding: 15px 0;
	color: #fff;
}
.g-nav-list li::before,
.g-nav-list li::after{
	display: none;
}
.g-nav-tel{
	 display: none;
}	 
.sp-tel{
	position: absolute;
	display: inline-block;
	right: 75px;
	top: 15px;
	width: 30px;
}
.g-nav-tel .tel {
  font-size: min(3.6rem,6vw);
}	 
}


 @media screen and (max-width: 768px) {
	 
.sp{
	display: block!important;
}
	 
.pc{
	 display: none!important;
}
	
.logo{
	position: relative;
}
	 
.logo::after{
	position: absolute;
	content: '';
	background: url("../images/logo-deco.svg") no-repeat center / contain;
	width: 40px;
	height: 28px;
	right: -45px;
	top: 5px;
	bottom: 0;
	margin: auto;
}
	 
.logo-subtext {
  font-size: .8rem;
}

.toggle {
  right: 15px;
}
	 
.sp-tel{
  right: 65px;
}
a.anchor {
  padding-top: 80px;
  margin-top: -80px;
}	
	 
.header{
 	background: url("../images/head-bg_sp.png") no-repeat center / cover;
}	 
	 

/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/
footer {
  padding: 40px 0 15px;
  border-top: 1px solid #f1f1f1;
}
.foot--nav-list ul {
  flex-wrap: wrap;
	margin-bottom: 20px;
}
.foot--nav-list li {
  width: calc(100% / 2);
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 15px;
}
.foot--nav-list li:last-child {
  padding-right: 0;
}
.foot--nav-list li::before,
.foot--nav-list li::after{
  display: none;
}
.foot--logo-subtext {
  margin-bottom: 8px;
}
.foot--logo-img{
  width: 220px;
  margin: 0 auto;
  max-width: 100%;
}
.foot--logo {
  margin-bottom: 10px;
}
}


 @media screen and (max-width: 480px) {

}