@charset "utf-8";

/*-------------------- common --------------------*/
html,body{margin:0;padding:0;height:100%;background:transparent;}body{font:13px/1.231 arial,Helvetica,verdana,PMingLiU,sans-serif;*font-size:small;*font:x-small;color:#000000;text-align:left;background:#ffffff;line-height:1.6;}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}table{font-size: inherit;font:100%;width:100%;border-collapse:collapse;border:0;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}img{vertical-align:bottom;}strong{font-weight:bold;}p{margin-bottom:1em;}object{margin:0;padding:0;}
html, body {
	font-family: 'Noto Sans Japanese',sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #111;
	line-height: 1.8;
}
a, button, input[type='submit'] {
	color: #111;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
/*----- class -----*/
.sec {
	position: relative;
	background: #fff;
	overflow: hidden;
}
.left { float: left; }
.right { float: right; }
.inner {
	margin: 0 auto;
	width: 1080px;
}
.orange { color: #f57c00; }
.brpc { display: inline; }
.brsp { display: none; }

/*-------------------- header --------------------*/


/*-------------------- home --------------------*/
#home {
	height: 100%;
	background: #000;
	overflow: hidden;
}
#home .content {
	position: absolute;
	top: 50%; left: 0;
	margin-top: -110px;
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 5;
}
#home .canUseChinaPay {
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
	background: #ececec;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
#home .canUseChinaPay * {
	box-sizing: border-box;
}
#home .canUseChinaPay::after {
	content: "";
	display: block;
	clear: both;
}
#home .canUseChinaPay figure {
	display: inline-block;
}
#home .canUseChinaPay figure img {
	padding-top: 5px;
	height: 35px;
}
#home .canUseChinaPay p {
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 100;
	line-height: 41px;
}
#home .content .copy {
	margin-bottom: .7em;
	font-family: 'Roboto','Noto Sans Japanese',sans-serif;
	font-size: 55px;
	font-weight: 100;
	line-height: 1.2;
	letter-spacing: -.06em;
}
#home .content .sub {
	font-size: 24px;
	font-weight: 100;
	line-height: 1;
}
#home .content .btn_contact {
	display: block;
	margin: 0 auto;
	width: 416px;
	background: #f57c00;
	border: 3px solid #f57c00;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	letter-spacing: .06em;
}
#home .content .btn_contact:hover {
	background: none;
	color: #f57c00;
}
#home video {
	position: fixed;
	top: 50%; left: 50%;
	opacity: .7;
}

