@charset "utf-8";

/*ブラウザ毎のCSS設定をリセットします*/

*{
	margin:0;
	padding:0;
}

/* ==================== 基本CSS ==================== */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 150%;
	color: #333C39;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}

a { text-decoration: none; outline:none; cursor: pointer; }
a:link { color: #333C39; }
a:visited { color: #333C39; }
a:hover { color: #333C39; opacity: 0.7; }
a:active { color: #333C39; opacity: 0.7; }

ul { list-style: none; }

.clearfix { clear: both; display: block; }
.clearfix:after { content: ""; height: 0; display: block; clear: both; overflow: hidden; }


/*画像*/
img{
	border: none;
	margin: 0;
	vertical-align: top;
}

img a{
	border: none;
	margin: 0;
}

.fontOak {
	font-family: 'Orkney', sans-serif;
}
.fontPoi {
	font-family: 'Poiret One', cursive;
}
.txt_green {
	color: #76D6B9;
}


/*--------------------------------------------------------
基本のフレーム設定
--------------------------------------------------------*/

#wrapper {
	width: 1000px;
	margin: 30px auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

#contents {
	background: #F2F5F4;
	width: 100%;
	margin: 48px auto 0;
	padding: 0 0 60px;
	text-align: center;
	scroll-behavior: smooth;
}

@media screen and (max-width:480px) {
	#contents {
		width: 100%;
		margin-top: 40px;
	}
}

/*--------------------------------------------------------
TOP
--------------------------------------------------------*/

header.siteHeader {
	/*background: url(/img/hdr-bg.png) no-repeat 0 0;*/
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	header.siteHeader {
		max-width: calc(100% - 80px);
	}
}
@media all and (min-width: 480px) and (max-width: 768px) {
	header.siteHeader {
		max-width: calc(100% - 80px);
	}
}

#siteTitle {
	padding: 80px 0 8px;
}
#siteTitle a {
	display: inline-block;
	font-size: 60px;
	font-family: 'Poiret One', cursive;
	color: #333C39;
	text-decoration: none;
	line-height: 120%;
	margin: 0 auto;
}
#siteTitle a span {
	font-size: 50px;
}

#siteLead {
	color: #333C39;
	font-size: 13px;
	font-family: 'Orkney', sans-serif;
	font-weight: 300;
}
.subLead {
	color: #808886;
	font-size: 11px;
	font-family: 'Orkney', sans-serif;
	font-weight: 300;
}

@media screen and (max-width:480px) {
	header.siteHeader {
		width: calc((100% - 40px));
		padding-left: 8px;
	}
	#siteTitle {
		padding-top: 140px;
	}
	.subLead {
		display: none;
	}
}

.siteMenu {
	position: absolute;
}
.siteMenu li {
	margin-top: 4px;
	font-size: 13px;
	font-family: 'Orkney', sans-serif;
}
.siteMenu li:first-child {
	margin-top: 0;
}
header .siteMenu {
	top: 0;
	right: 0;
	border-right: #333C39 1px solid;
	padding: 60px 28px 0 0;
	text-align: right;
}
footer .siteMenu {
	bottom: 0;
	left: 0;
	border-left: #333C39 1px solid;
	padding: 0 0 52px 28px;
	text-align: left;
}
@media screen and (max-width:480px) {
	.siteMenu li {
		margin-top: 8px;
	}
		header .siteMenu {
		padding: 32px 20px 0 0;
	}
	footer .siteMenu {
		padding: 0 0 120px 20px;
	}
}


p#siteLanguage {
	display: inline;
	margin: 0 0 0 25px;
}

#contents-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 80px;
	text-align: left;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	#contents-inner {
		max-width: calc(100% - 80px);
	}
}
@media all and (min-width: 480px) and (max-width: 768px) {
	#contents-inner {
		max-width: calc(100% - 80px);
	}
}
@media screen and (max-width:480px) {
	#contents-inner  {
		width: calc((100% - 56px));
	}
}

#contents-inner h1 {
	font-size: 40px;
	line-height: 120%;
}
#contents-inner .siteName h1 {
	font-size: 28px;
	font-weight: 400;
	line-height: 150%;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
