@charset "utf-8";

#gNav.fixed {
	display: none;
}

img.sp {
	display: none;
}

img.spOnly {
	display: none;
}

@media only screen and (max-width: 640px) {
	.page {
		overflow: hidden;
		width: 100%;
	}

	img.sp {
		display: inline-block;
	}

	span.sp {
		display: inline;
	}

	img.sp + img,
	span.sp + span {
		display: none;
	}

	img.pcOnly {
		display: none;
	}

	img.spOnly {
		display: inline-block;
	}
}

#gNav ul li.produced:hover .topTtl,
#gNav ul li.on.create:hover .underTtl {
	display: none;
}

#gNav ul li.produced:hover .underTtl,
#gNav ul li.on.create:hover .topTtl {
	display: block;
}

.btn_reno,
#ftrCV {
	display: none;
}

.none {
	display: none;
}

#mainVisual {
	position: relative;
}

#mainVisual img {
	width: 100%;
}

.flexslidersp {
	display: none;
}

.flexslidersp .flex-control-nav {
	bottom: 20px;
	z-index: 999;
}

.flexslidersp .flex-control-paging li a {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.pankuzuArea {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	max-width: 1160px;
	margin: 0 auto;
	padding: 15px 0;
	background: transparent;
	z-index: 1001;
	color: #fff;
}

.pankuzuArea a {
	color: #fff;
	cursor: pointer;
}

.pankuzuArea span.present {
	font-weight: bold;
	color: #fff;
}

/*
*/
@media only screen and (max-width: 1300px) {
	/*
	.pankuzuArea {
		display: none;
	}
	*/
}

@media only screen and (max-width: 640px) {
	.flexslidersp {
		display: block;
	}

	#mainVisual .pcImage {
		display: none;
	}
}

/*
	.pankuzuArea {
		clear: both;
		margin: 0 auto;
		font-size: 12px;
		font-smoothing: antialiased;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		     -o-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.pankuzuArea a {
		color: #333;
		cursor: pointer;
	}
	.pankuzuArea span.present {
		font-weight: bold;
		color: #333;
	}
	*/
@media only screen and (max-width: 1300px) {
	/*
	.pankuzuArea {
		display: none;
	}
	*/
}

article .wrap {
	max-width: 1000px;
}

