@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------
reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
img, a {
	vertical-align: top;
	max-width: 100%;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
*, *:before, *:after {
	box-sizing: border-box;
}


/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* --------------------------------------------------
html
-------------------------------------------------- */

html{
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	margin: 0;
}

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

	html{
		font-size: 58.12%; /* 1.4rem */
	}
}
@media screen and (max-width: 600px) {

	html{
		font-size: 53.75%; /* 1.3rem */
	}
}
@media screen and (max-width: 400px) {

	html{
		font-size: 50%; /* 1.2rem */
	}
}

/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	font-family: "Noto Sans JP" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 1.5rem;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	color: #272727;
	box-sizing: border-box;
  	position: relative;
}


/* --------------------------------------------------
form
-------------------------------------------------- */

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
fieldset {
	border: none;
	display: block;
}
legend {
	display: none;
}
label {
	cursor: pointer;
}
textarea {
	overflow: auto;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #D1D1D1;
	padding: 5px 10px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 10px 0;
	box-sizing: border-box;
}
input::-webkit-input-placeholder {
 color: #747484;
}
input:-ms-input-placeholder {
 color: #747484;
}
input::-moz-placeholder {
 color: #747484;
}
select {
	padding: 8px;
	border: 1px solid #D1D1D1;
}
input[type="checkbox"], input[type="radio"] {
	margin-right: .5rem;
}
input[type="checkbox"] + label, input[type="radio"] + label {
	display: inline;
	margin-right: 1rem;
}
input[type="text"], input[type="tel"], input[type="email"] {
	vertical-align: middle;
	border: none;
	border: 1px solid #D1D1D1;
	padding: 5px 10px;
	font-size: 1.5rem;
	line-height: 1.8;
	box-sizing: border-box;
}
input[type="file"] {
	padding: 5px 0;
}
select.text-ss {
	padding: 5px;
	background: #FFF;
}
.label-name {
	margin: 0px 7px 0 0;
	display: inline-block;
}
.text-ss {
	width: 10%;
	margin: 10px 7px 10px 0;
}
.text-s, .text-s-sp-harf {
	width: 30%;
	margin: 10px 7px 10px 0;
}
.text-m {
	width: 58%;
	margin: 10px 7px 10px 0;
}
.text-l {
	width: 100%;
	margin: 10px 0;
}
/* table-form */
.table-form {
	width: 100%;
	margin: 15px 0 30px;
	border-collapse: collapse;
}
.table-form th {
	width: 260px;
	display: table-cell;
	font-weight: bold;
	background: #EEE;
	padding: 10px 20px;
	border-bottom: 1px solid #FFF;
}
.table-form td {
	background: #F9F9F9;
	padding: 10px 20px;
	border-bottom: 1px solid #E7E7E7;
	word-break: break-all;
	word-wrap: break-word;
}
/* essential */
.essential {
	display: inline-block;
	color: #F00;
	margin-left: 10px;
	vertical-align: middle;
	font-weight: normal;
}
/* error-message */
.error-message {
	color: #f00;
	line-height: 1.4;
	margin-bottom: 1rem;
}
/* form-caption */
.form-caption {
	font-size: 1.3rem;
	line-height: 1.4;
}
/* sp-block */
.form-group .sp-block {
	display: inline;
}
/* form-list */
.form-list {
	margin: 5px 0;
}
.form-list li {
	display: inline-block;
	margin: 5px 15px 5px 0;
}
/* scroll-box */
.scroll-box {
	border: 1px solid #cccccc;
	background: #FFF;
	height: 100px;
	overflow-y: scroll;
	padding: 10px;
}
/* form-icon  */
.form-icon a {
	display: inline-block;
	vertical-align: middle;
}
.form-icon a i {
	color: #e06f73;
	font-size: 2rem;
	margin-right: 5px;
}


/* --------------------------------------------------
link
-------------------------------------------------- */

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
	opacity: 0.8;
}
a:active {
	color: #000;
	text-decoration: none;
}

* a {
	transition-duration: 0.3s;
	transition-property: opacity, background, color, background-image, transform;
	transition-timing-function: ease-in-out;
}

a img {
	transition:all .5s;
}

a:hover img {
	transform: scale(1.1);
}

@media screen and (max-width: 768px) {
	a:hover {
		opacity: 1;
	}
}


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

#header {
	width: 100%;
}

#header .wrapper{
	position: static;
	border-bottom: 1px solid #DDD;
	padding: 20px 0;
}

#header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding-bottom: 0;
	height: 70px;
}

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

	#header .wrapper{
			padding: 20px 10%;
	}

}
/* for TABLET */
@media screen and (max-width: 800px) {
	
	#header {
		background: #FFF;
		position: relative;
	}

}
/* --------------------------------------------------
h-logo
-------------------------------------------------- */

