@charset "UTF-8";

/***************************************
01.Reset
02.共通
03.
04.
05.

***************************************/
/***************************************
01.Reset
***************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: relative;
}
ul {
	list-style: none!important;
	padding-left: 0!important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***************************************
02.共通
***************************************/
body {
    font-size: 16px!important;
    color: #333;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 400;
    text-align: justify;
    text-justify: distribute; /*IE*/
    background: #fff!important;
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	vertical-align: middle;
    width: 100%;
    height: auto;
}
p {
    line-height: 1.5em;
}
ul li {
    line-height: 2em;
}
a {
	text-decoration: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.sp-only {
	display: none;
}
.pc-only {
    display: block;
}



/***************************************
03.メインビジュアル
***************************************/
.mv_area {
    background: url("img/pc-mv-1.jpg") no-repeat center center/cover;
    height: 0;
    padding-top: calc(890 / 1920 * 100%);
}
.mv_area h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
}
/***************************************
04.section
***************************************/
section {
	
}
section .sec-inner {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}
/***************************************
05.sec-01
***************************************/

/*お問い合わせ固定*/
/*.main {
	position: relative;
}*/
.contact-btn-fixed {
	position: fixed;
	background-color: #e60012;
	padding: 1.5em 20px;
	text-align: center;
	top: 30vh;
	/*bottom: 80px;*/
    right: 0;
	writing-mode: vertical-rl;
	z-index: 100;
}
.contact-btn-fixed a {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
}
.contact-btn-fixed:hover {
	cursor: pointer;
	background-color: #f08a98;
}

.contact-btn-fixed::before {
	content: "";
	background: url("../lp-common/img/mail.png") no-repeat center center;
	background-size: contain;
	display: inline-block;
	width: 60px;
	height: 40px;
	margin-bottom: 10px;
}
.sec-01 h2 {
	background: #48C0D3;
	color: #fff;
	font-size: 3.125em;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}
.sec-01 .text-area {
	
}
.sec-01 .text-area ul {
	font-size: 1.875em;
	padding-top: 70px;
}
.sec-01 .text-area ul li {
	display: flex;
}
.sec-01 .text-area ul li .text-1{
	border-bottom: dotted 2px #707070;
	margin-bottom: 50px;
	padding-left: 10px;
	display: inline-block;
	width:  100%;
}
.sec-01 .text-area ul li::before {
	content: "";
	display: inline-block;
	background: url("img/pencil.png")no-repeat center center;
	background-size: contain;
    width: 55px;
    height: 60px;
    padding-right: 10px;
    margin-bottom: -20px;
}
.sec-01 .text-area ul li span.text-2 {
	color: #116472;
	font-weight: bold;
}
.sec-01 .text-area ul li span.text-3 {
	font-size: 0.8em;
}
/***************************************
06.sec-02
***************************************/
.sec-02 {
	margin-top: 100px;
}
.sec-02 h2 {
	color: #116472;
	font-weight: bold;
	font-size: 4em;
	text-align: center;
	padding-bottom: 110px;
}
.sec-02 h2 span {
	font-size: 1.3em;
	color: #c5001a;
}
.sec-02 .f-c-red {
	color: #e60012;
}
.sec-02 .text-area {
	background-color: #48C0D3;
	padding: 40px;
	text-align: center;
	color: #fff;
	font-size: 1.875em;
	font-weight: bold;
}
.sec-02 .text-area .text-1 {
	font-size: 0.8em;
}
.sec-02 .text-area p {
		padding-bottom: 15px;
	}
/***************************************
07.sec-03
***************************************/
.sec-03 .btn-area {
	text-align: center;
	padding: 100px 0;
}
.sec-03 a {
	background-color: #e60012;
    color: #fff;
    font-size: 2em;
	font-weight: bold;
    padding: 1em 3em;
    border-radius: 10px;
    border: none;
    margin-bottom: 150px;
}
.sec-03 a::after {
	content: "";
	background: url("../lp-common/img/arrow.png")no-repeat center center;
	background-size: contain;
	display: inline-block;
	width: 30px;
	height: 34px;
	margin-left: 10px;
	vertical-align: middle;
}
.sec-03 a:hover {
	background-color: #f08a98;
	cursor: pointer;
}
/***************************************
08.footer
***************************************/
footer {
    background-color: #caf4fa;
    padding: 30px 0 20px!important;
	color: #333!important;
}
footer .inner {
	width: 60%;
	margin: 0 auto;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	font-size: 1.125em;
}
footer .f-logo-area {
	width: 30%;
}
footer .info-area ul {
	display: flex;
	justify-content: space-between;
}
.info-area ul li {
 
}

footer .copy {
	text-align: center;
    padding-bottom: 10px;
	font-size: 10px;
}
footer a {
	text-decoration: none!important;
	font-weight: normal!important;
}
#pagetop {
    position: fixed;
    right: 0;
    float: right;
    width:  100px;
    height: 100px;
}

