@charset "UTF-8";
/* ==========================================================================
 Foundation
========================================================================== */
:root {
  --clr-white: #fff;
  --clr-black: #2C2E2F;
  --clr-err: #e53935;
  --clr-weak: #a0a0a0;
  --clr-strong: #ff6633;
  --clr-link: #0277bd;
  --clr-hover: #0277bd;
  --clr-key: #009FE8;
  --clr-accent: #EE9630;
  --clr-lblue: #EBF7FC;
  --clr-lgry: #F5F5F5;
  --clr-gry: #EAEAEA;
  --clr-dgry: #2C2E2F;
  --fw-thin: 100;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 600;
  --fw-bold: 700;
  --fw-black: 900;
  --fs-xx-small: 1.4rem;
  --fs-x-small: 1.6rem;
  --fs-small: 1.8rem;
  --fs-medium: 2.0rem;
  --fs-large: 2.4rem;
  --fs-x-large: 3.2rem;
  --fs-xx-large: 4.2rem;
  --cubic: cubic-bezier(0.13, 1.05, 0.96, 1);
  --cubicHigh: cubic-bezier(.18,1.07,.55,1.07); }

/* ==========================================================================
 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, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, mark {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

:focus {
  outline: 0 none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

picture {
  line-height: 1; }

img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

h1, h2, h3, h4, h5, h6, p, div {
  word-wrap: break-word; }

button, input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  display: block; }

::-moz-focus-inner {
  border: 0px; }

select::-ms-expand {
  display: none; }

/* ==========================================================================
 Base
========================================================================== */
html {
  overflow-y: scroll;
  font-size: 0.625em;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  font-weight: var(--fw-regular);
  color: var(--clr-black);
  font-feature-settings: 'palt';
  padding-top: 90px; }

input, button, textarea, select {
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }

img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-user-drag: none;
  user-drag: none;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

canvas {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a, button {
  transition: color var(--cubic), opacity var(--cubic), background-color var(--cubic);
  color: var(--clr-link);
  text-decoration: none;
  cursor: pointer;
  transition: ease-out 0.3s; }
  a:active, a:hover, button:active, button:hover {
    opacity: 0.7; }

sup,
sub {
  font-size: .6em; }

sup {
  vertical-align: top; }

sub {
  vertical-align: bottom; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: var(--clr-weak); }

/* Firefox 18- */
:-moz-placeholder {
  color: var(--clr-weak); }

/* Firefox 19+ */
::-moz-placeholder {
  color: var(--clr-weak); }

/* IE 10+ */
:-ms-input-placeholder {
  color: var(--clr-weak); }

:placeholder-shown {
  color: var(--clr-weak); }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none !important; } }
@media screen and (max-width: 767px) {
  body {
    padding-top: 0; }

  .hide-sp {
    display: none !important; } }
/* ==========================================================================
 Webfont
========================================================================== */
body, input, button, textarea, select {
  font-family: din-2014; }

/* ==========================================================================
 Layout
========================================================================== */
/* ==========================================================================
 Header
========================================================================== */
.l-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  background: #FFFFFF;
  box-shadow: 0px 8px 8px rgba(99, 165, 255, 0.15);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0; }
  .l-header__title {
    padding: 15px 10px 10px 30px;
    line-height: 1.4; }
    .l-header__title:before {
      content: '';
      background: url("../img/logo.png") no-repeat;
      background-size: contain;
      display: inline-block;
      width: 46px;
      height: 57px;
      position: absolute; }
  .l-header__logo {
    color: var(--clr-key);
    font-size: var(--fs-large);
    font-weight: var(--fw-black);
    padding-left: 50px;
    white-space: nowrap; }
  .l-header__corp {
    font-size: 1rem;
    padding-left: 50px;
    display: block;
    color: var(--clr-black); }
  .l-header__nav {
    display: flex; }
  .l-header__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    padding: 10px 20px 10px 0; }
  .l-header__link {
    margin: 0 12px; }
    .l-header__link a {
      font-size: var(--fs-x-small);
      font-weight: bold;
      color: #222; }

@media screen and (max-width: 767px) {
  .l-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 8px 8px rgba(99, 165, 255, 0.15);
    z-index: 1000;
    top: 0;
    left: 0; }
    .l-header__title {
      padding: 10px 0 0 5px;
      line-height: 1.2; }
      .l-header__title:before {
        content: '';
        background: url("../img/logo.png") no-repeat;
        background-size: 75%; }
    .l-header__logo {
      font-size: 16px;
      padding-left: 35px; }
    .l-header__corp {
      padding-left: 35px; }
    .l-header__main {
      display: none; }
    .l-header#headerwrap_fixed {
      height: 45px;
      background: rgba(255, 255, 255, 0.9); }

  #headerwrap_fixed .l-header__main {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 10px 0; }

  #headerwrap_fixed .l-header__link {
    margin: 0 5px; }
    #headerwrap_fixed .l-header__link a {
      font-size: 11px;
      line-height: 1.1;
      display: flex;
      text-align: center;
      font-weight: 700; } }
/* ==========================================================================
 Nav
========================================================================== */
.l-nav {
  display: flex; }
  .l-nav__tel, .l-nav__mail {
    width: 170px; }
    .l-nav__tel a, .l-nav__mail a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      background: #EBF7FC; }
  .l-nav__mail a {
    background: linear-gradient(280.96deg, #ED850B 0%, #EE9630 100%); }
  .l-nav__tel-no {
    font-size: var(--fs-large);
    color: var(--clr-key);
    font-weight: var(--fw-medium); }
  .l-nav__mail-txt {
    font-size: var(--fs-x-small);
    font-weight: var(--fw-bold);
    color: var(--clr-white);
    margin-top: 4px; }
  .l-nav__icon {
    background: #fff;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 24px rgba(0, 159, 232, 0.15); }
    .l-nav__icon img {
      width: 35px; }

@media screen and (max-width: 767px) {
  .l-nav__tel, .l-nav__mail {
    width: 60px; }
  .l-nav__tel-no {
    font-size: 14px;
    padding-top: 4px;
    line-height: 1.3; }
  .l-nav__mail-txt {
    font-size: 12px; }
  .l-nav__icon img {
    width: 28px; }

  #headerwrap_fixed .l-nav__tel, #headerwrap_fixed .l-nav__mail {
    width: 50px;
    height: 45px; } }
/* ==========================================================================
 Main
========================================================================== */
.l-content-container {
  position: relative;
  z-index: 100; }

/* ==========================================================================
 Footer
========================================================================== */
.l-footer {
  position: relative;
  background: #FFFFFF;
  z-index: 1000; }
  .l-footer__body {
    display: flex;
    justify-content: space-between; }
  .l-footer__right {
    width: 65%;
    margin: 40px;
    box-sizing: border-box; }
  .l-footer__left {
    width: 35%;
    margin: 40px 0 40px 120px;
    box-sizing: border-box;
    border-right: 1px solid #ccc; }
  .l-footer__title {
    padding: 15px 10px 10px;
    line-height: 1.4; }
    .l-footer__title:before {
      content: '';
      background: url("../img/logo.png") no-repeat;
      background-size: contain;
      display: inline-block;
      width: 46px;
      height: 57px;
      position: absolute; }
  .l-footer__logo {
    color: var(--clr-key);
    font-size: var(--fs-large);
    font-weight: var(--fw-black);
    padding-left: 50px;
    white-space: nowrap; }
  .l-footer__corp {
    font-size: 1rem;
    padding-left: 50px;
    display: block;
    color: var(--clr-black); }
  .l-footer__block {
    display: flex;
    flex-wrap: wrap; }
  .l-footer__link {
    margin: 10px 30px 10px 0;
    white-space: nowrap; }
    .l-footer__link a {
      color: var(--clr-black); }
  .l-footer__bottom {
    background: var(--clr-lgry);
    text-align: center;
    padding: 6px 0; }
  .l-footer__copy {
    font-size: 11px;
    color: 78818F; }

/* pagetop */
#page_top {
  z-index: 9000; }

#page_top a {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  /* ボタンの装飾 */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #009fe8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; }

#page_top a::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg); }

@media screen and (max-width: 767px) {
  .l-footer__body {
    flex-wrap: wrap; }
  .l-footer__right {
    width: auto;
    margin: 10px 15px; }
  .l-footer__left {
    width: 100%;
    margin: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    border-right: none; }
  .l-footer__link {
    margin: 10px 30px 10px 0;
    white-space: nowrap;
    font-size: var(--fs-xx-small); }
    .l-footer__link a {
      color: var(--clr-black); }
  .l-footer__bottom {
    background: var(--clr-lgry);
    text-align: center;
    padding: 6px 0; }
  .l-footer__copy {
    font-size: 11px;
    color: 78818F; }

  #page_top a {
    /* ボタンの装飾 */
    position: fixed;
    right: 10px;
    bottom: 45px;
    z-index: 1000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #009fe8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; }

  #page_top a::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-bottom: -6px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(-45deg); } }
/* ==========================================================================
 Object
========================================================================== */
/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
/* ==========================================================================
 content_base
========================================================================== */
.c-content-block {
  position: relative;
  width: 100%;
  text-align: center;
  transition: 0.7s ease-in-out; }
  .c-content-block__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative; }
  .c-content-block__bg {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    text-align: center; }
  .c-content-block__catch {
    position: absolute;
    top: 40px;
    left: -50px; }

.c-section__title,
.c-section__title__free {
  font-size: var(--fs-xx-large);
  font-weight: var(--fw-bold);
  margin: 50px 0 0;
  position: relative;
  text-align: center;
  letter-spacing: 10; }

.c-section__title__free {
  color: var(--clr-accent);
  border-bottom: 2px solid;
  display: inline-block;
  margin-bottom: 30px; }

#merit .c-section__title {
  margin: 0; }

.c-heading-sub,
.c-heading-sub--blue {
  font-size: var(--fs-x-large);
  font-weight: var(--fw-bold);
  margin-bottom: 50px;
  letter-spacing: 5; }
  .c-heading-sub--blue,
  .c-heading-sub--blue--blue {
    color: var(--clr-key);
    margin-top: 80px;
    border-bottom: 2px solid;
    display: inline-block; }

.c-section__lead {
  font-size: var(--fs-x-large);
  font-weight: var(--fw-bold);
  margin: 50px 0; }

.c-section__desc {
  margin-bottom: 30px;
  letter-spacing: 2px; }

.c-column {
  font-size: var(--fs-medium);
  line-height: 2;
  margin: 50px 0 0;
  display: flex; }
  .c-column__lead {
    text-align: left;
    padding-right: 20px;
    font-size: var(--fs-small); }
  .c-column__img {
    margin: 0;
    width: 100%;
    text-align: center; }
  .c-column__heading {
    font-size: var(--fs-large);
    color: var(--clr-key);
    font-weight: 700;
    margin: 25px 0 10px; }

.c-btn > a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: var(--clr-accent);
  padding: 12px 10px;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  font-feature-settings: 'palt' 1;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer; }