.h-logo {
	min-width: 80px;
	max-width: 150px;
	width: 15%;
}

.h-logo a:hover {
	opacity: .7;
}

.h-logo a:hover img {
	transform: scale(1);
}

#header.fixed .h-logo {
	min-width: 80px;
	max-width: 110px;
}



/* --------------------------------------------------
sp-nav
-------------------------------------------------- */
#sp-nav {
	display: none;
	height: 74px;
	position: relative;
}

/* for TABLET */
@media screen and (max-width: 800px) {
#sp-nav {
	padding: 10px;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
}
}
/* --------------------------------------------------
sp-logo
-------------------------------------------------- */
.sp-logo {
	display: none;
}

/* for TABLET */
@media screen and (max-width: 800px) {
	
.sp-logo {
	display: block;
	min-width: 90px;
	position: absolute;
	top: 50%;
	left: 3rem;
	transform: translateY(-50%);
}

.sp-logo a:hover img {
	transform: scale(1);
}
}

/* for TABLET */
@media screen and (max-width: 420px) {
}
/* --------------------------------------------------
go-contents
-------------------------------------------------- */
.go-contents {
	left: -999px;
	position: absolute;
	top: -999px;
}

/* --------------------------------------------------
#gnav
-------------------------------------------------- */
#gnav {
	position: relative;
	bottom: 1rem;
	font-family: 'Abel', sans-serif;
	font-weight:bold;
	height: 120px;
}
#gnav ul {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	position: absolute;
	bottom: 0;
}

#header.fixed #gnav{
	height: 70px;
}
#gnav ul li {
	display: flex;
	align-content: center;
	justify-content: center;
	line-height: 1;
	margin-left: 2vw;
	font-size: 120%;
}
#header.fixed #gnav {
}
#gnav a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
	letter-spacing: .2rem;
	padding-bottom: 2rem;
}


#gnav a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: #222;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .2s;
}

#gnav a:hover::after{
	transform-origin: left top;
	transform: scale(1, 1);
}
#gnav ul li.sp-show {
	display: none;
}
.btn-menu {
	display: none;
}


/* for TABLET */
@media screen and (max-width: 800px) {
	#gnav {
		display: flex;
		height: 100%;
		width: 100%;
		align-content: center;
		justify-content: center;
		bottom: 0;
		right: 0;
	}
	#gnav ul {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		margin: 10px auto;
		position: relative;
	}
	#gnav ul li {
		margin: 0;
		width: 100%;
		padding: 0 0;
		font-size: 300%;
	}
	#gnav ul li a {
		padding: 2rem 0;
		width: 100%;
		display: block;
	}
	#gnav a::after {
		content: none;
	}
	#gnav li a.selected::after {
		content: none;
	}
	#gnav li a:hover:after {
		opacity: 0;
	}
	#header.fixed #gnav {
		height: auto;
	}

}





/* --------------------------------------------------
Contents
-------------------------------------------------- */

#contents {
	padding-top: 3em;
}


/* for TABLET */
@media screen and (max-width: 800px) {
	
	#contents {
		padding-top: 2em;
	}

}


/* --------------------------------------------------
ttl
-------------------------------------------------- */

h2 {
	font-size: 5rem;
	margin-bottom: 50px;
}

/* ttl-area */

.ttl-area {
	width: 20em;
}

.ttl-area h2{
	font-family: 'Abel', sans-serif;
	font-size: 7rem;
	font-weight: bold;
	letter-spacing:.2rem;
	text-transform: uppercase;
	margin-bottom: .2em;
	text-align: left;
	line-height: 1;
}


.ttl-area p{
	font-size: 2.5rem;
	margin-bottom: 2em;
	display: block;
}

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

	.ttl-area h2{
		font-size: 4rem;
	}

	.ttl-area p{
		font-size: 1.8rem;
	}
}

/* ttl */

.ttl{
	position: relative;
	text-align: center;
	overflow: hidden;
	padding-bottom: 1em;
}
.ttl::before {
	content: "";
	position: absolute;
	top: 30%;
	left: 50%;
	width: 70%;
	height: 85%;
	background: #f0f0f0;
	z-index: -1;
	margin-left: -20%;
}
.ttl h2{
	font-family: 'Abel', sans-serif;
	font-size: 20rem;
	width: 1200px;
	margin: 0 auto;
	transform: translateX(-0.3em);
	text-transform: uppercase;
	text-align: left;
	line-height: 1;
	font-weight: bold
}

.ttl p{
	font-size: 3rem;
	margin-bottom: 2em;
}


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

	.ttl{
		padding:0 10%;
	}

	.ttl h2{
		font-size: 12vw;
	}

	.ttl::before {
	}
	
}

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

	h2 {
		margin-bottom: 35px;
		font-size:4rem;
	}
	
}

/* ttl-center */

