@charset "utf-8";
/* CSS Document */


/* header
   ================================================================== */
header{
	position: absolute;
    top: 8vw;
    left: 0;
    width: 100%;
    z-index: 1;
}

.thanks_page header{
	position: relative;
    background: #F5F5F5;
    top: 0;
}

header .inner{
	padding: 3vw 3vw;
}

.site_logo{
    line-height: 0;
    width: 39vw;
}

.site_logo a{
    display: inline-block;
    line-height: 0;
}


/* kv_tag
   ================================================================== */
.kv{
	position: relative;
}

/* kv_top_text */
.kv_top_text{
	padding: 2vw 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #031E6F;
}

.kv_top_text h1{
    font-size: 3.2vw;
    font-weight: 700;
    color: #fff;
}

.kv_top_text h1 span{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

/* kv_main */
.kv_main{
	line-height: 0;
}

.kv_main .text{
	line-height: 0;
}

/* kv_bottom01 */
.kv_bottom01{
    padding: 2vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
	line-height: 0;
    box-shadow: 0 8px 15px rgba(0,0,0,.25);
}

.kv_bottom01 .text{
    margin: 0 auto;
    width: 90%;
	line-height: 0;
}

/* kv_bottom02 */
.kv_bottom02{
    padding: 4vw 0 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
	line-height: 0;
    background-image: url("../images/kv/webp/bottom02_bg_sp.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kv_bottom02 .text{
    margin: 0 auto;
    width: 95%;
	line-height: 0;
}


/* block_title
   ================================================================== */
.block_title{
    margin: auto;
    height: 9vw;
    line-height:  0;
    text-align: center;
}

.block_title img{
    max-height: 100%;
}

.box_ttl{
    margin: 3vw 0 0;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
}

.box_ttl .siz_l{
    font-size: 1.5625em;
}

.borderplus{
    margin-bottom: 10vw;
    position: relative;
}

.borderplus::after{
    content: "";
    background: #0055BA;
    width: 1px;
    height: 8vw;
    position: absolute;
    top: 100%;
    left: 50%;
}


/* sandwich_ttl
   ================================================================== */
.sandwich_ttl{
    text-align: center;
}

.sandwich_ttl > span{
    padding: 2vw 7vw;
    font-size: 6.5vw;
    background-image: url("../images/common/sandwich_left.svg"), url("../images/common/sandwich_right.svg");
    background-position: 0 0,100% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline-block;
}

.sandwich_ttl .siz_32{
    font-size: 4.6vw;
 }

.sandwich_ttl .siz_39{
    font-size: 6.5vw;
 }


/* about_block
   ================================================================== */
.about_block{
    padding: 15vw 0;
	background-image: url("../images/about/webp/bg.webp");
    background-position: -84vw -102vw;
    background-repeat: no-repeat;
    background-size: 600vw;
}

/* top_box */
.about_block .top_box{
    text-align: center;
}

.about_block .top_box .title{
    font-size: 6.1vw;
    text-align: center;
}

/* photo_text */
.about_block .photo_text{
    margin: 10vw 0 0;
}

.about_block .photo_text .photo{
    position: relative;
}

.about_block .photo_text .text_box{
    padding: 5vw 0 0;
}

/* photo_text02 */
.about_block .photo_text02{
    margin: 10vw 0 0;
    position: relative;
}

.about_block .photo_text02 .photo{
    position: absolute;
    top: -8vw;
    left: -2vw;
    width: 34vw;
}

.about_block .photo_text02 .text_box{
    padding: 10vw 2vw;
    background: #F5F5F5;
    border-radius: 47px;
    text-align: center;
}

.about_block .photo_text02 .text_box p{
    font-size: 5.25vw;
}

/* sample_album */
.about_block .sample_album{
    margin: 10vw 0 0;
    position: relative;
    line-height: 0;
    text-align: center;
}

.about_block .sample_album iframe{
    width: 100%;
    height: 130vw;
}

.about_block .sample_album p{
    margin: 3vw auto 0;
    width: 95%;
    box-sizing: border-box;
    font-size: 3.2vw;
    text-align: right;
}


/* check_list
   ================================================================== */
.check_list > li{
    padding: 2vw 0 2vw 12vw;
    font-size: 4.2vw;
    background-image: url("../images/common/check.svg");
    background-position: 2vw 3vw;
    background-repeat: no-repeat;
    background-size: 6vw;
    border-bottom: 1px dashed #C7C7C7;
    white-space: nowrap;
}


/* cv
   ================================================================== */
.cv{
	background-image: url("../images/cv/webp/bg_sp.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cv .inner{
    padding: 10vw 6vw;
    text-align: center;
}

.cv h2{
    font-size: 6.5vw;
    letter-spacing: 0;
    color: #FFFDDB;
    line-height: 170%;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0,0,0,.3);
}

.cv h2 span{
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-shadow: inherit;
}

.cv .btn{
    margin: 5vw 0;
}

.cv .btn a{
    margin: 0 0 0 auto;
    width: 95%;
    display: block;
    background: linear-gradient(to right,#0F3299,#001965);
    position: relative;
}

.cv .btn a .box{
    padding: 3vw 0 3vw 9vw;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.cv .btn a .ok{
    margin: auto;
    width: 31vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11vw;
}

.cv .btn a span{
    display: block;
    color: #fff;
    line-height: 180%;
    font-weight: bold;
    letter-spacing: 0;
}

.cv .btn a .siz_s{
    margin: 0 0 0;
    font-size: 3.9vw;
}

.cv .btn a .siz_l{
    font-size: 5.3vw;
}

.cv .btn a svg{
    position: absolute;
    top: 45%;
    right: 3vw;
    width: 7vw;
}

.cv p{
    font-size: 5.6vw;
    color: #fff;
    line-height: 160%;
    letter-spacing: 0;
    font-weight: bold;
}


/* reason
   ================================================================== */
.reason{
    padding: 0 0 10vw;
}

.reason .list{
    margin: 10vw auto 0;
}

.reason .list > li{
    margin: 10vw auto 0;
}

.reason .list .title{
    height: 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EBEBEB;
    border-radius: 100px;
}

.reason .list .title img{
    width: 7.5vw;
}

.reason .list .title .ttl{
    padding: 0 0 0 2vw;
    width: calc(100%R - 12vw);
    font-size: 5.5vw;
    letter-spacing: 0;
    box-sizing: border-box;
}

.reason .list .photo{
    margin: 4vw 0 0;
}

.reason .list .text_box{
    padding: 4vw 0 0;
}

.reason .list .text_box p{
    font-size: 4.2vw;
    letter-spacing: 0;
}


/* close_up
   ================================================================== */
.close_up{
    padding: 15vw 0 0;
}

.close_up .sandwich_ttl{
    margin-top: 5vw;
}

/* title02 */
.close_up .title02{
    padding: 3vw 0 0;
    text-align: center;
}

.close_up .title02 > span{
    display: block;
    letter-spacing: 0;
    line-height: 150%;
}

.close_up .title02 .photo{
    width: 100%;
    line-height: 0;
}

.close_up .title02 .siz_l{
    margin: 1vw 0 0;
    font-size: 6.5vw;
}

.close_up .title02 .siz_s{
    font-size: 4.5vw;
}

/* top_text_box */
.close_up .top_text_box{
    padding: 5vw 3vw 0;
}

.close_up .top_text_box h4{
    padding: 0 0 0 8vw;
    font-size: 4.5vw;
    letter-spacing: 0;
}

.close_up .top_text_box p{
    margin: 3vw 0 0;
    letter-spacing: 0;
}

/* recommend */
.close_up .recommend{
    margin: 8vw 0 0;
    padding: 4vw;
    border-radius: 21px;
    background: linear-gradient(165deg,#FAF7EE 0%,#F2E8DE 50%,#FFF4FA 70%,#F2E8DE 100%);
}

.close_up .recommend h4{
    font-size: 3.5vw;
}

.close_up .recommend .photo{
    margin: 4vw 0 0;
}

.close_up .recommend .border_box{
    margin: 3vw 0 0;
    padding: 3vw 10vw;
    border-radius: 6px;
    background: #fff;
    border: 3px solid #F7D6E4;
}

.close_up .recommend .border_box p{
    font-size: 3.5vw;
    line-height: 150%;
    font-weight: 700;
}

.close_up .recommend .note{
    margin: 2vw 0 0;
    font-size: 3.5vw;
    font-weight: 700;
}

.close_up .top_photos .photos{
    font-size: 0;
    line-height: 0;
}

.close_up .top_photos .photos li{
    margin: 1vw 0 0;
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 0;
}

.close_up .top_photos .photos li:first-child{
    margin: 0;
    width: 100%;
}

.close_up .top_photos .photos li:nth-child(2){
    margin-right: 1%;
}

/* top_photos */
.close_up .top_photos{
    margin: 10vw 0 0;
    position: relative;
}

.close_up .top_photos .pop{
    position: absolute;
    top: -10vw;
    left: -5vw;
    width: 42%;
}

.close_up .top_photos .pop img{
    width: 100%;
}


/* individual
   ================================================================== */
.individual{
    padding: 15vw 0;
}

/* title02 */
.individual .title02{
    padding: 0 0 0;
    text-align: center;
}

.individual .title02 > span{
    display: block;
    letter-spacing: 0;
    line-height: 150%;
}

.individual .title02 .photo{
    width: 100%;
    line-height: 0;
}

.individual .title02 .siz_l{
    margin: 1vw 0 0;
    font-size: 6.5vw;
}

.individual .top_txt .txt{
    margin: 4vw 0 0;
    letter-spacing: 0;
}

.individual .top_txt .f_14{
    margin: 2vw 0 0;
    letter-spacing: 0;
}

.individual .top_txt .note{
    margin: 6vw 0 0;
    font-size: 3.7vw;
    font-weight: 700;
    letter-spacing: 0;
}

/* photo_text */
.individual .photo_text{
    margin: 10vw 0 0;
}

.individual .photo_text .photo{
    margin: 0 auto;
    width: 80%;
}

.individual .photo_text .text_box{
    padding: 5vw 0 0;
}

.individual .photo_text .text_box h4{
    font-size: 6vw;
}

.individual .photo_text .text_box .note{
    margin: 1vw 0 0;
    padding: 0 0 3vw;
    text-align: right;
    font-size: 4vw;
    font-weight: 700;
    letter-spacing: 0;
}


/* service
   ================================================================== */
.service{
	margin: 0 0 0;
    padding: 15vw 0 0;
}

.service .inner{
}

.service .flbox{
    margin: 12vw 0 0;
    display: flex;
}

.service .compare_block{
    width: 50%;
    box-sizing: border-box;
}

.service .daicolo_box{
    background: #EBF9FD;
}

.service .other_box{
    background: #F5F5F5;
}

.service .compare_block h3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 9vw;
    font-size: 3.4vw;
    letter-spacing: 0;
    color: #fff;
}

.service .daicolo_box h3{
    background: #004291;
}

.service .other_box h3{
    background: #7D8180;
}

.service .compare_flow{
    padding: 6vw 3vw 3vw;
}

.service .compare_flow > li{
    margin: 0 0 6vw;
    height: 9vw;
    background: #fff;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.service .compare_flow > li > div{
    padding: 3.5vw 2vw 2vw;
    height: 100%;
    box-sizing: border-box;
}

.service .compare_flow > li:last-child{
    margin-bottom: 0;
}

.service .compare_flow > li.middle{
    height: 20vw;
}

.service .compare_flow > li.daicolo_high{
    height: 41vw;
}

.service .compare_flow > li.other_high{
    height: 123vw;
}

.service .compare_flow > li.corners_sp,
.service .compare_flow > li.corners{
    border-radius: 20px;
}

.service .compare_flow > li.border > div{
    border: 3px solid #9AD4F5;
    border-radius: 20px;
}

.service .compare_flow > li::after{
    content: "";
    width: 3px;
    height: 15vw;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: #0055BA;
}

.service .other_box .compare_flow > li::after{
    background: #6E6E6E;
}

.service .compare_flow > li:last-child::after{
    display: none !important;
}

.service .compare_flow > li.bg_blue{
    background: #C5E5F8;
}

.service .compare_flow > li.bg_gray{
    background: #DBDBDB;
}

.service .compare_flow .nom{
    width: 6vw;
    height: 6vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #242424;
    border-radius: 100px;
    box-sizing: border-box;
    font-size: 3.4vw;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -3vw;
    left: 0;
    right: 0;
    margin: auto;
}

.service .compare_flow .nom.daicolo{
    background: #004291;
}

.service .compare_flow .nom.customer{
    background: #F77A7A;
}

.service .compare_flow .ttl{
    font-size: 3.4vw;
    line-height: 150%;
    color: #242424;
    font-weight: bold;
}

.service .compare_flow .ttl span{
    color: inherit;
}

.service .compare_flow .ttl .siz_l{
    font-size: 1.16em;
}

.service .compare_flow .bg_blue .ttl{
    color: #004291;
}

.service .compare_flow .other_high .ttl{
    color: #F77A7A;
}

.service .compare_flow .who{
    margin: 2vw auto 0;
    width: 23vw;
    height: 7vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #004291;
    border-radius: 100px;
    box-sizing: border-box;
    font-size: 3.6vw;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}

.service .compare_flow .who.customer{
    background: #F77A7A;
}

.service .compare_flow .who.other{
    background: #6E6E6E;
}

.service .compare_flow .ttl .deco01::before{
    background: url("../images/service/webp/deco_l.webp") no-repeat center center;
    background-size: 100%;
    width: 3vw;
    height: 3vw;
    top: -1vw;
    left: -3vw;
    z-index: 1;
}

.service .compare_flow .who.customer.deco01::before{
    background: url("../images/service/webp/deco_r.webp") no-repeat center center;
    background-size: 100%;
    width: 3vw;
    height: 3vw;
    top: -1vw;
    right: -3vw;
    z-index: 1;
}

.service .compare_flow .daicolo_high .photo{
    margin: 3vw auto 0;
    line-height: 0;
}

.service .compare_flow .other_high .photo{
    margin: 5vw auto 0;
    width: 90%;
    line-height: 0;
}

.service .compare_flow .dot_list{
    margin: 4vw 0 0;
}

.service .compare_flow .dot_list li{
    margin: 2vw 0 0;
    font-size: 3.4vw;
    line-height: 200%;
    text-align: left;
    color: #5F5E5E;
    font-weight: bold;
}

.service .compare_flow .dot_list li::before{
    top: .5vw;
    left: 0;
}

.service .compare_flow .other_high p{
    margin: 4vw auto 0;
    font-size: 3.4vw;
    font-weight: bold;
    color: #EA7F7F;
}


/* exclamation
   ============================ */
.exclamation{
    margin: 15vw 0 0;
    text-align: center;
}

.exclamation .ttl{
    font-size: 6vw;
    font-weight: 900;
}

.exclamation .txt{
    margin: 4vw 0 0;
    text-align: left;
    letter-spacing: 0;
}

.exclamation .bg_box{
    margin: 6vw auto 0;
    padding: 4vw 1vw;
    border-radius: 40px;
    background: #F7F7F7;
}

.exclamation .bg_box p{
    font-size: 4.2vw;
    font-weight: 900;
    letter-spacing: 0;
}


/* price
   ============================ */
.price{
    margin: 8vw 0 0;
}

.price .photo{
    margin: 0 auto;
    line-height: 0;
}

.price .txt{
    margin: 6vw 0 0;
    font-size: 6vw;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}


/* voice_slider_block
   ================================================================== */
.voice_slider_block{
    padding: 15vw 8vw 0;
    position: relative;
}

.voice_slider_block .slick-list{
    overflow: inherit;
}

.voice_slider_block .slick-slide{
    padding: 0 10px;
}

.voice_slider_block .slick-dots li button:focus{
	outline: none;
}


/* company
   ================================================================== */
.company{
	margin: 0 0 0;
}

.company .inner{
    padding: 15vw 6vw;
}


/* offices
   ================================================================== */
.offices{
	margin: 0 0 0;
    background: #F5F5F5;
}

.offices .inner{
    padding: 15vw 6vw;
}


/* table_block
   ================================================================== */
.table_block{
	margin: 0 0 0;
}

.table_block table{
	width: 100%;
}

.table_block table td,
.table_block table th{
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.table_block table td *,
.table_block table th{
    font-size: 4vw;
    line-height: 180%;
    font-weight: normal;
}

.table_block table th{
	padding: 3vw 0 2vw;
    border-bottom: 1px solid #0055BA;
    color: #0055BA;
    font-weight: bold;
}

.table_block table td > div{
    margin: 0 0 -1px;
	padding: 2vw 0;
    border-bottom: 1px solid #E0E0E0;
}

.table_block table td .box + .box{
    margin: 3vw 0 0;
}

.table_block table td .dot_list{
    overflow: hidden;
}

.table_block table td .rightend{
	float: right;
}


/* contact
   ================================================================== */
.contact{
	margin: 0 0 0;
    padding: 15vw 0 0;
}

.contact .txt01{
	margin: 4vw 0 0;
    font-size: 4.5vw;
    text-align: center;
    font-weight: 700;
}

.contact .box_ttl{
    margin-top: 1vw;
    padding-bottom: 3vw;
}

.contact .box_ttl span{
    display: block;
    line-height: 150%;
}

.contact .box_ttl .siz_l{
    font-size: 7.5vw;
}

.contact .box_ttl .siz_s{
	margin: 2vw 0 0;
    font-size: 2.9vw;
}

.contact .bg_blue{
    padding: 6vw 6vw 8vw;
    background: #E8F7FC;
}

.contact .bg{
    padding: 6vw 6vw 20vw;
    background: #F5F5F5;
}

.contact h4{
    font-size: 5vw;
    text-align: center;
}

/* form */
.contact form{
    margin: 14vw auto 0;
}

/* first_table */
.contact .first_table .ttl{
    font-size: 16px;
    width: 35%;
    text-align: left;
    display: inline-block;
}

.contact .desired_size > li + li{
    margin: 5px 0 0;
}

.contact .desired_size > li .ttl{
    vertical-align: middle;
}

.contact .desired_size > li .input_box{
    width: 45%;
    display: inline-block;
    vertical-align: middle;
}

.contact .desired_size > li .req{
    margin: 10px 0 0;
}

.contact .delivery_time{
    margin: 10px 0 0;
}

.contact .delivery_time .right_box{
    margin: 5px 0 0;
}

.contact .delivery_time .radio_list{
    margin: 0 0 0;
    display: flex;
    justify-content: space-between;
}

.contact .delivery_time .radio_list li{
    font-size: 15px;
    letter-spacing: 0;
}

.contact .delivery_time .note{
    margin: 5px 0 0;
    font-size: 15px;
    letter-spacing: 0;
}

.contact .delivery_time .red_note{
    margin: 5px 0 0;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 700;
    color: #FF0000;
}

/* customer */
.contact table{
    margin-top: 3vw;
	width: 100%;
	font-size: 4vw;
	line-height: 150%;
	box-sizing: border-box;
}

.contact th,
.contact td{
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
}

.contact th{
	padding: 5px 0 0;
    font-weight: bold;
}

.contact th .siz_s{
	font-size: .7em;
}

.contact .req{
    padding: 5px 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    float: right;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	color: #fff;
    background: #F23F3E;
}

.req.switch{
    display: none;
}

.req.switch.on{
    display: block;
}

.contact td{
	padding: 0 0 10px;
}

.contact td .txt{
	width: 30px;
    display: inline-block;
    font-weight: bold;
}

.contact td .txt + input{
	width: calc(100% - 30px);
}

.contact input,
.contact textarea,
.contact select{
	margin: 5px 0;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #707070;
	vertical-align: middle;
    border-radius: 6px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background-color: #fff;
	background-image: url("../images/common/down-arrow.svg");
	background-repeat: no-repeat;
	background-size: 10px 8px;
	background-position: right 10px center;
}

.contact td .short_sel{
	width: 70%;
}

.contact textarea{
	line-height: 150%;
    height: 30vw;
}

.contact input[type=file]{
    padding: 10px;
	display: flex;
    align-items: center;
    font-size: 13.3333px;
}

.contact .radio .block{
	display: block;
}

.contact .radio label{
	display: inline-block;
	line-height: 200%;
}

.contact .radio label input{
	display: inline-block;
	width: auto;
}

.contact .etc_text{
	margin-left: auto;
    width: 90%;
    display: block;
}

.radio_btn{
	display: none !important;
}

.radio_btn + .radio-icon{
	margin: 0 5px 0 0;
	position: relative;
    display: inline-block;
    line-height: 0;
	vertical-align: middle;
}

.radio_btn + .radio-icon::before{
	content: "";
	border: 1px solid #ccc;
	background: #fff;
	font-size: 22px;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	display: inline-block;
	box-sizing: border-box;
}

.radio_btn:checked + .radio-icon::before{
	border: 1px solid #0055BA;
}

.radio_btn.square + .radio-icon::before{
	border-radius: 0;
}

.radio_btn:checked + .radio-icon::after{
	content: "";
	color: #0055BA;
	line-height: 1;
	position: absolute;
	border-radius: 50px;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-left: -7px;
	margin-top: -6px;
	background: #0055BA;
}

/* personal_information */
.personal_information{
    margin: 15px 0 0;
}

.personal_information .ttl{
    font-size: 4vw;
}

.personal_information .scroll_box{
    margin: 15px 0 0;
    padding: 3vw;
    background: #fff;
    border: 1px solid #707070;
    height: 60vw;
    box-sizing: border-box;
    overflow-y: scroll;
}

.personal_information .scroll_box p,
.personal_information .scroll_box ol li{
    font-size: 3.4vw;
}

.personal_information .scroll_box ol{
    margin: 0 0 0 9vw;
    list-style: decimal;
}

.personal_information .scroll_box ol li{
    margin: 4vw 0 0;
}

.personal_information .agree_btn{
    margin: 4vw 0 0;
    position: relative;
}

.personal_information .agree_btn .flex{
    display: flex;
}

.personal_information .agree_btn .txt{
    margin-left: 2vw;
    font-size: 16px;
}

.personal_information .agree_btn .req{
    position: absolute;
    right: 0;
    bottom: 0;
}

/* zas_btn_area */
.zas_btn_area{
	margin: auto;
	text-align: center;
	padding: 30px 0 0;
	font-size: 0;
	box-sizing: border-box;
	max-width: 500px;
}

.zas_btn_area button{
	border: none;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.zas_btn_area button > span{
	padding: 5vw 0;
	border: none;
	display: block;
	z-index: 1;
}

.zas_btn_area button > span span{
	font-size: 5vw;
	line-height: 150%;
	color: #FFF;
    font-weight: bold;
}

.zas_btn_area button > span svg{
	position: absolute;
    margin: auto;
    width: 8vw;
    right: 3vw;
    top: 0;
    bottom: 0;
}

.zas_btn_area button:disabled{
	background: #ccc !important;
    color: #fff !important;
    cursor: default;
}

.zas_btn_area button:disabled span{
	background: #ccc !important;
}

.zas_btn_area button:disabled span span{
    color: #fff !important;
}
    
.zas_btn_area button:disabled > span svg rect,
.zas_btn_area button:disabled > span svg path{
    fill: #fff !important;
}

.zas_btn_area .zas_btn01{
	background: #0055BA;
	width: 100%;
}

.zas_btn_area .zas_btn02{
	margin-right: 2%;
	background: #ccc;
	width: 28%;
}

.zas_btn_area .zas_btn03{
	background: #0055BA;
	width: 70%;
	max-width: 260px;
}

.conf_text{
    margin: 0 4vw 6vw;
	font-size: 4vw;
	line-height: 150%;
    font-weight: bold;
    color: #F83E3D;
}

.safety_text{
    margin: 15vw 0 0;
}

.safety_text .flat{
    display: inline-flex;
    align-items: center;
}

.safety_text .flat .add{
    width: 48vw;
    line-height: 0;
}

.safety_text .flat .txt{
    display: inline-block;
}

.safety_text .red_text{
    color: #FF0000;
}

.safety_text .underline{
    text-decoration: underline;
}

.thanks_page .thanks_banner{
    margin: 5vw auto;
    width: 60vw;
    text-align: center;
    line-height: 0;
}

.thanks_page .sns_btn li{
    margin: 0 4vw;
}

.thanks p{
    margin: 5vw 0 0;
}
    
.thanks_page .contact .bg{
    margin-top: 10vw;
}

.thanks .go_top_btn{
	margin: 7vw 0 0;
	text-align: center;
}

.thanks .go_top_btn a{
	background: #0055BA;
    display: inline-block;
    width: 80%;
}

.thanks .go_top_btn a > span{
	padding: 4vw 0;
	border: none;
	display: block;
	z-index: 1;
	font-size: 3.5vw;
	line-height: 150%;
	color: #FFF;
    font-weight: bold;
}

.contact .link_block{
	margin: 25px auto 0;
	text-align: center;
}

.contact .link_block a{
	display: inline-block;
    color: #333;
    text-decoration: underline;
    font-size: 3.5vw;
}

.contact .link_block a:hover{
    text-decoration: none;
}


/* footer
   ================================================================== */
footer{
	margin: 0 0 0;
	background: #0055BA;
}

.thanks_page footer{
	margin: 15vw 0 0;
}

footer address{
	padding: 3vw 2vw;
	font-size: 3vw;
	color: #fff;
	text-align: center;
}


/* fix_cv
   ================================================================== */
.grecaptcha-badge{
    bottom: 22vw !important;
}

footer{
    padding-bottom: 15vw;
}

#fix_cv{
	margin: 0 0 0;
	background: linear-gradient( to right,#0F3299,#001965);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
}

#fix_cv a{
    display: block;
}

#fix_cv .inner{
    padding: 1vw 2vw 1vw 20vw;
	position: relative;
    box-sizing: border-box;
}

#fix_cv .item{
    width: 20vw;
	position: absolute;
    bottom: 0;
    left: 0;
}

#fix_cv .flex{
	display: flex;
    align-items: center;
}

#fix_cv .fix_txt{
	width: 15vw;
    line-height: 0;
}

#fix_cv .text_box{
    padding: 0 0 0 1vw;
	width: calc(100% - 15vw);
    box-sizing: border-box;
}

