@charset "UTF-8";
/* CSS Document */

h2 {
	font-size: 20px;
	color: #808080;
	margin-bottom: 30px;
	margin-left: 100px;
}
h2 span {
	font-size: 14px;
}
h3 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #808080;
	margin-bottom: 15px;
}
h3 span {
	font-size: 14px;
	color: #212121;
}
h4 {
	font-size: 26px;
	font-weight: bold;
	color: #4d4d4d;
	margin-bottom: 15px;
}
.triangle {
    border-top: 15px solid #2e3192;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}
.button a {
	display: inline-block;
	text-align: center;
	padding: 15px 50px;
	border: 1px solid #2e3192;
	color: #2e3192;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	
	transition-property: all;
	transition: 0.2s linear;
}
.button a:hover {
	color: #FFFFFF;
	background-color: #dc0012;
	text-decoration: none;
}

/* header */
header {
	margin: 0 auto;
	background-image: url(../img/main-background.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	min-height: 1200px;
}
header img {
	margin-top: 10rem;
	display: inline-block;
}
#head-title {
	margin-top: 5rem;
	color: #FFFFFF;
}
#head-title dt {
	font-size: 70px;
	opacity: 0.5;
	line-height: 80px;
}
#head-title dd {
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: -20px;
}

/* #philosophy */
#philosophy {
	background-image: url(../img/philosophy-background.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#philosophy dl dt {
	font-size: 35px;
	margin-bottom: 15px;
}
#philosophy dl {
	margin-bottom: 150px;
	margin-left: 100px;
}

/* #perspectives */
#perspectives .col-md-6.col-12 {
	padding-left: 0;
	padding-right: 0;
}
#perspectives dl {
	padding: 40px;
}
#perspectives dl dt {
	font-size: 40px;
	line-height: 25px;
}
#perspectives dl dt span {
	font-size: 13px;
	color: #2e3192;
}
#perspectives dl dd {
	margin-top: 30px;
}
#perspectives dl dd ul li {
	margin: 0 auto;
	max-width: 230px;
	text-align: left;
	border-top: 1px dotted #000000;
	padding: 10px 0;
}
#perspectives dl dd ul li:last-child {
	border-bottom: 1px dotted #808080;
}

/* #productsales */
#productsales-title {
	color: #2e3192;
	letter-spacing: 5px;
}
.productsalesinner.col-md-6 {
	padding-left: 10px;
	padding-right: 10px;
}
.productsalesinner dl {
	font-size: 14px;
}
.productsalesinner dl dt {
	margin: 15px 0;
}

/* #product */
#product {
	background-image: url(../img/product-background.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
}
#product h2 {
	padding-top: 100px;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.slider {
	margin-top: -180px;
}
.slick-slide img {
	border: 1px solid #FFFFFF;
}

/* #message */
#message {
	position: relative;
}
#message #president {
	max-width: 600px;
}
#message dl {
	padding: 40px;
	margin-bottom: 0;
	background: rgba(255,255,255,0.8);
	max-width: 600px;
	text-align: justify;
	position: absolute;
	bottom: 0;
	right: 0;
}
#message dl dt {
	font-size: 32px;
	margin-bottom: 20px;
}
#message dd {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0px;
}
#message dd span {
	font-size: 13px;
}
#message dd.text-right {
	margin-top: 20px;
	font-size: 18px;
}

/* #overview */
#overview table {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	border-bottom: 1px solid #aaaaaa;
}
#overview table tr {
	border-top: 1px solid #aaaaaa;
}
#overview table th,
#overview table td {
	padding: 10px 15px;
}
#overview table th {
	background-color: #e9e9e9;
	vertical-align: top;
	text-align-last: justify;
}
#overview table td span {
	font-size: 14px;
	color: #7a7a7a;
}
#overview table tr.dotline {
	border-top: 1px dotted #aaaaaa;
}