.c-btn.-normal > a {
  padding: 20px 10px;
  font-size: var(--fs-medium); }

.c-list.-disc {
  padding-left: 30px;
  margin-bottom: 30px; }
  .c-list.-disc li {
    list-style: disc;
    list-style-position: outside;
    margin-bottom: 20px; }

.c-title-em {
  color: var(--clr-key);
  background: linear-gradient(transparent 80%, #ffa500 0%);
  background-position-y: -7px; }

.c-sup-text {
  font-size: var(--fs-xx-small);
  font-weight: 400; }

.c-column__data {
  display: flex;
  flex-wrap: wrap; }

.c-column__data dt {
  width: 25%;
  letter-spacing: 8px; }

.c-column__data dd {
  width: 75%;
  letter-spacing: 2; }

.c-column__data dt,
.c-column__data dd {
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .c-content-block {
    position: relative;
    width: 100%;
    text-align: center;
    transition: 0.2s ease-in-out; }
    .c-content-block__inner {
      max-width: 100%;
      margin: 0 auto;
      padding: 50px 15px;
      position: relative; }
    .c-content-block__bg {
      position: relative;
      background: rgba(255, 255, 255, 0.8);
      padding: 40px 15px;
      text-align: center; }
    .c-content-block__catch {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 80px; }

  .c-section__title,
  .c-section__title__free {
    font-size: var(--fs-large);
    margin: 10px 0 0; }

  section#point01 .c-section__title {
    letter-spacing: -1px; }

  .c-section__lead {
    font-size: var(--fs-medium);
    margin: 10px 0 50px; }

  .c-column {
    font-size: var(--fs-medium);
    line-height: 2;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    .c-column__lead {
      text-align: left;
      padding: 0;
      font-size: var(--fs-x-small); }
      .c-column__lead strong {
        font-size: var(--fs-medium);
        color: var(--clr-accent);
        font-weight: 700; }
    .c-column__img {
      margin: 0 auto;
      padding: 0;
      width: 100%;
      text-align: center; }
    .c-column__heading {
      font-size: var(--fs-small);
      color: var(--clr-key);
      font-weight: 700;
      margin: 25px 0 10px;
      line-height: 1.5; }

  .c-heading-sub,
  .c-heading-sub--blue {
    font-size: var(--fs-medium);
    font-weight: var(--fw-bold);
    margin-bottom: 20px;
    letter-spacing: 5px; }
    .c-heading-sub--blue,
    .c-heading-sub--blue--blue {
      color: var(--clr-key);
      margin-top: 40px;
      border-bottom: 2px solid;
      display: inline-block; }

  .c-column__data {
    margin-top: 30px; }

  .c-column__data dt,
  .c-column__data dd {
    font-size: var(--fs-xx-small); } }
/* ==========================================================================
 table
========================================================================== */
.c-table {
  width: 100%;
  margin-top: 50px;
  border-collapse: separate;
  border-spacing: 3px; }
  .c-table th {
    padding: 20px;
    text-align: center;
    font-size: var(--fs-small);
    font-weight: 700; }
  .c-table td {
    padding: 30px 20px;
    text-align: center;
    font-size: var(--fs-small);
    font-weight: 700; }

.c-th__default {
  background: var(--clr-black);
  color: var(--clr-white);
  width: 40%; }

.c-th__merit {
  background: var(--clr-key);
  color: var(--clr-white);
  width: 40%; }

.c-table th.c-th__row {
  background: var(--clr-lgry);
  color: var(--clr-black); }

.c-td__default {
  background: var(--clr-gry); }
  .c-td__default.-good {
    background: var(--clr-gry) url(../img/ico_good.svg) no-repeat 10px center/48px; }
  .c-td__default.-fair {
    background: var(--clr-gry) url(../img/ico_fair.svg) no-repeat 10px center/48px; }
  .c-td__default.-bad {
    background: var(--clr-gry) url(../img/ico_bad.svg) no-repeat 16px center/42px; }

.c-td__merit {
  background: var(--clr-lblue); }
  .c-td__merit.-good {
    background: var(--clr-lblue) url(../img/ico_good.svg) no-repeat 10px center/48px; }
  .c-td__merit.-fair {
    background: var(--clr-lblue) url(../img/ico_fair.svg) no-repeat 10px center/48px; }
  .c-td__merit.-bad {
    background: var(--clr-bad) url(../img/ico_bad.svg) no-repeat 16px center/42px; }

#hikaku .c-table td.c-td__default,
#hikaku .c-table td.c-td__merit {
  font-weight: 400; }

.c-balloon__small {
  position: relative;
  background: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 50px;
  font-weight: normal;
  text-align: center; }

.c-balloon__small:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-left: -5px;
  border-bottom-color: #ffffff;
  bottom: 100%;
  left: 50%; }

@media screen and (max-width: 767px) {
  .c-table {
    margin-top: 30px;
    border-spacing: 2px; }
    .c-table th {
      padding: 5px;
      font-size: var(--fs-xx-small);
      font-weight: 700; }
    .c-table td {
      padding: 5px;
      font-size: var(--fs-xx-small);
      font-weight: 400; }
      .c-table td .u-fs-48 {
        font-size: var(--fs-x-large);
        font-weight: 700; }
      .c-table td .u-fs-42 {
        font-size: var(--fs-large);
        line-height: 1; }
      .c-table td .u-fs-32 {
        font-size: var(--fs-small);
        font-weight: 700; }

  .c-td__default {
    background: var(--clr-gry); }
    .c-td__default.-good {
      background: var(--clr-gry) url(../img/ico_good.svg) no-repeat center 4px/24px; }
    .c-td__default.-fair {
      background: var(--clr-gry) url(../img/ico_fair.svg) no-repeat center 4px/24px; }
    .c-td__default.-bad {
      background: var(--clr-gry) url(../img/ico_bad.svg) no-repeat center 4px/21px; }

  .c-td__merit {
    background: var(--clr-lblue); }
    .c-td__merit.-good {
      background: var(--clr-lblue) url(../img/ico_good.svg) no-repeat center 4px/24px; }
    .c-td__merit.-fair {
      background: var(--clr-lblue) url(../img/ico_fair.svg) no-repeat center 4px/24px; }
    .c-td__merit.-bad {
      background: var(--clr-lblue) url(../img/ico_bad.svg) no-repeat center 4px/21px; }

  #hikaku .c-table td.c-td__default,
  #hikaku .c-table td.c-td__merit {
    font-weight: 400;
    padding: 30px 5px 5px; }

  .c-balloon__small {
    margin-top: 5px;
    padding: 5px; } }
/* -----------------------------------------------------------------
 Project
----------------------------------------------------------------- */
.p-main-visual {
  /*  min-height: 650px;
    max-height: 60.5vw;*/
  position: relative; }
  .p-main-visual__bg {
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 6% 3%;
    position: relative;
    z-index: 10;
    height: 65vh;
    min-height: 650px; }
  .p-main-visual__bg__sp {
    display: none; }
  .p-main-visual__title {
    padding-bottom: 20px; }
  .p-main-visual__sub {
    font-size: 24px;
    line-height: 42px;
    padding: 0 1%; }
  .p-main-visual__nav {
    display: flex; }
    .p-main-visual__nav li {
      margin: 0 -10px;
      transition: 0.7s ease-in-out; }
  .p-main-visual__catch {
    position: absolute;
    top: 10px;
    right: 30px; }

@media screen and (max-width: 767px) {
  .p-main-visual {
    min-height: auto;
    max-height: 100%;
    position: relative; }
    .p-main-visual__bg {
      display: none;
      z-index: -10;
      height: auto;
      min-height: auto; }
    .p-main-visual__bg__sp {
      display: block;
      min-height: 488px;
      background-size: contain;
      padding: 0 3%; }
    .p-main-visual__title {
      padding-top: 80px;
      padding-bottom: 10px; }
    .p-main-visual__sub {
      font-size: 14px;
      line-height: 32px;
      padding: 0 1%;
      width: 60%;
      margin-bottom: 30px; }
    .p-main-visual__nav li {
      margin: 0 5px; }
    .p-main-visual__catch {
      position: absolute;
      top: 30px;
      left: 10px;
      transform: rotate(-35deg);
      width: 130px; } }
