@charset "utf-8";

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


  /* 共通
  ------------------------------------------------------------*/
  .br-mid{
	display: none;
}
  .br-sp{
	display: block;
}

/*========= ヘッダーナビ ===============*/
.header-nav{
  	display: none;
}

/*========= 三本線 ===============*/
  .openbtn{
    display: block;
  }
  .openbtn{
  	position:fixed;
    z-index: 888;/*ボタンを最前面に*/
  	top:10px;
  	right: 10px;
  	cursor: pointer;
      width: 50px;
      height:50px;
  }
  /*×に変化*/
  .openbtn span{
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 1px;
      border-radius: 2px;
  	background-color: #666;/*カラー*/
    	width: 45%;
    }

  /*三本線の高さ*/
  .openbtn span:nth-of-type(1) {
  	top:15px;
  }
  .openbtn span:nth-of-type(2) {
  	top:23px;
  }
  .openbtn span:nth-of-type(3) {
  	top:31px;
  }
  /*end//三本線の高さ*/

  .openbtn.active span:nth-of-type(1) {
      top: 18px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
      background-color: #fff;/*カラー*/
  }
  .openbtn.active span:nth-of-type(2) {
  	opacity: 0;
    background-color: #fff;/*カラー*/
  }
  .openbtn.active span:nth-of-type(3){
      top: 30px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
      background-color: #fff;/*カラー*/
  }
/*========= TOPマーク ===============*/
.top-mark{
	display: block;
  }
  .top-mark{
	  position:fixed;
	z-index: 888;/*ボタンを最前面に*/
	  bottom:30px;
	  right: 30px;
	  width: 40px;
	  height:40px;
	  opacity: 0.8;
  }

/*============================
ナビゲーション ===============*/

