@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #111111;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .025em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
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: 16px;
	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;
}
input[type="file"] {
	font-size: 16px;
	font-weight: bold;
}
select {
	padding: 5px 20px;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #cccccc;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #cccccc;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:100%;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a:link {
	color: #0B8BD2;
}
a:visited {
	color: #0B8BD2;
}
a.normal:link {
	color: #231815;
}
a.normal:visited {
	color: #231815;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.linkBox {
	cursor: pointer;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "Times New Roman", Georgia, YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
.gothic {
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
}
.lato {
	font-family: 'Lato', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	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: 45px;
		padding: 5px 10px;
		font-size: 15px;
	}
	input[type="file"] {
		width: 100%;
		font-size: 14px;
	}
	select {
		padding: 5px 10px;
		font-size: 15px;
	}
	textarea {
		height: 100px;
		padding: 5px 10px;
		font-size: 15px;
	}
}

/**********************************

 general

***********************************/
/* margin-bottom */
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}
.mb110 {margin-bottom: 110px;}
.mb120 {margin-bottom: 120px;}
/* margin-top */
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
/* margin-left */
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
/* margin-right */
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
/* padding-top */
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
/* padding-bottom */
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
/* width */
.w10   {width: 10px;}
.w20   {width: 20px;}
.w30   {width: 30px;}
.w40   {width: 40px;}
.w50   {width: 50px;}
.w60   {width: 60px;}
.w70   {width: 70px;}
.w80   {width: 80px;}
.w90   {width: 90px;}
.w100  {width: 100px;}
.w110  {width: 110px;}
.w120  {width: 120px;}
.w130  {width: 130px;}
.w140  {width: 140px;}
.w150  {width: 150px;}
.w200  {width: 200px;}
.w240  {width: 240px;}
.w250  {width: 250px;}
.w300  {width: 300px;}
.w350  {width: 350px;}
.w400  {width: 400px;}
.w450  {width: 450px;}
.w500  {width: 500px;}
.wfull {width: 100%;}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffbf00 70%);
}
.underline {
	text-decoration: underline;
}
.large {
	font-size: 24px;
}
.large-x {
	font-size: 36px;
}
.small {
	font-size: 86%;
}
@media screen and (min-width:768px){
	.sp {
		display: none;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none;
	}
	.large {
		font-size: 15px;
	}
	.large-x {
		font-size: 18px;
	}
}

/**********************************

 parts

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

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


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

	.c-anchor {
		display: block;
		margin-top: -100px;
		padding-top: 100px;
	}

}

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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

/**********************************

 layout

***********************************/
body {
	display: flex;
	flex-direction: column;
}

.l-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}

.l-main {
	flex: 1 1 auto;
}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 5;
}

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

	.l-pageTop {
		width: 60px;
		bottom: 24px;
		right: 24px;
	}
}

@media screen and (max-width:767px){
	.l-wrap {
		min-height: calc(100vh - 50px);
		margin-bottom: 50px;
	}

	.l-pageTop {
		width: 40px;
		bottom: 65px;
		right: 4.66666667%;
	}
}

/**********************************

 l-cover

***********************************/

@media screen and (min-width:768px){
	.l-cover {
		display: none !important;
	}
}