.ttl-center{
	font-size: 3.5rem;
	font-weight: bold;
	margin-bottom: 2em;
	text-align: center;
}

.wrapper > .ttl-center{
	margin-top: 2em;
}
@media screen and (max-width: 767px) {

	.ttl-center {
		font-size:3rem;
	}
	
}
/* --------------------------------------------------
	btn-menu
-------------------------------------------------- */

@media screen and (max-width: 800px) {
	
	.sp-wrap {
		position: fixed;
		width: 100%;
		height: 100%;
		min-height: 100%;
		top: 0;
		left: 0;
		z-index: 10;
		text-align: center;
		overflow: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		margin-top: 100vh;
	}
	.sp-wrap-inner {
		display: flex;
		height: 100%;
		background: rgba(204,204,204,1);
		z-index: 1000;
	}
	.btn-menu {
		display: block;
		background: none;
		border: none;
		padding: 0;
		width: 35px;
		height: 45px;
		letter-spacing: 0.1em;
		cursor: pointer;
		position: absolute;
		top: 50%;
		right: 3rem;
		transform: translateY(-50%);
		z-index: 1001;
		text-align: center;
		outline: none;
	}
	.btn-menu .drawer-bar {
		background-color: #444;
	}
	.btn-menu.open .drawer-bar {
	}
	.btn-menu.open .drawer-bar1 {
	}
	.btn-menu.open .drawer-bar2 {
		width: 25px;
	}
	.btn-menu.open .drawer-bar3 {
		width: 15px;
	}
	.btn-menu.open .drawer-menu_text {
		display: none;
	}
	.btn-menu.open .drawer-close {
		display: none;
	}
	.drawer-bar {
		display: block;
		height: 3px;
		margin: 8px 0;
		transition: all 0.2s;
		transform-origin: 0 0;
	}
	.btn-menu .drawer-bar1 {
	}
	.drawer-text {
		display: none;
	}
	.drawer-close {
		letter-spacing: 0.08em;
		display: none;
	}
	.drawer-menu-text {
		/*display: block;*/
		display: none;
	}

}

/* --------------------------------------------------

main-img

-------------------------------------------------- */

.main-img {
	position:relative;
}


.main-img > img {
	width:auto;
	height:auto;
	max-width:100%;
}


.main-img .service-img {
	position:absolute;
	top:0;
	left:0;
	height:100%;
}

.main-img .service-img img {
	width:auto;
	height:auto;
	max-height:100%;
}



/* --------------------------------------------------

breadCrumbs

-------------------------------------------------- */

.breadCrumbs{
	display:block;
	font-size:1.4rem;
	text-decoration:none;
	text-align: right;
	margin-top: 50px;
	max-width:1200px;
	margin:1em auto;
	position:relative;
}
.breadCrumbs ul{
	margin:0 auto;
	padding:0 10px;
}
.breadCrumbs li{
	display:inline-block;
	margin-right:1rem;
}
.breadCrumbs li::after{
	content:"\f105";
	font-family:fontawesome;
	margin-left:1.5rem;
}
.breadCrumbs li:last-of-type::after{
	content:none;
	margin-left:0;
}

.breadCrumbs a{
	text-decoration: underline;
}

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

	.breadCrumbs{
			padding:0 10%;
	}

}
/* for smart phone */
@media screen and (max-width: 767px) {
		/* breadCrumbs */	
		.breadCrumbs{
			font-size:1rem;
			padding: 0;
			margin-bottom:10px;
		}
}

/* --------------------------------------------------

paging

-------------------------------------------------- */

.paging{
	padding:10px 0;
	text-align:center;
	clear:both;
	position:relative;
	overflow: hidden;
	max-width:70%;
	margin:0 auto 20px;
}
.paging .paging-sort{
	float:left;
	margin-right:1rem;
}
.paging .paging-sort select{
	padding:5px 10px;
	line-height:1;
	vertical-align:middle;
}
.paging .paging-result{
	display: block;
	line-height:2;
	vertical-align:middle;
	text-align: left;
}

.paging .paging-result span{
	font-weight:bold;
}

.paging > span{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:.5rem;
}
.paging a{
	letter-spacing:normal;
	display:inline-block;
	padding: 0.2rem 0.9rem;
	text-decoration:none;
	color:#272727;
	border:#DDD solid 1px;
	background:#FFF;
	font-size: 1.8rem;
}
.paging a:hover{
	opacity:1;
	background:#ffd8b2;
}
.paging .current{
	letter-spacing:normal;
	display:inline-block;
	padding: 0.2rem 0.9rem;
	font-size: 1.8rem;
	text-decoration:none;
	border:#ccc solid 1px;
	background: #DDD;
}

.paging .prev a,
.paging .next a{
	padding: 0.2rem 1.2rem;
}