/*-------------------- contents --------------------*/
#sec01 ol {
	font-size: 36px;
	font-weight: 100;
	line-height: 2;
	position: relative;
	z-index: 2;
}
#sec01 ol i {
	color: #f57c00;
}
#sec01 ol a {
	text-decoration: none;
}
#sec01 ol a:hover {
	text-decoration: underline;
}
#sec01 ol .more {
	display: inline-block;
	margin-left: 10px;
	color: #f57c00;
	font-size: 0.5em;
}
#sec02,
#sec05,
#sec07,
#sec14 {
	overflow: visible;
}
#sec02 .ttl,
#sec05 .ttl,
#sec07 .ttl {
	font-family: 'Roboto','Noto Sans Japanese',sans-serif;
	font-size: 40px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	line-height: 190px;
	letter-spacing: -.06em;
}
#sec02 .btn_next,
#sec05 .btn_next,
#sec07 .btn_next,
#sec14 .btn_next {
	display: block;
	position: absolute;
	bottom: -30px; left: 50%;
	margin-left: -30px;
	width: 60px; height: 60px;
	background: url(../images/ico_arrow01.png) no-repeat;
	-webkit-background-size: 60px 60px;
	background-size: 60px 60px;
	text-indent: -9999px;
	z-index: 5;
}
#sec03,
#sec06,
#sec08,
#sec10 {
	padding: 175px 0;
	background: url(../images/bg01.jpg) center 0 no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	text-align: center;
}
#sec03 .ttl,
#sec06 .ttl,
#sec08 .ttl,
#sec10 .ttl {
	margin-bottom: 1em;
	font-family: 'Roboto','Noto Sans Japanese',sans-serif;
	font-size: 40px;
	font-weight: 100;
	line-height: 1.2;
	letter-spacing: -.06em;
}
#sec04,
#sec09 {
	height: 615px;
	text-align: center;
}
#sec04 .ttl,
#sec04 .content,
#sec09 .ttl,
#sec09 .content {
	width: 720px;
}
#sec04 .ttl,
#sec09 .ttl {
	margin-bottom: 1em;
	padding-top: 175px;
	font-family: 'Roboto','Noto Sans Japanese',sans-serif;
	font-size: 40px;
	font-weight: 100;
	line-height: 1.2;
	letter-spacing: -.06em;
}
#sec04 .content .btn_contact,
#sec09 .content .btn_contact {
	display: block;
	margin: 0 auto 35px;
	width: 416px;
	background: #f57c00;
	border: 3px solid #f57c00;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	letter-spacing: .06em;
}
#sec04 .content .btn_contact:hover,
#sec09 .content .btn_contact:hover {
	background: none;
	color: #f57c00;
}
#sec04 .content .sub,
#sec09 .content .sub {
	font-size: 24px;
	font-weight: 100;
	line-height: 1;
}
/*----- sec01 -----*/
#sec01 {
	padding: 175px 0;
}
#sec01 .ttl {
	margin-bottom: 1.3em;
	font-family: 'Roboto','Noto Sans Japanese',sans-serif;
	font-size: 45px;
	font-weight: 100;
	line-height: 1;
	letter-spacing: -.06em;
}
#sec01 p {
	margin-bottom: 45px;
}
#sec01 .img_sec01_02 {
	width: 510px; height: 135px;
}
#sec01 .img_sec01_01 {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -315px;
	width: 1144px; height: 592px;
	z-index: 1;
}
/*----- sec02 -----*/
#sec02 .ttl {
	background: url(../images/img_sec02_01.jpg) center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
#sec02 .content {
	padding: 125px 0;
}
#sec02 ul {
	overflow: hidden;
}
#sec02 ul li {
	float: left;
	width: 33.33%;
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
}
#sec02 ul li img {
	display: block;
	margin: 0 auto 20px;
	width: 50px; height: 61px;
}
/*----- sec03 -----*/
#sec03 ul {
	overflow: hidden;
}
#sec03 ul li {
	float: left;
	width: 33.33%;
	font-size: 20px;
	text-align: center;
}
#sec03 ul li img {
	display: block;
	margin: 0 auto 35px;
	width: 150px; height: 150px;
}
#sec03 ul li h3 {
	margin-bottom: .8em;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .06em;
}
#sec03 ul li ul li {
	float: none;
	margin-left: 35px;
	padding-left: 21px;
	width: auto;
	background: url(../images/ico_check01.png) 0 center no-repeat;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	font-size: 16px;
	font-weight: 200;
	text-align: left;
	line-height: 2;
}
/*----- sec04 -----*/
#sec04 .ttl,
#sec04 .content {
	margin-left: 360px;
}
#sec04 .img_sec04_01 {
	position: absolute;
	top: 0; right: 50%;
	margin-right: 180px;
	height: 615px;
}
/*----- sec05 -----*/
#sec05 .ttl {
	background: url(../images/img_sec05_01.jpg) center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
