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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

th, td {
  text-align: inherit;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

th, td {
  text-align: inherit;
}

/* * * * * * * * * * * * * * * *
  COMMON
* * * * * * * * * * * * * * * */
/* base */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  line-height: 1.619;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", -apple-system, sans-serif;
  font-weight: 400;
  color: #000000;
  position: relative;
  font-size: 2.8vw;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
    min-width: 1100px;
  }
}
body.is-hidden {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: underline;
  transition: opacity linear 0.2s;
}
@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  a.nohover:hover {
    opacity: 1;
  }
}

p,
dt,
dd,
li {
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-feature-settings: "palt";
}

strong {
  font-weight: bold;
}

.hide {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  height: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .hide_sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hide_pc {
    display: none;
  }
}

.fc-blue {
  color: #094a8d;
}

/* フェードアップ アニメーション */
.js-fade-up {
  transition: opacity ease 0.7s 0.1s;
  opacity: 1;
}
.js-fade-up.inactive {
  opacity: 0;
}

/* * * * * * * * * * * * * * * *
  PARTS
* * * * * * * * * * * * * * * */
.ttl {
  background-color: #efefef;
  padding: 7.3333333333vw 5.3333333333vw 7.8666666667vw;
  margin-bottom: 9.0666666667vw;
}
@media screen and (min-width: 769px) {
  .ttl {
    padding: 55px 40px 59px;
    margin-bottom: 70px;
  }
}
.ttl__main {
  line-height: 1.417;
  letter-spacing: 0.07em;
  font-weight: bold;
  font-size: 6.4vw;
  text-align: center;
  padding-bottom: 3.7333333333vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .ttl__main {
    font-size: 48px;
    font-size: 4.8rem;
    padding-bottom: 28px;
  }
}
.ttl__main:before, .ttl__main:after {
  content: "";
  display: block;
  width: 9.3333333333vw;
  height: 0.9333333333vw;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .ttl__main:before, .ttl__main:after {
    width: 70px;
    height: 7px;
  }
}
.ttl__main:before {
  background-color: #094a8d;
  right: 50%;
}
.ttl__main:after {
  background-color: #9ebad7;
  left: 50%;
}
.ttl__main-img {
  display: inline-block;
  vertical-align: baseline;
  max-width: 32.1333333333vw;
  padding-right: 0.1em;
}
@media screen and (min-width: 769px) {
  .ttl__main-img {
    max-width: 242px;
  }
}

.btn {
  display: block;
  width: 100%;
  border: solid #000 1px;
  padding: 2.6666666667vw;
  text-align: center;
  line-height: 1;
  font-size: 3.2vw;
  line-height: 1.08;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn {
    padding: 16px;
    font-size: inherit;
  }
}
.btn:after {
  content: "";
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border: solid #000 0.5333333333vw;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 2.9333333333vw;
  top: 50%;
  margin-top: -0.5333333333vw;
}
@media screen and (min-width: 769px) {
  .btn:after {
    width: 12px;
    height: 12px;
    border-width: 3px;
    right: 16px;
    margin-top: -3px;
  }
}
.btn--orange {
  background: #ed6d00;
  color: #fff;
  border-color: #ed6d00;
}
.btn--orange:after {
  border-color: #fff;
}
.btn--blue {
  background: #094a8d;
  color: #fff;
  border-color: #094a8d;
}
.btn--blue:after {
  border-color: #fff;
}

.btn-sub {
  display: block;
  width: 100%;
  border: solid #000 1px;
  padding: 2.6666666667vw;
  text-align: center;
  line-height: 1;
  font-size: 3.2vw;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn-sub {
    padding: 9px 15px 9px 18px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
  }
}
.btn-sub:after {
  content: "";
  display: block;
  height: 0;
  border: solid #000 1.0666666667vw;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  position: absolute;
  right: 0.2666666667vw;
  bottom: 0.2666666667vw;
}
@media screen and (min-width: 769px) {
  .btn-sub:after {
    border-width: 4px;
    right: 2px;
    bottom: 2px;
  }
}

.text-block {
  text-align: left;
}
.text-block__head {
  font-size: 5.7333333333vw;
  font-weight: bold;
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .text-block__head {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}
.text-block__head-en {
  font-size: 2.6666666667vw;
  line-height: 2.6666666667vw;
  display: block;
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .text-block__head-en {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
  }
}

.list-disc {
  margin-left: 15px;
}
.list-disc__item {
  list-style: disc;
  text-align: left;
}

.list-square {
  margin-left: 15px;
}
.list-square__item {
  list-style: square;
  text-align: left;
}

/* * * * * * * * * * * * * * * *
  CONTENTS
* * * * * * * * * * * * * * * */
.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
  text-align: center;
  padding-top: 13.8666666667vw;
}
@media screen and (min-width: 769px) {
  .wrapper {
    padding-top: 80px;
  }
}

.inner {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 89.3333333333vw;
  }
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.anker {
  padding-top: 13.8666666667vw;
  margin-top: -13.8666666667vw;
}
@media screen and (min-width: 769px) {
  .anker {
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1101px) {
  .anker {
    padding-top: 81px;
    margin-top: -81px;
  }
}

.marker {
  background-color: #fdf2d0;
}

/* CLEAR FIX */
.clf:before, .clf:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clf:after {
  clear: both;
}

.section {
  padding-top: 13.8666666667vw;
  margin-top: -13.8666666667vw;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .section {
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1101px) {
  .section {
    padding-top: 81px;
    margin-top: -81px;
  }
}
.section__ttl {
  text-align: center;
}
.section p {
  text-align: left;
}

.cta {
  padding: 8vw 5.3333333333vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .cta {
    padding: 50px 0 60px;
    margin: auto;
    max-width: 558px;
  }
}
.cta__txt {
  position: relative;
  line-height: 1;
  padding-left: 4vw;
  margin-bottom: 2.9333333333vw;
  font-size: 3.3333333333vw;
  font-weight: bold;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 769px) {
  .cta__txt {
    padding-left: 29px;
    margin-bottom: 22px;
    line-height: 21px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.cta__txt:before, .cta__txt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 3.2vw;
  display: block;
  height: 3.4666666667vw;
  width: 0.5333333333vw;
  transform: rotate(36deg);
  background: #ccc;
}
@media screen and (min-width: 769px) {
  .cta__txt:before, .cta__txt:after {
    height: 24px;
    width: 3px;
    left: 7px;
  }
}
.cta__txt:after {
  left: 4.5333333333vw;
}
@media screen and (min-width: 769px) {
  .cta__txt:after {
    left: 14px;
  }
}
.cta .cvbtn {
  margin: 0 auto;
}
.cta .cvbtn a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4vw 0;
  font-size: 5.0666666667vw;
  font-weight: bold;
  background: #ed6d00;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .cta .cvbtn a {
    width: 560px;
    padding: 30px 0;
    font-size: 29px;
    font-size: 2.9rem;
  }
}
.cta .cvbtn a:after {
  content: "";
  background-image: url(../img/right.png);
  background-size: cover;
  display: block;
  position: absolute;
  right: 2.6666666667vw;
  top: 4.8vw;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .cta .cvbtn a:after {
    top: calc(50% - 23px);
    right: 15px;
    width: 46px;
    height: 46px;
  }
}
.cta .cvbtn .free {
  position: absolute;
  transform: rotate(-45deg);
  font-size: 4vw;
  top: 1.7333333333vw;
  left: 0.5333333333vw;
}
@media screen and (min-width: 769px) {
  .cta .cvbtn .free {
    font-size: 19px;
    font-size: 1.9rem;
    top: 9px;
    left: 5px;
  }
}
.cta .cvbtn .free:after {
  content: "";
  position: absolute;
  top: -0.5333333333vw;
  left: -2.9333333333vw;
  width: 0;
  height: 0;
  transform: rotate(135deg);
  border-style: solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
  border-width: 0 14.6666666667vw 14.6666666667vw 0;
}
@media screen and (min-width: 769px) {
  .cta .cvbtn .free:after {
    top: -4px;
    left: -18px;
    border-width: 0 75px 75px 0;
  }
}
.cta .cta__dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.6666666667vw auto;
}
@media screen and (min-width: 769px) {
  .cta .cta__dl {
    margin: 20px auto 0;
  }
}
.cta .cta__dl img {
  width: 33.3333333333vw;
  border: 1px solid #efefef;
}
@media screen and (min-width: 769px) {
  .cta .cta__dl img {
    width: 200px;
  }
}
.cta .cta__dl p {
  text-align: left;
  font-size: 4.5333333333vw;
  margin-left: 5.0666666667vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .cta .cta__dl p {
    margin-left: 40px;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.12em;
  }
}
.cta .cta__dl p span {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .cta .cta__dl p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.mv {
  background: url(../img/mv_sp.jpg) 0 0 no-repeat #f5f5f5;
  background-size: 100%;
  min-height: 106.9333333333vw;
}
@media screen and (min-width: 769px) {
  .mv {
    background: url(../img/mv_pc.jpg) 0 0 no-repeat #f5f5f5;
    background-size: auto;
    min-height: 441px;
  }
}
@media screen and (min-width: 1501px) {
  .mv {
    background-size: cover;
  }
}
.mv__inner {
  padding: 63.3333333333vw 5.3333333333vw 3.3333333333vw;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .mv__inner {
    padding: 100px 40px 50px 100px;
    margin: auto;
    max-width: 1500px;
  }
}
.mv__txt01 {
  font-size: 3.2vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .mv__txt01 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 12px;
    letter-spacing: 0.07em;
  }
}
.mv__read {
  font-size: 4.9333333333vw;
  font-weight: bold;
  margin-bottom: 1.3333333333vw;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .mv__read {
    font-size: 37px;
    font-size: 3.7rem;
    margin-bottom: 10px;
  }
}
.mv__ttl {
  font-size: 10.2666666667vw;
  font-weight: bold;
  margin-bottom: 4vw;
  line-height: 1;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 769px) {
  .mv__ttl {
    font-size: 77px;
    font-size: 7.7rem;
    margin-bottom: 30px;
  }
}

.banner-area {
  background: #e0e0e0;
  margin: 8vw auto;
  padding: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .banner-area {
    max-width: 960px;
    margin: 60px auto 30px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .banner-area .img {
    width: 390px;
  }
}
.banner-area .img img {
  width: 100%;
}
.banner-area .txt {
  text-align: left;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .banner-area .txt {
    width: 485px;
    margin: 0;
    font-size: 13px;
  }
}
.banner-area .txt .tag {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 1.3333333333vw 4vw;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .banner-area .txt .tag {
    padding: 5px 15px;
  }
}
.banner-area .txt .banner-area_ttl {
  font-size: 4.8vw;
  margin: 0.5em 0;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .banner-area .txt .banner-area_ttl {
    margin: 0.8em 0;
    font-size: 20px;
  }
}
.banner-area .txt .banner-area_txt {
  letter-spacing: 0.03em;
}
.banner-area .txt .banner-area_txt .pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .banner-area .txt .banner-area_txt .pc {
    display: inline-block;
  }
}
.banner-area .txt .banner-area_btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.9em 0;
  margin-top: 1em;
  text-align: center;
  font-size: 4vw;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: #ed6d00;
}
@media screen and (min-width: 769px) {
  .banner-area .txt .banner-area_btn {
    margin-top: 1.7em;
    padding: 15px 0;
    font-size: 18px;
  }
}
.banner-area .txt .banner-area_btn span {
  font-size: 0.7em;
}
.banner-area .txt .banner-area_btn:after {
  content: "";
  position: absolute;
  right: 0.5em;
  bottom: 0;
  top: 0;
  margin: auto;
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: url(../img/right.png) no-repeat;
  background-size: cover;
}

