@charset "utf-8";

a{
	text-decoration: none;
	transition: .5s all;
}

ul li{
	list-style: none;
}

/* ---------------------------------------------------------------- 共通 */

body{
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #333333;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.8;
    background-size: cover;
    font-size: 15px;
}

p,h1,h2,h3,h4,h5,h6,li,span,a{
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Noto Serif JP', serif;
}

h1{
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4em;
    -moz-text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.65);
    -webkit-text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.65);
    -ms-text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.65);
    text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.65);

}

.indent{
    padding-left: 1em;
    text-indent: -1em;
}

.h1-small{
    font-size: 28px;
    font-weight: 600;
}

.h1-sub{
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
}

.h1-small span{
    font-size: 24px;
}

h2{
    font-size: 28px;
    font-weight: 600;
    color: #000;
    position: relative;
    -moz-text-shadow: -3px 2px 6px rgba(0, 0, 0, 0.35);
    -webkit-text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    -ms-text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
}

h3{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

h4{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

h5{
    font-size: min(20.5px,1.92vw);
    font-weight: 600;
    color: #000;
    line-height: 1.6em;
    -moz-text-shadow:-2px 2px 4px rgba(0, 0, 0, 0.22);
    -webkit-text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.22);
    -ms-text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.22);
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.22);
}

h6{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.pc-only{
    display: block;
}

.sp-only{
    display: none;
}

/* ---------------------------------------------------------------- header */

header{
    background-color: #000;
    border-bottom: solid 4px #C5C3BA;
}

header a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-inner{
    width:90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo{
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.header-logo:hover{
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s;
}

header .logo_pc{
    max-width:280px;
}

header .logo_sp{
    display: none;
}

.platinum-btn{
    max-width:325px;
    height: 100%;
    background:linear-gradient(to right, #E4E9EF,#AFBAC9);
    color: #1C1E53;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 60px;
    width:100%;
    font-family:  'Noto Sans JP', sans-serif;
    text-align: center;
    position: relative;
}

.platinum-btn:hover{
    opacity: 0.7;
    transition: all 0.3s;
    cursor: pointer;
}

.platinum-btn::after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 15px;
    border-color: transparent transparent transparent #1C1E53;
    top: 40%;
    right: 1%;   
}

#fv{
    background-image: url(../images/fv_back.jpg);
    background-position: center;
    background-size: cover;
    padding: 25px 0 40px;
    position: relative;
}

#fv::before{
    content: '';
    background: rgba(7,26,39,0.76) ;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#fv .container{
    position: relative;
}

.sp-fv{
    display: none;
}

.band{
    font-size: 18px;
    color: #0D3558;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(to right,#FFFFFF,#C9CBAC);
    padding: 0 20px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}

.band span{
    font-size: 16px;
    font-family:  'Noto Sans JP', sans-serif;
}

.circle-wrapper{
    display: flex;
    margin-top: 25px;
}

.circle-wrapper img{
    max-width:180px;
    height: auto;
    margin-right: 10px;
    filter: drop-shadow(0px 0px 12px rgba(255,255,255,0.76));
}

.card{
    max-width: 325px;
    position: absolute;
    right: -4vw;
    bottom: 30px;
    filter: drop-shadow(0px 0px 24px rgba(255,255,255,0.54));
}


.apply-button{
    margin-top: 35px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.apply-button p{
    font-size: 17px;
    font-weight: 600;
}

.apply-btn{
    display: block;
    width: 360px;
    color: #fff;
    font-size: 20px;
    background:linear-gradient(to right,#5586C7,#183D74);
    padding: 12px 0;
    border-radius: 5px;
    position: relative;
    font-weight: 600;
    transition:  0.5s;
}

#fv .apply-btn{
    filter: drop-shadow(0px 0px 6px rgba(255,255,255,0.56));
}

.apply-btn::after{
    content: "";
    display: inline-block;
    position: absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width: 5px 0 5px 15px;
    border-color: transparent transparent transparent #FFFFFF;
    top:40%;
    right: 3%;
    }

.apply-btn:hover{
    background:#E0E9F6;
    transition: 0.5s;
    color: #384058;
}

.apply-btn:hover::after{
    border-color: transparent transparent transparent #384058;
}

.container{
    max-width:960px;
    margin: 0 auto;
    width:90%;
}

#merits{
    background:linear-gradient(to bottom,#F8F8F4,#A5A393);
    padding: 80px 0;
}

#merits h2{
    text-align: center;
    position: relative;
}

#merits h2::after{
    content: "";
    display: inline-block;
    width:100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(223,222,200,0) 0%, rgba(120,108,25,92) 50%,rgba(230,230,211,0) 100%);
    bottom: -25%;
    right: 0;
    position: absolute;
}

