@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}

.sc-container, .sc-container div, 
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4,
.sc-container p, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container img {
	border: 0;
}

.sc-container li {
	list-style: none;
}

.sc-container h1, .sc-container h2,
.sc-container h3, .sc-container h4 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

.sc-container dl {
	font-size: 0;
}

button {
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	appearance: none;
}

/* ====================
***
==================== */
.sc-container {
	width: 100%;
	margin: 0 auto;
	padding: 48px 0 0;
	background: #ffffff;
	color: #000000;
	font-size: 16px;
	font-family: "Noto Sans JP","Yu Gothic Medium","Yu Gothic","YuGothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
	line-height: 2.125;
	overflow: hidden;
}

.sc-container strong {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
	color: #000000;
}

.sc-container a:hover,
.sc-container a:active {
	opacity: 1;
	text-decoration: none;
}

#page-top a {
	display: block;
	width: 100px;
	height: 100px;
	background: url(../img/btn_pagetop.png) left top;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}

.sc-container .text {
	display: block;
}


/* ====================
keyv-area
==================== */
.sc-container .keyv-area {
	width: 1180px;
	margin: 0 auto 112px;
	text-align: center;
}

.sc-container .keyv {
	position: relative;
	margin: 0 0 60px;
}

.sc-container .keyv::before {
	display: block;
	padding-top: 600px;
	content: "";
}

.sc-container .keyv-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.sc-container .text-area {
	width: 87%;
	margin: 0 auto 47px;
}

.sc-container .keyv-title {
	margin: 0 auto 20px;
}

.sc-container .keyv-title-sub {
	display: block;
	margin: 0 0 19px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.08em;
}

.sc-container .keyv-title-num {
	display: block;
	width: 234px;
	height: 49px;
	margin: 0 auto 30px;
	background: url(../img/bg_ribbon_pc.gif) no-repeat;
	background-size: contain;
	color: #ffffff;
	font-weight: 700;
	font-size: 24px;
	line-height: calc(49px - 18px);
	letter-spacing: 0.08em;
}

.sc-container .keyv-title-main {
	display: block;
	position: relative;
	width: 470px;
	margin: 0 auto;
	padding: 11px 0 14px;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.55;
	letter-spacing: 0.08em;
}

.sc-container .keyv-title-main::before,
.sc-container .keyv-title-main::after {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "";
}

.sc-container .keyv-title-main::before {
	top: 0;
	left: 0;
	border-top: 4px solid #000000;
	border-left: 4px solid #000000
}

.sc-container .keyv-title-main::after {
	bottom: 0;
	right: 0;
	border-bottom: 4px solid #000000;
	border-right: 4px solid #000000;
}

.sc-container .keyv-title-main span {
	display: block;
	opacity: 0;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.08em;
	line-height: 1.53;
}


/* ====================
nav-area
==================== */
.sc-container .nav-area {
	width: 900px;
	margin: 0 auto 107px;
}

.sc-container .nav-icn {
    width: 80px;
    margin: 0 auto;
    padding-left: 5px;
}

.sc-container .nav-title {
	position: relative;
	margin: 0 0 30px;
	padding: 131px 0 11px;
	text-align: center;
}

.sc-container .nav-title::before,
.sc-container .nav-title::after {
	display: block;
	position: absolute;
	content: "";
}

.sc-container .nav-title::before {
	top: 0;
	right: calc(50% - 43px);
	width: 80px;
	height: 93px;
	background: url(../img/icn_watch.gif) no-repeat;
	background-size: contain;
}

.sc-container .nav-title::after {
	bottom: 0;
	right: calc(50% - 132px);
	width: 264px;
	height: 3px;
	background: #000000;
}

.sc-container .nav-title span {
	display: block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.08em;
}

.sc-container .nav-text {
	text-align: center;
}

.sc-container .nav-list {
	display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 40px 0 50px;
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
}

