@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
}

body {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-text-size-adjust: none;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

/* フォントサイズ
-------------------------------------------*/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 72.5%;
  }
}

@media (max-width: 500px) {
  html {
    font-size: calc(100vw / 39);
    /*ビューポートが390pxを基準*/
  }
}

/* body
-------------------------------------------*/
body.is_hidden {
  overflow: hidden;
}

.main {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .main {
    font-size: 1.6rem;
  }
}

.main img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

.main a {
  text-decoration: none;
}

/* コンテンツ幅
-------------------------------------------*/
.inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner {
    padding: 0 6%;
  }
}

.inner_s {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner_s {
    padding: 0 5%;
  }
}

/*------------------------------------
リンク 
------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}

@media (any-hover: hover) {
  /* ホバーアクション */
  .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hover:hover {
    opacity: 0.6 !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*------------------------------------
スマホ　非表示
------------------------------------*/
@media screen and (min-width: 992px) {
  .disp_sp {
    display: none !important;
  }
}

/*------------------------------------
PC　非表示
------------------------------------*/
@media screen and (max-width: 991px) {
  .disp_pc {
    display: none !important;
  }
}

.page-id-1136 #bread_crumb {
  display: none;
}

.title {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .title {
    font-size: 2rem;
  }
}

.leadtxt {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .leadtxt {
    font-size: 2rem;
  }
}

.mv {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .mv {
    padding-top: 55px;
  }
}

.mv .image {
  position: relative;
}

.mv .image img {
  width: 100%;
  display: block;
}

.mv-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mv-txt h1 {
  font-size: 5.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 991px) {
  .mv-txt h1 {
    font-size: 2.9rem;
    min-height: 2em;
  }
}

.mv-txt h1 span {
  font-weight: 400;
  padding-right: 0.2em;
}

@media screen and (min-width: 992px) {
  .mv-txt h1 br {
    display: none;
  }
}

.mv-txt > div {
  padding-top: 45px;
  font-size: 3.1rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 991px) {
  .mv-txt > div {
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    padding-top: 15px;
  }
}

.mv-txt > div p + p {
  position: relative;
  padding-left: 32px;
  margin-left: -0.3em;
}

@media screen and (max-width: 991px) {
  .mv-txt > div p + p {
    padding-left: 18px;
    margin-left: -0.2em;
  }
}

.mv-txt > div p + p::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 1px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .mv-txt > div p + p::before {
    width: 15px;
  }
}

.mv-txt > div span.t2 {
  color: #e4007f;
}

.mv-txt > div span.t1 {
  margin-left: -0.4em;
}

.leadblk {
  padding: 100px 0 130px;
}

@media screen and (max-width: 991px) {
  .leadblk {
    padding: 50px 0 65px;
  }
}

@media screen and (max-width: 991px) {
  .leadblk .inner {
    padding: 0 5%;
  }
}

.leadblk-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .leadblk-ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #56a8b1;
  }
}

.leadblk-ttl + p {
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
  .leadblk-ttl + p {
    font-size: 1.6rem;
  }
}

.leadblk-list {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .leadblk-list {
    margin-top: 55px;
  }
}

.leadblk-list dt {
  background: #56a8b1;
  padding: 20px 10px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .leadblk-list dt {
    font-size: 1.9rem;
  }
}

.leadblk-list dd {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .leadblk-list dd {
    margin-top: 20px;
  }
}

.leadblk-list dd ul li {
  background: #dcdddd;
  padding: 20px 35px;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .leadblk-list dd ul li {
    padding: 15px 15px;
  }
}

.leadblk-list dd ul li + li {
  margin-top: 8px;
}

.leadblk-list dd ul li > span {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 70px;
  display: block;
}

@media screen and (max-width: 991px) {
  .leadblk-list dd ul li > span {
    font-size: 1.8rem;
    padding-left: 40px;
    line-height: 1.5;
  }
}

.leadblk-list dd ul li > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/visionvoice/icon_chk.svg) left center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 991px) {
  .leadblk-list dd ul li > span::before {
    width: 25px;
    height: 25px;
  }
}

.leadblk-list dd p {
  margin-top: 40px;
  text-align: center;
}