#g-nav{
      display: block;

        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position:fixed;
        z-index: 100;
        /*ナビのスタート位置と形状*/
    	top:0;
        right: -120%;
    	width:100%;
        height: 100vh;/*ナビの高さ*/
    	background:#fff;/*ナビ背景色*/
    	opacity: 0.8;
        /*動き*/
    	transition: all 0.6s;
}

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive{
        right: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list{
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;/*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }

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

    #g-nav li{
    	list-style: none;
        text-align: center;
    }

    #g-nav li a{
    	color: #333;
    	text-decoration: none;
    	padding:10px;
    	display: block;
    	text-transform: uppercase;
    	letter-spacing: 0.1em;

	  font-family: "Zen Old Mincho", serif;
	  font-weight: 600;
	  font-style: normal;
    }

    /*ホバー半透明*/
    #g-nav li a:hover{
    	opacity: 0.5;
    }
/*============================
sp電話 ===============*/

.sp-phone{
	display: block;
	position:fixed;
    z-index: 10;
  	top:16px;
  	right: 60px;
    width: 40px;
    height:40px;
	background-color: #ec6d56;
	border-radius: 10px;
}
.sp-phone-mark {
	padding: 5px;
}
.sp-phone-mark img {
	height: 30px;
	width: 30px;
}

/*========= メインビジュアル===============*/
.main-pc{
	display: block;
	height: 100vh;
}
/*親*/
.swiper-slide {
	position: relative;
	width: 100%;
	background-color: #fff;
  }

  
/*1*/
/*画像*/
.slide1{
	  position: absolute;
	  top:14%;
	  left:5%;
	  width: 86%;
	  height: 45vh;
	  border-radius: 60px;
	  overflow: hidden;
}
.slide1 img {
	  object-fit: cover;
	  width: 100%;
	  height: 45vh;
}
.slide1-text{
	position: absolute;
	bottom:5%;
	right:3%;
	z-index: 100;
}
.slide1-headline{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 50px;
	letter-spacing: -0.01em;
	color: #555;
	text-align: right;
}
.slide1-headline-small{
	font-size: 32px;
	text-align: right;
	padding-right: 10px;
}
.slide1-headline-jp{
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-size: clamp(14px, 3.3vw, 18px); 
	letter-spacing: 0.01em;
	color: #fff;
	background-color: #ec6d56;
	opacity: 0.7;
	padding: 10px 40px 10px 0px;
	border-radius: 12px;
	margin-right: -30px;
	margin-top: 10px;
	text-align: right;
}
.slide1-headline-body{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(14px, 3.3vw, 18px); 
	letter-spacing: 0.01em;
	text-align: right;
	line-height: 2em;
	margin-top: 10px;
}

    /*ピンク円*/
  .slide-circle-pink{
	  position: absolute;
	  top:50%;
	  left:-5%;
	  width: 20%;
	  overflow: hidden;
	  z-index: 50;
  }
     /*黄色円*/
  .slide-circle-yellow{
	  position: absolute;
	  top:-10%;
	  right:-10%;
	  width: 60%;
	  overflow: hidden;
	  z-index: 50;
  }


/*2*/
/*画像*/
.slide2{
	  position: absolute;
	  top:14%;
	  right:4%;
	  width: 86%;
	  height: 50vh;
	  border-radius: 60px;
	  overflow: hidden;
}
.slide2 img {
	  object-fit: cover;
	  width: 100%;
	  height: 50vh;
	
}
.slide-circle-pink2{
	  position: absolute;
	  top:50%;
	  right:-6%;
	  width: 20%;
	  z-index: 50;
}
  .slide-circle-yellow2{
	  position: absolute;
	  top:-10%;
	  left:-10%;
	  width: 300px;
	  overflow: hidden;
	  z-index: 50;
  }
.slide2-text{
	position: absolute;
	bottom:5%;
	left:-4%;
	z-index: 100;
}
.slide1-headline-jp2{
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-size: 27px;
	letter-spacing: 0em;
	color: #ec6d56;
	background-color: #fff;
	opacity: 0.8;
	padding: 10px 10px 10px 40px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.slide1-headline-jp-small2{
	font-family: "Zen Old Mincho", serif;
	font-weight: 800;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #ec6d56;
	padding-left: 0px;
	margin-top: 10px;
	line-height: 1.6em;
}
.slide1-headline-body2{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(14px, 3.3vw, 18px); 
	letter-spacing: 0.01em;
	text-align: left;
	line-height: 2em;
	margin-left: 40px;
	margin-top: 0px;
}

/*ロゴ*/
.top-logo{
	position: absolute;
	z-index: 20;
	top: 2%;
	left: 4%;
	width: 36%;
}
.top-logo img{
opacity: 1;
transition: 1.0s ;
}
.top-logo img:hover{
opacity: 0.5;
}

/*--------------------------------------------------------
	  サービス紹介
--------------------------------------------------------*/
.top-service-area{
	margin-top: 40px;
}
.top-service-back img{
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
.top-service-content{
	background-color: #f6e4c3;
}
.top-service-content img {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

/*タイトル*/
.top-service-title-container{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 40px;
}
.top-service-title{
	margin-top: 20px;
	width: 120px;
	height: 120px;
	background-color: #f0cbb9;
	border-radius: 50%;
	position: relative;
	overflow: visible;
}
.top-service-headline{
	width: 100%;
	margin-left: 20px;
	margin-top: 30px;
}
.top-service-headline p{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
}
.top-service-headline-main{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	margin-top: 5px;
}
.top-service-title-eg{
	position: absolute;
	top: 40px;
	left: 40px;
	font-size: 28px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #555;
	letter-spacing: 0.05em;
}
.top-service-title-jp{
	position: absolute;
	top: 76px;
	left: 44px;
	font-size: 18px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
}

/*個人と法人*/
.top-service-inner-container{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.top-service-private{
	margin: 0px auto 40px;
	width: 100%;
}

.top-service-private-pic{
	width: 80%;
	margin: 0 auto;
	position: relative;
	opacity: 1;
	transition: 1.0s ;
}
.top-service-private-pic:hover {
	opacity: 0.7;
}

.top-service-private-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	color: #fff;
	width: 80%;
	text-align: center;
	background-color: #ec6d56;
	opacity: 0.8;
	padding: 30px;
	border-radius: 20px;
}
.top-service-corporate-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	color: #fff;
	width: 80%;
	text-align: center;
	background-color: #e4a756;
	opacity: 0.9;
	padding: 30px;
	border-radius: 20px;
}
.top-service-private-item{
	font-size: 20px;
	width: 280px;
	margin: 10px auto;
	line-height: 1.8em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
}
.top-corporate-small{
	font-size: 20px;
}
.top-service-private-body{
	width: 80%;
	font-size: 14px;
	margin: 16px auto;
	line-height: 1.8em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	text-align: justify;
}
.top-service-private-btn{
	width: 80%;
	margin: 20px auto;
	background-color: #888;
	padding: 10px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-size: 16px;
	opacity: 1;
	transition: 1.0s ;
}
.top-service-private-btn:hover {
	opacity: 0.7;
}
/*--- スライド ----*/
.infinite-slider {
	overflow: hidden;
	width: 100%;
  }
  
  .slide-track {
	display: flex;
	width: calc(100% * 2); /* ループのために2セット分 */
	animation: scroll 20s linear infinite;
  }
  
  .slide-track img {
	width: 100%;           /* または100%などに調整 */
	height: 100%;            /* スライダーの高さに合わせる */
	object-fit: cover;       /* 画像の切り取りを最適化 */
	flex-shrink: 0;
	display: block;
  }
  @keyframes scroll {
	0% {
	  transform: translateX(0%);
	}
	100% {
	  transform: translateX(-50%);
	}
  }

/*--------------------------------------------------------
  お客さまの声
--------------------------------------------------------*/
#top-voices{
	margin-top: 150px;
}
/*タイトル*/
.top-voices-container{
	width: 100%;	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	margin: -500px auto 60px;
}
.top-voices-title{
	margin-top: 40px;
	width: 120px;
	height: 120px;
	background-color: #f0cbb9;
	border-radius: 50%;
	position: relative;
	overflow: visible;
}

.top-voices-title-eg{
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 28px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #555;
	letter-spacing: 0.05em;
	text-align: right;
}
.top-voices-title-jp{
	position: absolute;
	top: 76px;
	right: 44px;
	font-size: 18px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
	text-align: right;
}
.top-voices-inner{
	position: absolute;
	z-index: 100;
	width: 80%;

	left: 50%;
	transform: translate(-50%, -50%);
}
.top-voices-headline{
	margin-top: 200px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	text-align: center;
}
.top-voices-body{
	margin-top: 20px;
	font-size: 14px;
	line-height: 2em;
}

/*--------------------------------------------------------
  背景固定
--------------------------------------------------------*/
/*-- 親 --*/
.fix-block{
	position: relative;
	height: 400px;
 }
 /*-- 画像 --*/
 .inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
 }
 .bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url("../images/voices-bg.jpg");
	background-size: cover;
	background-position: center;
	z-index: -1;
 }

