@charset "UTF-8";

/* 共通部分
---------------------- */
html{
	font-size: 100%;
}
body{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.7;
	color: #432;
	/*background-color: #d3cfd9;*/
	background-color: #DFDBE6;
}
#wrap{
	margin: 0 auto;
	/*height:100vh;*/
}
a{
  text-decoration: none;
}
img{
	max-width: 100%; /* 横幅：レスポンシブの設定 */
	height: auto; /* 高さ：横幅の比率に合わせる */
}
.sm{
  display:none;
}
.text_password{
	margin-top:20px;
	text-indent:-1em;
	padding-left:1em;
	font-size: 14px;
}
.indent_blue{
	margin-left:-7px;
}
#pf_main{
  padding: 0 50px;
  max-width: 1400px;
  margin: 0 auto;
}

.position-center{
  display: grid;
  place-content: center;
  place-items: center;
}
.text-center{
  text-align: center;
}
.caption-m{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

/* ヘッダー部分・ナビ
---------------------- */
header{
	background:#fff url(../images/title_motif70.png) no-repeat right 0;
}
#logo{
	width: 400px;
	margin-top: 28px;
	margin-left: 40px;
}
nav{
	background-color:#bbb;
	height:36px;
}
.breadcrumbs{
	margin-left:45px;
	font-size: 14px;
}
#navi {
	display: flex;
	margin-left:45px;
	margin-top: 20px;
	width:520px;
	list-style: none;
	background-color:#ccc;
	border-left: 2px solid #777;
}
#navi a {
	display:block;
	font-weight:400;
	color:#222;
}
#navi li {
	text-align:center;
	border-right: 2px solid #777;
	width:130px;
	font-size: 1.3rem;
	font-family: 'Arima Madurai', cursive;
}
#navi li p {
	padding-top:2px;
}
#navi a:hover {
	font-weight:500;
	color:#fff;
}
#navi li:hover {
	background-color:#777;
}
#contents_01 #navi_01 a,
#contents_02 #navi_02 a,
#contents_03 #navi_03 a,
#contents_04 #navi_04 a{
	font-weight:500;
	color:#fff;
	background-color:#777;
}
.under_nav{
	height:30px;
	background:url(../images/shadow01.png) repeat-x;
}
#top_read{
    font-size: 1.05rem;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
#top_read .works-title{
	color: white;
	display: inline-block;
	background-color: #766ea3;
	padding: 5px 5px 5px 15px;
}
#top_read .works-main-title{
	font-size: 1.3rem;
	font-weight: bold;
}


.text-indent-small{
	text-indent: 14px;
}


/* トップ選択メニュー
---------------------- */

#top_select{
	display: flex;
	gap: 4px;
	width: 100%;
	margin-bottom: 3px;
	list-style: none;
}
#select_web,
#select_graphic{
	width: 50%;
	line-height: 1.0;
}
#select_web small,
#select_graphic small{
	font-size: 12px;
}
#select_web{
	color:#fff;
	background:#857db3;
	padding-top: 12px;
	padding-bottom: 8px;
	font-size: 1.4rem;
	font-family: 'Arima Madurai', cursive;
	text-align: center;
	border-radius: 15px 15px 0 0;
}

#select_graphic a{
	color:#777;
	display: block;
	width: 100%;
	background: #fff;
	padding-top: 12px;
	padding-bottom: 8px;
	font-size: 1.4rem;
	font-family: 'Arima Madurai', cursive;
	text-align: center;
	border-radius: 15px 15px 0 0;
}
#select_graphic a:hover{
	color:#fff;
	background: #708ce0;
}

/* トップ作品　レスポンシブ調整
---------------------- */
.item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}

.position-bottom-btn{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-top: 14px;
	padding-bottom: 22px;
}



/* 見出し
---------------------- */
h2{
	height:32px;
	background-color:#999;
	border-left:15px solid #5c548c;
	padding-top:3px;
	padding-left:10px;
	line-height:1.5em;
	font-size: 1.1rem;
	font-weight:normal;
	text-align:left;
	color:#fff;
	margin-top:0px;
	margin-bottom:-5px;
}



