/* MEDIA START **********************************************/
/* @media screen and (min-width: 480px) {} */
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
/* MEDIA END **********************************************/
    

/********************************************** バリアバルズ ***********************************************/
/********************************************** バリアバルズ ***********************************************/
/********************************************** バリアバルズ ***********************************************/


.border-t {
	border-top: 1px solid #939393;
}
.border-b {
	border-bottom: 1px solid #939393;
}
.spacer{
	width: 500px;
	height: 500px;
}
.link {
	text-decoration: none;
}
.main-section {
	padding-top: 60px;
}


/********************* top-page *******************************************************************************/ 
/********************* top-page *******************************************************************************/     
.swiper-container {
    width: 100%;
	height: 600px;
	position: relative;
}	/* MEDIA START **********************************************/
/* @media screen and (min-width: 480px) {} */
@media screen and (min-width: 990px) {
	.swiper-container {
		height: 700px;
	}	
}
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/

.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}	/* MEDIA START **********************************************/
/* @media screen and (min-width: 480px) {} */
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/


.top-swiper_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}	/* MEDIA START **********************************************/
/* @media screen and (min-width: 480px) {} */
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/

.top-swiper_text-container {
	width: 100%;
	position: absolute;
	padding: 20px 20px 40px 20px;
	bottom: 0;
	color: white;
	background-color: rgba(0, 0, 0, 0.671);
}	/* MEDIA START **********************************************/
/* @media screen and (min-width: 480px) {} */
@media screen and (min-width: 990px) {
	.top-swiper_text-container {
		padding: 20px 40px 40px 40px;
	}
}
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/

.top-swiper_head {
	font-size: 32px;
	line-height: 42px;
	font-weight: 400;
	padding: 20px 0 10px 0;
}


.swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	color: rgba(0, 0, 0, 0.5);
}	/* MEDIA START **********************************************/
/* @media screen and (min-width: 480px) {} */
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/


.top-swiper_text {
	padding: 5px 0 10px 0 ;
}

.swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	color: rgba(0, 0, 0, 0.5);
}	/* MEDIA START **********************************************/
/* @media screen and (min-width: 480px) {} */
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/

.top-swiper_link-container {
	display: inline-block;
	margin: 5px 0;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.8);
}	/* MEDIA START **********************************************/
/* @media screen and (min-width: 480px) {} */
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/

.top-swiper_link {
	color: black;
}


.swiper-pagination-bullet-active {
background: #fff;
}

.news_wrapper {
	color: #5c5b5b;
	width: 100%;
	padding: 0;
	padding-top: 20px 
}	/* MEDIA START **********************************************/
@media screen and (min-width: 480px) {
	.news_wrapper {
		color: #5c5b5b;
		width: 100%;
		padding: 0;
		padding-top: 50px;
	}	
}
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
/* MEDIA END **********************************************/


.news_wrapper-headline {
	text-align: center;
	margin: 0 10px;
	padding: 10px;
	font-size: 32px; 
}	/* MEDIA START **********************************************/
@media screen and (min-width: 480px) {
	.news_wrapper-headline {
		text-align: center;
		margin: 0 20px;
		padding: 10px 20px;
		font-size: 32px;
	}
}
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/


.news_flexcontainer {
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}	/* MEDIA START **********************************************/
/* @media screen and (min-width: 480px) {} */
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/


.news_inner {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}	/* MEDIA START **********************************************/
@media screen and (min-width:480px) {
	.news_inner {
		width: 100%;
		height: 400px;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 990px) {
	.news_inner {
		width: 450px;
		height: 225px;
		margin: 20px;
	}	
}
@media screen and (min-width: 1120px) {}
	/* MEDIA END **********************************************/

.news_link {
	display: block;
	width: 100%;
	height: 100%;
}

.news_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog_wrapper-headline {
	color: #5c5b5b;
	text-align: center;
	margin: 0 10px;
	padding: 10px;
	font-size: 32px; 
}	/* MEDIA START **********************************************/
@media screen and (min-width: 480px) {
	.blog_wrapper-headline {
		text-align: center;
		margin: 0 20px;
		padding: 10px 20px;
		font-size: 32px;
	}
}
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/


.blog_flexcontainer {
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}	/* MEDIA START **********************************************/
/* @media screen and (min-width: 480px) {} */
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/

.blog_content {
	width: 100%;
	height: 100%;
	padding: 20px 0px;
	position: relative;
}	/* MEDIA START **********************************************/
/* @media screen and (min-width: 480px) {} */
@media screen and (min-width: 990px) {
	.blog_content {
		width: 40%;
		padding: 0;
		margin: 10px;
	}
}
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/


.eyecatch {
	width: 100%;
	height: 300px;
}	/* MEDIA START **********************************************/
/* @media screen and (min-width: 480px) {} */
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/

.blog_img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}	/* MEDIA START **********************************************/
/* @media screen and (min-width: 480px) {} */
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/

