@charset "UTF-8";
body {
	font-size: 16px;
	color: #333;
	line-height: 2;
	letter-spacing: 0.03em;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}
}

p,
a,
dt,
dd,
li,
th,
td {
	line-height: 2;
}

a {
	color: #333;
}

a:hover {
	color: #333;
}

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

* {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: 0.03em;
}

::before,
::after {
	display: inline-block;
	text-decoration: inherit;
	vertical-align: inherit;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}

img.pdf_icon {
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	box-sizing: content-box;
	height: 0;
}

*:not(input):not(select):not(button):not(textarea):not(label):focus {
	outline: none;
}

select {
	height: 30px;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0 20px 0 5px;
	line-height: 1;
}

button,
input,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 4px 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
button {
	-webkit-appearance: none;
}

input {
	padding: 0 6px;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="button"],
input[type="submit"] {
	background-color: transparent;
	border: none;
}

button {
	overflow: visible;
	background-color: transparent;
	border-radius: 0;
	border: none;
}

button,
select {
	text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0 5px 0 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="text"],
select,
textarea {
	font-size: 100%;
}

input[type="text"]:focus,
textarea:focus {
	transition: 0.2s;
}

input[type="text"]:focus,
textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

textarea {
	overflow: auto;
	resize: vertical;
}

label {
	display: inline-block;
}

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

