@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;}
.txtL {font-size: 120%;}

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

.bgYellow {background-color: #fff5cf;}

.cInner {
	display:block;
	clear:both;
	width:1000px;
    padding: 40px 0 20px 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: 95%;
    line-height: 2.3em;
	text-align: center;
	margin: 0;
    padding-right: 1.5em;
    color: #000;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #000;
    width: 100%;
    padding: 0px;}
#menu nav li.entry {
    background-color: #ff0000;
    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: normal;}

#nav_toggle {
	display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;
/*    height: 570px;*/
    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: space-between;
    width: 1200px;
    margin: 3% auto;}
.mainImg {
    order: 2;
    width: 500px;
    padding-top: 50px;}
.mainImg img {
    width: 100%;}
.mainTxt {
    order: 1;
    width: 700px;
    margin: 0;
    text-align: left;}
.catch {
    font-size: 55px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2em;
    margin: 0;}
.catch span {
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    color: #fff;}
.mainTxt2 {
    order: 3;
    width: 700px;
    margin: -220px 0 0 0;
    text-align: left;}
.mainTxt2list {
    width: 400px;
	margin:0 0 20px 0;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 20px 20px 10px 20px;}
.mainTxt2list li {
	text-align: left;
    color: #000;
    font-size: 140%;
	line-height: 1.4em;
	list-style-type:none;
    font-weight: bold;
	padding: 0 0 0.3em 35px;}
.checkmark{position:relative;}
.checkmark:before,
.checkmark:after{
	content:"";
	display:block;
	position:absolute;}
.checkmark:before{
	width:25px;
	height:25px;
	border-radius:30px;
	background:#ffa000;
	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;}

.mainBox {
    width: 620px;
    margin: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.mainbtnTtrial,
.mainbtnInquiry {
    width: 300px;}
.mainbtnTtrial a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    line-height: 2.5em;}
.mainbtnInquiry a {
    display: block;
    background-color: #008d01;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    line-height: 2.5em;}
.mainbtnTtrial a:link,.mainbtnTtrial a:visited,.mainbtnTtrial a:hover,.mainbtnTtrial a:active,
.mainbtnInquiry a:link,.mainbtnInquiry a:visited,.mainbtnInquiry a:hover,.mainbtnInquiry a:active {text-decoration:none;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
    width: 630px;
    margin: 20px auto 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;}
.btnTtrial,
.btnInquiry {
    width: 300px;
    margin: 0 1%;}
.btnTtrial a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnInquiry a {
    display: block;
    background-color: #008d01;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnTtrial a:link,.btnTtrial a:visited,.btnTtrial a:hover,.btnTtrial a:active,
.btnInquiry a:link,.btnInquiry a:visited,.btnInquiry a:hover,.btnInquiry a:active {text-decoration:none;}


/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h2 {
    color: #ff9601;
    text-align: center;
    margin: 0 auto;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.3em;}
.colorB {color: #000;}
h3 {
    color: #000;
    text-align: center;
    margin: 0 auto 0.8em auto;
    font-size: 110%;
    font-weight: normal;
    line-height: 1.6em;
    padding: 5px 0;}

.serviceBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 10px 0 0 0;}
.serviceItem {
    width: 32%;
    background-color: #fff;
    border: 1px #b8b8b8 solid;
    border-radius: 10px;
    padding: 0;
    margin: 0;}
.serviceImg {
    width: 40%;
    margin: 0 auto 10px auto;}
.serviceImg img {width: 100%;}
.serviceItem h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 115%;
    line-height: 1.3em;
    font-weight: bold;
    padding: 15px 0;
    margin: 0;
    background-color: #ff5f07;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;}
.serviceInner {
    padding: 10px;}
.serviceItem p {
    text-align: left;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    padding: 0;}

.serviceItem2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;}
.serviceImg2 {
    width: 20%;
    margin: 0;}
.serviceImg2 img {width: 100%;}
.serviceTxt2 {
    width: 75%;
    margin: 0;}

.supportBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 10px 0 0 0;}
.supportItem {
    width: 47%;
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    margin: 0 0 20px 0;}
.supportItemL {width: 100%;}
.supportImg {
    width: 30%;
    margin: 0 auto;}
.supportImg img {width: 100%;}
.supportItem .Ttl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    padding: 10px 0 10px 20px;
    margin: 0;
    background-color: #ff5f07;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;}
.number-icon {
    background-color: #ffffff;
    color: #ff5f07;
    font-weight: bold;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px; 
    flex-shrink: 0;}
.supportItem .Ttl h4 {
    margin: 0;
    font-size: 115%;
    font-weight: bold;}
.supportInner {
    padding: 15px;}
.supportItem p {
    text-align: left;
    color: #000000;
    font-size: 95%;
    font-weight: normal;
    padding: 0;}

.supportBtn {
    display: block;
    margin: 8px 0 0 0;}
.supportBtn a {
    display: inline-block;
    color: #ff5f07;
    text-align: left;
    width: 100%;
    line-height: 1.5em;
    padding: 8px 0 8px 20px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 50px;
    background: #ffecc1 url(../img/ic_blank.svg) no-repeat right 20px center;
    background-size: 5%;}
.matop1 {margin-top: 1em;}
.matop3 {margin-top: 2.5em;}

.supportflow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;}
.supportflowItem {
    width: 220px;
    border: 1px #ff5f07 solid;
    color: #000;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 8px;}
.triangleBox {
    width: 20px;
    display: flex;
    justify-content: center;}
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ff9601;
    border-right: 0;}

