/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼背景と全体▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/ 
html {
	color: #333333;
}

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼本文▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

/*▼▼---bace文字間0.4em → 0.1emに変更---▼▼*/
h3 small, .birth, h3, h2, .fukidashi, .designer, .qualification ul, .history ul{
	letter-spacing: 0.05em;
}
/*▼▼---ゴシック体の部分---▼▼*/
.qualification li, .history li .title, li .title_b, h4, .box p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/*▼▼---PROFILE文字---▼▼*/
h1{
	/*display: flex;
	justify-content: center;*/
	text-align: center;
	font-size: 3.8em;
	letter-spacing: 0.2em;
	margin-top: 74px;
	margin-bottom: 30px;
	line-height: 20px;
}
h1 small{
	font-size: 13px;
}
/*▼▼▼▼ プロフィールの親コンテナのスタイル ▼▼▼▼*/
.top-profile{
	display: flex;
	align-items: center; /* 画像に合わせ縦中央揃え */
	justify-content: center; /* 画面横方向中央 */
	margin-bottom: 40px;
}
/*▼▼▼▼ 自画像 ▼▼▼▼*/
.my_photo img{
	width: 120px;
	height: auto;
	margin-right: 3vw;	/*写真と名前の間隔*/
}
/*▼▼▼▼ 名前・インスタアイコン ▼▼▼▼*/
.name-instagram {
	display: flex; /*Instagramアイコン右配置*/
	align-items:flex-end; /*Instagramアイコン下配置*/
	margin-bottom: 1em;
}
/*▼▼▼▼ 名前・生年月日 ▼▼▼▼*/
.name, .birth{
	text-align: left;
	margin-right: 0.6em;
}
/*▼▼▼▼ インスタアイコン ▼▼▼▼*/
.instagram-icon img{
	width: 44px;
}
h2{
	font-size: 1.5em;
	padding: 2px 0;
	letter-spacing: 0.1em;
}
/*▼▼▼▼ 名前と生年月日の見出し ▼▼▼▼*/
.name h2, .birth h2{
	background: none; /* 背景色リセット */
	width: 140px;
	border-bottom: 1px solid; /* 線の太さ・実線 */
	border-bottom-color: #d39c76; /* 文字色 */
	margin-bottom: 8px;
}
h3{
	font-size: 1.6em;
}
.name h3{
	line-height: 1em;
}
h3 small, .birth, h2 small{
	font-size: 0.8em;
}
/*▼▼▼▼　見出し(ソフトウェアスキル・資格・経歴)　▼▼▼▼*/
.midashi-box{
	display: flex;
	justify-content: center;
}
.midashi{
	width: 90vw;
	margin-bottom: 20px;
	display: flex;
	align-items:center;
	font-feature-settings: "palt";
}
.midashi_bg{
	width: 90vw;
	background-color: #fac7a5;
	margin-left: 3vw;
}
.midashi h2{
	padding: 10px 0 10px 15vw;
}
.midashi img{
	width: 60px;
	position: absolute;
	filter: drop-shadow(0 0 0.2rem rgb(205, 198, 186));
}
.software,
.qualification,
.design-list,
.history{
	margin-bottom: 30px;
}
/* ソフトウェアスキルアイコン、デザイナー経歴画像 */
.soft,
.design-list{
	display: flex;
	justify-content: center;
	filter: drop-shadow(0 0 0.2rem rgb(205, 198, 186));
}
/* ソフトウェアスキル、デザイナー経験_リスト（・）削除 */
.soft li,
.design-list{
	list-style: none;
}
/*  ソフトウェアスキル画像  */
.soft li img{
	width: 14vw;
	margin: 4px;
}

/* 保有資格リスト */
.qualification-list{
	margin-left: 5vw;
}
/*  保有資格・経歴リスト  */
.qualification li,
.history li{
	list-style: none;
	text-align: left;
	line-height: 1.5em;
	position: relative; /* リストアイテムに相対的な位置を設定 */
}

