@charset "UTF-8";

/* サービスページ用のスタイルシート */

.text-center, .text_center {
	text-align: center;
}
.text-right, .text_right {
	text-align: right;
}
.text-left, .text_left {
	text-align: left;
}
.img_fit_w, .img_flex {
	display: block;
	max-width: 100%;
	min-height: auto;
}
.img_fit_h {
	display: block;
	height: 100%;
	min-width: auto;
}
.img_flex.inline, .img_fit_w.inline, .img_fit_h.inline {
	display: inline-block;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.serif {
	font-family: 'Noto Serif', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.cond {
	font-family: 'Barlow Condensed', sans-serif;
}
.desc {
	line-height: 1.9em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.ttl_ul {
	padding: 0 0 45px;
	margin: 0 0 75px;
	position: relative;
	line-height: 1;
	font-size: 2em;
}
.ttl_ul:after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
	background: #d35352;
}

/*
.bn_cta{
	display:inline-block;
	padding:26px 60px;
	position:relative;
	color:#fff !important;
	font-size:1.2em;
      font-weight:bold;
	vertical-align: middle;
	background:#d35352;
	border-radius:6px;
	line-height:1;
	box-shadow:2px 2px 0px 0px rgba(0,0,0,0.2);
	transition:background 0.2s ease 0s;
}
.bn_cta:after{
	display:block;
	content:'';
	position:absolute;
	top:50%;
	right:20px;
	width:7px;
	height:7px;
	margin-top:-6px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.bn_cta:hover{
	text-decoration:none;
	background:#ef6060;
	box-shadow:none;
}
*/


/*   .service_header
------------------------------------------------------------------- */

#content.content_service .service_header:not(.service_header_new) {
	padding: 85px;
	color: #fff !important;
	font-size: 1.7em;
}

/*   .service_header
------------------------------------------------------------------- */

#content.content_service {
	padding: 0;
	background-image: url(./service/img/bg_service_3.png), url(./service/img/bg_service.png);
	background-repeat: no-repeat, repeat-x;
	background-position: center top, center top;
	background-color: #32507d;
}
#content.content_service .service_header_new {
	display: flex;
	justify-content: space-between;
	position: relative;
	min-height: 510px;
	padding: 0;
}
.service_header_image {
	width: 50%;
	position: relative;
	background: url(./service/img/bg_service_header_consulting.jpg) no-repeat center center / cover;
}
.service_header#serivce_header_advertising .service_header_image {
	background: url(./service/img/bg_service_header_advertising.jpg) no-repeat center center / cover;
}
.service_header#serivce_header_webdesign .service_header_image {
	background: url(./service/img/bg_service_header_webdesign.jpg) no-repeat center center / cover;
}
.service_header#serivce_header_advertorial .service_header_image {
	background: url(./service/img/bg_service_header_advertorial.jpg) no-repeat center center / cover;
}
.service_header_body {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
	box-sizing: border-box;
	position: relative;
	padding: 30px 0 30px 5%;
	background: #c95353;
	color: #fff;
}
#content.content_service .service_header_body {
	padding: 30px 0 30px 8%;
}
.service_header_body_inner {
	display: flex;
	justify-content: flex-end;
	flex-flow: row-reverse;
	width: 100%;
	max-width: 260px;
}
.service_header_title {
	width: 50%;
	max-width: 34px;
	margin: 0 0 0 34px;
	position: relative;
}
.service_header_copy {
	width: 50%;
	max-width: 72px;
	margin: 0 0 0 34px;
	position: relative;
}
.service_header_desc {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.06em;
}
.service_header_desc p {
	margin: 3px 0 0 0.4em;
	position: relative;
	overflow: hidden;
	font-weight: lighter;
	/*opacity:0;*/
	font-feature-settings: normal;
}
.service_header_desc p:last-child {
	margin: 3px 0 0;
}
.service_header_title:after, .service_header_copy:after, .service_header_desc p:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #c95353;
	position: absolute;
	bottom: 0;
	left: 0;
}
.service_header_title, .service_header_title:after {
	transition: height 2s ease 0s, opacity 3s ease 0s;
}
.service_header_copy, .service_header_copy:after {
	transition: height 2s ease 1s, opacity 3s ease 1s;
}
.service_header_desc p, .service_header_desc p:after {
	transition: height 2s ease 2s, opacity 3s ease 2s;
}
.service_header.visible .service_header_title:after, .service_header.visible .service_header_copy:after, .service_header.visible .service_header_desc p:after {
	height: 0;
}
.service_header_rope {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.service_header_rope img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

/* Web集客コンサルティング
------------------------------------------------------------------- */
#service_header_consulting{
	.service_header_body_inner {
		max-width:unset;
	}
	.service_header_badge{
		max-width:120px;
		margin:0 15px 0 0;
		position:relative;
		top:-30px;
		opacity:0;
		transition: top 0.6s ease 3s, opacity 1s ease 3s;
	}
}
#service_header_consulting.visible{
	.service_header_badge{
		top:-10px;
		opacity:1;
	}
}
/*
#service_header_consulting{
	.service_header_body_inner {
		max-width:unset;
	}
	.service_header_subcopy p{
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding: 0.3em;
		margin: 0.2em 0 0;
		position: relative;
		overflow: hidden;
		font-weight: lighter;
		font-feature-settings: normal;
		line-height: 1.1em;
		font-size: 22px;
		background:#fff;
		color:#c95353;
		transition: height 1.5s ease 2s, opacity 2s ease 2s;
		&:after {
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			background: #c95353;
			position: absolute;
			bottom: 0;
			left: 0;
			transition: height 1.5s ease 2s, opacity 2s ease 2s;
		}
	}
	.service_header_desc {
		margin: 0 0.5em 0 0;
	}
	.service_header_desc p,
	.service_header_desc p:after {
		transition: height 2s ease 3s, opacity 3s ease 3s;
	}
}
#service_header_consulting.visible{
	.service_header_subcopy p{
		&:after {
			height: 0;
		}
	}
}
*/
/*   .service_intro
------------------------------------------------------------------- */

