@charset "utf-8";
.pd{ display: block;}
.sd{ display: none;}
.clear01 {clear: both;}

/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
	background: #fff;
	/*font-family: 'Noto Sans JP', "メイリオ",  sans-serif;*/
	font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
}
.wrapper {
	width: 100%;
}
section {
	margin: 0 0 100px;
}
.content_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0;
}
/*---------------------------------------------------------------------

headline

---------------------------------------------------------------------*/
h1 {
	font-size: 4.4rem;
	font-weight: 700;
	color: #000;
	line-height: 1.3;

	margin: 0 0 15px;
}
h2 {
	margin: 0 0 20px;
	font-size: 5.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}
h3 {
	margin: 0 0 60px;
	font-weight: bold;
	font-size: 2.8rem;
	color: #000;
}
/*---------------------------------------------------------------------

header

---------------------------------------------------------------------*/
.header {
	background: #fff;
	height: 40px;
	padding: 10px 0;
}
.lower_page .header {
	border-bottom: solid 1px #ccc;
}
.header_inner {
	width: 90%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*---------------------------------------------------------------------

mainvisual

---------------------------------------------------------------------*/
.main_visual {
	height: calc(100vh - 60px);
	overflow: hidden;
	margin: 0 0 100px;
	background: url(../../img/renew/main_bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.main_visual_inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: calc(100vh - 60px);
}
.main_visual_inner .top_app {
	position: absolute;
    top: 40%;
	right: 0;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	width: 40%;
	padding: 1%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    z-index: 5;
	background: rgba(255,255,255,0.2);
}
.main_visual_inner .top_app p {
	margin: 0 0 40px;
	font-size: 2.0rem;
}
.main_visual_inner .top_app p.btn01 {
	margin: 0 0 30px;
}
.main_visual_inner .top_app p.btn01 a {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: auto;
	padding: 20px;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #9A0000;
}
.main_visual_inner .top_app p.btn01 a:hover {
	background: #8c0000;
}
.main_visual_inner .top_app p.btn02 a {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: auto;
	padding: 10px;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	background: #009a5e;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.main_visual_inner .top_app p.btn02 a:hover {
	background: #008551;
}
.main_visual_inner .top_app p.btn01 a::after,
.main_visual_inner .top_app p.btn02 a::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 13px;
	height: 13px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.scroll_icon {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	/*-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);*/
	text-decoration: none;
	padding-top: 60px;
	color: #aaa;
	cursor: inherit;
}
.scroll_icon span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/*---------------------------------------------------------------------

main_cont

---------------------------------------------------------------------*/
.top_text_area {
	margin-bottom: 120px;
}
.top_sub_text {
	margin: 0 0 20px;
	font-size: 3.2rem;
	text-align: center;
	color: #000;
}
.feature_area {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 10px;
}
.feature_area .text_area {
	box-sizing: border-box;
	width: 40%;
	padding: 0 5% 0 0;
}
.feature_area .text_area p {
	margin: 0 0 60px;
	font-size: 1.8rem;
}
.feature_area .pic_area {
	box-sizing: border-box;
	width: 60%;
	padding: 40px;
	text-align: center;
	background: #e9e9e9;
}
.feature_area .pic_area img {
	width: 100%;
	max-width: 613px;
}
.semi_detail_area {
	box-sizing: border-box;
	width: 40%;
	padding: 0 5% 0 0;
}
.semi_detail_area figure {
	margin: 0 0 30px;
}
.semi_detail_area figure img {
	width: 100%;
	max-width: 550px;
}
.semi_detail_area table {
	width: 100%;
	max-width: 550px;
	font-size: 1.6rem;
}
.semi_detail_area table tr th {
	padding: 5px 10px;
	border: solid 1px #ccc;
	background: #ddd;
	width: 30%;
	text-align: center;
}
.semi_detail_area table tr td {
	padding: 5px 10px;
	border: solid 1px #ccc;
	background: #fff;
}
.semi_voice {
	box-sizing: border-box;
	width: 60%;
	padding: 0 10px;
	background: url(../../img/renew/p_bg.gif) repeat;
}
.semi_voice ul {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.semi_voice ul li {
	box-sizing: border-box;
	width: 32%;
	min-width: 220px;
	height: 220px;
	padding: 20px 10px 10px 10px;
	margin: 0 2% 20px 0;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: 'Klee One', cursive;
	box-shadow: 0 .25rem .25rem hsla(0, 0%, 0%, .1);
	line-height: 1.8;
}
.semi_voice ul li:nth-child(3n){
	margin: 0 0 20px;
}
@media only screen and (max-width:1299px){
	.semi_voice ul li {
		width: 49%;
	}
	.semi_voice ul li:nth-child(3n){
		margin: 0 2% 20px 0;
	}
	.semi_voice ul li:nth-child(even){
		margin: 0 0 20px;
	}
}
.semi_voice ul li.y {
	background-image:
	linear-gradient(180deg, hsla(0, 0%, 45%, .04) 2rem, hsla(0, 100%, 100%, 0) 2.5rem)
	, linear-gradient(180deg, hsla(52, 100%, 98%, 1), hsla(52, 100%, 98%, 1));
}
.semi_voice ul li.b {
	background-image:
	linear-gradient(180deg, hsla(0, 0%, 45%, .04) 2rem, hsla(0, 100%, 100%, 0) 2.5rem)
	, linear-gradient(180deg, hsla(197, 100%, 96%, 1), hsla(197, 100%, 96%, 1));
}
.semi_voice ul li.p {
	background-image:
	linear-gradient(180deg, hsla(0, 0%, 45%, .04) 2rem, hsla(0, 100%, 100%, 0) 2.5rem)
	, linear-gradient(180deg, hsla(360, 100%, 97%, 1), hsla(360, 100%, 97%, 1));
}
/*---------------------------------------------------------------------

slick_area

---------------------------------------------------------------------*/
.slick_area {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.slick_area .slick_body {
	-webkit-box-shadow: 0 0 5px 0 #ccc;
	box-shadow: 0 0 5px 0 #ccc;
	height: 100%;
	margin: 0 10px;
}
.slick_area .slick_body a {
	text-decoration: none;
	color: inherit;
}
.slick_area .slick_body:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	transition:all 0.3s;
}
.slick_area .slick_body dl {
	box-sizing: border-box;
}
.slick_area .slick_body dl dt img {
	width: 100%;
	vertical-align: bottom;
}
.slick_area .slick_body dl dd {
	padding: 10px;
}
.slick_area .slick_body dl dd p.title,
.slick_area .slick_body dl dd p.sub_title {
	font-size: 1.6rem;
	font-weight: bold;
}
.slick_area .slick_body dl dd p.date {
	margin: 10px 0 0;
}
.d-none {
	display: none !important;
}
 /*---------------------------------------------------------------------

footer

---------------------------------------------------------------------*/
.disclaimer{
	margin: 0 0 10px;
	font-size: 1.2rem;
	color: #444;
}
#footerms{
	padding-bottom: 20px;
	border-top: 4px solid #0b186d;
	text-align: center;
}
.copyms{
	padding-top: 5px;
	font-size: 1.2rem;
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 0;
}
#page-top a:hover {
	opacity: 0.9;
}
/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	box-sizing: border-box;
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 50px;
	padding: 3px 4px 0 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 #7D7D7D;
	box-shadow: 0 0 10px 0 #7D7D7D;
}
.ninja_onebutton_output > div {
	padding: 0 !important;
	margin: 0 0 3px!important;
}
.sns_btn_spn {
	display: none;
}
