:root {
	--green: #009933;
	--red: #B20000;
	--noto: 'Noto Sans JP', sans-serif;
}

/* ------------------------------
.body-home 
------------------------------ */

.body-home {
	display: block;
}
.body-home main {
	flex: 0 1 auto;
	max-width: none;
}
.body-home .container {
	max-width: 1460px;
	padding: 0 30px;
}
.body-home img {
	max-width: 100%;
}
.body-home .green {
	color: var(--green);
}
.body-home .red {
	color: var(--red);
}
@media (max-width: 767px) {
	.body-home .container {
		max-width: 640px;
		padding: 0 20px;
	}
}

/* ------------------------------
カルーセル
------------------------------ */

.body-home .fv {
	position: relative;
}
.body-home .fv .mv-img {
	opacity: 0;
	transition: opacity .5s linear;
}
.body-home .fv .mv-img.slick-initialized {
	opacity: 1;
}
.body-home .fv .mv-img .slide-wrap {
	position: relative;
}
.body-home .fv .mv-img .slide-wrap .img-wrap {
	height: 100svh;
	min-height: 640px;
	max-height: 1000px;
	overflow: hidden;
}
.body-home .fv .mv-img .slide-wrap .img-wrap img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.body-home .fv .mv-img .slide-wrap .txt-wrap {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	padding: 30px 0;
}
.body-home .fv .mv-img .slick-slide.slick-scale img,
.body-home .fv .mv-img .slick-slide.slick-current img {
	animation-timing-function:linear;
	animation-duration: 10s;
	animation-name: scaleAnime;
	animation-fill-mode: forwards;
}
@keyframes scaleAnime{
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.3);
	}
}
@media (max-width: 767px) {
	.body-home .fv .mv-img .slide-wrap .txt-wrap {
		padding: 20px 0;
	}
}

/* ------------------------------
.header-index
------------------------------ */

.header-index {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
	width: 100%;
	max-width: 420px;
	transition: 0.3s;
}
.header-index .logo,
.header-index .logo-aem {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
}
.header-index .logo {
	height: 80px;
	padding-top: 5px;
}
.header-index .logo-aem {
	height: 35px;
	padding-top: 5px;
	margin-top: 1px;
}
.header-index .logo a {
	display: block;
}
@media (max-width: 991px) {
	.header-index {
		max-width: 400px;
		padding-right: 80px;
	}
	.header-index .logo {
		height: 60px;
	}
	.header-index .logo-aem {
		height: 30px;
	}
	.header-index .logo img {
		width: 90%;
	}
	.header-index .logo-aem img {
		width:60%;
	}
	.header-index .logo-aem.none {
		display: none;
	}
}


#header.header-top {
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0.0);
}
@media (max-width: 991px) {
	#header.header-top {
		position: absolute;
		transition: background-color 0.3s;
		z-index: 100;
	}
	#header.header-top .sp-header .navbar .container-fluid .navbar-header a.navbar-brand {
		position: relative;
		background-color: rgba(255,255,255,0.5);
	}
	#header.header-top .sp-header .navbar .container-fluid .navbar-header a.navbar-brand img {
		transition: opacity 0.3s;
	}
	#header.header-top .sp-header {
		border-bottom: none;
	}
	#header.header-top .sp-header .navbar .container-fluid .navbar-header #hamburger {
		background-color: rgba(255,255,255,0.5);
	}
	.nav-open #header.header-top {
		background-color: #ffffff;
	}
	.nav-open #header.header-top .sp-header .navbar .container-fluid .navbar-header #hamburger span {}
	#header.header-top .header-menu {
		background-color: rgba(0,0,0,0.5);
	}
	.navbar-header {
		height: 60px;
	}
	/*
	a.navbar-brand {
		display: none;
	}
	a.navbar-brand.open {
		display: block;
	}
	*/
}
@media (max-width: 767px) {
	#header.header-top .sp-header .navbar .container-fluid .navbar-header a.navbar-brand {
		
	}
}

/* ------------------------------
基本
------------------------------ */