#sec05 .content {
	padding: 125px 0;
}
#sec05 .content section {
	overflow: hidden;
}
#sec05 .content section:first-child {
	margin-bottom: 75px;
}
#sec05 .content .chinarMarket h3 {
	margin-bottom: 60px;
	font-size: 32px;
	font-weight: 200;
	text-align: center;
}
#sec05 .content .chinarMarket ul {
	margin-bottom: 60px;
}
#sec05 .content .chinarMarket ul::after {
	content: "";
	display: block;
	clear: both;
}
#sec05 .content .chinarMarket ul li {
	width: 33.3%;
	float: left;
	text-align: center;
}
#sec05 .content .chinarMarket ul li h4 {
	font-size: 24px;
	margin-bottom: 10px;
}
#sec05 .content .chinarMarket ul li p {
	margin-bottom: 10px;
}
#sec05 .content .chinarMarket ul li p .orange {
	display: inline-block;
	margin: 0 3px;
	font-size: 24px;
	font-weight: 400;
}
#sec05 .content .chinarMarket .reference {
	text-align: right;
}
#sec05 .content .chinarMarket .reference small {
	font-size: 12px;
}
#sec05 .content .chinarMarket .reference a {
	text-decoration: none;
}
#sec05 .content .chinarMarket .reference a:hover {
	text-decoration: underline;
}
#sec05 .content .left,
#sec05 .content .right {
	width: 720px;
}
#sec05 .content .img_sec05_02 {
	width: 320px;
}
#sec05 .content .img_sec05_03 {
	width: 300px;
}
/*----- sec06 -----*/
#sec10 ul {
	margin-bottom: 60px;
}
#sec06 ul::after,
#sec10 ul::after {
	content: "";
	display: block;
	clear: both;
}
#sec06 ul li,
#sec10 ul li {
	float: left;
	width: 33.33%;
	font-size: 20px;
	text-align: center;
}
#sec06 ul li img,
#sec10 ul li img {
	display: block;
	margin: 0 auto 35px;
	width: 150px; height: 150px;
}
#sec06 ul li h3,
#sec10 ul li h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .06em;
	text-align: center;
}
/*----- sec14 -----*/
#sec14 .content {
	padding: 120px 0;
}
#sec14 .ttl {
	background: url(../images/bg_home_marketting.jpg) center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
    color: #fff;
	font-family: 'Roboto','Noto Sans Japanese',sans-serif;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: -.06em;
    line-height: 190px;
    text-align: center;
}
#sec14 .content * {
	box-sizing: border-box;
}
#sec14 .content h3 {
	margin-bottom: 60px;
	font-size: 28px;
}
#sec14 p {
	margin-bottom: 0;
}
#sec14 .content ul li::after {
	content: "";
	display: block;
	clear: both;
}
#sec14 .content ul li:not(:last-child) {
	margin-bottom: 60px;
}
#sec14 .content ul li h4 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 400;
}
#sec14 .content ul li:nth-child(2n+1) figure {
	padding-left: 38px;
	float: right;
}
#sec14 .content ul li:nth-child(2n+1) h4,
#sec14 .content ul li:nth-child(2n+1) p {
	text-align: right;
}
#sec14 .content ul li:nth-child(2n) figure {
	padding-right: 38px;
	float: left;
}
#sec14 .content ul li:nth-child(2n) h4,
#sec14 .content ul li:nth-child(2n) p {
	text-align: left;
}

/*----- sec07 -----*/
#sec07 .ttl {
	background: url(../images/img_sec07_01.jpg) center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
