@charset "utf-8";
/* ---------------------------------------------------
 Layout-pc-s
--------------------------------------------------- */
@media only screen and (min-width:1024px) and (max-width:1279px){

.br-mid{
	display: block;
}
.br-sp{
	display: none;
}
.sp-phone{
	display: none;
}

/*========= ヘッダーナビ ===============*/
.header-nav{
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	left: auto;
	width: 100%;
	margin-right: 0;
}
.header-nav-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: right;
  margin: 0 auto;
}
.header-nav-container-item{
	font-size: clamp(13px, 1.5vw, 16px); 
	color: #333;
	font-weight: bold;
	margin: 0 6px;
	padding-top: 55px;
	letter-spacing: 0.05em;
	opacity: 1;
	transition: 1.0s ;
}
.header-nav-container-item:hover{
	opacity: 0.3;
}
.header-nav-container-item a{text-decoration: none; color:#333 ;}
.header-nav-container-item a:link {text-decoration: none; color:#333;}
.header-nav-container-item a:visited{text-decoration: none; color:#333;}
.header-nav-container-item a:active{text-decoration: none;}

/*========= 電話 ===============*/
.header-nav-container-phone{
	background: #ec6d56;
	color: #fff;
	padding: 16px 10px 16px 20px;

		font-weight: bold;
		margin-left: 15px;
		opacity: 1;
		transition: 1.0s ;
		border-bottom-left-radius: 30px;
}
.header-nav-container-phone p{
	font-size: 9px;
	letter-spacing: 0.01em;;
}
.header-nav-container-phone-number{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	padding-top: 6px;
}
.header-nav-phone-mark {
	display: flex;
	align-items: center; /* 高さを揃える */
	gap: 0.5em; /* マークと番号の間に余白 */
	font-size: 20px;
	letter-spacing: 0.08em;
  }
  .header-nav-phone-mark img {
	height: 0.8em; /* 高さを文字と揃える（調整可能） */
	width: 0.8em;
  }
.header-nav-phone-mark a{text-decoration: none; color:#fff ;}
.header-nav-phone-mark a:link {text-decoration: none; color:#fff;}
.header-nav-phone-mark a:visited{text-decoration: none; color:#fff;}
.header-nav-phone-mark a:active{text-decoration: none;}

.header-nav-fax {
	display: flex;
	align-items: center; /* 高さを揃える */
	font-size: 20px;
	letter-spacing: 0.03em;
  }


.header-nav-phone-hour{
	font-size: 11px;
	width: 180px;
	border: solid 1px #fff;
	text-align: center;
	padding: 2px;
	margin-top: 6px;
}
/*========= sp 三本線 ===============*/
.openbtn{
  display: none;
}
#g-nav{
	display: none;
}

/*--------------------------------------------------------
  メインビジュアル
--------------------------------------------------------*/
/*pcブロック*/
.main-pc{
	display: block;
}

/*親*/
.swiper-slide {
  position: relative;
  width: 100%;
  background-color: #fff;
}

/*1*/
.slide1{
	position: absolute;
	top:18%;
	left:6%;
	width: 70%;
	height: 76vh;
	border-radius: 60px;
	overflow: hidden;
}
.slide1 img {
	object-fit: cover;
	width: 100%;
	height: 77vh;
  }
.slide1-text{
	position: absolute;
	top:38%;
	right:3%;
	z-index: 100;
}
.slide1-headline{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 105px;
	letter-spacing: -0.01em;
	color: #555;
}
.slide1-headline-small{
	font-size: 69px;
}
.slide1-headline-jp{
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #ec6d56;
	opacity: 0.7;
	padding: 16px 130px 18px 42px;
	border-radius: 24px;
	margin-right: -110px;
	margin-top:20px;
}
.slide1-headline-body{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: right;
	line-height: 2em;
	margin-top: 20px;
}
.slide-circle-pink{
	position: absolute;
	top:76%;
	left:-5%;
	width: 18%;
	overflow: hidden;
	z-index: 50;
}
.slide-circle-yellow{
	position: absolute;
	top:-35%;
	right:-10%;
	width: 46%;
	overflow: hidden;
	z-index: 50;
}

/*2*/
.slide2{
	position: absolute;
	top:20%;
	right:4%;
	width: 62%;
	height: 76vh;
	border-radius: 60px;
	overflow: hidden;
}
.slide2 img {
	object-fit: cover;
	width: 100%;
	height: 77vh;
  }
  .slide-circle-pink2{
	position: absolute;
	top:76%;
	right:-5%;
	width: 18%;
	z-index: 50;
}
.slide-circle-yellow2{
	position: absolute;
	top:-32%;
	left:-8%;
	width: 50%;
	overflow: hidden;
	z-index: 50;
}
.slide2-text{
	position: absolute;
	top:50%;
	left:-4%;
	z-index: 100;
}
.slide1-headline-jp2{
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-size: 50px;
	letter-spacing: 0em;
	color: #ec6d56;
	background-color: #fff;
	opacity: 0.8;
	padding: 20px 16px 30px 140px;
	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: 19px;
	letter-spacing: 0.1em;
	color: #ec6d56;
	padding-left: 10px;
	margin-top: 10px;
}
.slide1-headline-body2{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 2em;
	margin-left: 140px;
	margin-top: 40px;
}

/*ロゴ*/
.top-logo{
		position: absolute;
		z-index: 20;
		top: 30px;
		left: 30px;
		width: 160px;
}
.top-logo img{
	opacity: 1;
	transition: 1.0s ;
}
.top-logo img:hover{
	opacity: 0.5;
}

/*--------------------------------------------------------
	  サービス紹介
--------------------------------------------------------*/
.top-service-area{
	margin-top: 60px;
}
.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: 180px;
	height: 180px;
	background-color: #f0cbb9;
	border-radius: 50%;
	position: relative;
	overflow: visible;
}
.top-service-headline{
	width: 65%;
	margin-left: 40px;
	margin-top: 60px;
}
.top-service-headline p{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
}
.top-service-headline-main{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	margin-top: 5px;
}
.top-service-title-eg{
	position: absolute;
	top: 60px;
	left: 60px;
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #555;
	letter-spacing: 0.05em;
}
.top-service-title-jp{
	position: absolute;
	top: 96px;
	left: 62px;
	font-size: 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
}

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

.top-service-private-pic{
	width: 96%;
	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: 20px;
	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: 20px;
	border-radius: 20px;
}
.top-service-private-item{
	font-size: 20px;
	width: 70%;
	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: 16px;
	margin: 12px auto;
	line-height: 1.8em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	text-align: justify;
}
.top-service-private-btn{
	width: 360px;
	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: 18px;
	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: 66.66%; /* ←1.5枚くらいが見えるようにする */
	flex-shrink: 0;
	display: block;
  }
  @keyframes scroll {
	0% {
	  transform: translateX(0%);
	}
	100% {
	  transform: translateX(-50%);
	}
  }

/*--------------------------------------------------------
  お客さまの声
--------------------------------------------------------*/
#top-voices{
	margin-top: 140px;
}
/*タイトル*/
.top-voices-container{
	width: 90%;	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	margin: -500px auto 60px;
}
.top-voices-title{
	margin-top: 40px;
	width: 180px;
	height: 180px;
	background-color: #f0cbb9;
	border-radius: 50%;
	position: relative;
	overflow: visible;
}
.top-voices-title-eg{
	position: absolute;
	top: 60px;
	right: 60px;
	font-size: 32px;
	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: 96px;
	right: 64px;
	font-size: 20px;
	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: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top-voices-headline{
	margin-top: 120px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	text-align: center;
}
.top-voices-body{
	margin-top: 20px;
	font-size: 16px;
	line-height: 2em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
}

/*--------------------------------------------------------
  背景固定
--------------------------------------------------------*/
/*-- 親 --*/
.fix-block{
	position: relative;
	height: 420px;
 }
 /*-- 画像 --*/
 .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: 400px;
}
/*タイトル*/
.top-information-title-block{
	width: 86%;	
	margin: 0 auto;
}
.top-information-title{
	margin-top: 40px;
	width: 180px;
	height: 180px;
	background-color: #f6e4c3;
	border-radius: 50%;
	position: relative;
	overflow: visible;
}
.top-information-title-eg{
	position: absolute;
	top: 60px;
	left: 60px;
	font-size: 28px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #555;
	letter-spacing: 0.05em;
}
.top-information-title-jp{
	position: absolute;
	top: 90px;
	left: 62px;
	font-size: 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
}
.top-information-container{
	width: 86%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto;
}
.top-information-item{
	width: 30%;
	margin-bottom: 20px;
}
.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.6em;
}
.top-information-bottom{
	margin: 20px auto 80px;
}
.top-information-btn{
	width: 380px;
	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: 18px;
	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: 80%;
	width: 180px;
	height: 180px;
	background-color: #f6e4c3;
	border-radius: 50%;
	position: relative;
	overflow: visible;
	margin-top: -10px;
}
.top-company-title-eg{
	position: absolute;
	top: 60px;
	right: 60px;
	font-size: 30px;
	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: 95px;
	right: 62px;
	font-size: 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
	text-align: right;
}
.top-company-container{
	width: 96%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 40px;
}
.top-company-item{
	width: 30%;
	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: 20px;
	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: 380px;
	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: 18px;
	opacity: 1;
	transition: 1.0s ;
}
.top-company-btn:hover {
	opacity: 0.7;
}

/*--------------------------------------------------------
お問い合わせ
--------------------------------------------------------*/
#top-contact{
	margin-top: 60px;
}
.top-contact-title-container{
	width: 86%;
	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: 180px;
	height: 180px;
	background-color: #f6e4c3;
	border-radius: 50%;
	position: relative;
	overflow: visible;
}
.top-contact-title-eg{
	position: absolute;
	top: 60px;
	left: 60px;
	font-size: 28px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #555;
	letter-spacing: 0.05em;
}
.top-contact-title-jp{
	position: absolute;
	top: 95px;
	left: 62px;
	font-size: 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
}
.top-contact-container{
	width: 92%;
	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: 45%;
	margin: 0 auto 40px;
	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: 20px;
	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: 38px;
	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; /* 高さを揃える */
	gap: 0.5em; /* マークと番号の間に余白 */
	font-size: 38px;
	letter-spacing: 0.03em;
  }

.top-contact-phone-hour{
	font-size: 16px;
	width: 86%;
	border: solid 1px #fff;
	text-align: center;
	padding: 4px;
	margin: 15px auto 6px;
}
.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: 16px;
	width: 86%;
	border: solid 1px #fff;
	text-align: center;
	padding: 4px;
	margin: 16px auto 6px;
	color:#fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.top-contact-mail-mark{
	width: 80px;
	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: 16px;
	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:60%;
}
.footer-logo{
	width: 20%;
	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: 24px;
	margin-bottom: 16px;
	margin-top: 16px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
}
.footer-company-info p{
	font-size: 16px;
	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;
}



}
