@charset "utf-8";

/*===================================================================

	001. common

===================================================================*/
.title{
	background: url(../../images/service_title_bg.jpg) no-repeat center center / cover;
}


.cont{
	padding-top: 65px;
}

.sect-title.service-title{
	font-size: 36px;
	margin-bottom: 58px;
}

.sect-title__trans.service-title{
	font-size: 22px;
	margin-top: 30px;
	font-family: "Roboto";
	font-weight: normal;
}

.text.read{
	line-height: 1.74;
	text-align: left;
}

.subread-box{
	text-align: left;
}

.square-button.short{
	min-width: 125px;
}

h2:not(.page-title){
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	display: flex;
	align-items: center;
	height: 56px;
	background: #FFF2F2;
	border-left: 8px solid #FFD9D9;
	padding-left: 25px;
	margin-bottom: 20px;
}

h3:not(.sect-title){
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin-bottom: 1em;
}

h4{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 1em;
	line-height:36px;
}

h5{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 1em;
	line-height:30px;
}

h6{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 1em;
}

p{
	font-size: 14px;
	line-height: 1.74;
	margin-bottom: 1em;
}

.section h4 {
	margin-bottom: 30px;
	font-size: 28px;
	text-align: center;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	display: block;
	margin-left: 0;
	margin-right: auto;
}
.alignright {
	display: block;
	margin-left: auto;
	margin-right: 0;
}

.service-body {
	width: 100%;
}

.sect-subtitle {
	text-align: center;
}

.eyecatch:empty{
	display: none;
}

.eyecatch{
	width: 71.6%;
	margin: 0 auto 80px;
	max-width: 788px;
}

