@charset "utf-8";

/* pc
-------------------------------------------------------------------*/
#lp_content_look {
	background: #FFFFFF;
    color: #222;
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.4;
    width: 100%;
    font-size: 18px;
    display: block;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
	letter-spacing:0.05em;
}
.inner_pr_wrap {
	padding: 50px 15px;
}
.inner_wrap {
	padding: 0px 50px;
}
.inner_second_wrap {
	padding: 0px 100px;
}
.look p {
	font-weight: 500;
	font-size: 1.25rem;
}
.look .back_color {
	background-color: #092e66;
	width: 100%;
	padding: 47px 0px 57px 0px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.look .back_color p {
	color: #fff;
	font-size: 22px;
	margin-bottom: 25px;
}
.look .back_color h2 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}
.look .back_color .sub_titel {
	font-weight: 400;
	text-align: center;
}
.look .back_color .small_words {
	font-size: 40px;
}

/*section1*/
.look .main_visual {
	background: url(top_visual.jpg) center no-repeat;
	width: 100%;
	height: 649px;
	text-align: left;
    color: #092e66;
}
.look .main_visual h1 {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 0.8;
	padding: 50px 0px 0px 0px;
    margin-bottom: 0.6em;
}
.look .main_visual h1 span.second {
	font-size: 2rem;
	padding-left: 20px;
}
.look .main_visual p {
    font-size: 1.25rem;
}
.look .sub_read {
	font-size: 1.5rem;
    margin-top: 1.7em;
    margin-bottom: 1em;
}
.look .flex_mom {
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
}
.look .flex_mom .text {
	position: relative;
	background-color: #ddeff8;
	width: 482px;
	height: 293px;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 2.3;
	border-radius: 20px;
	margin-top: 15px;
	margin-left: 110px;
}
.look .flex_mom .text::before {
    position: absolute;
    content: "";
    left: -105%;
    margin: auto;
    right: 0%;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 37px solid #ddeff8;
    border-left: 0;
}
.look .btn_line_h3 {
	position: relative;
	font-size: 2.5rem;
	color: #092e66;
	font-weight: 900;
	margin-bottom: 2em;
	line-height: 1;
}
.look .btn_line_h3::before {
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	bottom: -30px;
	margin: auto;
	width: 90px;
	height: 3px;
	background-color: #092e66;
}
.look .btn_line_h3 .small_text_h3 {
	font-size: 1.5rem;
}
.look .table_style {
	border:#999999 solid 1px;
	border-bottom:none;
	display:table;
	width:100%;
	margin-bottom: 4em;
}
.look .table_style dl{
	border-bottom:#999999 solid 1px;
	display:table-row;
}
.look .table_style dl:after{
	display:none;
}
.look .table_style dt,
.table_style dd{
	display:table-cell;
	border-bottom:#999999 solid 1px;
	vertical-align:top;
}
.look .table_style dt{
	background:#ddeff8;
	color: #092e66;
	font-weight: bold;
	width: 28%;
	vertical-align: middle;
	font-size: 1.5rem;
	padding: 1.6em 1.3em;
	border: 1px solid #999999;
}
.look .table_style.bg_grn dt{
	background:#fff;
}
.look .table_style.head_wide dt{
	width:35.0%;
}
.look .table_style dd {
	font-weight: 500;
	text-align: left;
	font-size: 1.25rem;
	padding: 1.6em 2.5em;
	border: 1px solid #999999;
}
.look .table_style a{
	text-decoration:underline;
}
.look .table_style a:hover{
	text-decoration:none;
}
.look .table_style.blue dt{
	background:#e6f8f6;
	font-weight: 500;
}

