@charset "utf-8";
/***************************
/* HTMLデフォルト設定
***************************/
@import url(notosansjapanese.css);
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-print-color-adjust: exact;
}
::selection {
	background: #004ea1;
	color: #fff;
}
 //Firefox ::-moz-selection {
 background: #004ea1;
 color: #fff;
}
h2, h3 {
	font-style: normal;
	font-weight: normal;
}
body {
	color: #000000;
	font: 16px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 1.0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a img:hover {
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a img {
	border: none;
}
a:visited {
	color:#1D1D1D;
}
table {
	border-collapse: collapse;
	border:none;
}
/***************************
全体
***************************/
.spclear {
	display: none
}
.pcimg {
	display: block;
}
.spimg {
	display: none;
}
#wrapper {
	height: auto;
	width:100%;
	overflow: hidden;
}
.clear {
	clear: both;
}
.floleft {
	float: left;
}
.floright {
	float: right
}
.pcfloleft {
	float: left;
}
.pcfloright {
	float: right
}
.ma-b20 {
	margin-bottom: 5px;
}
.ma-t20 {
	margin-top: 20px;
}
.ma-t10 {
	margin-top: 10px;
}
.ma-r5 {
	margin-right: 5px;
}
.ma-r10 {
	margin-right: 20px;
}
.ma-l30 {
	margin-left: 30px;
}
.nakabox {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	z-index: 9;
}
.centerbox {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	z-index: 9;
	text-align: center;
}
.centerbox2 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	z-index: 9;
	text-align: center;
	position: relative;
}
.kintowari {
	width:1000px;
}
.kintowari .bind {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kintowari .bind .box {
	width: 30%;
	margin-bottom: 35px;
}
/***************************
メインビジュアル
***************************/
.mainbgbox {
	max-width: 100%;
	height: 100vh;
	margin-right: auto;
	margin-left: auto;
	background:url(../images/pc_main.png) no-repeat;
	background-position:center center;
	background-size:cover;
	background-repeat: no-repeat;
	position: relative;
　 overflow: hidden;
	min-height:100%;
}
.mainbgbox .maintitlebox {
	width:1200px;
	min-height:100%;
	height:100%;
	margin:0 auto;
	position:relative;
	padding:30px 0 40px;
}
.mainbgbox .maintitlebox img {
	width:10%;
	position:absolute;
	top:40px;
	left:0;
}
.mainbgbox .maintitlebox .maintitlebox2 {
	width:40%;
	margin:0 auto;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position:relative;
	height: 100%;
}
.mainbgbox .maintitlebox .maintitlebox2 h2 {
	color:#fff;
	/*font-size:60px;*/ /*font-size: 3vw;*/ font-size:6vh;
	font-weight:normal;
	/*line-height:180px;*/line-height:290%;
}
.mainbgbox .maintitlebox .maintitlebox2 h2 span.big {
	font-weight:bold;
	/*font-size:80px;*/ /*font-size: 4.1vw;*/ font-size:8.5vh;
	background-image:url(../images/maintitleline.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:20px;
	margin-top:40px; background-size: contain;
}
.mainbgbox .maintitlebox .maintitlebox2 h2 span.maintitlespan {
	padding-top:220px;
	/*line-height:80px;*/ line-height:130%;
}
.mainbgbox .maintitlebox .maintitlebox2 .titlemark {
	position:absolute;
	top: 73%;
	right: -10%;
	width:auto; height:24%;
}
/***************************
導入
***************************/
.intro {
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#26aeec;
}
.intro .introtop {
	width:535px;
	padding:40px 0;
	text-align:center;
	margin:0 auto;
}
.intro .introtop img {
	margin-top:-40px;
	width:20%;
}
.intro .introtop h3 {
	color:#fff;
	font-size:32px;
	background-image:
 url(../images/startkakko01.png), url(../images/startkakko02.png);
	background-position:
 left top, right bottom;
	background-repeat:
 no-repeat, no-repeat;
	background-size:15%, 15%;
	padding:20px 40px;
}
/***************************
手順
***************************/
.flow {
	width:100%;
	height:auto;
	overflow:hidden;
}
.flow .flowbox {
	width:1200px;
	margin:80px auto;
	text-align:center;
}
.flow .flowbox h3 {
	font-size:32px;
	color:#313131;
	font-weight:bold;
	margin-bottom:20px;
}
.flow .flowbox h3 span {
	color:#00a0e9;
	font-size:28px;
}
.flow .flowbox .bind {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flow .flowbox .bind .box {
	width:30%;
	margin-top:40px;
}
.flow .flowbox .bind .arrowbox {
	width:5%;
	padding-top:150px;
}
.flow .flowbox .bind .arrowbox img {
	width:100%;
}
.flow .flowbox .bind .box img {
	width:80%;
}
.flow .flowbox .bind .box .titlebox {
	width:100%;
	padding:5px 10px;
	background-color:#004ea1;
	border-radius:40px;
	color:#fff;
	font-size:18px;
	margin-top:20px;
	position:relative;
}
.flow .flowbox .bind .box .titlebox h4 {
	font-weight:normal;
}
.flow .flowbox .bind .box .titlebox .flowarrow {
	position:absolute;
	left:120px;
	top:-20px;
	width:5%;
}
/***************************
お問い合わせ
***************************/
.ctr {
	width:100%;
	margin:0;
}
.ctr .ctrbox {
	width:500px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
	text-align:center;
}
.ctr .ctrbox img {
	width:100%;
}
/***************************
お問い合わせ2
***************************/
.ctr2 {
	width:100%;
	padding:40px 0;
}
.ctr2 .ctrbox {
	width:500px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
	text-align:center;
}
.ctr2 .ctrbox img {
	width:100%;
}
/***************************
会社案内
***************************/
.company {
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#f8f8f8;
	padding:80px 0;
	margin-top:80px;
}
.company .companybox {
	width:800px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	background-color:#fff;
	padding:40px 80px 40px 80px;
	margin-top:40px;
}
.company h3 {
	font-size:32px;
	color:#00a0e9;
	text-align:center;
	font-family: objektiv-mk1, sans-serif !important;
	font-style: normal;
	font-weight: 700;
}
.company h3.japanese {
	color:#fff;
	border-radius:40px;
	padding:5px 40px;
	width:210px;
	background-color:#00a0e9;
	font-size:21px;
	font-weight:normal;
	text-align: center;
	margin: 10px auto 20px;
	font-style: normal;
	font-weight: normal;
	font-family: "NotoSansCJKjp" !important;
	;
}
.company h3.japanese+p {
	color:#313131;
	font-size:21px;
	text-align:center;
}
.company .companybox table {
	font-size:16px;
	color:#313131;
	width:100%;
	margin:0 auto;
}
.company .companybox table th, .company .companybox table td {
	padding:15px;
	text-align:left;
}
.company .companybox table th {
	width:20%;
}
.company .companybox table td {
	width:80%;
}
/***************************
メディア
***************************/
.media {
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#fff;
}
.media .mediabox {
	width:1100px;
	margin:80px auto;
	text-align:center;
}
.media .mediabox h3 {
	font-size:32px;
	color:#00a0e9;
	text-align:center;
	font-family: objektiv-mk1, sans-serif;
	font-style: normal;
	font-weight: 700;
}
.media .mediabox h3.japanese {
	color:#fff;
	border-radius:40px;
	padding:5px 40px;
	width:210px;
	background-color:#00a0e9;
	font-size:21px;
	text-align: center;
	margin: 10px auto 20px;
	font-style: normal;
	font-weight: normal;
	font-family: "NotoSansCJKjp" !important;
	;
}
.media .mediabox .bindbox {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.media .mediabox .mediaimgbox {
	width:45%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.media .mediabox .mediaimgbox img {
	width:100%;
}
.media .mediabox .mediaimgbox h4 {
	width:100%;
	position: relative;
	display: inline-block;
	font-size: 24px;
	color:#313131;
	height: 70px;
	line-height: 70px;
}
.media .mediabox .mediaimgbox h4::before {
	content: '';
	position: absolute;
	top:33px;
	left: 0;
	width:170px;
	height: 2px;
	margin: auto;
	background-color: #313131;
}
.media .mediabox .mediaimgbox h4::after {
	content: '';
	position: absolute;
	top:33px;
	right: 0;
	width:170px;
	height: 2px;
	margin: auto;
	background-color: #313131;
}
.media .mediabox .mediaimgbox02 {
	width:45%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.media .mediabox .mediaimgbox02 img {
	width:100%;
}
.media .mediabox .mediaimgbox02 h4 {
	width:100%;
	position: relative;
	display: inline-block;
	font-size: 24px;
	color:#313131;
	height: 70px;
	line-height: 70px;
}
.media .mediabox .mediaimgbox02 h4::before {
	content: '';
	position: absolute;
	top:33px;
	left: 0;
	width:120px;
	height: 2px;
	margin: auto;
	background-color: #313131;
}
.media .mediabox .mediaimgbox02 h4::after {
	content: '';
	position: absolute;
	top:33px;
	right: 0;
	width:120px;
	height: 2px;
	margin: auto;
	background-color: #313131;
}
/***************************
実績
***************************/
.achievement {
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#f8f8f8;
	padding:80px 0;
	margin-top:0px;
}
.achievement .achievementbox {
	width:1200px;
	margin:0px auto;
	text-align:center;
}
.achievement .achievementbox h3 {
	font-size:32px;
	color:#00a0e9;
	font-family: objektiv-mk1, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align:center;
}
.achievement .achievementbox h3.japanese {
	color:#fff;
	border-radius:40px;
	padding:5px 40px;
	width:210px;
	background-color:#00a0e9;
	font-size:21px;
	font-weight:normal;
	text-align: center;
	margin: 10px auto 80px;
	font-family: "NotoSansCJKjp" !important;
	;
}
.achievement .achievementbox .bindbox {
	background-color:#fff;
	width:1000px;
	margin:40px auto;
	padding:40px;
	height:auto;
	overflow:hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.achievement .achievementbox .bindbox .achievementimg {
	width:40%;
	height:auto;
	overflow:hidden;
}
.achievement .achievementbox .bindbox .achievementimg img {
	width:100%;
}
.achievement .achievementbox .bindbox .achievemencontents {
	width:55%;
	height:auto;
	overflow:hidden;
}
.achievement .achievementbox .bindbox .achievemencontents dl {
	width:100%;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.achievement .achievementbox .bindbox .achievemencontents dl dt {
	font-size:24px;
	width:100%;
	text-align:center;
	color:#313131;
	font-weight:normal;
	margin-bottom:40px;
	padding-top:40px;
}
.achievement .achievementbox .bindbox .achievemencontents dl dt p {
	border-bottom:#313131 2px solid;
	width:70%;
	text-align:center;
	margin:0 auto;
}
.achievement .achievementbox .bindbox .achievemencontents dl dt p span {
	font-weight:bold
}
.achievement .achievementbox .bindbox .achievemencontents dl dt p span span {
	font-size:32px;
}
.achievement .achievementbox .bindbox .achievemencontents dl dd.achievemencontentsimg {
	width:50%;
}
.achievement .achievementbox .bindbox .achievemencontents dl dd.achievemencontentsimg img {
	width:100%;
}
.achievement .achievementbox .bindbox .achievemencontents dl dd.achievemencontentstext {
	width:50%;
	text-align:center;
	color:#ff7200;
	font-weight:bold;
	font-size:24px;
	margin-top:40px;
}
.achievement .achievementbox .bindbox .achievemencontents dl dd.achievemencontentstext span {
	font-weight:bold;
	font-size:42px;
	line-height:50px;
}
.achievement .achievementbox .bindbox .achievemencontents dl dd.achievemencontentstext span span {
	font-size:56px;
}
.achievement .achievementbox .achievementimgbottom {
	text-align:center;
	width:1000px;
	margin:30px auto;
}
.achievement .achievementbox .achievementimgbottom img {
	width:80%;
	margin-top:30px;
}
.achievement .achievementbox .achievementimgbottom p {
	font-size:36px;
	color:#004ea1;
	font-weight:bold;
	position:relative;
	margin-top:40px;
}
.achievement .achievementbox .achievementimgbottom p:before {
	content: "";
	background-image:url(../images/reslutemark.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	padding: 30px 30px 20px;
	margin-right: 20px;
}

#comname {
  color: #fff;
  font-size:28px;
}


/* フォーム用CSSここから */
/**********************************

 c-sec

***********************************/
.c-sec {
}

.c-sec__head {
}

.c-sec__head__inner {
	padding: 55px 0;
}

.c-sec__head__inner .c-title01 {
	margin-bottom: 0;
}

.c-sec__body {

}

@media screen and (max-width:767px){

	.c-sec__head__inner {
		padding: 16px 0;
	}
}

/**********************************

 contactSec

***********************************/
.contactSec {
	background-color: #e8f7f9;
}

.contactSec__inner {
	padding: 70px 0 90px;
}

.contactSec__inner__list {
	margin-bottom: 60px;
}

.contactSec__inner__list dl {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.contactSec__inner__list dl:last-child {
	margin-bottom: 0;
}

.contactSec__inner__list dl dt {
	display: table-cell;
	width: 290px;
	background-color: #1cafc8;
	vertical-align: middle;
}

.contactSec__inner__list dl dt .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 20px;
}

.contactSec__inner__list dl dt .inner .name {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.contactSec__inner__list dl dt .inner .required {
	padding: 1px 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background-color: #ff7900;
	border-radius: 3px;
}

.contactSec__inner__list dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 14px 20px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
}

.contactSec__inner__btn {
	max-width: 460px;
	margin: 0 auto;
}

.contactSec__inner__btn button {
	display: block;
	width: 100%;
	padding: 20px 20px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-shadow:0px 5px 0px 0px #633a03;
	border-radius: 6px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9ac47+0,f5910a+100 */
	background: rgb(249,172,71); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,172,71,1) 0%, rgba(245,145,10,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(249,172,71,1) 0%,rgba(245,145,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(249,172,71,1) 0%,rgba(245,145,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ac47', endColorstr='#f5910a',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width:767px){

	.contactSec__inner {
		padding: 25px 0 25px;
	}

	.contactSec__inner__list {
		margin-bottom: 25px;
	}

	.contactSec__inner__list dl {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}

	.contactSec__inner__list dl dt {
		display: block;
		width: auto;
	}

	.contactSec__inner__list dl dt .inner {
		display: block;
		padding: 8px 15px;
		position: relative;
	}

	.contactSec__inner__list dl dt .inner .name {
		font-size: 16px;
		text-align: center;
	}

	.contactSec__inner__list dl dt .inner .required {
		padding: 1px 5px;
		font-size: 10px;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.contactSec__inner__list dl dd {
		display: block;
		padding: 14px 14px;
		background-color: #fff;
		border: 1px solid #e8e8e8;
	}

	.contactSec__inner__btn {
		width: 82.7586206%;
		margin: 0 auto;
	}

	.contactSec__inner__btn button {
		padding: 15px 15px;
		font-size: 17px;
		box-shadow:0px 3px 0px 0px #633a03;
		border-radius: 5px;
	}

}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 24px;
}

.define_inner {
	max-width: 100%;
	width: 980px;
	margin: 0 auto;
}


@media screen and (max-width:767px){

	.define_wrap {
		padding: 0 15px;
	}
}

.wfull {width: 100%;}

.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
    height: 50px;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #cccccc;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-text-size-adjust: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ov:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

input[type="radio"], input[type="checkbox"], label, button, input[type="submit"] {
    cursor: pointer;
}

select {
    height: 50px;
    padding: 5px 5px 5px 15px;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #cccccc;
    box-sizing: border-box;
    border-radius: 0;
}
/* フォーム用CSSここまで */


/* サンクスページボタン用ここから */
.back {
    max-width: 480px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: bold;
    margin-top: 100px;
}

.back a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 5px 0px 0px #633a03;
    border-radius: 6px;
    background: rgb(249,172,71);
    background: -moz-linear-gradient(top, rgba(249,172,71,1) 0%, rgba(245,145,10,1) 100%);
    background: -webkit-linear-gradient(top, rgba(249,172,71,1) 0%,rgba(245,145,10,1) 100%);
    background: linear-gradient(to bottom, rgba(249,172,71,1) 0%,rgba(245,145,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ac47', endColorstr='#f5910a',GradientType=0 );
}
/* サンクスページボタン用ここまで */