@charset "UTF-8";
/*===== 共通 =====*/
body {
	/*下記のCSSはご自身のデザインに合わせて書き換えてください。*/
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	background-color:#fff;
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Osaka", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	vertical-align:middle; 

}

 img{
max-width: 100%;	
 }



.section-inner-large{
	width: 100%;
	max-width: 1440px ;
	margin: 0 auto;
	padding: 120px 0 120px;
}

.section-inner-medium{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 120px 0 120px;
}

.section-inner-small{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 120px 0 120px;
}

.pc-onry{
	display: block;
}

.sp-onry{
	display: block;
}


a {
	text-decoration: none;
}



/** -------- スマホ -------- **/
@media screen and (max-width:768px){
	.section-inner-large,.section-inner-medium,.section-inner-small{
	max-width: 550px;
	padding: 80px 0 80px;
	}
}

.pc-onry{
	display: block;
}

.sp-onry{
	display: block;
}
#about, #business, #member, #flow, #job, #companyt, #recruit{
	padding: 40px 0 30px 0;
  }


/** -----------------------------------
    テキスト
-------------------------------------**/
h2.large{
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2em;
	position: relative;
	margin-bottom: 48px;
	padding-bottom: 24px;
	display: 0;
	background: linear-gradient(135deg, #e05e43 0%, #edd185 100%);
	background: -webkit-linear-gradient(-45deg, #f8d2be 0%,#e05e43 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*h2タイトル下線*/
h2.large::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}


p.medium{
	font-size: 16px;
	font-weight: 400;
	line-height: 2.0;
	text-align: center;
	letter-spacing: 0.05em;
}
h3.small-business{
	font-size: 20px;
	font-weight: 600;
	color: #e05e43;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}

h3.small-environment{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
}

p.small{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}

/** -------- スマホ -------- **/
@media screen and (max-width:640px){}
	h2.large{
	font-size: 22px;
	margin-bottom: 32px;
	padding-bottom: 16px;
	line-height: 2em;
	}

	/*h2タイトル下線*/
	h2.large::after{
	border-bottom: 2px solid #e05e43;
	width: 46px;
	}

	p.medium{
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	}

	h3.small-business{
	font-size: 16px;
	}

	h3.small-environment{
	font-size: 16px;
	}

	p.small{
	font-size: 15px;
	}
	


body{
	background-color: #ffff;
	}

	h1 {
	display: block;
	font-size: 2em;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
	}
	
	h1.header-logo{
	display: flex;
	align-items: center;
	}
	.gnav-pc-wrap{
	display: flex;
	align-items: center;
	}

	ul.gnav-pc li {
	display: inline;
	margin-right: 28px;
	}

	ul.gnav-pc li a {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	}
	
/** -----------------------------------
    レイアウト
-------------------------------------**/
.col-2 {
	display: flex;
	justify-content: space-between;
  }
  .col-2 .item {
	width: calc((100% - 24px)/2);
  
  }


.col-3 {
	display: flex;
	justify-content: space-between;
	margin: 64px 0 96px;
  }
  .col-3 .item {
	width: calc((100% - 48px)/3);
  }
  
  
  /** -------- スマホ -------- **/
  @media screen and (max-width: 768px) {
	.col-2 {
	  display: block;
	}
	.col-2 .item {
	  width: 100%;
	}
	.col-3 {
	  display: block;
	}
	.col-3 .item {
	  width: 100%;
	}
  }
  

/** -----------------------------------
    ヘッダー
-------------------------------------**/
#header{
	background-color: rgba(255, 255, 255, .6);;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	padding: 0 80px;
	position: fixed;
	top: 0;
	z-index: 2;
}

.header-logo {
	display: flex;
	align-items: center;
	width: 170px;
  }
  
  .header-logo a {
	display: flex;
  }

.textlink_type1 {
	transition: color .3s ease;
	color: #e46b4d;
	}


h1.header-logo{
	display: flex;
	align-items: center;
}

.gnav-pc-wrap{
	display: flex;
	align-items: center;
}

ul {
	color: #333;
	overflow:hidden;
	list-style:none;
	margin: 0 auto;
	z-index: 20;
	}
	
	ul li {
	display: inline-block;
	padding: 0% 10px 20px 10px;
	}

ul.gnav-pc li {
	display: inline;
	margin-right: 28px;
}

ul.gnav-pc li a {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

ul.gnav-pc li a:hover {
	color: #e46b4d;
	transition: 0.3s;
	
}

#menu-button{
	display: none;
}

.button-sp-menu{
	display: none;
}

.gnav-sp-wrap{
	display: none;
}

/** -------- 1220px以下 -------- **/
@media screen and (max-width:1220px){
#header{
	height: 100px;
	display: flex;
	justify-content: space-between;
	padding: 0 32px;
	position: fixed;
	top: 0;
	z-index: 2;
}

h1.header-logo{
	display: flex;
	align-items: center;
	margin-right: 60%;
}

.gnav-pc-wrap{
	display: none;
}


/** -------- ボタン -------- **/

#menu-button{
	display: block;
	width: 30px;
	height: 60px;
	padding: 20px 0;
	margin: 22px 0;
}

.menu-button-inner{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.menu-button-inner span{
	display: block;
	height: 2px;
	width: 100%;
	background-color: #333;
	position: absolute;
}

.menu-button-inner span:nth-child(1) {
	top: 0;
}

.menu-button-inner span:nth-child(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}

.menu-button-inner span:nth-child(3) {
	bottom: 0;
}

.humburger-selected span:nth-of-type(1) {
	top: 4px;
	right: 0;
	transform: translateY(6px) rotate(-45deg);
	width: 100%;
	}

.humburger-selected span:nth-of-type(2) {
	opacity: 0;	/*真ん中の線は透過*/
	}

.humburger-selected span:nth-of-type(3)	{
	top: 16px;
	left: 0;
	transform: translateY(-6px) rotate(45deg);
	width: 100%;
	}

.gnav-sp-wrap{
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	z-index: 100;
	padding-top: 40px;
	}



ul.gnav-sp li{
	padding-top: 40px;
	text-align: center;
}

ul.gnav-sp li a{
	color: #333;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

}

/** -------- スマホ -------- **/
@media screen and (max-width:640px){
#header{
	height: 64px;
	display: flex;
	justify-content: space-between;
	padding: 0 16px;
	position: fixed;
	top: 0;
	z-index: 2;
}

h1.header-logo{
	display: block;
	width: 36%;
	margin-right: 14%;
}

.button-sp-menu{
	width: 120px;
	height: 32px;
	font-size: 14px;
	line-height: 30px;
	border-radius: 16px;
	margin: 14px 0 ;
}

#menu-button{
	margin: 0;
}

}



