@charset "utf-8";

/*--------------------------------------------------------------【サンプルコメント】*/
/* サンプルコメント（example）
----------------------------------------------- */

/* ================================================================================ */
/*                                                                                  */
/*      レイアウト                                                                  */
/*                                                                                  */
/* ================================================================================ */

.l-container {
    overflow: hidden;
}

/* ================================================================================ */
/*                                                                                  */
/*      モジュール                                                                  */
/*                                                                                  */
/* ================================================================================ */


/*--------------------------------------------------------------home-hero*/

.home-hero {
	background-image: url("../img/default/top_main.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 700px;
	position: relative;
}

.home-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}

.home-hero__ {
	width: 1000px;
	margin: 0 auto;
}

.home-hero__info {
	text-align: center;
	margin: auto;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-hero__info__description {
	text-shadow:
		0px 0px 10px rgba(255,255,255,0.5),
		0px 0px 10px rgba(255,255,255,0.5),
		0px 0px 10px rgba(255,255,255,0.5),
		0px 0px 10px rgba(255,255,255,0.5)
	;
	color: #fff;
	font-size: 50px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	font-weight: bold;
	padding: 0 0 10px 0;
	line-height: 1.2;
}

.home-linkBtn {
	background: #2988bc;
	text-decoration: none;
	padding: 15px 100px 12px;
	line-height: 80px;
	border: 1px solid rgba(255,255,255,0.6);
	box-shadow: inset -1px -1px rgba(255,255,255,0.1), inset 1px 1px rgba(255,255,255,0.1);
}

.home-linkBtn:hover {
	opacity: 0.8;	
}

.home-linkBtn__name {
	color: #fff;
	font-size: 18px;
}


	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
		
		.home-hero {
			background-image: url("../img/default/top_main.jpg");
			min-height: 300px;
		}
		
		.home-hero__ {
			width: 100%;
		}
		
		.home-hero__info {
    		transform: translate(-50%, -50%);
		}
		
		.home-hero__info__description {
    		font-size: 20px;
    		padding: 0 0 5px 0;
    		line-height: 30px;
		}
		
		.home-linkBtn {
			padding: 7px 60px 8px;
    		line-height: 55px;
		}
		
		.home-linkBtn__name {
			font-size: 11px;
		}

	}
	
	
/*--------------------------------------------------------------home-loginRegistSp*/


	/* smartphone横(landscape) */
	@media only screen and (min-width:640px) {
		.home-loginRegistSp {
			display: none;	
		}
	}
	
	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
		.home-loginRegistSp {
			display: block;
		    padding: 10px 0;
		}
	}
	
	
/*--------------------------------------------------------------home-message*/


.home-message {
	background: url("../img/default/home_message.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;	
}

.home-message::before,
.home-message::after{
	/*
	content: '';
	*/
	display: block;
	height: 5px;
	margin-left: -16px;
	background: #d6af31;
	background: linear-gradient( 45deg, rgba(255,255,255,0.5) 51%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.5) 100% );
}

.home-message__ {
	background: #fff;
	width: 100%;
	height: 310px;
	position: relative;
}

.home-message__area {
	width: 1000px;
    margin: 0 auto;
	padding: 0px 10px 0;
	text-align: center;
    top: 50%;
   	left: 50%;
   	-webkit-transform: translate(-50%, -50%);
   	transform: translate(-50%, -50%);
    position: absolute;
}

.home-message__area__title {
	color: #4c4c4c;
	font-size: 38px;
	font-weight: bold;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
    margin: 0 0 20px;
}

.home-message__area__text {
	color: #4c4c4c;
	line-height: 28px;
    font-size: 16px;
}


	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
		
		.home-message {
			height: 200px;
		}

		.home-message::before,
		.home-message::after{
			height: 3px;
		}

		.home-message__ {
			height: 200px;
		}
		
		.home-message__area {
			width: 100%;
			padding: 0 20px 0;
		}
		
		.home-message__area__title {
    		font-size: 23px;
		}
		
		.home-message__area__text {
    		font-size: 10px;
			line-height: 15px;
		}
		
	}



/*--------------------------------------------------------------Home-reading*/

.home-reading {
	padding: 80px 0 0;
}

