@charset="utf-8";
/******************************************************************
Theme Name: OWNLY
Theme URI: ownly.jp
Author: SmartShare
Author URI:
Version: 2
******************************************************************/
/******************************************************************
RESET CSS & ELEMENTS
******************************************************************/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; 
}
audio,
canvas,
video {
  display: inline-block; 
}
@font-face {
    font-family: "Roboto";
    src: url("./../library/font/Roboto-Regular.ttf");
}

@font-face {
    font-family: "RobotoBold";
    src: url("./../library/font/Roboto-Bold.ttf");
}

html {
    font-family: 'Roboto',Roboto,Montserrat, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight:400;
    font-size:20px;
    color:#181818;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    line-height:1.7;
    -webkit-transition: .6s;
    transition: .6s;
}

body {
  font-size:.666rem;
  margin: 0;
  position:relative;
  min-height: 100vh;
  padding: 0;
}

*,
:before,
:after {
  box-sizing: border-box;
    -webkit-backface-visibility: hidden; 
            backface-visibility: hidden;
  letter-spacing:.03em;
  outline:none;
}
a{z-index: 99999;}
a:active,
a:hover {
  outline: 0; 
}

a:focus {
  outline: thin dotted; 
}

dl,
dd,
menu,
ol,
ul {
    margin: 0; 
}

ol,
ul {
    padding: 0;
    list-style-type: none; 
}

img {
    max-width:100%;
    height:auto;
    border: 0; 
    vertical-align: bottom;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0; 
}

button,
input {
    line-height: normal; 
}

button,
select {
    text-transform: none; 
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default; 
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; 
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0; 
}

a{
    background-color:transparent;
    text-decoration:none;
    color: inherit;
    -webkit-transition: 0.25s;
            transition: 0.25s;
}

a:hover{
    opacity: 0.75; 
}

/******************************************************************
include
******************************************************************/

::-moz-selection {
    background:#F1E7BF; 
}

::selection {
    background:#F1E7BF;
}

/* placeholder color */

:placeholder-shown {
    color: #aaa;
    font-size:1.25rem;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #aaa;
    font-size:1.25rem;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #aaa;
    font-size:1.25rem;
    opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #aaa;
    font-size:1.25rem;
    opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #aaa;
    font-size:1.25rem;
}

/******************************************************************
LAYOUT
******************************************************************/
.seg{
    padding:140px 10px 90px 10px;
    position:relative;
}

.seg--larger-new{
    padding:140px 10px 90px 10px;
    position:relative;}

.seg--medium{
    padding:90px 10px 100px 10px;
}
.seg--big{
    padding:160px 10px;
}
.box-big{
    padding:80px 10px;
}

.seg_logo{
    padding:7em 10px 9em 10px;
}
.unit{
    max-width:1200px;
    margin:0 auto;
    /*width:85%;*/
}

.unit--full{
    max-width:none;
    width:100%;
}

.w0{
    max-width: 1280px;
    margin:0 auto;
    /*width: 100%;*/
}
.w1200{
    max-width:1200px;
    margin:0 auto;
    padding:0 10px;
    /*width: 100%;*/
}
.w1100{
    max-width:1137px;
    margin:0 auto;
}
.w1050{
    max-width:1050px;
    margin:0 auto;
}
.w1000{
    max-width:1000px;
    margin:0 auto;
}

.w900{
    max-width:900px;
    margin:0 auto;
}
.w850{
    max-width:850px;
    margin:0 auto;
}
.w780{
    max-width:780px;
    margin:0 auto;
}
.w680{
    /*
    max-width:680px;
    margin:0 auto;*/
}
.w640{
    max-width:640px;
    margin:0 auto;  
}

.w560{
    max-width:560px;
    margin:0 auto;
}

.w440{
    max-width:440px;
    margin:0 auto;
}
.page-amb .seg--medium {
    margin: 5.0em auto;
    padding: 0 10px;
}
.seg-lp {
    padding: 3.0em 10px;
}
/******************************************************************
GRID
******************************************************************/
.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.grid__cell {
    -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
}


.grid--gutters {
    margin: -1.4rem 0 0 -1.4rem;
}
.grid--gutters > .grid__cell {
    padding: 1.4rem 0 0 1.4rem;
}
.grid--guttersBigger {
    margin: -2rem 0 0 -2rem;
}
.grid--guttersBigger > .grid__cell {
    padding: 2rem 0 0 2rem;
}

.grid--guttersMedium {
    margin: -3rem 0 0 -3rem;
}
.grid--guttersMedium > .grid__cell {
    padding: 3rem 0 0 3rem;
}

.grid--guttersBiggest {
    margin: -4rem 0 0 -4rem;
}
.grid--guttersBiggest > .grid__cell {
    padding: 4rem 0 0 4rem;
}


.grid--top {
    -webkit-box-align: flex-start;
       -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
                -ms-grid-row-align: flex-start;
                align-items: flex-start;
}

.grid--bottom {
    -webkit-box-align: flex-end;
       -ms-flex-align: flex-end;
        -webkit-align-items: flex-end;
                -ms-grid-row-align: flex-end;
                align-items: flex-end;
}

.grid--center {
    -webkit-box-align: center;
       -ms-flex-align: center;
        -webkit-align-items: center;
                -ms-grid-row-align: center;
                align-items: center;
}


.grid__cell--top {
   -ms-flex-flex-item-align: flex-start;
         -webkit-align-self: flex-start;
                 -ms-flex-item-align: start;
                 align-self: flex-start;
}

.grid__cell--bottom {
   -ms-flex-flex-item-align: flex-end;
         -webkit-align-self: flex-end;
                 -ms-flex-item-align: end;
                 align-self: flex-end;
}

.grid__cell--center {
   -ms-flex-flex-item-align: center;
         -webkit-align-self: center;
                 -ms-flex-item-align: center;
                 align-self: center;
}


.grid--fit > .grid__cell {
    -webkit-flex: 1;
        -ms-flex: 1;
            -webkit-box-flex: 1;
            flex: 1;
}

.grid--full > .grid__cell {
    -webkit-flex: 100%;
        -ms-flex: 100%;
            -webkit-box-flex: 100%;
            flex: 100%;
            max-width:100%;
}

.grid--1of2 > .grid__cell {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
            max-width:50%;
}

.grid--1of3 > .grid__cell {
    -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
            -webkit-box-flex: 0;
            flex: 0 0 33.3333%;
            max-width:33.3333%;
}

.grid--1of4 > .grid__cell {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            -webkit-box-flex: 0;
            flex: 0 0 25%;
            max-width:25%;
}
.grid--1of5 > .grid__cell {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            -webkit-box-flex: 0;
            flex: 0 0 20%;
            max-width:20%;
}

@media (min-width:740px){ 

    .grid__cell--full,
    .grid__cell--1of2,
    .grid__cell--1of3,
    .grid__cell--2of3,
    .grid__cell--1of4,
    .grid__cell--3of4,
    .grid__cell--1of5{
        -webkit-box-flex:0 !important;
            -webkit-flex:none !important;
                -ms-flex:none !important;
                    flex:none !important;
    }

    .grid__cell--full{
        width:100% !important;
    }

    .grid__cell--1of2{
        width:50% !important
    }

    .grid__cell--1of3{
        width:33.3333% !important
    }

    .grid__cell--2of3{
        width:66.6667% !important;
    }

    .grid__cell--1of4{
        width:25% !important;
    }

    .grid__cell--1of5{
        width:25% !important;
    }

    .grid__cell--3of4{
        width:75%!important;
    }

}


/******************************************************************
TYPO
******************************************************************/

.al-center{
    text-align:center !important;
}

.al-right{
    text-align:right !important;
}

.al-left{
    text-align:left !important;
}

.f-left{
    float: left;
}
.f-right{
    float: right;
}
/******************************************************************
PARTIALS -- Common
******************************************************************/

.slick-arrow{
    position:absolute;
    width:42px;
    height:42px;
    font-size:0;
    background:transparent;
    border:none;
}

.slick-arrow:after {
    content: '';
    display:block;
    width: 22px;
    height: 22px;
    border-top: 1px solid #181818;
    border-right: 1px solid #181818;
    position:relative;
}

.slick-prev{
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left:-32px;
}

.slick-next{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right:-32px;
}


/******************************************************************
MARGIN
******************************************************************/

.mb0{ margin-bottom:0 !important; }
.mb8{ margin-bottom:8px !important; }
.mb16{ margin-bottom:16px !important; }
.mb24{ margin-bottom:24px !important; }
.mb32{ margin-bottom:32px !important; }
.mb40{ margin-bottom:40px !important; }
.mb48{ margin-bottom:48px !important; }
.mb56{ margin-bottom:56px !important; }
.mb64{ margin-bottom:64px !important; }
.mb72{ margin-bottom:72px !important; }
.mb80{ margin-bottom:80px !important; }
.mb40--nega{ margin-bottom:-40px !important; }
.mb80--nega{ margin-bottom:-80px !important; }

.mt0{ margin-top:0 !important; }
.mt8{ margin-top:8px !important; }
.mt16{ margin-top:16px !important; }
.mt24{ margin-top:24px !important; }
.mt32{ margin-top:32px !important; }
.mt40{ margin-top:40px !important; }
.mt48{ margin-top:48px !important; }
.mt56{ margin-top:56px !important; }
.mt64{ margin-top:64px !important; }
.mt72{ margin-top:72px !important; }
.mt80{ margin-top:80px !important; }
.mt40--nega{ margin-top:-40px !important; }
.mt80--nega{ margin-top:-80px !important; }

.pt0{padding-top:0 !important;}
.pb0{padding-bottom:0 !important;}



.m-iframe{
    position:relative;
    padding-top:56.5%;
}

