@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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  line-height: 1.4;
  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;
  -webkit-transition: opacity linear 0.2s;
  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;
  -webkit-font-feature-settings: "palt";
  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;
  }
}

.sp {
  display: inline-block;
}

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

.pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc {
    display: inline-block;
  }
}

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

.fc-yellow {
  color: #eaff3b;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #d3eaff), to(#d3eaff));
  background: linear-gradient(transparent 50%, #d3eaff 50%, #d3eaff 100%);
}

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

.js-fade-up.inactive {
  opacity: 0;
}

/* * * * * * * * * * * * * * * *
  PARTS
* * * * * * * * * * * * * * * */
.ttl {
  background-color: #efefef;
  padding: 7.33333vw 5.33333vw 7.86667vw;
  margin-bottom: 9.06667vw;
}

@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.73333vw;
  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.33333vw;
  height: 0.93333vw;
  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: #9ebbd8;
  left: 50%;
}

.btn {
  display: block;
  width: 100%;
  border: solid #000 1px;
  padding: 2.66667vw;
  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.13333vw;
  height: 2.13333vw;
  border: solid #000 0.53333vw;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 2.93333vw;
  top: 50%;
  margin-top: -0.53333vw;
}

@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.66667vw;
  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.06667vw;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  position: absolute;
  right: 0.26667vw;
  bottom: 0.26667vw;
}

@media screen and (min-width: 769px) {
  .btn-sub:after {
    border-width: 4px;
    right: 2px;
    bottom: 2px;
  }
}

.cvbtn {
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  .cvbtn {
    margin: 0;
  }
}

.cvbtn a {
  position: relative;
  display: inline-block;
  background: #ed6d00;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  width: 558px;
  padding: 36px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.cvbtn a:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/right_wh.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 11px);
  right: 15px;
}

.cvbtn .free {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 20px;
  font-size: 2rem;
  top: 11px;
  left: 3px;
}

.cvbtn .free:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -6px;
  left: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
  border-width: 0 82px 82px 0;
}

.cvbtn.medium {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .cvbtn.medium {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.cvbtn.medium a {
  font-size: 20px;
  font-size: 2rem;
  width: 387px;
  padding: 20px 0;
}

.cvbtn.medium a:after {
  width: 30px;
  height: 30px;
  top: 20px;
  right: 5px;
}

.cvbtn.medium .free {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 13px;
  font-size: 1.3rem;
  top: 8px;
  left: 5px;
}

.cvbtn.medium .free:after {
  top: -5px;
  left: -14px;
  border-width: 0 55px 55px 0;
}

@media screen and (max-width: 768px) {
  .cvbtn,
  .cvbtn.medium {
    width: 100%;
    background: #fff;
    padding: 5.33333vw 0 4vw;
  }
  .cvbtn a,
  .cvbtn.medium a {
    width: 89.06667vw;
    padding: 5.33333vw 0;
    font-size: 4.26667vw;
  }
  .cvbtn a:after,
  .cvbtn.medium a:after {
    width: 2.66667vw;
    height: 2.66667vw;
    top: calc(50% - 0.3em);
  }
  .cvbtn .free,
  .cvbtn.medium .free {
    font-size: 4vw;
    top: 1.86667vw;
    left: 0.4vw;
  }
  .cvbtn .free:after,
  .cvbtn.medium .free:after {
    top: -0.93333vw;
    left: -2.66667vw;
    border-width: 0 14vw 14vw 0;
  }
}

.text-block {
  text-align: left;
}

.text-block__head {
  font-size: 5.73333vw;
  font-weight: bold;
  margin-bottom: 2.66667vw;
  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.66667vw;
  line-height: 2.66667vw;
  display: block;
  margin-top: 1.33333vw;
}

@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.86667vw;
}

@media screen and (min-width: 769px) {
  .wrapper {
    padding-top: 69px;
  }
}

.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.33333vw;
  }
}

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

