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;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    font-family: 'Noto Sans JP', sans-serif;
    color: #222222;
    font-size: 14px;
}
a{
    color: #707070;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img{
    max-width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.font_os{
    font-family: 'Oswald', sans-serif !important;
}
/* max-width: 414px -> max-width: 812px に変更 */
@media screen and ( max-width: 812px ){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
.typ {
    opacity: 0;
    }
.typ span {
opacity: 0;
}
/*マーカーアニメーション*/
.marker-animation.active{
    background-position: -100%;
    color: #fff;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(0,0,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(0,0,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(0,0,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(0,0,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(0,0,0) 50%);
    background-repeat: repeat-x;
    background-size: 200% 2em;
    background-position: 0 .5em;
    transition: all 1.5s ease;
    font-weight: bold;
    color: #efefef;
}
.marker {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(0,0,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(0,0,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(0,0,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(0,0,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(0,0,0) 50%);
    background-repeat: repeat-x;
    background-size: 200% 2em;
    background-position: 0 .5em;
    transition: all 1.5s ease;
    font-weight: bold;
    background-position: -100%;
}
/*ヘッダーコンテンツ*/
.head-logo{
    position: absolute;
    left: 24px;
    top: 24px;
}
.head-logo img{
        width: 200px;
}
@media screen and ( max-width: 779px ){

}
/*ヘッダーコンテンツ*/
/* メインコンテンツ */
.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}

.fv_area{
    min-height: 100vh;
    position: relative;
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
}
.fv_box1{
    position: absolute;
    top: 32%;
    left: 5%;
}
.fv_box1 h1{
    display: inline-block;
    background: rgba(255,255,255,.9);
    padding: 0 8px;
}
.fv_box1 h2,
.sub-content h2{
    font-size: 40px;
    color: #fff;
    line-height: 1.6;
}
.fv_box1 h2{
    color: #000;
}
.fv_box1 h2{
    font-weight: 600;
}
.fv_box1 h2 span{
    background: rgba(255,255,255,.9);
    padding: 0 8px;
}
.sub-content h2{
    color: #010101;
    line-height: 1.4;
}
.font-bold{
    font-weight: 600;
}
.fv{
    background: 
    url('../images/back_fv.png'),
    url('../images/back_fv2.png');
    background-position-x:
    right,
    60%;
    background-position-y:
    top,
    50%;
    background-repeat:
    no-repeat,
    no-repeat;
}
.fv_area2 img{
    position: absolute;
    top: 10%;
    right: 5%;
    width: 17%;
}
.offer p{
    font-size: 60px;
/*    color: #2d3e6d;*/
    color: #f04646;
    font-weight: 600;
    margin-top: 16px;
    background: rgba(255,255,255,.9);
    display: inline-block;
    padding: 8px 8px 12px 8px;
    line-height: 1;
}
.offer a{
/*    background: #2d3e6d;*/
    background: #f04646;
    padding: 8px 32px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-top: 12px;
    border-radius: 32px;
    display: inline-block;
}
.our_service{
    border: 2px solid #c2c2c2;
    border-radius: 24px;
    padding: 5%;
}
.service_area{
/*    margin-top: -16%;*/
    position: relative;
    margin-top: 4%;
}
.sub_ttl{
    font-size: 20px;
    font-weight: 400;
}
.sub_ttl2{
    font-size: 20px;
    font-weight: 400;
}
.sub_ttl span{
    font-size: 40px;
}
.service_box li div.o1{
    background: #ef9f4b;
    border-radius: 8px;
    padding: 16px 0;
    width: 96%;
    margin: 2%;
    color: #fff;
}
.service_box li div.o2{
    background: #e78b37;
    border-radius: 8px;
    padding: 16px 0;
    width: 96%;
    margin: 2%;
    color: #fff;
}
.service_box li div h4{
    font-size: 20px;
    font-weight: 600;
}
.l-dot li p span{
    padding-left: 24px;
    padding-right: 16px;
    position: relative;
}
.l-dot li p span::before{
    content: '・';
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    left: 4px;
    top: 5%;
}
.l-dot li{
    margin-bottom: 18px;
}
.l-dot li p{
    line-height: 1.7;
}
.service_list div{
    width: 90%;
    margin: 0 auto 5%;
}
.service_list p{
    line-height: 1.8;
    margin-top: 4%;
}
.l-count li{
    position: relative;
    margin-bottom: 5%;
    padding-left: 56px;
}
.l-count li:last-child{
    margin-bottom: 0;
}
.l-count li.l1::before,
.l-count li.l2::before,
.l-count li.l3::before{
    content: '1';
    padding-top: 1%;
    font-size: 23px;
    border-radius: 23px;
    background: #010101;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 5%;
    left: 0;
    width: 46px;
    height: 46px;
    text-align: center;
    font-family: 'Oswald', sans-serif !important;
}
.l-count li.l2::before{
    content: '2';
}
.l-count li.l3::before{
    content: '3';
}
.l-count li p{
    padding-top: 8px;
}
.flow-box{
    border: 4px solid #edece7;
    padding: 2% 5%;
    margin-bottom: 2%;
}
.flow-box div h3{
    font-size: 140%;
    font-weight: 600;
}
.flow-box div p{
    font-size: 110%;
    font-weight: 500;
    line-height: 2.5;
}
.flow-point{
    border: 4px solid #cf3f3f;
    width: 100%;
    padding: 1% 5%;
    text-align: center;
    font-weight: 600;
    font-size: 130%;
    margin-top: 2%;
    color: #cf3f3f;
}
.contact-area div{
    width: 380px;
    display: inline-block;
    margin: 4%;
}
.img_wrap{
  border: 1px solid #ddd;
  overflow: hidden;
}
.img_wrap img{
  width: 100%;
  transform: scale(1.1);
  cursor: pointer;
  filter: grayscale(80%);
  transition-duration: 0.5s;
}
.img_wrap img:hover{
  filter: grayscale(0);
  transition-duration: 0.5s;
}
/* メインコンテンツ */
/*フッターコンテンツ*/
#main-footer{
    background: #F5F5F5;
}
.footer-navi ul{
    width: 50%;
    float: left;
}
.about-footer img{
    width: 140px;
}
.about-footer ul li{
    width: 28px;
    display: inline-block;
    margin-right: 24px;
}
.about-footer p{
    margin-bottom: 16px;
}
.footer-navi li{
    margin-bottom: 16px;
}
#main-footer{
    padding: 3% 0;
}
.back_grey{
    background: #efefef;
}
.sub_back1{
    background: url('../images/sub_back1.png');
    background-position-y: bottom;
    background-position-x: center;
    background-size: 60%;
    background-repeat: no-repeat;
}
.sub_back2{
    background: url('../images/sub_back2.png');
    background-position-y: bottom;
    background-position-x: center;
    background-size: 75%;
    background-repeat: no-repeat;
}
.line-height2{
    line-height: 2;
}
/*フッターコンテンツ*/
/* max-width: 414px -> max-width: 812px に一部コンテンツを移動 */
@media screen and ( max-width: 599px ){
    .footer-navi{
        display: none;
    }
    .about-footer{
        text-align: center;
    }
    #main-footer{
        padding: 10% 0;
    }
    .l-dot li p span::before{
        top: 2px;
    }
    .sub_back1{
        background: none;
        margin-bottom: 10%;
    }
    .service_area{
        margin-top: 10%;
    }
}

/* max-width: 414px -> max-width: 812px に変更 */
@media screen and ( max-width: 812px ){
    .fv_area2 img{
        width: 38%;
    }
    .fv_box1 h2 {
        line-height: 1.4;
    }
    .fv_box1{
        top: 30%;
        left: 3%;
    }
    .fv_box1 h2,
    .sub-content h2{
        font-size: 210%;
    }
    .offer p {
        font-size: 320%;
        margin-top: 1%;
    }
    .offer a{
        font-size: 150%;
    }
    .fv {
        background-position-x: right, 50%;
        background-position-y: top, 100%;
        background-repeat: no-repeat, no-repeat;
        background-size: contain;
    }
    .fv_area{
        min-height: 80vh;
    }
    .l-dot li p{
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .flow-box div p{
        line-height: 1.2;
        margin-top: .5rem;
    }
    .sub_back2{
        background: none;
    }
    .sub-content h2 {
        color: #010101;
        line-height: 1.4;
        font-size: 240%;
        margin-bottom: 2rem;
    }
}
/*スマホ用の電話ボタンの位置調整*/
@media screen and ( max-width: 599px ){
    .contact-area div{
        width: 90%;
    }
}
.main-v{
    border: 40px solid #fff;
}
@media screen and ( max-width: 599px ){
    .main-v{
        border: 20px solid #fff;
    }
    .main-v{
        border: 0px;
    }
    .head-logo img{
            width: 120px;
    }
    .fv_box1 h1{
        font-size: 12px;
        margin-bottom: 8px;
    }
}