section#point01 {
  background: url(../img/bg_point01.png) no-repeat;
  background-size: cover; }

section#point01 .c-section__title {
  letter-spacing: normal; }

section#point01 .c-section__title:before {
  content: '';
  background: url("../img/pic_point01.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 55px;
  height: 103px;
  left: 60px;
  top: -30px;
  position: absolute; }

section#point02,
section#point04 {
  background: var(--clr-lblue); }

#point03 .p-point__icon {
  position: absolute;
  top: 80px;
  left: -40px; }

section#point04 .c-section__title:before {
  content: '';
  background: url("../img/pic_point04.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 32px;
  height: 108px;
  left: 220px;
  position: absolute; }

.p-point__icon {
  position: absolute;
  top: -40px;
  left: -40px; }

.p-content-intro__title {
  position: relative;
  width: 100%;
  background: linear-gradient(90.66deg, #009FE8 0%, #008BCB 100%);
  padding: 20px 0 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  box-shadow: 0px 8px 12px rgba(0, 159, 232, 0.15); }
  .p-content-intro__title:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 13px;
    border-right-width: 13px;
    margin-left: -13px;
    border-top-color: #0195d9;
    top: 100%;
    left: 50%; }
  .p-content-intro__title .p-content-intro__catch {
    position: absolute;
    top: -20px;
    left: 100px;
    z-index: 11; }
  .p-content-intro__title .p-content-intro__sub {
    font-size: var(--fs-medium);
    font-weight: normal; }

.p-content-intro__sub {
  position: relative;
  width: 418px;
  height: 50px;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF; }

.p-content-intro__sub:after, .p-content-intro__sub:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 10%; }

.p-content-intro__sub:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-left: -5px;
  border-top-color: #0097dc; }

.p-content-intro__sub:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 6px;
  border-right-width: 6px;
  margin-left: -6px;
  margin-top: 1px;
  border-top-color: #FFFFFF; }

.p-content-intro__heading {
  font-size: var(--fs-xx-large);
  margin-top: 10px; }

.p-top-intro {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; }

.p-top-intro__list li {
  margin-top: 30px;
  padding: 0 0 10px 50px;
  font-size: var(--fs-medium);
  background: url(../img/ico_check.png) no-repeat left top;
  background-size: 36px auto;
  text-align: left; }

.p-content-block__title {
  text-align: center; }

.p-column-intro {
  font-size: var(--fs-medium);
  line-height: 2;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .p-column-intro__lead {
    padding-right: 30px; }
    .p-column-intro__lead strong {
      color: var(--clr-accent);
      font-size: 28px;
      font-weight: 700; }
  .p-column-intro__img {
    margin: 0; }

.p-panel-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.p-panel-container .p-panel {
  width: calc(50% - 15px);
  box-sizing: border-box;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 24px rgba(0, 159, 232, 0.15); }
  .p-panel-container .p-panel__ttl {
    background: var(--clr-key);
    color: var(--clr-white);
    font-size: var(--fs-medium);
    font-weight: 700;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px 10px 0 0; }
  .p-panel-container .p-panel__desc {
    font-size: var(--fs-x-small);
    padding: 20px;
    text-align: left;
    line-height: 1.8; }
  .p-panel-container .p-panel .p-pickup-icon {
    position: absolute;
    top: -20px;
    left: -20px; }

.p-point01 .p-panel__ttl {
  min-height: 76px; }

.p-point02 .p-column-intro__img {
  width: 100%; }

.p-point02 .p-column-intro__lead {
  text-align: left; }

.p-point02 .p-panel__desc {
  padding: 0 20px;
  text-align: center; }

/* Point 03 */
.p-onestop {
  display: flex;
  margin: 60px 0; }

.p-onestop__heading {
  position: relative;
  background: #ccc;
  padding: 20px 0;
  font-weight: 700;
  color: white;
  font-size: var(--fs-large); }

.p-onestop__heading:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 11;
  border-color: rgba(204, 204, 204, 0);
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-top: -7px;
  border-left-color: #333; }

.p-onestop__img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center; }

.p-onestop__catch {
  font-size: var(--fs-medium);
  font-weight: 700; }

.p-onestop__customer {
  width: 25%;
  background: var(--clr-gry); }
  .p-onestop__customer .p-onestop__heading {
    background: var(--clr-dgry); }

.p-onestop__advisor {
  width: 50%;
  background: var(--clr-lblue); }
  .p-onestop__advisor .p-onestop__heading {
    background: var(--clr-key); }
    .p-onestop__advisor .p-onestop__heading:after {
      border-left-color: var(--clr-key); }
  .p-onestop__advisor .p-onestop__catch {
    color: var(--clr-key); }

.p-onestop__bank {
  width: 25%;
  background: #E2E9F5; }
  .p-onestop__bank .p-onestop__heading {
    background: #2666E2; }
    .p-onestop__bank .p-onestop__heading:after {
      content: none; }
  .p-onestop__bank .p-onestop__catch {
    color: #2666E2; }

.p-onestop__flow {
  padding: 0 20px; }

.p-onestop__flow-list {
  background: #fff;
  margin: 20px 0 0;
  padding: 10px;
  position: relative;
  z-index: 20;
  font-size: var(--fs-x-small);
  font-weight: 700; }

.p-onestop__flow-list:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 1px;
  height: 25px;
  margin: auto;
  background-color: #000; }

.p-onestop__flow-list:last-child {
  margin-bottom: 30px; }

.p-onestop__flow-list:last-child:after {
  content: none; }

.p-stepflow__wrap {
  display: flex;
  margin-top: 50px; }

.p-stepflow__box {
  background: var(--clr-key);
  color: #fff;
  margin-right: 10px;
  padding: 30px 30px 30px 15px;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%); }

.p-stepflow__label {
  display: block;
  background: #fff;
  color: var(--clr-key);
  border-radius: 50px;
  width: 60%;
  margin: 0 auto 10px; }

.p-stepflow__contact-box {
  border: 3px solid #009FE8;
  padding: 20px;
  position: relative;
  width: 35%; }

.p-stepflow__lead {
  color: var(--clr-key);
  display: block;
  margin: 15px 0 10px; }

.p-icon__mail {
  background: var(--clr-key);
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 100px;
  padding-top: 15px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 14px rgba(0, 159, 232, 0.25); }
  .p-icon__mail img {
    width: 56px; }

@media screen and (max-width: 767px) {
  section#point01 {
    background: url(../img/bg_point01.png) no-repeat center top;
    background-size: cover; }

  .p-content-intro__title {
    padding: 0 0 10px; }
    .p-content-intro__title:after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      border-color: rgba(0, 153, 255, 0);
      border-top-width: 10px;
      border-bottom-width: 10px;
      border-left-width: 6px;
      border-right-width: 6px;
      margin-left: -6px;
      border-top-color: #0195d9;
      top: 100%;
      left: 50%; }
    .p-content-intro__title .p-content-intro__catch {
      position: absolute;
      top: -20px;
      left: 10px;
      width: 60px; }
    .p-content-intro__title .p-content-intro__sub {
      font-size: 12px;
      font-weight: normal; }

  .p-content-intro__sub {
    position: relative;
    width: 418px;
    height: 50px;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF; }

  .p-content-intro__sub:after, .p-content-intro__sub:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 10%; }

  .p-content-intro__sub:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 2px;
    border-right-width: 2px;
    margin-left: -2px;
    border-top-color: #0097dc; }

  .p-content-intro__sub:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 3px;
    border-right-width: 3px;
    margin-left: -3px;
    margin-top: 1px;
    border-top-color: #FFFFFF; }

  .p-content-intro__heading {
    font-size: var(--fs-medium);
    margin-top: 0; }

  .p-top-intro {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center; }
    .p-top-intro__img {
      width: 180px; }
    .p-top-intro__list li {
      margin-top: 15px;
      padding: 0 0 10px 30px;
      font-size: var(--xx-small);
      background: url(../img/ico_check.png) no-repeat left top;
      background-size: 22px auto;
      text-align: left; }

  section#point01 .c-section__title {
    letter-spacing: -1px; }

  section#point01 .c-section__title:before {
    width: 33px;
    height: 60px;
    left: 0;
    left: -10px;
    top: 0; }

  .p-point__icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%); }
    .p-point__icon img {
      width: 120px; }

  .p-column-intro {
    font-size: var(--fs-x-small);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.6;
    margin-bottom: 25px; }
    .p-column-intro__lead {
      padding: 0;
      margin-top: 40px; }
      .p-column-intro__lead strong {
        color: var(--clr-key); }

  .p-panel-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column; }

  .p-panel-container .p-panel {
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 24px rgba(0, 159, 232, 0.15); }
    .p-panel-container .p-panel__ttl {
      background: var(--clr-key);
      color: var(--clr-white);
      font-size: var(--fs-x-small);
      font-weight: 700;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border-radius: 10px 10px 0 0; }
    .p-panel-container .p-panel__desc {
      font-size: var(--fs-xx-small);
      padding: 15px; }
      .p-panel-container .p-panel__desc .u-fs-76 {
        font-size: var(--fs-xx-large);
        line-height: 1; }
      .p-panel-container .p-panel__desc .u-fs-32 {
        font-size: var(--fs-medium); }
    .p-panel-container .p-panel .p-pickup-icon {
      position: absolute;
      top: -20px;
      left: -20px;
      transform: rotate(-30deg); }

  .p-point01 .p-panel__ttl {
    min-height: auto !important; }

  .p-panel-container .p-panel:last-child {
    margin-bottom: 0; }

  /* point 03 */
  #point03 .c-content-block__inner {
    padding: 100px 15px 50px; }

  #point03 .p-point__icon {
    position: absolute;
    top: 30px;
    left: auto; }

  .p-onestop {
    flex-wrap: wrap;
    margin: 30px 0; }
    .p-onestop__img {
      height: auto; }

  .p-onestop__heading {
    position: relative;
    background: #ccc;
    padding: 10px 0;
    font-weight: 700;
    color: white;
    font-size: var(--fs-medium); }

  .p-onestop__heading:after {
    content: none; }

  .p-onestop__customer,
  .p-onestop__advisor,
  .p-onestop__bank {
    width: 100%;
    margin-bottom: 40px; }

  .p-onestop__customer:after,
  .p-onestop__advisor:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    z-index: 11;
    border-color: rgba(204, 204, 204, 0);
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 22px;
    border-right-width: 22px;
    margin-top: 18px;
    border-left-color: #333; }

  .p-onestop__advisor:after {
    border-left-color: var(--clr-key); }

  .p-stepflow__wrap {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap; }

  .p-stepflow__box {
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
    margin-bottom: 20px;
    padding: 15px 15px 30px;
    width: 100%; }

  .p-stepflow__contact-box {
    margin-top: 20px;
    width: 100%; }

  .p-stepflow__text {
    font-size: var(--fs-xx-small); }

  #point04 .u-fs-32 {
    font-size: var(--fs-medium); }

  #point04 .c-column__img {
    width: 60%; }

  section#point04 .c-section__title:before {
    width: 16px;
    height: 54px;
    left: 0px; }

  a.anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px; } }
