@charset "utf-8";
/*------------------------------------------------------------
	ナビ
------------------------------------------------------------*/
b {font-weight: bold;}
.prevBlock {
	display: flex;
	margin: 0 auto;
	position: relative;
	padding: 0px 0 35px;
	margin-bottom: 35px;
	color: #f09b61;
	height: 20px;
	font-size: 13px;
}
.btn_prev {
	position: absolute;
	left: 15px;
}
.btn_next {
	text-align: right;
	right: 0;
	position: absolute;
}
.blogCotents strong {
	font-weight: normal;
}
.btn_next a, .btn_prev a {
	display: block;
	text-decoration: none;
	border: 1px solid #f09b61;
	color: #f09b61;
	padding: 5px 15px;
	margin-bottom: 5px;
}
.btn_next a {
	background: url(../img/arrow02.png) no-repeat right;
	background-position: 85% 55%;
	padding-right: 35px;
	background-size: 10px;
}
.btn_prev a {
	background: url(../img/arrow02_02.png) no-repeat left;
	background-position: 9% 55%;
	padding-left: 35px;
	background-size: 10px;
}
.btn_prev a:link, .btn_next a:link {
	text-decoration: none;
	color: #f09b61;
}
nav.blogNav {
	width: 1120px;
	margin: -40px auto 0;
}
nav.blogNav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -2px;
}
nav.blogNav ul li {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	margin-left: 1px;
	background: #fff;
	font-family: "Open Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	margin-right: 2px;
	-webkit-transition: background-color 100ms, margin 100ms;
	transition: background-color 100ms, margin 100ms;
}
nav.blogNav ul li a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 4px solid #999;
	color: #666;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 20px;
	font-size: 14px;
	min-width: 139px;
	background: #efefef;
	font-weight: 　500;
	text-align: center;
}
nav.blogNav ul li a.active {
	border-top: 4px solid #e47930;
	color: #e47930;
	background: #fff;
	min-width: 161px;
	font-size: 15px;
}
/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/
.l-crumb {
	margin-top: 15px;
}
.l-crumb__inner {
	width: 1120px;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.l-crumb__list {
	list-style: none;
	display: inline-block;
	color: gray;
	font-size: 13px;
	margin-right: 10px;
	background-image: url(../img/arrow04.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 10px;
	display: table-cell;
	padding: 0px 15px 0px 15px;
}
.l-crumb__list:first-child {
	padding-left: 0;
}
.l-crumb__list:last-child {
	background: none;
}
.l-crumb__list > a {
	padding: 10px 15px 10px 10px;
	color: gray;
	font-size: 14px;
}
/*------------------------------------------------------------
	mokuji
------------------------------------------------------------*/

.blog-single-contents__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	border-bottom: 1px solid #222;
	padding: 14px 30px;
	text-align: center;
}
.blog-single-contents {
	border: 1px solid #222;
	margin-bottom: 15px;
}
.blog-single-contents__content {
	padding: 23px 3% 16px 5%;
}
.blog-single-contents ol {
	counter-reset: section;
	list-style-type: none;
}
.blog-single-contents li {
	border: none;
	padding: 0;
}
.blog-single-contents li:before {
	counter-increment: section;
	content: counters(section, ".") ".";
	background: none;
	color: #e47930;
}
.blog-single-contents li {
	font-size: 15px;
	font-weight: 200;
	line-height: 1.75;
	counter-increment: order;
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}
/*------------------------------------------------------------
	main
------------------------------------------------------------*/

.mainBlock {
	width: 1120px;
	margin: 0 auto;
	display: flex;
}
.side {
	width: 260px;
	margin-left: 40px;
	padding-top: 80px;
}
.side h3 {
	font-size: 16px;
	font-weight: 600;
	border-left: 4px solid #f09b61;
	padding: 4px 16px;
	line-height: 1;
	letter-spacing: 0.075em;
	margin-bottom: 16px;
}
.side .img {
	text-align: center;
}
.side .introduction {
	font-size: 14px;
	line-height: 1.6;
}
.side .ninki ul li {
	font-size: 14px;
	margin: 10px 10px 20px 10px;
}
.side .ninki ul li div {
	line-height: 1.5;
}
.side .ninki ul li div b {
	display: block;
}
.side .ninki ul li img {
	width: 96%;
}
.side .rank {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-color: #f09b61;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	line-height: 30px !important;
	z-index: 999;
}
.side .tag_item ul {
	flex-wrap: wrap;
	margin-left: -6px;
	display: flex;
}
.side .tag_item ul li {
	margin-bottom: 8px;
	margin-left: 6px;
	background-color: #ffeee2;
	border-radius: 16px;
	padding: 5px 10px;
	font-size: 13px;
}
.writer {
	margin-bottom: 30px;
}
/*---------------------------
/*ブログ
---------------------------*/
.blogBlock {
	background: url(../img/blog20_bg.png) no-repeat right center;
	background-size: auto auto;
	background-size: cover;
	padding: 50px 50px 80px 50px;
	line-height: 1.4;
}
ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin-left: 15px;
}
ol li {
	padding-bottom: 15px;
	padding-left: 35px;
	position: relative;
	line-height: 1.6;
	border-bottom: 1px dashed #c9c9c9;
	margin-bottom: 15px;
}
ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #e47930;
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 26px;
	margin-left: -35px;
	text-align: center;
	height: 26px;
	width: 26px;
	border-radius: 50%;
}
.blogCotents .flexB {
	display: flex;
	margin-top: 25px;
}
.blogCotents .flexB .img {
	overflow: hidden;
	width: 450px;
	height: 700px;
	display: block;
	position: relative;
	margin-right: 25px;
}
.side .imgBlock {
	overflow: hidden;
	display: block;
	position: relative;
}
.flexB .img02 {
	height: 1150px;
}
.blogCotents .flexB .img img, .side .imgBlock img {
	position: static;
	/*height: 100%;*/
	width: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}