/* #chart-inner */
#chart-inner {
	border: 1px dotted #aaaaaa;
	padding: 20px;
}
#chart-inner ul {
	margin-bottom: 0;
}
#chart-inner ul li {
	text-align: center;
}
#chart-inner ul li:nth-child(1) > dl,
#chart-inner ul li:nth-child(3) > dl {
	background-color: #eeeeee;
	border: 1px solid #808080;
}
#chart-inner ul li > dl {
	padding: 15px;
	min-height: 180px;
	margin-bottom: 0;
}
#chart-inner ul li dl dt {
	font-size: 19px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#chart-inner ul li dl dd dl dt {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	border-bottom: none!important;
}
#chart-inner ul li dl dd dl {
	margin-bottom: 0;
}
#chart-inner ul li:nth-child(1) > dl dt,
#chart-inner ul li:nth-child(3) > dl dt {
	border-bottom: 1px solid #000000;
}
#chart-inner ul li:nth-child(2) dl dt {
	border-bottom: 1px solid #00a9ba;
}
#chart-inner ul li:nth-child(1) dl dd dl dt {
	padding: 3px 25px;
	background-color:#808080;
	border-radius: 10px;
	color: #FFFFFF;
}
#chart-inner ul li:nth-child(2) dl dd dl dt {
	padding: 3px 25px;
	background-color:#00a9ba;
	border-radius: 10px;
	color: #FFFFFF;
}
#chart-inner ul li:nth-child(2) > dl {
	background-color: #f5fcfc;
	border: 1px solid #00a9ba;
}

.stars {
    position: absolute;
}
.stars img {
    margin-top: 0;
    width: 100%;
}
.star1 {
    top: 10rem;
    left: 30rem;
}
.star2 {
    bottom: 30rem;
    right: 35rem;
}
.star3 {
    top: 30rem;
    right: 25rem;
    width: 15px;
}
.star4 {
    bottom: 22rem;
    left: 35rem;
    width: 25px;
}
.star5 {
    top: 5rem;
    right: 35rem;
    width: 35px;
}

@media (max-width: 1199px) {
#message dl {
	max-width: 500px;
}
	#chart-inner ul li dl dt {
		font-size: 17px;
	}
}
@media (max-width: 991px) {
	#message #president {
		max-width: none;
		text-align: center;
	}
	#message #president img {
		width: 88%;
	}
#message dl {
	position: static;
	max-width: none;
	width: 100%;
	padding: 40px 70px;
	}
	#chart-inner ul li dl {
		min-height: inherit;
	}
#chart-inner ul li:nth-child(1) dl,
#chart-inner ul li:nth-child(2) dl {
		margin-bottom: 15px;
	}
	#overview table th {
		text-align-last: left;
	}
}
@media (max-width: 767px) {
	h1 {
		width: 90%;
		margin: 0 auto;
		text-align: justify;
		line-height: 25px;
	}
	#perspectives dl {
		padding-bottom: 0;
	}
}
@media (max-width: 575px) {
    #wrapper {
        overflow: hidden;
    }
	header {
		background-attachment: scroll;
	}
	header img {
		margin-top: 6rem;
	}
#head-title dt {
	font-size: 65px;
	line-height: 70px;
}
#head-title dd {
	margin-top: 15px;
}
	#philosophy {
		padding-top: 150px;
		background-size: contain;
	}
	#philosophy dl {
		margin-left: 10px;
		margin-bottom: 20px;
	}
	#philosophy dl dt {
		font-size: 28px;
	}
	#philosophy dl dd br {
		display: none;
	}
	h2 {
		margin-left: 0;
	}
	#product {
		background-size: contain;
		height : 280px
	}
	#product h2 {
		padding-top: 20px;
	}
	#message dl dt {
		font-size: 26px;
	}
	#message dl {
	padding: 40px 20px;
}
#overview table th,
#overview table td {
	padding: 5px 7px;
	font-size: 12px;
}
	#overview table th {
		width: 25%;
	}
#overview table td span {
	font-size: 12px;
}

.star1 {
    top: 8rem;
    left: 2rem;
    width: 30px;
}
.star2 {
    top: 28rem;
    right: 7rem;
}
.star3 {
    top: 10rem;
    right: 2.5rem;
    width: 15px;
}
.star4 {
    top: 28rem;
    left: 5rem;
    width: 25px;
}
.star5 {
    top: 6rem;
    right: 5rem;
    width: 35px;
}

}

.movein-left img {
  -webkit-transition: all 2s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.movein-left img.move {
  -webkit-transform: translate(-50px, 0);
  opacity: 0;
}
.movein-right img {
  -webkit-transition: all 2s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.movein-right img.move {
  -webkit-transform: translate(50px, 0);
  opacity: 0;
}