.l-contact {
  background: linear-gradient(90.66deg, #009FE8 0%, #008BCB 100%);
  height: 430px; }
  .l-contact__inner {
    text-align: center;
    position: relative;
    width: 1160px;
    margin: 0 auto;
    padding: 50px 0; }

.p-contact__title {
  font-size: var(--fs-x-large);
  font-weight: 700;
  color: white;
  letter-spacing: 3px; }

.p-contact__ph-bg {
  position: absolute;
  top: -20px;
  left: 0; }

.p-contact__catch {
  position: absolute;
  top: 10px;
  right: 0; }

.p-contact__wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  margin-top: 50px; }

.p-contact__block {
  background: white;
  width: 48%;
  border-radius: 10px;
  padding: 50px 40px 40px 40px;
  position: relative; }

.p-contact__icon {
  background: #fff;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 24px rgba(0, 159, 232, 0.15);
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%); }
  .p-contact__icon img {
    width: 56px; }

.p-contact__tel {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.4; }

.p-contact__tel > a {
  color: var(--clr-key); }

.p-contact__sub-title {
  font-size: var(--fs-medium);
  font-weight: 700; }

.p-contact__btn.c-btn.-normal {
  margin-top: 25px;
  display: block; }

/* contact form */
#sf-form-page h2 {
  margin-top: 40px;
  font-weight: bold; }

/* thanks */
.p-thanks__block {
  width: 1160px;
  margin: 100px auto;
  text-align: center; }

.p-thanks__icon {
  margin-bottom: 20px;
  display: block; }

.p-thanks__title {
  font-size: 32px;
  color: var(--clr-key);
  margin-bottom: 30px;
  letter-spacing: 6px; }

.p-thanks__lead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px; }

.p-thanks__info {
  margin-top: 40px;
  padding: 40px;
  background: var(--clr-lblue);
  width: 70%;
  margin: 60px auto 40px;
  border-radius: 10px; }

.p-thanks__info__tel span,
.p-thanks__info__MAIL span {
  font-weight: 600;
  font-size: 22px; }

@media screen and (max-width: 767px) {
  .l-contact {
    height: auto; }
    .l-contact__inner {
      width: 100%;
      padding: 50px 15px 0; }

  .p-contact__title {
    font-size: var(--fs-medium); }

  .p-contact__ph-bg {
    position: absolute;
    top: 103px;
    left: 20px;
    width: 90px; }

  .p-contact__catch {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px; }

  .p-contact__wrap {
    position: inherit;
    margin-top: 60px;
    flex-wrap: wrap; }

  .p-contact__block {
    width: 100%;
    margin-bottom: 50px;
    padding: 30px 20px 30px 20px; }

  .p-contact__icon {
    width: 60px;
    height: 60px; }
    .p-contact__icon img {
      width: 60px; }

  .icon_test img {
    width: auto; }

  .p-contact__btn.c-btn.-normal {
    margin-top: 15px; }

  /* thanks */
  .p-thanks__block {
    width: auto;
    margin: 50px auto;
    padding: 0 20px;
    text-align: center; }

  .p-thanks__icon {
    margin-bottom: 10px;
    display: block; }

  .p-thanks__info {
    padding: 20px;
    background: var(--clr-lblue);
    width: auto;
    margin: 40px auto 40px;
    border-radius: 10px; }

  .p-thanks__lead {
    margin-bottom: 10px; } }
section#about {
  background: url(../img/bg_about.png) no-repeat;
  background-size: cover; }

.p-about-block {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 40px;
  padding: 80px 40px;
  text-align: center; }
  .p-about-block .p-panel__ttl:nth-child(2n) {
    background: var(--clr-black); }
  .p-about-block .p-panel__desc {
    padding: 20px;
    text-align: center; }

.p-point01 .p-panel__ttl {
  min-height: 76px; }

.p-about-block__title {
  margin-top: 50px; }

.p-about-block__lead {
  font-size: var(--fs-large); }

.p-about-block__lead strong {
  font-weight: 700; }

.p-merit-block {
  background: var(--clr-key);
  padding: 25px; }
  .p-merit-block__title {
    font-size: var(--fs-x-large);
    font-weight: 700;
    color: white;
    margin-bottom: 10px; }

ol.p-merit-block__list {
  background: white;
  padding: 20px 40px;
  text-align: left;
  counter-reset: my-counter;
  list-style: none; }

li.c-num {
  font-size: var(--fs-medium);
  line-height: 1.5;
  padding-left: 40px;
  position: relative;
  margin: 15px 0; }

li.c-num:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #009fe8;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 28px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0; }

@media screen and (max-width: 767px) {
  section#about {
    background: url(../img/bg_about.png) no-repeat center top; }
    section#about .u-fs-32 {
      font-size: var(--fs-large); }
    section#about .u-fs-42 {
      font-size: var(--fs-x-large); }
    section#about .p-panel__desc {
      font-size: var(--fs-medium); }
    section#about .c-column__lead {
      margin-top: 40px; }

  .p-about-block {
    padding: 40px 15px; }

  .p-about-block .p-panel__desc {
    padding: 15px; }

  .p-about-block__lead {
    font-size: var(--fs-small); }

  .p-merit-block {
    padding: 15px; }
    .p-merit-block__title {
      font-size: var(--fs-medium); }

  ol.p-merit-block__list {
    padding: 15px 10px; }

  li.c-num {
    font-size: var(--fs-x-small); } }
section#result {
  background: var(--clr-lblue); }

.p-industry__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px; }

.p-industry__list {
  width: 12%;
  background: #fff;
  margin-bottom: 7px;
  box-sizing: border-box;
  padding: 25px 10px; }

.p-industry__name {
  display: block;
  color: var(--clr-key);
  margin-bottom: 10px; }

.p-table__example {
  width: 80%;
  margin: 0 auto 50px;
  border-collapse: separate;
  border-spacing: 3px; }

.p-table__example th {
  padding: 15px;
  text-align: center;
  font-size: var(--fs-small);
  font-weight: 700;
  background: var(--clr-key);
  color: var(--clr-white);
  width: 33%; }

.p-table__example td {
  padding: 15px;
  text-align: left;
  font-size: var(--fs-medium);
  font-weight: 400;
  background: var(--clr-white); }
  .p-table__example td.p-td-cell__money {
    text-align: right; }

@media screen and (max-width: 767px) {
  .p-industry__list {
    width: 24%;
    background: #fff;
    margin-bottom: 4px;
    box-sizing: border-box;
    padding: 5px 2px; }

  .p-industry__name {
    display: block;
    color: var(--clr-key);
    margin-bottom: 5px;
    font-size: 11px;
    letter-spacing: -0.5px; }

  .p-industry__icon {
    zoom: 0.5; }

  .p-table__example {
    width: 90%;
    margin: 0 auto 20px; }

  .p-table__example th {
    padding: 10px;
    font-size: var(--fs-xx-small); }

  .p-table__example td {
    padding: 5px;
    font-size: var(--fs-xx-small); } }
section#faq {
  background: url(../img/bg_qa.png) no-repeat;
  background-size: 100%;
  background-attachment: fixed; }

.p-faq-list {
  width: 100%;
  margin-top: 60px; }
  .p-faq-list .p-faq {
    background: white;
    box-shadow: 0px 0px 24px rgba(0, 159, 232, 0.15);
    border-radius: 10px;
    text-align: left;
    margin-bottom: 30px; }
    .p-faq-list .p-faq__question {
      background: var(--clr-white);
      font-size: var(--fs-small);
      position: relative;
      border-radius: 10px;
      padding: 30px 100px 30px 100px;
      cursor: pointer;
      transition: .3s;
      letter-spacing: 1.5;
      font-weight: 500; }
      .p-faq-list .p-faq__question.active {
        background: var(--clr-lblue);
        border-radius: 10px 10px 0 0; }
      .p-faq-list .p-faq__question:before {
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        width: 48px;
        height: 48px;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        content: "Q";
        background: var(--clr-key);
        border-radius: 50px;
        color: white;
        line-height: 1.7; }
    .p-faq-list .p-faq__answer {
      display: none;
      font-size: var(--fs-x-small);
      padding: 25px 100px 35px 100px;
      line-height: 2;
      position: relative; }
      .p-faq-list .p-faq__answer:before {
        position: absolute;
        left: 30px;
        width: 48px;
        height: 48px;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        content: "A";
        background: var(--clr-accent);
        border-radius: 50px;
        color: white;
        line-height: 1.7; }

