@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	color: #333;
	line-height: 2;
	letter-spacing: 0.5;
}

*, *:before, *:after {
	box-sizing: border-box;
}

ul{
	list-style: none;
}

/*========= 基本スタイル========= */

body,
html {
	margin: 0 auto;
	letter-spacing: 2px;
	font-size: 16px;

}

h2{
	font-size:max(1.7vw,27px);
}

h3{
	font-size:max(1.1vw,15px)
}


a {
	text-decoration: none;
}



/*========= トップ =========*/




/*========= ナビ ===============*/

header{
	position: fixed;/*header固定*/
	height: 150px;/*Headerの高さ設定*/
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#333;
	z-index: 10000;
}

/* 以下はレイアウトのための CSS*/

nav{
	margin: 0 50px 0 auto;
}

nav ul{
    list-style: none;
    display: flex;
	justify-content: flex-end;
}

nav ul li a{
    display: block;
    text-decoration: none;
    color: #666;
    padding:10px;
    transition:all 0.3s;
}

nav ul li a:hover{
    color:#c5c5c5;
}

#g-nav ul li:nth-child(1) {
	margin-right: 20px; /* お好みでpx調整 */
}

@media screen and (max-width:768px) {
    nav ul li a:hover{
    color: #666;
    }

    nav ul li.current a {
    color:#c5c5c5;
    }


	nav{
		font-size: 13px;
		margin: 0 30px 0 auto;
	}
	

}



/* HER CAN Lab.ボタン */
.button018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 225px;
    padding: 10px 0px 10px 55px;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button018 a:before, .button018 a:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
}
.button018 a:before {
	width: 0.5rem;
	height: 0.5rem;
	left: 1.1rem;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	z-index: 2;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s;
}
.button018 a:after {
	left: 0;
	background: #989898;
	z-index: 1;
	width: 3rem;
	height: 3rem;
	border-radius: 4rem;
	transform: translateY(-50%);
	transition: all 0.5s;
}
.button018 a span {
	position: relative;
	transition: all 0.3s;
	z-index: 3;
}

.button018 a:hover span {
	color: #fff;
}
.button018 a:hover:before {	
	left: 2rem;
}
.button018 a:hover:after {
	right: 0;
	width: 110%;
}


@media screen and (max-width: 768px) {
	.button018 a {
	  padding-left: 40px; /* ← 例：55px → 40px に縮める */
	}

	.button018 a:after {
		width: 2.5rem;       /* ← 丸の幅を小さく */
		height: 2.5rem;      /* ← 丸の高さも小さく */
		border-radius: 2.5rem; /* ← 丸みも小さく */
	}

	.button018 a:before {
	  left: 0.9rem; /* 必要に応じて、矢印の位置も調整 */
	}

	.button018 a:hover:before {
	  left: 1.6rem; /* ホバー時の動き幅も調整すると自然に */
	}
}



/*============= メイン ===============*/


/*============= flow ===============*/

.flow_design09 {
	display: flex;
	justify-content: center;
	width: 100vw;     
}

.flow{
	padding: 150px 0px 0px 70px;
}



.flow_text{
	margin: 50px auto;
	text-align: center;
}


.flow09 {
	width: 50vw;           
	padding-left: 0;
	border-bottom: solid 1px #E1E8ED;
}

.flow09 > li {
	list-style-type: none;
	display: flex;
	padding: 20px 0;
	border-top: solid 1px #E1E8ED;
	padding-bottom: 30px;
}

.flow09 > li dl dt {
	line-height: 2;
	font-weight: 400;
	margin-bottom: 10px;
}

.flow09 > li .icon09 {
	line-height: 1;
	font-size: 2em;
	font-weight: bold;
	color: #E26B5D;
	text-align: center;
	width: 70px;
	position: relative;
	margin-top: 0;
}

.flow09 > li .icon09::before {
	content: 'STEP';
	font-size: 0.3em;
	display: block;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.flow09 > li .icon09::after {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 40px);
	background-color: #858585;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	margin: auto;
}

.flow09 > li dl dd {
	margin: 0;
}

.flow09 > li dl {
	width: calc(100% - 70px);
	margin-top: 0.8em;
}





/*========= contact =========*/

.OtherSection-a {
	background-color:#fff;
	padding: 30px 30px 30px 70px;
	margin: 200px 0;
}


.OtherSection-a p{
	margin: 10px auto;
}

#about-a p:nth-child(2){
	padding: 10px 0 0px 0;
}

#about-a p:nth-child(3){
	padding: 40px 0 0px 0;
}

#about-a p:nth-child(4){
	padding: 40px 0 0px 0;
}

#about-a p:nth-child(5){
	padding: 10px 0 0px 0;
}

#about-a {
	text-align: center;
}

#about-a a {
    display: inline-block;
    opacity: 0.7;

}

#about-a a:hover {
	color: #666;
}



#sns-a {
	margin: 100px 0 0 0 ;
}








/*========= LoadingのためのCSS ===============*/


/*============= メディアクエリ ===============*/
@media (max-width: 940px) {



}


/*============= メディアクエリ ===============*/
@media (max-width: 768px) {

	body,
	html {
		font-size: 13px;
	}

	h2{
		padding: 0 0px 50px 30px;
	}



/*========= top  =========*/

	.flow_text {
		width: 90%;
	}
	
	.flow09 {
		width: 80vw;
	}

	.flow {
		padding: 150px 0px 0px 30px;
	}

/*========= contact =========*/

	.OtherSection-a {
		background-color:#fff;
		padding: 30px 0px ;
		margin: 50px 0;
	}


	.OtherSection-a p{
		margin: 10px auto;
	}

	#about-a {
		width: 80%;
		margin: 0 auto;
	}


}







/*======== footer ======== */

.footer__social a {
    display: inline-block;
    width: 30px;
    opacity: 0.7;
	color: #666;
	margin: 5px 0 0 0;
}

.footer__social a:not(:last-child) {
    margin-right: 16px;
}

.footer {
	padding: 2rem;
	font-size: 12px;
	color: #989898;
	background: #fff;
	border-top: 1px solid #cdcdcd;
	margin: 50px 0 0 0;
}

.pp {
	color: #989898;
	text-decoration: none;
	margin: 0 0 10px 0;

}

.footer p:nth-child(2){
	margin: 20px 0  0 0px;
	color: #666;
}

.footer a:hover {
	color: #000;
}

@media (min-width: 768px) {
	.footer {
		display: flex;
		justify-content: space-between;
	}

	.md-flex {
		display: flex;
	}

	.md-flex li + li {
		margin-left: 16px;
	}

	.footer p:nth-child(2){
		text-align: right;
		margin: 0 0 0 auto;
		padding: 10px 0 0 0;

	}
	
	.footer {
		margin: 50px 0 0 0;
	}

	.footer__social a {
		margin: 5px 10px 0 10px;
	}
	


}