@charset "utf-8";

body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #000;
}

.page-id-1216 > header {
    height: 9.6vw;
}

main{
    padding-top: 13.33vw;
}

.main_lp {
    padding-top: 9.62vw;
}

a:hover{
    opacity: .7;
}

.pc{
    display: none;
}




.service h2, .price h2, .flow h2,
.thought h2, .reason h2{
    font-size: 4.22vw;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service h2::before, .price h2::before, .flow h2::before,
.thought h2::before, .reason h2::before{
    margin-right: 2.93vw;
}

.service h2::after, .price h2::after, .flow h2::after,
.thought h2::after, .reason h2::after{
    margin-left: 2.93vw;
}

.service h2::before, .service h2::after,
.price h2::before, .price h2::after,
.flow h2::before, .flow h2::after,
.thought h2::before, .thought h2::after,
.reason h2::before, .reason h2::after{
    content: '';
    width: 4.67vw;
    height: .27vw;
    background-image: url(../img/SP/SP_h2line.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    top: -.13vw;
}

.service h2 span, .price h2 span, .flow h2 span,
.thought h2 span, .reason h2 span{
    font-family: 'Avenir', 'Future';
    color: #023076;
    margin-left: 3vw;
}

.about-area-tit-lp {
    font-size: 25px!important;
    background: #004A91;
    color: #fff;
    padding-left: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #fff;
}
.about-area-txt-lp{
    border: 1px solid rgb(0, 74, 145);
    line-height: 2!important;
    display: none;
}

.p-bold-lp {
    font-size: 18px;
    padding-left: 20px;
    padding-top: 10px;
}

.about-area-mt {
    margin-top: 4.8vw;
}

/* footer */
#footer {
    background: #fff;
    margin-top: 50px;
    position: relative;
}

.footer-inner {
    padding: 40px 5.255% 0;
    text-align: center;
    width: 100%;
}

.footer-title {
    font-size: 312.5%;
    letter-spacing: -.02px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    padding-left: 75px !important;
    display: inline-block;
}

#footer .btn02 {
    width: 24.663%;
    margin: 0 auto 6%;
    padding: 2.5% 3.2% 2.45%;
    font-size: calc(9 * ((100vw - 1368px) / 1920) + 21px);
    text-align: center;
    opacity: 1;
}

.btn02 {
    border: 2px solid #000;
    color: #fff;
    display: block;
    font-size: calc(9 * ((100vw - 1368px) / 1920) + 26px);
    letter-spacing: .1px;
    line-height: 1;
    padding: 8.3% 15%;
    position: relative;
    text-align: right;
    -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
    width: 82.414%;
    background: #000;
}

.btn02::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
    background: #747474;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.btn02 span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: bold;
}

.btn02:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 45%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    z-index: 1;
}

#footer .fotter-nav {
    width: 100%;
}

#footer .fotter-nav > ul {
    width: 100%;
}

#footer .fotter-nav > ul li {
    display: inline-block;
    margin-right: 4.9%;
    vertical-align: middle;
}

#footer .fotter-nav > ul li a {
    color: #000;
    display: inline-block;
    font-size: 113%;
    position: relative;
}

#footer .fotter-nav > ul li a:after {
    background-color: #000;
    bottom: -9px;
    content: "";
    height: 5px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    position: absolute;
    width: 100%;
}

.relation {
    display: none;
}

.pagetop {
    top: 0;
    position: absolute;
    right: 5.2091%;
    width: 4%;
}

.pagetop img {
    width: 100%;
}

.request-box .author_wrapper {
    margin-top: 40px;
	position: relative;
}

.request-box .author_title {
	padding: 5px 15px!important;
	font-size: 16px;
	border-radius: 32px;
	display: inline-block;
	border: 2px solid #fcc600;
	color: #000;
	background-color: #fff;
	position: absolute;
	content: "";
	top: -36px;
	left: 50px;
    width: inherit;
}

.author_box {
    padding: 15px;
    border: solid 2px #fcc600;
    display: flex;
    justify-content: space-between;
}

.auth_img {
    padding-top: 25px;
    display: flex;
    align-items: center;
}

.auth_img img {
    width: 70%;
}

.auth_profile {
    margin-left: 10px;
}

.blog-flex a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    padding: 0px 10px;
    color: #030303;
    text-decoration: none;
    border: solid 1px #fcc600;
    margin-left: 20px;
    height: 25px;
}

.single_column_wrap #toc_container {
    width: 100%!important;
    border: solid 1px #e5e4e3;
    margin-top: 20px;
    padding:20px;
}
#toc_container ul {
  padding:0!important;
  margin:0!important;
}
#toc_container ul a{
  display: block;
  margin-bottom:10px;
}
#toc_container li:last-child > a {
    padding-bottom: 0;
}

#toc_container .toc_number {
  color:#000;
}

@media screen and (min-width: 769px){
    main{
        padding-top: 11.62vw;
    }

    .sp{
        display: none !important;
    }

    .pc{
        display: inherit;
    }
    
    .service h2, .price h2, .flow h2,
    .thought h2, .reason h2{
        font-size: 2.11vw;
    }
    
    .service h2::before, .price h2::before, .flow h2::before,
    .thought h2::before, .reason h2::before{
        margin-right: 1.07vw;
    }
    
    .service h2::after, .price h2::after, .flow h2::after,
    .thought h2::after, .reason h2::after{
        margin-left: 1.07vw;
    }
    
    .service h2::before, .service h2::after,
    .price h2::before, .price h2::after,
    .flow h2::before, .flow h2::after,
    .thought h2::before, .thought h2::after,
    .reason h2::before, .reason h2::after{
        width: 2.33vw;
        height: .13vw;
        background-image: url(../img/PC/h2line.png);
        top: -.07vw;
    }
    
    .service h2 span, .price h2 span, .flow h2 span,
    .thought h2 span, .reason h2 span{
        margin-left: 1.47vw;
    }
}

@media screen and (min-width: 1500px){
    main{
        padding-top: 174px;
    }
    
    .service h2, .price h2, .flow h2,
    .thought h2, .reason h2{
        font-size: 32px;
    }
    
    .service h2::before, .price h2::before, .flow h2::before,
    .thought h2::before, .reason h2::before{
        margin-right: 16px;
    }
    
    .service h2::after, .price h2::after, .flow h2::after,
    .thought h2::after, .reason h2::after{
        margin-left: 16px;
    }
    
    .service h2::before, .service h2::after,
    .price h2::before, .price h2::after,
    .flow h2::before, .flow h2::after,
    .thought h2::before, .thought h2::after,
    .reason h2::before, .reason h2::after{
        width: 35px;
        height: 2px;
        top: -1px;
    }
    
    .service h2 span, .price h2 span, .flow h2 span,
    .thought h2 span, .reason h2 span{
        margin-left: 22px
    }
}

/* #region header */
header{

}

.top-area{
    display: flex;
}

.logo{
    margin-left: 2.93vw;
    margin-right: 3.6vw;
}

.logo img{
    width: 20.8vw;
    height: 8.8vw;
}

.top-area h1{
    width: 55.33vw;
    font-size: 2.4vw;
    color: #686868;
    line-height: 1.53;
    margin-right: 4vw;
}

.top-area h1 span{
    font-size: 3.2vw;
    font-weight: bold;
    color: #000;
}