/* GRID
---------------------- */
.grid1 {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
	margin-top: 30px;
	margin-bottom: 0px;
}
.grid2 {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
	margin-top: 30px;
	margin-bottom: 0px;
}
.grid3 {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 30px;
	margin-bottom: 0px;
}
.grid4 {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-top: 30px;
	margin-bottom: 0px;
}
@media (max-width: 1100px) {
	.grid4 {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 30px;
	margin-bottom: 0px;
}

}
/* フッター
---------------------- */
.container {
	position: relative;
	box-sizing: border-box;
	padding-bottom:80px;
 }
footer{
	background:#fff;
	width:100%;
	text-align: center;
	padding: 12px 0;
	position:absolute;
	bottom:0;
}
footer p{
	color:#432;
	font-size: 0.875rem;
}


/* メイン記事部分
---------------------- */
.skill table {
	width: 100%;
	border-collapse: collapse;
	/* margin-bottom: 40px; */
	padding: 8px;
	border: none;
}


.skill table tr th {
	width: 180px;
	padding: 10px;
	border-left:8px solid #dda0dd;
	background: #fff;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	text-align:left;
}
.skill table tr td {
	padding: 10px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}
.skill table tr td p {
	margin-left: 1rem;
	text-indent: -1rem;
}

.link_hr{
	text-decoration:underline;
}
.space1{
	margin-top:50px;
}
.space15{
	height:15px;
}
.space20{
	height:20px;
}
.space50{
	height:50px;
}
.space100{
	height:100px;
}
.text-indent01{
	text-indent: -3rem;
	padding-left: 3rem;
}
.hr01{
	/* border:1px dotted #9790a4; */
	border:1px dotted #a49db3;
	margin-top:10px;
	margin-bottom: 10px;
}
.hr02{
	border:1px solid #bcb4cc;
	margin-top:20px;
}
.hr02_plus-space{
	border:1px solid #a49db3;
	margin-top:40px;
	margin-bottom: 50px;
}
.hr03{
	border:1px solid #a49db3;
	margin-top:15px;
	margin-bottom:15px;
}
.prof_title{
	color:#483d8b;
	margin-bottom:5px;
	font-weight:600;
}
.prof_year {
	margin-left: 3.5rem;
	text-indent: -3.5rem;
}
.prof_year2 {
	margin-left: 7.75rem;
	text-indent: -7.75rem;
}

.detail_table {
  border-collapse: collapse;
  margin-top: 14px;
	width:100%;
}
.detail_table tr th{
	/*background-color:#bcb4cc;*/
	background-color:#c6c2cc;
	width: 50px;
	color:#2f2d33;
}
.detail_table tr td{
	width:28%;
}
.detail_table tr th,
.detail_table tr td {
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #999;
	text-align:left;
	font-size:14px;
	font-weight:normal;
}

#namae{
	width:130px;
	margin: 10px 0;
}
.prof table {
	border-collapse: collapse;
	margin-top: 10px;
	padding: 8px;
	border: none;
}
.prof table tr th {
	width: 155px;
	padding: 10px 15px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	text-align:left;
	font-weight:normal;
}
.prof table .client{
	width: 38%;
}
.prof table tr td {
	padding: 10px 15px;
	border-left: 1px dotted #999;
  border-bottom: 1px dotted #999;
  border-top: 1px dotted #999;
}
.prof .table_head th,
.prof .table_head td {
	padding:0px;
	background:#bcb4cc;
	text-align:center;
	color:#2f2d33;
	font-size: 90%;
	padding: 0;
}
.printwork{
	border: 5px solid #fff;
}

