/* Global Styling */
body {
  font-family: 'Noto Sans', sans-serif;
  margin: 0;
  padding: 0;
}


#hero-section {
    background: url('img/hero-img.webp') center center / cover no-repeat;
}




/* セクションのスタイル */



h2, h3{
	font-family: "Shippori Mincho B1";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 800;
	line-height: 160%; /* 44.8px */
	letter-spacing: 0.1rem;
}


hgroup{
	display: flex;
	flex-direction: column;
	gap:31px;
	margin-bottom: 50px;
}



/* sec01: consultation-section
------------------------------------*/
.consultation-section .intro-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

#sec01 .row-2{
	align-items: center;
	gap:83px;
}
#sec01 .row-2 .left{
	width: 50%;
}
#sec01 .row-2 .right{
	width: 42.17%;
}


/* sec02: flow-section
------------------------------*/
.flow-section .container {
  padding: 50px  0 50px 14%;
}

.flow-section {
  padding: 60px;
}

.flow-section h2{
	font-size:1.25rem;
	font-family: Qanoar;
	letter-spacing: 0.25rem;

}

.flow-items {
  display: flex;
  gap: 20px;
	overflow: auto;
	padding-bottom: 20px;
}

.flow-item {
	border: 1px solid var(--Text-2, #9A9799);
	background: #F2F3F5;

	display: flex;
	width: 280px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 15px;
	flex-shrink: 0;
	border-radius: 12px 12px 0px 0px;
}

.flow-number {
	color: var(--Text-, #FFF);
	font-family: Poppins;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
	
	display: flex;
	width: 48px;
	height: 48px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	
	border-radius: 80px;
	background: var(--Theme-, #9A9799);
}

.flow-item h3 {
	/* Title/H4 */
	font-family: "Shippori Mincho B1";
	font-size: 1rem;
	font-style: normal;
	font-weight: 800;
	line-height: 160%; /* 32px */
	letter-spacing: 0.00625rem;
}
.flow-item h3 span{
	font-weight: 400;
}

.flow-item_btm{
	padding: 0 20px 20px;
	gap:12px;
	height: 300px;
}

.flow-item p {
	color: var(--Text-1, #544B4B);

	/* Text/Normal */
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 28.8px */
	letter-spacing: 0.1rem;
	margin-bottom: 0;
}

.flow-item p img{
	border-radius: 12px 12px 0px 0px;
}

/*scroll
----------------------*/
.flow-items::-webkit-scrollbar{
	background: #EDEBE9;
  	width: 5px;
  	height: 5px;
}
.flow-items::-webkit-scrollbar-thumb{
	 background: #544B4B;
	border-radius: 5px;
}










/*svg
----------------*/
.flow-item {
  position: relative;
}

.flow-item::after {
  content: url(img/svg_first.svg); /* Unicodeの右向き矢印 */
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  font-size: 20px; /* 矢印の大きさを調整 */
  color: #333; /* 矢印の色を変更 */
	
}

.flow-item:last-child::after {
  content: ''; /* 最後の要素には矢印を表示しない */
}

.sub-text{
	margin-top: 10px;
}

.row-2 .left{
	gap:31px;
}



/* sec03: info-section
--------------------------*/
#sec03 .row-2{
	border-top: 1px solid var(--Border-, #C8C8C8);
}
.info-section ul {
  list-style: none;
  padding-left: 0;
}

.info-section ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.info-section ul li:before {
  content: '•';
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
}

/* sec04: payment-section */
.payment-section ul {
  list-style: none;
  padding-left: 0;
}

.payment-section ul li {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.payment-section ul li:before {
  content: '•';
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
}

/* sec05: links-section */
.links-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.link-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.link-item h3 {
  font-size: 18px;
}

.link-item a {
  font-size: 16px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.link-item a:hover {
  text-decoration: underline;
}

.info-section .row-2{
	justify-content: space-between;
	gap:0;
	padding: 50px 7.55%;
	align-items: center;
	align-self: stretch;
	border-bottom: 1px solid var(--Border-, #C8C8C8);
}
.info-section .row-2:first-child{
	border-top: 1px solid var(--Border-, #C8C8C8);
}

.info-section h2{
	font-family: Qanoar;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 40px */
	letter-spacing: 0.25rem;
}

.info-section left p{
	font-family: Qanoar;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 40px */
	letter-spacing: 0.0875rem;
}


/* sec01
-----------------------*/
.intro-image {
  margin: 0;
}

#sec01{
	margin-bottom: 72px;
}


/* item list
--------------------*/
.download-text a{
	text-decoration: underline;
}



@media (max-width: 768px) {
	/* common
	-------------------*/
	section .container{
		padding: 0;
	}
	#sec01 .container{
		padding: 0 6.41%;
	}
	#sec02 .container{
		padding: 60px 6.41%;
	}
	hgroup{
		gap:8px;
	}
	.flow-item{
		background: #fff;
	}
	
	.info-section h2 {
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 200%; /* 40px */
		letter-spacing: 4px;
	}
	.info-section .row-2{
		padding: 50px 6.41%;
	}
	
	
	
	#sec01 .row-2 {
	  flex-direction: column-reverse;
		gap:20px;
	}
	
	#sec01 .row-2 .right,
	#sec01 .row-2 .left{
  		width: 100%;
	}
	
	
	.info-section .row-2{
		flex-direction: column;
		align-items: flex-start;
		gap:20px;
	}
	
	.row-2 .left{
		width: 100%;
		gap:8px;
	}
	
	.flow-section .container{
		padding: 0 11.3%;
	}
	
	/* flow
	--------------------*/
	.flow-section{
		padding: 0;
	}
	
	
}/*@media (max-width: 768px)*/