/*  保有資格・経歴リストマーク"♦︎"デザイン */
.qualification li:before,
.history li:before {
    content: "";
    position: absolute;
    top: .4em;
    left: 1.5vw;
    width: 7px;
    height: 7px;
    background-color: #8b6b4e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*▼▼▼▼  "デザイナー職","アコーディオンsmall_BOX見出し"赤文字  ▼▼▼▼*/
span, h4{
	color: #f45531;
}
/*▼▼▼▼  吹き出し見出し ▼▼▼▼*/
.fukidashi{
	font-size: 16px;
	text-align: center;
}
.fukidashi img{
	width: 82vw;
	margin: 4px 0;
}
/*▼▼▼▼ デザイナー職リスト画像 ▼▼▼▼*/
.design-list img{
	width: 20vw;
	margin: 4px;
}
.history, .big-box{
	display: flex;
	justify-content: center;
}
.history ul li{
	margin-bottom: 1em;
}
/* 資格・経歴リストのフォント位置 */
.qualification-list,
.title,
.title_b{
	padding-left: 5vw;
}

.accordion-area .title,
.accordion-area .title_b{
	border-bottom: 1px solid; /* 線の太さ・実線 */
	border-bottom-color: #d39c76; /* 文字色 */
	padding-bottom: 1em; /* 文字と下線の間 */
}
/*==================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 90vw;
    max-width: 900px;
    margin:0 auto;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;/*マウスポインターが要素の上にいるときに表示されるマウスカーソルの種類*/
    transition: all .5s ease;
}

/* アイコンの＋と× */
.title::before,
.title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
}

.title::before {
  top: 50%;
  right: 2px; /* 右側に配置 */
  transform: rotate(0deg); /* ＋の-部分 */
}

.title::after {
  top: 50%;
  right: 2px; /* 右側に配置 */
  transform: rotate(90deg); /* ＋の｜部分 */
}

/* close というクラスがついたら形状変化 */
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/***************** アコーディオンで現れるエリア *****************/
.box{
	background-color: #fffafa;
	box-shadow: inset 0px 0px 10px 0px rgba(57, 57, 57, 0.3);
	width: 85vw;
	padding: 2em 15px 0px 15px;
	margin: 15px 0 20px 0;
	text-align: center;
}
.summary{
margin-bottom: 3.5em;
}
.box p{
	margin: 0 3px;
}
.details_image img{
	width: 80vw;
	margin-top: 0.8em;
}
.details_image_column img{
	width: 80vw;
	margin: 3px 0;
}
.details_image_column p{
	margin-bottom: 2em;
}

.details_image_column p small{
	font-size: 0.8em;
	line-height: 0.4em;
}
/* インハウスWEB/DTPデザイナー業務内容 */
.business_content{
	display: flex;
	justify-content: center;
	margin-top: 0.8em;
}
.business_content img{
	width: 25vw;
	margin: 0 2vw;
}
.business_content p{
	line-height: 1.2em;
}
/* オレンジ枠背景 (業務を通して培ったこと、意識していた事) */
.small_box{
	background-color: #fce7d9;
	padding: 15px 10px;
	margin-bottom: 15px;
}	  
.small_box img{
	width: 160px;
	margin: 0.5em 0;
}
.small_box_details_big img{
	width: 264px;
}
.small_box h4{
	font-size: 90%;
	line-height: 80%;
}
.costume-work img{
	width: 26vw;
}

/* チェックボックスと<h4>を中央に配置 */
.small_box_title {
	display: flex;
	align-items: center;
	justify-content: center; /* 横方向の中央配置も追加 */
  	height: 100%; /* 親要素の高さを100%に設定 */
  }
  
  /* チェックボックスのスタイル */
  .checkbox {
	position: relative;
	cursor: not-allowed; /* クリックを無効にするカーソルスタイル */
	margin-right: 2px; /* チェックボックスとタイトルの間隔を調整 */
  }
  
  .checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
  }
  
  .checkbox span {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #ffffff; /* 白地 */
	box-shadow: inset 0px 0px 3px 0px rgba(42, 42, 42, 0.3);
	vertical-align: middle;
	margin-right: 5px; /* チェックボックスとタイトルの間隔を調整 */
  }
  
  /* チェックマークのデザイン（赤） */
  .checkbox span::before {
	content: "✔"; /* チェックマーク（赤） */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: red; /* 赤いチェックマーク */
  }

/* 訓練校授業カリキュラム */
.small_box_b{
	border: #f45531 solid 1px;
	margin-top: 1em;
}
.small_box_b_title{
	display: flex; /* 横並び(アイコン・タイトル) */
	align-items: center; /* 縦方向の中央配置 */
	justify-content: center; /* 横方向の中央配置 */
  	height: 100%; /* 親要素の高さを100%に設定 */
	background-color: #fce7d9;
	padding: 5px 0;
}
.small_box_b_title img{
	width: 30px;
	margin-right: 0.5em;
	filter: drop-shadow(0 0 0.1rem rgb(205, 198, 186));
}
.small_box_b p{
	padding: 10px 10px;
}

/*-------------------------------------------------------------------------------------*/


