@charset "utf-8";



/* ================================
 * firstview
 * ================================ */

#firstview {
    width: 80%;
    max-width: 700px;
    margin: 200px auto 120px;
}

.firstviewText {
	margin-bottom: 60px;
}
.firstviewText__date {
    font-size: 12px;
    letter-spacing: .08em;
    display: inline-block;
    margin-right: 1em;
    line-height: 1;
}
.firstviewText__categpry {
    font-size: 12px;
    letter-spacing: .08em;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin-bottom: 1em;
}
.firstviewText__categpry .pTrans {
    display: inline-block;
    vertical-align: bottom;
    transition: all 0.25s;
    cursor: pointer;
}
.firstviewText__categpry .pTrans:hover {
    opacity: 0.5;
}
.firstviewText__categpry .pTrans:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #333131;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.firstviewText__title {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .08em;
    margin: .2em 0 .6em;
    text-align: justify;
}
.firstviewText__tag object,
.firstviewText__tag .pTrans {
    background: #333131;
    border-radius: 1em;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: .1em 1em .2em;
    margin-right: .5em;
}


.firstviewRead {
    font-size: 17px;
    line-height: 2.1;
    letter-spacing: .06em;
    text-align: justify;
    margin-bottom: 30px;
}
.firstviewRead p {
	margin-bottom: 30px;
}


.firstviewImage {
	width: 100%;
	margin-bottom: 30px;
}


.firstviewOutline {
	background: #EAEAEA;
	padding: 5%;
	margin-bottom: 100px;
}
.firstviewOutline h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1;
	margin-bottom: 1em;
}
.firstviewOutline li {
	font-size: 16px;
	letter-spacing: .1em;
	position: relative;
	padding-left: 20px;
	margin-bottom: 1px;
}
.firstviewOutline li:nth-child(n+10) {
	padding-left: 30px;
}
.firstviewOutline li span {
	margin-right: .5em;
	position: absolute;
	left: 0;
	top: 2px;
}
.firstviewOutline li a {
	display: inline-block;
}
.firstviewOutline li a:hover {
	opacity: 1;
	text-decoration: underline;
}
.index{
    font-size: 1.6rem;
    font-weight: bolder;
}



/* ================================
 * article
 * ================================ */

#article {
	margin-bottom: 120px;
}
.article__section {
    margin-bottom: 120px;
}


.block__textarea,
.block__title,
.block__image01,
.block__image02 {
    width: 80%;
    max-width: 700px;
    margin: auto;
}

.block__textarea {
    margin-bottom: 30px;
}
.block__textarea p {
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: .06em;
    text-align: justify;
    margin-bottom: 30px;
}
.block__title {
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: .08em;
    font-weight: bold;
    margin-bottom: 30px;
}
.block__image01 {
    margin-bottom: 30px;
}
.block__image02 {
    margin-bottom: 30px;
    overflow: hidden;
}
.block__image02 > div {
    width: 47.5%;
    float: left;
}
.block__image02 > div:first-child {
    margin-right: 5%;
}
.block__image01 .-caption,
.block__image02 .-caption {
    font-size: 10px;
    line-height: 1.5;
    padding: 1em 0;
}
.block__image00 {
    margin: 20% 0 30px;
	width: 100%;
	height: 460px;
	background: url("/img/works/img00.jpg")
	            no-repeat center center / cover fixed;
	position: relative;
}

#article h3{
    font-size: 1.75rem;
    font-weight: bolder;
}

/* ================================
 * share
 * ================================ */
 
#share {
    margin: 0 auto 15%;
    text-align: center;
}

.share__title {
	font-size: 18px;
    line-height: 1;
}

.share__sns {
    overflow: hidden;
    padding: 15px;
}
.share__sns__icon {
	position: relative;
    display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0 8px;
}
.share__sns__icon:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgb(76 76 84 / 15%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s cubic-bezier(0.65, -0.54, 0.28, 1.49);
}
.share__sns__icon:hover:before {
    padding: 4px;
}
.share__sns__icon a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.share__sns__icon a:hover {
    opacity: 1;
}
.share__sns__icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.share__sns__icon.-fb svg {
	width: 18px;
    height: 18px;
}
.share__sns__icon.-tw svg {
	width: 17px;
    height: 17px;
}