.nav-body{
    display: none;
}

.nav-body.opened{
    display: block;
    height: calc(100vh - 13.33vw);
    width: 100vw;
    background-color: #002f74;
    position: fixed;
    top: 13.33vw;
    left: 0;
    z-index: 999;
    font-size: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

nav > img{
    width: 13.34vw;
    height: 13.34vw;
}

nav img.opened{
    display: none;
}

nav.opened img.closed{
    display: none;
}

nav.opened img.opened{
    display: inline;
}

.nav-list{
    margin-top: .22vh;
}

.nav-list > li{
    padding-top: 4.95vh;
    padding-left: 7.2vw;
    position: relative;
}

.nav-list > li > a{
    display: block;
    text-decoration: none;
    font-size: 4.8vw;
    font-weight: bold;
    color: #fff;
}

.nav-service{
    margin-bottom: .97vh;
}

.nav-service-list{
    display: flex;
    flex-wrap: wrap;
    padding: 0 5.33vw;
    width: 100%;
    position: relative;
    left: -7.2vw;
}

.nav-service-list > li{
    background-color: #1f4d93;
    border-radius: 1.07vw;
    margin-top: 2.67vw;
}

.nav-service-list > li:nth-of-type(2n){
    margin-left: 2.67vw;
}

.nav-service-list > li > a{
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 3.73vw;
    font-weight: bold;
    color: #fff;
    padding: 2.29vw 0;
    width: 43.33vw;
}
.nav-service-list > li > a.name-longer{
    font-size: 3vw;
    line-height: 3.73vw;
}

.nav-CV{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6.5vh;
}

.nav-CVtel,
.nav-CV div{
    display: flex;
    margin-bottom: 1.50vh;
}

.nav-CVtel img{
    width: 92vw;
    height: 16vw;
}

.nav-CV div img{
    width: 44.67vw;
    height: 13.33vw;
}

.nav-CVest{
    margin-right: 2.66vw;
}

@media screen and (min-width: 769px){
    header{
 
        /* height: 11.62vw; */
    }

    .top-area{
        flex-direction: column-reverse;
    }
    
    .top-box{
        display: flex;
        width: 66.67vw;
        padding: 1vw 16.67vw;
        position: relative;
    }
    
    .logo{
        margin-left: .2vw;
        margin-right: 0;
    }
    
    .logo img{
        width: 8.2vw;
        height: 3.47vw;
    }

    .top-contact{
        display: flex;
        align-items: center;
        position: absolute;
        right: 16.67vw;
    }
    
    img.tel{
        width: 20.2vw;
        height: 3.2vw;
        margin-right: 1.2vw;
    }

    .est img{
        width: 16vw;
        height: 3.47vw;
    }

    .top-area h1{
        width: 66.67vw;
        font-size: .8vw;
        color: #686868;
        line-height: 2vw;
        margin-right: 0;
        padding: 0 16.67vw;
        background-color: #eef0f1;
    }

    .top-area h1 span{
        font-size: .8vw;
        font-weight: bold;
        color: #000;
    }
    
    .nav-body{
        display: block;
    }

    .nav-list{
        display: flex;
        margin-top: 0;
    }

    .nav-list > li{
        padding-top: 0;
        padding-left: 0;
    }

    .nav-list > li > a{
        font-size: 1.07vw;
        text-align: center;
        color: #000;
        padding: 1.47vw 0;
        width: 13.33vw;
    }

    .nav-service{
        margin-bottom: 0;
    }

    .nav-list > li > a:hover{
        color: #fff;
        background-color: #002f74;
        opacity: 1;
        transition: .3s;
    }

    nav{
        width: auto;
        height: auto;
        padding: 0 16.67vw;
        background-size:inherit;
        background-position: inherit;
        background-repeat: inherit;
        background-image: none;
        position: relative;
        border-top: solid .07vw #cbcbcd;
        border-bottom: solid .07vw #cbcbcd;
    }

    nav.opened{
        background-image: none;
    }    
}

@media screen and (min-width: 1500px){
    header{
        height: 173px;
    }
    
    .top-box{
        width: 1000px;
        padding: 15px calc( (1vw - 10px) * 50 );
    }
    
    .logo{
        margin-left: 3px;
    }
    
    .logo img{
        width: 123px;
        height: 52px;
    }

    .top-contact{
        right: calc( (1vw - 10px) * 50 );
    }
    
    img.tel{
        width: 303px;
        height: 48px;
        margin-right: 18px;
    }

    .est img{
        width: 240px;
        height: 52px;
    }

    .top-area h1{
        width: 1000px;
        font-size: 12px;
        line-height: 30px;
        padding: 0 calc( (1vw - 10px) * 50 );
    }

    .top-area h1 span{
        font-size: 12px;
    }

    .nav-list > li > a{
        font-size: 16px;
        padding: 0;
        line-height: 60px;
        width: 200px;
    }

    nav{
        padding: 0 calc( (1vw - 10px) * 50 );
        border-top: solid 1px #cbcbcd;
        border-bottom: solid 1px #cbcbcd;
    }
    .FV {
        padding-top: 13px;
    }
}
/* #region header */

/* #region breadcrumb */
.breadcrumb{
    font-size: 2.67vw;
    line-height: 7.47vw;
    background-color: #fff;
    border-top: solid .27vw #dddedf;
    padding-left: 2.8vw;
}

.breadcrumb li{
    display: inline;
}

.breadcrumb li:after{
    content: '>';
    padding: 0 1.6vw;
    color: #d1d3d4;
    font-size: 3.53vw;
}

.breadcrumb li:last-child:after{
    content: none;
}

.breadcrumb li a{
    text-decoration: none;
    color: #108bd1;
    text-align: center;
}

.breadcrumb li p{
    text-decoration: none;
    color: #565656;
    text-align: center;
    display: inline;
}

@media screen and (min-width: 769px){
    .breadcrumb{
        font-size: .8vw;
        line-height: 2.6vw;
        border-top: none;
        padding: 0 16.67vw;
    }
    
    .breadcrumb li:after{
        padding: 0 .4vw;
        font-size: 1vw;
        position: relative;
        top: -.07vw;
    }
}
@media screen and (min-width: 1500px){
    .breadcrumb{
        font-size: 12px;
        line-height: 39px;
        border-top: none;
        padding: 0 calc( (1vw - 10px) * 50 );
    }
    
    .breadcrumb li:after{
        padding: 0 6px;
        font-size: 15px;
        position: relative;
        top: -1px;
    }
}
/* #endregion breadcrumb */

/* #region FV */
.FV{
    position: relative;
    padding-top: 7px;
}

.KV.sp{
    display: block;
    width: 100vw;
    margin-bottom: .13vw;
}

.CV{
    content: '';
    width: 100vw;
    height: 82.8vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/SP/SP_CVbg.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.CVhead{
    width: 95.73vw;
    height: 27.2vw;
    position: absolute;
    top: 1.2vw;
    left: .53vw;
}

.CVbtn{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 28vw;
}

.CVtel.sp{
    display: block;
    width: 92vw;
    margin-bottom: 2.67vw;
}

.CVtel.sp > img{
    width: 100%;
}

.inner-CVbtn{
    display: flex;
}

.CVest, .CVmail{
    display: block;
    width: 92vw;
}

.CVest > img,
.CVmail > img{
    width: 100%
}


.CVdiscount{
    width: 89.73vw;
    height: 17.07vw;
    position: absolute;
    bottom: 0.8vw;
    left: 4.13vw;
}

.intro{
    font-size: 3.2vw;
    line-height: 1.58;
    padding: 4.8vw 4vw 3.6vw;
}

.for-tokyo23{
    font-size: 2.93vw;
    line-height: 1.64;
    border: solid .27vw #c8dce6;
    border-radius: 1.33vw;
    background-color: #e8f5fd;
    padding: 2.4vw 4vw;
    margin: 0 4vw;
}
.yokohama-pre {
    text-decoration: none;
}

.for-col{
    font-size: 2.93vw;
	color: #fff;
    line-height: 1.64;
    border: solid .27vw #c8dce6;
    border-radius: 1.33vw;
    background-color: #0693e3;
    padding: 2.4vw 4vw;
    margin: 2vw 4vw;
}

.for-col2{
    font-size: 2.93vw;
	color: #fff;
    line-height: 1.64;
    border: solid .27vw #545454;
    border-radius: 1.33vw;
    background-color:#e00d1d;
    padding: 2.4vw 4vw;
    margin: 2vw 4vw;
}

.for-np{
    font-size: 2.93vw;
	color: #023076;
    line-height: 1.64;
    border: solid .27vw #a3acc2;
    border-radius: .67vw;
    background-color: #eff4fc;
    padding: 2.4vw 4vw;
    margin: 2vw 4vw;
}

@media screen and (min-width: 769px){
    .FV::before{
        content: '';
        background-image: url(../img/PC/KVbg.png);
        width: 100vw;
        height: 4.73vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        position: absolute;
        z-index: 111;
        top: 0;
    }

    .KV.pc{
        display: block;
        width: 100vw;
        margin-bottom: .4vw;
    }

    .CV{
        height: 33.87vw;
        background-image: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .CV::before{
        content: '';
        width: 100vw;
        height: 6.73vw;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/PC/CVwave.png);
        display: block;
        position: absolute;
    }

    .CV::after{
        content: '';
        width: 100vw;
        height: 27.14vw;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/PC/CVbg.png);
        display: block;
        position: absolute;
        top: 6.73vw;
        z-index: -111;
    }
    
    .CVhead{
        width: 57.6vw;
        height: 13.53vw;
        position: absolute;
        top: 1.73vw;
        left: 22.33vw;
    }

    .CVbtn{
        display: flex;
        flex-direction: unset;
        justify-content: center;
        align-items: center;
        top: 15.2vw;
    }

    .CVtel.pc{
        display: block;
        width: 33vw;
        margin-right: 1vw;
        margin-bottom: 0;
        margin-top:-12px;
    }

    .inner-CVbtn{
        display: flex;
        flex-direction: column;
    }

    .CVest, .CVmail{
        display: block;
        width: 24vw;
    }

    .CVest > img,
    .CVmail > img{
        width: 100%
    }

    .CVest{
        margin-right: 0;
        margin-bottom: 1vw;
    }

    .CVdiscount{
        width: 61.87vw;
        height: 6.27vw;
        position: absolute;
        bottom: 1.4vw;
        left: 19.2vw;
    }

    .intro{
        font-size: 1.07vw;
        line-height: 1.63;
        padding: 3.2vw 16.67vw 2vw;
        text-align: center;
    }

    .for-tokyo23{
        font-size: .93vw;
        line-height: 1.71;
        border: solid .07vw #c8dce6;
        border-radius: .53vw;
        padding: 1vw;
        margin: 0 16.67vw;
    }
	
	 .for-col{
        font-size: .93vw;
		color: #fff;
        line-height: 1.71;
        border: solid .07vw #c8dce6;
        border-radius: .53vw;
		background-color: #0693e3;
        padding: 1vw;
        margin: 1vw 16.67vw;
    }

    .for-col2{
        font-size: .93vw;
		color: #fff;
        line-height: 1.71;
        border: solid .07vw #545454;
        border-radius: .53vw;
		background-color: #e00d1d;
        padding: 1vw;
        margin: 1vw 16.67vw;
    }

	.for-np{
    font-size: 1.2vw;
	color: #023076;
    line-height: 1.64;
    border: solid .07vw #a3acc2;
    border-radius: .33vw;
    background-color: #eff4fc;
    padding: .04vw 4vw!important;
    margin: 0.5vw 0vw;
}
}



@media screen and (min-width: 1500px){
    .FV::before{
        height: 4.73vw;
    }

    .KV.pc{
        width: 1500px;
        height: auto;
        margin: 0 auto 6px;
    }

    .CV{
        height: 508px;
    }

    .CV::after{
        height: calc(508px - 6.73vw);
    }
    
    .CVhead{
        width: 864px;
        height: 203px;
        top: 26px;
        left: calc( ( 1vw - 15px ) * 50 + 335px );
    }

    .CVbtn{
        top: 228px;
    }

    .CVtel.pc{
        width: 508px;
        margin-right: 15px;
        margin-top: -15px;
    }

    .CVest, .CVmail{
        width: 360px;
    }

    .CVest > img,
    .CVmail > img{
        width: 100%
    }

    .CVest{
        margin-bottom: 15px;
    }
    
    .CVdiscount{
        width: 928px;
        height: 94px;
        bottom: 21px;
        left: calc( ( 1vw - 15px ) * 50 + 288px );
    }

    .intro{
        font-size: 16px;
        line-height: 1.63;
        width: 1000px;
        padding: 48px 0 30px;
        margin: 0 calc( (1vw - 10px) * 50 );
    }

    .for-tokyo23{
        font-size: 14px;
        line-height: 1.71;
        border: solid 1px #c8dce6;
        border-radius: 8px;
        padding: 15px;
        margin: 0 calc( (1vw - 10px) * 50 );
        box-sizing: border-box;
        width: 1000px;
    }
	
	 .for-col{
        font-size: 14px;
		color: #fff;
        line-height: 1.71;
        border: solid 1px #c8dce6;
        border-radius: 8px;
        padding: 15px;
		background-color: #0693e3;
        margin: 0 calc( (1vw - 10px) * 50 );
        box-sizing: border-box;
        width: 1000px;
    }

    .for-col2{
        font-size: 14px;
		color: #fff;
        line-height: 1.71;
        border: solid 1px #545454;
        border-radius: 8px;
        padding: 15px;
		background-color: #e00d1d;
        margin: 0 calc( (1vw - 10px) * 50 );
        box-sizing: border-box;
        width: 1000px;
        margin-top: 15px;
    }

}
/* #endregion FV */

/* #region service */
.service{
    padding: 5vw 0 2.4vw;
    border-bottom: solid .27vw #dcdedf;
}

.service h2{
    margin-bottom: 2vw;
}

.service > img.sp{
    display: block;
    width: 96.67vw;
    height: 25.47vw;
    margin: 0 auto 5.2vw;
}

.service-list{
    padding: 0 2vw;
    display: flex;
    flex-wrap: wrap;
}

.service-box{
    width: 44vw;
    margin: 0 2vw 6.8vw;
    font-size: 0;
}

.service-box img{
    width: 100%;
}

.service-text{
    width: 100%;
    height: auto;
    /* height: 31.47vw; */
    /* height: 23.6vw; */
}

.service-text h3{
    font-size: 4.53vw;
    font-weight: bold;
    color: #013f7e;
    display: flex;
    justify-content: center;
    padding: 2.4vw 0 2.8vw;
}

.service-text h3.name-longer{
    font-size: 3.53vw;
    padding: 2.94vw 0 3.2vw;
}

.service-text p{
    font-size: 3.2vw;
    line-height: 1.25;
    padding-bottom: 2vw;
    height: auto;
    /* height: 12vw; */
}

.service-text::after{
    content: '';
    width: 40.93vw;
    height: 5.47vw;
    background-image: url(../img/SP/SP_basicprice.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2.4vw;
}

@media screen and (min-width: 769px){
    .service{
        padding: 5.4vw 0 2.67vw;
        border-bottom: solid .07vw #dcdedf;
    }
    
    .service > img{
        display: block;
        width: 48.33vw;
        height: 12.93vw;
        margin: 0 auto 4.2vw;
    }
    
    .service-list{
        width: calc((20vw + (1.66vw * 2)) * 3);
        /* width: 1050px; */
        margin: 0 auto;
        /* padding: 0 15vw; */
        display: flex;
        flex-wrap: wrap;
    }
    
    .service-box{
        width: 20vw;
        margin: 0 1.66vw 3.33vw;
        font-size: 0;
    }
    
    .service-box img{
        width: 100%;
    }
    
    .service-text{
        width: 100%;
        /* height: 11.4vw; */
        /* height: 7.93vw; */
    }
    
    .service-text h3{
        font-size: 1.73vw;
        font-weight: bold;
        color: #013f7e;
        display: flex;
        justify-content: center;
        padding: 1.2vw 0 1.13vw;
    }

    .service-text h3.name-longer{
        font-size: 1.66vw;
        padding: 1.2vw 0;
    }
    
    .service-text p{
        font-size: 1.07vw;
        line-height: 1.5;
        padding-bottom: .73vw;
        /* height: 3.2vw; */
    }
    
    .service-text::after{
        content: '';
        width: 18.4vw;
        height: 2.07vw;
        background-image: url(../img/PC/basicprice.png);
        margin-bottom: 1.4vw;
    }
}

@media screen and (min-width: 1500px){
    .service{
        padding: 81px 0 40px;
        border-bottom: solid 1px #dcdedf;
    }
    
    .service > img{
        width: 725px;
        height: 194px;
        margin: 0 auto 63px;
    }
    
    .service-list{
        padding: 0;
        margin: 0 calc( ( 1vw - 10.5px ) * 50 );
    }
    
    .service-box{
        width: 300px;
        margin: 0 25px 50px;
        font-size: 0;
    }
    
    .service-box > img{
        width: 300px;
        height: 209px;
    }
    
    .service-text{
        /* height: 171px; */
        /* height: 119px; */
    }
    
    .service-text h3{
        font-size: 26px;
        padding: 18px 0 17px;
    }

    .service-text h3.name-longer{
        font-size: 25px;
        padding: 18px 0;
    }
    
    .service-text p{
        font-size: 16px;
        line-height: 1.5;
        padding-bottom: 11px;
        /* height: 48px; */
    }
    
    .service-text::after{
        width: 276px;
        height: 31px;
        margin-bottom: 21px;
    }

    .service-btn > img{
        width: 300px;
        height: 46px;
    }
}
/* #endregion service */

/* #region price */
.price{
    padding: 10.8vw 4vw 6vw;
}

.price h2{
    margin-bottom: 6vw;
}

.price img{
    width: 92vw;
    margin-bottom: 3.2vw;
}

.price-sub{
    display: flex;
    flex-direction: column;
    align-content: center;
    font-size: 6.13vw;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 3.6vw;
}

.price-sub > span{
    width: auto;
    margin: 0 auto;
}

.price-color{
    color: #f93022;
}

.price li{
    font-size: 2.67vw;
    line-height: 1.5;
    display: inline-flex;
}

.price-point li,
.flow-point li,
.reason-point li{
    display: inline-flex;
}

.price-point li::before,
.flow-point li::before,
.reason-point li::before{
    content:'\203B';
    margin-right: .13vw;
}

@media screen and (min-width: 769px){
    .price{
        padding: 4.87vw 26.93vw 1.87vw;
    }
    
    .price h2{
        margin-bottom: 4.6vw;
    }
    
    .price img{
        width: 46.13vw;
        margin-bottom: 2.6vw;
    }
    
    .price-sub{
        font-size: 3.07vw;
        line-height: 1.3;
        margin-bottom: 3.6vw;
    }

    .price li{
        font-size: .93vw;
        line-height: 1.71;
        display: flex;
    }
    
    .price-point li::before,
    .flow-point li::before,
    .reason-point li::before{
        content:'\203B';
        margin-right: .13vw;
    }
}

@media screen and (min-width: 1500px){
    .price{
        padding: 73px calc( ( 1vw - 10.96px ) * 50 ) 28px;
    }
    
    .price h2{
        margin-bottom: 69px;
    }
    
    .price img{
        width: 692px;
        height: 225px;
        margin: 0 auto 39px;
    }
    
    .price-sub{
        font-size: 46px;
        margin-bottom: 54px;
    }

    .price-point{
        width: 692px;
        margin: auto;
    }

    .price-point li{
        font-size: 14px;
    }
    
    .price-point li::before,
    .flow-point li::before,
    .reason-point li::before{
        margin-right: 2px;
    }
}
/* #endregion price */

/* #region flow */
.flow{
    padding: 12.4vw 0 6.53vw;
    border-bottom: solid .27vw #dcdedf;
}

.flow h2{
    margin-bottom: 8vw;
}

.flow-list{
    padding: 0 2vw 3.2vw;
    display: flex;
    flex-wrap: wrap;
}

.flow-box{
    width: 44vw;
    margin: 0 2vw;
    font-size: 0;
    position: relative;
}

.flow-box img{
    width: 100%;
    margin-bottom: 1.33vw;
}

.flow-box.free::before{
    content: '';
    width: 13.33vw;
    height: 4.53vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/icon_free.png);
    display: block;
    position: absolute;
    top: 1.2vw;
    left: 1.2vw;
}

.flow-box p{
    font-size: 4vw;
    display: flex;
    align-items: center;
    margin-bottom: 2.67vw;
}

.flow-box p::before{
    content:'';
    width: 5.33vw;
    height: 5.33vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 2vw;
}

/* #region */
.flow1 p::before{
    background-image: url(../img/icon_flow1.png)
}

.flow2 p::before{
    background-image: url(../img/icon_flow2.png)
}

.flow3 p::before{
    background-image: url(../img/icon_flow3.png)
}

.flow4 p::before{
    background-image: url(../img/icon_flow4.png)
}

.flow5 p::before{
    background-image: url(../img/icon_flow5.png)
}

.flow6 p::before{
    background-image: url(../img/icon_flow6.png)
}

.flow7 p::before{
    background-image: url(../img/icon_flow7.png)
}

.flow8 p::before{
    background-image: url(../img/icon_flow8.png)
}
/* #endregion */

.flow-point{
    padding: 0 4vw;
}

.flow-point li{
    font-size: 2.93vw;
    line-height: 1.45;
    color: #6f6f6f;
}

@media screen and (min-width: 769px){
    .flow{
        padding: 5.8vw 0 6.27vw;
        border-bottom: solid .07vw #dcdedf;
    }
    
    .flow h2{
        margin-bottom: 4.73vw;
    }
    
    .flow-list{
        width: calc((15.67vw + (0.66vw * 2)) * 3);
        margin: 0 auto;
        padding-bottom: 1.07vw;
        /* padding: 0 16vw 1.07vw; */
        display: flex;
        flex-wrap: wrap;
    }
    
    .flow-box{
        width: 15.67vw;
        margin: 0 .66vw;
        font-size: 0;
        position: relative;
    }
    
    .flow-box img{
        width: 100%;
        margin-bottom: .67vw;
    }
    
    .flow-box.free::before{
        content: '';
        width: 4.67vw;
        height: 1.53vw;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/icon_free.png);
        display: block;
        position: absolute;
        top: .33vw;
        left: .33vw;
    }
    
    .flow-box p{
        font-size: 1.2vw;
        display: flex;
        align-items: center;
        margin-bottom: 1.67vw;
    }
    
    .flow-box p::before{
        width: 2vw;
        height: 2vw;
        margin-right: .8vw;
    }
    
    /* #region */
    .flow1 p::before{
        background-image: url(../img/icon_flow1.png)
    }
    
    .flow2 p::before{
        background-image: url(../img/icon_flow2.png)
    }
    
    .flow3 p::before{
        background-image: url(../img/icon_flow3.png)
    }
    
    .flow4 p::before{
        background-image: url(../img/icon_flow4.png)
    }
    
    .flow5 p::before{
        background-image: url(../img/icon_flow5.png)
    }
    
    .flow6 p::before{
        background-image: url(../img/icon_flow6.png)
    }
    
    .flow7 p::before{
        background-image: url(../img/icon_flow7.png)
    }
    
    .flow8 p::before{
        background-image: url(../img/icon_flow8.png)
    }
    /* #endregion */
    
    .flow-point{
        padding: 0 16.67vw;
    }
    
    .flow-point li{
        font-size: .93vw;
        line-height: 1.71;
    }    

    .flow-point li,
    .reason-point li{
        display: flex;
    }
}

