@charset "utf-8";

.pc_view { display: none; }

h2,h3,h4,h5,h6 { color: #595656; }

.pageTopLink {
	margin: 0;
	padding: 5%;
}

/*LP全体適用CSS*/
.lp-contents{
	color: #0d3146;
	color: #595656;
	font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif, Helvetica;
	overflow-x: hidden;
	text-align: center;
}

/*header-logo*/
.header-logo {
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 6%;
	padding-bottom: 6%;
}

.header-logo .top_logo1 {
	width: 20.4%;
	height: auto;
	position: absolute;
	left: 4%;
	bottom: 25%;
}


/*MV*/
.mv img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*MV-catch*/
.mv-catch {
	z-index: 1;
	position: relative;
}

.mv-catch img {
	z-index: -1;
	position: absolute;
	bottom: -5%;
    right: 26.5%;
    width: 22.3%;
}


.mv-catch p {
  font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif, Helvetica;
  font-size: 3.73vw;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: center;
  color: #1d1d1d;
	padding-top: 6%;
	padding-bottom: 3%;
}

.mv-catch .mv-catch-title {
	font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif, Helvetica;
	font-size: min(1.85vw,24px);
	font-weight: 500;
	line-height: 1.63;
	letter-spacing: normal;
	color: #464646;
	padding-top: 6%;
	padding-bottom: 0;
}

.question-area {
	margin-top: 3%;
	margin-bottom: 6%;
}

.question-area img {
	display: block;
	width: 87.8%;
	margin: 0 auto;
}

.question-area p {
    font-size: 2.67vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: center;
    color: #1d1d1d;
	margin-top: 0.7%;
}


/*schedule*/
.schedule {
	width: 87.12%;
	margin: 0 auto;
	margin-bottom: 20%;
}

.schedule img {
	width: 100%;
	margin-bottom: 1.2%;
}

.schedule .schedule-title {
	background-color: #ea5512;
	color: #fff;
	border-radius: 10px 10px 0 0;
	font-size: 5.33vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
}

.schedule div {
	width: 100%;
	margin-top: 5.31%;
	text-align: justify;
}

.schedule p {
	font-size: 3.47vw;
    font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif, Helvetica;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: justify;
	white-space: nowrap;
	color: #1d1d1d;
}

.schedule div a {
	font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif, Helvetica;
	font-size: 3.47vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
	color: #456ad0;
    text-align: justify;
}

.schedule .small {
	font-size: 2.66vw;
	letter-spacing: normal;
}

.answer-login {
	margin-top: 3%;
}

/*contact*/
.contact {
	width: 87.66%;
	margin: 0 auto;
	margin-top: 8.7%;
	margin-bottom: 18.7%;
}

.contact .contact-title {
	font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif, Helvetica;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.75;
	color: #1d1d1d;
	text-align: center;
	margin-bottom: 3%;
}

.contact p {
	font-size: 3.47vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: justify;
    color: #595656;
}

.contact a {
	font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif, Helvetica;
	color: #456ad0;
	font-size: 3.47vw;
}

.border {
	border: solid 1px;
    margin: 6% 0 6% 0;
	color: #1d1d1d;
}