.diagonal-gradient-button {
	display: block; 
	width: 220px; 
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); 
	box-sizing: border-box;
	padding: 1rem 1rem; 
	margin: 20px auto;
	text-align: center;
	font-weight: bold; 
	color: white !important; 
	background-image: linear-gradient(120deg, #f4a175, #e05e43); /* 斜め方向のグラデーション */
	border: none;
	border-radius: 90px; 
  }
  

.diagonal-gradient-button:hover{
	opacity:0.5;
	transition:0.3s;
}


	

/** -----------------------------------
    メインビジュアル
-------------------------------------**/
#mainvisual {
	width: 100vw;
	height: calc(100vh - 70px);
	background-image: url("../images/main_visual_PC_img.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 80px;
	margin-bottom: 30px;
  }
  
  .copy-wrap {
	position: absolute;
	left: 120px;
	bottom: 120px;
  }
  .maincopy {
	color: #fff;
	font-size: 52px;
	font-family: "Tsukushi A Round Gothic","筑紫A丸ゴシック";
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
	-webkit-text-stroke-width: 0.3px;
  	-webkit-text-stroke-color:#333  100%;
  }
  
  .subcopy {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
  }
  
  
  
  /** -------- スマホ -------- **/
  @media screen and (max-width: 680px) {
	#mainvisual {
	  width: 100vw;
	  height: 100vw;
	  background-image: url("..//images/main_visual_SP_img.png");
	  margin-top: 80px;
	  margin-bottom: 30px;
	}
	#mainvisual .button-large {
	  margin: 0 auto;
	}
	.maincopy {
	  font-size: 22px;
	  line-height: 1.6;
	  letter-spacing: 0;
	}
	.maincopy { 
	  left: 12px;
	  bottom: 10px;
	}
  }
  


/** -----------------------------------
   わたしたちについて
-------------------------------------**/

#about {
		background-color: #ffffff;
		height: auto;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 80%;
		padding: 0px 0 100px;
		}
	.about-text{
		font-size: 24px;
		font-weight: 600;
		line-height: 2em;
		}

	.about-message{
		font-size: 16px;
		line-height: 2em;
		}
	
	.about-button{
		margin-top: 75px;
		}
		
	 .about-card {
		height: 100%;
		background-color: transparent;
		padding:10px ;
		}
	  .about-card-img{
	  	background-color: transparent;
	  	text-align: center;
	  	padding: 0px;
		}
	  
	  .about-card .about-card-text {
		padding: 24px 24px 24px 12px;
		}

	  .fuwafuwa {
		animation: fuwafuwa 3s ease-in-out infinite alternate;
		background: url(../images/about_img.png) no-repeat center center / 300px auto;
		display: inline-block;
		transition: 1.5s ease-in-out;
		width: 300px;
		height: 300px;
		margin-top: 15px;
		}
	  
	  @keyframes fuwafuwa {
		0% {
		  transform:translate(0, 0) rotate(-7deg);
		}
		50% {
		  transform:translate(0, -7px) rotate(0deg);
		}
		100% {
		  transform:translate(0, 0) rotate(7deg);
		}
	  }
	   
	

