@charset "UTF-8";

/* ------------------------------
	グループ理念ページ
------------------------------ */
/* override
-------------------------------------------------- */
body p {
	font-size: 1.6rem;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Helvetica", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

.cts-philosophy .mv {
	position: relative;
	height: 450px;
	margin-bottom: 74px;
	background: url(/-/media/image/msg/company/philosophy/img_mv_pc.jpg) no-repeat center;
	background-size: cover;
}

.cts-philosophy .mvInner .mvTitle h1 {
	color: #010101;
}

@media screen and (max-width: 767px) {
	.cts-philosophy .mv {
		margin-bottom: 20px;
		background: url(/-/media/image/msg/company/philosophy/img_mv_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.cts-philosophy .mv .mvInner {
		height: 88.02%;
	}
}

.listpropertyItem .name {
	text-align: center;
}

/* 共通
-------------------------------------------------- */
.u-pc_v {
	display: block;
}

.u-sp_v {
	display: none;
}

@media screen and (max-width: 767px) {
	.u-pc_v {
		display: none !important;
	}

	.u-sp_v {
		display: block !important;
	}
}

.mod-anchor {
	position: relative;
}

.mod-anchor>span {
	position: absolute;
	top: 0;
}

@media screen and (max-width: 767px) {
	.mod-anchor>span {
		top: -35px;
	}
}

/* 見出し関連 */
.p-ttl_primary {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 20px;
	text-align: center;
}

.p-ttl_primary:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 2px;
	margin-left: -30px;
	background-color: #0066CC;
}

.p-ttl_primary h2 {
	font-size: 27px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.p-ttl_primary {
		margin-bottom: 20px;
	}
}

.p-ttl_cts {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	z-index: 2;
}

.p-ttl_cts>h3 {
	display: inline-block;
	padding: 0 20px;
	font-size: 22px;
	font-weight: bold;
	background-color: #fff;
}

.p-ttl_cts:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	margin-top: -1px;
	background-color: #06c;
	z-index: -1;
}

.p-ttl_cts_s {
	margin-bottom: 25px;
	text-align: center;
}

.p-ttl_cts_s>h4 {
	font-size: 22px;
	font-weight: bold;
}

.p-text_ttl01 {
	margin-bottom: 15px;
	font-size: 32px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-text_ttl01 {
		font-size: 24px;
	}

	.p-text_ttl01+p {
		margin-top: 20px !important;
	}
}

/* テキスト関連 */
.text-lead {
	margin-bottom: 140px;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.text-lead {
		margin-bottom: 70px;
	}
}

@media screen and (min-width: 768px) {
	.u-txt_c_to_l {
		text-align: center;
	}
}

[class^=cts-] .container>p {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

[class^=cts-] .container>p+p {
	margin-top: 30px;
}

/* ボタン */
.p-btn_01 {
	box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	height: 70px;
	border: 1px solid #ccc;
	background-color: #F8F8F8;
}

.p-btn_01>.p-btn_inner {
	display: table-cell;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.p-btn_01>.p-btn_inner>span {
	position: relative;
	display: inline-block;
	padding-right: 30px;
}

.p-btn_01>.p-btn_inner>span:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-image: url(/-/media/image/msg/company/philosophy/icon_arrow_btm.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
}

.p-btn_02 {
	box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	height: 48px;
	border: 1px solid #A3BDE6;
	background-color: #fff;
}

.p-btn_02>.p-btn_inner {
	display: table-cell;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}

.p-btn_02:hover {
	text-decoration: none;
}

.c-grid {
	border: 1px solid #ccc;
	background-color: #F8F8F8;
}

@media screen and (max-width: 767px) {
	.c-grid {
		margin-top: 25px;
		padding: 30px 30px;
	}

	.c-grid__item {
		width: 100%;
	}

	.c-grid__imgL .c-grid__item.img,
	.c-grid__imgR .c-grid__item.img {
		text-align: center;
	}

	.c-grid__imgL .c-grid__item.img>span,
	.c-grid__imgR .c-grid__item.img>span {
		display: block;
		border: 1px solid #ccc;
		background-color: #fff;
	}

	.c-grid__imgL .c-grid__item.img>span img,
	.c-grid__imgR .c-grid__item.img>span img {
		vertical-align: bottom;
	}

	.c-grid__imgL .c-grid__item p+.p-btn,
	.c-grid__imgR .c-grid__item p+.p-btn {
		margin-top: 20px;
	}

	.c-grid__imgL .c-grid__item+.c-grid__item,
	.c-grid__imgR .c-grid__item+.c-grid__item {
		margin-top: 20px;
	}

	.c-grid__imgL .c-grid__item__sttl,
	.c-grid__imgR .c-grid__item__sttl {
		display: block;
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
	}

	.c-grid--4up {
		margin-left: -20px;
		padding: 0;
		border: none;
		background-color: transparent;
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
		margin-bottom: 60px;
	}

	.c-grid--4up .c-grid__item {
		box-sizing: border-box;
		width: 50%;
		padding-left: 20px;
		text-align: center;
	}

	.c-grid--4up .c-grid__item:nth-child(n+3) {
		margin-top: 10px;
	}

	.c-grid--4up .c-grid__item .img_card span {
		position: relative;
		overflow: hidden;
		display: block;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 100%;
		border-radius: 100%;
	}

	.c-grid--4up .c-grid__item .img_card span img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		max-width: none !important;
		transform: translate(-50%, -50%);
	}

	.c-grid--4up .c-grid__item .img_card+.txt_card {
		margin-top: 20px;
	}

	.c-grid--4up .c-grid__item .img_card+.txt_card>p {
		font-size: 12px;
	}

	.c-grid--4up .c-grid__item .img_card+.txt_card b {
		font-size: 24px;
		font-weight: bold;
	}
}

@media screen and (min-width: 768px) {
	.c-grid {
		display: flex;
		flex-wrap: wrap;
		margin-top: 80px;
		margin-bottom: 60px;
		padding: 50px;
	}

	.c-grid+.c-grid {
		margin-top: 60px;
	}

	.c-grid::after {
		content: "";
		display: block;
		clear: both;
	}

	.c-grid--4up {
		margin-left: -30px;
		padding: 0;
		border: none;
		background-color: transparent;
	}

	.c-grid--4up .c-grid__item {
		width: 25%;
		padding-left: 30px;
		text-align: center;
	}

	.c-grid--4up .c-grid__item .img_card span {
		position: relative;
		overflow: hidden;
		display: block;
		padding-top: 100%;
		border-radius: 100%;
	}

	.c-grid--4up .c-grid__item .img_card span img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.c-grid--4up .c-grid__item .img_card+.txt_card {
		margin-top: 20px;
	}

	.c-grid--4up .c-grid__item .img_card+.txt_card>p {
		font-size: 18px;
	}

	.c-grid--4up .c-grid__item .img_card+.txt_card b {
		font-size: 36px;
		font-weight: bold;
	}

	.c-grid__imgL .c-grid__item__sttl,
	.c-grid__imgR .c-grid__item__sttl {
		font-size: 1.8rem;
		font-weight: 700;
	}

	.c-grid__imgL .c-card__image {
		margin-bottom: 0;
	}

	.c-grid__imgL .c-grid__item+.c-grid__item {
		padding-left: 40px;
	}

	.c-grid__imgR .c-grid__item.img {
		order: 2;
	}

	.c-grid__imgR .c-grid__item+.c-grid__item {
		order: 1;
		padding-right: 40px;
	}

	.c-grid__item {
		box-sizing: border-box;
	}

	.c-grid__item.img {
		width: 31.2%;
	}

	.c-grid__item.img>span {
		display: block;
		border: 1px solid #ccc;
		background-color: #fff;
	}

	.c-grid__item.img>span img {
		width: 100%;
		vertical-align: bottom;
	}

	.c-grid__item.img+.c-grid__item {
		width: 68.8%;
	}

	.c-grid__item .c-grid__item__sttl {
		margin-bottom: 10px;
	}

	.c-grid__item p+.p-btn {
		margin-top: 24px;
	}
}

/* ページレイアウト
-------------------------------------------------- */
section+section {
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	section+section {
		margin-top: 60px;
	}
}

/* ３つの要素 */
.cts-element .figure_element {
	overflow: hidden;
	margin-top: 25px;
	border: 1px solid #E9EFF5;
	border-radius: 20px;
	text-align: center;
}

.cts-element .figure_element img {
	width: 100%;
	max-width: 1000px;
}

.cts-element .message_element {
	padding: 35px 110px;
	background-color: #E9EFF5;
	color: #0165B2;
	font-weight: bold;
	text-align: center;
}

.cts-element .message_element>p {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.cts-element .message_element {
		padding: 20px 25px 25px;
		text-align: left;
	}

	.cts-element .message_element>p {
		font-size: 15px;
	}
}

/* ptn01 */
#js-animation_figure .inner_figure {
	overflow: hidden;
	position: relative;
	padding-top: 89%;
}

#js-animation_figure .inner_figure>span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	opacity: 0;
}