.performance {
  position: relative;
  z-index: 4;
}
.performance .main .main-txt {
  line-height: 1.1;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .performance .main .main-txt {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.performance .main .main-txt__inner:last-child {
  margin-top: 8vw;
}
@media screen and (min-width: 769px) {
  .performance .main .main-txt__inner:last-child {
    margin-top: 0;
  }
}
.performance .main .main-txt__ttl {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .performance .main .main-txt__ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.performance .main .main-txt__txt {
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #094a8d;
  font-size: 24vw;
}
@media screen and (min-width: 769px) {
  .performance .main .main-txt__txt {
    font-size: 180px;
    font-size: 18rem;
  }
}
.performance .main .main-txt__txt .small {
  font-size: 0.17em;
  letter-spacing: 0;
}
.performance .main .main-txt__txt .letter-s {
  letter-spacing: -0.12em;
}
@media screen and (min-width: 769px) {
  .performance .main .main-txt__txt .letter-s {
    font-size: 0.9em;
    margin-left: -12px;
  }
}
.performance .main .main-logo .sp {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .performance .main .main-logo .sp {
    display: none;
  }
}
.performance .main .main-logo .pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .performance .main .main-logo .pc {
    display: inline-block;
  }
}
.performance .main .main-logo__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 5.4666666667vw;
  letter-spacing: 0.1em;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .performance .main .main-logo__ttl {
    margin: 30px auto 50px;
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.performance .main .notice {
  color: #000;
  font-weight: normal;
  font-size: 1.7333333333vw;
  text-align: right;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .performance .main .notice {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  .performance .txt01 {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.about {
  padding-bottom: 13.2vw;
}
@media screen and (min-width: 769px) {
  .about {
    padding-bottom: 118px;
  }
}
.about .sp {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .about .sp {
    display: none;
  }
}
.about .txt01 {
  margin-bottom: 9.0666666667vw;
}
@media screen and (min-width: 769px) {
  .about .txt01 {
    margin-bottom: 50px;
    text-align: center;
  }
}
.about__main {
  position: relative;
}
@media screen and (min-width: 769px) {
  .about__content {
    margin: 30px auto 0;
    height: 220px;
  }
}
.about__ttl {
  color: #06498c;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 4vw 0;
  font-size: 5.7333333333vw;
  letter-spacing: -0.1333333333vw;
}
@media screen and (min-width: 769px) {
  .about__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: inherit;
    padding: 0;
    letter-spacing: 0;
  }
}
.about__ttl .ss {
  letter-spacing: -0.6666666667vw;
}
@media screen and (min-width: 769px) {
  .about__ttl .ss {
    letter-spacing: 0;
  }
}
.about__ttl .en {
  display: block;
  color: #9ebad7;
  font-size: 3.6vw;
  margin-top: 2vw;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .about__ttl .en {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.about__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 4vw;
}
@media screen and (min-width: 769px) {
  .about__bottom {
    justify-content: space-around;
    margin-top: 0;
  }
}
.about__list__all .about__ttl {
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 0 0 0 14.4vw;
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .about__list__all .about__ttl {
    display: none;
  }
}
.about__list__all .about__ttl:before {
  content: "1";
  position: absolute;
  left: 0;
  top: 0;
  height: 11.7333333333vw;
  width: 11.7333333333vw;
  padding-top: 1.3333333333vw;
  text-align: center;
  display: block;
  border-radius: 50%;
  font-size: 7.3333333333vw;
  color: #fff;
  background: #094a8d;
}
.about__list__all .about__ttl:nth-of-type(2):before {
  content: "2";
}
.about__list__all .about__ttl:nth-of-type(3):before {
  content: "3";
}
.about__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .about__list {
    position: absolute;
    margin: 25px auto;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .about__list li {
    height: 140px;
    margin: 0 17px;
  }
}
.about__list li .icon-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70px;
}
@media screen and (min-width: 769px) {
  .about__list li .icon-img {
    height: 90px;
  }
}
.about__list li .icon-img img {
  transform: scale(0.6, 0.6);
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .about__list li .icon-img img {
    transform: scale(1);
  }
}
.about__list li .caption {
  text-align: center;
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  .about__list li .caption {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.about__list.da {
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
}
.about__list.an, .about__list.co {
  bottom: -30px;
}
@media screen and (min-width: 769px) {
  .about__list.an li, .about__list.co li {
    margin: 0 10px;
  }
}
.about__list.an {
  left: 0;
}
.about__list.co {
  width: 61.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .about__list.co {
    margin: 25px auto;
    width: auto;
    right: 110px;
  }
}
.about .movie {
  width: 90%;
  margin: 8vw auto 0;
}
@media screen and (min-width: 769px) {
  .about .movie {
    margin: 80px auto 0;
  }
}
.about .movie iframe {
  max-width: 100%;
  height: 56vw;
}
@media screen and (min-width: 769px) {
  .about .movie iframe {
    height: 500px;
  }
}

.function {
  z-index: 3;
}

.function-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto 13.3333333333vw;
  padding-bottom: 16vw;
}
@media screen and (min-width: 769px) {
  .function-detail {
    flex-direction: row;
    justify-content: space-between;
    width: 900px;
    margin: 90px auto 110px;
    padding-bottom: 0;
  }
}
.function-detail__head {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .function-detail__head {
    width: 45%;
  }
}
.function-detail__head__ttl {
  font-weight: bold;
  font-size: 5.7333333333vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .function-detail__head__ttl {
    text-align: left;
    font-size: 30px;
    font-size: 3rem;
    margin: 25px 0;
  }
}
.function-detail__head p {
  margin-top: 2.6666666667vw;
  font-size: 3.6vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .function-detail__head p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.function-detail__head .for_link {
  position: absolute;
  bottom: 0;
  display: block;
  width: calc(100% - 2px);
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  font-size: 4vw;
  padding: 3.0666666667vw;
}
@media screen and (min-width: 769px) {
  .function-detail__head .for_link {
    position: relative;
    padding: 13px 0;
    margin-top: 35px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.function-detail__head .for_link:after {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../img/pages/chevron_right.gif) no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}
.function-detail__img {
  padding: 4vw 0 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .function-detail__img {
    padding: 0;
    width: 46%;
  }
  .function-detail__img.img-pc {
    margin-top: 52px;
  }
}
@media screen and (max-width: 768px) {
  .function-detail__img img {
    max-width: 95%;
  }
}
@media screen and (min-width: 769px) {
  .function-detail__img picture {
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .function-detail.right {
    flex-flow: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  .function-detail.right .function-detail__head {
    margin-right: 0;
    margin-left: 4%;
  }
}
@media screen and (min-width: 769px) {
  .function-detail.right .function-detail__img {
    text-align: left;
  }
}
.function-detail__push {
  position: relative;
  width: 90%;
  margin: 0 auto 12vw;
}
@media screen and (min-width: 769px) {
  .function-detail__push {
    width: 900px;
    margin: 90px auto 110px;
    padding-bottom: 0;
  }
}
.function-detail__push-point {
  border: 1px dashed #ccc;
  border-radius: 12px;
  text-align: left;
  padding: 5.3333333333vw 2.6666666667vw 5.3333333333vw 9.3333333333vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .function-detail__push-point {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 35px 40px 28px;
  }
}
.function-detail__push-point .sp {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .function-detail__push-point .sp {
    display: none;
  }
}
.function-detail__push-point .point {
  position: absolute;
  top: -0.7em;
  left: 2em;
  display: inline-block;
  padding: 0 2em;
  background: #fff;
  font-weight: bold;
}
.function-detail__push-point .point::before, .function-detail__push-point .point:after {
  content: "";
  transform: rotate(-20deg);
  height: 1.5em;
  width: 1px;
  display: block;
  background: #000;
  position: absolute;
  left: 0.7em;
  top: 0;
}
.function-detail__push-point .point:after {
  transform: rotate(20deg);
  left: auto;
  right: 0.7em;
}
.function-detail__push-point .marker {
  display: inline;
  font-weight: bold;
  position: relative;
  margin: 1em 0;
  line-height: 1.4;
  background: none;
  background: linear-gradient(transparent 60%, #9fbad7 60%);
}
@media screen and (min-width: 769px) {
  .function-detail__push-point .marker {
    background: linear-gradient(transparent 60%, #9fbad7 60%);
    display: inline-block;
    margin: 1em 1em 1em 2.5em;
    line-height: 1.1;
  }
}
.function-detail__push-point .marker:nth-of-type(1):before {
  content: "①";
}
.function-detail__push-point .marker:nth-of-type(2):before {
  content: "②";
}
.function-detail__push-point .marker:before {
  position: absolute;
  left: -1.5em;
}
.function-detail__push .push_video {
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .function-detail__push .push_video {
    margin-top: 70px;
    width: 100%;
  }
}
.function-detail__push .push_video .for_link {
  margin: 5.3333333333vw auto 0;
  font-size: 3.2vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .function-detail__push .push_video .for_link {
    width: 470px;
    margin: 30px auto 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.function-detail__push .push_video video {
  width: 100%;
  margin-top: 4vw;
  border: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  .function-detail__push .push_video video {
    width: 900px;
    margin-top: 0;
  }
}

.function-main__txt {
  color: #fff;
}
.function-main__row {
  display: block;
  margin-bottom: 13.0666666667vw;
}
@media screen and (min-width: 769px) {
  .function-main__row {
    margin-bottom: 80px;
  }
}
.function-main__row:last-child {
  margin-bottom: 0;
}
.function-main__row-bottom {
  background-color: #094a8d;
  padding: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .function-main__row-bottom {
    padding: 35px;
    text-align: center;
  }
}
.function-main__row-bottom:before {
  content: "";
  display: block;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 2.8vw 2.2666666667vw;
  border-bottom-color: #094a8d;
  position: absolute;
  top: -5.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .function-main__row-bottom:before {
    border-width: 21px 17px;
    top: -40px;
  }
}
@media screen and (min-width: 769px) {
  .function-main__row-bottom p {
    text-align: center;
  }
}

.support {
  position: relative;
  z-index: 1;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .support {
    margin-bottom: 90px;
  }
}

.support-detail {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .support-detail {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.support-detail__thumbnail {
  margin-left: -5.3333333333vw;
  margin-bottom: 8vw;
  max-width: 68.2666666667vw;
}
@media screen and (min-width: 769px) {
  .support-detail__thumbnail {
    max-width: 510px;
    margin-left: -200px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .support-detail .text-block {
    width: 737px;
  }
}
@media screen and (min-width: 769px) {
  .support-detail:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.support-detail:nth-child(2n) .text-block {
  margin-left: 20px;
}
.support-detail:nth-child(2n) .support-detail__thumbnail {
  margin-left: auto;
  margin-right: -5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .support-detail:nth-child(2n) .support-detail__thumbnail {
    margin-left: 0;
    margin-right: -200px;
  }
}
.support-detail:last-child {
  margin-bottom: 0;
}

.banner {
  background-image: url(../img/bkg-town.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100%;
  margin-top: 4vw;
  padding-bottom: 4vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .banner {
    background-size: 600px;
    margin-top: 10px;
    padding-bottom: 30px;
  }
}
.banner__link {
  display: block;
  width: 45.6vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .banner__link {
    width: 275px;
  }
}

.form {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 6.6666666667vw;
  width: 89.3333333333vw;
}
@media screen and (min-width: 769px) {
  .form {
    width: 1100px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .form__wrap {
    display: flex;
    justify-content: space-between;
  }
}
.form__thmb {
  text-align: left;
  padding: 0 5.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .form__thmb {
    width: 350px;
    padding: 30px 0 0 50px;
  }
}
.form__ttl {
  border-left: solid #094a8d 1.8666666667vw;
  border-bottom: solid #000 1px;
  padding: 2.6666666667vw 4vw;
  margin-bottom: 5.3333333333vw;
  font-size: 4.8vw;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .form__ttl {
    border-left-width: 6px;
    padding: 11px 20px;
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.form__img {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .form__img {
    margin-bottom: 50px;
  }
}
.form__question {
  font-size: 110%;
  margin-bottom: 4.6666666667vw;
}
@media screen and (min-width: 769px) {
  .form__question {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .form__container {
    width: 700px;
    padding: 35px 40px 50px 40px;
    box-shadow: 0px 2px 8px #cedde3;
  }
}

/* * * * * * * * * * * * * * * *
  HEADER
* * * * * * * * * * * * * * * */
.header {
  background-color: #fff;
  padding: 3.3333333333vw 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.8666666667vw;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 0 20px 0 30px;
    text-align: left;
    height: 81px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header {
    padding-left: 22px;
  }
}
@media screen and (min-width: 1101px) {
  .header {
    position: fixed;
  }
}
.header__logo {
  display: inline-block;
  max-width: 30.2666666667vw;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .header__logo {
    max-width: 187px;
    margin-top: -5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header__logo {
    max-width: 157px;
  }
}

.header-menu {
  top: 50%;
  right: 2.9333333333vw;
  display: flex;
  height: 3.0666666667vw;
  width: 4.2666666667vw;
  padding: 3.3333333333vw;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .header-menu {
    display: none;
  }
}
.header-menu span,
.header-menu span:before,
.header-menu span:after {
  content: "";
  display: block;
  height: 0.4vw;
  width: 4.2666666667vw;
  background: #9c9c9c;
  transition: all 0.2s ease-in 0s;
  position: absolute;
}
.header-menu span:before {
  bottom: 1.3333333333vw;
}
.header-menu span:after {
  top: 1.3333333333vw;
}
.header-menu.is-menu-open span {
  background: rgba(255, 255, 255, 0);
}
.header-menu.is-menu-open span:before {
  bottom: 0;
  transform: rotate(45deg);
}
.header-menu.is-menu-open span:after {
  top: 0;
  transform: rotate(-45deg);
}

.header-gnav {
  background-color: #efefef;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 13.86667vw);
  z-index: 0;
  overflow-y: scroll;
  text-align: left;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  .header-gnav {
    display: block !important;
    background-color: #fff;
    position: static;
    width: auto;
    height: auto;
    overflow-y: inherit;
    padding-bottom: 0;
  }
}

.header-link {
  background-color: #fff;
  padding: 6vw 5.3333333333vw 8.6666666667vw;
  margin-bottom: 6vw;
}
@media screen and (min-width: 769px) {
  .header-link {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header-link li {
  display: block;
  margin-bottom: 6vw;
}
@media screen and (min-width: 769px) {
  .header-link li {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .header-link li.header-link__btn {
    margin-left: 17px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .header-link li.header-link__btn {
    margin-left: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-link li.header-link__btn {
    margin-left: 11px;
  }
}
.header-link li:last-child {
  margin-bottom: 0;
}
.header-link li a,
.header-link li span {
  position: relative;
  display: block;
  font-size: 4.2666666667vw;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .header-link li a,
  .header-link li span {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px;
    margin: 5px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .header-link li a,
  .header-link li span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-link li a,
  .header-link li span {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px;
    margin: 3px;
  }
}
@media screen and (min-width: 769px) {
  .header-link li a:hover,
  .header-link li span:hover {
    transition: opacity linear 1s;
  }
  .header-link li a:hover:before,
  .header-link li span:hover:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 2%;
    height: 2px;
    width: 96%;
    background: #ed6d00;
  }
}
.header-link li a.btn:hover:before,
.header-link li span.btn:hover:before {
  content: "";
  display: none;
}
@media screen and (min-width: 769px) {
  .header-link li .btn {
    padding: 10px 28px 10px 21px;
    display: inline-block;
    margin: 0;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .header-link li .btn {
    padding: 10px 22px 10px 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-link li .btn {
    padding: 10px 18px 10px 10px;
  }
}
@media screen and (min-width: 769px) {
  .header-link li .btn:after {
    width: 8px;
    height: 8px;
    border-width: 2px;
    right: 8px;
    margin-top: -1px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-link li .btn:after {
    width: 6px;
    height: 6px;
    right: 7px;
  }
}
.header-link li .header-btn-sub {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .header-link li .header-btn-sub {
    width: 130px;
  }
}
.header-link li .header-btn-sub__item {
  max-width: 42.6666666667vw;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .header-link li .header-btn-sub__item {
    width: 60px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.header-link .fnav-btn {
  position: relative;
}
.header-link .fnav-btn span {
  position: relative;
}
.header-link .fnav-btn span:after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  display: inline-block;
  background: url(../img/pages/angle-down.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 7px;
}
@media screen and (min-width: 769px) {
  .header-link .fnav-btn span:after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 12px;
    right: 3px;
    left: auto;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .header-link .fnav-btn span:after {
    right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-link .fnav-btn span:after {
    right: -2px;
  }
}
@media screen and (min-width: 769px) {
  .header-link .fnav-btn span {
    padding-right: 15px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .header-link .fnav-btn span {
    padding-right: 12px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-link .fnav-btn span {
    padding-right: 8px;
    margin-right: 8px;
  }
}
.header-link .fnav {
  display: none;
}
@media screen and (min-width: 769px) {
  .header-link .fnav {
    position: absolute;
    top: 40px;
    left: -90px;
    width: 240px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.1);
  }
  .header-link .fnav.option {
    left: -43px;
  }
}
.header-link .fnav li {
  margin-bottom: 0;
  margin-left: 0;
}
.header-link .fnav a {
  position: relative;
  padding: 2.6666666667vw 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .header-link .fnav a {
    padding: 10px 15px;
    border-radius: 8px;
    transition: 0.4s;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .header-link .fnav a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-link .fnav a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header-link .fnav a:hover {
  background: #efefef;
}
.header-link .fnav a:hover:before {
  display: none;
}
.header-link .fnav a:after {
  content: "";
  background: url(../img/pages/chevron_right.gif) no-repeat;
  background-size: contain;
  position: absolute;
  right: 3.2vw;
  top: 4.8vw;
  width: 2.4vw;
  height: 2.4vw;
}
@media screen and (min-width: 769px) {
  .header-link .fnav a:after {
    right: 10px;
    top: 17px;
    width: 8px;
    height: 8px;
  }
}
.header-link .tel {
  color: #094a8d;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: 5.8666666667vw;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 769px) {
  .header-link .tel {
    text-align: left;
    margin-bottom: 6px;
    letter-spacing: 0.11rem;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-link .tel {
    margin-bottom: 6px;
    letter-spacing: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}
.header-link .tel img {
  margin-right: 7px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-link .tel img {
    margin-right: 5px;
    width: 20px;
    height: auto;
  }
}
.header-link .tel-info {
  line-height: 1;
  font-size: 2.9333333333vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .header-link .tel-info {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left;
    letter-spacing: 0.08rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-link .tel-info {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.header-link-sub {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .header-link-sub {
    display: none;
  }
}
.header-link-sub li {
  display: block;
  margin-bottom: 4vw;
}
.header-link-sub li a {
  display: block;
  font-size: 3.2vw;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header-link-sub--2col {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .header-link-sub--2col li {
    width: 50%;
  }
}

.casestudy .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .casestudy .sp {
    display: inline-block;
  }
}
.casestudy .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .casestudy .inner {
    flex-direction: column;
    margin-bottom: 8vw;
  }
}
.casestudy .case {
  width: 48%;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .casestudy .case {
    width: 100%;
    margin: 0 0 3.5em;
  }
}
.casestudy .case__inner {
  padding: 1.2em 0.8em 1em;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 768px) {
  .casestudy .case__inner {
    padding: 1.2em 0 1em;
  }
}
.casestudy .case__ttl {
  padding: 0.3em 0;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  background: #094a8d;
}
@media screen and (max-width: 768px) {
  .casestudy .case__ttl {
    font-size: 5.7333333333vw;
  }
}
.casestudy .case__ttl span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .casestudy .case__ttl span {
    font-size: 3.7333333333vw;
  }
}
.casestudy .case__graph {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .casestudy .case__graph {
    padding: 0 4vw;
  }
}
.casestudy .case__graph .case-caption01 {
  position: absolute;
  bottom: 0;
  left: 2.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .casestudy .case__graph .case-caption01 {
    left: 0.7em;
    font-size: 3.2vw;
  }
}
.casestudy .case__graph .case-caption02 {
  position: absolute;
  bottom: 0;
  right: 2em;
  color: #094a8d;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .casestudy .case__graph .case-caption02 {
    right: 0.3em;
    font-size: 3.2vw;
  }
}
.casestudy .case__graph-cont {
  position: relative;
  width: 50%;
  padding-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .casestudy .case__graph-cont {
    width: 46%;
  }
}
.casestudy .case__graph-ttl {
  margin: 1.5em 0 1em;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  color: #094a8d;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .casestudy .case__graph-ttl {
    margin: 1em 0 0.5em;
    font-size: 3.6vw;
  }
}
.casestudy .case-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 145px;
}
@media screen and (max-width: 768px) {
  .casestudy .case-logo {
    height: auto;
  }
}
.casestudy .case-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0 2em;
  font-weight: bold;
}
.casestudy .case-tag span {
  display: block;
  margin: 0 5px;
  background: #6191c0;
  color: #fff;
  padding: 0.6em 1.3em;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .casestudy .case-tag span {
    font-size: 3.4666666667vw;
    padding: 0.4em 0.8em;
    margin: 0 0.2em;
  }
}
.casestudy .txt {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .casestudy .txt {
    font-size: 3.2vw;
  }
}
.casestudy .txt.case02-logo {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #094a8d;
}
@media screen and (max-width: 768px) {
  .casestudy .txt.case02-logo {
    font-size: 5.0666666667vw;
    padding: 4vw 0;
  }
}
.casestudy .img {
  display: inline-block;
}
.casestudy .img.arrow {
  width: 18px;
  height: auto;
  margin: 18px auto;
}
@media screen and (max-width: 768px) {
  .casestudy .img.arrow {
    width: 3.2vw;
    margin: 2.6666666667vw auto;
  }
}
.casestudy .img.case-graph {
  width: 197px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .casestudy .img.case-graph {
    width: 33.3333333333vw;
  }
}
.casestudy .img.case01-logo {
  width: 137px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .casestudy .img.case01-logo {
    width: 25%;
    margin: 4.6666666667vw 0;
  }
}
.casestudy .img.case03-logo {
  width: 139px;
  height: auto;
  margin: 28px 0;
}
@media screen and (max-width: 768px) {
  .casestudy .img.case03-logo {
    width: 27%;
    margin: 4vw 0;
  }
}

/* * * * * * * * * * * * * * * *
  FOOTER
* * * * * * * * * * * * * * * */
.footer {
  border-top: solid #000 1px;
  padding: 2.6666666667vw 2.6666666667vw 2vw;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 23px 36px 30px;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
.footer__left {
  display: none;
}
@media screen and (min-width: 769px) {
  .footer__left {
    display: block;
  }
}
.footer__copyright {
  font-size: 2.4vw;
  letter-spacing: 0.07em;
  line-height: 1.08;
}
@media screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.footer-link {
  display: flex;
  justify-content: space-between;
  line-height: 1.08;
  margin-bottom: 15px;
}
.footer-link li {
  margin-right: 1em;
}
.footer-link li a {
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
}

.footer-btns {
  display: flex;
}
.footer-btns__item {
  margin-right: 10px;
}
.footer-btns__item .btn-sub {
  display: inline-block;
  width: auto;
  min-width: 125px;
}

.pages {
  /* contact/completeページ共通設定 */
}
.pages .section {
  z-index: -1;
}
.pages .pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pages .pc {
    display: none;
  }
}
.pages .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pages .sp {
    display: inline-block;
  }
}
.pages .fanship .inner {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pages .fanship .inner {
    margin-bottom: 0;
  }
}
.pages .fanship .fanship-txt {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin: 100px 0 45px;
}
@media screen and (max-width: 768px) {
  .pages .fanship .fanship-txt {
    font-size: 3.6vw;
    margin: 3.4666666667vw 0;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}
.pages .nav {
  margin: 120px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pages .nav {
    margin: 6.6666666667vw auto;
  }
}
@media screen and (max-width: 768px) {
  .pages .nav li {
    width: 23%;
  }
}
.pages .nav li a {
  display: block;
  text-decoration: none;
}
.pages .nav li a.nolink {
  opacity: 0.5;
  pointer-events: none;
}
.pages .nav__txt {
  display: block;
  margin: 30px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .pages .nav__txt {
    font-size: 2.6666666667vw;
    margin: 1.8666666667vw 0;
    height: 2.6em;
  }
}
.pages .nav .link {
  position: relative;
  display: block;
  padding: 11px 0;
  border: 1px solid #000;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .pages .nav .link {
    padding: 1.0666666667vw 0;
    font-size: 2.4vw;
    border-color: #999;
  }
}
.pages .nav .link:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  background-image: url(../img/pages/chevron_right.gif);
  width: 8px;
  height: 14px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .pages .nav .link:after {
    top: 2.2666666667vw;
    right: 2vw;
    width: 1.0666666667vw;
    height: 1.6vw;
  }
}
.pages .nav .link span {
  display: inline;
}
@media screen and (max-width: 768px) {
  .pages .nav .link span {
    display: none;
  }
}
.pages .nav.nav2 {
  margin: 100px auto 50px;
}
@media screen and (max-width: 768px) {
  .pages .nav.nav2 {
    flex-wrap: wrap;
    margin: 4vw auto;
  }
}
.pages .nav.nav2 li {
  margin: 0 7px;
}
@media screen and (max-width: 768px) {
  .pages .nav.nav2 li {
    margin: 2.6666666667vw auto;
    width: 30%;
  }
}
.pages .nav.nav2 .nav__txt {
  margin: 25px 0 20px;
  height: 2.6em;
}
@media screen and (max-width: 768px) {
  .pages .nav.nav2 .nav__txt {
    margin: 2.6666666667vw 0 2vw;
  }
}
.pages .nav.nav2 .link {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .pages .nav.nav2 .link {
    padding: 1.3333333333vw 0;
    font-size: 3.2vw;
  }
}
.pages .nav.nav2 .link:after {
  top: calc(50% - 5px);
  right: 18px;
  width: 6px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .pages .nav.nav2 .link:after {
    top: calc(50% - 1.6vw);
    right: 4.8vw;
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}
.pages .breadcrumb {
  margin-top: 1px;
  border-top: 1px solid #c7c7c7;
}
.pages .breadcrumb ul {
  padding-left: 40px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .pages .breadcrumb ul {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 96%;
    padding-left: 2.6666666667vw;
  }
}
.pages .breadcrumb ul li {
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .pages .breadcrumb ul li {
    font-size: 2.6666666667vw;
  }
}
.pages .breadcrumb ul li a {
  position: relative;
  display: inline-block;
  padding: 20px 20px 20px 25px;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .pages .breadcrumb ul li a {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 3.4666666667vw;
  }
}
.pages .breadcrumb ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  background-image: url(../img/pages/chevron_right.gif);
  width: 5px;
  height: 8px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .pages .breadcrumb ul li a:after {
    top: 4vw;
    width: 1.0666666667vw;
    height: 1.6vw;
  }
}
.pages .breadcrumb ul li a.active {
  pointer-events: none;
  opacity: 0.25;
}
.pages .breadcrumb ul li:first-child a:after {
  display: none;
}
.pages .contact-all {
  max-width: 1100px;
  width: 90%;
  margin: 60px auto;
}
.pages .contact-all .tit {
  font-size: 3em;
  font-weight: bold;
}
.pages .contact-all .txt {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.pages .contact-all .line {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 2em;
  background: #000;
}
.pages .contact-all .contact-txt {
  margin: 2em auto;
  max-width: 880px;
}
.pages .contact-all .contact-txt p > a {
  color: #094a8d;
}
.pages .contact-all .contact-txt .dl {
  font-weight: bold;
  padding: 2em;
}
.pages .contact-all .contact-txt .dl span {
  display: block;
  margin-bottom: 0.5em;
  color: #094a8d;
}
.pages .detail-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .pages .detail-list {
    flex-direction: column;
    margin: auto;
  }
}
.pages .detail-list__inner {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .pages .detail-list__inner {
    width: 100%;
    margin: 0 auto 9.3333333333vw;
  }
  .pages .detail-list__inner:last-child {
    margin-bottom: 14.6666666667vw;
  }
}
.pages .detail-list__img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pages .detail-list__img img {
    width: 26.6666666667vw;
  }
}
.pages .detail-list__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  color: #094a8d;
  font-weight: bold;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .pages .detail-list__ttl {
    margin-top: 4vw;
    font-size: 5.7333333333vw;
  }
}
.pages .detail-list__txt {
  height: 4em;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .pages .detail-list__txt {
    margin-top: 2.6666666667vw;
    font-size: 3.6vw;
    font-weight: bold;
  }
}
.pages .cvbtn {
  margin: 100px auto 110px;
}
@media screen and (max-width: 768px) {
  .pages .cvbtn {
    margin: 0 auto 4vw;
  }
}
.pages .cvbtn a {
  position: relative;
  display: inline-block;
  background: #ed6d00;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  width: 670px;
  padding: 37px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.pages .cvbtn a:after {
  content: "";
  width: 46px;
  height: 46px;
  background-image: url(../img/right.png);
  background-size: cover;
  display: block;
  position: absolute;
  top: calc(50% - 23px);
  right: 15px;
}
.pages .cvbtn .free {
  position: absolute;
  transform: rotate(-45deg);
  font-size: 22px;
  font-size: 2.2rem;
  top: 16px;
  left: 10px;
}
.pages .cvbtn .free:after {
  content: "";
  position: absolute;
  transform: rotate(135deg);
  top: -10px;
  left: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
  border-width: 0 94px 94px 0;
}
.pages .cvbtn.medium {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .pages .cvbtn.medium {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.pages .cvbtn.medium a {
  font-size: 20px;
  font-size: 2rem;
  width: 387px;
  padding: 20px 0;
}
.pages .cvbtn.medium a:after {
  width: 30px;
  height: 30px;
  top: 20px;
  right: 5px;
}
.pages .cvbtn.medium .free {
  position: absolute;
  transform: rotate(-45deg);
  font-size: 13px;
  font-size: 1.3rem;
  top: 8px;
  left: 5px;
}
.pages .cvbtn.medium .free:after {
  top: -5px;
  left: -14px;
  border-width: 0 55px 55px 0;
}
@media screen and (max-width: 768px) {
  .pages .cvbtn,
  .pages .cvbtn.medium {
    width: 100%;
    background: #fff;
    padding: 5.3333333333vw;
  }
  .pages .cvbtn a,
  .pages .cvbtn.medium a {
    width: 89.0666666667vw;
    padding: 3.3333333333vw 0;
    font-size: 4vw;
  }
  .pages .cvbtn a:after,
  .pages .cvbtn.medium a:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 3.7333333333vw;
  }
  .pages .cvbtn .free,
  .pages .cvbtn.medium .free {
    font-size: 2.9333333333vw;
    top: 7px;
    left: 2px;
  }
  .pages .cvbtn .free:after,
  .pages .cvbtn.medium .free:after {
    top: -3px;
    left: -8px;
    border-width: 0 45px 45px 0;
  }
}
.pages .cta .cvbtn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pages .cta .cvbtn {
    padding: 0;
  }
}
.pages .cta .cvbtn a {
  width: 560px;
  padding: 30px 0;
  font-size: 29px;
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .pages .cta .cvbtn a {
    width: 100%;
    padding: 4vw 0;
    font-size: 5.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .pages .cta .cvbtn a:after {
    right: 2.6666666667vw;
    top: 4.8vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.pages .cta .cvbtn .free {
  font-size: 19px;
  font-size: 1.9rem;
  top: 9px;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .pages .cta .cvbtn .free {
    font-size: 4vw;
    top: 1.7333333333vw;
    left: 0.5333333333vw;
  }
}
.pages .cta .cvbtn .free:after {
  top: -4px;
  left: -18px;
  border-width: 0 75px 75px 0;
}
@media screen and (max-width: 768px) {
  .pages .cta .cvbtn .free:after {
    top: -0.5333333333vw;
    left: -2.9333333333vw;
    border-width: 0 14.6666666667vw 14.6666666667vw 0;
  }
}
.pages .mv {
  background: url(../push/img/mv_pc.jpg) 0 0 no-repeat #f5f5f5;
  background-size: auto;
  min-height: 389px;
}
@media screen and (max-width: 768px) {
  .pages .mv {
    background-size: cover;
    min-height: auto;
  }
}
@media screen and (min-width: 1501px) {
  .pages .mv {
    background-size: cover;
  }
}
.pages .mv__inner {
  max-width: 1100px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pages .mv__inner {
    position: relative;
    padding: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .pages .mv__txt {
    text-align: center;
  }
}
.pages .mv__txt01 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .pages .mv__txt01 {
    margin-bottom: 4.8vw;
    font-size: 3.2vw;
  }
}
.pages .mv__ttl {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 7px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .pages .mv__ttl {
    margin: 8vw 0 2.6666666667vw;
    font-size: 6.9333333333vw;
    letter-spacing: 0;
  }
}
.pages .mv__img {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .pages .mv__img {
    margin: 0 auto 22.6666666667vw;
  }
}
.pages .mv__img img {
  height: 364px;
}
@media screen and (max-width: 768px) {
  .pages .mv__img img {
    height: auto;
    width: 76vw;
  }
}
.pages .feature .feature-data {
  text-align: center;
  margin: 120px auto 50px;
}
@media screen and (max-width: 768px) {
  .pages .feature .feature-data {
    margin: 12.5333333333vw auto 13.3333333333vw;
  }
  .pages .feature .feature-data:last-child {
    margin-bottom: 4vw;
  }
}
.pages .feature .feature-data__ttl {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .pages .feature .feature-data__ttl {
    font-size: 5.7333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
.pages .feature .feature-data__txt {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pages .feature .feature-data__txt {
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 4vw;
  }
}
.pages .feature .feature-data__con {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.pages .feature .feature-data__con li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px;
}
@media screen and (max-width: 768px) {
  .pages .feature .feature-data__con li {
    margin: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .pages .feature .feature-data__con li img {
    width: 86%;
  }
}
.pages .feature .feature-data__con li:nth-child(n+4) {
  margin: 30px 88px 0;
}
@media screen and (max-width: 768px) {
  .pages .feature .feature-data__con li:nth-child(n+4) {
    margin: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .pages .feature .feature-data__con.con1 li:last-child img {
    width: 76%;
  }
}
.pages .feature .feature-data__con.con2 li {
  margin: 0 40px;
}
@media screen and (max-width: 768px) {
  .pages .feature .feature-data__con.con2 li {
    margin: 4.2666666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .pages .feature .feature-data__con.con3 {
    margin: 8.5333333333vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pages .feature .feature-data__con.con3 img {
    width: 100%;
  }
}
.pages .feature .feature-data___txt {
  display: inline-block;
  margin: 12px auto;
  font-size: 16px;
  font-weight: bold;
  color: #094a8d;
}
@media screen and (max-width: 768px) {
  .pages .feature .feature-data___txt {
    font-size: 3.6vw;
    margin: 2.6666666667vw auto 0;
  }
}

#message .mv {
  background-image: url("../message/img/mv_pc.jpg");
}
@media screen and (max-width: 768px) {
  #message .mv {
    background-image: url("../message/img/mv_sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  #message .what .inner {
    margin: 120px auto;
  }
}
#message .what__txt {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #message .what__txt {
    font-weight: bold;
  }
}
#message .what__img {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #message .what__img {
    margin: 30px 0 60px;
  }
}
@media screen and (min-width: 769px) {
  #message .effect .detail-list {
    margin: 100px 0;
  }
}
@media screen and (min-width: 769px) {
  #message .effect .detail-list__img {
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #message .effect .detail-list__img .small {
    width: 18.6666666667vw;
  }
}
#message .effect .detail-list__ttl {
  line-height: 1.4;
  height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #message .effect .detail-list__ttl {
    height: auto;
  }
}
#message .effect .detail-list__txt {
  height: auto;
}
#message .feature .feature-data___txt.top {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 7px auto;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  #message .feature .feature-data___txt.top {
    font-size: 3.2vw;
    margin: 1.3333333333vw auto;
  }
}
@media screen and (min-width: 769px) {
  #message .feature .feature-data__con.con4 li {
    margin: 30px 30px -25px 30px;
  }
  #message .feature .feature-data__con.con4 li:nth-child(n+4) {
    margin: 30px 30px -25px 30px;
  }
}
@media screen and (max-width: 768px) {
  #message .feature .feature-data__con.con4 li {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #message .feature .feature-data__con.con4 li img {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #message .feature .feature-data__con.con5 li {
    margin: 20px 50px;
  }
  #message .feature .feature-data__con.con5 li .feature-data___txt {
    margin: 30px auto 0;
  }
}

#coupon .mv {
  background-image: url("../coupon/img/mv_pc.jpg");
}
@media screen and (max-width: 768px) {
  #coupon .mv {
    background-image: url("../coupon/img/mv_sp.jpg");
  }
}
#coupon .mv__img img {
  height: 365px;
}
@media screen and (max-width: 768px) {
  #coupon .mv__img img {
    width: 58.9333333333vw;
    height: auto;
  }
}
#coupon .what__txt {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #coupon .what__txt {
    font-size: 3.6vw;
    text-align: left;
  }
}
#coupon .what__img {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #coupon .what__img {
    margin: 30px 0 60px;
  }
}
#coupon .what___img {
  position: relative;
  text-align: center;
  margin: 40px auto;
  border: 1px dashed #cccccc;
}
@media screen and (max-width: 768px) {
  #coupon .what___img {
    margin: auto;
  }
}
#coupon .what___img.cat {
  width: 470px;
  padding: 40px 0 30px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #coupon .what___img.cat {
    width: 100%;
    margin: 10.6666666667vw auto 5.3333333333vw;
    padding: 10.6666666667vw 0 6.6666666667vw;
  }
  #coupon .what___img.cat img {
    width: 70%;
  }
}
#coupon .what___img.app {
  width: 965px;
  margin-top: 50px;
  padding: 60px 0 40px;
  border: 1px dashed #cccccc;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #coupon .what___img.app {
    width: 100%;
    padding: 16vw 0 6.6666666667vw;
    margin: 35px auto;
  }
  #coupon .what___img.app img {
    width: 96%;
  }
}
#coupon .what___img .what__ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: 247px;
  margin: auto;
  padding: 6px 0;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #coupon .what___img .what__ttl {
    font-size: 4.5333333333vw;
    width: 70%;
  }
}
#coupon .what___img .txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #coupon .what___img .txt {
    font-size: 3.6vw;
    position: static;
  }
}
#coupon .what___img .txt span {
  display: inline-block;
}
#coupon .what___img .txt.cat span {
  margin: 5px 47px;
}
@media screen and (max-width: 768px) {
  #coupon .what___img .txt.cat span {
    margin: 0 8vw;
  }
}
#coupon .what___img .txt.app {
  height: 20px;
}
@media screen and (max-width: 768px) {
  #coupon .what___img .txt.app {
    height: 0;
  }
}
#coupon .what___img .txt.app span {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #coupon .what___img .txt.app span {
    top: 9.3333333333vw;
  }
}
#coupon .what___img .txt.app span:nth-child(1) {
  left: 140px;
}
@media screen and (max-width: 768px) {
  #coupon .what___img .txt.app span:nth-child(1) {
    left: 5.8666666667vw;
  }
}
#coupon .what___img .txt.app span:nth-child(2) {
  left: 0;
  right: 0;
  margin: auto;
}
#coupon .what___img .txt.app span:nth-child(3) {
  right: 100px;
}
@media screen and (max-width: 768px) {
  #coupon .what___img .txt.app span:nth-child(3) {
    right: 1.3333333333vw;
  }
}
#coupon .what___img .description {
  margin-top: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #coupon .what___img .description {
    margin-top: 20px;
    font-size: 3.6vw;
  }
}
#coupon .what .arrow img {
  display: block;
  margin: 5px auto;
}
#coupon .feature .coupon-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #coupon .feature .coupon-feature {
    flex-direction: column;
  }
}
#coupon .feature .coupon-feature .feature-data {
  width: 50%;
  margin: 35px auto;
}
@media screen and (max-width: 768px) {
  #coupon .feature .coupon-feature .feature-data {
    width: 100%;
    margin: 0 auto 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coupon .feature .coupon-feature .feature-data__ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
#coupon .feature .coupon-feature .feature-data .c-con {
  display: flex;
}
#coupon .feature .coupon-feature .feature-data .c-con li {
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  #coupon .feature .coupon-feature .feature-data .c-con li {
    margin: 0;
    width: 50%;
  }
}
#coupon .feature .coupon-feature .feature-data .c-con1 {
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  #coupon .feature .coupon-feature .feature-data .c-con1 {
    margin: auto;
  }
}

