@charset "utf-8";

/* -------------------------------------
    全体設定
--------------------------------------- */
html {
	scroll-padding-top: 100px;
}

body {
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", sans-serif;
	color: #464A58;
	background-color: #F7F5F0;
	margin: 0;
}

a {
	text-decoration:none;
	color: #464A58;
}

ul {
	margin-left: 0;
}

li {
	list-style-type: none;
}

h2,h3,li {
	letter-spacing: 2px;
}

/* -------------------------------------
    ヘッダー
--------------------------------------- */

header {
	width: 100%;
	height: auto;
	background-color: white;
	border-bottom: 2px solid #DED8D1;
	position: sticky;
	top: 0;
	z-index: 1000;
}

#header_top {
	width: 980px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

h1 img{
	width: 250px;
}

#nav ul {
	display: flex;
	gap: 40px;
	margin-top: 45px;
}

#nav ul a {
	font-size: 18px;
	
}

#nav ul a:hover{
	padding-bottom: 10px;
	color: #DEAFB0;
	border-bottom: 3px solid #DEAFB0;
	
}

/* -------------------------------------
    ホーム
--------------------------------------- */

#home {
	width: 100%;
	height: auto;
}

#home_wrapper {
	width: 780px;
	margin: 180px auto 0 auto;
	position: relative;
}

#home_logo img {
	width: 780px;
	display: block;
}

#home_background {
	width: 100%;
	height: 220px;
	background-color: #DEAFB0;
}

#home_name img{
	width: 185px;
	position: absolute;
	right: 25px;
	bottom: -50px;
}

/* -------------------------------------
    見出し
--------------------------------------- */

h2 {
	text-align: center;
	font-size: 25px;
	padding: 50px 0 20px 0;
}

h2 .title_right {
	font-size: 15px;
	color: #A2A2A2;
}

/* -------------------------------------
    私に関して-1列
--------------------------------------- */

#about {
	width: 100%;
	height: auto;
	background-color: white;
}

#about_wrapper {
	width: 1260px;
	height: auto;
	margin: 0 auto;
}

#about_wrapper_up{
	display: flex;
	gap: 80px;
	padding-left: 60px;
}

#lin_image img{
	width: 200px;
	height: 200px;
	margin-bottom: 10px;
}

.lin_list {
	padding-left: 37px;
	margin-bottom: 18px;
	font-weight: bold;
}

#list_birthday {
	background: url(images/birthday.png) no-repeat;
}

#list_country {
	background: url(images/country.png) no-repeat;
}

#list_school {
	background: url(images/school.png) no-repeat;
}

/* -------------------------------------
    私に関して-2列
--------------------------------------- */

.about_content dl dt{
	padding-left: 13px;
	margin-bottom: 14px;
	border-left: 4px solid #DEAFB0;
	font-weight: bold;
	
}

.about_content dl dd{
	margin-bottom: 20px;
}

.about_content dl dd .data {
	font-size: 11px;
}

/* -------------------------------------
    私に関して-3列
--------------------------------------- */

#keireki dl dd img {
	width: 400px;
}

/* -------------------------------------
    私に関して-4列
--------------------------------------- */

#skill_wrapper {
	width: 960px;
	padding-left: 340px;
}

#skill_wrapper #skill_title{
	padding-left: 13px;
	border-left: 4px solid #DEAFB0;
	font-weight: bold;
}

#div_skill_icon {
	display: flex;
	gap: 25px;
}

.skill_icon_group {
	width: 125px;
}

#div_skill_icon div:nth-of-type(2) {
	width: 150px;
}

.skill_icon {
	width: auto;
	height: 40px;
	padding-left: 47px;
}

#skill_word {
	background: url(images/word.png) no-repeat;
}

#skill_ppt {
	background: url(images/ppt.png) no-repeat;
}

#skill_excel {
	background: url(images/excel.png) no-repeat;
}

#skill_ai {
	background: url(images/ai.png) no-repeat;
}

#skill_ps {
	background: url(images/ps.png) no-repeat;
}

#skill_html {
	background: url(images/html.png) no-repeat;
}

.skill_name{
	font-weight: bold;
	line-height: 40px;
}

/* -------------------------------------
    作品
--------------------------------------- */

#works {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}

.works_wrapper {
	width: 1300px;
	height: auto;
	padding: 35px 0 100px 20px;
	display: flex;
	margin: 0 auto;
}

h3 {
	width: auto;
	height: 35px;
	font-size: 18px;
	position: relative;
	border-bottom: 3px solid #DEDBD1;
	margin-right: 40px;
}

h3::first-letter {
	font-size: 22px;
}

h3::before,h3::after{
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
  }

h3::before {
    background-color: #DEDBD1;
}

h3::after {
    bottom: -11px;
    background-color: #F7F5F0;
}

#sns_icon{
	width: 1090px;
	text-align: center;
}

#sns_icon img{
	width: 180px;
	margin-right: 15px;
	margin-bottom: 15px;
	box-shadow: 2px 2px 10px rgb(133, 133, 133);
}

#page_banner {
	width: 1090px;
	text-align: center;
}

#page_banner img{
	width: 350px;
	margin-left: 10px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 10px rgb(133, 133, 133);
}

#cuppon {
	width: 1090px;
	text-align: center;
}

#cuppon img{
	width: 350px;
	margin-left: 10px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 10px rgb(133, 133, 133);
}

#sns_pic {
	width: 1090px;
	text-align: center;
}

#sns_pic img{
	width: 350px;
	margin-left: 10px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 10px rgb(133, 133, 133);
}




/* -------------------------------------
    フッター
--------------------------------------- */
footer {
	width: 100%;
	height: 100px;
	background-color: #DEDBD1;
	text-align: center;
	line-height: 100px;
	color: white;
}