#js-animation_figure .inner_figure .is-fade {
	-webkit-animation-name: fadeAnime;
	animation-name: fadeAnime;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
}

#js-animation_figure .inner_figure .is-fadeUp {
	-webkit-animation-name: fadeUpAnime;
	animation-name: fadeUpAnime;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
}

#js-animation_figure .inner_figure .is-fadeDown {
	-webkit-animation-name: fadeDownAnime;
	animation-name: fadeDownAnime;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
}

#js-animation_figure .inner_figure .is-fadeDown02 {
	-webkit-animation-name: fadeDownAnime02;
	animation-name: fadeDownAnime02;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
}

@media screen and (min-width: 768px) {
	#js-animation_figure .inner_figure {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 72%;
	}
}

/* ptn02 */
#js-animation_figure_2 .inner_figure {
	overflow: hidden;
	position: relative;
	padding-top: 89%;
}

#js-animation_figure_2 .inner_figure>span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	opacity: 0;
}

#js-animation_figure_2 .inner_figure .is-fade {
	-webkit-animation-name: fadeAnime;
	animation-name: fadeAnime;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
}

#js-animation_figure_2 .inner_figure .is-fadeUp {
	-webkit-animation-name: fadeUpAnime;
	animation-name: fadeUpAnime;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
}