.home-contents {
	font-size: 16px;
	line-height: 1.8;
	padding: 0;
}
.home-contents a {
	color: #212121;
}
@media(max-width:991px){
	.home-contents {
		border: none;
		font-size: 14px;
	}
}
.home-contents dl,
.home-contents dl dt,
.home-contents dl dd {
	margin: 0;
}
.home-contents .green {
	color: #009933;
}
.home-contents ul.none {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* ------------------------------
.main-copy
------------------------------ */

.home-contents .main-copy {
	padding: 20px 0;
}
.home-contents .main-copy .title {
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #212121;
	font-size: 24px;
	margin: 0;
}
.home-contents .main-copy .title span {
	display: block;
	font-size: 85%;
}
@media (max-width: 767px) {
	.home-contents .main-copy .title {
		font-size: 18px;
	}
}

/* ------------------------------
.section 基本
------------------------------ */

.home-contents .section {
	border-top: solid 1px #CCCCCC;
	padding: 80px 0;
}

/* .title-wrap */
.home-contents .section .title-wrap {
	text-align: center;
	margin-bottom: 30px;
}
.home-contents .section .title-wrap dl dt .h2 {
	line-height: 1.4;
	font-size: 36px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #212121;
	margin: 0;
}
.home-contents .section .title-wrap dl dt .h2 .small {
	display: block;
	font-size: 50%;
	font-weight: 700;
}
.home-contents .section .title-wrap dl dd.en {
	color: #009933;
	font-size: 14px;
	letter-spacing: 0;
	margin: 5px 0 0;
}
.home-contents .section .title-wrap dl + p {
	font-weight: 700;
	margin: 20px 0 0 0;
}
@media (max-width: 767px) {
	.home-contents .section .title-wrap dl dt .h2 {
		font-size: 28px;
	}
}

/* .to-lowerpage */
.home-contents .section .to-lowerpage {
	text-align: center;
	margin: 30px 0 0 0;
}
.home-contents .section .to-lowerpage a {
	position: relative;
	display: inline-block;
	line-height: 1.5;
	font-size: 16px;
	border: solid 2px #009933;
	background-color: #009933;
	border-radius: 80px;
	padding: 12px 35px;
	max-width: 100%;
	min-width: 240px;
	color: #ffffff;
}
.home-contents .section .to-lowerpage a .primary {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
.home-contents .section .to-lowerpage a .secondary {
	display: inline-block;
	font-size: 14px;
}
.home-contents .section .to-lowerpage a::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
}
@media (max-width: 767px) {
	.home-contents .section .to-lowerpage a {
		font-size: 14px;
		padding: 10px 25px;
	}
	.home-contents .section .to-lowerpage a .primary {
		display: inline-block;
		font-size: 16px;
	}
	.home-contents .section .to-lowerpage a .secondary {
		font-size: 14px;
	}
	.home-contents .section .to-lowerpage a::after {
		right: 10px;
	}
}

/* ------------------------------
デザイン制作実績
------------------------------ */

.home-contents .product {
	border-top: none;
	padding: 0;
}

/* .img-wrap */
.home-contents .product .img-wrap {
	position: relative;
	display: block;
	padding: 40px 20px;
}
.home-contents .product .img-wrap .bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.home-contents .product .img-wrap .bg-wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.home-contents .product .img-wrap .bg-wrap img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.home-contents .product .img-wrap dl {
	position: relative;
	text-align: center;
	color: #ffffff;
	z-index: 1;
}
.home-contents .product .img-wrap dl dt .h2 {
	line-height: 1.4;
	font-size: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	margin: 0 0 0.15em 0;
}
.home-contents .product .img-wrap dl dt .en {
	display: inline-block;
	background-color: #009933;
	border-radius: 20px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 15px;
	margin-bottom: 10px;
}
.home-contents .product .img-wrap dl dd {
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1.6;
}
.home-contents .product .img-wrap dl dd .num-wrap {
	line-height: 1;
	margin: 0 0 5px;
}
.home-contents .product .img-wrap dl dd .num-wrap > * {
	padding: 0 10px;
}
.home-contents .product .img-wrap dl dd .num-wrap .ja {
	font-size: 19px;
	font-weight: 400;
	margin: 0 0 5px 0;
}
.home-contents .product .img-wrap dl dd .num-wrap .num {
	font-family: 'Oswald', sans-serif;
	font-size: 90px;
	font-weight: 500;
}
.home-contents .product .img-wrap dl dd p {
	margin: 0;
}
@media (max-width: 767px) {
	.home-contents .product .img-wrap {
		padding: 60px 20px;
	}
	.home-contents .product .img-wrap dl dt .h2 {
		font-size: 28px;
	}
	.home-contents .product .img-wrap dl dd {
		font-size: 16px;
	}
	.home-contents .product .img-wrap dl dd .num-wrap .ja {
		font-size: 110%;
	}
	.home-contents .product .img-wrap dl dd .num-wrap .num {
		font-size: 56px;
	}
}

/* .category-list */
.home-contents .product .category-list .row {
	border-left: 1px solid #707070;
	margin: 0;
}
.home-contents .product .category-list .row li {
	display: flex;
	padding: 0;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.home-contents .product .category-list a {
	position: relative;
	width: 100%;
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 15px 15px;
}
.home-contents .product .category-list a::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border: 1px solid #009933;
	color: #009933;
	border-radius: 50%;
}
.home-contents .product .category-list a .h3 {
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.home-contents .product .category-list a dl.title .en {
	display: inline-block;
	background-color: #009933;
	border-radius: 20px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: normal;
	padding: 4px 15px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #ffffff;
}
.home-contents .product .category-list a dl.num {
	margin-top: 0;
}
.home-contents .product .category-list a dl.num .publish {
	position: relative;
	display: inline-block;
	font-weight: 400;
	line-height: 1;
	margin: 10px 0 0 0;
}
.home-contents .product .category-list a dl.num dd {
	font-family: 'Oswald', sans-serif;
	font-size: 58px;
	font-weight: 500;
	line-height: 1;
	margin-top: -0.05em;
}
@media (min-width: 768px) {
	.home-contents .product .category-list a dl.num .publish {
		font-size: 17px;
	}
	.home-contents .product .category-list a.new div {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		max-width: 550px;
	}
	.home-contents .product .category-list a.new dl.new-img {
		max-width: 200px;
	}
	.home-contents .product .category-list a.new dl.new-img img {
		width: 100%;
		max-width: 200px;
		height: auto;
	}
	.home-contents .product .category-list a.new dl.title .h3 {
		font-size: 18px;
	}
	.home-contents .product .category-list a.new dl.title-left {
		display: none;
	}
	.home-contents .product .category-list a.new dl.num {
		width: 100px;
	}
	.home-contents .product .category-list a.new dl.num .publish {
		font-size: 14px;
		margin-top: 20px;
	}
	.home-contents .product .category-list a.new dl.num dd {
		font-size: 54px;
	}
	.home-contents .product .category-list a.lower {
		padding-left: 10px;
		padding-right: 10px;
	}
	.home-contents .product .category-list a.lower div {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 300px;
	}
	.home-contents .product .category-list a.lower dl.title {
		flex-basis: 100%;
		max-width: 100%;
	}
	.home-contents .product .category-list a.lower .title-left {
		text-align: right;
	}
	.home-contents .product .category-list a.lower .publish {
		font-size: 14px;
	}
	.home-contents .product .category-list a.lower .num {
		padding-left: 5px;
		padding-right: 25px;
		text-align: right;
		width: 100px;
	}
	.home-contents .product .category-list a.lower dl.num dd {
		font-size: 54px;
		min-width: 0;
	}
	.home-contents .product .category-list a.lower .h3 {
		font-size: 18px;
	}
	.home-contents .product .category-list a.logo .title-left {	}
	.home-contents .product .category-list a.logo .num {
		width: 80px;
	}
}
@media (min-width: 1400px) {
	.home-contents .product .category-list a.new {
		padding: 8px 50px 8px 8px;
	}
	.home-contents .product .category-list a.new dl.title {
		margin-left: 10px;
	}
	.home-contents .product .category-list a.new dl.num .publish {
		font-size: 16px;
		margin-top: 10px;
	}
	.home-contents .product .category-list a.lower dl.num dd {
		margin-top: -0.1em;
	}
}
@media (max-width: 1399px) {
	.home-contents .product .category-list a.new {
		padding-left: 10px;
		padding-right: 10px;
	}
	.home-contents .product .category-list a.new div {
		display: block;
	}
	.home-contents .product .category-list a.new dl.title {}
	.home-contents .product .category-list a.new dl.title .h3-wrap br {
		display: none;
	}
	.home-contents .product .category-list a.new dl.new-img {
		display: none;
	}
	.home-contents .product .category-list a.new dl.title-left {
		display: block;
		text-align: right;
		margin-left: auto;
	}
	.home-contents .product .category-list a.new dl.num .publish {
		margin-top: 0;
	}
	.home-contents .product .category-list a.new .num  {
		padding-right: 5px;
		text-align: center;
		margin: 0 auto;
	}
	.home-contents .product .category-list a.lower div {
		display: block;
	}
	.home-contents .product .category-list a.lower .title-left {
		text-align: center;
	}
	.home-contents .product .category-list a.lower .num  {
		padding-right: 5px;
		text-align: center;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.home-contents .product .category-list a .h3 {
		font-size: 16px;
	}
}

/* ------------------------------
実績リリース情報
------------------------------ */

.home-contents .product-news {
	border: none;
	padding: 10px 0 20px 0;
}
.home-contents .product-news .title-wrap {
	margin: 0;
}
.home-contents .product-news .title-wrap dl dt .h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.home-contents .product-news .title-wrap dl dd {
	font-size: 12px;
	font-weight: 700;
}
.home-contents .product-news .title-wrap dl dd a:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #009933;
	font-weight: normal;
	margin-left: 0.4em;
}
@media (min-width: 768px) {
	.home-contents .product-news .title-wrap dl {
		position: relative;
	}
	.home-contents .product-news .title-wrap dl dd {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media (max-width: 767px) {
	.home-contents .product-news .title-wrap dl dt .h2 {
		font-size: 20px;
	}
	.home-contents .product-news .title-wrap dl dd {
		margin-bottom: 20px;
	}
}
.home-contents .product-news .list-wrap ul {
	margin: 0 -5px;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.home-contents .product-news .list-wrap ul li {
	width: 16.66%;
	padding: 0 5px;
	margin-bottom: 30px;
}
.home-contents .product-news .list-wrap ul li a {
	display: block;
}
.home-contents .product-news .list-wrap ul li a dl dt img {
	width: 100%;
	aspect-ratio: 1 / 1;
}
.home-contents .product-news .list-wrap ul li a dl dd .time {
	font-size: 12px;
	color: #666666;
	margin: 15px 0 5px 0;
}
.home-contents .product-news .list-wrap ul li a dl dd .h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
.home-contents .product-news .list-wrap ul li a dl dd .overview {
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}
@media (max-width: 1199px) {
	.home-contents .product-news .list-wrap ul li {
		width: 25%;
	}
}
@media (max-width: 767px) {
	.home-contents .product-news .list-wrap ul li {
		width: 33.33%;
	}
	.home-contents .product-news .list-wrap ul li a dl dd .h4 {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.home-contents .product-news .list-wrap ul li {
		width: 50%;
	}
}

.home-contents .product-news {
	margin-top: 40px;
}
.home-contents .product-news .title-wrap {
	margin-bottom: 30px;
}

/* 要件テーマ別 */
.home-contents .product-search {
	padding: 40px 0;
}
.home-contents .product-search .h3 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}
.home-contents .product-search ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.home-contents .product-search ul li {
	display: inline-block;
}
.home-contents .product-search ul li a {
	display: block;
	background-color: #EEEEEE;
	border-radius: 100px;
	font-weight: 700;
	line-height: 1.4;
	padding: 10px 20px;
	margin: 0 5px 10px 0;
}
.home-contents .product-search ul li a:before {
	content: "#";
	margin-right: 0.4em;
}
@media (max-width: 767px) {
	.home-contents .product-search .h3 {
		font-size: 18px;
	}
}

/* ------------------------------
.client
------------------------------ */

.home-contents .client .client-logo {
	padding: 10px 0 0 0;
}
.home-contents .client .logo-wrap {
  display: flex;
  overflow: hidden;
}
.home-contents .client .logo-wrap ul {
  display: flex;
  list-style: none;
}
.home-contents .client .left-wrap ul {
	animation :infinity-left 95s infinite linear 0.5s both;
}
.home-contents .client .right-wrap ul {
	animation :infinity-right 95s infinite linear 0.5s both;
}
.home-contents .client .logo-wrap ul li {
	width: 200px;
	padding: 0 10px;
}
.home-contents .client .logo-wrap ul li img {
	width: 100%;
}
@keyframes infinity-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes infinity-right {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}

/* ------------------------------
.en-title
------------------------------ */

.home-contents .section .en-title .en {
	font-size: 100px;
	font-weight: 300;
	line-height: 1;
}
.home-contents .section .en-title .ja {
	font-size: 28px;
	margin: 0 0 30px 0;
}
@media (max-width: 991px) {
	.home-contents .section .en-title .en {
		font-size: 100px;
	}
	.home-contents .section .en-title .ja {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.home-contents .section .en-title .en {
		font-size: 64px;
	}
	.home-contents .section .en-title .ja {
		font-size: 20px;
	}
}

/* ------------------------------
.creative-design
------------------------------ */

.home-contents .creative-design {
	padding-top: 100px;
}
.home-contents .creative-design .cd-title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px 0 20px 0;
}
.home-contents .creative-design .cd-title .title {
	font-size: 28px;
	line-height: 1.4;
	margin: 0 0.4em 0 0;
}
.home-contents .creative-design .cd-title .title > * {
	display: inline-block;
}
.home-contents .creative-design .cd-title .title .ja {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
.home-contents .creative-design .cd-title a {
	position: relative;
	display: flex;
	align-items: center;
	width: fit-content;
	height: 30px;
	background-color: var(--green);
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	padding: 0 25px 0 10px;
}
.home-contents .creative-design .cd-title a::after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-55%);
	font-family: FontAwesome;
	content: "\f105";
	font-weight: 400;
}
.home-contents .creative-design .cd-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.home-contents .creative-design .cd-list ul li {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 30px;
}
.home-contents .creative-design .cd-list ul li a {
	display: block;
}
.home-contents .creative-design .cd-list .img-wrap {
	display: flex;
	margin: 0 -1px;
	aspect-ratio: 10 / 4;
}
.home-contents .creative-design .cd-list .img-wrap > * {
	height: 100%;
	overflow: hidden;
	padding: 0 1px;
}
.home-contents .creative-design .cd-list .img-wrap > *:nth-child(1) {
	width: 30%;
}
.home-contents .creative-design .cd-list .img-wrap > *:nth-child(2) {
	width: 70%;
}
.home-contents .creative-design .cd-list .img-wrap > * img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.home-contents .creative-design .cd-list .txt-wrap {
	font-size: 14px;
	line-height: 1.6;
}
.home-contents .creative-design .cd-list .txt-wrap .title {
	font-size: 110%;
	font-weight: 700;
	margin: 15px 0 5px 0;
}
@media (max-width: 991px) {
	.home-contents .creative-design .cd-title .title {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.home-contents .creative-design .cd-title {
		display: block;
	}
	.home-contents .creative-design .cd-title .title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.home-contents .creative-design .cd-list ul li {
		width: 100%;
	}
}

/* ------------------------------
.client-voice
------------------------------ */

.home-contents .client-voice .client-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.home-contents .client-voice .client-list ul li {
	width: 33.33%;
	padding: 0 10px;
}
.home-contents .client-voice .client-list ul li a {
	display: block;
}
.home-contents .client-voice .client-list dl dt .title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.home-contents .client-voice .client-list dl dd.img {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
}
.home-contents .client-voice .client-list dl dd.txt {
	font-size: 14px;
	line-height: 1.6;
}
.home-contents .client-voice .client-list dl dd.txt strong {
	display: block;
	font-size: 110%;
	margin: 10px 0 5px 0;
}
@media (max-width: 991px) {
	.home-contents .client-voice .client-list dl dt .title {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.home-contents .client-voice .client-list ul li {
		width: 100%;
	}
	.home-contents .client-voice .client-list ul li + li {
		margin-top: 50px;
	}
}

/* ------------------------------
.seminar
------------------------------ */

.home-contents .seminar .title-wrap .title {
	font-size: 32px;
	font-weight: 700;
}
.home-contents .seminar .title-wrap a {
	display: block;
	width: fit-content;
	color: #009933;
	text-decoration: underline;
	font-size: 90%;
	margin: 5px auto 0 auto;
}
.home-contents .seminar .list-wrap {
	background-color: #eeeeee;
	padding: 1px 0 30px 0;
}
.home-contents .seminar .list-wrap .txt-wrap {
	text-align: center;
	font-weight: 700;
	margin-top: -20px;
}
.home-contents .seminar #common-online-seminar li {
	width: 20%;
}
.home-contents .seminar #common-online-seminar li a .category-name {
	font-size: 110%;
	background-color: #ffffff;
}
.home-contents .seminar #common-online-seminar li a .date-wrapper dt,
.home-contents .seminar #common-online-seminar li a .date-wrapper dd .week {
	font-size: 110%;
	line-height: 1.2;
}
@media (max-width: 1299px) {
	.home-contents .seminar #common-online-seminar li {
		width: 33.33%;
	}
	.home-contents .seminar .list-wrap .txt-wrap {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.home-contents .seminar .title-wrap .title {
		font-size: 24px;
	}
	.home-contents .seminar #common-online-seminar li {
		width: 50%;
	}
}
@media (max-width: 575px) {
	.home-contents .seminar #common-online-seminar li {
		width: 100%;
	}
}

/* ------------------------------
.whitepaper
------------------------------ */

.home-contents .creative-menu {
	border-top: none;
}
.home-contents .section-row {
	margin: 0;
	padding: 0 5px;
}
.home-contents .section-row > * {
	display: flex;
	padding: 0 5px;
}
.home-contents .section-row .section {
	border: none;
	width: 100%;
	padding: 40px 20px;
}
.home-contents .section-row .section .inner {
	width: 100%;
}
.home-contents .whitepaper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-contents .whitepaper .img-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
.home-contents .whitepaper .img-wrap:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.home-contents .whitepaper .img-wrap img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.home-contents .whitepaper .title-wrap .icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #009933;
	border-radius: 50%;
	font-size: 32px;
	color: #ffffff;
	font-weight: normal;
	margin: 0 auto;
}
.home-contents .whitepaper .title-wrap .title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	color: #ffffff;
	margin: 10px 0;
}