.service_intro_ribbon {
	width: 100%;
	position: absolute;
	top: -28px;
	left: 0;
	background: url(./service/img/bg_about_ribbon.png) no-repeat center center / 100%;
	z-index: 1;
}
.service_intro_ribbon img {
	width: 100%;
	max-width: 84px;
	margin: 0 auto;
}
#content.content_service .service_intro {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
#content.content_service .service_intro .service_intro_header {
	max-width: 90%;
	box-sizing: border-box;
	padding: 45px 0;
	margin: 0 auto 65px;
	border-bottom: solid 1px #ccc;
}
#content.content_service .service_intro .service_intro_header h1 {
	font-size: 2em;
	line-height: 1;
	vertical-align: middle;
}
#content.content_service .service_intro .service_intro_header h1 span {
	display: inline-block;
	font-size: 0.6em;
	position: relative;
	margin: 0 30px 0 0;
	top: -3px;
}
#content.content_service .service_intro .service_intro_header h1 span:after {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	position: absolute;
	right: -20px;
	top: -6px;
	background: #ccc;
}
#content.content_service .service_intro .service_intro_motive {
	width: 90%;
	box-sizing: border-box;
	padding: 80px 30px 0;
	margin: 0 auto 100px;
	position: relative;
	text-align: center;
	background: #fff;
}
#content.content_service .service_intro .service_intro_motive:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -50px;
	left: 50%;
	width: 35px;
	height: 35px;
	margin-left: -25px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#content.content_service .service_intro .service_intro_motive p {
	margin: 0 0 60px;
	font-weight: bold;
	font-size: 1.8em;
	letter-spacing: 0;
	color: #32507d;
}
#content.content_service .service_intro .service_intro_motive p strong {
	font-weight: inherit;
	color: #d35352;
}
#content.content_service .service_intro .service_intro_motive ul {
	display: inline-block;
	margin: 0;
}
#content.content_service .service_intro .service_intro_motive ul li {
	margin: 0 0 20px;
	padding: 0 0 20px 40px;
	box-sizing: border-box;
	border-bottom: solid 1px #eee;
	background: url(./service/img/icon_check.png) no-repeat 0 6px;
	font-weight: bold;
	font-size: 1.5em;
	color: #305caa;
	text-align: left;
}
#content.content_service .service_intro .service_intro_motive ul li:last-child {
	margin: 0;
	padding: 0 0 0 40px;
	border-bottom: none;
}
#content.content_service .service_intro .service_intro_motive ul li span {
	display: block;
	font-size: 0.6em;
	color: #666;
}
#content.content_service .service_intro h2 {
	margin: 0 auto 30px;
	line-height: 1.4em;
	font-size: 1.7em;
	font-weight: bold;
}
#content.content_service .service_intro h2 strong {
	color: #d35352;
}
#content.content_service .service_intro .desc {
	max-width: 870px;
	margin: 0 auto 40px;
}
#content.content_service .service_intro .service_nav {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 30px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: space-between;
	border-top: solid 1px #ccc;
}
#content.content_service .service_intro .service_nav a {
	display: block;
	position: relative;
	padding: 0 0 12px;
	flex-grow: 1;
	-ms-flex: 1 1 auto;
	text-align: center;
	border-right: solid 1px #ccc;
	color: #32507d;
	font-weight: bold;
	font-size: 0.9em;
}
#content.content_service .service_intro .service_nav a:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -7px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#content.content_service .service_intro .service_nav a:hover {
	color: #3f6499;
	text-decoration: none;
	opacity: 0.5;
}
#content.content_service .service_intro .service_nav a:last-child {
	border-right: none;
}

/*   .service_cta_banner
------------------------------------------------------------------- */

.service_cta_banner {
	padding: 50px 0 0;
}
.post-content .service_cta_banner {
	padding: 2em 0;
}
.service_cta_banner a {
	display: block;
	max-width: 850px;
	margin: 0 auto;
	position: relative;
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
}
.service_cta_banner a:hover {
	opacity: 0.7 !important;
}
.service_cta_banner a:hover img {
	opacity: 1 !important;
}
.service_cta_banner_hover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.4s ease 0s;
}
.service_cta_banner a:hover .service_cta_banner_hover {
	opacity: 1;
}

