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

Theme Name:Rich Next Theme
Author:bran-new-days
Description:

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

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

 全体 style

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

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}

html {
	font-size: 16px;
}

body {
	position: relative;
	left: 0;
	overflow: hidden;
	word-wrap: break-word;
	color: #333;
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.6;
	background: #FFF;
	background-attachment: fixed;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #0068b7;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.font_mincho {
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

video, object {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

.vibtn {
	position: absolute;
	visibility: hidden;
}

/* iframeのレスポンシブ */

.youtube_container {
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


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

 layout

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

.contents_wrapper {
	clear: both;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}

.main_contents {
	flex: 1;
	max-width: 980px;
	margin: 0 auto;
}

.page-template-page-lpbase .main_contents {
	max-width: 460px;
}

.side {
	width: 240px;
	margin-left: 20px;
}

.content_inner {
	max-width: 720px;
	margin: 0 auto;
}


/* 背景横突き抜け：ブロック
------------------------------------------------------------- */

.contents {
	clear: both;
	overflow: hidden;
	zoom: 100%;
}

.contents_inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 40px 20px;
}


/* opening
------------------------------------------------------------- */

.opening_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(35,57,74);
	background: linear-gradient(135deg, rgba(35,57,74,1) 0%, rgba(79,121,154,1) 100%);
	z-index: 2147483650;
}

.opening01 ,
.opening02 {
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.opening01 .inner ,
.opening02 .inner {
	padding-bottom: 6em;
	color: #FFF;
	text-align: center;
}

.opening01 .catch01 {
	font-size: 8.4vw;
}

.opening02 .catch02 {
	margin-bottom: 1.5em;
	font-size: 5vw;
}

.opening02 .logos {
	position: relative;
	display: inline-block;
	width: 320px;
	max-width: 80%;
}
.opening02 .logos .logo {
	display: inline-block;
	width: 100%;
	height: auto;
}
.opening02 .logos .linen {
	position: absolute;
	display: inline-block;
	top: -75%;
	right: 21%;
	width: 41.46%;
}


/* アニメーション */
@keyframes opening01 {
	0% {
		opacity: 0;
		transform : translate(0, 20px);
	}
	15% {
		opacity: 1;
		transform : translate(0, 0);
	}
	25% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes opening02 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
		transform : translate(0, 20px);
	}
	40% {
		opacity: 1;
		transform : translate(0, 0);
	}
	60% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes opening {
	0% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	80% {
		opacity: 0;
		transform : translate(0, 0);
	}
	100% {
		opacity: 0;
		transform : translate(0, -100vh);
	}
}

.opening_wrapper {
	animation: opening 6s both;
}
.opening01 {
	animation: opening01 6s both;
}
.opening02 .inner {
	animation: opening02 6s both;
}
/*
.opening_wrapper {
	display: none;
}
*/


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

 header

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

.header_wrapper {
	height: 54px;
}

.header {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
}

.header .header_line {
	padding: 10px;
	background: #1b3f5e;
	color: #FFF;
	font-size: .75rem;
	transition:all 300ms 0ms ease;
}
.header .header_line h1 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
	font-weight: normal;
	line-height: 1.2;
	font-size: .875rem;
	transition:all 300ms 0ms ease;
}

.header_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 15px;
	align-items: center;
	text-align: left;
}

.header_inner .logo {
	float: left;
	width: 240px;
	max-width: 40%;
	transition:all 300ms 0ms ease;
}

.header_inner .logo img {
	width: 100%;
}



/* gnavi
------------------------------------------------------------- */

.gnavi {
	float: right;
	display: -webkit-flex;
	display: flex;
	width: 500px;
	max-width: 65%;
	margin-top: 15px;
	margin-right: -1em;
	font-size: .9375rem;
	transition:all 300ms 0ms ease;
}
.gnavi li {
	flex-grow: 1;
	vertical-align: middle;
}
.gnavi a {
	display: block;
	padding: 8px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
}


/* menu
------------------------------------------------------------- */

/* menu open btn */

.menu_btn_area {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}
.menu_btn_area .layer {
	position: absolute;
}
input[type="checkbox"]#menu_btn {
	position: absolute;
	visibility: hidden;
	bottom: 0;
}

/* ハンバーガーメニュー */
.menu_open_btn {
	position: absolute;
	top: 4px;
	right: 2px;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 2147483647;
}
.menu_open_btn span {
	position: relative;
	display: block;
	width: 32px;
	height: 3px;
	margin: 21px auto 0;
	background: #707070;
	transition: 0.4s;
}
.menu_open_btn span::before ,
.menu_open_btn span::after {
	position: absolute;
	content: '';
	left: 0;
	width: 32px;
	height: 3px;
	background: #707070;
	transition: 0.4s;
}
.menu_open_btn span::before {
	top: -10px;
}
.menu_open_btn span::after {
	bottom: -10px;
}

/* ハンバーガーメニューを変形 */
input[type="checkbox"]#menu_btn:checked + .menu_open_btn span {
	background: transparent;
}
input[type="checkbox"]#menu_btn:checked + .menu_open_btn span::before {
	top: 15%;
	background: #FFF;
	transform: rotate(45deg);
}
input[type="checkbox"]#menu_btn:checked + .menu_open_btn span::after {
	bottom: 15%;
	background: #FFF;
	transform: rotate(-45deg);
}

/* レイヤー */
input[type="checkbox"]#menu_btn:checked ~ .layer {
	position: fixed;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	top: 0;
	right: 0;
	visibility: visible;
	z-index: 2147483645;
}

/* メニューを格納 */
.menu_wrapper {
	position:fixed;
	top:0;
	right: -300px;
	width: 260px;
	height: 100%;
	transition: 0.1s ease-in-out;
}

/* メニューオープン時 */
input[type="checkbox"]#menu_btn:checked ~ .menu_wrapper {
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	z-index: 2147483646;
	right: 0;
}

.menu_wrapper {
	padding: 40px 10px 10px;
	background: #336089;
}