.home-reading__title {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	font-size: 38px;
	text-align: center;
	color: #333;
	margin: 0 0 20px;
}

.home-reading__desc {
	font-size: 16px;
	text-align: center;
	margin: 0 0 40px;
	line-height: 1.6em;
}

.home-reading__desc > br {
	display: none;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.home-reading {
			padding: 40px 0 0;
		}

		.home-reading__title {
			font-size: 18px;
			margin: 0 0 10px;
		}

		.home-reading__desc {
			font-size: 11px;
			margin: 0 0 20px;
		}

		.home-reading__desc > br {
			display: block;
		}

	}



/*--------------------------------------------------------------Home-stepLists*/

.home-stepLists {
	width: 1000px;
	margin: 0 auto;
}

.home-stepLists__ {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -30px;
	padding: 0 0 80px 0;
	list-style: none;
}

.home-stepLists__part {
	width: 33.3333%;
	padding: 0 30px;
	position: relative;
}

.home-stepLists__part:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #2988bc;
}

.home-stepCard {
	background: #FFF;
	padding: 5px;
	border: 1px solid #DDD;
	box-shadow: 0 1px rgba(0,0,0,0.1);
}

.home-stepCard__thumb {}

.home-stepCard__thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.home-stepCard__c {
	position: relative;
	top: -35px;
	margin: 0 0 -35px;
}

.home-stepCard__c__head {
	position: relative;
}

.home-stepCard__c__head__num {
	display: block;
	text-align: center;
	background: #2988bc;
	color: #FFF;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	border: 3px solid #FFF;
	margin: 0 auto;
	position: relative;
}

.home-stepCard__c__head__num__ {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.home-stepCard__c__head__num__txt {
	display: block;
	font-size: 12px;
}

.home-stepCard__c__head__num__no {
	display: block;
	font-size: 20px;
	margin: 2px 0 0;
}

.home-stepCard__c__head__title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	margin: 10px 0;
	color: #333;
}

.home-stepCard__c__head__title::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background: #333;
}

.home-stepCard__c__body {
	padding: 10px;
	font-size: 16px;
	line-height: 1.4em;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.home-stepLists {
			width: 100%;
		}

		.home-stepLists__ {
			flex-wrap: wrap;
			margin: 0;
			padding: 0 0 10px 0;
		}

		.home-stepLists__part {
			width: 100%;
			padding: 0 10px 30px;
		}

		.home-stepLists__part:not(:last-child)::after {
			right: 50%;
			top: 100%;
			transform: translate(50%,-100%);
			width: 0;
			height: 0;
			border-top: 10px solid #2988bc;
			border-right: 20px solid transparent;
			border-bottom: 10px solid transparent;
			border-left: 20px solid transparent;
		}

		.home-stepCard {
			display: flex;
			border: none;
			box-shadow: 1px 1px rgba(0,0,0,0.1);
		}

		.home-stepCard__thumb img {
			width: 140px;
		}

		.home-stepCard__c {
			top: 0;
			margin: 0;
			padding: 5px;
		}

		.home-stepCard__c__head {
			display: flex;
			align-items: center;
			margin: 0 0 5px;
		}

		.home-stepCard__c__head__num {
			width: 40px;
			height: 40px;
			min-width: 40px;
			margin: 0 5px;
			border: none;
			box-shadow: 1px 1px rgba(0,0,0,0.1);
		}

		.home-stepCard__c__head__num__txt {
			font-size: 10px;
			transform: scale(0.8);
		}

		.home-stepCard__c__head__num__no {
			font-size: 12px;
		}

		.home-stepCard__c__head__title {
			font-size: 12px;
			text-align: left;
			line-height: 1.4em;
			letter-spacing: 0;
			margin: 0;
			flex-grow: 1;
		}

		.home-stepCard__c__head__title::after {
			display: none;
		}

		.home-stepCard__c__body {
			font-size: 10px;
			padding: 5px 0 0 5px;
		}

	}


/*--------------------------------------------------------------home-step*/


.home-step {
    width: 100%;
    position: relative;
    padding: 0 0 70px;
}

.home-step__ {
    width: 1000px;
    margin: 0 auto;
}

.home-step__flowDes {
    text-align: center;
	padding: 80px 0 40px;
}