/*▼ タブレット対応 ▼*/
@media screen and (min-width:768px) {	
	html {
		font-size: 90%;
	}
	/*▼▼▼--ヘッダーMENU：滞在時の色変え、下線--▼▼▼*/
	nav.globalMenuSp ul li.profile a{
		color: #f45531; /* 文字色を指定 */
	}
	nav.globalMenuSp ul li.profile {
		border-bottom: 2px solid; /* 線の太さ・実線 */
		border-bottom-color: #f45531; /* 文字色 */
	}
	/*▼▼▼--PROFILE文字--▼▼▼*/
	h1{
		margin-top: 150px;
	}
	/*▼▼▼--自画像--▼▼▼*/
	.my_photo img{
		width: 190px;
		margin-right: 3vw;	/*写真と名前の間隔*/
	}
	/*▼▼▼--見出しアイコン--▼▼▼*/
	.midashi img{
		width: 68px;
	}
	/*▼▼▼--見出し文字サイズ・位置調整--▼▼▼*/
	.midashi h2{
		font-size: 26px;
		padding: 10px 0 10px 60px;
	}
	/* 保有資格リスト */
	.qualification-list{
		margin-left: 10vw;
	}
	/*▼▼▼--リスト文字位置調整--▼▼▼*/
	.qualification-list,
	.title,
	.title_b{
		padding-left: 3.5vw;
	}
	/*▼▼▼--ソフトアイコン--▼▼▼*/
	.soft li img{
		width: 90px;
		margin: 6px;
	}
	/*▼▼▼--経歴の改行をなくす--▼▼▼*/
	.pc_hid{
		display: none;
	}
	/*▼▼▼--デザイナー職リスト画像--▼▼▼*/
	.design-list img{
		width: 154px;
		margin: 6px;
	}
	/*▼▼▼--吹き出し見出し--▼▼▼*/
	.fukidashi{
	font-size: 22px;
	}
	.details_image img{
		width: 450px;
	}
	.costume-work img{
		width: 120px;
	}
	/*-----------アコーディオンで現れるエリア---------------*/
	.box{
		width: 84vw;
		padding: 35px 30px 0px 30px;
	}
	/* インハウスWEB/DTPデザイナー業務内容 */
	.details_image{
		display: flex;
		justify-content: center;
	}
	.business_content img{
		width: 16vw;
		margin: 0 2px;
	}
	/* オレンジ枠背景 (業務を通して培ったこと、意識していた事) */
	.small_box{
		padding: 15px 15px;
		margin-bottom: 20px;
	}
	.details_image_column img{
		width: 320px;
	}
	.small_box img, .details_image_column img{
	flex: 1; /* 画像が可変幅で右側に配置されるようにします */
	margin: 0 0 0 3px;
	}
	.small_box h4{
		font-size: 18px;
	}
	.small_box_details, .small_box_details_big, .details_image_column{
		margin-top: 0.8em;
	}
	.small_box_details_big img{
		width: 350px;
	}
	.small_box_details, .details_image_column{
	display: flex;
	flex-direction: row-reverse; /* 横方向の配置を逆にする */
	flex: 1; /* テキストが可変幅で左側に配置されるようにします */
	text-align: left;
	}
}
/*▲ タブレット対応 ▲*/

/*-------------------------------------------------------------------------------------*/

/*▼ デスクトップPC対応 ▼*/ 
@media screen and (min-width:960px) {
	
	html {
		font-size: 100%;
	}
	main {
	  display: flex;
	  justify-content: center; /* 横方向中央揃え */
	  align-items: center; /* 縦方向中央揃え */
	  min-height: 100vh; /* ビューポートの高さを最小の高さに設定 */
	  margin: 0; /* bodyの余白をリセット */
	}
	.container {
	  max-width: 1000px; /* 最大横幅を指定 */
	  width: 100%; /* 余白を含む全体の横幅を100%に */
	  padding: 20px; /* 内側の余白を設定 */
	  box-sizing: border-box; /* paddingを含むボックスサイジング */
	}
	.midashi{
		width: 1000px;
		margin: 0 0 20px 0;
	}
	/*▼▼▼--リスト文字位置調整--▼▼▼*/
	.qualification-list,
	.title,
	.title_b{
		padding-left: 3.5vw;
	}
	/*▼▼▼--吹き出し画像--▼▼▼*/
	.fukidashi img{
		width: 850px;
	}
	/* アコーディオンで現れるエリア */
	.box{
		max-width: 850px; /* 最大横幅を指定 */
	}
	/* インハウスWEB/DTPデザイナー業務内容 */
	.business_content img{
		width: 145px;
		margin: 0 8px;
	}
}