@media screen and (min-width: 1500px){
    .flow{
        padding: 87px calc( ( 1vw - 10.2px ) * 50 ) 94px;
        border-bottom: solid 1px #dcdedf;
    }
    
    .flow h2{
        margin-bottom: 71px;
    }
    
    .flow-list{
        width: 100%;
        padding: 0;
        /* padding: 0 0 16px; */
    }
    
    .flow-box{
        width: 235px;
        margin: 0 10px 0 0;
    }
    
    .flow-box img{
        width: 235px;
        height: 142px;
        margin-bottom: 10px;
    }
    
    .flow-box.free::before{
        width: 70px;
        height: 23px;
        top: 5px;
        left: 5px;
    }
    
    .flow-box p{
        font-size: 18px;
        margin-bottom: 25px;
    }
    
    .flow-box p::before{
        width: 30px;
        height: 30px;
        margin-right: 12px;
    }
    
    .flow-point{
        padding: 0;
        width: 1000px;
        margin: 0 auto;
    }
    
    .flow-point li{
        font-size: 14px;
    }
}
/* #endregion flow */

/* #region thought */
.thought{
    background-color: #edf3fb;
    padding: 9.6vw 4vw 12vw;
    border-bottom: solid .27vw #dcdedf;
}

.thought h2{
    margin-bottom: 7.6vw;
}

