@charset "UTF-8";
/* clearfix
--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Roboto+Condensed:700&display=swap&subset=japanese");
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
utility
========================================================= */
.pdb-5 {
  padding-bottom: 5px !important;
}

.pdb-10 {
  padding-bottom: 10px !important;
}

.pdb-15 {
  padding-bottom: 15px !important;
}

.pdb-20 {
  padding-bottom: 20px !important;
}

.pdb-25 {
  padding-bottom: 25px !important;
}

.mgb-5 {
  margin-bottom: 5px !important;
}

.mgb-10 {
  margin-bottom: 10px !important;
}

.mgb-15 {
  margin-bottom: 15px !important;
}

.mgb-20 {
  margin-bottom: 20px !important;
}

.mgb-25 {
  margin-bottom: 25px !important;
}

.mgb-30 {
  margin-bottom: 30px !important;
}

.mgb-40 {
  margin-bottom: 40px !important;
}

.mgb-50 {
  margin-bottom: 50px !important;
}

.mgb-60 {
  margin-bottom: 60px !important;
}

.mgb-70 {
  margin-bottom: 70px !important;
}

.mgb-80 {
  margin-bottom: 80px !important;
}

/* =========================================================
reset
========================================================= */
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, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  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;
}

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

/* =========================================================
fonts
========================================================= */
/* =========================================================
base
========================================================= */
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  font-family: 'Noto Sans JP', NotoSansCJKjp, "メイリオ", Meiryo, Osaka, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 599px) {
  body {
    font-size: 4vw;
  }
}