.menu_wrapper .logo {
	float: none;
	max-width: 60%;
	margin: 0 auto 20px;
}

.menu_wrapper .menu_sp li {
	margin-bottom: 15px;
}
.menu_wrapper .menu_sp a {
	display: block;
	height: auto;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}



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

 .footer

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

.contents_contact .btn_box {
	margin: 0;
}

.footer {
	background: #1b3f5e;
	color: #FFF;
}

.footer_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 15px;
}
.footer_main {
	margin-bottom: 40px;
}

.footer_inner .copy {
	font-size: .75rem;
	text-align: center;
}


/* fnavi
------------------------------------------------------------- */

.footer_info {
	margin-bottom: 30px;
	text-align: center;
}

.footer_info .logo {
	margin: 0 auto 5px;
	width: 240px;
}
.footer_info h2 {
	font-size: 1.125rem;
}

/* fnavi
------------------------------------------------------------- */

.fnavi {
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
}
.fnavi li {
	margin-bottom: 15px;
}
.fnavi li a {
	color: #FFF;
	text-decoration: none;
}


/* page top
-----------------------------------------------------------*/

.page_top_fx {
	position: fixed;
	overflow: hidden;
	bottom: 70px;
	right: 20px;
	z-index: 99999;
}

.page_top_fx a {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50vw;
	background: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%2036%2020%22%20height%3D%2220%22%20viewBox%3D%220%200%2036%2020%22%20width%3D%2236%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m35.6%2018.1c0%20.5-.2.9-.5%201.3-.7.7-1.8.7-2.5%200l-14.8-15.2-14.8%2015.2c-.7.7-1.8.7-2.5%200s-.7-1.8%200-2.5l16.1-16.4c.7-.7%201.8-.7%202.5%200l16%2016.4c.3.3.5.8.5%201.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') rgba(0,0,0,0.3)  50% 45% no-repeat;
	background-size: 40% auto;
	text-indent: 100%;
	white-space: nowrap;
}


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

 メインコンテンツ

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

/* パンくず
-----------------------------------------------------------*/

.breadcrumb {
	clear: both;
	max-width: 1040px;
	margin: 20px auto 20px;
	padding: 0 20px;
	box-sizing: border-box;
	color: #666;
	font-size: .875rem;
}

.breadcrumb li {
	display: inline-block;
	padding: 0 8px 0 0;
}

/* ページネーション/ページャー
-----------------------------------------------------------*/

.pagination {
	clear: both;
	position: relative;
	font-size: .875rem;
	line-height: 1.2;
}

.pagination span,
.pagination a {
	width: auto;
	margin-right: 4px;
	padding: 6px 8px 5px 8px;
	border-radius: 4px;
}

.pagination a {
	display: inline-block;
	border: 1px solid #CCC;
	text-decoration: none;
}

.pagination a:hover {
	color: #fff;
	background: #EEE;
}

.pagination span {
	display: none;
}

.pagination .current {
	display: inline-block;
	padding: 6px 8px 5px 8px;
	border: 1px solid #EEE;
	background: #EEE;
}

/* タイトル
-----------------------------------------------------------*/

.contents_title {
	margin-bottom: 40px;
	padding: 30px 0;
	background: rgb(219,231,241);
	background: linear-gradient(135deg, rgba(219,231,241,1) 10%, rgba(209,202,191,1) 90%);
	color: #326089;
	font-size: 1.5rem;
	text-align: center;
}
/* contact */
.contents_title.title_contact {
	margin-bottom: 0;
}

.title_block {
	margin-bottom: 40px;
	text-align: center;
}

.title_block h1 {
	font-size: 1.125rem;
}

.title_block p {
	margin-top: 20px;
	font-size: 1.125rem;
}


/* ボタンボックス
-----------------------------------------------------------*/

.btn_box {
	clear: both;
	margin: 15px 0 15px;
	padding: 5px 0;
	text-align: center;
}

.btn_box a {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 260px;
	max-width: 85%;
	padding: 10px 10px;
	border-radius: 50vh;
	background: rgb(181,214,241);
	background: linear-gradient(135deg, rgba(181,214,241,1) 0%, rgba(181,178,217,1) 100%);
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.btn_box a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	animation: kiran 3s ease-in-out infinite;
}

.page-template-page-lpbase .btn_box a {
	width: 520px;
	max-width: 85%;
	background: rgb(203,186,204);
	background: linear-gradient(135deg, rgba(203,186,204,1) 25%, rgba(37,128,179,1) 100%);
	border: 4px solid #FFF;
	box-shadow: 0 0 20px rgba(0,0,0, .4);
}

.page-template-page-lpbase .btn_box a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 15px;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 9px;
	border-color: transparent transparent transparent #ffffff;
}

.btn_box.btn_line a {
	background: rgb(106,189,118);
	background: linear-gradient(135deg, rgba(106,189,118,1) 0%, rgba(112,196,182,1) 100%);
}

.page-template-page-lpbase .btn_box.btn_line a {
	background: rgb(58,190,142);
	background: linear-gradient(135deg, rgba(58,190,142,1) 0%, rgba(24,168,107,1) 100%);
}

@keyframes kiran {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	85% { transform: scale(0) rotate(45deg); opacity: .2; }
	87% { transform: scale(4) rotate(45deg); opacity: .5; }
	100% { transform: scale(90) rotate(45deg); opacity: 0; }
}


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

 アーカイブ archive / blog

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

/* アーカイブ一覧表示
-----------------------------------------------------------*/

.entry_list {
	margin-bottom: -20px;
}

.entry_list dt {
	position: relative;
	clear: both;
	float: left;
	width: 120px;
}

.entry_list dt img {
	width: 100%;
}

.entry_list dd ,
.entry_list li {
	min-height: 120px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 140px;
	border-bottom: 1px dotted #999;
}
.entry_list li {
	min-height: auto;
	padding-left: 20px;
}
.entry_list dd:last-child ,
.entry_list li:last-child {
	border-style: none;
}