#js-animation_figure_2 .inner_figure .is-fadeDown {
	-webkit-animation-name: fadeDownAnime;
	animation-name: fadeDownAnime;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
}

#js-animation_figure_2 .inner_figure .is-fadeDown02 {
	-webkit-animation-name: fadeDownAnime02;
	animation-name: fadeDownAnime02;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
}

#js-animation_figure_2 .inner_figure .is-fadeUp02 {
	-webkit-animation-name: fadeUpAnime02;
	animation-name: fadeUpAnime02;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
}

@media screen and (min-width: 768px) {
	#js-animation_figure_2 .inner_figure {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 72%;
	}
}

/*アニメーション*/
@-webkit-keyframes fadeAnime {
	from {
		transform: translateY(10px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeAnime {
	from {
		transform: translateY(10px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(-18%);
	}

	to {
		opacity: 1;
		transform: translateY(-23%);
	}
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(-18%);
	}

	to {
		opacity: 1;
		transform: translateY(-23%);
	}
}

@-webkit-keyframes fadeDownAnime {
	from {
		transform: translateY(-23%);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes fadeDownAnime {
	from {
		transform: translateY(-23%);
	}

	to {
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeDownAnime02 {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeDownAnime02 {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeUpAnime02 {
	from {
		opacity: 0;
		transform: translateY(34px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeUPAnime02 {
	from {
		opacity: 0;
		transform: translateY(34px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}



/* ページ内リンク */
.links_inpage {
	margin-top: 40px;
	margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
	.links_inpage ul {
		display: table;
		width: 100%;
	}

	.links_inpage ul>li {
		display: table-cell;
		width: 33.33%;
	}

	.links_inpage ul>li:nth-child(3n+1) {
		padding-right: 20px;
	}

	.links_inpage ul>li:nth-child(3n+2) {
		padding-right: 10px;
		padding-left: 10px;
	}

	.links_inpage ul>li:nth-child(3n) {
		width: 33.34%;
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.links_inpage {
		margin-top: 20px;
		margin-bottom: 85px;
	}

	.links_inpage ul>li+li {
		margin-top: 20px;
	}
}

/* purpose 存在意義 */
/* vision 中長期的に目指す姿 */
/* 4 VALUES　 価値観・行動指針 */
.cts-values .c-grid {
	margin-top: 10px;
	margin-bottom: 30px;
}

.cts-values .c-grid .c-grid__item .txt_card {
	position: relative;
	padding-top: 100%;
	z-index: 2;
}

.cts-values .c-grid .c-grid__item .txt_card:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 170px;
	height: 170px;
	border-radius: 170px;
	background-color: #EBF5FF;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.cts-values .c-grid .c-grid__item .txt_card:after {
	content: "";
	position: absolute;
	top: 99px;
	left: 50%;
	display: block;
	width: 2px;
	height: 15px;
	margin-left: -1px;
	background-color: #63A9EF;
	transform: translateX(-50%);
	z-index: -1;
}

.cts-values .c-grid .c-grid__item .txt_card>p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 18px;
	line-height: 1.6;
	transform: translateY(-50%);
}

.cts-values .c-grid .c-grid__item .txt_card>p b {
	display: block;
	margin-bottom: 17px;
	font-size: 36px;
	font-weight: bold;
}

.cts-values p+.c-grid {
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.cts-values .c-grid {
		margin-bottom: 20px;
	}

	.cts-values .c-grid .c-grid__item:nth-child(n+3) {
		margin-top: 30px;
	}

	.cts-values .c-grid .c-grid__item .txt_card {
		padding-top: 130px;
	}

	.cts-values .c-grid .c-grid__item .txt_card:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 124px;
		height: 124px;
		border-radius: 124px;
		background-color: #EBF5FF;
		transform: translate(-50%, -50%);
		z-index: -1;
	}

	.cts-values .c-grid .c-grid__item .txt_card:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 2px;
		height: 15px;
		background-color: #63A9EF;
		transform: translate(-50%, -50%);
		z-index: -1;
	}

	.cts-values .c-grid .c-grid__item .txt_card>p {
		font-size: 12px;
	}

	.cts-values .c-grid .c-grid__item .txt_card>p b {
		margin-bottom: 17px;
		font-size: 24px;
	}

	.cts-values p+.c-grid {
		margin-top: 50px;
	}
}

/* 関連リンク */
.cts-links {
	margin-bottom: 100px;
	padding-top: 40px;
	border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
	.cts-links {
		margin-bottom: 135px;
		padding-top: 70px;
	}

	.cts-links .listpropertyItem .listpropertyItemInner {
		display: block;
	}

	.cts-links .listpropertyItem .figure {
		width: 100%;
	}

	.cts-links .listpropertyItem .detail {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
}