html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900&subset=japanese');

@font-face {
    font-family: 'futura-r';
    src: url(../font/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.woff) format('woff'),
    url(../font/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.ttf)  format('truetype');
}
@font-face {
    font-family: 'futura-b';
    src: url(../font/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.woff) format('woff'),
    url(../font/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.ttf)  format('truetype');
}

body {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    color: #111;
    line-height: 1.4;
    letter-spacing: 1px;
}

a:link {
    color: #222;
}

a:hover, a:active {
    color: #3189e2;
    text-decoration: none;
}

a:visited {
    color: #3189e2;
}

a.hover {
    display: inline-block;
    background: #fff;
}

img {
    vertical-align: bottom;
}


/*---------common---------*/
main{
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

h2{
    font-weight: normal;
    font-size: 36px;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: 'futura-r';
    margin: 0 auto;
    padding: 50px 0 15px;
}
h2 span{
    font-weight: normal;
    font-size: 14px;
    color: #666;
    display: block;
}
/* ContentsArea
-------------------------- */
.bnr{
    position:fixed;
    z-index:999;
    right:10px;
    bottom:10px;
}
* html .layer_board_bg,
* html .layer_board {
    position: absolute;
}
.layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
    background: #000;
}
.layer_board {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 20%;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
    z-index: 2000;
}

#open02 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}
.modal_window {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 94%;
    height: 0;
    padding-bottom: calc(50%*1365/2048);/* calc(100*ImageHeight/ImageWidth)% */
    text-align: center;
    display: block;
    position: absolute;
    z-index: 10;
    -webkit-transform: scale(0);
}
@-webkit-keyframes modalFadeIn {
    0% {opacity: 0;display: block;}
    100% {opacity: 1;}
}
div#modal div:target {
    -webkit-animation-name: modalFadeIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display: block;
}
@-webkit-keyframes modalScale {
    0% {opacity: 0;display: block; -webkit-transform:scale(0);}
    100% {opacity: 1; -webkit-transform:scale(1);}
}
div#modal div:target .modal_window {
    -webkit-animation-name: modalScale;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform:scale(1);
    opacity: 1;
    display: block;
}

.effect {
  transition: ease .5s;
  opacity: 0;
  transform: translateX(-50px);
}
.effect.fadein {
  opacity: 1;
  transform: translateX(0px); 
}
.effect6 {
  transition: ease .5s;
  opacity: 0;
  transform: translateX(50px);
}
.effect6.fadein {
  opacity: 1;
  transform: translateX(0px); 
}
.effect1,.effect2,.effect3,.effect4 {
  transition: ease .5s;
  opacity: 0;
  transform: translateY(-90px);
}
.effect1.fadein,.effect2.fadein,.effect3.fadein,.effect4.fadein {
  opacity: 1;
  transform: translateY(0px); 
}
#introduction .contentR {
  transition: ease .5s;
  opacity: 0;
  transform: translateX(90px);
}
#introduction .contentR.fadein {
  opacity: 1;
  transform: translateX(0px); 
}


/*---------header---------*/
header{
    padding: 2%;
}
header h1{
    float: left;
}
header h1 img{
    width: 300px;
}

header .header_btn{
    font-size: 18px;
    text-decoration: none;
    background: #fe1f59;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    float: right;
}

header div{
    float: right;
    margin: -5px 20px 0px 0px;
}

header dl dd{
    font-size: 32px;
    font-family: 'futura-b';
}

header dl  dd a{
    text-decoration: none;
}

header dl img{
    width: 28px;
    vertical-align: middle;
    margin-right: 5px;
}

/*---------footer---------*/
footer{
    background: #fff;
    color: #111;
    text-align: center;
    font-size: 12px;
    padding: 15px 0;
    font-family: 'futura-r';
}
footer a{
    text-decoration: none;
    color: #111;
}
footer dl{
    margin: 0 auto;
}
footer dl dt{
    font-size: 12px;
}
footer dl img{
    width: 28px;
    vertical-align: middle;
    margin-right: 5px;
}
footer dl dd{
    font-size: 32px;
    font-family: 'futura-b';
}
footer>img{
    display: block;
    margin: 15px auto 0;
    width: 100px;
}

/*---------content---------*/
/*--top--*/
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.parallax-slider {
    bottom: 0;
    top: 0;
    left: 0;
}
#top .parallax-window {
    position: relative;
}
#top {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
    
}
#top>div{
    font-weight: normal;
    text-align: center;
    font-family: 'futura-b';
    margin: 0 auto;
}
#top .first{
    font-size: 107px;
}
.first span{
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.first span:nth-child(1){animation-name: anime1;}
.first span:nth-child(2){animation-name: anime2;}
.first span:nth-child(3){animation-name: anime3;}
@keyframes anime1 {
    0% {opacity: 0;}
    30% {opacity: 1;}
    60% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes anime2 {
    0% {opacity: 0;}
    30% {opacity: 0;}
    60% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes anime3 {
    0% {opacity: 0;}
    30% {opacity: 0;}
    60% {opacity: 0;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}

#top .second{
    font-size: 72px;
    padding-bottom: 50px;
}

#topBtn{
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 300px;
}
#topBtn p{
    position: relative;
}
#topBtn img{
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50px !important;
}
.st0{fill:#FFFFFF;}

#top div p{
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    padding-top: 150px;
}
#top div img{
    width: 140px;
    vertical-align: middle;
}
#top div p span{
    font-size: 24px;
    display: block;
    font-weight: normal;
    letter-spacing: 0.2em;
}


