@charset "UTF-8";
/*============================================

                  ▼ reset ▼

============================================*/
*, ::before, ::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select, textarea {
  font: inherit;
  border: none;
  outline: none;
  border-radius: 0;
  background-color: transparent;
}

input {
  -webkit-appearance: none;
}

button {
  background: none;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
}


/*============================================

                  ▼ base ▼

============================================*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
	position: relative;
  font-family: 'A1 Gothic M', 'dnp-shuei-mgothic-std', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.15rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

a {
  color: #333;
  transition: all 0.3s ease;
}

img {
  display: block;
  width: 100%;
  height: auto;
}


/*============================================

                  ▼ header ▼

============================================*/
.head {
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.head.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}
.head.fixed::after {
	position: absolute;
  top: 0;
  left: 0;
	content: "";
	display: block;
	width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  z-index: -1;
}
/*.head-nav, .wrap {
	width: 95%;
	max-width: 1080px;
	margin: 0 auto;
}*/
.head-nav ul {
	text-align: right;
}
.head-nav ul li {
	display: inline-block;
	padding: 1rem;
}
.head-nav a:hover {
	font-weight: 900;
}
@media screen and ( min-width: 768px ) {
	.head-nav ul {
		text-align: right;
	}
}

/*============================================

                  ▼ contents ▼

============================================*/
.wrap {
	width: 95%;
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 3em;
	padding-bottom: 3em;
}
.section-title {
	margin-bottom: 2em;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
}
.section-title::after {
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	margin: 0 auto;
	border-radius: 100px;
	background-color: #F77676;
}
@media screen and (min-width: 768px) {
	.wrap {
		padding-top: 6em;
		padding-bottom: 6em;
	}
	.section-title {
		font-size: 3rem;
	}
}

/*works*/
/*#works {
	background-color: #f6f6f6;
}*/
.work-list {
	margin-bottom: -3rem;
}
.work {
	position: relative;
	border-radius: 15px;
	margin-bottom: 3rem;
	background-color: #f8f8f8;
	overflow: hidden;
	transition: all 0.3s;
}
.work:hover {
	transform: scale(1.05);
}
.work::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-color: #FFC400;
}
.work .visual {
	max-height: 230px;
	overflow: hidden;
}
/*.work .visual img {
	transition: all 0.3s;	
}
.work:hover .visual img {
	transform-origin: 50% 0%;
	transform: scale(1.1);
}*/
.work .about {
	padding: 1rem;
}
.work .about .title {
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.4;
}
.work .about .category {
	margin-bottom: 1rem;
}
.work .about .category::after {
	content: "";
	display: block;
	clear: both;
}
.work .about .category li {
	float: right;
	display: inline-block;
	min-width: 60px;
	padding: 2px 5px;
	margin-left: 5px;
	color: #fff;
	font-size: 1.1rem;
	border-radius: 30px;
}
.work .about .category li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 0.5rem;
	border-radius: 50%;
	background-color: #f8f8f8;
	vertical-align: middle;
}
.work .about .category li.lp {
	background-color: #1ABC9C;
}
.work .about .category li.web {
	background-color: #188DC9;
}
.work .about .category li.wp {
	background-color: #F77676;
}
/*.work .about .category li.web {
	background-color: #FFC400;
}*/
.work .about .skill dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0.3rem 0;
	font-size: 1.2rem;
}
.work .about .skill dt {
	width: 35%;
}
.work .about .skill dd {
	width: 65%;
}

@media screen and (min-width: 768px) {
	.work-list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.work {
		width: 30%;
	}
}

/*profile*/
#profile {
	background-color: #f8f8f8;
}
.profile .name {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	text-align: center;
}
.profile .name::before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 1rem;
	border-radius: 50%;
	background-color: #eee;
	background-image: url("/assets/img/img-profile.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	vertical-align: middle;
}
.profile dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: 1px solid #ddd;
}
.profile dt {
	width: 30%;
	padding: 0.5rem;
}
.profile dd {
	width: 70%;
	padding: 0.5rem;
}
.profile .history dl {
	flex-wrap: wrap;
	border-bottom: none;
}
.profile .history dt {
	width: 100%;
	font-weight: 900;
	border-bottom: 1px dashed #ddd;
}
.profile .history dd {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.profile .name {
		font-size: 2.4rem;
	}
	.profile .name::before {
		width: 60px;
		height: 60px;
	}
	.profile dt, .profile dd {
		padding: 2rem 1rem;
	}
/*	.profile .history dl {
		flex-wrap: wrap;
		border-bottom: none;
	}*/
	.profile .history dt {
		width: 30%;
	}
	.profile .history dd {
		width: 70%;
		border-bottom: 1px dashed #ddd;
	}
	.profile .history dl:last-child dt, .profile .history dl:last-child dd {
		border-bottom: none;
	}
}


/*contact*/
.form {
	max-width: 800px;
	margin: 0 auto;
}
.form dl {
	margin-bottom: 1rem;
}
.form dt .required::after {
	content: "必須";
	display: inline-block;
	padding: 2.5px 5px;
	margin-left: 1rem;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.4;
	border-radius: 10px;
	background-color: #F77676;
	vertical-align: middle;
}
.form input, .form select, .form textarea {
	width: 100%;
	padding: 1rem;
	font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	font-size: 1.6rem;
	border-radius: 15px;
	background-color: #f8f8f8;
	-webkit-appearance: none;
}
.form input::placeholder, .form textarea::placeholder,
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder,
.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
	color: #ccc;
}
.form textarea {
	-webkit-overflow-scrolling: touch;
	resize: vertical;
}
.btn-submit, .btn-back {
	display: block;
	width: 90%;
	max-width: 240px;
	margin: 0 auto;
	padding: 1.2rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	text-align: center;
	border-radius: 30px;
	transition: all 0.3s ease;
}
.btn-submit:hover, .btn-back:hover {
	opacity: 0.8;
}
.btn-submit {
	background-color: #F77676;
}
.btn-back {
	background-color: #aaa;
}
.contact-lead {
	margin-bottom: 3em;
	text-align: center;
}
#confirm .form, .error-list {
	max-width: 600px;
	padding: 1rem;
	margin: 3em auto;
	background-color: #f8f8f8;
}
.error-list li::before {
	content: "\f00d";
	display: inline-block;
	margin-right: 0.5rem;
	color: #F77676;
	font-family: "Font Awesome 5 Free";
	font-size: 2rem;
	font-weight: 900;
	vertical-align: middle;
}
#confirm .btn-submit {
	margin-bottom: 2rem;
}
@media screen and ( min-width: 768px ) {
	.form dl {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: 3rem;
	}
	.form dt {
		width: 30%;
		padding-top: 1.5rem;
	}
	.form dd {
		width: 70%;
	}
	#confirm .form, .error-list {
		padding: 2rem;
	}
}
/*============================================

                  ▼ footer ▼

============================================*/
.pagetop {
	position: relative;
	bottom: -80px;
	right: 10px;
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	border-radius: 50%;
	background-color: #ccc;
	transition: all 0.3s ease;
}
.pagetop .fa-angle-up {
	position: absolute;
	top: 1.5rem;
	left: 0;
	right: 0;
}
/*.pagetop::before {
	content: "▲";
	display: inline-block;
	color: #fff;
	font-size: 2.4rem;
}*/
.copyright {
	text-align: center;
}