@charset "UTF-8";
/* ------------------------------------------------------
	 * header
	------------------------------------------------------ */
.mod_header {
	position: fixed;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.mod_headerarea {
	display: flex;
	align-items: center;
	max-width: 978px;
	width: calc(100% - 30px);
	height: 80px;
	margin: auto;
	background-color: #fff;
}
@media only screen and (max-width: 977px) {
	.mod_headerarea {
		position: fixed;
		width: 100%;
		max-width: 100%;
		height: 60px;
		padding-right: 0;
		z-index: 540;
		box-shadow: 0 5px 7px rgba(0, 0, 0, .1);
	}
}
@media only screen and (max-width: 767px) {
	.mod_headerarea {
		height: 44px;
	}
}
.logo {
	margin: 0 auto 0 0;
}
@media only screen and (max-width: 978px) {
	.logo {
		padding-left: 15px;
	}
}
.logo img {
	max-width: 140px;
	height: auto;
}
@media only screen and (max-width: 977px) {
	.logo img {
		max-width: 100px;
	}
}
@media only screen and (max-width: 767px) {
.logo img {
		max-width: 80px;
	}
}
/* Gナビ */
.mod_gnavi .list {
	display: flex;
	align-items: center;
	margin: 13px 11px 0 0;
}
.mod_gnavi .listitem {
	display: flex;
	margin: 0 auto;
	padding: 0 20px;
}
.mod_gnavi .listitem a {
	display: block;
	font-size: 1.5rem;
	padding: 0 0 9px;
	border-bottom: solid 4px transparent;
	position: relative;
}
.mod_gnavi .listitem a:hover {
	color: #991d85;
	border-bottom: solid 4px #991d85;
}
.mod_gnavi li:not(:last-of-type) a::after {
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	display: block;
	width: 1px;
	height: 18px;
	background-color: #dad5c9;
}
.mod_gnavi .listitem a.current,
.home .mod_gnavi .listitem.home a,
.case .mod_gnavi .listitem.case > a,
.solution .mod_gnavi .listitem.solution > a,
.mod_headerarea .header_nav-lwLink.active {
	color: #991d85;
	border-bottom: solid 4px #991d85;
	font-weight: bold;
}

/* プルダウン記述 */
.mod_headerarea .menu__second-level li:nth-of-type(1n) a::after {
	content: none;
}
.mod_gnavi .menu__single {
	position: relative;
}
.mod_gnavi .header_nav-lwLink {
	cursor: default;
}
.mod_gnavi .menu__second-level {
	position: absolute;
	top: 29px;
	width: 318%;
	max-width: 222px;
	background-color: transparent;
	transition: .4s ease;
	visibility: hidden;
	opacity: 0;
}
.mod_gnavi .menu__second-level.second-level_dl {
	max-width: 170px;
}
.mod_gnavi .menu__single > .active ~ .menu__second-level {
	top: 39px;
	visibility: visible;
	opacity: 1;
}
.mod_gnavi .menu__second-level li + li {
	margin-top: 1px;
}
.mod_gnavi .menu__second-level li a {
	display: block;
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 1.4rem;
	background-color: #991d85;
	padding: 15.5px 16px 15.5px 30px;
	transition: .1s linear;
	border-bottom: none;
	cursor: pointer;
}
.mod_gnavi .menu__second-level li a .icon {
	margin-left: 6px;
	vertical-align: -1px;
	font-size: 1.6rem;
}
.menu__single .menu__second-level li a:hover {
	background-color: #b861aa;
	color: #fff;
	border-bottom: none;
}
.menu__single .menu__second-level li a::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	top: calc(50% + 0px);
	left: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}
.drawer-listitemlink .icon_after {
	position: absolute;
	right: 20px;
	/*top: 320px;*/
}
.mod_btnbox {
	display: flex;
}
@media only screen and (max-width: 977px) {
	.mod_btnbox {
		display: none;
	}
}
.mod_btnbox .btncontact {
	background-color: #991d85;
}
.mod_btnbox a {
	display: flex;
	justify-content: center;
	width: 94px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.4;
	border-radius: 2px;
	padding: 5px 0;
}
.mod_btnbox a:hover {
	background: #b861aa;
}

/* ------------------------------------------------------
	 * footer
	------------------------------------------------------ */
