@charset "utf-8";
/* --------------------------------------------
 * TOPページ
 * ----------------------------------------- */
 
/* ようこそ
---------------------------------------------*/
/* レイアウト */
.welcome01 {
	position: relative;
}
.welcome01 .box {
	width: 80%;
}
.welcome01 .image {
	position: absolute;
	top: 120px;
	left: 56.875%;
	z-index: -1;
}

@media (max-width: 960px) {
.welcome01 .box {
	width: 100%;
}
.welcome01 .image {
	position: static;
	top: auto;
	left: auto;
	z-index: auto;
	margin: 50px auto 0;
	text-align: center;
}
}

@media (max-width: 688px) {/* 画像横幅620px */
.welcome01 .image img {
	width: 100%;
}
}
/* 本文 */
.welcome01 .honbun + .honbun {
	padding-top: 3.75em;
}
/* シグネチャー */
.signature {
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: right;
}
.signature strong {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.4em;
}
/* イベント＆各種体験会のご案内
---------------------------------------------*/
/* レイアウト */
.info01 {
	display: flex;
	flex-wrap: wrap;
}
.info01 .box {
	margin-top: 50px;
	margin-right: 9.5%;
	width: 27%;
}
.info01 .box:nth-of-type(3n) {
	margin-right: 0;
}

@media (max-width: 960px) {
.info01 .box {
	width: 45%;
	margin-right: 9.5%;
}
.info01 .box:nth-of-type(3n) {
	margin-right: 9.5%;
}
.info01 .box:nth-of-type(2n) {
	margin-right: 0;
}
}

@media (max-width: 767px) {
.info01 .box {
	width: 100%;
	margin-right: 0;
}
.info01 .box:nth-of-type(3n) {
	margin-right: 0;
}
}
/* 画像 */
.info01 .image img {
	margin-bottom: 10px;
	width: 100%;
}
.info01 .image:hover img {
	opacity: 0.8;
}
/* お知らせ＆近況
---------------------------------------------*/
/* レイアウト */
.topic .inner .box {
	margin-left: 33.33333333333333%;
	width: 66.66666666666667%;/* 640px */
}

@media (max-width: 960px) {
.topic .inner .box {
	margin-left: 0;
	width: 100%;
}
}
/* フィード */
#feed .list {
	padding: 1em 0;
}
#feed .list:first-of-type {
	padding: 0 0 1em;
}
/* ボタン */
.topic .button {
	margin-left: 33.33333333333333%;
}

@media (max-width: 768px) {
.topic .button {
	margin-left: auto;
}
}
/* フューチャーエリア：共通
---------------------------------------------*/
.featured-content {
	margin-top: 200px;
}
/* タイトルセット */
.featured-content .title-set {
	padding-bottom: 50px;
}

@media (max-width: 1024px) {
.featured-content .title-set {
	padding-top: 150px;
}
}

@media (max-width: 960px) {
.featured-content .title-set {
	padding-top: 50px;
}
}
/* レイアウト */
.featured-content .inner-wide .inner:first-of-type .box {
	width: 66.66666666666667%;/* 640px */
}
.top-per-service.featured-content .inner-wide .inner:first-of-type .box,
.top-about.featured-content .inner-wide .inner:first-of-type .box,
.top-about .title-set .box {
	margin-left: 33.33333333333333%;
	width: 66.66666666666667%;/* 640px */
}
/* 画像 */
.featured-content .image {
	display: none;
}
/* ライフストーリー
---------------------------------------------*/
/* 背景 */
.top-life-story .bg {
	background: url("../img/top-life-story.jpg") no-repeat center top;
	background-size: contain;
}
.top-life-story .inner-wide,
.top-cor-service .inner-wide,
.top-contact .inner-wide {
	padding-top: 50px;
	background: url("../img/bg_white_left.png") no-repeat center top;
	background-size: cover;
}

@media (max-width: 1024px) {
.top-life-story .inner-wide,
.top-cor-service .inner-wide,
.top-contact .inner-wide {
	background-size: auto;
}
}
/* ボタン */
.top-life-story .button,
.top-cor-service .button,
.top-contact .button {
	margin: 50px 0 0;
}
/* 個人向けサービス
---------------------------------------------*/
/* 背景 */
.top-per-service .bg {
	background: url("../img/top-per-service.jpg") no-repeat center top;
	background-size: contain;
}
.top-per-service .inner-wide,
.top-about .inner-wide {
	padding-top: 50px;
	background: url("../img/bg_white_right.png") no-repeat center top;
	background-size: cover;
}

@media (max-width: 1024px) {
.top-per-service .inner-wide,
.top-about .inner-wide {
	background-size: auto;
}
}
/* タイトル */
.top-per-service .title-main-en,
.top-cor-service .title-main-en,
.top-contact .title-main-en {
	background: url("../img_cmn/title-bar-white.gif") no-repeat left center;
	color: #fff;
}
.top-per-service .title-main,
.top-cor-service .title-main,
.top-contact .title-main {
	color: #fff;
}

@media (max-width: 768px) {
.top-cor-service .title-set br,
.top-about .title-set br {
	display: none;
}
}

@media (max-width: 767px) {
.top-per-service .title-set br {
	display: none;
}
}
/* 法人向けサービス
---------------------------------------------*/
/* 背景 */
.top-cor-service .bg {
	background: url("../img/top-cor-service.jpg") no-repeat center top;
	background-size: contain;
}
/* 会社紹介
---------------------------------------------*/
/* 背景 */
.top-about .bg {
	background: url("../img/top-about.jpg") no-repeat center top;
	background-size: contain;
}
/* お問い合わせ
---------------------------------------------*/
/* 背景 */
.top-contact .bg {
	background: url("../img/top-contact.jpg") no-repeat center top;
	background-size: contain;
}

/* モバイル表示
---------------------------------------------*/
@media (max-width: 640px) {
/* レイアウト */
.featured-content .inner-wide .inner:first-of-type .box {
	width: 100%;
}
.top-per-service.featured-content .inner-wide .inner:first-of-type .box,
.top-about.featured-content .inner-wide .inner:first-of-type .box,
.top-about .title-set .box {
	margin-left: 0;
	width: 100%;
}
/* 背景 */
.top-life-story .bg,
.top-per-service .bg,
.top-cor-service .bg,
.top-about .bg,
.top-contact .bg {
	background: none;
}
/* タイトル */
.top-per-service .title-main-en,
.top-cor-service .title-main-en,
.top-contact .title-main-en {
	background: url("../img_cmn/title-bar.gif") no-repeat left center;
	color: #021856;
}
.top-per-service .title-main,
.top-cor-service .title-main,
.top-contact .title-main {
	color: #021856;
}
/* 画像 */
.featured-content .image {
	display: block;
}
.featured-content .image img {
	width: 100%;
}
}