#merits h5 span{
    font-size: 20px;
    font-weight: 600;
}

#merits .title{
    margin-bottom: 45px;
}

.lead-text{
    margin-top: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#merits .lead-text p{
    line-height: 2.0em;
}

.item-wrapper{
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0 ;
}

#merits .item-wrapper{
    margin-top: 0;
}

#merits .item{
    width:32.6%;
    padding: 30px 10px;
    position: relative;
    -moz-box-shadow: 1px 6px 8px -1px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow:1px 6px 8px -1px rgba(0, 0, 0, 0.28);
    -ms-box-shadow:1px 6px 8px -1px rgba(0, 0, 0, 0.28);
    box-shadow: 1px 6px 8px -1px rgba(0, 0, 0, 0.28);
}

#merits .item::before{
    content: '';
    background: rgba(255,255,255,0.8) ;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#merits .item01{
    background-image: url(../images/merit_back1.jpg);
    background-size: cover;
    background-position: 25% 50%;
}

#merits .item02{
    background-image: url(../images/merit_back2.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

#merits .item03{
    background-image: url(../images/merit_back3.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

#merits .item-head{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

#merits .item img{
    max-width:96px;
    margin-bottom: 10px;
    filter: drop-shadow(2px 2px 3px rgba(100,92,38,0.16)) drop-shadow(8px 7px 2px rgba(218,200,221,0));

}

.merits-sp{
    display: none;
}

#merits p,li{
    position: relative;
    line-height: 2.2em;
    font-weight: 500;
    font-size: min(15px,1.4vw);
}

#merits span{
    font-size: 14px;
    font-weight: 400;
}

#merits .gold{
    font-size: min(28px,2.4vw);
    color: #84840E;
    font-weight: 700;
}

#merits .textarea .gold{
    font-size: min(20px,1.8vw);
}

#merits ul{
    margin-top: 20px;
}

#merits li{
    font-size: 12px;
    font-weight: 300;
    text-indent: -1rem;
    padding-left: 1rem;
}

#merits li span{
    font-weight: 600;
    font-size: 12px;
    color: #84840E;
    text-decoration: underline;
}

#merits .concrete-ex{
    font-size: min(14px,1.32vw);
    margin-top: 15px;
}


#services{
    padding: 90px 0 80px;
    background:linear-gradient(to bottom,#f3f3f3,#eeeeee);
}

#services h2{
    position: relative;
}

#services h2::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(129,129,51,100) 0%,rgba(223,222,200,0) 100%);
    bottom: -25%;
    right: 0;
    position: absolute;
}

.sub-title{
    font-size: 20px;
    font-weight: 500;
    -moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
    -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
    -ms-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
    padding-top: 40px;
}

.block-wrapper{
    margin: 60px auto 0;
    width:100%;
}

.block{
    padding: 40px;
    margin-bottom: 25px;
    width:100%;
    display: flex;
    flex-direction: column;
    position: relative;
    -moz-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.18);
}

.block:last-child{
    margin-bottom: 0;
}

.block .text-area{
    position: relative;
}

.block .text-area dl dt{
	text-align: left;
}
.block .text-area dl dt span {
    font-size: min(12px,3vw);
	display: inline-block;
	min-width: 6em;
	cursor: pointer;
	color: #FFFFFF;
	border: 1px solid #ffffff;
	padding: 1px 35px 2px;
}
.block .text-area dl dt span:after {
	content: "+";
}
.block .text-area dl dt.open span:after {
	content: "-";
}
.block .text-area dl dd {
	display: none;
	margin-top: 1em;
}

.block01{
    background-image: url(../images/services_back1.jpg);
    background-position: 105% 70%;
    background-size: min(530px,60%);
}

.block::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.block01::before{
    background: linear-gradient(90deg ,rgba(0,50,44,1) 0%, rgba(0,50,44,1) 50%,rgba(0,50,44,0.44) 67%,rgba(0,50,44,0) 100%);
}

.block02{
    background-image: url(../images/services_back2.jpg);
    background-position: 600% 50%;
    background-size: 102%;
}

.block02::before{
    background: linear-gradient(-90deg ,rgba(49,15,15,100) 0%, rgba(49,15,15,100) 52%,rgba(49,15,15,0.72) 64%,rgba(49,15,15,0.44) 76%,rgba(49,15,15,0) 100%);
}