.textL {
    font-size: 170%;
    font-weight: bold;
    text-align: center;
    margin: 40px auto 10px auto;}

.flowBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0px 0;}
.flowItem {
    width: 100%;
    padding: 0px;
    background-color: #fff;
    border: 1px #b8b8b8 solid;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;}
.flowItem h4 {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 125%;
    line-height: 1.3em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background-color: #ff5f07;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;}
.flowImg {
    width: 13%;
    margin: 8px 2%;
    text-align: center;}
.flowImg img {width: 100%;}
.flowTxt {width: 63%;margin-top: 1em;}
.flowTxt h5 {
    color: #ff5f07;
    font-size: 140%;
    font-weight: bold;
    text-align: left;}
.flowItem p {
    padding: 0;
    font-size: 100%;}
.flowArrow {
    width: 0;
    height: 0;
    margin: 10px 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 40px solid #ff9601;
    border-bottom: 0;}

.achievementsBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 10px 0 0 0;}
.achievementsItem {
    width: 32%;
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;}
.achievementsItem h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 115%;
    line-height: 1.3em;
    font-weight: bold;
    padding: 15px 0;
    margin: 0;
    background-color: #ff5f07;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;}
.achievementsInner {padding: 10px 15px 5px 15px;flex-grow: 1;}
.achievementsItem h5 {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;}
.achievementsItem h5 span {
    color: #ff5f07;
    font-size: 180%;
    padding-right: 3px;}
.achievementsItem p {
    text-align: left;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    padding: 0;}
.achievementsBtn {padding: 0px 15px 15px 15px;}

.feeBox {
    display: flex;
    justify-content: center;
    margin: 10px 0 5px 0;}
.feeItem {
    width: 70%;
    background-color: #fff;
    border: 1px #b8b8b8 solid;
    border-radius: 10px;
    padding: 0;
    margin: 0;}
.feeItem h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 115%;
    line-height: 1.3em;
    font-weight: bold;
    padding: 15px 0;
    margin: 0;
    background-color: #ff5f07;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;}
.feeInner {
    padding: 10px;}
.feeItem h5 {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;}
.feeItem h5 span {
    color: #ff5f07;
    font-size: 180%;
    padding-right: 3px;}
.feeItem p {
    text-align: center;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    padding: 0;}
.feeInnerBox {
    margin: 20px 0 0 0;
    padding: 15px;
    background-color: #ffecc1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}
.feeInnerBox h6 {
    color: #000;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.5em;}
.feeInnerBoxItem {width: 45%;}
.listDisc {
	margin:0 0 0 2em;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-size: 100%;
	line-height: 1.4em;
	list-style-type:none;
    font-weight: normal;
	padding: 0 0 0.3em 1.0em;
	text-indent: -1.0em;
    position: relative;}
.listDisc li::after {
    content: '';
    display: block;
    position: absolute;
    top: .2em;
    left: -1.3em;
    width: 15px;
    height: 10px;
    border-left: 3px solid #ff9601;
    border-bottom: 3px solid #ff9601;
    transform: rotate(-45deg);}

.BtnPDF {
    margin: 7% auto 4% auto;
    text-align: center;}

/*
.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-size: 100%;
	line-height: 1.4em;
	list-style-type:none;
    font-weight: normal;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}
.listDisc li.txtL {
    font-size: 110%;
    font-weight: bold;}
.listDisc li a:link,.listDisc li a:visited {color:#88008d;text-decoration:underline;}
.listDisc li a:hover,.listDisc li a:active {color:#ab00b1;text-decoration:none;}
*/

.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: #00923a;
    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;}