.home-step__flowDes__title {
	background: #c29f04;
  	background: -webkit-linear-gradient(top, #8E8164 0%,#9e8952 50%,#796737 70%,#796737 100%);
	-webkit-text-fill-color: transparent;
  	-webkit-background-clip: text;
	font-size: 38px;
	font-weight: bold;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
    margin: 0 0 20px;
    letter-spacing: -2px;
}

.home-step__flowDes__text {
	font-size: 16px;
}

.home-step__flowDes__text br {
	display: none;	
}

.home-step__flowChart {
    display: flex;
    flex-wrap: nowrap;
}

.home-flowChart {
    width: 100%;
    background: #fff;
	position: relative;
    border: 1px solid #ddd;
}

.home-flowChart--step1 {
    margin: 0px 20px 0 0;
}

.home-flowChart--step1:after {
    position: absolute;
    content: '';
    bottom: 0%;
    top: 190px;
    left: 323px;
    border: 15px solid transparent;
    border-left: 15px solid #C72F57;
    width: 0;
    height: 0;
}

.home-flowChart--step2 {
    margin: 0 20px 0 18px;
}

.home-flowChart--step2:after {
    position: absolute;
    content: '';
    bottom: 0%;
    top: 190px;
    left: 323px;
    border: 15px solid transparent;
    border-left: 15px solid #C72F57;
    width: 0;
    height: 0;
}


.home-flowChart--step3 {
    margin: 0 0px 0 18px;
}

.home-flowChart__img {
	padding: 5px 5px 0px 5px;
}

.home-flowChart__img img {
	backface-visibility:hidden;
	-webkit-backface-visibility: hidden;
}

.home-flowDes {
	position: relative;
    padding: 15px 10px 0px;
}

.home-flowDes__ {
}

.home-flowDes__num {
	top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    border-radius: 100%;
    border: 2px solid #fff;
  	background: -webkit-linear-gradient(top, #8E8164 0%,#8E8164 30%,#796737 70%,#796737 100%);
    font-size: 10px;
    color: #fff;
}

.home-flowDes__num__txt {
    font-size: 12px;
    padding: 10px 0 0;	
}

.home-flowDes__num__figure {
	font-size: 18px;
    line-height: 20px;
}

.home-flowDes__title {
    padding: 30px 0 0;
}

.home-flowDes__title__txt {
    color: #796737;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	position: relative;
}

.home-flowDes__title__txt:before {
	content: '';
    position: absolute;
    bottom: -13px;
    display: inline-block;
    width: 50px;
    height: 2px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #796737;
    border-radius: 2px;
}

.home-flowDes__text {
    padding: 30px 10px;
}

.home-flowDes__text__des {
	line-height: 22px;
    font-size: 16px;
}


	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
		
		.home-step {
    		padding: 0 0 40px;
		}
		
		.home-step__ {
    		width: 100%;
		}
		
		.home-step__flowDes {
    		padding: 40px 10px 20px;
		}
		
		.home-step__flowDes__title {
    		font-size: 18px;
		    margin: 0 0 10px;
		    letter-spacing: 0px;
		}
		
		.home-step__flowDes__text {
    		font-size: 10px;
			line-height: 18px;
		}
		
		.home-step__flowDes__text br {
			display: block;	
		}
		
		.home-step__flowChart {
    		display: block;
			padding: 0 10px;
		}
		
		.home-flowChart {
			width: 100%;
			padding: 0px;
			height: 100%;
			display: flex;
		}
		
		.home-flowChart--step1:after,
		.home-flowChart--step2:after{
			border-top: 15px solid #C72F57;
  			border-right: 25px solid transparent;
  			border-left: 25px solid transparent;
			margin: 13px auto;
			text-align: center;
			bottom: 0px;
			top: 100%;
			left: 0px;
    		right: 0px;
		}
		
		.home-flowChart--step2,
		.home-flowChart--step3{
    		margin: 40px 0px 0 0px;
		}
		
		.home-flowChart:after {
			content: '';
			display: block;
			clear: both;
		}
		
		.home-flowChart__img {
    		padding: 5px 2px 5px 5px;
		}
		
		.home-flowChart__img img {
			width: 140px;
			display: block;
		}
		
		.home-flowDes {
    		flex-grow:1;
			padding: 0px;
		}
		
		.home-flowDes__ {
    		display: flex;
		    padding: 5px 0 0;
		}
		
		.home-flowDes__num {
			font-size: 10px;
			position: static;
	    	margin: 3px 5px 3px 10px;
    		width: 45px;
    		height: 45px;
			transform: translate(0%,0%);
		}
		
		.home-flowDes__num__txt {
			font-size: 10px;
			padding: 6px 0 0;
			-moz-transform: scale(0.8);
    		-webkit-transform: scale(0.8);
    		-o-transform: scale(0.8);
    		-ms-transform: scale(0.8);
    		transform: scale(0.8);
		}
		
		.home-flowDes__num__figure {
			font-size: 12px;
			line-height: 15px;
			-moz-transform: scale(0.8);
    		-webkit-transform: scale(0.8);
    		-o-transform: scale(0.8);
    		transform: scale(0.8);
		}
		
		.home-flowDes__title {
    		vertical-align: super;
			padding: 20px 0 0;
		    margin: 0px;
		}
		
		.home-flowDes__title__txt {
   	 		font-size: 11px;
		    letter-spacing: -0.2px;
			text-align: left;
		    line-height: 13px;
		    padding: 0px 5px 0 0;
		}
		
		.home-flowDes__title__txt:before {
			content: none;	
		}
		
		.home-flowDes__text {
    		text-align: left;
			padding: 3px 10px 0px;
		}
		
		.home-flowDes__text__des {
    		line-height: 13px;
    		font-size: 10px;
		}
		
	}


/*--------------------------------------------------------------home-support*/


.home-support {
	background: #222;
	width: 100%;
	color: #fff;
}

.home-support__ {
	width: 1000px;
	margin: 0 auto;
}

.home-support__des {
	text-align: center;
	padding: 80px 0 40px;
}

.home-support__des__title {
	color: #FFF;
	font-size: 38px;
	font-weight: bold;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	margin: 0 0 20px;
}

.home-support__des__text {
	padding: 0px 20px;
	font-size: 16px;
}

.home-support__image {
	display: flex;
	justify-content: center;
}

.home-security {
	text-align: center;
	margin: 0 45px;
	width: 33.333333%;
}

.home-security__image {
}

.home-security__image img {
}

.home-relaxed {
}

.home-relaxed__title {
    padding: 20px 0 30px;
}

.home-relaxed__title__txt {
    color: #FFF;
    font-size: 18px;
	font-weight: bold;
	position: relative
}

.home-relaxed__title__txt::after {
	content: '';
	position: absolute;
	bottom: -13px;
	display: inline-block;
	width: 50px;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(255,255,255,0.5);
	border-radius: 2px;
}

.home-relaxed__des {
    text-align: left;
    padding: 0 0 50px;
}

.home-relaxed__des__txt {
	line-height: 22px;
    font-size: 15px;
}

.home-registArea {
    text-align: center;
}

.home-registArea__registBtn {
	margin: 0 10px;
	padding: 1em 8em;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    background: #333;
    border-radius: 3px;
    letter-spacing: 1px;
	background: #2988bc;
	border: 1px solid rgba(255,255,255,0.6);
	white-space: nowrap;
}

.home-registArea__registBtn:hover {
	opacity: 0.8;	
}

.home-registArea__registBtn__text {
    color: #FFF;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}

.home-registArea__attention {
    padding: 30px 0 70px;
}


	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.home-support__ {
    		width: 100%;
		}
		
		.home-support__des {
    		padding: 40px 10px 20px;
		}
		
		.home-support__des__title {
    		font-size: 18px;
		    margin: 0 0 10px;
		}
		
		.home-support__des__text {
			font-size: 10px;
			line-height: 18px;
    		padding: 0px;
		}
		
		.home-support__image {
    		display: block;
    		margin: 0 0 20px;
    		padding: 10px;
		}
		
		.home-security {
    		margin: 0 0 10px;
			display: flex;
			align-items: center;
			width: 100%;
		}
			
		.home-security__image {
    		margin: 0 15px 0 0;
		}
		
		.home-security__image img {
			width: 80px;
		}
		
		.home-relaxed {
    		flex-grow: 1;
		}
		
		.home-relaxed__title {
    		text-align: left;
			padding: 0 0 14px;
		}
		
		.home-relaxed__title__txt {
    		font-size: 13px;
		}
		
		.home-relaxed__title__txt::after {
			position: absolute;
			left: 0%;
			bottom: -7px;
			margin: 0 0 0 20px;
			width: 40px;
			height: 1px;
		}

		.home-relaxed__des {
			padding: 0;
		}

		.home-relaxed__des__txt {
			line-height: 16px;
			font-size: 10px;
		}
		
		.home-registArea__registBtn {
    		padding: 0.8em 4em;
		}
		
		.home-registArea__registBtn__text {
    		font-size: 13px;
		}
		
		.home-registArea__attention {
    		font-size: 10px;
			padding: 20px 0 40px;
		}
	}
	
	
	
/*--------------------------------------------------------------home-reason*/


.home-reason {
    width: 100%;
    position: relative;
	background: #fff;
}

.home-reason__ {
    width: 1000px;
    margin: 0 auto;
}

.home-reason__des {
    text-align: center;
    padding: 80px 0px 40px;
}

.home-reason__des__title {
	color: #333;
    font-size: 38px;
    font-weight: bold;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
    margin: 0 0 20px;
}

.home-reason__des__text {
	font-size: 16px;
}

.home-reason__des__text br {
	display: none;	
}
	
.home-reason__info {
    padding: 0px 0 10px;
}

.home-electedTitleSp {
}

.home-elected {
    display: flex;
	margin: 0px;
	position: relative;
}

.home-elected--no1 {
}

.home-elected--no2 {
    flex-direction: row-reverse;
}

.home-elected--no3 {
}

.home-elected__image {
    margin: 0 30px 0 0;
}

.home-elected__image img {
    padding: 5px;
    background: #fff;
    box-shadow: 2px 2px rgba(0,0,0,0.1);
}

.home-elected__image--no2 {
	margin: 0 0 0 30px;
}

.home-elected__des {
    padding: 50px 0px 60px 30px;
    position: relative;
    flex-grow: 1;
}

.home-elected__des--no2 {
    padding: 50px 30px 60px 0px;
}

.home-elected__des__title {
    color: #333;
    font-size: 30px;
	line-height: 40px;
	padding: 0 0 20px;
	font-weight: bold;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

.home-elected__des__imgSp {
	display: none;
}

.home-elected__des__letter {
	padding: 5px 0;
}

.home-elected__des__letter--no1 {
	background: url(../img/default/1.png)no-repeat;
	background-position: right bottom;
	background-size: 25%;
	height: 150px;
}

.home-elected__des__letter--no2 {
	background: url(../img/default/2.png)no-repeat;
	background-position: right bottom;
	background-size: 25%;
	height: 150px;
}

.home-elected__des__letter--no3 {
	background: url(../img/default/3.png)no-repeat;
	background-position: right bottom;
	background-size: 25%;
    height: 150px;
}

.home-elected__des__letter__text {
    line-height: 30px;
    font-size: 16px;
}


	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
		
		.home-reason__ {
			width: 100%;	
		}
		
		.home-reason__des {
    		padding: 40px 10px 15px;
		}
		
		.home-reason__des__title {
			font-size: 18px;
		    margin: 0 0 10px;
		}
		
		.home-reason__des__text {
			font-size: 10px;
		    line-height: 18px;
		}
		
		.home-reason__des__text br {
			display: block;	
		}
		
		.home-reason__info {
    		padding: 0px;
		}
		
		.home-electedTitleSp:before {
			text-align: left;
			color: #50506F;
    		font-size: 13px;
			padding: 10px 0 10px 10px;
			font-weight: bold;
    		font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
		    letter-spacing: -0.5px;
		}
			
		.home-elected {
    		padding: 0px;
			margin: 0 0 20px 0;
		}
		
		.home-elected__image {
    		flex-grow: 1;
		}
		
		.home-elected__image--no1,
		.home-elected__image--no2,
		.home-elected__image--no3 {
		    margin: 0 10px;
			display: none;
		}
		
		.home-elected__image img {
			width: 150px;
			padding: 3px;
		}
		
		.home-elected__des {
			flex-grow: 1;
			padding: 0px;
			border-collapse: separate;
    		border-spacing: 10px 0;
		}
		
		.home-elected__des:after {
			content: '';
			display: block;
			clear: both;
		}
	
		.home-elected__des__title {
			font-size: 13px;
    		letter-spacing: -0.5px;
			padding: 0 10px 0px;
		}
		
		.home-elected__des__title--no2 {
			padding: 0px 10px 5px;	
		}
		
		.home-elected__des__title br {
			display: none;
		}
		
		.home-elected__des__imgSp {
    		display: table-cell;
    		margin: 0 10px;
			float: left;
		}
		
		.home-elected__des__imgSp--no2 {
			float: right;	
		}
		
		.home-elected__des__imgSp img {
			background: #fff;
			box-shadow: 2px 2px rgba(0,0,0,0.1);
			padding: 3px;
			max-width: 150px;
			height: auto;

		}
		
		.home-elected__des__letter--no1 {
			background: url(../img/default/1.png)no-repeat;
		}
		
		.home-elected__des__letter--no2 {
			background: url(../img/default/2.png)no-repeat;
		}
		
		.home-elected__des__letter--no3 {
			background: url(../img/default/3.png)no-repeat;
		}
		
		.home-elected__des__letter--no1,
		.home-elected__des__letter--no2,
		.home-elected__des__letter--no3	{
    		background-position: right bottom;
			background-size: 25%;
    		height: 120px;
    		display: table-cell;
    		vertical-align: top;
		}
		
		.home-elected__des__letter__text {
			font-size: 10px;
			line-height: 15px;
		}
	}
	
	

/*--------------------------------------------------------------home-hero2*/


.home-hero2 {
	background-image: url("../img/default/top_main.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 490px;
	position: relative;
}

.home-hero2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);

}