/*   .service_point
------------------------------------------------------------------- */

#content.content_service .service_box {
	padding: 75px 0;
}
#content.content_service #service_point {
	background: #efefef;
}
#content.content_service #service_point .service_point_list {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 65px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: space-between;
}
#content.content_service #service_point .service_point_list a {
	display: block;
	max-width: calc(100%/4);
	position: relative;
	padding: 0 20px 20px;
	box-sizing: border-box;
	flex-grow: 1;
	flex-shrink: 1;
	-ms-flex: 1 1 auto;
	border-right: solid 1px #ccc;
}
#content.content_service #service_point .service_point_list a:hover {
	text-decoration: none;
	opacity: 0.5;
}
#content.content_service #service_point .service_point_list a:last-child {
	border-right: none;
}
#content.content_service #service_point .service_point_list a:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 14px;
	height: 14px;
	margin-left: -10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#content.content_service #service_point .service_point_list .num {
	display: inline-block;
	margin: 0 0 16px;
	padding: 0 0 6px;
	font-size: 38px;
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 1;
	border-bottom: solid 2px #d35352;
	color: #d35352;
}
#content.content_service #service_point .service_point_list .subject {
	font-weight: bold;
	color: #484a4e;
}
#content.content_service #service_point .service_point_entry {
	display: table;
	table-layout: fixed;
	margin: 0 auto 40px;
	background: #fff;
}
#content.content_service #service_point .service_point_entry.last {
	margin: 0 auto 75px;
}
#content.content_service #service_point .service_point_entry .entry_num {
	display: table-cell;
	width: 94px;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
	background: #d35352;
	color: #fff;
	font-size: 44px;
	font-weight: 200;
	letter-spacing: 0.1em;
}
#content.content_service #service_point .service_point_entry .entry_text {
	display: table-cell;
	width: 60%;
	vertical-align: middle;
	padding: 40px 20px 40px 30px;
	box-sizing: border-box;
}
#content.content_service #service_point .service_point_entry .entry_text h2 {
	margin: 0 0 1em;
	line-height: 1.4em;
	font-weight: bold;
	font-size: 1.2em;
}
#content.content_service #service_point .service_point_entry .entry_text p {
	margin: 0;
	font-size: 0.9em;
}
#content.content_service #service_point .service_point_entry .entry_image {
	display: table-cell;
	vertical-align: middle;
	padding: 40px 10px;
	box-sizing: border-box;
	text-align: center;
}

/*   .service_case
------------------------------------------------------------------- */

#content.content_service #service_case {
	background: #f8e5e5;
}
#content.content_service #service_case .service_case_entry {
	margin: 0 auto 40px;
	background: #fff;
	text-align: left;
}
#content.content_service #service_case .service_case_entry .case_header, #content.content_service #service_case .service_case_entry .case_body {
	padding: 35px 4%;
	box-sizing: border-box;
}
#content.content_service #service_case .service_case_entry .case_header {
	background: #fff;
	border-bottom: solid 1px #f8e5e5;
}
#content.content_service #service_case .service_case_entry .case_header .cat {
	display: inline-block;
	margin: 0 0 15px;
	font-size: 1.6em;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #d35352;
}
#content.content_service #service_case .service_case_entry .case_header h2 {
	margin: 0 0 10px;
	font-size: 1.5em;
	font-weight: bold;
}
#content.content_service #service_case .service_case_entry .case_header .desc {
	margin: 0;
	line-height: 1.3em;
	font-weight: bold;
}
#content.content_service #service_case .service_case_entry .case_body .case_image {
	width: 37%;
	max-width: 416px;
}
#content.content_service #service_case .service_case_entry .case_body .case_text {
	width: 60%;
}
#content.content_service #service_case .service_case_entry .case_body .case_text p {
	font-size: 0.9em;
}
#content.content_service #service_case .service_case_entry .case_body .case_text p:last-child {
	margin: 0;
}
#content.content_service #service_case .service_case_entry .case_body .case_text h3 {
	margin: 0 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #d35352;
}
#content.content_service #service_case .service_case_entry .case_body .case_text ul {}
#content.content_service #service_case .service_case_entry .case_body .case_text li {
	margin: 0 0 5px;
	list-style: disc;
	list-style-type: disc;
	font-size: 0.95em;
}
#content.content_service #service_case .service_case_entry .case_body .case_point {
	padding: 0;
}
#content.content_service #service_case .service_case_entry .case_body .case_point li {
	padding: 0 0 0 1.3em;
	font-size: 1.05em;
	font-weight: bold;
	background: url(./lib/images/icon_box_check.svg) no-repeat center left / 1.1em;
	list-style-type: none;
}
.service_case_entry .case_voice_title {
	padding-top: 20px;
	margin: 20px 0 10px;
	border-top: solid 1px #ddd;
}
.service_case_entry .case_voice_title img {
	width: 100%;
	max-width: 410px;
	margin: 0 auto;
}
.service_case_entry .case_inner {
	margin: 0 0 15px;
	padding: 2em;
	position: relative;
	box-sizing: border-box;
	background: url(./service/img/img_case_quote_top.svg), url(./service/img/img_case_quote_bottom.svg);
	background-position: top 10px left 10px, bottom 10px right 10px;
	background-size: 50px;
	background-repeat: no-repeat;
	background-color: #fdf6f6;
	border-radius: 10px;
}
.service_case_entry .case_inner h3 {
	padding: 0 0 0 1.2em;
	background: url(./service/img/img_case_comment.svg) no-repeat center left / 1.1em;
}

