@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document btn
--------------------------------------------------------- */

.btn {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 42px;
	background: #f6cd45;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 40px;
	color: #515151;
}

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-bottom: 30px;
}

#visual .logo img {
	height: 240px;
}

#visual .logo_sajisea img {
	height: 100px;
}

#visual .section {
	margin-top: 20px;
	height: 47.61904761904762vw;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin: 0 5vw 10vw;
}

#outline h3 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 6vw;
	line-height: 1.5;
	color: #dc5518;
}

#outline p {
	margin-bottom: 20px;
	text-align: justify;
}

#outline .table {
	display: table;
	width: 100%;
	margin-top: 40px;
	text-align: left;
}

#outline dl {
	display: table-row;
}

#outline dt {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	padding: 4vw;
	border: solid 1px #dcdbdb;
	background: #f4f4f4;
	font-weight: normal;
	white-space: nowrap;
}

#outline dd {
	display: table-cell;
	vertical-align: middle;
	padding: 4vw;
	border: solid 1px #d7d7d4;
}

#outline .feature img {
	margin-bottom: 30px;
}

#outline figure {
	text-align: center;
}


hr {
  border: none;
  border-bottom: solid 1px #dcdbdb;
  margin-bottom: 80px;
}

/* ---------------------------------------------------------
	CSS Document story
--------------------------------------------------------- */

#story {
	margin: 0 5vw 20vw;
}

#story h3 {
	margin-bottom: 5vw;
	font-weight: 500;
	font-size: 4.5vw;
	line-height: 1.6;
	color: #b59a5f;
}

#story .player {
	height: 60vw;
	margin: 0 auto;
	background: #000;
}

#story iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document usecase
--------------------------------------------------------- */

#usecase {
	margin-bottom: 10vw;
}

#usecase .container {
	padding: 5vw 5vw 10vw;
	background: linear-gradient(30deg, #fce0bf 0%, #ffffff 30%, #c0e4f0 100%);
	text-align: left;
}

#usecase h3 {
	display: inline-block;
	vertical-align: top;
	width: 45vw;
	height: 13vw;
	border-radius: 20px 20px 0 0;
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	font-weight: 500;
	font-size: 6vw;
	line-height: 13vw;
	color: #10a5c5;
}

#usecase .use {
	margin-bottom: 50px;
	padding: 25px;
	border-radius: 0 20px 20px 20px;
	background: rgba(255, 255, 255, 0.7);
}

#usecase .use .flex {
	margin-bottom: 30px;
}

#usecase .use .row {
	display: flex;
	align-items: center;
}

#usecase .use .row:nth-of-type(2) {
	margin-top: 5vw;
}

#usecase .use .row figure {
	margin-right: 3vw;
}

#usecase .use .row figure img {
	height: 30vw;
}

#usecase .use .row p {
	flex: 1;
}

#usecase .use li {
	margin-left: 1em;
	text-indent: -1em;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#usecase .case {
	padding: 25px;
	border-radius: 0 20px 20px 20px;
	background: rgba(255, 255, 255, 0.7);
}

#usecase .case figure {
	margin-bottom: 6vw;
}

#usecase .case figcaption {
	margin-bottom: 2vw;
	font-weight: 500;
	line-height: 1;
}

#usecase .case figure img {
	height: 13.4416vw;
}

#usecase .case li {
	margin-bottom: 15px;
}