/*--------------------------------------------------------
  お知らせ
--------------------------------------------------------*/
#top-information{
	margin-top: 420px;
}
/*タイトル*/
.top-information-title-block{
	width: 86%;	
	margin: 0 auto;
}
.top-information-title{
	margin-top: 40px;
	width: 120px;
	height: 120px;
	background-color: #f6e4c3;
	border-radius: 50%;
	position: relative;
	overflow: visible;
}

.top-information-title-eg{
	position: absolute;
	top: 40px;
	left: 50px;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #555;
	letter-spacing: 0.05em;
}
.top-information-title-jp{
	position: absolute;
	top: 70px;
	left: 52px;
	font-size: 18px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
}
.top-information-container{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px auto;
}
.top-information-item{
	width: 90%;
	margin-bottom: 20px;
	opacity: 1;
	transition: 1.0s ;
}
.top-information-item:hover {
	opacity: 0.7;
}
.top-information-item img{
	border-radius: 20px;
}
.top-information-title-date{
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-top: 10px;
}
.top-information-title-text{
	font-size: 14px;
	margin-top: 6px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8em;
}
.top-information-bottom{
	margin: 20px auto 80px;
}
.top-information-btn{
	width: 70%;
	margin: 20px auto;
	background-color: #888;
	padding: 10px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-size: 16px;
	opacity: 1;
	transition: 1.0s ;
}
.top-information-btn:hover {
	opacity: 0.7;
}

/*--------------------------------------------------------
会社案内
--------------------------------------------------------*/
#top-company{
	background-color: #f4d7d0;
	margin-top: -10px;
}
.company-background{
	margin: 0;
	padding: 0;
}

.top-company-inner{
	width: 90%;
	margin: 0 auto;
}
.top-company-title{
	margin-left: 60%;
	width: 120px;
	height: 120px;
	background-color: #f6e4c3;
	border-radius: 50%;
	position: relative;
	overflow: visible;
	margin-top: -10px;
}
.top-company-title-eg{
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #555;
	letter-spacing: 0.05em;
	text-align: right;
}
.top-company-title-jp{
	position: absolute;
	top: 70px;
	right: 50px;
	font-size: 18px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
	text-align: right;
}
.top-company-container{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 0px;
	padding-top: 20px;
}
.top-company-item{
	width: 80%;
	margin-bottom: 20px;
}
.top-company-item-pic{
	position: relative;
}
.top-company-item-pic:hover {
	opacity: 0.6;
	transition: 1s; 
}
.top-company-item-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	color: #fff;
	width: 90%;
	text-align: center;
}
.top-company-bottom{
	margin: 20px auto 40px;
	padding-bottom: 40px;
}
.top-company-btn{
	width: 300px;
	margin: 20px auto;
	background-color: #888;
	padding: 10px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-size: 16px;
	opacity: 1;
	transition: 1.0s ;
}
.top-company-btn:hover {
	opacity: 0.7;
}