@media (min-width: 992px) {
	
}
@media (max-width: 767px) {
	.home-contents .whitepaper .title-wrap .title {
		font-size: 24px;
	}
}

/* ------------------------------
.blog
------------------------------ */

.home-contents .blog {
	background-color: #eeeeee;
}
.home-contents .blog .title-wrap {
	margin-bottom: 20px;
}
.home-contents .blog .title-wrap .title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}
.home-contents .blog .title-wrap .title div {
	font-size: 28px;
	margin-bottom: 5px;
}
.home-contents .blog .title-wrap .title .small {
	display: block;
	font-size: 18px;
}
.home-contents .blog .list-wrap ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.home-contents .blog .list-wrap ul li {
	width: 33.33%;
	padding: 0 5px;
}
.home-contents .blog .list-wrap .time {
	font-size: 12px;
	margin: 10px 0 5px 0;
}
.home-contents .blog .list-wrap .title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}
@media (max-width: 767px) {
	.home-contents .blog {
		margin-top: 10px;
	}
	.home-contents .blog .title-wrap .title {
		font-size: 24px;
	}
	.home-contents .blog .title-wrap .title div {
		font-size: 20px;
	}
	.home-contents .blog .title-wrap .title .small {
		font-size: 16px;
	}
	.home-contents .blog .contents-list-wrap > ul li a dl dd > .h3 {
		font-size: 14px;
	}
	.home-contents .blog .list-wrap {
		max-width: 600px;
		margin: 0 auto;
	}
	.home-contents .blog .list-wrap ul li {
		width: 100%;
	}
	.home-contents .blog .list-wrap ul li + li {
		margin-top: 30px;
	}
}