/* for smart phone */
@media screen and (max-width: 767px) {

		.paging{
			font-size:1.2rem;
			text-align: center;
		}

		/* paging */
		.paging .paging-result{
			float:none;
			display:block;
			margin-bottom:1rem;
		}
		.paging .paging-sort{
			float:none;
			display:block;
		}
		.paging a,
		.paging .current {
			font-size: 1.4rem;
		}
}


/* --------------------------------------------------
wrapper inner
-------------------------------------------------- */

.wrapper{
	max-width:1100px;
	margin:0 auto;
	position:relative;
}
.wrapper > .inner{
	width:77.5%;
	margin:0 auto;
}

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

	.wrapper{
			padding:0 10%;
	}

}

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

	.wrapper > .inner{
		width:100%;
	}
}

/* --------------------------------------------------
post-content
-------------------------------------------------- */

.post-content{
	overflow:hidden;
	word-wrap: break-word;
	max-width:1080px;
	margin:0 auto;
	width:96%;
}

/* news-cate */
.news-cate{
	font-size:1.2rem;
	padding:0.1em 0 ;
	margin-bottom:5px;
	display:inline-block;
	font-weight:bold;
	width:auto;
	min-width:6em;
	text-align:center;
}


/* icon-new */
.icon-new{
	font-weight: bold;
	padding:0 4px;
	display:inline-block;
	background:#CFE3F3;

}

/* post-ttl */

.post-ttl{
	line-height:1.4;
	font-size: 3.5rem;
	margin-bottom:2em;
	font-weight: bold;
}
.post-ttl span{
	margin-left:1rem;
	margin-top:-0.5em;
}


/* post-date */

.post-date{
	display:block;
	text-align:right;
	padding:0 0 1rem;
}

/* post-sttl-large */

.post-sttl-large{
	padding:.5em 0;
	font-weight: normal;
	position:relative;
	overflow: hidden;
	line-height:1.4;
	font-size: 3.0rem;
	font-weight:bold;
	text-align: left;
	margin: 2em 0;
	border-bottom: 1px solid #CCC;
}



.post-sttl-large:before {
	display:none;
}

.post-sttl-large:nth-of-type(n+2){
	margin:3em 0 1.5em 0;
}

.box-emergency .post-sttl-large,
.box-base .post-sttl-large{
	margin: 0 0 1em 0;
	padding-top:0; 
}

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


	/* post-sttl-large */
	
	.post-sttl-large{
		font-size: 3rem;
		text-align:left;
	}

}


/* post-sttl-small */

.post-sttl-small {
	margin:2em 0;
	padding: 0 0 0 1.5em;
	font-size: 2.3rem;
	font-weight:bold;
	color:#000;
	position:relative;
	overflow:hidden;
	line-height:1.4;
	border-bottom: none;
}

.post-sttl-small:before {
		content: "";
		position: absolute;
		background: #CCC;
		top: 0;
		left: 0px;
		height: 100%;
		width: 8px;
}

.post-sttl-small:nth-of-type(n+2){
	margin:3em 0 1.5em 0;
}

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


	/* post-sttl-large */
	
	.post-sttl-large{
		font-size: 3rem;
		text-align:left;
	}

}



/* post-pht */

.post-pht {
	margin-bottom:40px;
}


.post-pht div {
	width:100%;
	height: auto;
  max-height: 600px;
  text-align: center;
}

.post-pht img {
  height: auto;
  max-height: 600px;
  max-width: 100%;
  width: auto;
}

.post-pht figcaption{
	display:block;
	font-size:1.2rem;
	padding:5px;
	line-height:1.2;
	text-align:center;
}


/* two-post-pht */

.two-post-pht {
	font-size:0rem;
	margin:0 -2% 40px;
}

.two-post-pht .post-pht {
	width:46%;
	margin:0 2% 1em;
	display:inline-block;
	font-size:1.6rem;
	vertical-align:top;
}

@media screen and (max-width: 420px) {
	
	.post-pht div {
		max-height: 300px;
	}
	
	.post-pht img {
		max-height: 300px;
	}
	
}


/* wysiwyg */

.wysiwyg {
	word-wrap : break-word;
	overflow-wrap : break-word;
	margin:0 auto 1em;
}

.wysiwyg p {
	line-height: 2;
}
.wysiwyg p + p {
	margin-top: 1em;
}

/* 太字 <strong> */
.wysiwyg strong {
	font-weight: bold;
}