/*--------------------------------------------------------
お問い合わせ
--------------------------------------------------------*/
#top-contact{
	margin-top: 60px;
}
.top-contact-title-container{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: start;
	margin: 0 auto 40px;
}
.top-contact-title{
	margin-top: 0px;
	width: 120px;
	height: 120px;
	background-color: #f6e4c3;
	border-radius: 50%;
	position: relative;
	overflow: visible;
}
.top-contact-title-eg{
	position: absolute;
	top: 40px;
	left: 45px;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #555;
	letter-spacing: 0.05em;
}
.top-contact-title-jp{
	position: absolute;
	top: 68px;
	left: 45px;
	font-size: 18px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
}
.top-contact-container{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 40px;
}
.top-contact-container-item{
	width: 90%;
	margin: 0 auto 20px;
	text-align: center;
	background-color: #ec6d56;
	padding: 20px 20px 20px;
	border-radius: 30px;
}
.top-contact-container-item p{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: #fff;
}
.top-contact-phone{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	letter-spacing: 0.05em;
	text-align: center;
}
.top-contact-phone a{text-decoration: none; color:#fff;}
.top-contact-phone a:link {text-decoration: none; color:#fff;}
.top-contact-phone a:visited{text-decoration: none; color:#fff;}
.top-contact-phone a:hover{color:#a9a9a9;}
.top-contact-phone a:active{text-decoration: none;}

.top-contact-phone-mark {
	display: flex;
	justify-content: center;
	align-items: center; /* 高さを揃える */
	gap: 0.5em; /* マークと番号の間に余白 */
	font-size: clamp(18px, 6vw, 28px);
	letter-spacing: 0.08em;
  }
  .top-contact-phone-mark img {
	height: 0.8em; /* 高さを文字と揃える（調整可能） */
	width: 0.8em;
  }
.top-contact-phone-mark a{text-decoration: none; color:#fff ;}
.top-contact-phone-mark a:link {text-decoration: none; color:#fff;}
.top-contact-phone-mark a:visited{text-decoration: none; color:#fff;}
.top-contact-phone-mark a:active{text-decoration: none;}

.top-contact-fax {
	display: flex;
	justify-content: center;
	align-items: center; /* 高さを揃える */
	font-size: clamp(18px, 6vw, 28px);
	letter-spacing: 0.03em;
	margin-top: 5px;
  }


.top-contact-phone-hour{
	font-size: 16px;
	width: 100%;
	border: solid 1px #fff;
	text-align: center;
	padding: 4px;
	margin-top: 16px;
	margin-left: auto;
}
.top-contact-mail-block a {
	display: block;
	transition: filter 1s ease;
  }

.top-contact-mail-block a:hover {
	filter: brightness(80%); /* 100%より小さくすると暗くなる */
	cursor: pointer;
}
.top-contact-mail-text{
	font-size: 14px;
	width: 100%;
	border: solid 1px #fff;
	text-align: center;
	padding: 4px;
	margin: 20px auto 5px;
	margin-left: auto;
	color:#fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.top-contact-mail-mark{
	width: 70px;
	margin: 30px auto 30px;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
.footer-pc{
	width: 100%;
	background-color: #f6e4c3;
	margin-top: 40px;
}

.footer-container{
	width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
	padding-bottom: 20px;
}

.footer_nav{
	padding-top: 20px;
}
.footer_nav a{
   text-decoration: none;
   color: #333;
		transition: 0.5s;
}
.footer_nav nav{
   margin: 0 0 0 auto;
}
.footer_nav ul{
   list-style: none;
   margin: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: left;
}
.footer_nav li{
   margin: 0 0 0 30px;
   font-size: 14px;
	line-height: 2.5em;
	font-weight: bold;
}
.footer-address{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 30px auto;
}
.footer-company-info{
	width:100%;
	line-height: 1.4em;
}
.footer-logo{
	width: 200px;
	padding-bottom: 20px;
	margin: 0px auto ;
}
.footer-logo img{
	opacity: 1;
	transition: 0.5s ;
}
.footer-logo img:hover{
	opacity: 0.5;
}
.footer-company-name{
	font-size: 22px;
	margin-bottom: 16px;
	margin-top: 16px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
}
.footer-company-info p{
	font-size: 14px;
	margin-bottom: 10px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
}
.footer-company-phone{
  font-size: 18px;
	margin-bottom: 26px;
	margin-top: 10px;
}

/*-- クレジット --*/
.footer_cr{
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	padding-bottom: 50px;
	text-align: center;
	width: 100%;
	color: #333;
}



} /**** END media screen *****/
