* {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
html {
	line-height: 1.5 !important;
}
body {
	font-size: 14px;
}
nav {
	z-index: 999;
}
img {
	height: auto;
}
.tac {
	text-align: center;
}
.display-pc {
	display: block;
}
.display-sp {
	display: none;
}
.page-top {
	z-index: 999;
}

@-webkit-keyframes fadeInUp {
 0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
70% {
    opacity: 1;
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes fadeInUp {
 0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
70% {
    opacity: 1;
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
}
.wait {
    opacity: 0;
}
.fade {
	opacity: 0;
	-webkit-animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s 1 forwards;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s 1 forwards;
}
#anm01,#anm02,#anm03,#anm04 {
	opacity: 0;
}
#anm04 {
	display: none;
}

#main_content {
	background: #ffffff;
}

.mv {
	position: relative;
	z-index: 90;
}
.mv.sub {
	z-index: 50;
}
.mv img {
	width: 100%;
	height: auto;
}
.mv h1 {
	position: absolute;
	top: 4.5%;
    left: 11.5%;
	max-width: 78px;
	width: 6.1%;
}
.mv .mv_icon {
	position: absolute;
	top: 32%;
	left: 0;
	right: 0;
	max-width: 288px;
	width: 22.5%;
	margin: auto;
}
.mv_lead {
	background: #ec6d81;
	position: relative;
	z-index: 20;
}
.mv_lead_img {
	padding: 138px 0 139px;
}
.mv_lead .display-pc {
	margin: 0 auto;
}

#introduction {
	background: url(../images/2018_ss/intro_bg01.png), url(../images/2018_ss/intro_bg02.png), url(../images/2018_ss/intro_bg03.png);
	background-size: 100% auto;
	background-position: top center, center center, bottom center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	position: relative;
	z-index: 10;
}
#introduction .inner {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}
.intro_tit {
	padding: 7% 0 8%;
	text-align: center;
}
.section {
	width: 46.5%;
	position: absolute;
	top: 0;
}
.section.type01 {
	top: 8.2%;
	left: 0;
}
.section.type02 {
	top: 15%;
	right: 0;
}
.section.type03 {
	top: 38.5%;
	left: 0;
}
.section.type04 {
	top: 51%;
	right: 0;
}
.section.type05 {
	top: 71%;
	left: 0;
}
.section.type06 {
	top: 79%;
	right: 0;
}
.section.type06 dl dt img {
	margin: auto;
}
.section dl dt {
	margin-bottom: 4.5%;
}
.section dl dd {
	width: 95.2%;
	line-height: 1.5;
	font-size: 15px;
}
.section dl dd .intro_txt01 {
	margin-bottom: 1.2%;
	font-size: 19px;
	font-weight: bold;
	color: #ec6d81;
}
.section dl dd .intro_txt02 span {
	display: block;
	font-size: 12px;
}
.section dl dd .intro_txt03 {
	font-size: 12px;
	margin: 4.1% 0 2.5%;
	padding-top: 4.1%;
	border-top: 1px dashed #000000;
}
.section dl dd .intro_icon_method {
	margin-bottom: 4.5%;
}
.intro_btn {
	display: inline-block;
}
.intro_btn a {
	display: block;
}
.intro_btn a:hover {
	opacity: 0.8;
}
.intro_img {
	margin-top: 2.3%;
}

.notes {
	margin: 256.9% 0 0;
    padding-bottom: 12%;
}

.fot_lead {
	background: #ec6d81;
	position: relative;
	padding: 90px 0 90px;
	z-index: 0;
	color: #fffcd1;
}
.fot_lead_inner {
	max-width: 850px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 0;
}
.fot_lead_txt,
.fot_lead_logo {
	display: inline-block;
	vertical-align: middle;
}
.fot_lead_logo {
	width: 18%;
	margin-right: 5%;
}
.fot_lead_txt {
	width: 77%;
}
.fot_lead_txt01 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.fot_lead_txt02 {
	font-size: 14px;
}

@media screen and (max-width: 980px){
.intro_tit {
	width: 36.3%;
	margin: 0 auto;
}
.section dl dd {
	font-size: 1.54vw;
}
.section dl dd .intro_txt01 {
	font-size: 1.94vw;
}
.section dl dd .intro_txt02 span  {
	font-size: 1.24vw;
}
.section dl dd .intro_txt03 {
	font-size: 1.24vw;
}
.notes {
	font-size: 1.44vw;
}
.fot_lead_txt01 {
	font-size: 1.84vw;
}
.fot_lead_txt02 {
	font-size: 1.44vw;
}
}

@media screen and (max-width: 750px){
nav .nav-inner .inner02 div p {
	margin-top: 1em;
    margin-bottom: 1em;
}
img {
	/*width: 100%;*/
	height: auto;
}
.display-pc {
	display: none;
}
.display-sp {
	display: block;
}

.mv h1 {
	width: 16.2%;
	left: 3.7%;
	top: 3%;
}
.mv .mv_icon {
	width: 38.1%;
}
.mv_lead_img {
    padding: 13.9% 0;
}

#introduction {
    background: url(../images/2018_ss/intro_bg01_sp.png), url(../images/2018_ss/intro_bg02_sp.png), url(../images/2018_ss/intro_bg03_sp.png);
    background-size: 100% auto;
    background-position: top center, 0 39%, 0 73%;
    background-repeat: no-repeat;
}

.section {
	position: static;
	width: 100%;
	margin-bottom: 12%;
}
.section dl dd {
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
}
.intro_tit {
    width: 47%;
}
.notes {
	margin: 0 15px 12%;
	padding-bottom: 0;
}
.section dl dd {
	font-size: 13px;
}
.section dl dd .intro_txt01 {
	font-size: 16px;
	line-height: 1.2;
}
.section dl dd .intro_txt02 span  {
	font-size: 12px;
}
.section dl dd .intro_txt03 {
	font-size: 12px;
}
.notes {
	font-size: 13px;
}
.fot_lead_txt01 {
	font-size: 16px;
}
.fot_lead_txt02 {
	font-size: 13px;
}
.fot_lead {
	padding: 7.9% 0;
}
.fot_lead_inner {
	padding: 0 15px;
}
.fot_lead_txt, .fot_lead_logo {
	display: block;
}
.fot_lead_logo {
	width: 32.6%;
	margin: 0 auto 3.3%;
}
.fot_lead_txt {
	width: auto;
}
  
}