.leadblk-list dd p > span {
  background: linear-gradient(transparent 60%, #fff100 60%);
  font-size: 2.2rem;
  font-weight: 700;
  display: inline;
}

@media screen and (max-width: 991px) {
  .leadblk-list dd p > span {
    font-size: 1.6rem;
  }
}

.leadblk-list dd p > span .t1 {
  position: relative;
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  .leadblk-list dd p > span .t1 {
    padding: 0 6px;
    margin: 0 6px;
  }
}

.aboutblk {
  padding: 125px 0 135px;
  background: rgba(86, 168, 177, 0.15);
}

@media screen and (max-width: 991px) {
  .aboutblk {
    padding: 60px 0 70px;
  }
}

@media screen and (max-width: 991px) {
  .aboutblk .inner {
    padding: 0;
  }
}

.aboutblk-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .aboutblk-ttl {
    padding: 0 6%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .aboutblk-txt {
    padding: 0 6%;
  }
}

.aboutblk-txt dl + dl {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .aboutblk-txt dl + dl {
    margin-top: 35px;
  }
}

.aboutblk-txt dl dt {
  font-size: 2.6rem;
  font-weight: 700;
  color: #56a8b1;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .aboutblk-txt dl dt {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}

.aboutblk-txt dl dd p.t1 {
  font-size: 1.6rem;
}

.aboutblk-txt dl dd p.t2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .aboutblk-txt dl dd p.t2 {
    font-size: 1.6rem;
    text-align: left;
  }
}

.aboutblk .flex {
  margin-top: 75px;
  display: grid;
}

@media screen and (min-width: 992px) {
  .aboutblk .flex {
    grid-template-columns: 60% 1fr;
    gap: 40px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .aboutblk .flex {
    gap: 35px;
    margin-top: 35px;
  }
  .aboutblk .flex .item:nth-child(2) {
    padding: 0 6%;
  }
}

.aboutblk .flex dl + dl {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .aboutblk .flex dl + dl {
    margin-top: 25px;
  }
}

.aboutblk .flex dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

@media screen and (max-width: 991px) {
  .aboutblk .flex dl dt {
    margin-bottom: 5px;
  }
}

.aboutblk .flex dl dt::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #ccc;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 0.4em;
}

@media screen and (max-width: 991px) {
  .aboutblk .flex dl dt::before {
    top: 0.3em;
  }
}

.aboutblk .flex dl dt.t1 {
  color: #f1d26a;
}

.aboutblk .flex dl dt.t1::before {
  background: #f1d26a;
}

.aboutblk .flex dl dt.t2 {
  color: #eaaa60;
}

.aboutblk .flex dl dt.t2::before {
  background: #eaaa60;
}

.aboutblk .flex dl dt.t3 {
  color: #96cd97;
}

.aboutblk .flex dl dt.t3::before {
  background: #96cd97;
}

.voiceblk {
  padding: 120px 0 125px;
  background: rgba(241, 210, 106, 0.15);
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .voiceblk {
    padding: 65px 0 60px;
    margin-top: 5px;
  }
}

.voiceblk-ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .voiceblk-ttl {
    padding: 0 6%;
    margin-bottom: 40px;
  }
  .voiceblk-ttl img {
    height: 40px;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .voiceblk .inner {
    padding: 0;
  }
}

.voiceblk .sub-ttl {
  color: #eac642;
}

@media screen and (max-width: 991px) {
  .voiceblk-list {
    padding: 0 6%;
  }
}

.voiceblk-list .list-box dl dt::before {
  background: #eac642;
}

.voiceblk-list ul {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .voiceblk-list ul {
    flex-wrap: wrap;
    margin-top: 35px;
  }
}

.voiceblk-list ul li {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 991px) {
  .voiceblk-list ul li {
    width: 26vw;
    height: 26vw;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
  }
}

.voiceblk-list ul li + li {
  margin-left: 22px;
}

@media screen and (max-width: 991px) {
  .voiceblk-list ul li + li {
    margin-left: 3vw;
  }
}

@media screen and (max-width: 991px) {
  .voiceblk-list ul li:nth-child(n + 4) {
    margin-top: 0;
  }
}

.voiceblk-list ul li:nth-child(1) {
  background: #df857a;
}

.voiceblk-list ul li:nth-child(2) {
  background: #d65c57;
}

.voiceblk-list ul li:nth-child(3) {
  background: #eebeb9;
}

.voiceblk-list ul li:nth-child(4) {
  background: #ea9fa0;
}

.voiceblk-list ul li:nth-child(5) {
  background: #ebaf64;
}

.voiceblk-img {
  margin: 60px 0 35px;
}

@media screen and (max-width: 991px) {
  .voiceblk-img {
    margin: 40px 0;
  }
}

.voiceblk-case {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .voiceblk-case {
    padding: 0 6%;
    margin-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .voiceblk-case .sub-ttl {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .voiceblk-case dl {
    padding: 0 25px;
  }
}

.voiceblk-case dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.6;
}

.voiceblk-case ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}

@media screen and (min-width: 992px) {
  .voiceblk-case ul li {
    width: 31%;
  }
}

@media screen and (max-width: 991px) {
  .voiceblk-case ul {
    flex-direction: column;
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .voiceblk-case ul li + li {
    margin-top: 9px;
  }
}

.voiceblk .intro-box::before, .voiceblk .intro-box::after {
  background: #eac642;
}

.voiceblk .intro-box-wrap::before, .voiceblk .intro-box-wrap::after {
  background: #eac642;
}

.vlogblk {
  padding: 120px 0 125px;
  background: rgba(234, 170, 96, 0.15);
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .vlogblk {
    padding: 65px 0 60px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  .vlogblk .inner {
    padding: 0;
  }
}

.vlogblk-ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .vlogblk-ttl {
    padding: 0 6%;
    margin-bottom: 40px;
  }
  .vlogblk-ttl img {
    height: 40px;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .vlogblk-list {
    padding: 0 6%;
  }
}

.vlogblk-list .list-box dl dt::before {
  background: #eaaa60;
}

.vlogblk-img {
  margin: 60px 0 35px;
}

@media screen and (max-width: 991px) {
  .vlogblk-img {
    margin: 40px 0;
  }
}

.vlogblk-items {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .vlogblk-items {
    padding: 0 6%;
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .vlogblk-items .flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
    place-content: center;
    place-items: start;
  }
}

.vlogblk-items .flex .image {
  overflow: hidden;
  aspect-ratio: 700 / 1516;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .vlogblk-items .flex .image {
    width: calc(100% - 100px);
    margin: auto;
  }
}

.vlogblk-items .flex .image img {
  width: 100%;
  height: auto;
}

.vlogblk-items .flex dl {
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .vlogblk-items .flex dl {
    width: 86%;
    margin: auto;
  }
}

.vlogblk-items .flex dl dt {
  position: relative;
  padding-left: 25px;
  font-weight: 700;
  margin-bottom: 3px;
}

@media screen and (max-width: 991px) {
  .vlogblk-items .flex dl dt {
    display: table;
    margin: 0 auto 3px;
  }
}

.vlogblk-items .flex dl dt::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #eaaa60;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 0.4em;
}

.vlogblk-items .flex dl dd p {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .vlogblk-items .flex dl dd p {
    display: table;
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  .vlogblk-items .flex .slick-prev,
  .vlogblk-items .flex .slick-next {
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    top: -25vw;
    bottom: 0;
    margin: auto;
    z-index: 3;
    width: 40px;
    height: 40px;
  }
  .vlogblk-items .flex .slick-next {
    right: 0;
  }
  .vlogblk-items .flex .slick-prev {
    left: 0;
  }
}

.vlogblk-target {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .vlogblk-target {
    padding: 0 6%;
    margin-top: 50px;
  }
}

.vlogblk-target .sub-ttl {
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .vlogblk-target ul {
    width: 86%;
    margin: auto;
  }
}

.vlogblk-target ul li {
  position: relative;
  line-height: 1.6;
  text-indent: 25px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .vlogblk-target ul li {
    font-size: 1.7rem;
  }
}

.vlogblk-target ul li + li {
  margin-top: 8px;
}

.vlogblk-target ul li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #eaaa60;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 0.4em;
}

@media screen and (max-width: 991px) {
  .vlogblk-target ul li::before {
    top: 0.3em;
  }
}

.vlogblk .intro-box::before, .vlogblk .intro-box::after {
  background: #eaaa60;
}

.vlogblk .intro-box-wrap::before, .vlogblk .intro-box-wrap::after {
  background: #eaaa60;
}

.vlogblk .sub-ttl {
  color: #eaaa60;
}

.forecastblk {
  padding: 120px 0 125px;
  background: rgba(150, 205, 151, 0.15);
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .forecastblk {
    padding: 65px 0 60px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  .forecastblk .inner {
    padding: 0;
  }
}

.forecastblk-ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .forecastblk-ttl {
    padding: 0 6%;
    margin-bottom: 40px;
  }
  .forecastblk-ttl img {
    height: 40px;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .forecastblk-list .list-box {
    padding: 0 6%;
  }
}

.forecastblk-list .list-box dl + dl {
  margin-top: 25px;
}

.forecastblk-list .list-box dl dt::before {
  background: #96cd97;
}

.forecastblk-list .list-box dl dd p {
  font-size: 1.55rem;
  letter-spacing: 0.02em;
}

.forecastblk-list .list-box .caution {
  margin-top: 40px;
}

.forecastblk-list .list-box .caution .t1 {
  color: #96cd97;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.forecastblk-list .list-box .caution p {
  font-size: 1.4rem;
}

.forecastblk-list .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .forecastblk-list .flex {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .forecastblk-list .flex {
    gap: 20px;
  }
}

.forecastblk-img {
  margin: 60px 0 35px;
}

@media screen and (max-width: 991px) {
  .forecastblk-img {
    margin: 40px 0;
  }
}

.forecastblk .intro-box::before, .forecastblk .intro-box::after {
  background: #96cd97;
}

.forecastblk .intro-box-wrap::before, .forecastblk .intro-box-wrap::after {
  background: #96cd97;
}

.forecastblk .sub-ttl {
  color: #96cd97;
}

@media screen and (max-width: 991px) {
  .forecastblk .sub-ttl {
    padding: 0 6%;
  }
}

.cvblk {
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .cvblk {
    padding: 50px 0 80px;
  }
}

.cvblk dl dt.marker {
  text-align: center;
}

.cvblk dl dt.marker span {
  background: linear-gradient(transparent 60%, #fff100 60%);
  font-size: 2.2rem;
  font-weight: 700;
  display: inline;
}

@media screen and (max-width: 991px) {
  .cvblk dl dt.marker span {
    font-size: 1.6rem;
  }
}

.cvblk.--consul {
  background: rgba(201, 202, 202, 0.15);
  padding-bottom: 125px;
}

.cvblk.--consul dl dt {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .cvblk.--consul dl dt {
    font-size: 1.6rem;
  }
}

.cvblk.--consul dl dt > span {
  color: #56a8b1;
}

.cvblk .btnbox {
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .cvblk .btnbox {
    margin-top: 25px;
  }
}

.priceblk {
  padding: 120px 0 125px;
  background: rgba(201, 202, 202, 0.15);
}

@media screen and (max-width: 991px) {
  .priceblk {
    padding: 40px 0 40px;
  }
}

.priceblk .sub-ttl {
  color: #56a8b1;
  letter-spacing: 0.3em;
}

.priceblk-list dl + dl {
  margin-top: 40px;
}

.priceblk-list dl dt {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #ccc;
  padding: 5px 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .priceblk-list dl dt {
    margin-bottom: 20px;
  }
}

.priceblk-list dl dd .t1 {
  position: relative;
  padding-left: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.6;
}

.priceblk-list dl dd .t1::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #ccc;
  width: 15px;
  height: 15px;
  top: 0.4em;
}

.priceblk-list dl dd ul li {
  position: relative;
  text-indent: 18px;
}

.priceblk-list dl dd ul li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #333;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0.5em;
}

.priceblk-list dl dd ul + .t1 {
  margin-top: 20px;
}

.priceblk-list dl.--topvoice dt {
  background: #f1d26a;
}

.priceblk-list dl.--topvoice dd .t1::before {
  background: #f1d26a;
}

.priceblk-list dl.--vlog dt {
  background: #eaaa60;
}

.priceblk-list dl.--vlog dd .t1::before {
  background: #eaaa60;
}

.priceblk-list dl.--forecast dt {
  background: #96cd97;
}

.priceblk-list dl.--forecast dd .t1::before {
  background: #96cd97;
}

.figureblk {
  padding: 120px 0 125px;
}

@media screen and (max-width: 991px) {
  .figureblk {
    padding: 40px 0 50px;
  }
}

.figureblk .image {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .figureblk .image.--s img {
    width: 80%;
  }
}

.figureblk .image + .image {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .figureblk .image + .image {
    margin-top: 45px;
  }
}

.quotation {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.link {
  color: #56a8b1;
}

@media screen and (min-width: 992px) {
  .link:hover {
    text-decoration: underline;
  }
}

.sub-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #ccc;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .sub-ttl {
    font-size: 2rem;
    margin-bottom: 35px;
  }
}

.intro-box {
  position: relative;
}

@media screen and (max-width: 991px) {
  .intro-box {
    width: 88%;
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  .intro-box .sub-ttl {
    margin-bottom: 30px;
  }
}

.intro-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 55px);
  height: 2px;
  background: #000;
}

