/* ------------------------------------------------------------------------------
プロジェクト専用の指定
-------------------------------------------------------------------------------*/
html {
	font-size: 16px;
	line-height: 1.5625;
	font-weight: 400
}

body {
	color: #002f3b;
	font-size: 1rem;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif !important;
	line-height: 1.72;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	::i-block-chrome,
	body {
		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna"
	}
}

h2.sectionTitle {
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
	color: #0a748e;
	margin-bottom: 0.85rem;
	text-align: center;
}

h2.sectionTitle_b {
	font-size: 27px;
	font-weight: 900;
	line-height: 1;
	color: #002f3b;
	margin-bottom: 1.375rem;
	text-align: center;
}

h3.subTitle {
	display: block;
	font-size: 19px;
	font-weight: 900;
	line-height: 2.1;
	color: #fff;
	width: 456px;
	height: 40px;
	text-align: center;
	background-color: #002f3b;
	margin: 0 auto 1.375rem;
	border-radius: 20px;
	/*	Bootstrapの影響を回避　*/
}

@media screen and (max-width: 767px) {
	h3 {
		height: 40px;
		padding: 0;
		font-size: 19px;
		/*width: 100%;*/
		max-width: 100%;
	}
}

.is-text-deepblue {
	color: #002f3b;
}

.has-bg-lightblue {
	background: #f4fbfc;
}

.inline-icon {
	display: inline-block;
	margin-top: -6px;
	margin-right: 3px;
	margin-left: 3px
}


/* ------------------------------------------------------------------------------
ヘッダエリア	 
-------------------------------------------------------------------------------*/
header {
	line-height: 1.3;
}

.hero {
	background: url(../images/bg-hero.png) repeat;
	padding: 6rem 2rem 2rem 2rem;
	margin-top: 60px;
}

.loroWrap {
	margin-bottom: 50px;
}

.front-lead {
	color: #162c58;
	margin-bottom: 24px;
	line-height: 1.5625;
}

.front-lead:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 767px) {
	.hero {
		padding: 11.5rem 2rem 5.5rem;
		margin-top: 117px;
	}

	.loroWrap {
		margin-bottom: 105px;
	}
}


/* ------------------------------------------------------------------------------
	コンテンツ・ラップ 
-------------------------------------------------------------------------------*/
.blockWrap {
	width: 100%;
	padding-right: 2rem;
	padding-left: 2rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.bg-takumi {
	background: url(../images/bg-takumino-yacho-02.png) no-repeat;
	background-position: center -40px;
	background-size: auto;
}

.contentWrap {
	width: 100%;
	max-width: 722px;
	padding: 0;
	margin-right: auto;
	margin-left: auto
}

.contentWrap.is-fluid {
	max-width: none;
	padding-left: 2rem;
	padding-right: 2trem;
	width: 100%;
}

.imageWrap {
	display: block;
	margin: 0;
	padding: 0;
}


/* ------------------------------------------------------------------------------
フレックスボックス 
-------------------------------------------------------------------------------*/
.gridContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	max-width: 1294px;
    margin-bottom: 45px;
}

.gridItem-01 {
	order: 1;
	flex-basis: 100%;
}

.gridItem-02 {
	order: 2;
	text-align: center;
	flex-basis: 50%;

}

.gridItem-03 {
	order: 3;
	text-align: center;
	flex-basis: 50%;
}

@media screen and (min-width: 1294px) {
	.gridContainer {
		flex-wrap: nowrap;
		justify-content: space-between;
		margin: 0 auto;
	}

	.gridItem-01 {
		order: 2;
		flex-basis: 722px;
	}

	.gridItem-02 {
		order: 1;
		flex-basis: auto;
	}

	.gridItem-03 {
		order: 3;
		flex-basis: auto;
	}
}


/* -----------------------------------------------------------
	slickスライダー
------------------------------------------------------------ */
.sliodeWrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 215px;
}

.loupe {
	position: absolute;
	top: -50px;
	left: 16px;
}

.slick-prev:before,
.slick-next:before {
	color: #000 !important;
}

.s_xs {
	position: relative;
	width: 215px;
}

/*545px~759px*/
@media screen and (max-width: 544px) {
	.s_s {
		display: none !important;
	}
}

@media screen and (min-width: 545px) {

	.sliodeWrap,
	.s_s {
		position: relative;
		width: 430px;
	}

	.s_xs {
		display: none !important;
	}

	.loupe {
		position: absolute;
		top: -50px;
		left: 231px;
	}
    
    .firstview-cta__btn img{
        width:  90%;/*様子見中 有効*/
        margin: auto;
	}

}

/*760px~974px*/
@media screen and (max-width: 759px) {
	.s_m {
		display: none !important;
	}
}

@media screen and (min-width: 760px) {

	.sliodeWrap,
	.s_m {
		position: relative;
		width: 645px;
	}

	.s_xs,
	.s_s {
		display: none !important;
	}

	.loupe {
		position: absolute;
		top: -50px;
		left: 231px;
	}
    
    div .firstview{
        width:100%;/*様子見中*/
    }
    
    .firstview__inr .firstview-cta__btn a img{
        width:50%;/*様子見中*/
    }
    
    .firstview-cta__btn img{
        width:  50%;/*様子見中 有効*/
        margin: auto;
	}

}