/* フォーム
---------------------- */
#contact_table {
	margin: 30px 0;
}
#contact_table th,
#contact_table td{
	padding: 10px;
}
#contact_table .back1,
#contact_table .back2 {
	border-top: 1px dotted #999;
}
#contact_table .back3 {
	padding-top: 30px;
}
input[type="text"],
input[type="email"],
textarea{
	background: #fff;
	border: 1px #fff solid;
	border-radius: 5px;
	padding: 10px;
	font-size: 1rem;
}
input[type="text"],
input[type="email"]{
	width: 100%;
	max-width: 340px;
}
textarea{
	width: 100%;
/*	max-width: 480px; */
	height: 10rem;
}
.button input{
	min-width: 120px;
	background: royalblue;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 1.1rem;
	border-radius: 8px;
}
.button :hover {
	background-color: #414BE0;
}
.button a {
	min-width: 120px;
	display: inline-block;
	background: royalblue;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 1.0rem;
	border-radius: 8px;
}
.button a:hover {
	background-color: #414BE0;
}


#q1_error{line-height: 20px; color: red;}
#q2_error{line-height: 20px; color: red;}
#q3_error{line-height: 20px; color: red;}
#q4_error{line-height: 20px; color: red;}
#q5_error{line-height: 20px; color: red;}



/* モバイル版
------------------------------------------------------------------ */
@media (max-width: 770px) {
#pf_main{
	padding-left:25px;
	padding-right:25px;
}
.sm{
	display:block;
}
.pc{
	display:none;
}
header{
	background:#fff url(../images/title_motif70sm.png) no-repeat right 0;
}
#logo{
	width: 280px;
	margin-top: 28px;
	margin-left: 25px;
}
.breadcrumbs{
	margin-left:25px;

}
nav{
	background-color:#bbb;
	height:32px;
}
#navi {
	display: flex;
	margin-left:25px;
	margin-top: 14px;
	width:340px;
	list-style: none;
	background-color:#ccc;
	border-left: 2px solid #777;
}
#navi a {
	display:block;
	font-weight:400;
	color:#222;
}
#navi li {
	text-align:center;
	border-right: 2px solid #777;
	width:85px;
	font-size: 1.1rem;
	font-family: 'Arima Madurai', cursive;
}
#navi li p {
	padding-top:2px;
}
#top_read{
	font-size: 1rem;
	padding: 0 30px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 40px;
}
	
/* GRID
---------------------- */
.grid2 {
	display: grid;
	gap: 0px;
	grid-template-columns: 1fr;
	margin-top: 30px;
	margin-bottom: 30px;
}
.prof .grid2 {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
	margin-top: 30px;
	margin-bottom: 30px;
}
.grid4 {
	display: grid;
	gap: 25px;
	grid-template-columns: 1fr 1fr;
	margin-top: 30px;
	margin-bottom: 0px;
}

/* メイン記事部分
---------------------- */

.skill table {
	width: 100%;
	border-collapse: collapse;
	/* margin-bottom: 40px; */
	padding: 8px;
	border: none;
	font-size:95%;
}
.skill table tr th {
	width: 130px;
	padding: 10px;
	border-left:8px solid #dda0dd;
	background: #fff;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	text-align:left;
}
.skill table tr td {
	padding: 10px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}
.skill .sm{
	margin-bottom:-30px;
}


.prof table {
	border-collapse: collapse;
	margin-top: 10px;
	border: none;
}
.prof table tr th {
	width: 100px;
	padding:0px;
	background:#bcb4cc;
	text-align:center;
	color:#2f2d33;
	font-size: 90%;
	padding: 0;
}
.prof table tr td {
	padding: 5px 15px;
	border-left: 1px dotted #999;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	font-size: 95%;
	line-height: 1.3em;
}
}


/* モバイル版（さらに幅小）
------------------------------------------------------------------ */
@media (max-width: 440px) {
#pf_main{
	padding-left:20px;
	padding-right:20px;
}
#top_read{
	font-size:92%;
	padding: 0 20px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 25px;
}

#logo{
	width: 200px;
	margin-top: 35px;
	margin-left: 20px;
}
.breadcrumbs{
	margin: 28px auto;
}
#navi {
	display: flex;
	margin: 28px auto;
	width:100%;
	list-style: none;
	background-color:#ccc;
	border-left: 2px solid #777;
}
#navi li {
	text-align:center;
	border-right: 2px solid #777;
	width:25%;
	font-size: 1.1rem;
	font-family: 'Arima Madurai', cursive;
}
}

/* ---------- end ----------- */