.sc-container .nav-item {
    position: relative;
    width: calc(100% / 4);
    padding: 14px 0 9px;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

.sc-container .nav-item-name-wrap {
    display: block;
    margin: 0 8px 20px;
    line-height: 1;
}

.sc-container .nav-item-name {
	display: inline-block;
	font-size: 16px;
	vertical-align: bottom;
}

.sc-container .nav-item-num {
	display: inline-block;
	padding: 0 6px;
	vertical-align: bottom;
}

.sc-container .nav-item-img {
    display: block;
    margin: 0 auto 19px;
}

.sc-container .nav-item-btn {
    display: block;
    position: relative;
    height: 22px;
    margin: 0 8px;
    padding-right: 20px;
    background: #efefef;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-family: 'Jost', sans-serif;
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .nav-item-btn::after {
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	right: calc(50% - 32px);
	width: 8px;
	height: 8px;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	content: "";
	-webkit-transform: rotate( 135deg );
	transform: rotate( 135deg );
	-webkit-transition: .4s;
	transition: .4s;
}

.sc-container .nav-item:hover .nav-item-btn {
	color: #ffffff;
	background: #000000;
}

.sc-container .nav-item:hover .nav-item-btn::after {
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}


/* ====================
section
==================== */
.sc-container .section {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
	width: 900px;
	margin: 0 auto 75px;
}

.sc-container #sec01.section {
	margin: 0 auto 65px;
}

.sc-container .desc-area {
	width: 360px;
}

.sc-container .desc-title {
	margin: 0 0 7px;
}

.sc-container .desc-num {
	display: inline-block;
	margin: 5px 0 0;
	padding-right: 6px;
	vertical-align: top;
    line-height: normal;
}

.sc-container .desc-name {
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.08em;
    line-height: inherit;
}

.sc-container .image-area {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 510px;
}

.sc-container .shape {
    position: relative;
    width: 290px;
    margin: 20px 0 0;
    padding: 40px 0 17px;
    border: solid 4px #efefef;
    border-radius: 10px;
}

.sc-container .shape-title {
    position: absolute;
    top: -20px;
    width: 164px;
    height: 26px;
    right: calc(50% - 82px);
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    line-height: calc(26px - 2px);
    text-align: center;
    letter-spacing: 0.16em;
}

.sc-container .shape-title::after {
	display: block;
	position: absolute;
	bottom: -16px;
	right: calc(50% - 8px);
	border-top: 16px solid #000000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
}

.sc-container .shape-img {
    width: 130px;
    margin: 0 auto 8px;
}

.sc-container .shape-caption {
	line-height: 1.5;
	text-align: center;
}

.sc-container .item {
    width: 200px;
    margin: 20px 0 0;
}

.sc-container .item-img {
	-webkit-transition: .4s;
	transition: .4s;
}

.sc-container .item-img:hover {
	opacity: 0.8;
}

.sc-container .item-btn {
	display: block;
	margin: 10px 0 0;
}

.sc-container .item-btn span {
	display: block;
	position: relative;
	width: 170px;
	height: 40px;
	margin: 0 0 0 10px;
	background: #efefef;
	font-size: 16px;
	line-height: calc(40px - 2px);
	text-align: center;
	-webkit-transition: .4s;
	transition: .4s;
}

.sc-container .item-btn span::after {
	display: block;
	position: absolute;
	top: calc(50% - 6.5px);
	right: -20px;
	width: 41px;
	height: 13px;
	background: url(../img/icn_arrow_pc.png) no-repeat;
	background-size: contain;
	content: "";
	-webkit-transition: .4s;
	transition: .4s;
}

.sc-container .item-btn span:hover {
	background: #000000;
	color: #ffffff;
}

.sc-container .item-btn span:hover::after {
	background: url(../img/icn_arrow_o_pc.png) no-repeat;
	background-size: contain;
}

/* 個別指定 */
.sc-container #sec02 .shape-title {
    letter-spacing: 0;
}


/* ====================
last-area
==================== */
.sc-container .last-area {
    width: 900px;
    margin: 105px auto 0;
    text-align: center;
}

.sc-container .last-area-title {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.08em;
}


/* ====================
スクロール
==================== */
/* 下から */
.keyv-title-main.fadein span,
.nav-title.fadein span {opacity:0;transform:translateY(40px)}

/* 左から */
.desc-name.fadein,
.item-btn.fadein {opacity:0;transform:translateX(-40px)}

.keyv-title-main.fadein.scrollin span,
.nav-title.fadein.scrollin span,
.desc-name.fadein.scrollin,
.item-btn.fadein.scrollin {opacity:1;transition:.6s .2s ease;transform:none}