.thought p{
    font-size: 3.47vw;
    line-height: 1.69;
    margin-bottom: 6vw;
}

.thought-btn{
    display: block;
    width: 70.07vw;
    margin: auto;
}

.thought-btn img{
    width: 100%;
}

@media screen and (min-width: 769px){
    .thought{
        background-color: #edf3fb;
        padding: 4.8vw 16.67vw 5.2vw;
        border-bottom: solid .07vw #dcdedf;
    }
    
    .thought h2{
        margin-bottom: 3.6vw;
    }
    
    .thought p{
        text-align: center;
        font-size: 1.07vw;
        line-height: 1.75;
        margin-bottom: 4.2vw;
    }
    
    .thought-btn{
        width: 28.67vw;
    }
}

@media screen and (min-width: 1500px){
    .thought{
        width: 1000px;
        padding: 4.8vw calc( ( 1vw - 10px ) * 50 ) 5.2vw;
        border-bottom: solid 1px #dcdedf;
    }
    
    .thought h2{
        margin-bottom: 54px;
    }
    
    .thought p{
        font-size: 16px;
        margin-bottom: 63px;
    }
    
    .thought-btn{
        width: 430px;
        height: 66px;
    }
}
/* #endregion thought */

/* #region reason */
.reason{
    padding: 10.8vw 4vw 0;
}