.blog {
	width: 900px;
}
 @media all and (min-width: 0) and (max-width: 767px) {
.l-crumb__inner {
	width: auto;
}
.blog {
	width: auto;
}
.l-crumb__list {
	display: inline-block;
	font-size: 11px;
	width: 45%;
	padding: 0px 10px 0px 15px !important;
}
.mainBlock {
	display: block;
	width: auto;
}
.blogBlock {
	padding: 20px;
}
.side {
	width: 90% !important;
	margin: 0 auto;
	padding-top: 0;
}
.side .ninki ul li img {
	width: 100%;
}
.blogCotents h3 {
	padding: 0 0 0 55px !important;
}
.blog ul li span br {
	display: none;
}
nav.blogNav {
	width: auto;
}
nav.blogNav ul {
	width: 100%;
}
nav.blogNav ul li {
	width: 32.5%;
}
nav.blogNav ul li a {
	min-width: auto;
	width: 100%;
	display: block;
	padding: 14px 2%;
}
nav.blogNav ul li a.active {
	min-width: auto;
}
nav.blogNav {
	margin: 0;
}
nav.blogNav ul li a {
	font-size: 13px;
}
}
.commonBlock h1:before, .commonBlock h1:after {
	background: #fff;
}
.commonBlock h1 {
	width: auto !important;
}
.blogBlock h1, .blogBlock p {
	color: #fff;
}
.blogCotents img {
	width: 100%;
}
.blogCotents ul {
	position: relative;
	list-style-type: none;
}
.blogCotents ul li {
	line-height: 1.7;
	padding: 0.7em 0 0.7em 1.9em;
	border-bottom: 1px dashed #c9c9c9;
}
.blogCotents ul li::before {
	position: absolute;
	content: "\002713";
	color: #f09b61;
	font-weight: bold;
	left : 0.5em;
}
.blogCotents ul li:last-of-type {
	border-bottom: none;
}
.blog ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px 3.5%;
}
.blog ul li {
	width: auto;
	margin: 5% 2% 0 0;
	width: 32%;
	font-size: 17px;
	background: #efefef;
}
.blog ul li:nth-child(3n) {
	margin-right: 0;
}
.blog ul li div.txt a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 11px 15px 5px;
	display: block;
	font-size: 90%;
}
.blog ul li .day {
	color: #878787;
}
.blog ul li .bottom {
	margin: 0 12px 10px 12px;
}
.blog ul li a h2:hover {
	text-decoration: underline;
	color: #333;
}
.blog ul li:last-child {
	margin-right: 0;
}
.blog ul li p {
}
.category01, .category02, .category03, .category04, .category05 {
	padding: 0px 4px;
	margin-left: 7px;
	border: 1px solid;
	font-size: 75%;
}
.category01:link {
	text-decoration: none !important;
	color: #0d5faf !important;
}
.category02:link {
	text-decoration: none !important;
	color: #6dd435 !important;
}
.category03:link {
	text-decoration: none !important;
	color: #f484a9 !important;
}
.category04:link {
	text-decoration: none !important;
	color: #a184f4 !important;
}
.category05:link {
	text-decoration: none !important;
	color: #e06969 !important;
}
.category01:hover, .category02:hover, .category03:hover, .category04:hover, .category05:hover {
	text-decoration: underline;
	color: #e47930;
}
.blog ul li .day {
	font-size: 80%;
}
.blog ul li h2 {
	font-size: 90%;
}
.blog ul li img {
	width: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 55%;
	min-height: 100%;
	min-width: 100%;
	max-width: 150%;
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	min-height: 180px;
}
.blog ul li img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	opacity: 0.6;	/* 小さくするほど暗くなります */
}
.blog ul li p.img {
	overflow: hidden;
	display: block;
	transition-duration: 0.3s;
	background: #000;
	height: 150px;
}
 @supports ( object-fit: cover ) {
 .blog ul li img {
 position: static;
 height: 100%;
 width: 100%;
 left: 0;
 -o-object-fit: cover;
 object-fit: cover;
 top: 0;
 -ms-transform: none;
 -moz-transform: none;
 -webkit-transform: none;
 transform: none;
}
}
footer {
	margin-top: 50px !important;
}
/*******************************
/* メイン画像
*******************************/