/*---about---*/
#about h2{
    letter-spacing: 0;
}
#about h2 span{
    letter-spacing: 0.1em;
    font-weight: bold;
}

.video{
    max-width: 800px;
    width: 94%;
    margin: 50px auto 0;
}
.frame-wrapper__video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 100px;
}

.frame-wrapper__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/*---summary---*/
#summary{
    background: #f4f4f4;
    padding: 100px 0;
    font-size: 24px;
    font-weight: bold;
}
#summary ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
}
#summary ul li {
    width: 25%;
}
#summary ul li img{
    width: 150px;
}
#summary ul dt{
    color: #fe1f59;
    font-weight: 900;
    margin-top: 15px;
}


/*---introduction---*/
#introduction {
    padding: 100px 0 50px;
}
#introduction article{
    display: flex;
    flex-wrap: wrap;
    flex-flow: row-reverse;
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
}
#introduction .contentL{
    width: 55%;
}
#introduction .contentL h3{
    font-size: 36px;
    font-weight: 900;
    text-align: left;
    font-family: 'futura-b';
}
#introduction .contentL div{
    margin-top: 15px;
    line-height: 3em;
    text-align: left;
}
#introduction .contentL a{
    font-size: 36px;
    font-weight: 900;
    background: #d08296;
    color: #fff;
    padding: 15px 15%;
    border-radius: 40px;
    text-decoration: none;
    margin-top: 50px;
    display: block;
}
#introduction .contentR{
    width: 40%;
}
#introduction .contentR>div{
    position: relative;
}
#introduction .contentR img{
    position: absolute;
    display: block;
    right: 3px;
    left: 0;
    margin: 0 auto;
    width: 310px;
}
#introduction .contentR video{
    width: 268px;
    margin-top:90px;
}


/*---chat---*/
#chat h3{
    font-weight: 900;
    font-size: 48px;
}
#chat ul{
    width: 700px;
    margin: 0 auto 30px;
}
#chat ul li{
    font-size: 28px;
    background: url(../img/check_w.svg) no-repeat;background-size: 42px;
    padding-left: 1.6em;
    text-align: left;
}
#chat img{
    width: 94%;
    max-width: 1000px;
}
#chat a{
    display: block;
}
.contents {
    position: relative;
    overflow: hidden;
    margin: 5% 0 10%;
    padding: 80px 0;
}
.contents:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 80%;
    margin: 3% -10% 0;
    background: #fe1f59;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: -1;
}
.contents_inner {
    box-sizing: boder-box;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 100px 10px 120px;
    color: #fff;
    text-align: center;
}


/*---segment---*/
#segment {
    margin-top: -50px;
}
#segment h3{
    font-weight: 900;
    font-size: 48px;
}
#segment div{
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 28px;
    background: url(../img/check.svg) no-repeat;
    background-size: 42px;
    padding-left: 1.6em;
    text-align: left;
}
#segment img{
    width: 94%;
    max-width: 1000px;
    padding-bottom: 100px;
}


/*---etc---*/
#etc {
    color: #fff;
}
#etc .parallax-window {
    min-height: 800px;
}
#etc h3{
    font-weight: 900;
    font-size: 48px;
    padding-top: 50px;
}
#etc #becon,#etc #point{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 94%;
    margin: 15px auto 0;
}
#etc h4{
    font-size: 28px;
    font-weight: bold;
    background: url(../img/check_w.svg) no-repeat;
    background-size: 42px;
    padding-left: 1.6em;
    text-align: left;
}
#etc p{
    margin-top: 15px;
    text-align: left;
}
#etc #point{
    flex-flow: row-reverse;
}
#etc .contentL{
    width: 60%;
}
#etc .contentR{
    width: 38%;
}
#etc .contentR img{
    width: 100%;
    max-width: 300px;
}

#etc ul{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    max-width: 1000px;
    width: 94%;
    margin: 50px auto 0;
}
#etc ul img{
    width: 100px;
}


/*---description---*/

#description{
    color: #fff;
    background: #f4f4f4;
    padding: 50px 0;
}

.description_tit{
    margin: 60px 0 10px;
}

.description_tit div{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 400px;
}

.description_tit p{
    color: #000;
    font-size: 28px;
    font-weight: bold;
    margin: 30px 0 10px 10px;
}

.description_tit>p{
    color: #333;
    font-size: 18px;
    margin: 20px 0 40px;    
}