#analysis .mv {
  background-image: url("../analysis/img/mv_pc.jpg");
}
@media screen and (max-width: 768px) {
  #analysis .mv {
    background-image: url("../analysis/img/mv_sp.jpg");
  }
}
#analysis .mv__inner {
  max-width: 1128px;
  padding: 0 0 0 54px;
}
@media screen and (max-width: 768px) {
  #analysis .mv__inner {
    padding: 0;
  }
}
#analysis .mv__img {
  margin-top: 33px;
  height: 356px;
}
@media screen and (max-width: 768px) {
  #analysis .mv__img {
    height: auto;
    padding-bottom: 8vw;
    margin-top: 2.6666666667vw;
    text-align: center;
  }
}
#analysis .mv__img img {
  width: 577px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #analysis .mv__img img {
    width: 97%;
  }
}
#analysis .what {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #analysis .what {
    margin-bottom: 13.3333333333vw;
  }
}
#analysis .what__txt {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #analysis .what__txt {
    font-size: 3.6vw;
    font-weight: bold;
  }
}
#analysis .what__cont__img {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img {
    flex-direction: column;
    margin-top: 5.3333333333vw;
  }
}
#analysis .what__cont__img .tit {
  text-align: center;
  font-weight: bold;
  padding: 25px 0;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img .tit {
    font-size: 4vw;
    padding: 4vw 0;
  }
}
#analysis .what__cont__img li {
  position: relative;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li p {
    text-align: center;
    font-weight: bold;
  }
}
#analysis .what__cont__img li:first-child {
  margin-right: 72px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:first-child {
    margin: 0 auto 2.6666666667vw;
    width: 100%;
  }
  #analysis .what__cont__img li:first-child img {
    width: 90%;
  }
}
#analysis .what__cont__img li:first-child .arrow1 {
  position: absolute;
  right: -72px;
  top: 225px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:first-child .arrow1 {
    top: auto;
    bottom: 17.0666666667vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #analysis .what__cont__img li:first-child .arrow1 img {
    width: 10.6666666667vw;
    transform: rotate(90deg);
  }
}
#analysis .what__cont__img li:nth-child(2) {
  margin-right: 72px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:nth-child(2) {
    margin: 0 auto 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:nth-child(2) .middle-cont {
    display: flex;
  }
}
#analysis .what__cont__img li:nth-child(2) .middle {
  border: 1px dashed #ccc;
  border-radius: 12px;
  width: 262px;
  height: 228px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:nth-child(2) .middle {
    width: 48%;
    height: auto;
    margin: 1%;
    padding: 0 1% 3%;
  }
}
#analysis .what__cont__img li:nth-child(2) .middle.top img {
  margin-left: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:nth-child(2) .middle.top img {
    margin: 0 5% 5%;
    width: 90%;
  }
}
#analysis .what__cont__img li:nth-child(2) .middle.bottom {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:nth-child(2) .middle.bottom {
    margin-top: 1%;
  }
}
#analysis .what__cont__img li:nth-child(2) .middle.bottom .tit {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:nth-child(2) .middle.bottom .tit {
    padding-bottom: 0;
  }
}
#analysis .what__cont__img li:nth-child(2) .middle.bottom img {
  margin-left: 40px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:nth-child(2) .middle.bottom img {
    margin: 0 3%;
    max-width: 94%;
  }
}
#analysis .what__cont__img li:nth-child(2) .arrow2,
#analysis .what__cont__img li:nth-child(2) .arrow3,
#analysis .what__cont__img li:nth-child(2) .arrow4 {
  position: absolute;
  right: -72px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:nth-child(2) .arrow2,
  #analysis .what__cont__img li:nth-child(2) .arrow3,
  #analysis .what__cont__img li:nth-child(2) .arrow4 {
    right: auto;
    bottom: 17.0666666667vw;
  }
  #analysis .what__cont__img li:nth-child(2) .arrow2 img,
  #analysis .what__cont__img li:nth-child(2) .arrow3 img,
  #analysis .what__cont__img li:nth-child(2) .arrow4 img {
    width: 10.6666666667vw;
    transform: rotate(90deg);
  }
}
#analysis .what__cont__img li:nth-child(2) .arrow2 {
  top: 100px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:nth-child(2) .arrow2 {
    top: auto;
    left: 16vw;
  }
}
#analysis .what__cont__img li:nth-child(2) .arrow3 {
  right: -66px;
  top: 210px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:nth-child(2) .arrow3 {
    right: 0;
    left: 0;
    top: auto;
    bottom: 15.2vw;
  }
  #analysis .what__cont__img li:nth-child(2) .arrow3 img {
    width: 9.0666666667vw;
    transform: none;
  }
}
#analysis .what__cont__img li:nth-child(2) .arrow4 {
  top: 335px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:nth-child(2) .arrow4 {
    top: auto;
    right: 16vw;
  }
}
#analysis .what__cont__img li:last-child {
  width: 294px;
  padding: 0 15px;
  border: 1px dashed #ccc;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:last-child {
    width: 98%;
    margin: 1%;
    padding: 5% 0;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:last-child .tit {
    padding: 0 0 4vw;
  }
}
#analysis .what__cont__img li:last-child .last img {
  display: inline-block;
  margin: 5px 15px 20px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:last-child .last img {
    margin: 2%;
    max-width: 45%;
  }
}
#analysis .what__cont__img li:last-child .last.top {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 22px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:last-child .last.top {
    padding: 0 2% 3%;
    border-bottom: 0;
    border-right: 1px dashed #ccc;
  }
}
#analysis .what__cont__img li:last-child .last.bottom {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img li:last-child .last.bottom {
    padding: 0 2%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__img .sub-txt {
    text-align: center;
    margin-top: 16vw;
    font-size: 3.7333333333vw;
  }
}
#analysis .what__cont__txt {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #analysis .what__cont__txt {
    display: none;
  }
}
#analysis .what__cont__txt p {
  text-align: center;
}
#analysis .what__cont__txt img {
  position: absolute;
  bottom: 110px;
}
#analysis .what__cont__txt .pointer1 {
  left: 400px;
}
#analysis .what__cont__txt .pointer2 {
  right: 335px;
}
#analysis .report__content li {
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  #analysis .report__content li {
    margin: 9.3333333333vw auto;
  }
}
#analysis .report__content li h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #analysis .report__content li h3 {
    font-size: 5.7333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
