@charset "UTF-8";

@import url(base.css);

img {
	display: inline-block;
	max-width:100%;
	max-height: 100%;
    vertical-align:top;}


html{ scroll-behavior: smooth;scroll-padding-top: 13vw;}

p {
	font-size: 3.8vw;}

.pc,.pc845 {
	display: none !important;}

.img100 {
	width: 100%;
	height: auto;}
.img90 {
	width: 90%;
	height: auto;}
.img50 {
	width: 50%;
	height: auto;}
.img45 {
	width: 45%;
	height: auto;}

/*-------------------------------------------------
	++ OUTER
-------------------------------------------------*/
#container {
	margin:0 auto;
	text-align: center;
	position:relative;
    width: 100%;
	min-width:100%;}

.cInner {
	display:block;
	clear:both;
	margin:0 auto;
	text-align: left;
	position:relative;
	padding:6vw 2vw;
    margin-inline: auto;}
.cInner2 {
	display:block;
	clear:both;
	margin:0 auto;
	text-align: left;
	position:relative;
	padding:6vw 2vw 3vw 2vw;}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
    margin: 0;
    padding: 0;
	-webkit-overflow-scrolling : touch;
    background-color: #FFFFFF;}
#header .Inner {
    width: 100%;
	height: 13vw;
    padding: 2% 0 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}

#header .logo {
    margin-left: 1%;
    width: 50%;}
#header .logo img {
    width: 100%;}
#header .nav-area {
    display: none;}

#menu {
	position:relative;}
#menu nav {
    display: flex;}
#menu nav ul {
    display: none;}
#menu nav ul.open {
    display: block;
    position: fixed;
    left: 0;
    top: 13vw;
    text-align: left;
    width: 100%;}
#menu nav li,
#menu nav li.entry {
    background-color: #005bff;
    border-bottom-color: #97c1ff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-left: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 1;
    padding: 15px 10px;
	text-align: center;}
#menu nav li span {
	display:none;}
#menu nav li a {
	color: #FFFFFF;
    display: block;}
#nav_toggle {
	position:absolute;
	top:1.5vw;
	right:1vw;
	display: block;
	width: 35px;
	height: 30px;
	margin: 0px;
	z-index: 100;}
#nav_toggle i {
	display: block;
	height: 3px;
	background: #005bff;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;}
#nav_toggle i:nth-child(1) {
	top: 0;}
#nav_toggle i:nth-child(2) {
	top: 10px;}
#nav_toggle i:nth-child(3) {
	top: 20px;}
#nav_toggle.open i:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);}
#nav_toggle.open i:nth-child(2) {
	width: 0;
	left: 50%;}
#nav_toggle.open i:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
/*    height: 65vh;*/
    background-image: url(../img/SP_main_bg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;}
#title .dairiten {
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;}

.titleInner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 95%;
    margin: 0 auto;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 10% 0 60vw 0;
    text-align: left;
    position: relative;}
.mainTxt .achievements {
    width: 30%;
    position: absolute;
    top: 10vw;
    right: 0;
    z-index: 9998;}
.mainTxt .achievements img {width: 100%;}
.mainTxt2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
    order: 2;
    width: 90%;
    margin: 0 auto;
    text-align: left;}
.catch {
    font-size: 12vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2em;
    margin: 0 auto 0 auto;
    text-align: left;}