/** -----------------------------------
   事業について
-------------------------------------**/

#business{
	background-color: #F2F8FB;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px 0 100px;
	text-align: center;
	}

.break-keep {
	word-break: keep-all;
	}


.card {
  	height: 100%;
  	background-color: #fff;
  	border-radius: 90px;
  	padding:30px ;
	}

.card-img{
	background-color: #Ffff;
	border-radius: 180px;
	text-align: center;
	padding: 24px 24px 0px 24px;

	}

.card .card-text {
  padding: 24px 24px 32px 24px;
	}

/** -------- スマホ -------- **/
@media screen and (max-width:640px){
	.card{
		display: flex;
		flex-direction: column;
		row-gap: 24px;
		margin: 48px 0 48px;
		align-items: center;
		}
	}

	.fuwafuwa2 {
		animation: fuwafuwa 3s ease-in-out infinite alternate;
		background: url(../images/business_baby_img.png) no-repeat center center / 200px auto;
		display: inline-block;
		transition: 1.5s ease-in-out;
		width: 200px;
		height: 200px;
		margin-top: 0px;
	  }
	  
	
	  .fuwafuwa3 {
		animation: fuwafuwa 3s ease-in-out infinite alternate;
		background: url(../images/business_phot_img.png) no-repeat center center / 200px auto;
		display: inline-block;
		transition: 1.5s ease-in-out;
		width: 200px;
		height: 200px;
		margin-top: 0px;
	  }
	  .fuwafuwa4 {
		animation: fuwafuwa 3s ease-in-out infinite alternate;
		background: url(../images/business_commnity_img.png) no-repeat center center / 200px auto;
		display: inline-block;
		transition: 1.5s ease-in-out;
		width: 200px;
		height: 200px;
		margin-top: 0px;
	  }

	  @keyframes fuwafuwa {
		0% {
		  transform:translate(0, 0) rotate(-7deg);
		}
		50% {
		  transform:translate(0, -7px) rotate(0deg);
		}
		100% {
		  transform:translate(0, 0) rotate(7deg);
		}
	  }
	   
	  
	
	    
	




	
/** -----------------------------------
   メンバー紹介
-------------------------------------**/
#member{
	background-color: #fff;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	padding:  80px 0 80px;
	text-align: center;
	}

.member-list-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 80px 32px 96px;
	}

.member-link:hover img{
	opacity:0.5;
	transform:scale(1.05);
	transition:0.3s;
	}

.card-text-wrap{
	margin-top: 12px;
	}

p.card-text01{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 4px;
	}

p.card-text02{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	}

.member-list-slider{
	display: none;
	}



/** -----------------------------------
   はたらく環境
-------------------------------------**/
#campany {
	background-color: #f2f8fb;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	padding: 80px 0 80px;
	text-align: center;
	}

ul.campany-list{
	display: 0s;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 48px;
	margin: 80px 0 96px;
	}

ul.campany-list li {
	display: inline-block;
	}

.title4{
	font-size: 26px;
	padding: 50px 0 50px 0;
	}

.campanyline1{
	padding-top: 30px;
	}

.rcampanyline2{
	padding-bottom: 30px;
	}

.campany-description{
	font-size: 15px;
	padding: 0px 0 25px 0;
	letter-spacing: 0.1em;
	}

.arrow{
	margin: 5px;
	}

.campany-button{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
	}

.campany-button1{
	width: 211px;
    font-size: 18px;
	text-decoration: none;
	color: #333;
	
    background-position: bottom;
    margin: 25px 40px 25px 40px;
    font-weight: bold;
    transition: 0.2s;
}
.campany-button1:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s;
}
.campany-button2{
	width: 211px;
	font-size: 18px;
	text-decoration: none;
	color: #333;
	background-position: bottom;
	margin: 25px 40px 25px 40px;
	font-weight: bold;
	transition: 0.2s;
	}

.campany-button2:hover {
  	transform: scale(1.1, 1.1);
  	transition: 0.5s;
	}

.campany-button3{
	width: 211px;
    font-size: 18px;
	text-decoration: none;
	color: #333;
	background-position: bottom;
	margin: 25px 40px 25px 40px;
	font-weight: bold;
	transition: 0.2s;
	}

.campany-button3:hover {
  	transform: scale(1.1, 1.1);
  	transition: 0.5s;
	}


/** -------- スマホ -------- **/
@media screen and (max-width:640px){
ul.campany-list{
	display: flex;
	flex-direction: column;
	row-gap: 24px;
	margin: 48px 0 48px;
	align-items: center;
	}
	}




