@charset "utf-8";
/* CSS Document */
a:hover {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.sp_only{
	display: none;
}

.inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.pc_header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
	border-bottom: 1px solid #eee;
}
dl.logo_fream {
    display: flex;
}
dl.logo_fream dt{
	max-width:88px; 
}
dl.logo_fream dd{
	color: #000;
	font-size: 21px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.g_navi {
    width: 50%;
}
.logo_pc {
    width: 50%;
	padding: 10px 0 0 10px;
}
ul.nav {
    display: flex;
    justify-content: right;
}
ul.nav li{
	margin-right: 2%;
	display: flex;
    align-items: center;
}
ul.nav li.line {
    margin-right: 0;
}
ul.nav li.mail {
    margin-right: 0;
}
ul.nav li a{
	color: #000;
}
ul.g_nav {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding: 1% 0;
}
ul.g_nav li a{
	color: #333;
	font-weight: 500;
}
.fv{
	background: url("../img/fv.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	padding: 5% 0;
}
.fv_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 1%;
}
p.sub_tit {
    background-color: #FF8700;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
}
h2 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
	margin-bottom: 2%;
}
span.h2_sub {
    display: block;
    font-size: 18px;
	color:#FF8700;
	font-family: "Fugaz One", sans-serif;
}
.pickupnews {
    margin-top: 1%;
}
.pickup_news{
	display: flex;
}
.pickup_news dt{
	padding: 10px;
	background-color: #fff;
}
.pickup_news dd{
	padding: 10px;
	background-color: #fff;
}
section.concept {
    padding: 6% 0;
}
section.point {
    padding: 6% 0;
	background: url("../img/point_bk.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
ul.feature_list {
    display: flex;
    justify-content: space-between;
}
ul.feature_list li{
	width: 48%;
}
p.feature_tit{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 3%;
}
section.case_wrap {
    padding: 6% 0;
	background-color: #FEEEDF;
}
 p.case_name {
    margin: 3% 0;
	line-height: 1.4;
}
 p.service_tit {
    font-size: 30px;
    display: flex;
    align-items: center;
    color: #04275C;
    font-weight: bold;
	margin: 5% 0 1% 0;
}
p.service_tit:before, p.service_tit:after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background-color: #04275C;
}
p.service_tit:before {
    margin-right: 1em;
}
p.service_tit:after {
    margin-left: 1em;
}
p.service_text {
    text-align: center;
    font-size: 18px;
}
ul.service_list {
    display: flex;
     justify-content: space-between; 
    flex-wrap: wrap;
	margin: 3% 0;
}
ul.service_list li{
	width: 49%;
	margin-bottom: 1%;
	padding:2% 0 1% 0;
	border-radius: 10px;
}
li.plan1{
	background-color:#EB6377;
}
li.plan2{
	background-color:#23B9BA;
}
li.plan3{
	background-color:#FF8700;
}
li.plan4{
	background-color:#FECC30;
}
dl.service {
    display: flex;
    width: 90%;
    margin: 0 auto;
}
dl.service dt{
	width: 18%;
}

dl.service dt img{
	max-width:79px; 
}
dl.service dd{
	width: 82%;
}
p.se_subtit{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.rink_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 30%;
	padding: 20px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    margin: 3% auto;
    background-color: #04275C;

}
p.se_tit{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.se_rink{
	font-weight: bold;
	text-align: right;
	color: #fff;
}
p.point_tit1{
	max-width: 984px;
	margin: 0 auto;
}
ul.point_list{
	display: flex;
	justify-content: space-around;
}
ul.point_list li{
	width: 33%;
}
section.fqa {
    padding: 6% 0;
}
dl.Q_icon{
	display: flex;
	margin-bottom: 3%;
}
dl.Q_icon dt{
	width: 50px;
	line-height: 50px;
	color: #fff;
	background-color:#FF8700;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	height: 50px;
}
dl.Q_icon dd{
	width: 80%;
	font-size: 21px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	display: flex;
	align-items: center;
}
dl.A_icon{
	display: flex;
	margin-bottom: 3%;
}
dl.A_icon dt{
	width: 50px;
	line-height: 50px;
	color: #FF8700;
	background-color:#FEEEDF;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	height: 50px;
}
dl.A_icon dd{
	width: 80%;
	font-size: 18px;
	color: #333;
	padding-left: 10px;
	display: flex;
	align-items: center;
}
section.side_wrap {
    padding: 6% 0;
	background-color: #F5F5F5;
}
section.voice {
    padding: 6% 0;
}
section.news {
    padding: 6% 0;
	background-image: url("../img/news_bk.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.news_inner{
	width: 100%;
	background-color: #fff;
	max-width: 1200px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 3% 0;
}
dl.news_post {
    width: 90%;
    margin: 0 auto;
    display: flex;
    border-bottom: 1px solid #F6931A;
    padding: 15px 0;
}
dl.news_post dt{
	margin-right: 2%;
}
dl.news_post dd{
	margin-right: 2%;
}
p.day {
    font-weight: bold;
}
.news_cotegory ul.post-categories li a {
    background-color: #000;
    color: #fff;
    padding: 0 10px;
}
p.news_tit a {
    color: #000;
    text-decoration: underline;
}
section.ig_wrap {
    padding: 6% 0 0 0;
}
.lp_bnr {
    width: 100%;
    max-width: 1200px;
    margin:3% auto;
}
footer{
	padding: 3% 0 10% 0;
	background-color: #F6931A;
}
.f_logo{
	max-width:243px;
	width: 100%;
	margin: 0 auto 3%;
}
ul.f_navi{
	display: flex;
	justify-content: space-around;
	width: 90%;
	margin: 0 auto;
}
ul.f_navi li a{
	color: #fff;
	font-weight: bold;
}
ul.footer_list{
	display: flex;
	justify-content: space-between;
	margin: 3% auto;
}
ul.footer_list li{
	width: 48%;
}
p.company_detail{
	color: #fff;
}
p.company_detail a{
	color: #fff;
	text-decoration: underline;
}
p.ig_icon{
	width: 100%;
	max-width: 49px;
	margin: 0 auto;
}
div#fixed_bnr {
    position: fixed;
    bottom: 1%;
	left: 0;
	right: 0;
	margin: auto;
    z-index: 10000;
	width: 100%;
	max-width: 1200px;
}
ul.cta_bnr {
	display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 80px;
	justify-content: center;
    padding: 1% 0;
	border: 2px solid #F6931A;
}
ul.cta_bnr li{
	margin-right: 10px;
}
ul.cta_bnr li:last-child{
	margin-right: 0;
}

address {
    font-size: 14px;
    padding: 10px 0;
	color: #fff;
	text-align: center;
}
p.btn_top {
    width: 48px;
    position: fixed;
    right: 1%;
    bottom: 5%;
}
.campaine.pc_only {
    width: 248px;
    position: fixed;
    top: 30%;
    right: 0;
}
.fe_list {
    margin: 3% 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fe_list li {
    width: 48%;
    padding: 1% 0 2% 0;
    margin-bottom: 3%;
    box-shadow: 2px 2px 4px #ccc;
}
dl.number_list{
	width: 95%;
	margin: 0 auto;
}
dl.number_list dt{
    font-size: 24px;
    font-weight: bold;
	color: #FF8700;
}
span.number {
    font-size: 30px;
    font-weight: bold;
    padding-right: 10px;
	color: #FF8700;
}
/* ■02.横幅1280px以上（PC用）
--------------------------------------------------- */
@media screen and (min-width:1280px) and (max-width:1375px) {
    /* ▼PC用================================================================== */

/* ▲PC用================================================================== */
}
/* ■02.横幅1280px以上（PC用）
--------------------------------------------------- */
@media screen and (min-width:1024px) and (max-width:1280px) {
    /* ▼PC用================================================================== */
  /* ▲PC用================================================================== */
}   

/* ■03.横幅768px以上、1299px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:1280px) and (max-width:1024px) {
    /* ▼tab用================================================================= */


    /* ▲tab用================================================================== */
}
/* ■05.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:768px) {
/* ▼SP用================================================================ */
.sp_only{
		display: block;
	}
.pc_only{
		display: none;
	}
.inner {
    width: 90%;
}
	    .sp-fixed-nav.sp_only {
        text-align: center;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

	.sp-fixed-nav.sp_only a{
        font-size: 18px;
		font-weight: bold;
	}
	ul.sp_cta {
    display: flex;
    justify-content: space-around;
}
	ul.sp_cta li{
		flex: 1;
	}
	ul.sp_cta li a {
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        font-weight: 700;
        height: 100%;
        justify-content: center;
        width: 100%;
    }

	li.linesp{
		background-color: #07C656;
	}
    li.linesp a{
		color: #fff;
	}
	li.mailsp{
		background-color: #F6931A;
	}
    li.mailsp a{
		color: #fff;
	}
	li.telsp{
		background-color: #FEEEDF;
	}
li.telsp a{
	color:#F6931A; 
}
	.g_navi {
    display: none;
}
	dl.logo_fream dt {
    max-width: 45px;
}
	dl.logo_fream dd {
    font-size: 17px;
}
	ul.g_nav{
		display: none;
	}
	.logo_pc {
    width: 100%;
    padding: 0;
}
	.pc_header {
    display: block;
    padding: 10px 0 10px 0;
    width: 100%;
    margin: 0 auto;
	position: fixed;
    background-color: #fff;
	z-index: 10000;
}
	h1 {
    font-size: 20px;
	margin-bottom: 3%;
}
	.fv{
		padding: 30% 0 13% 0;
	}
	div#fixed_bnr {
    display: none;
}
	h2 {
    font-size: 24px;
    margin-bottom: 5%;
}
	section.concept {
    padding: 10% 0;
}
	ul.feature_list {
    display: block;
	margin-bottom: 8%;
	}
	ul.feature_list li {
    width: 100%;
}
	p.feature_tit {
        text-align: center;
        margin: 3% 0 5% 0;
        font-size: 21px;
    }
	.fe_list {
    margin: 3% 0 0 0;
    display: block;
	}
	.fe_list li {
    width: 100%;
    padding: 3% 0 5% 0;
    margin-bottom: 8%;
}
	dl.number_list dt {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 2%;
}
	p.service_tit {
    font-size: 28px;
    display: flex;
    align-items: center;
    margin: 15% 0 3% 0;
}

	ul.service_list {
    display: block;
	margin: 5% 0;
}
	ul.service_list li {
    width: 100%;
    margin-bottom: 3%;
}
	dl.service {
    display: block;
}
	dl.service dt {
    width: 100%;
    text-align: center;
}
	dl.service dt img {
    max-width: 60px;
    margin: 0 auto;
}
	dl.service dd {
    width: 100%;
}
	p.se_tit {
    font-size: 22px;
    text-align: center;
}
	p.se_subtit{
		text-align: center;
		font-size: 14px;
	}
	.rink_btn a {
    width: 100%;
    margin: 6% auto;
}
	ul.point_list {
    display: block;
}
	ul.point_list li{
		width: 100%;
		margin-bottom: 5%;
	}
	section.point {
    padding: 15% 0;
	}
	dl.Q_icon dd {
    font-size: 18px;
	}
	dl.A_icon {
    margin-bottom: 10%;
}
	section.fqa {
    padding: 15% 0;
}
	section.voice {
    padding: 15% 0;
}
	.news_inner {
    width: 90%;
    margin: 0 auto;
    padding: 6% 2%;
}
	dl.news_post {
    width: 100%;
    display: block;
}
	ul.post-categories li a {
    padding: 0 10px;
    margin: 0;
}
	section.news {
    padding: 15% 0;
	}
	footer {
    padding: 15% 0 15% 0;
}
	ul.f_navi {
    display: none;
}
	ul.footer_list {
    display: block;
    margin: 5% auto;
}
	ul.footer_list li{
		width: 100%;
	}
	ul.footer_list li:first-child{
		margin-bottom: 3%;
	}
	.logo_ham {
    width: 150px;
    margin: 0 auto;
}
	p.hamsns_icon {
    max-width: 50px;
    margin: 0 auto;
}
	.fv_inner {
    width: 95%;
	}
	p.btn_top {
    width: 38px;
    position: fixed;
    right: 1%;
    bottom: 9%;
}
	.lp_bnr.sp_only {
    width: 95%;
	}
	dl.Q_icon dt {
    width: 40px;
    line-height: 40px;
    font-size: 25px;
    height: 40px;
}
	dl.A_icon dt {
    width: 40px;
    line-height: 40px;
    font-size: 25px;
    height: 40px;
}
	dl.A_icon dd {
    width: 85%;
	}
	dl.Q_icon dd {
        width: 85%;
    }
	section.case_wrap {
    padding: 15% 0;
	}
	section.side_wrap{
	padding: 15% 0;	
	}
	.pickupnews {
    margin-top: 3%;
}
	.pickup_news{
		display: block;
	}
	.pickup_news dt {
    padding: 10px 0 0 10px;
}
	p.service_text {
    text-align: left;
    font-size: 16px;
}
	p.case_name a {
    font-size: 18px;
	}
	.blog_name a {
    font-size: 18px;
	}
/* ▲sp用================================================================== */
}


















