@charset "utf-8";
/* CSS Document */


/* fix_movie_wrap
   ================================================================== */
.fix_movie_wrap video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
}


/* fix_slider_wrap
   ================================================================== */
.fix_slider_wrap .kv_slider{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.fix_slider_wrap .kv_slider .swiper-slide{
    width: 100vw;
    height: 100vh;
    line-height: 0;
}

.fix_slider_wrap .kv_slider .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* kv
   ================================================================== */
.kv{
	padding: 0;
    position: relative;
    z-index: 1;
}

.kv::before{
    content: "";
    background: rgba(0,0,0,.42);
    opacity: .82;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.kv .inner{
    position: relative;
    z-index: 1;
}

.kv .top_block{
    padding: 1px 0 10vw;
    height: 90vh;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.kv .vision_block{
    padding: 1px 0;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kv .vision_block .inbox{
    width: 100%;
}

.kv .kv_vision{
    padding: 10vw 0 0;
    box-sizing: border-box;
}

.kv .kv_vision h1{
    margin: 0 auto;
    width: 80%;
	line-height: 0;
}

.kv .kv_vision p{
    margin: 10vw 0 0;
    font-size: 3.2vw;
    line-height: 306%;
    line-height: 240%;
    font-weight: 700;
    color: #fff;
}


/* contents_bg_wrap
   ================================================================== */
.contents_bg_wrap{
	background: #fff;
    position: relative;
    z-index: 1;
}


/* new_future
   ================================================================== */
.new_future{
    margin: 0;
    padding: 10vw 0 10vw;
}

.new_future.catch_block{
    padding-bottom: 8vw;
}

.new_future.powered{
    margin: 8vw auto 0;
    padding-top: 0;
}

.new_future .border_top_box{
    margin: 0 auto;
    padding-top: 10vw;
    border-top: 3px solid #D8D8D8;
}

.new_future .catch_title{
    margin: 0 auto;
    padding: 0 0 5vw;
    font-size: 5vw;
    line-height: 175%;
    letter-spacing: 0.15em;
    font-weight: 900;
    text-align: center;
    border-bottom: 3px solid #D8D8D8;
}

.new_future .catch_title .siz_l{
    font-size: 6vw;
    line-height: inherit;
}

.new_future .youtube{
    margin: 8vw auto 0;
    width: 100%;
    line-height: 0;
}

.new_future .youtube iframe{
    width: 100%;
    height: 49vw;
}

.new_future .flets_photo{
    margin: 8vw auto 0;
    width: 100%;
}

.new_future .flets_text{
    margin-top: 4vw;
}

.new_future .list{
    margin: 8vw -5vw 0;
    font-size: 0;
    text-align: center;
}

.new_future .list > li{
    margin: 0 1vw;
    width: 28vw;
    height: 28vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    position: relative;
}

.new_future .list > li::after{
    content: "";
    background-image: url("../images/webp/circle01.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .88;
}

.new_future .list > li:nth-child(2)::after{
    background-image: url("../images/webp/circle02.webp");
}

.new_future .list > li:nth-child(3)::after{
    background-image: url("../images/webp/circle03.webp");
}

.new_future .list > li:nth-child(4)::after{
    background-image: url("../images/webp/circle04.webp");
}

.new_future .list > li:nth-child(5)::after{
    background-image: url("../images/webp/circle05.webp");
}

.new_future .list .inbox{
    position: relative;
    z-index: 1;
}

.new_future .list h3{
    font-size: 2.7vw;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
}

.new_future .list h3.jpn{
    margin: 1vw 0 0;
    font-size: 3.0vw;
}


/* pickup_cv
   ================================================================== */
.pickup_cv{
    margin: 3vw 0 20vw;
}

.pickup_cv .box{
    margin: 0 auto;
    padding: 6vw 3vw 10vw;
    text-align: center;
    position: relative;
    display: block;
    background: #082679;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.pickup_cv .box .title{
    font-size: 4.0vw;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    font-weight: 700;
    display: block;
}

.pickup_cv .box .pickup_btn{
    margin: auto;
    padding: 1px;
    position: absolute;
    bottom: -10vw;
    left: 0;
    right: 0;
    width: 16vw;
    background: #fff;
    border-radius: 200px;
    line-height: 0;
    display: block;
}

.pickup_cv .box .pickup_btn .click{
    display: block;
    line-height: 0;
}

.pickup_cv .box .pickup_btn .click img{
    width: 100%;
}


/* pickup_block
   ================================================================== */
.pickup_block{
    margin: 10vw 0;
    padding: 10vw 0;
    border-radius: 10px;
    background: #F0F0F0;
}

.pickup_block .pickup_ttl{
    margin: 5vw 0 0;
    padding: 4vw 0;
    background: #fff;
}

.pickup_block .pickup_ttl .inner{
    display: block;
    font-size: 4.2vw;
    line-height: 150%;
    font-weight: 800;
    letter-spacing: 0.17em;
}

.pickup_block .list{
    padding: 8vw 0 0;
}

.pickup_block .list > li{
    margin: 5vw auto 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.pickup_block .list li a{
    padding: 6vw 4vw 10vw;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    display: block;
    box-sizing: border-box;
    position: relative;
}

.pickup_block .list li a::before{
    content: "";
    background-image: url("../images/pickup/deco.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10vw;
    height: 10vw;
    position: absolute;
    top: -1vw;
    left: -1vw;
}

.pickup_block .list li a::after{
    content: "";
    background-image: url("../images/pickup/icon_link.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 5vw;
    height: 5vw;
    position: absolute;
    bottom: 4vw;
    right: 4vw;
}

.pickup_block .list li a span{
    display: block;
    line-height: 150%;
}

.pickup_block .list li .business_name{
    font-size: 3.1vw;
    font-weight: 800;
    text-align: center;
}

.pickup_block .list li .service_name{
    margin: 3vw 0 0;
    font-size: 3.4vw;
    height: 6vw;
    font-weight: 900;
    text-align: center;
}

.pickup_block .list li .photo{
    margin: 0 auto;
    width: 85%;
    line-height: 0;
}

.pickup_block .list li .introduction_text{
    margin: 2vw 0 0;
    padding: 3vw 0 0;
    font-size: 3.6vw;
    letter-spacing: 0.03em;
    box-sizing: border-box;
    height: 21vw;
    border-top: 1px solid #707070;
}


/* flets_text
   ================================================================== */
.flets_text{
    margin: 4vw auto 0;
}

.flets_text > p{
    padding: 0 0 0 2vw;
    font-size: 3.2vw;
    letter-spacing: 0;
}

.flets_text .border_note{
    margin: 2vw auto 0;
    padding: 1vw;
    border: 1px solid #FF0000;
}

.flets_text .border_note p{
    margin: 0 !important;
    font-size: 3.2vw !important;
    letter-spacing: 0;
    color: #FF0000;
}

.new_future .flets_text .flets_bottom_text,
.index_contents_block .flets_text .flets_bottom_text{
    display: none;
}


/* index_contents_block
   ================================================================== */
.index_contents_block{
	padding: 8vw 6vw 10vw 0;
    position: relative;
}

.index_contents_block .box{
    position: relative;
    z-index: 1;
}

.index_contents_block .top{
    margin: 8vw 0 0;
    padding: 8vw 0;
    position: relative;
}

.index_contents_block .top::before{
    content: "";
    background: #fff;
    width: 300vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100vw;
}

.index_contents_block .bottom{
    padding: 8vw 0 0;
}

.index_contents_block .flets_text{
    margin-top: 8vw;
    margin-bottom: 8vw;
}

.index_contents_block .bottom ul li + li{
    padding: 8vw 0 0;
}

.index_contents_block .box{
    display: block;
}

.index_contents_block .photo{
 	border-radius: 8px;
    overflow: hidden;
    display: block;
}

.index_contents_block .photo img{
 	width: 100%;
 	object-fit: cover;
 	aspect-ratio: 438 / 256;
}

.index_contents_block .text_box{
 	padding: 2vw 2vw 2vw;
    display: block;
}

.index_contents_block .text_top{
    font-size: 0;
}

.index_contents_block .tags{
 	font-size: 0;
    line-height: 0;
    display: inline-block;
}

.index_contents_block .tag{
    margin: 0 0 .5vw;
    padding: .3vw 3vw;
    min-width: 20vw;
    font-size: 3.0vw;
    line-height: 130%;
    background: #000;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
 	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.index_contents_block .tag + .tag{
    margin-left: .5vw;
}

.index_contents_block .title{
    font-size: 3.6vw;
    line-height: 150%;
    font-weight: 400;
    display: inline-block;
}

.index_contents_block .text{
    font-size: 3.6vw;
    line-height: 150%;
    font-weight: 700;
    display: block;
}

.index_contents_block .text_box .siz_12{
    font-size: 3.2vw;
}

.index_contents_block .text_box .siz_14{
    font-size: 3.4vw;
}

.index_contents_block .detail_btn{
    padding: 2vw 0 0;
    text-align: right;
    display: block;
    border-top: 2px solid #000;
}

.index_contents_block .detail_btn_txt{
    font-size: 3.6vw;
    line-height: 150%;
    font-weight: 700;
    display: block;
    letter-spacing: 0.33em;
}

.index_contents_block .detail_btn_txt .icon{
    vertical-align: sub;
}

/* top */
.index_contents_block .top .photo img{
 	width: 100%;
 	object-fit: cover;
 	aspect-ratio: 569 / 324;
}

.index_contents_block .top .text_box{
    padding: 2vw 0 3vw;
}

.index_contents_block .top .title{
    font-size: 4.2vw;
    display: block;
    font-weight: 700;
}

.index_contents_block .top .text{
    font-size: 4.4vw;
}

.index_contents_block .top .text .siz_21{
    font-size: 4.1vw;
}
.index_contents_block .top .text .siz_14{
    font-size: 3.5vw;
}
.index_contents_block .top .text.siz_19,
.index_contents_block .top .text .siz_19{
    font-size: 4.2vw;
}

.index_contents_block .top .detail_btn{
    padding: 3vw 3vw 0;
    border-top: 2px dashed #707070;
}

.index_contents_block .top .detail_btn_txt{
    font-size: 3.8vw;
}


/* cv
   ================================================================== */
.cv{
    margin: 10vw 6vw 0;
    position: relative;
}

.pad_bottom.cv{
    margin-top: 0;
    padding-bottom: 10vw;
}

.cv .bg{
	padding: 8vw 0 10vw;
    background: #EBEBEB;
    position: relative;
}

.cv .inner{
    padding-left: 3vw;
    padding-right: 3vw;
}

.cv p{
    font-size: 3.3vw;
    font-weight: 700;
    text-align: center;
}

.cv p .icon_note{
    font-size: 2.5vw;
    font-weight: 400;
    vertical-align: bottom;
}

.cv p.note{
    margin: 3vw 0 0;
    font-size: 2.8vw;
    font-weight: 400;
    text-align: center;
}

.cv h2{
    margin: 3vw 0 6vw;
    font-size: 4.2vw;
    font-weight: 700;
    text-align: center;
}

.cv h2 strong{
    font-weight: 900;
    background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,#E6ED38 40%,#E6ED38 100%);
}

.cv p.note .upper{
    font-size: 2.6vw;
    vertical-align: super;
}

.cv .note_block{
    margin: 5vw 0 0;
}

.cv .note_block p{
    font-size: 3.2vw;
    line-height: 150%;
    font-weight: 400;
    text-align: left;
}


/* with_block
   ================================================================== */
.with_block{
	padding: 15vw 0 10vw;
}

.with_block .scroll_box{
	margin: 10vw auto 0;
    padding: 0 0 3vw;
    overflow-x: scroll;
}

.with_block ul{
    width: 200vw;
    display: flex;
    justify-content: space-between;
}

.with_block ul > li{
    width: calc((100% / 3) - 2vw);
    box-sizing: border-box;
}

.with_block ul .text_box{
    padding: 3vw 3vw 0;
}

.with_block ul .text_box p{
    position: relative;
}

.with_block ul .text_box p .upper{
    font-size: 3.0vw;
    vertical-align: super;
}

.with_block ul .text_box .note_number{
    font-size: 2.8vw;
    vertical-align: text-bottom;
    display: inline-block;
}

.with_block .note_block{
    margin: 5vw 0 0;
    padding: 5vw 3vw 0;
    border-top: 1px solid #CBCBCB;
}

.with_block .note_block p{
    font-size: 3.2vw;
    line-height: 150%;
}


/* banners
   ================================================================== */
.banners{
	margin: 3vw 0 0;
}

.banners > div{
	margin: 3vw 0 0;
    line-height: 0;
}

.banners > div:last-child{
	margin-bottom: 0 !important;
}

.banners > div + div{
	margin-top: 8vw;
}

.banners > .note_in{
    margin-bottom: -6.1vw;
}

.banners a{
	display: inline-block;
    line-height: 0;
}

.banners > div .note{
	margin: 1vw 0 0;
    font-size: 3.0vw;
    letter-spacing: 0.03em;
    text-align: right;
}


/* pankz
   ================================================================== */
.pankz{
    margin: 3vw auto 0;
    padding: 0;
    font-size: 0;
    display: flex;
}

.pankz > li{
    margin: 0 8vw 2vw 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.pankz > li:last-child{
    margin-right: 0;
}

.pankz > li::before{
    content: "";
    background-image: url("../images/pankz_arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.5vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: calc(100% + 3vw);
}

.pankz > li:last-child::before{
    display: none;
}

.pankz > li > span,
.pankz > li a{
    font-size: 3.3vw;
    font-weight: 500;
    color: #454545;
    display: block;
}

.pankz > li a{
    color: #919191;
}


/* content_detail_kv
   ================================================================== */
.content_detail_kv{
    margin: 8vw 0 0;
}

.content_detail_kv .data_box{
    padding: 0 0 4vw;
}

.content_detail_kv .data_box .text_box{
 	padding: 2vw 2vw 2vw;
    display: block;
}

.content_detail_kv .data_box .tag_title{
    font-size: 0;
}

.content_detail_kv .data_box .tags{
 	font-size: 0;
    line-height: 0;
    display: inline-block;
}

.content_detail_kv .data_box .tag{
    margin: 0 0 .5vw;
    padding: .3vw 3vw;
    min-width: 27vw;
    font-size: 3.0vw;
    line-height: 130%;
    background: #000;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
 	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content_detail_kv .data_box .tag + .tag{
    margin-left: .5vw;
}

.content_detail_kv .data_box .title{
    font-size: 3.6vw;
    line-height: 150%;
    font-weight: 700;
    display: inline-block;
}

.content_detail_kv .data_box .date{
    font-size: 3.6vw;
    line-height: 150%;
    font-weight: 400;
    color: #646464;
    text-align: right;
    display: block;
    letter-spacing: 0.09em;
}


/* content_detail_wrap
   ================================================================== */
.content_detail_wrap .detail_section{
	margin: 12vw 0 0;
}

.content_detail_wrap .detail_block{
	margin: 8vw 0 0;
}

.content_detail_wrap .detail_section .inner > *:first-child,
.content_detail_wrap .detail_block > *:first-child{
	margin-top: 0;
}

.content_detail_wrap .bg_gray{
    background: #F2F2F2;
}

.content_detail_wrap .bg_white{
    background: #fff;
}

.content_detail_wrap .detail_block.border_top{
	margin: 8vw 0 0;
    padding-top: 8vw;
    border-top: 1px solid #707070;
}

.content_detail_wrap .h1_title{
    padding: 0 0 3vw;
    font-size: 4.7vw;
    font-weight: 700;
    border-bottom: 1px solid #B7B7B7;
}

.content_detail_wrap .h1_title .siz_s{
    font-size: 3.2vw;
}
.content_detail_wrap .h1_title.siz_24{
    font-size: 4.4vw;
}
.content_detail_wrap .h1_title .siz_14{
    font-size: 3vw;
}

.content_detail_wrap .h2_title{
    padding: 0 0 2.5vw;
    font-size: 4.2vw;
    font-weight: 700;
    border-bottom: 1px solid #9F9F9F;
}

.content_detail_wrap .h2_title.border_none{
    padding: 0 0 0;
    border-bottom: none;
}

.content_detail_wrap .h2_title.siz_19{
    font-size: 3.9vw;
}

.content_detail_wrap .h3_title{
    padding: 0 0 0 8vw;
    font-size: 3.8vw;
    font-weight: 700;
    position: relative;
}

.content_detail_wrap .h3_title::before{
    content: "";
    background: #000;
    width: 7.7vw;
    height: 2px;
    position: absolute;
    top: 3vw;
    left: 0;
}

.content_detail_wrap .right_border_ttl{
    margin: 0 0 5vw;
    position: relative;
    overflow: hidden;
}

.content_detail_wrap .right_border_ttl > span{
    padding: 0 1vw 0 0;
    font-size: 4.0vw;
    font-weight: 700;
    position: relative;
}

.content_detail_wrap .right_border_ttl > span::before{
    content: "";
    background: #707070;
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 3vw;
    left: 100%;
}

.content_detail_wrap .h3_title.border_none{
    padding: 0;
}

.content_detail_wrap .h3_title.border_none::before{
    display: none;
}

.content_detail_wrap .photo{
	margin: 6vw 0 0;
}

.content_detail_wrap .photo.max642{
	max-width: 100%;
}

.content_detail_wrap .text_inner_box{
	padding: 4vw 0 0;
}

.content_detail_wrap .text_inner_box .flets_text{
    margin: 6vw -2vw 0;
	width: 100%;
}

.content_detail_wrap .text_inner_box .flets_text .border_note{
    margin: 1vw 0;
}

.content_detail_wrap .content_detail_kv .inner > p,
.content_detail_wrap .detail_section p{
	margin: 3vw 0 0;
    letter-spacing: 0.1em;
}

.content_detail_wrap .content_detail_kv .inner > p{
	padding: 0 0 0 2vw;
    letter-spacing: 0;
}

.content_detail_wrap p.siz_s{
	font-size: 3.4vw;
}

.content_detail_wrap .siz_12{
	font-size: 3.2vw !important;
    line-height: 150% !important;
}

.content_detail_wrap .siz_13{
	font-size: 3.3vw !important;
    line-height: 150% !important;
}

.content_detail_wrap .siz_18{
	font-size: 3.8vw !important;
    line-height: 150% !important;
}

.content_detail_wrap .siz_20{
	font-size: 4.2vw !important;
    line-height: 150% !important;
}

.content_detail_wrap .siz_23{
	font-size: 4.3vw !important;
    line-height: 150% !important;
}

.content_detail_wrap .siz_24{
	font-size: 4.8vw !important;
    line-height: 150% !important;
}

.content_detail_wrap .siz_28{
	font-size: 5.2vw !important;
    line-height: 150% !important;
}

.content_detail_wrap .bold{
	font-weight: 700;
}

.content_detail_wrap .letter0{
	letter-spacing: 0 !important;
}

.content_detail_wrap .letter1{
	letter-spacing: 0.1em !important;
}

.content_detail_wrap .underline{
	text-decoration: underline;
}

.content_detail_wrap .center{
	text-align: center;
}

.content_detail_wrap .notes{
	text-align: left;
	font-size: 2.9vw;
}


.content_detail_wrap .mat5{
    margin-top: 1vw !important;
}

.content_detail_wrap .mat15{
    margin-top: 2vw !important;
}

.content_detail_wrap .mat40{
    margin-top: 6vw !important;
}

.content_detail_wrap .mat50{
    margin-top: 8vw !important;
}

.content_detail_wrap .mat80{
    margin-top: 10vw !important;
}

.content_detail_wrap .mat140{
    margin-top: 16vw !important;
}

.content_detail_wrap .normal_table{
    margin: 3vw auto 0;
    width: 100%;
    box-sizing: border-box;
}

.content_detail_wrap .normal_table th,
.content_detail_wrap .normal_table td{
    padding: 2vw 3vw;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0;
    border: 1px solid #707070;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
}

.content_detail_wrap .normal_table th{
    width: calc(100% / 3);
}

.content_detail_wrap .normal_table tr td:nth-child(1){
    padding-right: 1vw;
    text-align: left;
}

/* photo_slider */
.photo_slider{
    line-height: 0;
}

.photo_slider .swiper-slide{
    line-height: 0;
}

.photo_slider .swiper-button-prev,
.photo_slider .swiper-button-next{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 5vw;
    height: 9vw;
    opacity: .66;
}

.photo_slider .swiper-button-next{
    background-image: url("../images/icon_next.svg");
}

.photo_slider .swiper-button-prev{
    background-image: url("../images/icon_prev.svg");
}

/* box_btn */
.box_btn{
    margin: 0 auto;
    text-align: center;
}

.box_btn a{
    width: 100%;
    height: 17vw;
    background: #000;
    border: 1px solid #000;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.box_btn.h96 a{
    height: 24vw;
}

.box_btn.h71 a{
    height: 15vw;
}

.box_btn.gray a{
    background: #868686;
    border: 1px solid #868686;
}

.box_btn .txt{
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
    line-height: 150%;
    letter-spacing: 0.21em;
    display: block;
}

@media screen and (max-width : 499px){
   
    /* content13 */
    .box_btn .txt.siz_20{
        font-size: 2.8vw !important;
    }

    /* content14,15 */
    .box_btn .txt.sp_siz_small{
        font-size: 3.6vw;
    }

}

.box_btn .icon{
    margin: .2vw 0 0 2vw;
    width: 5vw;
    line-height: 0;
    display: block;
}

.box_btn .icon svg{
    width: 100%;
}

/* archive_block */
.archive_inner_wrap{
    padding: 5vw 0 0;
}

.archive_block p{
    margin: 0 !important;
}

.archive_block .top_title{
    margin: 10vw 0 0;
    font-size: 4.2vw;
    text-align: center;
    letter-spacing: 0.09em;
}

.archive_block .list{
    margin: 15vw 0 0;
}

.archive_block .list > li{
    margin: 20vw 0 0;
}

.archive_block .list > li:first-child{
    margin-top: 0;
}

.archive_block .list .thm{
    width: 60vw;
    line-height: 0;
}

.archive_block .list .thm a{
    display: block;
    line-height: 0;
}

.archive_block .list .text_box{
    padding: 4vw 0 0;
}

.archive_block .list .text_box h3{
    margin: 0 0 5vw;
    padding: 0 1vw 3vw;
    font-size: 4.2vw;
    letter-spacing: 0.09em;
    font-weight: 700;
    border-bottom: 1px solid #707070;
}

/* border_box */
.border_box{
    margin: 8vw auto 0;
    padding: 4vw;
    border: 1px solid #707070;
}

.border_box p:first-child{
    margin-top: 0 !important;
}

/* link_list */
.link_list{
    margin: 8vw auto 0;
}

.link_list > li{
    margin: 5vw auto 0;
}

.link_list > li:first-child{
    margin-top: 0;
}


/* fast_7_section
   ================================================================== */
.fast_7_section{
	padding: 10vw 0;
}

.fast_7_section .detail_block{
	padding: 4vw 4vw 6vw;
}


/* three_indicators
   ================================================================== */
.three_indicators{
	position: relative;
}

.three_indicators .detail_block{
	padding: 6vw 0 6vw;
}

.three_indicators ul{
	margin: 5vw 0 0;
}

.three_indicators ul > li{
	margin: 8vw 0 0;
    padding: 5vw;
    background: #D5D5D5;
    border-radius: 24px;
    position: relative;
}

.three_indicators ul > li:first-child{
	margin: 0 0 0;
}

.three_indicators ul .numbers{
    top: 3.5vw;
    left: 5vw;
    width: 13vw;
	position: absolute;
}

.three_indicators ul .numbers img{
    width: 100%;
}

.three_indicators ul h4{
    padding-right: 10vw;
    font-size: 5vw;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
}

.three_indicators ul p{
    margin: 5vw 0 0 !important;
    font-size: 3.5vw !important;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
}


/* photo_txt_block
   ================================================================== */
.photo_txt_block{
    margin: 8vw 0 0;
	padding: 0;
    position: relative;
    background: #F2F2F2;
    border-radius: 0 20px 20px 0;
}

.photo_txt_block::before{
    content: "";
    background: #F2F2F2;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
}

.photo_txt_block.right{
    border-radius: 20px 0 0 20px;
}

.photo_txt_block.right::before{
    right: auto;
    left: 100%;
}

.photo_txt_block .photo{
	line-height: 0;
}

.photo_txt_block .txt_box{
    padding: 6vw 6vw;
	display: flex;
    align-items: center;
}


@media screen and (min-width : 500px){


    /* fix_movie_wrap
       ================================================================== */
    .fix_movie_wrap video{
        position: fixed;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        transform: translate(-50%, -50%);
    }


    /* kv
       ================================================================== */
    .kv{
        padding: 0;
    }

    .kv .top_block{
        padding: 1px 0 2.5vw;
        min-height: 300px;
        height: 100vh;
    }

    .kv .vision_block{
        height: 100vh;
        min-height: 700px;
    }

    .kv .kv_vision{
        padding: 5.5vw 0 0;
    }

    .kv .kv_vision h1{
        width: 48.3vw;
    }

    .kv .kv_vision p{
        margin: 7.0vw 0 0;
        font-size: 1.6vw;
        line-height: 306%;
        text-align: center;
    }


    /* new_future
       ================================================================== */
    .new_future{
        padding: 7.5vw 0 8.0vw;
    }

    .new_future.catch_block{
        padding-bottom: 5.0vw;
    }

    .new_future.powered{
        margin-top: 7.0vw;
    }

    .new_future .border_top_box{
        padding-top: 9.0vw;
        width: 80%;
        border-top-width: 5px;
    }

    .new_future .catch_title{
        margin: 0 auto;
        padding: 0 0 4.0vw;
        font-size: 2.8vw;
        line-height: 5.4vw;
        letter-spacing: 0.28em;
        border-bottom-width: 5px;
        width: 80%;
    }

    .new_future .catch_title .siz_l{
        font-size: 3.9vw;
    }

    .new_future .youtube{
        margin: 5.5vw auto 0;
        width: 63.1vw;
    }

    .new_future .youtube iframe{
        height: 35.1vw;
    }

    .new_future .flets_photo{
        margin: 4.9vw auto 0;
        width: 62.6vw;
    }

    .new_future .flets_text{
        margin-top: 1.5vw;
    }

    .new_future .list{
        margin: 7.7vw 0 0;
        display: flex;
        justify-content: space-between;
    }

    .new_future .list > li{
        margin: 0;
        width: 16.4vw;
        height: 16.4vw;
    }

    .new_future .list h3{
        font-size: 1.5vw;
    }

    .new_future .list h3.jpn{
        margin: .3vw 0 0;
        font-size: 1.7vw;
    }
 

    /* pickup_cv
       ================================================================== */
    .pickup_cv{
        margin: 1.4vw 0 11.0vw;
    }

    .pickup_cv .box{
        margin: 0 auto;
        padding: 1.6vw 2.0vw 3.7vw;
        width: 90.0vw;
        box-sizing: border-box;
    }

    .pickup_cv .box .title{
        font-size: 2.4vw;
        line-height: 3.1vw;
    }

    .pickup_cv .box .pickup_btn{
        bottom: -4.0vw;
        width: 6.4vw;
    }


    /* pickup_block
       ================================================================== */
    .pickup_block{
        margin: 7.0vw 0 6.0vw;
        padding: 3.8vw 0 9.6vw;
    }
   
    .pickup_block .pickup_ttl{
        margin: 2.5vw 0 0;
        padding: 1.4vw;
    }

    .pickup_block .pickup_ttl .inner{
        padding-left: 4.0vw;
        font-size: 2.2vw;
    }

    .pickup_block .list{
        margin: 0 auto;
        padding: 2.4vw 0 0;
        font-size: 0;
        width: 90.0vw;
    }

    .pickup_block .list > li{
        margin: 3.6vw 3.5% auto 0;
        width: 31%;
        position: relative;
    }

    .pickup_block .list > li:nth-child(3n+3){
        margin-right: 0;
    }

    .pickup_block .list li a{
        padding: 1.6vw 2.5vw 4.8vw;
    }

    .pickup_block .list li a::before{
        width: 4.3vw;
        height: 4.3vw;
        top: -.6vw;
        left: -.4vw;
    }

    .pickup_block .list li a::after{
        width: 2.2vw;
        height: 2.2vw;
        bottom: 2.2vw;
        right: 2.2vw;
    }

    .pickup_block .list li .business_name{
        font-size: 1.1vw;
    }

    .pickup_block .list li .service_name{
        margin: 1.7vw 0 0;
        font-size: 1.4vw;
        height: 2.0vw;
    }

    .pickup_block .list li .photo{
        margin: .2vw auto 0;
        position: relative;
        width: 100%;
        height: 7.8vw;
    }

    .pickup_block .list li .photo img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .pickup_block .list li .introduction_text{
        margin: .8vw 0 0;
        padding: 2.1vw 0 0;
        font-size: 1.6vw;
        line-height: 3.0vw;
        height: 15.2vw;
    }


    /* flets_text
       ================================================================== */
    .flets_text{
        margin: 1.5vw auto 0;
        width: 87.2vw;
        max-width: 100%;
    }

    .flets_text > p{
        padding: 0 0 0 1.0vw;
        font-size: 1.2vw;
        line-height: 2.0vw;
    }

    .flets_text .border_note{
        margin: .5vw auto 0;
        padding: .4vw;
    }

    .flets_text .border_note p{
        font-size: 1.2vw !important;
        line-height: 2.0vw !important;
    }
   

    /* index_contents_block
       ================================================================== */
    .index_contents_block{
        padding: 5.0vw 6.0vw 7.6vw 0;
    }

    .index_contents_block .top{
        margin: 4.5vw 0 0;
        padding: 4.2vw 3.0vw 4.2vw 0;
    }

    .index_contents_block .bottom{
        padding: 1.2vw 3.0vw 0;
    }

    .index_contents_block .flets_text{
        margin-top: 3.8vw;
        margin-bottom: 0;
    }

    .index_contents_block .bottom ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .index_contents_block .bottom ul li{
        margin: 3.0vw 0 0;
        width: 49%;
    }

    .index_contents_block .bottom ul li + li{
        padding: 0 0 0;
    }

    .index_contents_block .photo{
        border-radius: 8px;
    }

    .index_contents_block .text_box{
        padding: 1.0vw 1.3vw 1.0vw;
        box-sizing: border-box;
    }

    .index_contents_block .text_top{
        font-size: 0;
    }

    .index_contents_block .tags{
        display: inline-block;
    }

    .index_contents_block .tag{
        margin: 0 0 .3vw;
        padding: .5vw 2.0vw;
        min-width: 7.0vw;
        font-size: 1.3vw;
    }

    .index_contents_block .tag + .tag{
        margin-left: .3vw;
    }

    .index_contents_block .title{
        margin-right: -2vw;
        font-size: 1.4vw;
        letter-spacing: 0;
    }

    .index_contents_block .text{
        font-size: 1.4vw;
        line-height: 2.2vw;
    }

    .index_contents_block .text_box .siz_12{
        font-size: 1.0vw;
    }

    .index_contents_block .text_box .siz_14{
        font-size: 1.2vw;
    }

    .index_contents_block .bottom .text{
        min-height: 5.8vw;
    }

    .index_contents_block .detail_btn{
        padding: .5vw 0 0;
    }

    .index_contents_block .detail_btn_txt{
        font-size: 1.4vw;
    }

    /* top */
    .index_contents_block .top .box{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index_contents_block .top .photo{
        width: 50%;
    }

    .index_contents_block .top .article_box{
        padding: 0 0 0 2.6vw;
        width: 50%;
        box-sizing: border-box;
    }

    .index_contents_block .top .text_box{
        padding: 0 0 1.3vw;
    }

    .index_contents_block .top .title{
        font-size: 1.8vw;
        line-height: 3.0vw;
    }

    .index_contents_block .top .text{
        font-size: 2.0vw;
        line-height: 3.3vw;
    }

    .index_contents_block .top .text .siz_21{
        font-size: 1.8vw;
    }
    .index_contents_block .top .text .siz_14{
        font-size: 1.4vw;
    }
    .index_contents_block .top .text.siz_19,
    .index_contents_block .top .text .siz_19{
        font-size: 1.7vw;
    }

    .index_contents_block .top .detail_btn{
        padding: 1.8vw 2.0vw 0;
    }

    .index_contents_block .top .detail_btn_txt{
        font-size: 1.6vw;
    }


    /* cv
       ================================================================== */
    .cv{
        margin: 7.5vw 6.0vw 0;
    }

    .pad_bottom.cv{
        padding-bottom: 7.0vw;
    }

    .cv .bg{
        padding: 5.5vw 0 7.5vw;
    }

    .cv .inner{
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .cv p{
        font-size: 1.6vw;
    }

    .cv p .icon_note{
        font-size: 1.0vw;
    }

    .cv p.note{
        margin: 1.0vw 0 0;
        font-size: 1.4vw;
    }

    .cv h2{
        margin: .5vw 0 3.8vw;
        font-size: 3.8vw;
    }

    .cv h2 strong{
        background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,#E6ED38 70%,#E6ED38 100%);
    }
 
    .cv p.note .upper{
        font-size: 1.2vw;
    }

    .cv .note_block{
        margin: 3.0vw 0 0;
    }

    .cv .note_block p{
        margin: 0 auto;
        font-size: 1.4vw;
        width: 69.5vw;
    }


    /* with_block
       ================================================================== */
    .with_block{
        padding: 6.0vw 0 2.0vw;
    }

    .with_block .scroll_box{
        margin: 4.6vw auto 0;
        padding: 0 0 0;
        overflow-x: auto;
    }

    .with_block ul{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .with_block ul > li{
        width: calc((100% / 3) - .7vw);
    }

    .with_block ul .text_box{
        padding: 1.0vw 2.0vw 0;
    }

    .with_block ul .text_box p{
        font-size: 1.6vw;
        line-height: 3.0vw;
    }

    .with_block ul .text_box p .upper{
        font-size: 1.0vw;
    }

    .with_block ul .text_box .note_number{
        font-size: 1.0vw;
        vertical-align: text-bottom;
    }

    .with_block .note_block{
        margin: 2.5vw 2.0vw 0;
        padding: 2.0vw 0 0;
    }

    .with_block .note_block p{
        font-size: 1.2vw;
        line-height: 2.0vw;
    }


    /* banners
       ================================================================== */
    .banners{
        margin: 2.5vw 0 0;
    }

    .banners > div{
        margin: 2..5vw 0 0;
        width: 90.0vw;
    }

    .banners > div + div{
        margin-top: 5.0vw;
    }

    .banners > .note_in{
        margin-bottom: -3.1vw;
    }

    .banners > div .note{
        margin: .3vw 0 0;
        font-size: 1.6vw;
    }


    /* pankz
       ================================================================== */
    .pankz{
        margin: 5.0vw auto 0;
        padding: 0;
        box-sizing: border-box;
    }

    .pankz > li{
        margin: 0 2.7vw 1.5vw 0;
    }

    .pankz > li::before{
        width: .7vw;
        height: 2.7vw;
        left: calc(100% + 1.0vw);
    }

    .pankz > li > span,
    .pankz > li a{
        font-size: 1.6vw;
    }

    .pankz > li a:hover{
        text-decoration: underline;
    }


    /* content_detail_kv
       ================================================================== */
    .content_detail_kv{
        margin: 5.0vw 0 0;
    }

    .content_detail_kv .data_box{
        padding: 0 0 2.0vw;
        display: flex;
    }

    .content_detail_kv .data_box .tag_title{
        font-size: 0;
    }

    .content_detail_kv .data_box .tags{
        margin-right: 1.0vw;
        font-size: 0;
        line-height: 0;
        display: inline-block;
    }

    .content_detail_kv .data_box .tag{
        margin: 0 0 .3vw;
        padding: .5vw 2.0vw;
        min-width: 10.0vw;
        font-size: 1.4vw;
        box-sizing: border-box;
    }

    .content_detail_kv .data_box .tag + .tag{
        margin-left: .3vw;
    }

    .content_detail_kv .data_box .title{
        font-size: 1.6vw;
    }

    .content_detail_kv .data_box .date{
        margin-left: auto;
        font-size: 1.6vw;
    }


    /* content_detail_wrap
       ================================================================== */
    .content_detail_wrap .content_detail_kv .inner{
        padding: 0 5.0vw;
    }

    .content_detail_wrap .inner{
        padding: 0 11.0vw 0 5.0vw;
    }

    .content_detail_wrap .detail_section{
        margin: 8.0vw 0 0;
    }

    .content_detail_wrap .detail_block{
        margin: 3.5vw 0 0;
    }

    .content_detail_wrap .detail_block.border_top{
        margin: 4.5vw 0 0;
        padding-top: 4.0vw;
    }

    .content_detail_wrap .h1_title{
        padding: 0 0 1.5vw;
        font-size: 3.2vw;
        line-height: 4.6vw;
    }

    .content_detail_wrap .h1_title .siz_s{
        font-size: 1.8vw;
    }
    .content_detail_wrap .h1_title.siz_24{
        font-size: 2.4vw;
        line-height: 3.3vw;
    }
    .content_detail_wrap .h1_title .siz_14{
        font-size: 1.8vw;
    }

    .content_detail_wrap .h2_title{
        padding: 0 0 1.5vw;
        font-size: 2.6vw;
        line-height: 3.2vw;
    }

    .content_detail_wrap .h2_title.siz_19{
        font-size: 1.9vw;
    }

    .content_detail_wrap .h3_title{
        padding: 0 0 0 4.2vw;
        font-size: 1.8vw;
    }

    .content_detail_wrap .h3_title::before{
        width: 4.0vw;
        top: 1.4vw;
    }

    .content_detail_wrap .right_border_ttl{
        margin: 0 0 1.2vw;
    }

    .content_detail_wrap .right_border_ttl > span{
        padding: 0 1.0vw 0 0;
        font-size: 2.0vw;
    }

    .content_detail_wrap .right_border_ttl > span::before{
        top: 1.9vw;
    }

    .content_detail_wrap .photo{
        margin: 2.5vw 0 0;
    }

    .content_detail_wrap .photo.max642{
        max-width: 64.2%;
    }

    .content_detail_wrap .text_inner_box{
        padding: 2.4vw 3.3vw 0;
    }

    .content_detail_wrap .text_inner_box .flets_text{
        margin: 3.5vw -1.0vw 0;
    }

    .content_detail_wrap .text_inner_box .flets_text .border_note{
        margin: .5vw 0;
    }

    .content_detail_wrap .content_detail_kv .inner > p,
    .content_detail_wrap .detail_section p{
        margin: 2.0vw 0 0;
        font-size: 1.6vw;
        line-height: 3.4vw;
    }

    .content_detail_wrap .content_detail_kv .inner > p{
        padding: 0 2.3vw;
    }

    .content_detail_wrap p.siz_s{
        font-size: 1.4vw;
    }
	
    .content_detail_wrap .siz_12{
        font-size: 1.2vw !important;
    }

    .content_detail_wrap .siz_13{
        font-size: 1.3vw !important;
    }

    .content_detail_wrap .siz_18{
        font-size: 1.8vw !important;
        line-height: 3.4vw !important;
    }

    .content_detail_wrap .siz_20{
        font-size: 2.0vw !important;
        line-height: 3.2vw !important;
    }

    .content_detail_wrap .siz_23{
        font-size: 2.3vw !important;
        line-height: 3.4vw !important;
    }

    .content_detail_wrap .siz_24{
        font-size: 2.4vw !important;
        line-height: 3.4vw !important;
    }

    .content_detail_wrap .siz_28{
        font-size: 2.8vw !important;
        line-height: 3.4vw !important;
    }

    .content_detail_wrap .pc_center{
        text-align: center;
    }

    .content_detail_wrap .notes{
	text-align: center;
	font-size: 1.5vw;
    line-height: 2.5vw;	
    }
	
    .content_detail_wrap .mat5{
        margin-top: .5vw !important;
    }

    .content_detail_wrap .mat15{
        margin-top: 1.5vw !important;
    }

    .content_detail_wrap .mat40{
        margin-top: 4.0vw !important;
    }

    .content_detail_wrap .mat50{
        margin-top: 5.0vw !important;
    }

    .content_detail_wrap .mat80{
        margin-top: 8.0vw !important;
    }

    .content_detail_wrap .mat140{
        margin-top: 14.0vw !important;
    }

    .content_detail_wrap .normal_table{
        margin: 1.0vw auto 0;
    }

    .content_detail_wrap .normal_table th,
    .content_detail_wrap .normal_table td{
        padding: 1.2vw  4.7vw;
        font-size: 1.6vw;
        letter-spacing: 0.09em;
    }

    .content_detail_wrap .normal_table tr td:nth-child(1){
        padding-right: 1.0vw;
    }

    /* photo_slider */
    .photo_slider{
        line-height: 0;
    }

    .photo_slider .swiper-slide{
        line-height: 0;
    }

    .photo_slider .swiper-button-prev,
    .photo_slider .swiper-button-next{
        width: 2.9vw;
        height: 6.0vw;
    }

    .photo_slider .swiper-button-prev:hover,
    .photo_slider .swiper-button-next:hover{
        opacity: 1;
    }

    .photo_slider .swiper-button-next{
        right: 1.5vw;
    }

    .photo_slider .swiper-button-prev{
        left: 1.5vw;
    }

    /* box_btn */
    .box_btn a{
        width: 60.0vw;
        max-width: 100%;
        height: 8.1vw;
    }

    .box_btn.h96 a{
        height: 9.6vw;
    }

    .box_btn.h71 a{
        height: 7.1vw;
    }

    .box_btn.gray a{
        background: #868686;
        border: 1px solid #868686;
    }

    .box_btn.small a{
        width: 49.1vw;
    }

    .box_btn .txt{
        font-size: 2.2vw;
    }

    .box_btn.small .txt{
        font-size: 2.0vw !important;
    }

    .box_btn .icon{
        margin: .2vw 0 0 2.2vw;
        width: 2.4vw;
    }

    .box_btn .icon path,
    .box_btn .icon circle,
    .box_btn .txt,
    .box_btn a{
        transition: .3s;
    }

    .box_btn a:hover{
        background: #fff;
    }

    .box_btn a:hover .txt{
        color: #000;
    }

    .box_btn a:hover path{
        fill: #fff;
    }

    .box_btn a:hover circle{
        fill: #000;
    }

    /* archive_block */
    .archive_inner_wrap{
        padding: 3.5vw 0 0;
    }

    .archive_block .top_title{
        margin: 6.0vw 0 0;
        font-size: 2.4vw;
    }

    .archive_block .list{
        margin: 6.4vw 0 0;
    }

    .archive_block .list > li{
        margin: 8.0vw 0 0;
        display: flex;
    }

    .archive_block .list .thm{
        width: 26.0vw;
    }

    .archive_block .list .text_box{
        margin: 0 0 0 auto;
        padding: .3vw 0 0;
        width: 49.1vw;
        box-sizing: border-box;
    }

    .archive_block .list.thm_none .text_box{
        margin: 0 auto;
    }

    .archive_block .list .text_box h3{
        margin: 0 0 2.5vw;
        padding: 0 .5vw 1.0vw;
        font-size: 2.2vw;
    }

    /* border_box */
    .border_box{
        margin: 3.5vw auto 0;
        padding: 2.8vw;
    }

    /* link_list */
    .link_list{
        margin: 4.0vw auto 0;
    }

    .link_list > li{
        margin: 2.0vw auto 0;
    }


    /* fast_7_section
       ================================================================== */
    .fast_7_section{
        padding: 3.7vw 0;
    }

    .fast_7_section .detail_block{
        padding: 2.3vw 2.9vw 3.0vw;
    }


    /* three_indicators
       ================================================================== */
    .three_indicators .detail_block{
        padding: 3.4vw 0 4.2vw;
    }

    .three_indicators ul{
        margin: 2.8vw 0 0;
        display: flex;
        justify-content: space-between;
    }

    .three_indicators ul > li{
        margin: 0 0 0;
        padding: 3.4vw 1.5vw 1.5vw 2.5vw;
        width: 27.0vw;
        min-height: 30.0vw;
        box-sizing: border-box;
    }

    .three_indicators ul .numbers{
        top: 1.1vw;
        left: 2.1vw;
        width: 7.0vw;
    }

    .three_indicators ul h4{
        padding-right: 1.0vw;
        font-size: 2.0vw !important;
    }

    .three_indicators ul p{
        margin: 2.5vw 0 0 !important;
        font-size: 1.5vw !important;
        line-height: 2.4vw !important;
    }


    /* photo_txt_block
       ================================================================== */
    .photo_txt_block{
        margin: 2.5vw 0 0;
        display: flex;
        align-items: center;
    }

    .photo_txt_block.right{
        flex-direction: row-reverse;
    }

    .photo_txt_block .photo{
        margin: 0 !important;
        width: 34.8vw;
    }

    .photo_txt_block .txt_box{
        padding: 2.0vw 5.5vw;
        width: calc(100% - 34.8vw);
        box-sizing: border-box;
    }

    .photo_txt_block.right .txt_box{
        padding-right: 3.0vw;
        padding-left: 4.0vw;
    }

    /* photo375 */
    .photo_txt_block.photo375 .photo{
        width: 37.5vw;
    }

    .photo_txt_block.photo375 .txt_box{
        width: calc(100% - 37.5vw);
    }

    /* photo356 */
    .photo_txt_block.photo356 .photo{
        width: 35.6vw;
    }

    .photo_txt_block.photo356 .txt_box{
        width: calc(100% - 35.6vw);
    }


}
@media screen and (min-width : 1100px){   


    /* kv
       ================================================================== */
    .kv{
        padding: 0;
    }

    .kv .inner{
        padding: 0 50px;
        max-width: 1300px;
    }

    .kv .top_block{
        padding: 1px 20px 25px;
        height: 100vh;
    }

    .kv .vision_block{
        min-height: 700px;
    }

    .kv .kv_vision{
        padding: 55px 0 0;
    }

    .kv .kv_vision h1{
        width: 483px;
    }

    .kv .kv_vision p{
        margin: 70px 0 0;
        font-size: 16px;
        line-height: 306%;
    }


    /* new_future
       ================================================================== */
    .new_future{
        padding: 75px 0 77px;
    }

    .new_future.catch_block{
        padding-bottom: 50px;
    }

    .new_future.powered .inner{
        max-width: 1200px;
    }

    .new_future.powered{
        margin-top: 70px;
    }

    .new_future .border_top_box{
        padding-top: 90px;
        width: 900px;
    }

    .new_future .catch_title{
        margin: 0 auto;
        padding: 0 0 40px;
        font-size: 28px;
        line-height: 54px;
        letter-spacing: 0.28em;
        border-bottom-width: 5px;
        width: 900px;
    }

    .new_future .catch_title .siz_l{
        font-size: 39px;
    }

    .new_future .youtube{
        margin: 55px auto 0;
        width: 631px;
    }

    .new_future .youtube iframe{
        height: 351px;
    }

    .new_future .flets_photo{
        margin: 49px auto 0;
        width: 626px;
    }

    .new_future .flets_text{
        margin-top: 15px;
    }

    .new_future .list{
        margin: 77px 0 0;
        display: flex;
        justify-content: space-between;
    }

    .new_future .list > li{
        margin: 0;
        width: 164px;
        height: 164px;
    }

    .new_future .list h3{
        font-size: 15px;
    }

    .new_future .list h3.jpn{
        margin: 3px 0 0;
        font-size: 17px;
    }
   

    /* pickup_cv
       ================================================================== */
    .pickup_cv{
        margin: 14px 0 110px;
    }

    .pickup_cv .box{
        margin: 0 auto;
        padding: 16px 20px 37px;
        width: 900px;
        box-sizing: border-box;
    }

    .pickup_cv .box .title{
        font-size: 24px;
        line-height: 31px;
    }

    .pickup_cv .box .pickup_btn{
        bottom: -40px;
        width: 64px;
    }


    /* pickup_block
       ================================================================== */
    .pickup_block{
        margin: 70px 0 60px;
        padding: 38px 0 96px;
    }

    .pickup_block .top_box{
        padding: 0 82px;
    }

    .pickup_block .inner{
        max-width: 1200px;
        box-sizing: border-box;
    }
   
    .pickup_block .pickup_ttl{
        margin: 25px 0 0;
        padding: 14px;
        text-align: center;
    }

    .pickup_block .pickup_ttl .inner{
        padding-right: 85px;
        font-size: 22px;
    }

    .pickup_block .list{
        margin: 0 auto;
        padding: 24px 0 0;
        font-size: 0;
        width: 900px;
    }

    .pickup_block .list > li{
        margin: 36px 3.5% auto 0;
        width: 31%;
        position: relative;
    }

    .pickup_block .list > li:nth-child(3n+3){
        margin-right: 0;
    }

    .pickup_block .list li a{
        padding: 16px 25px 48px;
    }

    .pickup_block .list li a::before{
        width: 43px;
        height: 43px;
        top: -6px;
        left: -4px;
    }

    .pickup_block .list li a::after{
        width: 22px;
        height: 22px;
        bottom: 22px;
        right: 22px;
    }

    .pickup_block .list li .business_name{
        font-size: 11px;
    }

    .pickup_block .list li .service_name{
        margin: 17px 0 0;
        font-size: 14px;
        height: 20px;
    }

    .pickup_block .list li .photo{
        margin: 2px auto 0;
        position: relative;
        height: 78px;
    }

    .pickup_block .list li .photo img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .pickup_block .list li .introduction_text{
        margin: 8px 0 0;
        padding: 21px 0 0;
        font-size: 16px;
        line-height: 30px;
        height: 152px;
    }


    /* flets_text
       ================================================================== */
    .flets_text{
        margin: 15px auto 0;
        width: 872px;
    }

    .flets_text > p{
        padding: 0 0 0 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .flets_text .border_note{
        margin: 5px auto 0;
        padding: 4px;
    }

    .flets_text .border_note p{
        font-size: 12px !important;
        line-height: 20px !important;
    }


    /* index_contents_block
       ================================================================== */
    .index_contents_block{
        padding: 50px 82px 76px 0;
    }

    .index_contents_block .top{
        margin: 45px 0 0;
        padding: 42px 50px 42px 0;
    }

    .index_contents_block .bottom{
        padding: 12px 50px 0;
    }

    .index_contents_block .flets_text{
        margin-top: 38px;
    }

    .index_contents_block .bottom ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .index_contents_block .bottom ul li{
        margin: 30px 0 0;
        width: 438px;
    }

    .index_contents_block .bottom ul li + li{
        padding: 0 0 0;
    }

    .index_contents_block .box{
        transition: .3s;
    }

    .index_contents_block a.box:hover{
        opacity: .5;
    }

    .index_contents_block .photo{
        border-radius: 8px;
    }

    .index_contents_block .photo img{
        width: 100%;
        object-fit: cover;
        aspect-ratio: 438 / 256;
    }

    .index_contents_block .text_box{
        padding: 10px 13px 10px;
        box-sizing: border-box;
    }

    .index_contents_block .text_top{
        font-size: 0;
    }

    .index_contents_block .tags{
        display: inline-block;
    }

    .index_contents_block .tag{
        margin: 0 0 3px;
        padding: 5px 20px;
        min-width: 110px;
        font-size: 13px;
    }

    .index_contents_block .tag.w90{
        min-width: 90px;
    }

    .index_contents_block .tag + .tag{
        margin-left: 3px;
    }

    .index_contents_block .title{
        margin-right: -30px;
        font-size: 16px;
    }

    .index_contents_block .text{
        font-size: 16px;
        line-height: 30px;
    }

    .index_contents_block .text_box .siz_12{
        font-size: 12px;
    }

    .index_contents_block .text_box .siz_14{
        font-size: 14px;
    }

    .index_contents_block .bottom .text{
        min-height: 60px;
    }

    .index_contents_block .detail_btn{
        padding: 5px 0 0;
    }

    .index_contents_block .detail_btn_txt{
        font-size: 16px;
    }

    /* top */
    .index_contents_block .top .box{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index_contents_block .top .photo{
        width: 50%;
    }

    .index_contents_block .top .article_box{
        padding: 0 0 0 26px;
        width: 50%;
        box-sizing: border-box;
    }

    .index_contents_block .top .text_box{
        padding: 0 0 13px;
    }

    .index_contents_block .top .title{
        font-size: 22px;
        line-height: 40px;
    }

    .index_contents_block .top .text{
        font-size: 24px;
        line-height: 33px;
    }

    .index_contents_block .top .text .siz_21{
        font-size: 21px;
    }
    .index_contents_block .top .text .siz_14{
        font-size: 14px;
    }
    .index_contents_block .top .text.siz_19,
    .index_contents_block .top .text .siz_19{
        font-size: 19px;
        line-height: 33px;
    }

    .index_contents_block .top .detail_btn{
        padding: 18px 20px 0;
    }

    .index_contents_block .top .detail_btn_txt{
        font-size: 18px;
    }


    /* cv
       ================================================================== */
    .cv{
        margin: 75px 82px 0;
    }

    .pad_bottom.cv{
        padding-bottom: 70px;
    }

    .cv .bg{
        padding: 40px 0 55px;
    }

    .cv .inner{
        padding-left: 0;
        padding-right: 0;
    }

    .cv p{
        font-size: 18px;
    }

    .cv p .icon_note{
        font-size: 10px;
    }

    .cv p.note{
        margin: 10px 0 0;
        font-size: 14px;
    }

    .cv h2{
        margin: 5px 0 38px;
        font-size: 38px;
    }

    .cv h2 strong{
        background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,#E6ED38 70%,#E6ED38 100%);
    }
   
    .cv p.note .upper{
        font-size: 12px;
    }

    .cv .note_block{
        margin: 30px 0 0;
    }

    .cv .note_block p{
        margin: 0 auto;
        font-size: 14px;
        width: 695px;
    }


    /* with_block
       ================================================================== */
    .with_block{
        padding: 60px 82px 20px;
    }

    .with_block .inner{
        max-width: 1200px;
    }

    .with_block .scroll_box{
        margin: 46px auto 0;
        padding: 0 0 0;
        overflow-x: auto;
    }

    .with_block ul{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .with_block ul > li{
        width: calc((100% / 3) - 7px);
    }

    .with_block ul .text_box{
        padding: 10px 20px 0;
    }

    .with_block ul .text_box p{
        font-size: 16px;
        line-height: 30px;
    }

    .with_block ul .text_box p .upper{
        font-size: 10px;
    }

    .with_block ul .text_box .note_number{
        font-size: 10px;
        vertical-align: text-bottom;
    }

    .with_block .note_block{
        margin: 25px 20px 0;
        padding: 20px 0 0;
    }

    .with_block .note_block p{
        font-size: 12px;
        line-height: 20px;
        max-width: 1128px;
    }


    /* banners
       ================================================================== */
    .banners{
        margin: 25px 0 0;
		text-align: center;
    }

    .banners > div{
        margin: 25px auto 0;
        width: 900px;
    }

    .banners > div + div{
        margin-top: 50px;
    }

    .banners > .note_in{
        margin-bottom: -31px;
    }

    .banners > div .note{
        margin: 3px 0 0;
        font-size: 16px;
    }


    /* pankz
       ================================================================== */
    .pankz{
        margin: 50px auto 0;
        padding: 0 50px;
        box-sizing: border-box;
    }

    .pankz > li{
        margin: 0 27px 15px 0;
    }

    .pankz > li::before{
        width: 7px;
        height: 27px;
        left: calc(100% + 10px);
    }

    .pankz > li > span,
    .pankz > li a{
        font-size: 16px;
    }


    /* content_detail_kv
       ================================================================== */
    .content_detail_kv{
        margin: 50px 0 0;
    }

    .content_detail_kv .data_box{
        padding: 0 0 20px;
        display: flex;
    }

    .content_detail_kv .data_box .tag_title{
        font-size: 0;
    }

    .content_detail_kv .data_box .tags{
        margin-right: 10px;
        font-size: 0;
        line-height: 0;
        display: inline-block;
    }

    .content_detail_kv .data_box .tag{
        margin: 0 0 3px;
        padding: 5px 20px;
        min-width: 100px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .content_detail_kv .data_box .tag + .tag{
        margin-left: 3px;
    }

    .content_detail_kv .data_box .title{
        font-size: 16px;
    }

    .content_detail_kv .data_box .date{
        margin-left: auto;
        font-size: 16px;
    }


    /* content_detail_wrap
       ================================================================== */
    .content_detail_wrap .content_detail_kv .inner{
        padding: 0 50px;
    }

    .content_detail_wrap .inner{
        padding: 0 50px;
    }

    .content_detail_wrap .detail_section{
        margin: 80px 0 0;
    }

    .content_detail_wrap .detail_block{
        margin: 35px 0 0;
    }

    .content_detail_wrap .detail_block.border_top{
        margin: 45px 0 0;
        padding-top: 40px;
    }

    .content_detail_wrap .h1_title{
        padding: 0 0 15px;
        font-size: 32px;
        line-height: 46px;
    }

    .content_detail_wrap .h1_title .siz_s{
        font-size: 22px;
    }
    .content_detail_wrap .h1_title.siz_24{
        font-size: 24px;
        line-height: 33px;
    }
    .content_detail_wrap .h1_title .siz_14{
        font-size: 14px;
    }

    .content_detail_wrap .h2_title{
        padding: 0 0 15px;
        font-size: 26px;
        line-height: 32px;
    }

    .content_detail_wrap .h2_title.siz_19{
        font-size: 19px;
    }

    .content_detail_wrap .h3_title{
        padding: 0 0 0 42px;
        font-size: 18px;
    }

    .content_detail_wrap .h3_title::before{
        width: 40px;
        top: 14px;
    }

    .content_detail_wrap .right_border_ttl{
        margin: 0 0 12px;
    }

    .content_detail_wrap .right_border_ttl > span{
        padding: 0 10px 0 0;
        font-size: 20px;
    }

    .content_detail_wrap .right_border_ttl > span::before{
        top: 19px;
    }

    .content_detail_wrap .photo{
        margin: 25px 0 0;
    }

    .content_detail_wrap .photo.max642{
        max-width: 642px;
    }

    .content_detail_wrap .text_inner_box{
        padding: 24px 33px 0;
    }

    .content_detail_wrap .text_inner_box .flets_text{
        margin: 35px -10px 0;
    }

    .content_detail_wrap .text_inner_box .flets_text .border_note{
        margin: 5px 0;
    }

    .content_detail_wrap .content_detail_kv .inner > p,
    .content_detail_wrap .detail_section p{
        margin: 20px 0 0;
        font-size: 16px;
        line-height: 34px;
    }

    .content_detail_wrap .content_detail_kv .inner > p{
        padding: 0 23px;
    }

    .content_detail_wrap p.siz_s{
        font-size: 14px;
    }
	
    .content_detail_wrap .siz_12{
        font-size: 12px !important;
    }

    .content_detail_wrap .siz_13{
        font-size: 13px !important;
    }

    .content_detail_wrap .siz_18{
        font-size: 18px !important;
        line-height: 34px !important;
    }

    .content_detail_wrap .siz_20{
        font-size: 20px !important;
        line-height: 32px !important;
    }

    .content_detail_wrap .siz_23{
        font-size: 23px !important;
        line-height: 34px !important;
    }

    .content_detail_wrap .siz_24{
        font-size: 24px !important;
        line-height: 34px !important;
    }

    .content_detail_wrap .siz_28{
        font-size: 28px !important;
        line-height: 34px !important;
    }

    .content_detail_wrap .notes{
	text-align: center;
	font-size: 14px;
    line-height: 170%;
    }

    .content_detail_wrap .mat5{
        margin-top: 5px !important;
    }

    .content_detail_wrap .mat15{
        margin-top: 15px !important;
    }

    .content_detail_wrap .mat40{
        margin-top: 40px !important;
    }

    .content_detail_wrap .mat50{
        margin-top: 50px !important;
    }

    .content_detail_wrap .mat80{
        margin-top: 80px !important;
    }

    .content_detail_wrap .mat140{
        margin-top: 140px !important;
    }

    .content_detail_wrap .normal_table{
        margin: 10px auto 0;
    }

    .content_detail_wrap .normal_table th,
    .content_detail_wrap .normal_table td{
        padding: 12px  47px;
        font-size: 16px;
        letter-spacing: 0.09em;
    }

    .content_detail_wrap .normal_table tr td:nth-child(1){
        padding-right: 10px;
    }

    /* photo_slider */
    .photo_slider{
        line-height: 0;
    }

    .photo_slider .swiper-slide{
        line-height: 0;
    }

    .photo_slider .swiper-button-prev,
    .photo_slider .swiper-button-next{
        width: 29px;
        height: 60px;
    }

    .photo_slider .swiper-button-next{
        right: 15px;
    }

    .photo_slider .swiper-button-prev{
        left: 15px;
    }

    /* box_btn */
    .box_btn a{
        width: 600px;
        max-width: 100%;
        height: 81px;
    }

    .box_btn.h96 a{
        height: 96px;
    }

    .box_btn.h71 a{
        height: 71px;
    }

    .box_btn.small a{
        width: 491px;
    }

    .box_btn .txt{
        font-size: 22px;
    }

    .box_btn.small .txt{
        font-size: 20px !important;
    }

    .box_btn .icon{
        margin: 2px 0 0 22px;
        width: 24px;
    }

    /* archive_block */
    .archive_inner_wrap{
        padding: 35px 38px 0 27px;
    }

    .archive_block .top_title{
        margin: 60px 0 0;
        font-size: 24px;
    }

    .archive_block .list{
        margin: 64px 0 0;
    }

    .archive_block .list > li{
        margin: 80px 0 0;
        display: flex;
    }

    .archive_block .list .thm{
        width: 260px;
    }

    .archive_block .list .text_box{
        margin: 0 0 0 auto;
        padding: 3px 0 0;
        width: 491px;
        box-sizing: border-box;
    }

    .archive_block .list.thm_none .text_box{
        margin: 0 auto;
    }

    .archive_block .list .text_box h3{
        margin: 0 0 25px;
        padding: 0 5px 10px;
        font-size: 22px;
    }

    /* border_box */
    .border_box{
        margin: 35px auto 0;
        padding: 28px;
    }

    /* link_list */
    .link_list{
        margin: 40px auto 0;
    }

    .link_list > li{
        margin: 20px auto 0;
    }


    /* fast_7_section
       ================================================================== */
    .fast_7_section{
        padding: 37px 0;
    }

    .fast_7_section .detail_block{
        padding: 23px 29px 30px;
    }


    /* three_indicators
       ================================================================== */
    .three_indicators .detail_block{
        padding: 34px 0 42px;
    }

    .three_indicators ul{
        margin: 28px 0 0;
        display: flex;
        justify-content: space-between;
    }

    .three_indicators ul > li{
        margin: 0 0 0;
        padding: 34px 15px 15px 25px;
        width: 280px;
        min-height: 280px;
        box-sizing: border-box;
    }

    .three_indicators ul .numbers{
        top: 11px;
        left: 21px;
        width: 70px;
    }

    .three_indicators ul h4{
        padding-right: 10px;
        font-size: 20px !important;
    }

    .three_indicators ul p{
        margin: 25px 0 0 !important;
        font-size: 15px !important;
        line-height: 24px !important;
    }


    /* photo_txt_block
       ================================================================== */
    .photo_txt_block{
        margin: 25px 0 0;
        display: flex;
        align-items: center;
    }

    .photo_txt_block.right{
        flex-direction: row-reverse;
    }

    .photo_txt_block .photo{
        margin: 0 !important;
        width: 348px;
    }

    .photo_txt_block .txt_box{
        padding: 20px 55px;
        width: calc(100% - 348px);
        box-sizing: border-box;
    }

    .photo_txt_block.right .txt_box{
        padding-right: 30px;
        padding-left: 40px;
    }

    .photo_txt_block .txt_box.pal70{
        padding-left: 70px;
    }

    /* photo375 */
    .photo_txt_block.photo375 .photo{
        width: 375px;
    }

    .photo_txt_block.photo375 .txt_box{
        width: calc(100% - 375px);
    }

    /* photo356 */
    .photo_txt_block.photo356 .photo{
        width: 356px;
    }

    .photo_txt_block.photo356 .txt_box{
        width: calc(100% - 356px);
    }


}
@media screen and (min-width : 1200px){
 

    /* index_contents_block
       ================================================================== */
    .index_contents_block .block_title{
        margin-left: -50px;
    }
   
    .index_contents_block .top{
        margin: 45px -50px 0;
        padding: 42px 0;
    }
   
    /* top */
    .index_contents_block .top .box{
        justify-content: flex-start;
    }

    .index_contents_block .top .photo{
        margin-right: 32px;
        width: 569px;
    }

    .index_contents_block .top .article_box{
        width: 450px;
    }
   
}

.index_contents_block .top .flets_text{
    position: relative;
    z-index: 10;
}

.content09_btn_box{
    margin: 8vw 0 6vw 0;
}
.content09_block{
    padding: 8vw 0 6vw 0;
}
.content09_block .inner{
}
.content09_block .end_text{
    margin: 0 auto 6vw;
    text-align: center;
}
.content09_block .end_text > span{
    padding: 0 2vw 3vw;
    position: relative;
    font-size: 4vw;
    line-height: 150%;
    font-weight: 700;
    color: #DB2929;
    border-bottom: 2px solid #C3C3C3;
    display: inline-block;
}
.content09_block .top{
    padding-bottom: 3vw;
    position: relative;
    font-size: 4vw;
    font-weight: 900;
    color: #191919;
    text-align: center;
}
.content09_block .top::after{
    content: "";
    width: 40vw;
    height: 2px;
    background: #000;
    position: absolute; bottom: 0; left: 50%;
    transform: translateX(-50%);
}
.content09_block .start{
    padding: 6vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content09_block .start .acc{
    width: 16vw;
    height: 16vw;
    background: linear-gradient(90deg , #157DC3 , #64B7ED);
    border-radius: 8vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.content09_block .start .acc::after{
    content: "";
    width: 13vw;
    height: 13vw;
    border: 1px solid #FFF;
    border-radius: 6.5vw;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.content09_block .start .acc div{
}
.content09_block .start .acc span{
    display: block;
    font-size: 4.5vw;
    line-height: 1.2;
    font-weight: 900;
    color: #FFF;
    letter-spacing: 0.129em;
}
.content09_block .start .acc span + span{
    font-size: 3.5vw;
}
.content09_block .start .text{
    margin-left: 4vw;
    font-size: 5.2vw;
    font-weight: 900;
    color: #000;
    letter-spacing: 0.099em;
}
.content09_block .start .text span{
    font-size: 4.2vw;
}
.content09_block .meet{
    padding: 10vw 0;
    position: relative;
    font-weight: 900;
    color: #191919;
    text-align: center;
}
.content09_block .meet::before,
.content09_block .meet::after{
    content: "";
    width: 40vw;
    height: 4vw;
    background: url(../images/content09/webp/acc.webp) no-repeat;
    background-size: 100% 100%;
    position: absolute; left: 50%;
    transform: translateX(-50%);
}
.content09_block .meet::before{
    top: 0;
}
.content09_block .meet::after{
    bottom: 0;
}
.content09_block .meet .title{
    font-size: 5.5vw;
    letter-spacing: 0.129em;
}
.content09_block .meet .box{
    margin-top: 3vw;
}
.content09_block .meet .logo{
    width: 90%;
    margin: 0 auto;
}
.content09_block .meet .text{
    margin-top: 1vw;
    font-size: 7vw;
    letter-spacing: 0.07em;
}
.content09_block .meet .small_text{
    margin-top: 3vw;
    font-size: 3.5vw;
    font-weight: 400;
}
.content09_block .app{
    margin-top: 6vw;
    color: #191919;
    text-align: center;
}
.content09_block .app .title{
    font-size: 4.2vw;
    font-weight: 900;
    letter-spacing: 0.129em;
}
.content09_block .app .title .siz_23{
    font-size: 4.5vw;
    color: #FF0000;
}
.content09_block .app .title .siz_30{
    font-size: 6vw;
    color: #FF0000;
}
.content09_block .app .title .siz_25{
    font-size: 4.8vw;
    color: #FF0000;
}
.content09_block .box_btn{
    margin-top: 4vw;
}
.content09_block .box_btn a{
    border: none;
    background: linear-gradient(135deg, rgba(161,205,242,1) 0%, rgba(64,151,234,1) 35%, rgba(43,128,214,1) 100%);
}
.content09_block .box_btn a path{
    fill: #2B80D6;
}
.content09_block .box_btn.end_btn a{
    pointer-events: none;
    background: linear-gradient(135deg, #B2B1B1 0%, #A3A3A3 35%, #767676 100%);
}
.content09_block .box_btn.end_btn a .icon{
    margin: 1.2vw 0 0 2vw;
    width: 9vw;
}
.content09_block .box_btn.end_btn a path{
    fill: #A7A7A7;
}
.content09_block .box_btn.end_btn a .txt{
    color: #BABABA;
}
.content09_block .txt{
}
.content09_block .caution{
    margin-top: 2vw;
    font-size: 3.5vw;
    letter-spacing: 0.05em;
}
.content09_block .device_used{
    margin: 10vw auto 0;
}
.content09_block .device_used h3{
    width: 70vw;
    line-height: 0;
}
.content09_block .device_used h3 img{
    width: 100%;
}
.content09_block .device_used p{
    margin: 2vw 0 0;
    padding: 5vw;
    font-size: 3.8vw;
    border: 3px solid #2B80D6;
}

@media screen and (min-width : 500px){
    .content09_btn_box{
        margin: 4vw 0 3vw 0;
    }
    .content09_block{
        padding: 6vw 0 4vw 0;
    }
    .content09_block .end_text{
        margin: 0 auto 7.0vw;
    }
    .content09_block .end_text > span{
        padding: 1.5vw 1.5vw;
        min-width: 63.4vw;
        font-size: 2.4vw;
        line-height: 3.5vw;
        letter-spacing: 0.17em;
    }
    .content09_block .top{
        padding-bottom: 2vw;
        font-size: 3vw;
    }
    .content09_block .top::after{
        width: 25vw;
    }
    .content09_block .start{
        padding: 4vw 0;
    }
    .content09_block .start .acc{
        width: 10vw;
        height: 10vw;
        border-radius: 5vw;
    }
    .content09_block .start .acc::after{
        width: 9vw;
        height: 9vw;
        border-radius: 4.5vw;
    }
    .content09_block .start .acc span{
        font-size: 3.4vw;
        line-height: 1.1;
    }
    .content09_block .start .acc span + span{
        font-size: 2.6vw;
    }
    .content09_block .start .text{
        width: calc(100% - 12vw);
        margin-left: 2vw;
        font-size: 3.5vw;
    }
    .content09_block .start .text span{
        font-size: 3vw;
    }
    .content09_block .meet{
        padding: 7vw 0;
    }
    .content09_block .meet::before,
    .content09_block .meet::after{
        width: 25vw;
        height: 2.5vw;
    }
    .content09_block .meet .title{
        font-size: 3.8vw;
    }
    .content09_block .meet .box{
        margin-top: 2vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content09_block .meet .logo{
        width: 35vw;
        margin: 0;
    }
    .content09_block .meet .text{
        margin: 0 0 0 2vw;
        font-size: 4vw;
    }
    .content09_block .meet .small_text{
        margin-top: 2vw;
        font-size: 2.2vw;
    }
    .content09_block .app{
        margin-top: 4vw;
    }
    .content09_block .app .title{
        font-size: 3.2vw;
        line-height: 1.2;
    }
    .content09_block .app .title .siz_23{
        font-size: 3.5vw;
    }
    .content09_block .app .title .siz_30{
        font-size: 4.5vw;
    }
    .content09_block .app .title .siz_25{
        font-size: 3.8vw;
    }
    .content09_block .box_btn{
        margin-top: 3vw;
    }
    .content09_block .box_btn.end_btn a .icon{
        margin: 1.0vw 0 0 2.2vw;
        width: 4.4vw;
    }
    .content09_block .caution{
        margin-top: 2vw;
        font-size: 2vw;
        letter-spacing: 0.129em;
    }
    .content09_block .device_used{
        margin: 11.0vw auto 0;
        width: 81.2vw;
    }
    .content09_block .device_used h3{
        width: 33.7vw;
    }
    .content09_block .device_used p{
        margin: 1.2vw 0 0;
        padding: 4.5vw 6.0vw;
        font-size: 1.8vw;
        line-height: 2.6vw;
    }
}
@media screen and (min-width : 1100px){
    .content09_btn_box{
        margin: 40px 0;
    }
    .content09_block{
        padding: 80px 0 110px 0;
    }
    .content09_block .end_text{
        margin: 0 auto 70px;
    }
    .content09_block .end_text > span{
        padding: 0 15px 15px;
        min-width: 634px;
        font-size: 24px;
        line-height: 35px;
    }
    .content09_block .top{
        padding-bottom: 18px;
        font-size: 22px;
    }
    .content09_block .top::after{
        width: 232px;
    }
    .content09_block .start{
        padding: 48px 0 53px 0;
    }
    .content09_block .start .acc{
        width: 72px;
        height: 72px;
        border-radius: 36px;
    }
    .content09_block .start .acc::after{
        width: 64px;
        height: 64px;
        border-radius: 32px;
    }
    .content09_block .start .acc span{
        font-size: 21px;
        line-height: 1.1;
    }
    .content09_block .start .acc span + span{
        font-size: 15px;
    }
    .content09_block .start .text{
        width: auto;
        margin-left: 13px;
        font-size: 28px;
    }
    .content09_block .start .text span{
        font-size: 22px;
    }
    .content09_block .meet{
        padding: 55px 0;
    }
    .content09_block .meet::before,
    .content09_block .meet::after{
        width: 245px;
        height: 23px;
    }
    .content09_block .meet .title{
        font-size: 26px;
    }
    .content09_block .meet .box{
        margin-top: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content09_block .meet .logo{
        width: 426px;
        margin: 0;
    }
    .content09_block .meet .text{
        margin: 0 0 0 8px;
        font-size: 39px;
    }
    .content09_block .meet .small_text{
        margin-top: 11px;
        font-size: 15px;
    }
    .content09_block .app{
        margin-top: 64px;
    }
    .content09_block .app .title{
        font-size: 20px;
    }
    .content09_block .app .title .siz_23{
        font-size: 23px;
    }
    .content09_block .app .title .siz_30{
        font-size: 30px;
    }
    .content09_block .app .title .siz_25{
        font-size: 25px;
    }
    .content09_block .box_btn{
        margin-top: 22px;
    }
    .content09_block .box_btn.end_btn a .icon{
        margin: 9px 0 0 22px;
        width: 44px;
    }
    .content09_block .box_btn a:hover{
        border: 1px solid #4097EA;
        background: #FFF;
        color: #4097EA;
    }
    .content09_block .box_btn a:hover .txt{
        color: #4097EA;
    }
    .content09_block .box_btn a:hover path{
        fill: #FFF;
    }
    .content09_block .box_btn a:hover circle{
        fill: #4097EA;
    }
    .content09_block .caution{
        margin-top: 6px;
        font-size: 15px;
    }
    .content09_block .device_used{
        margin: 110px auto 0;
        width: 812px;
    }
    .content09_block .device_used h3{
        width: 337px;
    }
    .content09_block .device_used p{
        margin: 12px 0 0;
        padding: 45px 60px;
        font-size: 18px;
        line-height: 26px;
    }

}