@media screen and (max-width:480px) {
	#contents-inner .siteName h1 {
		margin-top: 40px;
	}
}
#contents-inner section p {
	margin-top: 12px;
	line-height: 180%;
}
#contents-inner .siteName p.rolls {
	margin-top: 40px;
}

.prottl {
	margin-top: 24px;
	padding: 4px 12px 2px;
	background-color: #E1E8E6;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.05);
	border-radius: 20px;
	display: inline-block;
	font-size: 14px;
}
.prottl + .worksList, .prottl + .worksList.list4 {
	margin-top: -16px;
}

.subttl {
	margin-top: 40px;
	padding-left: 32px;
	position: relative;
}
.subttl::before {
	content: "";
	background: url(/img/point.svg) no-repeat left center/20px 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
.contents-top .subttl:nth-of-type(n+2) {
	margin-top: 40px;
}
.archiveLink + .subttl {
	margin-top: 32px;
}


.company-name {
	margin-top: 12px;
	font-size: 20px;
}

.ttl {
	margin-top: 12px;
	font-size: 16px;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}

.subtxt {
	margin-top: 8px;
	color: #808886;
	font-size: 12px;
}

#contents-inner section p.refLink {
	font-size: 14px;
	margin-top: 0;
}
#contents-inner section p.refLink a {
	text-decoration: underline;
}
.refLink a:after {
	content: "";
	background: url(/img/link-external.svg) no-repeat right center/14px 14px;
	display: inline-block;
	width: 14px;
	height: 14px;
	padding-right: 18px;
	vertical-align: middle;
}

.worksList {
	margin-top: -8px;
	display: flex;
	flex-wrap: wrap;
}
.worksList li {
	margin-top: 32px;
	margin-right: 32px;
	width: calc((100% - 64px) / 3);
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 1px 1px 0 rgb(0 0 0 / 0.05);
}
.worksList li:hover {
	transform: scale(1.02);
	transition: 0.2s ease;
}
.worksList li a {
	padding: 20px;
	display: block;
}
.worksList li:nth-child(3n) {
	margin-right: 0;
}
.worksList.list4 {
	margin-top: 0;
}
.worksList.list4 li {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
}
.worksList.list4 li a {
	padding: 20px 20px 16px;
	display: block;
}
.worksList.list4 li:nth-child(4n) {
	margin-right: 0;
}
.worksList.list4 li .ttl {
	font-size: 14px;
	line-height: 150%;
}

.worksList li img {
	width: 100%;
	border-radius: 8px;
}

@media screen and (max-width:480px) {
	.worksList li {
		width: 100%;
	}
	.worksList li {
		margin: 24px 0 0;
		border-radius: 20px;
	}
	.worksList li img {
		border-radius: 12px;
	}
	.prottl + .worksList, .prottl + .worksList.list4 {
		margin-top: 0;
	}
	.worksList.list4 li {
		width: calc((100% - 12px) / 2);
		margin-top: 12px;
		margin-right: 12px;
		border-radius: 12px;
	}	
	.worksList.list4 li a {
		padding: 16px 16px 12px;
	}	
	.worksList.list4 li:nth-child(even) {
		margin-right: 0;
	}	
	.worksList.list4 li img {
		border-radius: 8px;
	}
	.worksList.list4 li .ttl {
		font-size: 12px;
	}
}


.archiveLink {
	margin-top: 80px;
	background-color: #E1E8E6;
	box-shadow: 1px 1px 0 rgb(0 0 0 / 0.05);
	border-radius: 12px;
}
.archiveLink .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	padding: 16px 28px;
    cursor: pointer;
}
.archiveLink .btn::after {
	content: "";
	background: url(/img/arrow-down.svg) no-repeat right center / 12px 6px;
	display: inline-block;
	width: 12px;
	height: 6px;
	margin-left: 12px;
	vertical-align: middle;
    transition: transform .3s;
}
.archiveLink[open] .btn::after {
    transform: rotate(180deg);
}
.archiveLink .archiveContents {
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
	padding: 20px 28px 40px;
	border-top: 1px solid #EAEDEC;
}
.archiveLink[open] .archiveContents {
    transform: none;
    opacity: 1;
	border-radius: 0 0 12px 12px;
}
.archiveLink .archiveContents .subttl {
    margin-top: 0;
}
.archiveLink .worksList.list4 {
	margin-top: -16px;
}
.archiveLink .worksList.list4 li {
	background-color: #F5F9F7;
}
.archiveLink .worksList.list4 li a {
	padding: 16px 16px 12px;
	display: block;
}
@media screen and (max-width:480px) {
	.archiveLink .btn {
		padding: 16px 20px;
	}
	.archiveLink .archiveContents {
		padding: 16px 16px 24px;
	}
	.archiveLink .worksList.list4 {
		margin-top: 0;
	}
	.archiveLink .worksList.list4 li a {
		padding: 12px 12px 8px;
}

}