td,
th {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

ol {
	list-style-position: inside;
}

li {
	list-style-type: none;
}

address {
	font-style: normal;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
table,
thead,
tbody,
tfoot,
address {
	margin: 0;
	padding: 0;
}

input,
textarea,
table,
thead,
tbody,
tfoot,
address {
	text-align: left;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
form,
p {
	text-align: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	font-weight: normal;
}

figure {
	margin: 0;
}

.breadcrumb li {
	/**/
}

.button01 {
	/**/
}

.button02 {
	/**/
}

.pager li {
	/**/
}

.slidebtn {
	display: none;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 10000;
	transition: .2s;
}

@media screen and (max-width: 768px) {
	.slidebtn {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.slidebtn .arrow {
	width: 35px;
	height: 1px;
	background: #969696;
	transition: .2s;
}

.slidebtn .arrow:nth-child(2) {
	margin: 7px 0;
}

.slidebtn .ttl {
	font-size: 13px;
	color: #969696;
	letter-spacing: .1em;
	font-family: "Josefin Sans";
	font-weight: 700;
	margin-top: 5px;
	transition: .2s;
}

.slide-menu {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	background: #fff;
	z-index: 20;
	transition: .2s;
}

.slide-menu .slide-menu-nav {
	display: flex;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	padding: 0 30px;
}

.slide-menu .slide-menu-nav li {
	margin-top: 20px;
}

.slide-menu .slide-menu-nav li:first-child {
	margin-top: 0;
}

.slide-menu .slide-menu-nav li a {
	color: #333;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.slide-menu .slide-menu-nav li a span {
	display: block;
	font-size: 14px;
	color: #969696;
	font-family: "Josefin Sans";
	letter-spacing: .1em;
}

body.open .slide-menu {
	left: 0;
}

body.open .slide-menu .slide-menu-nav {
	position: relative;
	z-index: 22;
}

body.open .slidebtn {
	top: 30px;
}

body.open .slidebtn .ttl {
	margin-top: 15px;
}

body.open .slidebtn .arrow:nth-of-type(2) {
	display: none;
}

body.open .slidebtn .arrow:nth-of-type(1) {
	transform: rotate(45deg);
}

body.open .slidebtn .arrow:nth-of-type(3) {
	transform: rotate(-45deg);
}

header {
	padding-top: calc((30 / 1728) * 100vw);
	padding-left: calc((30 / 1728) * 100vw);
	padding-right: calc((30 / 1728) * 100vw);
	z-index: 12;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	position: fixed;
	top: 0;
}

@media screen and (min-width: 1728px) {
	header {
		padding-top: 30px;
	}
}

@media screen and (min-width: 1728px) {
	header {
		padding-left: 30px;
	}
}

@media screen and (min-width: 1728px) {
	header {
		padding-right: 30px;
	}
}

header .right {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	header .right {
		display: none;
	}
}

header .right .nav {
	display: flex;
}

header .right .nav li {
	text-align: center;
}

header .right .nav li a {
	line-height: 1.5;
	font-size: calc((16 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	header .right .nav li a {
		font-size: 16px;
	}
}

header .right .nav li a span {
	display: block;
	font-size: calc((14 / 1728) * 100vw);
	font-family: "Josefin Sans";
}

@media screen and (min-width: 1728px) {
	header .right .nav li a span {
		font-size: 14px;
	}
}

header .right .h-contact {
	margin-left: calc((50 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	header .right .h-contact {
		margin-left: 50px;
	}
}

header .right .h-contact img {
	width: calc((187 / 1728) * 100vw);
	height: calc((55 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	header .right .h-contact img {
		width: 187px;
	}
}

@media screen and (min-width: 1728px) {
	header .right .h-contact img {
		height: 55px;
	}
}

@media screen and (max-width: 768px) {
	header .left .logo {
		width: 110px;
		height: 50px;
		margin-top: 7px;
	}
}

header .left .logo svg {
	width: calc((189 / 1728) * 100vw);
	height: calc((70 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	header .left .logo svg {
		width: 189px;
	}
}

@media screen and (min-width: 1728px) {
	header .left .logo svg {
		height: 70px;
	}
}

@media screen and (max-width: 768px) {
	header .left .logo svg {
		width: 100%;
		height: 100%;
	}
}

header .nav {
	display: flex;
}

header .nav li {
	margin-right: calc((30 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	header .nav li {
		margin-right: 30px;
	}
}

header .nav li:last-child {
	margin-right: 0;
}

header .nav li a {
	text-transform: uppercase;
	font-family: "Josefin Sans";
	font-weight: 700;
	letter-spacing: .2em;
	text-decoration: none;
	font-size: calc((18 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	header .nav li a {
		font-size: 18px;
	}
}

.brd {
	margin-top: calc((50 / 1728) * 100vw);
	width: 100%;
	height: calc((59 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	.brd {
		margin-top: 50px;
	}
}

@media screen and (min-width: 1728px) {
	.brd {
		height: 59px;
	}
}

@media screen and (max-width: 768px) {
	.brd {
		margin-top: 30px;
		height: 50px;
	}
}

.brd svg {
	width: 100%;
	height: 100%;
}

.contact {
	background: linear-gradient(193deg, #4a83b8 0%, #155b8e 100%);
	padding-left: calc((157 / 1728) * 100vw);
	padding-right: calc((157 / 1728) * 100vw);
	padding-bottom: calc((75 / 1728) * 100vw);
	padding-top: calc((75 / 1728) * 100vw);
	position: relative;
}

@media screen and (min-width: 1728px) {
	.contact {
		padding-left: 157px;
	}
}

@media screen and (min-width: 1728px) {
	.contact {
		padding-right: 157px;
	}
}

@media screen and (min-width: 1728px) {
	.contact {
		padding-bottom: 75px;
	}
}

@media screen and (min-width: 1728px) {
	.contact {
		padding-top: 75px;
	}
}

@media screen and (max-width: 768px) {
	.contact {
		padding: 50px 20px;
	}
}

.contact a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.contact .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

@media screen and (max-width: 768px) {
	.contact .wrap {
		flex-direction: column;
		align-items: flex-start;
	}
}

.contact .wrap .left {
	width: calc((540 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	.contact .wrap .left {
		width: 540px;
	}
}

@media screen and (max-width: 768px) {
	.contact .wrap .left {
		width: 100%;
	}
}

.contact .wrap .left .contact-sub-ttl {
	font-size: calc((16 / 1728) * 100vw);
	color: #fff;
	letter-spacing: .1em;
	font-weight: 700;
}

@media screen and (min-width: 1728px) {
	.contact .wrap .left .contact-sub-ttl {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.contact .wrap .left .contact-sub-ttl {
		font-size: 12px;
		margin-bottom: 10px;
	}
}

.contact .wrap .left .ttl {
	font-size: calc((80 / 1728) * 100vw);
	letter-spacing: .1em;
	color: #fff;
	font-family: "Josefin Sans";
	font-weight: 700;
	line-height: 1;
	margin-top: calc((30 / 1728) * 100vw);
	margin-bottom: calc((20 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	.contact .wrap .left .ttl {
		font-size: 80px;
	}
}

@media screen and (min-width: 1728px) {
	.contact .wrap .left .ttl {
		margin-top: 30px;
	}
}

@media screen and (min-width: 1728px) {
	.contact .wrap .left .ttl {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.contact .wrap .left .ttl {
		font-size: 34px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

.contact .wrap .left .read {
	font-size: calc((16 / 1728) * 100vw);
	color: #fff;
	letter-spacing: .05em;
	font-weight: 500;
}

@media screen and (min-width: 1728px) {
	.contact .wrap .left .read {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.contact .wrap .left .read {
		font-size: 12px;
		margin-bottom: 10px;
	}
}

.contact .wrap .right {
	display: flex;
	align-items: center;
}

.contact .wrap .right p {
	margin-right: calc((30 / 1728) * 100vw);
	font-size: calc((16 / 1728) * 100vw);
	letter-spacing: .1em;
	color: #fff;
	font-weight: 700;
}

@media screen and (min-width: 1728px) {
	.contact .wrap .right p {
		margin-right: 30px;
	}
}

@media screen and (min-width: 1728px) {
	.contact .wrap .right p {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.contact .wrap .right p {
		font-size: 14px;
		margin-right: 20px;
	}
}

.contact .wrap .right svg {
	width: calc((87 / 1728) * 100vw);
	height: calc((87 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	.contact .wrap .right svg {
		width: 87px;
	}
}

@media screen and (min-width: 1728px) {
	.contact .wrap .right svg {
		height: 87px;
	}
}

@media screen and (max-width: 768px) {
	.contact .wrap .right svg {
		width: 40px;
		height: 40px;
	}
}

footer {
	padding-top: calc((30 / 1728) * 100vw);
	padding-bottom: calc((30 / 1728) * 100vw);
	padding-left: calc((30 / 1728) * 100vw);
	padding-right: calc((30 / 1728) * 100vw);
	z-index: 12;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

@media screen and (min-width: 1728px) {
	footer {
		padding-top: 30px;
	}
}

@media screen and (min-width: 1728px) {
	footer {
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 1728px) {
	footer {
		padding-left: 30px;
	}
}

@media screen and (min-width: 1728px) {
	footer {
		padding-right: 30px;
	}
}

footer .right {
	display: flex;
	align-items: center;
}

footer .right .nav {
	display: flex;
}

footer .right .nav li {
	text-align: center;
}

footer .right .nav li a {
	line-height: 1.5;
	font-size: calc((16 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	footer .right .nav li a {
		font-size: 16px;
	}
}

footer .right .nav li a span {
	display: block;
	font-size: calc((14 / 1728) * 100vw);
	font-family: "Josefin Sans";
}

@media screen and (min-width: 1728px) {
	footer .right .nav li a span {
		font-size: 14px;
	}
}

footer .right .h-contact {
	margin-left: calc((50 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	footer .right .h-contact {
		margin-left: 50px;
	}
}

footer .right .h-contact img {
	width: calc((187 / 1728) * 100vw);
	height: calc((55 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	footer .right .h-contact img {
		width: 187px;
	}
}

@media screen and (min-width: 1728px) {
	footer .right .h-contact img {
		height: 55px;
	}
}

footer .left .logo svg {
	width: calc((189 / 1728) * 100vw);
	height: calc((70 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	footer .left .logo svg {
		width: 189px;
	}
}

@media screen and (min-width: 1728px) {
	footer .left .logo svg {
		height: 70px;
	}
}

@media screen and (max-width: 768px) {
	footer {
		display: none;
	}
}

footer .nav {
	display: flex;
}

footer .nav li {
	margin-right: calc((30 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	footer .nav li {
		margin-right: 30px;
	}
}

footer .nav li:last-child {
	margin-right: 0;
}

footer .nav li a {
	text-transform: uppercase;
	font-family: "Josefin Sans";
	font-weight: 700;
	letter-spacing: .2em;
	text-decoration: none;
	font-size: calc((18 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	footer .nav li a {
		font-size: 18px;
	}
}

.sns-list {
	display: flex;
	justify-content: center;
	margin-top: calc((100 / 1728) * 100vw);
	margin-bottom: calc((100 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	.sns-list {
		margin-top: 100px;
	}
}

@media screen and (min-width: 1728px) {
	.sns-list {
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 768px) {
	.sns-list {
		margin: 20px 0;
	}
}

.sns-list li {
	margin-right: calc((20 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	.sns-list li {
		margin-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	.sns-list li {
		margin-right: 20px;
	}
}

.sns-list li:last-child {
	margin-right: 0;
}

.sns-list li svg {
	width: calc((50 / 1728) * 100vw);
	height: calc((50 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	.sns-list li svg {
		width: 50px;
	}
}

@media screen and (min-width: 1728px) {
	.sns-list li svg {
		height: 50px;
	}
}

@media screen and (max-width: 768px) {
	.sns-list li svg {
		width: 30px;
		height: 30px;
	}
}

.news-list li {
	/**/
}

.slide-menu {
	/**/
}

#id {
	display: none;
}

.container {
	width: calc((1200 / 1728) * 100vw);
	margin: 0 auto;
}

@media screen and (min-width: 1728px) {
	.container {
		width: 1200px;
	}
}

@media screen and (max-width: 768px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}
}

.bg {
	padding-right: calc((60 / 1728) * 100vw);
	padding-left: calc((60 / 1728) * 100vw);
	width: calc((1608 / 1728) * 100vw);
	height: calc((440 / 1728) * 100vw);
	margin: 0 auto;
	margin-bottom: calc((123 / 1728) * 100vw);
	margin-top: calc((140 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	.bg {
		padding-right: 60px;
	}
}

@media screen and (min-width: 1728px) {
	.bg {
		padding-left: 60px;
	}
}

@media screen and (min-width: 1728px) {
	.bg {
		width: 1608px;
	}
}

@media screen and (min-width: 1728px) {
	.bg {
		height: 440px;
	}
}

@media screen and (min-width: 1728px) {
	.bg {
		margin-bottom: 123px;
	}
}

@media screen and (min-width: 1728px) {
	.bg {
		margin-top: 140px;
	}
}

@media screen and (max-width: 768px) {
	.bg {
		width: 100%;
		padding: 0;
		height: 200px;
		margin-bottom: 80px;
		margin-top: 80px;
	}
}

.works-ttl {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc((30 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	.works-ttl {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	.works-ttl {
		padding: 0 20px;
		flex-direction: column;
	}
}

.works-ttl h2 {
	font-size: calc((62 / 1728) * 100vw);
	letter-spacing: .2em;
	font-weight: 700;
	line-height: 1.3;
	font-family: "Josefin Sans";
}

@media screen and (min-width: 1728px) {
	.works-ttl h2 {
		font-size: 62px;
	}
}

@media screen and (max-width: 768px) {
	.works-ttl h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}
}

.works-ttl h2 span {
	display: block;
	font-size: calc((16 / 1728) * 100vw);
	letter-spacing: .15em;
	line-height: 2;
	color: #8F8F8F;
	margin-top: calc((0 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	.works-ttl h2 span {
		font-size: 16px;
	}
}

@media screen and (min-width: 1728px) {
	.works-ttl h2 span {
		margin-top: 0px;
	}
}

@media screen and (max-width: 768px) {
	.works-ttl h2 span {
		font-size: 12px;
	}
}

.works-ttl .read {
	width: calc((623 / 1728) * 100vw);
	font-weight: 500;
	font-size: calc((16 / 1728) * 100vw);
	letter-spacing: .1em;
}

@media screen and (min-width: 1728px) {
	.works-ttl .read {
		width: 623px;
	}
}

@media screen and (min-width: 1728px) {
	.works-ttl .read {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.works-ttl .read {
		font-size: 14px;
		width: 100%;
		margin-bottom: 30px;
	}
}

.works-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: calc((80 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	.works-list {
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 768px) {
	.works-list {
		flex-direction: column;
	}
}

.works-list li {
	width: calc((580 / 1728) * 100vw);
	margin-bottom: calc((40 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	.works-list li {
		width: 580px;
	}
}

@media screen and (min-width: 1728px) {
	.works-list li {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	.works-list li {
		width: 100%;
		margin-bottom: 50px;
	}
}

.works-list li .thumb {
	margin-bottom: calc((20 / 1728) * 100vw);
	width: 100%;
	height: calc((370 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	.works-list li .thumb {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1728px) {
	.works-list li .thumb {
		height: 370px;
	}
}

@media screen and (max-width: 768px) {
	.works-list li .thumb {
		height: 200px;
	}
}

.works-list li .thumb img {
	border-radius: calc((10 / 1728) * 100vw);
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 1728px) {
	.works-list li .thumb img {
		border-radius: 10px;
	}
}

@media screen and (max-width: 768px) {
	.works-list li .thumb img {
		border-radius: 10px;
	}
}

.works-list li .ttl {
	color: #333;
	font-size: calc((24 / 1728) * 100vw);
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: calc((0 / 1728) * 100vw);
}

@media screen and (min-width: 1728px) {
	.works-list li .ttl {
		font-size: 24px;
	}
}

@media screen and (min-width: 1728px) {
	.works-list li .ttl {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 768px) {
	.works-list li .ttl {
		font-size: 20px;
		margin-bottom: 0px;
	}
}

.works-list li .ttl span {
	color: #8f8f8f;
	font-size: calc((14 / 1728) * 100vw);
	display: inline-block;
	margin-left: calc((20 / 1728) * 100vw);
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: "Josefin Sans";
	font-weight: 700;
}

@media screen and (min-width: 1728px) {
	.works-list li .ttl span {
		font-size: 14px;
	}
}

@media screen and (min-width: 1728px) {
	.works-list li .ttl span {
		margin-left: 20px;
	}
}

@media screen and (max-width: 768px) {
	.works-list li .ttl span {
		font-size: 12px;
		margin-left: 10px;
	}
}

.works-list li .read {
	font-size: calc((16 / 1728) * 100vw);
	letter-spacing: .05em;
}

@media screen and (min-width: 1728px) {
	.works-list li .read {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.works-list li .read {
		font-size: 14px;
	}
}

/*# sourceMappingURL=archive-works.css.map */