.anker {
  padding-top: 13.86667vw;
  margin-top: -13.86667vw;
}

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

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

.clf:after {
  clear: both;
}

.section {
  padding-top: 13.86667vw;
  margin-top: -13.86667vw;
  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;
}

.mv {
  min-height: 89.06667vw;
  position: relative;
  background: url("../img/mv_sp.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .mv {
    min-height: 400px;
  }
}

.mv__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .mv__inner {
    padding-top: 20px;
    top: 0;
    left: 0;
    right: 0;
    width: 860px;
    margin: auto;
  }
}

.mv__inner__txt {
  position: relative;
  width: 100%;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .mv__inner__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.mv__inner__txt .mv-l {
  padding-top: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .mv__inner__txt .mv-l {
    padding-top: 20px;
  }
}

.mv__inner__txt .mv-l h1 {
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .mv__inner__txt .mv-l h1 {
    text-align: left;
    font-size: 40px;
  }
}

.mv__inner__txt .mv-l h1 .space-a {
  margin-left: -0.4em;
  letter-spacing: -0.1em;
}

.mv__inner__txt .mv-l h1 .space-b {
  margin-left: -0.4em;
  letter-spacing: -0.05em;
}

.mv__inner__txt .mv-l__txt {
  width: 40%;
  margin-left: 55%;
}

@media screen and (min-width: 769px) {
  .mv__inner__txt .mv-l__txt {
    width: auto;
    margin-left: 0;
  }
}

.mv__inner__txt .mv-l .tit {
  position: relative;
  display: inline-block;
  margin-top: 0.6em;
  padding: 0.3em 0.9em;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .mv__inner__txt .mv-l .tit {
    margin-top: 50px;
    padding: 6px 30px;
    font-size: 25px;
  }
}

.mv__inner__txt .mv-l .tit:before, .mv__inner__txt .mv-l .tit:after {
  position: absolute;
  bottom: 1.33333vw;
  content: "";
  width: 0.8em;
  height: 1em;
  display: block;
  background: url(../img/mv-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 769px) {
  .mv__inner__txt .mv-l .tit:before, .mv__inner__txt .mv-l .tit:after {
    bottom: auto;
    top: 0;
    width: 26px;
    height: 40px;
  }
}

.mv__inner__txt .mv-l .tit:before {
  left: 0;
}

.mv__inner__txt .mv-l .tit:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.mv__inner__txt .mv-l .num {
  position: relative;
  width: 22.66667vw;
  height: 45.33333vw;
  margin: 0 auto;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  font-size: 3.86667vw;
  font-weight: bold;
  line-height: 1.1;
}

@media screen and (min-width: 769px) {
  .mv__inner__txt .mv-l .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 340px;
    height: 165px;
    margin: 5px auto;
    border-radius: 13px;
    font-size: 29px;
  }
}

.mv__inner__txt .mv-l .num:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  width: calc(100% + 4px);
  height: 46.4vw;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

@media screen and (min-width: 769px) {
  .mv__inner__txt .mv-l .num:before {
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: 173px;
    border-width: 2px;
    border-radius: 16px;
  }
}

.mv__inner__txt .mv-l .num .num-l {
  font-size: 1.8em;
}

.mv__inner__txt .mv-l .num .num-s {
  font-size: 0.8em;
}

.mv__inner__txt .mv-l .num .orange {
  color: #e56d17;
}

.mv__inner__txt .mv-l .num .red {
  color: #c0342c;
}

.mv__inner__txt .mv-l .num .txt {
  width: 100%;
  padding: 3.33333vw 0;
}

@media screen and (min-width: 769px) {
  .mv__inner__txt .mv-l .num .txt {
    width: 170px;
    padding: 0;
  }
}

.mv__inner__txt .mv-l .num .line {
  height: 0.4vw;
  width: 95%;
  margin: auto;
  display: block;
  background: #745b3c;
}

@media screen and (min-width: 769px) {
  .mv__inner__txt .mv-l .num .line {
    height: 150px;
    width: 2px;
    margin: auto;
  }
}

.mv__inner .mv-r {
  position: absolute;
  bottom: 0;
  width: 40%;
  left: 10%;
}

@media screen and (min-width: 769px) {
  .mv__inner .mv-r {
    position: inherit;
  }
}

.mv__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .mv__bg {
    height: 448px;
    background: rgba(96, 94, 94, 0.4);
  }
}