/* 斜体 <em> */
.wysiwyg em {
	font-style: italic;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 下線 <u> */
.wysiwyg u {
	text-decoration:underline;
}

/* 打ち消し線 <s> */
.wysiwyg s {
	text-decoration:line-through;
}

/* 下付き <sub> */
.wysiwyg sub {
	font-size:0.8rem;
}

/* 上付き <sup> */
.wysiwyg sup {
	font-size:0.8rem;
}

/* 順序のないリスト <ol> */
.wysiwyg ol {
	margin:0.5em 0;
	padding:0 1.5em;
	list-style: none;
}
.wysiwyg li ol>li {
	text-indent:0;
}

/*順序のないリスト <ul> */
.wysiwyg ul {
	margin:0.5em 0;
	padding:0 0.5em;
	list-style: disc;
	list-style-position:inside;
}
.wysiwyg ul>li {
	padding-left:1em;
	text-indent:-1em;
}


/*定義リスト <dl> */
.wysiwyg dl {
	margin:0.5em 0;
	padding:0 0.5em;
	list-style: disc;
	list-style-position:inside;
}
.wysiwyg dl dt {
	background: #F4F4F4;
	display:inline-block;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
	border-radius:20px;
}

.wysiwyg dl dd {
	margin-bottom: 1em;
	padding-left: 2em;
}

/* インデント <p class="txt-indent"> */
.wysiwyg .txt-indent {
	text-indent:1em;
}

/* ブロック引用文 <blockquote> */
.wysiwyg blockquote {
	padding: 1em 2em;
	box-sizing: border-box;
	font-style: italic;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FBFBFB;
	margin:0.5em 1em;
}

/* 中央揃え <p class="txt-center"> */
.txt-center {
	text-align:center;
}

/* 右揃え <p class="txt-right"> */
.txt-right {
	text-align:right;
}

/* 両端揃え <p class="txt-justify"> */
.txt-justify {
	text-align:justify;
}

/* ハイパーリンク <a href=""> */
.wysiwyg a[href] {
	text-decoration:underline;
}

/* アンカー挿入 <a id="" name=""> */
.wysiwyg a {
	text-decoration:none;
	color: inherit;
}

/* テーブル <table> */
.wysiwyg table {
	width: auto;
	margin:1em 0;
	border-collapse:collapse;
	border: 1px solid #DDD;
	max-width:100%;
	border-spacing: 0;
}
.wysiwyg table caption {
	text-align:center;
	margin-bottom:0.25em;
}
.wysiwyg table tr th {
	background: #f6f6f6;
	padding: 0.5em 0.25em;
	border: 1px solid #DDD;
}
.wysiwyg table tr td {
	background: #FFFFFF;
	padding: 0.5em 0.25em;
	border: 1px solid #DDD;
	word-break: break-all;
	word-wrap: break-word;
}

.wysiwyg table .txt-justify {
	-moz-text-align-last: justify;
	text-align-last: justify;
}

/* フォントサイズ小 <span class="font-size-small"> */
.wysiwyg .font-size-small {
	font-size:1.1rem;
}

/* フォントサイズ大 <span class="font-size-large"> */
.wysiwyg .font-size-large {
	font-size:2.2rem;
}


/* 文字の間隔0.5em <span class="font-space-small"> */
.wysiwyg .font-space-small {
	letter-spacing:0.5em;
}

/* 文字の間隔1.0em <span class="font-space-medium"> */
.wysiwyg .font-space-medium {
	letter-spacing:1.0em;
}

/* 文字の間隔1.5em <span class="font-space-large"> */
.wysiwyg .font-space-large {
	letter-spacing:1.5em;
}

/* 文字の間隔2.0em <span class="font-space-xlarge"> */
.wysiwyg .font-space-xlarge {
	letter-spacing:2.0em;
}

/* youtube*/
.youtube{
  text-align: center;
	margin-bottom:40px;
}
.youtube iframe{

	display:inline-block;
}

/* post-pht-txt */

.post-pht-txt {
	
}

.post-pht-txt:after {
  content: "";
  display: block;
  clear: both;
}

.post-pht-txt .post-pht {
	float:right;
	width:48%;
	margin:0 0 2% 2%;
	z-index:10;
	position:relative;
}

.post-pht-txt .wysiwyg {
	margin-bottom:5em;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.post-pht-txt .wysiwyg h1,
.post-pht-txt .wysiwyg h2,
.post-pht-txt .wysiwyg h3,
.post-pht-txt .wysiwyg h4,
.post-pht-txt .wysiwyg h5,
.post-pht-txt .wysiwyg h6,
.post-pht-txt blockquote {
	display:flex;
}


/* related-file */
.related-file {
	line-height:1.2;
	margin-bottom: 1em;
}

.related-file:before{
	content:"\f15c";
	font-family:fontawesome;
	margin-right:1rem;
	margin: 0 1rem;

}


/* related-link */
.related-link {
	line-height:1.2;
	margin-bottom: 1em;
}

.related-link:before{
	content:"\f0c1";
	font-family:fontawesome;
	margin: 0 1rem;
}
.related-link a,
.related-file a {
	color: inherit;
}

/* btn-postback */

.btn-postback{
	margin:50px auto;
	text-align:center;
	max-width: 50%;
}
.btn-postback a{
	font-family: 'Abel', sans-serif;
	font-weight: bold;
	display:inline-block;
	position:relative;
	width:100%;
	border:solid 1px #000;
	padding: .5em 1.5em;
	font-size:4rem; 
	line-height:1;
	letter-spacing:0.1em;
	text-align:center;
	background: #FFF;
	transition: background 0.5s;
}
.btn-postback a:hover{
	color: #000;
	background: #CCC;
}

/* for smart phone */
@media screen and (max-width: 640px) {
	
	.wysiwyg {
		width:90%;
	}

	/* youtube*/
	.youtube{
		position:relative;
		width:100%;
		height:0;
		padding-top:75%;
	}
	.youtube iframe{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}


	
	.post-content {
		padding:0 10px;
	}
	
	.post-ttl {
		font-size: 2.0rem;
		padding: 1rem;
	}
	.post-sttl-large{
		font-size:1.6rem;
		margin:20px 0 10px;
	}
	.post-sttl-large:before {
		content: "";
		position: absolute;
		background: #ff8a00;
		top: 50%;
		left: 10px;
		margin-top :-10px;
		height: 20px;
		width: 6px;
	}
	.btn-postback{
		margin: 40px auto;
		max-width: 100%;
	}
	.btn-postback a{
		padding: 1.0em 2.0em;
		font-size: 1.4rem;
	}

}



/* --------------------------------------------------

btn

-------------------------------------------------- */

/* btn-more */

.btn-more  {
	font-family: 'Abel', sans-serif;
	display: flex;
	flex-direction: row-reverse;
	padding-top: 2em;
}
.btn-more a {
	letter-spacing: .1em;
	display:block;
	position: relative;
	padding-right: 8em;
	font-weight: 700;
}

.btn-more a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	height: 1px;
	width: 16px;
	transform: rotate(25deg);
	transform-origin: top right;
	background: #000;
	transition: all .25s ease-in-out;
}

.btn-more a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	height:1px;
	width:7em;
	background: #000;
	transition: all .25s ease-in-out;
}