.blog_link {
	color: #333;
}

.blog_text-container {
	width: 100%;
	padding:10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.721);
}	/* MEDIA START **********************************************/
@media screen and (min-width: 480px) {
	.blog_text-container {
		padding:30px;
	}
}
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
	/* MEDIA END **********************************************/


.date {
	font-size: 14px;
	line-height: 24px;
}

.title {
	font-size: 20px;
}
/********************* ログインページ *******************************************************************************/ 
/********************* ログインページ *******************************************************************************/ 
.image-container--login {
	position: relative;
	width: 100%;
	height: 800px;
	background-image: url(https://www.excy.co.jp/excy-gx/img/login-image.png);   /* 背景の画像を指定 */
	background-size: cover;
	background-position: center;
	margin: auto;
	overflow: hidden;
}
.login__inner {
	padding: 55px 30px 65px;
}
.login__headline {
	margin: 0 auto;
	text-align: center; 
	font-size: 40px;
	color: white;
	font-weight: 300;
}
.login__sub-headline {
	margin: 30px auto 0;
	max-width: 500px;
	line-height: 1.4;
	text-align: center;
	color: white;
	font-weight: 300;
}
.login__tab-wrap {
	margin: 20px auto 0;
	max-width: 400px;
	font-size: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap	   ;
}
.login__tab {
	text-align: center;
	display: inline-block;
	padding: 15px 12%;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}
.login__form-wrap {
	overflow: hidden;
	transition: height 500ms;
	margin: 10px auto 0;
	max-width: 400px;
	text-align: left;
}
.field {
	margin-bottom: 15px;
	position: relative;
	vertical-align: top;
}
.login__field {
	position: relative;
	margin-right: 0;
}
.field__label {
	line-height: 20px;
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
	letter-spacing: 0.01527em;
	color: white;
}
.field__input--text {
	font-size: 16px;
	border: 1px solid #e5e5e5;
	padding: 12px 14px;
	width: 100%;
	line-height: 1.4;
	color: #333;
	transition: border 250ms, color 250ms, background 250ms;
}
.login__helper-wrap {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;

}
.login__helper {
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
}
input[type=checkbox]  {
	display: none;
}
.field__label--checkbox {
	position: relative;
	padding: 0 0 0 30px;
	font-size: 14px;
}
.field__label--checkbox:after, .field__label--checkbox:before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
}
.field__label--checkbox:before {
	left: 5px;
	margin-top: -10px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 20px;
	width: 20px;
}
.field__label--checkbox:after {
	left: 12px; /* 左から配置の基準位置を決める */
	margin-top: -6px; /* チェックマークの位置 */
	width: 5px; /* ボックスの横幅を指定する */
	height: 10px; /* ボックスの高さを指定する */
	border-right: 2px solid #36dfb5; /* 境界線（右）のスタイルを指定する */
	border-bottom: 2px solid #36dfb5; /* 境界線（下）のスタイルを指定する */
	transform: rotate(45deg); /* 要素を回転させる */
	opacity: 0; /* 要素を透過指定する */

}
input[type="checkbox"]:checked + .field__label--checkbox:after {
	opacity: 1;
	}
.login__forget-password { 
	display: inline-block   ;
	text-decoration: none;
	font-size: 14px;
	color: #ccc;
}
.sns-link__inner--instagram {
	margin: 50px;
	text-align: center;
}
.instagram__headline {
	color: #5c5b5b;
    text-align: center;
    margin: 0 10px;
    padding: 10px;
    font-size: 32px;
}
@media screen and (min-width: 480px){
.instagram__headline {
    text-align: center;
    margin: 0 20px;
    padding: 10px 20px;
    font-size: 32px;
	}
}
.instagram-container {
	margin: 30px auto;
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.instagram-item {
	overflow: hidden;
	position: relative;
	width: 200px;
	height: 200px;
	margin: 2px;
}
.instagram-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.instagram-card__img:hover {
	transform:scale(1.1);
	opacity: 0.7;
	
}
.instagram-card__badge {
	position: absolute;
	top:5px;
	left: 5px;
}
.instagram-icon {
	width: 20px;
	color:rgba(255, 255, 255, 0.598);
}
