@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

/* タイトル指定
-------------------------------------------------------------------------------------------------------- */
h1,h2,h3,h4,h5 {
	font-size: 100%;
}
.sttl{
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: center;
}
.sttl_en {
	font-size: 48px;
	color: #040166;
	font-weight: bold;
}
.sttl_ja {
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width:767px){
}

/* ヘッダー
-------------------------------------------------------------------------------------------------------- */
#header{
	border-bottom: 3px solid #040166;
}

/* トップ画像
----------------------------- */
.img_main {
	margin-bottom: 40px;
	position: relative;
	z-index: 3;
	padding-top: 60px;
}
@media screen and (max-width:767px){
	.img_main {
		padding-top:0px;
	}
}

/* プロフィール
----------------------------- */
.sttl_name{
	font-size: 26px;
	font-weight: bold;
}

/* スキル
----------------------------- */
.box_skill{
	display: flex;
	justify-content:space-between;
}
.box_skill .contents_skill{
	width: 32%;
	padding: 10px;
	border: 1px solid #040166;
	text-align: center;
}
.box_skill .contents_skill ul li{
	list-style-type: disc;
	margin-left: 24px;
	text-align: left;
}
.box_skill .contents_skill .text_skill{
	text-align: left;
}
.sttl_skill{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:767px){
	.box_skill{
		display: block;
	}
	.box_skill .contents_skill{
	width: 100%;
	margin-bottom: 20px;
}
}



/* 作品
----------------------------- */
.works_contents {
    text-align: center;
	flex-wrap:wrap;
	display: flex;
	justify-content:space-between;
}
.works_contents div{
	width: 45%;
	margin-bottom: 30px;
}
.works_contents p{
	line-height: 1.4;
}
.works_contents img{
	margin-bottom: 10px;
	border: 1px solid #040166;
}
.works_contents .works_text_ja{
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width:767px){
	.works_contents div{
		width: 100%;
	}
}



/* ブログ
----------------------------- */
.sns_box{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
.box_blog .sns_insta,
.box_blog .sns_blog,
.works_button {
	border: double #fff;
	text-align: center;
	width: 240px;
	height: 50px;
	background-color: #040166;
}
.box_blog a{
	display: block;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width:767px){
	.box_blog .sns_x,
	.box_blog .sns_insta,
	.box_blog .sns_blog {
		width: 100%;
		margin-bottom: 10px;
	}
}

/* お問い合わせ
----------------------------- */
.box_contact form{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.box_contact form label{
	font-size: 16px;
}
.box_contact .text_required{
	color: #FF0004;
	background-color:#FBE4E4;
	padding: 3px;
	border-radius: 5px;
}
.box_contact form input,
.box_contact form textarea{
	width: 100%;
}
.box_contact form input{
	height: 20px;
}
.box_contact form button{
	width: 40%;
	height: 30px;
	font-weight: bold;
	font-size: 18px;
	margin-right: 30%;
	margin-left: 30%;
}
.text_contact{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.text_contact a{
	color: #040166;
	font-size: 22px;
}
@media screen and (max-width:767px){
	.box_contact form{
		width: 100%;
	}
}


/* ページトップに戻るボタン
----------------------------- */
.pagetop {
    height: 40px!important;
    width: 40px;
    position: fixed;
    right: 110px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #040166; /* 枠の色を#b24146に変更 */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.pagetop_arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #040166; 
	margin-top: 6px;
	margin-left: 7px;
}
.pagetop:hover{
    transition: 0.3s ease;
    opacity: 0.8;
}
@media screen and (max-width:767px){
	.pagetop {
    right: 30px;
}
}

/* 作品紹介
----------------------------- */
#main.introduction{
	margin-top: 100px;
}
#main.introduction img{
	border: 1px solid #000000;
}
.ttl_works,
.sttl_works{
	font-weight: bold;
	margin-bottom: 10px;
}
.ttl_works{
	font-size: 24px;
	color: #040166;
}
.sttl_works{
	font-size: 18px;
}
.link_works{
	display: inline!important;
}
.box_introduction a{
	text-decoration:underline!important;
}
.box_introduction a:hover{
	text-decoration:none!important;
}
.list_task{
	padding-left: 15px;
}
.works_button{
	margin-right: auto;
	margin-left: auto;
}
.works_button a{
padding: 10px;
color: #fff;
font-weight: bold;
}
@media screen and (max-width:767px){
	.box_introduction{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
}