.detailPage {
	display: flex;
	letter-spacing: 0.5px;
}

.detailPage .subhead {
	margin-top: 52px;
	padding-bottom: 2px;
	border-bottom: 1px solid #333C39;
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
}
.detailPage .overview {
	margin-top: 0;
}
.detailPage .overview dt {
	margin-top: 12px;
	font-size: 13px;
	font-weight: 500;
}
.detailPage .overview dd {
	margin-top: 4px;
}

.detailList {
	margin-top: 12px;
}
.detailList li {
	margin-left: 18px;
	margin-top: 8px;
	position: relative;
}
.detailList li::before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #333C39;
	position: absolute;
	left: -14px;
	top: 10px;
}
.detailList li:first-child {
	margin-top: 0;
}
.detailPage dd .detailList {
	margin-top: 0;
}
.detailPage p + .detailList {
	margin-top: 8px;
}
.detailPage .detailList + p {
	margin-top: 8px !important;
}

.detailPage .box_txt {
	width: 480px;
}
.detailPage .box_img {
	width: 460px;
	margin-left: 60px;
}
.box_img img {
	width: 100%;
}
.box_img a img:hover {
	transition: 0.2s ease;
	cursor: zoom-in;
}
.modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 1000;
}
.modal:target {
	display: block;
}
.overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.5);
	display: block;
	cursor: zoom-out;
}
.overlay:hover {
	opacity: 1;
}
.modal-content {
	position: relative;
	z-index: 1;
	max-width: 82vw;
	max-height: 90vh;
	margin: 5vh auto;
	padding: 32px 40px 40px;
	overflow: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	border-radius: 20px;
	scrollbar-width: none;
}
.modal-content img {
	display: block;
	width: 100%;
	height: auto;
	pointer-events: auto;
}
a.close{
	position: absolute;
	top: 32px;
	right: 40px;
	z-index: 2;
	width: 32px;
	height: 32px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 40px;
	font-weight: 100;
}
@media screen and (max-width:480px) {
	.modal-content {
		max-width: 95vw;
		max-height: 82vh;
		padding: 20px;
		border-radius: 12px;
	}
	a.close{
		top: 2px;
		right: 8px;
		z-index: 2;
		font-size: 24px;
	}
}

.box_img section {
	margin-top: 40px;
}
.box_img section:first-child {
	margin-top: 0;
}

@media screen and (max-width:480px) {
	.detailPage {
		flex-direction: column;
	}
	.detailPage .box_txt, .detailPage .box_img {
		display: contents;
		width: 100%;
	}
	.detailPage .siteName {
		order: 1;
	}
	.detailPage .txt01 {
		order: 3;
	}
	.detailPage .txt02 {
		order: 4;
	}
	.detailPage .txt03 {
		order: 5;
	}
	.detailPage .txt04 {
		order: 6;
	}
	.detailPage .txt05 {
		order: 7;
	}
	.detailPage .txt05 {
		order: 8;
	}
	.detailPage .txt06 {
		order: 9;
	}
	.detailPage .txt07 {
		order: 10;
	}
	.detailPage .img00 {
		order: 2;
	}
	.detailPage .img01 {
		order: 20;
	}
	.detailPage .img02 {
		order: 21;
	}
	.detailPage .img03 {
		order: 22;
	}
	.detailPage .img04 {
		order: 23;
	}
	.box_img section:first-child {
		margin-top: 40px;
	}
	.box_img section {
		margin: 40px 0 0;
	}	
}

h1 + section {
	margin-top: 40px;
}