@media only screen and (max-width: 768px) { 
    #pagetop {
        position: fixed!important;
        right: 10px;
        float: right;
        width: 60px;
        height: 60px;
		bottom: 90px!important;
		z-index: 100;
    }
}
/***************************************
16.レスポンシブ
***************************************/
@media screen and (min-width:769px) and (max-width:1024px) {
	.sec-02 h2 {
		font-size: 2.5em;
	}
	.sec-03 form {
		width: 80%;
	}
	footer .inner {
		width: 90%;
	}
}
@media screen and (max-width: 768px){
    
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
    body {
        font-size: 14px;
    }
	/*.main {
		position: initial;
	}*/
	
	.contact-btn-fixed {
		display: none;
	}
	.contact-btn-fixed-f {
		position: fixed;
		background-color: #e60012;
		padding: 1.5em 20px;
		text-align: center;
		bottom: 0;
		z-index: 100;
	}
	.contact-btn-fixed-f a {
		color: #fff;
		font-size: 1.5em;
		font-weight: bold;
	}
	.contact-btn-fixed-f::before {
		content: "";
		background: url("../lp-common/img/mail.png") no-repeat center center;
		background-size: contain;
		display: inline-block;
		width: 45px;
		height: 30px;
		margin-bottom: 10px;
	}
    .contact-btn-fixed-f {
		background-color: rgba(230,0,18,0.9);
		width: 100%;
		padding: 1.5em 20px;
		bottom: 0;
	}
	.contact-btn-fixed-f::before {
		vertical-align: middle;
		margin-right: 10px;
	}
    .mv_area {
        background: url("img/sp-mv-1.jpg") no-repeat center center/cover;
        height: 0;
        padding-top: calc(1300 / 1000 * 100%);
    }
	.sec-01 h2 {
		font-size: 24px;
		padding: 20px 0;
	}
	.sec-01 h2 p {
		line-height: 1.25em;
	}
	.sec-01 .text-area ul {
		font-size: 1.35em;
		padding-top: 40px;
	}
	.sec-01 .text-area ul li::before {
		content: "";
		display: inline-block;
		background: url(img/pencil.png)no-repeat center center;
		background-size: contain;
		width: 27px;
		height: 30px;
		padding-right: 10px;
		margin-bottom: -20px;
	}
	.sec-01 .text-area ul li {
		display: flex;
		line-height: 1.25em;
	}
	.sec-01 .text-area ul li .text-1 {
		margin-bottom: 30px;
	}
	.sec-02 {
		margin-top: 20px;
	}
	.sec-02 h2 {
		font-size: 1.5em;
		padding-bottom: 30px;
	}
	.sec-02 h2 span {
		font-size: 1.35em;
	}
	.sec-02 .text-area {
		font-size: 1.2em;
		padding: 20px;
	}
	.sec-02 .text-area p {
		padding-bottom: 15px;
	}
	
	.sec-03 .btn-area {
		width: 100%;
		padding: 50px 0 100px;
	}
	.sec-03 a {
		font-size: 1.25em!important;
		padding: 0.85em 1.5em!important;
	}
	.sec-03 a::after {
		content: "";
		background: url(../lp-common/img/arrow.png)no-repeat center center;
		background-size: contain;
		display: inline-block;
		width: 17px;
		height: 19px;
		margin-left: 10px;
		vertical-align: middle;
	}
	.sec-03 h2 {
		font-size: 30px;
		padding: 60px 0 20px 0;
	}
	.sec-03 .contact-info {
		padding-bottom: 40px;
	}
	.sec-03 form {
		width: 85%;
	}
	.sec-03 .c-form {
		display: block;
	}
	.sec-03 .c-form .req-mark {
		padding-bottom: 10px;
	}
	input[type="submit"] {
		font-size: 2em;
		margin-bottom: 50px;
	}
	footer {
		position: relative;
		/*margin-bottom: 98px!important;*/
	}
	footer .inner {
		width: 90%;
		display: block;
	}
	footer .f-logo-area {
		width: 50%;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	footer .info-area {
		padding-bottom: 20px;
	}
	footer .info-area p {
		padding-bottom: 10px;
	}
	footer .info-area ul {
		display: block;
	}
	footer {
		padding: 20px 0;
	}
	footer .info-area ul li {
		line-height: 1.5em;
	}
	footer .copy {
		padding-bottom: 90px;
	}
   	.contact-01 footer .copy,
	.lp-01-thanks footer .copy {
		padding-bottom: 0;
	}
    /*section*/
	section .sec-inner {
		width: 85%;
		margin: 0 auto;
	}
	section.sec-01 .sec-inner {
		width: 85%;
		padding-right: 10px;
	}
	
    /*フッター*/
    .info-area ul {
        width: 60%;
    }
    
    
}









