#fix_cv .text_box *{
    font-weight: 700;
    color: #fff;
}

#fix_cv .text_box .ttl{
    margin: 1vw 0 0;
    font-size: 3.5vw;
    letter-spacing: 0.08em;
}

#fix_cv .text_box .txt{
    margin: 0 0 0 3vw;
    font-size: 3.3vw;
    letter-spacing: 0.07em;
}

#fix_cv .icon{
    width: 9vw;
	position: absolute;
    bottom: 0;
    right: 0;
}


@media screen and (min-width : 700px){


    /* header
       ================================================================== */
    header{
        top: 4.0vw;
    }
    
    header .inner{
    	padding: 1vw 2vw;
    }
    
    .site_logo{
        line-height: 0;
        width: 20vw;
        max-width: 205px;
    }
    
    
    /* kv_tag
       ================================================================== */
    .kv{
        position: relative;
    }

    /* kv_top_text */
    .kv_top_text{
        padding: .9vw 0;
    }

    .kv_top_text h1{
        font-size: 1.5vw;
    }

    .kv_top_text h1 .tab.pc{
        display: inline-block !important;
    }

    /* kv_main */
    .kv_main{
        position: relative;
    }

    .kv_main .tab.pc{
        height: 46vw;
    }

    .kv_main .inner{
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
    }

    .kv_main .text{
        position: absolute;
        top: 3.0vw;
        left: 0;
        width: 50.0vw;
    }

    .kv_main .tab.pc .bg{
        width: 100%;
        max-width: none;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* kv_bottom01 */
    .kv_bottom01{
        padding: .5vw 0;
        box-shadow: 0 8px 10px rgba(0,0,0,.25);
    }

    .kv_bottom01 .text{
        width: 74.6vw;
    }

    /* kv_bottom02 */
    .kv_bottom02{
        padding: 1.2vw 0 0;
        background-image: url("../images/kv/webp/bottom02_bg.webp");
    }

    .kv_bottom02 .text{
        width: 71.2vw;
    }


    /* block_title
       ================================================================== */
    .block_title{
        height: 3vw;
    }
    
    .box_ttl{
        margin: 2vw 0 0;
        font-size: 2.5vw;
    }
    
    .borderplus{
        margin-bottom: 8vw;
    }
    
    .borderplus::after{
        height: 4vw;
        top: 110%;
    }


    /* sandwich_ttl
       ================================================================== */
    .sandwich_ttl > span{
        padding: 1.0vw 3.6vw;
        font-size: 2.9vw;
        background-size: auto 100%;
    }

    .sandwich_ttl .siz_32{
        font-size: 3.2vw;
     }

    .sandwich_ttl .siz_39{
        font-size: 3.9vw;
     }


    /* about_block
       ================================================================== */
    .about_block{
        padding: 11.0vw 0 10.0vw;
        background-image: url("../images/about/webp/bg.webp");
        background-position: center 0;
        background-repeat: repeat-x;
        background-size: 234.2vw;
    }

    /* top_box */
    .about_block .top_box{
        text-align: center;
    }

    .about_block .top_box .title{
        font-size: 3.2vw;
    }

    /* photo_text */
    .about_block .photo_text{
        margin: 8.0vw auto 0;
        width: 92.9vw;
        display: flex;
        align-items: flex-end;
    }

    .about_block .photo_text .photo{
        width: 40.3vw;
    }

    .about_block .photo_text .text_box{
        padding: 0 0 0 6.0vw;
        width: calc(100% - 40.3vw);
        box-sizing: border-box;
    }

    /* photo_text02 */
    .about_block .photo_text02{
        margin: 11.7vw auto 0;
    }

    .about_block .photo_text02 .photo{
        position: absolute;
        top: -2.7vw;
        left: 2.2vw;
        width: 28.8vw;
    }

    .about_block .photo_text02 .text_box{
        margin: 0 2.5vw 0 9.2vw;
        padding: 2.8vw 0 2.8vw 10.0vw;
        border-radius: 200px;
        text-align: center;
    }

    .about_block .photo_text02 .text_box p{
        font-size: 2.1vw;
        line-height: 35.vw;
    }

    /* sample_album */
    .about_block .sample_album{
        margin: 8.8vw 0 0;
        position: relative;
        line-height: 0;
        text-align: center;
    }

    .about_block .sample_album iframe{
        width: 95%;
        height: 70vw;
    }

    .about_block .sample_album p{
        margin: 1.5vw auto 0;
        width: 95%;
        font-size: 1.3vw;
        text-align: right;
    }


    /* check_list
       ================================================================== */
    .check_list > li{
        padding: .6vw 0 .6vw 5.6vw;
        font-size: 2.2vw;
        background-position: 1.1vw 1.4vw;
        background-size: 2.5vw;
    }

    
    /* cv
       ================================================================== */
    .cv{
    	background-image: url("../images/cv/webp/bg.webp");
    }
    
    .cv .inner{
        padding: 4.0vw 0;
    }
    
    .cv h2{
        font-size: 2.8vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .cv h2 .siz_s{
        font-size: 2.5vw;
    }
    
    .cv h2 .dot{
        position: relative;
    }
    
    .cv h2 .dot::before{
        content: "";
        margin: auto;
        background: #FFFDDB;
        width: .8vw;
        height: .8vw;
        position: absolute;
        top: -.7vw;
        left: 0;
        right: 0;
        border-radius: 100px;
    }
    
    .cv .btn{
        margin: .5vw auto;
        width: 62.6vw;
    }
    
    .cv .btn a .box{
        padding: 1.9vw 0 1.8vw;
    }
    
    .cv .btn a .ok{
        width: 15.7vw;
        left: -8.5vw;
    }

    .cv .btn a .siz_s{
        margin: -1.5vw 0 0;
        font-size: 2.4vw;
    }
    
    .cv .btn a .siz_l{
        font-size: 3.2vw;
    }
    
    .cv .btn a svg{
        right: 2.0vw;
        width: 2.4vw;
    }
    
    .cv p{
        font-size: 2.0vw;
    }
    
    .cv .btn a svg rect,
    .cv .btn a svg path,
    .cv .btn a .box,
    .cv .btn a .box span,
    .cv .btn a{
        transition: .3s;
    }
    
    .cv .btn a{
        padding: 2px;
    }
    
    .cv .btn a:hover .box{
        background: #fff;
    }
    
    .cv .btn a:hover .box span{
        color: #07257E;
    }
    
    .cv .btn a:hover svg rect,
    .cv .btn a:hover svg path{
        fill: #07257E;
    }


    /* reason
       ================================================================== */
    .reason{
        padding: 0 0 7.5vw;
    }

    .reason .list{
        margin: 3.5vw auto 0;
        width: 95.0vw;
        display: flex;
        justify-content: space-between;
    }

    .reason .list > li{
        margin: 0 auto 0;
        width: 30.0vw;
    }

    .reason .list .title{
        height: 4.0vw;
    }

    .reason .list .title img{
        width: 2.2vw;
    }

    .reason .list .title .ttl{
        padding: 0 0 0 .7vw;
        width: calc(100%R - 2.2vw);
        font-size: 2.0vw;
    }

    .reason .list .photo{
        margin: 1.8vw 0 0;
    }

    .reason .list .text_box{
        padding: 2.0vw 0 0;
    }

    .reason .list .text_box p{
        font-size: 1.6vw;
        line-height: 2.9vw;
    }

    
    /* close_up
       ================================================================== */
    .close_up{
        padding: 10.6vw 0 0;
    }

    .close_up .sandwich_ttl{
        margin-top: 1.7vw;
    }

    /* title02 */
    .close_up .title02{
        padding: 1.0vw 0 0;
    }

    .close_up .title02 .photo{
        margin: 0 auto;
        width: 43.2vw;
    }

    .close_up .title02 .siz_l{
        margin: 1.4vw 0 0;
        font-size: 3.2vw;
    }

    .close_up .title02 .siz_s{
        font-size: 2.2vw;
    }
    
    /* top_text_box */
    .close_up .top_text_box{
        margin: 0 0 0;
        padding: 4.0vw 0 0;
        display: flex;
        align-items: center;
    }
    
    .close_up .top_text_box .pop{
        width: 12.2vw;
        display: block;
    }
    
    .close_up .top_text_box .pop img{
        margin-left: -2.0vw;
        width: 14.5vw;
        max-width: none;
    }
    
    .close_up .top_text_box .text_box{
        padding: 0 0 0;
        width: calc(100% - 12.2vw);
        box-sizing: border-box;
    }
    
    .close_up .top_text_box h4{
        padding: 0;
        font-size: 2.2vw;
    }
    
    .close_up .top_text_box p{
        margin: 1.0vw 0 0;
    }

    /* recommend */
    .close_up .recommend{
        margin: 6.5vw 0 0;
        padding: 3.6vw 4.3vw 2.0vw 50.0vw;
        min-height: 30.0vw;
        box-sizing: border-box;
        border-radius: 41px;
        background: linear-gradient(125deg, #FAF7EE 0%, #FAF7EE 45%, #F2E8DE 90%, #F2E8DE 100%);
        position: relative;
    }
    
    .close_up .recommend h4{
        font-size: 1.8vw;
        line-height: 2.9vw;
    }
    
    .close_up .recommend .photo{
        margin: 0 0 0;
        position: absolute;
        width: 46.0vw;
        bottom: -.3vw;
        left: .6vw;
    }
    
    .close_up .recommend .border_box{
        margin: 1.2vw 0 0;
        padding: 2.2vw 1.5vw 2.2vw 3.3vw;
        border-radius: 13px;
        border-width: 5px;
        position: relative;
    }
    
    .close_up .recommend .border_box::before{
        content: "";
        background-image: url("../images/close_up/recommend_pointer.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 12vw;
        height: 5vw;
        position: absolute;
        top: 5vw;
        right: 100%;
    }
    
    .close_up .recommend .border_box p{
        font-size: 1.9vw;
        line-height: 2.9vw;
    }
    
    .close_up .recommend .note{
        margin: .5vw 0 0;
        font-size: 1.8vw;
    }
    
    /* top_photos */
    .close_up .top_photos{
        margin: 7.6vw 0 0;
    }
    
    .close_up .top_photos .photos{
        font-size: 0;
        line-height: 0;
        display: flex;
        justify-content: space-between;
    }
    
    .close_up .top_photos .photos li:first-child,
    .close_up .top_photos .photos li{
        margin: 0 0 0 !important;
        width: 32%;
    }


    /* individual
       ================================================================== */
    .individual{
        padding: 15.6vw 0 13.3vw;
    }

    /* title02 */
    .individual .title02{
        padding: 0 0 0;
    }

    .individual .title02 .photo{
        margin: 0 auto;
        width: 43.2vw;
    }

    .individual .title02 .siz_l{
        margin: 3.6vw 0 0;
        font-size: 2.9vw;
    }

    .individual .top_txt .txt{
        margin: 1.7vw 0 0;
        text-align: center;
    }

    .individual .top_txt .f_14{
        margin: .3vw 0 0;
        font-size: 1.4vw;
        text-align: center;
    }

    .individual .top_txt .note{
        margin: 1.5vw 0 0;
        font-size: 1.5vw;
        text-align: center;
        line-height: 2.1vw;
    }

    /* photo_text */
    .individual .photo_text{
        margin: 7.0vw 4.5vw 0;
        display: flex;
    }

    .individual .photo_text .photo{
        padding: 0 7.5vw 0 2.6vw;
        width: 50%;
        box-sizing: border-box;
    }

    .individual .photo_text .text_box{
        padding: 3.5vw 0 0;
        width: 50%;
    }

    .individual .photo_text .text_box h4{
        margin: 0 0 1.0vw;
        font-size: 2.9vw;
    }

    .individual .photo_text .text_box .note{
        margin: 1.4vw 0 0;
        padding: 0 0 0;
        font-size: 1.9vw;
    }


    /* service
       ================================================================== */
    .service{
    	margin: 0 0 0;
        padding: 7.5vw 0 0;
    }
    
    .service .flbox{
        margin: 6vw 0 0;
    }
    
    .service .compare_block h3{
        height: 6vw;
        font-size: 2.2vw;
    }
    
    .service .compare_flow{
        padding: 4vw 2vw 2vw;
    }
    
    .service .compare_flow > li{
        margin: 0 0 3vw;
    }
    
    .service .compare_flow > li,
    .service .compare_flow > li.middle{
        height: 7.5vw;
    }
    
    .service .compare_flow > li > div{
        padding: 2.5vw 2vw 2vw;
    }
    
    .service .compare_flow > li.other_high > div{
        padding-top: 4vw;
    }
    
    .service .compare_flow > li.daicolo_high{
        height: 24vw;
    }
    
    .service .compare_flow > li.other_high{
        height: 66vw;
    }
    
    .service .compare_flow > li.corners_sps{
        border-radius: 50px;
    }
    
    .service .compare_flow > li.corners{
        border-radius: 30px;
    }
    
    .service .compare_flow > li.border > div{
        border: 4px solid #9AD4F5;
        border-radius: 30px;
    }
    
    .service .compare_flow > li::after{
        width: 2px;
        height: 10vw;
    }
    
    .service .compare_flow .nom{
        width: 3vw;
        height: 3vw;
        font-size: 2vw;
        top: -1vw;
    }
    
    .service .compare_flow .ttl{
        font-size: 2vw;
        display: inline-block;
        vertical-align: middle;
    }
    
    .service .compare_flow .ttl .siz_l{
        font-size: 1.16em;
    }
    
    .service .compare_flow .who{
        margin: 0 0 0 1vw;
        width: 11vw;
        height: 3.5vw;
        font-size: 2vw;
        display: inline-flex;
        vertical-align: middle;
    }
    
    .service .compare_flow .ttl .deco01::before{
        width: 1.5vw;
        height: 1.5vw;
        top: -.8vw;
        left: -1.2vw;
    }
    
    .service .compare_flow .who.customer.deco01::before{
        width: 1.5vw;
        height: 1.5vw;
        top: -1vw;
        right: -2vw;
    }
    
    .service .compare_flow .daicolo_high .photo{
        margin: 2vw auto 0;
        width: 90%;
        max-width: 347px;
    }
    
    .service .compare_flow .other_high .photo{
        margin: 4vw auto 0;
        width: 60%;
        max-width: 230px;
    }
    
    .service .compare_flow .dot_list{
        margin: 4vw auto 0;
        width: 87%;
    }
    
    .service .compare_flow .dot_list li{
        margin: 2vw 0 0;
        font-size: 1.6vw;
    }
    
    .service .compare_flow .dot_list li::before{
        top: 0;
        left: -.3vw;
    }
    
    .service .compare_flow .other_high p{
        margin: 4vw auto 0;
        font-size: 2.1vw;
    }


    /* exclamation
       ============================ */
    .exclamation{
        margin: 8.5vw 0 0;
    }

    .exclamation .ttl{
        font-size: 2.9vw;
    }

    .exclamation .txt{
        margin: 2.5vw 0 0;
        text-align: center;
    }

    .exclamation .bg_box{
        margin: 3.0vw auto 0;
        padding: 1.5vw 1.0vw;
        width: 76.6vw;
        box-sizing: border-box;
        border-radius: 100px;
    }

    .exclamation .bg_box p{
        font-size: 2.0vw;
    }


    /* price
       ============================ */
    .price{
        margin: 5.7vw 0 0;
    }

    .price .photo{
        margin: 0 auto;
        width: 53.8vw;
    }

    .price .txt{
        margin: 4.2vw 0 0;
        font-size: 2.4vw;
    }
    

    /* voice_slider_block
       ============================ */
    .voice_slider_block{
        padding: 5.7vw 4vw 0;
    }
    
    .voice_slider_block .slick-slide{
        padding: 0 10px;
    }
    
    .voice_slider_block .slick-dots{
        margin: 20px 0 0;
    }
    
    .voice_slider_block .slick-dots li{
        padding: 0 13px;
    }


    /* company
       ================================================================== */
    .company{
    	margin: 0 0 0;
    }
    
    .company .inner{
        padding: 8vw 3vw;
    }
    
    
    /* offices
       ================================================================== */
    .offices{
    	margin: 0 0 0;
    }
    
    .offices .inner{
        padding: 8vw 3vw;
    }
    
    
    /* table_block
       ================================================================== */
    .table_block{
    	margin: 0 0 0;
    }
    
    .table_block table td,
    .table_block table th{
        display: table-cell;
    }
    
    .table_block table td *,
    .table_block table th{
        font-size: 2.0vw;
    }
    
    .table_block table th{
        padding: 1vw 0;
    	width: 20%;
    }
    
    .table_block table td{
        padding-left: 4vw;
        width: 80%;
    }
    
    .table_block table td > div{
    	padding: 1vw 0;
        border-bottom: 1px solid #E0E0E0;
    }
    
    .table_block table td .box + .box{
        margin: 2vw 0 0;
    }
    
    .table_block table td .dot_list{
        max-width: 341px;
    }


    /* contact
       ================================================================== */
    .contact{
    	margin: 0 0 0;
        padding: 10.0vw 0 0;
    }
    
    .contact .txt01{
        margin: 1.8vw 0 0;
        font-size: 1.5vw;
    }

    .contact .box_ttl{
        margin-top: 0;
        padding-bottom: 1.5vw;
    }

    .contact .box_ttl .siz_l{
        font-size: 3.2vw;
    }

    .contact .box_ttl .siz_s{
        margin: 1.5vw 0 0;
        font-size: 1.5vw;
    }

    .contact .bg_blue{
        padding: 4vw 3vw 3.0vw;
    }

    .contact .bg{
        padding: 4vw 3vw 8.3vw;
    }

    .contact h4{
        font-size: 2.2vw;
    }

    /* form */
    .contact form{
        margin: 6.5vw auto 0;
    }

    /* first_table */
    .contact .first_table .ttl{
        font-size: 16px;
        width: 110px;
    }

    .contact .desired_size{
        font-size: 0;
    }

    .contact .desired_size .sp{
        display: none;
    }

    .contact .desired_size > li{
        display: inline-block;
        font-size: 0;
    }

    .contact .desired_size > li + li{
        margin: 0 0 0 30px;
    }

    .contact .desired_size > li:first-child .ttl{
        margin-left: 30px;
    }

    .contact .desired_size > li .ttl{
        margin-right: 15px;
        width: auto;
    }

    .contact .desired_size > li .input_box{
        width: 90px;
    }

    .contact .desired_size > li .req{
        margin: 17px 0 0;
    }

    .contact .delivery_time{
        margin: 40px 0 0;
        display: flex;
    }

    .contact .delivery_time .right_box{
        margin: 0 0 0;
    }

    .contact .delivery_time .radio_list{
        margin: 0 0 0;
        display: flex;
        justify-content: flex-start;
    }

    .contact .delivery_time .radio_list li{
        font-size: 16px;
    }

    .contact .delivery_time .radio_list li + li{
        margin-left: 65px;
    }

    .contact .delivery_time .note{
        margin: 5px 0 0;
        font-size: 14px;
    }

    .contact .delivery_time .red_note{
        margin: 5px 0 0;
        font-size: 14px;
    }

    /* customer */
    .contact table{
        margin-top: 1.2vw;
    	font-size: 2vw;
    }
    
    .contact th,
    .contact td{
    	width: auto;
    	display: table-cell;
        box-sizing: border-box;
    }
    
    .contact th{
    	padding: 18px 0 0;
        width: 45%;
    }
    
    .contact .ttl_top th{
        vertical-align: top;
    }
    
    .contact .req{
        margin-right: 30px;
        padding: 5px 6px;
        font-size: 12px;
        float: left;
    }
    
    .contact th .siz_s{
        font-size: .8em;
    }
    
    .contact td{
    	padding: 18px 0 18px 30px;
        width: 55%;
    }
    
    .contact td .txt{
    	width: 30px;
        display: inline-block;
    }
    
    .contact td .txt + input{
    	width: 200px;
    }
    
    .contact input,
    .contact textarea,
    .contact select{
    	margin: 5px 0;
    	font-size: 16px;
    	padding: 13px;
    }
    
    select {
    	background-size: 10px 8px;
    	background-position: right 10px center;
    }
    
    .contact td .short_sel{
    	width: 100%;
    }
    
    .contact textarea{
        height: 15vw;
    }
    
    .contact .radio .block{
    	display: block;
    }
    
    .contact .radio label{
    	display: inline-block;
    	line-height: 200%;
    }
    
    .contact .radio label input{
    	display: inline-block;
    	width: auto;
    }
    
    .contact .etc_text{
    	margin-left: auto;
        width: 90%;
        display: block;
    }
    
    .radio_btn{
    	display: none !important;
    }
    
    .radio_btn + .radio-icon{
    	margin: 0 5px 0 0;
    }
    
    .radio_btn + .radio-icon::before{
    	width: 20px;
    	height: 20px;
    }
    
    .radio_btn:checked + .radio-icon::after{
    	left: 50%;
    	top: 50%;
    	width: 12px;
    	height: 12px;
    	margin-left: -7px;
    	margin-top: -6px;
    }

    /* personal_information */
    .personal_information{
        margin: 2.4vw 0 0;
    }

    .personal_information .ttl{
        font-size: 1.6vw;
        text-align: center;
    }

    .personal_information .scroll_box{
        margin: 1.0vw 0 0;
        padding: 1.5vw 6.0vw 2.0vw;
        height: 20.4vw;
    }

    .personal_information .scroll_box p,
    .personal_information .scroll_box ol li{
        font-size: 1.4vw;
        line-height: 2.4vw;
    }

    .personal_information .scroll_box ol{
        margin: 0 0 0 3.5vw;
    }

    .personal_information .scroll_box ol li{
        margin: 1.5vw 0 0;
    }

    .personal_information .agree_btn{
        margin: 1.7vw 0 0;
        text-align: center;
    }

    .personal_information .agree_btn .flex div,
    .personal_information .agree_btn .flex{
        display: inline-block;
    }

    .personal_information .agree_btn .txt{
        margin-left: .3vw;
    }

    .personal_information .agree_btn .req{
        margin-right: .8vw;
        position: relative;
        float: none;
    }

    /* zas_btn_area */
    .zas_btn_area{
    	padding: 5vw 0 0;
    	max-width: 100%;
    }
    
    .zas_btn_area button > span{
    	padding: 2vw 0;
    }
    
    .zas_btn_area button > span span{
    	font-size: 2.2vw;
    }
    
    .zas_btn_area button > span svg{
        width: 4vw;
        right: 2vw;
    }
    
    .zas_btn_area .zas_btn01{
    	width: 50%;
        max-width: 350px;
    }
    
    .zas_btn_area .zas_btn02{
    	margin-right: 2%;
    	width: 28%;
        max-width: 150px;
    }
    
    .zas_btn_area .zas_btn03{
    	width: 50%;
    	max-width: 350px;
    }
    
    .zas_btn_area button{
    	padding: 2px;
        cursor: pointer;
    }
    
    .thanks .go_top_btn a > span,
    .zas_btn_area .zas_btn02,
    .zas_btn_area button svg rect,
    .zas_btn_area button svg path,
    .zas_btn_area button > span span,
    .zas_btn_area button > span{
    	transition: .3s;
    }
    
    .thanks .go_top_btn a:hover > span,
    .zas_btn_area .zas_btn01:hover > span,
    .zas_btn_area .zas_btn03:hover > span{
    	background: #fff;
    }
    
    .thanks .go_top_btn a:hover > span,
    .zas_btn_area .zas_btn01:hover > span span,
    .zas_btn_area .zas_btn03:hover > span span{
    	color: #0055BA;
    }
    
    .zas_btn_area button:hover > span svg rect,
    .zas_btn_area button:hover > span svg path{
        fill: #0055BA;
    }
    
    .zas_btn_area .zas_btn02:hover{
    	opacity: .5;
    }
    
    .thanks .go_top_btn a{
    	padding: 2px;
    }    
    
    .conf_text{
        margin: 0 2vw 2vw;
    	font-size: 2vw;
        text-align: center;
    }

    .safety_text{
        margin: 8.5vw 0 0;
        text-align: center;
    }

    .safety_text p{
        font-size: 2vw;
        line-height: 4.5vw;
    }

    .safety_text .flat .add{
        width: 22.3vw;
    }

    .thanks_page .thanks_banner{
        margin: 4vw auto 1.6vw;
        width: 34.6vw;
    }
    
    .thanks_page .sns_btn li{
        margin: 0 3vw;
    }
    
    .thanks p{
        margin: 2vw 0 0;
    	text-align: center;
    }
        
    .thanks_page .contact .bg{
        margin-top: 5.0vw;
    }

    .thanks .go_top_btn{
    	margin: 4vw 0 0;
    }

    .thanks .go_top_btn a{
        width: 30%;
        max-width: 250px;
    }
    
    .thanks .go_top_btn a > span{
    	padding: 2vw 0;
    	font-size: 2vw;
    }

    .contact .link_block{
    	margin: 30px auto 0;
    }

    .contact .link_block a{
        font-size: 15px;
    }
    

    /* footer
       ================================================================== */
    footer{
    	margin: 0 0 0;
    }
 
    .thanks_page footer{
    	margin: 8vw 0 0;
    }
   
    footer address{
    	padding: 1.5vw 2vw;
    	font-size: 1.6vw;
    }


    /* fix_cv
       ================================================================== */
    .grecaptcha-badge{
        bottom: 13vw !important;
    }
    
    footer{
        padding-bottom: 11vw;
    }
    
    #fix_cv .inner{
        padding: .6vw 0;
        height: 11.0vw;
        position: relative;
    }

    #fix_cv .item{
        width: 13.8vw;
        left: 8.0vw;
    }

    #fix_cv .flex{
        padding: 0 0 0 4.0vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fix_cv .fix_txt{
        width: 10.4vw;
    }

    #fix_cv .text_box{
        padding: 0 0 0 .8vw;
        width: 48.0vw;
    }

    #fix_cv .text_box .ttl{
        margin: .5vw 0 0;
        font-size: 3.0vw;
    }

    #fix_cv .text_box .txt{
        margin: -1.0vw 0 0 3.0vw;
        font-size: 3.0vw;
    }

    #fix_cv .icon{
        width: 8.0vw;
        bottom: 0;
        right: 10.0vw;
    }



}
@media screen and (min-width : 1210px){    


    /* header
       ================================================================== */
    header{
    	top: 40px;
    }
    
    header .inner{
    	padding: 10px 20px;
    }
    
    .site_logo{
        width: 205px;
    }
    
    
    /* kv_tag
       ================================================================== */
    .kv{
        position: relative;
    }

    /* kv_top_text */
    .kv_top_text{
        padding: 9px 0;
    }

    .kv_top_text h1{
        font-size: 15px;
    }

    .kv_top_text h1 .tab.pc{
        display: inline-block !important;
    }

    /* kv_main */
    .kv_main{
        position: relative;
    }

    .kv_main .tab.pc{
        height: auto;
        height: 34vw;
    }

    .kv_main .inner{
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
    }

    .kv_main .text{
        position: absolute;
        top: 3vw;
        left: 0;
        width: 35vw;
        max-width: 580px;
    }

    .kv_main .tab.pc .bg{
        width: 100%;
    }

    /* kv_bottom01 */
    .kv_bottom01{
        padding: 5px 0;
        box-shadow: 0 8px 10px rgba(0,0,0,.25);
    }

    .kv_bottom01 .text{
        width: 746px;
    }

    /* kv_bottom02 */
    .kv_bottom02{
        padding: 12px 0 0;
        background-image: url("../images/kv/webp/bottom02_bg.webp");
    }

    .kv_bottom02 .text{
        width: 712px;
    }


    /* block_title
       ================================================================== */
    .block_title{
        height: 30px;
    }
    
    .box_ttl{
        margin: 25px 0 0;
        font-size: 32px;
    }
    
    .borderplus{
        margin-bottom: 85px;
    }
    
    .borderplus::after{
        height: 40px;
        top: 110%;
    }


    /* deco01 deco02
       ================================================================== */
    .deco01,
    .deco02{
        position: relative;
    }
    
    .deco01::before,
    .deco02::after{
        content: "";
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
    }


    /* sandwich_ttl
       ================================================================== */
    .sandwich_ttl > span{
        padding: 10px 36px;
        font-size: 29px;
        background-size: 19px 50px;
    }

    .sandwich_ttl .siz_32{
        font-size: 32px;
     }

    .sandwich_ttl .siz_39{
        font-size: 39px;
     }


    /* about_block
       ================================================================== */
    .about_block{
        padding: 110px 0 100px;
        background-image: url("../images/about/webp/bg.webp");
        background-position: center 0;
        background-repeat: repeat-x;
        background-size: 2432px;
    }

    .deco01::before{
        background: url("../images/common/deco01.svg") no-repeat center center;
        width: 136px;
        height: 132px;
        top: -185px;
        left: -12px;
    }

    .deco02::after{
        background: url("../images/common/deco02.svg") no-repeat center center;
        width: 159px;
        height: 155px;
        top: 73px;
        right: -168px;
    }
    
    .deco_tsukushi::before{
        content: "";
        background-image: url("../images/about/deco_tsukushi.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        width: 58px;
        height: 60px;
        top: 168px;
        left: -58px;
    }

    /* top_box */
    .about_block .top_box{
        text-align: center;
    }

    .about_block .top_box .title{
        font-size: 32px;
    }

    /* photo_text */
    .about_block .photo_text{
        margin: 80px auto 0;
        width: 929px;
        display: flex;
        align-items: flex-end;
    }

    .about_block .photo_text .photo{
        width: 403px;
    }

    .about_block .photo_text .text_box{
        padding: 0 0 0 60px;
        width: calc(100% - 403px);
        box-sizing: border-box;
    }

    /* photo_text02 */
    .about_block .photo_text02{
        margin: 117px auto 0;
    }

    .about_block .photo_text02 .photo{
        position: absolute;
        top: -27px;
        left: 22px;
        width: 288px;
    }

    .about_block .photo_text02 .text_box{
        margin: 0 25px 0 92px;
        padding: 28px 0 28px 100px;
        border-radius: 200px;
        text-align: center;
    }

    .about_block .photo_text02 .text_box p{
        font-size: 21px;
        line-height: 35px;
    }

    /* sample_album */
    .about_block .sample_album{
        margin: 88px 0 0;
        position: relative;
        line-height: 0;
        text-align: center;
    }

    .about_block .sample_album iframe{
        width: 1000px;
        height: 750px;
    }

    .about_block .sample_album p{
        margin: 15px auto 0;
        width: 1000px;
        font-size: 13px;
    }

    
    /* check_list
       ================================================================== */
    .check_list > li{
        padding: 6px 0 6px 56px;
        font-size: 22px;
        background-position: 11px 14px;
        background-size: 25px;
    }


    /* cv
       ================================================================== */
    .cv .inner{
        padding: 40px 0;
    }
    
    .cv h2{
        font-size: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .cv h2 .siz_s{
        font-size: 25px;
    }
    
    .cv h2 .dot{
        position: relative;
    }
    
    .cv h2 .dot::before{
        content: "";
        margin: auto;
        background: #FFFDDB;
        width: 8px;
        height: 8px;
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        border-radius: 100px;
    }
    
    .cv .btn{
        margin: 5px auto;
        width: 626px;
    }
    
    .cv .btn a .box{
        padding: 19px 0 18px;
    }
    
    .cv .btn a .ok{
        width: 157px;
        left: -85px;
    }

    .cv .btn a .siz_s{
        margin: -15px 0 0;
        font-size: 24px;
    }
    
    .cv .btn a .siz_l{
        font-size: 32px;
    }
    
    .cv .btn a svg{
        right: 20px;
        width: 24px;
    }
    
    .cv p{
        font-size: 20px;
    }


    /* reason
       ================================================================== */
    .reason{
        padding: 0 0 75px;
    }

    .reason .list{
        margin: 35px auto 0;
        width: 950px;
        display: flex;
        justify-content: space-between;
    }

    .reason .list > li{
        margin: 0 auto 0;
        width: 300px;
    }

    .reason .list .title{
        height: 40px;
    }

    .reason .list .title img{
        width: 22px;
    }

    .reason .list .title .ttl{
        padding: 0 0 0 7px;
        width: calc(100%R - 22px);
        font-size: 20px;
    }

    .reason .list .photo{
        margin: 18px 0 0;
    }

    .reason .list .text_box{
        padding: 20px 0 0;
    }

    .reason .list .text_box p{
        font-size: 16px;
        line-height: 29px;
    }


    /* close_up
       ================================================================== */
    .close_up{
        padding: 156px 0 0;
    }
    
    .close_up .inner.deco01::before{
        background: url("../images/common/deco03.svg") no-repeat center center;
        width: 160px;
        height: 150px;
        top: -185px;
        left: -80px;
    }

    .close_up .sandwich_ttl{
        margin-top: 17px;
    }

    /* title02 */
    .close_up .title02{
        padding: 10px 0 0;
    }

    .close_up .title02 .photo{
        margin: 0 auto;
        width: 432px;
    }

    .close_up .title02 .siz_l{
        margin: 14px 0 0;
        font-size: 32px;
    }

    .close_up .title02 .siz_s{
        font-size: 22px;
    }
    
    /* top_text_box */
    .close_up .top_text_box{
        margin: 0 0 0 -15px;
        padding: 40px 0 0;
        display: flex;
        align-content: center;
    }
    
    .close_up .top_text_box .pop{
        width: 122px;
        display: block;
    }
    
    .close_up .top_text_box .pop img{
        margin-left: -20px;
        width: 145px;
        max-width: none;
    }
    
    .close_up .top_text_box .text_box{
        padding: 0 0 0;
        width: calc(100% - 122px);
        box-sizing: border-box;
    }
    
    .close_up .top_text_box h4{
        padding: 0;
        font-size: 22px;
        letter-spacing: 0;
    }
    
    .close_up .top_text_box p{
        margin: 20px 0 0;
    }

    /* recommend */
    .close_up .recommend{
        margin: 50px -40px 0;
        padding: 36px 43px 20px 570px;
        min-height: 337px;
        box-sizing: border-box;
        border-radius: 41px;
        background: linear-gradient(125deg, #FAF7EE 0%, #FAF7EE 45%, #F2E8DE 90%, #F2E8DE 100%);
        position: relative;
    }
    
    .close_up .recommend h4{
        font-size: 20px;
        line-height: 29px;
    }
    
    .close_up .recommend .photo{
        margin: 0 0 0;
        position: absolute;
        width: 540px;
        bottom: -15px;
        left: 7px;
    }
    
    .close_up .recommend .border_box{
        margin: 12px 0 0;
        padding: 22px 10px 22px 33px;
        border-radius: 13px;
        border-width: 5px;
    }
    
    .close_up .recommend .border_box::before{
        width: 151px;
        height: 41px;
        top: 60px;
    }
    
    .close_up .recommend .border_box p{
        font-size: 24px;
        line-height: 39px;
    }
    
    .close_up .recommend .note{
        margin: 5px 0 0;
        font-size: 18px;
    }
    
    /* top_photos */
    .close_up .top_photos{
        margin: 76px 0 0;
    }
    
    .close_up .top_photos .photos{
        font-size: 0;
        line-height: 0;
        display: flex;
        justify-content: space-between;
    }


    /* individual
       ================================================================== */
    .individual{
        padding: 156px 0 133px;
    }

    .individual .deco02::after{
        background: url("../images/common/deco04.svg") no-repeat center center;
        width: 152px;
        height: 152px;
        top: auto;
        bottom: -178px;
        right: -130px;
    }

    /* title02 */
    .individual .title02{
        padding: 0 0 0;
    }

    .individual .title02 .photo{
        margin: 0 auto;
        width: 432px;
    }

    .individual .title02 .siz_l{
        margin: 36px 0 0;
        font-size: 29px;
    }

    .individual .top_txt .txt{
        margin: 17px 0 0;
        text-align: center;
    }

    .individual .top_txt .f_14{
        margin: 3px 0 0;
        font-size: 14px;
        text-align: center;
    }

    .individual .top_txt .note{
        margin: 15px 0 0;
        font-size: 15px;
        text-align: center;
        line-height: 21px;
    }

    /* photo_text */
    .individual .photo_text{
        margin: 70px 45px 0;
        display: flex;
    }

    .individual .photo_text .photo{
        padding: 0 75px 0 26px;
        width: 50%;
        box-sizing: border-box;
    }

    .individual .photo_text .text_box{
        padding: 35px 0 0;
        width: 50%;
    }

    .individual .photo_text .text_box h4{
        margin: 0 0 10px;
        font-size: 29px;
    }

    .individual .photo_text .text_box .note{
        margin: 14px 0 0;
        padding: 0 0 0;
        font-size: 19px;
    }
    

    /* service
       ================================================================== */
    .service{
    	margin: 0 0 0;
        padding: 75px 0 0;
    }
    
    .service .flbox{
        margin: 85px 0 0;
    }
    
    .service .compare_block h3{
        height: 60px;
        font-size: 24px;
    }
    
    .service .compare_flow{
        padding: 35px 20px 20px;
    }
    
    .service .compare_flow > li{
        margin: 0 0 35px;
    }
    
    .service .compare_flow > li,
    .service .compare_flow > li.middle{
        height: 70px;
    }
    
    .service .compare_flow > li > div{
        padding: 25px 10px 20px;
    }
    
    .service .compare_flow > li.other_high > div{
        padding-top: 45px;
    }
    
    .service .compare_flow > li.daicolo_high{
        height: 226px;
    }
    
    .service .compare_flow > li.other_high{
        height: 646px;
    }
    
    .service .compare_flow > li.corners_sps{
        border-radius: 50px;
    }
    
    .service .compare_flow > li.corners{
        border-radius: 30px;
    }
    
    .service .compare_flow > li.border > div{
        border: 4px solid #9AD4F5;
        border-radius: 30px;
    }
    
    .service .compare_flow > li::after{
        width: 2px;
        height: 60px;
    }
    
    .service .compare_flow .nom{
        padding: 0 0 2px 1px;
        width: 30px;
        height: 30px;
        font-size: 18px;
        top: -14px;
    }
    
    .service .compare_flow .ttl{
        font-size: 20px;
    }
    
    .service .compare_flow .ttl .siz_l{
        font-size: 24px;
    }
    
    .service .compare_flow .who{
        margin: 0 0 0 18px;
        width: 105px;
        height: 31px;
        font-size: 20px;
    }
    
    .service .compare_flow .ttl .deco01::before{
        width: 17px;
        height: 17px;
        top: -9px;
        left: -14px;
    }
    
    .service .compare_flow .who.customer.deco01::before{
        width: 17px;
        height: 17px;
        top: -11px;
        right: -18px;
    }
    
    .service .compare_flow .daicolo_high .photo{
        margin: 17px auto 0;
        width: 90%;
        max-width: 347px;
    }
    
    .service .compare_flow .other_high .photo{
        margin: 40px auto 0;
        width: 60%;
        max-width: 230px;
    }
    
    .service .compare_flow .dot_list{
        margin: 35px auto 0;
        width: 70%;
    }
    
    .service .compare_flow .dot_list li{
        margin: 10px 0 0;
        font-size: 16px;
    }
    
    .service .compare_flow .dot_list li::before{
        left: -4px;
    }
    
    .service .compare_flow .other_high p{
        margin: 24px auto 0;
        font-size: 22px;
    }


    /* exclamation
       ============================ */
    .exclamation{
        margin: 85px 0 0;
    }

    .exclamation .ttl{
        font-size: 29px;
    }

    .exclamation .txt{
        margin: 25px 0 0;
        text-align: center;
    }

    .exclamation .bg_box{
        margin: 30px auto 0;
        padding: 15px 10px;
        width: 766px;
        box-sizing: border-box;
        border-radius: 100px;
    }

    .exclamation .bg_box p{
        font-size: 20px;
    }


    /* price
       ============================ */
    .price{
        margin: 57px 0 0;
    }

    .price .photo{
        margin: 0 auto;
        width: 538px;
    }

    .price .txt{
        margin: 42px 0 0;
        font-size: 24px;
    }
     

    /* voice_slider_block
       ============================ */
    .voice_slider_block{
        padding: 58px 0 0;
    }
    
    .voice_slider_block .slick_slider{
        margin: auto;
        max-width: 1070px;
    }
    
    .voice_slider_block .slick-slide{
        padding: 0 10px;
    }
    
    .voice_slider_block .slick-dots{
        margin: 20px 0 0;
    }
    
    .voice_slider_block .slick-dots li{
        padding: 0 13px;
    }



    /* company
       ================================================================== */
    .company{
    	margin: 0 0 0;
    }
    
    .company .inner{
        padding: 150px 20px 95px;
        max-width: 1040px;
    }
    
    .company .borderplus{
        margin-bottom: 65px
    }
    
    
    /* offices
       ================================================================== */
    .offices{
    	margin: 0 0 0;
    }
    
    .offices .inner{
        padding: 105px 20px 100px;
        max-width: 1040px;
    }
    
    .offices .borderplus{
        margin-bottom: 65px
    }
    
    
    /* table_block
       ================================================================== */
    .table_block{
    	margin: 0 0 0;
    }
    
    .table_block table td *,
    .table_block table th{
        font-size: 16px;
    }
    
    .table_block table th{
        padding: 23px 0 13px;
    	width: 20%;
    }
    
    .table_block table td{
        padding-left: 40px;
        width: 80%;
    }
    
    .table_block table td > div{
    	padding: 23px 0 13px;
    }
    
    .table_block table td .box + .box{
        margin: 20px 0 0;
    }
    
    .table_block table td .dot_list{
        max-width: 341px;
    }


    /* contact
       ================================================================== */
    .contact{
    	margin: 0 0 0;
        padding: 100px 0 0;
    }
    
    .contact .txt01{
        margin: 18px 0 0;
        font-size: 15px;
    }

    .contact .box_ttl{
        margin-top: 0;
        padding-bottom: 15px;
    }

    .contact .box_ttl .siz_l{
        font-size: 32px;
    }

    .contact .box_ttl .siz_s{
        margin: 15px 0 0;
        font-size: 15px;
    }
    
    .contact .bg_blue{
        margin: 0 auto 0;
        padding: 33px 40px 30px;
    }
    
    .contact .bg{
        margin: 0 auto 0;
        padding: 33px 40px 80px;
    }

    .contact h4{
        font-size: 22px;
    }

    /* form */
    .contact form{
        margin: 65px auto 0;
    }

    /* first_table */
    .contact .first_table .ttl{
        font-size: 16px;
        width: 110px;
    }

    .contact .desired_size{
        font-size: 0;
    }

    .contact .desired_size .sp{
        display: none;
    }

    .contact .desired_size > li{
        display: inline-block;
        font-size: 0;
    }

    .contact .desired_size > li + li{
        margin: 0 0 0 30px;
    }

    .contact .desired_size > li:first-child .ttl{
        margin-left: 40px;
    }

    .contact .desired_size > li .ttl{
        margin-right: 15px;
        width: auto;
    }

    .contact .desired_size > li .input_box{
        width: 160px;
    }

    .contact .desired_size > li .req{
        margin: 10px 0 0;
    }

    .contact .delivery_time{
        margin: 40px 0 0;
        display: flex;
    }

    .contact .delivery_time .right_box{
        margin: 0 0 0;
    }

    .contact .delivery_time .radio_list{
        margin: 0 0 0;
        display: flex;
        justify-content: flex-start;
    }

    .contact .delivery_time .radio_list li{
        font-size: 16px;
    }

    .contact .delivery_time .radio_list li + li{
        margin-left: 65px;
    }

    .contact .delivery_time .note{
        margin: 5px 0 0;
        font-size: 14px;
    }

    .contact .delivery_time .red_note{
        margin: 5px 0 0;
        font-size: 14px;
    }

    /* customer */
    .contact table{
        margin-top: 12px;
    	font-size: 16px;
    }
    
    .contact th,
    .contact td{
    	width: auto;
    	display: table-cell;
        box-sizing: border-box;
    }
    
    .contact th{
    	padding: 18px 0;
        width: 320px;
    }
    
    .contact .req{
        margin-right: 40px;
        padding: 5px 6px;
        font-size: 14px;
    }
    
    .contact th .siz_s{
        font-size: 12px;
    }
    
    .contact td{
    	padding: 18px 0 18px 25px;
        width: calc(100% - 320px);
    }
    
    .contact td .txt{
    	width: 30px;
        display: inline-block;
    }
    
    .contact td .txt + input{
    	width: 200px;
    }
    
    .contact input,
    .contact textarea,
    .contact select{
    	margin: 0;
    	font-size: 16px;
    	padding: 15px;
    }
    
    select {
    	background-size: 10px 8px;
    	background-position: right 10px center;
    }
    
    .contact td .short_sel{
    	width: 100%;
    }
    
    .contact textarea{
        height: 150px;
    }
    
    .contact .radio .block{
    	display: block;
    }
    
    .contact .radio label{
    	display: inline-block;
    	line-height: 200%;
    }
    
    .contact .radio label input{
    	display: inline-block;
    	width: auto;
    }
    
    .contact .etc_text{
    	margin: 8px 0 0 auto;
        width: 95%;
    }
    
    .radio_btn{
    	display: none !important;
    }
    
    .radio_btn + .radio-icon{
    	margin: 0 5px 0 0;
    }
    
    .radio_btn + .radio-icon::before{
    	width: 20px;
    	height: 20px;
    }
    
    .radio_btn:checked + .radio-icon::after{
    	left: 50%;
    	top: 50%;
    	width: 12px;
    	height: 12px;
    	margin-left: -6px;
    	margin-top: -6px;
    }

    /* personal_information */
    .personal_information{
        margin: 24px 0 0;
    }

    .personal_information .ttl{
        font-size: 16px;
        text-align: center;
    }

    .personal_information .scroll_box{
        margin: 10px 0 0;
        padding: 15px 60px 20px;
        height: 204px;
    }

    .personal_information .scroll_box p,
    .personal_information .scroll_box ol li{
        font-size: 14px;
        line-height: 24px;
    }

    .personal_information .scroll_box ol{
        margin: 0 0 0 35px;
    }

    .personal_information .scroll_box ol li{
        margin: 15px 0 0;
    }

    .personal_information .agree_btn{
        margin: 17px 0 0;
        text-align: center;
    }

    .personal_information .agree_btn .flex div,
    .personal_information .agree_btn .flex{
        display: inline-block;
    }

    .personal_information .agree_btn .txt{
        margin-left: 3px;
    }

    .personal_information .agree_btn .req{
        margin-right: 15px;
        position: relative;
        float: none;
    }

    /* zas_btn_area */
    .zas_btn_area{
    	padding: 80px 0 0;
    	max-width: 100%;
    }
    
    .zas_btn_area button{
    	padding: 2px;
    }
    
    .zas_btn_area button > span{
    	padding: 18px 0;
    }
    
    .zas_btn_area button > span span{
    	font-size: 20px;
    }
    
    .zas_btn_area button > span svg{
        width: 30px;
        right: 20px;
    }
    
    .zas_btn_area .zas_btn01{
    	width: 50%;
        max-width: 350px;
    }
    
    .zas_btn_area .zas_btn02{
    	margin-right: 2%;
    	width: 28%;
        max-width: 150px;
    }
    
    .zas_btn_area .zas_btn03{
    	width: 50%;
    	max-width: 350px;
    }
    
    .conf_text{
        margin: 0 20px 20px;
    	font-size: 22px;
    }

    .safety_text{
        margin: 85px 0 0;
        text-align: center;
    }

    .safety_text p{
        font-size: 20px;
        line-height: 45px;
    }

    .safety_text .flat .add{
        width: 223px;
    }

    .thanks_page .thanks_banner{
        margin: 40px auto 16px;
        width: 346px;
    }
    
    .thanks_page .sns_btn li{
        margin: 0 30px;
        width: 70px;
    }
    
    .thanks_page .contact .bg{
        margin-top: 50px;
    }
    
    .thanks p{
        margin: 20px 0 0;
    	font-size: 16px;
    }
    
    .thanks .go_top_btn{
    	margin: 25px 0 0;
    }
    
    .thanks .go_top_btn a > span{
    	padding: 15px 0;
    	font-size: 18px;
    }

    .contact .link_block{
    	margin: 40px auto 0;
    }


    /* footer
       ================================================================== */
    footer{
    	margin: 0 0 0;
    }

    .thanks_page footer{
    	margin: 100px 0 0;
    }
    
    footer address{
    	padding: 8px;
    	font-size: 14px;
    }
    

    /* fix_cv
       ================================================================== */
    .grecaptcha-badge{
        bottom: 20px !important;
    }
    
    footer{
        padding-bottom: 110px;
    }

    #fix_cv .inner{
        padding: 2px 0;
        height: 110px;
        position: relative;
    }

    #fix_cv .item{
        width: 138px;
        left: 80px;
    }

    #fix_cv .flex{
        padding: 0 0 0 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fix_cv .fix_txt{
        width: 104px;
    }

    #fix_cv .text_box{
        padding: 0 0 0 8px;
        width: 480px;
    }

    #fix_cv .text_box .ttl{
        margin: 5px 0 0;
        font-size: 30px;
    }

    #fix_cv .text_box .txt{
        margin: -10px 0 0 30px;
        font-size: 30px;
    }

    #fix_cv .icon{
        width: 80px;
        bottom: 0;
        right: 100px;
    }


}
@media screen and (min-width : 2000px){    

    
    
    /* kv_tag
       ================================================================== */
    /* kv_main */
    .kv_main .text{
        top: 90px;
        width: 590px;
        max-width: 590px;
    }

}
    