#sec07 .content {
	padding: 125px 0;
}
#sec07 .content ol li {
	display: table;
	margin-bottom: 75px;
}
#sec07 .content ol li:last-child {
	margin-bottom: 0;
}
#sec07 .content ol li h3,
#sec07 .content ol li .wrap_img,
#sec07 .content ol li .sub {
	display: table-cell;
	width: 360px; height: 148px;
	vertical-align: middle;
}
#sec07 .content ol li h3 {
	position: relative;
	padding-left: 125px;
	width: 235px;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -.06em;
}
#sec07 .content ol li h3 span {
	display: block;
	position: absolute;
	top: 50%; left: 33px;
	margin-top: -33px;
	width: 66px; height: 66px;
	background: #f57c00;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	color: #fff;
	text-align: center;
	line-height: 66px;
}
#sec07 .content ol li .wrap_img {
	text-align: center;
}
#sec07 .content ol li .wrap_img img {
	width: 257px;
}
/*----- sec08 -----*/
#sec08 ul {
	overflow: hidden;
}
#sec08 ul li {
	float: left;
	width: 50%;
}
#sec08 ul li img {
	display: block;
	margin: 0 auto 35px;
	width: 150px; height: 150px;
}
#sec08 ul li h3 {
	margin-bottom: 1em;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
	letter-spacing: .06em;
}
#sec08 ul li p {
	margin: 0 30px;
	text-align: left;
}
/*----- sec09 -----*/
#sec09 .ttl,
#sec09 .content {
	margin-left: 0;
}
#sec09 .img_sec09_01 {
	position: absolute;
	top: 0; left: 50%;
	margin-left: 180px;
	height: 615px;
}
/*----- sec10 -----*/
#sec10 .content {
	overflow: hidden;
}
#sec10 .img_sec10_01 {
	float: left;
	margin: 0 60px;
	width: 240px; height: 240px;
}
#sec10 h3 {
	margin-bottom: 1em;
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	line-height: 1.2em;
}
#sec10 p {
	text-align: left;
}
#sec10 p i {
	font-style: italic;
	font-size: 80%;
}
/*----- sec11 -----*/
#sec11 {
	padding: 150px 0 0;
	background: #f5f5f5;
}
#sec11 .inner {
	margin: 0 auto;
	width: 1080px;
}
#sec11 section {
	margin-bottom: 100px;
}
#sec11 section .ttl {
	margin-bottom: 1em;
	font-size: 30px;
	font-weight: 100;
	text-align: center;
	line-height: 1.2;
	letter-spacing: -.06em;
}
#function ul {
	padding: 75px;
	background: #fff;
	overflow: hidden;
}
#function ul li {
	float: left;
	margin-bottom: 1em;
	width: 25%;
	background: url(../images/ico_check02.png) 0 center no-repeat;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	font-size: 14px;
	text-indent: 21px;
}
#price ul {
	overflow: hidden;
}
#price ul li {
	float: left;
	margin-right: 30px;
	width: 340px;
	background: #fff;
}
#price ul li:last-child {
	margin-right: 0;
}
#price ul li .sttl {
	line-height: 65px;
	background: #f57c00;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	letter-spacing: .06em;
}
#price ul li dl {
	padding: 35px 40px;
	overflow: hidden;
}
#price ul li dl:not(.bottom) {
	border-bottom: 1px solid #e0e0e0;
}
#price ul li dl dt {
	float: left;
	width: 40%;
}
#price ul li dl dd {
	float: right;
	width: 60%;
	font-weight: 300;
	text-align: right;
}
#price ul li h4,
#price ul li p {
    padding: 25px 40px 0;
    margin: 0;
    border: none;
    font-weight: 300;
}
#price ul li p {
	padding-bottom: 10px;
}
#price ul li h4 + dl,
#price ul li p + dl {
    padding-top: 0;
}
#price ul li .top dt,
#price ul li .top dd {
	height: 48px;
	line-height: 48px;
}
#price ul li .top dd {
	font-size: 18px;
}
#price ul li .top dd strong {
	font-family: 'Roboto','Noto Sans Japanese',sans-serif;
	font-size: 36px;
	font-weight: 400;
}
#price ul li dl:not(.top) {
	font-size: 14px;
}
#price ul li dl:not(.top) dt,
#price ul li dl:not(.top) dd {
	height: 32px;
	line-height: 32px;
}
/*----- sec12 -----*/
#sec12 {
	padding: 100px 0;
}
#sec12 .ttl {
	margin-bottom: 1.5em;
	font-size: 30px;
	font-weight: 100;
	text-align: center;
	line-height: 1.2;
	letter-spacing: -.06em;
}
#sec12 .content {
}
#sec12 .content ul {
	text-align: center;
}
#sec12 .content ul li {
	display: inline-block;
	margin: 0 3px;
}
#sec12 .content ul li img {
	width: 144px;
}
/*----- sec13 -----*/
#sec13 {
	padding: 175px 0;
	/* background: transparent; */
	color: #fff;
	text-align: center;
}
#contactBody {
	background: transparent;
}
#contactIframe,
#sec13.contactPage {
	background: url(../images/bg01.jpg) center 0 no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