@media screen and (max-width: 991px) {
  .intro-box::before {
    height: 1px;
    width: 100%;
  }
}

.intro-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  height: calc(100% - 55px);
  width: 2px;
  background: #000;
}

@media screen and (max-width: 991px) {
  .intro-box::after {
    width: 1px;
    height: 100px;
  }
}

.intro-box-wrap {
  position: relative;
  padding: 70px 60px;
}

@media screen and (max-width: 991px) {
  .intro-box-wrap {
    padding: 40px 25px;
  }
}

.intro-box-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 55px);
  height: 2px;
  background: #000;
}

@media screen and (max-width: 991px) {
  .intro-box-wrap::before {
    height: 1px;
    width: 100%;
  }
}

.intro-box-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 55px);
  width: 2px;
  background: #000;
}

@media screen and (max-width: 991px) {
  .intro-box-wrap::after {
    width: 1px;
    height: 100px;
  }
}

.intro-box .flex {
  display: flex;
  align-items: flex-start;
}

@media screen and (min-width: 992px) {
  .intro-box .flex {
    flex-direction: row-reverse;
  }
  .intro-box .flex .item:nth-child(1) {
    width: 183px;
  }
  .intro-box .flex .item:nth-child(2) {
    padding-right: 50px;
    width: calc(100% - 183px);
  }
}