/** -----------------------------------
   募集職種
-------------------------------------**/
#recruit {
	background-color: #fff;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	padding: 80px 0 80px;
	text-align: center;
	}

.job-button{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
	}

.job-button1{
	width: 211px;
    font-size: 18px;
	text-decoration: none;
	color: #333;
    background-position: bottom;
    margin: 25px 40px 25px 40px;
    font-weight: bold;
    transition: 0.2s;
	}

.job-button1:hover {
  	transform: scale(1.1, 1.1);
  	transition: 0.5s;
	}
.job-button2{
	width: 211px;
    font-size: 18px;
	text-decoration: none;
	color: #333;
	background-position: bottom;
	margin: 25px 40px 25px 40px;
	font-weight: bold;
	transition: 0.2s;
	}

.job-button2:hover {
  	transform: scale(1.1, 1.1);
  	transition: 0.5s;
	}

.job-button3{
	width: 211px;
    font-size: 18px;
	text-decoration: none;
	color: #333;
	background-position: bottom;
	margin: 25px 40px 25px 40px;
	font-weight: bold;
	transition: 0.2s;
	}

.job-button3:hover {
  	transform: scale(1.1, 1.1);
  	transition: 0.5s;
	}

.job-button4{
	width: 211px;
    font-size: 18px;
	text-decoration: none;
	letter-spacing: -0.05em;
	color: #333;
	background-position: bottom;
	margin: 25px 63px 25px 63px;
	font-weight: bold;
	transition: 0.2s;
}

.job-button4:hover {
  	transform: scale(1.1, 1.1);
  	transition: 0.5s;
}

.job-button5{
	width: 211px;		
    font-size: 18px;
	text-decoration: none;
	letter-spacing: -0.1em;
	color: #333;
	background-position: bottom;
	margin: 25px 63px 25px 63px;
	font-weight: bold;
	transition: 0.2s;
}

.job-button5:hover {
  	transform: scale(1.1, 1.1);
  	transition: 0.5s;
}

/** -------- スマホ -------- **/
@media screen and (max-width:640px){
ul.job-list{
	display: flex;
	flex-direction: column;
	row-gap: 24px;
	margin: 48px 0 48px;
	align-items: center;
	}
}


/** -----------------------------------
  採用フローの流れ
-------------------------------------**/
#flow{
	background-color: #eef7f7;
}

.flow-content{
	display: flex;
	justify-content: space-between;
	margin: 64px 0 32px;
}

p.flow-text {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 28px;
}

.triangle-right {
	background-color:#e46b4d;
	width:  18px;
	height: 24px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	margin: 96px 0;
}

.flow-content-sp{
	display: none;
}

/** -------- スマホ -------- **/
@media screen and (max-width:640px){
.flow-content{
	display: none;
}

.flow-content-sp{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.triangle-down {
	background-color:#e46b4d;
	width: 18px;
	height: 16px;
	clip-path: polygon(0 0,100% 0, 50% 100%);
	margin: 16px 0;
	}
}



/** -----------------------------------
    CTA
-------------------------------------**/
#cta {
	background-image: url("../images/entry_cta_PC.png") ;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 100px 0;
	margin:  0;
	width: 100%;
}
  

.cta-button{
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
	transition: 0.2s;
}

.cta-text{
	text-align: center;
}

.cta-gradient-button {
	display: block; 
	width: 360px; 
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-sizing: border-box; 
	padding: 1rem 1rem; 
	margin: 20px auto; 
	text-align: center;
	font-weight: bold;
	color: white !important; 
	background-image: linear-gradient(120deg, #f4a175, #e05e43);
	border: 1px; 
	border-radius: 90px; 
}

.cta-gradient-button:hover {
	transform: scale(1.1, 1.1);
	transition: 0.5s;
}
  
  

/** -----------------------------------
    フッター
-------------------------------------**/
#footer {
	background-color: #333333;
	text-align: center;
	padding: 40px 0;
	margin-top: 0px;
}
  
#footer a {
	color: #FFFFFF;
}
  
.footer-link, .copyright {
	font-size: 15px;
}
  
.copyright {
	color: #FFFFFF;
}
  
.footer-link {
	margin-bottom: 20px;
}
  
.footer-link li {
	display: inline;
	margin-right: 20px;
}

 
  

/** -------- スマホ -------- **/
@media screen and (max-width:640px){
	.section-inner-footer{
		width: 100%;
		max-width: 231px;
		margin: 0 auto;
		padding: 40px 0 24px;
	}
	
	.footer-top-wrap{
		display: block;
		margin-bottom: 40px;
	}
	
	.footer-logo{
		display: block;
		margin: 0 auto;
		width: 60%;
	}
	
	ul.footer-link li {
		display: block;
		text-align: center;
		margin: 16px 0;
	}
	
	p.copyright{
		font-size: 12px;
	}
	
	}
	