.wrap__large {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 640px) {
	.wrap__large {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.slide__Mv {
	position: relative;
	/*padding: 0 calc(70 / 1440 * 100%);*/
	padding: 0;
}
/*
.slide__Mv::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc(70 / 1440 * 100%);
	height: auto;
	background: url(../imgs/top/img-mv-left.jpg) no-repeat center center;
	background-size: cover;
}

.slide__Mv::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: calc(70 / 1440 * 100%);
	height: auto;
	background: url(../imgs/top/img-mv-right.jpg) no-repeat center center;
	background-size: cover;
}
*/
.slide__Mv .copy {
	position: absolute;
	top: 50%;
	left: calc(140 / 1300 * 100%);
	width: calc(572 / 1300 * 100%);
	max-width: 572px;
	margin-top: -112px;
	z-index: 999;
}

.slide__Mv .copy img {
	vertical-align: middle;
}

.slide__Mv .copy__Device {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	position: absolute;
	top: 50%;
	right: calc(70 / 1300 * 100%);
	width: 340px;
	height: 340px;
	margin-top: -170px;
	background: rgba(255, 255, 255, .7);
	/*
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 2;
	text-align: center;
	z-index: 1002;
}

.slide__Mv .bx-wrapper .bx-prev,
.slide__Mv .bx-wrapper .bx-next {
	display: none;
}


.slide__Mv img.pcOnly {
}

.slide__Mv img.spOnly {
	display: none;
}

@media only screen and (max-width: 640px) {
	.slide__Mv {
		position: relative;
		padding: 0;
	}

	.slide__Mv::before,
	.slide__Mv::after {
		display: none;
	}

	.slide__Mv .copy img,
	.slide__Mv .copy__Device {
		display: none;
	}

	.slide__Mv img.pcOnly {
		display: none;
	}

	.slide__Mv img.spOnly {
		display: block;
	}
}

.section--interview {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #efefef;
}

.interview__row {
	margin-top: 50px;
}

.interview__row .clm3__item {
	width: calc(350 / 1100 * 100%);
	margin-left: 12.5px;
	margin-right: 12.5px;
	outline: none;
}

.interview__row .clm3__item .imgWrap {
	width: calc(300 / 350 * 100%);
	margin-left: 0;
}

.box__interview {
	width: calc(300 / 350 * 100%);
	margin-top: -18px;
	margin-left: auto;
	margin-right: 0;
	padding: 60px 0 53px;
	background: rgba(34, 73, 110, 1);
	mix-blend-mode: multiply;
	color: #fff;
	text-align: center;
}

@media only screen and (min-width: 641px) {
	.box__interview {
		height: 291px;
	}
}

.box__interview .ttl {
	display: inline-block;
}

.box__interview .lowTxt {
	margin-top: 30px;
	letter-spacing: .05em;
}

@media only screen and (min-width: 641px) {
	.box__interview .lowTxt {
		height: 89px;
	}
	}

.box__interview .more {
	display: block;
	width: 100px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.box__interview .more a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	outline: none;

	width: 100%;
	height: 30px;
	background: #fff;
	border: solid 1px #fff;
	font-size: 14px;
	font-weight: 700;
	color: #22496e;

	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.box__interview img {
	width: auto;
}

@media only screen and (min-width: 641px) {
	.box__interview .more a:hover {
		background: #22496e;
		border: solid 1px #fff;
		color: #fff;
	}
}

@media only screen and (max-width: 640px) {
	.section--interview {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.interview__row {
		margin-top: 30px;
	}

	.interview__row .clm3__item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	/*
		.interview__row .clm3__item:nth-child(n+2) {
			margin-top: 40px;
		}
	*/
	.interview__row .clm3__item .imgWrap {
		width: calc(400 / 670 * 100%);
		margin-left: auto;
		margin-right: auto;
	}

	.box__interview {
		width: calc(100% - 20px);
		padding: 40px 20px 30px;
		margin-right: auto;
		margin-left: auto;
	}

	.box__interview .lowTxt {
		margin-top: 20px;
		letter-spacing: .1em;
	}

	.box__interview .more {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 530px) {
	.box__interview {
		height: 220px;
	}
}

.section--gallery {
	position: relative;
	padding-top: 180px;
	background: #fff;
}

.section--gallery .wrap {
	position: relative;
	z-index: 1;
}

.section--gallery::before {
	content: "";
	position: absolute;
	top: 227px;
	bottom: 64px;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	background: #efefef;
}

.section--gallery .lowTxt + .flex {
	margin-top: 30px;
}

@media only screen and (max-width: 640px) {
	.section--gallery {
		padding-top: 50px;
		padding-bottom: 50px;
		background: #efefef;
	}

	.section--gallery::before {
		display: none;
	}

	.section--gallery .lowTxt + .flex {
		margin-top: 30px;
	}

	.section--gallery .clm2__item--lead {
		margin-top: 30px;
	}

	.section--gallery .lowHeading .sub__eng {
		position: absolute;
		top: -55px;
		left: 10px;
		padding-top: 0;
	}
}


.section--message {
	padding-top: 120px;
	background: #fff;
}

.section--message .wrap + .imgWrap {
	margin-top: 60px;
}

.section--message .imgWrap + .wrap {
	margin-top: 30px;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.section--message {
		padding-top: 60px;
		background: #fff;
	}

	.section--message .wrap + .imgWrap {
		margin-top: 30px;
	}

	.section--message .imgWrap + .wrap {
		margin-top: 20px;
		text-align: left;
	}
}


.section--modelroom {
	position: relative;
	padding-top: 180px;
	background: #fff;
}

.section--modelroom .wrap {
	position: relative;
	z-index: 1;
}

.section--modelroom::before {
	content: "";
	position: absolute;
	top: 225px;
	bottom: 45px;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	background: #efefef;
}

@media only screen and (max-width: 640px) {
	.section--modelroom {
		padding-top: 50px;
		padding-bottom: 50px;
		background: #efefef;
	}

	.section--modelroom::before {
		display: none;
	}
}


.section--reason {
	padding-top: 150px;
	background: #fff;
}

.section--reason .lowHeading__small {
	position: relative;
	padding: 10px 0 12px;
	background: #22496e;
	line-height: 1.5;
	color: #fff;
}
.section--reason .lowHeading__small::after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
}
.section--reason .lowHeading__small span {
	position: relative;
}
.section--reason .lowHeading__small small {
	position: relative;
	display: block;
}
.section--reason .lowHeading__small::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50px;
	right: 0;
	width: auto;
	height: auto;
	background: #22496e;
}

.reason__row {
	max-width: 900px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background: #efefef;
}

.reason__row + .reason__row {
	margin-top: 40px;
}

.reason__row .clm2__item--image {
	width: calc(240 / 900 * 100%);
}

.reason__row .clm2__item--text {
	width: calc(660 / 900 * 100%);
	padding: 0 50px;
}

.section--reason .btn__Normal {
	max-width: 420px;
	text-align: center;
}

.section--reason .btn__Normal + .btn__request {
	margin-top: 60px;
}

.section--reason .flex + .btn__Normal {
	margin-top: 50px;
}
@media only screen and (max-width: 640px) {
	.section--reason {
		padding-top: 80px;
	}
	.section--reason .lowHeading__small::before {
		left: -20px;
	}

	.reason__row {
		max-width: inherit;
		margin-top: 40px;
		background: transparent;
	}

	.reason__row + .reason__row {
		margin-top: 30px;
	}

	.reason__row .clm2__item--image {
		width: calc(400 / 670 * 100%);
		margin-left: auto;
		margin-right: auto;
	}

	.reason__row .clm2__item--text {
		width: 100%;
		margin-top: -30px;
		padding: 60px 20px 30px;
		background: #efefef;
	}

	.section--reason .flex + .btn__Normal {
		margin-top: 30px;
	}
}

.section--step {
	padding-top: 150px;
	padding-bottom: 150px;
	background: #fff;
}

.section--step .lowHeading + .imgWrap {
	margin-top: 60px;
}

.section--step .btn__Normal {
	max-width: 340px;
	margin-top: 60px;
}
.section--step .btn__request {
	margin-top: 60px;
}
@media only screen and (max-width: 640px) {
	.section--step {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.section--step .lowHeading + .imgWrap {
		margin-top: 30px;
	}

	.section--step .btn__Normal {
		margin-top: 30px;
	}
}

.section--contact {
	padding-top: 80px;
	padding-bottom: 80px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.section--contact .contact__button{
/*
	margin-top: 30px;
*/
}
.section--contact .contact__button small{
	color: #707070;
	display: block;
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
}

.section--contact .contact__list {
	margin-top: 40px;
}

.section--contact .contact__list ul {
	font-size: 0;
	letter-spacing: -.4em;
	line-height: 0;
}

.section--contact .contact__list ul li {
	position: relative;
	display: inline-block;
	margin: 0 40px;
	padding-left: 55px;
	vertical-align: middle;
}

.section--contact .contact__list ul li.icon__tel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 28px;
	background: url(../imgs/top/icon-tel.png) no-repeat center center;
}

.section--contact .contact__list ul li.icon__mail::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	width: 38px;
	height: 28px;
	background: url(../imgs/top/icon-mail.png) no-repeat center center;
}

.section--contact .caption__time {
	margin-top: 20px;
	font-size: 14px;
	color: #707070;
}

.section--contact img {
	width: auto;
}

@media only screen and (max-width: 640px) {
	.section--contact {
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 14px;
	}
	.section--contact .contact__button{
/*
		margin-top: 20px;
*/
	}
	.section--contact .contact__button small{
		margin-top: 20px;
		font-size: 9px;
	}
	.section--contact .contact__list {
		margin-top: 30px;
		margin-left: 40px;
		margin-right: 40px;
	}

	.section--contact .contact__list ul {
		font-size: 0;
		letter-spacing: -.4em;
		line-height: 0;
		text-align: left;
	}

	.section--contact .contact__list ul li {
		display: inline-block;
		margin: 0;
		padding-left: 45px;
	}

	.section--contact .contact__list ul li + li {
		margin-top: 20px;
	}

	.section--contact .contact__list ul li.icon__tel::before {
		top: -6px;
		width: 32px;
		background: url(../imgs/top/icon-tel.png) no-repeat center center;
		background-size: 100% auto;
	}

	.section--contact .contact__list ul li.icon__tel img {
		width: calc(262 / 480 * 100%)
	}

	.section--contact .contact__list ul li.icon__mail::before {
		top: -6px;
		left: 2px;
		width: 28px;
		height: 28px;
		background: url(../imgs/top/icon-mail.png) no-repeat center center;
		background-size: 100% auto;
	}

	.section--contact .contact__list ul li.icon__mail img {
		width: calc(339 / 480 * 100%)
	}

	.section--contact .caption__time {
		margin-top: 20px;
		font-size: 10px;
	}
}

.label__img {
	position: absolute;
	top: 1px;
	left: 1px;
	display: inline-block;
	padding: 18px 25px;
	background: #000;
	z-index: 1000;
}

.label__img--space {
	top: 28px;
	left: 28px;
}

.label__imgHeading {
	position: absolute;
	top: 0;
	left: 0;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: rgba(0, 0, 0, .4);
	z-index: 1000;
}
.label__imgHeading .label__img {
	position: static;
}
	.label__imgHeading .heading {
		padding: 0 15px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		-webkit-font-smoothing: antialiased;
		font-size: 18px;
		color: #fff;
	}

.box__qa {
	padding: 40px 20px;
}

.clmHalf__item .box__qa {
	padding: 20px 40px;
}

.box__qa--inner {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.clmHalf__item .box__qa--inner {
	max-width: inherit;
}

.box__qa .clm2__item {
	width: calc(490 / 1020 * 100%);
}

.qa__row > div:nth-child(n+3) {
	margin-top: 25px;
}

.qa__row + .qa__row {
	margin-top: 60px;
}

.clm2__item--icon {
	width: 40px;
}

.clm2__item--icon img {
	position: relative;
	top: -4px;
}

.clm2__item--question,
.clm2__item--answer {
	width: calc(100% - 40px);
}

	.columnBox {
		padding: 40px;
	}
	.columnBox .clmTwo__item {
		width: calc(520/1080*100%);
	}
	.columnBox .lowTxt {
		font-size: 14px;
		letter-spacing: -.02em;
		line-height: 2;
	}
	.columnHeading {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		-webkit-font-smoothing: antialiased;
		font-size: 18px;
		letter-spacing: .1em;
		line-height: 2;
	}
	.columnHeading + .flex,
	.columnHeading + .lowTxt {
		margin-top: 40px;
	}
@media only screen and (max-width: 640px) {
	.label__img {
		padding: 10px;
	}

	.label__img img {
		zoom: .7;
	}
	.label__img--space {
		top: 1px;
		left: 1px;
	}
	.label__imgHeading .heading {
		display: none;
	}


	.box__qa {
		padding: 30px 30px 50px;
	}

	.clmHalf__item .box__qa {
		padding: 30px 30px 50px;
	}

	.box__qa--inner {
		max-width: inherit;
	}

	.box__qa .clm2__item {
		width: 100%;
	}

	.qa__row > div:nth-child(n+3) {
		margin-top: 20px;
	}

	.qa__row + .qa__row {
		margin-top: 40px;
	}

	.clm2__item--icon img {
		top: -8px;
	}

	.qa__row > div .lowTxt {
		line-height: 1.8;
	}

	.columnBox {
		padding: 30px 30px 50px;
	}
	.columnBox .clmTwo__item {
		width: 100%;
	}
	.columnBox .clmTwo__item:nth-child(n+2) {
		margin-top: 20px;
	}
	.columnBox .lowTxt {
		font-size: 12px;
	}
	.columnHeading {
		font-size: 16px;
	}
	.columnHeading + .flex,
	.columnHeading + .lowTxt {
		margin-top: 30px;
	}
}

/* modal */
.modal {
	display: none;

	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
}

.modal__bg {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
}

.modal__content {
	position: absolute;
	top: calc(50% - 20px);
	left: 50%;
	width: 90%;
	max-width: 1160px;
	background: #fff;
	max-height: calc(100vh - 65px);

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal__contentInner {
	position: relative;
	padding: 1px;
	/*
			overflow-y: auto;
			height: 450px;
	*/
}

.modal__contentInner .is-order {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 736px) {
	.modal__contentInner .is-order {
		flex-direction: row;
	}
}

.modal__contentInner .color {
	color: #22496e;
	font-weight: 700;
}

/*
	.cp-modal__contentInner .cp-flex__slide {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 calc(60/920*100%);
		text-align: left;
	}
*/
a.js-modal-close::before {
	content: "";
	position: absolute;
	top: -16px;
	right: -16px;
	width: 36px;
	height: 36px;
	background: url(../imgs/top/icon-close.png) no-repeat 0 0;
	background-size: cover;
	z-index: 999;
	cursor: pointer;
}

@media screen and (max-width: 736px) {
	.modal__content {
		width: 80%;
		max-width: inherit;
	}
	.modal__contentInner{
		max-height: 100vh;
		overflow-y: auto;
	}

	a.js-modal-close::before {
	}
}

/* slick */
.slick-prev {
	position: absolute;
	top: 50%;
	left: -40px;

	outline: 0;
	width: 26px;
	height: 60px;
	margin-top: -30px;
	background: url(../imgs/top/bt-prev.png) no-repeat center center;
	background-size: 100% auto;
	text-indent: -9999px;
	z-index: 999;
}

.slick-next {
	position: absolute;
	top: 50%;
	right: -40px;

	outline: 0;
	width: 26px;
	height: 60px;
	margin-top: -30px;
	background: url(../imgs/top/bt-next.png) no-repeat center center;
	background-size: 100% auto;
	text-indent: -9999px;
	z-index: 999;
}

@media screen and (max-width: 736px) {
	.slick-prev {
		left: 0;
		width: 20px;
	}

	.slick-next {
		right: 0;
		width: 20px;
	}
}

/* bxslider */
/*
.bx-wrapper .bx-pager {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	display: none;
}
*/
.bx-wrapper .bx-viewport{
	max-height: calc(100vh - 80px);
	overflow-y: auto !important;
}

.bx-wrapper .bx-prev {
	display: block;
}

.bx-wrapper .bx-next {
	display: block;
}

.bx-wrapper .bx-prev {
	left: -45px;
	background: url(../imgs/top/bt-prev.png) no-repeat center center;
	background-size: 100% auto;
}

.bx-wrapper .bx-next {
	right: -45px;
	background: url(../imgs/top/bt-next.png) no-repeat center center;
	background-size: 100% auto;
}

.bx-wrapper .bx-prev:hover {
	background-position: center center;
}

.bx-wrapper .bx-next:hover {
	background-position: center center;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	outline: 0;
	width: 26px;
	height: 60px;
	text-indent: -9999px;
	z-index: 998;
}

@media screen and (min-width: 641px) {
	.bx-wrapper .bx-prev:hover {
		opacity: .8;
	}

	.bx-wrapper .bx-next:hover {
		opacity: .8;
	}
}

@media screen and (max-width: 640px) {
	.bx-wrapper .bx-prev {
		left: 0;
	}

	.bx-wrapper .bx-next {
		right: 0;
	}

	.bx-wrapper .bx-controls-direction a {
		width: 20px;
		z-index: 50;
	}
}

	.topicsSection {
		padding-top: 80px;
		padding-bottom: 150px;
		background: #fff;
	}
	.topicsSection .wrap {
		max-width: 1100px;
	}
	.topicsSection .lowHeading {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.topicsSection__box {
		overflow-y: scroll;
		height: 213px;
		padding: 29px;
		border: solid 1px #999;
	}
	.topicsSection__box::-webkit-scrollbar {
			width: 10px;
	}
	.topicsSection__box::-webkit-scrollbar-track {
		background-color: rgba(240, 240, 240, 1);
	}
	.topicsSection__box::-webkit-scrollbar-thumb {
		background-color: rgba(34, 73, 110, 1);
		border-radius: 10px;
	}

	.topicsSection__row {
		display: flex;
		flex-wrap: wrap;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		-webkit-font-smoothing: antialiased;
		font-size: 14px;
	}
	.topicsSection__row + .topicsSection__row {
		margin-top: 27px;
	}
	.topicsSection__ymd {
		width: 160px;
		letter-spacing: .28em;
		line-height: 2;
	}
	.topicsSection__label {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 100px;
		height: 25px;
		font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align: center;
	}
	.topicsSection__label--voice {
		background: #22496e;
	}
	.topicsSection__label--column {
		background: #393536;
	}
	.topicsSection__label--news {
		background: #707070;
	}
	.topicsSection__label span {
		position: relative;
		top: 1px;
		font-size: 14px;
		letter-spacing: .18em;
		color: #fff;
	}
	.topicsSection__text {
		width: calc(100% - 260px);
		padding-left: 20px;
		box-sizing: border-box;
		letter-spacing: .05em;
		line-height: 2.1;
	}
	.topicsSection__text a{
		color: #333;
	}
	.topicsSection__text a:hover{
		text-decoration: underline;
	}
@media screen and (max-width: 640px) {
	.topicsSection {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.topicsSection__box {
		height: 213px;
		padding: 29px;
	}

	.topicsSection__row {
		font-size: 12px;
	}
	.topicsSection__ymd {
		width: 120px;
		letter-spacing: .2em;
	}
	.topicsSection__label span {
		top: 0;
		font-size: 12px;
	}
	.topicsSection__text {
		width: 100%;
		margin-top: 8px;
		padding-left: 0;
		line-height: 1.8;
	}
}

	.columnSection {
		padding-top: 150px;
		padding-bottom: 150px;
		background: #fff;
/*
		background: #efefef;
*/
	}
	.columnSection .box__interview {
		background: rgba(57, 53, 54, 1);
	}
	.columnSection .box__interview--min {
		position: relative;
		height: 288px;
		padding: 0;
	}
	.columnSection .box__interview--min .comingsoon {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		margin-top: 0;
		text-align: center;
	}
	.columnSection .box__interview .more a {
		color: #22496e;
	}

	.backnumberBtn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 50px;
		margin-top: 80px;
		margin-left: auto;
		margin-right: auto;
		border: solid 1px #22496e;
		background: #22496e;
		font-size: 14px;
		letter-spacing: .18em;
		color: #fff;
		transition: all .5s ease;
	}

	.section--interview .backnumberBtn {
		max-width: 320px;
	}
	.columnSection .backnumberBtn {
		max-width: 360px;
	}
@media only screen and (max-width: 1920px) {
	.columnSection .box__interview .lowTxt {
		padding-bottom: 29px;
	}
}
@media only screen and (min-width: 641px) {
	.columnSection .box__interview .more a:hover {
		background: #22496e;
		color: #fff;
	}
	.backnumberBtn:hover {
		background: #fff;
		color: #22496e;
	}
}
@media only screen and (max-width: 640px) {
	.columnSection {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.columnSection .box__interview--min {
		height: auto;
		padding: 80px 0;
	}
	.columnSection .box__interview--min .comingsoon {
		top: auto;
		transform: translateY(0);
	}

	.backnumberBtn {
		margin-top: 40px;
	}
	.backnumberBtn:hover {
		color: #fff;
	}
}

	.columnBtn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 250px;
		height: 50px;
		margin-top: 60px;
		margin-left: auto;
		margin-right: -20px;
		margin-bottom: -20px;
		border: solid 1px #22496e;
		background: #22496e;
		font-size: 14px;
		letter-spacing: .2em;
		color: #fff;
		transition: all .5s ease;
	}
@media only screen and (min-width: 641px) {
	.columnBtn:hover {
		background: #fff;
		color: #22496e;
	}
}
@media only screen and (max-width: 640px) {
	.columnBtn {
		width: 100%;
		margin: 60px auto 0;
	}
}



.topicsSection .contact__list {
	margin-top: 40px;
	text-align: center;
}

.topicsSection .contact__list ul {
	font-size: 0;
	letter-spacing: -.4em;
	line-height: 0;
}

.topicsSection .contact__list ul li {
	position: relative;
	display: inline-block;
	margin: 0 40px;
	padding-left: 55px;
	vertical-align: middle;
}

.topicsSection .contact__list ul li.icon__tel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 28px;
	background: url(../imgs/top/icon-tel.png) no-repeat center center;
}

.topicsSection .caption__time {
	margin-top: 20px;
	font-size: 14px;
	color: #707070;
	text-align: center;
}
.topicsSection .caption__time + .lowHeading {
	margin-top: 80px;
}

.topicsSection img {
	width: auto;
}

@media only screen and (max-width: 640px) {
	.topicsSection .contact__list {
		margin-top: 30px;
		margin-left: 40px;
		margin-right: 40px;
	}

/*
	.topicsSection .contact__list ul {
		font-size: 0;
		letter-spacing: -.4em;
		line-height: 0;
		text-align: center;
	}

	.topicsSection .contact__list ul li {
		display: inline-block;
		width: auto;
		margin: 0 auto;
		padding: 0;
	}
*/

	.topicsSection .contact__list ul li {
		margin: 0;
		padding-left: 25px;
	}
	.topicsSection .contact__list ul li.icon__tel::before {
		top: -1px;
		left: 0;
		width: 32px;
		background: url(../imgs/top/icon-tel.png) no-repeat center center;
		background-size: 100% auto;
	}
	.topicsSection .contact__list ul li.icon__tel img {
		width: calc(400 / 480 * 100%)
	}

	.topicsSection .caption__time {
		margin-top: 20px;
		font-size: 10px;
	}
	.topicsSection .caption__time + .lowHeading {
		margin-top: 60px;
	}
}


/* works */
	.worksSection {
		padding-top: 90px;
		padding-bottom: 100px;
		background: #efefef;
	}
	.worksSection .wrap {
		max-width: 1100px;
	}

	.worksSection .lowHeading {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.worksSection__row {
		margin-top: 60px;
	}
	.worksSection__item {
		width: calc(360/1100*100%);
	}
	.worksSection__item:nth-child(n+4) {
		margin-top: 10px;
	}

	.worksSection .btn__Normal {
		max-width: 350px;
	}
@media only screen and (max-width: 640px) {
	.worksSection {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.worksSection .wrap {
		max-width: inherit;
	}

	.worksSection .lowHeading {
		max-width: inherit;
	}

	.worksSection__row {
		margin-top: 40px;
	}
	.worksSection__item {
		width: calc(50% - 5px);
	}
	.worksSection__item:nth-child(n+3) {
		margin-top: 10px;
	}
}
