@charset "utf-8";
/* ==========================================================================
   Foundation  [ reset / base ]
   ========================================================================== */

/* Reset
   ----------------------------------------------------------------- */
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-style: normal;
	font-weight: normal;
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
caption, th{
	text-align: left;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}

/* Base
   ----------------------------------------------------------------- */
body {
	font: 16px/1.231 "Noto Sans JP", Meiryo,"メイリオ","ＭＳ Ｐゴシック",sans-serif;
	width: 100%;
	background: #fff;
	color: #000;
}
a {
	display: block;
	color: #000;
	text-decoration: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a img {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;}
a:hover img{
	opacity: 0.9;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
img {
	display: block;
	max-width: 100%;
}

/* ==========================================================================
   Layout [ header / main / footer ]
   ========================================================================== */

/* Header
 ---------------------------------------------------------------*/

/* Main
 ---------------------------------------------------------------*/
#container {
	padding-bottom: 8%;
	padding-top: 30px;
}

/* footer
 ---------------------------------------------------------------*/
.footer{
	width: 100%;
  box-sizing: border-box;
	text-align: center;
	background-color: #eee;
	padding: 40px 0 ;
}
.footer_logo {
	display: block;
	width: 100px;
	height: auto;
	margin: 0 auto 20px;
}
.fnav {
	text-align: center;
}
.fnav li {
	display: inline-block;
}
.fnav li:after {
	content: "　|　";
	display: inline-block;
	color: #000;
}
.fnav li:last-of-type:after {
	content: "";
	display: inline-block;
	color: #000;
}
.fnav li a {
	color: #000;
	display: inline;
	font-size: 12px;
}
.copyright {
	text-align: center;
	padding: 20px 0;
	font-size: 10px;
	color: #000;
}

/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.main_inner img {
	max-width: 100%;
}
.kv__lead {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 92.5%;
	margin: 0 auto 16px;
	display: flex;
	line-height: 1.4;
}
.kv__lead span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #02c958;
	border-radius: 30px;
	display: block;
	margin-right: 16px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kv__ttl {
	font-size: 22px;
	line-height: 1.64285;
	font-weight: bold;
	position: relative;
	padding-bottom: 26px;
	margin: 0 auto 32px;
	width: 92.5%;
}
.kv__ttl:after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(156,39,176);
	background: linear-gradient(35deg, rgba(156,39,176,1) 0%, rgba(194,31,160,1) 24%, rgba(222,38,143,1) 49%, rgba(242,58,126,1) 73%, rgba(255,83,111,1) 100%);
}
.pr__txt {
	text-align: right;
	font-size: 14px;
	color: #555555;
	width: 92%;
	margin: 0 auto;
}

.img {
	margin: 32px auto;
	text-align: center;
}
.kv,
.img01 ,
.img01 ,
.img04 ,
.img02 ,
.img03 {
	width: 92%;
}
.heading {
	background-color: #FDF6E3;
	border-left: 8px solid #56B780;
	font-size: 18px;
	font-weight: bold;
	margin: 60px auto 32px;
	line-height: 1.6666;
	padding: 20px 26px;
	width: 92.5%;
	box-sizing: border-box;
}

.cv a {
	animation: bound 3s infinite;
	background-image: url(../img/cta.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 70vw;
	height: 26.90vw;
	margin: 32px auto 72px;
	text-indent: -9999px;
}
@keyframes bound {
0% {
	transform: translateY(0); }
5% {
	transform: translateY(0); }
10% {
	transform: translateY(0); }
20% {
	transform: translateY(-25px); }
25% {
	transform: translateY(0); }
30% {
	transform: translateY(-15px); }
50% {
	transform: translateY(0); }
100% {
	transform: translateY(0); }
}

.main_inner {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: -1px;
	/*box-shadow: 0 0 10px rgba(0,0,0,.3);*/
	padding: 30px 0 0;
}

.cont_body {
	padding: 50px 0;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.cont_txt .txt1 {
	max-width: 90%;
	margin: 0 auto;
}
.list {
	width: 92%;
	margin: 0 auto 32px;
	background-color: #FBECED;
	border: 4px solid #E0B3B6;
	padding: 24px 20px;
	box-sizing: border-box;
	line-height: 1.8;
}
.list__item {
	padding-left: 16px;
	position: relative;
	margin-bottom: 10px;
}
.list__item:last-of-type {
	margin-bottom: 0;
}
.list__item:before {
	content: "●";
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 6px;
}


.owner_table {
	/*width: 90%;*/
	margin: 0 auto;
	font-size: 12px;
	border-bottom: 1px solid #aaa;
}
.owner_table th {
	background-color: #fafafa;
	border: 1px solid #aaa;
	padding: 10px;
	font-weight: bold;
	display: block;
	border-bottom: unset;
}
.owner_table td {
	border: 1px solid #aaa;
	padding: 10px;
	display: block;
	border-bottom: unset;
}

.cont {
	margin: 0 auto;
	padding: 0 0 0;
	box-sizing:border-box;
}

.cont_ttl {
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #1e212d;
	line-height: 1.5;
	width: 90%;
	margin: 0 auto;
}
.cont_ttl img {
	margin: 0 auto;
	width: 100%;
}
.cont_ttl_sub {
	background-color: #333;
	color: #fff;
	font-size: 20px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}
.cont_body {
	padding: 20px 0;
}
.sub .cont_body {
	padding: 20px 5%;
}
.cont_txt {
	line-height: 200%;
	font-size: 14px;
	width: 100%;
	margin: 0 auto;
}
.txt {
	line-height: 1.7;
	font-size:  15px;
	margin: 0 auto 32px;
	max-width: 90%;
}
.cont_txt li {
	padding-left: 1em;
	text-indent: -1em;
}
.cont_txt li:before {
	content: "・";
}
.cont_txt img {
	width: 100%;
	height: auto;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 12px;
}
.big {
	font-size: 18px;
	font-weight: bold;
}
.xbig {
	font-size: 34px;
	font-weight: bold;
}
.purple {
	color: #E00787;
	font-weight: bold;
}
.red {
	color: #dc0000;
	font-weight: bold;
}
.blue {
	color: #006CD8;
	font-weight: bold;
}
.green {
	color: #31B500;
	font-weight: bold;
}
.yellow {
	background: #ff0;
}
.yellow_bg {
  background:linear-gradient(transparent 60%, #ff0 60%);
}
.pink_bg {
  background:linear-gradient(transparent 60%, #FDBCD0 60%);
}
.underline {
	text-decoration: underline;
}
.right {
	text-align: right;
	display: block;
}
.center {
	text-align: center;
}
.center img {
	margin: 0 auto;
	max-width: 100%;
}

/* Project
  ------------------------------------------------------------------- */

/*スマホ対応*/
.pc {
	display: none!important;
}
.sp {
	display: block;
}


/* アニメーション */
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-50px, 0);
}
.sa--rl {
  transform: translate(50px, 0);
}
.sa--up {
  transform: translate(0, 50px);
}
.sa--down {
  transform: translate(0, -50px);
}
.sa--scaleUp {
  transform: scale(.9);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}