.icon-wrap {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px; }

.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%; }

.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: var(--clr-key);
  left: 50%;
  top: 50%;
  width: 32px;
  height: 2px;
  transform: translate(-50%, -50%); }

.icon:before {
  transform: translate(-50%, -50%) rotate(90deg); }

/*＋、－切り替え*/
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg); }

@media screen and (max-width: 767px) {
  section#faq {
    background: #f0f0f0 url(../img/bg_qa_sp.png) no-repeat left top;
    background-size: contain; }

  .p-faq-list {
    width: 100%;
    margin-top: 60px; }

  .p-faq-list .p-faq {
    background: white;
    box-shadow: 0px 0px 24px rgba(0, 159, 232, 0.15);
    border-radius: 10px;
    text-align: left;
    margin-bottom: 20px; }

  .p-faq-list .p-faq__question {
    background: var(--clr-white);
    font-size: var(--fs-x-small);
    position: relative;
    FONT-WEIGHT: 100;
    padding: 15px 35px 15px 50px;
    cursor: pointer;
    transition: .3s;
    letter-spacing: 1.5;
    font-weight: 500; }

  .p-faq-list .p-faq__question.active {
    background: var(--clr-lblue);
    border-radius: 10px 10px 0 0; }

  .p-faq-list .p-faq__question:before {
    position: absolute;
    left: 10px;
    width: 32px;
    height: 32px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    content: "Q";
    background: var(--clr-key);
    border-radius: 50px;
    color: white;
    line-height: 1.7; }

  .p-faq-list .p-faq__answer {
    display: none;
    font-size: var(--fs-x-small);
    padding: 15px 35px 15px 50px;
    line-height: 2;
    position: relative; }

  .p-faq-list .p-faq__answer:before {
    position: absolute;
    left: 10px;
    width: 32px;
    height: 32px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    content: "A";
    background: var(--clr-accent);
    border-radius: 50px;
    color: white;
    line-height: 1.7; }

  #faq .c-content-block__catch {
    left: 10px;
    top: 10px;
    width: 70px; }

  .icon-wrap {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    width: 16px;
    height: 16px; }

  .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%; }

  .icon:before,
  .icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: var(--clr-key);
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    transform: translate(-50%, -50%); }

  .icon:before {
    transform: translate(-50%, -50%) rotate(90deg); }

  /*＋、－切り替え*/
  .icon.open:before {
    transform: translate(-50%, -50%) rotate(0deg); } }
section#message {
  background: #009FE8 url(../img/ph_chan.png) no-repeat left bottom -10px;
  background-size: 240px;
  padding-top: 40px;
  height: 450px;
  margin-bottom: 100px; }

.c-content-block__message {
  width: 85%;
  background: #fff;
  padding: 70px 110px 60px;
  right: 0;
  position: absolute;
  box-shadow: 0px 0px 32px rgba(0, 159, 232, 0.15); }

#message .c-content-block__catch {
  position: absolute;
  top: -60px;
  left: 0px; }

#message .c-heading-sub.message {
  font-size: var(--fs-x-large);
  font-weight: var(--fw-bold);
  color: var(--clr-key);
  margin: 0 auto 30px;
  letter-spacing: 5;
  display: inline-block; }

.p-message_lead {
  text-align: left;
  font-size: var(--fs-small);
  line-height: 2.2;
  letter-spacing: 1.5;
  margin-bottom: 30px; }

.p-message_chan {
  text-align: right;
  font-size: var(--fs-small);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  .p-message_chan img {
    margin-left: 10px; }

@media screen and (max-width: 767px) {
  section#message {
    background: #009FE8;
    background-size: 240px;
    padding-top: 40px;
    height: 690px;
    margin-bottom: 100px; }

  .c-content-block__message {
    width: 95%;
    background: #fff;
    padding: 40px 20px 60px;
    right: 0;
    position: absolute;
    box-shadow: 0px 0px 32px rgba(0, 159, 232, 0.15); }

  #message .c-content-block__catch {
    position: absolute;
    top: -38px;
    left: 0px;
    width: 120px; }

  #message .c-heading-sub.message {
    font-size: var(--fs-x-large);
    font-weight: var(--fw-bold);
    color: var(--clr-key);
    margin: 0 auto 30px;
    letter-spacing: 5;
    display: inline-block; }

  .p-message_lead {
    text-align: left;
    font-size: var(--fs-x-small);
    line-height: 2;
    letter-spacing: 1.5;
    margin-bottom: 30px; }

  .p-message_chan {
    text-align: right;
    font-size: var(--fs-x-small);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }

  .p-message_chan img {
    margin-left: 10px; }

  .p-message_ph {
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0; } }
/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
/* ==========================================================================
 vertical-align
========================================================================== */
.u-va-t {
  vertical-align: top !important; }

.u-va-m {
  vertical-align: middle !important; }

.u-va-b {
  vertical-align: bottom !important; }

.u-va-bl {
  vertical-align: baseline !important; }

/* ==========================================================================
 border
========================================================================== */
.u-br-4 {
  border-radius: 4px; }

.u-br-8 {
  border-radius: 8px; }

.u-br-12 {
  border-radius: 12px; }

.u-br-16 {
  border-radius: 16px; }

/* border-none */
.u-br-0 {
  border: none; }

.u-br-t-0 {
  border-top: none; }

.u-br-r-0 {
  border-right: none; }

.u-br-b-0 {
  border-bottom: none; }

.u-br-l-0 {
  border-left: none; }

/* ==========================================================================
 clearfix
========================================================================== */
.u-cf {
  min-height: 1%; }
  .u-cf:after {
    clear: both;
    content: ".";
    height: 0;
    visibility: hidden; }

/* ==========================================================================
 display
========================================================================== */
.u-d-tb {
  display: table !important; }

.u-d-tbc {
  display: table-cell !important; }

.u-d-b {
  display: block !important; }

.u-d-ib {
  display: inline-block !important; }

.u-d-i {
  display: inline !important; }

.u-d-n {
  display: none !important; }

.u-d-f {
  display: flex !important; }

@media screen and (max-width: 767px) {
  .u-d-tb-sp {
    display: table !important; }

  .u-d-tbc-sp {
    display: table-cell !important; }

  .u-d-b-sp {
    display: block !important; }

  .u-d-ib-sp {
    display: inline-block !important; }

  .u-d-i-sp {
    display: inline !important; }

  .u-d-n-sp {
    display: none !important; }

  .u-d-f-sp {
    display: flex !important; } }
/* ==========================================================================
 float
========================================================================== */
.u-fl-l {
  float: left !important; }

.u-fl-r {
  float: right !important; }

.u-fl-n {
  float: none !important; }

@media screen and (max-width: 767px) {
  .u-fl-l-sp {
    float: left !important; }

  .u-fl-r-sp {
    float: right !important; }

  .u-fl-n-sp {
    float: none !important; } }
/* ==========================================================================
 font-size
========================================================================== */
.u-fs-14 {
  font-size: var(--fs-xx-small); }

.u-fs-16 {
  font-size: var(--fs-x-small); }

.u-fs-20 {
  font-size: var(--fs-medium); }

.u-fs-24 {
  font-size: var(--fs-large); }

.u-fs-28 {
  font-size: 28px; }

.u-fs-32 {
  font-size: var(--fs-x-large); }

.u-fs-42 {
  font-size: 42px; }

.u-fs-48 {
  font-size: 48px; }

.u-fs-76 {
  font-size: 76px; }

.u-fw-bold {
  font-weight: 700; }

.u-fw-normal {
  font-weight: 400; }

.u-clr-blue {
  color: var(--clr-key); }

.u-clr-orange {
  color: var(--clr-accent); }

@media screen and (max-width: 767px) {
  .u-sp-hide {
    display: none; } }
/* ==========================================================================
 font-weight
========================================================================== */
.u-fw-thin {
  font-weight: var(--fw-thin) !important; }

.u-fw-light {
  font-weight: var(--fw-light) !important; }

.u-fw-regular {
  font-weight: var(--fw-regular) !important; }

.u-fw-medium {
  font-weight: var(--fw-medium) !important; }

.u-fw-bold {
  font-weight: var(--fw-bold) !important; }

.u-fw-black {
  font-weight: var(--fw-black) !important; }