#analysis .report__content li p {
  margin: 20px auto 40px;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #analysis .report__content li p {
    font-size: 3.6vw;
    font-weight: bold;
    margin: 0 auto 6.6666666667vw;
  }
}

#pricing .mv {
  background-image: url(../pricing/img/mv_pc.jpg);
}
@media screen and (max-width: 768px) {
  #pricing .mv {
    background-image: url(../pricing/img/mv_sp.jpg);
  }
}
#pricing .mv__inner {
  display: block;
  text-align: center;
}
#pricing .mv__txt {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #pricing .mv__txt {
    height: 104vw;
    padding-top: 25.3333333333vw;
  }
}
#pricing .mv__txt .mv__txt01 {
  margin: 29px 0 55px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #pricing .mv__txt .mv__txt01 {
    margin: 0 0 4.8vw;
  }
}
#pricing .table table {
  margin: 80px auto;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #pricing .table table {
    margin: 10.6666666667vw auto 16vw;
    font-size: 3.2vw;
  }
}
#pricing .table table .none {
  background: #fff;
  border: none;
}
#pricing .table table td,
#pricing .table table th {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  padding: 0 50px;
  height: 80px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #pricing .table table td,
  #pricing .table table th {
    padding: 2.6666666667vw 2.6666666667vw;
    height: auto;
  }
}
#pricing .table table th {
  background: #efefef;
}
#pricing .table table .ttl td,
#pricing .table table .ttl th {
  color: #fff;
  height: 58px;
}
@media screen and (max-width: 768px) {
  #pricing .table table .ttl td,
  #pricing .table table .ttl th {
    height: 9.3333333333vw;
  }
}
#pricing .table table .ttl th {
  background: #094a8d;
}
@media screen and (max-width: 768px) {
  #pricing .table table .ttl th.w-size {
    width: 30.1333333333vw;
  }
}
#pricing .step {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  #pricing .step {
    margin-bottom: 12vw;
  }
}
#pricing .price-nav {
  margin: 110px auto;
}
@media screen and (max-width: 768px) {
  #pricing .price-nav {
    margin: 12vw auto;
  }
}
#pricing .price-nav h3 {
  font-weight: bold;
  font-size: 29px;
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  #pricing .price-nav h3 {
    font-size: 5.3333333333vw;
  }
}
#pricing .price-nav .nav {
  margin-top: 50px;
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  #pricing .price-nav .nav {
    margin-top: 5.3333333333vw;
    width: 85%;
  }
  #pricing .price-nav .nav li {
    width: 46%;
  }
  #pricing .price-nav .nav li img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #pricing .price-nav .nav__txt {
    height: auto;
    margin-top: 4vw;
    font-size: 4vw;
  }
}
#pricing .price-nav .nav__txt__desc {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  #pricing .price-nav .nav__txt__desc {
    margin: 2vw auto 4vw;
    font-size: 3.2vw;
    line-height: 1.2;
  }
}
#pricing .price-nav .nav .link {
  width: 235px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pricing .price-nav .nav .link {
    width: 100%;
    font-size: 3.4666666667vw;
  }
  #pricing .price-nav .nav .link:after {
    top: 2.9333333333vw;
  }
}
#pricing .price-nav .step-service {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #pricing .price-nav .step-service {
    font-size: 4vw;
  }
}
#pricing .price-nav .step-service .service-ttl {
  text-align: center;
}
#pricing .price-nav .step-service .service-list {
  width: 800px;
  margin: 30px auto;
  padding: 40px 0 40px 80px;
  background: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  #pricing .price-nav .step-service .service-list {
    width: 90%;
    margin: 5.3333333333vw auto;
    padding: 5.3333333333vw 0vw 5.3333333333vw 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