.eyecatch img{
	/* width: 100%; */
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

p{
	font-size: 14px;
}

/*===================================================================

	002. service__desc

===================================================================*/


.service__desc{
	/* text-align: center; */
}

.gray.section{
	padding: 40px 0 75px;
}

.gray.section .sect-subtitle{
	margin-bottom: 55px;
	text-align: center;
}

.carousel-cont {
	position: relative;
}

.carousel-cont:not(.slick-initialized) {
	display: flex;
	justify-content: center;
}

.slick-list,
.slick-track {
	display: flex;
}

.slick-arrow {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	margin: auto 0;
	cursor: pointer;
	transition: .5s;
}

.slick-arrow:hover{
	opacity: .5;
}

.prev-arrow {
	left: 0;
}

.next-arrow {
	right: 0;
}

.slick-slide {
	margin-right: 20px;
}

.carousel-inner {
	min-width: auto;
	width: 250px;
	/* width: 24%; */
	/* display: flex; */
	/* flex-direction: column; */
	background-color: #fff;
	padding-bottom: 18px;
}
.carousel-inner.slick-slide {
	min-width: 250px;
	width: auto;
	background-color: #fff;
	padding-bottom: 18px;
	outline: none;
}

.carousel-cont:not(.slick-initialized) .carousel-inner:not(:last-of-type) {
	margin-right: 20px;
}

.carousel-inner .inner-thumb{
	min-height: 0%;
}

.carousel-inner .inner-thumb img {
	width: 100%;
}

.carousel-inner .inner-title,
.carousel-inner .text.small {
	padding: 18px 16px 0;
	text-align: left;
	margin: 0;
}

.carousel-inner .inner-title{
	font-size: 16px;
}

.service-cont{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.service-list{
	width: 31%;
	border: 1px solid #707070;
	position: relative;
	padding: 35px 10px;
	min-height: 280px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 50px;
	font-size: 14px;
	margin-right: 3.5%;
}

.service-list:nth-child(3n){
	margin-right: 0;
}

.other_carousel {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.other-service-list{
	/* width: 340px; */
	width: 230px;
	border: 1px solid #707070;
	position: relative;
	height: 160px;
	transition: .5s;
	margin: 10px;
}
.other_carousel h4 {
	font-size: 18px;
	line-height: 24px;
}

@media (max-width:768px) {
	.other-service-list{
		width: 250px;
	}
}

/* .other-service-list::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 32px;
  border-color: transparent transparent #707070 transparent;
  position: absolute;
  right: -3px;
  bottom: -3px;
  z-index: 3;
} */

.other-service-list > a {
	width: 100%;
	height: 100%;
	padding: 20px 15px;
	display: block;
}

.other-service-list a .service__img {
	height: 72px;
	width: auto;
	max-width: none;
	margin: 0 auto 10px auto;
}

.other_carousel .next-arrow {
	right: -60px;
}
.other_carousel .prev-arrow {
	left: -60px;
}

.service__img{
	display: block;
	max-width: 88px;
	margin-bottom: 20px;
}

.service-list .sect-subtitle{
	font-size: 18px;
	text-align: center;
	line-height: 1.74;
	margin-bottom: 10px;
	width: 100%;
}

.service-list .sect-subtitle + .text{
	margin-top: 0;
	width: 100%;
	text-align: center;
}

.catalog {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	padding: 32px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 14px;
}

.section.catalog {
	margin-bottom: 40px;
}

.catalog .sect-subtitle {
	margin-right: 90px;
	font-size: 24px;
	white-space: nowrap;
}

.catalog dt.text + dd.text {
	margin-top: 0;
}

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

/*===================================================================

	003. relation

===================================================================*/

.relation-cont {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.relation-inner {
	width: calc((100% - 40px) / 3);
	transition: .5s;
	margin-right: 1.175%;
	max-width: 355px;
}

@media screen and (max-width: 930px){
	.relation-inner{
		width: 32.727%;
	}
	.relation-inner .text{
		font-size: 12px;
	}

	.inner-info .square-button{
		min-width: 200px;
		padding: 0 1.25em;
	}
}

@media screen and (max-width: 870px){
	.relation-inner{
		width: 33.16%;
		margin-right: .25%;
	}

	.inner-info .square-button{
		padding: 0;
		min-width: 180px;
	}
}

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

	.relation-cont{
		justify-content: space-between;
	}
	.relation-inner{
		width: 50%;
	}
}

.relation-inner:nth-of-type(3n){
	margin-right: 0;
}

.relation-inner:hover{
	opacity: .5;
}

.relation-inner a{
	display: block;
}

.relation-inner .inner-thumb {
	width: 100%;
	height: auto;
	border: 1px solid #c3c3c3;
}

.inner-info {
	margin-top: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inner-info .text+.text {
	margin: 0;
}

.relation-inner  .inner-info+.text {
	margin-top: 30px;
}

/*===================================================================

	004. free area

===================================================================*/

.free-area{
	/* text-align: left; */
}

.free-area h2{
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	display: flex;
	align-items: center;
	height: 56px;
	background: #FFF2F2;
	border-left: 8px solid #FFD9D9;
	padding-left: 25px;
	margin-bottom: 20px;
}

.free-area h3{
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin-bottom: 1em;
}

.free-area h4{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 1em;
}

.free-area h5{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1em;
}

.free-area h6{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 1em;
}

.free-area p{
	font-size: 14px;
	line-height: 1.74;
	margin-bottom: 1em;
}

.free-area ul{
	margin: 0 auto 1em;
	text-align: left;
}

.free-area ul > li::before {
	content: "ãƒ»";
}

.free-area ul li{
	margin-bottom: .5em;
}

.free-area table{
	table-layout: fixed;
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 0 auto 1em;
}

.free-area tr th, .free-area tr td{
	padding: 10px;
	border: 1px solid #000;
}

.free-area a{
	text-decoration: underline;
}

.free-area b{
	font-weight: bold;
}

.free-area .text.read + .text,
.free-area .text + .text {
	margin-top: 0;
}

.free-area .text.read + .text {
	font-size: 18px;
	letter-spacing: .07em;
	display: block;
}

.free-area img {
	width: auto;
	max-width: 100%;
}

.free-area:empty{
	display: none;
}

/*===================================================================

	005. reason

===================================================================*/

.reason > ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 65px;
}

.reason > ul > li{
	width: 49.2%;
	position: relative;
}

.reason > ul > li > h5{
	color: #fff;
	background: #000;
	padding: 10px 25px;
	display: inline;
	position: absolute;
	font-size: 24px;
	font-weight: normal;
}

.reason > ul > li > div{
	border: 1px solid #000;
	padding: 25px 15px;
	height: 110px;
	font-size: 14px;
	width: calc(100% - 20px);
	margin: 35px 0 20px auto;
}

@media screen and (max-width: 925px){
	.reason > ul > li > div{
		font-size: 12px;
	}
}

@media screen and (max-width: 890px){
	.reason > ul > li > h5{
		font-size: 20px;
	}
}





.price__list{
	display: flex;
	justify-content: space-between;
}

.price__list >li {
	width: 18.18%;
	max-width: 200px;
	background: #fff;
}

.price__list >li >h5{
	background: #0A3458;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	height: 55px;
}

.price__month{
	font-size: 18px;
	color: #0872C2;
	font-weight: bold;
	text-align: center;
}

.price__month::before{
	display: inline-block;
	content: "month";
	background: #E1E1E3;
	color: #214667;
	margin: 15px auto;
	font-size: 10px;
	padding: 0 5px;
}

.price__month .min::before, .price__month .max::before{
	content: "Â¥";
}

.price__month .vertical{
	writing-mode: vertical-rl;
	color: #000;
	font-size: 12px;
}

.price__month span{
	margin: 0 auto;
	display: block;
}

.price__cont{
	padding: 0 10px 25px;
}



.gray__cont{
	display: flex;
	flex-wrap: wrap;
}

.gray__list{
	margin-bottom: 30px;
	padding: 35px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc((100% / 3) - 15px);
}

.gray__list:nth-of-type(3n-1){
	margin: 0 20px 30px;
}

.gray__img{
	width: 40%;
	max-width: 142px;
	margin-bottom: 40px;
}

.gray__img img{
	width: 100%;
	display: block;
}

.gray__list >h5{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 30px;
}

.recommend{
	width: 100%;
	border: 2px solid #707070;
	padding: 45px 55px;
}

.recommend > h5{
	font-size: 28px;
	margin-bottom: 50px;
}

.recommend >ul >li{
	background: url(../../images/service/recommend__img1.svg) no-repeat left center;
	padding-left: 45px;
	line-height: 1.95;
	font-size: 24px;
}

@media screen and (max-width: 780px){
	.recommend{
		padding: 20px;
	}
	.recommend > h5{
		font-size: 16px;
		margin-bottom: 25px;
	}
	.recommend > ul >li{
		font-size: 12px;
		background: url(../../images/service/recommend__img1.svg) no-repeat left 25% / 20px;
		padding-left: 35px;
	}
}


.member__cont{
	display: flex;
	flex-wrap: wrap;
}

.member__list{
	width: calc(25% - 30px);
	margin: 0 15px 45px;
}

.member__img{
	width: 100%;
}

.member__img img{
	display: block;
	width: 100%;
}

.member__position{
	color: #2871B4;
	font-size: 12px;
	margin: -.75em 5px 0;
	font-weight: bold;
}

.member__name{
	font-size: 18px;
	font-weight: bold;
	margin: 0 5px 15px;
}

.member__prof{
	font-size: 12px;
	margin: 0 5px;
}


.characteristic > ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 65px;
}

.characteristic > ul > li{
	width: 100%;
	position: relative;
}

.characteristic > ul > li > h5{
	color: #fff;
	background: #000;
	padding: 10px 25px;
	display: inline;
	position: absolute;
	font-size: 24px;
	font-weight: normal;
}

.characteristic > ul > li > h5 >span{
	font-size: 14px;
	margin-left: .25em;
}

.characteristic > ul > li > h5 > span::before, .characteristic > ul > li > h5 > span::after{
	content: "-";
	margin: 0 .25em;
}

.characteristic > ul > li > div{
	border: 1px solid #000;
	padding: 25px 15px;
	font-size: 14px;
	width: calc(100% - 20px);
	margin: 35px 0 20px auto;
}

@media screen and (max-width: 925px){
	.characteristic > ul > li > div{
		font-size: 12px;
	}
}

@media screen and (max-width: 890px){
	.characteristic > ul > li > h5{
		font-size: 20px;
	}
}

/*===================================================================

	006. product

===================================================================*/

.product__name{
	margin-bottom: 60px;
	text-align: center;
}

.product__name h4{
	font-size: 28px;
	margin-bottom: 20px;
}

.product__img{
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
}

.product__img img{
	/* display: block; */
	/* width: 100%; */
	max-width: 100%;
}

.product__desc h5{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 1em;
}

.product__desc small{
	margin-top: 1em;
	display: block;
	font-size: 12px;
}

.p-price__table{
	width: 100%;
	border: 1px solid #959595;
}

.p-price__table th{
	background: #959595;
	color: #fff;
	border-right: 1px solid #fff;
}

.p-price__table th:last-of-type{
	border-right-color: #707070;
}

.p-price__table tr > *{
	padding: 5px 10px;
	font-size: 14px;
}

.p-price__table td{
	border: 1px solid #707070;
}

/*===================================================================

	007. responsive

===================================================================*/

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

	/*===================================================================

		001. common

	===================================================================*/

	.cont{
		padding-top: 42px;
	}

	.section{
		margin-bottom: 65px;
	}

	.gray.section{
		margin-top: 90px;
	}

	.sect-title.service-title{
		font-size: 20px;
		margin-bottom: 35px;
	}

	.sect-title__trans.service-title{
		font-size: 12px;
		margin-top: 10px;
		font-family: "Roboto";
	}

	.text.read{
		font-size: 12px;
		line-height: 1.74;
		text-align: left;
	}

	.section h4 {
		font-size: 16px;
		line-height: 1;
	}

	.section h4.sect-subtitle {
		font-size: 16px;
		line-height: 1;
	}

	.section h5 {
		font-size: 16px;
	}

	.gray.section .sect-subtitle{
		margin-bottom: 30px;
	}

	.text.subread {
		font-size: 12px;
		text-align: left;
	}

	.carousel-inner .inner-title{
		font-size: 14px;
	}

	.carousel-inner .text.small {
		font-size: 12px;
	}

	.eyecatch{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	h4{
		font-size: 16px;
	}

	p{
		font-size: 12px;
	}

	/*===================================================================

		002. service__desc

	===================================================================*/

	.service__desc{
		margin-bottom: 110px;
	}

	.carousel-inner {
		width: 100%;
	}

	.carousel-cont .slick-track {
		display: flex;
		align-items: stretch;
	}

	.service-cont {
		display: block;
	}

	.service-list {
		width: 100%;
		min-height: 240px;
		padding: 20px;
		margin-bottom: 12px;
	}

	.service-list .sect-subtitle {
		font-size: 14px;
	}

	.box.relation-cont {
		width: 100%;
	}

	.slick-slide {
		margin: 0 6px;
	}

	.service__img{
		display: block;
		max-width: 56px;
		min-width: 56px;
		margin-bottom: 20px;
	}

	.service-list .sect-subtitle{
		font-size: 18px;
		text-align: center;
		line-height: 1.74;
		margin-bottom: 10px;
		width: 100%;
	}

	.service-list .sect-subtitle + .text{
		margin-top: 0;
		width: 100%;
	}

	.catalog {
		display: block;
	}

	.catalog .sect-subtitle {
		margin-right: 0;
		margin-bottom: 20px;
		font-size: 18px;
	}

	.catalog dt.text + dd.text {
		margin-top: 0;
	}



	/*===================================================================

		003. relation

	===================================================================*/

	.relation .text:not(.small) {
		font-size: 14px;
	}

	.relation-inner, .relation-inner:nth-of-type(3n){
		margin-right: 6px;
	}

	/*===================================================================

		005. reason

	===================================================================*/

	.reason > ul {
		margin-bottom: 65px;
	}

	.reason > ul > li{
		width: 100%;
	}

	.reason > ul > li > h5{
		font-size: 16px;
	}

	.reason > ul > li > div{
		padding: 18px 10px 10px;
		min-height: 70px;
		height: auto;
		font-size: 10px;
		width: calc(100% - 15px);
		margin: 25px 0 15px auto;
	}

	.price__list {
		overflow-x: auto;
	}

	.price__list >li {
		width: 200px;
		background: #fff;
		flex-shrink: 0;
		margin: 0 10px;
	}

	.price__list >li >h5{
		background: #0A3458;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: 16px;
		height: 55px;
	}

	.price__month{
		font-size: 18px;
		color: #0872C2;
		font-weight: bold;
		text-align: center;
	}

	.price__month::before{
		display: inline-block;
		content: "month";
		background: #E1E1E3;
		color: #214667;
		margin: 15px auto;
		font-size: 10px;
		padding: 0 5px;
	}

	.price__month .min::before, .price__month .max::before{
		content: "Â¥";
	}

	.price__month .vertical{
		writing-mode: vertical-rl;
		color: #000;
		font-size: 12px;
	}

	.price__month span{
		margin: 0 auto;
		display: block;
	}

	.price__cont{
		padding: 0 10px 25px;
	}


	.gray__list{
		width: 100%;
		padding: 20px 10px;
	}

	.gray__list:nth-of-type(3n-1){
		margin: 0 auto 30px;
	}

	.gray__list >h5{
		font-size: 16px;
		margin-bottom: 20px;
	}

	.gray__img{
		width: 25%;
		max-width: 142px;
		margin-bottom: 20px;
	}

	.member__list{
		width: calc(50% - 20px);
		margin: 0 10px 45px;
	}

	.member__position{
		font-size: 10px;
	}

	.member__name{
		font-size: 14px;
		margin-bottom: 5px;
	}

	.member__prof{
		font-size: 10px;
	}

	.characteristic > ul {
		margin-bottom: 65px;
	}

	.characteristic > ul > li > h5{
		font-size: 16px;
	}

	.characteristic > ul > li > h5 > span{
		font-size: 10px;
	}

	.characteristic > ul > li > div{
		padding: 18px 10px 10px;
		min-height: 70px;
		height: auto;
		font-size: 10px;
		width: calc(100% - 15px);
		margin: 25px 0 15px auto;
	}

	/*===================================================================

		006. product

	===================================================================*/

	.product__name{
		margin-bottom: 30px;
	}

	.product__name h4{
		font-size: 16px;
	}

	.product__img{
		margin-bottom: 30px;
	}

	.product__desc h5{
		font-size: 14px;
	}

	.product__desc small{
		font-size: 10px;
	}


	.p-price__table tr > *{
		font-size: 12px;
	}




}


/* プロダクトセールス */
.sales__detail{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	border: 1px solid #CECECE;
	padding: 25px;
	margin-bottom: 30px;
}

.sales__detail::after {
	content: '';
	width: 33%;
	display: block;
}

.sales__example{
	/* display: flex; */
	align-items: center;
	flex-shrink: 0;
	/* width: 50%; */
	width: 33%;
	margin-bottom: 40px;
	/* padding-right: 20px; */
	text-align: center;
}

.sales__example::after {
	content: '';
	width: 33%;
	display: block;
}

.sales__example:nth-last-of-type(-n+2){
	margin-bottom: 0;
}

.example__logo{
	/*width: 90px;*/
	width: 120px;
	/* margin-right: 20px; */
	margin: 0 auto;
	/*height: 90px;*/
	height: 100px;
	display: flex;
	align-items: center;
}

.example__logo img{
	width: 100%;
}

@media (max-width:768px) {
	.sales__detail {
		padding: 15px;
	}
	.sales__example, .sales__example:nth-last-of-type(-n+2){
		width: 50%;
		margin-bottom: 20px;
		padding-right: 0;
	}
}


/* 20191007追加 */
.cloudcoffer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 797px;
	margin: auto auto 140px auto;
	padding: 10px;
	border: 1px solid #D5D5D5;
}
.cloudcoffer .logo {
	width: 63.88%;
}
.cloudcoffer .logo img {
	width: 100%;
}
.cloudcoffer .text {
	width: 100%;
	padding: 0 10px 0 20px;
}
.cloudcoffer .text p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.cloudcoffer .text a {
	font-size: 12px;
	text-decoration: underline;
	color: #2871B4;
}

@media (max-width:768px) {
	.cloudcoffer {
		display: block;
		margin: 0 10px 70px 10px;
	}
	.cloudcoffer .logo {
		width: 100%;
	}
	.cloudcoffer .text {
		padding:10px;
	}
	.cloudcoffer .text p {
		font-size: 12px;
	}
}

.service__desc .box p a{
text-decoration:underline
}