/* ================================
 * blog list
 * ================================ */



/* h2 */
#article {
	counter-reset: item;
}
#article h2 {
	padding: 19px 20px;
	color: #fff;
	background-color: #E3606F;
}
#article h2::before {
	margin-right: 11px;
	content: counter(item) ".";
	counter-increment: item;
}

/* h3 */
#article h3 {
	margin: 80px 0 30px;
	padding: 8px 18px;
	background-color: #EAEAEA;
	letter-spacing: 0.15em;
}

/* p a */
.firstviewOutline li a {
	color: #0086C9;
	text-decoration: underline;
}
.firstviewOutline li a:hover {
	text-decoration: none;
}
#firstview mark,
#article mark {
	position: relative;
	background: linear-gradient(to bottom, transparent 0%, transparent 63%, #FAC03D 63%, #FAC03D 92%, transparent 92%, transparent 100%);
}
#article p a {
	color: #0086C9;
	display: inline-block;
	text-decoration: underline;
}
#article p a:hover {
	text-decoration: none;
}

/* table */
#article table {
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
	border: 3px solid #EAEAEA;
	background-color: #fff;
}
#article table td {
	padding: 25px 28px 25px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1.56;
	box-sizing: border-box;
}
#article table td:first-child {
	width: 37.5%;
	background-color: #EAEAEA;
}
#article table tr:not(:last-child) td {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
/* ol ul */
#article ul,
#article ol {
	margin-bottom: 30px;
	padding: 42px 48px;
	border: 3px solid #EAEAEA;
	background-color: #fff;
}
#article ul li,
#article ol li {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.15em;
	font-weight: 500;
}
#article ol {
	counter-reset: num;
}
#article ol li {
	padding-left: 25px;
	text-indent: -13px;
}
#article ol li:nth-child(n+10) {
	padding-left: 35px;
	text-indent: -18px;
}
#article ol li::before {
	display: inline-block;
	margin-right: 6px;
	content: counter(num) ".";
	counter-increment: num;
}
#article ul {
	padding-left: 44px;
}
#article ul li {
	padding-left: 28px;
	text-indent: -28px;
}
#article ul li::before {
    margin-right: 10px;
	content: '・';
}

/* btn */
#article .btn__list {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#article .btn__list.center {
	justify-content: center;
}
#article .btn__list .btn {
	margin-top: 30px;
	width: 47.5%;
}
#article .btn__list a {
	padding: 26px 27px 24px;
	position: relative;
	width: 100%;
	border: 3px solid #EAEAEA;
	border-radius: 50px;
	box-sizing: border-box;
	background-color: #fff;
}
#article .btn__list p {
	margin: 0;
	display: block;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0;
}
#article .btn__list p.font--en {
	font-size: 20px;
	margin-bottom: 4px;
	letter-spacing: 0.04em;
}
#article .btn__list .arrow {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 26px;
}

/* page_top */
.page_top {
	position: fixed;
	bottom: 15px;
	right: 76px;
	left: auto;
	transform: none;
	transition: all 0.3s;
}
.page_top p {
	font-size: 10px;
}
.page_top.hide {
	opacity: 0;
	visibility: visible;
}

/* share_fix */
#share.share_fix {
	margin: 0;
	position: fixed;
	right: 65px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
#share.share_fix .share__title {
	font-size: 10px;
	line-height: 1.5;
}
#share.share_fix .share__sns {
    padding: 5px 15px;
	overflow: visible;
}
#share.share_fix .share__sns__icon {
	margin: 0 0 8px 0;
	display: block;
	width: 40px;
	height: 40px;
}
#share.share_fix .share__sns__icon:last-child {
	margin-bottom: 0;
}
#share.share_fix .share__sns__icon:before {
	box-shadow: 0 0px 25px rgb(51, 49, 49, 0.1);
}
#share.share_fix .share__sns__icon.-fb svg {
    width: 15px;
    height: 15px;
}
#share.share_fix .share__sns__icon.-tw svg {
    width: 13px;
    height: 13px;
}