#pricing .price-nav .step-service .service-list li {
  width: 33.3333333333%;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  #pricing .price-nav .step-service .service-list li {
    width: 50%;
  }
}
#pricing .step .step-detail {
  position: relative;
  margin: 140px auto 0;
  max-width: 950px;
}
@media screen and (max-width: 768px) {
  #pricing .step .step-detail {
    margin-top: 14.1333333333vw;
  }
}
#pricing .step .step-detail .step-list {
  padding-top: 100px;
  display: flex;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #pricing .step .step-detail .step-list {
    padding-top: 0;
    margin-left: 14vw;
    flex-direction: column;
  }
}
#pricing .step .step-detail .step-list dl {
  width: auto;
  padding: 0 27px;
  border-right: 1px dashed #ccc;
}
@media screen and (max-width: 768px) {
  #pricing .step .step-detail .step-list dl {
    padding: 4.5333333333vw 0 4vw;
    border-right: 0;
    border-bottom: 1px dashed #ccc;
  }
}
#pricing .step .step-detail .step-list dl:first-child {
  border-left: 1px dashed #ccc;
}
@media screen and (max-width: 768px) {
  #pricing .step .step-detail .step-list dl:first-child {
    border-left: 0;
    border-top: 1px dashed #ccc;
  }
}
#pricing .step .step-detail .step-list .step-ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #pricing .step .step-detail .step-list .step-ttl {
    line-height: 1;
    font-size: 4vw;
  }
}
#pricing .step .step-detail .step-list .txt,
#pricing .step .step-detail .step-list .txt-list {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #pricing .step .step-detail .step-list .txt,
  #pricing .step .step-detail .step-list .txt-list {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#pricing .step .step-detail .step-list .txt-list {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #pricing .step .step-detail .step-list .txt-list {
    margin-top: 2vw;
    line-height: 1.5;
  }
}
#pricing .step .step-detail .sub-ex1,
#pricing .step .step-detail .sub-ex2 {
  position: absolute;
}
#pricing .step .step-detail .sub-ex1 {
  top: 30px;
  width: 704px;
  text-align: center;
  color: #094a8d;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #pricing .step .step-detail .sub-ex1 {
    display: flex;
    align-items: center;
    width: auto;
    height: 119.6vw;
    top: 0;
  }
  #pricing .step .step-detail .sub-ex1 img {
    height: 62.4vw;
    vertical-align: middle;
  }
}
#pricing .step .step-detail .sub-ex1:before {
  content: "";
  background: url(../pricing/img/arrow.gif) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 17px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #pricing .step .step-detail .sub-ex1:before {
    background: url(../pricing/img/arrow-sp.gif) no-repeat;
    background-size: contain;
    width: 4.5333333333vw;
    height: 100%;
    left: 7.3333333333vw;
    top: 0;
  }
}
#pricing .step .step-detail .sub-ex2 {
  right: 203px;
  top: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 1.4;
  border-radius: 90px;
  background: #ed6d00;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #pricing .step .step-detail .sub-ex2 {
    width: 28.2666666667vw;
    height: 28.2666666667vw;
    font-size: 4vw;
    right: 0;
    top: 106.6666666667vw;
  }
}
#pricing .step .step-detail .sub-ex2:before {
  content: "";
  position: absolute;
  top: 97%;
  left: 50%;
  margin-left: -6px;
  border: 12px solid transparent;
  border-top-color: #ed6d00;
  border-width: 12px 7px 12px 7px;
}
@media screen and (max-width: 768px) {
  #pricing .step .step-detail .sub-ex2:before {
    left: auto;
    top: 50%;
    right: 98%;
    margin-left: 0;
    margin-top: -2vw;
    border-width: 2vw 2.6666666667vw 2vw 2.6666666667vw;
    border-top-color: none;
    border-color: rgba(239, 109, 0, 0);
    border-right-color: #ed6d00;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  #pricing .step .step-detail .sub-ex2:after {
    content: "";
    width: 5.3333333333vw;
    height: 2.6666666667vw;
    display: block;
    position: absolute;
    right: 29.0666666667vw;
    top: 47%;
    background: #fff;
    z-index: 0;
  }
}
#pricing .faq .faq-inner {
  width: 670px;
  margin: 90px auto 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #pricing .faq .faq-inner {
    width: 90%;
    margin: 8vw auto 2.6666666667vw;
  }
}
#pricing .faq .faq-inner dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 50px 0 20px;
}
#pricing .faq .faq-inner dt:before {
  content: "Q.";
  font-size: 24px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #pricing .faq .faq-inner dt {
    font-size: 3.4666666667vw;
    margin: 2.6666666667vw 0 1.3333333333vw;
  }
  #pricing .faq .faq-inner dt:before {
    font-size: 4vw;
    margin-right: 2.6666666667vw;
  }
}
#pricing .faq .faq-inner dd {
  position: relative;
  font-size: 19px;
  font-size: 1.9rem;
  padding-left: 46px;
}
#pricing .faq .faq-inner dd:before {
  position: absolute;
  left: 0;
  top: -5px;
  content: "A.";
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #pricing .faq .faq-inner dd {
    font-size: 3.2vw;
    padding-left: 7.2vw;
  }
  #pricing .faq .faq-inner dd:before {
    top: -0.6666666667vw;
    font-size: 4vw;
  }
}