/* ------------------------------
.creative-menu
------------------------------ */

.home-contents .creative-menu .row {
	margin: 0;
}
.home-contents .creative-menu .row > * {
	display: flex;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 40px 20px;
}
.home-contents .creative-menu .row > *:last-child {
	border-right: none;
}
.home-contents .creative-menu .inner {
	text-align: center;
	line-height: 1.6;
	width: 100%;
}
.home-contents .creative-menu .col-menu dl dt {
	margin-bottom: 20px;
}
.home-contents .creative-menu .col-menu .ja {
	margin: 0 0 5px 0;
}
.home-contents .creative-menu .col-menu .small {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}
.home-contents .creative-menu .col-menu .title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--green);
	margin: 0 0 5px 0;
}
@media (min-width: 768px) {
	.home-contents .creative-menu .inner {
		position: relative;
		width: 100%;
		padding-bottom: 70px;
	}
	.home-contents .creative-menu .inner .to-lowerpage {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		width: 100%;
		max-width: 360px;
	}
}

/* ------------------------------
TOPICS
------------------------------ */

.home-contents .pamphlet-news {
	padding: 0 0 60px;
}
.home-contents .pamphlet-news .news-title {
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 10px 30px;
	text-align: center;
}
.home-contents .pamphlet-news .news-title dl {
	max-width: 1200px;
	margin: 0 auto;
}
.home-contents .pamphlet-news .news-title dl dt .h2 {
	line-height: 1.4;
	font-size: 28px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #212121;
	margin: 0;
}
.home-contents .pamphlet-news .news-title dl dd {
	font-size: 14px;
}
.home-contents .pamphlet-news .news-title dl dd .en {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #009933;
	margin: 2px 0 0 0;
}
.home-contents .pamphlet-news .news-title dl dd a {
	font-weight: bold;
}
.home-contents .pamphlet-news .news-title dl dd a:after {
	font-family: FontAwesome;
	content: "\f105";
	color: #009933;
	font-weight: normal;
	margin-left: 0.4em;
}
@media(min-width:768px) {
	.home-contents .pamphlet-news .news-title dl {
		position: relative;
	}
	.home-contents .pamphlet-news .news-title dl dd a {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		display: inline-block;
	}
}
@media(max-width:767px) {
	.home-contents .pamphlet-news .news-title {
		padding: 15px 20px;
	}
	.home-contents .pamphlet-news .news-title dl dt .h2 {
		font-size: 24px;
	}
	.home-contents .pamphlet-news .news-title dl dd .en {
		font-size: 12px;
		margin-bottom: 10px;
	}
}