@media screen and (max-width: 991px) {
  .intro-box .flex {
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .intro-box .image {
    width: 50%;
    margin: 0 auto 25px;
  }
}

.intro-box dl {
  position: relative;
}

.intro-box dl dt {
  margin-bottom: 20px;
}

.intro-box dl dt .t1 {
  font-size: 1.5rem;
  line-height: 1.6;
}

.intro-box dl dt .t2 {
  font-size: 2.4rem;
  font-weight: 700;
}

.intro-box dl dd p {
  font-size: 1.4rem;
}

.list-box dl + dl {
  margin-top: 35px;
}

.list-box dl dt {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.6;
  text-indent: 25px;
}

@media screen and (max-width: 991px) {
  .list-box dl dt {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

.list-box dl dt::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #ccc;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 0.4em;
}

@media screen and (max-width: 991px) {
  .list-box dl dd {
    font-size: 1.6rem;
  }
}

.btnbox {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .btnbox {
    margin-top: 45px;
  }
}

.btnbox a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #535353;
  border: 1px solid #535353;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 10px 20px;
  margin: auto;
  width: 80%;
  max-width: 300px;
  font-weight: bold;
  text-align: center;
  min-height: 83px;
}

@media screen and (min-width: 992px) {
  .btnbox a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .btnbox a:hover {
    background: #fff;
    color: #535353;
  }
}

@media screen and (max-width: 991px) {
  .btnbox a {
    min-height: 65px;
  }
}

#modal-overlay {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
  z-index: 9999;
}

#modal-overlay.is_open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

#modal-overlay .modal-wrap {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 991px) {
  #modal-overlay .modal-wrap {
    width: 90%;
  }
}

#modal-overlay .modal-wrap.--scroll {
  height: calc(100% - 100px);
  position: absolute;
}

#modal-overlay .modal-main {
  padding-bottom: 50px;
  position: relative;
}

#modal-overlay .modal-bg {
  background: #fff;
}

#modal-overlay .modal-bg img {
  max-width: 100%;
}

#modal-overlay .modal_close {
  background: #999999;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: -20px;
  right: -15px;
  border-radius: 50%;
  z-index: 99999999;
  cursor: pointer;
}

#modal-overlay .modal_close > span::before, #modal-overlay .modal_close > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  margin: auto;
  bottom: 0;
  width: 2px;
  height: 18px;
  background: #fff;
}

#modal-overlay .modal_close > span::before {
  transform: rotate(-45deg);
}

#modal-overlay .modal_close > span::after {
  transform: rotate(45deg);
}

.requestblk {
  padding: 50px 0;
}

.requestblk .btnbox {
  margin: 0;
}