.block03{
    background-image: url(../images/services_back3.jpg);
    background-position: 108% 70%;
    background-size: min(515px,75%);
}

.block03::before{
    background: linear-gradient(90deg ,rgba(0,44,62,1) 0%, rgba(0,44,62,1) 50%,rgba(0,44,62,0.81) 62%,rgba(0,44,62,0) 100%);
}

.block04{
    background-image: url(../images/services_back4.jpg);
    background-position: -30% 55%;
    background-size: 62%;
}

.block04::before{
    background:linear-gradient(-90deg ,rgba(30,30,17,100) 0%, rgba(30,30,16,100) 54%,rgba(39,38,13,0.44) 66%,rgba(19,17,7,0) 100%);
}

.block05{
    background-image: url(../images/services_back5.jpg);
    background-position: 110% 86%;
    background-size: 56%;
}

.block05::before{
    background: linear-gradient(90deg ,rgba(27,33,64,1) 0%, rgba(27,33,64,1) 50%,rgba(27,33,64,0.81) 62%,rgba(27,33,64,0) 100%);
}

.block06{
    background-image: url(../images/services_back6.webp);
    background-position: 150% 42%;
    background-size: 120%;
}

.block06::before{
    background: linear-gradient(-90deg ,rgba(52,31,13,1) 0%, rgba(52,31,13,1) 52%,rgba(52,31,13,0.44) 64%,rgba(52,24,13,0) 100%);
}

.block07{
    background-image: url(../images/services_back7.png);
    background-position: 110% 75%;
    background-size: 60%;
}

.block07::before{
    background: linear-gradient(90deg ,rgba(55,19,65,1) 0%, rgba(55,19,65,1) 40%,rgba(55,19,65,51) 55%,rgba(55,19,65,0) 100%);
}

.block08{
    background-image: url(../images/services_back8.webp);
    background-position: -45% 50%;
    background-size: 70%;
}

.block08::before{
    background: linear-gradient(-90deg ,rgb(52, 52, 52) 0%, rgb(54, 54, 54) 50%,rgba(26, 26, 26, 0) 100%);
}

.block-rev{
    align-items: flex-end;
}

.block-rev .text-area{
    width: 58%;
}

#services h4{
    font-weight: 600;
    margin-bottom: 35px;
    -moz-text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.43);
    -webkit-text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.43);
    -ms-text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.43);
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.43);
}

.block p{
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
}

.block p span{
    font-size: 13px;
    display: block;
    text-indent: -1rem;
    padding-left: 1rem;
}

.block .inner{
    padding-left: 2rem;
}

.block p:last-child{
    margin-bottom: 0;
}

.block .ex-link{
    color: #fff;
    position: relative;
}

.block .ex-link::after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
    right: 8%;
    top: 38%;
    position: absolute;
}

.block .ex-link{
    cursor: pointer;
	color: #FFFFFF;
	border: 1px solid #ffffff;
	padding: 5px 35px 5px;
}

.inner-link{
    color: #fff;
    border-bottom: 1px solid #fff;
}

#flow{
    background-image: url(../images/flow_back.jpg);
    background-size: contain;
    background-position: top;
    padding: 60px 0 60px;
    position: relative;
}

#flow::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:rgba(5,12,39,0.85);   
 }

#flow .container{
    position: relative;
}

#flow h3{
    text-align: center;
    font-weight: 500;
    position: relative;
}

#flow h3::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(223,222,200,0) 0%, rgba(223,216,170,92) 50%,rgba(230,230,211,0) 100%);
    bottom: -30%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0%);
}

#flow .item-wrapper{
    display: flex;
    justify-content: space-around;
}

#flow .item{
    max-width:325px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.right-area{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#flow .item::after{
    content: "";
    width: 24px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/flow-arrow.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -10%;
}

#flow .item:last-child::after{
    display: none;
}

.step{
    max-width:80px;
    height: auto;
}

.icon{
    max-width: 155px;
    margin-top: 5px;
}

.sp-icon{
    display: none;
}

h6{
    margin-top: 15px;
    text-align: center;
    font-weight: 600;
}

#flow .item p{
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
}

#flow .item p span{
    text-decoration: underline;
}

#card-info{
    background-color: #CBCBCF;
    padding: 60px 0 70px;
}

#card-info h4{
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    -moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
    -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
    -ms-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
    text-shadow: 2px 2px 4px rgb(0,0,0,0.32);
}

.table{
     background:linear-gradient(to bottom,#76819E,#464D61); 
    -moz-box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.18);
}