#app_growth .mv {
  background-image: url("../app_growth/img/mv_pc.jpg");
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #app_growth .mv {
    margin-bottom: 24vw;
    background-image: url("../app_growth/img/mv_sp.jpg");
  }
}
@media screen and (min-width: 1501px) {
  #app_growth .mv {
    background-size: auto;
    background-color: #0a101e;
  }
}
#app_growth .mv__inner {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #app_growth .mv__inner {
    padding-top: 0;
  }
}
#app_growth .mv__txt {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #app_growth .mv__txt {
    margin-right: auto;
    margin-left: 5.3333333333vw;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #app_growth .mv__ttl {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #app_growth .mv__txt01 {
    margin-bottom: 36vw;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  #app_growth .mv .cvbtn.medium {
    bottom: -24vw;
  }
}
#app_growth .what p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #app_growth .what p {
    font-size: 3.6vw;
  }
}
#app_growth .what .what-growth {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #app_growth .what .what-growth {
    margin-bottom: 0;
  }
}
#app_growth .what .what-growth li {
  width: 33.3333333333%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #app_growth .what .what-growth li {
    width: 90%;
    margin: 0 auto 8vw;
  }
}
#app_growth .what .what-growth__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  margin-top: 60px;
  padding: 14px 0 34px 77px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #app_growth .what .what-growth__ttl {
    font-size: 5.7333333333vw;
    margin-top: 4vw;
    padding: 3.7333333333vw 0 8vw 17.8666666667vw;
  }
}
#app_growth .what .what-growth__ttl .step {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 57px;
  line-height: 1.2;
  color: #fff;
  background: #094a8d;
  border-radius: 57px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #app_growth .what .what-growth__ttl .step {
    font-size: 4.6666666667vw;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    border-radius: 14.6666666667vw;
  }
}
#app_growth .what .what-growth__ttl .step:before {
  content: "STEP";
  display: block;
  font-size: 11px;
  padding-top: 13px;
}
@media screen and (max-width: 768px) {
  #app_growth .what .what-growth__ttl .step:before {
    font-size: 2.8vw;
    padding-top: 3.2vw;
  }
}
#app_growth .detail-list__img {
  min-height: 131px;
}
@media screen and (max-width: 768px) {
  #app_growth .detail-list__img {
    min-height: auto;
  }
}
#app_growth .effect-result {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #app_growth .effect-result {
    margin-top: 13.3333333333vw;
  }
}
#app_growth .effect-result p {
  text-align: center;
}
#app_growth .effect-result .effect-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #app_growth .effect-result .effect-ttl {
    font-size: 6.6666666667vw;
  }
}
#app_growth .effect-result .effect-txt {
  padding: 15px 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #app_growth .effect-result .effect-txt {
    padding: 5.3333333333vw 0;
    font-size: 3.6vw;
    font-weight: bold;
  }
}
#app_growth .effect-result .effect-txt__bold {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 40px auto 80px;
}
@media screen and (max-width: 768px) {
  #app_growth .effect-result .effect-txt__bold {
    margin: 4vw auto 13.3333333333vw;
    font-size: 4vw;
  }
}
#app_growth .effect-result .effect-img {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #app_growth .effect-result .effect-img {
    padding-bottom: 6.6666666667vw;
  }
}
#app_growth .effect-result .effect-img span {
  position: absolute;
  bottom: 0;
  left: 70px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #app_growth .effect-result .effect-img span {
    left: 10.6666666667vw;
    font-size: 3.2vw;
    font-weight: bold;
  }
}
#app_growth .effect-result .effect-img span.main {
  left: auto;
  right: 57px;
  color: #094a8d;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #app_growth .effect-result .effect-img span.main {
    right: 7.6vw;
  }
}
#app_growth .flow__txt {
  margin-top: 80px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #app_growth .flow__txt {
    margin-top: 10.6666666667vw;
    font-size: 3.6vw;
    font-weight: bold;
  }
}
#app_growth .flow .flow-data {
  margin: 60px auto 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #app_growth .flow .flow-data {
    margin: 8vw auto 16vw;
  }
}
#app_growth .flow .flow-data__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #094a8d;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #app_growth .flow .flow-data__ttl {
    margin: 4vw auto;
    font-size: 5.7333333333vw;
  }
}
#app_growth .flow .flow-data__img01 {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #app_growth .flow .flow-data__img01 {
    margin-top: 2.6666666667vw;
  }
}
#app_growth .flow .flow-data__img01 .install {
  position: absolute;
  font-size: 14px;
  font-size: 1.4rem;
  right: 590px;
  bottom: 130px;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #app_growth .flow .flow-data__img01 .install {
    font-size: 2.9333333333vw;
    right: 65.3333333333vw;
    bottom: 21.3333333333vw;
    line-height: 1.2;
  }
}
#app_growth .flow .flow-data__img01 .install.not {
  bottom: auto;
  top: 9px;
  color: #999;
}
@media screen and (max-width: 768px) {
  #app_growth .flow .flow-data__img01 .install.not {
    top: 1.2vw;
  }
}
#app_growth .flow .flow-data__img02 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #app_growth .flow .flow-data__img02 {
    width: 95vw;
    margin-top: 2.6666666667vw;
    display: inline-block;
    overflow: auto;
  }
  #app_growth .flow .flow-data__img02:-webkit-scrollbar {
    height: 1.3333333333vw;
  }
  #app_growth .flow .flow-data__img02:-webkit-scrollbar-track {
    background: #c7c7c7;
  }
  #app_growth .flow .flow-data__img02:-webkit-scrollbar-thumb {
    background: #999;
  }
  #app_growth .flow .flow-data__img02 img {
    margin: 0 2.6666666667vw 2.6666666667vw 0;
    width: 140vw;
    max-width: none;
  }
}