.main {
	position: relative;
	width: 100%;
}
.marquee {
	display: inline-block;
	overflow: hidden;
	top: 0;
	right: 0px;
	position: absolute;
}
.marquee::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #e66c00;
	animation-name: marquee;
	animation-timing-function: ease;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	width: 815px;
	height: 480px;
}
.main_text {
	display: inline-block;
	overflow: hidden;
	font-size: 390%;
	font-weight: bold;
	position: absolute;
	top: 115px;
	left: 12%;
	font-family: 'Josefin Sans', sans-serif;
	z-index: 2;
}
.main_text::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #e66c00;
	animation-name: marquee;
	animation-timing-function: ease;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: 1s;
}
.main_text span {
	font-size: 28%;
	font-weight: normal;
	line-height: 1.7;
	display: block;
	margin-top: 15px;
	margin-left: 10px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif
}
.orenge {
	background:linear-gradient(transparent 70%, #ffe8d8 30%);
    font-weight: bold;
}
 @keyframes text {
 from {
transform: translate(0%);
}
 99%, to {
transform: translate(100%);
}
}
.marquee img {
	width: 815px;
	height: 350px;
	object-fit: contain;
	text-align: right;
	display: block;
	object-fit: cover;
}
 @keyframes marquee {
 from {
transform: translate(0%);
}
 99%, to {
transform: translate(100%);
}
}
.mainimg {
	padding-top: 70px;
	height: 700px;
	width: 100%;
	position: relative;
}
.mainimg img {
	width: 100%;
	height: 700px;
	object-fit: cover;
	transform: scale(1);
	transition-duration: 4s;
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.logo_bg {
	position: absolute;
	left: 5%;
	top: 15%;
	display: inline-block;
}
.logo_bg img {
	width: 300px;
	height: auto;
	animation: in 3s ease 0s 1 forwards;
}
/*---------------------------
/*コンテンツ 共通箇所
---------------------------*/
.blogCotents {
	width: 800px;
	margin: 0 auto;
	padding: 50px 0;
}
/*******************************
見出し
*******************************/
h1 {
	font-size: 1.8rem;
	text-align: left;
	font-weight: 500;
	padding-bottom: 10px;
}
.blogCotents h2 {
	font-size: 1.5rem;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-top: 1px solid;
	padding: 25px 5px;
	margin: 30px 0 20px;
	text-align: left;
	
    font-weight: bold;
}
.blogCotents h3 {
	font-size: 1.1rem;
	position: relative;
	display: inline-block;
	padding: 0 55px;
	margin: 15px;
	font-weight: normal;
}
.blogCotents h3:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}
.blogCotents h3:before {
	left: 0;
}
.blogCotents p {
	padding: 15px;
	line-height: 2;
}
.post-meta {
	margin-bottom: 0.5em;
	text-align: right;
	background-color: #F7F7F7;
	color: #555;
	font-size: 15px;
	padding: 4px 15px !important;
}
.fa-clock-o::before {
	content: "\f017";
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
p a:link {
	text-decoration: underline;
	color: #f4511e;
}
footer {
	margin-top: 100px;
}
/*------------------------------------------------------------
	スマホ版
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px) {
.main {
	line-height: 0;
}
h1 {
	font-size: 1.2rem;
}
.blog ul li:nth-child(3n) {
	margin-right: 2%;
}
.blog ul li:nth-child(2n) {
	margin-right: 0;
}
.main, .main img {
	width: 100%;
	height: auto;
}
.blog ul {
	margin: 0 3.5%;
}
.blog ul li {
	margin: 15px 12%;
	width: auto;
	margin: 5% 2% 0 0;
	width: 49% !important;
	font-size: 2.9vw;
}
.blog ul li:nth-child(even) {
	margin-right: 0;
}
.blog ul li p.img {
	height: 110px;
}
.blogCotents {
	width: 90% !important;
	margin: 0 auto;
	padding: 30px 0;
}
.blog ul li div.txt a {
	padding: 5px;
}
.blog ul li h2 {
	padding: 0;
	text-align: left;
	margin: 5px;
	font-size: 100%;
}
.blogCotents p {
	padding: 5px;
}
h2 {
	font-size: 1.3rem;
	padding: 10px;
	margin: 20px 0 13px;
}
h3 {
	font-size: 1.1rem;
	padding: 0 0 0 50px;
	margin: 15px 7px;
}
h3:before {
	width: 40px;
}
.spwhite {
	color: #fff;
}
.marquee {
	position: inherit;
	width: 100%;
	margin-top: 0;
}
.main_text {
	font-size: 241%;
	top: 42px;
	left: 3%;
	line-height: 1.1;
	width: 322px;
}
.parts-cv2 {
	margin: 15px 0 !important;
}
.parts-cv2__title {
	font-size: 17px !important;
}
.parts-cv2__contents {
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 14px;
}
.parts-cv2-description {
	text-align: left;
	padding: 0 20px !important;
}
.imc-button {
	font-size: 16px !important;
}
.parts-cv2 {
	background: #dae5f1 !important;
}
.sec02 {
	padding: 40px 0 60px;
}
.sec02 .innerBlock {
	margin: 0 auto;
}
.sec02 h2, .sec03 h2, .work h2, .blog h2 {
	color: #151515;
	font-size: 115%;
	margin: 20px 0;
	text-align: center;
}
.sec02 ul {
	margin-top: 20px;
	display: block !important;
}
.sec02 p img {
	width: 80%;
	height: auto;
}
.sec02 ul li {
	width: 76% !important;
	background: #fff;
	position: relative;
	padding: 15px;
	border-radius: 5px;
	margin: 15px auto !important;
}
.sec02 .title {
	position: absolute;
	left: -15px;
	top: 0px;
}
.sec02 .oBg {
	background: #fff8f4;
	padding: 20px 30px;
	text-align: center;
}
.sec02 h3 {
	padding: 10px 0;
	font-size: 105%;
	font-weight: 500;
}
.bx-wrapper {
	margin: 0 3%;
}
.granBlock .inner {
	width: auto !important;
	padding: 0 3% !important;
}
}
 @media (min-width: 768px) {
.tb-cell {
	width: 800px;
}
.tb-cell .row {
	display: table-row;
}
.tb-cell .row .cell {
	display: table-cell;
	border: 1px solid #ddd;
	padding: 10px;
	vertical-align: middle;
	color: #fff;
}
.tb-cell .row .cell:nth-child(odd) {
	width: 200px;
}
.tb-cell .row .cell:nth-child(even) {
	width: 600px;
}
input[type="text"], input[type="email"] {
	width: 300px;
}
textarea {
	width: 580px;
}
}
.p-entry__data table {
	border: 1px solid #ddd;
	width: 100%;
	text-align: left;
}
.p-entry__data table th {
	background: #8b8b8b;
}
.p-entry__data table th, .p-entry__data table td {
	padding: 15px 15px;
}
.p-entry__data table tr {
	background-color: #fff;
}
.p-entry__data table tr th {
	color: #fff;
}
.p-entry__data table tr th {
	font-weight: bold;
}
.p-entry__data table tr:nth-of-type(2n) {
	background: #f5f5f5;
}
/*.google-auto-placed,
.google-auto-placed div ,
ins {
	text-align: center;
    width: 76% !important;
    height: auto !important;
    margin: 0 12% !important;
}*/

.google-auto-placed div img {
	width: 100% !important;
}
.kanren h3 {
	margin: 0 0 10px 20px;
	padding: 0 0 0 55px;
	font-size: 1rem;
}
.kanren h3::before {
	top: 35%;
}
.kanren .Block {
	display: flex;
}
.kanren p {
	padding: 0px 0 0 15px;
	font-size: 0.9rem;
}
.kanren .img {
	width: 33%;
}
.kanren .img img {
	width: 100%;
}
.kanren .txt {
	width: 65%;
}
.kanren hr {
	margin: 20px 0;
	border: none;
	border-bottom: 1px solid #000;
}
.eiji {
	font-size: 38px !important;
}
/*お問い合わせ*/

.parts-cv2 {
	position: relative;
	margin: 35px;
	border: 2px solid #4173b0;
	background: url(../img/blog_bg.png) right bottom no-repeat #dae5f1;
	min-height: 320px;
	background-size: 85%;
	background-position: 107% 93%;
}
.parts-cv2__title {
	margin-top: -1px;
	margin-left: -1px;
	background: #285489;
	color: #fff;
	font-size: 1.2vw;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.parts-cv2-description {
	font-size: 17px;
	margin-top: 10px;
}
.parts-cv2-button .imc-button {
	width: 60%;
	height: 70px;
	font-size: 1.3vw;
	line-height: 70px;
	background: url(../img/arrow.png) no-repeat right center #e47930;
	padding: 8px 50px 8px 35px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	margint: 10px 0 0 20px;
	background-position: 94% 50%;
	background-size: 12px;
}
.parts-cv2-button a:link {
	text-decoration: none !important;
}
.parts-cv2__contents {
	padding: 0 !important;
	margin: 0 0 0 20px;
}
.parts-cv2__description {
	padding: 0 !important;
}
footer {
	margin-top: 0;
}
.granBlock {
	margin-top: 30px;
	background: #F2F2F2;
	padding: 50px 0;
}
.granBlock .inner {
	width: 1000px;
	margin: 0 auto;
}
.tokuchyou-h3 img {
	vertical-align: middle;
	margin-right: 7px;
}
.sec02 ul {
	display: flex;
	margin-top: 30px;
}
.sec02 ul li {
	width: 25%;
	background: #fff;
	position: relative;
	padding: 15px;
	border-radius: 5px;
	margin-right: 22px;
}
.sec02 ul li:last-child {
	margin-right: 0;
}
.sec02 .title {
	position: absolute;
	left: -15px;
	top: 0px;
}
.sec02 .oBg {
	background: #fff8f4;
	padding: 20px 30px;
	text-align: center;
}
.sec02 h3 {
	padding: 10px 0;
	font-size: 17px;
	font-weight: 500;
}



 
 @media all and (min-width: 768px) and (max-width: 1270px) {
	 nav.blogNav {
		 width:90%;
		 margin:0 auto;
	 }
	 .mainBlock,
	 .blog,
	 .l-crumb__inner,
	 nav.blogNav{
		 width:100%;
	 }
	 .blog ul li {
		 width:48%;
		 margin-right:2%;
	 }
	 .blog ul {
		 width:90%;
		 margin:0 5%;
	 }
	 .blog ul li:nth-child(2n) {
		 margin-right:0;
	 }
	 .blog ul li:nth-child(3n) {
		 margin-right:2%;
	 }
	 .side {
		     width: 25%;
    margin: 0 3% 0 2%;
}
.blogCotents {
	width:66%;
	margin-left:3%;
}
nav ul li {
    margin-left: 2.6%;
}
header nav li a {
    font-size: 1.6vw;
}
 }