.table-inner{
    display: flex;
}

.table-inner .heading{
    width: 200px;
    color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-inner:last-child .heading{
    border-bottom: none;
}

.table-inner .content{
    width:100%;
    font-weight: 500;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 40px;
    border-bottom: 1px solid #BEBEBE;
}

.table-inner:last-child .content{
    border-bottom: none;
}

.table-inner .flex-ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.table-inner_wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 40px;
    margin: 8px 0;
}

.table-inner_box img{
    height: 40px;
    vertical-align: middle;
}

.content li{
    line-height: 1.7em;
}

footer{
    background-color: #000;
    color: #fff;
    padding: 50px 0 130px;
}

footer .contact{
    display: flex;
    justify-content: space-between;
    max-width:960px;
    width:90%;
    margin: 0 auto;
}

footer .contact img{
    max-width:278px;
    height: fit-content;
}

footer .contact span{
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

footer .tel{
    font-size: 30px;
    color: #fff;
    line-height: 1.4em;
    font-weight: 600;
}

footer .tel:hover{
    opacity: 0.4;
}

footer .link{
    display: flex;
    justify-content: space-between;
    max-width:960px;
    width:90%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
}

footer .link li{
    font-size: 14px;
    font-weight: 100;
}

footer .link li a{
    color: #fff;
}

footer .link li a:hover{
    opacity: 0.6;
    transition: all 0.3s;
}

.copyright{
    font-size: 12px;
    text-align: center;
    color: #9B9B9B;
}

.fixed-btn{
    position: fixed;
    bottom:0;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    width:100%;
    padding: 2px 0 12px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.fixed-btn.active{
    opacity: 1;
    visibility: visible;
}

.fixed-btn p{
    font-size: 14px;
    color: #fff;
}

.fixed-btn .apply-btn{
    width:320px;
    padding: 12px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
}

.sp-br{
    display: none;
}

.middle-br{
    display: none;
}


/*   ローディング    */
#loading-wrapper { 
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: #000; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    transition: all 0.3s; 
    z-index: 9999;
} 

.load_uc{
    animation-name: fade01;
    animation-duration: 0.5s;
    height: 100vh;
    width: auto;
}

.load_uc img{
    width:auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.load_platinum{
    animation-name: fade02;
    animation-duration: 1.2s;
}

.load_platinum img {
    width: 100%;
}

.load_shine{
    animation-name: fade03;
    animation-duration: 1.6s;
    height: 100vh;
    width: auto;
}

.load_shine img{
    width:auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 700;
}

@keyframes fade01{
    0%{
        opacity: 0;
    }
    
    100%{
        opacity: 1;
    }
}

@keyframes fade02{
    0%{
        opacity: 0;
    }
    
    33%{
        opacity: 0;
    }
    
    100%{
        opacity: 1;
    }
}

@keyframes fade03{
    0%{
        opacity: 0;
    }
    
    50%{
        opacity: 0;
    }
    
    100%{
        opacity: 1;
    }
}

.load_sp{
    display: none;
}


/*   動き  */


/*==================================================
ローディング後
===================================*/
/* 下から */

.fadeIn{
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*==================================================
スクロール時
===================================*/
/*アニメーション要素のスタイル*/
.scroll_up{
	opacity : 0;
	visibility: hidden;
	transition: 1.2s;
	transform: translateY(100px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.delay{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}



/*  中間   */
@media screen and (max-width:980px){
    
    .middle-br{
        display: block !important;
    }
    
    .middle-notbr{
        display: none;
    }
    
    .h1-small{
        font-size: min(28px,3.2vw);
        line-height: 1.6em;
    }
    
    h1{
        font-size: min(36px,4.4vw);
        text-align: center;
    }

    h1.text_pattern1,
    h1.text_pattern2,
    h1.text_pattern3{
        font-size: min(36px,4.4vw);
         text-align: left; 
    }
    .h1-flex{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    h5{
        font-size: 21px;
    }
    
    .card{
        position: initial;
        display: block;
        margin: 30px auto;
    }
    
    .circle-wrapper{
        justify-content: center;
    }
    
    .circle-wrapper img{
        margin-right: 5px;
        margin-left: 5px;
    }
    
    .apply-button{
        display: block;
        margin: 0 auto;
    }
    
    .apply-btn{
        margin: 0 auto;
    }
    
    #merits .item{
        margin-bottom: 20px;
    }
    
    #merits .lead-text p{
        font-size: min(15px,1.7vw);
    }
    
    #merits .item-head{
        margin-bottom: 20px;
        line-height: 1em;
    }
    
    #merits .item img {
        margin-bottom: 0;
    }
    
    #merits p,
    #merits li{
        line-height: 1.8em;
        font-size: min(15px,1.5vw);
    }
    
    .item-wrapper{
        display: block;
        width:100%;
        max-width:640px;
    }
    
    #merits .item{
        width:100%;
        padding: 20px 30px;
    }
    
    #flow .item-wrapper{
        max-width:980px;
    }
}