#aso .mv {
  background-image: url(../aso/img/mv_pc.jpg);
}
@media screen and (max-width: 768px) {
  #aso .mv {
    background-image: url(../aso/img/mv_sp.jpg);
  }
}
#aso .mv__inner {
  padding: 0;
}
#aso .mv__txt .mv__ttl {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #aso .mv__txt .mv__ttl {
    font-size: 6.4vw;
  }
}
#aso .mv__txt .mv__txt01 {
  margin-top: 1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #aso .mv__txt .mv__txt01 {
    margin: 2.6666666667vw 0;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  #aso .mv__img {
    margin: 0 auto;
  }
  #aso .mv__img img {
    width: 59.2vw;
  }
}
#aso .summary {
  margin: 30px auto 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #aso .summary {
    margin: 5.3333333333vw auto;
    font-size: 3.6vw;
    letter-spacing: 0.05em;
  }
}
#aso .what .what-aso {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #aso .what .what-aso {
    display: inline-block;
    width: 100%;
    margin: 4vw auto 10.6666666667vw;
  }
}
#aso .what .what-aso__txt {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #aso .what .what-aso__txt {
    position: relative;
    padding-bottom: 66.6666666667vw;
  }
}
#aso .what .what-aso__txt .what-aso___txt {
  width: 271px;
  padding: 25px 0;
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
  border-radius: 12px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #aso .what .what-aso__txt .what-aso___txt {
    width: 70%;
    padding: 2.6666666667vw 0;
    font-size: 3.7333333333vw;
    border-radius: 1.8666666667vw;
  }
}
#aso .what .what-aso__txt .what-aso___txt.txt01 {
  background: #094a8d;
  color: #fff;
}
#aso .what .what-aso__txt .what-aso___txt.txt02 {
  background: #efefef;
  color: #094a8d;
}
@media screen and (max-width: 768px) {
  #aso .what .what-aso__txt .what-aso___txt.txt02 {
    width: 40vw;
    font-size: 3.4666666667vw;
    padding: 2vw;
  }
}
#aso .what .what-aso__txt .what-aso___txt.txt03 {
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  #aso .what .what-aso__txt .what-aso___txt.txt03 {
    position: absolute;
    bottom: -69.3333333333vw;
    width: 40vw;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#aso .what .what-aso__txt .what-aso___btm {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 80px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #aso .what .what-aso__txt .what-aso___btm {
    padding-top: 10.6666666667vw;
    margin-top: 1.3333333333vw;
    justify-content: space-between;
    align-items: center;
  }
}
#aso .what .what-aso__txt .what-aso___btm .what-aso___btm-img {
  width: 88px;
  transform: rotate(180deg);
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #aso .what .what-aso__txt .what-aso___btm .what-aso___btm-img {
    width: 6.6666666667vw;
    margin-bottom: -65.8666666667vw;
  }
}
#aso .what .what-aso__txt .what-aso___btm .arrow-top {
  position: absolute;
  top: 23px;
  width: 52px;
}
@media screen and (max-width: 768px) {
  #aso .what .what-aso__txt .what-aso___btm .arrow-top {
    top: 2.6666666667vw;
    width: 6.6666666667vw;
  }
}
#aso .what .what-aso__txt .what-aso___btm .arrow-top.left {
  left: 160px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #aso .what .what-aso__txt .what-aso___btm .arrow-top.left {
    left: 14.6666666667vw;
  }
}
#aso .what .what-aso__txt .what-aso___btm .arrow-top.right {
  right: 160px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #aso .what .what-aso__txt .what-aso___btm .arrow-top.right {
    right: 14.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #aso .what .what-aso__img {
    position: absolute;
    bottom: 20.6666666667vw;
  }
  #aso .what .what-aso__img.left {
    left: 12vw;
  }
  #aso .what .what-aso__img.right {
    right: 12vw;
  }
  #aso .what .what-aso__img img {
    width: 26.6666666667vw;
  }
}
#aso .reason .reason-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #aso .reason .reason-content {
    flex-direction: column;
  }
}
#aso .reason .reason-content .reason-inner {
  width: 40%;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  #aso .reason .reason-content .reason-inner {
    width: 80%;
    margin: 4vw auto 9.3333333333vw;
  }
}
#aso .reason .reason-content .reason-inner p {
  margin: 50px auto;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #aso .reason .reason-content .reason-inner p {
    font-size: 4vw;
    margin: 2.6666666667vw auto;
  }
}
@media screen and (max-width: 768px) {
  #aso .reason .reason-content .reason-inner img {
    width: 80%;
  }
}
#aso .step .step-content {
  margin: 40px auto 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #aso .step .step-content {
    margin: 4vw auto 0;
  }
}
#aso .step .step-content .step-inner {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #aso .step .step-content .step-inner {
    margin-top: 0;
  }
}
#aso .step .step-content .step-inner__ttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #094a8d;
}
@media screen and (max-width: 768px) {
  #aso .step .step-content .step-inner__ttl {
    margin-bottom: 1.3333333333vw;
    font-size: 3.3333333333vw;
    height: 3em;
    line-height: 1.3;
  }
}
#aso .step .step-content.top {
  background: url(../aso/img/step-bg01.gif) no-repeat;
  background-position: center center;
  background-size: 920px;
}
@media screen and (max-width: 768px) {
  #aso .step .step-content.top {
    background-size: contain;
  }
}
#aso .step .step-content.top .step-inner {
  width: 412px;
}
@media screen and (max-width: 768px) {
  #aso .step .step-content.top .step-inner {
    width: 40%;
    margin: 0 2.5%;
  }
}
#aso .step .step-content.top .step-inner span {
  display: block;
  margin: 30px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #aso .step .step-content.top .step-inner span {
    margin: 4vw 0;
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  #aso .step .step-content.top .step-inner img {
    width: 80%;
  }
}
#aso .step .step-content.bottom {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #aso .step .step-content.bottom {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #aso .step .step-content.bottom .step-inner {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #aso .step .step-content.bottom .step-inner__ttl {
    height: auto;
  }
}
#aso .step .step-content.bottom .step-inner__img {
  height: 350px;
}
@media screen and (max-width: 768px) {
  #aso .step .step-content.bottom .step-inner__img {
    height: auto;
    width: 90%;
    margin: 0 auto;
  }
}
#aso .step .step-content.bottom .step-inner__img.right {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  #aso .step .step-content.bottom .step-inner__img.right {
    padding: 0;
    margin-right: -0.6666666667vw;
  }
}
#aso .step .step-content.bottom .step-inner__txt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #aso .step .step-content.bottom .step-inner__txt {
    font-size: 3.3333333333vw;
    padding-top: 2.6666666667vw;
  }
}

#white_paper .mv {
  background-image: none;
  background: #094a8d;
}
#white_paper .mv__inner {
  align-items: center;
  height: 389px;
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 768px) {
  #white_paper .mv__inner {
    height: auto;
    padding: 0;
  }
}
#white_paper .mv__img {
  margin-top: 0;
  margin-left: -95px;
}
@media screen and (max-width: 768px) {
  #white_paper .mv__img {
    margin: 6.6666666667vw 0 0;
    text-align: center;
  }
}
#white_paper .mv img {
  width: 441px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #white_paper .mv img {
    width: 80%;
  }
}
#white_paper .mv__ttl {
  letter-spacing: 0.02em;
}
#white_paper .mv__txt {
  color: #fff;
}
#white_paper .mv__txt01 {
  margin-top: 34px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #white_paper .mv__txt01 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#white_paper .wp_contact {
  max-width: 1100px;
  margin: 60px auto;
}
#white_paper .wp_contact .tit {
  font-size: 3em;
  font-weight: bold;
}
#white_paper .wp_contact .txt {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
#white_paper .wp_contact .line {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 2em;
  background: #000;
}
#white_paper .wp_comp {
  min-height: 55vh;
}
@media screen and (max-width: 768px) {
  #white_paper .wp_comp {
    width: 90%;
    height: 60vh;
    min-height: inherit;
  }
}
#white_paper .wp_comp .txt {
  margin-top: 2em;
}
#white_paper .wp_comp__inner {
  margin: 5em auto;
}
#white_paper .wp_comp__inner .dl_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 90%;
  max-width: 400px;
  font-weight: bold;
  color: #fff;
  padding: 0.8em 0;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
  background: #ed6d00;
}
#white_paper .wp_comp__inner .dl_btn img {
  width: 1em;
  height: 1em;
}
#white_paper .wp_comp__inner .dl_txt {
  font-size: 1.1em;
  margin-top: 2em;
}
#white_paper .wp_comp__inner .dl_txt a {
  color: #094a8d;
}
@media screen and (max-width: 768px) {
  #white_paper .breadcrumb ul li a {
    overflow: hidden;
    max-width: 12em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

#white_paper .doc-list,
#event .doc-list {
  width: 1056px;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #white_paper .doc-list,
  #event .doc-list {
    width: 100%;
    margin: 8vw auto;
  }
}
#white_paper .doc-list li,
#event .doc-list li {
  width: 330px;
  margin: 15px 11px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  #white_paper .doc-list li,
  #event .doc-list li {
    width: 96%;
    margin: 3% auto;
  }
}
#white_paper .doc-list li a,
#event .doc-list li a {
  display: inline-block;
  text-decoration: none;
}
#white_paper .doc-list__img,
#event .doc-list__img {
  width: 328px;
  height: 226px;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
  border-bottom: #f2f2f2 1px solid;
}
@media screen and (max-width: 768px) {
  #white_paper .doc-list__img,
  #event .doc-list__img {
    width: 100%;
    height: auto;
  }
}
#white_paper .doc-list__img img,
#event .doc-list__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
  max-height: 225px;
}
@media screen and (max-width: 768px) {
  #white_paper .doc-list__img img,
  #event .doc-list__img img {
    position: relative;
    max-height: inherit;
  }
}
#white_paper .doc-list__content,
#event .doc-list__content {
  padding: 23px 35px 28px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #white_paper .doc-list__content,
  #event .doc-list__content {
    padding: 6.1333333333vw 7.4666666667vw;
  }
}
#white_paper .doc-list__content .tag,
#event .doc-list__content .tag {
  display: inline-block;
  margin-right: auto;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 9px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #white_paper .doc-list__content .tag,
  #event .doc-list__content .tag {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#white_paper .doc-list__content .tag.blue,
