@charset "utf-8";
img { max-width: 100%; height: auto; }
html {font-size: 16px}
.list-effect-point img { max-width: 100%; height: auto; }
.imgcenter {text-align:center; margin-bottom: 20px}
.imgtop {text-align:center; margin-bottom: 20px}


.sp-only { display: none; }
@media screen and (max-width: 900px) {
  .sp-only { display: inline-block; }
}

.contents-wrap-s { width: 90%; max-width: 900px; margin: 0 auto; }
.contents-wrap { max-width: 1200px; width: 93%; margin: 0 auto;}
.box-section-t { padding: 60px 0 0; }

.column22 { display: flex; justify-content: space-between; }
.column22 > * { width: 70%;margin-right: 30px;} }

@media screen and (max-width: 900px) {
  .column22 > * { width: 100%; }
  .column22 > * + * { margin-top: 2rem; }
}
.bg-white { background: #FFF; }
.bg-yellow { background: #FFF9E2; }
.bg-orange { background: #FF7600; }

.t-blue { color: #00A4F2; }
.t-red { color: #FF3838;}
.t-orange { color: #FF7600; }


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

.title-std { font-size: 2rem; font-weight: bold; text-align: center; max-width: 90vw; margin: 0 auto 1em; }
.title-orange { padding-left: 1em; font-size: 1.5rem; font-weight: bold; margin-bottom: .5em; position: relative; }
.title-orange::before { content: ''; width: 11px; height: 1.1em; background: #FF7600; display: inline-block; margin-left: -1em; margin-right: calc(1em - 11px); vertical-align: middle; }

.title-orange.border { border-bottom: 1px solid #C6C6C6; font-size: 1.3rem; }

@media screen and (max-width: 1200px) {
  .title-std { font-size: 1.5rem; }
}

@media screen and (max-width: 900px) {
  .title-orange { font-size: 1.2rem; }
  .list-effect-point img { max-width: 100%; height: auto; }
}
@media screen and (max-width: 900px) {
  .title-std { font-size: 1.2rem; line-height: 150%;  }
}


.box-orange { border: 5px solid #FFBB81; border-radius: 10px; padding: 2rem; display: flex; flex-wrap: wrap; justify-content: space-between; }
.box-orange .title-orange { width: 100%; }
.box-orange .img { width: 34%; }
.box-orange .text { width: 63%; font-size: 1.125rem; }

.marker-yellow { background: linear-gradient(transparent 60%, #FFF500 60%); }

@media screen and (max-width: 900px) {
  .box-orange { padding: 1.5rem; }
}
@media screen and (max-width: 600px) {
  .box-orange { flex-wrap: wrap; }
  .box-orange .img { width: 100%; text-align: center; margin-bottom: 2em; }
  .box-orange .img img { max-width: 60%; }
  .box-orange .text { width: 100%; font-size: 1; }
}

.mainvisualm { background: url("../img/mainvisual.webp") no-repeat center center / cover; padding: 40px 0 20px; 
background-color:rgba(255,255,255,0.2);
background-blend-mode:lighten; }
.maincopy { font-size: 2.5rem; font-weight: 900; line-height: 150%; color: #FF7600; text-shadow: -5px -5px 5px #FFF, -5px 0px 5px #FFF, 5px -5px 5px #FFF, -5px 0px 5px #FFF, 5px 0px 5px #FFF, -5px 5px 5px #FFF, 0px 5px 5px #FFF, 5px 5px 5px #FFF; text-indent: -.3em;margin-top: 100px; }
.maincopy .txt-middle { font-size: 1.36em; }
.maincopy .txt-large { font-size: 1.8em;line-height: 120%; }
.maincopy .sub { font-size: .8em; }
.mainvisualm .subtext { font-size: 1.25rem; font-weight: bold; text-shadow: -5px -5px 5px #FFF, -5px 0px 5px #FFF, 5px -5px 5px #FFF, -5px 0px 5px #FFF, 5px 0px 5px #FFF, -5px 5px 5px #FFF, 0px 5px 5px #FFF, 5px 5px 5px #FFF; max-width: 880px; line-height: 150%; }

@media screen and (max-width: 1200px) {
  .maincopy { font-size: 2rem;}
  .mainvisualm .subtext { font-size: 1rem; margin-top: 1em; }
}


@media screen and (max-width: 900px) {
  .mainvisualm { padding-top: 2vw; background-size: 150% auto; background-position: top center; }
  .maincopy { font-size: 1.5rem; }
  .mainvisualm .subtext { margin-top: 0.5em; }
}

.list-main-point { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 50px;counter-reset: listnum; }
.list-main-point > li { counter-increment: listnum;  width: 32%; border: 5px solid #FFBB81; background:  #FFF9E2; border-radius: 10px; position: relative; padding: 3em 1rem 1rem;  }
.list-main-point .num { width: 5rem; height: 5rem; display: block; position: absolute; top: -2.5em; left: 0; right: 0; margin: auto; background: #FF7600; color: #FFF; text-align: center; font-size: .8375rem; padding-top: 1em; border-radius: 50%; line-height: 120%;  }
.list-main-point .num::after { content: counter(listnum); font-family: 'Montserrat', sans-serif; font-weight: bold; display: block; font-size: 3em; color: #FFED0F; line-height: 100%; }
.list-main-point .title { color: #FF3838; font-weight: 900; font-size: 1.8rem; line-height: 150%; text-align: center; }
.list-main-point p { font-size: 14px; }

@media screen and (max-width: 1300px) {
  .list-main-point .num { font-size: .7rem;  width: 4rem; height: 4rem;}
  .list-main-point .title { font-size: 1.5rem; }
}
@media screen and (max-width: 900px) {
  .list-main-point > li  { width: calc(100% - 1rem); margin: 0 0 1em auto; padding: 1em 2em 1em 3em; text-align: left; }
  .list-main-point { margin-top: 10px }
  .list-main-point .num { left: -2rem; top: 0; bottom: 0; right: auto; margin: auto; }
  .list-main-point .title { text-align: left; font-size: 1.3rem; }
}

.ttl-fc-point .t-large { line-height: 150%; font-size: 1.7em; font-weight: 900; display: block; margin-top: .2em;  }


.list-mistake { display: flex; justify-content: space-between; counter-reset: listnum; margin-top: 4em;  }
.list-mistake > li { width: 32%; border: 5px solid #FFBB81; background: #FFF; position: relative; border-radius: 10px; counter-increment: listnum; padding: 2em 0 1em;  }
.list-mistake .num { font-size: 1.25rem; font-weight: 900; background: #FFBB81; border-radius: 5px; line-height: 3em; position: absolute; top: -1.5em; left: 0; right: 0; margin: auto; text-align: center; width: 11em; }
.list-mistake .num::after { content: counter(listnum); font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 1.5em; vertical-align: baseline; margin-left: .2em; line-height: 2em; }
.list-mistake .title { font-size: 1.8rem; font-weight: 900; color: #00A4F2; text-align: center; line-height: 150%; }
.list-mistake p { width:calc(100% - 2em); margin: 0 auto; font-size: 1.125rem; line-height: 150%;  }

@media screen and (max-width: 1300px) {
  
  .ttl-fc-point .t-large { font-size: 1.5em; }
  .list-mistake .title { font-size: 1.5rem; }
  .list-mistake .num { font-size: 1rem; }
}
@media screen and (max-width: 900px) {
  .list-mistake .title { font-size: 1.3rem; }
  .list-mistake { flex-wrap: wrap; }
  .list-mistake > li { width: 100%; margin-bottom: 2rem; }
  .list-mistake p { font-size: 1rem; }
}

.list-number { counter-reset: listnum;  margin-top: 1.8em;  }
.list-number .title { font-size: 2rem; font-weight: 900; color: #00A4F2; min-height: 2em; counter-increment: listnum;line-height: 150%; position: relative;text-align: center; }
.list-number .num { width: 5rem; height: 5rem; display: inline-block; vertical-align: top;  color: #FFF;  background: #FF7600; border-radius: 50%; font-size: .835rem; text-align: center; font-family: 'Montserrat', sans-serif; margin: -.5rem 1rem 0 0; padding-top: 1em; line-height: 120%; position: absolute; top: 0; left: 0; }
.list-number .num::after { content: counter(listnum); color: #FFED0F; font-size: 3em; display: block; font-weight: 900; line-height: 120%; }

@media screen and (max-width: 900px) {
  .list-number .title { font-size: 1.5rem;}
  .list-number .num { width: 4rem; height: 4rem; font-size: .7rem; }
  .list-number .num::after {font-size: 2.rem; }
}

.list-effect-point .border { border-bottom: 3px solid #D9D9D9; width: 100%; padding-bottom: .5em; display: inline-block; }
.list-effect-point .title .sub { font-size: .66em; color: #222; font-weight: normal; line-height: 150%;  }

.list-effect4 { display: flex; flex-wrap: wrap;     gap: 10px;}
  .list-effect4 > li:nth-child(4n) { margin-right: 2%; }
  .list-effect4 > li:nth-child(3n) { margin-right: 0; }
}
.list-merit p { font-size: 1.25rem; line-height: 150%; }
.list-merit .title { font-size: 2.5rem; border-bottom: 1px solid #C6C6C6; }

@media screen and (max-width: 900px) {
  .list-merit .title { font-size: 2rem; }
  .list-merit p { font-size: 1rem; }
.list-effect4 > li { width: 47%; margin-bottom: 1em;margin-left: 0.4em; }
}
@media screen and (max-width: 600px) {
  .list-merit .title { font-size: 1.5rem; }
}
.copy-effect { font-size: 3.125rem; font-weight: 900; line-height: 130%; text-align: center; margin-bottom: .5em; }
.text-narrow { max-width: 800px; margin: 0 auto; }
.text-narrow p { margin-bottom: 1em; }


.list-effect5 { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.list-effect5 > li { width: 23.5%; margin-bottom: 1em;  }

.list-effect5-1 { display: flex; flex-wrap: wrap; padding-left: 40%; position: relative; }
.list-effect5-1 > li { width: 32%; margin-right: 2%; margin-bottom: .5em;  }
.list-effect5-1 > li:first-child { width: 40%; position: absolute; left: 0; top: 0; }
.list-effect5-1 > li:nth-child(2) { margin-right: 0; }

.list-effect5-2 { display: flex; justify-content: space-between; }
.list-effect5-2 > li { width: 19%; }
.list-effect5-2 > li:first-child { width: 38%; }


@media screen and (max-width: 1200px) {
  .copy-effect { font-size: 2.5rem; }
}
@media screen and (max-width: 900px) {
  .copy-effect { font-size: 2rem; }
}


.yanagisawa-profile { display: flex; justify-content: space-between; }
.yanagisawa-profile .img { width: 30%;    margin-right: 30px; }
.yanagisawa-profile .text { width: 65%; line-height: 200%; }
.yanagisawa-profile .text .title { font-size: 1.25rem; color: #FF7600; font-weight: bold; margin-bottom: 1em; }
.yanagisawa-profile .text .message { font-size: 2.2rem; font-weight: 900; line-height: 180%; }
.yanagisawa-profile .text .name {text-align: right; font-weight: bold; margin: 1em 0 2em;  }
.yanagisawa-profile .text .name span { font-size: 1.7em;}

.conts-profile .title-orange { font-size: 1.25rem; border-bottom: 1px solid #C6C6C6; padding-bottom: .5em; margin-bottom: 1em; }

@media screen and (max-width: 1200px) {
  .yanagisawa-profile .text .message { font-size: 1.5rem; }
  .yanagisawa-profile .text .name { font-size: .8rem;}
}
@media screen and (max-width: 900px) {
  .yanagisawa-profile { flex-wrap: wrap; }
  .yanagisawa-profile .img { width: 100%; text-align: center; margin-bottom: 2em; margin-right: 0px;}
  .yanagisawa-profile .img img { max-width: 300px; width: 60%; }
  .yanagisawa-profile .text { width: 100%; }
}
.check-text { color: #FF3838; font-size: 1.875rem; font-weight: 900; line-height: 150%; }
.check-text .check { color: #FFED0F;  background: #FF3838; display: table; font-size: .7em; line-height: 150%; padding: 0 .3em; position: relative; margin-bottom: .5em; }
.check-text .check::after { content: ''; width: 0; height: 0; position: absolute; left: 100%; top: 0; bottom: 0; border-width: .75em  0 .75em 1em; border-style: solid; border-color: transparent transparent transparent #FF3838; }

@media screen and (max-width: 900px) {
  .check-text { font-size: 1.5rem; }
}
.list-books { display: flex; justify-content: space-between; margin-bottom: 3em;  }
.list-books > li { width: 23.5%; border: 3px solid #FFBB81; border-radius: 5px; background: #FFF; padding: 1em; text-align: center; }
.list-books .img { width: 100%; height: 0; padding-bottom: 110%; position: relative; }
.list-books .img img { max-width: 100%; max-height: 100%; width: auto; height: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.list-books .text { padding: 1em 0; }

@media screen and (max-width: 600px) {
  .list-books { flex-wrap: wrap; }
  .list-books > li { width: 49%; margin-bottom: 1em; }
}

.list-tv { background: #FFF; border: 3px solid #FFBB81; padding: 2em 3em;  }
.list-tv > li + li { border-top: 1px solid #DEDEDE; padding-top: 2em; margin-top: 2em; }
.list-tv .title { font-weight: bold; font-size: 1.25rem; margin-bottom: .5em; }

@media screen and (max-width: 600px) {
  .list-tv { padding: 1em 5%; }
}

.copy-text { font-size: 3.2rem; text-align: center; line-height: 180%; font-weight: 900; max-width: 90vw; margin: auto;margin-bottom: 20px;  }
.copy-text .sub { font-size: 1.5rem; line-height: 150%; display: block; }
.copy-text .sub-large { font-size: 2.5rem; line-height: 150%; display: block; }

.copy-text.orange-line { padding: .5em 0; position: relative; }
.copy-text.orange-line::before,





@media screen and (max-width: 1300px) {
  .copy-text { font-size: 3.5rem; }
  .copy-text.orange-line::before,
  .copy-text.orange-line::after { width: 200px; }
}
@media screen and (max-width: 900px) {
  .copy-text { font-size: 3rem; line-height: 150%; }
  .copy-text .sub { font-size: 1.2rem }
  .copy-text.orange-line::before,
  .copy-text.orange-line::after { width: 150px; }
}
@media screen and (max-width: 600px) {
  .copy-text { font-size: 2rem; }
  .copy-text .sub { font-size: 1rem }
  .copy-text.orange-line::before,
  .copy-text.orange-line::after { width: 100px; }
}
.effect-reason { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 2em;  }
.effect-reason .text { width: 52%; }
.effect-reason .text p { margin-bottom: 1em; line-height: 150%; }
.effect-reason .img { width: 45%; }

@media screen and (max-width: 900px) {
  .effect-reason .text { width: 100%; }
  .effect-reason .img { width: 100%; text-align: center; margin-top: 2em; }
  .effect-reason .img img { width: 60%; max-width: 400px;  }
  
}
.list-blueline > li { border-top: 5px solid #00A7EA; padding-top: 3em; padding-bottom: 5em; margin-bottom: 0;  }
.list-blueline .title { font-size: 2.5rem; padding-bottom: 1em;  line-height: 150%;  }
.list-blueline .title .sub { display: block; font-size: .5em; color: #222; font-weight: normal; line-height: 150%;  }

@media screen and (max-width: 900px) {
  .list-blueline .title { font-size: 2rem; }
  .list-blueline .title .sub { font-size: .8em; }
  .list-blueline > li { padding-top: 2em; padding-bottom: 2em;  }
  
  .list-blueline .text img { max-width: 80%; margin: 0 auto; display: block; }
}
@media screen and (max-width: 600px) {
  .list-blueline .title { font-size: 1.5rem; }
  
  
}
.market-conclusion { background: url(../img/market-conlusion.webp) no-repeat center center / cover;  padding-top: 10vw; border-bottom: 1px solid transparent; margin-bottom: 10vw; }
.market-conclusion .box { background: #FFF; padding: 80px 0; box-shadow: 20px 0 20px rgba(0,0,0,.08); margin-bottom: -10vw; }
.market-conclusion .copy-text { font-size: 3.6rem; }
.market-conclusion .text { width: 90%; margin: 2em auto; max-width: 1000px; }

.list-attention { border-bottom: 1px solid #C6C6C6;  }

@media screen and (max-width: 1200px) {
  .market-conclusion .copy-text { font-size: 3rem; }
}
@media screen and (max-width: 900px) {
  .market-conclusion .copy-text { font-size: 2rem; }
  .market-conclusion .box { padding: 1.5em; }
}
@media screen and (max-width: 600px) {
  .market-conclusion .copy-text { font-size: 1.5rem; }
}



.youtube-wrap { width: 100%; max-width: 1000px; margin-left: auto; margin-right: auto; }
.youtube { width: 100%; height: 0; padding-bottom: 67%; position: relative; }
.youtube iframe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; margin: auto; }

.title-s { font-size: 1.25rem; font-weight: bold; margin-bottom: 1em; }
.caption { font-size: .7rem; margin-top: 1.5em;  }


.service-conclusion { font-size:1.8rem; font-weight: bold; width: 1000px; max-width: 100%; margin: 1em auto 0; line-height: 150%; }

@media screen and (max-width: 900px) {
  .conts-service .copy-text { font-size: 1.5rem; }
  .conts-service .copy-text .sub-large { font-size: 1.5em; }
  .service-conclusion { font-size: 1.5rem; }
}
@media screen and (max-width: 600px) {
  .conts-service .copy-text { font-size: 1.5rem; }
}


.title-sst { text-align: center; font-size: 4rem; font-weight: 900; line-height: 150%;  }
.title-sst .sub { font-size: .5em; }
.sstimg { mix-blend-mode: multiply; }
@media screen and (max-width: 1200px) {
  .title-sst { font-size: 3rem; }
}
@media screen and (max-width: 900px) {
  .title-sst { font-size: 2rem; }
}

.list-business > li { margin-bottom: 3rem; }
.list-business > li:last-child { background: linear-gradient(transparent 3vw, #FFF 3vw); }

.emph-orange { color: #FF7600; font-size: 1.8rem ;font-weight: 900; line-height: 150%; }


.imgblock { padding: 5vw 0 2vw; position: relative; z-index: 2; }
.imgblock .text { width: 45%; max-width: 835px; margin: 0 50% 0 auto; }
.imgblock .title { color:  #00A7EA; border-bottom: 5px solid #00A7EA; margin-bottom: .5em; font-size: 3rem; font-weight: 900; line-height: 150%;  }
.imgblock .title .sub { color: #222; font-size: .4em; display: inline-block; margin-left: .5em; line-height: 200%; vertical-align: middle; }
.imgblock .box { display: flex; background: #FFF; padding: 1.5em; justify-content: space-between; margin: 1em 0;  }
.imgblock .box-img { width: 45%; }
.imgblock .box-text { width: 50%;}
.imgblock .end { font-size: 2rem; font-weight: 900; line-height: 150%; max-width: 550px;  }

.imgblock .img { width: 55%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; margin: auto; z-index: -1; background-size: cover; background-position: center center; }


.title-orange-s { font-size: 1.5rem; font-weight: bold; line-height: 150%; padding-left: 1.5em; color: #FF7600; margin-bottom: .3em;  }
.title-orange-s::before { content: ''; width: 1em; height: 8px; display: inline-block; vertical-align: middle; margin-left: -1.5em; margin-right: .5em; background: #FF7600; }

@media screen and (max-width: 1200px) {
  .imgblock .end { font-size: 1.5rem; }
}
@media screen and (max-width: 1000px) {
  .imgblock { padding: 30vw 0 1rem; }
  .imgblock .img  {width: 90%; height: 33vw; bottom: auto; } 
  .imgblock .text { width: 90%;  margin: 0 auto; }
}

@media screen and (max-width: 900px) {
  .imgblock .title { font-size: 2rem;}
  .emph-orange { font-size: 1.3rem; }
}
@media screen and (max-width: 600px) {
  .imgblock .box { flex-wrap: wrap; }
  .imgblock .box-img { width: 100%; }
  .imgblock .box-text { width: 100%; margin-top: 1em;}
  .imgblock .end { font-size: 1.3rem; }
}

.nayami-result { text-align: center; border-top: 1px solid #FF7600; border-bottom: 1px solid #FF7600; font-size: 2rem; font-weight: 900; line-height: 150%; padding: .5em 0; margin-top: 1em; }

.box-vr { background: #FFF; padding: 1.5em 2em; font-size: 1.5rem; font-weight: bold;}
.list-check > li { color: #FF7600;  padding-left: 2em; margin-bottom: 1em; line-height: 150%;   position: relative; }
.list-check > li::before { content: ''; width: 1.5em; height: 1.5em; display: inline-block; background: url("../img/icon-check.svg") no-repeat center center / contain; position: absolute; left: 0; top: 0; margin: auto; }

.vr-merit { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 130px; counter-reset: listnum; }
.vr-merit > li { width: 32%; border: 5px solid #FFBB81; padding: 2.5em 1.5em 1.5em ; background: #FFF; border-radius: 10px; position: relative; counter-increment: listnum; }
.vr-merit > li::before { content: 'メリット'; font-size: 1.25rem; font-weight: bold; position: absolute; left: 0; bottom: 100%; line-height: 170%; margin-bottom: .5em; } 
.vr-merit > li::after { content: counter(listnum); font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 2.5rem; width: 2em; height: 2em; display: block; background: #FF7600; color: #FFED0F; line-height: 2em; text-align: center; border-radius: 50%; position: absolute; left: 0; right: 0; top: -1.3em; margin: auto; }
.vr-merit img { margin-bottom: 1em; }

.vr-bottom { margin-top: 1rem;}
.vr-bottom .text { font-weight: 900; font-size: 2.5rem; line-height: 150%; margin-bottom: 1rem;  }
.vr-bottom .text span { display: block; font-size: 1.6em; line-height: 150%; }

@media screen and (max-width: 900px) {
  .box-vr { padding: 1.5rem; font-size: 1.2rem; }
  .vr-merit { margin-top: 80px; }
  .vr-merit > li { width: 100%; margin-top: 3.5em; padding: 1.5em; }
  .vr-merit img { width: 40%; float: left; margin-right: 1em; }
  .vr-merit > li::after { font-size: 1.5rem; left: 5.5rem; right: auto; top: -2.2em; }
  
  
  .vr-bottom .text { font-size: 2rem; }
  .vr-bottom .arrow { width: 2.5rem; }
  .vr-bottom .earning { max-width: 70%; }
  
}
@media screen and (max-width: 600px) {
  .vr-merit { margin-top: 50px;}
  .vr-bottom .text { font-size: 1.5rem; }
}

.conts-suggest { background:linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)),url(../img/ge_v1lu35v1lu35v1lu.webp) no-repeat center center / cover;
    background-blend-mode: lighten;
    text-align: center; padding: 80px 5%;margin: 150px 0px;}
.conts-suggest .conts { max-width: 912px; margin: 0 0 0 auto; }
.conts-suggest .copy { font-size: 4.5rem; font-weight: 900; line-height: 130%; text-shadow: -5px -5px 5px #fff, -5px 0px 5px #fff, 5px -5px 5px #fff, -5px 0px 5px #fff, 5px 0px 5px #fff, -5px 5px 5px #fff, 0px 5px 5px #fff, 5px 5px 5px #fff;}

.conts-suggest .list { counter-reset: listnum; margin-top: 1.5rem; }
.conts-suggest .list > li { background: #FFF; font-size: 1.8rem; font-weight: bold; color: #00A4F2; counter-increment: listnum; margin-bottom: .5em; padding: 1em 1em 1em 3em; position: relative; margin-bottom: 5px; border: 3px solid #DEDEDE; border-radius: 5px; }
.conts-suggest .list > li::before { content: counter(listnum, decimal-leading-zero); font-size: 1.2em; text-align: center; line-height: 1.8em; width: 1.8em; height: 1.8em; color: #FFED0F; background: #FF7600; display: inline-block; font-family: 'Montserrat', sans-serif; border-radius: 5px; position: absolute; top: .5rem; left: .6rem; margin: auto; }

.conts-suggest .subcopy { font-size: 2rem; font-weight: 900; line-height: 130%; text-shadow: -5px -5px 5px #fff, -5px 0px 5px #fff, 5px -5px 5px #fff, -5px 0px 5px #fff, 5px 0px 5px #fff, -5px 5px 5px #fff, 0px 5px 5px #fff, 5px 5px 5px #fff;}

@media screen and (max-width: 1300px) {
  .conts-suggest .conts { max-width: 600px; }
  .conts-suggest .copy { font-size: 3rem; }
  .conts-suggest .list > li { font-size: 1.5rem; }
  .conts-suggest .subcopy { font-size: 1.5rem; }
}
@media screen and (max-width: 900px) {
  .conts-suggest {  background-position: 20% top; background-size: 150% auto; padding-top: 50vw; padding-bottom: 0;margin-bottom: 60px;}
  .conts-suggest .conts { max-width: none; width: 100%; }
  .conts-suggest .copy { font-size: 2.5rem; }
  .conts-suggest .list > li { font-size: 1.2rem; }
  .conts-suggest .subcopy { font-size: 1.2rem; }

}
@media screen and (max-width: 600px) {
  .conts-suggest .copy { font-size: 1.7rem; }
  .conts-suggest .list > li { font-size: 1rem; }
}
a.btn-seikyu { position: fixed; top: 0; bottom: 0; right: 0;  margin: auto; font-size: 2.0rem; font-weight: 900; color: #FFF;  width: 2.5em; height: 8em; text-align: center; writing-mode: vertical-rl; color: #FFF; background: #FF7600; line-height: 2.5em; border-radius:  10px 0 0 10px ; border: 1px solid #FFF; border-right: none; z-index: 10; letter-spacing: .2em; }
a.btn-mendan { position: fixed; top: 1; bottom: 0; right: 0;  margin: auto; font-size: 2.0rem; font-weight: 900; color: #FFF;  width: 2.5em; height: 8em; text-align: center; writing-mode: vertical-rl; color: #FFF; background: #0075c2; line-height: 2.5em; border-radius:  10px 0 0 10px ; border: 1px solid #FFF; border-right: none; z-index: 10; letter-spacing: .2em; }

@media screen and (max-width: 1500px) {
  a.btn-seikyu { font-size: 2rem; }
  a.btn-mendan { font-size: 2rem; }
}

@media screen and (max-width: 1300px) {
  a.btn-seikyu { font-size: 1.5rem; }
  a.btn-mendan { font-size: 1.5rem; }
}

@media screen and (max-width: 900px) {
  a.btn-seikyu { height: 2.5em; width: 100%; top: auto; left: 0; right:100%; font-size: 1.4rem; border-radius: 10px 10px 0 0; writing-mode: horizontal-tb; }
  a.btn-mendan { height: 2.5em; width: 50%; top: auto; right:0; font-size: 1.4rem; border-radius: 10px 10px 0 0; writing-mode: horizontal-tb; }
}
/*contact*/
.section-contact { padding: 80px 0 50px; }
.box-contact { background: #FFF; padding: 3em 0; margin-top: 2em; }
.table-form { width: 90%; max-width: 930px; margin: 0 auto; }
.table-form th { width: 220px; font-weight: normal; padding-top: .5em; vertical-align: top; }
.table-form td { width: calc(100% - 220px);padding-bottom: 3em; }

.table-form input { -webkit-appearance: none; -moz-appearance: none; appearance: none; ; line-height: 150%; width: 100%; padding: 0.5em; line-height: 300%; vertical-align: middle;  display: inline-block;  background: #FFF9E2; border: none; }
.table-form input.wides { width: 10em; margin-left: 1em; margin-bottom: .5em;  }
.table-form textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none;  line-height: 150%; width: 100%; padding: 0.5em; line-height: 150%; height: 15em;  vertical-align: middle;  display: inline-block;  background: #FFF9E2; border: none; }

.btn-submit { width: 350px; max-width: 80%;  background: #FF7600; color: #FFF; text-align: center; padding: 1em; border-radius: 2em; position: relative; margin: 2em auto; border: none; position: relative; display: block; font-size: 1.25rem; }
.btn-submit::after { content: ''; width: .5em; height: .5em; display: block; position: absolute; top: 0; right: 1em; bottom: 0; margin: auto; border-top: 2px solid; border-right: 2px solid; transform: rotate(45deg); }

.copyright { font-size: .75rem; text-align: center; ; }


@media screen and (max-width: 900px) {
  .section-contact { padding: 50px 0 30px; }
  .copyright { padding-bottom: 60px; }
  .table-form { display: block; }
  .table-form tbody,
  .table-form tr,
  .table-form th,
  .table-form td { width: 100%; display: block; }
  .table-form th { padding-bottom: .5em; }
  .table-form td { padding-bottom: 1em;}
}

.mt1em { margin-top: 1em; }
.mt3em { margin-top: 3em; }
.mb1em { margin-bottom: 1em; }
.mb2em { margin-bottom: 2em; }
.mb100px { margin-bottom: 100px; }


/* 20220822追記 */
.list-number .image-center { text-align: center; }

.main-button-container{ width: 90%; margin-top: 50px; margin-bottom: 100px;}
.main-button-wrapper{background-color: #FDC39A; border-radius: 20px; padding: 40px; display: flex;
}

.main-button-flex{
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; 
}

.main-button-left,.main-button-right{ width: 100%; text-align: center; }
.main-button-title{  font-weight: bold; text-align: center;    margin-top: 20px;}
.main-button-text{ font-size: normal; text-align: center; margin-bottom: 20px;}
.main-button-microcopy{ text-align: center; font-size: 1.3rem;margin: 15px; }
.main-button-button{ background-color: #EC7E30; border-radius: 100px; border: none !important; color: #fff; font-weight: bold; font-size: 25px; width: 90%; padding: 10px 0; margin-bottom: 30px; cursor: pointer; cursor: hand;}
.main-button-button-blue{background-color: #0075c2;}
.main-button-right img{ width: 100%; }

.main-button-wrapper a:hover {
opacity: 0.7;
}


.ryd-logo{ width: 150px; margin-right: 10px;}

@media screen and (max-width: 900px) {
  .main-button-wrapper{padding: 40px 20px;flex-direction: column;}
  .main-button-left ,.main-button-right{ width: 100%; }
  .ryd-logo{ width: 100px;}
}

.pb0{
  padding-bottom: 0 !important;
}

/************************************
** contact
************************************/
html {
  scroll-behavior: smooth;
}

.contact-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 100px;
}


/* template01 */
.form__wrap {
width: 100%;
max-width: 900px;/*フォームの最大幅*/
margin-right: auto;
margin-left: auto;
}
.wpcf7 .template01 {
color: #000;
font-size: 16px;
}
.wpcf7 .template01 a {
margin: 0;
padding: 0;
text-decoration: underline;
color: inherit;
transition: opacity .25s;
}
.wpcf7 .template01 a:hover {
opacity: .5;
transition: opacity .25s;
}
.wpcf7 .template01 div.form__row {
margin: 0;
padding: 0;
margin-top: 2em;
}
.wpcf7 .template01 div.form__row.row-privacy {
margin-top: 3.5em;
text-align: center;
}
.wpcf7 .template01 div.form__row.row-submit {
margin-top: 3em;
text-align: center;
}
.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
margin: 0;
margin-bottom: .5em;
padding: 0;
box-sizing: border-box;
}
.wpcf7 .template01 p.form__label label {
position: relative;
margin: 0;
padding: 0;
box-sizing: border-box;
}
.wpcf7 .template01 p.form__label.is-required label {
padding-right: 40px;
}
.wpcf7 .template01 p.form__label.is-required label::after {
content: "必須";
display: block;
position: absolute;
top: 2px;
right: 0;
width: 36px;
padding: 2px 5px;
background-color: rgba(179,0,36);
color: #fff;
font-size: 11px;
text-align: center;
border-radius: 30px;
box-sizing: border-box;
}
/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
width: 100%;
margin: 0;
padding: .5em 1em;
border: 1px solid #ccc;
border-radius: 0;
box-shadow: none;
background-color: #fff;
color: inherit;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
color: #ccc;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
color: #ccc;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
color: #ccc;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
outline: 0;
border: 1px #080808 solid;
}
/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] {
display: none;
}
.wpcf7 .template01 input[type=checkbox] + span {
cursor: pointer;
position: relative;
margin: 0;
padding: 0 1em 0 1.8em;
font-size: inherit;
box-sizing: border-box;
transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=checkbox] + span::before {
content: "";
opacity: 1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 1.24em;
height: 1.24em;
border: 1px solid #ccc;
border-radius: 0;
background-color: #fff;
box-sizing: border-box;
transition: opacity .25s ease;
z-index: 1;
}
.wpcf7 .template01 input[type=checkbox] + span::after {
content: "";
opacity: 0;
display: block;
position: absolute;
top: 0.15em;
left: 0.44em;
width: 0.4em;
height: .8em;
border-bottom: 3px solid #000;
border-right: 3px solid #000;
box-sizing: border-box;
transform: rotate(40deg);
transition: opacity .25s ease;
z-index: 10;
}
.wpcf7 .template01 input[type=checkbox]:checked + span {
color: #306ad4;
transition: all .25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::before {
opacity: 1;
transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::after {
opacity: 1;
border-bottom: 2px solid #306ad4;
border-right: 2px solid #306ad4;
transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
display: none;
}
.wpcf7 .template01 input[type=radio] + span {
cursor: pointer;
position: relative;
margin: 0;
padding: 0 1em 0 1.8em;
font-size: inherit;
transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
border: 1px solid #ccc;
border-radius: 50%;
background-color: #fff;
box-sizing: border-box;
transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::after {
content: "";
display: block;
opacity: 0;
position: absolute;
box-sizing: border-box;
transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span {
color: #306ad4;
transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span::after {
opacity: 1;
top: .2em;
left: .2em;
width: .6em;
height: .6em;
background-color: #306ad4;
border-radius: 50%;
box-sizing: border-box;
transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template01 span.select-wrap {
position: relative;
width: 250px;
margin: 0;
padding: 0;
}
.wpcf7 .template01 select {
cursor: pointer;
width: 250px;
max-width: 100%;
margin: 0;
padding: .5em 2.5em .5em 1em;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: none;
background-color: #fff;
color: inherit;
font-size: inherit;
line-height: 1;
box-sizing: border-box;
transition: border-color 0.2s ease, outline 0.2s ease;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wpcf7 .template01 select::-ms-expand {
display: none;
}
.wpcf7 .template01 span.select-wrap::after {
content: "";
pointer-events: none;
position: absolute;
display: block;
width: .6em;
height: .6em;
top: 50%;
right: 1em;
margin-top: -3px;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
transform: rotate(45deg) translateY(-50%);
transform-origin: 50% 0;
box-sizing: border-box;
}
.wpcf7 .template01 select:focus {
outline: 0;
border: 1px #080808 solid;
}
.wpcf7 .template01 span.select-wrap:focus-within::after {
border-bottom: 1px solid #080808;
border-right: 1px solid #080808;
}
/* 送信ボタン */
.wpcf7 .template01 .submit-btn {
position: relative;
width: 320px;
height: 65px;
max-width: 100%;
margin: 0;
padding: 0;
margin-left: auto;
margin-right: auto;
}
.wpcf7 .template01 input[type="submit"] {
cursor: pointer;
width: 320px;
max-width: 100%;
padding: 18px;
border-radius: 0;
box-shadow: none;
border: 1px solid #000;
background-color: #a6a6a6;
border-radius: 4px;
color: #fff;
font-size: 18px;
text-align: center;
box-sizing: border-box;
transition: opacity .25s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wpcf7 .template01 input[type="submit"]:disabled {
cursor: not-allowed;
box-shadow: none!important;
border: 1px solid #f8f8f8!important;
background-color: #f8f8f8!important;
color: #999!important;
}
.wpcf7 .template01 input[type="submit"]:hover {
border: 1px solid #000;
background-color: #fff;
color: #000;
transition: opacity .25s, background-color .25s;
}
.wpcf7 .template01 input[type="submit"]:focus {
outline: 1px #eee solid;
border: 1px #080808 solid;
}
.wpcf7 .template01  span.wpcf7-list-item {
margin: 0 1em .2em 0;
}
.wpcf7 .template01 .ajax-loader {
display: block;
}
@media only screen and (max-width: 768px) {
.wpcf7 .template01 span.wpcf7-list-item {
  display: block;
}
}

/* PCでは改行しない */
.sp-only {
    display: none;
}



/* --- 加算3カラムカード --- */
.list-kazan-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2em;
  margin: 2em 0 3em;
  list-style: none;
  padding: 0;
}
.list-kazan-cards > li {
  width: calc(33.333% - 0.9em);
  border: 5px solid #FFBB81;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.list-kazan-cards .card-title {
  background: #FFF9E2;
  text-align: center;
  font-weight: 900;
  font-size: 1.3rem;
  color: #FF3838;
  border-bottom: 5px solid #FFBB81;
}
.list-kazan-cards .card-img {
  background: #D9D9D9;
  width: 100%;
  display: block;      /* flex → block に変更 */
  overflow: hidden;
  padding: 0;          /* 念のため */
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: .9rem;
}
.list-kazan-cards .card-img img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
.list-kazan-cards .card-text {
  padding: 1em;
  font-size: 100%;
  line-height: 1.7;
  color: #333;
}

/* --- 減算ボックス --- */
.box-genzan {
  border: 5px solid #00A4F2;
  border-radius: 10px;
background-color: #F3FBFF;
  padding: 2em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5em;
}
.box-genzan .genzan-text {
  flex: 1;
  min-width: 240px;
}
.box-genzan .genzan-img {
  width: 260px;
  flex-shrink: 0;
  background: #D9D9D9;
  border-radius: 6px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: .9rem;
  overflow: hidden;
}
.box-genzan .genzan-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-genzan .genzan-lead {
  font-size: 100%;
  line-height: 1.8;
  margin-bottom: 1.5em;
  color: #333;
}
.genzan-sub-title {
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: .3em;
  padding-left: .8em;
  border-left: 4px solid #FF7600;
  line-height: 1.4;
}
.genzan-sub-text {
  font-size: 100%;
  line-height: 1.7;
  margin-bottom: 1.2em;
  color: #555;
  padding-left: .8em;
}

/* --- 開業セクション サブタイトル --- */
.subtitle-std {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 900;
  color: #00A4F2;
  margin: 1em 0 2.5em;
}

/* --- 開業・運営 交互ブロック --- */
.list-support-blocks {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
}
.list-support-blocks > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
  margin-bottom: 4em;
}
/* 偶数番：画像左・テキスト右 */
.list-support-blocks > li.reverse {
  flex-direction: row-reverse;
}
.support-block-text {
  flex: 1;
  min-width: 240px;
}
.support-block-title {
  font-size: 1.3rem;
  font-weight: 900;
  color: #FF3838;
  margin-bottom: .8em;
    padding-bottom: 6px;
    border-bottom: 4px solid #00A4F2;
}
.support-block-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
  font-size: 100%;
  line-height: 2;
  color: #333;
    font-weight: bold;
}
.support-block-list li::before {
  content: "・";
  color: #FF7600;
}
.support-block-caption {
  font-size: .9rem;
  line-height: 1.7;
  color: #333;
}
.support-block-img {
  width: 600px;
 
}
.support-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- 締めコピー --- */
.closing-copy {
  text-align: center;
  padding: 2.5em 0 0;
  border-top: 1px solid #E0E0E0;
  margin-top: 1em;
}
.closing-copy p {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.9;
}

/* --- スマホ対応 --- */
@media screen and (max-width: 900px) {
  .list-kazan-cards > li {
    width: calc(50% - 0.7em);
  }

  .box-genzan {
    padding: 1.5em;
  }
  .box-genzan .genzan-img {
    width: 100%;
    aspect-ratio: 16/9;
  }

  .support-block-img {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .list-support-blocks > li,
  .list-support-blocks > li.reverse {
    flex-direction: column;
  }
  .subtitle-std {
    font-size: 1.1rem;
  }
  .closing-copy p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .list-kazan-cards > li {
    width: 100%;
  }
.column22 > * { margin-right: 0px;width: 100% !important;
    margin-right: 0;} 
.column22 {
    flex-direction: column;
  }
  .support-block-title {
    text-align: center;
margin-top: 30px;
  }
  .column22 .text {
  width: 100% !important;
}
.main-button-title {
    margin-top: 0px;
}
}
ol.list-number.list-blueline.list-market {
  padding-left: 0;
}
.yellow-img-row {
    display: flex !important;
    gap: 10px;
    margin: 0 auto;
    width: 60%;
}

.yellow-img-item {
    flex: 1 !important;
}

.yellow-img-item img {
    width: 100% !important;
    height: auto;
    display: block;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .yellow-img-row {
        width: 90%;
    }

    .yellow-img-item:last-child {
        display: none;
    }
.list-effect4 { gap: 0px;}
}

/* ============================================================
   お問い合わせセクション
   style.css の末尾に追記してください
   ============================================================ */

.section-contact-lp {
  background: #FFFBF0;
}

.contact-lp-inner {
  max-width: 1000px;
  margin: 0 auto;
  background: #FFF9E2;
  border: 2px solid #F4A06A;
  border-radius: 16px;
  padding: 50px 200px 60px;
}

/* タイトル */
.contact-lp-ttl {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: .4em;
  color: #222;
}

.contact-lp-sub {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2em;
  color: #333;
}

/* 資料画像 */
.contact-lp-doc-img {
  text-align: center;
  margin-bottom: 2.5em;
}
.contact-lp-doc-img img {
  max-width: 700px;
  width: 100%;
  height: auto;
}

/* -------- レスポンシブ -------- */
@media screen and (max-width: 900px) {
  .contact-lp-inner {
    padding: 40px 60px 50px;
     margin: 0;
  }
}

@media screen and (max-width: 600px) {
.sp-only {
        display: inline-block;
    }
  .contact-lp-inner {
    padding: 32px 20px 40px;
    border-radius: 12px;
        margin: 0px;
  }
  .contact-lp-ttl {
    font-size: 1.4rem;
  }

}

.contact-accept {
  text-align: center;
  margin-top: 2em;
}

.contact-accept .wpcf7-list-item {
  margin: 0;
}

.contact-accept .wpcf7-list-item-label {
  font-size: .95rem;
}

.privacy-link {
  display: block;
  text-align: center;
  color: #1a6ecc;
  font-size: .9rem;
  text-decoration: underline;
  margin-top: .5em;
}

.form__row.row-submit {
  text-align: center;
  margin-top: 2em;
}

.submit-btn {
  display: inline-block;
  position: relative;
}

.submit-btn input[type="submit"] {
  display: block;
  margin: 0 auto;
}

.box-section { padding: 60px 0; }

ol {
  padding-left: 0 !important;
}

.column22 .text {
  width: 60%;
  flex-grow: unset !important;
}


.wpcf7 .template01 select {
    width: 300px;
}