/*975px~1189px*/
@media screen and (max-width: 974px) {
	.s_l {
		display: none !important;
	}
}

@media screen and (min-width: 975px) {

	.sliodeWrap,
	.s_l {
		position: relative;
		width: 860px;
	}

	.s_xs,
	.s_s,
	.s_m {
		display: none !important;
	}

	.loupe {
		position: absolute;
		top: -50px;
		left: 446px;
	}
}

/*1190px~*/
@media screen and (max-width: 1189px) {
	.s_xl {
		display: none !important;
	}
}

@media screen and (min-width: 1190px) {

	.sliodeWrap,
	.s_xl {
		position: relative;
		width: 1075px;
	}

	.s_xs,
	.s_s,
	.s_m,
	.s_l {
		display: none !important;
	}

	.loupe {
		position: absolute;
		top: -50px;
		left: 446px;
	}
}

.slick_autoplay img {
	width: 153px;
	margin: 0 31px;
}

.slick_autoplay .slideIcon {
	padding: 0;
}


/* -----------------------------------------------------------
	ファーストビュー・ボタン
------------------------------------------------------------ */
.firstview-cta__btn {
	position: relative;
}

.firstview-cta__btn a:hover {
	opacity: 0.8;
}

.pc .firstview-cta__btn {
	margin-left: -0.85rem;
}

@media screen and (max-width: 767px) {
	.firstview__inr {
		padding-left: 0;
	}

	.firstview-cta__btn {
		/*background-color: #FF9900;*/
		/*box-shadow: 0 2px 0 #A46200;*/
	}
    
    .firstview-cta__btn img{
        width:  90%;
        margin: auto;
	}

	.firstview-cta__btn a {
		color: #fff;
		text-align: center;
		font-size: 1.5rem;
		position: relative;
		display: block;
		padding: 1rem 0;
		font-weight: bold;
	}

	/* IE表示用のCSS　*/
	_:-ms-input-placeholder,
	:root .firstview-cta__btn a {
		padding: 16px 0 4px;
	}

	.firstview-cta__btn a::after {
		content: '';
		position: absolute;
		top: 40%;
		top: -webkit-calc(50% - 10px);
		top: calc(50% - 10px);
		right: 10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 0 10px 12px;
		;
		border-color: transparent transparent transparent #fff;
	}
}

/* -----------------------------------------------------------
	ご登録までの流れ
------------------------------------------------------------ */
#flow {}

#flow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 540px;
	max-width: 100%;
	margin: 0 auto 20px;
	padding: 0;
}

#flow ul li {
	background-color: #004C76;
	color: #fff;
	text-align: center;
	padding: 10px 10px;
	width: 248px;
}

.flow__step {
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 20px;
}

.flow__step span {
	font-size: 3rem;
	line-height: 1;
	padding-left: 10px;
}

.flow__image {
	margin-bottom: 20px;
}

.flow__txt {
	font-size: 0.85rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {

	/* ご登録までの流れ */
	#flow ul {
		display: block;
		margin-bottom: 40px;
		/*width: 100%;*/
        width: 80%;
	}

	#flow ul li {
		/*display: -webkit-box;*/
		display: -ms-flexbox;
		/*display: flex;*/
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		/*padding: 0;*/
		width: 100%;
		/*background-color: #fff;*/
		border: 1px solid #004C76;
	}

	#flow ul li:not(:last-child) {
		margin-bottom: 30px;
		position: relative;
	}

	#flow ul li:first-child::after {
		content: '';
		position: absolute;
		bottom: -20px;
		left: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		;
		border-color: #004C76 transparent transparent transparent;
	}

	.flow__step {
		padding: 5px 35px;
		font-size: 1.25rem;
		margin-bottom: 0;
		margin-right: 10px;
		background-color: #004C76;
	}

	.flow__step span {
		font-size: 1.25rem;
		padding-left: 0;
	}

	.flow__image {
		/*display: none;*/
	}

	.flow__txt {
		padding: 5px;
		margin: 0;
		font-size: 1rem;
		text-align: center;
		line-height: 2;
		color: #ffffff;/*#004C76*/
	}
}



/* -----------------------------------------------------------
	コールトゥアクション・ボタン
------------------------------------------------------------ */
.cta {
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
}

.cta .cta__txt {
	text-align: center;
	margin-bottom: 20px;
}

.cta__btn {
	width: 496px;
	max-width: 100%;
	margin: 0 auto;
}

.cta__btn a {
	background-color: #FF9900;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	display: block;
	padding: 20px 0;
	font-size: 3.1rem;
	font-weight: bold;
	position: relative;
	box-shadow: 0 5px 0 #A46200;
}

.cta__btn a:hover {
	box-shadow: 0 0 0 #A46200;
	transform: translate3d(0, 5px, 0);
}

.cta__btn a::after {
	content: '';
	position: absolute;
	top: 40%;
	top: -webkit-calc(50% - 10px);
	top: calc(50% - 10px);
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 12px;
	border-color: transparent transparent transparent #fff;
}

/* IE表示用のCSS　*/
_:-ms-input-placeholder,
:root .cta__btn a {
	padding: 26px 0 14px;
}
