@charset "UTF-8";

@import url(base.css);

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

html {
    scroll-padding-top: 80px; /* 固定ヘッダの高さ分 */}

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

p {
    font-size: 100%;
    line-height: 1.4em;
    padding: 0;}

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

.cInner {
	display:block;
	clear:both;
	width:1000px;
    padding: 40px 0;
	margin:0 auto;
	text-align: left;
    margin-inline: auto;}
.cInner2 {
	display:block;
	clear:both;
	width:800px;
    padding: 40px 0;
	margin:0 auto;
	text-align: left;}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
    background-color: #FFFFFF;}
#header .Inner {
    width: 1200px;
	height:80px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;}
#header .logo {
    margin: 0;
    width: 300px;}
#header .logo img {
    width: 100%;}

a.company:link,a.company:visited {color:#5A5C57;text-decoration:none;}
a.company:hover,a.company:active {color:#5A5C57;text-decoration:none;}

#menu {
	position:relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;}
#menu nav ul {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;}
#menu nav li {
	font-size: 100%;
    line-height: 2.3em;
	text-align: center;
	margin: 0;
    padding-right: 2em;
    color: #000000;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #000;
    width: 100%;
    padding: 0px;}
#menu nav li.entry {
    background-color: #ff9601;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.entry a {
    display: block;
    color: #FFFFFF;
    padding: 0px 20px;
    font-weight: bold;}

#nav_toggle {
	display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;
    background-image: url(../img/PC_main_bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;}
#title .dairiten {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9998;}
.titleInner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1100px;
    margin: 3% auto;}
.mainTxt {
    order: 1;
    width: 770px;
    margin: 15px 0 0 0;
    text-align: left;
    position: relative;}
.mainTxt .achievements {
    width: 18%;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 9998;}
.mainTxt .achievements img {width: 100%;}
.mainTxt2 {
    order: 3;
    width: 680px;
    margin: 20px 0 0 0px;
    text-align: left;}
.catch {
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2em;
    margin: 0;}
.catch span {font-size: 30px;display: block;line-height: 1.4em;padding-bottom: 0.8em;}
.catch em {font-size: 30px;display: block;color: #ffdc00;font-style: normal;font-weight: bold;}

.campaignBtn {
    float: left;
    width: 350px;
    margin: 0;
    padding: 10px 0;
    background-color: #ff9601;
    border-radius: 50px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    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;
	width:1000px;
    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: 300px;
    padding: 10px 0px;
    border-radius: 25px;
    font-size: 18px;
    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: 3vw 0;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #005bff;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 auto 0.5em auto;}
h4 {
    color: #fff;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5em;
    padding: 10px 0;
    margin: 0 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: 32.5%;
    background-color: #fff;
    border: 1px #b8b8b8 solid;
    padding: 0;
    margin: 0;}
.secureItem h4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 100%;
    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: 125%;}
.secureItem h4.bgBlue::after {border-color: #005bff transparent transparent;}
.secureInner {
    padding: 30px 10px 10px 10px;}
.secureItem h5 {
    font-weight: bold;
    font-size: 120%;
    text-align: center;}
.secureItem h5.secureL {
    color: #005bff;
    font-size: 150%;}
.secureItem p {
    text-align: center;
    color: #000000;
    font-size: 98%;
    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: 20px auto 10px auto;
    font-size: 100%;}
.secureItem p.ttl.secureL {font-size: 120%;}

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

.flowBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;}
.flowItem {
    width: 24%;
    padding: 0;
    margin: 0;
    border: 1px #b8b8b8 solid;}
.flowItem h4 {
    color: #fff;
    text-align: center;
    font-size: 150%;
    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: 130%;
    line-height: 1.3em;
    font-weight: bold;
    padding: 0;
    margin: 0;}
.flowItem h5 span {
    color: #000;
    display: block;
    font-size: 80%;
    line-height: 1.3em;
    font-weight: normal;}
.flowItem p {
    color: #000;
    font-weight: normal;
    text-align: center;
    line-height: 1.2em;
    font-size: 100%;
    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: 49%;
    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 0;}
.reportItem p {
    color: #000;
    font-weight: bold;
    text-align: left;
    line-height: 1.2em;
    font-size: 110%;
    margin: 0;
    padding: 0;}
.reportItem p span {
    display: block;
    color: #000;
    font-weight: normal;
    line-height: 1.2em;
    font-size: 80%;}

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

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

.privacy {
    color: #000000;
    font-size: 90%;
    text-align: center;
    margin: 10px 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;
    padding: 40px 0;}
#footer .copy {
    margin: 0px;}
#footer .copy a {
    color: #FFF;}

#pageTop {
	position: fixed;
	bottom:48px;
	right:48px;
	width:48px;
	height:48px;}
#pageTop img {
	display:block;}