.home-hero2__ {
	width: 1000px;
	margin: 0 auto;
}

.home-hero2__info {
    text-align: center;
    position: absolute;
 	top: 50%;
    left: 50%;
    transform: translate(0%, -50%);

}

.home-hero2__info__description {
    font-weight: bold;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
    margin: 0 0 0px;
	font-size: 36px;
    line-height: 52px;
    color: #FFF;
    text-shadow: 0px 0px 10px #fff;
	white-space: nowrap;
}

.home-registArea--hero2 {
	margin: 25px 0 0 0;	
}

.home-registArea__attention--hero2 {
	padding: 30px 0 0px;
	color: #FFF;
}


	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
		
		.home-hero2 {
			background-image: url("../img/default/top_main.jpg");
			min-height: 300px;
		}
		
		.home-hero2__ {
    		width: 100%;
		}
		
		.home-hero2__info {
			left: 50%;
			transform: translate(-50%,-50%);
   		}
		
		.home-hero2__info__description {
			font-size: 20px;
			line-height: 26px;
		}
		
		.home-registArea__attention--hero2 {
			padding: 20px 0 0;
			color: #FFF;
		}
						
	}



/*--------------------------------------------------------------home-pageTop*/


	/* smartphone横(landscape) */
	@media only screen and (min-width:640px) {
		.home-pageTop {
			display: none;	
		}
		
	}
	
	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
		.home-pageTop {
			display: flex;
			text-align: center;
		}
		
		.home-pageTop__link {
			padding: 20px 0;
			background: #7C6A3A;
			text-decoration: none;
			width: 100%;
		}
		
		.home-pageTop__link:hover {
			opacity: 0.8;		
		}
		
		.home-pageTop__link__text {
			color: #fff;	
		}
		
	}


/* ================================================================================ */
/*                                                                                  */
/*      レスポンシブ対応(PCファースト)                                              */
/*                                                                                  */
/* ================================================================================ */

@media only screen and (max-width:960px) {}

/* iPad縦(portrait) */
@media only screen and (max-width:768px) {}

/* smartphone横(landscape) */
@media only screen and (max-width:640px) {}

/* iPhone横(landscape) */
@media only screen and (max-width:480px) {}

/* smartphone縦(portrait) */
@media only screen and (max-width:360px) {}

/* iPhone縦(portrait) */
@media only screen and (max-width:320px) {}

/* viewportの仕様上、指定可能な最小幅 */
@media only screen and (max-width:200px) {}


/* ================================================================================ */
/*                                                                                  */
/*      デザインテーマ                                                               */
/*                                                                                  */
/* ================================================================================ */

