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

body {
  background: #fff;
font-size: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*TOPナビゲーション-----------------------------------*/
header.navbar {
  position: fixed;
  align-items: center; 
  z-index: 99;
  top: 0;
  width: 100%;
  height: 86px;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index:1000;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  /*border-bottom: 1px solid rgba(200, 200, 200, 0.3);*/
}

.logo {
  height: 36px;
	width: 127px;
}
.logo img {
  height: 36px;
	display: block;
}

.nav-links ul {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
	letter-spacing: 2px;
	color:#fa8a95;
}
/*ボタン------------------------*/
a.nav-contact {
	color: #fff;
	padding: 5px 20px;
	border-radius: 40px;
	background: linear-gradient(to right, #fa8a95, #ffd780);
	background-position: 0% 50%;
	background-size: 200% auto;
	transition: all 0.3s ease-out;
}
a.nav-contact:hover {
  color: #fff;
  background-position: 100% 51%;
}
#g-nav li a.nav-contact-wt {
	color: #fa8a95;
	padding: 5px 20px;
	border-radius: 60px;
	background-color: #fff;
	transition: all 0.3s ease-out;
}
a.nav-contact-wt:hover {
  color: #fa8a95;
  background-color: #fa8a95;
}
.top-view {
	width: 100%;
	height:100vh;
	position: relative;
	z-index: 0;
}
.nav_btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fa8a95;
  border-bottom:　2px;
}

.nav_btn:hover{
  color: #fa8a95;
}

a.a-gnav {
  position: relative;
}

a.a-gnav::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fa8a95;
  bottom: -10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

a.a-gnav:hover::after {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
@media screen and (max-width:768px) {
	.nav_btn {
	  color: #fff;
	}
	.nav_btn:hover{
	  color: #fff;
	}
	a.a-gnav::after {
	  position: absolute;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 1px;
	  background: #fff;
	  bottom: 0px;
	  visibility: hidden;
	  opacity: 0;
	  transition: 0.5s;
	}
}
/*パーティクルーーーーーーーーーーーーーーーーーーーーーーーー*/
#particle-circle-container {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
　background-color: antiquewhite;
}

canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
/*top　ーーーーーーーーーーーーーーーーーーーーーーーー*/
.top-contents {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  margin-top: -100vh;
  margin-bottom: 15vh;
}
.top_text-box {
  height: 75vh;
  width:50%;
  display: flex;
  justify-content: center;
  align-items: center; 
  margin: 0 auto;
  z-index: 2; /* canvasより手前 */
  font-size: 3rem;/*フォント*/
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.top_text{
	display: block;
}
.top_text_p {
  font-size: 1rem;
  letter-spacing: 3px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bold {
  font-weight: 500;
}
@media screen and (max-width:768px) {
	.top_text-box {
	  height: 90vh;
	}
}
/*topコンテンツ　ーーーーーーーーーーーーーーーーーーーーーーーー*/
.top-conbox {
	width:100%;
	padding-bottom: 10vh;
	position:relative;
	z-index:1;
	background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.top-con01-text {
	width:80%;
	margin:0 auto;
    padding: 40px 0 ;
	text-align: center;
}
.h2_top-con01 {
	width: 100%;
	margin:0 auto;
	font-size: 1.5rem;
	letter-spacing: 5px;
	margin-bottom: 3rem;
	white-space: normal;
	  word-break: keep-all;   /* 日本語・英語混在時の不自然な改行を防ぐ */
  white-space: normal;    /* 通常の改行は許可 */
}
.h2_top-con01 span {
	color: rgba(238, 140, 150, 1)
}
.p_top-con01 {
	width: 45%;
	margin:0 auto;
	font-size: 0.95rem;
	line-height:2.5rem;
	letter-spacing: 5px;
}

.top-con02 {
	width:55%;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
}
.top-con02-left {
	width: 40%;
}
.top-con02-right{
	width: 60%;
	background-color: #FFFAFB;
}
.h2_top-con02 {
  font-size: 1.5rem;/*フォント*/
  line-height: 2rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 15px; 
}
.h3_top-con02 {
	font-size: 1.8rem;/*フォント*/
	letter-spacing: 5px;
	margin-bottom: 20px; 
}
.p_top-con02 {
	font-size: 0.95rem;/*フォント*/
	margin-bottom: 25px; 
}
.sample_btn {
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	display: inline-block;
	width: 250px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	color: #FFFFFF;
	border-radius: 125px;
	background: linear-gradient(to right, #fa8a95, #ffd780);
	background-position: 0% 50%;
	background-size: 200% auto;
	transition: all 0.3s ease-out;
}
.sample_btn:hover {
  color: #fff;
  background-position: 100% 51%;
}

.top-con02-img01 {
	width: 100%;
	height: 23vw;
	margin: 0 auto;
}
@media screen and (max-width:768px) {
	.top-conbox {
		padding-bottom: 100px;
	}
    .top-con01-text {
		width:90%;
		margin:0 auto;
		padding: 70px 0 ;
	}
	.p_top-con01 {
		width: 90%;
		margin:0 auto;
		font-size: 0.95rem;
		line-height:2rem;
		letter-spacing: 3px;
	}
	.h2_top-con01 {
		width: 100%;
		margin:0 auto;
		font-size: 1.5rem;
		letter-spacing: 3px;
		margin-bottom: 2.4rem;
	}
	.top-con02 {
		width:90%;
		margin: 0 auto;
		display: block;
	}
	.top-con02-left {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
	.top-con02-right{
		width: 100%;
		background-color: #FFFAFB;
	}
	.top-con02-img01 {
	    width: 100%;
	    height:67.5vw;
	}
}

/*アニメテキスト1 ---------------------------------*/
    .animate-text {
		opacity: 0;
		transform: translateY(50px);
		transition:
		transform 1.0s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
		opacity 1.0s 0.3s;
    }

    .animate-text.show {
      opacity: 1;
      transform: translateY(0);
    }

/*アニメテキスト2 ---------------------------------*/
.animate-card {
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.animate-card.show {
  opacity: 1;
  transform: scale(1);
}

/*会社概要 ---------------------------------*/
.company-con {
	position: relative;
	z-index: 1;
	padding-top: 5vh;
	margin-top: -100vh;/*帳尻合わせ*/
	width: 100%;
	min-height: 80vh;
	background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.company-top {
	width: 90%;
	margin: 0 auto;
	margin-top:150px;
}
.h2-company {
	font-size: 4rem;/*フォント*/
    line-height: 2rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	margin:50px 0; 
}
.h3-company {
	font-size: 1.5rem;/*フォント*/
	letter-spacing: 5px;
	margin-bottom: 20px; 
}
.h4-company {
	font-size: 1.2rem;/*フォント*/
	letter-spacing: 5px;
	margin: 0 auto 10px auto;
	text-align:center;
	border: 1px solid #000;     /* 黒線の枠 */
	border-radius: 40px;
	padding: 0.5em 1em;         /* 内側の余白 */
    max-width: 800px;

}
.p-company{
	font-size: 1rem;/*フォント*/
	margin-bottom: 60px; 
}

.p-company span{
	font-size: 1.5rem;/*フォント*/
	margin-bottom: 60px;
	font-weight:bold;
}

.text-block1 {
	margin-bottom:7em;
}

.text-block2 {
	margin-bottom:0em;
}

.company-info {
  width: 80%;
  border-collapse: collapse;
  margin: 0 auto 100px auto;
  font-size: 0.9rem;
}

.company-info th,
.company-info td {
  border-bottom: 1px solid #ccc;
  padding: 1.8rem;
  text-align: left;
}

.company-info th {
  width: 30%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
	.company-info {
	  width: 92%;
	  border-collapse: collapse;
	  margin: 0 auto 100px auto;
	  font-size: 0.9rem;
	}

	.company-info th,
	.company-info td {
	  border-bottom: 1px solid #ccc;
	  padding: 1.8rem;
	  text-align: left;
	}

	.company-info th {
	  width: 30%;
	  font-weight: bold;
	}
}
/*事業内容ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.business-cont {
	width: 90%;
	margin: 0 auto 5rem auto ;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.business-item{
	width: 30%;
	margin-bottom: 2rem;
	border-radius:16px;
	box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.icon_business-item {
	width: 50%;
	margin: 1.5rem auto 0 auto;;
}
.h4_business-item {
	width: 80%;
	margin: 0 auto 0.7rem auto;
	font-size: 1.4rem;
	line-height: 1.8rem;
	letter-spacing: 2px;
	text-align: center;
  word-break: keep-all;   /* 日本語・英語混在時の不自然な改行を防ぐ */
  white-space: normal;    /* 通常の改行は許可 */
}
.p_business-item {
	width: 80%;
	margin: 0 auto 2rem auto;
	font-size: 1rem;
    letter-spacing: 2px;
	line-height: 1.3rem;
}
.business-comment {
	width: 90%;
	margin: 3rem auto;
	font-size: 1rem;
	text-align: center;
	word-break: keep-all;   /* 日本語・英語混在時の不自然な改行を防ぐ */
    white-space: normal;    /* 通常の改行は許可 */
}
.to-contact_btn {
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 800;
    font-style: normal;
	font-size: 1.2rem;
	letter-spacing: 3px;
}
@media screen and (max-width:768px) {
	.business-cont {
		width: 90%;
	}
	.business-item{
		width: 48%;
	}
	.business-comment {
	width: 100%;
	}
}
@media screen and (max-width:530px) {
	.business-item{
		width: 100%;
	}
}
/*thanks ---------------------------------*/
.thanks {
	display: flex;
	width: 100%;
	height: 100vh;
	min-height: 400px;
	align-items: center;
	justify-content: center;
	margin-top:-100vh; 
}
  .thanks-container {
	  position: relative;
	  z-index: 0;
	width: 80%;
    background: white;
    padding: 30px 40px;
	margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 368px;
    text-align: center;
  }
  .thanks-container h1 {
    font-weight: 700;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    color: #2c3e50;
  }
  .thanks-container p {
    font-size: 1.0rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .btn-home {
    display: inline-block;
    background-color: #444;
    color: white;
    padding: 12px 28px;
    font-size: 1rem;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .btn-home:hover {
    background-color: #444;
  }

@media screen and (max-width: 480px) {
	  .thanks-container {
		padding: 20px;
		border-radius: 8px;
	  }

	  .thanks-container h1 {
		font-size: 1.5rem;
	  }
}

/*ページトップボタン　ーーーーーーーーーーーーーーーーーーー*/
#pageTopBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;

  /* 中心から外側に向かって白が薄くなる */
  background: radial-gradient(circle, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0.0) 100%);

  /* 外側のぼわーん縁 */
  box-shadow: 
    0 0 20px 10px rgba(255,255,255,0.4),
    0 0 40px 20px rgba(255,255,255,0.2);

  cursor: pointer;
  display: none; /* jQueryで制御 */
  z-index: 1000;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* 中央ロゴ */
#pageTopBtn .logo {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 円周文字 */
#pageTopBtn text {
  font-family: 'Verdana', 'Arial', sans-serif;
  font-size: 27px;
  fill: #FF6F61;
  opacity: 0;
  transition: opacity 0.6s ease;
}

#pageTopBtn textPath {
  letter-spacing: 15px;
}

/* 回転アニメーション */
@keyframes rotateCircle {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

#pageTopBtn svg {
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  animation: rotateCircle 13s linear infinite;
}

/* ホバーで文字出現 */
#pageTopBtn:hover text {
  opacity: 1;
}
/*フッター　ーーーーーーーーーーーーーーーーーーー*/
footer {
	position: relative;
	width:100%;
	padding-bottom: 100px;
	z-index: 1;
	background: rgba(238, 140, 150, 0.8);
}
.footer-box {
	width:90%;
	margin: 0 auto;
	padding-top: 50px;
}

.foot-info {
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
}
.copyright {
	position: absolute;
	display: block;
	width: 90%;
	 text-align: center;
	bottom:0;
	border-top:solid 1px #fff;
	padding: 20px 0;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 2px;
	color: #fff;
}

a[href^="tel"] {
  color: #fff !important;
  text-decoration: none;
  font-weight: inherit;
  font-family: inherit;
}

/* スマホ用メディアクエリ（幅768px以下） */
@media screen and (max-width: 768px) {
  #pageTopBtn {
  width: 90px;
  height: 90px;
    background: radial-gradient(circle, rgba(255,255,255,1.0) 40%, rgba(255,255,255,0.2) 100%);
    box-shadow: 
      0 0 10px 5px rgba(255,255,255,0.4),
      0 0 20px 10px rgba(255,255,255,0.2);
  }
}