@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hachi Maru Pop:wght@100..900&display=swap');
@import url("stylesheet2.css");




/*-------------------------------------------------------------------------*/
/*全体の設定*/
/*-------------------------------------------------------------------------*/
body * {
	box-sizing: border-box;
}

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

/*-------------------------------------------------------------------------*/
/*body*/
/*-------------------------------------------------------------------------*/
body {
	max-width: 1250px;
	margin: auto;
	font-family: "M PLUS 1", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
	-webkit-text-size-adjust: none;
	background-size: cover;
	color: #333;
	line-height: 2;
	animation: opacity 0.2s 0.5s both;
}


/*-------------------------------------------------------------------------*/
/*figure*/
/*-------------------------------------------------------------------------*/
figure {margin: 0;}


/*-------------------------------------------------------------------------*/
/*ul*/
/*-------------------------------------------------------------------------*/
ul{
	margin-left: 1.5rem;
	margin-bottom: 1rem;
	padding: 0;
	list-style: none;
}

/*-------------------------------------------------------------------------*/
/*li*/
/*-------------------------------------------------------------------------*/

li  {
	margin: 0;
	padding: 0;
}


/*-------------------------------------------------------------------------*/
/*aリンク*/
/*-------------------------------------------------------------------------*/
a {
	color: #333;
	transition: 0.3s;
}

a:hover {
	color: #696969;
	filter: brightness(1.2);
}


/*-------------------------------------------------------------------------*/
/*ヘッダ部分*/
/*-------------------------------------------------------------------------*/
#header-title{
	padding: 5px;
	margin: 5px;
	color: #fff;
	display: flex;
	font-size: 1.2rem;
	justify-content: space-between;
	background: linear-gradient(to right,#3A7AC3 88%, white 12%) ;/*ロゴの大きさに合わせて比率修正する*/
}

#header-title h1 {
	margin: 0;
	padding: 5px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	display: flex;
}

#header-title a {
	color: inherit;
	text-decoration: none;
}

#header-title .sub {
	list-style: none;
	margin: auto 0;
	font-size: 1.2rem;
	display: flex;
	font-size: 1.2rem;
}

#header-title .sub a {
	text-decoration: none;
}

#header-sub{
	background: #696969;
	color: #fff;
	display: -webkit-flex;
	display: flex;	
	justify-content: flex-end;
	font-size: 0.8rem;
	text-align:right;
	float:right;
}



/*-------------------------------------------------------------------------*/
/*コンテナ部分*/
/*-------------------------------------------------------------------------*/
#container {
	overflow-x: hidden;
	margin:5px 100px; /*コンテンツを中心に寄せる場合、ここの数値を変動させる*/
	background: linear-gradient(white,darkgray,0.5) ;
}

/*-------------------------------------------------------------------------*/
/*タイトル（TOPページ用）*/
/*-------------------------------------------------------------------------*/
#title_top {
	margin: -95px auto;
	width: 900px;
	height: 250px;
	vertical-align: text-top;
  	line-height: 1;
  	background :radial-gradient(white, #38C0AB);
}


#title_top h6 {
	padding: 35px;
	font-size:3.0rem;
	text-align: center;
	vertical-align: text-top;
	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-style: normal;
}

#title_top h7 {
	font-size: 1.5rem;
	text-align: center;
	vertical-align: text-top;
	font-family: "Kaisei Opti", serif;
	font-weight: 400;
	font-style: normal;
	

}

.comment_picture {
	list-style: none;
	margin: auto 0;
	font-size: 0.8rem;
	display: flex;

}


/*-------------------------------------------------------------------------*/
/*カード表示（TOPページ用）*/
/*-------------------------------------------------------------------------*/
.card {
	margin: 3rem auto;
	width: 900px;
	display: flex;
	flex-wrap: wrap;
	align: center;
	justify-content: center;
}

.carousel-card {
	margin: 3rem auto;
	width: 900px;
	display: flex;
	flex-wrap: wrap;
	align: center;
	justify-content: center;
	transition: transform 0.5s ease;
	scroll-behavior: smooth;
	overflow: auto;
}

.card_li {
	border:solid 1px #38C0AB;
	color: #212121;
	text-decoration: none;
	list-style: none;
	float: left;
	display: inline;
	width: 300px;
	padding:1rem;
}

.card_li h4 {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: normal;
	color:  #38C0AB;
}

.card_title {
	font-size: 1rem;
}

.card_thumbnail {
	order: 0;
}

.card_image {
	width: 270px;
	height: 200px;
	align: center;
}

.card_body {
	padding: 1rem 1rem 0;
}

.card_text {
	font-size: 1rem;
}

.card_button {
  font-size: .75rem;
  text-align:right;
}