.catch span {font-size: 4.5vw;display: block;line-height: 1.4em;padding-bottom: 0.3em;}
.catch em {font-size: 4.8vw;display: block;color: #ffdc00;font-style: normal;font-weight: bold;line-height: 1.2em;}

.campaignBtn {
    float: left;
    width: 100%;
    margin: 0px 0;
    padding: 5px 0;
    background-color: #ff9601;
    border-radius: 30px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 5vw;
    line-height: 1.5em;
    text-align: center;}
.campaignBtn a:link,.campaignBtn a:visited {color:#ffffff;text-decoration:none;}
.campaignBtn a:hover,.campaignBtn a:active {color:#ffffff;text-decoration:none;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
	display:block;
	clear:both;
    padding: 0;
	margin:0 auto;
	text-align: left;}
.btnPink {
    margin: 1% auto;
    text-align: center;}
.btnPink a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 80%;
    padding: 2vw 0;
    border-radius: 25px;
    font-size: 4.6vw;
    font-weight: bold;
    background-color: #ff9601;}
.btnPink a:hover {
    text-decoration: none;}
.btnPink a:link,.btnPink a:visited {color:#FFF;text-decoration:none;}
.btnPink a:hover,.btnPink a:active {color:#FFF;text-decoration:none;}

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.cInner > .bgBlue {
    border-image: linear-gradient(#d6ecff,#d6ecff) fill 0//0 100vw 0 100vw;
    margin: 0;
    padding: 6vw 0;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #005bff;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 auto 0.5em auto;}
h4 {
    color: #fff;
    text-align: center;
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 1.3em;
    padding: 8px 0;
    margin: 1em auto 0.5em auto;
    background-color: #005bff;}

.secureBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 20px;}
.secureItem {
    width: 100%;
    background-color: #fff;
    border: 1px #b8b8b8 solid;
    padding: 0;
    margin: 0 0 10px 0;}
.secureItem h4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 4vw;
    line-height: 1.3em;
    font-weight: bold;
    padding: 20px 0;
    margin: 0;
    background-color: #a7a7a7;}
.secureItem h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #a7a7a7 transparent transparent;
    translate: -50% 100%;}
.secureItem h4.bgBlue {
    background-color: #005bff;
    font-size: 5vw;}
.secureItem h4.bgBlue::after {border-color: #005bff transparent transparent;}
.secureInner {
    padding: 30px 10px 10px 10px;}
.secureItem h5 {
    font-weight: bold;
    font-size: 5vw;
    text-align: center;}
.secureItem h5.secureL {
    color: #005bff;
    font-size: 6vw;}
.secureItem p {
    text-align: center;
    color: #000000;
    font-size: 3.5vw;
    font-weight: normal;
    padding: 0;}
.secureItem p.ttl {
    background-color: #666666;
    border-radius: 999px;
    color: #fff;
    text-align: center;
    padding: 5px 50px;
    display: table;
    margin: 10px auto 8px auto;
    font-size: 3.8vw;}
.secureItem p.ttl.secureL {font-size: 4.5vw;}

.featuresBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 10px 0 30px 0;}
.featuresItemL {
    width: 18%;
    padding: 0;
    margin: 0;}
.featuresItemL img {width: 100%;}
.featuresItemR {
    width: 78%;
    padding: 0;
    margin: 0;}
.featuresItemR p {
    text-align: left;
    color: #000000;
    font-size: 4vw;
    line-height: 1.3em;
    font-weight: bold;
    padding: 0;}
.featureslistDisc {margin:10px 0 0 0;}
.featureslistDisc li {
	text-align: left;
    color: #000;
    font-size: 3.8vw;
	line-height: 1.3em;
	list-style-type:none;
    font-weight: normal;
	padding: 2px 0 0.4em 28px;}
.checkmark{position:relative;}
.checkmark:before,
.checkmark:after{
	content:"";
	display:block;
	position:absolute;}
.checkmark:before{
	width:23px;
	height:23px;
	border-radius:30px;
	background:#005bff;
	left:0;
    top:0;}
.checkmark:after{
	border-left:3px solid #fff;
	border-bottom:3px solid #fff;
	width:12px;
	height:9px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:5px;}

.flowBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;}
.flowItem {
    width: 49%;
    padding: 0;
    margin: 0 0 2vw 0;
    border: 1px #b8b8b8 solid;}
.flowItem h4 {
    color: #fff;
    text-align: center;
    font-size: 6vw;
    line-height: 2em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background-color: #005bff;}
.flowInner {
    padding: 10px;}
.flowItem h5 {
    color: #005bff;
    text-align: center;
    font-size: 4.5vw;
    line-height: 1.3em;
    font-weight: bold;
    padding: 0;
    margin: 0;}
.flowItem h5 span {
    color: #000;
    display: block;
    font-size: 3.5vw;
    line-height: 1.3em;
    font-weight: normal;}
.flowItem p {
    color: #000;
    font-weight: normal;
    text-align: center;
    line-height: 1.2em;
    font-size: 3.5vw;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px #b8b8b8 solid;}

.reportBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;}
.reportItem {
    width: 100%;
    padding: 0;
    margin: 0 0 2% 0;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;}
.reportItem img {width: 100%;}
.reportInner {padding: 20px 15px;}
.reportItem p {
    color: #000;
    font-weight: bold;
    text-align: left;
    line-height: 1.2em;
    font-size: 4.5vw;
    margin: 0;
    padding: 0;}
.reportItem p span {
    display: block;
    color: #000;
    font-weight: normal;
    line-height: 1.2em;
    font-size: 3vw;}

.listDisc {margin:0 0 1.5em 0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-weight: normal;
	line-height: 1.2em;
    font-size: 3.5vw;
	list-style-type:none;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}

.BtnPDF {
    width: 100%;
    margin: 20px auto 40px auto;
    text-align: center;}

.privacy {
    color: #000000;
    font-size: 3vw;
    text-align: center;
    margin: 5px auto 0 auto;}
.privacy a:link,.privacy a:visited {color: #000000;text-decoration:underline;}
.privacy a:hover,.privacy a:active {color: #000000;text-decoration:none;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
    background-color: #005bff;
    color: #FFF;
    font-size: 3.5vw;
    padding: 3vw 0;}
#footer .copy {
    margin: 0px;}
#footer .copy a {
    color: #FFF;}

#pageTop {
    position: fixed;
    bottom: 5vw;
    right: 5vw;
    width: 14vw;
    height: 14vw;}
#pageTop img {
	display:block;}