/*   .service_plan
------------------------------------------------------------------- */

#content.content_service #service_plan {
	background: #efefef;
}
#content.content_service #service_plan .service_plan_table {
	margin: 0 auto 50px;
}
#content.content_service #service_plan .service_plan_table table {
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
	border: none;
	border-collapse: collapse;
	background: #fff;
}
#content.content_service #service_plan .service_plan_table td, #content.content_service #service_plan .service_plan_table th {
	box-sizing: border-box;
	padding: 20px;
	font-size: 0.9em;
	border: none;
	border-right: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
}
#content.content_service #service_plan .service_plan_table td:last-child, #content.content_service #service_plan .service_plan_table th:last-child {
	border-right: none;
}
#content.content_service #service_plan .service_plan_table th {
	text-align: center;
	font-weight: bold;
	background: #fafafa;
}
#content.content_service #service_plan .service_plan_table td.plan_name {
	width: 25%;
	font-weight: bold;
	text-align: center;
}
#content.content_service #service_plan .service_plan_table td.plan_price {
	width: 25%;
	text-align: center;
	font-size: 1.2em;
	line-height: 1;
}
#content.content_service #service_plan .service_plan_table td.plan_price .cond {
	display: inline-block;
	font-size: 42px;
	margin-left: 0.1em;
	letter-spacing: 0.1em;
	position: relative;
	top: 2px;
}
#content.content_service #service_plan .service_plan_table td.plan_price .notice {
	font-size: 10px;
	vertical-align: top;
}
#content.content_service #service_plan .service_plan_table .notice {
	font-size: 0.8em;
	line-height: 1;
}
#content.content_service #service_plan .info {
	margin: 0 auto 50px;
	font-weight: bold;
	font-size: 1.1em;
}

/*   .service_step
------------------------------------------------------------------- */

#content.content_service #service_step {
	background: #f8e5e5;
}
#content.content_service #service_step .service_step_set {
	margin: 0 auto 60px;
}
#content.content_service #service_step .service_step_entry {
	display: table;
	width: 100%;
	/*max-width:1060px;*/
	table-layout: fixed;
	margin: 0 auto 70px;
	position: relative;
	background: #fff;
}
#content.content_service #service_step .service_step_entry:last-child {
	margin: 0 auto;
}
#content.content_service #service_step .service_step_entry:not(:last-child):after {
	display: block;
	content: '';
	position: absolute;
	bottom: -40px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -21px;
	border-right: 1px solid #d35352;
	border-bottom: 1px solid #d35352;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#content.content_service #service_step .service_step_entry .step_header, #content.content_service #service_step .service_step_entry .step_body {
	display: table-cell;
	padding: 40px;
	vertical-align: middle;
	box-sizing: border-box;
}
#content.content_service #service_step .service_step_entry p:last-child {
	margin: 0;
}
#content.content_service #service_step .service_step_entry .step_header {
	width: 38%;
	background: #fbf1f1;
	border-right: solid 1px #f8e5e5;
}
#content.content_service #service_step .service_step_entry .step_header .num {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 1.5em;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #d35352;
}
#content.content_service #service_step .service_step_entry .step_header .title {
	font-size: 1.05em;
	font-weight: bold;
}
#content.content_service #service_step .service_step_entry .step_body p {
	font-size: 0.9em;
}

/*   .service_faq
------------------------------------------------------------------- */

#content.content_service #service_faq {
	background: #efefef;
}
#content.content_service #service_faq .service_faq_entry {
	max-width: 1024px;
	margin: 0 auto 50px;
	background: #fff;
}
#content.content_service #service_faq .service_faq_entry .faq_Q, #content.content_service #service_faq .service_faq_entry .faq_A {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#content.content_service #service_faq .service_faq_entry .faq_Q {
	border-bottom: solid 1px #efefef;
}
#content.content_service #service_faq .service_faq_entry .faq_A {
	background: #fbf1f1;
}
#content.content_service #service_faq .service_faq_entry .faq_Q .title, #content.content_service #service_faq .service_faq_entry .faq_A .title {
	display: table-cell;
	width: 80px;
	padding: 20px 0;
	margin: 0;
	vertical-align: top;
	text-align: center;
	font-size: 1.5em;
}
#content.content_service #service_faq .service_faq_entry .faq_Q h2, #content.content_service #service_faq .service_faq_entry .faq_A .desc {
	display: table-cell;
	padding: 20px 20px 20px 0;
	margin: 0;
	vertical-align: top;
}
#content.content_service #service_faq .service_faq_entry .faq_Q .title {
	vertical-align: middle;
}
#content.content_service #service_faq .service_faq_entry .faq_Q h2 {
	vertical-align: middle;
	font-weight: bold;
}
#content.content_service #service_faq .service_faq_entry .faq_A .title {
	color: #d35352;
}
#content.content_service #service_faq .service_faq_entry .faq_A .desc {
	font-size: 0.9em;
}
#content.content_service #service_faq .info {
	margin: 0 auto 50px;
	font-weight: bold;
	font-size: 1.1em;
}