.pagenation {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width:480px) {
	.pagenation {
		width: calc(100% - 40px);
	}
}
.pagenation li {
	line-height: 40px;
	vertical-align: middle;
}
.pagenation li.prev {
	margin-right: auto;
}
.pagenation li.prev a::before {
	content: " ";
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	border: 1px solid #E1E8E6;
	border-radius: 50%;
	background: url(/img/arrow-prev.svg) no-repeat center center / 8px 12px;
}
.pagenation li.next {
	margin-left: auto;
}
.pagenation li.next a::after {
	content: " ";
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 12px;
	border: 1px solid #E1E8E6;
	border-radius: 50%;
	background: url(/img/arrow-next.svg) no-repeat center center / 8px 12px;
}
.pagenation li a {
	display: flex;
}

#profile {
	display: flex;
}
#profile a {
	text-decoration: underline;
}
#profile .profile_img {
	width: 200px;
}
#profile .profile_img img {
	width: 100%;
}
#profile .profile_txt {
	width: calc(100% - 300px);
	margin-right: 100px;
}
#profile .profile_txt h2 {
	font-size: 28px;
}
#profile .profile_txt .name {
	font-size: 16px;
	margin-top: 4px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	#profile .profile_img {
		width: 100%;
		max-width: 200px;
	}
	#profile .profile_txt {
		width: auto;
	}
}
@media all and (min-width: 480px) and (max-width: 768px) {
	#profile .profile_img {
		width: 100%;
		max-width: 200px;
	}
	#profile .profile_txt {
		width: auto;
	}
}

#profile .skills {
	margin: 0;
}
#profile .skills dl {
	display: flex;
	margin-top: 20px;
}
#profile .skills .skills_label {
	width: 100px;
	margin-right: 20px;
	font-weight: 300;
}
#profile .skills .skills_bar {
	width: calc(100% - 120px);
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	max-width: 300px;
}
#profile .skills .skills_bar hr {
	height: 1px;
	border: none;
	border-top: #333C39 1px solid;
	width: 100%;
	margin: auto 0;
	position: absolute;
	top: 50%;
	left: 0;
}
#profile .skills .skills_bar .skills_point {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333C39;
}
#profile .skills .skills_bar .skills_point.active {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #76D6B9;
	z-index: 1;
}
@media screen and (max-width:480px) {
	#contents-inner.aboutPage h1 {
		font-size: 36px;
	}
	#profile .profile_txt h2 {
		font-size: 24px;
	}
	#profile {
		display: block;
	}
	#profile .profile_img {
		width: 100%;
		text-align: center;
		margin: 32px auto 0;
	}
	#profile .profile_img img {
		width: 180px;
	}
	#profile .profile_txt {
		width: 100%;
		text-align: left;
		margin: 40px 0 0;
	}
	#profile .skills .skills_label {
		width: 100px;
		font-size: 14px;
	}
	#profile .skills .skills_bar {
		width: calc((100% - 80px));
	}
	#profile .skills .skills_bar .skills_point.active {
		width: 10px;
		height: 10px;
	}
}

#design_journey {
	margin-top: 80px;
}
.design_journey {
	width: 700px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.design_journey {
		width: 100%;
	}
}
@media all and (min-width: 480px) and (max-width: 768px) {
	.design_journey {
		width: 100%;
	}
}

@media screen and (max-width:480px) {
	.design_journey {
		width: 100%;
	}
}

#contact {
	margin-top: 80px;
}


#siteFooter {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 180px 0 20px;
	color: #333C39;
	font-size: 12px;
	text-align: right;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	#siteFooter {
		max-width: calc(100% - 80px);
	}
}
@media all and (min-width: 480px) and (max-width: 768px) {
	#siteFooter {
		max-width: calc(100% - 80px);
	}
}
@media screen and (max-width:480px) {
	#siteFooter  {
		width: calc(100% - 40px);
		padding-top: 240px;
	}
}

p#ftrBtn {
	position: absolute;
	width: 35px;
	height: 30px;
	top: 10px;
	right: 0;
}

p#ftrBtn a {
	display: block;
	background: url(/img/ftr-pagetop.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 35px;
	height: 30px;
}