/*リスト*/
.home-contents .pamphlet-news .contents-list-wrapper {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
.home-contents .pamphlet-news-wrapper .contents-list-wrapper .contents-list-box > ul.row > li {
	display: flex;
}
.home-contents .pamphlet-news-wrapper .contents-list-wrapper .contents-list-box > ul.row > li > a {
	display: flex;
	border-bottom: solid 1px #CCCCCC;
	padding: 15px 0;
	width: 100%;
}
.home-contents .pamphlet-news-wrapper .contents-list-wrapper .contents-list-box > ul.row > li > a > dl {
	display: flex;
}
.home-contents .pamphlet-news-wrapper .contents-list-wrapper .contents-list-box > ul.row > li > a > dl > dt {
	flex-basis: 80px;
	flex-shrink: 0;
	flex-grow: 0;
}
.home-contents .pamphlet-news-wrapper .contents-list-wrapper .contents-list-box > ul.row > li > a > dl > dt > img {
	max-width: 100%;
	height: auto;
}
.home-contents .pamphlet-news-wrapper .contents-list-wrapper .contents-list-box > ul.row > li > a > dl > dd {
	margin: 0 0 0 20px;
}
.home-contents .pamphlet-news-wrapper .contents-list-wrapper .contents-list-box > ul.row > li > a > dl > dd > .time {
	line-height: 1;
	font-size: 12px;
	margin: 0 0 5px;
	color: #666666;
}
.home-contents .pamphlet-news-wrapper .contents-list-wrapper .contents-list-box > ul.row > li > a > dl > dd > .h4 {
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
	color: #212121;
	margin: 0;
}
.home-contents .pamphlet-news-wrapper.topics-news {
	padding-bottom: 0;
}
.home-contents .pamphlet-news-wrapper.topics-news .contents-list-wrapper .contents-list-box > ul.row > li > a > dl > dd > .h4 {
	font-weight: normal;
}
.home-contents .pamphlet-news-wrapper .contents-list-wrapper .contents-list-box > ul.row > li > a > dl > dd > .overview {
	line-height: 1.4;
	font-size: 14px;
	color: #212121;
	margin: 5px 0 0;
}
@media(max-width:767px){
	.home-contents .pamphlet-news .contents-list-wrapper {
		padding: 0 20px;
	}
	.home-contents .pamphlet-news-wrapper .contents-list-wrapper .contents-list-box > ul.row > li > a > dl > dd {
		margin-left: 15px;
	}
}

/* ------------------------------
業務提携コンテンツ
------------------------------ */

.home-contents .partner {
	position: relative;
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid #cccccc;
	margin: 80px 0 0 0;
}
.home-contents .partner .container {
	max-width: 1260px;
}
.home-contents .partner .color {
	color: #C8994B !important;
}
.home-contents .partner .title-wrap .icon {
	margin-bottom: 5px;
}
.home-contents .partner .bn-wrapper .row {
	margin: 0 -10px;
}
.home-contents .partner .bn-wrapper .row > * {
	display: flex;
	padding: 0 10px;
}
.home-contents .partner .bn-wrapper a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 25px 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	line-height: 1.6;
}
.home-contents .partner .bn-wrapper a .link-inner {
	width: 100%;
}
.home-contents .partner .bn-wrapper a .link-name {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 56px;
	line-height: 1.2;
	margin: 0 0 5px 0;
}
.home-contents .partner .bn-wrapper a .link-name span {
	display: inline-block;
}
.home-contents .partner .bn-wrapper a .link-name .small {
	font-size: 0.8em;
	font-weight: 900;
}
.home-contents .partner .bn-wrapper a .link-body {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 0;
}
.home-contents .partner .bn-wrapper a .arrow {
	position: absolute;
	right: 15px;
	bottom: 20px;
	font-size: 35px;
	width: 1em;
	height: 1em;
	border: solid 2px #C8994B;
	border-radius: 0.5em;
}
.home-contents .partner .bn-wrapper a .arrow::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	line-height: 1;
	font-size: 0.45em;
	color: #C8994A;
	top: 50%;
	left: 50%;
	transform: translate(-40%,-50%);
}
/*welcome*/
.home-contents .partner .bn-wrapper a.welcome .link-body {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
/*wanted*/
.home-contents .partner .bn-wrapper a.wanted .link-body {
	font-size: 16px;
}
.home-contents .partner .bn-wrapper a.wanted .link-body .marker {
	background-color: #ffff00;
}
@media (max-width:1199px) {
	.home-contents .partner .bn-wrapper a {
		padding: 20px;
	}
	.home-contents .partner .bn-wrapper a .link-name {
		font-size: 32px;
	}
	.home-contents .partner .bn-wrapper a .arrow {
		right: 10px;
		bottom: 10px;
		font-size: 25px;
		padding: 0 0 0 1px;
	}
	/*welcome*/
	.home-contents .partner .bn-wrapper a.welcome .link-body {
		font-size: 20px;
	}
	/*wanted*/
	.home-contents .partner .bn-wrapper a.wanted .link-body {
		font-size: 14px;
	}
}
@media (max-width:767px) {
	.home-contents .partner .bn-wrapper .row > * + * {
		margin-top: 15px;
	}
	.home-contents .partner .bn-wrapper a:hover {
		opacity: 1;
	}
	.home-contents .partner .bn-wrapper a .link-name {
		font-size: 24px;
	}
	/*welcome*/
	.home-contents .partner .bn-wrapper a.welcome .link-body {
		font-size: 14px;
	}
	/*wanted*/
	.home-contents .partner .bn-wrapper a.wanted .link-body br {
		display: none
	}
}

/* ------------------------------
アイムゴールズ宣言
------------------------------ */

.body-home {
	position: relative;
	z-index: 2;
	padding-top: 0;
	background-color: #ffffff;
}
.body-home nav.g-navi-wrapper {
	z-index: 2;
	background-color: #ffffff;
}
.body-home .home-contents .aem-online {
	padding-bottom: 50px;
	border: none;
	z-index: 0;
}
.home-contents .aemgoals {
	position: relative;
	background-position: center center;
	background-size: cover;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-top: 50px;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
	padding: 80px 0;
	margin: 80px 0;
	z-index: 1;
}
.home-contents .aemgoals:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.05);
}
.home-contents .aemgoals > * {
	position: relative;
	z-index: 1;
}
@media (min-width: 992px) {
	.home-contents .aemgoals {
		
	}
	.home-contents .aemgoals {
		display: flex;
		align-items: center;
		width: 100%;
		height: 600px;
	}
}
@media (max-width: 991px) {
	.home-contents .aemgoals {
		background-attachment: scroll;
	}
}
.home-contents .aemgoals dl {
	display: inline-block;
	margin-bottom: 1.5em;
}
.home-contents .aemgoals dl dd {
	display: inline-block;
	font-family: "Ryumin Bold KL", serif;
}
.home-contents .aemgoals dl dd .title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	margin: 0.8em 0 0.3em 0;
}
.home-contents .aemgoals dl dd p {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #AC2B2A;
}
.home-contents .aemgoals dl dd p:before{
	position: absolute;
	left: 0;
	top: calc(50% + 0.1em);
	content: "";
	width: 100px;
	height: 1px;
	background-color: #AC2B2A; 
}
.home-contents .aemgoals dl dd p:after {
	position: absolute;
	right: 0;
	top: calc(50% + 0.1em);
	content: "";
	width: 100px;
	height: 1px;
	background-color: #AC2B2A; 
}
.home-contents .aemgoals dl dd p span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	z-index: 1;
}
@media (max-width: 767px) {
	.home-contents .aemgoals dl dt {
		font-size: 48px;
	}
	.home-contents .aemgoals dl dd .title {
		font-size: 28px;
	}
	.home-contents .aemgoals dl dd p {
		font-size: 16px;
	}
	.home-contents .aemgoals dl dd p:before,
	.home-contents .aemgoals dl dd p:after {
		width: 80px;
	}
}
@media (max-width: 575px) {
	.home-contents .aemgoals dl dt {
		font-size: 40px;
	}
	.home-contents .aemgoals dl dd .title {
		font-size: 24px;
	}
	.home-contents .aemgoals dl dd p {
		font-size: 14px;
	}
}
.home-contents .aemgoals a {
	position: relative;
	display: block;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-radius: 50px;
	max-width: 640px;
	padding: 20px 40px;
	margin: 0 auto;
}
.home-contents .aemgoals a:after {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-family: FontAwesome;
	content: "\f105";
	font-size: 24px;
	color: #AC2B2A; 
}
.home-contents .aemgoals a img {
	width: 100%;
	max-width: 400px;
}
@media (max-width: 767px) {
	.home-contents .aemgoals a {
		max-width: 360px;
		padding: 15px 40px;
	}
	.home-contents .aemgoals a:after {
		right: 15px;
		font-size: 16px;
	}
}

