@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.6vw;}

.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: #5613b7;
    border-bottom-color: #8242de;
    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: #5613b7;
	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;
    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;}
.mainImg {
    order: 2;
    width: 100%;
    margin: 5% auto 0 auto;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 10% 0 0 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 100%;
    margin: 0;
    text-align: left;}
.catch {
    font-size: 12vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1em;
    margin: 0 auto 0 auto;
    text-align: center;}
.catch span {font-size: 7vw;display: block;}
.catch span.subttl {font-size: 4.7vw;}

.campaignBtn {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 10px 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;}
.btnOrange {
    margin: 1% auto;
    text-align: center;}
.btnOrange 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;}
.btnOrange a:hover {
    text-decoration: none;}
.btnOrange a:link,.btnOrange a:visited {color:#FFF;text-decoration:none;}
.btnOrange a:hover,.btnOrange a:active {color:#FFF;text-decoration:none;}

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

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #5613b7;
    text-align: center;
    font-size: 5.8vw;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 auto 0.5em auto;}

.txtbC {
    font-size: 3.5vw;
    text-align: left;
    font-weight: bold;
    background-color: #d0f2ff;
    border-radius: 5px;
    padding: 3%;}

.AIsupportBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 3% 0 5% 0;}
.AIsupportItem {
    width: 49%;
    border: 1px #5613b7 solid;
    background-color: #eee8f8;
    padding: 2%;
    border-radius: 8px;
    margin-bottom: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;}
.AIsupportItem h4 {
    width: 100%;
    color: #5613b7;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;}
.AIsupportItemImg {width: 70%;}
.AIsupportItemImg img {width: 100%;}
.AIsupportItemTxt {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;}
.AIsupportItemTxt p {
    background-color: #5613b7;
    border-radius: 5px;
    color: #fff;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 2.5em;
    margin: 2px 0;}
.AIsupportItemTxtMgt {margin: 20px 0 0 0;}

.exampleTtlBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;}
.exampleTtlItem {width: 30%;}
.exampleTtlItem p {
    display: block;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    padding-top: 5px;
    margin-bottom: 3vw;}
.exampleTtlItem a {color:#000;}

.exampleBox {
    border: 2px #af7bff solid;
    background-color: #fff;
    border-radius: 15px;
    padding: 5vw;
    margin-bottom: 3vw;}
.exampleInner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;}
.exampleIcon {width: 20%;}
.exampleDetail {width: 75%;}
.exampleDetail h4 {
    color: #000000;
    font-size: 5vw;
    font-weight: bold;
    text-align: left;}
.exampleDetail2 {width: 100%;margin-top: 3vw;}
.exampleDetail2 h5 {
    color: #5613b7;
    font-weight: bold;
    font-size: 4vw;}

.exampleBox2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;}
.exampleIcon2 {width: 100%;order: 2;margin: 3vw auto 0 auto;text-align: center;}
.exampleIcon2 img {width: 60%;}
.exampleDetail3 {
    order: 1;
    width: 100%;
    border: 3px #ce32ea solid;
    background-color: #fff;
    border-radius: 15px;
    font-size: 4.2vw;
    font-weight: bold;
    text-align: left;
    padding: 5vw;}

.bannerTxt {
    background-color: #667eff;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 4vw;
    padding: 2% 0;}

.featuresBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 3% 4%;
    background-color: #5613b7;
    border-radius: 15px;
    margin-bottom: 10px;}
.featuresIcon {width: 7%;}
.featuresTxt {width: 90%;color: #fff;font-weight: bold;font-size: 4vw;}

.bt_contact {margin: 1% auto 0 auto;text-align: center;}

.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-weight: normal;
	line-height: 1.4em;
    font-size: 3.8vw;
	list-style-type:none;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}
.listDisc li span {color: #005bff;}

.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: #5613b7;
    color: #FFF;
    padding: 3vw 0;}
#footer .copy {
    margin: 0px;
    font-size: 3.5vw;}
#footer .copy a {
    color: #FFF;}

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