@media screen and (max-width:767px){
	.l-cover {
		width: 100%;
		height: 100%;
		background-color: rgba(33,23,19,.9);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 200;
		opacity: 0;
		pointer-events: none;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-cover.is-active {
		opacity: 1;
		pointer-events: auto;
	}
}


/**********************************

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
}

.l-header__logo {
	margin-left: 2.60416667%;
}

.l-header nav {
	flex: 1;
	margin-right: 2.08333333%;
}

.l-header nav ul {
	display: flex;
	justify-content: flex-end;
}

.l-header nav ul li {
	margin-right: 1.82291667%;
}

.l-header nav ul li:last-child {
	margin-right: 0;
}

.l-header nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

@media screen and (min-width:768px){

	.l-header {
		background: transparent;
		z-index: 1;
	}

	.l-header.is-subPage {
		position: relative;
	}

	.l-header:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 0;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
		background: #000000;
	}

	.l-header.is-subPage:before,
	.l-header.is-scroll:before {
		opacity: 1;
	}

	.l-header__logo {
		position: relative;
		z-index: 2;
	}

	.l-header nav {
		position: relative;
		z-index: 2;
	}
}

@media screen and (max-width:767px){
	.l-header {
		height: 55px;
		position: absolute;
	}

	.l-header.is-subPage {
		position: relative;
	}

	.l-header.is-subPage:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 1;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4570c9+0,3dc7db+100 */
		background: rgb(69,112,201); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(69,112,201,1) 0%, rgba(61,199,219,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(69,112,201,1) 0%,rgba(61,199,219,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(69,112,201,1) 0%,rgba(61,199,219,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4570c9', endColorstr='#3dc7db',GradientType=1 ); /* IE6-9 */
	}

	.l-header__logo {
		width: 154px;
		margin-left: 4.66666667%;
	}

	.l-header__hamburger {
		width: 55px;
		height: 55px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 201;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 55px;
		height: 55px;
		transition: background-color 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.menu-trigger span {
		position: absolute;
		left: 15px;
		height: 2px;
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		width: 25px;
		top: 16px;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 15px;
		top: 26px;
	}
	.menu-trigger span:nth-of-type(3) {
		width: 20px;
		bottom: 17px;
	}
	.menu-trigger.is-active {
		background-color: #211713;
	}
	.menu-trigger.is-active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.is-active span:nth-of-type(3) {
		width: 25px;
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
}

/**********************************

 l-drawer

***********************************/

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

	.l-drawer {
		display: none !important;
	}
}

@media screen and (max-width:767px){
	.l-drawer {
		width: 100%;
		padding: 55px 4.66666667% 15px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 200;
		opacity: 0;
		pointer-events: none;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-drawer.is-active {
		opacity: 1;
		pointer-events: auto;
	}

	.l-drawer ul {
		border-top: 1px solid #999999;
	}

	.l-drawer ul li {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		border-bottom: 1px solid #999999;
	}

	.l-drawer ul li a {
		display: block;
		padding: 19px 0 19px 0;
		color: #ffffff;
		text-decoration: none;
		position: relative;
	}
}

/**********************************

 l-footer

***********************************/
.l-footer {
	border-top: 1px solid #eeeeee;
}

.l-footer__top {

}

.l-footer__top__inner {
	padding: 20px 0;
}

.l-footer__top__inner p {
	text-align: center;
}

.l-footer__bottom {
	background-color: #f8f8f8;
}

.l-footer__bottom__inner {
	padding: 25px 0;
}

.l-footer__bottom__inner p {
	color: #bababa;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .06em;
}

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

	.l-footer__top__inner {
		padding: 12px 0;
	}

	.l-footer__top__inner p {
		width: 118px;
		height: 28px;
		margin: 0 auto;
	}

	.l-footer__bottom__inner {
		padding: 10px 0;
	}

	.l-footer__bottom__inner p {
		font-size: 8px;
	}
}

/**********************************

 l-floating

***********************************/

@media screen and (max-width:767px){
	.l-floating {
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
	}

	.l-floating__tel {
		width: 50%;
		font-size: 12px;
		font-weight: bold;
		line-height: 50px;
	}

	.l-floating__tel a {
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background-color: #462300;
	}

	.l-floating__tel a span {
		padding-left: 28px;
		position: relative;
	}

	.l-floating__tel a span:before {
		content: "";
		display: block;
		width: 18px;
		height: 18px;
		background: url(../images/icon_tel01.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.l-floating__mail {
		width: 50%;
		font-size: 12px;
		font-weight: bold;
		line-height: 50px;
	}

	.l-floating__mail a {
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background: #000000;
	}

	.l-floating__mail a span {
		padding-left: 33px;
		position: relative;
	}

	.l-floating__mail a span:before {
		content: "";
		display: block;
		width: 24px;
		height: 16px;
		background: url(../images/icon_mail01.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}

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

	.l-floating__tel,
	.l-floating__mail {
		font-size: 3.2vw;
	}
}

/**********************************

 c-sec

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

.c-sec__head {
}

.c-sec__head__inner {
}

.c-sec__head__inner__ttl {
}

.c-sec__body {

}

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

/**********************************

 c-title01

***********************************/
.c-title01 {
	margin-bottom: 25px;
}

.c-title01__main {
	display: block;
	padding-bottom: 11px;
	margin-bottom: 6px;
	color: #3996f1;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.c-title01__main:before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #3996f1;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-title01__sub {
	display: block;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:767px){
	.c-title01 {
		margin-bottom: 25px;
	}

	.c-title01__main {
		padding-bottom: 7px;
		margin-bottom: 3px;
		font-size: 12px;
	}

	.c-title01__main:before {
		width: 15px;
	}

	.c-title01__sub {
		font-size: 17px;
	}
}

/**********************************

 c-caseModal

***********************************/
.c-caseModal {
	display: none;
	width: 600px;
	max-width: 100%;
}

.c-caseModal__inner {
	padding: 45px;
}

.c-caseModal__inner__ttl {
	padding: 8px 20px;
	margin-bottom: 27px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3996f1+0,38bef1+100 */
	background: rgb(57,150,241); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(57,150,241,1) 0%, rgba(56,190,241,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(57,150,241,1) 0%,rgba(56,190,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(57,150,241,1) 0%,rgba(56,190,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3996f1', endColorstr='#38bef1',GradientType=1 ); /* IE6-9 */
}

.c-caseModal__inner__sec {

}

.c-caseModal__inner__sec:last-child {
	border-bottom: 1px solid #cccccc;
}

.c-caseModal__inner__sec .ttl {
	padding: 10px 0;
	font-weight: bold;
	border-top: 2px solid #111111;
}

.c-caseModal__inner__sec p {
	padding: 10px 0;
	border-top: 1px solid #cccccc;
}

.fancybox-close {
	width: 21px;
	height: 21px;
	background: url(../images/icon_close.png) no-repeat left top;
	background-size: contain;
	top: 14px;
	right: 14px;
}

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

	.c-caseModal__inner {
		padding: 35px 23px;
	}

	.c-caseModal__inner__ttl {
		padding: 5px 20px;
		margin-bottom: 15px;
		font-size: 16px;
		text-align: center;
	}

	.c-caseModal__inner__sec .ttl {
		padding: 5px 0;
	}

	.c-caseModal__inner__sec p {
		padding: 10px 0 18px;
	}

	.fancybox-close {
		width: 13px;
		height: 13px;
		top: 11px;
		right: 11px;
	}
}


/**********************************

 heroSec

***********************************/
.heroSec {
	background: url(../images/hero_bg_pc.jpg) no-repeat center top;
	background-size: cover;
}

.heroSec__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1276px;
	height: 878px;
	/*height: 45.7291666vw;*/
	padding-bottom: 8%;
	box-sizing: border-box;
}

.heroSec__inner__content {
	flex: 1;
	padding-left: 2.5%;
	padding-right: 5%;
}

.heroSec__inner__content .txt {
	margin-bottom: 5%;
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	line-height: 1.8;
	opacity: .55;
	letter-spacing: .05em;
}

.heroSec__inner__content .ttl {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: .1em;
}

.heroSec__inner__pic {
	width: 39.6551724%;
}

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

	.heroSec__inner {
		height: 70vw;
		padding-bottom: 10%;
	}

	.heroSec__inner__content .txt {
		font-size: 2.5833333333333335vw;
	}

	.heroSec__inner__content .ttl {
		font-size: 2.5vw;
	}
}

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

	.heroSec {
		background: url(../images/hero_bg_sp.jpg) no-repeat left top;
		background-size: cover;
	}

	.heroSec__inner {
		display: block;
		height: auto;
		padding: 70px 0 50px;
	}

	.heroSec__inner__content {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 25px;
	}

	.heroSec__inner__content .txt {
		margin-bottom: 20px;
		font-size: 15.5px;
		text-align: center;
	}

	.heroSec__inner__content .ttl {
		font-size: 17px;
		text-align: center;
	}

	.heroSec__inner__pic {
		width: 58.235294%;
		margin: 0 auto;
	}

}


/**********************************

 aboutSec

***********************************/
.aboutSec {
}

.aboutSec__inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	width: 1270px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.aboutSec__inner__content {
	flex: 1;
	padding-left: 6.3%;
}

.aboutSec__inner__content .ttl {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}

.aboutSec__inner__content p {

}

.aboutSec__inner__pic {
	width: 46.4566929%;
}

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

	.aboutSec__inner {
		display: block;
		padding: 35px 0;
	}

	.aboutSec__inner__content {
		padding-left: 0;
		margin-bottom: 20px;
	}

	.aboutSec__inner__content .ttl {
		margin-bottom: 15px;
		font-size: 17px;
		text-align: center;
		line-height: 1.6;
	}

	.aboutSec__inner__content p {

	}

	.aboutSec__inner__pic {
		width: 86.7647058%;
		margin: 0 auto;
		text-align: center;
	}
}


/**********************************

 caseStudySec 1,100

***********************************/
.caseStudySec {
	background-color: #f6f9fb;
}

.caseStudySec__inner {
	padding: 80px 0 120px 0;
}

.caseStudySec__inner__list {
	margin-bottom: 80px;
}

.caseStudySec__inner__list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*margin: 0 -30px;*/
}

.caseStudySec__inner__list ul li {
	width: 20.4081632%;
	/*margin: 0 30px;*/
}

.caseStudySec__inner__list ul li:nth-child(1),
.caseStudySec__inner__list ul li:nth-child(2),
.caseStudySec__inner__list ul li:nth-child(3),
.caseStudySec__inner__list ul li:nth-child(4) {
	margin-bottom: 60px;
}

.caseStudySec__inner__list ul li:nth-child(5) {
	margin-left: 13.2653061%;
}

.caseStudySec__inner__list ul li:nth-child(7) {
	margin-right: 13.2653061%;
}

.caseStudySec__inner__list ul li a {
	display: block;
	text-decoration: none;
	position: relative;
}

.caseStudySec__inner__list ul li a p {
	width: 100%;
	padding: 0 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.caseStudySec__inner__list ul li a .pic {
}

.caseStudySec__inner__btn {
	font-size: 22px;
	font-weight: bold;
}

.caseStudySec__inner__btn a {
	display: block;
	padding: 23px 90px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 100px;
	box-shadow:0px 3px 0px 0px #000000;
	position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4570c9+0,3dc7db+100 */
	background: rgb(69,112,201); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(69,112,201,1) 0%, rgba(61,199,219,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(69,112,201,1) 0%,rgba(61,199,219,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(69,112,201,1) 0%,rgba(61,199,219,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4570c9', endColorstr='#3dc7db',GradientType=1 ); /* IE6-9 */
}

.caseStudySec__inner__btn a:before {
	content: "";
	display: block;
	width: 19px;
	height: 12px;
	background: url(../images/icon_arr01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.caseStudySec__inner__btn.is-active a:before {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}

.caseStudySec__inner__acc {
	display: none;
}

.caseStudySec__inner__acc__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5.10204082% 6.12244898%;
	margin-top: 50px;
	background-color: #fff;
	border-radius: 4px;
}

.caseStudySec__inner__acc__inner__sec {
	width: 47.0930232%;
	margin-top: 30px;
}

.caseStudySec__inner__acc__inner__sec:nth-child(1),
.caseStudySec__inner__acc__inner__sec:nth-child(2) {
	margin-top: 0;
}

.caseStudySec__inner__acc__inner__sec .ttl {
	padding: 11px 10px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 4px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3996f1+0,38bef1+100 */
	background: rgb(57,150,241); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(57,150,241,1) 0%, rgba(56,190,241,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(57,150,241,1) 0%,rgba(56,190,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(57,150,241,1) 0%,rgba(56,190,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3996f1', endColorstr='#38bef1',GradientType=1 ); /* IE6-9 */
}

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

	.caseStudySec__inner {
		padding: 35px 0;
	}

	.caseStudySec__inner__list {
		padding: 0 2.94117647%;
		margin-bottom: 40px;
	}

	.caseStudySec__inner__list ul {
	}

	.caseStudySec__inner__list ul li {
		width: 46.875%;
		margin-top: 25px;
		/*margin: 0 30px;*/
	}

	.caseStudySec__inner__list ul li:nth-child(1),
	.caseStudySec__inner__list ul li:nth-child(2) {
		margin-top: 0;
	}

	.caseStudySec__inner__list ul li:nth-child(1),
	.caseStudySec__inner__list ul li:nth-child(2),
	.caseStudySec__inner__list ul li:nth-child(3),
	.caseStudySec__inner__list ul li:nth-child(4) {
		margin-bottom: 0;
	}

	.caseStudySec__inner__list ul li:nth-child(5) {
		margin-left: 0;
	}

	.caseStudySec__inner__list ul li:nth-child(7) {
		margin-left: 26.5625%;
		margin-right: 0;
	}

	.caseStudySec__inner__list ul li a p {
		font-size: 16px;
	}

	.caseStudySec__inner__btn {
		font-size: 16px;
		line-height: 1.5;
	}

	.caseStudySec__inner__btn a {
		padding: 14px 50px;
	}

	.caseStudySec__inner__btn a:before {
		width: 15px;
		height: 9px;
		right: 30px;
	}

	.caseStudySec__inner__acc {
	}

	.caseStudySec__inner__acc__inner {
		display: block;
		padding: 7.35294118% 5.14705882%;
		margin-top: 25px;
	}

	.caseStudySec__inner__acc__inner__sec {
		width: auto;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.caseStudySec__inner__acc__inner__sec:last-child {
		margin-bottom: 0;
	}

	.caseStudySec__inner__acc__inner__sec .ttl {
		padding: 7px 10px;
		margin-bottom: 15px;
		color: #fff;
		font-size: 16px;
	}
}


/**********************************

 businessAreaSec

***********************************/
.businessAreaSec {

}

.businessAreaSec__inner {
	position: relative;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}

.businessAreaSec__inner__pic {
	width: 26.7346938%;
	position: absolute;
	top: 80px;
	left: 0;
}

.businessAreaSec__inner__content {
	width: 61.2244898%;
	margin-left: auto;
}

.businessAreaSec__inner__content .txt01 {
	margin-bottom: 40px;
}

.businessAreaSec__inner__content .box {

}

.businessAreaSec__inner__content .box .ttl {
	padding: 8px 20px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 4px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3996f1+0,38bef1+100 */
	background: rgb(57,150,241); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(57,150,241,1) 0%, rgba(56,190,241,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(57,150,241,1) 0%,rgba(56,190,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(57,150,241,1) 0%,rgba(56,190,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3996f1', endColorstr='#38bef1',GradientType=1 ); /* IE6-9 */
}

.businessAreaSec__inner__content .box p {

}

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

	.businessAreaSec__inner {
		padding-bottom: 22%;
	}
}

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

	.businessAreaSec__inner {
		padding-bottom: 120px;
	}

}

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

	.businessAreaSec__inner {
		padding: 35px 0;
	}

	.businessAreaSec__inner__content {
		width: auto;
		margin-left: 0;
	}

	.businessAreaSec__inner__content .txt01 {
		margin-bottom: 25px;
	}

	.businessAreaSec__inner__content .box .ttl {
		padding: 5px 20px;
		margin-bottom: 15px;
		font-size: 16px;
		text-align: center;
	}

}


/**********************************

 companySec

***********************************/
.companySec {
	background-color: #f6f9fb;
}

.companySec__inner {
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}

.companySec__inner__sec {
	margin-bottom: 35px;
	border-top: 2px solid #111111;
}

/*.companySec__inner__sec__ttl {
	padding: 10px 0;
	margin-bottom: 35px;
	color: #111111;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #111111;
	border-bottom: 1px solid #cccccc;
}*/

.companySec__inner__sec dl {
	display: flex;
	margin-bottom: 30px;
}

.companySec__inner__sec dl:first-child {
	margin-top: 30px;
}

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

.companySec__inner__sec dl dt {
	width: 161px;
	padding: 0 30px 0 20px;
	font-weight: bold;
	border-right: 1px solid #cccccc;
}

.companySec__inner__sec dl dd {
	flex: 1;
	padding-left: 30px;
}

.companySec__inner__sec dl dd a.tel {
	color: #111;
	text-decoration: none;
}

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

	.companySec__inner {
		padding: 35px 0 15px 0;
	}

	/*.companySec__inner__sec__ttl {
		padding: 8px 0;
		margin-bottom: 0px;
		font-size: 16px;
		border-bottom: none;
	}*/

	.companySec__inner__sec dl {
		display: block;
		margin-bottom: 0;
	}

	.companySec__inner__sec dl:last-child {
		border-bottom: 1px solid #cccccc;
	}

	.companySec__inner__sec dl dt {
		width: auto;
		padding: 7px 0;
		text-align: center;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		border-right: none;
	}
	
	.companySec__inner__sec dl dd {
		padding: 7px 0;
	}
}


/**********************************

 contactSec

***********************************/
.contactSec {

}

.contactSec__inner {
	padding: 80px 0 120px 0;
}

.contactSec__inner__content {
	margin-bottom: 60px;
}

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

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

.contactSec__inner__content dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 240px;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #094583;
}

.contactSec__inner__content dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px;
	background-color: #f6f9fb;
}

.contactSec__inner__content__btn {
	max-width: 480px;
	margin: 0 auto;
}

.contactSec__inner__content__btn .c-btn {
	display: block;
	width: 100%;
	padding: 23px 15px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 100px;
	box-shadow:0px 3px 0px 0px #000000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4570c9+0,3dc7db+100 */
	background: rgb(69,112,201); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(69,112,201,1) 0%, rgba(61,199,219,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(69,112,201,1) 0%,rgba(61,199,219,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(69,112,201,1) 0%,rgba(61,199,219,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4570c9', endColorstr='#3dc7db',GradientType=1 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

	.contactSec__inner {
		padding: 35px 0;
	}

	.contactSec__inner__content {
		margin-bottom: 25px;
	}

	.contactSec__inner__content dl {
		margin-bottom: 25px;
	}

	.contactSec__inner__content dl dt {
		display: block;
		width: auto;
		padding: 10px 15px;
		font-size: 15px;
	}

	.contactSec__inner__content dl dd {
		display: block;
		padding: 15px 15px;
		text-align: center;
		overflow: hidden;
	}

	.contactSec__inner__content__btn {
		max-width: 240px;
		margin: 0 auto;
	}

	.contactSec__inner__content__btn .c-btn {
		padding: 12px 15px;
		font-size: 16px;
	}

}


/**********************************

 completeSec

***********************************/
.completeSec {

}

.completeSec__inner {
	padding: 80px 0 120px 0;
}

.completeSec__inner .intro {
	margin-bottom: 50px;
}

.completeSec__inner .back {
	max-width: 480px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
}

.completeSec__inner .back a {
	display: block;
	padding: 23px 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 100px;
	box-shadow:0px 3px 0px 0px #000000;
	position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4570c9+0,3dc7db+100 */
	background: rgb(69,112,201); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(69,112,201,1) 0%, rgba(61,199,219,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(69,112,201,1) 0%,rgba(61,199,219,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(69,112,201,1) 0%,rgba(61,199,219,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4570c9', endColorstr='#3dc7db',GradientType=1 ); /* IE6-9 */
}

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

	.completeSec__inner {
		padding: 35px 0;
	}

	.completeSec__inner .intro {
		margin-bottom: 25px;
	}

	.completeSec__inner .back {
		max-width: 240px;
		font-size: 16px;
	}

	.completeSec__inner .back a {
		display: block;
		padding: 12px 15px;
	}

}


/**********************************

 xxx

***********************************/

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

}


/* イメージリスト */
#imagelist {
	max-width: 990px;
	overflow: hidden;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#imagelist li {
	width: 33.3333%;
	float: left;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
.img-responsive {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 788px) {
#imagelist li {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}
#imagelist li:last-child {
	margin-bottom: 0px;
}
}
@media screen and (max-width: 586px) {
#imagelist li {
	width: 100%;
	float: none;
	padding-right: 5%;
	padding-left: 5%;
}
}

/*アクセスマップ*/
.boxres_access {
	max-width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
@media (max-width: 586px) {
.boxres_access {
	width: 90%;
}
}