.reason h2{
    margin-bottom: 7.2vw;
}

.reason > p{
    font-size: 4.8vw;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10.4vw;
}

.rp_red{
    color: #f41141;
}

.rp_big{
    font-size: 5.6vw;
}

.point{
    font-size: 0;
    position: relative;
}

.point h3{
    font-size: 5.33vw;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding:  4.87vw 0;
    border-top: solid .27vw #063d88;
    border-bottom: solid .27vw #063d88;
    margin-bottom: 2.8vw;
}

.point h3 span{
    color: #ee4619;
}

.point-box p{
    font-size: 3.47vw;
    line-height: 1.69;
}

.point-box p span{
    font-weight: bold;
    background: linear-gradient(transparent 65%, yellow 50%);
}

.point-box .p-bold-lp {
    background: none;
}

.reason-point{
    margin-top: 3.2vw;
}

.reason-point li{
    font-size: 2.93vw;
    line-height: 1.64;
    color: #616161;
}

.point1{
    padding-bottom: 4vw;
}

.point1 img{
    width: 92vw;
}

.point2{
    padding-bottom: 12.8vw;
}

.point2 .license{
    width: 91.2vw;
    font-size: 4.8vw;
    font-weight: bold;
    color: #004a92;
    padding: 3.53vw 0;
    margin: 4.8vw auto 0;
    border: solid .4vw #004a92;
    border-radius: 1.33vw;
    display: block;
    text-align: center;
}

.point3{
    padding-bottom: 6.8vw;
}

.point3 img{
    width: 40vw;
    float: left;
    margin-top: 1.2vw;
    margin-right: 4.4vw;
}

.point::before{
    content: '';
    width: 25.33vw;
    height: 4.8vw;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    position: absolute;
    top: -3.2vw;
    left: 33.33vw;
}

.point1::before{
    background-size: 16.8vw 4.67vw;
    background-image: url(../img/icon_point1.png);
}
.point2::before{
    background-size: 17.33vw 4.67vw;
    background-image: url(../img/icon_point2.png);
}
.point3::before{
    background-size: 17.33vw 4.8vw;
    background-image: url(../img/icon_point3.png);
}