.mv__movie {
  display: none;
}

@media screen and (min-width: 769px) {
  .mv__movie {
    display: block;
    position: relative;
    min-width: 1100px;
    height: 448px;
  }
}

@media screen and (min-width: 769px) {
  .mv__movie video {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    min-width: 1100px;
    min-height: 448px;
  }
}

.cta {
  padding: 1.33333vw 5.33333vw 9.33333vw;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .cta {
    padding: 36px 0 60px;
    margin: auto;
    max-width: 558px;
  }
}

.cta__txt {
  font-weight: bold;
  font-size: 5.06667vw;
}

@media screen and (min-width: 769px) {
  .cta__txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.cta__txt .cta___top {
  display: inline-block;
  position: relative;
  font-size: 4.26667vw;
}

@media screen and (min-width: 769px) {
  .cta__txt .cta___top {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.cta__txt .cta___top:before, .cta__txt .cta___top:after {
  content: "";
  position: absolute;
  top: 0.8vw;
  height: 5.06667vw;
  width: 0.26667vw;
  border-left: 0.4vw dotted #000;
}

@media screen and (min-width: 769px) {
  .cta__txt .cta___top:before, .cta__txt .cta___top:after {
    top: 3px;
    height: 30px;
    width: 2px;
    border-width: 2px;
  }
}

.cta__txt .cta___top:before {
  left: -2.66667vw;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media screen and (min-width: 769px) {
  .cta__txt .cta___top:before {
    left: -20px;
  }
}

.cta__txt .cta___top:after {
  right: -2.66667vw;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media screen and (min-width: 769px) {
  .cta__txt .cta___top:after {
    right: -20px;
  }
}

.cta__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4.66667vw;
}

@media screen and (min-width: 769px) {
  .cta__dl {
    margin-top: 25px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.cta__dl img {
  width: 33.33333vw;
  height: auto;
}

@media screen and (min-width: 769px) {
  .cta__dl img {
    width: 160px;
  }
}

.cta__dl p {
  font-weight: bold;
  text-align: left;
  margin-left: 4.8vw;
}

@media screen and (min-width: 769px) {
  .cta__dl p {
    margin-left: 30px;
  }
}

.cta__dl p span {
  font-size: 2.66667vw;
}

@media screen and (min-width: 769px) {
  .cta__dl p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.case .inner {
  position: relative;
  max-width: 100vw;
  margin: 0 auto 8vw;
  padding-bottom: 6.66667vw;
}

@media screen and (min-width: 769px) {
  .case .inner {
    max-width: auto;
    width: 940px;
    margin: 0 auto 20px;
  }
}

.case .notice {
  position: absolute;
  bottom: 0;
  left: 5%;
  display: block;
  margin: 1.33333vw auto;
  font-size: 3.2vw;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .case .notice {
    width: 873px;
    position: initial;
    margin: 40px auto 0;
    text-align: right;
    font-size: 12px;
  }
}

.case__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 4vw 0;
  font-size: 4.53333vw;
  background: #06498c;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .case__ttl {
    padding: 25px 0;
    width: 873px;
    font-size: 28px;
  }
}

.case__ttl .img {
  width: 15%;
  margin-left: 4vw;
}

@media screen and (min-width: 769px) {
  .case__ttl .img {
    width: auto;
    margin-left: 15px;
  }
}

.case__cont {
  width: 90%;
  margin: 5.33333vw auto;
}

@media screen and (min-width: 769px) {
  .case__cont {
    width: 940px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.case__cont li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12vw;
}

@media screen and (min-width: 769px) {
  .case__cont li {
    display: block;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .case__cont li:nth-child(1) {
    width: 36%;
  }
  .case__cont li:nth-child(1) .case__cont__img img {
    width: 306px;
  }
}

@media screen and (max-width: 768px) {
  .case__cont li:nth-child(1) .case__cont__txt {
    margin-left: -5.33333vw;
  }
  .case__cont li:nth-child(1) .case__cont__icon img {
    width: 23.46667vw;
  }
}

.case__cont li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 769px) {
  .case__cont li:nth-child(2) {
    width: 30%;
  }
  .case__cont li:nth-child(2) .case__cont__img img {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .case__cont li:nth-child(2) .case__cont__icon img {
    width: 22.8vw;
  }
}

@media screen and (min-width: 769px) {
  .case__cont li:nth-child(3) {
    width: 28%;
    margin-left: 5%;
  }
  .case__cont li:nth-child(3) .case__cont__img img {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .case__cont li:nth-child(3) .case__cont__icon img {
    width: 12.26667vw;
  }
}

@media screen and (min-width: 769px) {
  .case__cont__img {
    line-height: 410px;
  }
}

.case__cont__img img {
  width: auto;
  height: 49.06667vw;
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .case__cont__img img {
    height: auto;
  }
}

.case__cont__ttl {
  margin-top: 0;
  font-size: 5.73333vw;
  font-weight: bold;
  color: #06498c;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .case__cont__ttl {
    margin-top: 40px;
    font-size: 22px;
  }
}

.case__cont__icon {
  line-height: 26.66667vw;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .case__cont__icon {
    line-height: 140px;
  }
}

.case__cont__icon img {
  vertical-align: middle;
}

.case__cont__txt {
  text-align: center;
  font-size: 3.6vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .case__cont__txt {
    font-size: 14px;
  }
}

.feature {
  margin-bottom: 13.33333vw;
}

@media screen and (min-width: 769px) {
  .feature {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 769px) {
  .feature .inner {
    width: 970px;
  }
}

.feature__cont {
  font-size: 4.8vw;
}

@media screen and (min-width: 769px) {
  .feature__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 22px;
  }
}

@media screen and (min-width: 769px) {
  .feature__cont li {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .feature__cont__img {
    margin: 5.33333vw auto 9.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .feature__cont__img img {
    width: auto;
    height: 21.33333vw;
  }
}

.feature__cont__txt {
  font-weight: bold;
  color: #393939;
}

@media screen and (min-width: 769px) {
  .feature__cont__txt {
    margin-bottom: 40px;
  }
}

.feature__cont__txt .marker {
  color: #06498c;
  display: inline-block;
}

.solution {
  margin-bottom: 16vw;
}

@media screen and (min-width: 769px) {
  .solution {
    margin-bottom: 100px;
  }
}

.solution__cont {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .solution__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 840px;
    margin: 0 auto 60px;
  }
}

.solution__cont li {
  width: 100%;
  border: 1px dashed #06498c;
  border-radius: 13px;
  padding: 5.33333vw 0;
  margin-top: 3.33333vw;
}

@media screen and (min-width: 769px) {
  .solution__cont li {
    width: 48.5%;
    padding: 40px 0 30px;
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .solution__cont li:nth-child(n+3) {
    margin-top: 25px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .solution__cont li .img {
    height: 18.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .solution__cont li .img img {
    width: auto;
    height: 100%;
  }
}

.solution__cont__ttl {
  margin: 2.66667vw 2vw;
  font-size: 4.53333vw;
  color: #06498c;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .solution__cont__ttl {
    margin: 20px 0 15px;
    font-size: 22px;
  }
}

.solution__cont__txt {
  font-size: 3.2vw;
}

@media screen and (min-width: 769px) {
  .solution__cont__txt {
    font-size: 14px;
  }
}

.package {
  margin-bottom: 16vw;
}

@media screen and (min-width: 769px) {
  .package {
    margin-bottom: 80px;
  }
}

.package__txt {
  font-size: 3.6vw;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .package__txt {
    font-size: 20px;
  }
}

.package__cont {
  padding: 5.33333vw 0 0;
}

@media screen and (min-width: 769px) {
  .package__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 45px;
  }
}

.package__cont__img {
  width: 50%;
  margin: 0 auto 4vw;
}

@media screen and (min-width: 769px) {
  .package__cont__img {
    width: auto;
    margin: 0;
  }
}

.package__cont__txt {
  text-align: left;
}

.package__cont__txt .tit {
  margin-bottom: 1.33333vw;
  color: #06498c;
  font-size: 4.53333vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .package__cont__txt .tit {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.package__cont__txt .txt {
  margin-bottom: 4vw;
  font-size: 3.2vw;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .package__cont__txt .txt {
    line-height: 2;
    margin-bottom: 35px;
    font-size: 14px;
  }
}

.package__cont__txt .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  color: #06498c;
  font-size: 3.46667vw;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .package__cont__txt .icon {
    margin: 50px 0 0 -10px;
    width: auto;
    height: 125px;
    font-size: 14px;
  }
}

.package__cont__txt .icon li {
  width: 26%;
  margin: 3%;
}

@media screen and (min-width: 769px) {
  .package__cont__txt .icon li {
    position: relative;
    width: 96px;
    margin: 0;
  }
}

.package__cont__txt .icon li img {
  height: 10.66667vw;
}

@media screen and (min-width: 769px) {
  .package__cont__txt .icon li img {
    height: auto;
  }
}

.package__cont__txt .icon li p {
  margin-top: 2.66667vw;
}

@media screen and (min-width: 769px) {
  .package__cont__txt .icon li p {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.intro__price {
  font-size: 5.06667vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .intro__price {
    font-size: 34px;
  }
}

.intro__price__num {
  color: #06498c;
  font-size: 1.6em;
}

.intro__price__yen {
  color: #06498c;
  font-size: 1.3em;
}

.intro__img {
  display: block;
  margin-top: 4vw;
  margin-bottom: 8vw;
}

@media screen and (min-width: 769px) {
  .intro__img {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.intro__btn {
  width: 90%;
  margin: 5.33333vw auto 16vw;
  border: 2px solid #ef6d00;
  font-size: 4vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .intro__btn {
    width: 743px;
    margin: 40px auto 120px;
    font-size: 25px;
  }
}

.intro__btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4vw 9.33333vw 4vw 6.66667vw;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .intro__btn a {
    padding: 30px 60px 30px 30px;
  }
}

.intro__btn a:after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  background: url(../img/right_or.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 4vw;
}

@media screen and (min-width: 769px) {
  .intro__btn a:after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    right: 30px;
  }
}

.intro__btn a .marker {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffca9d), to(#ffca9d));
  background: linear-gradient(transparent 50%, #ffca9d 50%, #ffca9d 100%);
}

.performance {
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 769px) {
  .performance .inner {
    margin: 40px auto 80px;
    max-width: 1115px;
  }
}

.performance__txt {
  font-weight: bold;
  font-size: 4vw;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .performance__txt {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  .performance .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.performance .main .main-txt {
  line-height: 1.1;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .performance .main .main-txt {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .performance .main .main-txt__inner:nth-child(2) {
    margin-top: 40px;
  }
}

.performance .main .main-txt__ttl {
  margin-top: 5.33333vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 4vw;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .performance .main .main-txt__ttl {
    margin-top: 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.performance .main .main-txt__txt {
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #094a8d;
  font-size: 22.66667vw;
}

@media screen and (min-width: 769px) {
  .performance .main .main-txt__txt {
    position: relative;
    font-size: 146px;
    font-size: 14.6rem;
    margin-bottom: 15px;
  }
}

.performance .main .main-txt__txt .small {
  font-size: 0.15em;
  letter-spacing: 0;
}

.performance .main .main-txt__txt .medium {
  font-size: 0.27em;
  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 .notice {
  font-weight: normal;
  font-size: 1.73333vw;
  text-align: right;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .performance .main .notice {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.performance .partner {
  width: 90%;
  margin: 5.33333vw auto;
  padding: 4vw;
  border: 1px dashed #ccc;
  border-radius: 3.2vw;
}

@media screen and (min-width: 769px) {
  .performance .partner {
    width: 560px;
    padding: 30px;
    margin: 60px auto;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.performance .partner__ttl {
  font-size: 4vw;
  text-align: center;
  padding-bottom: 2.66667vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .performance .partner__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    width: 40%;
    padding-bottom: 0;
  }
}

.form {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 6.66667vw;
  width: 89.33333vw;
}

@media screen and (min-width: 769px) {
  .form {
    width: 1100px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  .form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.form__thmb {
  text-align: left;
  padding: 0 5.33333vw 5.33333vw;
}

@media screen and (min-width: 769px) {
  .form__thmb {
    width: 361px;
    padding: 30px 0 0 20px;
  }
}

.form__ttl {
  border-left: solid #094a8d 1.86667vw;
  border-bottom: solid #000 1px;
  padding: 2.66667vw 4vw;
  margin-bottom: 5.33333vw;
  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.33333vw;
}

@media screen and (min-width: 769px) {
  .form__img {
    margin-bottom: 50px;
  }
}

.form__question {
  font-size: 110%;
  margin-bottom: 4.66667vw;
}

@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;
    -webkit-box-shadow: 0px 2px 8px #cedde3;
            box-shadow: 0px 2px 8px #cedde3;
  }
}

.fanship-btn {
  margin: 8vw auto 0;
}

@media screen and (min-width: 769px) {
  .fanship-btn {
    max-width: 840px;
    margin: 0 auto;
  }
}

.fanship-btn a {
  position: relative;
  display: inline-block;
  font-size: 4vw;
}

@media screen and (min-width: 769px) {
  .fanship-btn a {
    text-decoration: none;
    border-bottom: 2px solid #000;
    font-size: 25px;
    font-weight: bold;
  }
}

.fanship-btn a img {
  display: inline-block;
  width: 5.33333vw;
  margin-left: 1.33333vw;
}

@media screen and (min-width: 769px) {
  .fanship-btn a img {
    position: absolute;
    width: auto;
    right: -30px;
    top: 6px;
    bottom: auto;
  }
}

/* * * * * * * * * * * * * * * *
  HEADER
* * * * * * * * * * * * * * * */
.header {
  background-color: #fff;
  padding: 3.33333vw 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.86667vw;
  z-index: 1000;
}

@media screen and (min-width: 769px) {
  .header {
    padding: 0 1.8% 0 2.1%;
    text-align: left;
    height: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
  }
}

@media screen and (min-width: 1101px) {
  .header {
    position: fixed;
  }
}

.header__logo {
  display: inline-block;
  max-width: 30.26667vw;
  line-height: 0;
}

@media screen and (min-width: 769px) {
  .header__logo {
    max-width: 161px;
    margin-top: -5px;
  }
}

.header-menu {
  top: 50%;
  right: 2.93333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.06667vw;
  width: 4.26667vw;
  padding: 3.33333vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  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.26667vw;
  background: #9c9c9c;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  position: absolute;
}

.header-menu span:before {
  bottom: 1.33333vw;
}

.header-menu span:after {
  top: 1.33333vw;
}

.header-menu.is-menu-open span {
  background: rgba(255, 255, 255, 0);
}

.header-menu.is-menu-open span:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-menu.is-menu-open span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  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.33333vw;
}

@media screen and (min-width: 769px) {
  .header-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    position: static;
    width: 100%;
    height: auto;
    overflow-y: hidden;
    padding-bottom: 0;
    margin-left: 3%;
  }
}

.header-link {
  background-color: #fff;
  padding: 6vw 5.33333vw 8.66667vw;
}

@media screen and (min-width: 769px) {
  .header-link {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: 1.5em;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .header-link li.header-link__btn {
    margin-left: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-link li.header-link__btn {
    margin-left: 8px;
  }
}

.header-link li:last-child {
  margin-bottom: 0;
}

.header-link li a,
.header-link li span {
  position: relative;
  display: block;
  font-size: 4.26667vw;
  letter-spacing: 0.06em;
  text-decoration: none;
  font-weight: bold;
  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;
    padding: 5px 3px;
    margin: 5px 3px;
  }
}

@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 3px;
    margin: 5px 3px;
  }
}

@media screen and (min-width: 769px) {
  .header-link li a:hover,
  .header-link li span:hover {
    -webkit-transition: opacity linear 1s;
    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: 12px 28px 12px 21px;
    display: inline-block;
    margin: 0;
    font-weight: normal;
  }
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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.66667vw;
  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.66667vw;
  height: 2.66667vw;
  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: 8px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-link .fnav-btn span {
    padding-right: 8px;
    margin-right: 5px;
  }
}

.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;
    -webkit-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.1);
            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.66667vw 2.66667vw;
}

@media screen and (min-width: 769px) {
  .header-link .fnav a {
    padding: 10px 15px;
    border-radius: 8px;
    -webkit-transition: 0.4s;
    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.86667vw;
  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.93333vw;
  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: 6.4vw 5.33333vw 0;
}

@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .header-link-sub--2col li {
    width: 50%;
  }
}

/* * * * * * * * * * * * * * * *
  FOOTER
* * * * * * * * * * * * * * * */
.footer {
  border-top: solid #ccc 1px;
  padding: 5.33333vw 2.66667vw 2.66667vw;
}

@media screen and (min-width: 769px) {
  .footer {
    padding: 40px 0 0;
    margin-top: 0;
  }
}

.footer .footer-area {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .footer .footer-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1100px;
    padding-bottom: 0;
  }
}

.footer .footer-logo {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .footer .footer-logo {
    text-align: left;
    width: 50%;
  }
}

.footer .footer-logo .logo {
  display: inline-block;
  width: 30.66667vw;
}

@media screen and (min-width: 769px) {
  .footer .footer-logo .logo {
    width: 161px;
  }
}

.footer .footer-logo .txt {
  margin-top: 2.66667vw;
}

@media screen and (min-width: 769px) {
  .footer .footer-logo .txt {
    margin-top: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer .footer-info {
  width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .footer .footer-info {
    text-align: left;
    width: 60%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.footer .footer-info dt {
  margin-top: 2.66667vw;
  font-weight: bold;
  color: #094a8d;
}

@media screen and (min-width: 769px) {
  .footer .footer-info dt {
    margin-top: 10px;
  }
}

.footer .footer-copy {
  border-top: 1px solid #efefef;
  margin-top: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .footer .footer-copy {
    margin-top: 50px;
  }
}

.footer .footer-copy > div {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5.33333vw 0;
}

@media screen and (min-width: 769px) {
  .footer .footer-copy > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
  }
}

@media screen and (min-width: 769px) {
  .footer .footer-copy .link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer .footer-copy .link a {
  display: inline-block;
  text-decoration: none;
  padding: 0 0.66667vw;
}

@media screen and (min-width: 769px) {
  .footer .footer-copy .link a {
    padding: 0 10px;
  }
}

.footer .footer-copy .copyright {
  margin-top: 4.66667vw;
  letter-spacing: 0.07em;
}

@media screen and (min-width: 769px) {
  .footer .footer-copy .copyright {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 10px;
    margin-top: 0;
  }
}
/*# sourceMappingURL=base.css.map */