#event .doc-list__content .tag.blue {
  background: #094a8d;
}
#white_paper .doc-list__content .tag.blueG,
#event .doc-list__content .tag.blueG {
  background: #339999;
}
#white_paper .doc-list__content .tag.purple,
#event .doc-list__content .tag.purple {
  background: #9966CC;
}
#white_paper .doc-list__content .tag.black,
#event .doc-list__content .tag.black {
  background: #000;
}
#white_paper .doc-list__content .tag.orange,
#event .doc-list__content .tag.orange {
  background: #ed6d00;
}
#white_paper .doc-list__content .tag.service,
#event .doc-list__content .tag.service {
  background: #094a8d;
}
#white_paper .doc-list__content .tag.service:after,
#event .doc-list__content .tag.service:after {
  content: "サービス紹介";
}
#white_paper .doc-list__content .tag.howto,
#event .doc-list__content .tag.howto {
  background: #000;
}
#white_paper .doc-list__content .tag.howto:after,
#event .doc-list__content .tag.howto:after {
  content: "活用方法";
}
#white_paper .doc-list__content .tag.on,
#event .doc-list__content .tag.on {
  background: #ed6d00;
}
#white_paper .doc-list__content .tag.on:after,
#event .doc-list__content .tag.on:after {
  content: "受付中";
}
#white_paper .doc-list__content .tag.off,
#event .doc-list__content .tag.off {
  background: #d6d6d6;
}
#white_paper .doc-list__content .tag.off:after,
#event .doc-list__content .tag.off:after {
  content: "受付終了";
  color: #666666;
}
#white_paper .doc-list__content .tag.dl,
#event .doc-list__content .tag.dl {
  background: #094a8d;
}
#white_paper .doc-list__content .tag.dl:after,
#event .doc-list__content .tag.dl:after {
  content: "当日資料DL可能";
}
#white_paper .doc-list__content .tag.report,
#event .doc-list__content .tag.report {
  background: #669933;
}
#white_paper .doc-list__content .tag.report:after,
#event .doc-list__content .tag.report:after {
  content: "調査レポート";
}
#white_paper .doc-list__content .title,
#event .doc-list__content .title {
  margin: 0.9em 0 0.8em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  min-height: 5em;
  height: auto;
}
@media screen and (max-width: 768px) {
  #white_paper .doc-list__content .title,
  #event .doc-list__content .title {
    font-size: 4.2666666667vw;
  }
}
#white_paper .doc-list__content .btn,
#event .doc-list__content .btn {
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  #white_paper .doc-list__content .btn,
  #event .doc-list__content .btn {
    padding: 3.7333333333vw 0;
  }
}
#white_paper .doc-list__content .btn:after,
#event .doc-list__content .btn:after {
  width: 9px;
  height: 9px;
  border-width: 2px;
  right: 18px;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  #white_paper .doc-list__content .btn:after,
  #event .doc-list__content .btn:after {
    width: 2.4vw;
    height: 2.4vw;
    border-width: 0.5333333333vw;
    right: 4.2666666667vw;
    margin-top: -0.2666666667vw;
  }
}
#white_paper .doc-list__content .btn:before,
#event .doc-list__content .btn:before {
  content: "資料ダウンロード";
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #white_paper .doc-list__content .btn:before,
  #event .doc-list__content .btn:before {
    font-size: 4vw;
  }
}
#white_paper .doc-list__img,
#event .doc-list__img {
  overflow: inherit;
  text-align: left;
}
#white_paper .new,
#event .new {
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -10px;
  box-sizing: border-box;
  padding: 0.2em 0.6em;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: #ed6d00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#white_paper .new:before,
#event .new:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 9px #824815;
}
@media screen and (max-width: 768px) {
  #white_paper .new,
  #event .new {
    top: 2vw;
    left: -2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  #white_paper .new:before,
  #event .new:before {
    border-bottom: solid 1.0666666667vw transparent;
    border-right: solid 2.4vw #824815;
  }
}

#event {
  /* イベント詳細ページ */
}
@media screen and (max-width: 768px) {
  #event .breadcrumb p {
    width: 48vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
#event .mv {
  background-image: url(../event/img/mv-pc.png);
  background-color: #094a8d;
  background-size: cover;
  background-position: center;
}
#event .mv__inner {
  display: inline-block;
  text-align: center;
  height: 389px;
}
@media screen and (max-width: 768px) {
  #event .mv__inner {
    height: auto;
    padding: 0;
  }
}
#event .mv__txt {
  padding-top: 120px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #event .mv__txt {
    height: 64vw;
    padding-top: 16vw;
  }
}
#event .mv__ttl {
  letter-spacing: 0.02em;
}
#event .mv__txt01 {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  #event .mv__txt01 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#event .doc-list li {
  width: 330px;
  margin: 15px 11px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  #event .doc-list li {
    width: 96%;
    margin: 3% auto;
  }
}
#event .doc-list li a {
  display: inline-block;
  text-decoration: none;
}
#event .doc-list__img {
  height: 189px;
}
@media screen and (max-width: 768px) {
  #event .doc-list__img {
    width: 100%;
    height: auto;
  }
}
#event .doc-list__content {
  padding: 20px 35px 25px;
}
#event .doc-list__content .title {
  overflow: hidden;
  margin: 0.6em 0 1.1em;
  height: 4.5em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  #event .doc-list__content .title {
    font-size: 4.2666666667vw;
    height: auto;
  }
}
#event .doc-list__content .btn:before {
  content: "詳細をみる";
}
#event .article-img {
  margin: 0 auto;
  width: 760px;
}
@media screen and (max-width: 768px) {
  #event .article-img {
    width: 100%;
  }
}
#event .article-img img {
  width: 100%;
  height: auto;
}
#event .article-inner {
  margin: 0 auto 60px;
  width: 760px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #event .article-inner {
    margin: 0 auto 8vw;
    width: 92%;
    font-size: 3.6vw;
    line-height: 1.4;
  }
}
#event .article-inner > div {
  margin-top: 30px;
}
#event .article-inner .end-event {
  background: #f1f1f1;
  text-align: center;
  padding: 30px 0;
  margin: 35px auto;
}
@media screen and (max-width: 768px) {
  #event .article-inner .end-event {
    padding: 4vw;
    margin: 6.6666666667vw auto;
  }
}
#event .article-inner .dl-btn {
  width: 260px;
  margin: 20px auto 0;
  background: white;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #event .article-inner .dl-btn {
    width: 90%;
    margin: 2.6666666667vw auto 0;
    padding: 3.3333333333vw 0;
    font-size: 3.6vw;
  }
}
#event .article-inner .dl-btn:after {
  width: 9px;
  height: 9px;
  border-width: 2px;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  #event .article-inner .dl-btn:after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-width: 0.5333333333vw;
    margin-top: -0.2666666667vw;
  }
}
#event .article-inner .date {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #999;
}
@media screen and (max-width: 768px) {
  #event .article-inner .date {
    font-size: 3.2vw;
  }
}
#event .article-inner .title {
  margin-top: 5px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #event .article-inner .title {
    margin-top: 1.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.4;
  }
}
#event .article-inner .obi-title {
  margin: 1.8em 0 0;
  padding: 0.3em 0 0.3em 0.85em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #f1f1f1;
  border-left: 8px solid #9ebad7;
}
@media screen and (max-width: 768px) {
  #event .article-inner .obi-title {
    margin-top: 1.5em;
    padding: 0.5em 0.5em 0.5em 0.85em;
    font-size: 3.7333333333vw;
    border-width: 1.8666666667vw;
  }
}
#event .article-inner .sub-title {
  font-weight: bold;
  color: #094a8d;
  margin: 1.6em 0 0;
}
@media screen and (max-width: 768px) {
  #event .article-inner .sub-title {
    margin: 1em 0 0;
  }
}
#event .article-inner pre {
  margin: 1.6em 0 0;
  white-space: pre-wrap;
}
@media screen and (max-width: 768px) {
  #event .article-inner pre {
    margin: 1em 0 0;
  }
}
#event .article-inner .table {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5em 0;
}
@media screen and (max-width: 768px) {
  #event .article-inner .table {
    padding: 1em 0;
    font-size: 3.6vw;
  }
}
#event .article-inner .table dt {
  width: 25%;
  padding: 1em 0 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #event .article-inner .table dt {
    padding: 1em 0;
  }
}
#event .article-inner .table dd {
  width: 75%;
  padding: 1.2em 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #event .article-inner .table dd {
    padding: 1em 0;
  }
}
#event .article-inner .table .last {
  border: 0;
}
#event .article-inner .table-column dt {
  font-weight: bold;
  padding: 1.5em 0 1em;
}
@media screen and (max-width: 768px) {
  #event .article-inner .table-column dt {
    padding: 1em 0 0.5em;
  }
}
#event .article-inner .table-column dd {
  padding: 0.5em 0 1.5em;
}
#event .article-inner #form-anker {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  #event .article-inner #form-anker {
    padding-top: 8vw;
    margin-top: -8vw;
  }
}
#event .article-inner .form {
  width: auto;
}
#event .article-inner .form__wrap {
  display: block;
}
#event .article-inner .form__thmb {
  width: auto;
  padding-left: 10px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #event .article-inner .form__thmb {
    flex-direction: column;
    margin-bottom: 0;
    padding: 5.3333333333vw;
    font-size: 2.9333333333vw;
    line-height: 1.6;
  }
}
#event .article-inner .form__thmb .form__img {
  width: 45%;
  margin-bottom: 0;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #event .article-inner .form__thmb .form__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
#event .article-inner .form__thmb .form__doc {
  width: 46%;
}
@media screen and (max-width: 768px) {
  #event .article-inner .form__thmb .form__doc {
    width: 100%;
  }
}
#event .article-inner .form__thmb .form__question {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #event .article-inner .form__thmb .form__question {
    margin-bottom: 5.3333333333vw;
  }
}
#event .article-inner .form__container {
  width: 100%;
  padding: 20px 20px 30px 30px;
}
@media screen and (max-width: 768px) {
  #event .article-inner .form__container {
    margin: 0;
    width: 98%;
    padding: 0 0 0 2%;
  }
}/*# sourceMappingURL=page.css.map */