@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;
}

/* * * * * * * * * * * * * * * *
  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;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.performance .main .main-txt__ttl {
  margin-bottom: 1.3333333333vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 5.4666666667vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .performance .main .main-txt__ttl {
    width: 100%;
    margin-bottom: 20px;
    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__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
  margin: 0 auto 4vw;
}
@media screen and (min-width: 769px) {
  .performance .main .main-logo__list {
    max-width: 890px;
    gap: 22px;
    margin: 0 auto 50px;
  }
}
.performance .main .main-logo__list li {
  width: 14.6666666667vw;
  height: auto;
  border-radius: 2.9333333333vw;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .performance .main .main-logo__list li {
    width: 92px;
    border-radius: 17px;
  }
}
.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: 50px auto;
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.performance .main .notice {
  color: #000;
  font-weight: normal;
  font-size: 2.4vw;
  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;
}/*# sourceMappingURL=base.css.map */