/* cate */
.entry_list dt .cate_box {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}
.entry_list .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 10px;
	background: #c4b89a;
	color: #FFF;
	font-size: .75rem;
	text-decoration: none;
	line-height: 1.2;
	vertical-align: middle;
}

.entry_list h3 {
	overflow: hidden;
	height: 1.4em;
	margin: 4px 0 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.entry_list .entry_info {
	margin-bottom: 8px;
	color: #666;
	font-size: .875rem;
	line-height: 1.2;
}

/* tag */
.entry_list .tag_box a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: .875rem;
	font-weight: bold;
	vertical-align: middle;
}
.entry_list .tag_box a::before {
	content: '#';
}



/* アーカイブ一覧表示 block
-----------------------------------------------------------*/

.entryblock_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.entryblock_list li {
	flex-grow: 0;
	width: 50%;
}
.entryblock_list li > div {
	padding: 0 5px 20px;
}

.entryblock_list a {
	display: block;
	text-decoration: none;
}

.entryblock_list .thumb {
	position: relative;
	display: block;
}
.entryblock_list .thumb img {
	width: 100%;
	height: auto;
}

.entryblock_list .cate_box {
	position: absolute;
	display: block;
	top: -2px;
	right: -2px;
}
.entryblock_list .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 15px;
	background: #c4b89a;
	color: #FFF;
	font-size: .75rem;
	text-decoration: none;
	vertical-align: middle;
}

.entryblock_list em {
	display: block;
	position: relative;
	overflow: hidden;
	height: 2.8em;
	margin: 8px 0 8px;
	line-height: 1.4;
}
.entryblock_list em::before ,
.entryblock_list em::after {
	position: absolute;
	background: #fff;
}
.entryblock_list em::before {
	content: '･･･';
	bottom: 0;
	right: 0;
	padding-left: 3px;
}
.entryblock_list em::after {
	content: '';
	width: 100%;
	height: 100%;
}