/*  ucpack  */

#pack-link{
    background:linear-gradient(to right,#4553CF,#7CD4EF);
    padding: 6px 0;
    transition: all 0.3s;
}

#pack-link:hover{
    opacity: 0.6;
    transition: all 0.3s;
}

#pack-link a{
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: 500;
}

/*  kakaku_com  */

#kakaku_com-link,
#kakaku_com_2411-link,
#ntt_biz_2411-link{
    background:linear-gradient(to right,#73726e,#1f1f1f);
    padding: 6px 0;
    transition: all 0.3s;
}

#kakaku_com-link:hover,
#kakaku_com_2411-link:hover,
#ntt_biz_2411-link:hover{
    opacity: 0.6;
    transition: all 0.3s;
}

#kakaku_com-link a,
#kakaku_com_2411-link a,
#ntt_biz_2411-link a{
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 0 10px;
}

/*  yoshidatarou  */

#yoshidatarou-link{
    background:linear-gradient(to right,#0f3951,#1e7aa3);
    padding: 6px 0;
    transition: all 0.3s;
}

#yoshidatarou-link:hover{
    opacity: 0.6;
    transition: all 0.3s;
}

#yoshidatarou-link a{
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: 500;
}

#ucpack{
    padding: 70px 0;
    background-color:#050C27;
}

#ucpack h4{
    text-align: center;
}

#kakaku_com,
#kakaku_com_2411,
#ntt_biz_2411{
    padding: 70px 0;
    background-color:#050C27;
}

#kakaku_com h4,
#kakaku_com_2411 h4,
#ntt_biz_2411 h4{
    text-align: center;
}

#yoshidatarou{
    padding: 70px 0;
    background-color:#050C27;
}

#yoshidatarou h4{
    text-align: center;
}

/*  campaign  */
#campaign{
    padding: 70px 0;
    background-color:#050C27;
}

#campaign h4{
    text-align: center;
}

.list-wrapper{
    margin-top: 35px;
}

.cp-list{
    width:90%;
    margin: 0 auto 25px;
}

.banner{
    width:100%;
    display: flex;
    align-items: center;
}

.display{
    transition: all 0.3s;
    position: relative;
}

.display:hover{
    opacity: 0.6;
    transition: all 0.3s;
    cursor: pointer;
}

.banner img{
    width:100%;
}