.btn-more a:hover:before {
	right: -10%;
}

.btn-more a:hover:after {
	right: -10%;
}



/* --------------------------------------------------
btn-area
-------------------------------------------------- */

.btn-area{
	margin: 40px auto;
	text-align: center;
}
.btn-area ul{
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-area ul li+li{
	margin-left: 3rem;
}

.btn-area a{
	text-decoration: none;
}

/* for TABLET */
@media screen and (max-width: 960px) {
	
	/*btn-area*/
	.btn-area{
		margin: 2em auto;
	}
	.btn-area ul{
		display: block;
	}
	.btn-area ul li+li{
		margin-top: 1rem;
		margin-left: 0;
	}
	
}
/* basic-btn */
/* btn-details */

.btn-details{
	text-align: center;
}

.basic-btn a,
.btn-details a{
	font-size: 2.3rem;
	font-weight: bold;
	min-width: 340px;
	width: 100%;
	letter-spacing: .1em;
	line-height: 1.4;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border:solid 1px #000;
	padding: 1em 2em;
	position: relative;
	transition: background 0.5s;
}

.basic-btn a:hover,
.btn-details a:hover{
	color: #000;
	background: #CCC;
}
.btn-pre a:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg) translateY(50%);
	position: absolute;
	top: 50%;
	left: 2rem;
	padding: 0;
}


.btn-next a:after ,
.btn-details a:after{
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 2rem;
	padding: 0;
}



/* --------------------------------------------------
news-list-area
-------------------------------------------------- */
.news-list-area {
	background: #f0f0f0;
	padding: 5% 2%;
}

.news-wrap {
	margin: 0 auto;
	width: 70%;
	margin-bottom: 5em;
}

.news-box {
	position: relative;
	background: #ebeff2;
	margin-bottom: 1.7%;
}


.new {
	font-weight: bold;
	text-align: center;
	background: #CFE3F3;
	padding: 14px 0;
	width: 60px;
	text-transform: uppercase;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}


.news-content {
	background: #fff;
	padding: 5px 1.5%;
	vertical-align:middle;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 60px;
}

.news-info {
	width:9em;
	display:inline-block;
	text-align: center;
	

}

.cate {
	display: inline-block;
	color: #FFF;
	background:#000;
	text-align: center;
}

.date {
	font-family: 'Abel', sans-serif;
	letter-spacing:.2rem;
	font-weight: bold;
	line-height:1.2;
}

.news-txt {
	display: inline;
	line-height:2.4;
	vertical-align:top;
}






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

	.news-wrap {
		width: 95%;
	}
	
	.new {
		padding: 14px 0;
		line-height:2em;
	}
	
	.news-info {
		width:auto;
		display:block;
	
	}
	
	.news-txt {
		line-height:1.2;
	}
	
}







/* --------------------------------------------------
続きを読む
-------------------------------------------------- */