/*   .service_push
------------------------------------------------------------------- */

#content.content_service #service_push {
	background: #f8e5e5;
}
#content.content_service #service_push .text {
	margin: 0 auto 50px;
}
#content.content_service #service_push .text p {
	display: inline-block;
	width: 100%;
	max-width: 980px;
	text-align: left;
	font-size: 0.95em;
}

/*   .service_relation
------------------------------------------------------------------- */

#content.content_service #service_relation {
	background: #fafafa;
}
#content.content_service #service_relation .ttl_ul {
	padding: 0;
	margin: 0 0 45px;
}
#content.content_service #service_relation .ttl_ul:after {
	display: none;
}
#content.content_service #service_relation .relation_entry {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-around;
}
#content.content_service #service_relation .relation_entry .link_card {
	width: 48%;
	background: #fff;
}

/*   .service_book
------------------------------------------------------------------- */

#content.content_service #service_book, #footer #service_book {
	padding: 45px 0 20px;
	background: url(./service/img/bg_book.png) repeat-x center top #fff;
	background-size: 100% 280px;
}
#footer #service_book .wrap {
	padding: 0;
}
#service_book a {
	display: block;
}

/*   .service_bottom_nav
------------------------------------------------------------------- */

#content.content_service #service_bottom_nav, #footer #service_bottom_nav {
	padding: 75px 0;
	background-image: url(./service/img/bg_service_3.png), url(./service/img/bg_bottom_nav.png);
	background-repeat: no-repeat, repeat-x;
	background-position: center bottom, center bottom;
	background-color: #32507d;
}
#footer #service_bottom_nav .wrap {
	padding: 0;
}
#service_bottom_nav .ttl_ul, #service_bottom_nav .ttl_ul {
	margin: 0 0 60px;
	padding: 0;
	color: #fff;
}
#service_bottom_nav .ttl_ul:after {
	display: none;
}
#service_bottom_nav .service_nav {
	width: 100%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: space-between;
}
#service_bottom_nav .service_nav a {
	display: block;
	position: relative;
	padding: 6px 10px;
	box-sizing: border-box;
	flex-grow: 1;
	-ms-flex: 1 1 auto;
	text-align: center;
	border-right: solid 1px #ccc;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}
#service_bottom_nav a:hover {
	text-decoration: none;
	opacity: 0.5;
}
#service_bottom_nav a:last-child {
	border-right: none;
}
#service_bottom_nav .service_nav a span {
	display: block;
	margin: 12px 0 0 0;
	font-size: 0.75em;
	font-weight: normal;
}

/*   .service_list
------------------------------------------------------------------- */

#content.content_service #service_list {
	padding: 60px 20px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #fff;
	/*border-bottom:solid 60px #32507d;*/
}
#content.content_service #service_list .service_entry {
	display: table;
	width: 100%;
	max-width: 980px;
	padding: 0 0 60px;
	margin: 0 auto 60px;
	border-bottom: solid 1px #ccc;
}
#content.content_service #service_list .service_entry:last-child {
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
}
#content.content_service #service_list .service_entry figure {
	display: table-cell;
	width: 320px;
	vertical-align: middle;
}
#content.content_service #service_list .service_entry figure a {
	display: inline-block;
	width: 100%;
}
#content.content_service #service_list .service_entry figure a:hover {
	opacity: 0.5;
}
#content.content_service #service_list .service_entry figure img {
	vertical-align: middle;
}
#content.content_service #service_list .service_entry .text {
	display: table-cell;
	vertical-align: middle;
}
#content.content_service #service_list .service_entry .text h2 {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 1.6em;
}
#content.content_service #service_list .service_entry .text .desc {
	margin: 0 0 1.5em;
	font-size: 0.9em;
}
#content.content_service #service_list .service_entry .text .bn_cta {
	padding: 18px 60px;
	font-size: 1em;
}

/* mobile
----------------------------------------------------- */