.display p{
    color: #000;
    text-align: center;
    padding:0;
    width:100%;
    background:linear-gradient(to right,#E8E8E8,#CCCCCC);
    font-size: 13px;
}

.inner-wrapper{
    padding:20px 3%;
    width:100%;
    margin: 0 auto;
    background-color: #F1F1F1;
    text-align: left;
}

.inner-wrapper p{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6em;
    padding-left: 1rem;
}

.inner-wrapper .text-bold{
    font-weight:600; 
    font-size: 14px;
    margin-top: 10px;
    padding-left: 0;
}

.inner-wrapper ul{
    margin: 10px auto;
    width:95%;
}

.inner-wrapper ul li{
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.6em;
    text-indent: -1rem;
    padding-left: 1rem;
}

.sp-banner{
    display: none;
}

.cp-list.end .display {
    position: relative;
}
.cp-list.end .display a::before{
    content: '本キャンペーンの申込期間は終了しました。';
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Noto Serif JP';
    font-size: 20px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.cp-list.end .ac-open .display::before{
    content: '本キャンペーンの申込期間は終了しました。';
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Noto Serif JP';
    font-size: 20px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}




/* アコーディオン */
.ac-inner{
    display: none;
}


/*  ===============================================================================- sp レイアウト  */
@media screen and (max-width:767px){
    
    .load_pc{
        display: none;
    }
    
    .load_sp{
        display: block;
    }
    
    .sp-br{
        display: block;
    }
    
    .middle-notbr{
        display: block;
    }
    
    .pc-br{
        display: none;
    }

    .pc-only{
        display: none!important;
    }

    .sp-only{
        display: block;
    }
    
    h2{
        font-size: min(26px,6.0vw);
        line-height: 1.6em;
        font-weight: 600;
    }
    
    h3{
        font-size: min(21px,5.2vw);
        font-weight: 600;
    }
    
    h4{
        font-weight: 600;
        font-size: min(18px,4.8vw);
    }

    h5{
        font-size: min(18px,4.7vw);
        font-weight: 600;
    }
    
    h6{
        margin-top: 0;
        font-size: min(16px,4.4vw);
        text-align: left;
        line-height: 1.4em;
        font-weight: 600;
    }
    
    #merits h5 span{
        font-size: min(17px,4.7vw);
        font-weight: 600;
    }
    
    .header-inner{
        width:100%;
    }
    
    .header-logo{
        padding: 0 5px;
    }
    
    header .logo_pc{
        display: none;
    }
    
    header .logo_sp{
        display: block;
        max-width:138px;
        padding-left: 10px;
    }
    
    .platinum-btn{
        width:40%;
        line-height: 1.3em;
        font-size: 12px;
        padding: 5px 0;
        max-width:260px;
    }
    
    .platinum-btn::after{
        border-width: 4px 0 4px 12px;
        top: 40%;
        right: 1%;   
    }
    
    .pc-fv{
        display: none;
    }
    
    .sp-fv{
        display: block;
    }
    
    .sp-fv img{
        width:100%;
        max-width: 540px;
    }

    #fv{
        padding: 24px 0;
    }
    
    .apply-button{
        margin: 20px auto 0;
        width:90%;
        max-width:360px;
        text-align: center;
        display: block;
    }
    
    .apply-button p{
        font-size: 14px;
    }
    
    .apply-btn{
        width:100%;
        font-size: min(18px,5vw);
    }
    
    
    #merits{
        padding: 40px 0;
    }
    
    #merits .title{
        margin-bottom: 0;
    }
    
    #merits .lead-text{
        text-align: left;
    }
    
    #merits .lead-text p{
        font-size: min(15px,4vw);
        padding-bottom: 15px;
        line-height: 1.7em;
    }
    
    .item-wrapper{
        margin-top: 20px;
        display: block;
        max-width: 480px;
    }

    #merits .item{
        width:100%;
        padding: 30px 5%;
        margin-bottom: 15px;
    }
    
    #merits .item img{
        max-width:50px;
        height:auto;
        width:12vw;
        margin-right: 10px;
        margin-bottom: 0;
    }
    
    #merits .item-head{
        display: flex;
        justify-content: center;
        text-align: left;
        align-items: center;
        margin-bottom: 20px;
    }
    
    #merits .item .textarea{
        max-width:320px;
        margin: 0 auto;
    }
    
    #merits p{
        font-size: min(14.5px,3.5vw);
        font-weight: 600;
        line-height: 1.8em;
    }
    
    #merits li{
        font-size: min(12px,3vw);
        line-height: 1.75em;
        font-weight: 400;
    }
    
    #merits li span{
        font-size: min(12px,3vw);
    }
    
    #merits span{
        font-size: min(13.5px,3.4vw);
    }
    
    #merits .gold{
        font-size: min(24px,6vw)
    }
    
    #merits .textarea .gold{
        font-size: min(18px,4vw)
    }
    
    #merits .concrete-ex{
        font-size: min(13.5px,3.6vw);
    }
    
    .merits-pc{
        display: none;
    }
    
    .merits-sp{
        display: block;
    }
    
    #services{
        padding: 50px 0;
    }
    
    .sub-title{
        font-size: min(15px,3.9vw);
    }

    .scroll-box {
        align-items: stretch;
        display: flex;
        padding-bottom: 30px;
    }
    
    .block-wrapper{
        margin-top: 30px;
        max-width: 480px;
        display: flex;
        flex-direction: column;
        /* overflow-x: scroll; */
    }
    
    .block{
        align-items: center;
        /* width: 80vw; */
        margin-right: 15px;
        padding: 30% 7% 10%;
    }
    
    .block-rev{
        align-items: center;
    }
    
    .block-rev .text-area{
        min-width: 0;
    }

    .block-rev .text-area {
        width: 100%;
    }

    /* -----------------------------
    矢印
    ------------------------------ */
    /*矢印が右に移動する*/
    .btnarrow{
        /*矢印と下線の基点とするためrelativeを指定*/
        position: relative;
        /*形状*/
        display: inline-block;
        padding: 0 20px;
        color: #333;
        text-decoration: none;
        outline: none;
    }

    /*矢印と下線の形状*/
    .btnarrow::before{
        content: '';
        /*絶対配置で下線の位置を決める*/
        position: absolute;
        bottom:-8px;
        left:15%;
        /*下線の形状*/    
        width: 85%;
        height: 1px;
        background:#333;
        /*アニメーションの指定*/
        transition: all .3s;
    }

    .btnarrow::after{
        content: '';
        /*絶対配置で矢印の位置を決める*/
        position: absolute;
        bottom:-3px;
        right:0;
        /*矢印の形状*/    
        width: 15px;
        height:1px;
        background:#333;
        transform: rotate(35deg);
        /*アニメーションの指定*/
        transition: all .3s;
    }
    
    #services h4{
        font-size: min(19px,4.6vw);
        text-align: center;
        line-height: 1.5em;
        margin-bottom: 30px;
    }
    
    .block p{
        font-size:min(13.5px,3.35vw);
        margin-bottom: 30px;
    }
    
    .block p span{
        font-size:min(12px,3vw);
        text-indent: -1rem;
        padding-left: 1rem;
        display: block;
    }

    .block .inner {
        padding-left: 1rem;
    }

    .block .nomal{
        text-indent: 0;
    }
    
    .block01{
        background-image: url(../images/services_back1_sp.png);
        background-position: 92% 170%;
        background-size: 140%;
    }
    
    .block01::before{
        background: linear-gradient(0deg, rgba(0, 50, 43, 1) 26%, rgba(0, 50, 44, 0.7) 59%, rgba(0, 50, 44, 0.44) 71%, rgba(0, 50, 44, 0) 100%);
    }
    
    .block02{
        background-image: url(../images/services_back2_sp.png);
        background-position: 93% 68%;
        background-size: 158%;
    }
    
    .block02::before{
        background: linear-gradient(0deg ,rgba(49,15,15,100) 0%, rgba(49,15,15,100) 43%,rgba(49,15,15,0.72) 58%,rgba(49,15,15,0.44) 68%,rgba(49,15,15,0) 100%);
    }
    
    .block03{
        background-image: url(../images/services_back3.jpg);
        background-position: 39% -46%;
        background-size: 122%;
    }
    
    .block03::before {
        background: linear-gradient(0deg ,rgba(0,44,62,1) 0%, rgba(0,44,62,1) 49%,rgba(0,44,62,0.8) 50%,rgba(0,44,62,0.41) 74%,rgba(0,44,62,0) 100%);
    }
    
    .block04{
        background-image: url(../images/services_back4.jpg);
        background-position: 90% -60%;
        background-size: 110%;
    }
    
    .block04::before {
        background: linear-gradient(0deg ,rgba(30,30,17,100) 0%, rgba(30,30,16,100) 39%,rgba(39,38,13,0.44) 64%,rgba(19,17,7,0) 100%);
    }
    
    .block05{
        background-image: url(../images/services_back5_sp.png);
        background-position: 60% 200%;
        background-size: 153%;
    }
    
    .block05::before {
        background: linear-gradient(0deg ,rgba(27,33,64,1) 0%, rgba(27,33,64,1) 41%,rgba(27,33,64,0.6) 61%,rgba(27,33,64,0) 100%);
    }

    .block05 .text-area {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .block06{
        background-image: url(../images/services_back6_sp.webp);
        background-position: 60% 0;
        background-size: 183%;
    }
    
    .block06::before {
        background: linear-gradient(0deg ,rgba(52,31,13,100) 0%, rgba(52,31,13,100) 30%,rgba(52,31,13,0.44) 62%,rgba(52,24,13,0) 100%);
    }

    .block07{
        background-image: url(../images/services_back7_sp.png);
        background-position: 50% 0%;
        background-size: 100%;
    }
    
    .block07::before{
        background: linear-gradient(0deg ,rgba(55,19,65,1) 0%, rgba(55,19,65,1) 34%,rgba(55,19,65,51) 41%,rgba(55,19,65,0) 100%);
    }

    .block07 .text-area{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .block08{
        background-image: url(../images/services_back8.webp);
        background-position: 35% 30%;
        background-size: 116%;
    }
    
    .block08::before {
        background: linear-gradient(0deg ,rgb(52, 52, 52) 0%, rgb(54, 54, 54) 22%,rgba(26, 26, 26, 0) 100%);
    }

    .block08 .text-area {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    #flow{
        padding: 40px 0 50px;
        background-size: 120%;
    }
    
    #flow .item-wrapper{
        display: block;
        margin-top: 55px;
    }
    
     #flow .item{
         width:100%;
         flex-direction: row;
         margin: 0 auto;
         max-width:440px;
         justify-content: center;
         margin-bottom: 60px;
    }
    
    #flow .item:last-child{
        margin-bottom: 0;
    }
    
    #flow .item::after {
        background-image: url(../images/flow-arrow_sp.png);
        top: 120%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    
    .right-area{
        align-items: flex-start;
        width:66%;
    }
    
    #flow .item p{
        text-align: left;
        margin-top: 15px;
        font-size: min(13px,3vw);
        font-weight: 300;
    }
    
    .sp-icon{
        display: flex;
        width:30%;
        max-width:160px;
        margin-right: 20px;
    }
    
    .sp-icon img{
        width:100%;
    }
    
    #flow .icon{
        display: none;
    }
    
    .step{
        max-width: 65px;
        width:16vw;
    }
    
    #card-info{
        padding: 40px 0;
    }
    
    .table-inner{
        display: block;
    }
    
    .table-inner .heading{
        width: 100%;
        padding: 0.5% 0;
        border-bottom: none;
    }
    
    .table-inner .content{
        padding: 20px;
        border-bottom: none;
    }
    
    .table-inner .flex-ul{
        display: block;
    }
    
    .table p,
    .table li{
        font-size: min(14px,3.86vw);
        line-height: 1.5em;
    }

    .table-inner_wrapper {
        flex-wrap: wrap;
        gap: 20px 40px;
        margin: 8px 0;
    }

    .table-inner_box {
        width: 40%;
    }
    
    .content p,
    .content li{
        margin-bottom: 3px;
    }
    
    .content li{
        text-indent: -1rem;
        padding-left: 1rem;
    }
    
    footer{
        padding: 55px 0 110px;
    }
    
    footer .contact{
        display: block;
    }
    
    footer .contact img {
        max-width:235px;
        width:70%;
        height: auto;
    }
    
    .contact-inner{
        margin-top: 30px;
    }
    
    footer .contact span{
        font-size: min(15px,4.3vw);
    }
    
    footer .contact p{
        font-size: min(13px,3.95vw);
    }
    
    footer .tel{
        font-size: min(30px,9vw);
    }
    
    footer .link{
        display: block;
    }
    
    footer .link li{
        font-size: min(14px,4.1vw);
        padding: 15px 0;
        border-top: 1px solid #51515a;
    }
    
    footer .link li:last-child{
         border-bottom: 1px solid #51515a;
    }
    
    .copyright{
        font-size: min(12px,3.6vw);
    }
    
    .fixed-btn p{
        font-size: 13px;
    }
    
    .fixed-btn .apply-btn{
        width: 85%;
        max-width: 320px;
        font-size: 16px;
        padding: 10px 0;
        border-radius: 2px;
    }
    
    #ucpack{
        padding: 40px 0;
    }
    #kakaku_com{
        padding: 40px 0;
    }
    #yoshidatarou{
        padding: 40px 0;
    }
    
    #campaign{
        padding: 40px 0;
    }
    
    .display p{
        font-size: 12px;
        line-height: 1.45em;
    }
    
    .list-wrapper{
        margin-top: 25px;
    }
    
    .cp-list{
        margin: 0 auto 20px;
        width:100%;
    }
    
    
    .pc-banner{
        display: none;
    }
    
    .sp-banner{
        display: block;
    }
    
    .inner-wrapper{
        padding: 10px 3%;
    }
    
    .inner-wrapper .text-bold{
        font-size: 13px;
    }
    
    .inner-wrapper p{
        font-size: 12px;
        padding-left: 8px;
    }
    
    .inner-wrapper ul li{
        font-size: 11.5px;
    }
    
    #pack-link a{
        font-size: 14px;
    }
    #kakaku_com-link a,
    #kakaku_com_2411-link a{
        font-size: 14px;
    }

    .cp-list.end .display a::before{
        font-size: 13px;
    }
    .cp-list.end .ac-open .display::before {
        font-size: 13px;
    }
    
    
    /*   動き   */
    
    .load_uc img{
        left: 50%;
        transform: translate(-50%, 0%);
    }
    
    .load_shine img{
        left: 50%;
        transform: translate(-50%, 0);
    }
    
    .load_platinum{
        height: 100vh;
        width: fit-content;
    }
    
    .load_platinum img{
        height: 100vh;
        width: auto;
        position: absolute;
        top: 0%;
        right: 50%;
        transform: translate(50%, -10%);
        }
    
    
    .block .text-area dl dt {
        text-align: center;
    }
    
}