.description_tit img{
    height: 100px;
    width: 100px;
}

.description_area{
    display: flex;
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
}

.description_area div{
    height: 260px;
    width: 480px;
    background-color: #fe1f59;
    border-radius: 30px 30px 30px 30px;
}

.description_area div ol{
    display: table-cell;
    padding-left: 30px;
    counter-reset: li-single;
    vertical-align: middle;
    height: 280px;
}

.description_area div ol li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.375rem;
    font-size: .875rem;
    text-align: left;
    line-height: 1.714285714;
}

.description_area div ol li span{
    font-weight: bold;
    background: linear-gradient(transparent 50%, #922828 50%);
}

.description_area div ol li:before{
    content: counter(li-single);
    counter-increment: li-single;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.125rem;
    height: 1.125rem;
    margin-top: .1875rem;
    margin-right: .5rem;
    background: #fff;
    border-radius: 50%;
    font-size: inherit;
    line-height: inherit;
    color: #fe1f59;
}


/*---partner---*/

.partner_bg{
    height: 0px;
    background-image: url(../img/partner_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    padding-top: calc(396 / 989 * 100%);
    position: relative;
}

#partner h3{
    font-size: 32px;
    font-weight: 900;
    background: #0a295a;
    color: #fff;
    padding: 15px 30px;
    width: 370px;
    border-radius: 40px;
    text-decoration: none;
    margin: 35px auto 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.partner_bg p:nth-of-type(1){
    width: 94%;
    font-size: 18px;
    margin: 10vw auto 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.partner_bg p:nth-of-type(2){
    width: 720px;
    border: 1px solid #fff;
    font-weight: 900;
    font-size: 40px;
    margin: 14vw auto 0;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.partner_bg p:nth-of-type(3){
    font-size: 20px;
    margin: 22vw auto 0;
    line-height: 2.3vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.grey_bg{
    height: 580px;
    background-color: #f4f4f4;
}

.partner_num li{
    
}

.partner_num li>div{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 750px;
    margin: 0 auto;
}

.partner_num li>div div:nth-of-type(1){
    width: 24%;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    transform: skew(0deg,-15deg);
    padding: 30px 0 0 40px;
    position: absolute;
    left: -7%;
    z-index: 0;
}

.partner_num li>div div:nth-of-type(1) p:nth-of-type(1){
    transform: skew(0deg,15deg);
}

.partner_num li>div div:nth-of-type(2){
    height: 100px;
    width: 750px;
    background-color: #fff;
    margin: 0 auto;
    border-bottom: 5px solid #469ed9;
    position: relative;
    top: 50px;
    left: 5%;
    padding: 20px 0;
}

.partner_num li>div div:nth-of-type(2) img{
    float: left;
    margin: 4px 10px 0px 40px;
}

.partner_num li>div div:nth-of-type(2) p:nth-of-type(1){
    font-size: 20px;
    font-weight: bold;
    float: left;
}

.partner_num li>div div:nth-of-type(2) p:nth-of-type(2){
    clear: both;
    margin: 37px 0 0 40px;
    text-align: left;
}

.partner_num li:nth-of-type(1)>div div:nth-of-type(1){
    background: #e4007f;
    top: 40px;
}

.partner_num li:nth-of-type(2)>div div:nth-of-type(1){
    background: #2e8c3d;
    top: 40px;
}

.partner_num li:nth-of-type(3)>div div:nth-of-type(1){
    background: #0a295a;
    top: 40px;
}

.partner_num li:nth-of-type(2)>div div:nth-of-type(2){
    margin: 70px auto;
}

.partner_contact{
    height: 280px;
    border-bottom: 5px solid #f4f4f4;
    margin-bottom: 30px;
}

.partner_contact p:nth-of-type(1){
    font-size: 35px;
    font-weight: bold;
    margin: 60px 0 30px;
}

.partner_contact p:nth-of-type(2){
    color: #2c92bc;
    margin: 40px 0 30px;
}

.partner_contact a{
    font-size: 18px;
    text-decoration: none;
    background: #81b8dc;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
}

/*---faq---*/
#faq.contents:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 80%;
    margin: 3% -10% 0;
    background: #291c57;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -2;
}
#faq.contents:before {
    background: #459ed9;
}
#faq.contents {
    margin: 10% 0 5%;
    padding: 80px 0 100px;
}
#faq{
    position: relative;
}
#faq h3{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 32px;
    font-weight: 900;
    background: #fe1f59;
    color: #fff;
    padding: 15px 0 ;
    width: 250px;
    border-radius: 40px;
    text-decoration: none;
    margin: 3% auto 0;
}
#faq dl{
    width: 94%;
    max-width: 1000px;
    margin: 0 auto 5px;
    font-size: 18px;
    text-align: left;
    color: #666;
    border-radius: 15px;
    
    background: #fff;
}
#faq dl dt{
    padding: 20px;
}
#faq dl dt:before{
    content: "Q.";
    color: #fe1f59;
    font-weight: bold;
    margin-right: 5px;
}
#faq dl dd{
    padding: 20px;
    border-top: 1px solid #ccc;
}
#faq dl dd:before{
    content: "A.";
    color: #459ed9;
    font-weight: bold;
    margin-right: 5px;
}