.flex_ttl {
	display: flex;
	border-bottom: 2px solid #092e66;
	margin-bottom: 2em;
}
.flex_ttl p.katuyou  {
	background-color: #092e66;
	color: #fff;
	font-size: 1.5rem;
	width: 164px;
	height: 58.9px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.flex_ttl h3 {
	font-size: 1.88rem;
	color: #092e66;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0px 0px 0px 1em;
}

.white_box {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	width: 420px;
	height: 105px;
	margin: 0 0 2em auto;
}
.white_box::before {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 37px solid #ffffff;
	border-top: 0;
}
.white_box .sentence {
	padding-top: 0.7em;
	padding-bottom: 0.2em;
}
.white_box .purple {
	color: #092e66;
	font-size: 1.5rem;
	font-weight: bold;
}

/*section1*/
.look .section1 .flex_mom {
    margin-bottom: 5em;
}
.look .section1 .chractaristic {
	margin-bottom: 5em;
}


/*section2*/
.look .section2 {
	background-color: #f0f1f5;
	padding-bottom: 6em;
}
.look .section2 .back_color {
	margin-bottom: 2em;
}
.look .section2 .explains {
	text-align: left;
	font-size: 1.5rem;
	margin-bottom: 2em;
}
.look .section2 .pic{
	margin-bottom: 1.7em;
}

/*section3*/
.look .section3 .flex_ttl p.katuyou {
	font-size: 1.9rem;
}
.look .section3 p {
	text-align: left;
}
.look .section3 .back_color {
	margin-bottom: 2em;
}
.look .section3 .flex_mom {
    justify-content: flex-end;
    margin-bottom: 3.8em;
}
.look .section3 .flex_mom .text_text {
	text-align: left;
    padding-left: 2em;
}
.look .section3 .flex_mom .text_text p {
	padding-bottom: 0.2em;
}
.look .section3 .red {
	color: #ff0000;
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 0.6em;
}
.look .section3 .flex_mom .text_text small {
	font-size: 1.15rem;
}
.look .section3 .details_text {
	margin-bottom: 1.5em;
}
.look .section3 .pic_flex_box,
.look .section3 .pic_flex_box_2 {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 4em;
}
.look .section3 .pic_flex_box::before {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 150px;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-left: 27px solid #6a91cd;
	border-right: 0;
}
.look .section3 .pic_flex_box_2 {
	margin-bottom: 7em;
}
.look .section3 .pic_flex_box_2 .plus_pic {
	margin: 160px 5px 0px 5px;
}

.look .btn_go {
	position: relative;
	width: 756px;
	height: 127px;
	display: block;
	margin: auto;
	border-radius: 80px;
	background: #183d8a;
	background: -moz-linear-gradient( #295abc 0%, #295abc 50%, #183d8a 50%, #183d8a 100%, #183d8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#295abc), color-stop(50%, #295abc), color-stop(50%, #183d8a), color-stop(100%, #183d8a), to(#183d8a));
	background: -webkit-linear-gradient( #295abc 0%, #295abc 50%, #183d8a 50%, #183d8a 100%, #183d8a 100%);
	background: -o-linear-gradient( #295abc 0%, #295abc 50%, #183d8a 50%, #183d8a 100%, #183d8a 100%);
	background: linear-gradient( #295abc 0%, #295abc 50%, #183d8a 50%, #183d8a 100%, #183d8a 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 6.7em;
	text-decoration: none;
	transition: transform 0.4s;
}
.look .btn_go:hover {
    transform: translateY(-10px);
}
.look .btn_go::before {
	position: absolute;
	content: "";
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(225deg);
	left: 85%;
	right: 0;
	margin: auto;
	width: 20px;
	height: 20px;
}
.look .btn_go p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}

/*flow*/
.look section.flow{
	padding:0 0 80px;
}
.flow_pic {
	width: 100%;
}
.look section.flow .caption{
	font-size:28px;
	font-size:175%;	
	color:#444;
	margin:-20px 0 120px;
}
.look section.flow .flow_list{
	display:flex;
	list-style:none;
	margin: 90px auto 0 auto;
	justify-content:space-between;
	padding:0;
}
.look section.flow .flow_list li{
	width: 22.5%;
	position:relative;
}
.look section.flow .flow_list li .sp_flow{
	display:none;
}
.look section.flow .flow_list li + li:before{
	content:"";
	display:inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 0 19px 22px;
	border-color: transparent transparent transparent #193b8b;
	position:absolute;
    top: 37%;
    left: -30px;
}
.look section.flow .flow_list dt b{
    display: block;
    font-size: 60px;
    color: #444444;
    margin-bottom: 40px;
}
.look section.flow .flow_list dd h3{
	margin: 25px 0 15px;
	font-weight:bold;
	font-size:133%;
	text-align:left;
	display: block;
	min-height:3.0em;
	letter-spacing:-0.03em;
}
.look section.flow .flow_list dd p{
	text-align:left;
	font-size: 118%;
	font-weight:400;
	line-height:1.8;
	letter-spacing: -0.03em;
}



/* sp
-------------------------------------------------------------------*/
@media screen and (max-width:767px) {
	.inner_wrap {
		padding: 0px 15px;
	}
	.inner_second_wrap {
		padding: 0px 15px;
	}
	.look p {
		font-size: 1rem;
	}

	/*section1*/
	.look .main_visual h1 {
		font-size: 3rem;
	}
	.look .main_visual h1 span.second {
		font-size: 1.8rem;
		padding-left: 0px;
		margin-top: 20px;
		display: block;
		line-height: 1.1;
	}
	.look .back_color h2 {
		font-size: 2rem;
	}
	.look .sub_read {
		font-size: 1.2rem;
		text-align: left;
	}
	.look .flex_mom {
		display: block;
	}
	.look .flex_mom .text {
		width: 100%;
		height: auto;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 2em;
		padding: 15px 10px;
	}
	.look .flex_mom .text::before {
		right: 0%;
		left: 0;
		margin: auto;
		bottom: -30px;
		transform: rotate(270deg);
	}
	.look .btn_line_h3 {
		font-size: 2rem;
	}

	.look .table_style dt {
		width: 40%;
		font-size: 1.2rem;
		padding: 15px 10px;
	}
	.look .table_style dd {
		font-size: 1rem;
		padding: 15px;
	}
	.look .section2 .explains {
		font-size: 1.2rem;
	}
	.flex_ttl {
		display: block;
		margin-bottom: 1em;
	}
	.flex_ttl h3 {
		font-size: 1.38rem;
		padding: 0px;
		align-items: baseline;
		text-align: left;
	}
	.flex_ttl p.katuyou {
		font-size: 1.1rem;
		width: 120px;
		height: auto;
		padding: 10px 0px;
		margin-bottom: 0.5em;
	}
	/*back_color*/
	.look .back_color {
		padding: 15px 0px 15px 0px;
	}

	.look .section3 .flex_mom .text_text {
		padding-left: 0em;
	}
	.look .section1 .flex_mom {
		margin-bottom: 3em;
	}
	.look .section1 .pic {
		width: 60%;
		margin: auto;
	}
	.look .section1 .pic img {
		width: 100%;
	}
	/*section2*/
	.look .section2 {
		padding-bottom: 3em;
	}

	/*section3*/
	.look .section3 .pic_flex_box, 
	.look .section3 .pic_flex_box_2 {
		display: block;
		margin-bottom: 2em;
	}
	.look .section3 .pic_flex_box .pic,
	.look .section3 .pic_flex_box_2 .pic {
		width: 100%;
	}
	.look .section3 .pic_flex_box .pic:nth-of-type(1) {
		margin-bottom: 100px;
	}
	.look .section3 .pic_flex_box .pic img,
	.look .section3 .pic_flex_box_2 .pic img {
		width: 100%;
	}
	.look .section3 .pic_flex_box::before {
		top: 150px;
		transform: rotate(90deg);
	}
	.look .section3 .pic_flex_box_2 .plus_pic {
		max-width: 60px;
		margin: 30px auto;
	}
	.look .btn_go {
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 0px;
		margin-bottom: 3em;
	}
	.look .btn_go p {
		font-size: 1.2rem;
	}
	.look .btn_go::before {
		left: 80%;
		width: 12px;
		height: 12px;
	}
	.white_box {
		width: 100%;
		height: auto;
		margin: 0 0 2em auto;
		padding: 15px 0px;
	}
	.white_box .purple {
		font-size: 1.3rem;
	}
	.look .section1 .chractaristic {
		width: 100%;
		margin-bottom: 2em;
	}
	.look .section1 .chractaristic img {
		width: 100%;
	}
	.look .btn_line_h3 .small_text_h3 {
		font-size: 1.3rem;
	}
	.look .back_color p {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.section2 .pic {
		width: 100%;
	}
	.section2 .pic img {
		width: 100%;
	}

	/*flow*/
	.look section.flow .h_style01 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.look section.flow .h_style01 {
		margin-bottom: 0;
	}
	.look .section3 .red {
	    font-size: 1.18rem;
	}
	.look .section3 .flex_mom .text_text small {
		font-size: 0.9rem;
	}
	.look .section3 .flex_mom .pic_pic {
		width: 100%;
		margin-top: 1em;
	}
	.look .section3 .flex_mom .pic_pic img {
		width: 100%;
	}

	.look section.flow .caption{
		font-size:28px;
		font-size:175%;	
		color:#444;
		margin:-20px 0 120px;
	}
	.look section.flow{
		padding: 0px 0px;
	}
	.look section.flow .caption{
		margin: -20px 0 40px;
	}
	.look section.flow .flow_list{
		flex-direction:column;
		text-align:center;
	}
	.look section.flow .flow_list li{
		width:100%;
		margin:0;
		padding-bottom:40px;
	}
	.look section.flow .flow_list{
		margin: 0;
	}
	.look section.flow .flow_list li .sp_flow{
		display:block;
	}
	.look section.flow .flow_list li .pc_flow{
		display:none;
	}
	.look section.flow .flow_list li + li:before{
		left:0;
		right:0;
		margin:
		auto;
		margin-top: 15px;top:-30px;
		display:
		block;
		border-style: solid;
		border-width: 25px 33px 0 33px;
		border-color: #193b8b transparent transparent transparent;
	}
	.look section.flow .flow_list li dl{
		display:flex;
		flex-direction:column;
		position:relative;
		padding-top:40px;
	}
	.look section.flow .flow_02 dd p {
	    text-align: center;
	    display: inline-block;
	    font-size: 17px;
	}
	.look section.flow .flow_list li dl.flow_02{
		display:
		flex;
		flex-direction:
		column-reverse;
		position:
		relative;
		padding-top: 125px;
	}
	.look section.flow .flow_list li dl.flow_02{
		display:
		flex;
		flex-direction:
		column-reverse;
		position:
		relative;
		padding-top: 125px;
	}
	.look section.flow .flow_list li dl dd h3{
		display:
		block;
		margin-bottom:10px;
		min-height: 0;
		text-align:
		center;
		position:
		static;
		font-size: 20px;
		margin-top: 10px;
	}
	.look section.flow .flow_list li img{
		width: 200px;
	}
	.look section.flow .flow_list li dl dt b{
		margin-bottom:10px;
	}
	.look section.flow .flow_list li dl dd{
		margin-bottom:10px;
	}
	.look section.flow .flow_list dd p {
		font-size: 16px;
	}
	.look section.flow .in_wrap {
		padding: 0px 15px;
	}
	.look .section3 .flex_ttl p.katuyou {
		font-size: 1.3rem;
	}
}