.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	width: auto;
	margin: 2em auto;
}
.cp_box label {
	font-weight: bold;
	position: relative;
	display: block;
	width: 100%;
	margin: 1em auto;
	padding: 0.3em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	border: 2px solid #000;
	border-radius: 3px;
}
.cp_box label:hover {
	transition: all 0.3s;
	background: #f0f0f0;
}
.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f067';
}
.cp_box label:hover::after {
	color: #000;
}
.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #000;
}
.cp_box input:checked ~ label:hover::after {
	color: #000;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
	background: rgba(255, 255, 255, 0.5);
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
}

/* --------------------------------------------------
Footer
-------------------------------------------------- */
#footer{
	font-size: 80%;
	font-weight: bold;
	letter-spacing: .1rem;
	margin-top:5em;
}

.mark-logo{
	min-width: 120px;
	max-width: 200px;
	width: 15%;
	margin-right: 3em;
	
}
.mark-logo a:hover img {
	transform: scale(1);
	opacity: 0.5;
}

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

	.mark-logo{
		margin: 0 0 3em 0;
	}
}

.f-address{
	display: flex;
	justify-content: center;
	padding: 3em 0 2.5em 0;
}

.f-address dt{
	font-weight: bold;
}

.f-address .ttl-office{
	margin-bottom: 0.5em;
}

.f-address .list-office{
	display:flex;
}

.f-address address dl:nth-child(1){
	margin-right: 3em;
}

@media screen and (max-width: 500px) {
	
	.f-address{
		flex-direction: column;
		justify-content: center;
	}
	
}

#page-top{
	margin-left: auto;
	position: relative;
}

#page-top span{
	visibility:hidden;
}

#page-top a::before{
	content: '';
	display:block;
	position: absolute;
	right: 1em;
	transform: rotate(315deg);
	width: 3vw;
	height: 3vw;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

#page-top a:hover::before{
	top:-.5em;
}

@media screen and (max-width: 767px) {
	
	#page-top{
		margin-top: 2.5em;
	}
}

.f-menu{
	display: flex;
	justify-content: space-between;
	border-top:1px solid #000;
	padding: 2.5em 0 6em 0;
}
.kyuuden{
	width: 150px;
}


.f-menu ul{
	display: flex;
	margin-bottom: 2em;
	margin-right:-3em;
}

.f-menu li{
	display: flex;
	margin-right:3em;
}

@media screen and (max-width: 767px) {
	
	.f-menu{
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	
	.f-menu ul{
		margin-right: -1em;
	}
	
	.f-menu li{
		display: flex;
		margin-right: 1em;
	}
	.f-address{
		flex-direction: column;
	}
}

.copy{
	font-family: 'Abel', sans-serif;
	font-size: 1.2rem;
}

@media screen and (max-width: 800px) {
	.copy{
		font-family: 'Abel', sans-serif;
		position: relative;
		-moz-writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		text-align: center;
		transform: translateY(0%);
		margin-bottom: 3em;
	}

}


/* --------------------------------------------------
Service
-------------------------------------------------- */

.introduction {
	width: 100%;
	font-size: 110%;
	text-align: center;
	margin-bottom: 8%;
	line-height: 2;
}

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


	.introduction {
		font-size: 100%;
		margin-bottom: 8%;
		line-height: 1.6;
	}

}
.introduction + .btn-details{
	margin-bottom: 3%;
}


.service-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-right: -5%;
}

.service-box {
	width: 45%;
	margin-right: 5%;
	box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);
	height: 100%;
	margin-bottom: 5em;
	position: relative;
	overflow: hidden;
}

.service-box:nth-of-type(odd){
	margin-top: -10%;
}

.service-box a{
	display: flex;
	min-height: 20em;
	background: #FFF;
}

.service-box a:hover{
	color: #000;
}

.service-box a::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 130%;
  z-index: 10;
  position: absolute;
  left: -40%;
  top: 0%;
  -webkit-transform: rotate(-10deg) translateX(0);
  transform: rotate(-10deg) translateX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995) 0.4s;
  transition: -webkit-transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995) 0.4s;
  transition: transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995) 0.4s;
  transition: transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995) 0.4s, -webkit-transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995) 0.4s;
}

.service-box a:hover::after {
  -webkit-animation: pagePaper .3s ease-out 0s;
  animation: pagePaper .3s ease-out 0s;
}

@-webkit-keyframes pagePaper {
  0% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(15deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateX(-10px);
    transform: rotate(15deg) translateX(-10px);
  }
  100% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(15deg) translateX(0);
  }
}

@keyframes pagePaper {
  0% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(-10deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateX(-10px);
    transform: rotate(-10deg) translateX(-10px);
  }
  100% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(-10deg) translateX(0);
  }
}
.service-txt{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 2em;
	z-index: 50;
	flex: 1;
}