/*---business---*/
#business.contents:before {
    background: #fff0e6;
}
#business{
    position: relative;
}
#business h3{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 32px;
    font-weight: 900;
    background: #f8ad3b;
    color: #fff;
    padding: 15px 30px;
    width: 200px;
    border-radius: 40px;
    text-decoration: none;
    margin: 3% auto 0;
}
#business ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 94%;
    margin: 30px auto 0;
    max-width: 1000px;
    color: #111;
}
#business ul li{
    width: 25%;
    font-size: 12px;
}
#business ul li:nth-child(1),#business ul li:nth-child(2),#business ul li:nth-child(3),#business ul li:nth-child(4){
    margin-bottom: 30px;
}
#business .first{
    font-family: 'futura-b';
    font-size: 28px;
}
#business ul li img{
    width: 80%;
}
#business ul li:nth-child(2) img,#business ul li:nth-child(7) img{
    width: 50%;
}
#business ul li:nth-child(3) img,#business ul li:nth-child(6) img{
    width: 60%;
}

/*---service_index---*/

#service_index {
    padding: 100px 0 0;
    background-image: url(../img/price_img4.png);
    background-size: cover;
    background-position: center;
}

#service_index .showPc{
    display: initial;
}

#service_index h3 {
    color: #459ed9;
    font-family: 'futura-b';
    font-size: 72px;
    line-height: 0.6em;
    margin-bottom: 50px;
    text-align: left;
    padding: 60px 0 0 0;
}

#service_index h3 span {
    display: block;
    font-size: 24px;
    font-family: 'M PLUS 1p';
    font-weight: 100;
}

#service_index .parallax-window article{
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 100px 0;
    margin: 0 auto;
}

#service_index article{
    position: relative;
}

#service_index article>img{
    position: absolute;
    top: -75px;
    left: -10%;
    width: 135%;
    z-index: -10000;
}

.service_div{
    width: 80%;
    margin: 0 auto;
}

.service_div p{
    line-height: 3em;
    text-align: left;
}

.service_div a{
font-size: 18px;
    text-decoration: none;
    background: #459ed9;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 30px;
}

.service_div>div:nth-of-type(1){
    float: left;
    margin: 10px 0 0 70px;
}

.service_div>div:nth-of-type(2){
    float: left;
    margin: 150px 0 0 100px;
}

/*---service---*/

#service {
    padding: 100px 0 0;
}

#service h3 {
    color: #459ed9;
    font-family: 'futura-b';
    font-size: 72px;
    line-height: 0.6em;
    margin-bottom: 50px;
}

#service h3 span {
    display: block;
    font-size: 24px;
    font-family: 'M PLUS 1p';
    font-weight: 100;
}

table {
  margin: 20px auto;
}

.tbl-r04 th {
    background: #459ed9;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
}

.tbl-r04 td {
    border: 1px solid #ccc;
    padding: 10px;
}

/*---price---*/
#price .parallax-window {
    display: block;
}
#price .parallax-window article{
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 100px 0;
    margin: 0 auto;
}
#price .contentL img{
    width: 100%;
    max-width: 500px;
    margin-top: 20%;
}
#price .contentL{
    width: 50%;
}
#price .contentR{
    width: 50%;
    text-align: right
}
#price h3{
    color: #459ed9;
    font-family: 'futura-b';
    font-size: 72px;
    line-height: 0.6em;
    margin-bottom: 50px;
}
#price h3 span{
    display: block;
    font-size: 24px;
    font-family: 'M PLUS 1p';
    font-weight: 100;
}
#price .contentR div{
    line-height: 3em;
}
#price .contentR div:nth-child(2){
    font-size: 36px;
    font-weight: bold;
    line-height: 2em;
}
#price .contentR a{
    font-size: 18px;
    text-decoration: none;
    background: #81b8dc;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 30px;
}


/*---company---*/
#company{
    
}
#company h3{
    font-size: 32px;
    font-weight: 900;
    background: #fe1f59;
    color: #fff;
    padding: 15px 30px;
    width: 200px;
    border-radius: 40px;
    text-decoration: none;
    margin: 0 auto 30px;
}
#company article{
    display: flex;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto 50px;
    justify-content: space-between;
}
#company dl{
    display: table;
    margin-bottom: 20px;
}
#company dl dt,#company dl dd{
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
#company dl dt{
    background: #2d8c3c;
    color: #fff;
    width: 100px;
    border-radius: 15px;
    box-shadow: 0 7px 0 0 #111;
}
#company dl dd{
    text-align: left
}
#company div{
    width: 45%;
}


/*---contact---*/
#contact{
    background: #459ed9;
}
#contact h3{
    font-weight: normal;
    font-size: 36px;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: 'futura-r';
    margin: 0 auto;
    padding: 50px 0 15px;
}
#contact h3 span{
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    display: block;
}
#contact form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }


.content {
    font-size: 150%;
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em 0;
    max-width: 48%;
    width: calc(100% - 2em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}

/* Individual styles */
/* Juro */
.input--juro {
    overflow: hidden;
}

.input__field--juro {
    position: absolute;
    z-index: 100;
    padding: 2.15em 0.75em 0;
    width: 100%;
    background: transparent;
    color: #1784cd;
    font-size: 0.85em;
}

.input__label--juro {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: left;
}

.input__label-content--juro {
    padding: 2em 1em;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
    text-rendering: geometricPrecision;
}

.input__label--juro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid transparent;
    -webkit-transition: border-width 0.3s, border-color 0.3s;
    transition: border-width 0.3s, border-color 0.3s;
}

.input__field--juro:focus + .input__label--juro::before,
.input--filled .input__label--juro::before {
    border-width: 8px;
    border-color: #1784cd;
    border-top-width: 2em;
}

.input__field--juro:focus + .input__label--juro .input__label-content--juro,
.input--filled .input__label--juro .input__label-content--juro {
    color: #fff;
    -webkit-transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
}

.input.text {
    width: 100%;
    max-width: 100%;
    height: 200px;
}

#contact dl{
    text-align: left;
    margin-top: 30px;
    border: solid 1px #fff;
    padding: 2%;
    color: #111;
    font-size: 14px;
}
#contact dt span{
    color: #fff;
    text-decoration: underline;
}
#contact dt span:hover{
    cursor: pointer;
}
#contact form>div{
    width: 100%;
}
.kiyaku_text{
    background: #fff;
    text-align: left;
    padding: 3%;
    height: 150px;
    overflow-y: auto;
}
.kiyaku{
    margin-top: 15px;
    color: #111;
    font-size: 14px;
}
.btn{
    margin: 15px 0 50px;
}
.btn input{
    padding: 15px 60px;
    font-size: 18px;
    background: #fe1f59;
    color: #fff;
    border-radius: 50px;
    border: none;
}

/* Juro以外のフォーム部(利用目的、対応希望日時) */
.input--juro select{
    z-index: 100;
    padding: 2.15em 0.75em 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #777;
    background-color: #fff;
    font-family: monospace;
    font-size: 0.75em;
}

.remarks{
    width: 100%;
    max-width: 100%;
}

.form_time{
    z-index: 100;
    padding: 0.15em 0.75em 0;
    height: 100%;
    width: 100%;
    background: transparent;
    color: #1784cd;
    font-family: monospace;
    font-size: 0.75em;
    background-color: #fff;
}

/*---under---*/
.error{
    color: #fe1f59;
}
#under{
    background: #eee;
}
#under header{
    text-align: center;
    padding: 50px 0;
}
#under footer{
    background: none;
}
#under main section{
    width: 94%;
    max-width: 500px;
    background: #fff;
    margin: 0 auto;
    padding: 3%;
    text-align: left;
}
#under main dl dt{
    font-size: 14px;
    color: #999;
}
#under main dl dd{
    font-weight: bold;
    margin-bottom: 15px;
}
#under .btn{
    display: flex;
    justify-content: space-around;
    flex-flow: row-reverse;
    margin: 30px 0 0;
}
#under .btn input{
    background: #459ed9;
}
#under .btn #backBtn{
    background: #ccc;
}

.showSp{
    display: none;
}
.showPc{
    display: block;
}
/*---------------タブレット---------------*/
@media screen and (max-width: 1200px){
    .partner_bg p:nth-of-type(1){
        font-size: 2vw;
        margin: 10vw auto 0;
    }

    .partner_bg p:nth-of-type(2){
        width: 420px;
        font-size: 2vw;
        margin: 16.5vw auto 0;
        padding: 0.5vw 0;
    }

    .partner_bg p:nth-of-type(3){
        font-size: 18px;
    }

    #partner h3{
        margin: 0 auto 30px;
    }

    .partner_num li>div div:nth-of-type(1){
        padding: 30px 0 0 5vw;
    }


}

/*---------------タブレット---------------*/
@media screen and (max-width: 820px){
    .partner_num li>div div:nth-of-type(1) {
        padding: 30px 0 0 8vw;
    }
}