/* ==========================================================================
 color
========================================================================== */
.u-clr-white {
  color: #fff !important; }

.u-clr-black {
  color: #000 !important; }

.u-clr-inherit {
  color: inherit !important; }

.u-clr-key {
  color: var(--clr-key) !important; }

.u-bgclr-black {
  background: var(--clr-black); }

/* ==========================================================================
 margin
========================================================================== */
.u-m-c {
  margin-right: auto !important;
  margin-left: auto !important; }

/* Top margin */
.u-mt-0 {
  margin-top: 0px !important; }

.u-mt-5 {
  margin-top: 5px !important; }

.u-mt-10 {
  margin-top: 10px !important; }

.u-mt-15 {
  margin-top: 15px !important; }

.u-mt-20 {
  margin-top: 20px !important; }

.u-mt-25 {
  margin-top: 25px !important; }

.u-mt-30 {
  margin-top: 30px !important; }

.u-mt-35 {
  margin-top: 35px !important; }

.u-mt-40 {
  margin-top: 40px !important; }

.u-mt-45 {
  margin-top: 45px !important; }

.u-mt-50 {
  margin-top: 50px !important; }

.u-mt-55 {
  margin-top: 55px !important; }

.u-mt-60 {
  margin-top: 60px !important; }

.u-mt-65 {
  margin-top: 65px !important; }

.u-mt-70 {
  margin-top: 70px !important; }

.u-mt-75 {
  margin-top: 75px !important; }

.u-mt-80 {
  margin-top: 80px !important; }

.u-mt-85 {
  margin-top: 85px !important; }

.u-mt-90 {
  margin-top: 90px !important; }

.u-mt-95 {
  margin-top: 95px !important; }

.u-mt-100 {
  margin-top: 100px !important; }

.u-mt-105 {
  margin-top: 105px !important; }

.u-mt-110 {
  margin-top: 110px !important; }

.u-mt-115 {
  margin-top: 115px !important; }

.u-mt-120 {
  margin-top: 120px !important; }

/* Right margin */
.u-mr-0 {
  margin-right: 0px !important; }

.u-mr-5 {
  margin-right: 5px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

.u-mr-25 {
  margin-right: 25px !important; }

.u-mr-30 {
  margin-right: 30px !important; }

.u-mr-35 {
  margin-right: 35px !important; }

.u-mr-40 {
  margin-right: 40px !important; }

.u-mr-45 {
  margin-right: 45px !important; }

.u-mr-50 {
  margin-right: 50px !important; }

.u-mr-55 {
  margin-right: 55px !important; }

.u-mr-60 {
  margin-right: 60px !important; }

.u-mr-65 {
  margin-right: 65px !important; }

.u-mr-70 {
  margin-right: 70px !important; }

.u-mr-75 {
  margin-right: 75px !important; }

.u-mr-80 {
  margin-right: 80px !important; }

.u-mr-85 {
  margin-right: 85px !important; }

.u-mr-90 {
  margin-right: 90px !important; }

.u-mr-95 {
  margin-right: 95px !important; }

.u-mr-100 {
  margin-right: 100px !important; }

.u-mr-105 {
  margin-right: 105px !important; }

.u-mr-110 {
  margin-right: 110px !important; }

.u-mr-115 {
  margin-right: 115px !important; }

.u-mr-120 {
  margin-right: 120px !important; }

/* Bottom margin */
.u-mb-0 {
  margin-bottom: 0px !important; }

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

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

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

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

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

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

.u-mb-35 {
  margin-bottom: 35px !important; }

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

.u-mb-45 {
  margin-bottom: 45px !important; }

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

.u-mb-55 {
  margin-bottom: 55px !important; }

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

.u-mb-65 {
  margin-bottom: 65px !important; }

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

.u-mb-75 {
  margin-bottom: 75px !important; }

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

.u-mb-85 {
  margin-bottom: 85px !important; }

.u-mb-90 {
  margin-bottom: 90px !important; }

.u-mb-95 {
  margin-bottom: 95px !important; }

.u-mb-100 {
  margin-bottom: 100px !important; }

.u-mb-105 {
  margin-bottom: 105px !important; }

.u-mb-110 {
  margin-bottom: 110px !important; }

.u-mb-115 {
  margin-bottom: 115px !important; }

.u-mb-120 {
  margin-bottom: 120px !important; }

/* Left margin */
.u-ml-0 {
  margin-left: 0px !important; }

.u-ml-5 {
  margin-left: 5px !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

.u-ml-25 {
  margin-left: 25px !important; }

.u-ml-30 {
  margin-left: 30px !important; }

.u-ml-35 {
  margin-left: 35px !important; }

.u-ml-40 {
  margin-left: 40px !important; }

.u-ml-45 {
  margin-left: 45px !important; }

.u-ml-50 {
  margin-left: 50px !important; }

.u-ml-55 {
  margin-left: 55px !important; }

.u-ml-60 {
  margin-left: 60px !important; }

.u-ml-65 {
  margin-left: 65px !important; }

.u-ml-70 {
  margin-left: 70px !important; }

.u-ml-75 {
  margin-left: 75px !important; }

.u-ml-80 {
  margin-left: 80px !important; }

.u-ml-85 {
  margin-left: 85px !important; }

.u-ml-90 {
  margin-left: 90px !important; }

.u-ml-95 {
  margin-left: 95px !important; }

.u-ml-100 {
  margin-left: 100px !important; }

.u-ml-105 {
  margin-left: 105px !important; }

.u-ml-110 {
  margin-left: 110px !important; }

.u-ml-115 {
  margin-left: 115px !important; }

.u-ml-120 {
  margin-left: 120px !important; }

@media screen and (max-width: 767px) {
  /* Top margin */
  .u-mt-sp-0 {
    margin-top: 0px !important; }

  .u-mt-sp-5 {
    margin-top: 5px !important; }

  .u-mt-sp-10 {
    margin-top: 10px !important; }

  .u-mt-sp-15 {
    margin-top: 15px !important; }

  .u-mt-sp-20 {
    margin-top: 20px !important; }

  .u-mt-sp-25 {
    margin-top: 25px !important; }

  .u-mt-sp-30 {
    margin-top: 30px !important; }

  .u-mt-sp-35 {
    margin-top: 35px !important; }

  .u-mt-sp-40 {
    margin-top: 40px !important; }

  .u-mt-sp-45 {
    margin-top: 45px !important; }

  .u-mt-sp-50 {
    margin-top: 50px !important; }

  .u-mt-sp-55 {
    margin-top: 55px !important; }

  .u-mt-sp-60 {
    margin-top: 60px !important; }

  .u-mt-sp-65 {
    margin-top: 65px !important; }

  .u-mt-sp-70 {
    margin-top: 70px !important; }

  .u-mt-sp-75 {
    margin-top: 75px !important; }

  .u-mt-sp-80 {
    margin-top: 80px !important; }

  .u-mt-sp-85 {
    margin-top: 85px !important; }

  .u-mt-sp-90 {
    margin-top: 90px !important; }

  .u-mt-sp-95 {
    margin-top: 95px !important; }

  .u-mt-sp-100 {
    margin-top: 100px !important; }

  .u-mt-sp-105 {
    margin-top: 105px !important; }

  .u-mt-sp-110 {
    margin-top: 110px !important; }

  .u-mt-sp-115 {
    margin-top: 115px !important; }

  .u-mt-sp-120 {
    margin-top: 120px !important; }

  /* Right margin */
  .u-mr-sp-0 {
    margin-right: 0px !important; }

  .u-mr-sp-5 {
    margin-right: 5px !important; }

  .u-mr-sp-10 {
    margin-right: 10px !important; }

  .u-mr-sp-15 {
    margin-right: 15px !important; }

  .u-mr-sp-20 {
    margin-right: 20px !important; }

  .u-mr-sp-25 {
    margin-right: 25px !important; }

  .u-mr-sp-30 {
    margin-right: 30px !important; }

  .u-mr-sp-35 {
    margin-right: 35px !important; }

  .u-mr-sp-40 {
    margin-right: 40px !important; }

  .u-mr-sp-45 {
    margin-right: 45px !important; }

  .u-mr-sp-50 {
    margin-right: 50px !important; }

  .u-mr-sp-55 {
    margin-right: 55px !important; }

  .u-mr-sp-60 {
    margin-right: 60px !important; }

  .u-mr-sp-65 {
    margin-right: 65px !important; }

  .u-mr-sp-70 {
    margin-right: 70px !important; }

  .u-mr-sp-75 {
    margin-right: 75px !important; }

  .u-mr-sp-80 {
    margin-right: 80px !important; }

  .u-mr-sp-85 {
    margin-right: 85px !important; }

  .u-mr-sp-90 {
    margin-right: 90px !important; }

  .u-mr-sp-95 {
    margin-right: 95px !important; }

  .u-mr-sp-100 {
    margin-right: 100px !important; }

  .u-mr-sp-105 {
    margin-right: 105px !important; }

  .u-mr-sp-110 {
    margin-right: 110px !important; }

  .u-mr-sp-115 {
    margin-right: 115px !important; }

  .u-mr-sp-120 {
    margin-right: 120px !important; }

  /* Bottom margin */
  .u-mb-sp-0 {
    margin-bottom: 0px !important; }

  .u-mb-sp-5 {
    margin-bottom: 5px !important; }

  .u-mb-sp-10 {
    margin-bottom: 10px !important; }

  .u-mb-sp-15 {
    margin-bottom: 15px !important; }

  .u-mb-sp-20 {
    margin-bottom: 20px !important; }

  .u-mb-sp-25 {
    margin-bottom: 25px !important; }

  .u-mb-sp-30 {
    margin-bottom: 30px !important; }

  .u-mb-sp-35 {
    margin-bottom: 35px !important; }

  .u-mb-sp-40 {
    margin-bottom: 40px !important; }

  .u-mb-sp-45 {
    margin-bottom: 45px !important; }

  .u-mb-sp-50 {
    margin-bottom: 50px !important; }

  .u-mb-sp-55 {
    margin-bottom: 55px !important; }

  .u-mb-sp-60 {
    margin-bottom: 60px !important; }

  .u-mb-sp-65 {
    margin-bottom: 65px !important; }

  .u-mb-sp-70 {
    margin-bottom: 70px !important; }

  .u-mb-sp-75 {
    margin-bottom: 75px !important; }

  .u-mb-sp-80 {
    margin-bottom: 80px !important; }

  .u-mb-sp-85 {
    margin-bottom: 85px !important; }

  .u-mb-sp-90 {
    margin-bottom: 90px !important; }

  .u-mb-sp-95 {
    margin-bottom: 95px !important; }

  .u-mb-sp-100 {
    margin-bottom: 100px !important; }

  .u-mb-sp-105 {
    margin-bottom: 105px !important; }

  .u-mb-sp-110 {
    margin-bottom: 110px !important; }

  .u-mb-sp-115 {
    margin-bottom: 115px !important; }

  .u-mb-sp-120 {
    margin-bottom: 120px !important; }

  /* Left margin */
  .u-ml-sp-0 {
    margin-left: 0px !important; }

  .u-ml-sp-5 {
    margin-left: 5px !important; }

  .u-ml-sp-10 {
    margin-left: 10px !important; }

  .u-ml-sp-15 {
    margin-left: 15px !important; }

  .u-ml-sp-20 {
    margin-left: 20px !important; }

  .u-ml-sp-25 {
    margin-left: 25px !important; }

  .u-ml-sp-30 {
    margin-left: 30px !important; }

  .u-ml-sp-35 {
    margin-left: 35px !important; }

  .u-ml-sp-40 {
    margin-left: 40px !important; }

  .u-ml-sp-45 {
    margin-left: 45px !important; }

  .u-ml-sp-50 {
    margin-left: 50px !important; }

  .u-ml-sp-55 {
    margin-left: 55px !important; }

  .u-ml-sp-60 {
    margin-left: 60px !important; }

  .u-ml-sp-65 {
    margin-left: 65px !important; }

  .u-ml-sp-70 {
    margin-left: 70px !important; }

  .u-ml-sp-75 {
    margin-left: 75px !important; }

  .u-ml-sp-80 {
    margin-left: 80px !important; }

  .u-ml-sp-85 {
    margin-left: 85px !important; }

  .u-ml-sp-90 {
    margin-left: 90px !important; }

  .u-ml-sp-95 {
    margin-left: 95px !important; }

  .u-ml-sp-100 {
    margin-left: 100px !important; }

  .u-ml-sp-105 {
    margin-left: 105px !important; }

  .u-ml-sp-110 {
    margin-left: 110px !important; }

  .u-ml-sp-115 {
    margin-left: 115px !important; }

  .u-ml-sp-120 {
    margin-left: 120px !important; } }
/* ==========================================================================
 padding
========================================================================== */
/* Top padding */
.u-pt-0 {
  padding-top: 0px !important; }

.u-pt-5 {
  padding-top: 5px !important; }

.u-pt-10 {
  padding-top: 10px !important; }

.u-pt-15 {
  padding-top: 15px !important; }

.u-pt-20 {
  padding-top: 20px !important; }

.u-pt-25 {
  padding-top: 25px !important; }

.u-pt-30 {
  padding-top: 30px !important; }

.u-pt-35 {
  padding-top: 35px !important; }

.u-pt-40 {
  padding-top: 40px !important; }

.u-pt-45 {
  padding-top: 45px !important; }

.u-pt-50 {
  padding-top: 50px !important; }

.u-pt-55 {
  padding-top: 55px !important; }

.u-pt-60 {
  padding-top: 60px !important; }

.u-pt-65 {
  padding-top: 65px !important; }

.u-pt-70 {
  padding-top: 70px !important; }

.u-pt-75 {
  padding-top: 75px !important; }

.u-pt-80 {
  padding-top: 80px !important; }

.u-pt-85 {
  padding-top: 85px !important; }

.u-pt-90 {
  padding-top: 90px !important; }

/* Right padding */
.u-pr-0 {
  padding-right: 0px !important; }

.u-pr-5 {
  padding-right: 5px !important; }

.u-pr-10 {
  padding-right: 10px !important; }

.u-pr-15 {
  padding-right: 15px !important; }

.u-pr-20 {
  padding-right: 20px !important; }

.u-pr-25 {
  padding-right: 25px !important; }

.u-pr-30 {
  padding-right: 30px !important; }

.u-pr-35 {
  padding-right: 35px !important; }

.u-pr-40 {
  padding-right: 40px !important; }

.u-pr-45 {
  padding-right: 45px !important; }

.u-pr-50 {
  padding-right: 50px !important; }

.u-pr-55 {
  padding-right: 55px !important; }

.u-pr-60 {
  padding-right: 60px !important; }

.u-pr-65 {
  padding-right: 65px !important; }

.u-pr-70 {
  padding-right: 70px !important; }

.u-pr-75 {
  padding-right: 75px !important; }

.u-pr-80 {
  padding-right: 80px !important; }

.u-pr-85 {
  padding-right: 85px !important; }

.u-pr-90 {
  padding-right: 90px !important; }

/* Bottom padding */
.u-pb-0 {
  padding-bottom: 0px !important; }

.u-pb-5 {
  padding-bottom: 5px !important; }

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

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

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

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

.u-pb-30 {
  padding-bottom: 30px !important; }

.u-pb-35 {
  padding-bottom: 35px !important; }

.u-pb-40 {
  padding-bottom: 40px !important; }

.u-pb-45 {
  padding-bottom: 45px !important; }

.u-pb-50 {
  padding-bottom: 50px !important; }

.u-pb-55 {
  padding-bottom: 55px !important; }

.u-pb-60 {
  padding-bottom: 60px !important; }

.u-pb-65 {
  padding-bottom: 65px !important; }

.u-pb-70 {
  padding-bottom: 70px !important; }

.u-pb-75 {
  padding-bottom: 75px !important; }

.u-pb-80 {
  padding-bottom: 80px !important; }

.u-pb-85 {
  padding-bottom: 85px !important; }

.u-pb-90 {
  padding-bottom: 90px !important; }

/* Left padding */
.u-pl-0 {
  padding-left: 0px !important; }

.u-pl-5 {
  padding-left: 5px !important; }

.u-pl-10 {
  padding-left: 10px !important; }

.u-pl-15 {
  padding-left: 15px !important; }

.u-pl-20 {
  padding-left: 20px !important; }

.u-pl-25 {
  padding-left: 25px !important; }

.u-pl-30 {
  padding-left: 30px !important; }

.u-pl-35 {
  padding-left: 35px !important; }

.u-pl-40 {
  padding-left: 40px !important; }

.u-pl-45 {
  padding-left: 45px !important; }

.u-pl-50 {
  padding-left: 50px !important; }

.u-pl-55 {
  padding-left: 55px !important; }

.u-pl-60 {
  padding-left: 60px !important; }

.u-pl-65 {
  padding-left: 65px !important; }

.u-pl-70 {
  padding-left: 70px !important; }

.u-pl-75 {
  padding-left: 75px !important; }

.u-pl-80 {
  padding-left: 80px !important; }

.u-pl-85 {
  padding-left: 85px !important; }

.u-pl-90 {
  padding-left: 90px !important; }

@media screen and (max-width: 767px) {
  /* Top padding */
  .u-pt-sp-0 {
    padding-top: 0px !important; }

  .u-pt-sp-5 {
    padding-top: 5px !important; }

  .u-pt-sp-10 {
    padding-top: 10px !important; }

  .u-pt-sp-15 {
    padding-top: 15px !important; }

  .u-pt-sp-20 {
    padding-top: 20px !important; }

  .u-pt-sp-25 {
    padding-top: 25px !important; }

  .u-pt-sp-30 {
    padding-top: 30px !important; }

  .u-pt-sp-35 {
    padding-top: 35px !important; }

  .u-pt-sp-40 {
    padding-top: 40px !important; }

  .u-pt-sp-45 {
    padding-top: 45px !important; }

  .u-pt-sp-50 {
    padding-top: 50px !important; }

  .u-pt-sp-55 {
    padding-top: 55px !important; }

  .u-pt-sp-60 {
    padding-top: 60px !important; }

  .u-pt-sp-65 {
    padding-top: 65px !important; }

  .u-pt-sp-70 {
    padding-top: 70px !important; }

  .u-pt-sp-75 {
    padding-top: 75px !important; }

  .u-pt-sp-80 {
    padding-top: 80px !important; }

  .u-pt-sp-85 {
    padding-top: 85px !important; }

  .u-pt-sp-90 {
    padding-top: 90px !important; }

  /* Right padding */
  .u-pr-sp-0 {
    padding-right: 0px !important; }

  .u-pr-sp-5 {
    padding-right: 5px !important; }

  .u-pr-sp-10 {
    padding-right: 10px !important; }

  .u-pr-sp-15 {
    padding-right: 15px !important; }

  .u-pr-sp-20 {
    padding-right: 20px !important; }

  .u-pr-sp-25 {
    padding-right: 25px !important; }

  .u-pr-sp-30 {
    padding-right: 30px !important; }

  .u-pr-sp-35 {
    padding-right: 35px !important; }

  .u-pr-sp-40 {
    padding-right: 40px !important; }

  .u-pr-sp-45 {
    padding-right: 45px !important; }

  .u-pr-sp-50 {
    padding-right: 50px !important; }

  .u-pr-sp-55 {
    padding-right: 55px !important; }

  .u-pr-sp-60 {
    padding-right: 60px !important; }

  .u-pr-sp-65 {
    padding-right: 65px !important; }

  .u-pr-sp-70 {
    padding-right: 70px !important; }

  .u-pr-sp-75 {
    padding-right: 75px !important; }

  .u-pr-sp-80 {
    padding-right: 80px !important; }

  .u-pr-sp-85 {
    padding-right: 85px !important; }

  .u-pr-sp-90 {
    padding-right: 90px !important; }

  /* Bottom padding */
  .u-pb-sp-0 {
    padding-bottom: 0px !important; }

  .u-pb-sp-5 {
    padding-bottom: 5px !important; }

  .u-pb-sp-10 {
    padding-bottom: 10px !important; }

  .u-pb-sp-15 {
    padding-bottom: 15px !important; }

  .u-pb-sp-20 {
    padding-bottom: 20px !important; }

  .u-pb-sp-25 {
    padding-bottom: 25px !important; }

  .u-pb-sp-30 {
    padding-bottom: 30px !important; }

  .u-pb-sp-35 {
    padding-bottom: 35px !important; }

  .u-pb-sp-40 {
    padding-bottom: 40px !important; }

  .u-pb-sp-45 {
    padding-bottom: 45px !important; }

  .u-pb-sp-50 {
    padding-bottom: 50px !important; }

  .u-pb-sp-55 {
    padding-bottom: 55px !important; }

  .u-pb-sp-60 {
    padding-bottom: 60px !important; }

  .u-pb-sp-65 {
    padding-bottom: 65px !important; }

  .u-pb-sp-70 {
    padding-bottom: 70px !important; }

  .u-pb-sp-75 {
    padding-bottom: 75px !important; }

  .u-pb-sp-80 {
    padding-bottom: 80px !important; }

  .u-pb-sp-85 {
    padding-bottom: 85px !important; }

  .u-pb-sp-90 {
    padding-bottom: 90px !important; }

  /* Left padding */
  .u-pl-sp-0 {
    padding-left: 0px !important; }

  .u-pl-sp-5 {
    padding-left: 5px !important; }

  .u-pl-sp-10 {
    padding-left: 10px !important; }

  .u-pl-sp-15 {
    padding-left: 15px !important; }

  .u-pl-sp-20 {
    padding-left: 20px !important; }

  .u-pl-sp-25 {
    padding-left: 25px !important; }

  .u-pl-sp-30 {
    padding-left: 30px !important; }

  .u-pl-sp-35 {
    padding-left: 35px !important; }

  .u-pl-sp-40 {
    padding-left: 40px !important; }

  .u-pl-sp-45 {
    padding-left: 45px !important; }

  .u-pl-sp-50 {
    padding-left: 50px !important; }

  .u-pl-sp-55 {
    padding-left: 55px !important; }

  .u-pl-sp-60 {
    padding-left: 60px !important; }

  .u-pl-sp-65 {
    padding-left: 65px !important; }

  .u-pl-sp-70 {
    padding-left: 70px !important; }

  .u-pl-sp-75 {
    padding-left: 75px !important; }

  .u-pl-sp-80 {
    padding-left: 80px !important; }

  .u-pl-sp-85 {
    padding-left: 85px !important; }

  .u-pl-sp-90 {
    padding-left: 90px !important; } }
/* ==========================================================================
 position
========================================================================== */
.u-pos-a {
  position: absolute !important; }

.u-pos-r {
  position: relative !important; }

.u-pos-s {
  position: static !important; }

/* ==========================================================================
 text-align
========================================================================== */
.u-ta-l {
  text-align: left !important; }

.u-ta-c {
  text-align: center !important; }

.u-ta-r {
  text-align: right !important; }

@media screen and (max-width: 767px) {
  .u-ta-l-sp {
    text-align: left !important; }

  .u-ta-c-sp {
    text-align: center !important; }

  .u-ta-r-sp {
    text-align: right !important; } }
/* ==========================================================================
 text-decoration
========================================================================== */
.u-td-u {
  text-decoration: underline !important; }

.u-td-n {
  text-decoration: none !important; }

/* ==========================================================================
 text-indent
========================================================================== */
.u-tx-inside0 {
  text-indent: 0 !important;
  padding-left: 0 !important; }

.u-tx-inside8 {
  text-indent: -0.8em !important;
  padding-left: 0.8em !important; }

.u-tx-inside9 {
  text-indent: -0.9em !important;
  padding-left: 0.9em !important; }

.u-tx-inside10 {
  text-indent: -1em !important;
  padding-left: 1em !important; }

.u-tx-inside11 {
  text-indent: -1.1em !important;
  padding-left: 1.1em !important; }

.u-tx-inside12 {
  text-indent: -1.2em !important;
  padding-left: 1.2em !important; }

.u-tx-inside13 {
  text-indent: -1.3em !important;
  padding-left: 1.3em !important; }

.u-tx-inside14 {
  text-indent: -1.4em !important;
  padding-left: 1.4em !important; }

.u-tx-inside15 {
  text-indent: -1.5em !important;
  padding-left: 1.5em !important; }

.u-tx-inside16 {
  text-indent: -1.6em !important;
  padding-left: 1.6em !important; }

.u-tx-inside17 {
  text-indent: -1.7em !important;
  padding-left: 1.7em !important; }

.u-tx-inside18 {
  text-indent: -1.8em !important;
  padding-left: 1.8em !important; }

.u-tx-inside19 {
  text-indent: -1.9em !important;
  padding-left: 1.9em !important; }

.u-tx-inside20 {
  text-indent: -2em !important;
  padding-left: 2em !important; }

.u-tx-insideW8 {
  text-indent: -2em !important;
  padding-left: 2.4em !important; }

.u-tx-insideW9 {
  text-indent: -2.3em !important;
  padding-left: 2.7em !important; }

.u-tx-insideW10 {
  text-indent: -2.6em !important;
  padding-left: 3em !important; }

.u-tx-insideW11 {
  text-indent: -2.9em !important;
  padding-left: 3.3em !important; }

.u-tx-insideW12 {
  text-indent: -3.2em !important;
  padding-left: 3.6em !important; }

.u-tx-insideW13 {
  text-indent: -3.5em !important;
  padding-left: 3.9em !important; }

.u-tx-insideW14 {
  text-indent: -3.8em !important;
  padding-left: 4.2em !important; }

.u-tx-insideW15 {
  text-indent: -4.1em !important;
  padding-left: 4.5em !important; }

.u-tx-insideW16 {
  text-indent: -4.4em !important;
  padding-left: 4.8em !important; }

.u-tx-insideW17 {
  text-indent: -4.7em !important;
  padding-left: 5.1em !important; }

.u-tx-insideW18 {
  text-indent: -5em !important;
  padding-left: 5.4em !important; }

.u-tx-insideW19 {
  text-indent: -5.3em !important;
  padding-left: 5.7em !important; }

.u-tx-insideW20 {
  text-indent: -5.6em !important;
  padding-left: 6em !important; }

/* ==========================================================================
 width
========================================================================== */
.u-w-auto {
  width: auto !important; }

.u-w-full {
  width: 100% !important; }

.u-w-threeQuarter {
  width: 75% !important; }

.u-w-half {
  width: 50% !important; }

.u-w-quarter {
  width: 25% !important; }

/* ==========================================================================
 height
========================================================================== */
.u-h-5 {
  min-height: 5vh !important; }

.u-h-10 {
  min-height: 10vh !important; }

.u-h-15 {
  min-height: 15vh !important; }

.u-h-20 {
  min-height: 20vh !important; }

.u-h-25 {
  min-height: 25vh !important; }

.u-h-30 {
  min-height: 30vh !important; }

.u-h-35 {
  min-height: 35vh !important; }

.u-h-40 {
  min-height: 40vh !important; }

.u-h-45 {
  min-height: 45vh !important; }

.u-h-50 {
  min-height: 50vh !important; }

.u-h-55 {
  min-height: 55vh !important; }

.u-h-60 {
  min-height: 60vh !important; }

.u-h-65 {
  min-height: 65vh !important; }

.u-h-70 {
  min-height: 70vh !important; }

.u-h-75 {
  min-height: 75vh !important; }

.u-h-80 {
  min-height: 80vh !important; }

.u-h-85 {
  min-height: 85vh !important; }

.u-h-90 {
  min-height: 90vh !important; }

.u-h-95 {
  min-height: 95vh !important; }

.u-h-100 {
  min-height: 100vh !important; }

/* ==========================================================================
 letter-spacing
========================================================================== */
.u-ls-1 {
  letter-spacing: -.1em !important; }

/* ==========================================================================
 cursor
========================================================================== */
.u-cs-pointer {
  cursor: pointer !important; }

.u-cs-default {
  cursor: default !important; }

/* ==========================================================================
 background-color
========================================================================== */
.u-bgclr-black {
  background-color: #000 !important; }

.u-bgclr-white {
  background-color: #fff !important; }

/* ==========================================================================
 line-height
========================================================================== */
.u-lh-0 {
  line-height: 0 !important; }

.u-lh-1 {
  line-height: 0.1 !important; }

.u-lh-2 {
  line-height: 0.2 !important; }

.u-lh-3 {
  line-height: 0.3 !important; }

.u-lh-4 {
  line-height: 0.4 !important; }

.u-lh-5 {
  line-height: 0.5 !important; }

.u-lh-6 {
  line-height: 0.6 !important; }

.u-lh-7 {
  line-height: 0.7 !important; }

.u-lh-8 {
  line-height: 0.8 !important; }

.u-lh-9 {
  line-height: 0.9 !important; }

.u-lh-10 {
  line-height: 1 !important; }

.u-lh-11 {
  line-height: 1.1 !important; }

.u-lh-12 {
  line-height: 1.2 !important; }

.u-lh-13 {
  line-height: 1.3 !important; }

.u-lh-14 {
  line-height: 1.4 !important; }

.u-lh-15 {
  line-height: 1.5 !important; }

.u-lh-16 {
  line-height: 1.6 !important; }

.u-lh-17 {
  line-height: 1.7 !important; }

.u-lh-18 {
  line-height: 1.8 !important; }

.u-lh-19 {
  line-height: 1.9 !important; }

.u-lh-20 {
  line-height: 2 !important; }

/* -----------------------------------------------------------------
 Js
----------------------------------------------------------------- */