.mod_bg_contact {
	background: #fff;
	border-top: solid 2px #e9e6df;
}
.mod_btn {
	display: block;
	background: #991d85;
	color: #fff;
	position: relative;
	max-width: 642px;
	width: 100%;
	margin: auto;
	padding: 14.5px 15px;
	border-radius: 3px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.mod_btn {
		max-width: 100%;
	}
}
.mod_btn:hover {
	color: #991d85;
	background: #fff;
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px #991d85;
}
.mod_btn .icon_after {
	font-size: 1.6rem;
	margin-left: 9px;
}
.mod_footer1 {
	background-color: #e9e6df;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 42px 0;
}
@media only screen and (max-width: 977px) {
	.mod_footer1 {
		padding: 42px 15px;
	}
}
@media only screen and (max-width: 767px) {
	.mod_footer1 {
		display: block;
	}
}
.footer_gnavilist {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.footer_gnavilist {
		align-items: center;
		padding-left: 0;
		flex-wrap: wrap;
	}
}
.footer_gnavilistitem:not(:first-of-type) {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #dad5c9;
}
@media only screen and (max-width: 767px) {
	.footer_gnavilistitem {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.footer_gnavilistitem:nth-of-type(n + 3) {
		margin-top: 27px;
	}
}
@media only screen and (max-width: 767px) {
	.footer_gnavilistitem:not(:first-of-type) {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
}
.footer_gnavilistitem a {
	color: #000;
	font-size: 1.4rem;
}
.footer_gnavilistitem a:hover {
	text-decoration: underline;
}
.mod_footer2 {
	padding: 30px 50px;
	height: 100%;
}
@media only screen and (max-width: 977px) {
	.mod_footer2 {
		padding: 32px 0 60px;
	}
}
@media only screen and (max-width: 767px) {
	.mod_footer2 {
		padding: 30px 0 60px;
	}
}
.footer_info {
	max-width: 978px;
	margin: 0 auto;
}
.footer_infolist {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto;
}
@media only screen and (max-width: 977px) {
	.footer_infolist {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.footer_infolist {
		flex-direction: column;
	}
}
@media only screen and (max-width: 767px) {
	.footer_infolistitem:not(:first-of-type) {
		margin: 20px 0 0;
	}
}
.footer_infolistitem a {
	font-size: 1.2rem;
	padding: 0 20px;
	position: relative;
}
.footer_infolistitem a:hover {
	text-decoration: underline;
}
.footer_infolistitem + .footer_infolistitem a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	background-color: #dad5c9;
}
@media only screen and (max-width: 767px) {
	.footer_infolistitem + .footer_infolistitem a::after {
		content: none;
	}
}
.footer_infolistcopy {
	margin-left: auto;
	padding-left: 20px;
}
@media only screen and (max-width: 977px) {
	.footer_infolistcopy {
		margin-left: 0;
		padding-left: 0;
		width: 100%;
	}
}
.footer_externalIc {
	margin-left: 8px;
	width: 10px;
	height: 10px;
	vertical-align: middle;
}
@media only screen and (max-width: 977px) {
	.footer_externalIc {
		margin-left: 7px;
	}
}
.footer_sicopy {
	color: #a59c94;
	font-size: 1.2rem;
	display: block;
	margin-left: auto;
}
@media only screen and (max-width: 977px) {
	.footer_sicopy {
		width: 100%;
		margin-top: 36px;
	}
}
.footer_symbol {
	position: relative;
	top: -1px;
	padding: 0 2px;
	font-size: 1.2rem;
	vertical-align: middle;
}
.mod_btntop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 50;
}
.mod_btntop a {
	padding-top: 13px;
	width: 48px;
	height: 48px;
	background: black no-repeat 14px 17px;
	color: #fff;
	font-weight: 700;
	display: block;
	text-align: center;
	border-radius: 3px;
	opacity: .5;
}
.icon-arrow_24_pagetop {
	font-size: 2.4rem;
}

/* ----- Cookieポリシー ----- */
.mod_cookiebox2 {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgb(237, 239, 245);
  color: rgb(77, 71, 71);
  display: none;
  z-index: 1000;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.mod_cookiebox2 a {
  color: rgb(77, 71, 71);
  opacity: .8;
  padding: 3px;
  display: inline-block;
}
.mod_cookiebox2 a:hover {
  opacity: 1;
}
.mod_cookiebox2 > .wrp-container {
  width: 100%;
  margin: auto;
  padding: 28px 28px 28px 40px;
  display: table;
}
.mod_cookiebox2 > .wrp-container .text {
  display: table-cell;
  width: 99%;
  vertical-align: middle;
}
.mod_cookiebox2 > .wrp-container p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.mod_cookiebox2 > .wrp-container p + p {
  margin-top: 25px;
}
.mod_cookiebox2 > .wrp-container p .icon {
  margin-left: 6px;
  vertical-align: -1px;
  display: inline-block;
  text-decoration: none;
}
.mod_cookiebox2 > .wrp-container .btn {
  display: table-cell;
  white-space: nowrap;
  padding-left: 28px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
.mod_cookiebox2 > .wrp-container .text {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.mod_cookiebox2 > .wrp-container .btn {
	display: block;
	white-space: normal;
	padding-left: 0;
	text-align: right;
	}
}
.mod_cookiebox2 > .wrp-container button {
  display: inline-block;
  color: rgb(75, 129, 232);
  border: 2px solid rgb(75, 129, 232);
  padding: 7px 12px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .mod_cookiebox2 > .wrp-container button {
    padding: 5px 17px;
	line-height: 1.7;
  }
}

/* ------------------------------------------------------
	 * 共通レイアウト
	------------------------------------------------------ */
.contents {
	padding: 70px 0 60px;
	display: block;
}
@media only screen and (max-width: 977px) {
	.contents {
		padding: 60px 0 60px;
	}
}
@media only screen and (max-width: 767px) {
	.contents {
		padding: 44px 0 60px;
	}
}
.container {
	max-width: 978px;
	width: calc(100% - 30px);
	margin: auto;
	padding-top: 60px;
}
.caseindex .container,
.solution .container{
	padding-top: 0;
}
@media only screen and (max-width: 767px) {
	.container {
		padding-top: 40px;
	}
}
.mod_bg_contact .container {
	padding: 40px 0;
}
.mod_bg1 {
	background-color: #f0f0f0;
}
.mod_bg2 {
	border-top: 1px solid #e2e2e2;
}

/* 事例ページ */
.case .wrap {
	max-width: 978px;
	margin: auto;
	display: flex;
	width: calc(100% - 30px);
}
@media only screen and (max-width: 977px) {
	.case .wrap {
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.case .wrap {
		display: block;
		width: 100%;
	}
}
.mod_maincolumn {
	width: 726px;
}
@media only screen and (max-width: 977px) {
	.mod_maincolumn {
		width: 100%;
	}
}
.mod_pagetitle1 {
	width: 100%;
}
@media only screen and (max-width: 977px) {
	.mod_pagetitle1 {
		width: 100%;
		margin: auto;
	}
}
@media only screen and (max-width: 767px) {
	.mod_pagetitle1 {
		width: 100%;
	}
}
.mod_pagetitle1 .titlebox {
	width: 100%;
	padding: 25px 25px 35px;
	margin-top: 10px;
	background-color: #e9e6df;
}
@media only screen and (max-width: 767px) {
	.mod_pagetitle1 .titlebox {
		padding: 28px 15px;
	}
}
.mod_pagetitle1 .titlebox .subtitle {
	font-size: 1.5rem;
	color: #796e65;
	font-weight: bold;
}
.mod_pagetitle1 .titlebox .title {
	margin-top: 14px;
	font-size: 2.8rem;
	line-height: 1.4;
}
.mod_pagetitle1 .titlebox .text {
	margin-top: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
.mod_title2 {
	margin-top: 40px;
	color: #796e65;
	font-size: 2.4rem;
	line-height: 1.4;
}
.mod_title2 + .mod_title3 {
	margin-top: 38px;
}
.mod_lead {
	background: #991d85;
	color: #fff;
	font-size: 1.8rem;
	padding: 14.5px 15px;
	border-radius: 3px;
	line-height: 1.6;
	text-align: center;
}
.mod_text1 {
	line-height: 1.8;
}
.mod_text1 p {
	margin-top: 10px;
}
.mod_text1 p:first-child {
	margin-top: 0;
}
.mod_textlist + .mod_text1 {
	margin-top: 23px;
}
.mod_title2 + .mod_text1,
.mod_title3 + .mod_text1 {
	margin-top: 20px;
}
.mod_image + .mod_text1,
h2.title + .mod_text1 {
	margin-top: 30px;
}
.mod_text1.center {
	text-align: center;
}
.mod_textbox1 {
	position: relative;
	margin: 40px 0 70px 0;
	padding: 25px 30px;
	background: #e9e6df;
}
.mod_title2 + .mod_textbox1 {
	margin-top: 30px;
}
.bold {
  font-weight: bold;
}
.red {
  color: #DA0003;
}
.border01 {
  border: 1px solid #e9e6df;
}
@media only screen and (max-width: 767px) {
	.mod_textbox1 {
		padding: 30px 15px;
	}
}
.mod_textbox1::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #e9e6df transparent transparent transparent;
	bottom: -30px;
	left: calc(50% - 30px);
}
.mod_textbox1 h4 {
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	color: #796e65;
}
.mod_textbox1 ul {
	margin: 25px 0 0;
}
.mod_textbox1 li {
	counter-increment: count;
	margin-top: 10px;
	display: inline-table;
	min-height: 40px;
	position: relative;
}
.mod_textbox1 li:first-of-type {
	margin-top: 0;
}
.mod_textbox1 li::before {
	content: counter(count);
	font-family: Arial, Helvetica, sans-serif;
	background: #796e65;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	text-align: center;
	font-size: 1.6rem;
	top: calc(50% - 20px);
	left: 0;
}
.mod_textbox1 li p {
	margin-top: 0;
	padding: 0 15px 0 54px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	display: table-cell;
	vertical-align: middle;
}

.case .mod_btnarea {
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	.case .mod_btnarea {
		margin-top: 70px;
	}
}
.case .mod_btn {
	max-width: 618px;
}
@media only screen and (max-width: 767px) {
	.case .mod_btn {
		max-width: 100%;
		padding: 14.5px 9px 14.5px 9px;
	}
}
.case .mod_btn:hover .btnicon {
	color: #fff;
	background: #991d85;
}
.case .mod_btn:hover .btnicon::after {
	border-color: transparent transparent transparent #991d85;
}
.case .mod_btn:hover .btntext {
	color: #991d85;
}
.mod_btn .btnwrap {
	display: inline-block;
	padding-left: 66px;
	position: relative;
}
.mod_btn .btnicon {
	background: #fff;
	padding: 2px 1px 2px 6px;
	font-size: 1rem;
	font-weight: bold;
	display: inline-block;
	color: #991d85;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -9px 0 0;
	letter-spacing: -.1px;
}
.mod_btn .btnicon::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 7px;
	border-color: transparent transparent transparent #fff;
	right: -7px;
	top: 0;
}
.mod_btn .btnicon:hover .mod_btn .btnicon::after {
	color: red;
}
.btntext {
	margin-left: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	text-align: left;
	line-height: 1.4;
}
.mod_subcolumn {
	width: 222px;
	margin-left: 30px;
}
@media only screen and (max-width: 977px) {
	.mod_subcolumn {
		margin: 40px auto 0;
		width: calc(100% - 30px);
	}
}
.mod_subcolumn li {
	border-bottom: 1px solid #dad5c9;
	position: relative;
}
.mod_subcolumn .title {
	color: #796e65;
	height: 78px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #796e65;
	padding: 28px 0;
	line-height: 1.4;
}
.mod_subcolumn .link .icon {
	color: #796e65;
	margin-right: 8px;
	position: absolute;
	top: 16px;
	left: 15px;
	z-index: 1;
}
.mod_subcolumn .link a {
	color: #991d85;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 1.4;
	padding: 16px 12px 16px 29px;
	display: block;
}
.mod_subcolumn .link a:hover,
.case019 .mod_subcolumn .link.case019 a,
.case018 .mod_subcolumn .link.case018 a,
.case017 .mod_subcolumn .link.case017 a,
.case016 .mod_subcolumn .link.case016 a,
.case015 .mod_subcolumn .link.case015 a,
.case014 .mod_subcolumn .link.case014 a,
.case013 .mod_subcolumn .link.case013 a,
.case012 .mod_subcolumn .link.case012 a,
.case011 .mod_subcolumn .link.case011 a,
.case010 .mod_subcolumn .link.case010 a,
.case009 .mod_subcolumn .link.case009 a,
.case008 .mod_subcolumn .link.case008 a,
.case007 .mod_subcolumn .link.case007 a,
.case006 .mod_subcolumn .link.case006 a,
.case005 .mod_subcolumn .link.case005 a,
.case004 .mod_subcolumn .link.case004 a,
.case003 .mod_subcolumn .link.case003 a,
.case002 .mod_subcolumn .link.case002 a,
.case001 .mod_subcolumn .link.case001 a {
	font-weight: bold;
}
.mod_textarea1 {
	width: 100%;
}
@media only screen and (max-width: 977px) {
	.mod_textarea1 {
		width: calc(100% - 30px);
		margin: auto;
	}
}
@media only screen and (max-width: 767px) {
	.mod_textarea1 {
		width: calc(100% - 30px);
		margin: auto;
	}
}

/* ----- 共通パーツ名 ----- */
.wrap {
	padding-top: 20px;
}
.mod_title3 {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.4;
	padding: 11px 20px;
	background-color: #e9e6df;
	color: #000;
	margin-top: 30px;
}
.mod_textlist {
	margin: 20px 0 0;
}
.mod_textlist li {
	padding-left: 20px;
	position: relative;
	line-height: 1.4;
}
.mod_textlist li + li {
	margin: 10px 0 0;
}
.mod_textlist li::before {
	content: "";
	left: 0;
	top: 5px;
	width: 11px;
	height: 11px;
	display: inline-block;
	position: absolute;
	line-height: 1.4;
	border-radius: 50%;
	background-color: #991d85;
}

.mod_title2 + .mod_solbox,
.mod_solbox + .mod_solbox {
	margin-top: 30px;
}
.mod_solbox > a,
.solution .mod_solbox {
	display: flex;
	width: 100%;
}
.solution .mod_solbox {
	max-width: 978px;
	margin: auto;
	width: 100%;
}
.arrow_down {
	position: relative;
	margin-top: 90px;
}
.arrow_down::before {
	content: '';
	position: absolute;
	border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-top: 50px solid #991d85;
	top: -60px;
	left: calc(50% - 120px);
}
@media screen and (max-width: 767px) {
.arrow_down {
	margin-top: 70px;
}
.arrow_down::before {
	border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 30px solid #991d85;
	top: -40px;
	left: calc(50% - 80px);
}
}

@media screen and (min-width: 768px) {
	.mod_solbox > a,
	.solution .mod_solbox {
		justify-content: space-between;
		flex-direction: row-reverse;
	}
  .solution .mod_solbox .thu img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
	.mod_solbox > a,
	.solution .mod_solbox {
		display: block;
		border-left: 0;
		padding: 0;
	}
}
.mod_solbox .thu {
	width: calc((100% - 10px) / 2);
	height: auto;
}

.ga_content_btn .thu img {
  height: 100%;
  object-fit: cover;
}

/* リンクテキスト３行の場合 */
.thu.lines3-img img {
  height: 244px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
	.mod_solbox .thu {
		width: 100%;
		height: auto;
	}
  .thu.lines3-img img {
    height: auto;
    object-fit: inherit;
  }
}
.mod_solbox .textbox {
	width: calc((100% - 10px) / 2);
	background-color: #e9e6df;
	padding: 30px;
}
@media screen and (min-width: 768px) {
	.solution .mod_solbox .textbox{
		padding: 35px;
	}
}
@media screen and (max-width: 767px) {
	.mod_solbox .textbox,
	.solution .mod_solbox .textbox{
		margin-top: 10px;
		padding: 20px;
		width: 100%;
	}
}
.mod_solbox .textbox .subtitle {
	margin-top: 0;
	color: #796e65;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (min-width: 768px) {
	.solution .mod_solbox .textbox .subtitle {
		font-size: 2.5rem;
	}
}
.mod_solbox .textbox .subtitle + .title {
	margin-top: 10px;
}
.mod_solbox .textbox .title {
	font-size: 2.4rem;
	line-height: 1.4;
}
@media screen and (min-width: 768px) {
	.solution .mod_solbox .textbox .title {
		font-size: 3.5rem;
	}
}
.mod_solbox .textbox .title span {
	font-size: 18px;
	font-size: 1.8rem;
}
.mod_solbox .textbox .text {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.mod_solbox .textbox .small1 {
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}
.mod_solbox .textbox .btnmore {
	margin-top: 13px;
}
.mod_solbox .textbox a + a .btnmore {
	margin-top: 0;
}
.mod_solbox .textbox .btnmore .text {
	margin-top: 0;
	color: #991d85;
	font-size: 1.6rem;
}
.mod_solbox .textbox .btnmore .icon {
	margin-left: 6px;
	color: #796e65;
	font-size: 1.6rem;
	vertical-align: -1px;
}
.mod_solbox a:hover .title,
.mod_solbox a:hover .btnmore .text {
	text-decoration: underline;
}
/*
.mod_solbox {
	max-width: 978px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 977px) {
	.mod_solbox {
		margin: 0 15px;
	}
}
@media only screen and (max-width: 767px) {
	.mod_solbox {
		width: 100%;
		margin: 0;
		display: flex;
		flex-direction: column-reverse;
	}
}
.mod_solbox .textbox {
	width: calc(50% - 5px);
	background-color: #e9e6df;
	padding: 35px 40px;
}
@media only screen and (max-width: 977px) {
	.mod_solbox .textbox {
		padding: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.mod_solbox .textbox {
		width: 100%;
		padding: 20px 15px 25px;
		margin-top: 10px;
		order: 2;
	}
}
.mod_solbox .subtitle {
	color: #796e65;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: bold;
}
@media only screen and (max-width: 977px) {
	.mod_solbox .subtitle {
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 767px) {
	.mod_solbox .subtitle {
		font-size: 1.6rem;
	}
}
.mod_solbox .title {
	color: #000;
	font-size: 3.5rem;
	line-height: 1.4;
	margin-top: 10px;
}
@media only screen and (max-width: 977px) {
	.mod_solbox .title {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 767px) {
	.mod_solbox .title {
		font-size: 2.4rem;
		margin-top: 10px;
	}
}
.mod_solbox .imgbox {
	width: calc(50% - 5px);
}
@media only screen and (max-width: 767px) {
	.mod_solbox .imgbox {
		width: 100%;
		order: 1;
	}
}
.mod_solbox .imgbox img {
	width: 100%;
	height: auto;
}
.case .mod_solbox {
	max-width: 978px;
	margin: 30px auto 0;
}
@media only screen and (max-width: 977px) {
	.case .mod_solbox {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.case .mod_solbox {
		width: 100%;
	}
}
.case .mod_solbox:hover .title, .case .mod_solbox:hover .btnmore .text {
	text-decoration: underline;
	cursor: pointer;
}
.case .mod_solbox .box {
	display: flex;
	justify-content: space-between;
	max-width: 726px;
}
@media only screen and (max-width: 977px) {
	.case .mod_solbox .box {
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.case .mod_solbox .box {
		display: flex;
		flex-direction: column-reverse;
	}
}
.case .mod_solbox .textbox {
	width: calc(50% - 5px);
	background-color: #e9e6df;
	padding: 30px;
}
@media only screen and (max-width: 767px) {
	.case .mod_solbox .textbox {
		width: 100%;
		height: 142px;
		padding: 20px 15px 29px;
	}
}
.case .mod_solbox .subtitle {
	color: #796e65;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
}
@media only screen and (max-width: 977px) {
	.case .mod_solbox .subtitle {
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 767px) {
	.case .mod_solbox .subtitle {
		font-size: 1.6rem;
	}
}
.case .mod_solbox .title {
	color: #000;
	font-size: 2.4rem;
	line-height: 1.4;
}
@media only screen and (max-width: 977px) {
	.case .mod_solbox .title {
		font-size: 2.4rem;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.case .mod_solbox .title {
		font-size: 2.4rem;
		margin-top: 10px;
	}
}
.case .mod_solbox .btnmore {
	color: #991d85;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 13px;
}
.case .mod_solbox .icon {
	color: #796e65;
	margin-left: 6px;
	vertical-align: -1px;
}
.case .mod_solbox .imgbox {
	width: calc(50% - 5px);
}
@media only screen and (max-width: 767px) {
	.case .mod_solbox .imgbox {
		width: 100%;
	}
}
.case .mod_solbox .imgbox img {
	width: 100%;
	height: auto;
}
.solution .mod_solbox {
	width: 100%;
}
@media only screen and (max-width: 977px) {
	.solution .mod_solbox {
		margin: 0;
	}
}
.solution .mod_solbox .box {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.solution .mod_solbox .box {
		display: flex;
		flex-wrap: wrap;
		min-height: 0;
	}
}
*/

/* ----- ホーム メイン ----- */
.mod_eyecatch {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 436px;
	background-size: cover;
	background-position: center;
	background: url(/img/bg_h1.jpg) no-repeat center center;
	background-size: cover;
}
@media only screen and (max-width: 977px) {
	.mod_eyecatch {
		height: 306px;
	}
}
@media only screen and (max-width: 767px) {
	.mod_eyecatch {
		height: 160px;
	}
}
.mod_eyecatcharea {
	width: calc(100% - 30px);
	max-width: 978px;
	margin: 0 auto;
	z-index: 11;
}
.mod_eyecatcharea .title {
	max-width: 606px;
}
@media only screen and (max-width: 977px) {
	.mod_eyecatcharea .title {
		max-width: 425px;
	}
}
@media only screen and (max-width: 767px) {
	.mod_eyecatcharea .title {
		max-width: 250px;
	}
}
.mod_eyecatcharea .title img {
	margin-left: -50px;
}
@media only screen and (max-width: 977px) {
	.mod_eyecatcharea .title img {
		margin-left: -8px;
	}
}
@media only screen and (max-width: 767px) {
	.mod_eyecatcharea .title img {
		margin-left: -4px;
	}
}

/* ----- インデックス----- */
.mod_eyecatch2 {
	align-items: flex-start;
	height: 170px;
	position: relative;
	background-color: #E9E6DF;
}
.mod_eyecatcharea2 {
	width: calc(100% - 30px);
	max-width: 978px;
	margin: 0 auto;
	z-index: 11;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.mod_eyecatcharea2 .title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1.4;
	color: #796E65;
}
.mod_eyecatcharea2 .subtitle {
	margin-top: 13px;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

/* ----- 見出し ----- */
.mod_title1 {
	width: 100%;
}
.mod_title1 .title {
	color: #796e65;
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 60px;
}
.mod_title1 .title:first-child {
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.mod_title1 .title {
		font-size: 2.6rem;
	}
}
.mod_title1 .title::before, .mod_title1 .title::after {
	border-top: solid 1px #dad5c9;
	content: "";
	width: 50px;
	height: 1px;
	margin-top: 3px;
}
@media only screen and (max-width: 767px) {
	.mod_title1 .title::before, .mod_title1 .title::after {
		width: 40px;
	}
}
.mod_title1 .title::before {
	margin-right: 15px;
}
.mod_title1 .title::after {
	margin-left: 15px;
}
/* ----- ホーム 事例の記事一覧 ----- */
.mod_conbox1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mod_conbox1:after {
	content: "";
	display: block;
	width: calc((100% - 60px) / 2);
}
.caseindex .mod_conbox1:after {
	width: calc((100% - 60px) / 3);
}
.solutionindex .mod_conbox1:after{
	width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 767px) {
	.mod_conbox1:after {
		content: none;
	}
}
.mod_set {
	position: relative;
	width: calc((100% - 30px) / 2);
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.mod_set {
		width: 100%;
	}
}
.mod_set2 {
	position: relative;
	width: calc((100% - 58px) / 3);
	margin-top: 30px;
}
@media only screen and (max-width: 977px) {
	.mod_set2 {
		width: calc((100% - 30px) / 2);
	}
}
@media only screen and (max-width: 767px) {
	.mod_set2 {
		width: 100%;
	}
}
.mod_set .link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.mod_set .thu img {
	margin-bottom: 10px;
}
.mod_set .textbox {
	padding: 20px 20px 24px;
	background-color: #e9e6df;
}
.mod_set.mod_set2 .textbox {
	padding: 20px 20px 21px;
}
.mod_set .text {
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
}
.mod_set .text .icon-new_24 {
	font-size: 2.4rem;
	font-weight: normal;
	margin-left: 6px;
	vertical-align: text-top;
	display: inline-block;
}
.mod_set * + .text {
	margin-top: 10px;
}
.mod_set .title {
	font-size: 2rem;
	line-height: 1.4;
}
.mod_set .corp {
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 13px;
	line-height: 1.4;
}
.mod_set .category {
	color: #796e65;
	font-weight: bold;
	line-height: 1.4;
}
.mod_set .btnmore {
	margin-top: 16px;
}
.mod_set .btnmore .text {
	color: #991d85;
	font-size: 1.4rem;
	font-weight: normal;
}
.mod_set .btnmore .icon {
	margin-left: 6px;
	color: #796e65;
	vertical-align: -2px;
}
.mod_set a:hover .title, .mod_set a:hover .text, .mod_set a:hover .corp, .mod_set a:hover .btnmore .text {
	text-decoration: underline;
}

/* パンくずリスト */
.mod_topicpath {
	max-width: 978px;
	width: calc(100% - 30px);
	display: flex;
	flex-wrap: wrap;
  align-items: baseline;
	margin: 30px auto 0;
}
@media only screen and (max-width: 978px) {
	.mod_topicpath {
		max-width: calc(100% - 30px);
	}
}
@media only screen and (max-width: calc(100% - 30px)) {
	.mod_topicpath {
		width: 100%;
	}
}
.mod_topicpath li {
	color: #796e65;
	font-size: 1.3rem;
	margin-right: 16px;
}
@media only screen and (max-width: 767px) {
	.mod_topicpath li {
		line-height: 1.8;
	}
}
.mod_topicpath a {
	display: flex;
	font-size: 1.3rem;
	color: #b861aa;
}
.mod_topicpath a:hover {
	text-decoration: underline;
	color: #b861aa;
}

/* ページボタン */
.mod_btnpagebox1 {
	margin: 50px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #dad5c9;
	text-align: center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

.mod_btnpagebox1 .on {
	display: inline-block;
	margin: 0 5px;
	background-color: #796e65;;
	border: 1px solid #796e65;;
	color: #fff;
	padding: 5px 8px 3px;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: Arial, Helvetica, sans-serif;
}

.mod_btnpagebox1 .off {
	display: inline-block;
	margin: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.mod_btnpagebox1 .off a {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #796e65;;
	color: #796e65;;
	margin: 0;
	padding: 5px 8px 3px;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
}

.mod_btnpagebox1 .off a:hover {
	background-color: #796e65;;
	color: #fff;
}
/*
.btnpagebox {
	margin: 50px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #cbcbcb;
	text-align: center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 977px) {
	.btnpagebox {
		margin: 50px auto 0;
		width: 100%;
	}
}
.btnpagebox span {
	display: inline-block;
	margin: 0 3px;
}
.btnpagebox span a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background-color: #fff;
	border: 1px solid #796e65;
	color: #796e65;
	margin: 0;
	font-size: 1.3rem;
	text-decoration: none;
}
.btnpagebox span a.current {
	background-color: #796e65;
	color: #fff;
}
.btnpagebox span a:hover {
	background-color: #796e65;
	color: #fff;
}
*/

/* ----- 画像 ----- */
.mod_image {
	margin: 30px auto 0;
	text-align: center;
}
.mod_image img {
	width: 100%;
}
.mod_image p {
	display: block;
	margin: 9.5px auto 0;
	font-size: 1.4rem;
	text-align: left;
}
.mod_image2 {
	width: 100%;
	margin: 40px auto 60px;
	text-align: center;
}

@media only screen and (max-width: 977px) {
	.mod_image2 {
		max-width: 100%;
	}
  .sp-scroll {
    overflow-x: auto;
  }
  .sp-scroll .sp-w800 {
    min-width: 800px;
  }
}
.mod_image2 img {
	width: 100%;
	max-width: 740px;
	max-height: 416.5px;
}
@media only screen and (max-width: 977px) {
	.mod_image2 img {
		max-width: 100%;
	}
}
.mod_image2 img + p {
	display: block;
	max-width: 740px;
	margin: 9.5px auto 0;
	font-size: 1.4rem;
	text-align: left;
}
@media only screen and (max-width: 977px) {
	.mod_image2 img + p {
		max-width: 100%;
		margin: 9.5px 0 0;
	}
}

.mod_contact {
	margin: 60px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #dad5c9;
}

ul.mod_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 10px;
}
@media only screen and (max-width: 977px) {
	ul.mod_ul {
		justify-content: space-between;
	}
}
@media only screen and (max-width: 767px) {
	ul.mod_ul {
		display: block;
	}
}
ul.mod_ul::after {
	content: "";
	display: block;
	width: calc((100% - 60px) / 3);
	height: 0;
}
ul.mod_ul li {
	width: calc((100% - 60px) / 3);
	margin-top: 30px;
}
@media only screen and (max-width: 977px) {
	ul.mod_ul li {
		width: calc((100% - 30px) / 2);
	}
}
@media only screen and (max-width: 767px) {
	ul.mod_ul li {
		width: 100%;
	}
}
ul.mod_ul li img {
	width: 100%;
}
ul.mod_ul li span {
	display: inline-block;
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.mod_link {
	font-size: 1.8rem;
	font-weight: bold;
	color: #991d85;
	line-height: 1.4;
	margin-top: 20px !important;
}
.mod_link a {
	text-decoration: underline;
	display: inline-block;
}
.mod_link a:hover {
	text-decoration: none;
}
.mod_link .icon_after {
	display: inline-block;
	margin: 0 0 0 4px;
	color: #796e65;
}
.solution .mod_btnarea {
	padding-top: 40px;
	margin-top: 60px;
	border-top: solid 1px #dad5c9;
}
.solution ul.mod_textlist {
	margin: 32px 0 0;
}