#sec13 .ttl {
	margin-bottom: 65px;
	font-weight: 100;
	line-height: 1;
}
#sec13 .ttl .copy {
	font-size: 24px;
}
#sec13 .ttl h2 {
	margin-bottom: .5em;
	font-family: 'Roboto','Noto Sans Japanese',sans-serif;
	font-size: 40px;
	font-weight: 100;
	line-height: 1.2;
	letter-spacing: -.06em;
}
#sec13 .ttl .sub {
	margin-bottom: 0;
	font-size: 16px;
}
#sec13 .content div {
	margin: 0 auto 60px;
	width: 720px;
}
#sec13 .content dl {
	margin-bottom: 0.5em;
}
#sec13 .content dt,
#sec13 .content dd {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0;
	text-align: left;
}
#sec13 .content dt {
	font-size: 1.17em;
	font-weight: 400;
}
#sec13 .content dd .horizontal-item {
	display: inline-block;
	margin: 0 2em 1em 0;
}
#sec13 .content dd input[type="checkbox"],
#sec13 .content dd input[type="radio"] {
	width: 18px;
	height: 18px;
}
#sec13 .content input[type="text"],
#sec13 .content input[type="password"],
#sec13 .content input[type="tel"],
#sec13 .content input[type="email"],
#sec13 .content textarea {
	margin-bottom: 15px;
	padding: 18px;
	width: 100%;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	vertical-align: top;
}
#sec13 .content label {
	display: inline-block;
}
#sec13 .content textarea {
	height: 150px;
}
#sec13 .content button,
#sec13 .content input[type="submit"] {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 416px;
	background: none;
	border: 3px solid #fff;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	letter-spacing: .06em;
	cursor: pointer;
}
#sec13 .content button:hover,
#sec13 .content input[type="submit"]:hover {
	background: #fff;
	color: #f57c00;
}
#sec13 .content input[name="submitBack"] {
	width: 208px;
	margin-bottom: 15px;
}

.seminarInfo {
	padding: 60px 15px;
	border-bottom: solid 1px #e0e0e0;
	background: #fff;
	font-size: 2rem;
	position: relative;
	z-index: 1;
}
.seminarInfo a {
	text-decoration: none;
}
.seminarInfo dl {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.seminarInfo dl dt,
.seminarInfo dl dd {
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.seminarInfo dl dt {
	padding: 0 20px;
    border: 2px solid #f57c00;
    border-radius: 3px;
	font-weight: 400;
}
.seminarInfo a:hover dl dt,
.seminarInfo a:hover dl dt span {
	background: #f57c00;;
	color: #fff;
}
.seminarInfo dl dt span {
	display: inline-block;
	margin-left: 25px;
	font-size: 0.84em;
	color: #f57c00;
}
.seminarInfo dl dt span::after,
.linkSeminarArchive a::after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	border-left: solid 10px #f57c00;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.seminarInfo a:hover dl dt span::after {
border-left: solid 10px #fff;
}
.seminarInfo dl dd {
	padding-left: 20px;
	line-height: 1.5;
}
.seminarInfo dl dd .title {
	margin-bottom: 0.5em;
}
.seminarInfo dl dd .date {
	font-size: 0.87em;
	font-weight: bold;
}
.seminarInfo a:hover dl dd {
	color: #f57c00;
}
.seminarInfo dl dd p {
	margin-bottom: 0;
}
.linkSeminarArchive {
	margin-top: 60px;
	text-align: center;
}
.linkSeminarArchive a {
	display: inline-block;
	padding-bottom: 0.25em;
	border-bottom: solid 1px #f57c00;
	font-size: 0.87em;
}
.linkSeminarArchive a:hover {
	color: #f57c00;
}