.service-txt p,
.service-txt h3{
	margin-right: -40%;
	font-weight: bold;
}

.service-txt p:last-of-type{
	font-size: 1.4rem;
}

.service-box figure{
	width: 55%;
	position: relative;
	overflow: hidden;
}

.service-box figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 110%;
	transform: translate(-50%, -50%);
	max-height: 200%;
	max-width: 200%;
}


.service-box a:hover img {
	transform: scale(1.1) translate(-50%, -50%);
}

@media screen and (max-width: 1280px) {
	
	.service-box a{
		min-height: 18em;
	}

	.service-box figure {
		width: 45%;
	}
	.service-box a::after {
		  left:-30%;
	}

}

@media screen and (max-width: 767px) {
	
	.service-box {
		width: 100%;
		margin-bottom: 3em;
	}

	.service-box:nth-of-type(odd){
		margin-top: 0;
	}

}

/* service-sttl */

.service-sttl{
	font-family: 'Abel', sans-serif;
	font-size: 2.5rem;
}

.service-ttl{
	
	font-size: 2.5rem;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

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

	.service-sttl{
		font-size: 1.4rem;
	}
	.service-ttl{
		font-size: 2rem;
		
	}

}

.marketing .service-sttl{color:#B2B6FA }
.creative .service-sttl{color:#E49DD9 }
.movie .service-sttl{color:#8BC0F8 }
.provider .service-sttl{color:#48CCC4 }

/* --------------------------------------------------
popup
-------------------------------------------------- */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 960px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}

.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(223,234,248,.8);
	z-index: 1;
	cursor: pointer;
}
.close-btn:hover{
	transform-origin: center center;
	transform: scale(1.1) translateX(50%) translateY(-50%);
}

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

	.close-btn{
		width: 5rem;
		height: 5rem;
	}
	
}

/* movie */

.movie{
	width:100%;
}
.movie > div{
  position: relative;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------------------------------
animation
-------------------------------------------------- */

/* --------------------------------------------------
animation for PC
-------------------------------------------------- */

@media screen and (min-width: 768px) {
/* --------------------------------------------------
	js-style
	-------------------------------------------------- */
	
.fx-col-in li {
	opacity: 0;
}
.fx-in,  .fx-down,  .fx-up,  .fx-left,  .fx-right {
	visibility: hidden;
}
}

/* --------------------------------------------------
anim
-------------------------------------------------- */


.fadeIn {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
 visibility: visible !important;
}
@-webkit-keyframes fadeIn {
 0% { opacity: 0;}
 100% { opacity: 1;}
}
@keyframes fadeIn {
 0% { opacity: 0;}
 100% { opacity: 1;}
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.fadeInUp {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.fadeInLeft {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInLeft;
 animation-name: fadeInLeft;
 visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(50px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}


.fadeInRight {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInRight;
 animation-name: fadeInRight;
 visibility: visible !important;
}
@-webkit-keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(-20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}


.fx-panel-right {
	position: relative;
	overflow: hidden;
}

.fx-panel-right::after {
	content:"";
	display: block;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index:50;
	left: 0%;
	background: #FFF;
}

.fadePanelAnim::after {
	animation-fill-mode: both;
	animation-duration:1.2s;
	animation-timing-function: ease-in;
	animation-name: blackPanel;
}

@keyframes blackPanel {
	0% { left: 0%; }
	60% { left: 0%; }
	80% { left: 5%; }
	100% { left: 100%; }
}



.fx-txt-right01 {
	transition: 0.6s ease-out;
	opacity: 0;
	transform: translateX(-100%);
	overflow: hidden;
	display: inline-block;
}
.fx-txt-right01 span {
	display: inline-block;
	transition: 0.6s ease-out;
	transform: translateX(95%);
}
.txtRightAnim01 {
	opacity: 1;
	transform: translateX(0);
}
.txtRightAnim01 span{
	transform: translateX(0);
}


.fx-txt-right02 {
	transition: 0.6s 0.3s ease-out;
	opacity: 0;
	transform: translateX(-100%);
	overflow: hidden;
	display: inline-block;
}
.fx-txt-right02 span {
	display: inline-block;
	transition:  0.6s 0.3s ease-out;
	transform: translateX(95%);
}
.txtRightAnim02 {
	opacity: 1;
	transform: translateX(0);
}
.txtRightAnim02 span{
	transform: translateX(0);
}


/* --------------------------------------------------
box-emergency
-------------------------------------------------- */
.box-emergency{
	border: 10px solid #FFCECE;
	margin-bottom: 5%;
	padding:5%;
}

.box-emergency h2{
	color: #EF3120;
}
/* --------------------------------------------------
box-emergency
-------------------------------------------------- */
.box-base{
	border: 10px solid #CCC;
	margin-bottom: 5%;
	padding:5%;
}