/*--------------------------------------------------*/
/* .owned-media */
/*--------------------------------------------------*/

.home-contents .owned-media {
	border: none;
	padding-top: 0;
}
.home-contents .owned-media ul {
	margin: 0 -10px;
}
.home-contents .owned-media ul li {
	padding: 0 10px;
	text-align: center;
}
.home-contents .owned-media ul li .h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 5px;
}
.home-contents .owned-media ul li .en {
	color: var(--green);
	font-size: 12px;
	font-weight: 700;
}
.home-contents .owned-media ul li dl dt {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.home-contents .owned-media ul li dl dt img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) {
	.home-contents .owned-media .container {
		max-width: 1260px;
	}
}
@media (max-width: 767px) {
	.home-contents .owned-media ul li .h3 {
		font-size: 14px;
	}
}

/*--------------------------------------------------*/
/* .various */
/*--------------------------------------------------*/

.home-contents .various {
	padding-top: 50px;
}
.home-contents .various ul.row {
	margin: 0 -10px;
}
.home-contents .various ul.row > li {
	display: flex;
	padding: 0 10px;
}
.home-contents .various dl {
	font-size: 14px;
	width: 100%;
	border: 1px solid #cccccc;
}
.home-contents .various dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	min-height: 55px;
	font-size: 110%;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 5px 15px;
}
.home-contents .various dl dt span {
	display: block;
	width: 100%;
	font-weight: 400;
}
.home-contents .various dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: calc(100% - 55px);
	padding: 10px 15px;
}
.home-contents .various .row > li dl dd img {
	display: block;
	margin: 0 auto;
}
.home-contents .various .row > li:nth-child(2) dl dd ul {
	display: flex;
	flex-wrap: wrap;
}
.home-contents .various .row > li:nth-child(2) dl dd ul li {
	text-align: center;
}
.home-contents .various .row > li:nth-child(2) dl dd ul li:nth-child(1) {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.home-contents .various .row > li:nth-child(2) dl dd ul li:nth-child(2),
.home-contents .various .row > li:nth-child(2) dl dd ul li:nth-child(3) {
	width: 50%;
}
.home-contents .various .row > li:nth-child(2) dl dd ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.home-contents .various .row > li:nth-child(2) dl dd .flex-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
	text-align: left;
	margin: 0 -5px;
}
.home-contents .various .row > li:nth-child(2) dl dd .flex-wrap > * {
	padding: 0 5px;
}
.home-contents .various .row > li:nth-child(2) dl dd ul li img {
	border: 1px solid #dddddd;
}
@media (min-width: 768px) {
	.home-contents .various .container {
		max-width: 1260px;
	}
}
@media (max-width: 991px) {
	.home-contents .various .row > li + li {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.home-contents .various dl {
		font-size: 13px;
	}
	.home-contents .various dl dd {
		height: auto;
	}
}

/*--------------------------------------------------*/
/* 年末年始用テロップ */
/*--------------------------------------------------*/

/* MARQUEE */

.marqueeRightLeft {
	position: relative;
	overflow: hidden;
	text-align: left;
	font-size: 15px;
	padding: 15px 0;
	border-bottom: 1px solid #cccccc;
}
.marqueeRightLeft span {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}

@media (min-width: 768px) {}
@media (max-width: 767px) {}

.marqueeRightLeft p:after {
	content: "";
	white-space: nowrap;
}
.marqueeRightLeft p {
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	white-space: nowrap;
		-webkit-animation-name:marqueeRL;
		-webkit-animation-timing-function:linear;
		-webkit-animation-duration:25s;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-name:marqueeRL;
		-moz-animation-timing-function:linear;
		-moz-animation-duration:25s;
		-moz-animation-iteration-count:infinite;
		-ms-animation-name:marqueeRL;
		-ms-animation-timing-function:linear;
		-ms-animation-duration:25s;
		-ms-animation-iteration-count:infinite;
		-o-animation-name:marqueeRL;
		-o-animation-timing-function:linear;
		-o-animation-duration:25s;
		-o-animation-iteration-count:infinite;
		animation-name:marqueeRL;
		animation-timing-function:linear;
		animation-duration:25s;
		animation-iteration-count:infinite;
}

@-webkit-keyframes marqueeRL {
	from {-webkit-transform:translate(0);} to {-webkit-transform:translate(-100%);}
}
@-moz-keyframes marqueeRL {
	from {-moz-transform:translate(0);} to {-moz-transform:translate(-100%);}
}
@-ms-keyframes marqueeRL {
	from {-ms-transform:translate(0);} to {-ms-transform:translate(-100%);}
}
@-o-keyframes marqueeRL {
	from {-o-transform:translate(0);} to {-o-transform:translate(-100%);}
}
@keyframes marqueeRL {
	from {transform:translate(0);} to {transform:translate(-100%);}
}
.marqueeRightLeft strong {
	color: #AC2B2A;
}

/*--------------------------------------------------*/
/* .responsive-footer */
/*--------------------------------------------------*/

.responsive-footer .address-wrap {
	text-align: left;
	width: fit-content;
	padding: 30px 0;
	margin: 0 auto;
}
.responsive-footer .address-wrap dl + dl {
	margin-top: 0.3em;
}
.responsive-footer .address-wrap dl dt a {
	text-decoration: underline;
}
@media (min-width: 768px) {
	.responsive-footer .address-wrap dl {
		display: flex;
	}
	.responsive-footer .address-wrap dl dt {
		width: 4em;
	}
	.responsive-footer .address-wrap dl dt a:hover {
		text-decoration: none;
	}
}
@media (max-width: 991px) {
	.responsive-footer .address-wrap {
		font-size: 14px;
	}
}