@media screen and ( max-width: 767px) {
	.ttl_ul {
		padding: 0 0 30px;
		margin: 0 0 40px !important;
		font-size: 1.5em;
	}
	.ttl_ul:after {
		width: 60px;
		margin-left: -30px;
	}
	.bn_cta {
		display: block;
		padding: 20px 0;
		font-size: 1em;
	}
	.bn_cta:after {
		right: 16px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	#content.content_service .wrap {
		width: 90%;
		margin: 0 5%;
		/*background: #fff;*/
	}
	/*   .service_header
      ------------------------------------------------------------------- */
	#content.content_service {
		background-size: 120%, auto;
	}
	#content.content_service .service_header:not(.service_header_new) {
		padding: 45px;
	}
	/*
      #content.content_service .service_header h1{
            margin:0;
      }
		*/
	/*   .service_header
      ------------------------------------------------------------------- */
	#content.content_service .service_header_new {
		display: block;
		min-height: 0;
		background: #fff;
	}
	.service_header_image {
		width: 100%;
		height: 170px;
	}
	.service_header_body, #content.content_service .service_header_body {
		display: block;
		width: 100%;
		padding: 30px 5% 45px;
		/*background:url(./service/img/img_header_rope.png) no-repeat top center / 100px #c95353;*/
	}
	.service_header_body_inner {
		display: flex;
		justify-content: center;
		flex-flow: row-reverse;
		max-width: 100%;
	}
	.service_header_title {
		margin: 0 0 0 20px;
	}
	.service_header_copy {
		max-width: 53px;
		margin: 0 0 0 24px;
	}
	.service_header_desc {
		font-size: 24px;
	}
	.service_header_rope {
		top: 170px;
	}
	.service_header_rope img {
		max-width: 200px;
	}
	/*   .service_intro
      ------------------------------------------------------------------- */
	.service_intro_ribbon {
		top: -20px;
	}
	.service_intro_ribbon img {
		max-width: 60px;
	}
	#content.content_service .service_intro {
		width: 100%;
		margin: 0 auto;
	}
	#content.content_service .service_intro .service_intro_header {
		padding: 25px 0;
		margin: 0 auto 30px;
	}
	#content.content_service .service_intro .service_intro_header h1 {
		font-size: 1.5em;
	}
	#content.content_service .service_intro .service_intro_header h1 span {
		display: block;
		text-align: center;
		margin: 0 0 10px 0;
		top: 0;
	}
	#content.content_service .service_intro .service_intro_header h1 span:after {
		display: none;
	}
	#content.content_service .service_intro .service_intro_motive {
		max-width: 100%;
		box-sizing: border-box;
		padding: 30px 0;
		margin: 0 auto 60px;
		border: none;
	}
	#content.content_service .service_intro .service_intro_motive:after {
		bottom: -30px;
	}
	#content.content_service .service_intro .service_intro_motive p {
		margin: 0 0 20px;
		font-size: 1.1em;
	}
	#content.content_service .service_intro .service_intro_motive p span {
		padding: 12px 20px;
		line-height: 1.3em;
		font-size: 1em;
	}
	#content.content_service .service_intro .service_intro_motive ul {
		max-width: 100%;
		padding: 0;
	}
	#content.content_service .service_intro .service_intro_motive ul li {
		margin: 0 0 10px;
		padding: 0 0 10px 40px;
		font-size: 1em;
		line-height: 1.5em;
	}
	#content.content_service .service_intro .service_intro_motive ul li span {
		margin: 4px 0 0;
		font-size: 0.8em;
	}
	#content.content_service .service_intro h2 {
		padding: 0 5%;
		font-size: 1.1em;
	}
	#content.content_service .service_intro .desc {
		max-width: 100%;
		padding: 0 5%;
		margin: 0 auto 30px;
		font-size: 0.9em;
	}
	#content.content_service .service_intro .service_nav {
		display: block;
		width: 100%;
		padding: 0 5%;
		border-top: solid 1px #ccc;
	}
	#content.content_service .service_intro .service_nav a {
		display: block;
		text-align: left;
		position: relative;
		padding: 12px 0;
		flex-grow: 0;
		border-right: none;
		border-bottom: solid 1px #ccc;
	}
	#content.content_service .service_intro .service_nav a:after {
		bottom: 18px;
		left: auto;
		right: 3px;
		margin-left: 0;
	}
	#content.content_service .service_intro .service_nav a:last-child {
		border-bottom: none;
	}
	/*   .service_cta_banner
	------------------------------------------------------------------- */
	.service_cta_banner {
		padding: 30px 0 0;
	}
	.service_cta_banner a {
		max-width: 90%;
		margin: 0 auto;
	}
	.post-content .service_cta_banner {
		padding: 1.5em 0;
	}
	.post-content .service_cta_banner a {
		max-width: 100%;
	}
	/*   .service_point
      ------------------------------------------------------------------- */
	#content.content_service .service_box {
		padding: 40px 0;
	}
	#content.content_service #service_point .service_point_list {
		display: block;
		padding: 0;
		margin: 0 auto 40px;
	}
	#content.content_service #service_point .service_point_list a {
		display: table;
		max-width: 100%;
		width: 100%;
		padding: 15px 0;
		border-right: none;
		border-bottom: solid 1px #ccc;
	}
	#content.content_service #service_point .service_point_list a:first-child {
		padding-top: 0;
	}
	#content.content_service #service_point .service_point_list a:last-child {
		border-bottom: none;
	}
	#content.content_service #service_point .service_point_list a:after {
		display: none;
	}
	#content.content_service #service_point .service_point_list .num {
		display: table-cell;
		vertical-align: middle;
		width: 40px;
		margin: 0;
		font-size: 30px;
		text-align: center;
	}
	#content.content_service #service_point .service_point_list .subject {
		display: table-cell;
		vertical-align: middle;
		width: calc(100% - 50px);
		padding-left: 10px;
		font-size: 0.9em;
		line-height: 1.4em;
	}
	#content.content_service #service_point .service_point_entry {
		display: block;
		margin: 0 auto 30px;
	}
	#content.content_service #service_point .service_point_entry.last {
		margin: 0 auto 40px;
	}
	#content.content_service #service_point .service_point_entry .entry_num {
		display: inline-block;
		width: auto;
		padding: 10px;
		margin: 0 0 15px;
		font-size: 25px;
	}
	#content.content_service #service_point .service_point_entry .entry_text {
		display: block;
		width: 100%;
		padding: 0 5%;
		margin: 0 auto 15px;
	}
	#content.content_service #service_point .service_point_entry .entry_text h2 {
		margin: 0 0 1em;
		font-size: 1em;
	}
	#content.content_service #service_point .service_point_entry .entry_image {
		display: block;
		max-width: 155px;
		margin: 0 auto;
		padding: 0 0 15px;
	}
	/*   .service_case
      ------------------------------------------------------------------- */
	#content.content_service #service_case .service_case_entry {
		margin: 0 auto 30px;
	}
	#content.content_service #service_case .service_case_entry .case_header, #content.content_service #service_case .service_case_entry .case_body {
		padding: 20px 15px;
	}
	#content.content_service #service_case .service_case_entry .case_header .cat {
		margin: 0 0 10px;
		font-size: 1.2em;
	}
	#content.content_service #service_case .service_case_entry .case_header h2 {
		font-size: 1em;
		line-height: 1.4em;
	}
	#content.content_service #service_case .service_case_entry .case_header .desc {
		font-size: 0.8em;
	}
	#content.content_service #service_case .service_case_entry .case_body .case_image {
		width: 100%;
		margin: 0 auto 15px;
		float: none;
	}
	#content.content_service #service_case .service_case_entry .case_body .case_text {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	#content.content_service #service_case .service_case_entry .case_body .case_text p {
		font-size: 0.9em;
	}
	#content.content_service #service_case .service_case_entry .case_body .case_text h3 {
		font-size: 1em;
	}
	#content.content_service #service_case .service_case_entry .case_body .case_text li {
		font-size: 0.9em;
		line-height: 1.3em;
	}
	#content.content_service #service_case .service_case_entry .case_body .case_point {
		margin: 0 0 1em;
	}
	#content.content_service #service_case .service_case_entry .case_body .case_point li {
		margin: 0;
	}
	.service_case_entry .case_voice_title {
		padding-top: 20px;
		margin: 0 0 10px;
	}
	.service_case_entry .case_voice_title img {
		width: 80%;
	}
	.service_case_entry .case_inner {
		padding: 1.1em;
		background-size: 30px;
	}
	.service_case_entry .case_inner p:not(:last-child), .service_case_entry .case_inner ul:not(:last-child) {
		margin: 0 0 1em;
	}
	.service_case_entry .case_inner h3 {
		padding: 0 0 0 1.3em;
		line-height: 1.2em;
		font-size: 1.1em !important;
		background: url(./service/img/img_case_comment.svg) no-repeat center left / 1.1em;
	}

	/*   .service_plan
      ------------------------------------------------------------------- */
	#content.content_service #service_plan .service_plan_table {
		margin: 0 auto 40px;
	}
	#content.content_service #service_plan .service_plan_table table {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 0 5px;
	}
	#content.content_service #service_plan .service_plan_table tbody {
		display: block;
		width: 100%;
	}
	#content.content_service #service_plan .service_plan_table tr {
		display: block;
		width: 100%;
		padding: 20px 15px;
		box-sizing: border-box;
		border-bottom: solid 1px #efefef;
	}
	#content.content_service #service_plan .service_plan_table tr:first-child, #content.content_service #service_plan .service_plan_table th {
		display: none;
	}
	#content.content_service #service_plan .service_plan_table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		font-size: 0.8em;
		border: none;
		border-right: none;
		border-bottom: none;
	}
	#content.content_service #service_plan .service_plan_table td.plan_name {
		width: 100%;
		margin: 0 0 10px;
		font-size: 1em;
		text-align: left;
	}
	#content.content_service #service_plan .service_plan_table td.plan_desc {
		width: 100%;
		margin: 0 0 10px;
	}
	#content.content_service #service_plan .service_plan_table td.plan_price {
		width: 100%;
		padding: 5px 0 8px;
		background: #fafafa;
	}
	#content.content_service #service_plan .service_plan_table td.plan_price .cond {
		font-size: 38px;
	}
	#content.content_service #service_plan .service_plan_table td.plan_price .notice {
		font-size: 9px;
		position: relative;
		top: 6px;
		right: 6px;
	}
	#content.content_service #service_plan .service_plan_table .notice {
		font-size: 0.7em;
	}
	#content.content_service #service_plan .info {
		margin: 0 auto 40px;
		font-size: 0.9em;
	}
	/*   .service_step
      ------------------------------------------------------------------- */
	#content.content_service #service_step .service_step_set {
		margin: 0 auto 40px;
	}
	#content.content_service #service_step .service_step_entry {
		display: block;
		margin: 0 auto 50px;
	}
	#content.content_service #service_step .service_step_entry:not(:last-child):after {
		bottom: -30px;
		width: 20px;
		height: 20px;
		margin-left: -15px;
	}
	#content.content_service #service_step .service_step_entry .step_header, #content.content_service #service_step .service_step_entry .step_body {
		display: block;
		width: 100%;
		padding: 15px;
		vertical-align: middle;
		box-sizing: border-box;
	}
	#content.content_service #service_step .service_step_entry .step_header {
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #f8e5e5;
	}
	#content.content_service #service_step .service_step_entry .step_header .num {
		font-size: 1.2em;
	}
	#content.content_service #service_step .service_step_entry .step_header .title {
		font-size: 1em;
	}
	/*   .service_faq
      ------------------------------------------------------------------- */
	#content.content_service #service_faq .service_faq_entry {
		margin: 0 auto 40px;
	}
	#content.content_service #service_faq .service_faq_entry .faq_Q .title, #content.content_service #service_faq .service_faq_entry .faq_A .title {
		width: 50px;
		padding: 15px 0;
		font-size: 1.2em;
	}
	#content.content_service #service_faq .service_faq_entry .faq_Q h2, #content.content_service #service_faq .service_faq_entry .faq_A .desc {
		padding: 15px 15px 15px 0;
	}
	#content.content_service #service_faq .service_faq_entry .faq_Q h2 {
		line-height: 1.3em;
		font-size: 0.95em;
	}
	#content.content_service #service_faq .info {
		margin: 0 auto 40px;
		font-size: 0.9em;
	}
	/*   .service_push
	------------------------------------------------------------------- */
	#content.content_service #service_push .text {
		margin: 0 auto;
	}
	/*   .service_relation
	------------------------------------------------------------------- */
	#content.content_service #service_relation .ttl_ul {
		padding: 0;
		margin: 0 0 45px;
	}
	#content.content_service #service_relation .relation_entry {
		display: block;
	}
	#content.content_service #service_relation .relation_entry .link_card {
		width: 100%;
		margin: 0 auto 10px;
	}
	/*   .service_book
      ------------------------------------------------------------------- */
	#content.content_service #service_book, #footer #service_book {
		padding: 20px 0;
		background: url(./service/img/bg_book.png) repeat-x center top #fff;
		background-size: 100% 50%;
	}
	#service_book a img {
		width: 100%;
		max-width: 100%;
	}
	/*   .service_bottom_nav
      ------------------------------------------------------------------- */
	#content.content_service #service_bottom_nav, #footer #service_bottom_nav {
		padding: 40px 0;
		background-image: url(./service/img/bg_service_3_sp.png), url(./service/img/bg_bottom_nav.png);
		background-size: contain, auto;
		background-repeat: no-repeat, repeat-x;
		background-position: center top, center bottom;
		background-color: #32507d;
	}
	#footer #service_bottom_nav .wrap {
		padding: 0 5%;
		margin: 0;
	}
	#service_bottom_nav .ttl_ul {
		margin: 0 0 20px !important;
		padding: 0;
	}
	#service_bottom_nav .service_nav {
		width: 100%;
		display: block;
	}
	#service_bottom_nav .service_nav a {
		padding: 15px 0;
		text-align: left;
		border-right: none;
		border-bottom: solid 1px #ccc;
		font-size: 0.9em;
	}
	#service_bottom_nav a:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	#service_bottom_nav .service_nav a span {
		margin: 2px 0 0 0;
	}
	/*   .service_list
	------------------------------------------------------------------- */
	#content.content_service #service_list {
		padding: 20px 5% 30px;
		/*border-bottom:solid 40px #32507d;*/
	}
	#content.content_service #service_list .service_entry {
		display: block;
		padding: 0 0 30px;
		margin: 0 auto 20px;
	}
	#content.content_service #service_list .service_entry:last-child {
		margin: 0 auto;
		padding: 0;
		border-bottom: none;
	}
	#content.content_service #service_list .service_entry figure {
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}
	#content.content_service #service_list .service_entry .text {
		display: block;
		width: 100%;
	}
	#content.content_service #service_list .service_entry .text h2 {
		margin: 0 0 15px;
		font-size: 1.2em;
		text-align: center;
	}
	#content.content_service #service_list .service_entry .text .desc {
		margin: 0 0 1em;
	}
	#content.content_service #service_list .service_entry .text .bn_cta {
		text-align: center;
	}
}