@charset "UTF-8";
/*--------------------    デフォルトスタイル    --------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:1.5rem;
    vertical-align:baseline;
    background:transparent;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto sans JP', sans-serif;/*-------------------- フォントファミリー--*/
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    color: #000;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
ins {
    text-decoration:none;
}
del {
    text-decoration: line-through;
}
mark {
    background-color:#ff9;
    color:#494949;
    font-weight:bold;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
body {
    position: relative;
	min-width: 1200px;
	color: #000;/*-------------------- デフォルト フォントカラー--*/
	font-weight: 500;/*-------------------- デフォルト フォントウェイト--*/
	font-size: 1.5rem;/*-------------------- デフォルト フォントサイズ--*/
	line-height: 1.9;/*-------------------- デフォルト 行間--*/
    letter-spacing: 0.05rem;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
section{
	overflow: hidden;
}

@media all and (min-width: 751px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 750px) {
	body {
		min-width: inherit;
	}
	body.open {
		overflow: hidden;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}




/*------------------------------------------------------------
    ここから記入↓↓↓↓↓
------------------------------------------------------------*/

/* 共通 */
.pTxt {
	text-align: justify;
}
.headline01 {
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1.4;
}
.purTxt {
	color: #696af8;
}
.lBtn a {
	display: block;
	width: 347px;
	background: #ffdb15;
	border: 3px solid #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 1px;
	font-weight: 900;
	box-sizing: border-box;
	padding: 12px 10px 12px 0;
	box-shadow: 0 0 4px rgba(38,38,38,0.4);
	position: relative;
	transition: all .3s;
}
.lBtn a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 15px;
	background: url("img/arrow.svg")100% no-repeat;
	right: 26px;
	top: 24px;
	transition: all .3s;
}
.lBtn a:hover {
	background: #feba27;
	color: #fff;
}
.lBtn a:hover:before {
	background: url("img/f_arrow.svg")100% no-repeat;
}
.flexBox {
	display: flex;
	justify-content: center;
}





.lp_ux .top_img {
	position: relative;
}
.lp_ux .top_img .logo {
	position: absolute;
	top: 26px;
	left: 4%;
}
.lp_ux .top_img .imgBox {
	height: auto;
	max-height: 590px;
	overflow: hidden;
}
.lp_ux .top_img .imgBox img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.lp_ux .top_img .txtBox {
	position: absolute;
	left: 9%;
	top: calc(50% - 160px);
}
.lp_ux .top_img .txtBox .headline01 {
	font-size: 4.25rem;
	display: inline-block;
	line-height: 1;
	background: #fff;
	padding: 0 12px 5px;
	margin-bottom: 10px;
}
.lp_ux .top_img .txtBox .wTxt {
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 2px;
	line-height: 1.6;
	font-weight: 900;
	text-shadow: 0 0 4px rgba(38,38,38,0.8);
	margin: 20px 0 30px 15px;
}
.lp_ux .top_img .btnBox p {
	font-weight: 900;
	font-size: 1.6rem;
	letter-spacing: 1px;
	color: #fff;
	margin: 15px 0 0 115px;
}
.lp_ux .top_img .btnBox p a {
	color: #fff;
	text-decoration: underline;
}


.lp_ux .sec01 {
	padding: 110px 0 90px;
}
.lp_ux .sec01 .headline01 {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 40px;
}
.lp_ux .sec01 .pTxt {
	width: 614px;
	margin: 0 auto 60px;
}
.lp_ux .sec01 .conBox .flexBox {
	margin-bottom: 30px;
}
.lp_ux .sec01 .conBox .flexBox .inBox a {
	width: 356px;
	height: 100%;
	border: 3px solid transparent;
	border-radius: 46px;
	margin: 0 18px;
	box-shadow: 0 0 12px rgba(216,216,212,0.6);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	transition: all .3s;
}
.lp_ux .sec01 .conBox .flexBox .inBox a:hover {
	border: 3px solid #696af8;
}
.lp_ux .sec01 .conBox .flexBox .inBox img {
	width: 80%;
}
.lp_ux .sec01 .conBox .flexBox .inBox.box01 img,
.lp_ux .sec01 .conBox .flexBox .inBox.box03 img {
	margin: 40px 0 34px;
}
.lp_ux .sec01 .conBox .flexBox .inBox.box02 img,
.lp_ux .sec01 .conBox .flexBox .inBox.box04 img {
	width: 74%;
	margin: 30px 0 34px;
}
.lp_ux .sec01 .conBox .flexBox .inBox .headline01 {
	font-size: 2.4rem;
	line-height: 1.3;
	letter-spacing: 2px;
	margin-bottom: 40px;
}




.lp_ux .sec02 {
	padding: 100px 0;
	background: #f2f2f2;
}
.lp_ux .sec02 .con01 {
	text-align: center;
	margin-bottom: 120px;
}
.lp_ux .sec02 .con01 .headline01 {
	font-size: 3rem;
	line-height: 1.5;
	text-align: center;
	margin: 45px 0 40px;
}
.lp_ux .sec02 .con01 .pTxt {
	width: 602px;
	margin: 0 auto;
	text-align: justify;
}
.lp_ux .sec02 .con01 .lBtn a {
	margin: 50px auto 0;
}
.lp_ux .sec02 .con02 .flexBox {
	align-items: center;
	margin-bottom: 72px;
}
.lp_ux .sec02 .con02 .flexBox .txtBox {
	width: 30%;
	min-width: 394px;
}
.lp_ux .sec02 .con02 .flexBox .txtBox .headline01 {
	font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 30px;
}
.lp_ux .sec02 .con02 .flexBox.flex01 .imgBox {
	width: 36%;
	min-width: 534px;
	margin: 0 -7% 0 5%;
}
.lp_ux .sec02 .con02 .flexBox.flex02 .imgBox {
	width: 32%;
	min-width: 503px;
	margin: 0 6% 0 -7%;
}
.lp_ux .sec02 .con02 .lBtn a {
	margin: 100px auto 0;
}




.lp_ux .sec03 {
	padding: 135px 0 110px;
}
.lp_ux .sec03 .txtBox {
}
.lp_ux .sec03 .txtBox .headline01 {
	font-size: 3rem;
	margin-bottom: 30px;
}
.lp_ux .sec03 .txtBox .pTxt {
	width: 30vw;
	min-width: 400px;
	margin-bottom: 30px;
}
.lp_ux .sec03 .txtBox .btnBox {
	display: flex;
	align-items: flex-end;
	margin-top: 50px;
	margin-right: -300px;
}
.lp_ux .sec03 .txtBox .btnBox .lBtn a {
	background: #696af8;
	color: #fff;
}
.lp_ux .sec03 .txtBox .btnBox .lBtn a:hover {
	background: #fff;
	color: #696af8;
	border: 3px solid #696af8;
}
.lp_ux .sec03 .txtBox .btnBox .lBtn a:before {
	background: url("img/f_arrow.svg")100% no-repeat;
}
.lp_ux .sec03 .txtBox .btnBox .lBtn a:hover:before {
	background: url("img/p_arrow.svg")100% no-repeat;
}
.lp_ux .sec03 .txtBox .btnBox .sTxt {
	font-size: 1.3rem;
	margin: 0 0 10px 26px;
}
.lp_ux .sec03 .imgBox {
	width: 32%;
	min-width: 490px;
	margin-left: 4%;
	margin-top: -20px;
	margin-right: -6%;
}




.lp_ux .sec04 .con02 .flexBox {
	margin-bottom: 100px;
}
.lp_ux .sec04 .con02 .flexBox.flex01 .imgBox {
	width: 556px;
}
.lp_ux .sec04 .con02 .flexBox.flex02 .imgBox {
	width: 495px;
	margin: 0 70px 0 -80px;
}
.lp_ux .sec04 .con02 .flexBox .txtBox .headline01 {
	margin-right: -200px;
}
.lp_ux .sec04 .lBtn a {
	margin: 0 auto;
}




.lp_ux .sec05 {
	padding: 132px 0;
}
.lp_ux .sec05 .headline01 {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 34px;
}
.lp_ux .sec05 .pTxt {
	text-align: center;
	margin-bottom: 55px;
}
.lp_ux .sec05 ul {
	display: flex;
	justify-content: center;
}
.lp_ux .sec05 ul li a {
	display: flex;
	margin: 0 10px 24px;
	align-items: center;
	justify-content: center;
	width: 15vw;
	min-width: 190px;
	height: 72px;
	border-radius: 16px;
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.2;
	box-shadow: 0 0 12px rgba(216,216,212,0.6);
	transition: all .3s;
	position: relative;
}
.lp_ux .sec05 ul li a span {
	position: absolute;
	right:  40px;
}
.lp_ux .sec05 ul li a:hover {
	opacity: .5;
}
.lp_ux .sec05 ul li a.big {
	font-weight: 900;
	font-size: 1.9rem;
}
.lp_ux .sec05 .lBtn a {
	margin: 50px auto 40px;
}




.lp_ux .sec06 .headline01 {
	font-size: 3rem;
	text-align: center;
}
.lp_ux .sec06 .img_logo {
	width: 76%;
	min-width: 976px;
	margin: 70px auto 50px;
}
.lp_ux .sec06 .flexBox .txt {
	width: 274px;
	color: #7c7c7c;
	font-size: 1.4rem;
	margin-left: 25px;
}
.lp_ux .sec06 .flexBox .txt a {
	color: #7c7c7c;
	text-decoration: underline;
}
.lp_ux .sec06 .flexBox .left {
	margin-right: 50px;
}
.lp_ux .sec06 .flexBox .left .logo {
	width: 165px;
	padding-top: 5px;
}
.lp_ux .sec06 .flexBox .right .logo {
	width: 160px;
	padding-top: 3px;
}





.lp_ux .sec07 {
	padding: 160px 0 100px;
}
.lp_ux .sec07 .headline01 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 60px;
}
.lp_ux .sec07 .flexBox .inBox {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 0 50px 30px;
}
.lp_ux .sec07 .flexBox .inBox .lBtn a {
	width: 236px;
	background: #696af8;
	color: #fff;
	font-size: 1.6rem;
}
.lp_ux .sec07 .flexBox .inBox .lBtn a:hover {
	background: #fff;
	color: #696af8;
	border: 3px solid #696af8;
}
.lp_ux .sec07 .flexBox .inBox .lBtn a:before {
	background: url("img/f_arrow.svg")100% no-repeat;
	top: 20px;
}
.lp_ux .sec07 .flexBox .inBox .lBtn a:hover:before {
	background: url("img/p_arrow.svg")100% no-repeat;
}
.lp_ux .sec07 .flexBox .left {
	border-right: 3px solid #dbdbdb;
}
.lp_ux .sec07 .flexBox .left img {
	width: 182px;
	margin-bottom: 20px;
	margin-left: -10px;
}
.lp_ux .sec07 .flexBox .right img {
	width: 177px;
	margin-bottom: 10px;
	margin-left: -5px;
}






footer {
	text-align: center;
	padding: 20px 0 30px;
	border-top: 1px solid rgba(160,160,160,0.5);
	width: 90%;
	margin: 0 auto;
}
footer .copy {
	font-size: 1.2rem;
	font-weight: 400;
}






@media all and (max-width: 834px) {
	
	
	.headline01 {
		line-height: 1.5;
	}
	.pTxt {
		font-size: 1.4rem;
	}
	.flexBox {
		flex-direction: column;
	}
	
	
	.lBtn a {
		width: 85%;
		font-size: 1.7rem;
		margin: 0 auto;
		padding: 14px 0;
	}
	.lBtn a:before {
		width: 8px;
		height: 12px;
	}
	
	
	.lp_ux .top_img .logo {
		width: 30%;
		top: 20px;
	}
	.lp_ux .top_img .txtBox {
		left: 5%;
		top: calc(50% - 100px);
	}
	.lp_ux .top_img .txtBox .headline01 {
		font-size: 2.8rem;
		letter-spacing: 1px;
		padding: 0 8px 4px;
	}
	.lp_ux .top_img .txtBox .wTxt {
		font-size: 2rem;
		margin: 16px 0 0 3%;
	}
	.lp_ux .topbtnBox {
		background: #f2f2f2;
		padding: 40px 0 36px;
	}
	.lp_ux .topbtnBox p {
		font-size: 1.5rem;
		text-align: center;
		font-weight: 900;
		margin-top: 15px;
	}
	.lp_ux .topbtnBox p a {
		text-decoration: underline;
	}
	
	
	
	.lp_ux .sec01 {
		padding: 70px 0 60px;
	}
	.lp_ux .sec01 .headline01 {
		font-size: 2.5rem;
	}
	.lp_ux .sec01 .pTxt {
		width: 83%;
		margin-bottom: 40px;
	}
	.lp_ux .sec01 .conBox .flexBox {
		flex-direction: column;
		margin-bottom: 0;
	}
	.lp_ux .sec01 .conBox .flexBox .inBox a {
		width: 86%;
		margin: 0 auto 25px;
		border-radius: 20px;
	}
	.lp_ux .sec01 .conBox .flexBox .inBox img {
		width: 74%;
	}
	.lp_ux .sec01 .conBox .flexBox .inBox .headline01 {
		font-size: 2.2rem;
		margin-bottom: 35px;
	}
	.lp_ux .sec01 .conBox .flexBox .inBox.box01 img,
	.lp_ux .sec01 .conBox .flexBox .inBox.box03 img {
		margin: 25px 0 30px;
	}
	.lp_ux .sec01 .conBox .flexBox .inBox.box02 img,
	.lp_ux .sec01 .conBox .flexBox .inBox.box04 img {
		width: 70%;
	}
	
	
	
	
	.lp_ux .sec02 {
		padding: 80px 0;
	}
	.lp_ux .sec02 iframe {
		width: 88%;
		height: 200px;
	}
	.lp_ux .sec02 .con01 {
		margin-bottom: 80px;
	}
	.lp_ux .sec02 .con01 .headline01 {
		font-size: 2.5rem;
		margin: 30px 0;
	}
	.lp_ux .sec02 .con01 .pTxt {
		width: 83%;
	}
	.lp_ux .sec02 .con02 .flexBox.flex01 {
		flex-direction: column-reverse;
	}
	.lp_ux .sec02 .con02 .flexBox .txtBox {
		width: 83%;
		min-width: inherit;
	}
	.lp_ux .sec02 .con02 .flexBox .txtBox .headline01 {
		font-size: 2.5rem;
		margin-bottom: 25px;
	}
	.lp_ux .sec02 .con02 .flexBox.flex01 .imgBox {
		width: 90%;
		min-width: inherit;
		margin: 0 auto 30px;
	}
	.lp_ux .sec02 .con02 .flexBox.flex02 .imgBox {
		width: 90%;
		min-width: inherit;
		margin: 0 auto 30px;
	}
	.lp_ux .sec02 .con02 .lBtn a {
		margin: -10px auto 0;
	}
	
	
	
	
	.lp_ux .sec03 {
		padding: 70px 0;
	}
	.lp_ux .sec03 .txtBox .headline01 {
		font-size: 2.5rem;
		text-align: center;
		margin-bottom: 36px;
	}
	.lp_ux .sec03 .imgBox {
		width: 85%;
		min-width: inherit;
		margin: 0 auto 40px;
	}
	.lp_ux .sec03 .txtBox .pTxt {
		width: 83%;
		min-width: inherit;
		margin: 0 auto;
	}
	.lp_ux .sec03 .txtBox .btnBox {
		flex-direction: column;
		align-items:stretch;
		margin: 50px 0 0;
	}
	.lp_ux .sec03 .txtBox .btnBox .sTxt {
		text-align: center; 
		margin: 16px 0 0;
	}
	
	
	
	
	.lp_ux .sec04 .con02 .flexBox {
		margin-bottom: 60px;
	}
	.lp_ux .sec04 .con02 .flexBox.flex02 .imgBox {
		margin-bottom: 45px;
	}
	.lp_ux .sec04 .con02 .flexBox .txtBox .headline01 {
		margin-right: 0;
	}
	
	
	
	
	.lp_ux .sec05 {
		padding: 80px 0;
	}
	.lp_ux .sec05 .headline01 {
		font-size: 2.5rem;
		letter-spacing: 1px;
	}
	.lp_ux .sec05 .pTxt {
		text-align: justify;
		margin: 0 8% 40px;
	}
	.lp_ux .sec05 ul {
		flex-wrap: wrap;
		justify-content: space-between;
		width: 88%;
		margin: 0 auto;
	}
	.lp_ux .sec05 ul li a {
		width: 42vw;
		height: 65px;
		min-width: inherit;
		margin: 0 auto 15px;
		border-radius: 10px;
		font-size: 1.55rem;
	}
	.lp_ux .sec05 ul li a span {
		right: 16px;
	}
	.lp_ux .sec05 ul li a.big {
		font-size: 1.7rem;
	}
	
	
	
	
	.lp_ux .sec06 .headline01 {
		font-size: 2.5rem;
		margin-bottom: 40px;
	}
	.lp_ux .sec06 .sp_img_logo {
		margin-bottom: 50px;
	}
	.lp_ux .sec06 .sp_img_logo img {
		width: 1170px;
		max-width: none;
		margin: 0 8%;
		padding-bottom: 35px;
	}
	.lp_ux .sec06 .flexBox .left,
	.lp_ux .sec06 .flexBox .right {
		margin: 0 8% 40px;
	}
	.lp_ux .sec06 .flexBox .txt {
		width: 100%;
		margin: 10px 0 0;
	}
	
	
	
	
	
	.lp_ux .sec07 {
		padding: 80px 0 40px;
	}
	.lp_ux .sec07 .headline01 {
		font-size: 2.5rem;
		margin-bottom: 10px;
	}
	.lp_ux .sec07 .flexBox .inBox {
		padding: 40px 0;
		margin: 0 10%;
	}
	.lp_ux .sec07 .flexBox .inBox .lBtn a {
		width: 70vw;
	}
	.lp_ux .sec07 .flexBox .inBox .lBtn a:before {
		top: 24px;
	}
	.lp_ux .sec07 .flexBox .left {
		border-right: 0;
		border-bottom: 3px solid #dbdbdb;
	}
	
	
	
	
	
	footer {
		padding: 15px 0 20px;
	}
	footer .copy {
		font-size: 9px;
	}
	

	
	
	
}














