.entryblock_list em.one_line {
	height: 1.4em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entryblock_list .entry_info {
	height: 1.2em;
	margin-bottom: 8px;
	font-size: .875rem;
	line-height: 1.2;
}
.entryblock_list .entry_txt {
	display: block;
	height: 5em;
	font-size: .875rem;
	line-height: 1.4;
}


/* works */

.works_list .thumb {
	position: relative;
	display: block;
	padding: 5% 5.5% 43.5%;
	background: url(./image/common/mock_bg.png) center bottom no-repeat;
	background-size: 100% auto;
}
.works_list a:hover .thumb {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.works_list a:hover .thumb img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.works_list .icon_box ,
.works_info .icon_box {
		display: block;
	margin-bottom: 10px;
	text-align: center;
}
.works_list .icon_box span ,
.works_info .icon_box span {
	display: inline-block;
	margin: 0 2px;
	padding: 4px 1.2em;
	background: #f29c9f;
	color: #FFF;
	font-size: .875rem;
	text-decoration: none;
	vertical-align: middle;
}

.works_list h2 {
	margin: 0 -5px 10px;
	font-size: .875rem;
	text-align: center;
}



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

 記事 single / page

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

.tag_box {
	margin: 40px 0;
}

.tag_box a {
	display: inline-block;
	margin: 0 1em 0 0;
	font-weight: bold;
	vertical-align: middle;
}
.tag_box a::before {
	content: '#';
}

/* 関連記事
-----------------------------------------------------------*/

.kanren_area {
	margin-bottom: 40px;
}

.kanren_area .title_block h1 {
	font-size: 1.5rem;	
}


/* PREV NEXT
-----------------------------------------------------------*/

.p-navi {
	margin-bottom: 40px;
	padding: 20px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: .875rem;
}

.p-navi .prev {
	float: right;
	width: 50%;
	text-align: right;
}
.p-navi .prev div {
	padding: 0 15px 0 10px;
}
.p-navi .prev img {
	float: right;
	width: 100px;
	margin-left: 15px;
}

.p-navi .next {
	float: left;
	width: 50%;
}
.p-navi .next div {
	padding: 0 10px 0 15px;
	border-right: 1px solid #CCC;
}
.p-navi .next img {
	float: left;
	width: 100px;
	margin-right: 15px;
}

.p-navi a {
	display: block;
	text-decoration: none;
}

.p-navi a span {
	display: block;
}

.p-navi a em {
	display: inline-block;
	margin-bottom: 8px;
	padding: 2px 10px;
	background: #999;
	color: #FFF;
}

.p-navi a b {
	display: block;
	font-weight: normal;
}

.p-navi a:hover em {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* works
-----------------------------------------------------------*/

.works_area {
	margin-bottom: 80px;
}

.works_info {
	margin-bottom: 30px;
}

.works_swiper {
	position: relative;
	overflow: hidden;
	z-index: 1;
	max-width: 450px;
	margin: 0 auto 30px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.works_swiper .swiper-wrapper {
	box-sizing: border-box;
}
.works_swiper .swiper-slide {
	padding: 5% 5.5% 22.2%;
	box-sizing: border-box;
	background: url(./image/common/mock_bg_nosd.png) center bottom no-repeat;
	background-size: 100% auto;
}

/* thumb */
.swiper_thumb .thumb_list {
	display: -webkit-flex; 
	display: flex;
	margin: 0 -5px;
}
.swiper_thumb .thumb_list li {
	flex-grow: 0;
	width: 25%;
	padding: 5px;
	box-sizing: border-box;
}


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

 index

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

/* cover
----------------------------------------------------------- */

.cover {
	padding: 25px 0;
	background: rgb(219,231,241);
	background: linear-gradient(135deg, rgba(219,231,241,1) 0%, rgba(209,202,191,1) 100%);
}

.cover_inner {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}

.cover .cover_text {
	flex: 1;
	margin-left: 15px;
}
.cover .cover_mock {
	position: relative;
	width: 280px;
	max-width: 48%;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/* text */
.cover h1 {
	color: #326089;
	font-size: 6vw;
	line-height: 1.4;
}
.cover h2 {
	padding: 8px 0;
	border-radius: 50vh;
	background: #336089;
	color: #FFF;
	text-align: center;
}
/* sp */
.cover > h1 {
	margin-left: 15px;
}
.cover > h2 {
	margin: 0 15px;
}

.cover .service_list {
	margin-bottom: 35px;
	font-size: .6875rem;
	font-weight: bold;
}
.cover .service_list li {
	margin-right: calc(8px - .4em);
	margin-bottom: 8px;
	padding: 4px .6em;
	background: #CCC;
	color: #FFF;
	text-align: center;
}
.cover .service_list .group01 {
	background: #c6b69f;
}
.cover .service_list .group02 {
	background: #a6937c;
}

/* mock */
.cover .mock_inner {
	background: url(./image/common/mock_bg.png) no-repeat;
	background-size: 100% auto;
	padding: 124% 5.5% 51%;
}
.cover .mock_name {
	position: absolute;
	top: 8%;
	left: 22%;
	font-size: .625rem;
	font-weight: bold;
}
.cover .slide {
	padding-top: 64%;
}


/* works
------------------------------------------------------------- */

.contents.contents_worsk .contents_inner {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* text */
.contents_worsk .title_block {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.contents_worsk .catch01 {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 1.5em;
	background: #dbe7f1;
	border-radius: 50vh;
	color: #336089;
	font-size: .875rem;
	font-weight: bold;
}
.contents_worsk .title_block h1 {
	margin-bottom: 15px;
	font-size: 1.5rem;
}

/* text */
.contents_worsk .text_block {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}
.contents_worsk .catch02 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}

/* works slick : smooth
------------------------------------------------------------- */

.works_wrapper {
	margin: 0 auto;
}
.works_container .slick-slide:focus {
	outline: none;
}
.works_container {
	overflow: hidden;
}
.works_slide {
	position: relative;
	overflow: visible;
	margin: 0 auto;
	box-sizing: border-box;
}
.works_slide .slick-list {
	overflow: visible !important;
}
.works_slide .slick-slide {
	opacity: 1;
	margin-right: 10px!important;
    margin-left: 10px!important;
}
.works_slide .slick-slide span {
	display: block;
	padding: 10% 5.5% 43%;
	background: url(./image/common/mock_bg.png) center bottom no-repeat;
	background-size: 100% auto;
}
.works_slide .slick-now {
	opacity: 1;
}
.works_slide img {
	width: 100%;
	height: auto;
}


/* function
------------------------------------------------------------- */

.contents.contents_function {
	background: #336089;
}

.contents_function .title_block h1 {
	color: #FFF;
}

.function_list {
	margin: 0 auto;
}
.function_list .func_inner {
	overflow: hidden;
	height: calc(100% - 30px);
	margin: 0 10px 30px;
	border-radius: 10px;
	background: #FFF;
}

.function_list .title_min {
	text-align: center;
}
.function_list .title_min span {
	display: block;
	padding: 8px 0;
	background: #7ecef4;
	color: #FFF;
	font-size: .875rem;
	font-weight: bold;
}
.function_list li .title_min h2 {
	padding: 10px 0;
	color: #336089;
	font-size: 1.875rem;
	line-height: 1.6;
}
.function_list li .title_min h2.lineone {
	line-height: 3.2;
}
.function_list li .inner {
	padding: 0 15px 15px;
}
.function_list li .inner .fig {
	display: inline-block;
	margin-bottom: 15px;
}
.function_list li .inner p {
	font-size: .875rem;
}


/* about
------------------------------------------------------------- */

.produce_logo_list {
	position: relative;
	width: 620px;
	max-width: 65%;
	margin: 0 auto 20px;
	text-align: center;
}
.produce_logo_list::before ,
.produce_logo_list::after {
	position: absolute;
	content: '';
	width: 20%;
	height: 0;
	border-top: 1px solid #333;
	left: 40%;
	top: 50%;
	z-index: 2;
}
.produce_logo_list::before {
	transform: rotate(-45deg);
}
.produce_logo_list::after {
	transform: rotate(45deg);
}
.produce_logo_list li:first-child {
	margin-bottom: 30px;
}



.feature_list {
	margin-bottom: 26px;
	font-weight: bold;
	text-align: center;
}
.feature_list li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 4px .6em;
	background: #CCC;
	color: #FFF;
	text-align: center;
}
.feature_list .group01 {
	background: #c6b69f;
}
.feature_list .group02 {
	background: #a6937c;
}


/* faq
------------------------------------------------------------- */

.contents.contents_faq {
	background: #e5e5e4;
}

.contents_faq .title_block h1 ,
.contents_contact .title_block h1 {
		font-size: 1.75rem;
}

/* faq_list */
.faq_list {
	margin-bottom: -20px;
}
.faq_list li {
	margin-bottom:  20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}
.faq_list li h2 {
	margin-bottom: 10px;
	color: #336089;
	font-size: 1.25rem;
}
.faq_list li h2::before {
	content: 'Q.';
}
.faq_list li .txt {
	font-size: 1rem;
}


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

 price

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

.price_wrap {
	max-width: 640px;
	margin: 0 auto 40px;
	padding: 30px 15px 10px;
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	font-size: 1rem;
	text-align: center;
}

.price_wrap .price_block h2 {
	margin-bottom: 20px;
}
.price_wrap .price_block h2 em {
	display: inline-block;
	width: auto;
	min-width: 40%;
	padding: 10px 2em;
	background: #336089;
	line-height: 1.4;
}
.price_wrap .price_block h2.month em {
	background: #626262;
}

.price_wrap  .inner_list {
	margin-bottom: 40px;
}
.price_wrap .inner_list li {
	display: inline-block;
}

.price_wrap .note {
	display: inline-block;
	padding: 20px;
	background: #e5e5e4;
}

.price_wrap .price .attention {
	display: block;
	font-size: 1.125rem;
}


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

 company

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

/* company
------------------------------------------------------------- */

.tbl {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
}
.tbl th {
	padding: 15px 5px;
	border-bottom: 1px solid #CCC;
	text-align: center;
	white-space: nowrap;
}
.tbl td {
	padding: 15px 10px;
	border-bottom: 1px solid #CCC;
}


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

 contact

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




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

 Lp 汎用

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

/* fix bar
-----------------------------------------------------------*/

.fix_bar {
	position: fixed;
	z-index: 99999;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: 0.4s;
}

.fix_inner {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 10px;
}

.fix_inner .btn_box {
	margin: 0;
	padding: 0;
}

.fix_inner a {
	position: relative;
	display: block;
}



/* LP共通
-----------------------------------------------------------*/

.lp_contents {
	margin-bottom: 1.6em;
}

.lp_contents p {
	margin-bottom: 1em;
}

.lp_contents hr {
	margin-bottom: 1.6em;
}

.lp_contents p em {
	display: inline-block;
	color: #2580b3;
	font-weight: bold;
}


/* 記事内見出し ----------------------------- */

.lp_contents h1 {
	margin-bottom: 20px;
	font-size: 1.5rem;
}

.lp_contents h2 {
	margin-bottom: 20px;
}

.lp_contents h3 {
	margin-bottom: 20px;
}

.lp_contents h4 {
	margin-bottom: 20px;
}

.lp_contents h5 {
	margin-bottom: 15px;
}

/* テーブル ----------------------------- */

.lp_contents table {
	min-width: 70%;
	margin: 10px 0 30px 10px;
	border-collapse: collapse;
	text-align: left;
}
.lp_contents table th {
	padding: 10px;
	border: 1px solid #CCC;
	font-weight: bold;
}
.lp_contents table td {
	padding: 10px;
	border: 1px solid #CCC;
}


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

 lp01

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

.main_contents > .wide {
	margin-left: -15px;
	margin-right: -15px;
}

.content_box {
	padding: 30px 0;
}
.content_box.bg {
	background: #e1e1e1;
}
.wide .content_box {
	padding: 30px 20px;
}
.wide .content_box.bad_box {
	position: relative;
	margin-bottom: 100px;
	padding-bottom: 0;
	background: rgb(236,237,234);
	background: linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(236,236,236,1) 35%);
}
.content_box.bad_box::after {
	position: absolute;
	content: '';
	bottom: -90px;
	left: 50%;
	margin-left: -300px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90px 300px 0 300px;
	border-color: #ecedea transparent transparent transparent;
}


/* title under line */
h1.title_uline {
	margin-bottom: 30px;
	font-size: 1.75rem;
	text-align: center;
}
.title_uline span {
	position: relative;
	display: inline-block;
	padding: 0 1em 10px;
}
.title_uline span::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: rgb(79,98,114);
	background: linear-gradient(90deg, rgba(79,98,114,1) 0%, rgba(209,192,165,1) 100%);
}

/* catch */
.catch_grade {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8;
}
.catch_grade .logo {
	display: inline-block;
	width: 320px;
	max-width: 60%;
	margin: 0 auto 8px;
	background: none;
}
.catch_grade span {
	display: inline-block;
	background: rgb(164,232,215);
	background: linear-gradient(135deg, rgba(164,232,215,1) 10%, rgba(99,181,199,1) 90%);
	-moz-background-clip: text;
	-webkit-background-clip: text;
	background-clip: text;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	color: #ed709d!important;
}


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

/* fadein */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 600ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein.fast {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 250ms;
}
.fadein.fast.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein.left {
	opacity : 0;
	transform : translate(-100px, 0);
	transition : all 250ms;
}
.fadein.left.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/* marker */
.marker__txt {
	display: inline-block;
	position: relative;
	background-image: linear-gradient(90deg, #d1c0a5, #d1c0a5);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 50%;
	transition: all .8s ease-in-out;
	font-weight: bold;
	line-height: 1.6;
}
.marker__txt.scrollin {
	background-size: 100% 50%;
}

/* .bad_block */
.bad_block h2::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 0%;
	height: 4px;
	background: #828080;
	transition: 0.8s;
}
.bad_block.scrollin h2::after {
	width: 100%;
}


/* cover
------------------------------------------------------------- */

.cover_lp01 {
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(192,205,210,1) 55%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
	text-align: center;
}

.cover_lp01 .logo {
	display: block;
	width: 320px;
	max-width: 60%;
	margin: 0 auto 10px;
}

.cover_lp01 .catch01 {
	display: block;
	margin-bottom: 20px;
}

.cover_lp01 .catch01 b {
	display: inline-block;
	padding: 10px 15px;
	background: rgb(35,57,74);
	background: linear-gradient(135deg, rgba(35,57,74,1) 0%, rgba(79,121,154,1) 100%);
	border-radius: 50vh;
	color: #FFFF;
}

.cover_lp01 h1 {
	margin-bottom: 20px;
	font-size: 8.5vw;
}

/* 静止画 */
.cover_lp01 .fig {
	display: inline-block;
	width: 360px;
	max-width: 60%;
	padding: 20px 0 10px;
}

/* スライド */
.cover_lp01 .slide_wrapp {
	width: 320px;
	max-width: 60%;
	margin: 20px auto 10px;
}

.cover_lp01 .slide {
	padding-top: 184%;
}

/* slide 共通 */
.slide {
	position: relative;
	height: 0;
}
.slide img {
	position:absolute;
	opacity: 0;
	/*transition:all 1s ease-in-out;*/
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.cover_lp01 .text {
	line-height: 2;
}

.cover_lp01 .btn_box {
	margin-bottom: 0;
}



/* view slick
----------------------------------------------------------- */

.view_wrapper {
	margin: 0 -100vw 20px;
}
.view_container .slick-slide:focus {
	outline: none;
}
.view_container {
	overflow: hidden;
	margin: 0 -100vw;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 70%, rgba(192,205,210,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
}
.view_slide {
	position: relative;
	overflow: visible;
	width: 380px;
	max-width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
}
.view_slide .slick-list {
	overflow: visible !important;
}
.view_slide .slick-slide {
	opacity: 0.65;
	transition: 0.5s;
	margin-right: 3.5vw!important;
    margin-left: 3.5vw!important;
}
.view_slide .slick-now {
	opacity: 1;
}
.view_slide img {
	width: 100%;
	height: auto;
}


/* line fukidashi
------------------------------------------------------------- */

.line_fukidashi {
	padding: 20px;
	background: #92aad4;
}
.content_box .line_fukidashi {
	margin: 0 -20px 20px;
	text-align: left;
}

.line_fukidashi .name_block {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.line_fukidashi .name_block .fig {
	display: block;
	overflow: hidden;
	width: 65px;
	margin-right: 20px;
	border-radius: 50%;
}
.line_fukidashi .name_block em {
	display: block;
	flex: 1;
	font-size: 1.125rem;
	font-weight: normal;
}

.line_fukidashi .fukidashi_block {
	position: relative;
	background: #FFF;
	padding: 20px;
	border-radius: 10px;
}
.line_fukidashi .fukidashi_block::before {
	position: absolute;
	content: '';
	left: 28px;
	top: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5.5px 12px 5.5px;
	border-color: transparent transparent #ffffff transparent;
}

.line_fukidashi .fukidashi_block p {
	margin-bottom: 0;
}


/* point
------------------------------------------------------------- */

.point_list {
	display: -webkit-flex;
	display: flex;
	margin: 0 -5px;
}

.point_list li {
	width: 33.33333%;
}

.point_list li div {
	margin: 0 5px;
	padding: 25% 0;
	background: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0, .2);
}

.point_list li em {
	display: block;
	background: rgb(203,186,204);
	background: linear-gradient(135deg, rgba(203,186,204,1) 20%, rgba(37,128,179,1) 100%);
	-moz-background-clip: text;
	-webkit-background-clip: text;
	background-clip: text;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	color: #2580b3!important;
	font-size: 4.25vw;
	font-weight: bold;
}


/* bad
------------------------------------------------------------- */

.bad_box .title_block {
	margin-bottom: 40px;
}
.bad_box .title_block em {
	display: inline-block;
	width: 160px;
	margin-bottom: 20px;
	padding: 8px 15px;
	background: #FFF;
	border-radius: 50vh;
}
.bad_box .title_block h1 {
	margin-bottom: 20px;
	color: #FFF;
	font-size: 8vw;
}
.bad_box .title_block p {
	color: #FFF;
}


.bad_block {
	margin-bottom: 30px;
	padding: 0 10px 20px;
	background: #FFF;
}

.bad_block .catch {
	display: inline-block;
	width: 70%;
	margin-top: -2em;
	margin-bottom: 20px;
	padding: 10px 15px;
	background: rgb(131,140,147);
	background: linear-gradient(135deg, rgba(131,140,147,1) 0%, rgba(91,99,102,1) 100%);
	border-radius: 50vh;
	color: #FFFF;
	font-size: 1.125rem;
}

.bad_block h2 {
	position: relative;
	display: inline-block;
	width: 90%;
	padding-bottom: 15px;
	font-size: 1.125rem;
}



/* pnavi
------------------------------------------------------------- */

.pnavi {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 15px;
	text-align: center;
}

.pnavi li {
	width: 50%;
}

.pnavi li div {
	margin: 0 12px 24px;
	box-shadow: 0 0 15px rgba(63,63,160,.6);
	border-radius: 20px;
	background: #FFF;
}

.pnavi li a ,
.pnavi li em {
	display: block;
	padding: 22% 0;
	color: #3f62a0;
	font-size: 6.5vw;
	font-weight: bold;
	text-decoration: none;
}



/* function
------------------------------------------------------------- */

.function_box {
	overflow: hidden;
	margin-bottom: 40px;
	box-shadow: 0 0 20px rgba(12,4,8,.33);
	border-radius: 20px;
	background: #FFF;
}

.function_box .title_block {
	margin-bottom: 0;
	padding: 20px 5px 15px;
	background: rgb(35,57,74);
	background: linear-gradient(135deg, rgba(35,57,74,1) 0%, rgba(79,121,154,1) 100%);
	color: #FFF;
	text-align: center;
}
.function_box .title_block h1 {
	margin-bottom: 0;
	font-size: 6.8vw;
}

.function_box .inner {
	padding: 20px;
}


/* price
------------------------------------------------------------- */

.price_block {
	margin-bottom: 40px;
}

.price_block h2 em {
	display: inline-block;
	width: 70%;
	padding: 10px 15px;
	background: rgb(35,57,74);
	background: linear-gradient(135deg, rgba(35,57,74,1) 0%, rgba(79,121,154,1) 100%);
	border-radius: 50vh;
	color: #FFFF;
	font-size: 1.25rem;
}

.price_block .price {
	margin-bottom: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.price_block .price b {
	font-size: 2rem;
}
.price_block .inner .price {
	margin-bottom: 15px;
	font-size: 1.125rem;
}
.price_block .inner .price b {
	font-size: 1.125rem;
}

.price_block .inner {
	width: 520px;
	max-width: 85%;
	margin: 0 auto 20px;
	padding: 15px 5px;
	border: 1px solid #828080;
}
.price_block .inner h3 {
	margin: 0 10px 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #828080;
	font-size: 1.25rem;
}
.price_block .inner p {
	margin-bottom: 0;
}


/* step
------------------------------------------------------------- */

.step_list li {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 5px 20px;
	box-shadow: 0 0 20px rgba(12,4,8,.25);
	border-radius: 20px;
	background: #FFF;
}
.step_list li::before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -25px;
	width: 0;
	height: 0;
	margin-left: -18px;
	border-style: solid;
	border-width: 32px 18px 0 18px;
	border-color: #9d8973 transparent transparent transparent;
	z-index: 2;
}
.step_list li:last-child::before {
	content: none;
}

.step_list em {
	background: rgb(35,57,74);
	background: linear-gradient(135deg, rgba(35,57,74,1) 0%, rgba(79,121,154,1) 100%);
	-moz-background-clip: text;
	-webkit-background-clip: text;
	background-clip: text;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	color: #ed709d!important;
	font-size: 1.5rem;
	font-weight: bold;
}

.step_list p {
	margin-bottom: 0;
	font-size: 1.125rem;
}



/* faq
----------------------------------------------------------- */

.faq_block {
	position: relative;
	padding: 15px 0 5px;
	border-bottom: 1px solid #8a8a8a;
	box-sizing: border-box;
}

.faq_block label {
	cursor: pointer;
	display: block;
	padding-left: 2.5em;
	padding-right: 20px;
	padding-bottom: 10px;
	z-index: 999999;
}
.faq_block label::before {
	position: absolute;
	content: 'Q';
	top: .3em;
	left: .2em;
	font-size: 1.5rem;
}

.faq_block label span {
	display: block;
}

/* アコーディオン */
.faq_block .txt {
	position: relative;
	opacity: 0;
	height: 0;
	margin: 0;
	padding-left: 2.5em;
	text-align: left;
	transition: 0.4s;
}
.faq_block .vibtn:checked ~ .txt {
	height: auto;
	opacity: 1;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid #FFF;
}
.faq_block .txt::before {
	position: absolute;
	content: 'A';
	top: .6em;
	left: .2em;
	font-size: 1.5rem;
}

/* アコーディオン用：チェックを隠す */
.faq_block .vibtn {
	position: absolute;
	visibility: hidden;
}

.faq_block .icon::before ,
.faq_block .icon::after {
	position: absolute;
	visibility: visible;
	content: '';
	top: 26px;
	right: 0;
	width: 20px;
	height: 0;
	border-top: 2px solid #333;
	z-index: 1;
}

.faq_block .icon::before {
	transform: rotate(90deg);
	transition: 0.4s;
}

.faq_block .vibtn:checked + .icon::before {
	transform: rotate(0);
}




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

 汎用CSS

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

/* テキスト関係 --------------------- */

.attention { /* 注意色(基本赤) */
	color: #CC0000;
}

.attentionB { /* 注意色(基本赤) */
	color: #CC0000;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.text_SS {
	font-size: 75%;
}

.text_S {
	font-size: 86%;
}

.text_L {
	font-size: 120%;
}

.text_LL {
	font-size: 145%;
}

.text_LLL {
	font-size: 180%;
}


/* テキスト位置設定 ---------------- */

.lp_contents p.center ,
.center {
	margin: auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


/* マージン関係 ------------------- */

.m0 {
	margin: 0;
}

.m10 {
	margin: 10px;
}

.mT10 {
	margin-top: 10px;
}

.mT20 {
	margin-top: 20px;
}

.mB5 {
	margin-bottom: 5px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB20 {
	margin-bottom: 20px;
}

.mR5 {
	margin-right: 5px;
}

.mR10 {
	margin-right: 10px;
}

.mR20 {
	margin-right: 20px;
}

.mL5 {
	margin-left: 5px;
}

.mL10 {
	margin-left: 10px;
}

.mL20 {
	margin-left: 20px;
}

.mRL10 {
	margin: auto 10px;
}

/*　パディング関係 ------------------ */
.p0 {
	padding: 0;
}

.p10 {
	padding: 10px;
}

.pT5 {
	padding-top: 5px;
}

.pT10 {
	padding-top: 10px;
}

.pB10 {
	padding-bottom: 10px;
}

.pR10 {
	padding-right: 10px;
}

.pL10 {
	padding-left: 10px;
}

.pB20 {
	padding-bottom: 20px;
}

.pRL10 {
	padding: auto 10px;
}

/* フロート関係 ------------------- */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear,
.clearBoth {
	clear: both;
}

.clearfix {
	/zoom : 1; /* IE6-7 */
}

.clearfix:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}


/* 画像関係
-----------------------------------------------------------*/

.figOne {
	margin-bottom: 40px;
}

.figLeft,
.figRight {
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}

.fig_list {
	margin: 0 -10px 20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fig_list li {
	flex-grow: 0;
	width: 33.33333%;
}

.fig_list li div {
	padding: 0 10px 20px;
}



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

 デバイス別

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

/*media Queries スマホ
-----------------------------------------------------------*/

@media only screen and (max-width: 768px) {
	.sp_hide ,
	.header_line ,
	.gnavi li {
		display: none;
	}
	.gnavi {
		max-width: 40%;
		margin-top: 0;
		margin-right: 0;
		padding-right: 45px;
	}
	.gnavi li.contact {
		display: block;
	}
	.gnavi li.contact a {
		background: rgb(106,189,118);
		background: linear-gradient(135deg, rgba(106,189,118,1) 0%, rgba(112,196,182,1) 100%);
		border-radius: 50vh;
		color: #FFF;
		font-size: .875rem;
	}
	.side {
		width: auto;
		margin-left: 0px;
	}
	.copy span {
		display: none;
	}

	/* main ////////////////////////// sp */
	/* single ------------------------ sp */
	/* page ////////////////////////// sp */
	/* lp01 -------------------------- sp */
	/* contact ----------------------- sp */
}



/*media Queries タブレット 〜 PCサイズ
-----------------------------------------------------------*/

@media only screen and (min-width: 769px) {
	.pc_hide ,
	.menu_btn_area {
		display: none;
	}
	.contents_wrapper {
		display: -webkit-flex;
		display: flex;
	}
	.contents_inner {
		padding: 60px 20px;
	}
	.header_wrapper {
		height: 124px;
	}
	.header_inner {
		padding: 15px 15px;
	}
	.header_inner .logo {
		max-width: 24%;
	}

	/* slim */
	.header_slim {
		box-shadow: 0 0 4px rgba(0,0,0,.2);
	}
	.header_slim .header_line {
		/*display: none;*/
		padding: 5px;
	}
	.header_slim .header_line h1 {
		font-size: .75rem;
	}
	.header_slim .header_inner {
		padding: 10px 15px;
	}
	.header_slim .header_inner .logo {
		width: 15%;
	}
	.header_slim .gnavi {
		margin-top: 0px;
	}
	
	.footer_inner {
		padding: 40px 15px;
	}
	.footer_main {
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.footer_main .footer_info {
		width: 280px;
		width: 28%;
		margin-bottom: 0;
		margin-right: 40px;
		text-align: left;
	}
	.footer_info .logo {
		width: 270px;
		margin: 0 0 5px;
	}
	.footer_main .fnavi_area {
		flex: 1;
	}
	.fnavi {
		font-size: .875rem;
		text-align: right;
	}
	.fnavi li {
		display: inline-block;
		margin-bottom: 0;
		padding-left: 1.5em;
	}

	/* opening ------------------------ pc */
	.opening01 .catch01 {
		font-size: 4rem;
	}
	.opening02 .catch02 {
		margin-bottom: 1.5em;
		font-size: 3rem;
	}
	.opening02 .logos {
		width: 500px;
	}

	/* main /////////////////////////// pc */
	.entryblock_list {
		margin: 0 -25px;
	}
	.entryblock_list li {
		width: 33.33333%;
	}
	.entryblock_list li > div {
		padding: 0 25px 50px;
	}
	.entryblock_list.works_list li > div {
		padding: 0 25px 20px;
	}
	.works_list .icon_box span ,
	.works_info .icon_box span {
		font-size: 1.125rem;
	}
	.works_list h2 {
		margin-bottom: 15px;
		font-size: 1.375rem;
	}
	
	.contents_title {
		margin-bottom: 60px;
		padding: 40px 0;
		font-size: 1.875rem;
	}
	.title_block h1 {
		font-size: 1.5rem;
	}
	.kanren_area .title_block h1 {
		font-size: 1.875rem;	
	}

	/* single ------------------------- pc */
	.image_iblock {
		width: 44%;
		width: auto;
	}

	/* works */
	.works_area {
		margin-bottom: 120px;
	}
	.works_info {
		margin-bottom: 40px;
	}
	
	/* page ////////////////////////// pc */
	/* index ------------------------- pc */
	/* cover */
	.cover {
		padding: 0;
	}
	.cover h1 {
		margin-bottom: 45px;
		font-size: 2.75rem;
	}
	.cover h2 {
		margin-right: 1em;
		padding: 10px 0;
		font-size: 1.125rem;
	}
	.cover .cover_text {
		margin-left: 0;
		padding-bottom: 4%;
	}
	.cover .cover_mock {
		margin-top: 20px;
		margin-left: 4%;
		margin-right: 0;
	}
	.cover .service_list {
		font-size: 1.125rem;
	}
	.cover .service_list li {
		display: inline-block;
	}

	/* works */
	.contents_worsk .catch01 {
		margin-bottom: 20px;
		padding: 6px 2em;
		font-size: 1.25rem;
	}
	.contents_worsk .title_block h1 {
		margin-bottom: 30px;
		font-size: 2.125rem;
	}

	/* function */
	.function_list {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -10px;
	}
	.function_list li {
		flex-grow: 0;
		width: 33.33333%;
	}

	/* about */
	.feature_list {
		font-size: 1.5rem;
	}
	.produce_logo_list {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 96%;
	}
	.produce_logo_list::before ,
	.produce_logo_list::after {
		width: 10%;
		left: 45%;
	}
	.produce_logo_list li {
		overflow: hidden;
		position: relative;
		width: 40%;
	}
	.produce_logo_list li:first-child {
		margin-bottom: 0;
	}
	
	/* faq */
	.faq_list li h2 {
		font-size: 1.5rem;
	}
	.faq_list li .txt {
		font-size: 1.125rem;
	}

	/* company ----------------------- pc */

	.tbl th ,
	.tbl td {
		padding: 25px 40px;
	}	

	/* lp01 -------------------------- pc */
	.price_wrap {
		margin: 0 auto 60px;
		padding: 40px 30px 10px;
		font-size: 1.375rem;
	}
	.price_wrap .price .attention {
		display: block;
		font-size: 1.125rem;
	}

	/* lp01 -------------------------- pc */
	.main_contents .cover_lp01.wide {
		margin-left: -50vw;
		margin-right: -50vw;
	}
	.content_box {
		padding: 40px 0;
	}
	.wide .content_box {
		padding: 40px 0;
	}
	.wide .content_box.bg {
		padding: 40px 50px;
	}
	.cover_lp01 h1 {
		margin-bottom: 20px;
		font-size: 1.75rem;
	}
	.line_fukidashi {
		padding: 40px 60px;
	}
	.content_box .line_fukidashi {
		margin: 0 -50px 30px;
	}
	.point_list {
		max-width: 640px;
		margin: 0 auto;
	}
	.point_list li div {
		margin: 0 15px;
	}
	.point_list li em {
		font-size: 1.125rem;
	}
	.bad_box .title_block h1 {
		font-size: 1.75rem;
	}
	.bad_block {
		margin-bottom: 50px;
	}
	.content_box.bad_box::after {
		bottom: -90px;
		margin-left: -380px;
		border-width: 90px 380px 0 380px;
	}
	.pnavi {
		max-width: 640px;
		margin: 0 auto;
	}
	.pnavi li {
		width: 33.33333%;
	}
	.pnavi li a ,
	.pnavi li em {
		padding: 25% 0;
		font-size: 1.25rem;
	}
	.function_box .title_block h1 {
		margin-bottom: 0;
		font-size: 1.75rem;
	}
	.function_box .inner {
		padding: 40px;
	}


	/* common //////////////////////// pc */
	.figLeft {
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.figRight {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 980px) and (min-width: 769px) {
	.cover h1 {
		font-size: 2.375rem;
	}
	.cover .service_list {
		margin-bottom: 35px;
		font-size: 1rem;
	}
}