@media screen and (min-width: 769px){
    .reason{
        padding: 6.2vw 16.67vw 0;
    }
    
    .reason h2{
        margin-bottom: 4.8vw;
    }
    
    .reason > p{
        font-size: 2.4vw;
        margin-bottom: 5.8vw;
    }

    .rp_big{
        font-size: 2.8vw;
    }
    
    .point{
        font-size: 0;
        position: relative;
    }
    
    .point h3{
        font-size: 2.4vw;
        padding:  2vw 0;
        border-top: solid .07vw #063d88;
        border-bottom: solid .07vw #063d88;
        margin-bottom: 2.6vw;
    }
    
    .point h3 span{
        color: #ee4619;
    }

    .point-box{
        overflow: hidden;
    }
    
    .point-box p{
        font-size: 1.2vw;
        line-height: 1.67;
    }
    
    .point-box p span{
        font-weight: normal;
        background: none;
    }
    
    .reason-point{
        margin-top: .87vw;
    }

    .reason-point li{
        font-size: .93vw;
        line-height: 1.71;
    }
    
    .point1{
        padding-bottom: 5vw;
    }
    
    .point1 img, .point3 img{
        width: 26.67vw;
        float: left;
        margin-top: 0vw;
        margin-right: 2.6vw;
    }

    .point1 .point-box p,
    .point3 .point-box p{
        padding-top: .4vw;
    }

    .point2{
        padding-bottom: 5.8vw;
    }
    
    .point2 .point-box{
        flex-direction: column;
        align-items: center;
    }

    .point2 .license{
        width: 26.4vw;
        font-size: 1.33vw;
        padding: .77vw 0;
        margin: 2.2vw auto 0;
        border: solid .13vw #004a92;
        border-radius: .33vw;
    }
    
    .point3{
        padding-bottom: 3.2vw;
    }
    
    .point::before{
        content: '';
        width: 10.6vw;
        height: 2vw;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #fff;
        position: absolute;
        top: -1.2vw;
        left: 28vw;
    }
    
    .point1::before{
        background-size: 6.93vw 1.93vw;
    }
    .point2::before{
        background-size: 7.13vw 1.93vw;
    }
    .point3::before{
        background-size: 7.13vw 2vw;
    }
}

@media screen and (min-width: 1500px){
    .reason{
        width: 1000px;
        padding: 6.2vw calc( ( 1vw - 10px ) * 50 ) 0;
    }
    
    .reason h2{
        margin-bottom: 72px;
    }
    
    .reason > p{
        font-size: 36px;
        margin-bottom: 87px;
    }

    .rp_big{
        font-size: 42px;
    }
    
    .point h3{
        font-size: 36px;
        padding:  30px 0;
        border-top: solid 1px #063d88;
        border-bottom: solid 1px #063d88;
        margin-bottom: 39px;
    }
    
    .point-box p{
        font-size: 18px;
    }
    
    .reason-point{
        margin-top: 13px;
    }

    .reason-point li{
        font-size: 14px;
    }
    
    .point1{
        padding-bottom: 75px;
    }
    
    .point1 img, .point3 img{
        width: 400px;
        height: 260px;
        margin-right: 39px;
    }

    .point1 .point-box p,
    .point3 .point-box p{
        padding-top: 6px;
    }

    .point2{
        padding-bottom: 87px;
    }

    .point2 .license{
        box-sizing: border-box;
        width: 400px;
        height: 57px;
        font-size: 1.33vw;
        padding: 0;
        margin: 33px auto 0;
        border: solid 2px #004a92;
        border-radius: 5px;
    }
    
    .point2 .license > p{
        line-height: 57px;
    }

    .point3{
        padding-bottom: 48px;
    }
    
    .point::before{
        width: 159px;
        height: 30px;
        top: -18px;
        left: 420px;
    }
    
    .point1::before{
        background-size: 104px 29px;
    }
    .point2::before{
        background-size: 107px 29px;
    }
    .point3::before{
        background-size: 107px 30px;
    }
}
/* #endregion reason */

/* #region bottom-area */
.bottom-area{
    border-bottom: solid .27vw #dcdedf;
}

.pay h2, .area h2, .maker h2{
    font-size: 4.27vw;
    font-weight: bold;
    color: #fff;
    background-color: #023076;
    text-align: center;
    padding: 2.27vw 0;
}

.pay{
    padding-bottom: 4vw;
}

.pay h2{
    margin-bottom: 4.4vw;
}

.pay > P{
    font-size: 4vw;
    text-align: center;
    margin-bottom: 5.2vw;
}

.pay > p, .pay > div{
    padding: 0 3.33vw;
}

.method p{
    font-size: 4vw;
    text-align: center;
    font-weight: bold;
    color: #023076;
    background-color: #eff4fc;
    border: solid .27vw #a3acc2;
    border-radius: .67vw;
}

.credit .card-company{
    font-size: 3.2vw;
    color: #5e5e5e;
    font-weight: normal;
}

.method, .method > div, .credit{
    display: flex;
}

.method, .credit{
    flex-direction: column;
}

.cash, .bank{
    width: 44.8vw;
    padding: 1.73vw 0;
}

.method > div{
    margin-bottom: 2.67vw;
}

.cash{
    margin-right: 2.67vw;
}

.credit .card-company{
    padding-top: 3.2vw;
}

.credit{
    padding: 3.87vw 0;
    width: 92.8vw;
}

.area{
    padding-bottom: 2.8vw;
}

.area h2{
    margin-bottom: 4vw;
}

.area p{
    font-size: 4vw;
    background-color: #e5eaf2;
    margin: 0 2.67vw 3.6vw;
    padding: 1.87vw 2.4vw;
}

.area-list{
    display: flex;
    flex-wrap: wrap;
    margin-right: 2.67vw;
}

.area-list li{
    border-right: solid .27vw #dadadb;
    margin-bottom: 2.8vw;
    padding: 0 3.53vw;
}

.area-list a{
    font-size: 3.73vw;
    text-decoration: none;
    color: #1f83d0;
    line-height: 1.07;
}

.maker{
    padding-bottom: 5.73vw;
}

.maker h2{
    margin-bottom: 2.8vw;
}

.maker-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.maker-list li{
    width: 26.93vw;
    display: flex;
    justify-content: center;
    margin: 0 3.2vw 2.67vw;
}

/* #region */
.toto{
    width: 15.47vw;
}

.kakudai{
    width: 21.47vw;
}

.kvk{
    width: 21.2vw;
}

.sanei{
    width: 23.87vw;
}

.lixil{
    width: 21.47vw;
}
/* #endregion */