.button {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.button.-jirei {
  padding: .5rem 1rem;
  border-radius: .25rem;
  background-color:  #38C0AB;
  color: #fff;
  font-weight: bold;
}

.button.-jirei:hover{
  background-color: #80cbc4;
}

button.-jirei:focus {
  background-color: #80cbc4;
}


/*------------------------------------------------------------*/
/*メイン*/
/*------------------------------------------------------------*/
main {
	position: relative;
}

main h2 {
	text-align: left;
	margin: 0 35px 0 5px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

main h2 .small {
	text-align: left;
	margin: 0 15px 0 5px;
	font-color:#C0C0C0
	font-size: 0.5em;
	opacity: 0.7;
	font-weight: 500;
}

main h3 {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-weight: normal;
}

main  h5 {
	font-weight: 500;
	font-size: 1.0rem;
	color: #696969;
	text-align: left;
}

main .label-midori{
	background-color:#38C0AB;
	display:inline-block;
	height:30px;
	width:80px;
	text-align:center;
	font-weight: 500;
	font-size: 1.0rem;
	color:white;
}

main .label-midori2{
	background-color:#38C0AB;
	display:inline-block;
	height:60px;
	width:80px;
	text-align:center;
	font-weight: 500;
	font-size: 1.0rem;
	color:white;
}

main .label-blue{
	background-color:#88a3c2;
	display:inline-block;
	height:30px;
	width:80px;
	text-align:center;
	font-weight: 500;
	font-size: 1.0rem;
	color:white;
}

main .label-blue2{
	background-color:#88a3c2;
	display:inline-block;
	height:60px;
	width:80px;
	text-align:center;
	font-weight: 500;
	font-size: 1.0rem;
	color:white;
}


/*------------------------------------------------------------*/
/*企業情報*/
/*------------------------------------------------------------*/
#kigyojoho {
	<!--background-color: whitesmoke;-->
	margin-top: 15px;
	margin-bottom: 5px;
}

.flex{
	width:1250px;
	display: flex;
	align-content: center;
}

.sayu{
	margin-bottom: 10px;
	
}

.comment_kigyojoho {
	list-style: none;
	margin: auto 0;
	font-size: 0.8rem;
	display: flex;
}

/*------------------------------------------------------------*/
/*インタビュー*/
/*------------------------------------------------------------*/
#interview {
	<!--background-color: whitesmoke;-->
	margin:10px 10px 20px 20px;
	display: block;

}


#interview .midashi {
	background-color: #38C0AB;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	border-radius:10px;
	font-weight: 500;
	font-size: 1.5rem;
}


#interview .midashi2 {
	background-color: #3A7AC3;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	border-radius:10px;
	font-weight: 500;
	font-size: 1.5rem;
	pointer-events: none;
}

/*-----------------------------------------------------*/
/*吹き出し*/
/*-----------------------------------------------------*/

.shitsumon {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  width: 60%;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  background: #8FE1A1;
  border-radius: 15px;
}

.shitsumon:before {
  content: "";
  position: absolute;
  left: -1px;
  margin-left: -13px;
  border: 15px solid transparent;
  border-top: 15px solid #8FE1A1;
}

.kaito {
  position: relative;
  display: inline-block;
  float: right;
  padding: 10px 15px;
  width: 60%;
  color: #555;
  font-size: 16px;
  background: #F2E8AF;
  border-radius: 15px;
}


.kaito:before {
  content: "";
  position: absolute;
  
  right: -14px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F2E8AF;
}


.question_image{
     float: left;
     width:15%;
     height:1%;
}
 
.answer_image{
     float: right;
     width:10%;
     height:1%;
}
 
.answer_image img,
.question_image img{
    display: block;
    margin: 0 auto;
    max-width: 60px;
    
}
 

.question_Box{
     width: 100%;
     overflow: hidden;
     margin-bottom: 10px;
  
}

.Add_Comment {
	display: flex;
	flex-direction: column;
	
}

.comment {
	list-style: none;
  	margin-left:auto;
	font-size: 1.0rem;
	display: flex;

}

.kaito2 {
  position: relative;
  padding: 10px 15px;
  width: 60%;
  color: #555;
  font-size: 16px;
  background: #F2E8AF;
  border-radius: 15px;
  margin-left:auto;
}


.kaito2:before {
  content: "";
  position: absolute;
  right: -14px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F2E8AF;
}


/*-----------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------*/
#footermain {
	padding: 2rem 3vw;
	background-color:#88a3c2;
	color: #fff;
	font-size: 1.0rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#footermain a {
	text-decoration: none;
	color: inherit;
}

#footermain ul {
	margin: 0;list-style: none;
	padding: 0 0.3em;
	flex: 1;
}

#footermain .title {
	font-weight: bold;
	padding-bottom: 5px;
}

#footermain .footimg {
	width: 300px;
	height: auto;
	border: 5px solid white;
	margin-left: auto;
	margin: 80px 0px 0px 300px;
	display:block;
}


/*-----------------------------------------------------*/
/*著作権*/
/*-----------------------------------------------------*/

footer {
	font-size: 0.7rem;
	background-color: #3A7AC3;
	color: #fff;
	text-align: center;
	padding: 1rem;
}




/*-----------------------------------------------------*/
/*上へボタン*/
/*-----------------------------------------------------*/
.pagetop-show {
	display: block;
}

/*ボタンの設定*/
.pagetop a {
	display: block;
	text-decoration:none;
	text-align:center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	font-size: 1.5rem;
	color: #fff;
	background: gray; /*★グレイで透過0.5か、#8FE1A1で透過0.8か*/
	opacity: 0.5;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	
}

