/* ------------------------------------------------------------------------------
     reset
-------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  width: 100%;
}

main {
  display: block;
}
p,table,blockquote,address,pre,
iframe,form,figure,dl {
  margin: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,strong {
  font-weight: bolder;
}
code,kbd,samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  width: 100%;
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}
embed,object,iframe {
  border: 0;
  vertical-align: bottom;
}
button,input:not([type="radio"]):not([type="checkbox"]),
optgroup,textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
button,input {
  overflow: visible;
}
button {
  text-transform: none;
}
button,[type="button"],
[type="reset"],[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],[type="button"][disabled],
[type="reset"][disabled],[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
  margin: 0;
  outline: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* ------------------------------------------------------------------------------
     base
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  font-family: vdl-logog, sans-serif;
  font-weight: 900;
  font-style: bold;
  color: #333;
  line-height: 1.6;
}
body {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:767px) {
  body {
    min-width: 320px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
a {
  color: #0076aa;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}
main a:visited {
  color: #0076aa;
}
a img:hover {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)" !important;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  transition-duration: .5s;
}
.pc_none { display:none!important; }
@media screen and (max-width:767px) {
  .pc_none { display: block!important; }
  br.pc_none,
  span.pc_none,
  img.pc_none {
    display: inline!important;
  }
  .sp_none { display: none!important; }
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center!important;
}
.left {
  text-align: left!important;
}
.right {
  text-align: right!important;
}
.mt0 {
  margin-top: 0!important;
}
.mb80 {
  margin-bottom: 80px!important;
}
.white {
  color: #ffffff!important;
}
.orange {
  color: #f15632;
}
.fs {
  font-family: vdl-logog, sans-serif;
}


/* ------------------------------------------------------------------------------
     frame
-------------------------------------------------------------------------------*/
.content-area {
  padding: 20px 20px 80px;
  background-color: #2b2b2b;
}
@media only screen and (max-width:767px) {
  .content-area {
    padding: 30px 30px 50px;
  }
}
.content-area2 {
  padding: 20px 30px 100px;
}
@media only screen and (max-width:767px) {
  .content-area2 {
    padding: 10px 30px 50px;
  }
}
.content-area3 {
  padding: 60px 20px 100px;
}
@media only screen and (max-width:767px) {
  .content-area3 {
    padding: 30px 20px 50px;
  }
}
.content-area {
  padding: 60px 20px 100px;
}
@media only screen and (max-width:767px) {
  .content-area {
    padding: 30px 30px 50px;
  }
}
.achievement-area {
  padding: 60px 20px 0;
  background: #38c792;
}
.content-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.content-wrap2 {
  max-width: 1200px;
  margin: 0 auto;
}
.content-wrap3 {
  max-width: 970px;
  margin: 0 auto;
}
.header-wrap {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed-wrap {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width:400px) {
  .fixed-wrap {
    padding: 0 4px;
  }
}

/* ------------------------------------------------------------------------------
     btn
-------------------------------------------------------------------------------*/
.btn-01 {
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
  width: 28.57vw;
  margin: auto;
  padding: 1.79vw;
  background: #69d778;
  border-radius: 70px;
  box-shadow: 4px 4px #deffe2;
  color: #fff;
  font-size: 1.57vw;
  font-weight: 700;
  text-align: center;
  transform: translateY(50%);
  z-index: 1;
}

.btn-01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.43vw;
  width: 1.8em;
  height: 1.8em;
  background: url(../images/link-arrow.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (max-width:767px) {
  .btn-01 {
    width: 80%;
    font-size: 4.27vw;
    padding: 1em;
    font-size: 4.27vw;
  }
  .btn-01::after {
    right: 3.47vw;
    width: 1.5em;
    height: 1.5em;
  }
}
.btn-02 {
  position: relative;
  display: block;
  padding: 30px 20px;
  background: #69d778;
  border-radius: 50px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  box-shadow: 7px 8px #efebe8;
}
.btn-02::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 1.8em;
  height: 1.8em;
  background: url(../images/link-arrow.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (max-width:1079px) {
  .btn-02 {
    font-size: 1.57vw;
  }
}
@media only screen and (max-width:767px) {
  .btn-02 {
    max-width: 440px;
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width:340px) {
  .btn-02::after {
    right: 10px;
    width: 1.5em;
    height: 1.5em;
  }
}
.btn-03 {
  position: relative;
  display: block;
  padding: 30px 20px;
  background: #ff7faa;
  border-radius: 50px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  box-shadow: 7px 8px #efebe8;
}
.btn-03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 1.8em;
  height: 1.8em;
  background: url(../images/link-arrow.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (max-width:1079px) {
  .btn-03 {
    font-size: 1.57vw;
  }
}
@media only screen and (max-width:767px) {
  .btn-03 {
    max-width: 440px;
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width:340px) {
  .btn-03::after {
    right: 10px;
    width: 1.5em;
    height: 1.5em;
  }
}

.btn-05 {
  position: relative;
  display: block;
  padding: 24px 58px;
  background: #ffffff;
  border: 4px solid #333333;
  border-radius: 50px;
  color: #2b2b2b;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  box-shadow: 5px 6px #ddd6d6;
  cursor: pointer;
}
.btn-05::after {
  content: "";
  display: block;
  position: absolute;
  top: 0; bottom: 0;
  right: 18px;
  width: 1.5em;
  height: 1.5em;
  margin: auto;
  background: url(../images/link-arrow2.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width:1400px) {
  .btn-05 {
    font-size: 2.57vw;
    text-align: center;
  }
  .btn-05::after {
    width: 2.86vw;
    height: 2.86vw;
  }
}
@media only screen and (max-width:767px) {
  .btn-05 {
    padding: 4vw 4vw 4vw 4vw;
    font-size: 4vw;
    border-radius: 70px;
    text-align: center;
  }
  .btn-05::after {
    right: 3.73vw;
    width: 7.47vw;
    height: 7.47vw;
  }
}
.btn-06 {
  position: relative;
  display: block;
  padding: 10px 20px;
  background: #333333;
  border: 4px solid #333333;
  border-radius: 50px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  box-shadow: 5px 6px #ddd6d6;
  cursor: pointer;
}
.btn-06::after {
  content: "";
  display: block;
  position: absolute;
  top: 0; bottom: 0;
  right: 18px;
  width: 1.5em;
  height: 1.5em;
  margin: auto;
  background: url(../images/link-arrow2.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width:1400px) {
  .btn-06 {
    font-size: 50%;
  }
  .btn-06::after {
    width: 2.86vw;
    height: 2.86vw;
  }
}
@media only screen and (max-width:767px) {
  .btn-06 {
    padding: 1vw 1vw 1vw 1vw;
    font-size: 2vw;
    border-radius: 70px;
  }
  .btn-06::after {
    right: 3.73vw;
    width: 7.47vw;
    height: 7.47vw;
  }
}

.plan-btn {
  margin-top: 100px;
}
@media only screen and (max-width:767px) {
  .plan-btn {
    margin-top: 13.33vw;
  }
}
.plan-btn > .btn-01 {
  margin: 0 auto;
}
.plan-btn {
  width: 65%;
  margin: 60px auto 0;
}
@media only screen and (max-width:767px) {
  .plan-btn {
    width: 100%;
    margin: 9.33vw auto 0;
  }
}
.pain-btn {
  margin-top: 100px;
}
@media only screen and (max-width:767px) {
  .pain-btn {
    margin-top: 13.33vw;
    text-align: center;
  }
}
.pain-btn > .btn-01 {
  margin: 0 auto;
}
.pain-btn {
  width: 65%;
  margin: 60px auto 0;
}
@media only screen and (max-width:767px) {
  .pain-btn {
    width: 100%;
    margin: 9.33vw auto 0;
    text-align: center;
  }
}



/* ------------------------------------------------------------------------------
     header
-------------------------------------------------------------------------------*/
.header-wrap {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header {
  padding: 5px 0;
}
@media only screen and (max-width:767px) {
  .header {
    padding: 5px 5px;
  }
}
.logo {
  max-width: 50px;
}
@media only screen and (max-width:767px) {
  .logo {
    width: 6.57vw;
  }
}
.logo2 {
  max-width: 580px;
}
@media only screen and (max-width:767px) {
  .logo2 {
    width: 60%;
    padding: 0 0;
  }
}

/* ------------------------------------------------------------------------------
     mainvisual
-------------------------------------------------------------------------------*/
.mainvisual-area {
  position: relative;
  background: url(../images/mainvisual_pc.png) center no-repeat;
  background-size: contain;
  width: 100%;

}
@media only screen and (max-width:767px) {
  .mainvisual-area {
    position: relative;
    background: url(../images/mainvisual_sp.png) right no-repeat;
    background-size: contain;
    width: 100%;
  }
}

.main-ttl {
  margin-top: -4.2vw;
}
@media only screen and (max-width:767px) {
  .main-ttl {
    margin-top: 1.83vw;
  }
}
.main-ttl-txt-01 {
  font-size: 4.14vw;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .main-ttl-txt-01 {
    font-size: 8.8vw;
    text-align: center;
  }
}
.main-ttl-txt-02 {
  margin: 0.6em 0 0.5em;
  font-size: 1.93vw;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .main-ttl-txt-02 {
    margin: 0.6em 0 0.5em;
    font-size: 4.2vw;
  }
}
.main-ttl-txt-03 {
  font-size: 5.9vw;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .main-ttl-txt-03 {
    font-size: 12.5vw;
  }
}
.circle {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  padding-top: 0.2em;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.emphasis{
  color: #FF42A1;
}

/* ------------------------------------------------------------------------------
     other
-------------------------------------------------------------------------------*/
.other-area {
  padding: 70px 20px 87px;
  background: #2b2b2b;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .other-area {
    padding: 9.87vw 2.67vw 14.67vw;
  }
}
.other-ttl {
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;


}
@media only screen and (max-width:767px) {
  .other-ttl {
    font-size: 8.6vw;
  }
}
.other-ttl > span {
  display: block;
  margin-top: 25px;
  font-size: 24px;
}
@media only screen and (max-width:767px) {
  .other-ttl > span {
    margin-top: 3.33vw;
    font-size: 4.27vw;
  }
}
.other-ttl > span >span {
  position: relative;
  font-size: 24px;
}
@media only screen and (max-width:767px) {
  .other-ttl > span >span {
    font-size: 4.27vw;
  }
}
.other-ttl > span >span::before,
.other-ttl > span >span::after {
  content: "";
  position: absolute;
  display: block;
  width: 22.5px;
  height: 30.5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width:767px) {
  .other-ttl > span >span::before,
  .other-ttl > span >span::after {
    width: 2.8vw;
    height: 4vw;
    top: 1vw;
  }
}
.other-ttl > span >span::before {
  left: -50px;
  background: url(../images/icon_01.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width:767px) {
  .other-ttl > span >span::before {
    left: -10vw;
  }
}
.other-ttl > span >span::after {
  right: -50px;
  background: url(../images/icon_02.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width:767px) {
  .other-ttl > span >span::after {
    right: -10vw;
  }
}
.other-list {
  margin-top: 60px;
  font-size: 0;
  letter-spacing: 0;
}
@media only screen and (max-width:767px) {
  .other-list {
    margin-top: 6.67vw;
  }
}
.other-list > li {
  display: inline-block;
  width: 23.5%;
  font-size: 18px;
  color: #ffffff;
  vertical-align: top;
}
@media only screen and (max-width:767px) {
  .other-list > li {
    width: 45.71%;
    font-size: 3.73vw;
    margin: 0 2.145%;
  }
}
.other-list > li + li {
  margin-left: 2%;
}
@media only screen and (max-width:767px) {
  .other-list > li + li {
    margin: 0 2.145%;
  }
}
@media only screen and (max-width:767px) {
  .other-list > li:nth-child(n+3) {
    margin-top: 4vw;
  }
}
.other-list > li > p + p {
  margin-top: 10px;
}
@media only screen and (max-width:767px) {
  .other-list > li > p + p {
    margin-top: 1.33vw;
  }
}
.other-btn {
  margin-top: 60px;
}
@media only screen and (max-width:767px) {
  .other-btn {
    margin-top: 6.67vw;
  }
}
.other-btn > .lead-btn-txt {
  position: static;
  display: block;
  color: #000;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .other-btn > .lead-btn-txt {
    font-size: 4.27vw;
  }
}
.other-area .other-btn > .lead-btn-txt {
  color: #2b2b2b;
}
.other-btn > .lead-btn-txt > span::before,
.other-btn > .lead-btn-txt > span::after {
  width: 22px;
  background: #000;
}
@media only screen and (max-width:767px) {
  .other-btn > .lead-btn-txt > span::before,
  .other-btn > .lead-btn-txt > span::after {
    width: 4.67vw;
  }
}
.other-area .other-btn > .lead-btn-txt > span::before,
.other-area .other-btn > .lead-btn-txt > span::after {
  background: #38c792;
}
.other-btn > .lead-btn-txt > span::before {
  left: -30px;
}
@media only screen and (max-width:767px) {
  .other-btn > .lead-btn-txt > span::before {
    left: -6.4vw;
  }
}
.other-btn > .lead-btn-txt > span::after {
  right: -30px;
}
@media only screen and (max-width:767px) {
  .other-btn > .lead-btn-txt > span::after {
    right: -6.4vw;
  }
}
.other-btn .btn-01 {
  margin-top: 10px;
  width: 400px;
  padding: 26px;
  font-size: 22px;
}
@media only screen and (max-width:767px) {
  .other-btn .btn-01 {
    margin-top: 2.67vw;
    width: 100%;
    padding: 4.8vw 0;
    font-size: 4.27vw;
  }
}

/* ------------------------------------------------------------------------------
     features
-------------------------------------------------------------------------------*/
@media only screen and (max-width:480px) {
  .features-ttl .ttl-txt-01,
  .features-ttl .ttl-txt-04 {
    font-size: 200%;
    color: #ffffff;
  }
}
.features-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.features-list li {
  width: 48%;
}
.features-list-txt {
  color: #fff
}
@media only screen and (max-width:767px) {
  .features-list li {
    width: 48%;
  }
}
@media only screen and (min-width:768px) {
  .features-list li:nth-child(n+4) {
    margin-top: 16px;
  }
}
@media only screen and (max-width:767px) {
  .features-list li:nth-child(n+3) {
    margin-top: 16px;
  }
}
.features-list li:last-child {
  width: 100%;
}
.features-btn {
  max-width: 440px;
  margin: 3em auto 0;
}

/* ------------------------------------------------------------------------------
     about
-------------------------------------------------------------------------------*/
.about-area {
  padding: 30px 60px 30px;
}
@media only screen and (max-width:767px) {
  .about-area {
    padding: 10vw 5.33vw 3.33vw;
  }
}
.about-ttl {
  position: relative;
  padding-left: 126px;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: normal;
}
@media only screen and (max-width:1130px) {
  .about-ttl {
    padding-left: 10vw;
    font-size: 3.5vw;
  }
}
@media only screen and (max-width:767px) {
  .about-ttl {
    position: relative;
    padding-top: 13.33vw;
    padding-left: 0;
    font-size: 6.93vw;
    line-height: 1.4;
    text-align: center;
  }
}
.about-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px; bottom: 0;
  left: 20px;
  width: 90px;
  height: 91px;
  margin: auto 0;
  background: url(../images/icon_01_2.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width:1130px) {
  .about-ttl::before {
    width: 6.43vw;
    height: 6.5vw;
  }
}
@media only screen and (max-width:767px) {
  .about-ttl::before {
    top: -22.33vw;
    left: 0; right: 0;
    margin: auto;
    width: 12.13vw;
    height: 12.13vw;
  }
}
.about-ttl > span {
  position: relative;
}
.about-ttl > span::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 14px;
  display: block;
  width: 14px;
  height: 14px;
  background: #fa4724;
  border-radius: 100%;
}
.about-ttl > span::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 70px;
  display: block;
  width: 14px;
  height: 14px;
  background: #fa4724;
  border-radius: 50%;
}
@media only screen and (max-width:1130px) {
  .about-ttl > span::before {
    top: -1.4vw;
    left: 1vw;
    width: 0.9vw;
    height: 0.9vw;
  }
  .about-ttl > span::after {
    top: -1.4vw;
    left: 5.1vw;
    width: 0.9vw;
    height: 0.9vw;
  }
}
@media only screen and (max-width:767px) {
  .about-ttl > span::before {
    top: -2.4vw;
    left: 1.6vw;
    width: 1.87vw;
    height: 1.87vw;
  }
  .about-ttl > span::after {
    top: -2.4vw;
    left: 9.4vw;
    width: 1.87vw;
    height: 1.87vw;
  }
}
.about-lead {
  position: relative;
  margin-top: 2.5vw;
  padding: 24px 0 24px 48px;
  background: #2b2b2b;
  border-radius: 18px;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
}
@media only screen and (max-width:1130px) {
  .about-lead {
    margin-top: 2.5vw;
    padding: 1.8vw 0 1.8vw 3.43vw;
    font-size: 1.71vw;
  }
}
@media only screen and (max-width:767px) {
  .about-lead {
    margin: 9.33vw auto 0;
    padding: 1em 9vw 1em 1em;
    font-size: 3.17vw;
  }
}
.about-lead::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px; left: 60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 14px 12px;
  border-color: transparent transparent #2b2b2b transparent;
  transform: translateY(-100%);
}
@media only screen and (max-width:1130px) {
  .about-lead::before {
    top: 2px; left: 4vw;
    border-width: 0 0.86vw 1vw 0.86vw;
  }
}
@media only screen and (max-width:767px) {
  .about-lead::before {
    left: 14.67vw;
    border-width: 0 1.87vw 2.27vw 1.87vw;
  }
}
.about-lead::after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  bottom: -1px;
  width: 115px;
  height: 190px;
  background: url(../images/illustration_01.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width:1130px) {
  .about-lead::after {
    right: 1.5vw;
    width: 8.21vw;
    height: 13.57vw;
  }
}
@media only screen and (max-width:767px) {
  .about-lead::after {
    content: "";
    display: block;
    position: absolute;
    right: -1vw;
    bottom: -1px;
    width: 20.6vw;
    height: 33.9vw;
    background: url(../images/illustration_01.png) no-repeat;
    background-size: contain;
  }
}
.about-lead > span {
  font-size: 42px;
  font-weight: 700;
}
@media only screen and (max-width:1130px) {
  .about-lead > span {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width:767px) {
  .about-lead > span {
    font-size: 6.57vw;
  }
}
.about-list {
  margin-top: 60px;
  padding-top: 70px;
  letter-spacing: 0;
}
@media only screen and (min-width:768px) {
  .about-list {
    display: flex;
  }
}
@media only screen and (max-width:1130px) {
  .about-list {
    margin-top: 3.57vw;
    padding-top: 4.14vw;
    letter-spacing: 0;
  }
}
@media only screen and (max-width:767px) {
  .about-list {
    margin-top: 6.67vw;
  }
}
.about-list > li {
  position: relative;
  font-weight: 700;
}
@media only screen and (min-width:768px) {
  .about-list > li {
    width: 20%;
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
  }
  .about-list > li::before {
    content: "";
    position: absolute;
    top: -57px;
    left: 0; right: 0;
    margin: auto;
    display: block;
    width: 47px;
    height: 47px;
    background: url(../images/icon_02_2.png) no-repeat;
    background-size: contain;
  }
  .about-list li + li {
    border-left: 1px solid #a39d9c;
  }
}
@media only screen and (max-width:1130px) {
  .about-list > li {
    padding: 1.29vw 0;
    font-size: 1.43vw;
  }
  .about-list > li::before {
    top: -4.14vw;
    width: 3.36vw;
    height: 3.36vw;
  }
}
@media only screen and (max-width:767px) {
  .about-list > li {
    margin-left: 12.67vw;
    font-size: 5.07vw;
  }
  .about-list > li::before {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    left: -12.67vw;
    margin: auto;
    display: block;
    width: 8vw;
    height: 8vw;
    background: url(../images/icon_02_2.png) no-repeat;
    background-size: contain;
  }
  .about-list > li + li {
    margin-top: 3.33vw;
    padding-top: 3.33vw;
    border-top: 1px solid #a39d9c;
  }
  .about-list > li + li::before {
    top: 3.33vw;
  }
}


/* ------------------------------------------------------------------------------
     feature
-------------------------------------------------------------------------------*/
.feature-area {
  position: relative;
  padding: 66px 20px 80px;
  background: #2b2b2b;
}
@media only screen and (max-width:767px) {
  .feature-area {
    padding: 10vw 5.33vw 0;
  }
}
.feature-ttl {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .feature-ttl {
    font-size: 4.53vw;
    text-align: center;
  }
}
.feature-ttl > span {
  display: block;
}
.feature-ttl-02 {
  font-size: 72px;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .feature-ttl-02 {
    font-size: 9.33vw;
  }
}
.feature-ttl-03 {
  font-size: 56px;
}
@media only screen and (max-width:767px) {
  .feature-ttl-03 {
    font-size: 6.67vw;
  }
}
.feature-list {
  margin-top: 3.57vw;
  font-size: 0;
  letter-spacing: 0;
}
@media only screen and (max-width:767px) {
  .feature-list {
    margin-top: 8vw;
  }
}
.feature-list li {
  display: inline-block;
  width: 23%;
  padding: 20px;
  background: #C4FB64;
  border-radius: 8px;
  color: #2b2b2b;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width:1130px) {
  .feature-list li {
    font-size: 1.57vw;
  }
}
@media only screen and (max-width:767px) {
  .feature-list li {
    display: inline-block;
    width: 48%;
    padding: 0.4em;
    border-radius: 3px;
    font-size: 3.57vw;
  }
}
@media only screen and (min-width:768px) {
  .feature-list li + li {
    margin-left: 2%;
  }
}
@media only screen and (max-width:767px) {
  .feature-list li:nth-child(even) {
    margin-left: 4%;
  }
  .feature-list li:nth-child(n+3) {
    margin-top: 4%;
  }
}
.feature-list li img {
  width: 60%;
}
@media only screen and (max-width:767px) {
  .feature-list li img {
    width: 65%;
  }
}
.feature-list li p {
  margin-top: 10px;
}
.no1 {
  max-width: 702.5px;
  margin: 50px auto 0;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .no1 {
    margin: 7.47vw -2.67vw 0;
  }
}
.no1-note {
  margin-top: 10px;
  font-size: 10px;
  text-align: right;
}
@media only screen and (max-width:767px) {
  .no1-note {
    margin-top: 2.67vw;
    font-size: 2.4vw;
  }
}
.feature-relief {
  position: relative;
  margin-top: 46px;
  padding: 36px 10px 0;
  background: #eeede1;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .feature-relief {
    position: relative;
    margin-top: 10vw;
    padding: 6.93vw 2.67vw 0;
    background: #eeede1;
    border-radius: 6px;
    text-align: center;
  }
}
.feature-relief::before {
  content: "";
  position: relative;
  top: -56px;
  left: 0; right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #eeede1 transparent;
}
@media only screen and (max-width:767px) {
  .feature-relief::before {
    content: "";
    position: relative;
    top: -10.5vw;
    border-width: 0 3.86vw 3.86vw 3.86vw;
  }
}
.feature-relief-txt-01 {
  color: #C4FB64;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .feature-relief-txt-01 {
    font-size: 6vw;
  }
}
.feature-relief-txt-01 > span {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .feature-relief-txt-01 > span {
    font-size: 4.53vw;
  }
}
.feature-relief-txt-02 {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  font-size: 20px;
}
@media only screen and (max-width:767px) {
  .feature-relief-txt-02 {
    margin-top: 7.2vw;
    font-size: 4vw;
  }
}
.feature-relief-txt-02::before,
.feature-relief-txt-02::after {
  content: "";
  position: absolute;
  top: 4px; bottom: 0;
  display: block;
  width: 30px;
  height: 4px;
  margin: auto;
  background: #87caff;
  border-radius: 2px;
}
@media only screen and (max-width:767px) {
  .feature-relief-txt-02::before,
  .feature-relief-txt-02::after {
    width: 5.87vw;
  }
}
.feature-relief-txt-02::before {
  left: -42px;
  transform: rotate(60deg);
}
@media only screen and (max-width:767px) {
  .feature-relief-txt-02::before {
    left: -7.33vw;
  }
}
.feature-relief-txt-02::after {
  right: -42px;
  transform: rotate(-60deg);
}
@media only screen and (max-width:767px) {
  .feature-relief-txt-02::after {
    right: -7.33vw;
  }
}
.feature-relief-img {
  max-width: 369px;
  margin: 10px auto 0;
}
@media only screen and (max-width:767px) {
  .feature-relief-img {
    width: 80%;
    margin: 2.67vw auto 0;
  }
}

/* ------------------------------------------------------------------------------
     hospitality
-------------------------------------------------------------------------------*/
.hospitality-area {
  position: relative;
  padding: 26px 20px 100px;
  background: #2b2b2b;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .hospitality-area {
    padding: 9.33vw 5.33vw 18.67vw;
  }
}
.hospitality-ttl {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (max-width:1130px) {
  .hospitality-ttl {
    font-size: 3.57vw;
  }
}
@media only screen and (max-width:767px) {
  .hospitality-ttl {
    font-size: 5.07vw;
  }
}
.hospitality-ttl::before,
.hospitality-ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px; bottom: 0;
  width: 23.5px;
  height: 41px;
  margin: auto;
}
@media only screen and (max-width:1130px) {
  .hospitality-ttl::before,
  .hospitality-ttl::after {
    top: auto; bottom: 10px;
    width: 1.68vw;
    height: 2.93vw;
    margin: auto;
  }
}
@media only screen and (max-width:767px) {
  .hospitality-ttl::before,
  .hospitality-ttl::after {
    top: auto; bottom: 10px;
    width: 3.2vw;
    height: 5.47vw;
    margin: auto;
  }
}
.hospitality-ttl::before {
  left: -60px;
  background: url(../images/icon_01.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width:1130px) {
  .hospitality-ttl::before {
    left: -4.29vw;
  }
}
@media only screen and (max-width:767px) {
  .hospitality-ttl::before {
    left: -8vw;
  }
}
.hospitality-ttl::after {
  right: -60px;
  background: url(../images/icon_02.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width:1130px) {
  .hospitality-ttl::after {
    right: -4.29vw;
  }
}
@media only screen and (max-width:767px) {
  .hospitality-ttl::after {
    right: -8vw;
  }
}
.kinri {
  margin-top: 50px;
}
@media only screen and (max-width:767px) {
  .kinri {
    margin-top: 7.33vw;
  }
}
.nes {
  margin-top: 50px;
  padding: 34px 40px 30px;
  background: #fff;
  border-radius: 20px;
}
@media only screen and (max-width:767px) {
  .nes {
    margin-top: 8vw;
    padding: 8vw 6.67vw 6.67vw;
    border-radius: 20px;
  }
}
.nes-ttl {
  color: #FF42A1;
  font-size: 48px;
  font-weight: 700;
}
.nes-ttl2 {
  font-family: source-han-sans-japanese, sans-serif;
  text-align: left;
}
.nes-ttl3 {
  color: #FF42A1;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .nes-ttl {
    font-size: 5.07vw;
  }
  .nes-ttl3 {
    font-size: 5.07vw;
  }
}
.nes-main {
  margin-top: 30px;
}
@media only screen and (max-width:767px) {
  .nes-main {
    margin-top: 5.33vw;
  }
}
.les-note {
  margin-top: 25px;
  font-size: 12px;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}
@media only screen and (max-width:767px) {
  .les-note {
    margin-top: 7.33vw;
    font-size: 2.67vw;
  }
}

.hospitality-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.hospitality-list li {
  width: 31%;
}
.hospitality-list-txt {
  color: #fff
}
@media only screen and (max-width:767px) {
  .hospitality-list li {
    display: block;
    margin: auto;
    width: 70%;
  }
}
@media only screen and (min-width:768px) {
  .hospitality-list li:nth-child(n+4) {
    margin-top: 16px;
  }
}
@media only screen and (max-width:767px) {
  .hospitality-list li:nth-child(n+3) {
    margin-top: 16px;
  }
}
.hospitality-list li:last-child {
  width: 100%;
}

/* ------------------------------------------------------------------------------
     scene
-------------------------------------------------------------------------------*/
.scene-area {
  position: relative;
  padding: 130px 20px 96px;
  background: #87caff;
}
@media only screen and (max-width:767px) {
  .scene-area {
    padding: 16vw 5.33vw 12.14vw;
  }
}
.scene-ttl {
  color: #fff;
  font-size: 58px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width:1130px) {
  .scene-ttl {
    font-size: 4.14vw;
  }
}
@media only screen and (max-width:767px) {
  .scene-ttl {
    font-size: 9.33vw;
  }
}
.scene-ttl-01 {
  font-size: 40px;
}
@media only screen and (max-width:1130px) {
  .scene-ttl-01 {
    font-size: 2.86vw;
  }
}
@media only screen and (max-width:767px) {
  .scene-ttl-01 {
    font-size: 6.67vw;
  }
}
.scene-list {
  margin-top: 100px;
  padding: 0 70px;
  font-size: 0;
  letter-spacing: 0;
}
@media only screen and (max-width:767px) {
  .scene-list {
    margin-top: 16vw;
    padding: 0;
  }
}
@media only screen and (max-width:767px) {
  .scene-list {
    margin-top: 13.33vw;
  }
}
.scene-list li {
  position: relative;
  border-radius: 6px;
  background: #fcfbf1;
}
@media only screen and (min-width:768px) {
  .scene-list li {
    display: inline-block;
    width: 46.5%;
  }
  .scene-list li:nth-child(even) {
    margin-left: 7%;
  }
  .scene-list li:nth-child(n+3) {
    margin-top: 7%
  }
}
@media only screen and (max-width:767px) {
  .scene-list li + li {
    margin-top: 12vw;
  }
}
.scene-list li img {
  border-radius: 6px 6px 0 0;
}
.scene-list-ttl {
  position: absolute;
  top: 0;
  left: 0; right: 0;
  width: 80%;
  margin: auto;
  padding: 14px;
  background: #ff7faa;
  border-radius: 6px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  transform: translateY(-50%);
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width:1130px) {
  .scene-list-ttl {
    font-size: 1.57vw;
  }
}
@media only screen and (max-width:767px) {
  .scene-list-ttl {
    width: 80%;
    padding: 0.5em;
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
.scene-list-txt {
  padding: 25px 20px;
  color: #293947;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:1130px) {
  .scene-list-txt {
    padding: 1.79vw 2.14vw;
    font-size: 1.29vw;
  }
}
@media only screen and (max-width:767px) {
  .scene-list-txt {
    padding: 1em;
    color: #293947;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}

/* ------------------------------------------------------------------------------
     various
-------------------------------------------------------------------------------*/
.various-area {
  position: relative;
  padding: 80px 20px 150px;
  background: #ff7faa;
}
@media only screen and (max-width:767px) {
  .various-area {
    padding: 9.33vw 5.33vw 18.67vw;
  }
}
.various-ttl {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width:767px) {
  .various-ttl {
    font-size: 4.53vw;
  }
}
.various-ttl-01 {
  display: block;
  margin-top: 20px;
  font-size: 58px;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .various-ttl-01 {
    margin-top: 2.67vw;
    font-size: 9.33vw;
  }
}
.various-list {
  margin-top: 60px;
  padding: 0 73px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .various-list {
    margin-top: 9.33vw;
    padding: 0;
  }
}
@media only screen and (min-width:768px) {
  .various-list li {
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width:768px) {
  .various-list li {
  width: 47%;
  }
  .various-list li + li {
    margin-left: 6%;
  }
}
@media only screen and (max-width:767px) {
  .various-list li + li {
    margin-top: 5.33vw;
  }
}
.various-list-top {
  display: flex;
  width: 100%;
}
.various-list-top-img {
  display: flex;
  align-items: flex-end;
  width: 30%;
  vertical-align: bottom;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:767px) {
  .various-list-top-img {
    width: 35%;
  }
}
.various-badge {
  margin-right: -3.21vw;
}
@media only screen and (max-width:767px) {
  .various-badge {
    margin-right: -10.67vw;
  }
}
.various-list-top-txt {
  width: 70%;
  display: inline-block;
  padding: 0 0.2em;
  color: #fff;
  font-size: 1.29vw;
  letter-spacing: 0.1em;
  vertical-align: top;
}
.various-list-top-txt-01 {
  padding: 0.5em;
  background: #87caff;
  border-radius: 4px;
  font-size: 1.18vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .various-list-top-txt-01 {
    padding: 0.5em;
    font-size: 4vw;
  }
}
.various-list-top-txt-01 span {
  font-size: 1.02vw;
  font-weight: 300;
}
@media only screen and (max-width:767px) {
  .various-list-top-txt-01 span {
    font-size: 3.47vw;
  }
}
.various-list-top-txt-02 {
  margin-top: 1.07vw;
  padding: 0 0.5em 1em;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .various-list-top-txt-02 {
    font-size: 4.53vw;
  }
}
.various-list-box {
  position: relative;
  padding: 1.29vw 1.57vw;
  background: #fcfbf1;
  border-radius: 6px;
}
@media only screen and (max-width:767px) {
  .various-list-box {
    padding: 5.33vw;
  }
}
.various-list-box::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.71vw;
  bottom: 0;
  width: 5.14vw;
  height: 13.68vw;
  background: url(../images/illustration_04.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width:767px) {
  .various-list-box::after {
    right: 0.71vw;
    width: 18.2vw;
    height: 48vw;
  }
}
.various-list-box a {
  color: #293947;
  text-decoration: underline;
}
.various-list-box-txt-01 {
  padding: 0 0.05vw;
  color: #87caff;
  font-size: 1vw;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .various-list-box-txt-01 {
    padding: 0 0.05vw;
    font-size: 3.47vw;
  }
}
.various-list-box-txt-01 span {
  font-size: 1.2vw;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .various-list-box-txt-01 span {
    font-size: 5.33vw;
  }
}
.various-list-box-txt-02 {
  padding: 0 0.1vw;
  font-size: 1.1vw;
}
@media only screen and (max-width:767px) {
  .various-list-box-txt-02 {
    padding: 0 0.1vw;
    font-size: 3.73vw;
  }
}
.various-list-box-img {
  margin-top: 1.14vw;
}
@media only screen and (max-width:767px) {
  .various-list-box-img {
    margin-top: 4vw;
  }
}
.various-list-box-img img + img {
  margin-top: 0.43vw;
}
@media only screen and (max-width:767px) {
  .various-list-box-img img + img {
    margin-top: 1.33vw;
  }
}
.various-list-box-point {
  margin-top: 1.29vw;
  color: #ff7faa;
  font-size: 1.02vw;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .various-list-box-point {
    margin-top: 4vw;
    font-size: 3.47vw;
  }
}
@media only screen and (min-width:768px) {
  .various-list-box-point.n2-3 {
    margin-top: 2.4vw;
  }
}
.various-list-box-point span {
  position: relative;
}
.various-list-box-point > span::before {
  content: "";
  position: absolute;
  left: -3.14vw;
  width: 2.35vw;
  height: 2.29vw;
  background: url(../images/icon_point.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width:767px) {
  .various-list-box-point > span::before {
    left: -10.67vw;
    width: 7.87vw;
    height: 7.87vw;
  }
}
.various-list-box-point span span {
  font-size: 1.57vw;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .various-list-box-point span span {
    font-size: 5.33vw;
  }
}
.various-list-box-point-txt {
  position: relative;
  margin-top: 0.71vw;
  padding: 1vw 4.29vw 1vw 1vw;
  background: #eeede1;
}
@media only screen and (max-width:767px) {
  .various-list-box-point-txt {
    padding: 4vw 14vw 4vw 4vw;
  }
}
.various-list-box-point-txt-01 {
  color: #87caff;
  font-size: 1.26vw;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .various-list-box-point-txt-01 {
    font-size: 4.27vw;
  }
}
.various-list-box-point-txt-02 {
  font-size: 1.05vw;
}
@media only screen and (max-width:767px) {
  .various-list-box-point-txt-02 {
    font-size: 3.73vw;
  }
}
@media only screen and (max-width:767px) {
  .no1-catch {
    margin-top: 12vw;
  }
}
.no1-catch .mainvisual-txt {
  margin-top: 4.29vw;
  color: #fff100;
  font-size: 1.38vw;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .no1-catch .mainvisual-txt {
    margin-top: 0;
    font-size: 4.53vw;
  }
}
.no1-catch .mainvisual-txt::before, .no1-catch .mainvisual-txt::after {
  content: '';
  position: absolute;
  top: 4px;
  display: block;
  width: 3px;
  height: 2vw;
  background: #fff100;
  border-radius: 4px;
}
@media only screen and (max-width:767px) {
  .no1-catch .mainvisual-txt::before, .no1-catch .mainvisual-txt::after {
    height: 5.87vw;
  }
}
.no1-catch .main-ttl {
  margin: 1vw auto 0;
  background: #fff;
  color: #ff7faa;
}
@media only screen and (max-width:767px) {
  .no1-catch .main-ttl {
    width: 90%;
  }
}
.no1-catch .main-ttl-txt-01 {
  font-size: 2.93vw;
}
@media only screen and (max-width:767px) {
  .no1-catch .main-ttl-txt-01 {
    font-size: 9.3vw;
  }
}
.no1-catch .main-ttl-txt-02 {
  font-size: 1.38vw;
}
@media only screen and (max-width:767px) {
  .no1-catch .main-ttl-txt-02 {
    font-size: 4.45vw;
  }
}
.no1-catch .main-ttl-txt-03 {
  font-size: 4.19vw;
}
@media only screen and (max-width:767px) {
  .no1-catch .main-ttl-txt-03 {
    font-size: 13.2vw;
  }
}

/* ------------------------------------------------------------------------------
    qa
-------------------------------------------------------------------------------*/
.ttl-02 {
  color: #000;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .ttl-02 {
    font-size: 12px;
  }
}
.qa-area {
  padding: 135px 20px 100px;
  font-family: vdl-logog, sans-serif;
}
@media only screen and (max-width:767px) {
  .qa-area {
    padding: 100px 30px 50px;
  }
}
.flow-img {
  margin-top: 20px;
  text-align: center;
}
.flow-img + .ttl-02 {
  margin-top: 60px;
}
@media only screen and (max-width:767px) {
  .flow-img + .ttl-02 {
    margin-top: 30px;
  }
}
.qa-list {
  margin-top: 30px;
  padding: 32px 40px;
  border: 3px solid #2b2b2b;
  border-radius: 14px;
  box-shadow: 9px 11px #333333;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .qa-list {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 7px 8px #ffffff;
  }
}
.qa-title {
  position: relative;
  padding: 0 1.7em 0 3em;
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .qa-title {
    position: relative;
    padding: 0 1.7em 0 2em;
    font-size: 14px;
    font-weight: 700;
  }
}
.qa-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 43px;
  background: url(../images/icon_q.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (max-width:767px) {
  .qa-title::before {
    width: 17px;
    height: 22px;
  }
}
.qa-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icon_acd_01.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (max-width:767px) {
  .qa-title::after {
    width: 24px;
    height: 24px;
  }
}
.qa-title.opened::after {
  background: url(../images/icon_acd_02.png) no-repeat;
  background-size: contain;
}
.qa-content {
  display: none;
  margin-top: 20px;
  padding: 13px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width:767px) {
  .qa-content {
    padding: 16px;
  }
}

/* ------------------------------------------------------------------------------
     title
-------------------------------------------------------------------------------*/
.ttl-01 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width:1079px) {
  .ttl-01 {
    font-size: 2.43vw;
  }
}
@media only screen and (max-width:767px) {
  .ttl-01 {
    font-size: 4.3vw;
    text-align: center;
  }
}
.ttl-02 {
  text-align: center;
  color: #000;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:767px) {
  .ttl-02 {
    font-size: 32px;
  }
}
.ttl-03 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width:767px) {
  .ttl-03 {
    font-size: 13px;
  }
}
.point-ttl-img {
  max-width: 74px;
  margin: auto;
}
@media only screen and (max-width:767px) {
  .point-ttl-img {
    max-width: 37px;
  }
}
.ttl-txt-01 {
  font-size: 208.82%;
}
.ttl-txt-02 {
  font-size: 82.35%;
}
.ttl-txt-04 {
  font-size: 208.82%;
  font-weight: 300;
}
@media only screen and (max-width:767px) {
  .ttl-txt-sp {
    display: block;
    text-align: right;
  }
}


/* ------------------------------------------------------------------------------
     details
-------------------------------------------------------------------------------*/
.details-area {
  padding: 60px 60px 100px;
  background: #2b2b2b;
  font-family: source-han-sans-japanese, sans-serif;
}
@media only screen and (max-width:767px) {
  .details-area {
    padding: 5.57vw 8vw 11.33vw;
  }
}
.details-area-ttl-02 {
  color: #fff;
  max-width: 100px;
  display: block;
  margin: auto;
}
.table-01 {
  width: 100%;
  margin-top: 50px;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width:767px) {
  .table-01 {
    margin-top: 8vw;
    font-size: 12px;
  }
}
.table-01 th, .table-01 td {
  padding: 30px;
}
@media only screen and (max-width:767px) {
  .table-01 th, .table-01 td {
    padding: 20px;
  }
}
@media only screen and (max-width:767px) {
  .table-01 tr, .table-01 th, .table-01 td {
    min-width: 100%;
    display: block;
  }
}
.table-01 th {
  font-weight: bold;
  background: #fefbf6;
  vertical-align: middle;
}
@media only screen and (min-width:768px) {
  .table-01 th {
    width: 28%;
  }
}
.table-01 td {
  background: #fff;
}
.table-01 tr:nth-of-type(n+2) th, .table-01 tr:nth-of-type(n+2) td {
  border-top: 2px solid #2b2b2b;
}
@media only screen and (max-width:767px) {
  .table-01 tr td {
    border-top: 2px solid #fae9d4;
  }
  .table-01 tr:nth-of-type(n+2) th {
    border-top: none;
  }
}
.table-01 tr:first-child th {
  border-radius: 10px 0 0 0;
}
.table-01 tr:first-child td {
  border-radius: 0 10px 0 0;
}
.table-01 tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 10px;
}
.table-01 tr:last-child td {
  border-bottom: none;
  border-radius: 0 0 10px 0;
}
@media only screen and (max-width:767px) {
  .table-01 tr:first-child th {
    border-radius: 10px 10px 0 0;
  }
  .table-01 tr:first-child td {
    border-radius: 0 0 0 0;
  }
  .table-01 tr:last-child th {
    border-radius: 0 0 0 0;
  }
  .table-01 tr:last-child td {
    border-radius: 0 0 10px 10px;
  }
}
.table-02 {
  width: 100%;
  margin-top: 50px;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width:767px) {
  .table-02 {
    margin-top: 8vw;
    font-size: 18px;
  }
}
.table-02 th, .table-02 td {
  padding: 30px;
}
@media only screen and (max-width:767px) {
  .table-02 th, .table-02 td {
    padding: 20px;
  }
}
@media only screen and (max-width:767px) {
  .table-02 tr, .table-02 th, .table-02 td {
    min-width: 100%;
    display: block;
  }
}
.table-02 th {
  font-weight: bold;
  background: #fefbf6;
  vertical-align: middle;
}
@media only screen and (min-width:768px) {
  .table-02 th {
    width: 28%;
  }
}
.table-02 td {
  background: #fff;
}
.table-02 tr:nth-of-type(n+2) th, .table-02 tr:nth-of-type(n+2) td {
  border-top: 2px solid #2b2b2b;
}
@media only screen and (max-width:767px) {
  .table-02 tr td {
    border-top: 2px solid #fae9d4;
  }
  .table-02 tr:nth-of-type(n+2) th {
    border-top: none;
  }
}
.table-02 tr:first-child th {
  border-radius: 10px 0 0 0;
}
.table-02 tr:first-child td {
  border-radius: 0 10px 0 0;
}
.table-02 tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 10px;
}
.table-02 tr:last-child td {
  border-bottom: none;
  border-radius: 0 0 10px 0;
}
@media only screen and (max-width:767px) {
  .table-02 tr:first-child th {
    border-radius: 10px 10px 0 0;
  }
  .table-02 tr:first-child td {
    border-radius: 0 0 0 0;
  }
  .table-02 tr:last-child th {
    border-radius: 0 0 0 0;
  }
  .table-02 tr:last-child td {
    border-radius: 0 0 10px 10px;
  }
}
.table-list > li {
  position: relative;
  padding-left: 1.25em;
  word-wrap: break-word;
  text-indent: 0!important;
}
.table-list > li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 9px;
  left: 3px;
  background: #ff6b00;
}
.freeloan-note-date {
  margin-top: 1em;
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width:767px) {
  .freeloan-note-date {
    margin-top: 4vw;
    font-size: 12px;
  }
}
.note-03 {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width:767px) {
  .note-03 {
    font-size: 12px;
  }
}
.note-04 {
  font-size: 12px;
}

/* アコーディオン */
.details-more {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.details-more > .more {
  display: inline-block;
  cursor: pointer;
}
.details-more img {
  display: block;
  width: 27px;
  height: 15.5px;
  margin: 12px auto 0;
}
.details-more > .more.opened img {
  transform: rotate(180deg);
}
.details-more > .more.opened .more-txt {
  display: none;
}
.close-txt {
  display: none;
}
.details-more > .more.opened .close-txt {
  display: block;
}

/* ------------------------------------------------------------------------------
     inquiry
-------------------------------------------------------------------------------*/
.ttl-03 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .ttl-03 {
    font-size: 18px;
  }
}
.inquiry-area {
  padding: 60px 20px 100px;
  font-family: source-han-sans-japanese, sans-serif;
}
@media only screen and (max-width:767px) {
  .inquiry-area {
    padding: 60px 20px 50px;
  }
}
.inquiry-box {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .inquiry-box {
    margin-top: 40px;
    display: block;
  }
}
@media only screen and (min-width:768px) {
  .inquiry-inner {
    width: 100%;
    padding: 0 4% 0 4%;
    box-sizing: content-box;

  }
}
@media only screen and (max-width:1149px) {
  .inquiry-inner {
    padding: 0 4% 0 4%;
  }
}
@media only screen and (min-width:768px) {
  .inquiry-inner + .inquiry-inner {
    border-left: 2px solid #efebe8;
    padding: 0 4% 0 4%;
  }
}
@media only screen and (max-width:1149px) {
  .inquiry-inner + .inquiry-inner {
    padding: 0 4% 0 4%;
  }
}
@media only screen and (max-width:767px) {
  .inquiry-inner + .inquiry-inner {
    margin: 10% 0 0;
    padding: 4% 4% 4% 4%;
    border-top: 2px solid #efebe8;
  }
}
.shop-icon {
  position: relative;
}
.shop-icon::before {
  content: "";
  display: block;
  position: relative;
  top: -20px;
  left: 0; right: 0;
  margin: auto;
  width: 44px;
  height: 55.5px;
  background: url(../images/icon_shop.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width:767px) {
  .shop-icon::before {
    top: -10px;
    width: 30px;
    height: 35px;
  }
}
.sp-icon {
  position: relative;
}
.sp-icon::before {
  content: "";
  display: block;
  position: relative;
  top: -20px;
  left: 0; right: 0;
  margin: auto;
  width: 44px;
  height: 55.5px;
  background: url(../images/icon_sp.png) no-repeat center;
  background-size: contain;
}
@media only screen and (max-width:767px) {
  .sp-icon::before {
    top: -10px;
    width: 30px;
    height: 35px;
  }
}
.btn-list {
  margin-top: 26px;
}
.btn-list li + li {
  margin-top: 20px;
}
.tel-box {
  margin-top: 26px;
  padding: 30px 40px;
  background: #fae9d4;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 0;
}
@media only screen and (max-width:1000px) {
  .tel-box {
    padding: 20px;
  }
}
@media only screen and (max-width:767px) {
  .tel-box {
    padding: 20px 20px;
    background: #fae9d4;
    border-radius: 10px;
    text-align: center;
  }
}
.tel-txt-01 {
  display: inline-block;
  margin: auto;
  padding: 0 2px;
  background: #ff7faa;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (-ms-high-contrast: none) {
  .tel-txt-01 {
    padding: 1em 2px 0;
  }
}
.tel-txt-02 {
  margin-top: 16px;
  color: #f5742f;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width:1120px) {
  .tel-txt-02 {
    margin-top: 16px;
    font-size: 30px;
    font-size: 3.8vw;
  }
}
@media only screen and (max-width:767px) {
  .tel-txt-02 {
    margin-top: 16px;
    font-size: 30px;
  }
}
.tel-txt-02 a {
  color: #f5742f;
}
@media only screen and (min-width:768px) {
  .tel-txt-02 a {
    pointer-events: none;
  }
}
.tel-txt-03  {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .tel-txt-03  {
    margin-top: 10px;
    font-size: 2.93vw;
  }
}
.tel-txt-03 + .tel-txt-03 {
  margin-top: 4px;
}
.tel-txt-03 span {
  font-weight: bold;
  margin-right: 0.5em;
}
@media only screen and (max-width:767px) {
  .tel-txt-03 span {
    display: block;
  }
}

.inquiry-area .btn-01 {
  position: relative;
  display: block;
  transform: translateY(0);
}
@media only screen and (max-width:767px) {
  .inquiry-area .btn-01 {
    width: 100%;
    max-width: 440px;
    padding: 20px;
    font-size: 16px
  }
  .inquiry-area .btn-02::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 1.8em;
    height: 1.8em;
    background: url(../images/link-arrow.png) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
}
.inquiry-area .btn-01 + .ttl-02 {
  margin-top: 100px;
}
@media only screen and (max-width:767px) {
  .inquiry-area .btn-01 + .ttl-02 {
    margin-top: 60px;
  }
}

.access-img {
  margin-top: 20px;
  text-align: center;
}
.access-img + .ttl-02 {
  margin-top: 60px;
}
@media only screen and (max-width:767px) {
  .acces-img + .ttl-02 {
    margin-top: 30px;
  }
}

.map {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

/* ------------------------------------------------------------------------------
     research
-------------------------------------------------------------------------------*/
.research-area {
  padding: 66px 60px 80px;
}
@media only screen and (max-width:767px) {
  .research-area {
    padding: 10.67vw 20px 10.67vw;
  }
}
.research-ttl {
  color: #2b2b2b;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width:1130px) {
  .research-ttl {
    font-size: 6.14vw;
  }
}
@media only screen and (max-width:767px) {
  .research-ttl {
    color: #2b2b2b;
    font-size: 6.8vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
  }
}
@media only screen and (max-width:400px) {
  .research-ttl {
    font-size: 6.5vw;
  }
}
.research-ttl2 {
  margin-top: 10px;
  color: #2b2b2b;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width:1130px) {
  .research-ttl2 {
    font-size: 3.8vw;
  }
}
@media only screen and (max-width:767px) {
  .research-ttl2 {
    margin-top: 13.33vw;
    font-size: 7.73vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
  }
}
.research-ttl2 > .sub {
  display: block;
  font-size: 22px;
}
@media only screen and (max-width:1130px) {
  .research-ttl2 > .sub {
    font-size: 1.57vw;
  }
}
@media only screen and (max-width:767px) {
  .research-ttl2 > .sub {
    font-size: 4.13vw;
  }
}
.research-ttl2 > .sub > sub {
  font-size: 12px;
  vertical-align: text-top;
}
@media only screen and (max-width:1130px) {
  .research-ttl2 > .sub > sub {
    font-size: 0.86vw;
  }
}
@media only screen and (max-width:767px) {
  .research-ttl2 > .sub > sub {
    font-size: 2.4vw;
  }
}
.research-ranking {
  margin-top: 54px;
}
@media only screen and (max-width:1130px) {
  .research-ranking {
    margin-top: 4.29vw;
  }
}


.banner {
  margin-top: 120px;
}
@media only screen and (max-width:767px) {
  .banner {
    margin: 11.6vw -20px 0;
  }
}
.point2-box {
  position: relative;
  margin-top: 40px;
  padding: 70px 60px 76px;
  background: #2b2b2b;
  border-radius: 10px;
}
@media only screen and (max-width:1130px) {
  .point2-box {
    margin-top: 2.71vw;
    padding: 5vw 4.5vw 5.36vw;
  }
}
@media only screen and (max-width:767px) {
  .point2-box {
    margin-top: 3vw;
    padding: 9.33vw 10px 10.67vw;
    border-radius: 6px;
  }
}
.point2-box::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0; right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.29vw 1.21vw 1.29vw;
  border-color: transparent transparent #2b2b2b transparent;
  transform: translateY(-100%);
}
@media only screen and (max-width:767px) {
  .point2-box::before {
    border-width: 0 2.4vw 2.27vw 2.4vw;
  }
}
@media only screen and (min-width:768px) {
  .point2-box-flex-wrap {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width:768px) {
  .point2-box-flex-inner + .point2-box-flex-inner {
    margin-left: 2.14vw;
  }
}
@media only screen and (max-width:767px) {
  .point2-box-flex-inner + .point2-box-flex-inner {
    margin-top: 6.67vw;
  }
}
.simulation-txt {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width:1130px) {
  .simulation-txt {
    margin-top: 2.14vw;
    font-size: 1.14vw;
  }
}
@media only screen and (max-width:767px) {
  .simulation-txt {
    margin-top: 6.67vw;
    font-size: 2.4vw;
  }
}
.simulation-btn {
  width: 100%;
  margin: 0 auto 0;
}
@media only screen and (max-width:767px) {
  .simulation-btn {
    width: 100%;
    margin: 0 auto 0;
  }
}
.btn-04 {
  position: relative;
  display: flex;
  padding: 24px 58px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 4px solid #FF42A1;
  border-radius: 50px;
  color: #FF42A1;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  box-shadow: 5px 6px #FF42A1;
  cursor: pointer;
}

.btn-04::after {
  content: "";
  display: block;
  position: absolute;
  top: 0; bottom: 0;
  right: 18px;
  width: 1.5em;
  height: 1.5em;
  margin: auto;
  background: url(../images/link-arrow2.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width:1400px) {
  .btn-04 {
    font-size: 2.57vw;
    text-align: center;
  }
  .btn-04::after {
    width: 2.86vw;
    height: 2.86vw;
  }
}
@media only screen and (max-width:767px) {
  .btn-04 {
    padding: 4vw 4vw 4vw 4vw;
    font-size: 4vw;
    border-radius: 70px;
    text-align: center;
  }
  .btn-04::after {
    right: 3.73vw;
    width: 7.47vw;
    height: 7.47vw;
  }
}


/* ------------------------------------------------------------------------------
     footer
-------------------------------------------------------------------------------*/
.footer {
  margin-bottom: 74px;
  padding: 90px 20px;
  background: #2b2b2b;
}
@media only screen and (max-width:767px) {
  .footer {
    margin-bottom: 40px;
    padding: 60px 10px;
  }
}
.copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:767px) {
  .copyright {
    font-size: 10px;
  }
}

/* ------------------------------------------------------------------------------
     fixd-btn
-------------------------------------------------------------------------------*/
.fixed-wrap {
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fixd-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 20px;
  background: #2b2b2b;
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.2);
  z-index: 999;
  transform: translateY(100%);
  transition: transform 1s;
  letter-spacing: 0;
}
@media only screen and (max-width:767px) {
  .fixd-btn {
    padding: 4.4vw 8vw;
  }

.fixed-wrap {
  max-width: 1520px;
  margin: auto;
}
}

.fixd-btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.02%;
  margin: 0 auto;
  padding: 12px;
  background: #FF42A1;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width:1120px) {
  .fixd-btn-01 {
    padding: 1.18vw;
    font-size: 2.16vw;
  }
}
@media only screen and (max-width:767px) {
  .fixd-btn-01 {
    padding: 2.5vw;
    font-size: 3.43vw;
  }
}
.fixd-btn-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.02%;
  margin: 0 auto;
  padding: 12px;
  background: #ffffff;
  border-radius: 50px;
  color: #2b2b2b;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width:1120px) {
  .fixd-btn-02 {
    padding: 1.18vw;
    font-size: 2.16vw;
  }
}
@media only screen and (max-width:767px) {
  .fixd-btn-02 {
    padding: 2.5vw;
    font-size: 3.43vw;
  }
}
.fixd-btn-03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.02%;
  margin: 0 auto;
  padding: 12px;
  background: #06c755;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width:1120px) {
  .fixd-btn-03 {
    padding: 1.18vw;
    font-size: 2.16vw;
  }
}
@media only screen and (max-width:767px) {
  .fixd-btn-03 {
    padding: 2.5vw;
    font-size: 3.43vw;
  }
}
.fixed {
  box-shadow: 0px -6px 5px -4px rgba(0,0,0,0.2);
  transform: translateY(0);
}