@media screen and (min-width: 769px){
    .bottom-area{
        padding: 5.13vw 16.67vw 0;
        border-bottom: solid .07vw #dcdedf;
    }

    .pay h2, .area h2, .maker h2{
        font-size: 1.6vw;
        padding: 1.2vw 0;
    }

    .pay{
        padding-bottom: 3.33vw;
    }

    .pay h2{
        margin-bottom: 2.4vw;
    }

    .pay > p{
        font-size: 1.33vw;
        margin-bottom: 2.4vw;
    }

    .pay > p, .pay > div{
        padding: 0;
    }

    .method p{
        font-size: 1.6vw;
        font-weight: bold;
        color: #023076;
        background-color: #eff4fc;
        border: solid .07vw #a3acc2;
        border-radius: .33vw;
    }
	    .for-np p{
        font-size: 1.1vw;
        color: #023076;
        border-radius: .33vw;
    }

    .credit .card-company{
        font-size: 1.2vw;
        color: #5e5e5e;
        font-weight: normal;
    }

    .method, .method > div, .credit{
        display: flex;
    }

    .method{
        flex-direction: row;
    }

    .cash, .bank{
        width: 22.53vw;
        padding: .8vw 0;
    }
    
    .method > div{
        flex-direction: column;
        margin-bottom: 0vw;
        margin-right: .67vw;
    }

    .cash{
        margin-right: 0vw;
        margin-bottom: .67vw;
    }

    .credit .card-company{
        padding-top: 1.2vw;
    }

    .credit{
        padding: 1.6vw 0;
        width: 43.2vw;
    }

    .area{
        padding-bottom: 2.8vw;
    }

    .area div{
        display: flex;
    }

    .area h2{
        margin-bottom: 1.13vw;
    }

    .area p{
        font-size: 1.2vw;
        background-color: #e5eaf2;
        margin: 0 .73vw 0 0;
        padding: 1.33vw 1.2vw 4.87vw;
        width: 11.6vw;
    }

    .area-list{
        display: flex;
        flex-wrap: wrap;
        margin-right: 0vw;
        width: 51.93vw;
        align-content: space-evenly;
    }

    .area-list li{
        border-right: solid .07vw #dadadb;
        margin-bottom: 0vw;
        padding: 0 1vw;
    }

    .area-list a{
        font-size: 1.07vw;
        line-height: 1.07;
    }

    .maker{
        padding-bottom: 6.67vw;
    }

    .maker h2{
        margin-bottom: 1.8vw;
    }

    .maker-list{
        justify-content: space-around;
    }

    .maker-list li{
        width: auto;
        margin: 0 auto;
    }

    /* #region */
    .toto{
        width: 8.4vw;
    }

    .kakudai{
        width: 10.27vw;
    }

    .kvk{
        width: 8.07vw;
    }

    .sanei{
        width: 9.07vw;
    }

    .lixil{
        width: 8.13vw;
    }
    /* #endregion */
}


@media screen and (min-width: 1500px){
    .bottom-area{
        padding: 77px calc( ( 1vw - 10px ) * 50 ) 0;
        border-bottom: solid 1px #dcdedf;
    }

    .pay h2, .area h2, .maker h2{
        font-size: 24px;
        padding: 18px 0;
    }

    .pay{
        padding-bottom: 50px;
    }

    .pay h2{
        margin-bottom: 36px;
    }

    .pay > p{
        font-size: 20px;
        margin-bottom: 36px;
    }

    .method p{
        font-size: 24px;
        border: solid 1px #a3acc2;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .credit .card-company{
        font-size: 18px;
    }
    
    .cash, .bank{
        width: 340px;
        padding: 12px 0;
    }
    
    .method > div{
        margin-right: 10px;
    }

    .cash{
        margin-bottom: 10px;
    }

    .credit .card-company{
        padding-top: 18px;
    }

    .credit{
        padding: 24px 0;
        width: 650px;
    }

    .area{
        padding-bottom: 42px;
    }

    .area h2{
        margin-bottom: 17px;
    }

    .area p{
        font-size: 18px;
        margin-right: 10px;
        padding: 20px 18px 73px;
        width: 210px;
        box-sizing: border-box;
    }

    .area-list{
        width: 780px;
    }

    .area-list li{
        border-right: solid 1px #dadadb;
        padding: 0 15px;
    }

    .area-list a{
        font-size: 16px;
    }

    .maker{
        padding-bottom: 100px;
    }

    .maker h2{
        margin-bottom: 27px;
    }

    /* #region */
    .toto{
        width: 126px;
    }

    .kakudai{
        width: 154px;
    }

    .kvk{
        width: 121px;
    }

    .sanei{
        width: 136px;
    }

    .lixil{
        width: 122px;
    }

    /* #endregion */
}
/* #endregion bottom-area */

/* #region footer */
footer{
    background-color: #eaeff2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6.8vw 4vw 29.33vw;
}

.fixed-btn{
    width: 100%;
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 24.93vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/SP/SP_fixed_bg.png);
    display: flex;
    align-items: flex-end;
    z-index: 777;
}

.fixed-btn img{
    width: 100%;
    margin-top: 10.2vw;
}

.fixed-tel{
    margin-left: 1.33vw;
    margin-right: 1.33vw;
}

.fixed-line{
    margin-right: 1.33vw;
}

.page-top{
    text-decoration: none;
    font-size: 4vw;
    font-weight: bold;
    color: #023076;
    display: flex;
    align-items: center;
    margin-bottom: 5.6vw;
}

.page-top::before{
    content: '';
    width: 2.8vw;
    height: 4.67vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/drop.png);
    margin-right: 2.4vw;
}

.foot-menu{
    width: 92vw;
    background-color: #fff;
    border: solid .27vw #c9c9c9;
    border-radius: 2vw;
    margin-bottom: 4.8vw;
}

.foot-menu li{
    border-bottom: solid .27vw #c9c9c9;
}

.foot-menu li:last-of-type{
    border: none;
}

.foot-menu a{
    text-decoration: none;
    font-size: 3.73vw;
    color: #088acd;
    padding: 3.87vw 4.8vw;
    position: relative;
    display: flex;
    align-items: center;
}

.foot-menu a::after{
    content: '';
    width: 2vw;
    height: 3.2vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/vek_footer.png);
    position: absolute;
    right: 4.8vw;
}

.copyright{
    font-size: 2.67vw;
    color: #a6a6a6;
}

@media screen and (min-width: 769px){
    footer{
        padding: 2.4vw 0 1vw;
    }
    
    .page-top{
        font-size: 1.07vw;
        margin-bottom: 2.4vw;
    }
    
    .page-top::before{
        width: .93vw;
        height: 1.47vw;
        margin-right: .87vw;
    }
    
    .foot-menu{
        width: 100%;
        background-color: #eaeff2;
        border: none;
        border-radius: 0;
        margin-bottom: 2.6vw;
        display: flex;
        justify-content: center;
    }
    
    .foot-menu li{
        border-bottom: none;
        border-right: solid .07vw #c9c9c9;
        padding: 0 1vw;
    }
    
    .foot-menu a{
        text-decoration: none;
        font-size: 1.07vw;
        padding: 0;
        position: relative;
        display: flex;
        align-items: center;
    }
    
    .foot-menu a::after{
        content: none;
    }
    
    .copyright{
        font-size: .8vw;
    }
}

@media screen and (min-width: 1500px){
    .page-id-1216 > header{
        height: 9vw;
    }
    .main_lp {
        padding-top: 9vw;
    }
    .page-top{
        font-size: 16px;
        margin-bottom: 36px;
    }
    
    .page-top::before{
        width: 14px;
        height: 22px;
        margin-right: 13px;
    }
    
    .foot-menu{
        width: 100%;
        margin-bottom: 39px;
    }
    
    .foot-menu li{
        border-right: solid 1px #c9c9c9;
        padding: 0 15px;
    }
    
    .foot-menu a{
        font-size: 16px;
    }

    .copyright{
        font-size: 12px;
    }
}
/* #endregion footer */