body.is-hide {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

body.fixed {
  position: fixed;
  width: 100%;
}

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

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.link-disabled {
  pointer-events: none;
}

@media screen and (min-width: 990px) {
  a:hover {
    opacity: 0.7;
  }
}

figure {
  line-height: 0;
}

.pc-ui {
  display: block;
}

@media screen and (max-width: 599px) {
  .pc-ui {
    display: none;
  }
}

.tab-ui {
  display: none;
}

@media screen and (max-width: 989px) {
  .tab-ui {
    display: block;
  }
}

.sp-ui {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp-ui {
    display: block;
  }
}

.sp {
  display: block;
}

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

.pc {
  display: none;
}

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

.wrapper {
  width: 100%;
}

@media only screen and (min-width: 812px) {
  .wrapper {
    min-width: 1200px;
    overflow-x: hidden;
    position: relative;
  }
}

.lum-lightbox-inner img {
  max-height: 99%;
}

.luminous {
  height: 45.33333vw !important;
  background: none !important;
  border: none !important;
}

@media only screen and (min-width: 812px) {
  .luminous {
    height: 250px !important;
  }
}

.luminous img {
  width: 100% !important;
}

.btn.medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 92vw;
  height: 18.66667vw;
  border-radius: 9.33333vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#032074), to(#069dce));
  background-image: -webkit-linear-gradient(bottom, #032074, #069dce);
  background-image: -o-linear-gradient(bottom, #032074, #069dce);
  background-image: linear-gradient(to top, #032074, #069dce);
}

@media only screen and (min-width: 812px) {
  .btn.medium {
    width: 480px;
  }
}

@media only screen and (min-width: 992px) {
  .btn.medium {
    width: 480px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn.medium {
    width: 480px;
  }
}

@media only screen and (min-width: 812px) {
  .btn.medium {
    height: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .btn.medium {
    height: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn.medium {
    height: 100px;
  }
}

@media only screen and (min-width: 812px) {
  .btn.medium {
    border-radius: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .btn.medium {
    border-radius: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn.medium {
    border-radius: 50px;
  }
}

.btn.medium aside > p {
  font-size: calc((20 / 2.34375) * 1px + (20 - (20 / 2.34375))*(100vw - 320px)/(750 - 320));
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 812px) {
  .btn.medium aside > p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .btn.medium aside > p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn.medium aside > p {
    font-size: 12px;
  }
}

.btn.medium > p {
  font-size: calc((36 / 2.34375) * 1px + (36 - (36 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 812px) {
  .btn.medium > p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .btn.medium > p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn.medium > p {
    font-size: 24px;
  }
}

.btn.medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 92vw;
  height: 18.66667vw;
  border-radius: 9.33333vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#032074), to(#069dce));
  background-image: -webkit-linear-gradient(bottom, #032074, #069dce);
  background-image: -o-linear-gradient(bottom, #032074, #069dce);
  background-image: linear-gradient(to top, #032074, #069dce);
}

@media only screen and (min-width: 812px) {
  .btn.medium {
    width: 380px;
  }
}

@media only screen and (min-width: 992px) {
  .btn.medium {
    width: 380px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn.medium {
    width: 380px;
  }
}

@media only screen and (min-width: 812px) {
  .btn.medium {
    height: 90px;
  }
}

@media only screen and (min-width: 992px) {
  .btn.medium {
    height: 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn.medium {
    height: 90px;
  }
}

@media only screen and (min-width: 812px) {
  .btn.medium {
    border-radius: 45px;
  }
}

@media only screen and (min-width: 992px) {
  .btn.medium {
    border-radius: 45px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn.medium {
    border-radius: 45px;
  }
}

.btn.medium aside > p {
  font-size: calc((20 / 2.34375) * 1px + (20 - (20 / 2.34375))*(100vw - 320px)/(750 - 320));
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 812px) {
  .btn.medium aside > p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .btn.medium aside > p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn.medium aside > p {
    font-size: 12px;
  }
}

.btn.medium > p {
  font-size: calc((36 / 2.34375) * 1px + (36 - (36 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 812px) {
  .btn.medium > p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .btn.medium > p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn.medium > p {
    font-size: 24px;
  }
}

.btn.small {
  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;
  width: 25.33333vw;
  height: 7.33333vw;
  border-radius: 3.66667vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#032074), to(#069dce));
  background-image: -webkit-linear-gradient(bottom, #032074, #069dce);
  background-image: -o-linear-gradient(bottom, #032074, #069dce);
  background-image: linear-gradient(to top, #032074, #069dce);
}

@media only screen and (min-width: 812px) {
  .btn.small {
    width: 148px;
  }
}

@media only screen and (min-width: 992px) {
  .btn.small {
    width: 148px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn.small {
    width: 148px;
  }
}

@media only screen and (min-width: 812px) {
  .btn.small {
    height: 44px;
  }
}

@media only screen and (min-width: 992px) {
  .btn.small {
    height: 44px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn.small {
    height: 44px;
  }
}

@media only screen and (min-width: 812px) {
  .btn.small {
    border-radius: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .btn.small {
    border-radius: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn.small {
    border-radius: 22px;
  }
}

.btn.small p {
  font-size: calc((20 / 2.34375) * 1px + (20 - (20 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.88;
  color: #ffffff;
}

@media only screen and (min-width: 812px) {
  .btn.small p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .btn.small p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn.small p {
    font-size: 16px;
  }
}

header.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 13.33333vw;
  background-color: #ffffff;
}

@media only screen and (min-width: 812px) {
  header.header {
    height: 100px;
  }
}

@media only screen and (min-width: 992px) {
  header.header {
    height: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  header.header {
    height: 100px;
  }
}

header.header .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  header.header .in {
    width: 1200px;
  }
}

@media only screen and (min-width: 992px) {
  header.header .in {
    width: 1200px;
  }
}

@media only screen and (min-width: 1200px) {
  header.header .in {
    width: 1200px;
  }
}

header.header .in .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.header .in figure.img-logo {
  width: 21.33333vw;
  height: 7.46667vw;
}

@media only screen and (min-width: 812px) {
  header.header .in figure.img-logo {
    width: 142px;
  }
}

@media only screen and (min-width: 992px) {
  header.header .in figure.img-logo {
    width: 142px;
  }
}

@media only screen and (min-width: 1200px) {
  header.header .in figure.img-logo {
    width: 142px;
  }
}

@media only screen and (min-width: 812px) {
  header.header .in figure.img-logo {
    height: 50px;
  }
}

@media only screen and (min-width: 992px) {
  header.header .in figure.img-logo {
    height: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  header.header .in figure.img-logo {
    height: 50px;
  }
}

header.header .in .text p {
  margin-left: 2.13333vw;
  font-size: calc((14 / 2.34375) * 1px + (14 - (14 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.43;
  color: #888888;
}

@media only screen and (min-width: 812px) {
  header.header .in .text p {
    margin-left: 26px;
  }
}

@media only screen and (min-width: 812px) {
  header.header .in .text p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  header.header .in .text p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  header.header .in .text p {
    font-size: 12px;
  }
}

section.hero {
  padding-bottom: 6vw;
  background: url(../img/bg-hero-pc-cover-sp.jpg) no-repeat center top;
  background-size: contain;
}

@media only screen and (min-width: 812px) {
  section.hero {
    padding-bottom: 40px;
    background: url(../img/bg-hero-pc-cover.jpg) no-repeat center top;
  }
}

section.hero .in {
  margin-left: auto;
  margin-right: auto;
  padding-top: 29.86667vw;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  section.hero .in {
    padding-top: 330px;
  }
}

@media only screen and (min-width: 812px) {
  section.hero .in {
    width: 1200px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero .in {
    width: 1200px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero .in {
    width: 1200px;
  }
}

section.hero .headline {
  font-size: calc((37 / 2.34375) * 1px + (37 - (37 / 2.34375))*(100vw - 320px)/(750 - 320));
}

@media only screen and (min-width: 812px) {
  section.hero .headline {
    font-size: 40.5px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero .headline {
    font-size: 40.5px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero .headline {
    font-size: 40.5px;
  }
}

section.hero .headline h2 {
  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;
  width: 63.46667vw;
  height: 6.93333vw;
  font-family: 'Roboto Condensed', Roboto;
  font-size: calc((37 / 2.34375) * 1px + (37 - (37 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  font-stretch: condensed;
  line-height: 0.94;
  letter-spacing: 0.01em;
  color: #f26529;
  border-radius: 1.06667vw;
  background-color: #ffffff;
}

@media only screen and (min-width: 812px) {
  section.hero .headline h2 {
    width: 522px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero .headline h2 {
    width: 522px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero .headline h2 {
    width: 522px;
  }
}

@media only screen and (min-width: 812px) {
  section.hero .headline h2 {
    height: 56px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero .headline h2 {
    height: 56px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero .headline h2 {
    height: 56px;
  }
}

@media only screen and (min-width: 812px) {
  section.hero .headline h2 {
    font-size: 40.5px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero .headline h2 {
    font-size: 40.5px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero .headline h2 {
    font-size: 40.5px;
  }
}

@media only screen and (min-width: 812px) {
  section.hero .headline h2 {
    border-radius: 8px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero .headline h2 {
    border-radius: 8px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero .headline h2 {
    border-radius: 8px;
  }
}

section.hero .headline h2 span {
  font-family: 'Noto Sans JP', NotoSansCJKjp;
  font-stretch: normal;
  color: #222222;
}

section.hero .headline h2 sup {
  font-family: 'Noto Sans JP', NotoSansCJKjp;
  font-size: 0.35em;
  color: #222222;
  vertical-align: top;
}

section.hero .headline h1 {
  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;
  margin-top: 1.86667vw;
  width: 92vw;
  height: 8vw;
  font-size: calc((38 / 2.34375) * 1px + (38 - (38 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-family: 'Roboto Condensed', Roboto;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 0.6;
  letter-spacing: 0.01em;
  color: #ffffff;
  background-image: -webkit-gradient(linear, right top, left top, from(#f36d29), to(#f89a28));
  background-image: -webkit-linear-gradient(right, #f36d29, #f89a28);
  background-image: -o-linear-gradient(right, #f36d29, #f89a28);
  background-image: linear-gradient(to left, #f36d29, #f89a28);
  border-radius: 1.06667vw;
}

@media only screen and (min-width: 812px) {
  section.hero .headline h1 {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 812px) {
  section.hero .headline h1 {
    width: 886px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero .headline h1 {
    width: 886px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero .headline h1 {
    width: 886px;
  }
}

@media only screen and (min-width: 812px) {
  section.hero .headline h1 {
    height: 78px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero .headline h1 {
    height: 78px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero .headline h1 {
    height: 78px;
  }
}

@media only screen and (min-width: 812px) {
  section.hero .headline h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero .headline h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero .headline h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 812px) {
  section.hero .headline h1 {
    border-radius: 8px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero .headline h1 {
    border-radius: 8px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero .headline h1 {
    border-radius: 8px;
  }
}

section.hero ul.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4.53333vw;
}

@media only screen and (min-width: 812px) {
  section.hero ul.feature {
    margin-top: 24px;
  }
}

section.hero ul.feature li {
  margin-top: 4.26667vw;
  width: 44vw;
  height: 29.86667vw;
  border-radius: 2.66667vw;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 18px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 18px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 812px) {
  section.hero ul.feature li {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 812px) {
  section.hero ul.feature li {
    width: 280px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero ul.feature li {
    width: 280px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero ul.feature li {
    width: 280px;
  }
}

@media only screen and (min-width: 812px) {
  section.hero ul.feature li {
    height: 190px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero ul.feature li {
    height: 190px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero ul.feature li {
    height: 190px;
  }
}

@media only screen and (min-width: 812px) {
  section.hero ul.feature li {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero ul.feature li {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero ul.feature li {
    border-radius: 20px;
  }
}

section.hero ul.feature li h3 {
  margin-top: 1.86667vw;
  font-size: calc((21 / 2.34375) * 1px + (21 - (21 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.hero ul.feature li h3 {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 812px) {
  section.hero ul.feature li h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero ul.feature li h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero ul.feature li h3 {
    font-size: 18px;
  }
}

section.hero ul.feature figure.icon {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vw;
  width: 12.8vw;
}

@media only screen and (min-width: 812px) {
  section.hero ul.feature figure.icon {
    padding-top: 26px;
  }
}

@media only screen and (min-width: 812px) {
  section.hero ul.feature figure.icon {
    width: 81px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero ul.feature figure.icon {
    width: 81px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero ul.feature figure.icon {
    width: 81px;
  }
}

section.hero p.note {
  margin-top: 4vw;
  font-size: calc((20 / 2.34375) * 1px + (20 - (20 / 2.34375))*(100vw - 320px)/(750 - 320));
  line-height: 1.5;
  color: #666666;
}

@media only screen and (min-width: 812px) {
  section.hero p.note {
    margin-top: 28px;
  }
}

@media only screen and (min-width: 812px) {
  section.hero p.note {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  section.hero p.note {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  section.hero p.note {
    font-size: 12px;
  }
}

div.cv {
  height: 93.33333vw;
  background-image: url(../img/bg-cvarea-sp02.png);
  background-repeat: no-repeat;
}

@media only screen and (min-width: 812px) {
  div.cv {
    height: 260px;
  }
}

@media only screen and (min-width: 992px) {
  div.cv {
    height: 260px;
  }
}

@media only screen and (min-width: 1200px) {
  div.cv {
    height: 260px;
  }
}

@media only screen and (min-width: 812px) {
  div.cv {
    background-image: url(../img/bg-cvarea-pc01.png);
    background-position: center;
    background-repeat: repeat-x;
  }
}

div.cv.top {
  height: 126.66667vw;
  background-image: url(../img/bg-cvarea-sp01.png);
}

@media only screen and (min-width: 812px) {
  div.cv.top {
    height: 260px;
  }
}

@media only screen and (min-width: 992px) {
  div.cv.top {
    height: 260px;
  }
}

@media only screen and (min-width: 1200px) {
  div.cv.top {
    height: 260px;
  }
}

@media only screen and (min-width: 812px) {
  div.cv.top {
    background-image: url(../img/bg-cvarea-pc01.png);
    background-position: center;
  }
}

div.cv ul.btns {
  margin-left: auto;
  margin-right: auto;
  padding-top: 14.93333vw;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  div.cv ul.btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 812px) {
  div.cv ul.btns {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 812px) {
  div.cv ul.btns {
    width: 800px;
  }
}

@media only screen and (min-width: 992px) {
  div.cv ul.btns {
    width: 800px;
  }
}

@media only screen and (min-width: 1200px) {
  div.cv ul.btns {
    width: 800px;
  }
}

div.cv ul.btns.top {
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  div.cv ul.btns.top {
    width: 1160px;
  }
}

@media only screen and (min-width: 992px) {
  div.cv ul.btns.top {
    width: 1160px;
  }
}

@media only screen and (min-width: 1200px) {
  div.cv ul.btns.top {
    width: 1160px;
  }
}

div.cv ul.btns li + li {
  margin-top: 7.73333vw;
}

@media only screen and (min-width: 812px) {
  div.cv ul.btns li + li {
    margin-top: 0px;
  }
}

div.cv h2 {
  margin-bottom: 2.4vw;
  font-size: calc((34 / 2.34375) * 1px + (34 - (34 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  text-align: center;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  div.cv h2 {
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 812px) {
  div.cv h2 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  div.cv h2 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  div.cv h2 {
    font-size: 18px;
  }
}

section.question {
  padding-top: 14.66667vw;
  padding-bottom: 14.66667vw;
}

@media only screen and (min-width: 812px) {
  section.question {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 812px) {
  section.question {
    padding-bottom: 80px;
  }
}

section.question .in {
  margin-left: auto;
  margin-right: auto;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  section.question .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 812px) {
  section.question .in {
    width: 1440px;
  }
}

@media only screen and (min-width: 992px) {
  section.question .in {
    width: 1440px;
  }
}

@media only screen and (min-width: 1200px) {
  section.question .in {
    width: 1440px;
  }
}

section.question .above {
  width: 100%;
}

@media only screen and (min-width: 812px) {
  section.question .above {
    width: 718px;
  }
}

@media only screen and (min-width: 992px) {
  section.question .above {
    width: 718px;
  }
}

@media only screen and (min-width: 1200px) {
  section.question .above {
    width: 718px;
  }
}

@media only screen and (min-width: 812px) {
  section.question .above {
    height: 400px;
  }
  section.question .above > * {
    margin-left: 122px;
  }
}

@media only screen and (min-width: 812px) {
  section.question .above {
    background-image: url(../img/bg-stripe.png);
  }
}

section.question .above aside {
  padding-top: 0vw;
}

@media only screen and (min-width: 812px) {
  section.question .above aside {
    padding-top: 75px;
  }
}

section.question .above aside > p {
  font-size: calc((30 / 2.34375) * 1px + (30 - (30 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-family: 'Roboto Condensed', Roboto;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1;
  color: #f26529;
}

@media only screen and (min-width: 812px) {
  section.question .above aside > p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  section.question .above aside > p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  section.question .above aside > p {
    font-size: 24px;
  }
}

section.question .above h2 {
  margin-top: 2.66667vw;
  width: 100%;
  font-size: calc((44 / 2.34375) * 1px + (44 - (44 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.45;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.question .above h2 {
    margin-top: 14px;
  }
}

@media only screen and (min-width: 812px) {
  section.question .above h2 {
    width: 338px;
  }
}

@media only screen and (min-width: 992px) {
  section.question .above h2 {
    width: 338px;
  }
}

@media only screen and (min-width: 1200px) {
  section.question .above h2 {
    width: 338px;
  }
}

@media only screen and (min-width: 812px) {
  section.question .above h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 992px) {
  section.question .above h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  section.question .above h2 {
    font-size: 36px;
  }
}

section.question ul.below {
  padding-top: 9.33333vw;
  background-color: #ffffff;
}

@media only screen and (min-width: 812px) {
  section.question ul.below {
    padding-top: 54px;
  }
}

@media only screen and (min-width: 812px) {
  section.question ul.below {
    margin-top: 75px;
    margin-left: -220px;
    border-top-left-radius: 40px;
  }
}

section.question ul.below li {
  position: relative;
  margin-left: 6.4vw;
  width: 94%;
  font-size: calc((30 / 2.34375) * 1px + (30 - (30 / 2.34375))*(100vw - 320px)/(750 - 320));
  line-height: 1.67;
  color: #222222;
  counter-increment: number;
}

@media only screen and (min-width: 812px) {
  section.question ul.below li {
    margin-left: 110px;
  }
}

@media only screen and (min-width: 812px) {
  section.question ul.below li {
    width: 594px;
  }
}

@media only screen and (min-width: 992px) {
  section.question ul.below li {
    width: 594px;
  }
}

@media only screen and (min-width: 1200px) {
  section.question ul.below li {
    width: 594px;
  }
}

@media only screen and (min-width: 812px) {
  section.question ul.below li {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  section.question ul.below li {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  section.question ul.below li {
    font-size: 20px;
  }
}

section.question ul.below li + li {
  margin-top: 7.2vw;
}

@media only screen and (min-width: 812px) {
  section.question ul.below li + li {
    margin-top: 40px;
  }
}

section.question ul.below li b {
  font-weight: bold;
}

section.question ul.below li::before {
  content: counter(number) ".";
  display: block;
  position: absolute;
  top: -0.8vw;
  left: -6.4vw;
  font-size: calc((36 / 2.34375) * 1px + (36 - (36 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-family: 'Roboto Condensed', Roboto;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1.88;
  color: #f36a30;
}

@media only screen and (min-width: 812px) {
  section.question ul.below li::before {
    top: 0;
    left: -30px;
  }
}

@media only screen and (min-width: 812px) {
  section.question ul.below li::before {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  section.question ul.below li::before {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  section.question ul.below li::before {
    font-size: 24px;
  }
}

section.solution {
  padding-bottom: 4vw;
  background-color: #f3f3f3;
}

@media only screen and (min-width: 812px) {
  section.solution {
    padding-bottom: 40px;
  }
}

section.solution .triangle {
  position: relative;
  z-index: 10;
  margin-bottom: -6.66667vw;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.66667vw 6vw 0 6vw;
  border-color: #ffffff transparent transparent transparent;
}

@media only screen and (min-width: 812px) {
  section.solution .triangle {
    margin-bottom: -50px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution .triangle {
    border-width: 50px 45px 0 45px;
  }
}

section.solution header.solution-header {
  padding-bottom: 8.26667vw;
  height: 58.4vw;
}

@media only screen and (min-width: 812px) {
  section.solution header.solution-header {
    padding-bottom: 46px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution header.solution-header {
    height: 380px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution header.solution-header {
    height: 380px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution header.solution-header {
    height: 380px;
  }
}

section.solution header.solution-header figure.logo {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 12.53333vw;
  width: 45.06667vw;
}

@media only screen and (min-width: 812px) {
  section.solution header.solution-header figure.logo {
    padding-top: 102px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution header.solution-header figure.logo {
    width: 288px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution header.solution-header figure.logo {
    width: 288px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution header.solution-header figure.logo {
    width: 288px;
  }
}

section.solution h2 {
  margin-left: auto;
  margin-right: auto;
  font-size: calc((30 / 2.34375) * 1px + (30 - (30 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #222222;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffcc14), to(#fa6329));
  background-image: -webkit-linear-gradient(left, #ffcc14, #fa6329);
  background-image: -o-linear-gradient(left, #ffcc14, #fa6329);
  background-image: linear-gradient(to right, #ffcc14, #fa6329);
  background-size: 100% 0.8vw;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 812px) {
  section.solution h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution h2 {
    background-size: 100% 6px;
  }
}

section.solution h2.above {
  width: 88vw;
  letter-spacing: 0.01em;
}

@media only screen and (min-width: 812px) {
  section.solution h2.above {
    width: 664px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution h2.above {
    width: 664px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution h2.above {
    width: 664px;
  }
}

section.solution h2.below {
  width: 51.73333vw;
  font-size: calc((42 / 2.34375) * 1px + (42 - (42 / 2.34375))*(100vw - 320px)/(750 - 320));
  letter-spacing: 0.01em;
}

@media only screen and (min-width: 812px) {
  section.solution h2.below {
    width: 382px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution h2.below {
    width: 382px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution h2.below {
    width: 382px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution h2.below {
    font-size: 42px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution h2.below {
    font-size: 42px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution h2.below {
    font-size: 42px;
  }
}

section.solution li.block01, section.solution li.block02, section.solution li.block03 {
  padding-bottom: 10.66667vw;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  width: 92vw;
  border-radius: 2.66667vw;
  -webkit-box-shadow: 0px 4px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 18px 0 rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 812px) {
  section.solution li.block01, section.solution li.block02, section.solution li.block03 {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01, section.solution li.block02, section.solution li.block03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01, section.solution li.block02, section.solution li.block03 {
    width: 1200px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution li.block01, section.solution li.block02, section.solution li.block03 {
    width: 1200px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution li.block01, section.solution li.block02, section.solution li.block03 {
    width: 1200px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01, section.solution li.block02, section.solution li.block03 {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution li.block01, section.solution li.block02, section.solution li.block03 {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution li.block01, section.solution li.block02, section.solution li.block03 {
    border-radius: 20px;
  }
}

section.solution li.block01 + li, section.solution li.block02 + li, section.solution li.block03 + li {
  margin-top: 7.33333vw;
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 + li, section.solution li.block02 + li, section.solution li.block03 + li {
    margin-top: 50px;
  }
}

section.solution li.block01 .below, section.solution li.block02 .below, section.solution li.block03 .below {
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.66667vw;
  width: 78.66667vw;
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below, section.solution li.block02 .below, section.solution li.block03 .below {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below, section.solution li.block02 .below, section.solution li.block03 .below {
    width: 590px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution li.block01 .below, section.solution li.block02 .below, section.solution li.block03 .below {
    width: 590px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution li.block01 .below, section.solution li.block02 .below, section.solution li.block03 .below {
    width: 590px;
  }
}

section.solution li.block01 .below ul.tags, section.solution li.block02 .below ul.tags, section.solution li.block03 .below ul.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
  margin-top: 0.66667vw;
  margin-bottom: 0.66667vw;
  margin-left: 0.66667vw;
  margin-right: 0.66667vw;
  padding-top: 1.06667vw;
  padding-bottom: 1.06667vw;
  padding-left: 2.13333vw;
  padding-right: 2.13333vw;
  font-size: calc((17.5 / 2.34375) * 1px + (17.5 - (17.5 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1;
  color: #f26429;
  border: solid 1px #f26429;
  border-radius: 3.2vw;
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
    margin-left: 5px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
    padding-top: 8px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
    padding-bottom: 6px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
    padding-left: 12px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
    padding-right: 12px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
    font-size: 12px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution li.block01 .below ul.tags li, section.solution li.block02 .below ul.tags li, section.solution li.block03 .below ul.tags li {
    border-radius: 20px;
  }
}

section.solution li.block01 .below h3, section.solution li.block02 .below h3, section.solution li.block03 .below h3 {
  margin-top: 4vw;
  font-size: calc((40 / 2.34375) * 1px + (40 - (40 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.5;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below h3, section.solution li.block02 .below h3, section.solution li.block03 .below h3 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below h3, section.solution li.block02 .below h3, section.solution li.block03 .below h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution li.block01 .below h3, section.solution li.block02 .below h3, section.solution li.block03 .below h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution li.block01 .below h3, section.solution li.block02 .below h3, section.solution li.block03 .below h3 {
    font-size: 30px;
  }
}

section.solution li.block01 .below h3 sup, section.solution li.block02 .below h3 sup, section.solution li.block03 .below h3 sup {
  vertical-align: super;
  font-size: 0.4em;
}

section.solution li.block01 .below p.text, section.solution li.block02 .below p.text, section.solution li.block03 .below p.text {
  margin-top: 5.33333vw;
  font-size: calc((28 / 2.34375) * 1px + (28 - (28 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.05em;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below p.text, section.solution li.block02 .below p.text, section.solution li.block03 .below p.text {
    margin-top: 22px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below p.text, section.solution li.block02 .below p.text, section.solution li.block03 .below p.text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution li.block01 .below p.text, section.solution li.block02 .below p.text, section.solution li.block03 .below p.text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution li.block01 .below p.text, section.solution li.block02 .below p.text, section.solution li.block03 .below p.text {
    font-size: 14px;
  }
}

section.solution li.block01 .below aside p.note, section.solution li.block02 .below aside p.note, section.solution li.block03 .below aside p.note {
  margin-top: 3.2vw;
  padding-bottom: 0vw;
  font-size: calc((24 / 2.34375) * 1px + (24 - (24 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.01em;
  color: #888888;
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below aside p.note, section.solution li.block02 .below aside p.note, section.solution li.block03 .below aside p.note {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below aside p.note, section.solution li.block02 .below aside p.note, section.solution li.block03 .below aside p.note {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01 .below aside p.note, section.solution li.block02 .below aside p.note, section.solution li.block03 .below aside p.note {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution li.block01 .below aside p.note, section.solution li.block02 .below aside p.note, section.solution li.block03 .below aside p.note {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution li.block01 .below aside p.note, section.solution li.block02 .below aside p.note, section.solution li.block03 .below aside p.note {
    font-size: 12px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block01, section.solution li.block03 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 812px) {
  section.solution li.block03 .below {
    margin-top: 100px;
  }
}

section.solution h4 {
  margin-top: 14vw;
  font-size: calc((44 / 2.34375) * 1px + (44 - (44 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.59;
  text-align: center;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.solution h4 {
    margin-top: 88px;
  }
}

@media only screen and (min-width: 812px) {
  section.solution h4 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) {
  section.solution h4 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  section.solution h4 {
    font-size: 35px;
  }
}

section.solution h4 span {
  color: #f26529;
}

section.cost {
  padding-top: 14.66667vw;
  padding-bottom: 14.66667vw;
}

@media only screen and (min-width: 812px) {
  section.cost {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost {
    padding-bottom: 40px;
  }
}

section.cost .in {
  margin-left: auto;
  margin-right: auto;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  section.cost .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 812px) {
  section.cost .in {
    width: 1440px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost .in {
    width: 1440px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost .in {
    width: 1440px;
  }
}

section.cost .above {
  width: 100%;
}

@media only screen and (min-width: 812px) {
  section.cost .above {
    width: 718px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost .above {
    width: 718px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost .above {
    width: 718px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost .above {
    height: 340px;
  }
  section.cost .above > * {
    margin-left: 122px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost .above {
    background-image: url(../img/bg-stripe.png);
  }
}

section.cost .above aside {
  padding-top: 0vw;
}

@media only screen and (min-width: 812px) {
  section.cost .above aside {
    padding-top: 75px;
  }
}

section.cost .above aside > p {
  font-size: calc((30 / 2.34375) * 1px + (30 - (30 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-family: 'Roboto Condensed', Roboto;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1;
  color: #f26529;
}

@media only screen and (min-width: 812px) {
  section.cost .above aside > p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost .above aside > p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost .above aside > p {
    font-size: 24px;
  }
}

section.cost .above h2 {
  margin-top: 2.66667vw;
  width: 100%;
  font-size: calc((44 / 2.34375) * 1px + (44 - (44 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.45;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.cost .above h2 {
    margin-top: 14px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost .above h2 {
    width: 338px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost .above h2 {
    width: 338px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost .above h2 {
    width: 338px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost .above h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost .above h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost .above h2 {
    font-size: 36px;
  }
}

section.cost .below {
  padding-top: 9.33333vw;
  background-color: #ffffff;
}

@media only screen and (min-width: 812px) {
  section.cost .below {
    padding-top: 54px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost .below {
    margin-top: 75px;
    margin-left: -220px;
    border-top-left-radius: 40px;
  }
}

section.cost .below p.text {
  margin-left: 0vw;
  width: 100%;
  font-size: calc((30 / 2.34375) * 1px + (30 - (30 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: 400;
  line-height: 1.67;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.cost .below p.text {
    margin-left: 72px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost .below p.text {
    width: 690px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost .below p.text {
    width: 690px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost .below p.text {
    width: 690px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost .below p.text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost .below p.text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost .below p.text {
    font-size: 16px;
  }
}

section.cost .list-area {
  margin-top: 10.66667vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0vw;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  section.cost .list-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 812px) {
  section.cost .list-area {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost .list-area {
    padding-left: 170px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost .list-area {
    width: 1100px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost .list-area {
    width: 1100px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost .list-area {
    width: 1100px;
  }
}

section.cost dl.profits {
  width: 100%;
}

@media only screen and (min-width: 812px) {
  section.cost dl.profits {
    width: 370px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost dl.profits {
    width: 370px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost dl.profits {
    width: 370px;
  }
}

section.cost dl.profits + dl {
  margin-top: 12.53333vw;
}

@media only screen and (min-width: 812px) {
  section.cost dl.profits + dl {
    margin-top: 0px;
  }
}

section.cost dl.profits dt {
  position: relative;
}

section.cost dl.profits dt:before {
  content: '';
  display: block;
  position: absolute;
  width: 18.66667vw;
  height: 18.66667vw;
}

@media only screen and (min-width: 812px) {
  section.cost dl.profits dt:before {
    left: -140px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost dl.profits dt:before {
    width: 120px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost dl.profits dt:before {
    width: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost dl.profits dt:before {
    width: 120px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost dl.profits dt:before {
    height: 120px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost dl.profits dt:before {
    height: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost dl.profits dt:before {
    height: 120px;
  }
}

section.cost dl.profits dt.dt01:before {
  background-image: url(../img/img-icon05.png);
  background-repeat: no-repeat;
  background-size: contain;
}

section.cost dl.profits dt.dt02:before {
  background-image: url(../img/img-icon06.png);
  background-repeat: no-repeat;
  background-size: contain;
}

section.cost dl.profits dt h3 {
  padding-left: 22.66667vw;
  font-size: calc((34 / 2.34375) * 1px + (34 - (34 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.29;
  color: #f26529;
}

@media only screen and (min-width: 812px) {
  section.cost dl.profits dt h3 {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost dl.profits dt h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost dl.profits dt h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost dl.profits dt h3 {
    font-size: 20px;
  }
}

section.cost dl.profits dd.description {
  margin-top: 6.66667vw;
  font-size: calc((28 / 2.34375) * 1px + (28 - (28 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: 400;
  line-height: 1.71;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.cost dl.profits dd.description {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost dl.profits dd.description {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost dl.profits dd.description {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost dl.profits dd.description {
    font-size: 14px;
  }
}

section.cost dl.profits dd.dd02 {
  margin-top: 13.33333vw;
}

@media only screen and (min-width: 812px) {
  section.cost dl.profits dd.dd02 {
    margin-top: 20px;
  }
}

section.cost aside p.note {
  margin-top: 3.2vw;
  font-size: calc((24 / 2.34375) * 1px + (24 - (24 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.01em;
  color: #888888;
}

@media only screen and (min-width: 812px) {
  section.cost aside p.note {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost aside p.note {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost aside p.note {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost aside p.note {
    font-size: 12px;
  }
}

section.cost h4 {
  margin-top: 14vw;
  font-size: calc((44 / 2.34375) * 1px + (44 - (44 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.59;
  text-align: center;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.cost h4 {
    margin-top: 88px;
  }
}

@media only screen and (min-width: 812px) {
  section.cost h4 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) {
  section.cost h4 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  section.cost h4 {
    font-size: 35px;
  }
}

section.cost h4 span {
  color: #f26529;
}

section.functions {
  padding-top: 14.66667vw;
  padding-bottom: 14.66667vw;
}

@media only screen and (min-width: 812px) {
  section.functions {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions {
    padding-bottom: 40px;
  }
}

section.functions .headline {
  margin-left: auto;
  margin-right: auto;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  section.functions .headline {
    width: 1440px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions .headline {
    width: 1440px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions .headline {
    width: 1440px;
  }
}

section.functions .headline .in {
  padding-bottom: 0vw;
  width: 100%;
}

@media only screen and (min-width: 812px) {
  section.functions .headline .in {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions .headline .in {
    width: 980px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions .headline .in {
    width: 980px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions .headline .in {
    width: 980px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions .headline .in {
    background-image: url(../img/bg-stripe.png);
  }
}

section.functions .headline .in > * {
  margin-left: 0vw;
}

@media only screen and (min-width: 812px) {
  section.functions .headline .in > * {
    margin-left: 120px;
  }
}

section.functions .headline aside {
  padding-top: 0vw;
}

@media only screen and (min-width: 812px) {
  section.functions .headline aside {
    padding-top: 75px;
  }
}

section.functions .headline aside > p {
  font-size: calc((30 / 2.34375) * 1px + (30 - (30 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-family: 'Roboto Condensed', Roboto;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1;
  color: #f26529;
}

@media only screen and (min-width: 812px) {
  section.functions .headline aside > p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions .headline aside > p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions .headline aside > p {
    font-size: 24px;
  }
}

section.functions .headline h2 {
  margin-top: 2.66667vw;
  width: 100%;
  font-size: calc((44 / 2.34375) * 1px + (44 - (44 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.45;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.functions .headline h2 {
    margin-top: 14px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions .headline h2 {
    width: 780px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions .headline h2 {
    width: 780px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions .headline h2 {
    width: 780px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions .headline h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions .headline h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions .headline h2 {
    font-size: 36px;
  }
}

section.functions ul.function-list-small {
  margin-top: 9.6vw;
  margin-left: auto;
  margin-right: auto;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small {
    margin-top: -40px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  section.functions ul.function-list-small {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions ul.function-list-small {
    width: 100%;
  }
}

section.functions ul.function-list-small li .in {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9.33333vw;
  -webkit-box-shadow: 0px 4px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 18px 0 rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li .in {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li .in {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

section.functions ul.function-list-small li.li01 .in {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li01 .in {
    width: 1200px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions ul.function-list-small li.li01 .in {
    width: 1200px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions ul.function-list-small li.li01 .in {
    width: 1200px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li02 {
    background-color: #f8f8f8;
  }
}

section.functions ul.function-list-small li.li02 .in {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li02 .in {
    width: 1200px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions ul.function-list-small li.li02 .in {
    width: 1200px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions ul.function-list-small li.li02 .in {
    width: 1200px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li02 .in {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 488px;
  }
}

section.functions ul.function-list-small li.li02 h3 {
  margin-top: 8vw;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li02 h3 {
    margin-top: 40px;
  }
}

section.functions ul.function-list-small li.li02 .below > * {
  margin-left: 5.33333vw;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li02 .below > * {
    margin-left: 60px;
  }
}

section.functions ul.function-list-small li.li03 .in {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li03 .in {
    width: 1308px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions ul.function-list-small li.li03 .in {
    width: 1308px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions ul.function-list-small li.li03 .in {
    width: 1308px;
  }
}

section.functions ul.function-list-small li.li03 .above {
  width: 100%;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li03 .above {
    width: 750px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions ul.function-list-small li.li03 .above {
    width: 750px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions ul.function-list-small li.li03 .above {
    width: 750px;
  }
}

section.functions ul.function-list-small li.li03 .below > * {
  margin-left: 5.33333vw;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li03 .below > * {
    margin-left: 100px;
  }
}

section.functions ul.function-list-small li.li03 h3 {
  margin-top: 8vw;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li03 h3 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li04 {
    background-color: #f8f8f8;
  }
}

section.functions ul.function-list-small li.li04 .in {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li04 .in {
    width: 1408px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions ul.function-list-small li.li04 .in {
    width: 1408px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions ul.function-list-small li.li04 .in {
    width: 1408px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li04 .in {
    height: 520px;
  }
}

section.functions ul.function-list-small li.li04 .above {
  width: 100%;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li04 .above {
    width: 812px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions ul.function-list-small li.li04 .above {
    width: 812px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions ul.function-list-small li.li04 .above {
    width: 812px;
  }
}

section.functions ul.function-list-small li.li04 .below > * {
  margin-left: 5.33333vw;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li.li04 .below > * {
    margin-left: 0px;
  }
}

section.functions ul.function-list-small li + li {
  margin-top: 8vw;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small li + li {
    margin-top: 56px;
  }
}

section.functions ul.function-list-small .above {
  width: 100%;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small .above {
    width: 650px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions ul.function-list-small .above {
    width: 650px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions ul.function-list-small .above {
    width: 650px;
  }
}

section.functions ul.function-list-small .below > * {
  margin-left: 5.33333vw;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small .below > * {
    margin-left: 100px;
  }
}

section.functions ul.function-list-small .below h3 {
  margin-top: 8vw;
  font-size: calc((89.5 / 2.34375) * 1px + (89.5 - (89.5 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: 400;
  font-family: 'Roboto Condensed', Roboto;
  font-stretch: condensed;
  line-height: 0.56;
  color: #f26529;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small .below h3 {
    margin-top: 110px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small .below h3 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions ul.function-list-small .below h3 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions ul.function-list-small .below h3 {
    font-size: 60px;
  }
}

section.functions ul.function-list-small .below aside > p {
  font-size: calc((15 / 2.34375) * 1px + (15 - (15 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  font-stretch: condensed;
  line-height: 3.37;
  color: #f26529;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small .below aside > p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions ul.function-list-small .below aside > p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions ul.function-list-small .below aside > p {
    font-size: 12px;
  }
}

section.functions ul.function-list-small .below h4 {
  margin-top: 1.6vw;
  font-size: calc((40 / 2.34375) * 1px + (40 - (40 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 0.75;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small .below h4 {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small .below h4 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions ul.function-list-small .below h4 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions ul.function-list-small .below h4 {
    font-size: 32px;
  }
}

section.functions ul.function-list-small .below > p {
  margin-top: 4.53333vw;
  width: 94%;
  font-size: calc((30 / 2.34375) * 1px + (30 - (30 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: 400;
  line-height: 1.67;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small .below > p {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small .below > p {
    width: 344px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions ul.function-list-small .below > p {
    width: 344px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions ul.function-list-small .below > p {
    width: 344px;
  }
}

@media only screen and (min-width: 812px) {
  section.functions ul.function-list-small .below > p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  section.functions ul.function-list-small .below > p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  section.functions ul.function-list-small .below > p {
    font-size: 14px;
  }
}

section.security {
  padding-top: 14.66667vw;
  padding-bottom: 14.66667vw;
}

@media only screen and (min-width: 812px) {
  section.security {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 812px) {
  section.security {
    padding-bottom: 80px;
  }
}

section.security .headline {
  margin-left: auto;
  margin-right: auto;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  section.security .headline {
    width: 1440px;
  }
}

@media only screen and (min-width: 992px) {
  section.security .headline {
    width: 1440px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security .headline {
    width: 1440px;
  }
}

section.security .headline .in {
  padding-bottom: 0vw;
  width: 100%;
}

@media only screen and (min-width: 812px) {
  section.security .headline .in {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 812px) {
  section.security .headline .in {
    width: 980px;
  }
}

@media only screen and (min-width: 992px) {
  section.security .headline .in {
    width: 980px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security .headline .in {
    width: 980px;
  }
}

@media only screen and (min-width: 812px) {
  section.security .headline .in {
    background-image: url(../img/bg-stripe.png);
  }
}

section.security .headline .in > * {
  margin-left: 0vw;
}

@media only screen and (min-width: 812px) {
  section.security .headline .in > * {
    margin-left: 120px;
  }
}

section.security .headline aside {
  padding-top: 0vw;
}

@media only screen and (min-width: 812px) {
  section.security .headline aside {
    padding-top: 75px;
  }
}

section.security .headline aside > p {
  font-size: calc((30 / 2.34375) * 1px + (30 - (30 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-family: 'Roboto Condensed', Roboto;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1;
  color: #f26529;
}

@media only screen and (min-width: 812px) {
  section.security .headline aside > p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  section.security .headline aside > p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security .headline aside > p {
    font-size: 24px;
  }
}

section.security .headline h2 {
  margin-top: 2.66667vw;
  width: 100%;
  font-size: calc((44 / 2.34375) * 1px + (44 - (44 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.45;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.security .headline h2 {
    margin-top: 14px;
  }
}

@media only screen and (min-width: 812px) {
  section.security .headline h2 {
    width: 300px;
  }
}

@media only screen and (min-width: 992px) {
  section.security .headline h2 {
    width: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security .headline h2 {
    width: 300px;
  }
}

@media only screen and (min-width: 812px) {
  section.security .headline h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 992px) {
  section.security .headline h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security .headline h2 {
    font-size: 36px;
  }
}

section.security .about {
  margin-top: 5.86667vw;
  margin-left: auto;
  margin-right: auto;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  section.security .about {
    margin-top: -190px;
  }
}

@media only screen and (min-width: 812px) {
  section.security .about {
    width: 1200px;
  }
}

@media only screen and (min-width: 992px) {
  section.security .about {
    width: 1200px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security .about {
    width: 1200px;
  }
}

section.security .about .in {
  padding-top: 0vw;
  width: 100%;
  border-radius: 5.33333vw;
  background-color: #ffffff;
}

@media only screen and (min-width: 812px) {
  section.security .about .in {
    margin-left: auto;
  }
}

@media only screen and (min-width: 812px) {
  section.security .about .in {
    padding-top: 54px;
  }
}

@media only screen and (min-width: 812px) {
  section.security .about .in {
    width: 820px;
  }
}

@media only screen and (min-width: 992px) {
  section.security .about .in {
    width: 820px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security .about .in {
    width: 820px;
  }
}

@media only screen and (min-width: 812px) {
  section.security .about .in {
    border-radius: 40px;
  }
}

@media only screen and (min-width: 992px) {
  section.security .about .in {
    border-radius: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security .about .in {
    border-radius: 40px;
  }
}

section.security p.text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: calc((30 / 2.34375) * 1px + (30 - (30 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: 400;
  line-height: 1.67;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.security p.text {
    width: 700px;
  }
}

@media only screen and (min-width: 992px) {
  section.security p.text {
    width: 700px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security p.text {
    width: 700px;
  }
}

@media only screen and (min-width: 812px) {
  section.security p.text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  section.security p.text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security p.text {
    font-size: 16px;
  }
}

section.security ul.note {
  margin-top: 5.86667vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media only screen and (min-width: 812px) {
  section.security ul.note {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 812px) {
  section.security ul.note {
    width: 700px;
  }
}

@media only screen and (min-width: 992px) {
  section.security ul.note {
    width: 700px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security ul.note {
    width: 700px;
  }
}

section.security ul.note li {
  font-size: calc((24 / 2.34375) * 1px + (24 - (24 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
}

@media only screen and (min-width: 812px) {
  section.security ul.note li {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  section.security ul.note li {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security ul.note li {
    font-size: 12px;
  }
}

section.security dl.spec {
  margin-top: 9.33333vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
  padding-left: 6.13333vw;
  width: 100%;
  border: solid 1px #dddddd;
}

@media only screen and (min-width: 812px) {
  section.security dl.spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 812px) {
  section.security dl.spec {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 812px) {
  section.security dl.spec {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 812px) {
  section.security dl.spec {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 812px) {
  section.security dl.spec {
    padding-left: 34px;
  }
}

@media only screen and (min-width: 812px) {
  section.security dl.spec {
    width: 700px;
  }
}

@media only screen and (min-width: 992px) {
  section.security dl.spec {
    width: 700px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security dl.spec {
    width: 700px;
  }
}

@media only screen and (min-width: 812px) {
  section.security dl.spec {
    height: 90px;
  }
}

section.security dl.spec + dl {
  margin-top: 6.66667vw;
}

@media only screen and (min-width: 812px) {
  section.security dl.spec + dl {
    margin-top: 20px;
  }
}

section.security dl.spec dt {
  padding-bottom: 2.13333vw;
  width: 80vw;
  border-bottom: solid 1px #dddddd;
  font-size: calc((32 / 2.34375) * 1px + (32 - (32 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.4;
  color: #444444;
}

@media only screen and (min-width: 812px) {
  section.security dl.spec dt {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 812px) {
  section.security dl.spec dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    height: 40px;
    border-bottom: none;
    border-right: solid 1px #dddddd;
  }
}

@media only screen and (min-width: 812px) {
  section.security dl.spec dt {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  section.security dl.spec dt {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security dl.spec dt {
    font-size: 16px;
  }
}

section.security dl.spec dd {
  padding-top: 2.13333vw;
  padding-left: 0vw;
  font-size: calc((30 / 2.34375) * 1px + (30 - (30 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: 400;
  line-height: 1.4;
  color: #444444;
}

@media only screen and (min-width: 812px) {
  section.security dl.spec dd {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 812px) {
  section.security dl.spec dd {
    padding-left: 28px;
  }
}

@media only screen and (min-width: 812px) {
  section.security dl.spec dd {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  section.security dl.spec dd {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  section.security dl.spec dd {
    font-size: 16px;
  }
}

section.result {
  padding-top: 9.33333vw;
  padding-bottom: 12vw;
  background-color: #ee7328;
}

@media only screen and (min-width: 812px) {
  section.result {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 812px) {
  section.result {
    padding-bottom: 36px;
  }
}

section.result h2.h2 {
  font-size: calc((40 / 2.34375) * 1px + (40 - (40 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 812px) {
  section.result h2.h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  section.result h2.h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  section.result h2.h2 {
    font-size: 30px;
  }
}

section.result h2.h2 sup {
  vertical-align: super;
  font-size: 0.4em;
}

section.result ul.ul {
  margin-top: 6.66667vw;
  margin-left: auto;
  margin-right: auto;
  width: 76vw;
}

@media only screen and (min-width: 812px) {
  section.result ul.ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 812px) {
  section.result ul.ul {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 812px) {
  section.result ul.ul {
    width: 1000px;
  }
}

@media only screen and (min-width: 992px) {
  section.result ul.ul {
    width: 1000px;
  }
}

@media only screen and (min-width: 1200px) {
  section.result ul.ul {
    width: 1000px;
  }
}

section.result ul.ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 76vw;
  height: 59.46667vw;
  border-radius: 2.66667vw;
  background-color: #ffffff;
}

@media only screen and (min-width: 812px) {
  section.result ul.ul li {
    width: 320px;
  }
}

@media only screen and (min-width: 992px) {
  section.result ul.ul li {
    width: 320px;
  }
}

@media only screen and (min-width: 1200px) {
  section.result ul.ul li {
    width: 320px;
  }
}

@media only screen and (min-width: 812px) {
  section.result ul.ul li {
    height: 250px;
  }
}

@media only screen and (min-width: 992px) {
  section.result ul.ul li {
    height: 250px;
  }
}

@media only screen and (min-width: 1200px) {
  section.result ul.ul li {
    height: 250px;
  }
}

@media only screen and (min-width: 812px) {
  section.result ul.ul li {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 992px) {
  section.result ul.ul li {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  section.result ul.ul li {
    border-radius: 20px;
  }
}

section.result ul.ul li + li {
  margin-top: 7.2vw;
}

@media only screen and (min-width: 812px) {
  section.result ul.ul li + li {
    margin-top: 0px;
  }
}

section.result ul.ul aside {
  margin-top: 7.2vw;
}

@media only screen and (min-width: 812px) {
  section.result ul.ul aside {
    margin-top: 32px;
  }
}

section.result ul.ul aside > p {
  font-size: calc((28.5 / 2.34375) * 1px + (28.5 - (28.5 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.result ul.ul aside > p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  section.result ul.ul aside > p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  section.result ul.ul aside > p {
    font-size: 16px;
  }
}

section.result ul.ul h3 {
  font-size: calc((42.5 / 2.34375) * 1px + (42.5 - (42.5 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.4;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.result ul.ul h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  section.result ul.ul h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  section.result ul.ul h3 {
    font-size: 24px;
  }
}

section.result ul.ul h3 span {
  font-size: calc((57 / 2.34375) * 1px + (57 - (57 / 2.34375))*(100vw - 320px)/(750 - 320));
  color: #f26529;
}

@media only screen and (min-width: 812px) {
  section.result ul.ul h3 span {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) {
  section.result ul.ul h3 span {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  section.result ul.ul h3 span {
    font-size: 32px;
  }
}

section.result ul.ul figure.img {
  margin-top: 6.4vw;
  width: 26.13333vw;
}

@media only screen and (min-width: 812px) {
  section.result ul.ul figure.img {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 812px) {
  section.result ul.ul figure.img {
    width: 110px;
  }
}

@media only screen and (min-width: 992px) {
  section.result ul.ul figure.img {
    width: 110px;
  }
}

@media only screen and (min-width: 1200px) {
  section.result ul.ul figure.img {
    width: 110px;
  }
}

section.result p.note {
  margin-top: 6.66667vw;
  font-size: calc((24 / 2.34375) * 1px + (24 - (24 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.42;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 812px) {
  section.result p.note {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 812px) {
  section.result p.note {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  section.result p.note {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  section.result p.note {
    font-size: 12px;
  }
}

section.about-sb {
  padding-top: 14.4vw;
  padding-bottom: 13.33333vw;
  background-image: url(../img/bg-about-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media only screen and (min-width: 812px) {
  section.about-sb {
    padding-top: 64px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb {
    background-image: url(../img/bg-about-pc.jpg);
  }
}

section.about-sb h2.h2 {
  margin-left: auto;
  margin-right: auto;
  width: 40.8vw;
}

@media only screen and (min-width: 812px) {
  section.about-sb h2.h2 {
    width: 306px;
  }
}

@media only screen and (min-width: 992px) {
  section.about-sb h2.h2 {
    width: 306px;
  }
}

@media only screen and (min-width: 1200px) {
  section.about-sb h2.h2 {
    width: 306px;
  }
}

section.about-sb h3.h3 {
  margin-top: 8vw;
  font-size: calc((30 / 2.34375) * 1px + (30 - (30 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.67;
  text-align: center;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.about-sb h3.h3 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb h3.h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  section.about-sb h3.h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  section.about-sb h3.h3 {
    font-size: 24px;
  }
}

section.about-sb .wrapper {
  margin-top: 6.66667vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.2vw;
  width: 92vw;
  border-radius: 2.66667vw;
  background-color: #ffffff;
}

@media only screen and (min-width: 812px) {
  section.about-sb .wrapper {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb .wrapper {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb .wrapper {
    width: 1200px;
  }
}

@media only screen and (min-width: 992px) {
  section.about-sb .wrapper {
    width: 1200px;
  }
}

@media only screen and (min-width: 1200px) {
  section.about-sb .wrapper {
    width: 1200px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb .wrapper {
    height: 380px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb .wrapper {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 992px) {
  section.about-sb .wrapper {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  section.about-sb .wrapper {
    border-radius: 20px;
  }
}

section.about-sb ul.ul {
  margin-left: auto;
  margin-right: auto;
  width: 77.06667vw;
}

@media only screen and (min-width: 812px) {
  section.about-sb ul.ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb ul.ul {
    width: 1000px;
  }
}

@media only screen and (min-width: 992px) {
  section.about-sb ul.ul {
    width: 1000px;
  }
}

@media only screen and (min-width: 1200px) {
  section.about-sb ul.ul {
    width: 1000px;
  }
}

section.about-sb ul.ul li {
  margin-top: 0vw;
  width: 100%;
}

@media only screen and (min-width: 812px) {
  section.about-sb ul.ul li {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb ul.ul li {
    width: 268px;
  }
}

@media only screen and (min-width: 992px) {
  section.about-sb ul.ul li {
    width: 268px;
  }
}

@media only screen and (min-width: 1200px) {
  section.about-sb ul.ul li {
    width: 268px;
  }
}

section.about-sb ul.ul li + li {
  margin-top: 6.66667vw;
  padding-bottom: 6.66667vw;
}

@media only screen and (min-width: 812px) {
  section.about-sb ul.ul li + li {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb ul.ul li + li {
    padding-bottom: 0px;
  }
}

section.about-sb h4.h4 {
  position: relative;
  font-size: calc((40 / 2.34375) * 1px + (40 - (40 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.5;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.about-sb h4.h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  section.about-sb h4.h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  section.about-sb h4.h4 {
    font-size: 20px;
  }
}

section.about-sb h4.h4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2.66667vw;
  width: 8vw;
  height: 0.66667vw;
  background-color: #f26529;
}

@media only screen and (min-width: 812px) {
  section.about-sb h4.h4:after {
    bottom: -10px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb h4.h4:after {
    width: 50px;
  }
}

@media only screen and (min-width: 992px) {
  section.about-sb h4.h4:after {
    width: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  section.about-sb h4.h4:after {
    width: 50px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb h4.h4:after {
    height: 3px;
  }
}

@media only screen and (min-width: 992px) {
  section.about-sb h4.h4:after {
    height: 3px;
  }
}

@media only screen and (min-width: 1200px) {
  section.about-sb h4.h4:after {
    height: 3px;
  }
}

section.about-sb p.text {
  margin-top: 6.66667vw;
  font-size: calc((28 / 2.34375) * 1px + (28 - (28 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: 400;
  line-height: 1.71;
  color: #222222;
}

@media only screen and (min-width: 812px) {
  section.about-sb p.text {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb p.text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  section.about-sb p.text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  section.about-sb p.text {
    font-size: 14px;
  }
}

section.about-sb p.note {
  margin-top: 5.06667vw;
  font-size: calc((24 / 2.34375) * 1px + (24 - (24 / 2.34375))*(100vw - 320px)/(750 - 320));
  line-height: 1.25;
  font-weight: 400;
  color: #888888;
}

@media only screen and (min-width: 812px) {
  section.about-sb p.note {
    margin-top: 18px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb p.note {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  section.about-sb p.note {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  section.about-sb p.note {
    font-size: 12px;
  }
}

section.about-sb p.note a {
  color: #2f73c8;
  text-decoration: underline;
}

section.about-sb .bottom {
  margin-top: 6.66667vw;
  margin-left: auto;
  margin-right: auto;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  section.about-sb .bottom {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb .bottom {
    width: 1200px;
  }
}

@media only screen and (min-width: 992px) {
  section.about-sb .bottom {
    width: 1200px;
  }
}

@media only screen and (min-width: 1200px) {
  section.about-sb .bottom {
    width: 1200px;
  }
}

section.about-sb p.link {
  font-size: calc((24 / 2.34375) * 1px + (24 - (24 / 2.34375))*(100vw - 320px)/(750 - 320));
  line-height: 1.67;
  color: #888888;
}

@media only screen and (min-width: 812px) {
  section.about-sb p.link {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  section.about-sb p.link {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  section.about-sb p.link {
    font-size: 14px;
  }
}

@media only screen and (min-width: 812px) {
  section.about-sb p.link {
    text-align: center;
  }
}

section.about-sb p.link + p {
  margin-top: 9.33333vw;
}

@media only screen and (min-width: 812px) {
  section.about-sb p.link + p {
    margin-top: 30px;
  }
}

section.about-sb p.link a {
  color: #2f73c8;
  text-decoration: underline;
}

footer.footer {
  padding-bottom: 7.33333vw;
}

@media only screen and (min-width: 812px) {
  footer.footer {
    padding-bottom: 50px;
  }
}

footer.footer ul.links {
  margin-top: 10.66667vw;
  margin-left: auto;
  margin-right: auto;
  width: 92vw;
}

@media only screen and (min-width: 812px) {
  footer.footer ul.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 812px) {
  footer.footer ul.links {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 812px) {
  footer.footer ul.links {
    width: 440px;
  }
}

@media only screen and (min-width: 992px) {
  footer.footer ul.links {
    width: 440px;
  }
}

@media only screen and (min-width: 1200px) {
  footer.footer ul.links {
    width: 440px;
  }
}

footer.footer ul.links li {
  font-size: calc((28 / 2.34375) * 1px + (28 - (28 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: 400;
  line-height: 1;
  color: #888888;
}

@media only screen and (min-width: 812px) {
  footer.footer ul.links li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  footer.footer ul.links li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  footer.footer ul.links li {
    font-size: 14px;
  }
}

footer.footer ul.links li + li {
  margin-top: 8vw;
}

@media only screen and (min-width: 812px) {
  footer.footer ul.links li + li {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 812px) {
  footer.footer ul.links li + li {
    padding-left: 20px;
    border-left: solid 1px #888888;
  }
}

footer.footer p.copy {
  margin-top: 17.33333vw;
  font-size: calc((24 / 2.34375) * 1px + (24 - (24 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: 400;
  line-height: 0.83;
  color: #888888;
  text-align: center;
}

@media only screen and (min-width: 812px) {
  footer.footer p.copy {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 812px) {
  footer.footer p.copy {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  footer.footer p.copy {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  footer.footer p.copy {
    font-size: 14px;
  }
}