.m-iframe iframe{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

/* =============== module | =============== */

.bg-gray{
    background:#f8f8f8;
}

.bg-blue{
    background:#1e1b3a;
    color:white;
}
.bg-blue-light{
    background: #140f46;
    color: #fff;
}

.bg-black{
    background: #181818;
    color:white;
}
.bg-white{
    background: #fff;
}


.bg-gradient{
    float: left;
    width: 33.222%;
    overflow:hidden;
    margin:20px;
    min-height:400px !important;
    position:relative;
    background: linear-gradient(to bottom, #fefcf6, #ded5c2);
}
/* =============== module | text color =============== */
.t-red{color: #e13138;}
.t-blue{color: #002791;}
.t-black{color: #000;}
.t-white{color: #fff !important}
.t-pink{color: #ff768b;}
/* =============== module | frame padding =============== */
.f_20{padding:20px;}
.f_25{padding:25px;}
.f_28{padding:28px;}
.f_30{padding:30px;}

/* =============== module | bread crumbs =============== */

.bread-crumb-wrapper{
    background:#f0f0f0;
    padding-left: 10px;
}

.bread-crumb{
    padding:.5em 0;
    color: #666;
    font-size: .75rem;
    text-align:left;
}

.bc-item {
    display: inline-block;
    vertical-align: middle;
}

.bc-item--hidden{
    overflow:hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    /*max-width:12em;*/
}

.bc-item:after {
    content:">";
    display: inline-block;
    margin:0 8px;
}

.bread-crumb .bc-item:last-of-type:after {
    content:"";
}

.bread-crumb .bc-link{
    color: inherit;
}

.bread-crumb .bc-title{
    text-decoration: underline;
}


/* =============== module | æ–‡å­— =============== */

.m-br{
    display:block;
    font-size: 1.13rem;
    line-height: 1.4 !important;
}

h1{
    font-size:2.5rem;
    font-weight:300;
    margin:.5em auto;
}

h2{
    font-size:2rem;
    font-weight:300;
    margin:0 auto .5em;
}

h3{
    font-size:1.75rem;
    font-weight:300;
    margin:0 auto .5em;
}

h4{
    font-size:1.25rem;
    font-weight:300;
    margin:.5em auto;
}

h5{
    font-weight:300;
}

p{
    margin:.5em auto 2em;
}
.m-weight{font-weight: bold;}
.m-bold{font-weight: bold;}
.m-subtitle{
    font-family: 'Montserrat';
    font-size:1.25rem;
    font-weight:200;
    margin:.35em auto 0;
}

.m-subtitle--big{
    font-size:1.25rem !important;
}

.m-caution{
    font-size:1rem;
    color:#999;
    display:block;
}

.m-caution:before,
.m-caution:after{
    content:"*";
}

.m-title0{
    font-size:2.8rem;
    margin:0 auto .25em;
    font-family: 'Roboto',Roboto,'Montserrat',sans-serif;
}
.m-title1{
    font-size:2.5rem;
    margin:0 auto .25em;
    font-family: 'Roboto',Roboto,'Montserrat',sans-serif;
}

.m-title2{
    font-size:2rem;
    margin:0 auto 1em;
    font-family: 'Roboto',Roboto,'Montserrat',sans-serif;
}

.m-title3{
    font-size:1.55rem;
    margin:0 auto 1em;
    font-family: 'Roboto',Roboto,'Montserrat',sans-serif;
}

.m-title4{
    font-size:1.40rem;
    margin-top:0;
    font-family: 'Roboto',Roboto,'Montserrat',sans-serif;
}

.m-title5{
    font-size: 1.25rem;
    margin-top: 3px;
    line-height: 1.35;
    letter-spacing: -1px;
    font-family: 'Roboto',Roboto,'Montserrat',sans-serif;
    
}

.m-title6{
    font-size:0.99rem;
    line-height: 1.8;
    margin:0 auto;
    font-family: 'Roboto',Roboto,'Montserrat',sans-serif;
}

.md{
    font-size:0.82rem !important;
    line-height:1.8;
}

.sm,
.sm p,
.sm a{
    font-size:.666rem !important;
}

.m-separate{
    margin-bottom:0;
}

.m-separate:after{
    content:"";
    display:block;
    height:3px;
    width:72px;
    background:#e84a52;
    margin:16px auto 18px;
}

.m-link{
    border-bottom:1px solid #999;
    display:inline-block;
    padding-bottom:.1em;
}


/* =============== module | FontAwesome =============== */

.fa{
    display:block !important;
    text-align:center;
}

.fa::before{
    vertical-align: middle;
}

.fa-blue{
    color:#323D78;
}

.fa-red{
    color:#e84a52;
}

/* =============== module | BOX =============== */

.m-card{
    border:1px solid #ddd;
    border-radius:6px;
    position:relative;
}

.m-card img{
    display:block;
}

.m-card *:not(img){
    padding-left:5%;
    padding-right:5%;
}

.m-enclose{
    position:relative;
    text-align:center;
    border: 1px solid #dadada;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.m-enclose .fa{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:80px;
    height:80px;
}

.m-border{
    position:relative;
    border-top:1px solid #dedede;
}

.m-square{
    display: inline-block;
    border: 1px solid #dedede;
    padding: 5%;
    background:white;
}

.m-square--nb{/* No Border */
    border:none;
}

/* =============== module | ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ =============== */

.m-btn{
    display:block;
    text-align:center;
    border:1px solid #a3a3a3;
    line-height:1;
    max-width:24em;
    padding:1.6em 0;
    border-radius:3em;
    cursor:pointer;
    position:relative;
    background: transparent;
}

.m-btn--white{
    border-color:white;
}

.m-btn--outstanding{
    color:white !important;
    border:none !important;
    display: table;
    padding:1.444em 0;
    width: 280px;
    margin:0 auto;
    border:none;
    font-size:0.7rem;
    position:relative;
    background: #e13138;
    background: -moz-linear-gradient(to right, #e13138, #ff768a);
    background: -webkit-gradient(to right, #e13138, #ff768a);
    background: -webkit-linear-gradient(to right, #e13138, #ff768a);
    background: -o-linear-gradient(to right, #e13138, #ff768a);
    background: -ms-linear-gradient(to right, #e13138, #ff768a);
    background: linear-gradient(to right, #e13138, #ff768a);
    border-radius: 2.111em;
    box-shadow: 0px 5px 5px #dedede;
    letter-spacing: 16.0px;
    font-weight: bold;
    text-align: center;
    text-indent: 16px;
}



.enterprize__list{
    overflow:hidden;
    /*max-width: 1200px;*/
    width: 100%;
    margin:auto;
}

.enterprize__item{
    float:left;
    width:14.222%;
    padding:0;
}

.m-enterprize img{
    width:auto;
}

.enterprize__list-sub{
    overflow:hidden;
    max-width: 900px;
    margin:auto;
    text-align: center;
}

.enterprize__item-sub{
    width:13.88%;
    padding:0;
    display: inline-table;
}

.m-enterprize-sub img{
    width:auto;
}

.m-enterprize--border{
    position:relative;
}

.m-icon-list{
    text-align:center;
    margin-bottom:19px;/* SNSè¦å®šã®ã‚¹ãƒšãƒ¼ã‚¹ */
}

.icon-list__item{
    display:inline-block;
    margin:0.33rem;
}
.icon-list__item img{
    max-width: 24px;
}

/* =============== module | ã‚»ã‚°ãƒ¡ãƒ³ãƒˆ =============== */

.seg-price .fa{
    padding:13% 0 2.5%;
}
.seg-price .fa-line{
    height: 2px;
    max-width: 40px;
    background-color: #666;
    margin: 0 auto 4vh auto;
}
.price__title{
    margin:.6em auto .5em;
    font-size:1rem;
}

.price__month{
    font-size:2.2rem;
    margin-bottom:0.3em;
    /*font-family: Roboto;*/
}
.price__month em{
    font-style: normal;
    font-size: 1.8rem;
    font-weight: normal;
}

.price__month span{
    font-size:.999rem;
}

.price__detail {
    text-align: left;
    padding: 1.6em 0 0 0;
    border-top: 1px solid #666;
    margin-top: 2.2em;
}

.price__detail li{
    margin:.2em auto auto;
}

.flow__list{
    width:100%;
    margin:auto;
}

.flow__item{
    margin:6.0em auto auto;
}

.seg-flow-new .flow__title{
    font-size: .888rem;
    text-align: center;
    padding-top:20px;
    margin: 1.0em auto 0 auto;
    font-weight: bold;
}

.seg-flow-new .flow__txt{
    margin:0;
    text-align:center;
}

.seg-flow-new .flow__icon{
    max-width: 14em;
    height: 14em;
    padding: 0em;
    margin:auto;
    text-align: center;
    position: relative;
    background: #fff;
    border:1px solid #e13138;
    border-radius: 50%;
}

.seg-flow-new .flow__icon:after{
    content: "";
    position: absolute;
    right: -10em;
    display: block;
    background: #e13138;
    width: 10.0em;
    height: 1px;
    margin-top: calc(6.8em - 3px);
}
.seg-flow-new .flow__icon img{
    position: absolute;
    width: auto;
    text-align: left;
    margin: 4.0em 0 0 -2.8em;
}

.seg-flow-new .flow__item:last-of-type .flow__icon:after{
    display:none;
}
.seg-flow-new .flow__num{
    color: #e13138;
    font-size: .666rem;
    position: absolute;
    margin: 0 0 0 3.0em;
    text-align: right;
    font-weight: bold;
}
/* =============== module | seg-contact =============== */
.seg-contact{ padding:10px; display: block; }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:0.9rem;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size:0.9rem;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size:0.9rem;
}
:-moz-placeholder { /* Firefox 18- */
  font-size:0.9rem;
}
input:-moz-placeholder { font-size:0.9rem;}

.unit--contactForm input:not(.m-btn--contact),
.unit--contactForm textarea,
.searchform input{
    width:100%;
    padding:.4em 1.0em;
    margin:0 auto;
    border:1px solid #e8e8e8;
    font-size:0.9rem;
    /*position:relative;*/
    background-color: #e8e8e8;
}


.unit--contactForm input.m-btn--outstanding{
    display: table;
    padding:0.88em 0;
    width: 280px;
    margin:0 auto;
    border:none;
    font-size:0.99rem;
    position:relative;
    border-radius: 2.111em;
    letter-spacing: 16.0px;
    font-weight: bold;
    text-align: center;
    text-indent: 16px;
}

.unit--contactForm textarea{
    height: 11.0em;
}

.g-recaptcha > div{
    margin:0 auto;
}

#the-form{
    font-size:.8rem;
}

/******************************************************************
CHARACTOR
******************************************************************/

/* =============== charactor | home =============== */

.home h1, .home h2, .home h3{
    text-align:center;
}
.seg-main{padding-left: 10px; padding-right: 10px;}
.main__body{
    padding-top: 16em;
    min-height: 60vh;
}

.squares{
    position:absolute;
    top:0;
    width:100%;
}

.square{
    position:relative;
    border:1px solid rgba(255,255,255,0.17);
    display:block;
    width:18%;
    float:left;
    margin:1%;
}

.square::before{
    content: "";
    padding-top: 100%;
    display: block;
}


.scene__item{
    border-right:1px solid #4d496e;
    float: left;
    width: 24.888%;
    overflow:hidden;
    margin:0;
    min-height:380px !important;
    position:relative;
}
.scene__item:first-child{border-left:1px solid #4d496e; margin-right: -1px;}

.scene__item-s{
    float: left;
    width: 31.888%;
    overflow:hidden;
    margin:15px;
    min-height:610px !important;
    position:relative;
    background-color: #fff;
}

.seg-service p {
    font-size: 1.2em;
    line-height: 1.9;
    letter-spacing: 0;
    margin-bottom: 0;
}

.scene__item4-top{
    border-right:1px solid #d9d9d9;
    float: left;
    width: 24.888%;
    overflow:hidden;
    margin:0;
    min-height:480px !important;
    position:relative;
}
.scene__item4-top:first-child{border-left:1px solid #d9d9d9; margin-right: -1px;}

.scene__item5-top{
    border-right:1px solid #d9d9d9;
    float: left;
    width: 24.888%;
    overflow:hidden;
    margin:0;
    min-height:420px !important;
    position:relative;
}
.scene__item5-top:first-child{border-left:1px solid #d9d9d9; margin-right: -1px;}

.scene__item5{
    border-right:1px solid #4d496e;
    float: left;
    width: 19.888%;
    overflow:hidden;
    margin:0;
    min-height:380px !important;
    position:relative;
}
.scene__item5:first-child{border-left:1px solid #4d496e; margin-right: -1px;}

.scene__item img{width: 100%;}
.scene__item5 img{width: 100%;}
.scene__item5-top img{width: 100%;}
.scene__item4-top img{width: 100%;}
.scene__item--sm{
    min-height:325px !important;
}

.scene__info{
    margin:.5em 1.6em 0 1.6em;
}

.scene__title{
    font-size: 1.25em;
    margin:.75em auto .5em;
    border-bottom: 1px solid #ccc;
}

.scene__info svg{display: none;}
.scene__body{
    position:relative;
    margin-bottom:4rem;
}

.scene__body .slick-arrow{
    top:50%;
    bottom:0;
}

.blog__item{
    margin:2em auto;
}

.blog__date{
    color:#999;
}

/* =============== charactor | page =============== */

.grid__cell p{
    margin-bottom:0;
}

.page:not(.home) .scene__info{
}

.page:not(.home) .scene__item img{
}

.page:not(.home) .scene__item img::before {
}

.page:not(.home) .scene__link {
    position: absolute;
    bottom: 0;
    right: 0;
    left:0;
    display: inline-block;
    margin: 1em;
}

.seg--main{
    background-image: linear-gradient(-90deg, rgba(15, 184, 125, 0.85), rgba(15, 119, 184, 0.85));
    color:white;
}

.seg--main-bg{
    background-size:cover;
}

.seg--main--cp{
    background-image: linear-gradient(-90deg, rgba(86, 38, 179, 0.85), rgba(15, 119, 184, 0.85));
    color:white;
}

.m-case-title{
    font-size: .9rem;
    background: #181818;
    color: white;
    padding: .5em 1em;
    display: inline-block;
    line-height: 1;
    margin-bottom: .5em;
}
/*********** add 20171020
*/
.seg-social{
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    position: relative;
}
.social__content{
    display: flex;
    padding:40px 0 0;
    width: 100%;
}
.box{
    flex: 40%;
    /*display: table-cell;
    vertical-align: top;*/
    background-color: #fff;
    border: 6px solid #fff;
    padding: 20px 0 0;
    border-radius: 5px;
    margin:0;
}
.box img{max-width: 100%;}
.box .items__list{display: block; margin: 20px 10px 10px; }
.box .items__list .items_item span{margin:auto; text-align: center; display: block;}
.box .items__list .items_item{ line-height: 2.2;text-align: left;}

/******************************************************************
Smart Phones & Tablet
******************************************************************/

@media (max-width: 739px) {
    

    html{
        font-size:16px;
    }

    body{
        text-align:left;
        overflow-x: hidden;
        padding: 0;
    }

    .seg{
        padding: 6.0em 0 4em 0;
    }
    .box-big{ padding:3.0em 0; }
    .sec-big-sp{margin-top: 60px;}
    
    .seg--larger-new{padding: 3em 0 6em 0;}
    .seg--special{padding-top: 8.0em;}
    .seg--special-medium{padding-top: 3.6em;}
    .seg-contact{padding-top: 8.0em;}
    .seg--medium {
        padding: 5.6em 0 4.0em 0;
    }
    .seg_logo{
        padding: 6em 0 4em 0;
    }

    .unit{
        width:94%;
    }

    .scene__body .slick-arrow{
    }

    .slick-arrow{
        width:32px;
        height:32px;
    }

    .slick-prev{
        left:-4%;
    }

    .slick-next{
        right:-4%;
    }

    /* =============== module | モジュール =============== */

    .m-br{
        /*display:inline;*/
        /*margin-top: 10px;*/
    }

    h1{
        font-size:1.5rem;
    }

    h2{
        font-size:1.35rem;
    }

    h3{
        font-size:1.2rem;
    }

    h4{
        font-size:1rem;
    }

    .m-subtitle{
        font-size:.8rem !important;
    }

    .m-subtitle--big{
        font-size:1rem !important;
    }

    .m-caution{
        font-size:.666rem;
    }
    .m-title0 {
        font-size: 2.4rem;
        margin: .2em auto 1.1em auto;
        line-height: 1.1 !important;
    }
    .m-title1{
        font-size:1.5rem;
    }

    .m-title2{
        font-size:1.44rem;
        line-height: 1.4;
    }

    .seg-main .m-title3{
        font-size:1.18rem;
    }
    .m-title3{
        font-size:1.18rem;
    }

    .m-title4{
        font-size:1.33rem;
    }

    .m-title5{
        font-size:1.22;
    }

    .m-title6 {
        font-size: 0.9rem;
        line-height: 1.8;
        margin: 0 auto;
    }

    .md{
        font-size:.9rem !important;
    }
    
    /******************************************************************
    GRID
    ******************************************************************/
    .sm-grid--fit > .grid__cell {
        -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
    }
    .sm-grid--full > .grid__cell {
        -webkit-box-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width:100%;
    }
    .sm-grid--1of2 > .grid__cell {
        -webkit-box-flex: 0 0 50%;
            -webkit-flex: 0 0 50%;
                -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    max-width:50%;
    }
    .sm-grid--1of3 > .grid__cell {
        -webkit-box-flex: 0 0 33.3333%;
            -webkit-flex: 0 0 33.3333%;
                -ms-flex: 0 0 33.3333%;
                    flex: 0 0 33.3333%;
                    max-width:33.3333%;
    }
    .sm-grid--1of4 > .grid__cell {
        -webkit-box-flex: 0 0 25%;
            -webkit-flex: 0 0 25%;
                -ms-flex: 0 0 25%;
                    flex: 0 0 25%;
                    max-width:25%;
    }
    .sm-grid--1of5 > .grid__cell {
        -webkit-box-flex: 0 0 20%;
            -webkit-flex: 0 0 20%;
                -ms-flex: 0 0 20%;
                    flex: 0 0 20%;
                    max-width:20%;
    }

    .sm-grid__cell--first{
        order:-1;
    }

    /* =============== module | ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ =============== */

    .enterprize__item{
        width: 33.33333%;
    }

    .m-enterprize img{
    }

    .icon-list__item{
        width:24px;
        margin:0 6px;
    }

    .icon-list__item:first-of-type{
        margin-left:0;
    }

    /******************************************************************
    margin
    ******************************************************************/
    .sm-mb0{ margin-bottom:0px !important; }
    .sm-mb8{ margin-bottom:8px !important; }
    .sm-mb16{ margin-bottom:16px !important; }
    .sm-mb24{ margin-bottom:24px !important; }
    .sm-mb32{ margin-bottom:32px !important; }
    .sm-mb40{ margin-bottom:40px !important; }
    .sm-mb48{ margin-bottom:48px !important; }
    .sm-mb56{ margin-bottom:56px !important; }
    .sm-mb64{ margin-bottom:64px !important; }
    .sm-mb72{ margin-bottom:72px !important; }
    .sm-mb80{ margin-bottom:80px !important; }
    .sm-mb40--nega{ margin-bottom:-40px !important; }
    .sm-mb80--nega{ margin-bottom:-80px !important; }
    
    .sm-mt0{ margin-top:0px !important; }
    .sm-mt8{ margin-top:8px !important; }
    .sm-mt16{ margin-top:16px !important; }
    .sm-mt24{ margin-top:24px !important; }
    .sm-mt32{ margin-top:32px !important; }
    .sm-mt40{ margin-top:40px !important; }
    .sm-mt48{ margin-top:48px !important; }
    .sm-mt56{ margin-top:56px !important; }
    .sm-mt64{ margin-top:64px !important; }
    .sm-mt72{ margin-top:72px !important; }
    .sm-mt80{ margin-top:80px !important; }
    .sm-mt40--nega{ margin-top:-40px !important; }
    .sm-mt80--nega{ margin-top:-80px !important; }

    .flow__list{
        width:auto;
    }

    .home p{max-width:100%;}

    .scene__item{
        min-height:320px !important;
        width: 80%;
        max-width: 320px;
        border-right:1px solid #4d496e;
    }

    .scene__item:first-child{border-left:1px solid #4d496e; margin-right: -1px;}

    .scene__item5{
        min-height:320px !important;
        width: 80%;
        max-width: 320px;
        border-right:1px solid #4d496e;
    }

    .scene__item5:first-child{border-left:1px solid #4d496e; margin-right: -1px;}

    .scene__item5-top{
        min-height:320px !important;
        width: 80%;
        max-width: 320px;
        border-right:1px solid #d9d9d9;
    }

    .scene__item5-top:first-child{border-left:1px solid #d9d9d9; margin-right: -1px;}

    .scene__item4-top{
        min-height:320px !important;
        width: 80%;
        max-width: 320px;
        border-right:1px solid #d9d9d9;
    }

    .scene__item4-top:first-child{border-left:1px solid #d9d9d9; margin-right: -1px;}

    .scene__item-s{
        min-height:320px !important;
        width: 80%;
        max-width: 320px;
        margin: 5px !important;
    }

    .page br{
        /*display:none;*/
    }

    .social__content{
        display: flex;
        flex-flow: row wrap;
        padding:20px 0;
    }
    .box{
        flex: 50%;
        margin: 0;
        padding-bottom: 10px;
    }
    .box .items__list .items_item span{
        text-indent: 1px;
        width: 90%;
        letter-spacing: -0.4px;
    }
    .box .items__list .items_item:before {
        margin-left: 2px;
    }
    .seg-social .unit {
        width: 98%;
    }

    .enterprize__list-sub{
        overflow:hidden;
        max-width: 1100px;
        margin:auto;
        text-align: center;
    }

    .enterprize__item-sub{
        width:18%;
        padding:0;
        display: inline-table;
    }
    .m_top_contact_sp{margin-top: 2.4em;}
    .h2_contact--title{ font-size: 2.8em; }
}/* /@media */

@media (max-width: 480px) {

    .main__body{
        min-height:50vh;
    }
    .social__content{
        display: flex;
        flex-flow: row wrap;
        padding:20px 0;
    }
    .box{
        flex: 50%;
        margin: 0;
        padding: 0;
    }
    .box .items__list .items_item span{
        text-indent: 0px;
        width: 100%;
        letter-spacing: -0.4px;
        text-align: left !important;
    }
    /*
    .box .items__list .items_item:before {
        margin-left: -6px;
    }
    */
    .seg-social .unit {
        width: 98%;
    }
}


/******************************************************************
Smart Phones 320
******************************************************************/

@media (max-width: 320px) {
    /* =============== module | モジュール =============== */

    .m-br{
        /*display:inline;*/
        /*margin-top: 10px;*/
    }

    h1{
        font-size:1.5rem;
    }

    h2{
        font-size:1.35rem;
    }

    h3{
        font-size:1.2rem;
    }

    h4{
        font-size:1rem;
    }

    .m-subtitle{
        font-size:.8rem !important;
    }

    .m-subtitle--big{
        font-size:1rem !important;
    }

    .m-caution{
        font-size:.666rem;
    }
    .m-title0 {
        font-size: 2.4rem;
        margin: .2em auto 1.1em auto;
        line-height: 1.1 !important;
    }
    .m-title1{
        font-size:1.5rem;
    }

    .m-title2{
        font-size:1.44rem;
        line-height: 1.4;
    }

    .seg-main .m-title3{
        font-size:1.00rem;
    }
    .m-title3{
        font-size:1.00rem;
    }

    .m-title4{
        font-size:1.33rem;
    }

    .m-title5{
        font-size:1.22;
    }

    .m-title6 {
        font-size: 0.9rem;
        line-height: 1.8;
        margin: 0 auto;
    }

    .md{
        font-size:.9rem !important;
    }


}

.f-right{
    float: right;
}
.f-left{
    float: left;
}
/*add 2018/3/9*/

/* =============== view--btn =============== */
.view--btn{ 
    display: block;
    margin: 2.0em 0;
    float: right;
}
.view--btn a{ 
    color: #fff;
    display: block;
    background: linear-gradient(to right, #e13138, #ff768a);
    border-radius: 2.0em;
    line-height: 1;
    padding: 0.88rem 7rem 0.88rem 0;
    font-size: 0.7rem;
    text-indent: 1.0rem;
}

.view--btn a:hover{
    opacity: 1;
    box-shadow: 0px 5px 5px #dedede;
}
.view--btn i.icon:after{
    width: 1.2em;
    height: 2.2em;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateY(-20px) translateX(5px) rotate(30deg);
    content: "";
    float: right;
    margin-right: -9.14em;
    margin-top: calc(0.0em - 3px);
}
.view--btn a span{}

.view--btn a span.mark:after {
    content: "";
    display: block;
    background: #fff;
    width: 7em;
    height: 1px;
    margin-top: calc(0.88em - 3px);
    float: right;
    margin-right: -8.88em;
}

/* =============== view--btn_sub =============== */
.view--btn_sub{ 
    display: table;
    margin: 2.0em auto;
    text-align: center;
}
.view--btn_sub a{ 
    color: #fff;
    display: block;
    background: linear-gradient(to right, #e13138, #ff768a);
    border-radius: 2.8em;
    line-height: 1.4;
    padding: 0.88rem 8rem 0.88rem 1.2rem;
    font-size: 1.1rem;
    text-align: left;
    letter-spacing: -1px;
}

.view--btn_sub a:hover{
    opacity: 1;
    box-shadow: 0px 5px 5px #dedede;
}
.view--btn_sub i.icon:after{
    width: 1.2em;
    height: 2.2em;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateY(-20px) translateX(5px) rotate(30deg);
    content: "";
    float: right;
    margin-right: -6.3em;
    margin-top: calc(0.01em - .66em);
}
.view--btn_sub a span{}

.view--btn_sub a span.mark:after {
    content: "";
    display: block;
    background: #fff;
    width: 3em;
    height: 1px;
    margin-top: calc(0.88em - 3px);
    float: right;
    margin-right: -5.88em;
}

/* =============== view--btn_sub2 =============== */
.view--btn_sub2{ 
    display: table;
    margin: 2.0em auto;
    text-align: center;
}
.view--btn_sub2 a{ 
    color: #fff;
    display: block;
    background: linear-gradient(to right, #e13138, #ff768a);
    border-radius: 2.0em;
    line-height: 1.4;
    padding: 0.88rem 9rem 0.88rem 1.2rem;
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: -1px;
}

.view--btn_sub2 a:hover{
    opacity: 1;
    box-shadow: 0px 5px 5px #dedede;
}
.view--btn_sub2 i.icon:after{
    width: 1.2em;
    height: 2.2em;
    border-bottom: 2px solid #fff;
    -webkit-transform: translateY(-20px) translateX(5px) rotate(30deg);
    content: "";
    float: right;
    margin-right: -6.3em;
    margin-top: calc(0.0em - .66em);
}
.view--btn_sub2 a span{}

.view--btn_sub2 a span.mark:after {
    content: "";
    display: block;
    background: #fff;
    width: 5em;
    height: 2px;
    margin-top: calc(0.88em - 3px);
    float: right;
    margin-right: -5.88em;
}

.wrap-right{
    margin: -8.0em 0 0 0;
    float: right;
    display: block;
    text-align: right;
}

.btn--more{
    margin:2.0em auto auto auto;
    text-align: center;
    width: 100%;
}
.btn--more a{
    color: #fff;
    display: block;
    background: linear-gradient(to right, #e13138, #ff768a);
    border-radius: 2.0em;
    line-height: 1;
    padding: 0.88rem 0;
    font-size: 0.666rem;
}
.view--btn-sp{display: none;}

.works-buttons{
    margin:3.0em auto auto;
    display: block;
    width: 100%;
}

.works-buttons{
    display: table;
    width: 100%;
    margin:0 auto;
    padding:0;
    text-align: center;
}
.works-buttons .works-buttons-items{
    width: 19%;
    height: 4.0em;
    float: left;
    font-size: 0.76rem;
    line-height: 1.4;
    background-color: #eee;
    margin:auto .5%;
    text-align: center;
    display: table;
}

.works-buttons .works-buttons-items a{
    vertical-align:middle;
    color: #1e1b3a;
    display: table-cell;
    font-weight:normal;
    border: 1px solid #1e1b3a;

}
.works-buttons .works-buttons-items a:hover{
    box-shadow: 0 3px 3px #1e1b3a;
    color: #E84A52;
    border:1px solid #E84A52;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
    font-weight: bold;
}
.works-buttons .works-buttons-items a br{display: block;}

.plan_price{border:1px solid #fff; margin:1.8em; padding:1.0em;}
.plan_price div{font-size: 1.4em;}

.price-frame-top{
    border:1px solid #e13138;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    float: right;
    margin: -4.2em 1.0em 0 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
    padding-top: 4.8em;
}
.price-frame-top h5{line-height: 1.4; padding-top: 0.8em; padding-bottom: 0.6em; font-size: 1.16rem; margin:0; color: #e13138; letter-spacing: -1px;}
.price-frame-top img{max-width: 60px;}
.price-frame-top svg polyline, .price-frame-top svg line {
    fill: none;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.price-frame-top svg {
        width: 24px;
}
@media (max-width: 1030px) {
    .m-title0 {
        font-size: 2.2rem;
        margin: 0 auto .25em;
    }
    .m-title3 {
        font-size: 1.3rem;
        margin: 0 auto 1em;
    }
}

@media (max-width: 900px){
    .m-title0 {
        font-size: 2.1rem;
        margin: 0 auto .25em;
    }
}

@media (max-width: 880px){
    .m-title0 {
        font-size: 1.8rem;
        margin: 0 auto .25em;
    }
}
@media (max-width: 739px) {
    .price-frame-top{
        width: 200px;
        height: 200px;
        border-radius: 50%;
        float: right;
        margin:-2.2em 0 0 0;
        -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
        transition: opacity 0.95s, transform 0.95s;
    }
    .price-frame-top img{max-width: 40px;}
    .price-frame-top h5{line-height: 1.4; padding-top: .6em; font-size: 0.86rem; margin:0;}
    .m-title0 {
        font-size: 2.2rem;
        margin: 0 auto .25em;
    }
    .m-title3 {
        font-size: 1.0rem;
        margin: 0 auto 1em;
    }

    .plan_price{border:1px solid #fff; margin:1em auto; padding:1.0em;}

    .works-buttons{
        display: table;
        width: 96%;
        margin:0 auto;
        padding:0;
        text-align: center;
        font-weight: normal;
    }
    .works-buttons .works-buttons-items{
        width: 100%;
        height: 3.0em;
        float: left;
        font-size: .88rem;
        line-height: 1.4;
        margin:.2em 0;
        text-align: center;
        display: table;
        font-weight: normal;
    }

    .works-buttons .works-buttons-items a{
        vertical-align:middle;
        display: table-cell;
        font-weight: normal;
    }
    .works-buttons .works-buttons-items a:hover{
        -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
        transition: opacity 0.95s, transform 0.95s;
    }
    .works-buttons .works-buttons-items a br{display: block;}

    .view--btn{display: none !important;}
    

    /*------view--btn_sub------*/
    .view--btn_sub{ 
        display: table;
        margin: 2.0em auto;
        width: 98%;
    }
    .view--btn_sub a{ 
        color: #fff;
        display: block;
        background: linear-gradient(to right, #e13138, #ff768a);
        border-radius: 5.0em;
        line-height: 1;
        padding: 1.111rem 5rem 1.111rem 1.0rem;
        font-size: 0.9rem;
    }

    .view--btn_sub a:hover{
        opacity: 1;
        box-shadow: 0px 5px 5px #dedede;
    }
    .view--btn_sub i.icon:after{
        width: 1.2em;
        height: 2.6em;
        border-bottom: 1px solid #fff;
        -webkit-transform: translateY(-20px) translateX(5px) rotate(30deg);
        content: "";
        float: right;
        margin-right: -4.8em;
        margin-top: calc(0.0em - 8px);
    }
    .view--btn_sub a span{}

    .view--btn_sub a span.mark:after {
        content: "";
        display: block;
        background: #fff;
        width: 3.6em;
        height: 1px;
        margin-top: calc(0.88em - 3px);
        float: right;
        margin-right: -4.4em;
    }

    /* =============== view--btn_sub2 =============== */
    .view--btn_sub2{ 
        display: table;
        margin: 2.0em auto;
        text-align: center;
        width: 96%;
    }
    .view--btn_sub2 a {
        color: #fff;
        display: block;
        background: linear-gradient(to right, #e13138, #ff768a);
        border-radius: 2.8em;
        line-height: 1.2;
        padding: 0.88rem 2rem 0.88rem 1.2rem;
        font-size: 0.8rem;
        text-align: left;
    }
    .view--btn_sub2 a br{display: block;}
    .view--btn_sub2 a:hover{
        opacity: 1;
        box-shadow: 0px 5px 5px #dedede;
    }
    .view--btn_sub2 i.icon:after {
        width: 1.0em;
        height: 1.0em;
        border-bottom: 1px solid #fff;
        -webkit-transform: translateY(-20px) translateX(5px) rotate(30deg);
        content: "";
        float: right;
        margin-right: -2.8em;
        margin-top: calc(1.8em - 0.6em);
    }
    .view--btn_sub2 a span{}

    .view--btn_sub2 a span.mark:after {
        content: "";
        display: block;
        background: #fff;
        width: 3em;
        height: 1px;
        margin-top: calc(0.88em - 1px);
        float: right;
        margin-right: -1.0em;
    }

    .btn--more{
        margin:3.0em auto auto;
        text-align: center;
        width: 100%;
    }
    .btn--more a{
        color: #fff;
        display: block;
        background: linear-gradient(to right, #e13138, #ff768a);
        border-radius: 2.0em;
        line-height: 1;
        padding: 0.88rem 0;
        font-size: 0.888rem;
    }

    .wrap-right{
        margin: -8.0em 0 0 0;
        float: right;
        display: block;
        text-align: right;
    }
    .scene__title {
        font-size: 1.65em;
        margin: .75em auto .5em;
    }
}
@media (max-width:766px) {
    .view--btn-sp{ 
        margin: auto;
        display: block;
        margin: 2.0em 0;
        width: 100%;
    }
    .view--btn-sp a{ 
        color: #fff;
        display: block;
        background: linear-gradient(to right, #e13138, #ff768a);
        border-radius: 2.0em;
        line-height: 1;
        padding: 1.111rem 7rem 1.111rem 0;
        font-size: 0.7rem;
        text-indent: 1.0rem;
    }

    .view--btn-sp a:hover{
        opacity: 1;
        box-shadow: 0px 5px 5px #dedede;
    }
    .view--btn-sp i.icon:after{
        width: 1.2em;
        height: 2.6em;
        border-bottom: 1px solid #fff;
        -webkit-transform: translateY(-20px) translateX(5px) rotate(30deg);
        content: "";
        float: right;
        margin-right: -9.14em;
        margin-top: calc(0.0em - 3px);
    }
    .view--btn-sp a span{}

    .view--btn-sp a span.mark:after {
        content: "";
        display: block;
        background: #fff;
        width: 7em;
        height: 1px;
        margin-top: calc(0.88em - 3px);
        float: right;
        margin-right: -8.88em;
    }
}
@media (max-width: 680px) {
    .price-frame-top{
        width: 100%;
        height: auto;
        border-radius: 3px;
        text-align: center;
        margin: 4.2em auto 3.0em auto;
        background-color: #f8f8f8;
        padding:.6em 0;
        float: left;
    }
    .price-frame-top img{width: 30px; margin:.2em; vertical-align: middle; display: inline-table;}
    .price-frame-top h5{
        line-height: 1.4;
        font-size: 0.9rem;
        margin: 0;
        padding: 0 0 0 0.2em;
        letter-spacing: 0;
        vertical-align: middle;
        text-align: center;
        display: inline-table;
        max-width: 80%;
    }
    .price-frame-top h5 br{display: none;}
}
@media (max-width: 320px) {
    .price-frame-top {
        text-align: center;
        margin: 4.2em auto 0 auto;
    }
    .price-frame-top h5 {
        line-height: 1.4;
        font-size: 0.8rem;
        margin: 0;
        padding: 0 0 0 0.1em;
        letter-spacing: 0;
        vertical-align: middle;
        text-align: center;
        display: inline-table;
        max-width: 86%;
    }
    .price-frame-top svg {
        width: 20px;
        display: inline-table;
        vertical-align: -3px;
    }
    .price-frame-top img {
        width: 20px;
        margin: .2em;
        vertical-align: middle;
        display: inline-table;
    }
}
/* =============== module | head-wrap_top =============== */
.head-wrap_top{display: table;width: 100%; padding:0; margin:auto; text-align: left;}
.head-wrap_top li{ padding:0;margin:0; display:inline-table; text-align: left; vertical-align: top; font-size: 0.888rem;font-family:Roboto;}
.head-wrap_top li h2{ text-align: left; font-size: 2.0rem; font-weight: bold; line-height: 1.3;padding-right: 2.6rem;font-family:Roboto;}
.head-wrap{ display: table;width: 100%; padding:0; margin:0; text-align: left;}
.head-wrap li{ padding:0;margin:0; display: table-cell; text-align: left; vertical-align: bottom;}
.head-wrap li h4{line-height: 1.1;font-weight: normal;font-size: 1.6rem;font-family: 'Roboto';margin:0 auto;}
.head-wrap li h4 span{ font-size: .9rem;font-weight: normal;}
.head-wrap_top p{font-size: 1.2rem ;line-height: 1.4;}
.border-left{ border-left: 1px solid #d9d9d9; margin-left: -1px;}
.border-right{ border-right: 1px solid #d9d9d9; }
.border-left-gray{ border-left: 1px solid #4d496e; margin-left: -1px;}
.border-right-gray{ border-right: 1px solid #4d496e; }
.scene__title{color: #e13138; text-align: center; font-weight: bold;line-height: 1.4;min-height: 3em;margin:2em auto auto;}
.scene__title_special{
    font-size: 1.25em;
    margin:.75em auto .5em;
    border-bottom: 0.5px solid #ccc;
}
h4.scene__title_special{color: #e13138; text-align: center; font-weight: bold;line-height: 1.0;min-height: 4em;margin:2em auto auto;}
.scene__title_special br.m-br{ display: block !important; margin:0 !important;line-height: 1.2 !important;}
@media (max-width: 739px) {
    .scene__title_special br{ display: block !important; }
    .scene__title_special {
        font-size: 1.65em;
        margin: .75em auto .5em;
    }
    h2 br{display: block !important;}
    .head-wrap_top br{display: block !important;}
    .head-wrap_top p{font-size: 1.1em;}
    .head-wrap_top li h2{ text-align: left; font-size: 1.40rem; font-weight: bold; line-height: 1.3;padding-right: 0;letter-spacing:.6px;}
    .head-wrap li h4{line-height: 0.1;font-weight: normal;font-family: 'Roboto';margin:0 auto;}

    .scene__title {
        color: #e13138;
        text-align: center;
        font-weight: bold;
        line-height: 1.4;
        min-height: 8vh;
        margin: 4vh auto auto;
    }
}
@media (max-width: 739px) {
    .head-wrap_top li h2{ text-align: left; font-size: 1.26rem; font-weight: bold; line-height: 1.4;padding-right: 0;letter-spacing:0;}
}
.fa-line{ 
    height: 2px; 
    max-width: 40px; 
    background-color: #e13138; 
    margin:0 auto 4vh auto; 
    text-align: center;
    padding:0; 
    display: block;
}
.fa-line-white{
    background-color: #fff !important; 
}
.grid--1of5 .scene__title{
    min-height: 6vh;
    margin:5vh auto auto;
}
.grid--1of5 .fa-line{}
.p_t15{padding-top: 15px;}
.p_t20{padding-top: 20px;}
.p_t25{padding-top: 25px;}
.p_t30{padding-top: 30px;}
.p_t35{padding-top: 35px;}
.p_t40{padding-top: 40px;}

.p_b15{padding-bottom: 15px;}
.p_b20{padding-bottom: 20px;}
.p_b25{padding-bottom: 25px;}
.p_b30{padding-bottom: 30px;}
.p_b35{padding-bottom: 35px;}
.p_b40{padding-bottom: 40px;}
.p_b50{padding-bottom: 50px;}
.p_b60{padding-bottom: 60px;}
.p_b70{padding-bottom: 70px;}
.p_b80{padding-bottom: 80px;}
.p_b90{padding-bottom: 90px;}
.p_b100{padding-bottom: 100px;}

.m_l10{margin-left: 10px;}
.m_l15{margin-left: 15px;}
.m_l20{margin-left: 20px;}
.m_l25{margin-left: 25px;}
.m_l30{margin-left: 30px;}
.m_l35{margin-left: 35px;}
.m_l40{margin-left: 40px;}
.m_l45{margin-left: 45px;}
.m_l50{margin-left: 50px;}

.m_b0{ margin-bottom: 0px;}
.m_b5{ margin-bottom: 5px;}
.m_b8{ margin-bottom: 8px;}
.m_b10{ margin-bottom: 10px;}
.m_b15{ margin-bottom: 15px;}
.m_b20{ margin-bottom: 20px;}
.m_b25{ margin-bottom: 25px;}
.m_b30{ margin-bottom: 30px;}
.m_b35{ margin-bottom: 35px;}
.m_b40{ margin-bottom: 40px;}
.m_b45{ margin-bottom: 45px;}
.m_b50{ margin-bottom: 50px;}
.m_b55{ margin-bottom: 55px;}
.m_b60{ margin-bottom: 60px;}
.m_b100{ margin-bottom: 100px;}

.m_t0{ margin-top: 0px;}
.m_t5{ margin-top: 5px;}
.m_t3{ margin-top: 3px;}
.m_t10{ margin-top: 10px;}
.m_t15{ margin-top: 15px;}
.m_t20{ margin-top: 20px;}
.m_t22{ margin-top: 22px;}
.m_t24{ margin-top: 24px;}
.m_t25{ margin-top: 25px;}
.m_t30{ margin-top: 30px;}
.m_t35{ margin-top: 35px;}
.m_t40{ margin-top: 40px;}
.m_t45{ margin-top: 45px;}
.m_t50{ margin-top: 50px;}
.m_t55{ margin-top: 55px;}
.m_t60{ margin-top: 60px;}
.m_t70{ margin-top: 70px;}
.m_t80{ margin-top: 80px;}
.m_t90{ margin-top: 90px;}
.m_t100{ margin-top: 100px;}

.m_t10_a{ margin-top:-10px; }
.seg-service h5{margin:-5px 0 30px 0;}
.seg-service .m-caution {
    max-width: 1200px;
    float: right;
    margin: 20px 0 0 0;
    font-size: 13px;
    color: #000;
    height: 30px;
    font-weight: normal;
}

/* =============== module | seg-brand =============== */
.seg-brand{}
.seg-brand ul{
    margin-top: -1.0em;
}

.seg-brand .m-title-brand{
    font-size: 1.25em;
}
.brand__item{
    margin:auto;
}
.seg-brand li.brand__item:nth-child(1){
    margin: auto 1.0em auto -1.0em;
}
.seg-brand li.brand__item:nth-child(2){
    margin: auto 2.1em auto -1.8em;
}
.seg-brand li.brand__item:nth-child(3){
    margin: auto 2.1em auto -3.2em;
}
.seg-brand li.brand__item:nth-child(4){
    margin: auto 0 auto -3.0em;
}

.seg-brand li .brand__item:after{
    content: "";
    position: absolute;
    height: 12.5em;
    width: .5em;
    border-left: 1px solid #e13138;
    margin: -15em 0 0 0;
}
.seg-brand .brand__circle{
    max-width: 13em;
    height: 13em;
    padding: 0em;
    margin:2.6em auto auto;
    text-align: center;
    position: relative;
    background: #fff;
    border:1px solid #e13138;
    border-radius: 50%;
}

.seg-brand .brand__circle:after{
    content: "";
    position: absolute;
    right: -4em;
    display: block;
    background: #e13138;
    width: 4.0em;
    height: 1px;
    margin-top: calc(6.6em - 3px);
}
.seg-brand .brand__circle span{
    font-weight: bold;
    margin: 4.8em auto 0 -2.0em;
    position: absolute;
    max-width: 16em;
    text-align: center;
    height: 3em;
    line-height: 3.0;
}

.seg-brand .brand__shape {
    max-width: 18em;
    height: 5em;
    padding: 0em;
    margin: 3.6em auto 0 3.2em;
    text-align: center;
    position: relative;
    background: #fff;
    border: 1px solid #e13138;
}

.seg-brand .brand__shape:after {
    content: "";
    position: absolute;
    left: -3.3em;
    display: block;
    background: #e13138;
    width: 3.3em;
    height: 1px;
    margin-top: calc(2.4em - 1px);
}
.seg-brand .brand__shape span{
    min-width: 10em;
    max-width: 14em;
    text-align: center;
    font-size: 1.2em;
    margin-top: 1.6em;
    position: absolute;
    margin-left: -4.9em;
    line-height: 1;
}
.seg-brand .brand__line {}

.seg-brand .brand__line:after {
    content: "";
    position: absolute;
    display: block;
    background: #e13138;
    width: 1px;
    height: 30em;
    margin-top: calc(6.2em - 2px);
}

.seg-brand .brand__item:after .brand__circle:after,
.seg-brand .brand__item:after .brand__shape:after{
    display:none;
}



.seg-improve{}
.seg-improve table{ width: 100%;max-width:1050px;display: table; margin:auto;}
.seg-improve .td-wrap1{width: 47%; padding:0 13% 0 0;}
.seg-improve .td-wrap2{ width: 29%;}
.seg-improve .td-wrap3{width: 23%;}
.seg-improve .m-title3{line-height: 1.4;}
.seg-td-title{font-size: 1.45em; margin-bottom: .4em;}


.select_wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  float: right;
}
.select_wrap:before, .select_wrap:after {
  content: "";
  position: absolute;
}
.select_wrap:after {
    color: #999;
    font-family: "Fontawesome";
    font-size: inherit;
    content: "\f107";
    pointer-events: none;
    right: 0.3em;
    top: -0.3rem;
    vertical-align: middle;
    font-size: 2.0em;
    font-weight: normal;

}


.unit--contactForm select {
    -webkit-appearance: none; /* Webkit */
    -moz-appearance: none; /* FF */
    -ms-appearance: none; /* Edge */
    appearance: none; /* Future */
    text-transform: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e8e8e8;
    background-color: #e8e8e8;
    border-radius: 0;
    padding: .5em 1em;
    min-width: 200px;
    margin-left: .5em;
    float: right;
    cursor: pointer;
}

/* IE11 */
.unit--contactForm select::-ms-expand {
  display: none;
}

.box-10{padding:10px;}
.box-20{padding:20px;}
.box-30{padding:30px;}
.box-40{padding:40px;}
.box-50{padding:50px;}
.box-55{padding:55px;}

.box-m-10{margin:10px;}
.box-m-20{margin:20px;}
.box-m-25{margin:25px;}
.box-m-30{margin:30px;}
.box-m-40{margin:40px;}
.box-m-50{margin:50px;}
.box-m-55{margin:55px;}


.t-darklue{color: #1e1b3a;}
.f-115{font-size: 1.15em;}
.f-YuGothic{}
.f-Roboto{font-family: Roboto;}
.f-RobotoB{font-family: RobotoBold;}

.m-line{
    background-color: #e13138;
    height: 5px;
    width: 120px;
    margin:auto;
    display: block;
}
.m-line_red{
    background-color: #e13138;
    height: 3px;
    width: 70px;
    margin:0;
    display: block;
}
.m-line_blue{
    background-color: #002791;
    height: 3px;
    width: 70px;
    margin:0;
    display: block;
}


.ugc-img-box1{min-width: 200px;}

.grid__cell-sp{
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.grid__cell-sp li{
    color: #e13138;
    border:1px solid #e13138;
    margin:.2em auto;
    padding:1em;
    font-weight: bold;
    background-color: #fff;
}
.grid__cell-sub{
    width: 100px;
    background-color: pink;
}


.seg-sns{}
.seg-sns .sns-li_red,
.seg-sns .sns-li_blue{
    margin:-70px 0 0 0;
}
.seg-sns ul.sns-li_red li,
.seg-sns ul.sns-li_blue li{ 
    display: inline-table; 
    background-color: #fff; 
    border:1px solid #e13138; 
    width: 60px;height: 60px; 
    margin:0 10px 30px 0; 
    padding:0;
    border-radius: 50%;
    vertical-align: middle;
}
.seg-sns ul.sns-li_blue li{
    border:1px solid #002791;
}
.seg-sns .sns-li_red li img,
.seg-sns .sns-li_blue li img{
    vertical-align: middle;
    padding:15px 0 0 15px;
}
.seg-sns .sns-li{
    margin:-60px 0 0 0;
}
.seg-sns ul.sns-li li{ 
    display: inline-table;
    margin:0 10px 0 0; 
    padding:0;
    vertical-align: middle;
}

.slick-new-5 p.f-115{
    font-size: .77rem;
    line-height: 1.4;
    min-height: 125px;
}
.slick-new-4 p.f-115{
    font-size: .77rem;
    line-height: 1.4;
    min-height: 125px;
}




.flow__list{
    width:640px;
    margin:auto;
}

.flow__item{
    margin:2em auto;
}

.seg-flow .flow__title{
    font-size:1.25rem;
    text-align:left;
    position:relative;
    margin:0;
}

.seg-flow .flow__txt{
    margin:0;
    color:#767676;
    text-align:left;
}

.seg-flow .flow__num{
    max-width: 4em;
    height: 4em;
    padding: 1em;
    margin-right: 1em;
    text-align: center;
    position: relative;
    background: #323d78;
    color: white;
}

.seg-flow .flow__num:after{
    content: "";
    position: absolute;
    bottom:-2.7em;
    display: block;
    background: #323d78;
    width: 1px;
    height: 2.7em;
    margin-left: calc(1.1em - 3px);
}

.seg-flow .flow__item:last-of-type .flow__num:after{
    display:none;
}

.seg-flow  p {
    max-width: 640px;
    text-align: left;
    font-size: .8rem;
}

.flow__item{
    margin:2em auto;
}

.seg-flow .flow__title{
    font-size:1.25rem;
    text-align:left;
    position:relative;
    margin:0;
}

.seg-flow .flow__txt{
    margin:0;
    color:#767676;
    text-align:left;
}

.seg-flow .flow__num{
    max-width: 4em;
    height: 4em;
    padding: 1em;
    margin-right: 1em;
    text-align: center;
    position: relative;
    background: #323d78;
    color: white;
}

.seg-flow .flow__num:after{
    content: "";
    position: absolute;
    bottom:-2.7em;
    display: block;
    background: #323d78;
    width: 1px;
    height: 2.7em;
    margin-left: calc(1.1em - 3px);
}

.seg-flow .flow__item:last-of-type .flow__num:after{
    display:none;
}

.m_t_a10{margin-top: -10px;}
.sp_hide{display: table !important;}
/*--------recaptcha----*/
.pc-top-contact{/*margin-top:-2rem;*/}

.m_t56_pc{margin-top:56px;}
.m_t44_pc{margin-top:44px;}
.m_t36_a{ margin-top: -36px; }
.m_t70_pc{margin-top:70px;}

.min-h360{min-height: 360px;}
.min-h380{min-height: 380px;}
.min-h400{min-height: 400px;}
.min-h420{min-height: 420px;}
.min-h440{min-height: 440px;}
.min-h460{min-height: 460px;}
.min-h480{min-height: 480px;}
.min-h500{min-height: 500px;}
.min-h570{min-height: 570px;}
.min-h600{min-height: 600px;}
.min-h620{min-height: 620px;}
.min-h630{min-height: 630px;}
.min-h640{min-height: 640px;}
.min-h700{min-height: 700px;}

.page-sns .m-br-sp{ display:inline; }
.m_t3rem_sp{ margin-top: auto; }

.f-145 {
    font-size: 1.45em;
}
.f-155 {
    font-size: 1.55em;
}


.sns__buttons{display: none; width: 100%; margin:auto; text-align: center;}
.sns__buttons li{display: inline-table; width: 33.000%; margin:auto; padding:0;}
.sns__buttons li a{display: block; width: 96%; margin:auto; text-align: center; padding:10px; background-color: #00364f; color: #fff; border:1px solid #173340; font-size: 1.2em;}
.sns__buttons li a:hover{box-shadow: 0 3px 3px #ccc;}
.m_t10em{margin-top: 10em;}
.m_t11em{margin-top: 11em;}

.view-text{font-size: 0.9em; margin:0 auto -1.3em auto; text-align: center; padding:0;}
@media (max-width: 768px) {
    
    .m_t10em{margin-top: 3.0em;}
    .m_t11em{margin-top: 7.6em;}
    .box-10{padding:0;}
    .box-20{padding:0;}
    .box-30{padding:30px;}
    .box-40{padding:2.0em;}

    .box-50{padding:50px;}
    .box-55{padding:55px;}

    .box-m-10{margin:0px;}
    .box-m-20{margin:0px;}
    .box-m-25{margin:0em;}
    .box-m-30{margin:.5em;}
    .box-m-40{margin:1.0em;}
    .box-m-50{margin:1.5em;}
    .box-m-55{margin:2.0em;}
    
    .box-m1_sp{margin:1.0em;}
    .box-40_sp{margin:-1.0em;}
    .m_t22{ margin-top: 0; }
    .m_l40{margin: 0; padding-bottom: 3.0em}

    .m_b06_sp{margin-bottom: .6em;display: block;}
    .m_b1_sp{margin-bottom: 1.0em;display: block;}
    .m_b2_sp{margin-bottom: 2.0em;display: block;}
    .m_b3_sp{margin-bottom: 3.0em; display: block;}
    
    .m_t0_sp{margin-top: 0;display: block;}
    .m_t01_sp{margin-top: .1em;display: block;}
    .m_t02_sp{margin-top: .2em;display: block;}
    .m_t06_sp{margin-top: .6em;display: block;}
    .m_t1_sp{margin-top: 1.0em;display: block;}
    .m_t15_sp{margin-top: 1.5em;display: block;}
    .m_t2_sp{margin-top: 2.0em;}
    .m_t3_sp{margin-top: 3.0em; display: block;}
    .m_t6_sp{margin-top: 6.0em; display: block;}
    .m_t7_sp{margin-top: 7.0em; display: block;}
    .m_t8_sp{margin-top: 8.0em; display: block;}
    .m_t10_sp{margin-top: 10.0em; display: block;}

    .p_b06_sp{padding-bottom: .6em;display: block;}
    .p_b1_sp{padding-bottom: 1.0em;display: block;}
    .p_b2_sp{padding-bottom: 2.0em;display: block;}
    .p_b3_sp{padding-bottom: 3.0em;display: block;}

    .al-left-sp{text-align: left !important;}
    .al-right-sp{text-align: right !important;}
    .al-center-sp{text-align: center !important;}

    .al-bottom-sp{ margin-bottom: 1.0em; display: block;}
    .al-top-sp{ margin-top: 5.4em; display: block;}

    .m_t-minus10{margin-top: -2.0em; display: block;}

    .unit--contactForm input.m-btn--outstanding {
        display: table;
        padding: 0.77em 0;
        width: 100%;
        margin: 0 auto;
        border: none;
        font-size: 1.2rem;
        position: relative;
        border-radius: 2.111em;
        letter-spacing: 16.0px;
        font-weight: bold;
        text-align: center;
        text-indent: 16px;
        z-index: 1 !important;
    }

    .m_l30{margin-left: 2%;}
    .m_b30{ margin-bottom: 0;}
    .m_b_price{ margin-bottom: 1.6em;}
    .p_b_price{ padding-bottom: 3.0em;}

    .m_b30_sp{ margin-bottom: 2.4em;}
    .m_t60_sp{margin-top: 6.0em;display: block;}
    .m_t70_sp{margin-top: 7.0em;display: block;}
    .m_t80_sp{margin-top: 8.0em;display: block;}



    .f-135{
        font-size: 1.35em;
    }
    .f-145-sp{ font-size: 1.45em; }


    .m-line{
        background-color: #e13138;
        height: 5px;
        width: 5.0em;
        margin:0;
        display: block;
    }
    .m-line_red{
        background-color: #e13138;
        height: 3px;
        width: 70px;
        margin:0;
        display: block;
    }
    .m-line_blue{
        background-color: #002791;
        height: 3px;
        width: 70px;
        margin:0;
        display: block;
    }

    .min-h360{min-height: auto;}
    .min-h380{min-height: auto;}
    .min-h400{min-height: auto;}
    .min-h420{min-height: auto;}
    .min-h440{min-height: auto;}
    .min-h460{min-height: auto;}
    .min-h480{min-height: auto;}
    .min-h500{min-height: auto;}
    .min-h570{min-height: auto;}
    .min-h600{min-height: auto;}
    .min-h620{min-height: auto;}
    .min-h630{min-height: auto;}
    .min-h640{min-height: auto;}

    .m_t36_a{ margin-top: auto; }
    .m_t70_pc{margin-top:auto;}
    .m_t_a10{margin-top: auto;}

    .slick-new-4 p.f-115{
        font-size: .99rem;
        line-height: 1.4;
        min-height: auto ;
    }
    .slick-new-4 p.f-115 br.m-br,
    .page-sns h5 br.m-br,
    .page-ugc h5 br.m-br,
    .page-sns br.m-br,
    .page-ugc br.m-br,
    br.m-br-sp{display: block;}

    .slick-new-4 p.f-115 br,
    .page-sns h5 br,
    .page-ugc h5 br,
    .page-sns br,
    .page-ugc br{display: none;}

    .m-titlesp{letter-spacing: -1px;}
    .seg-sns{}
    .seg-sns .sns-li_red,
    .seg-sns .sns-li_blue{
        margin:-4.6em auto auto;
    }
    .seg-sns .sns-li{
        margin:-4.0em 0 0 0;
    }

    .head-wrap_top {
        display: table;
        width: 100%;
        padding: 0;
        margin: auto;
        text-align: left;
    }
    .head-wrap_top p{margin:auto; line-height: 1.8;}
    .sp_hide{display: none !important;}
    .bg-gradient{
        min-height:380px !important;
        width: 80%;
        max-width: 320px;
        margin:5px;
        border-right:1px solid #4d496e;
    }

    .price__detail {
        text-align: left;
        padding: 3.0em 0 0 0;
        border-top: 1px solid #666;
        margin-top: 2.2em;
    }
    .price__month {
        font-size: 2.6rem;
        margin-bottom: 0.3em;
        font-family: Roboto;
    }

    .pc-top-contact {margin-top: 1.0rem;}
    .m_t25_sp{margin-top:25px;}
    .m-br-sp{display: block !important;}
    .sp-letter{letter-spacing: -1px;}
    .m_t3rem_sp{ margin-top: 3.0rem; }

    .f-145 {font-size: 1.05em;}
    .f-155 {font-size: 1.25em;}
    .c-type__txt {
        font-size: .75rem !important;
        text-align: left;
        margin-top: 8px;
    }

    .f-115{
        font-size: 0.88rem;
    }
    .slick-new-5 p.f-115 {
        font-size: .9rem;
        line-height: 1.4;
        min-height: 80px;
    }

    .sns__buttons{display: none; width: 100%; margin:auto; text-align: center;}
    .sns__buttons li{display: block; width: 90%; margin:auto; padding:0;}
    .sns__buttons li a{display: block; width: 96%; margin:.3em auto; text-align: center; padding:10px; background-color: #00364f; color: #fff; border:1px solid #173340; font-size: 1.3em;}

}



@media (max-width: 320px) {
    .f-115{
        font-size: 0.80rem;
    }
}


/*plan*/
.c-type__icon {
    width: 68px;
    margin-bottom: 8px;
}
.c-type__title {
    font-size: .75rem !important;
    font-weight: bold;
    margin-bottom: 0;
}

.c-type__txt {
    font-size: .75rem !important;
    text-align: left;
    margin-top: 8px;
}
.c-type__sns img {
    width: 50px;
}
.c-type__sns span {
    font-size: 12px;
    display: block;
}
.c-type__sns span:before {
    content: "";
    display: block;
    width: 33%;
    height: 1px;
    background: #eaeaea;
    margin: 8px auto;
}
.unit__title {
    font-size: 32px;
    margin: 0 auto 16px;
    font-weight: 700;
}
.seg--border {
    border-top: 1px solid #eaeaea;
}
.c-type__list {
    padding: .5em;
    border-top: 1px solid #eaeaea;
    font-size: .6rem;
    font-weight: bold;
}
.unit__title--mid {
    font-size: .77rem;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: .77rem !important
}
.seg--blackBg {
    background-color: #333;
}
.seg--dark {
    color: white;
    border-color: white;
}
.seg__title {
    font-size: 40px;
    margin: 0 auto 16px;
    font-weight: 700;
}


/*slick Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    margin:3.0em auto auto;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: .25;
}


.slick-dots li button:before
{
    font-size: 4.0rem;
    line-height: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: white !important;
}

.slick-new-4-top .slick-dots li button:before{
    color: #666 !important;
}

.slick-new-4-top .slick-dots li.slick-active button:before{
    opacity: .75;
    color: #666 !important;
}
.slick-new-5-top .slick-dots li button:before{
    color: #666 !important;
}

.slick-new-5-top .slick-dots li.slick-active button:before{
    opacity: .75;
    color: #666 !important;
}

.slick-new-3-top-s .slick-dots li button:before{
    color: #666 !important;
}

.slick-new-3-top-s .slick-dots li.slick-active button:before{
    opacity: .75;
    color: #666 !important;
}

.slick-new-3-top-s .slick-dots,
.slick-new-3-top .slick-dots {
    margin: 2.0em auto auto !important;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-new-3-top,
.slick-new-3-top-s{
    margin-bottom: 0;
    padding-bottom: 0;
}


ul.page-numbers{ margin:30px auto; }
ul.page-numbers li{display: inline-table; padding:1.0em .4em; font-size: .888rem;}

.newsList .grid--gutters {
    margin: -1.4rem 0 0.6rem -1.4rem;
}

.home .enterprize__list-sub{display: none;}


/*add new line in top site 2018/8/3*/
.announcement-top {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    top: 0;
    z-index: 999;
    background-color: #012790;
    color:#fff;
    margin-bottom: 10px;
    position: fixed;
    width: 100%;
    font-size: 12px;
}
.announcement-top div.text{font-weight: bold; padding-left: 10px;}
.announcement-top svg polyline, .announcement-top svg line {
    fill: none;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.announcement-top svg {
    width: 12px;
}
.announcement-top em{ font-style: normal; margin-right: 30px;}
.announcement-top a{ text-decoration: underline; }
br.sp-br{display: none;}
br.pc-br{display: block;}

#insta {
    color: #e03138;
    font-size: 60px; /* change this to change the size*/
    max-width: 60px;
    margin:1.0em auto auto;
    text-align: center;
}
@media all and (max-width:768px) {
    .announcement-top{
        display: block;padding:10px;
        height: 66px;
    }
    .announcement-top em{display: block;font-style: normal; margin:auto 0;letter-spacing: -0.02em;}
    .announcement-top .text{display: block;margin:auto .2%;letter-spacing: -0.02em;}
    .announcement-top a{
        display: block;
    }
    .announcement-top svg polyline, .announcement-top svg line {
        fill: none;
        stroke-width: 5;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-miterlimit: 10;
    }
    .announcement-top svg {
        width: 12px;
    }
    .announcement-top div.text {
        font-weight: bold;
        padding-left: 2px;
        padding-right: 2px;
        font-size: .6em;
    }
}

@media (max-width: 900px) {
    #insta {
        font-size: 50px; /* change this to change the size*/
        max-width: 50px;
        margin:.6em auto auto;
    }
}
@media (max-width: 768px) {
    #insta {
        font-size: 50px; /* change this to change the size*/
        max-width: 50px;
        margin:.6em auto auto;
    }
    br.sp-br{display: block;}
    br.pc-br{display: none;}
}

@media (max-width: 480px) {
    #insta {
        font-size: 50px; /* change this to change the size*/
        max-width: 50px;
        margin:.2em auto auto;
    }
    br.sp-br{display: block;}
    br.pc-br{display: none;}
}

.flow--wrap_larger{display: block; width: 100%;}

.flow--wrap_small{display: none;}
.improve--bgk{
    background-image: url(./../images/improve/improve.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 1050px;
    min-height: 480px;
    display: block;
    margin:0 auto;
    padding: 0;
}
.brand--bgk{
    background-image: url(./../images/top/brand-pc.png);
    background-size:100%;
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 1200px;
    min-height: 630px;
    display: block;
    margin:0 auto;
    padding: 0;
}
@media all and (max-width:768px) {
    .improve--bgk{
        background-image: url(./../images/improve/improve_sp.png);
        background-size:100%;
        background-repeat: no-repeat;
        background-position: top center;
        max-width: 100%;
        max-height: 1081px;
        display: block;
        margin:0 auto;
        padding: 0;
    }
    .brand--bgk{
        background-image: url(./../images/top/brand-sp.png);
        background-size:358px;
        background-repeat: no-repeat;
        background-position: top center;
        max-width: 100%;
        min-height: 900px;
        display: block;
        margin:0 auto;
        padding: 0;
    }
}

.slick-dots li{margin: 0 8px;}
.slick-dots li, .slick-dots li button{width: 16px; height: 16px;}
.slick-dots li button{background: #ddd; border-radius: 50%; text-indent: -9999px;}
.slick-dots li.slick-active button{background: #333;}

.all-center{margin:auto; text-align: center;}
.t-blue{color:#141244;} 
.f-bold{ font-weight: bold; }
.w1000 {
    margin: auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
    /*padding: 80px 0;*/
}
@media (max-width: 739px){
    .w1000 {
        margin: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
        /*padding: 80px 0;*/
    }
}


.logo-lp-bkg-animated{
  background:  url(./../images/logo/list_logo.png) repeat 0 0;
  background-size: 260%;
  width: 100%;
  margin: 3.0em auto auto auto;
  text-align: center;
  max-height: 200px;
  height: 200px;
  box-sizing: border-box;
  -webkit-animation: slide_lp 20s linear infinite;
  background-repeat: repeat-x;
  background-color:transparent;
}
@media screen and (max-width:600px) {
  .logo-lp-bkg-animated{
    background:  url(./../images/logo/list_logo_sp.png) repeat 0 0;
    background-size: 240%;
    width: 100%;
    margin: 4.0em auto;
    text-align: center;
    min-height: 100%;
    box-sizing: border-box;
    -webkit-animation: slide_lp 20s linear infinite;
    background-repeat: repeat-x;
    background-color: transparent;
  }
}





@-webkit-keyframes slide_lp {
    from { background-position: 0 0; }
    to { background-position: 1200px 0; }
}
@media (max-width: 768px){
    ul.sns-li li img{max-width: 40px;}
    .page-sns .bg-white picture img{max-width: 90%;}
}
@media (max-width: 425px){
    .brand--bgk {
        background-size: 90%;
        min-height: 700px;
    }
    .m-title2 {
        font-size: 1.40rem;
        line-height: 1.4;
    }
    .page-amb .m-title0 {
        font-size: 1.40rem !important;
        margin: .44em auto .88em auto;
        letter-spacing: 0em;
    }
    .page-amb h3 {
        font-size: 1.4rem;
        letter-spacing: 0 !important;
    }
    .wrap--success_stories li:nth-child(2) ul li {
        font-size: 14px !important;
    }
    .announcement-top em{font-size: 8px; letter-spacing: 0;}
    .announcement-top{padding:10px 0;}
    .unit__title {
        font-size: 18px;
    }
    .btn {
        display: inline-block;
        font-size: .8rem;
        color: inherit;
        border: 2px solid;
        padding: .5em 2em;
        font-weight: bold;
        margin: auto;
        text-align: center;
        width: 100%;
    }
    ul.sns-li li img{max-width: 30px;}
    .page-sns .bg-white picture img{max-width: 90%;}
    .seg {
        padding: 4.0em 0 4em 0;
    }
}


.unit--contactForm input.m-btn--outstanding {
    z-index: 1 !important;
}
@media (max-width: 768px){
    .page-amb .seg--medium {
        padding: 0;
    }
    .seg-lp {
        padding-left:0;
        padding-right:0;
    }
}
#ugc_marketing, #campaign, #commerce, #event, #others{padding-left:10px; padding-right: 10px;}

/*add 2019/2/20*/
#sidebar1 a{color: #111;}

.news--wrap{
    display: block;
    margin-bottom: 2.2em;
}
.news--wrap .grid--gutters .entry-time{font-size: 120%;font-weight: 550; display: block; width: 100%;order: 1;}
.news--wrap .grid--gutters .grid--img__news{margin: auto;display: block;order: 3; width: auto;}
.grid--img__news img{max-width: 100%; margin-right: 0;}
.news--wrap .grid--gutters .news--header{ vertical-align: top; display: block;order: 2; margin-bottom: -1.0em;}
.news--wrap .grid--gutters .unit__title--mid {margin-bottom: 0; }
.news--wrap .grid--gutters{margin: 0 !important}
.news--wrap .grid--gutters .unit__title--mid:hover,.news--wrap .entry-time time.updated:hover{color:#E84A52; opacity: 1 !important; }
.news--wrap .entry-time{ text-decoration: underline; color: #444;}
.news--wrap .entry-time img{
    width: 18px;
    vertical-align: -2px;
    margin-right: 0.6em;
}
@media (min-width:740px){
    .news--wrap{
        display: block;
        margin-bottom: 4.8em;
    }
    .news--wrap .grid--gutters{
        margin: 0 !important;
        display: block;
        vertical-align: top;
    }
    .news--wrap{text-align: left;}
    .news--wrap .grid--gutters .entry-time{order: 1;}
    .news--wrap .grid--gutters .news--header{ vertical-align: top; display:table-cell;order: 3; text-align: left; width: ; font-size: 120%;}
    .news--wrap .grid--gutters .grid--img__news{display: table-cell;order: 2; text-align: left; width: ; margin:0;}
    .news--wrap .grid--gutters .grid--img__news img{max-width: 200px; margin-top: 8px; margin-right: 10px;}
    .news--wrap .grid--gutters .unit__title--mid {
        font-size: 1.28rem;
        margin-bottom: 0 !important;
        line-height: 1.6;
    }
    .news--wrap .grid--gutters .unit__title--mid:hover,.news--wrap .entry-time time.updated:hover{color:#E84A52; opacity: 1 !important; }
    .news--wrap .entry-time{ text-decoration: underline; color: #444;}
    .news--wrap .entry-time img{
        width: 18px;
        vertical-align: -2px;
        margin-right: 0.6em;
    }
    .widget_recent_entries{}
    .widget_recent_entries ul{}
    .widget_recent_entries li{ margin: 1.0em auto 1.6em auto; }
    .widget_categories li{ margin: 1.0em auto 1.6em auto; font-size: 1.1em }
    .side h4{margin:1.8 auto 0.6em auto !important;}
    .side{padding:0 0.6em 0 !important; display: block;}
}

    

.logo-bkg-animated {
  background:  url(./../images/logo/list_logo.png) repeat 0 0;
  background-size: 160%;
  background-color: #fff;
  width: 100%;
  margin: 3.0em auto auto auto;
  text-align: center;
  min-height: 260px;
  height: 260px;
  box-sizing: border-box;
  -webkit-animation: slide 20s linear infinite;
  background-repeat: repeat-x;
  background-color:transparent;
}
@media screen and (max-width:1600px) {
    .logo-bkg-animated {
        background-size: 180%;
        min-height: 200px;
        height: 200px;
    }
}
@media screen and (max-width:1200px) {
    .logo-bkg-animated {
        background-size: 180%;
        min-height: 100px;
        height: 100px;
    }
}
@media screen and (max-width:768px) {
  .logo-bkg-animated {
    background:  url(./images/logo/list_logo_sp.png) repeat 0 0;
    background-size: 240%;
    width: 100%;
    margin: 4.0em auto;
    text-align: center;
    min-height: 100%;
  }
}



.logo-bkg-animated_db {
  background-image:  url(./../images/logo/list_logo.png);
  background-position: left center;
  background-size: 140%;
  background-color: #fff;
  width: 100%;
  margin: 3.0em auto auto auto;
  text-align: center;
  height: 180px;
  max-height: 180px;
  box-sizing: border-box;
  -webkit-animation: slide 30s linear infinite;
  background-repeat: repeat-x;
  background-color:transparent;
  position: relative;
}
@media screen and (max-width:2000px) {
    .logo-bkg-animated_db {
      background-size: 140%;
      height: 160px;
      max-height: 160px;
    }
}
@media screen and (max-width:1800px) {
    .logo-bkg-animated_db {
      background-size: 140%;
      height: 140px;
      max-height: 140px;
    }
}
@media screen and (max-width:1600px) {
    .logo-bkg-animated_db {
      background-size: 180%;
      height: 160px;
      max-height:160px;
    }
}

@media screen and (max-width:1200px) {
    .logo-bkg-animated_db {
      background-size: 220%;
      height: 140px;
      max-height: 140px;
    }
}

@media screen and (max-width:1024px) {
    .logo-bkg-animated_db {
      background-size: 220%;
      height: 110px;
      max-height: 110px;
      margin: 0em auto auto auto;
    }

}

@media screen and (max-width:860px) {
    .logo-bkg-animated_db {
      background-size: 220%;
      height: 110px;
      max-height: 110px;
    }
}

@media screen and (max-width:768px) {
  .logo-bkg-animated_db {
    background:  url(./../images/logo/list_logo_sp.png) repeat 0 0;
    background-size: 140%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    min-height: 100%;
    -webkit-animation: slide 30s linear infinite;
    background-repeat-y:no-repeat;
  }
}

@media screen and (max-width:600px) {
  .logo-bkg-animated_db {
    background-size: 240%;
    width: 100%;
  }
}

.wrapper {margin:0 auto;position:relative; padding:0; max-width: 100% !important; width: 100% !important; display: block;}

.bg-main{ position: relative;text-align: center;}
.bg-main video{ opacity: .95;position: relative;line-height: 1;text-align: center;width: 100%;height: 100%;top: -90px;left:0;display: block;}
.bg{position: absolute;line-height: 1;text-align: center;background-image: url('./../images/top/fillter-movie.png');background-position: top center;background-repeat: repeat;background-size: auto;height: 100%;width: 100%;top: -90px;left:0;}
.centered {position: absolute;top: 36%;transform: translate(0, -36%);line-height: 1;text-align: center;width: 100%;}
.centered .main-top{max-width: 1280px;margin:0 auto;text-align: left;width: 90%;display: block;}
.centered h1{margin:0 0 0 0;text-align: left;max-width: 1100px;width: 100%;display: block; color: #fff !important;}

.seg_logo-db{/*top: 100%;*/transform: translate(0, -50px);line-height: 1;text-align: center;width: 100%; display: table;}

.m-title3{font-size: 2.2rem;}
.m-title0{font-size: 3.6rem; letter-spacing: -2px; font-weight: normal; }

.m-enterprize-logo{background-color: #fff; width: 100%; padding-bottom: 10px;}
.unit-db{ margin:auto 30px; display: block; }

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: 1500px 0; }
}
@media screen and (max-width:768px) {
    @-webkit-keyframes slide {
        from { background-position: 0 0; }
        to { background-position: 800px 0; }
    }
}
@media screen and (max-width:1300px) {
    .m-title3{font-size: 1.8rem;}
    .m-title0{font-size: 3.4rem;}
    .unit-db{margin-bottom: -10px;}
    .centered {position: absolute;top: 32%;transform: translate(0, -36%);line-height: 1;text-align: center;width: 100%;}
}

@media screen and (max-width:1024px) {
    .m-title3{font-size: 1.6rem;}
    .m-title0{font-size: 3.0rem;}
    .unit-db{margin-bottom: -10px;}
    .centered {position: absolute;top: 32%;transform: translate(0, -36%);line-height: 1;text-align: center;width: 100%;}
}
@media screen and (max-width:860px) {
    .m-title3{font-size: 1.6rem;}
    .m-title0{font-size: 2.4rem;}
    .unit-db{margin-bottom: -20px;}
}
@media only screen and (max-width: 768px){
    .bg-main video{top: 0;height: 100%;}
    .bg{top: 0;}
    .centered {position: absolute;top: 22%;transform: translate(0, -16%);line-height: 1;text-align: center;width: 100%;}
    .centered .main-top{margin:0 auto;text-align: left;width: 92%;display: block;}
    .centered h1{margin:0 0 0 0;text-align: left;max-width: 100%;width: 100%;display: block;}
    .unit-db{margin-bottom: 0;}

    .seg_logo-db{position: relative;top: 10%;transform: translate(0, -0%);line-height: 1;text-align: center;width: 100%; margin-top: 30px;}
    .m-enterprize-logo{ height: 250px; margin-top: -15px;}
    /*.seg_logo-db .view--btn-sp{margin:0 auto 2.0em auto;}*/
    @-webkit-keyframes slide {
        from { background-position: 0 0; }
        to { background-position: 2000px 0; }
    }

}
@media only screen and (max-width: 500px){
    .m-title3{font-size: 1.4rem;}
    .m-title0{font-size: 2.6rem;}
    .centered {position: absolute;top: 25%;transform: translate(0, -16%);line-height: 1;text-align: center;width: 100%;}
    .m-enterprize-logo{ height: 220px; margin-top: -15px;}
}
@media only screen and (max-width: 360px){
    .centered {position: absolute;top: 5.6em;transform: translate(0, -16%);line-height: 1;text-align: center;width: 100%;}
}
@media only screen and (max-width: 320px){
    .m-title3{font-size: 1.2rem;}
    .m-title0{font-size: 2.0rem;}
    .centered {position: absolute;top: 8%;transform: translate(0, -16%);line-height: 1;text-align: center;width: 100%;}
    .m-enterprize-logo{ height: 200px; margin-top: -15px;}
}

.main-image-amb .centered {
    max-width: 1000px !important;
    margin: 0 auto !important;
    text-align: center !important;
    width: 100% !important;
    display: table-cell !important;
    vertical-align: middle !important;
    position: relative!important;
}

@media (max-width: 739px){
    .main-image-amb .centered {
        max-width: 98% !important;
        margin: 0 auto !important;
        text-align: center !important;
        width: 98% !important;
        display: table-cell !important;
        vertical-align: middle !important;
        position: relative!important;
    }
}
@media (max-width: 739px){
    .main-image-amb {
        padding: 40px 0 10px 0 !important;
    }
}


.pc_showscreen{ display: block;}
.pc_showscreen svg{width: 100%;}
.pc_showscreen img{width: 100%;}
.sp_showscreen{ display: none; }

.pc_showscreen_brand{display: block;padding:50px 30px;}
.pc_showscreen_brand svg{ width: 100%; max-width: 1020px;}
.sp_showscreen_brand{display: none;}
.sp_showscreen_brand svg{}



.pc_showscreen_flow-new{display: block; padding-left: 30px;}
.pc_showscreen_flow-new svg{ width: 100%; max-width: 868px;}
.sp_showscreen_flow-new{display: none;}
.sp_showscreen_flow-new svg{}

@media (max-width: 739px){
    .pc_showscreen{ display: none; }
    .sp_showscreen{ display: block; }
    .sp_showscreen svg{width: 100%;}
    .pc_showscreen_brand{display: none;padding:30px;}
    .pc_showscreen_brand svg{  width: 100%;}
    .sp_showscreen_brand{display: block; padding:20px;}
    .sp_showscreen_brand svg{ width: 100%; }

    .pc_showscreen_flow-new{display: none;}
    .pc_showscreen_flow-new svg{ width: 100%; max-width: 868px;}
    .sp_showscreen_flow-new{display: block;}
    .sp_showscreen_flow-new svg{width: 100%;}
}

/*==============================変更2019/11/19/*==============================*/
.catalog-service {display: table;margin:auto;text-align: center;}
.catalog-service li{display:inline-table;width: 33.33333%;margin:auto;padding:0;float: left;text-align: left;}
.catalog-service li a{ color: #111; display: block;padding:25px; margin:auto; cursor: pointer; border:2px solid #fff; }
.catalog-service li a:hover{ color: #111;border: 2px solid #fff; background-color: #f8f8f8; }
.catalog-service h3.title-service{ display: block;font-size: 36px; margin:auto; text-align: left; line-height: 1.2; margin-bottom: 60px; padding-bottom: 0;}
.catalog-service h3.title-service span{display: block; font-size: 20px; color:#444;}
.catalog-service h3.title-service i.icon:after{width: 0.6em;height: 0.6em;border-bottom: 1px solid #e13138;-webkit-transform: translateY(-20px) translateX(5px) rotate(30deg);content: "";float: right;margin-right: -2px;margin-top: calc(0.0em - 6px);}
.catalog-service h3.title-service em.mark:after {content: "";display: block;background: #e13138;width: 100%;height: 1px;margin-top: calc(0.88em - 3px);float: right;margin-right: 0;}
.catalog-service li a:hover h3.title-service{}
.catalog-service li a:hover h3.title-service em{color:#666;}
.catalog-service li a .box-service{}
.catalog-service li a .box-service .image-box{margin:auto auto 25px auto; display: block;text-align: center;}
.catalog-service li a .box-service img{ width: 100%; display: block;padding:0; margin:auto; text-align: center;}
.catalog-service li a .box-service .content-service{ font-size: 18px; line-height: 1.8; }

.related_services_wrap{ margin:0 auto 40px auto; background-color: #eee; text-align: center; padding:40px 0; }
.related_services_wrap .related-title{ font-size: 22px; font-weight: normal; color:#000; margin-bottom: 30px; }
.related_services_wrap ul{ margin:auto; max-width: 800px; display: table; padding:0;}
.related_services_wrap ul li{ display: inline-table;width: 31%; vertical-align: top; padding:0; margin:0 auto;}
.related_services_wrap ul li img{ display: block;padding:0; margin:auto; width: 80%; }
.related_services_wrap ul li img.ow-logo{ width: 56%; }
.related_services_wrap ul li img.coco-logo{ width: 80%; }
.related_services_wrap ul li img.insight-logo{ width: 72%; vertical-align: bottom;}

@media (max-width: 739px){
    .catalog-service { display: table;width: 100%; }
    .catalog-service li{display:block;width: 100%;}
    .catalog-service li a{padding:15px 0;}
    .catalog-service h3.title-service{font-size: 28px; margin-top: 10px; line-height: 1.4; margin-bottom: 30px;}
    .catalog-service h3.title-service span{ display: none; }
    .catalog-service li a .box-service .content-service{font-size: 15px; line-height: 1.6;}
    .catalog-service h3.title-service i.icon:after{margin-right: 0;margin-top: calc(0.0em - 0px);}
    .catalog-service h3.title-service em.mark:after {margin-top: calc(0.60em - 5px);}

    .related_services_wrap{padding:20px 0;}
    .related_services_wrap .related-title {font-size: 18px;margin-bottom: 10px;}
}


/*add 2019/11/22*/
.lp-contact-contact{
    float: right;
    right: 0;
    top: 14px;
    position: absolute;
    width: 160px;
    height: 80px;
    display: inline-table;
}
.lp-contact-contact a{
    
    font-size: 1.2em;
    display: block;
    padding: 0.6em 0;
    text-decoration: none;
    color: #fff !important;
    background: #1e1b3a;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    width: 160px;
    line-height: 1.5;
    margin:auto;
    text-align: center;
}


.lp-insightsuite-link{
    float: right;
    right: 170px;
    top: 14px;
    position: absolute;
    width: 160px;
    height: 80px;
    display: inline-table;
}
.lp-insightsuite-link a{
    font-size: 1.0em;
    display: block;
    padding: 0.3em 0;
    text-decoration: none;
    color: #fff !important;
    background: #d6249f;
    background: radial-gradient(circle at 22% 160%, #f09433 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 110%);
    border-bottom: 0;
    border-radius: 0;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    width: 160px;
    line-height: 1.3;
    margin:auto;
    text-align: center;
}

.main-top{}
.main-top img{ width: 320px; margin-bottom: 20px; }

@media (max-width: 960px){
    .main-top img{ width: 220px; margin-bottom: 20px; }
    .lp-insightsuite-link, .lp-insightsuite-link a{width: 120px; right: 110px;}
    .lp-contact-contact, .lp-contact-contact a{width: 100px;font-size: 1.0em;line-height: 1.98;}
}
@media (max-width: 800px){
    .lp-insightsuite-link, .lp-insightsuite-link a{display: none;}
    .lp-contact-contact, .lp-contact-contact a{display: none;}
}
@media (max-width: 768px){
    #container{ margin-top: -6.0em; }
    .main-top img{ width: 160px; margin-bottom: 10px; padding:0; display: block; }
}

/*ugc campaign add 2020/1/10*/
.ugc-dashboard{
    background-color: #f8f8f8;
    width: 100%;
    max-width: 1200px;
    margin:40px auto;
    text-align: center;
}
.ugc-dashboard ul{ 
    margin: auto 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: top;
    text-align: center;
}
.ugc-dashboard ul li{ 
    margin: 30px 1.6%;
    padding: 0;
    width: 30.1%;
    background-color: #fff;
    list-style: none;
    vertical-align: top;
}
.ugc-dashboard ul li p.title{ font-size: 16px; font-weight: bold;margin: 20px auto; }
.ugc-dashboard ul li img{ width: 90%; padding-bottom: 20px; }
@media screen and (max-width:768px) {
    .ugc-dashboard ul{ 
        margin: 0 auto;
        padding:0 10px 20px 10px;
    }
    .ugc-dashboard ul li{ 
        margin: 20px auto auto;
        padding: 0;
        width: 100%;
    }
    .ugc-dashboard ul li p.title{padding:10px 20px;}
    .ugc-dashboard ul li p.title br{ display: block; }
}
.lp-insightsuite-link a br{ display: block; }

/*blog style*/
.seg-single{
    padding:90px 10px;
    position:relative;
}
#inner-content .seg{ padding:0.3333vw 1vw; }
h1.entry__title{
    margin: 2.25vw auto 2.0vw auto;
    font-size: 1.75rem;
    font-weight: bold;
    border-bottom: 3px solid #E84A52;
    color: #222;
    padding-bottom: 1.0vw;
    line-height: 1.5;
}
.single-topic{
    background-color: aliceblue;
    padding: 1.0rem 1.0em 1.0em 2.8em;
    color: #111;
    margin:2.0em auto auto auto;
}
.single-topic p{font-weight: bold;}
.single-topic a{color: #E84A52; font-weight: normal;}
.single-topic a:hover{text-decoration: underline;}
.single-topic span{ font-weight: bold;margin-right: .8888vw; margin-left: -2.0vw; color:brown;}
.single-topic-title{ font-weight: bold; }

h3.single-content-title{
    border-left: 5px solid #E84A52;
    padding-left: 20px;
    font-weight: bold;
    margin: 5.6rem auto 1.0rem auto !important;
}
.sns-wrap{
    display: block;
    /*position: fixed;*/
    margin: 0 0 0 -60px;
    text-align: left;
    position: fixed;
    top: 24%;
}
.sns-wrap .sns-box{
    display: block;
    margin:0 auto 20px auto;
    max-width: 30px;
}
.sns-wrap .sns-box img{width: 100%;}
.single-content{ width: 74%; margin-right: 4%;}
.sidebar-wrap{ width: 22%;}
.single-content hr{ max-width: 100% !important; }
.sns-wrap-sp{display: none;}
.sns-wrap-sp .sns-box-sp img{width: .1%;}
@media screen and (max-width:1400px) {
    .single-content{ margin-left: 5%; width: 69%;}
    .sns-wrap{margin-left:-60px;}
}
@media screen and (max-width:1100px) {
    
}
@media screen and (max-width:1000px) {
    .seg-single{padding:3.0vw 10px;}
    .single-content{ width: 94%; margin:5vw 3% auto 3%;display: block;}
    .sidebar-wrap{ width: 94%; margin:5.0vw 3% auto 3%; display: block;}
    .sns-wrap{ position: relative; margin: 0 auto 3.0vw auto;  text-align: left;}
    .sns-wrap .sns-box{display: inline-block;margin:auto 5px; width: 40px;}
    .sns-wrap-sp{ position: fixed;display: block;bottom: 30px; z-index: 9; }
    .sns-wrap-sp .sns-box-sp{display: inline-block;margin:auto 5px auto auto; }
    .sns-wrap-sp .sns-box-sp a{ display: block; width: 40px; height: 40px;border-radius: 50%; margin:auto;padding:0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);}
    .sns-wrap-sp .sns-box-sp a.fb{ background-color: #3c5a9a;}
    .sns-wrap-sp .sns-box-sp a.tw{ background-color: #2badf4;}
    .sns-wrap-sp .sns-box-sp a.line{ background-color: #00b312;}
    .sns-wrap-sp .sns-box-sp img{width: 100%; margin:auto;text-align: center;}
    .sns-wrap-sp .sns-box-sp a.line img{padding:3px; border-radius: 50%;}
    .sns-wrap-sp .sns-box-sp a.fb img,.sns-wrap-sp .sns-box-sp a.tw img{padding:8px;}
    
}
@media screen and (max-width:768px) {
    .seg-single{padding: 0em 0 6em 0;}
    #inner-content .seg{ padding:0.3333vw 1vw; }
    .single-topic{padding-left: 1.8em;}
    h1.entry__title{
        font-size: 1.15rem;
        line-height: 2.0;
        margin-top: .75em;
        margin-bottom: 1.25em;
    }
    .single-topic span{ margin-left: -1.0em;}
    h3.single-content-title{
        margin: 2.6rem auto 1.0rem auto !important;
    }
    
    


}


/* =============== view__link =============== */

.view__link {min-width: 300px; margin:auto; text-align: center; display: table;}
.view__link a {
  position: relative;
  display: block;
  width: 100%;
  background: linear-gradient(to right, #e13138, #ff768a);
  border-radius: 5rem;
  color: #fff;
  line-height: 1.4;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  padding:12px 3.8rem 12px 1.2rem;
  margin:20px auto;
  text-align: left;
  font-size: 22px;
  letter-spacing: 1px;
}
.view__link a:before {position: absolute;top: 50%;content: '';background-repeat: no-repeat;background-size: 100%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}

.view__link a:hover {opacity: 1;box-shadow: 0px 5px 5px #dedede;}

.view__link--more a {position: relative;}
.view__link--more a:before, .view__link--more a:after {position: absolute;top: 50%;content: '';display: block;background: #fff;transform: translateY(-50%);-webkit-transform: translateY(-50%);right: 26px;height: 1px;width: 40px;max-width: 40px;}
.view__link--more a:after {transform: translateY(-4px) translateX(5px) rotate(30deg);-webkit-transform: translateY(-4px) translateX(5px) rotate(30deg);right: 30px;max-width: 15px;}


.btn-insightsuite {min-width: 560px; margin:auto; text-align: center; display: table;}
.btn-insightsuite a {
  position: relative;
  display: block;
  width: 100%;
  background: #2c4192;
  border-radius: 5rem;
  color: #fff;
  line-height: 1.4;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  padding:12px 3.8rem 12px 1.2rem;
  margin:auto auto 20px auto;
  text-align: left;
  font-size: 22px;
  letter-spacing: 1px;
  z-index: 1;
}
.btn-insightsuite a:before {position: absolute;top: 50%;content: '';background-repeat: no-repeat;background-size: 100%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}

.btn-insightsuite a:hover {opacity: 1;box-shadow: 0px 5px 5px #dedede;}

.btn-insightsuite--more a {position: relative;}
.btn-insightsuite--more a:before, .btn-insightsuite--more a:after {position: absolute;top: 50%;content: '';display: block;background: #fff;transform: translateY(-50%);-webkit-transform: translateY(-50%);right: 26px;height: 1px;width: 40px;max-width: 40px;}
.btn-insightsuite--more a:after {transform: translateY(-4px) translateX(5px) rotate(30deg);-webkit-transform: translateY(-4px) translateX(5px) rotate(30deg);right: 30px;max-width: 15px;}


@media screen and (max-width:768px) {
    .btn-insightsuite {min-width: auto;}
    .view__link a, .btn-insightsuite a {font-size: 16px; line-height: 1.2;}
    .btn-insightsuite a .sp-br{display: block;}
}


/*==================cus-logo-list ==================*/
.cus-logo-list{display: table;max-width: 900px; margin:4vh auto; text-align: center;}
.cus-logo-list .logo-box{display: inline-table;vertical-align: middle;margin:auto 2.8888%; width: 13%; padding:0; text-align: center; }
.cus-logo-list .logo-box img{ width: 100%; margin:0 auto; padding:0; display: block; text-align: center;}
.cus-logo-list .note-box{ display: block; text-align: right;margin:0 0 0 0; width: 100%; }
@media screen and (max-width:768px) {
    .cus-logo-list{margin:4vh 10px;}
    .cus-logo-list .logo-box{display: inline-table;vertical-align: middle;margin:auto 1.8888%; width: 15.6%; padding:0; }
}

/*==================contact-blog ==================*/
.contact-blog{ margin:30px auto; display: block; padding:20px 0;width: 100%; max-width: 660px; }
.contact-blog ul{margin-bottom: 50px; margin-top: -30px;margin-left: auto;margin-right: auto;}
.contact-blog ul li{ padding:15px 0;}
.contact-blog ul li::before{width: auto !important;height: auto;background: none !important; margin-right: auto;}
.contact-blog ul li.label{border-bottom: 1px dotted #eee; padding-bottom: 0;}
.contact-blog ul li span.red{color: red;}
.contact-blog ul li span.blog-note{ display: block;font-size: 70%; color: #999; }
.contact-blog ul li textarea{width: 100%; margin-top: -30px;}
.contact-blog .red{color:red;}
.blog-text h2{text-align: center; font-weight: bold; border-bottom: 2px solid #111;}
.blog-text p{font-size: 80%;}
.contact-blog ul li{font-family: 14px;}
.contact-blog ul li select{border:none; overflow:hidden;}
.contact-blog ul li option.font-small{font-size: 12px; padding:5px 0;}
@media screen and (max-width:768px) {
    .contact-blog{padding:20px 0;}
    .contact-blog ul{margin-bottom: 50px; margin-top: 0;}
}

/*==================button-style==================*/
.button-style{ margin:auto; display: table; text-align: center;}
.button-style a{
    display: block;
    width: 100%;
    background: linear-gradient(to right, #e13138, #ff768a);
    border-radius: 5rem;
    color: #fff;
    line-height: 1.4;
    transition: background 0.2s;
    -webkit-transition: background 0.2s;
    padding: .3em 2.0em;
    margin: 20px auto;
    text-align: left;
    font-size: 22px;
    z-index: 1;
}

@media screen and (max-width:768px) {
    .button-style a{ font-family: 14px; padding:.2em 1.2em;}
}




.page-policy{}
.page-policy h1{ border-bottom: 3px solid #ccc; margin-bottom: 10vh; }
.page-policy .text-intro{ margin:auto auto 3vh auto; }


.page-policy table.table_per{
    max-width: 600px;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    margin:40px auto;
}
.page-policy table.table_per tr{}
.page-policy table.table_per th{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:10px 0;
    width: 50%;
    text-align: center;
    margin:auto;
}
.page-policy table.table_per td{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:10px;
}

.page-policy .line-box{margin:8px auto 10px auto; display: flex; width: 100%; padding:0;}
.page-policy .line-box span{ display: inline-flex; padding-left:10px; }
.page-policy .line-box span.sub{ display: inline-flex; padding-left:10px; }

.page-policy .line-box_sub{display: flex; margin:-8px auto auto auto;}
.page-policy .line-box_sub span{ display: inline-flex; padding-left:10px; }
.page-policy .line-box_sub span.sub{ display: inline-flex; padding-left:10px;}

.page-policy h4 span.i-icon{
    color: #d53539;
    display: inline-table;
    width: 12px;
    height: 12px;
    background-color: #d53539;
    line-height: 0;
    margin: -5px 5px 0 0;
    vertical-align: middle;
}
.page-policy .left_fr{ line-height: 1.6; padding: 0 0 0 30px; margin:auto;}
.page-policy .left_fr_sub{ padding-left: 30px;}

@media only screen and (max-width: 768px){
    .page-policy .line-box span{ display: inherit; padding-left:5px; }
    .page-policy .w780{margin:auto 10px;}
    .page-policy .left_fr{ padding-left: 20px; }
    .page-policy .left_fr_sub{ padding-left: 20px;}
    .page-policy .line-box_sub span.sub{padding-left: 5px;}
}


.check_accept{margin:auto; text-align: center;}
.check_accept input[type='checkbox']{width: auto; margin-right: 10px;}
.contact_content_check{ margin:3vh auto 6vh auto; max-width: 980px; width: auto; height: 300px;overflow-y: scroll; border:1px solid #eee; padding:20px; display: block;}
.contact_content_check ul li{ line-height: 2.0; margin-bottom: 2vh; }
.line-box{ display: flex; margin-bottom: 10px;}
.line-box span.sub{ display: inline-flex;padding-left: 20px; }
@media only screen and (max-width: 768px){.line-box{ margin-bottom: 0px;}.line-box span.sub{ padding-left: 10px; }}

/*showscreen_flow
==================*/

.showscreen_flow{}
.showscreen_flow ul{display: flex;}
.showscreen_flow ul li{ vertical-align: top; display: inline-table;width: 20%;float: left;margin:0 auto;padding:0;}
.showscreen_flow ul li img{display: block;margin:auto auto 20px auto; text-align: center;padding:0; width: 80%;}
.showscreen_flow ul li:nth-child(2),
.showscreen_flow ul li:nth-child(4){ vertical-align: middle;width: 6%; margin-top: 10%;}
.showscreen_flow ul li:nth-child(1),
.showscreen_flow ul li:nth-child(3),
.showscreen_flow ul li:nth-child(5){ vertical-align: top; width: 28.6666%; margin: auto;text-align: center;}
.showscreen_flow ul li:nth-child(2) img,
.showscreen_flow ul li:nth-child(4) img{ max-width: 40px; }
.showscreen_flow ul li div{ display: block; font-size: 0.8888em;}
.showscreen_flow ul li div span{font-weight: bold;font-size: 16px; letter-spacing: .3; display: block;}

@media only screen and (max-width: 640px){
    .showscreen_flow{display: table;width: 100%;margin:auto;padding:0;}
    .showscreen_flow ul{display: table;margin:0 auto; padding:0; float: none;width: 100%;}
    .showscreen_flow ul li{display: block;width: 100%;}
    .showscreen_flow ul li:nth-child(1),
    .showscreen_flow ul li:nth-child(2),
    .showscreen_flow ul li:nth-child(3),
    .showscreen_flow ul li:nth-child(4),
    .showscreen_flow ul li:nth-child(5){width: 100%;}
    .showscreen_flow ul li img{width: 40%; margin:auto auto 1.6em auto;text-align: center;padding:0;}
    .showscreen_flow ul li div{ display: block; font-size: 1.1em;}
    .showscreen_flow ul li div span{font-size: 1.3em;}
    
    .showscreen_flow ul li:nth-child(2) img,
    .showscreen_flow ul li:nth-child(4) img{ transform:rotate(90deg);}
}
/*contact_box
==================*/
.contact_box_seg{margin: 4.0em auto 8.0em auto;display: block; padding-top: 6.0em;}
.contact_title_medium{font-size: 2.0em;margin-bottom: 1.2em; text-align: center;}
.contact_title_small{font-size: 1.6em;margin-bottom: 1.2em; text-align: center;}

.contact_box{display: block;margin:auto auto 10px auto; border:1px solid #333; max-width: 660px;}
.contact_box ul{ display: table;width: 100%;padding: 10px 0;margin: auto;}
.contact_box ul li{ display: inline-table;width: 33.33333%; font-size: 1.4em; vertical-align: middle;}


.contact_box ul li img{ display: block;width: 50px; margin:10px 10px 10px 20px;}
.contact_box ul li a{ background-color: #444;color: #fff;padding:5px 10px; margin:auto 10px auto auto; text-align: center; display: block; float: right;}
.contact_box ul li em{ font-size: 2.0em; font-style: normal; display: block; line-height: 1; text-align: right;margin-right: 10px;}
.contact_box ul li span{ font-size: 0.777em;text-align: right;margin-right: 10px; display: block; }
.contact_box ul li:nth-child(1){width: 15%;}
.contact_box ul li:nth-child(2){width: 40.3333%; font-weight: bold;}
.contact_box ul li:nth-child(3){width: 44.3333%;}

.contact_box_seg .contact_box ul.bg_contact{ background-color: #1e1b3a; color: #fff;}
.contact_box_seg .contact_box ul.bg_contact li a{ 
    display: block;
    background: linear-gradient(to right, #e13138, #ff768a);
    border-radius: 5rem;
    color: #fff;
    line-height: 1.4;
    transition: background 0.2s;
    -webkit-transition: background 0.2s;
    padding: 12px 30px;
    margin: auto 10px auto auto;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}
@media only screen and (max-width: 640px){
    .contact_box_seg{padding-left: 20px;padding-right: 20px;}
    .contact_title_medium{text-align: left !important;}
    .contact_title_small{font-size: 1.2em; text-align: left;}
    .contact_title_small br{display: none;}
    .contact_box ul li:nth-child(1){width: 20%;}
    .contact_box ul li:nth-child(2),
    .contact_box ul li:nth-child(3){width: 80%; float: right;}
    .contact_box ul li:nth-child(2){font-size: 1.8em;text-align: center;}
    .contact_box ul li:nth-child(3){ margin-top: -30px; }
    .contact_box ul li em,
    .contact_box ul li span,
    .contact_box ul li a{margin:auto; text-align: center; float: none;}
    .contact_box ul li em{ font-size: 2.4em; }
    .contact_box ul li a{display: table;}
    .contact_box_seg .contact_box ul.bg_contact li a{ padding:10px; display: table; margin:auto 6%;}
}
/*blog_wrap
==================*/
.blog_wrap{}
.blog_wrap .blog__list_top{ display: table;margin:auto auto 2.0em auto;max-width: 900px; }
.blog_wrap .blog__list_top li{margin-bottom: 30px; vertical-align: top; display: block; border-bottom: 1px solid #eee; padding-bottom: 30px;}
.blog_wrap .blog__list_top li .blog_img{ display: table-cell; vertical-align: top; }
.blog_wrap .blog__list_top li .blog_img img{ max-width: 200px; margin:auto 30px auto auto; }
.blog_wrap .blog__list_top li .blog_content{ display: table-cell; vertical-align: top; }
.blog_wrap .blog__list_top li .news--header a{font-size: 1.2em; font-weight: bold; display: block;margin-top: 1.0em;}
.blog_wrap .blog__list_top li .news--header a:hover{ color: #e13138; }
.blog_wrap .blog__list_top li li{border-bottom: none; margin-bottom: 0; display: inline-table; padding-bottom: 0;}
.blog_wrap .blog__list_top li li a{ display: block; background-color: #e13138; color: #fff;padding:3px 10px;border-bottom: 1px solid #fff;}
.blog_wrap .blog__list_top li li a:hover{background-color: #fff; color: #e13138; border-bottom: 1px solid #e13138;}
.blog_wrap .blog__list_top .entry-time, .blog_wrap .blog__list_top .entry-time time{font-size: 1.1em; color: #666;}
.news--wrap .grid--gutters .unit__title--mid{ font-size: 1.10em; }
@media only screen and (max-width: 640px){
    .blog_wrap {padding-left: 20px;padding-right: 20px;}
    .blog_wrap .blog__list_top{margin-top: 2.0em; margin-bottom: 0;}
    .blog_wrap .blog__list_top li{margin-bottom: 10px;padding-bottom: 10px;}
    .blog_wrap .blog__list_top li .blog_img img{width: 120px; margin-right: 10px;}
    .blog_wrap .blog__list_top li .news--header a{font-style: 0.9em; font-weight: normal;}
    .blog_wrap .blog__list_top li li a {font-size: .7777em;padding: 2px 5px;line-height: 1.2;}
}
/*material-btn*/
.material-btn{
    display: table;
    margin:auto;
    text-align: center;
}
.material-btn a{
    display: block;
    margin: 40px auto;
    color: #fff;
    background: linear-gradient(to right, #e13138, #eb202a);
    border:2px solid #f05158;
    border-radius: 50px;
    box-shadow: 0 0 5px 1px #999;
    text-align: center;
    padding: 10px 50px;
    font-size: 130%;
    font-weight: normal;
}
.material-btn a:hover{
    border:2px solid #fff;
}
.material-btn a .svg-inline--fa{ margin-left: 10px; }

main{ margin-top: 40px; }
.header__nav ul li .svg-inline--fa{ display: none; }
.bg-main{margin-top: 110px;}
.seg--main-bg,.seg-contact{ margin-top: 106px; }
.seg__titleBigger{padding:8vh 0;}
@media only screen and (max-width: 769px){
    .bg-main{margin-top: 64px;}
    .header__nav ul li .svg-inline--fa{ display: inline-block; margin-left: 10px; }
    .seg__titleBigger{padding:5vh 0;}
}






/*vs-kanri-box*/
.vs-kanri-box{ margin:auto; text-align: center; }
.vs-kanri-box h3{
    font-size: 22px;
    margin: auto auto 3vh auto;
    font-weight: 700;
    border-bottom: 1px solid #000;
}
.vs-kanri-box h4{
    font-size: 18px;
    font-weight: bold;
    
}
.vs-kanri-box table{
    border-collapse: separate;
    border-spacing: 20px;
}
.vs-kanri-box td{
    
    padding:20px 2%;
    width: 42%;
    margin:auto 2%;
    vertical-align: top;
    border:1px solid #eee;
}

.vs-kanri-box tr:nth-child(1) td:nth-child(1){background-color: #ebffb9;}
.vs-kanri-box tr:nth-child(1) td:nth-child(2){background-color: #ffbcd0;}
.vs-kanri-box tr:nth-child(2) td:nth-child(1){background-color: #fff6bb;}
.vs-kanri-box tr:nth-child(2) td:nth-child(2){background-color: #aadeff;}
.vs-kanri-box p{ font-size: 14px; margin:auto auto 1em auto; }
.vs-kanri-box p span.sp{ display: block;height: 60px; width: 100%; }
.vs-kanri-box p span.sp2{display: block;height: 20px; width: 100%;}
.vs-kanri-box .img-box{}
.vs-kanri-box .img-box img{ width: 40px; margin:5px 3px; }
.vs-kanri-box .img-box-lg{ display: block; background-color: #fff; width: 160px; height: 160px; border-radius: 50%; margin:auto; text-align: center;}
.vs-kanri-box .img-box-lg img{ width: 100%; padding:30px;}
.vs-kanri-box .img-box {
    margin: 30px auto auto;
}
@media only screen and (max-width: 769px){

    .vs-kanri-box h3{
        font-size: 20px;
    }
    .vs-kanri-box h4{
        font-size: 15px;
    }
    .vs-kanri-box table{
        border-collapse: separate;
        border-spacing: 0;
    }
    .vs-kanri-box td{;
        padding:20px 2%;
        width: 100%;
        margin:auto auto 20px auto;
        display: block;
    }
    .vs-kanri-box .img-box-lg{ margin-top: 1vh;}
    .seg--main-bg, .seg-contact{ margin-top: 0; }
    .vs-kanri-box .img-box-lg{ width: 110px; height: 110px;}
    .vs-kanri-box .img-box-lg img{ padding:20px;}
    .vs-kanri-box p span.sp,.vs-kanri-box p span.sp2{ display: none; }
    .vs-kanri-box .img-box {
        margin: auto;
    }
}






.footer-link{
    position:fixed;
    bottom: 210px;
    right: 0;
    z-index: 1;
}
.footer-link .w1100{position: relative;}

.footer-link a{
    position: relative;
    font-size: 1.2em;
    display: inline-block;
    padding:0.8em 30px 0.8em 1.5em;
    text-decoration: none;
    color: #fff;
    background: #e13138;
    border-bottom: solid 2px #d27d00;
    border-radius: 40px 0 0 40px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    width: 180px;
    transition: transform 200ms ease-in-out;
    transform: translateX(35px);
    line-height: 1.5;
}
.footer-link a:hover{opacity:1;}

.footer-link a svg{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 18px;
    transform: rotate(-25deg);
}

.footer-link a svg path{
    fill:#fff;
}

@media(min-width:768px){
    .footer-link a:hover{transform: translateX(0px);}
}
@media (max-width: 768px){
    .lp-contact-contact{display: none;}

    .footer-link{
        top: 70px;
    }
    .footer-link a{
        font-size: 0.8em;
        width: 120px;
        padding: 1.1em 30px 1.1em 1.5em;
        white-space: nowrap;
        transform: translateX(30px);
    }
    .footer-link a svg{
        display: none;
   }
}

#page-top{
    
}

.gotop{
    display: block;
    width: 100px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    border-radius: 5px;
    margin:auto;
    text-align: center;
    color: #fff;
    background-color: #555;
    padding:10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
}

#page-top{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 15px;
    opacity: 0;
    transition: all 1s;
}
#page-top a {
    width: 60px;
    height: 60px;
    background: #1e1b3a;
    text-decoration: none;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#page-top a::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    display: block;
}