@media screen and (max-width: 1200px) {
    .author_box {
        display: block;
    }
    .auth_img {
        justify-content: center;
    }
    .request-box .auth_img img {
        margin-right: 0;
        width: 50%;
    }
    .auth_profile {
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px){
    .page-id-1216 > header{
        width: 100%;
        justify-content: space-between;
        height: 13.6vw;
    } 
    .service-list {
        width: calc((44vw + (2vw * 2)) * 2);
        margin: 0 auto;
    }

    .flow-list {
        width: calc((44vw + (2vw * 2)) * 2);
        margin: 0 auto;
    }
    .about-area-mt {
        font-size: 5.22vw!important;
    }
    .about-area-tit-lp {
        font-size:4vw!important;
    }
    .p-bold-lp {
        font-size: 16px;
    }
    .FV {
        padding-top: 0px;
    }
    .blog-flex a {
        margin-left: 10px;
        height: 19px;
    }
    .footer-title {
        margin-bottom: 15px!important;
    }
    .title_contact::before {
        display: none;
    }
    .logo img {
        width: 100%;
        height: auto;
    }
    #footer .btn02 {
        width: 100%;
        padding: 6.5% 3.2% 6.45%;
    }
    .pagetop {
        width: 12%;
    }
    .request-box .author_title {
        font-size: 3.2vw;
        top: -7%;
        left: 5%;
    }
    .auth_img {
        padding-top: 10%;
    }
    .request-box p, .execution-box p {
        padding: 3.2vw 0 4.8vw!important;
    }
}

/*コロナ*/
.content .boldBox {
    border: 3px solid #364e96;
    padding: 20px;
    margin-top: 20px;
    font-weight: 700;
}

/*ＮＰ後払い*/
.NpImg {
    margin: 3px 1px 1px 0;
    max-width: 100%;
}

a.disabled{
    pointer-events: none;
    color: #565656!important;
}

/* ヘッダーtelbox */
.top-tel__container {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.top-tel__container img {
    object-fit: contain;
    margin-right: 15px;
    width: 50px;
}

.top-tel__box {
    display: block;
}
.top-tel__text {
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 5px;
}
.top-tel__number {
    font-size: 32px;
    font-weight: bold;
}

@media screen and (max-width: 1050px) {
.top-tel__text {
    font-size: 1.3vw;
}
.top-tel__number {
    font-size: 2.8vw;
}
}


/* スライダー */

/* スライダー */

.company {
    background: #edf4fa;
    margin-bottom: 40px;
}

.company h2:before {
    content: none;
}

.company h2:after {
    content: none;
}

.br_sp {
    display: none;
}


@media screen and (max-width: 768px) {
    .br_sp {
        display: block;
    }
    .company h2 {
        text-align: center;
        font-size: 5.5vw;
        margin-top: 15px;
    }
}

/* サービスの流れ */ 

.flow_outer {
    width: 100%;
    width: calc((17.67vw + (0.66vw * 2)) * 3);
    margin: 0 auto;
}

.flow_wrap_new {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 676px;
}

.flow_image_pc {
    display: block;
    object-fit: cover;
    width: 5%;
    height: 100%;
}

.flow_wrap_new1 {
    width: 85%;
}

.flow_image_sp {
    display: none;
}

.flow_right {
    width: 88%;
}

.flow_block {
    border: solid 1px #0000002e;
    border-radius: 5px;
    position: relative;
    margin-bottom: 35px;
    padding: 30px 10px 21px 15px;
}

.flow_block:after {
    content: "";
    width: 60px;
    position: absolute;
    height: 35px;
    bottom: -36px;
    left: 50%;
    background-color: #dddddd;
}

.flow_block_last::after {
    content: none;
}

.flow_wrap {
    position: absolute;
    top: -20px;
}

.flow_wrap_new2 {
    height: 560px;
}
.flow_wrap_new3 {
    height: 425px;
}

.flow_txt {
    position: relative;
    background-color: #e38897;
    color: #fff;
    text-align: center;
    width: 70px;
    border-radius: 5px;
    padding: 10px 0px;
}

.flow_txt::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0;
    left: 26px;
    top: 73%;
    border: 10px solid transparent;
    border-top: 20px solid #e38897;
}

.flow_inner {
    display: flex;
    margin-left: 15px;
}

.flow_box1 {
    background: #348fe2;
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin-right: 20px;
}

.flow_txt1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.flow_txt2 {
    font-size: 16px;
    padding-top: 0.55vw;
    padding-bottom: 0.55vw;
}
.flow_span {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .flow_outer {
        width: 92%;
        margin: 0 auto;
    }
    .flow_image_pc {
        display: none;
    }
    .flow_image_sp {
        display: block;
        object-fit: cover;
        width: 5%;
        height: 100%;
    }
    .flow_left img {
        width: 60.9%;
        display: block;
    }
    .flow_right {
        width: auto;
    }
    .flow_block {
        padding: 4.5vw 5px 2.5vw 0px;
        margin-bottom: 4vw;
    }
    .flow_block:after {
        width: 35px;
        height: 4.2vw;
        bottom: -4.3vw;
        left: 45%;
    }
    .flow_wrap {
        top: -10px;
    }
    .flow_txt {
        font-size: 10px;
        width: 25px;
        height: 11px;
        padding: 4px 7px;
    }
    .flow_txt::before {
        width: 0px;
        height: 0;
        left: 15px;
        top: 90%;
        border: 4px solid transparent;
        border-top: 10px solid #e38897;
    }
    .flow_inner {
        margin-left: 8px;
    }
    .flow_box1 {
        width: 10px;
        height: 25px;
        font-size: 16px;
        margin-right: 9px;
        padding: 0px 6px;
    }
    .flow_txt1 {
        font-size: 4.5vw;
        line-height: 1.1;
    }
    .flow_txt2 {
        padding-top: 0;
        padding-bottom: 1.2vw;
        font-size: 2.5vw;
    }
    .flow_span {
        font-size: 13px;
    }
    .flow_wrap_new {
        height: 110vw;
    }
    .flow_wrap_new2 {
        height: 89vw;
    }
    .flow_wrap_new3 {
        height: 60vw;
    }
}


@media screen and (max-width: 414px) {
    .flow_wrap_new {
        height: 107.7vw;
    }
    .flow_wrap_new2 {
        height: 85vw;
    }
    .flow_wrap_new3 {
        height: 60vw;
    }
}

@media screen and (max-width: 390px)  {
    .flow_wrap_new {
        height: 108.7vw;
    }
    .flow_wrap_new2 {
        height: 86vw;
    }
    .flow_wrap_new3 {
        height: 60vw;
    }
}

@media screen and (max-width: 375px)  {
    .flow_wrap_new {
        height: 110vw;
    }
    .flow_wrap_new2 {
        height: 87.5vw;
    }
    .flow_wrap_new3 {
        height: 66vw;
    }
}

@media screen and (max-width: 360px) {
    .flow_wrap_new {
        height: 114vw;
    }
    .flow_wrap_new2 {
        height: 88.8vw;
    }
    .flow_wrap_new3 {
        height: 67vw;
    }
}



.flow_image_pc1 {

}

.box-area-2 {
    padding: 1.5em;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
}
.box-area-3 {
    text-align: center;
    margin-bottom: 20px;
	display: block!important;
}
.box-area-3 img {
    width: 180px;
    height: auto;
}