@charset "utf-8";
/* CSS Document */


/* under_kv
   ================================================================== */
.under_kv{
	margin: 0 0 12vw;
	position: relative;
}

.under_kv:before{
	content: "";
    margin: auto;
	background: #ddd;
	width: calc(100% - 6vw);
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
    right: 0;
}

.under_kv .inner{
	padding-top: 12vw;
	padding-bottom: 12vw;
}

.under_kv .page_title > span{
	display: block;
    color: #1A1311;
    line-height: 1;
}

.under_kv .page_title .eng{
	font-size: 10vw;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.under_kv .page_title .jpn{
    margin: 5vw 0 0;
    padding: 0 0 0 8vw;
	font-size: 3.5vw;
    font-weight: 700;
    position: relative;
}

.under_kv .page_title .jpn:before{
	content: "";
	background: #FF6100;
	width: 5vw;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
}


/* block_title
   ================================================================== */
.block_title > span{
	display: block;
    color: #1A1311;
    line-height: 1;
    font-weight: 700;
}

.block_title .eng{
    padding: 0 0 0 10vw;
	font-size: 3.9vw;
    color: #FF6100;
    letter-spacing: 0.05em;
    position: relative;
}

.block_title .eng:before{
	content: "";
	background: #FFD900;
	width: 8vw;
	height: 1px;
	position: absolute;
	top: 60%;
	left: 0;
}

.block_title .jpn{
    margin: 3vw 0 0;
	font-size: 4.5vw;
    line-height: 150%;
}


/* kv
   ================================================================== */
.kv{
	padding: 0;
	position: relative;
    background: #FBF9F5;
}

.kv .inner{
    padding-top: 10vw;
    height: 116vw;
	display: flex;
    position: relative;
    box-sizing: border-box;
}

.kv .position_box{
    position: relative;
    z-index: 1;
}

/* catch */
.kv .catch{
    text-align: left;
}

/* line123 */
.kv .title > span{
    display: block;
    position: relative;
    line-height: 0;
}

/* lineの中の文字 */
.kv .title .text_cover{
    display: block;
    align-items: center;
    position: relative;
    text-align: left;
}

.kv .title .text_cover > span{
    opacity: 0;
    display: inline-block;
    line-height: 150%;
    font-weight: 900;
    font-family: 'Noto Sans JP';
    letter-spacing: 0.1em;
    position: relative;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

@keyframes anim_title_1 {
    0% {
        color: #096EC9;
        opacity: 1;
    }
    12% {
        color: #13887D;
    }
    24% {
        color: #AACC1E;
    }
    36% {
        color: #F49631;
    }
    48% {
        color: #F3D22A;
    }
    60% {
        color: #E8417D;
    }
    72% {
        color: #B3337E;
    }
    84% {
        color: #6C4484;
    }
    100% {
        color: #262924;
        opacity: 1;
    }
}

@keyframes anim_title_2 {
    0% {
        color: #096EC9;
        opacity: 1;
    }
    12% {
        color: #13887D;
    }
    24% {
        color: #AACC1E;
    }
    36% {
        color: #F49631;
    }
    48% {
        color: #F3D22A;
    }
    60% {
        color: #E8417D;
    }
    72% {
        color: #B3337E;
    }
    84% {
        color: #6C4484;
    }
    100% {
        color: #262924;
        opacity: 1;
    }
}

@keyframes anim_title_3 {
    0% {
        color: #096EC9;
        opacity: 1;
    }
    12% {
        color: #13887D;
    }
    24% {
        color: #AACC1E;
    }
    36% {
        color: #F49631;
    }
    48% {
        color: #F3D22A;
    }
    60% {
        color: #E8417D;
    }
    72% {
        color: #B3337E;
    }
    84% {
        color: #6C4484;
    }
    100% {
        color: #262924;
        opacity: 1;
    }
}

@keyframes anim_title_4 {
    0% {
        color: #096EC9;
        opacity: 1;
    }
    12% {
        color: #13887D;
    }
    24% {
        color: #AACC1E;
    }
    36% {
        color: #F49631;
    }
    48% {
        color: #F3D22A;
    }
    60% {
        color: #E8417D;
    }
    72% {
        color: #B3337E;
    }
    84% {
        color: #6C4484;
    }
    100% {
        color: #262924;
        opacity: 1;
    }
}

@keyframes anim_title_5 {
    0% {
        color: #096EC9;
        opacity: 1;
    }
    12% {
        color: #13887D;
    }
    24% {
        color: #AACC1E;
    }
    36% {
        color: #F49631;
    }
    48% {
        color: #F3D22A;
    }
    60% {
        color: #E8417D;
    }
    72% {
        color: #B3337E;
    }
    84% {
        color: #6C4484;
    }
    100% {
        color: #262924;
        opacity: 1;
    }
}

@keyframes anim_title_6 {
    0% {
        color: #096EC9;
        opacity: 1;
    }
    12% {
        color: #13887D;
    }
    24% {
        color: #AACC1E;
    }
    36% {
        color: #F49631;
    }
    48% {
        color: #F3D22A;
    }
    60% {
        color: #E8417D;
    }
    72% {
        color: #B3337E;
    }
    84% {
        color: #6C4484;
    }
    100% {
        color: #262924;
        opacity: 1;
    }
}

@keyframes anim_title_7 {
    0% {
        color: #096EC9;
        opacity: 1;
    }
    12% {
        color: #13887D;
    }
    24% {
        color: #AACC1E;
    }
    36% {
        color: #F49631;
    }
    48% {
        color: #F3D22A;
    }
    60% {
        color: #E8417D;
    }
    72% {
        color: #B3337E;


    }
    84% {
        color: #6C4484;
    }
    100% {
        color: #262924;
        opacity: 1;
    }
}

@keyframes anim_title_8 {
    0% {
        color: #096EC9;
        opacity: 1;
    }
    12% {
        color: #13887D;
    }
    24% {
        color: #AACC1E;
    }
    36% {
        color: #F49631;
    }
    48% {
        color: #F3D22A;
    }
    60% {
        color: #E8417D;
    }
    72% {
        color: #B3337E;
    }
    84% {
        color: #096EC9;
    }
    100% {
        color: #262924;
        opacity: 1;
    }
}

@keyframes anim_title_orange {
    0% {
        color: #096EC9;
        opacity: 1;
    }
    12% {
        color: #13887D;
    }
    24% {
        color: #AACC1E;
    }
    36% {
        color: #F49631;
    }
    48% {
        color: #F3D22A;
    }
    60% {
        color: #E8417D;
    }
    72% {
        color: #B3337E;
    }
    84% {
        color: #096EC9;
    }
    100% {
        color: #FF6100;
        opacity: 1;
    }
}

.kv .title .text_on .text_cover > span:nth-child(1){
    animation-name: anim_title_1;
    animation-delay: .5s;
}

.kv .title .text_on .text_cover > span:nth-child(2){
    animation-name: anim_title_2;
    animation-delay: .8s;
}

.kv .title .text_on .text_cover > span:nth-child(3){
    animation-name: anim_title_3;
    animation-delay: 1.3s;
}

.kv .title .text_on .text_cover > span:nth-child(4){
    animation-name: anim_title_4;
    animation-delay: 1s;
}

.kv .title .text_on .text_cover > span:nth-child(5){
    animation-name: anim_title_5;
    animation-delay: 1.6s;
}

.kv .title .text_on .text_cover > span:nth-child(6){
    animation-name: anim_title_5;
    animation-delay: 1.5s;
}

.kv .title .text_on .text_cover > span:nth-child(7){
    animation-name: anim_title_6;
    animation-delay: 1.2s;
}

.kv .title .text_on .text_cover > span:nth-child(8){
    animation-name: anim_title_7;
    animation-delay: 1.9s;
}

.kv .title .text_on .text_cover > span:nth-child(9){
    animation-name: anim_title_8;
    animation-delay: 2.3s;
}

.kv .title .text_on .text_cover > span:nth-child(10){
    animation-name: anim_title_1;
    animation-delay: .5s;
}

.kv .title .text_on .text_cover > span:nth-child(11){
    animation-name: anim_title_2;
    animation-delay: .8s;
}

.kv .title .text_on .text_cover > span:nth-child(12){
    animation-name: anim_title_3;
    animation-delay: 1.3s;
}

.kv .title .text_on .text_cover > span:nth-child(13){
    animation-name: anim_title_4;
    animation-delay: 1s;
}

.kv .title .text_on .text_cover > span:nth-child(14){
    animation-name: anim_title_5;
    animation-delay: 1.5s;
}

.kv .title .text_on .text_cover > span:nth-child(15){
    animation-name: anim_title_6;
    animation-delay: 2.3s;
}

.kv .title .text_on .text_cover > span:nth-child(16){
    animation-name: anim_title_7;
    animation-delay: 1.9s;
}

.kv .title .text_on .text_cover > span:nth-child(17){
    animation-name: anim_title_8;
    animation-delay: 1.3s;
}

.kv .title .text_on .text_cover > span:nth-child(18){
    animation-name: anim_title_1;
    animation-delay: .5s;
}

.kv .title .text_on .text_cover > span:nth-child(19){
    animation-name: anim_title_2;
    animation-delay: .8s;
}

.kv .title .text_on .text_cover > span:nth-child(20){
    animation-name: anim_title_3;
    animation-delay: 1.3s;
}

.kv .title .text_on .text_cover > span:nth-child(21){
    animation-name: anim_title_4;
    animation-delay: 1s;
}

.kv .title .text_on .text_cover > span:nth-child(22){
    animation-name: anim_title_5;
    animation-delay: 1.5s;
}

.kv .title .text_on .text_cover > span:nth-child(23){
    animation-name: anim_title_6;
    animation-delay: 1.2s;
}

.kv .title .text_on .text_cover > span:nth-child(24){
    animation-name: anim_title_7;
    animation-delay: 1.3s;
}

.kv .title .text_on .text_cover > span:nth-child(25){
    animation-name: anim_title_8;
    animation-delay: 2.3s;
}

.kv .title .text_on .text_cover > span:nth-child(26){
    animation-name: anim_title_4;
    animation-delay: 1s;
}

.kv .title .text_on .text_cover > span:nth-child(27){
    animation-name: anim_title_5;
    animation-delay: 1.5s;
}

.kv .title .text_on .text_cover > span:nth-child(28){
    animation-name: anim_title_6;
    animation-delay: 1.2s;
}

.kv .title .text_on .text_cover > span:nth-child(29){
    animation-name: anim_title_7;
    animation-delay: 1.9s;
}

.kv .title .text_on .text_cover > span:nth-child(30){
    animation-name: anim_title_8;
    animation-delay: 2.3s;
}

.kv .title .text_on .text_cover > span.orange{
    animation-name: anim_title_orange;
}

/* 点 */
.kv .title .text_cover > span.dot::before{
    content: "";
    margin: auto;
    width: 2vw;
    height: 2vw;
    background: #FF6100;
    position: absolute;
    bottom: calc(100% + .3vw);
    left: -1.5vw;
    right: 0;
    border-radius: 100px;
    opacity: 0;
}

.kv .title .text_on .text_cover > span::before{
    animation: anim_dot 2.5s ease-in-out forwards;
    animation-delay: 1.3s;
}

@keyframes anim_dot {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.kv .title .text_on .text_cover > .border::before{
    animation: anim_bordert 1.5s ease-in-out forwards;
    transform-origin: left 0;
    animation-delay: 2.3s;
}

@keyframes anim_bordert {
    0% {
        transform: scaleX(0);
        opacity: 0;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

.kv .title .text_on .text_cover > span:nth-child(1)::before{
    animation-delay: .05s;
}

.kv .title .text_on .text_cover > span:nth-child(2)::before{
    animation-delay: .8s;
}

.kv .title .text_on .text_cover > span:nth-child(3)::before{
    animation-delay: 1.3s;
}

.kv .title .text_on .text_cover > span:nth-child(6)::before{
    animation-delay: 1.5s;
}

/* border */
.kv .title .text_cover .border{
    position: relative;
}

.kv .title .text_cover .border:before{
	content: "";
	background: #FFE100;
	width: 32vw;
	height: 6vw;
	position: absolute;
	bottom: -2vw;
	left: 0;
    z-index: -1;
}

.kv .title .text_cover > span{
    opacity: 0;
    display: inline-block;
    line-height: 150%;
    font-weight: 900;
    font-family: 'Noto Sans JP';
    letter-spacing: 0.1em;
    position: relative;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

/* line1 */
.kv .title .line1{
    margin: 0 0 0;
    padding: 0 0 0;
}

.kv .title .line1 .text_cover > span{
    margin-top: 7vw;
    font-size: 10vw;
    line-height: 120%;
}

/* line2 */
.kv .title .line2{
    margin: 0 0 0;
    padding: 2vw 6vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #7D66B3;
    border-radius: 100px;
    opacity: 0;
    transform: translateY(20px);
    transition: .5s;
}

.kv .title .line2.text_on{
    opacity: 1;
    transform: translateY(0);
}

.kv .title .line2 span{
    font-size: 3.2vw;
    font-weight: 500;
    color: #fff;
    display: block;
    line-height: 150%;
}

/* item */
.kv .item{
    margin: 0;
    width: 27vw;
    top: 66vw;
    left: 78%;
    position: absolute;
    transition: 1s;
    opacity: 0;
    transform: translateY(-30px);
}

.kv .item.item_on{
    opacity: 1;
    transform: translateY(0);
}

.kv .item img{
    width: 100%;
}


/* loopslider
   ================================================================== */
#loopslider{
	padding: 0 0 0;
    visibility: hidden;
    display: flex;
    opacity: 0;
    transition: .5s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.infiniteslide_wrap #loopslider.item_on{
    visibility: visible;
    opacity: 1;
}

#loopslider li{
	padding: 0 10vw 0 0;
    font-size: 15vw;
    color: rgba(0,0,0,.09);
    line-height: .8;
    letter-spacing: 0;
    font-weight: 900;
}


/* fade_photo
   ================================================================== */
.fade_photo{
    height: 65vw;
    box-sizing: border-box;
	position: relative;
    overflow: hidden;
    border-radius: 0 0 50px 50px;
}

.fade_photo .alternate{
    height: 100%;
}

.fade_photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


/* privacy_block
   ================================================================== */
.privacy_block{
	margin: 0 0 0;
	position: relative;
}

.privacy_block .top_text{
	font-size: 3.5vw;
}

.privacy_block .list{
	margin: 10vw 0 0;
}

.privacy_block .list > li{
	margin: 10vw 0 0;
}

.privacy_block .list .f_ttl{
	font-size: 3.8vw;
    font-weight: 700;
}

.privacy_block .list .ttl{
	font-size: 3.5vw;
    font-weight: 700;
}

.privacy_block .list p{
	letter-spacing: 0.05em;
}

.privacy_block .list .subdivision,
.privacy_block .list .subdivision > li,
.privacy_block .list > li > p{
	margin: 3vw 0 0;
}

.privacy_block .list .subdivision > li > p,
.privacy_block .list > li > p{
	margin: 1vw 0 0;
}


/* contact_cv
   ================================================================== */
.contact_cv{
	margin: 0 0 0;
	position: relative;
}

.contact_cv .top_txt{
	font-size: 3.5vw;
}

.contact_cv .note{
	margin: 3vw 0 0;
	font-size: 3.0vw;
    color: #E74C3C;
}

.contact_cv .buttons{
	margin: 10vw 0 0;
}

.contact_cv .buttons > li{
	margin: 5vw 0 0;
    line-height: 0;
}

.contact_cv .buttons a{
    line-height: 0;
}

.contact_cv .buttons img{
    width: 100%;
}


/* company_section
   ================================================================== */
.company_section + .company_section{
    margin-top: 25vw;
}


/* message_block
   ================================================================== */
.message_block{
    padding: 0 0 0;
}

.message_block .flex{
    margin: 6vw 0 0;
}

.message_block .flex p{
    font-size: 3.6vw;
}

.message_block .text_box{
    padding: 10vw 0 0;
}

.message_block .photo{
    width: 60vw;
}

/* ceo */
.ceo{
    margin-top: 8vw;
    display: flex;
    justify-content: flex-end;
}

.ceo h3{
    width: 66vw;
    line-height: 0;
}

.ceo h3 img{
    width: 100%;
}

/* idea_behind */
.idea_behind{
    margin-top: 15vw;
    padding: 1px 3vw 5vw 5vw;
    border: 5px solid #F9F5D2;
    border-radius: 10px;
}

.idea_behind .site_logo{
    margin: -6vw 0 0;
}

.idea_behind .ttl{
    margin: 8vw 0 0;
    font-size: 4.5vw;
}

.idea_behind .txt{
    margin: 3vw 0 0;
}

.idea_behind .orange{
    color: #FF6100;
}


/* number_ol
   ================================================================== */
.number_ol{
    margin: 6vw auto 0;
}

.number_ol > li{
    padding: 5vw 3vw;
    position: relative;
    border-bottom: 1px dashed #FFD900;
}

.number_ol .number{
    font-size: 3.7vw;
    font-weight: 500;
    line-height: 1;
    color: #FF6100;
}

.number_ol p{
    margin: 2vw 0 0;
    font-size: 3.7vw;
}


/* design_table
   ================================================================== */
.design_table{
    margin-top: 6vw;
	width: 100%;
	box-sizing: border-box;
}

.design_table th,
.design_table td{
	width: 100%;
	display: block;
	font-weight: 400;
	border-bottom: none;
	box-sizing: border-box;
}

.design_table th,
.design_table td,
.design_table td p{
    font-size: 3.6vw;
    letter-spacing: 0.1em;
	line-height: 170%;
}

.design_table td a{
    font-size: inherit;
}

.design_table tr:nth-child(2n+2){
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.design_table tr:first-child{
	border-top: 1px solid #ddd;
}

.design_table tr:last-child{
	border-bottom: 1px solid #ddd;
}

.design_table th{
	padding: 5vw;
	font-weight: 700;
}

.design_table td{
	padding: 0 5vw;
}

.design_table td .border{
	padding: 5vw 0;
	border-top: 1px solid #ddd;
}

.design_table td .box + .box{
	margin-top: 5vw;
    padding-top: 5vw;
    border-top: 1px dashed #ddd;
}

.design_table td .ttl + p{
	margin: 1vw 0 0;
}


/* access
   ================================================================== */
.access .map{
    margin-top: 6vw;
	line-height: 0;
}

.access .map iframe{
    width: 100%;
    height: 80vw;
}


/* kv_bottom
   ================================================================== */
.kv_bottom .inner{
	padding-top: 1px;
}

.kv_bottom .photo{
	margin: -10vw 0 0 auto;
    width: 90%;
    position: relative;
    z-index: 1;
}

.kv_bottom .catch{
	margin: 5vw 0 0;
}

.kv_bottom .catch span{
	font-size: 7vw;
    letter-spacing: 0;
    color: #DED1C2;
    font-weight: 700;
    display: block;
    line-height: 120%;
}


/* index_service
   ================================================================== */
.index_service{
	padding: 10vw 0 0;
}

.index_service .site_logo{
	width: 35vw;
    line-height: 0;
}

.index_service .title{
	margin: 3vw 0 0;
    font-size: 4vw;
    color: #FF6100;
    letter-spacing: 0.03em;
}

.index_service .list{
	margin: 6vw 0 0;
}

.index_service .list > li{
	margin: 6vw 0 0;
    padding: 4vw;
    border-radius: 20px;
    background: #F5F3EF;
}

.index_service .list .text_box{
	padding: 4vw 0 0;
}

.index_service .list .ttl{
    font-size: 4vw;
    color: #FF6100;
}

.index_service .list .txt{
    margin: 3vw 0 0;
    font-size: 3.3vw;
}

.index_service .btn{
    margin: 6vw 0 0 auto;
    width: 80vw;
}

.index_service .btn a{
    display: inline-block;
    line-height: 0;
}


/* index_faq
   ================================================================== */
.index_faq{
    padding: 15vw 0 0;
}

.index_faq .title > span{
    display: block;
    line-height: 1;
    color: #FF6100;
}

.index_faq .title > span span{
    display: inline-block;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
}

.index_faq .title .eng{
    font-size: 10vw;
    font-weight: 900;
    letter-spacing: 0.07em;
}

.index_faq .title .eng .siz_s{
    font-size: 0.71em;
}

.index_faq .title .jpn{
    margin: 3vw 0 0;
    font-size: 3.5vw;
    font-weight: 700;
    letter-spacing: 0.05em;
}


/* user_slider
   ================================================================== */
.index_faq .slider_wrap{
	margin: 8vw 0 0;
}

.user_slider{
	margin: 0 0 0 !important;
    width: 85vw;
	position: relative;
    overflow: inherit !important;
}

.user_slider{
    opacity: 0;
    transition: .3s;
}

.user_slider.swiper-container-horizontal{
    opacity: 1;
}

.user_slider .swiper-wrapper{
	line-height: 0;
}

.user_slider .swiper-slide{
	padding: 4vw 4vw 7vw;
    background: #fff;
    border: 3px solid #eee;
    border-radius: 10px;
    box-sizing: border-box;
}

.user_slider .arrows{
	margin-top: 4vw;
}

.user_slider .pr_box{
	display: flex;
    align-items: center;
}

.user_slider .thum{
	width: 12vw;
    line-height: 0;
}

.user_slider .right{
    padding: 0 0 1vw 4vw;
	width: calc(100% - 12vw);
    box-sizing: border-box;
}

.user_slider .number{
    font-size: 3.7vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #FF6100;
}

.user_slider .ttl{
    margin: .5vw 0 0;
	font-size: 3.8vw;
    font-weight: 700;
}

.user_slider .text_box{
	margin: 3vw 0 0;
}

.user_slider .dot_list > li{
	padding: 2vw 2vw 2vw 6vw;
    font-size: 3.4vw;
    font-weight: 700;
    border-bottom: 1px dashed #DFD4C8;
    position: relative;
    color: #876A49;
}

.user_slider .dot_list > li:before{
	content: "";
	background: #876A49;
	width: 1.3vw;
	height: 1.3vw;
	position: absolute;
	top: 4.3vw;
	left: 2vw;
    border-radius: 50px;
}

.user_slider .text_box p{
	margin: 4vw 0 0;
    font-size: 3.4vw;
}

/* swiper_arrow_btn */
.swiper_arrow_btn .arrows{
    width: 18vw;
    display: flex;
    justify-content: space-between;
}

.swiper_arrow_btn .arrows .swiper-button-prev,
.swiper_arrow_btn .arrows .swiper-button-next{
    margin: 0 0 0 2vw;
    position: relative;
	width: 8vw;
    height: 8vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
    opacity: 1 !important;
}

.swiper_arrow_btn .arrows .swiper-button-prev{
	background-image: url("../images/common/slider_prev.svg");
    left: 0;
}

.swiper_arrow_btn .arrows .swiper-button-next{
	background-image: url("../images/common/slider_next.svg");
    right: 0;
}

/* OFF */
.swiper_arrow_btn .arrows .swiper-button-prev.swiper-button-disabled{
	background-image: url("../images/common/slider_prev_off.svg");
}

.swiper_arrow_btn .arrows .swiper-button-next.swiper-button-disabled{
	background-image: url("../images/common/slider_next_off.svg");
}


/* index_message
   ================================================================== */
.index_message{
	margin: 15vw 0 0;
}

/* top_box */
.index_message .top_box{
	margin: -10vw 0 0;
    position: relative;
    z-index: 1;
}

.index_message .top_box .site_logo{
	margin: 0 0 0 auto;
    width: 35vw;
    line-height: 0;
}

.index_message .top_box .title{
    margin: 0 0 5vw;
	font-size: 6vw;
    line-height: 150%;
    font-weight: 900;
}

.index_message .top_box p{
	margin: 4vw 0 0;
}

/* item */
.index_message .item{
	margin: 8vw 0 0;
    line-height: 0;
}

.index_message .item img{
	width: 100%;
}

/* bottom_box */
.index_message .bottom_box{
	margin: 12vw 0 0;
    padding: 8vw 2vw 8vw 5vw;
    border: 5px solid #F9F5D2;
    border-radius: 10px;
}

.index_message .bottom_box .ttl{
    margin: 0 0 5vw;
	padding: 0 0 0 20vw;
	font-size: 4.5vw;
    line-height: 150%;
    font-weight: 900;
    position: relative;
}

.index_message .bottom_box .ttl img{
	width: 23vw;
    top: -11vw;
    left: 0;
    position: absolute;
}

.index_message .bottom_box p{
	margin: 4vw 0 0;
}


/* service_top
   ================================================================== */
.service_top{
    margin-top: -3vw;
	padding: 0 0 15vw;
}

.service_top .title{
    margin: 0 0 5vw;
}

.service_top .title > span{
	font-size: 4.8vw;
    line-height: 150%;
    font-weight: 900;
    position: relative;
    display: inline-block;
}

.service_top .title > span img{
	width: 25vw;
    bottom: -3vw;
    left: calc(100% + 1vw);
    position: absolute;
}

.service_top p{
	margin: 4vw 0 0;
}

.service_top .graph{
	margin: 6vw 0 0;
    width: 50vw;
}


/* service_section
   ================================================================== */
.service_section{
    padding: 15vw 0;
}

.service_section.change{
    background: #F5F3EF;
}

.service_section.other{
    background: #F9F9F9;
}

.service_section .block_title + .photo{
    margin: 6vw 0 0;
    width: 70vw;
}

.service_section .flow{
    margin: 6vw 0 0;
}

.service_section .flow > li{
    padding: 0 0 6vw;
    display: flex;
    overflow: hidden;
}

.service_section .flow > li:last-child{
    padding-bottom: 0;
}

.service_section .flow .number{
    width: 12vw;
    height: 12vw;
    font-size: 5vw;
    font-weight: 500;
    color: #fff;
    background: #1A1311;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100px;
    position: relative;
}

.service_section .flow .orange .number{
    background: #FF6100;
}

.service_section .flow .number:before{
	content: "";
	background: #ccc;
	width: 1px;
	height: 100vw;
	position: absolute;
	top: 100%;
	left: 50%;
}

.service_section .flow > li:last-child .number:before{
	display: none;
}

.service_section .flow .right_box{
    padding: 3vw 0 0 4vw;
    width: calc(100% - 12vw);
    box-sizing: border-box;
}

.service_section .flow .right_box p{
    font-size: 3.4vw;
}

.service_section .flow .orange .right_box p{
    color: #FF6100;
}

.service_section .flow .right_box .line_btn{
    margin: 3vw 0 0;
}

/* line_btn */
.line_btn{
    line-height: 0;
}

.line_btn a{
    display: block;
    line-height: 0;
}

.line_btn .line_txt{
    margin: 3vw 0 0;
    font-size: 3.2vw;
    color: #00B900;
    font-weight: 500;
    display: block;
    line-height: 1;
}


@media screen and (min-width : 500px){


    /* under_kv
       ================================================================== */
    .under_kv{
        margin: 0 0 7.2vw;
    }

    .under_kv:before{
        width: calc(100% - 4.0vw);
    }

    .under_kv .inner{
        padding-top: 5.0vw;
        padding-bottom: 5.5vw;
    }

    .under_kv .page_title .eng{
        font-size: 6.0vw;
    }

    .under_kv .page_title .jpn{
        margin: 2.0vw 0 0;
        padding: 0 0 0 4.0vw;
        font-size: 1.6vw;
    }

    .under_kv .page_title .jpn:before{
        width: 2.7vw;
    }


    /* block_title
       ================================================================== */
    .block_title .eng{
        padding: 0 0 0 6.5vw;
        font-size: 2.2vw;
    }

    .block_title .eng:before{
        width: 5.0vw;
    }

    .block_title .jpn{
        margin: 1.0vw 0 0;
        font-size: 2.8vw;
        line-height: 4.0vw;
    }


    /* kv
       ================================================================== */
    .kv{
        padding: 0;
    }

    .kv .inner{
        padding-top: 0;
        padding-bottom: 15.0vw;
        height: 72.6vw;
        align-items: center;
    }

    /* catch */
    .kv .catch{
        text-align: left;
    }

    /* 点 */
    .kv .title .text_cover > span.dot::before{
        width: 1.1vw;
        height: 1.1vw;
        bottom: calc(100% + .5vw);
        left: -.5vw;
    }

    /* border */
    .kv .title .text_cover .border:before{
        width: 20.0vw;
        height: 2.2vw;
        bottom: -1.0vw;
    }

    /* line1 */
    .kv .title .line1{
        margin: 0 0 0;
        padding: 0 0 0;
    }

    .kv .title .line1 .text_cover > span{
        margin-top: 4.0vw;
        font-size: 6.0vw;
    }

    /* line2 */
    .kv .title .line2{
        margin: 0 0 0;
        padding: 0;
        width: 48.0vw;
        height: 4.5vw;
    }

    .kv .title .line2 span{
        font-size: 2.2vw;
    }

    /* item */
    .kv .item{
        margin: 0;
        width: 24.6vw;
        top: -10.2vw;
        left: 92%;
    }


    /* loopslider
       ================================================================== */
    #loopslider li{
        padding: 0 3.0vw 0 0;
        font-size: 11.0vw;
    }
    

    /* fade_photo
       ================================================================== */
    .fade_photo{
        height: 67.0vw;
        border-radius: 0 0 150px 150px;
    }


    /* privacy_block
       ================================================================== */
    .privacy_block{
        margin: 0 0 0;
    }

    .privacy_block .top_text{
        font-size: 1.5vw;
    }

    .privacy_block .list{
        margin: 5.0vw 0 0;
    }

    .privacy_block .list > li{
        margin: 5.0vw 0 0;
    }

    .privacy_block .list .f_ttl{
        font-size: 1.8vw;
    }

    .privacy_block .list .ttl{
        font-size: 1.5vw;
        line-height: 2.5vw;
    }

    .privacy_block .list .subdivision,
    .privacy_block .list .subdivision > li,
    .privacy_block .list > li > p{
        margin: 2.0vw 0 0;
    }

    .privacy_block .list .subdivision > li > p{
        margin: 1.0vw 0 0;
    }


    /* contact_cv
       ================================================================== */
    .contact_cv .top_txt{
        font-size: 1.5vw;
    }

    .contact_cv .note{
        margin: 1.5vw 0 0;
        font-size: 1.4vw;
    }

    .contact_cv .buttons{
        margin: 5.0vw 0 0;
        width: 50%;
    }

    .contact_cv .buttons > li{
        margin: 2.5vw 0 0;
    }


    /* company_section
       ================================================================== */
    .company_section + .company_section{
        margin-top: 10.0vw;
    }


    /* message_block
       ================================================================== */
    .message_block{
        padding: 0 0 0;
    }

    .message_block .flex{
        margin: 4.0vw 0 0;
        padding: 0 0 0 35.0vw;
        min-height: 40.0vw;
        position: relative;
    }

    .message_block .flex p{
        font-size: 1.7vw;
        line-height: 3.0vw;
    }

    .message_block .text_box{
        padding: 0 0 0;
    }

    .message_block .photo{
        width: 30.0vw;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* ceo */
    .ceo{
        margin-top: 5.0vw;
    }

    .ceo h3{
        width: 29.0vw;
    }

    /* idea_behind */
    .idea_behind{
        margin-top: 10.0vw;
        padding: 1px 5.0vw 4.0vw 5.0vw;
    }

    .idea_behind .site_logo{
        margin: -1.7vw 0 0;
        width: 15.0vw;
    }

    .idea_behind .ttl{
        margin: 2.5vw 0 0;
        font-size: 1.8vw;
    }

    .idea_behind .txt{
        margin: 2.0vw 0 0;
        font-size: 1.7vw;
        line-height: 3vw;
    }


    /* number_ol
       ================================================================== */
    .number_ol{
        margin: 1.7vw auto 0;
    }

    .number_ol > li{
        padding: 2.3vw 2.0vw;
    }

    .number_ol .number{
        font-size: 1.7vw;
    }

    .number_ol p{
        margin: .7vw 0 0;
        font-size: 1.8vw;
        line-height: 3.0vw;
    }


	/* design_table
	   ================================================================== */
    .design_table{
        margin-top: 4.0vw;
	}
	
	.design_table th,
	.design_table td{
		width: auto;
		display: table-cell;
		vertical-align: middle;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 1.7vw;
        line-height: 2.6vw;
    }

	.design_table th{
		padding: 0 2vw 0 5vw;
		width: 23%;
	}
	
	.design_table .col th{
		padding: 2vw 2vw 2vw 5vw;
	}
	
	.design_table .title_top th{
		padding-top: 2vw;
		vertical-align: top;
	}
	
	.design_table td{
		padding: 2.5vw 0;
	}

	.design_table td .border{
		padding: 0 2vw 0 5vw;
		border-top: none;
		border-left: 1px solid #ddd;
		min-height: 3vw;
		display: flex;
		align-items: center;
        box-sizing: border-box;
	}

	.design_table td .border.box_in{
		display: block;
	}

    .design_table td .box{
    	margin-right: -2.0vw;
    }

    .design_table td .box + .box{
    	margin-top: 1.5vw;
        padding-top: 1.5vw;
    }
    
    .design_table td .ttl + p{
    	margin: .7vw 0 0;
    }


    /* access
       ================================================================== */
    .access .map{
        margin-top: 4.0vw;
    }

    .access .map iframe{
        height: 50.0vw;
    }


    /* kv_bottom
       ================================================================== */
    .kv_bottom .photo{
        margin: -12.5vw 0 0 auto;
        width: 87.9vw;
    }

    .kv_bottom .catch{
        margin: 3.0vw 0 0;
    }

    .kv_bottom .catch span{
        font-size: 4.0vw;
    }


    /* index_service
       ================================================================== */
    .index_service{
        padding: 2.5vw 0 0;
    }

    .index_service .site_logo{
        width: 20.4vw;
    }

    .index_service .title{
        margin: .6vw 0 0;
        font-size: 1.6vw;
    }

    .index_service .list{
        margin: -.5vw 0 0;
        font-size: 0;
    }

    .index_service .list > li{
        margin: 4.5vw 4% 0 0;
        padding: 2.0vw;
        width: 48%;
        min-height: 52.0vw;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .index_service .list > li:nth-child(2n+2){
        margin-right: 0;
    }

    .index_service .list .text_box{
        padding: 2.5vw 0 0;
    }

    .index_service .list .ttl{
        font-size: 2.0vw;
        line-height: 3.0vw;
    }

    .index_service .list .txt{
        margin: 1.4vw 0 0;
        font-size: 1.6vw;
        line-height: 2.6vw;
    }

    .index_service .btn{
        margin: 2.5vw 0 0 auto;
        width: 33.9vw;
    }


    /* index_faq
       ================================================================== */
    .index_faq{
        padding: 8.0vw 0 0;
    }

    .index_faq .title .eng{
        font-size: 4.6vw;
    }

    .index_faq .title .jpn{
        margin: 1.5vw 0 0;
        font-size: 1.5vw;
    }


    /* user_slider
       ================================================================== */
    .index_faq .slider_wrap{
        margin: 4.0vw 0 0;
    }

    .user_slider{
        width: 80.0vw;
    }

    .user_slider .swiper-slide{
        padding: 3.0vw;
        border-width: 5px;
    }

    .user_slider .arrows{
        margin-top: 2.0vw;
    }

    .user_slider .thum{
        width: 6.0vw;
    }

    .user_slider .right{
        padding: 0 0 .5vw 2.0vw;
        width: calc(100% - 6.0vw);
        box-sizing: border-box;
    }

    .user_slider .number{
        font-size: 1.6vw;
    }

    .user_slider .ttl{
        margin: .5vw 0 0;
        font-size: 1.9vw;
        line-height: 2.5vw;
    }

    .user_slider .text_box{
        margin: 1.0vw 0 0;
    }

    .user_slider .dot_list > li{
        padding: 1.2vw 1.2vw 1.2vw 2.9vw;
        font-size: 1.8vw;
        line-height: 2.5vw;
    }

    .user_slider .dot_list > li:before{
        width: .6vw;
        height: .6vw;
        top: 2.2vw;
        left: 1.0vw;
    }

    .user_slider .text_box p{
        margin: 2.5vw 0 0;
        font-size: 1.7vw;
    }

    /* swiper_arrow_btn */
    .swiper_arrow_btn .arrows{
        width: 8.0vw;
    }

    .swiper_arrow_btn .arrows .swiper-button-prev,
    .swiper_arrow_btn .arrows .swiper-button-next{
        margin: .5vw 0 0 1.0vw;
        width: 3.0vw;
        height: 3.0vw;
    }


    /* index_message
       ================================================================== */
    .index_message{
        margin: 12.0vw 0 0;
    }

    /* top_box */
    .index_message .top_box{
        margin: -6.8vw 0 0;
    }

    .index_message .top_box .site_logo{
        width: 20.4vw;
    }

    .index_message .top_box .title{
        margin: 0 0 2.5vw;
        font-size: 3.5vw;
        line-height: 5.5vw;
    }

    .index_message .top_box p{
        margin: 1.2vw 0 0;
        line-height: 2.8vw;
    }

    /* item */
    .index_message .item{
        margin: 3.0vw 0 0;
    }

    /* bottom_box */
    .index_message .bottom_box{
        margin: 6.0vw 0 0;
        padding: 4.0vw 1.0vw 5.5vw 4.0vw;
    }

    .index_message .bottom_box .ttl{
        margin: 0 0 1.5vw;
        padding: 0 0 0 13.0vw;
        font-size: 3.0vw;
        line-height: 5.5vw;
    }

    .index_message .bottom_box .ttl img{
        width: 13.5vw;
        top: -5.6vw;
    }

    .index_message .bottom_box p{
        margin: 1.2vw 0 0;
    }


    /* service_top
       ================================================================== */
    .service_top{
        margin-top: -1.0vw;
        padding: 0 0 11.3vw;
    }

    .service_top .title{
        margin: 0 0 3.0vw;
    }

    .service_top .title > span{
        font-size: 3.0vw;
        line-height: 4.7vw;
    }

    .service_top .title > span img{
        width: 12.3vw;
        bottom: -1.5vw;
        left: calc(100% + 1.2vw);
    }

    .service_top p{
        margin: 2.0vw 0 0;
    }

    .service_top .graph{
        margin: 4.0vw 0 0;
        width: 30.0vw;
    }


    /* service_section
       ================================================================== */
    .service_section{
        padding: 10.0vw 0;
    }

    .service_section .block_title + .photo{
        margin: 3.0vw 0 0;
        width: 44.0vw;
    }

    .service_section .flow{
        margin: 3.0vw 0 0;
    }

    .service_section .flow > li{
        padding: 0 0 3.0vw;
    }

    .service_section .flow .number{
        width: 6.0vw;
        height: 6.0vw;
        font-size: 2.0vw;
    }

    .service_section .flow .right_box{
        padding: 1.5vw 0 0 3.0vw;
        width: calc(100% - 6.0vw);
    }

    .service_section .flow .right_box p{
        font-size: 1.5vw;
        line-height: 2.8vw;
    }

    .service_section .flow .right_box .line_btn{
        margin: 2.0vw 0 0;
    }

    /* line_btn */
    .line_btn{
        width: 45.0vw;
    }

    .line_btn .line_txt{
        margin: 1.0vw 0 0;
        font-size: 1.4vw;
    }

    
}
@media screen and (min-width : 1040px){    


    /* under_kv
       ================================================================== */
    .under_kv{
        margin: 0 0 72px
    }

    .under_kv:before{
        width: calc(100% - 60px);
    }

    .under_kv .inner{
        padding-top: 50px;
        padding-bottom: 55px;
    }

    .under_kv .page_title .eng{
        font-size: 60px;
    }

    .under_kv .page_title .jpn{
        margin: 20px 0 0;
        padding: 0 0 0 40px;
        font-size: 16px;
    }

    .under_kv .page_title .jpn:before{
        width: 27px;
    }


    /* block_title
       ================================================================== */
    .block_title .eng{
        padding: 0 0 0 65px;
        font-size: 22px;
    }

    .block_title .eng:before{
        width: 50px;
    }

    .block_title .jpn{
        margin: 10px 0 0;
        font-size: 28px;
        line-height: 40px;
    }


    /* kv
       ================================================================== */
    .kv{
        padding: 0;
    }

    .kv .inner{
        padding-bottom: 150px;
        height: 726px;
    }

    /* catch */
    .kv .catch{
        text-align: left;
    }

    /* 点 */
    .kv .title .text_cover > span.dot::before{
        width: 11px;
        height: 11px;
        bottom: calc(100% + 5px);
        left: -5px;
    }

    /* border */
    .kv .title .text_cover .border:before{
        width: 200px;
        height: 22px;
        bottom: -10px;
    }

    /* line1 */
    .kv .title .line1{
        margin: 0 0 0;
        padding: 0 0 0;
    }

    .kv .title .line1 .text_cover > span{
        margin-top: 40px;
        font-size: 60px;
    }

    /* line2 */
    .kv .title .line2{
        margin: 0 0 0;
        padding: 0;
        width: 480px;
        height: 45px;
    }

    .kv .title .line2 span{
        font-size: 22px;
    }

    /* item */
    .kv .item{
        margin: 0;
        width: 246px;
        top: -102px;
        left: 92%;
    }


    /* loopslider
       ================================================================== */
    #loopslider li{
        padding: 0 30px 0 0;
        font-size: 110px;
    }


    /* fade_photo
       ================================================================== */
    .fade_photo{
        margin: 0 auto;
        max-width: 2000px;
        height: auto;
        min-height: 670px;
        border-radius: 0 0 200px 200px;
    }


    /* privacy_block
       ================================================================== */
    .privacy_block{
        margin: 0 0 0;
    }

    .privacy_block .top_text{
        font-size: 15px;
    }

    .privacy_block .list{
        margin: 50px 0 0;
    }

    .privacy_block .list > li{
        margin: 50px 0 0;
    }

    .privacy_block .list .f_ttl{
        font-size: 18px;
    }

    .privacy_block .list .ttl{
        font-size: 15px;
        line-height: 25px;
    }

    .privacy_block .list .subdivision,
    .privacy_block .list .subdivision > li,
    .privacy_block .list > li > p{
        margin: 20px 0 0;
    }

    .privacy_block .list .subdivision > li > p{
        margin: 10px 0 0;
    }


    /* contact_cv
       ================================================================== */
    .contact_cv .top_txt{
        font-size: 15px;
    }

    .contact_cv .note{
        margin: 15px 0 0;
        font-size: 14px;
    }

    .contact_cv .buttons{
        margin: 50px 0 0;
        width: 50%;
    }

    .contact_cv .buttons > li{
        margin: 25px 0 0;
    }


    /* company_section
       ================================================================== */
    .company_section + .company_section{
        margin-top: 100px;
    }


    /* message_block
       ================================================================== */
    .message_block{
        padding: 0 0 0;
    }

    .message_block .flex{
        margin: 40px 0 0;
        padding: 0 0 0 350px;
        min-height: 400px;
    }

    .message_block .flex p{
        font-size: 15px;
        line-height: 30px;
    }

    .message_block .text_box{
        padding: 0 0 0;
    }

    .message_block .photo{
        width: 300px;
    }

    /* ceo */
    .ceo{
        margin-top: 50px;
    }

    .ceo h3{
        width: 290px;
    }

    /* idea_behind */
    .idea_behind{
        margin-top: 100px;
        padding: 1px 50px 40px 50px;
    }

    .idea_behind .site_logo{
        margin: -17px 0 0;
        width: 150px;
    }

    .idea_behind .ttl{
        margin: 25px 0 0;
        font-size: 18px;
    }

    .idea_behind .txt{
        margin: 20px 0 0;
    }


    /* number_ol
       ================================================================== */
    .number_ol{
        margin: 17px auto 0;
    }

    .number_ol > li{
        padding: 23px 20px;
    }

    .number_ol .number{
        font-size: 17px;
    }

    .number_ol p{
        margin: 7px 0 0;
        font-size: 17px;
        line-height: 30px;
    }
	  

	/* design_table
	   ================================================================== */
    .design_table{
        margin-top: 40px;
    }

	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 15px;
        line-height: 26px;
	}

	.design_table th{
		padding: 0 10px 0 50px;
		width: 23%;
	}
		
	.design_table .title_top th{
		padding-top: 25px;
	}

	.design_table td{
		padding: 25px 0;
	}

	.design_table td .border{
		padding: 0 20px 0 50px;
        min-height: 30px;
	}

    .design_table td .box{
    	margin-right: -20px;
    }

    .design_table td .box + .box{
    	margin-top: 15px;
        padding-top: 15px;
    }
    
    .design_table td .ttl + p{
    	margin: 7px 0 0;
    }

	.design_table td a:hover{
		text-decoration: underline;
	}


    /* access
       ================================================================== */
    .access .map{
        margin-top: 40px;
    }

    .access .map iframe{
        height: 500px;
    }


    /* kv_bottom
       ================================================================== */
    .kv_bottom .photo{
        margin: -125px 0 0 auto;
        width: 879px;
    }

    .kv_bottom .catch{
        margin: 30px 0 0;
    }

    .kv_bottom .catch span{
        font-size: 40px;
    }


    /* index_service
       ================================================================== */
    .index_service{
        padding: 25px 0 0;
    }

    .index_service .site_logo{
        width: 204px;
    }

    .index_service .title{
        margin: 6px 0 0;
        font-size: 16px;
    }

    .index_service .list{
        margin: -5px 0 0;
        font-size: 0;
    }

    .index_service .list > li{
        margin: 45px 4% 0 0;
        padding: 20px;
        width: 48%;
        min-height: 520px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .index_service .list > li:nth-child(2n+2){
        margin-right: 0;
    }

    .index_service .list .text_box{
        padding: 25px 0 0;
    }

    .index_service .list .ttl{
        font-size: 20px;
        line-height: 30px;
    }

    .index_service .list .txt{
        margin: 14px 0 0;
        font-size: 14px;
    }

    .index_service .btn{
        margin: 25px 0 0 auto;
        width: 339px;
    }


    /* index_faq
       ================================================================== */
    .index_faq{
        padding: 80px 0 0;
    }

    .index_faq .title .eng{
        font-size: 46px;
    }

    .index_faq .title .jpn{
        margin: 15px 0 0;
        font-size: 15px;
    }


    /* user_slider
       ================================================================== */
    .index_faq .slider_wrap{
        margin: 40px 0 0;
    }

    .user_slider{
        width: 1000px;
    }

    .user_slider .swiper-slide{
        padding: 30px;
    }

    .user_slider .arrows{
        margin-top: 20px;
    }

    .user_slider .thum{
        width: 60px;
    }

    .user_slider .right{
        padding: 0 0 5px 20px;
        width: calc(100% - 60px);
        box-sizing: border-box;
    }

    .user_slider .number{
        font-size: 16px;
    }

    .user_slider .ttl{
        margin: 5px 0 0;
        font-size: 18px;
        line-height: 25px;
    }

    .user_slider .text_box{
        margin: 10px 0 0;
    }

    .user_slider .dot_list > li{
        padding: 12px 12px 12px 29px;
        font-size: 16px;
        line-height: 25px;
    }

    .user_slider .dot_list > li:before{
        width: 6px;
        height: 6px;
        top: 22px;
        left: 10px;
    }

    .user_slider .text_box p{
        margin: 25px 0 0;
        font-size: 15px;
    }

    /* swiper_arrow_btn */
    .swiper_arrow_btn .arrows{
        width: 80px;
    }

    .swiper_arrow_btn .arrows .swiper-button-prev,
    .swiper_arrow_btn .arrows .swiper-button-next{
        margin: 5px 0 0 10px;
        width: 30px;
        height: 30px;
    }


    /* index_message
       ================================================================== */
    .index_message{
        margin: 120px 0 0;
    }

    /* top_box */
    .index_message .top_box{
        margin: -68px 0 0;
    }

    .index_message .top_box .site_logo{
        width: 204px;
    }

    .index_message .top_box .title{
        margin: 0 0 25px;
        font-size: 35px;
        line-height: 55px;
    }

    .index_message .top_box p{
        margin: 12px 0 0;
    }

    /* item */
    .index_message .item{
        margin: 30px 0 0;
    }

    /* bottom_box */
    .index_message .bottom_box{
        margin: 60px 0 0;
        padding: 40px 30px 55px 50px;
    }

    .index_message .bottom_box .ttl{
        margin: 0 0 15px;
        padding: 0 0 0 130px;
        font-size: 30px;
        line-height: 55px;
    }

    .index_message .bottom_box .ttl img{
        width: 135px;
        top: -56px;
    }

    .index_message .bottom_box p{
        margin: 12px 0 0;
    }


    /* service_top
       ================================================================== */
    .service_top{
        margin-top: -10px;
        padding: 0 0 113px;
    }

    .service_top .title{
        margin: 0 0 30px;
    }

    .service_top .title > span{
        font-size: 30px;
        line-height: 47px;
    }

    .service_top .title > span img{
        width: 123px;
        bottom: -15px;
        left: calc(100% + 12px);
    }

    .service_top p{
        margin: 20px 0 0;
    }

    .service_top .graph{
        margin: 40px 0 0;
        width: 300px;
    }


    /* service_section
       ================================================================== */
    .service_section{
        padding: 100px 0;
    }

    .service_section .block_title + .photo{
        margin: 30px 0 0;
        width: 440px;
    }

    .service_section .flow{
        margin: 30px 0 0;
    }

    .service_section .flow > li{
        padding: 0 0 30px;
    }

    .service_section .flow .number{
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .service_section .flow .right_box{
        padding: 15px 0 0 30px;
        width: calc(100% - 60px);
    }

    .service_section .flow .right_box p{
        font-size: 15px;
        line-height: 28px;
    }

    .service_section .flow .right_box .line_btn{
        margin: 20px 0 0;
    }

    /* line_btn */
    .line_btn{
        width: 450px;
    }

    .line_btn .line_txt{
        margin: 10px 0 0;
        font-size: 14px;
    }
    

}