/*---------------sp---------------*/
@media screen and (max-width: 680px){

    /*---------common---------*/
    .showSp{
        display: block;
    }
    .showPc{
        display: none;
    }
    h2{
        font-size: 26px;
    }
    h2 span{
        font-size: 12px;
    }

    /*---------header---------*/
    header{
        padding: 3%;
    }
    header h1{
        width: 40%;
    }
    header h1 img{
        width: 80%;
    }

    header div{
        width: 60%;
        margin: -5px 0 0 0;
    }

    header dl dd{
        font-size: 20px;
    }

    header dl img{
        width: 20px;
    }

    header dl dt{
        font-size: 10px;
    }

    header .header_btn{
        display: none;
    }

    /*---------footer---------*/
    footer{
        font-size: 10px;
    }

    /*---------content---------*/
    /*--top--*/
    #top .parallax-window {
        min-height: 200px;
    }
    #top .first{
        font-size: 21vw;
    }
    #top .second{
        font-size: 12vw;
    }
    #topBtn{
        width: 200px;
    }
    #topBtn img{
        width: 40px !important;
    }
    #top div p{
        font-size: 18px;
        padding-top: 70px;
    }
    #top div img{
        width:80px;
    }
    #top div p span{
        font-size: 12px;
    }


    /*---about---*/
    #about h2{
        margin-bottom: 60px;
    }
    #about p{
        width: 94%;
        margin: 0 auto;
    }
    .video{
        margin: 20px auto 0;
    }
    .frame-wrapper__video {
        margin-bottom: 50px;
    }


    /*---summary---*/
    #summary{
        padding: 50px 0;
        font-size: 18px;
    }
    #summary ul{
        margin-top: 60px;
    }
    #summary ul li {
        width: 50%;
        margin-top: 30px;
    }
    #summary ul li img{
        width: 100px;
    }


    /*---introduction---*/
    #introduction {
        padding: 50px 0 50px;
    }
    #introduction article{
        display: block;
    }
    #introduction .contentL{
        width: 100%;
    }
    #introduction .contentL h3{
        font-size: 26px;
        font-weight: 900;
        text-align: center;
        font-family: 'futura-b';
        margin: 100px 0 60px;
    }
    #introduction .contentL h3 img{
        width: 150px;
    }
    #introduction .contentL div{
        line-height: 1.6em;
        text-align: left;
        font-weight: 600;
        font-size: 16px;
    }
    #introduction .contentL a{
        font-size: 36px;
        font-weight: 900;
        background: #d08296;
        color: #fff;
        padding: 15px 15%;
        border-radius: 40px;
        text-decoration: none;
        margin-top: 50px;
        display: block;
    }
    #introduction .contentR{
        width: 100%;
    }
    #introduction .contentR>div{
        position: relative;
    }
    #introduction .contentR img{
        width: 250px;
    }
    #introduction .contentR video{
        width: 217px;
        margin-top:60px;
    }


    /*---chat---*/
    #chat h3{
        font-weight: 900;
        font-size: 24px;
    }
    #chat ul{
        width: 100%;
        margin: 60px auto 30px;
    }
    #chat ul li{
        font-size: 18px;
        background: url(../img/check_w.svg) no-repeat;
        background-size: 24px;
        padding-left: 1.6em;
        text-align: left;
    }
    #chat img{
        width: 100%;
    }
    .contents {
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .contents:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #fe1f59;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        z-index: -1;
    }
    .contents_inner {
        box-sizing: boder-box;
        width: 94%;
        height: 100%;
        margin: 0 auto;
        padding: 60px 0 120px;
        color: #fff;
        text-align: center;
    }


    /*---segment---*/
    #segment {
        width: 94%;
        margin: 0 auto;
    }
    #segment h3{
        font-size: 24px;
    }
    #segment div{
        font-size: 18px;
        background-size: 24px;
        width: 100%;
        margin: 60px 0 30px;
    }
    #segment img{
        width: 100%;
        padding-bottom: 50px;
    }


    /*---etc---*/
    #etc .parallax-window {
        min-height: 1000px;
    }
    #etc h3{
        font-size: 28px;
        margin-bottom: 60px;
    }
    #etc #becon,#etc #point{
        display: block;
    }
    #etc h4{
        font-size: 18px;
        background-size: 24px;
        padding-left: 1.6em;
        width: auto;
        margin: 30px 0 10px;
    }
    #etc p{
        margin-top: 0;
    }
    #etc .contentL{
        width: 100%;
    }
    #etc .contentR{
        width: 80%;
        margin: 5px auto 15px;
    }
    #etc .contentR img{
        width: 100%;
    }
    #etc ul{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 1000px;
        width: 94%;
        margin: 50px auto 0;
    }
    #etc ul li{
        width: 33%;
        font-size: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    #etc ul img{
        width: 60%;
        margin-bottom: 5px;
    }

    /*---description---*/

    .description_area{
        display: block;
    }

    .description_area div{
        height: auto;
        width: 100%;
    }

    .description_area>div:nth-of-type(2){
        margin: 10px 0 0;
    }

    .description_area div img{
        width: 100%;
    }

    .description_tit p{
        font-size: 24px;
    }

    .description_tit>p{
        width: 94%;
        font-size: 10px;
        margin: 10px auto 20px;
    }

    .description_area div ol{
        display: block;
        height: auto;
        padding: 30px 20px 10px 20px;
    }

    .description_area div ol li:before{
        padding: 0 10px;
    }

    .description_tit img {
        height: 80px;
        width: 80px;
    }

    .description_tit div{
        width: 94%;
    }

    /*---partner---*/

    .partner_bg {
        height: 530px;
        background-image: url(../img/partner_bg_sp.svg);
        background-size: cover;
        background-position: center bottom;
        padding-top: 70px;
    }

    #partner h3{
        font-size: 18px;
        margin: 70px auto 0;
        width: 70vw;
    }

    .partner_bg p:nth-of-type(1){
        font-size: 4.3vw;
        margin: 150px auto 0;
    }

    .partner_bg p:nth-of-type(2){
        width: 70vw;
        font-size: 14px;
        margin: 275px auto 0;
        padding: 20px 0;
    }

    .partner_bg p:nth-of-type(3){
        width: 94%;
        font-size: 3.4vw;
        margin: 370px auto 0;
        line-height: 25px;
    }

    .grey_bg{
        height: 630px;
    }

    .partner_num li>div{
        width: auto;
    }

    .partner_num li>div div:nth-of-type(1) {
        height: 30px;
        width: 9%;
        padding: 3px 0 0 10px;
        top: 40px;
        left: 0;
        z-index: 1;
    }

    .partner_num li>div div:nth-of-type(2){
        height: 130px;
        width: auto;
        left: 0;
        margin: 0 auto;
        padding: 30px 0 0;
    }

    .partner_num li>div div:nth-of-type(2) img{
        margin: 4px 10px 0px 15px;
    }

    .partner_num li>div div:nth-of-type(2) p:nth-of-type(2){
        width: 94%;
        margin: 40px auto 0;
    }

    .partner_contact{
        height: 240px;
    }

    .partner_contact p:nth-of-type(1) {
        font-size: 20px;
        margin: 70px 0 0;
    }

    .partner_contact p:nth-of-type(2){
        width: 94%;
        margin: 30px auto 30px;
    }


    /*---business---*/
    #business h3{
        font-size: 18px;
        margin: 0 auto;
    }
    #business ul li{
        width: 50%;
        margin:15px 0;
    }
    #business ul li img{
        width: 80%;
    }
    #business ul li:nth-child(3) img{
        width: 50%;
    }

    /*---faq---*/
    #faq h3{
        font-size: 18px;
        margin: 0 auto 30px;
    }
    #faq.contents {
        margin: 10% 0 -20%;
        padding: 40px 0 150px;
    }
    #faq dl{
        font-size: 12px;
    }

    /*---service_index---*/
    #service_index{
        height: 135px;
        margin: 50px 0 350px;
    }

    #service_index .showSp{
        display: initial;
    }

    #service_index .showPc{
        display: none;
    }

    #service_index .parallax-window{
        min-height: 100px;
        background-position: right!important;
    }

    #service_index .parallax-window article{
        padding: 0;
        height: 70px;
        margin: -55px 0 0;
    }

    #service_index article>img{
        top: -67px;
        width: 115%;
    }

    .service_div>div:nth-of-type(1){
        float: none;
        margin: 0;
    }

    .service_div>div:nth-of-type(2){
        float: none;
        margin: 0;
    }

    /*---service---*/
    #service {
        padding: 50px 0;
    }

    #service h3{
        margin-bottom: 90px;
    }

    #service article{
        width: 94%;
        margin: 0 auto;
    }

    .tbl-r04 .thead {
        display: none;
    }

    .tbl-r04 tr,
    .tbl-r04 td{
        display: block;
        width: 100%;
        position: relative;
    }

    .tbl-r04 tr .pc{
        display: none;
    }

    .tbl-r04 td:nth-of-type(2):before {
        content: "見出し:before";
        background: #459ed9;
        box-sizing: border-box;
        color: #fff;
        font-weight: bold;
        height: 40px;
        padding: 10px;
        position: absolute;
        top: -41px;
        left: -0.2%;
        display: block;
        width: 100.5%;
    }

    .tbl-r04 tr:nth-of-type(2) td:nth-of-type(2):before {
        content: "友達追加時のヒアリング項目";
    }

    .tbl-r04 tr:nth-of-type(3) td:nth-of-type(2):before {
        content: "登録情報の変更";
    }

    .tbl-r04 tr:nth-of-type(4) td:nth-of-type(2):before {
        content: "全ユーザーの管理";
    }

    .tbl-r04 tr:nth-of-type(5) td:nth-of-type(2):before {
        content: "PUSH通知";
    }

    .tbl-r04 tr:nth-of-type(6) td:nth-of-type(2):before {
        content: "ステップ通知";
    }

    .tbl-r04 tr:nth-of-type(7) td:nth-of-type(2):before {
        content: "リッチメニュー設定";
    }

    .tbl-r04 tr:nth-of-type(8) td:nth-of-type(2):before {
        content: "分析機能";
    }

    .tbl-r04 tr:nth-of-type(9) td:nth-of-type(2):before {
        content: "イベント管理機能";
    }

    .tbl-r04 tr:nth-of-type(10) td:nth-of-type(2):before {
        content: "イベントPUSH";
    }

    .tbl-r04 tr:nth-of-type(11) td:nth-of-type(2):before {
        content: "個別やりとり※";
    }

    .tbl-r04 tr:nth-of-type(12) td:nth-of-type(2):before {
        content: "FAQ機能";
    }

    .tbl-r04 tr:nth-of-type(13) td:nth-of-type(2):before {
        content: "クーポン配信";
    }

    .tbl-r04 tr:nth-of-type(14) td:nth-of-type(2):before {
        content: "ポイント";
    }

    .tbl-r04 tr:nth-of-type(15) td:nth-of-type(2):before {
        content: "店舗ユーザー";
    }

    .tbl-r04 tr:nth-of-type(16) td:nth-of-type(2):before {
        content: "PUSH通知";
    }

    .tbl-r04 tr:nth-of-type(17) td:nth-of-type(2):before {
        content: "個別やりとり";
    }

    .tbl-r04 tr:nth-of-type(18) td:nth-of-type(2):before {
        content: "各店舗専用ページ";
    }

    .tbl-r04 tr:nth-of-type(2){
        margin-bottom: 40px;
    }
    
    .tbl-r04 tr {
        margin-bottom: 0px;
    }

    .tbl-r04 td {
        border: 0;
        border-bottom: 1px solid #ccc;
    }


    /*---price---*/
    #price .parallax-window {
        display: block;
        min-height: 100px;
        width: 100%;
        background-size: 200% !important;
        background-repeat: no-repeat;
        background-position: 8% -10% !important;
    }
    #price .parallax-window article{
        display: block;
        width: 94%;
        max-width: 94%;
        padding: 50px 0;
        margin: 0 auto 10%;
    }
    #price .contentL img{
        width: 100%;
        max-width: 500px;
        margin-top: 20%;
    }
    #price .contentL{
        width: 50%;
    }
    #price .contentR{
        width: 100%;
        text-align: left;
    }
    #price h3{
        color: #459ed9;
        font-family: 'futura-b';
        font-size: 48px;
        text-align: center;
        line-height: 0.8em;
        margin-bottom: 60px;
    }
    #price h3 span{
        display: block;
        font-size: 24px;
        font-family: 'M PLUS 1p';
        font-weight: 100;
    }
    #price .contentR div{
        line-height: 1.4em;
        font-size: 16px;
    }
    #price .contentR div:nth-child(2){
        font-size: 26px;
        font-weight: bold;
        line-height: 1.4em;
        text-align: center;
        margin-bottom: 30px;
    }
    #price .contentR a{
        display: block;
        width: 80%;
        padding: 15px 0;
        text-align: center;
        margin: 30px auto 0;
    }


    /*---company---*/
    #company h3{
        font-size: 18px;
        margin: 0 auto 30px;
    }
    #company article{
        display: block;
    }
    #company dl{
        display: block;
        margin-bottom: 0;
    }
    #company dl dt,#company dl dd{
        display: block;
        vertical-align: middle;
        padding: 15px;
    }
    #company dl dt{
        text-align: left;
        font-weight: bold;
        width: auto;
        box-shadow: 0 5px 0 0 #111;
    }
    #company dl dd{
        text-align: left;
    }
    #company dl dd iframe{
        width: 100%;
    }
    #company div{
        width: 100%;
    }


    /*---contact---*/
    #contact form{
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .input {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin: 1em 0;
        max-width: 100%;
        width: calc(100% - 2em);
        vertical-align: top;
    }
    .input.text {
        height: 200px;
        margin: 1em 0;
        max-width: 100%;
        width: calc(100% - 2em);
    }

    .input--juro select{
        padding: 1.50em 0.75em 1.65em;
    }

    /*---contact---*/
    #contact form{
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .input {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin: 0.5em 0;
        height: 80px;
        max-width: 100%;
    }
    .input.text {
        width: calc(100% - 2em);
        height: 150px;
    }

    #contact form>div{
        width: 94%;
        margin: 0 auto;
    }
    .kiyaku{
        text-align: left;
        padding-left: 1.7em;
        text-indent: -1.7em;
    }
    .btn{
        margin: 15px 0 0;
        padding-bottom: 30px;
    }
    .btn input{
        padding: 15px 60px;
        font-size: 18px;
        background: #fe1f59;
        color: #fff;
        border-radius: 50px;
        border: none;
    }

    .form_time:placeholder-shown{
        font-weight: bold;
    }
    /* プレースホルダの文字色変更 */
    ::-webkit-input-placeholder {
        color: #778290;
    }
    :-moz-placeholder {
        color: #778290; opacity: 1;
    }
    ::-moz-placeholder {
        color: #778290; opacity: 1;
    }
    :-ms-input-placeholder {
        color: #778290;
    }


    /*---under---*/
    #under .btn{
        display: block;
        justify-content: space-around;
        flex-flow: row-reverse;
        margin: 30px 0 0;
    }
    #under .btn input{
        background: #459ed9;
        display: block;
        margin: 0 auto;
    }
    #under .btn #backBtn{
        background: #ccc;
        margin-top: 15px;
    }
}
