@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;}

.bgBlue {background-color: #ecf6ff;}

.cInner {
	display:block;
	clear:both;
	width:1000px;
    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: #000000;
    width: 100%;
    padding: 0px;}
#menu nav li.entry {
    background-color: #ff8332;
    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%;
/*    height: 570px;*/
    background-image: url(../img/pc_main.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: 2% auto;
    position: relative;}
.mainImg {
    order: 2;
    width: 550px;}
.mainImg img {
    width: 100%;}
.mainTxt {
    order: 1;
    width: 600px;
    margin: 3% 0 0 0;
    text-align: left;}
h1 {
    color: #0085ff;
    margin: 0;
    font-size: 45px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3em;}
.mainsubTxt {
    order: 3;
    width: 50%;
    color: #000;
    font-size: 33px;
    font-weight: bold;
    text-align: left; 
    margin-top: -160px;
    padding: 0px;}
.mainBtn {
    position: absolute;
    left: 0;
    bottom: 0;
    order: 4;
    width: 100%;
    margin: 0;
    display: flex;}
.mainBtn a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    padding: 10px 50px;
    border-radius: 25px;
    font-size: 23px;
    font-weight: bold;
    background-color: #ff8332;}
.mainBtn a:hover {
    text-decoration: none;}
.mainBtn a:link,.btnYellow a:visited {color:#FFF;text-decoration:none;}
.mainBtn a:hover,.mainBtn a:active {color:#FFF;text-decoration:none;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
    width: 800px;
    margin: 50px auto 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.btnInquiry,
.btnSeminar {
    width: 380px;}
.btnInquiry a {
    display: block;
    background-color: #ff9601;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnSeminar,
.btnSeminar a {
    display: block;
    background-color: #0085ff;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnInquiry a:link,.btnInquiry a:visited,.btnInquiry a:hover,.btnInquiry a:active,
.btnSeminar a:link,.btnSeminar a:visited,.btnSeminar a:hover,.btnSeminar a:active {text-decoration:none;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h2 {
    color: #0085ff;
    text-align: center;
    margin: 0 auto;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.8em;}
h2.pdf {
    color: #0085ff;
    text-align: center;
    margin: 0 auto;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.3em;}
h3 {
    color: #000000;
    text-align: center;
    margin: 35px auto 20px auto;
    padding: 0;
    font-size: 140%;
    font-weight: bold;
    line-height: 2.5em;
    border-top: 2px solid #0085ff;
    border-bottom: 2px solid #0085ff;}
.subTxt {text-align: center;}

.LWBox {
    display: flex;
    justify-content: space-between;
    align-items: center;}
.LWImg {width: 300px;}
.LWTxt {width: 680px;}

.pointBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;}
.pointItem {
    width: 480px;
    margin: 0;}
.pointorderBox {display: flex;flex-wrap: wrap;margin: 30px 0 40px 0;}
.pointItem h2 {
    display: inline-block;
    background-color: #0085ff;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    border-radius: 30px;
    line-height: 2em;
    padding: 0 30px;
    margin: 0;}
.pointItem h3 {
    color: #000;
    font-weight: bold;
    font-size: 140%;
    border: none;
    text-align: left;
    margin: 0;}
.pointItemBox {
    border: 1px #0085ff solid;
    padding: 10px;
    margin-top: 20px;}
.pointItemBox h4 {
    color: #0085ff;
    font-weight: bold;
    font-size: 120%;
    line-height: 1.2em;
    padding-bottom: 0.5em;}
.pointItemBox h5 {
    color: #000;
    font-weight: bold;
    font-size: 110%;
    line-height: 1.2em;
    padding-bottom: 0.2em;}
.pointItemBox .txtS {font-size: 90%;}

.meritBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;}
.meritItem {
    width: 320px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;}
.meritTtl {
    display: flex;
    align-items: center;
    height: 80px;}
.meritTtl h3 {
    color: #000000;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.4em;
    border: none;}
.meritTtl h3 span {color: #ff8332;display: inline-block;}

.functionBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 20px;}
.functionItem {
    width: 320px;
    background-color: #fff;
    border: 1px #0085ff solid;
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;}
.functionTtl {
    display: flex;
    align-items: center;
    height: 80px;}
.functionTtl h3 {
    color: #000000;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.4em;
    border: none;}
.meritImg,.functionImg {width: 60%; margin: 0 auto;}
.meritImg img,.functionImg img {width: 100%;}

.pdfBtnBox {
    display: block;
    width: 800px;
    margin: 0 auto 30px auto;}
.pdfBtnBox a {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 10px 0;}

/* youtube */
.youtubeBox {
	width:800px;
	text-align:left;
	margin:0px auto 50px auto;}
.youtube {
	position:relative;
	padding-top:56.25%;
	overflow: hidden;
	margin:5px 0px;}

.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;}

.BtnPDF {
        margin: 20px 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;}

.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: #0085ff;
    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;}