@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
/* ==========================================================================
Foundation
========================================================================== */
/* 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,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
  font-size: 100%;
}

blockquote,
q {
  quotes: none;
}

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

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

caption,
th {
  text-align: left;
}

:focus {
  outline: 0;
}

img,
a img {
  border: none;
}

a {
  outline: 0;
  cursor: pointer;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Base
----------------------------------------------------------------- */
html {
  height: 100%;
  line-height: 1.6;
  overflow-y: scroll;
}

body {
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  background-color: #1b1f26;
}
@media only screen and (min-width: 48em) {
  body {
    line-height: 1.75;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    line-height: 1.5;
  }
}
body.is-loading {
  height: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  line-height: 1.4;
  font-weight: normal;
}

/* ==========================================================================
Layout
========================================================================== */
.l-root-container {
  position: relative;
  overflow: hidden;
  background-color: #1b1f26;
}

.l-contact-container {
  border-top: 1px solid #000;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.l-contact-container.l-contact-container--type_home {
  opacity: 0;
  transition: transform 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98), opacity 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-container.l-contact-container--type_home {
    transform: translate3d(0, 100px, 0);
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-container.l-contact-container--type_home {
    transform: translate3d(0, 200px, 0);
  }
}
.l-contact-container.l-contact-container--type_home.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.l-contact-container.l-contact-container--type_service-support {
  padding-bottom: 55px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.l-contact-container__inner {
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media only screen and (min-width: 61.25em) {
  .l-contact-container__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media only screen and (min-width: 100em) {
  .l-contact-container__inner {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-contact-container__head {
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-container__head {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-contact-container__head {
    width: 19.375em;
    max-width: 19.375em;
    min-width: 19.375em;
    margin-right: 40px;
  }
}

.l-contact-container__heading {
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-container__heading {
    font-size: 82px;
    font-size: 5.125rem;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-container__heading {
    font-size: 95px;
    font-size: 5.9375rem;
  }
}
@media only screen and (min-width: 80em) {
  .l-contact-container__heading {
    text-align: left;
  }
}

@media only screen and (min-width: 48em) {
  .l-contact-container__sentence {
    margin-bottom: 26px;
  }
}

.l-contact-container__body {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (min-width: 100em) {
  .l-contact-container__body {
    width: 1040px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contact-container__info {
    padding-top: 26px;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-container__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-top: 35px;
    padding-bottom: 20px;
  }
}

.l-contact-container__tell {
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-container__tell {
    width: 100%;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-container__tell {
    box-sizing: border-box;
    border-right: 1px solid #fff;
    padding-right: 20px;
    width: 50%;
  }
}
@media only screen and (min-width: 100em) {
  .l-contact-container__tell {
    text-align: left;
  }
}
@media only screen and (min-width: 100em) {
  .l-contact-container__tell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding-right: 40px;
  }
}
.l-contact-container__tell > dt {
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-container__tell > dt {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-container__tell > dt {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-container__tell > dt > span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-contact-container__tell > dd {
  font-family: "Fjalla One", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-container__tell > dd {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-container__tell > dd {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.l-contact-container__tell > dd > a {
  color: #fff;
}
.l-contact-container__tell > dd > span {
  position: relative;
  top: -3px;
  display: inline-block;
  padding-right: 15px;
}
.l-contact-container__tell > dd path {
  fill: #fff;
}

.l-contact-container__download {
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-container__download {
    width: 100%;
    padding-top: 16px;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-container__download {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 100em) {
  .l-contact-container__download {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    text-align: left;
    padding-left: 40px;
  }
}
.l-contact-container__download > dt {
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-container__download > dt {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-container__download > dt {
    margin-bottom: 10px;
  }
}
.l-contact-container__download > dd {
  font-family: "Fjalla One", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-container__download > dd {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-container__download > dd {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.l-contact-container__download > dd > a {
  color: #fff;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  transition: background-color 0.2s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
@media only screen and (max-width: 47.9375em) {
  .l-header {
    padding-top: 15px;
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 48em) {
  .l-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-header.is-fix {
  transform: translate3d(0, -100%, 0);
  transition: background-color 0.2s 0.5s ease, transform 0.4s 0s ease;
  background-color: #1b1f26;
}
.l-header.is-fix.is-visible {
  transform: translate3d(0, 0, 0);
}

.l-header--type_contact {
  position: relative;
  border-bottom-color: #000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #1b1f26;
}

.l-header__inner {
  position: relative;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media only screen and (min-width: 100em) {
  .l-header__inner {
    width: 1400px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 48em) {
  .l-header--type_contact .l-header__inner {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-header__logo {
  position: relative;
  top: 4px;
  padding-right: 15px;
}
.l-header__logo > a {
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__logo svg {
    width: 110px;
    height: 22px;
  }
}
.l-header__logo path {
  fill: #fff;
  fill-rule: evenodd;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__menu-area {
    visibility: hidden;
    box-sizing: border-box;
    position: fixed;
    z-index: 8;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 32px;
    padding-right: 6.25%;
    padding-bottom: 28px;
    padding-left: 6.25%;
    background-color: #1b1f26;
    transform: translate3d(0, -100%, 0);
  }
}
@media only screen and (min-width: 100em) {
  .l-header__menu-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__menu-area.is-show {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}
.l-header__menu-area.has-transition {
  transition: transform 0.4s 0s ease, visibility 0.4s 0s ease;
}

.l-header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav {
    display: block;
    padding-bottom: 30px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    border-bottom-width: 1px;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__nav {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 100em) {
  .l-header__nav {
    border-right: #fff 1px solid;
    margin-top: 0;
    padding-right: 18px;
  }
}
.l-header__nav > li {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav > li {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__nav > li {
    white-space: nowrap;
  }
}
.l-header__nav > li > a {
  display: block;
  color: #fff;
}
@media only screen and (min-width: 100em) {
  .l-header__nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.l-header__nav > li > a > span {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav > li > a > span {
    padding-top: 6px;
    padding-bottom: 7px;
  }
}
.l-header__nav > li > a > span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.2s 0s ease;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav > li > a > span:before {
    display: none;
  }
}
.l-header__nav > li > a > span:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.2s 0s ease;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav > li > a > span:after {
    display: none;
  }
}
.l-header__nav > li > a:hover > span:before {
  width: 50%;
}
.l-header__nav > li > a:hover > span:after {
  width: 50%;
}

@media only screen and (min-width: 48em) {
  .l-header__home {
    display: none;
  }
}

.l-header__contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__contact {
    display: block;
    padding-left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__contact {
    position: absolute;
    top: 0;
    right: 6.25%;
  }
}
@media only screen and (min-width: 100em) {
  .l-header__contact {
    position: static;
  }
}

.l-header__contact-tell {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Fjalla One", sans-serif;
  padding-right: 25px;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__contact-tell {
    font-size: 23px;
    font-size: 1.4375rem;
    padding-top: 23px;
    padding-right: 0;
    padding-bottom: 19px;
    text-align: center;
  }
}
.l-header__contact-tell span {
  display: inline-block;
  padding-right: 7px;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__contact-tell span {
    padding-right: 3px;
  }
}
.l-header__contact-tell svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__contact-tell svg {
    width: 18px;
    height: 18px;
  }
}
.l-header__contact-tell a {
  color: #fff;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__contact-button-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.l-header__contact-button {
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
}
.l-header__contact-button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__contact-button {
    margin-right: 0;
  }
}

.l-header__menu-icon {
  position: absolute;
  z-index: 9;
  top: -12px;
  right: 2.25%;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__menu-icon {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__menu-icon {
    display: none;
  }
}

.l-header__icon-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-header__icon-line {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  margin-top: 11px;
  margin-left: -9px;
  background-color: #fff;
}

.l-header__icon-line--position_top {
  transition: transform 0.2s 0s ease;
}
.is-move .l-header__icon-line--position_top {
  transform: translate3d(0, 5px, 0);
}
.is-close .l-header__icon-line--position_top {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}

.l-header__icon-line--position_middle {
  top: 5px;
}
.is-close .l-header__icon-line--position_middle {
  opacity: 0;
}

.l-header__icon-line--position_bottom {
  top: 10px;
  transition: transform 0.2s 0s ease;
}
.is-move .l-header__icon-line--position_bottom {
  transform: translate3d(0, -5px, 0);
}
.is-close .l-header__icon-line--position_bottom {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

.l-header__icon-text {
  padding-top: 25px;
  text-align: center;
  font-size: 8px;
  font-size: 0.5rem;
}
.l-header__icon-text:before {
  content: 'メニュー';
  display: block;
}
.is-show .l-header__icon-text:before {
  display: none;
}
.l-header__icon-text:after {
  content: '閉じる';
  display: none;
}
.is-show .l-header__icon-text:after {
  display: block;
}

.l-footer {
  width: 100%;
  background-color: #0f131a;
}
.l-footer.l-footer--type_home {
  opacity: 0;
  transition: transform 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98), opacity 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
@media only screen and (max-width: 47.9375em) {
  .l-footer.l-footer--type_home {
    transform: translate3d(0, 100px, 0);
  }
}
@media only screen and (min-width: 48em) {
  .l-footer.l-footer--type_home {
    transform: translate3d(0, 200px, 0);
  }
}
.l-footer.l-footer--type_home.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.l-footer__inner {
  position: relative;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__inner {
    widows: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__inner {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 100em) {
  .l-footer__inner {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__top {
    position: relative;
    margin-bottom: 14px;
    padding-bottom: 192px;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__top {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 48em) {
  .l-footer__site-map {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex: 1;
        flex: 1;
  }
}
.l-footer__site-map a {
  color: #6c7179;
  transition: color 0.1s 0s ease;
}
@media only screen and (min-width: 48em) {
  .l-footer__site-map a:hover {
    color: #fff;
  }
}

.l-footer__site-map-block {
  box-sizing: border-box;
}
@media only screen and (min-width: 48em) {
  .l-footer__site-map-block {
    width: 25%;
    padding-right: 6%;
  }
}
@media only screen and (min-width: 80em) {
  .l-footer__site-map-block {
    width: 25%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__site-map-block > li {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__site-map-block > li {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__site-map-block:last-child {
    padding-right: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__toggle-wrap {
    height: 0;
    overflow: hidden;
  }
}

.l-footer__site-map-block-lv2 {
  margin-top: 10px;
}
.l-footer__site-map-block-lv2 > li {
  text-indent: -8px;
  margin-bottom: 2px;
  margin-left: 16px;
}
.l-footer__site-map-block-lv2 > li:before {
  content: "-";
  color: #6c7179;
  display: inline-block;
  padding-right: 8px;
}

.l-footer__list-icon {
  position: relative;
  margin-top: 4px;
  margin-right: 9px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__list-icon {
    display: block;
    padding-left: 18px;
  }
}
.l-footer__list-icon:before {
  content: "";
  display: none;
  position: absolute;
  width: 12px;
  height: 2px;
  top: 9px;
  left: 0;
  background-color: #6c7179;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__list-icon:before {
    display: block;
  }
}
.l-footer__list-icon:after {
  content: "";
  display: none;
  position: absolute;
  width: 12px;
  height: 2px;
  top: 9px;
  left: 0;
  background-color: #6c7179;
  transition: transform 0.2s 0s ease;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__list-icon:after {
    display: block;
  }
}
.l-footer__list-icon.is-show:after {
  transform: rotate(0deg);
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__company {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__company {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 100em) {
  .l-footer__company {
    padding-right: 120px;
  }
}

.l-footer__company-logo {
  margin-bottom: 20px;
}

.l-footer__company-info {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6c7179;
}
.l-footer__company-info a {
  color: #6c7179;
}

.l-footer__copy {
  color: #6c7179;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media only screen and (min-width: 48em) {
  .l-footer__copy {
    padding-top: 65px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-page-top {
    position: relative;
    width: 70px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 48em) {
  .l-page-top {
    opacity: 0;
    position: fixed;
    bottom: 100px;
    right: 6.25%;
    width: 50px;
    height: 50px;
    z-index: 10;
    visibility: hidden;
    transition: all 0.4s 0s ease;
  }
}
@media only screen and (min-width: 48em) {
  .l-page-top.show {
    opacity: 1;
    visibility: visible;
  }
}
.l-page-top > a {
  display: block;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .l-page-top > a {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page-top > a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 35px 35px 35px;
    border-color: transparent transparent #0f131a transparent;
  }
}
@media only screen and (min-width: 48em) {
  .l-page-top > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    background-color: #6c7179;
  }
}

.l-page-top__icon {
  position: absolute;
  left: 50%;
  top: 8px;
  z-index: 2;
  width: 11px;
  height: 7px;
}
.l-page-top__icon path {
  fill: #fff;
}

.l-page-top__icon--number-1 {
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
}
@media only screen and (min-width: 48em) {
  a:hover .l-page-top__icon--number-1 {
    transition: all 0.3s 0s ease;
    transform: translate3d(-50%, -20px, 0);
    opacity: 0;
  }
}

.l-page-top__icon--number-2 {
  transform: translate3d(-50%, 20px, 0);
  opacity: 0;
}
@media only screen and (min-width: 48em) {
  a:hover .l-page-top__icon--number-2 {
    transition: all 0.3s 0.1s ease;
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
}

.js-motion-block {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: transform;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  background-color: #1b1f26;
  transition: transform 0.7s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.l-loading.is-loaded {
  transform: translate3d(0, -100%, 0);
}

.l-loading__logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
  height: 30px;
}
.l-loading__logo svg {
  width: 150px;
  height: auto;
}
.l-loading__logo path {
  stroke: #fff;
  stroke-width: .4;
  fill-opacity: 0;
  fill: #fff;
  animation-fill-mode: forwards;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  animation: loading-logo-ani 2s 1s cubic-bezier(0.48, 0.18, 0, 0.98) 1;
}

@keyframes loading-logo-ani {
  0% {
    fill-opacity: 0;
    stroke-dashoffset: 314;
  }
  50% {
    fill-opacity: 0;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
.l-breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .l-breadcrumbs {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .l-breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 100em) {
  .l-breadcrumbs {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-breadcrumbs__inner {
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 48em) {
  .l-breadcrumbs__inner {
    width: 100%;
  }
}
@media only screen and (min-width: 80em) {
  .l-breadcrumbs__inner {
    width: 1400px;
  }
}

.l-breadcrumbs__item {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6c7179;
}
.l-breadcrumbs__item > a {
  color: #6c7179;
}
.l-breadcrumbs__item > span {
  margin-right: 15px;
  margin-left: 10px;
}
.l-breadcrumbs__item path {
  fill: #6c7179;
}

.l-overlay {
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 7;
  opacity: 0;
  transition: all 0.4s;
}
.l-overlay.is-show {
  visibility: visible;
  opacity: 0.7;
}

.l-root-container {
  position: relative;
  overflow: hidden;
  background-color: #1b1f26;
}

/* ==========================================================================
Object
========================================================================== */
.c-button-1 {
  overflow: hidden;
  position: relative;
  text-align: center;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1.c-button-1--type_normal {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1.c-button-1--type_normal {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-button-1.c-button-1--type_contact {
  width: 100%;
}
.c-button-1.c-button-1--type_header {
  width: 130px;
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1.c-button-1--type_header {
    width: 48%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1.c-button-1--type_home-works {
    box-sizing: border-box;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}

.c-button-1__inner {
  position: relative;
  display: inline-block;
}
.c-button-1--effect-home .c-button-1__inner {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: transform 0.2s 0.4s cubic-bezier(0.48, 0.18, 0, 0.98), opacity 0.1s 0.4s ease;
}
.c-button-1--effect-home.c-button-1--effect-home.is-action .c-button-1__inner {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.c-button-1__text {
  position: relative;
  transition: color 0.4s 0s ease;
  padding-right: 18px;
}
@media only screen and (min-width: 48em) {
  a:hover .c-button-1__text {
    color: #7ea4e6;
  }
}
@media only screen and (min-width: 48em) {
  .is-ancomplete a:hover .c-button-1__text {
    color: #fff;
  }
}
.c-button-1--type_header .c-button-1__text {
  font-size: 12px;
  font-size: 0.75rem;
  padding-right: 14px;
}
@media only screen and (min-width: 48em) {
  a:hover .is-ancomplete .c-button-1__text {
    color: #fff;
    opacity: 0.3;
  }
}

.c-button-1__icon {
  position: absolute;
  top: 0;
  right: 0;
  transition: fill 0.4s 0s ease;
}
.c-button-1__icon path {
  fill: #fff;
}
.c-button-1--type_voice-detail .c-button-1__icon path {
  fill: #000;
}
@media only screen and (min-width: 48em) {
  a:hover .c-button-1__icon path {
    fill: #7ea4e6;
  }
}
@media only screen and (min-width: 48em) {
  .is-ancomplete a:hover .c-button-1__icon path {
    fill: #fff;
  }
}
.c-button-1--type_header .c-button-1__icon {
  top: -4px;
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_header .c-button-1__icon {
    top: -1px;
  }
}
.c-button-1--type_contact .c-button-1__icon {
  top: 50%;
}

.c-button-1__icon--number-1 {
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 48em) {
  a:hover .c-button-1__icon--number-1 {
    transition: fill 0.4s 0s ease, transform 0.3s 0s ease, opacity 0.4s 0s ease;
    transform: translate3d(10px, 0, 0);
    opacity: 0;
  }
}
@media only screen and (min-width: 48em) {
  .is-ancomplete a:hover .c-button-1__icon--number-1 {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media only screen and (min-width: 48em) {
  a:hover .c-button-1--type_header .c-button-1__icon--number-1 {
    transform: translate3d(5px, 0, 0);
  }
}

.c-button-1__icon--number-2 {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
@media only screen and (min-width: 48em) {
  a:hover .c-button-1__icon--number-2 {
    transition: fill 0.4s 0.1s ease, transform 0.3s 0.1s ease, opacity 0.4s 0.1s ease;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media only screen and (min-width: 48em) {
  .is-ancomplete a:hover .c-button-1__icon--number-2 {
    transform: translate3d(-10px, 0, 0);
    opacity: 0;
  }
}
.c-button-1--type_header .c-button-1__icon--number-2 {
  transform: translate3d(-5px, 0, 0);
}

.c-button-1__link {
  position: relative;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1__link {
    font-size: 14px;
    font-size: 0.875rem;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--effect-home .c-button-1__link {
    border: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_normal .c-button-1__link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_normal .c-button-1__link {
    padding-top: 14px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_case-index .c-button-1__link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_case-index .c-button-1__link {
    padding-top: 14px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_contact .c-button-1__link {
    border-width: 5px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_contact .c-button-1__link {
    padding-top: 36px;
    padding-bottom: 34px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_header .c-button-1__link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 1px;
  }
}
.c-button-1--type_voice-detail .c-button-1__link {
  color: #000;
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_voice-detail .c-button-1__link {
    border-color: #000;
  }
}
.is-ancomplete .c-button-1__link {
  opacity: 0.3;
}
.c-button-1__link:hover .c-button-1__line:before {
  transition: transform 0.5s 0s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s 0s ease;
  background-color: #7ea4e6;
}
.is-ancomplete .c-button-1__link:hover .c-button-1__line:before {
  background-color: #fff;
}
.c-button-1__link:hover .c-button-1__line:after {
  transition: transform 0.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s 0s ease;
  background-color: #7ea4e6;
}
.c-button-1__link:hover .c-button-1__line.top:before {
  transform: translate3d(-100%, 0, 0);
}
.is-ancomplete .c-button-1__link:hover .c-button-1__line.top:before {
  transform: translate3d(0, 0, 0);
}
.c-button-1__link:hover .c-button-1__line.top:after {
  transform: translate3d(0, 0, 0);
}
.is-ancomplete .c-button-1__link:hover .c-button-1__line.top:after {
  transform: translate3d(100%, 0, 0);
}
.c-button-1__link:hover .c-button-1__line.bottom:before {
  transform: translate3d(100%, 0, 0);
}
.is-ancomplete .c-button-1__link:hover .c-button-1__line.bottom:before {
  transform: translate3d(0, 0, 0);
}
.c-button-1__link:hover .c-button-1__line.bottom:after {
  transform: translate3d(0, 0, 0);
}
.is-ancomplete .c-button-1__link:hover .c-button-1__line.bottom:after {
  transform: translate3d(-100%, 0, 0);
}
.c-button-1__link:hover .c-button-1__line.left:before {
  transform: translate3d(0, 100%, 0);
}
.is-ancomplete .c-button-1__link:hover .c-button-1__line.left:before {
  transform: translate3d(0, 0, 0);
}
.c-button-1__link:hover .c-button-1__line.left:after {
  transform: translate3d(0, 0, 0);
}
.is-ancomplete .c-button-1__link:hover .c-button-1__line.left:after {
  transform: translate3d(0, -100%, 0);
}
.c-button-1__link:hover .c-button-1__line.right:before {
  transform: translate3d(0, -100%, 0);
}
.is-ancomplete .c-button-1__link:hover .c-button-1__line.right:before {
  transform: translate3d(0, 0, 0);
}
.c-button-1__link:hover .c-button-1__line.right:after {
  transform: translate3d(0, 0, 0);
}
.is-ancomplete .c-button-1__link:hover .c-button-1__line.right:after {
  transform: translate3d(0, 100%, 0);
}
.c-button-1--effect-home.is-action .c-button-1__link:hover .c-button-1__line:before {
  transition: transform 0.5s 0s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s 0s ease;
}
.c-button-1--effect-home.is-action .c-button-1__link:hover .c-button-1__line.top:before {
  transform: translate3d(-100%, 0, 0) !important;
}
.c-button-1--effect-home.is-action .c-button-1__link:hover .c-button-1__line.bottom:before {
  transform: translate3d(100%, 0, 0) !important;
}
.c-button-1--effect-home.is-action .c-button-1__link:hover .c-button-1__line.left:before {
  transform: translate3d(0, 100%, 0) !important;
}
.c-button-1--effect-home.is-action .c-button-1__link:hover .c-button-1__line.right:before {
  transform: translate3d(0, -100%, 0) !important;
}

@media only screen and (max-width: 47.9375em) {
  .c-button-1__line {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1__line {
    display: block;
    position: absolute;
  }
}
.c-button-1__line:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  transition: background 0.4s 0s ease;
}
.c-button-1__line:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  transition: background 0.4s 0s ease;
}
.c-button-1--effect-home .c-button-1__line {
  display: block;
  position: absolute;
}
.c-button-1--effect-home.is-action .c-button-1__line:before {
  transition: width 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), height 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.c-button-1__line.top {
  top: 0;
  right: 0;
  width: 100%;
}
.c-button-1__line.top:before {
  top: 0;
  right: 0;
  width: 100%;
}
.c-button-1__line.top:after {
  top: 0;
  right: 0;
  width: 100%;
  transform: translate3d(100%, 0, 0);
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_normal .c-button-1__line.top {
    height: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_normal .c-button-1__line.top {
    height: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_normal .c-button-1__line.top:before {
    height: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_normal .c-button-1__line.top:before {
    height: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_normal .c-button-1__line.top:after {
    height: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_normal .c-button-1__line.top:after {
    height: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_case-index .c-button-1__line.top {
    height: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_case-index .c-button-1__line.top {
    height: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_case-index .c-button-1__line.top:before {
    height: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_case-index .c-button-1__line.top:before {
    height: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_case-index .c-button-1__line.top:after {
    height: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_case-index .c-button-1__line.top:after {
    height: 3px;
  }
}
.c-button-1--type_contact .c-button-1__line.top {
  height: 5px;
}
.c-button-1--type_contact .c-button-1__line.top:before {
  height: 5px;
}
.c-button-1--type_contact .c-button-1__line.top:after {
  height: 5px;
}
.c-button-1--type_header .c-button-1__line.top {
  height: 1px;
}
.c-button-1--type_header .c-button-1__line.top:before {
  height: 1px;
}
.c-button-1--type_header .c-button-1__line.top:after {
  height: 1px;
}
.c-button-1--effect-home .c-button-1__line.top:before {
  width: 0;
}
.c-button-1--effect-home.is-action .c-button-1__line.top:before {
  width: 100%;
}
.c-button-1__line.bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-button-1__line.bottom:before {
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-button-1__line.bottom:after {
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate3d(-100%, 0, 0);
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_normal .c-button-1__line.bottom {
    height: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_normal .c-button-1__line.bottom {
    height: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_normal .c-button-1__line.bottom:before {
    height: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_normal .c-button-1__line.bottom:before {
    height: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_normal .c-button-1__line.bottom:after {
    height: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_normal .c-button-1__line.bottom:after {
    height: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_case-index .c-button-1__line.bottom {
    height: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_case-index .c-button-1__line.bottom {
    height: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_case-index .c-button-1__line.bottom:before {
    height: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_case-index .c-button-1__line.bottom:before {
    height: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_case-index .c-button-1__line.bottom:after {
    height: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_case-index .c-button-1__line.bottom:after {
    height: 3px;
  }
}
.c-button-1--type_contact .c-button-1__line.bottom {
  height: 5px;
}
.c-button-1--type_contact .c-button-1__line.bottom:before {
  height: 5px;
}
.c-button-1--type_contact .c-button-1__line.bottom:after {
  height: 5px;
}
.c-button-1--type_header .c-button-1__line.bottom {
  height: 1px;
}
.c-button-1--type_header .c-button-1__line.bottom:before {
  height: 1px;
}
.c-button-1--type_header .c-button-1__line.bottom:after {
  height: 1px;
}
.c-button-1--effect-home .c-button-1__line.bottom:before {
  width: 0;
}
.c-button-1--effect-home.is-action .c-button-1__line.bottom:before {
  width: 100%;
}
.c-button-1__line.left {
  top: 0;
  left: 0;
  height: 100%;
}
.c-button-1__line.left:before {
  top: 0;
  left: 0;
  height: 100%;
}
.c-button-1__line.left:after {
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, -100%, 0);
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_normal .c-button-1__line.left {
    width: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_normal .c-button-1__line.left {
    width: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_normal .c-button-1__line.left:before {
    width: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_normal .c-button-1__line.left:before {
    width: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_normal .c-button-1__line.left:after {
    width: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_normal .c-button-1__line.left:after {
    width: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_case-index .c-button-1__line.left {
    width: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_case-index .c-button-1__line.left {
    width: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_case-index .c-button-1__line.left:before {
    width: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_case-index .c-button-1__line.left:before {
    width: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_case-index .c-button-1__line.left:after {
    width: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_case-index .c-button-1__line.left:after {
    width: 3px;
  }
}
.c-button-1--type_contact .c-button-1__line.left {
  width: 5px;
}
.c-button-1--type_contact .c-button-1__line.left:before {
  width: 5px;
}
.c-button-1--type_contact .c-button-1__line.left:after {
  width: 5px;
}
.c-button-1--type_header .c-button-1__line.left {
  width: 1px;
}
.c-button-1--type_header .c-button-1__line.left:before {
  width: 1px;
}
.c-button-1--type_header .c-button-1__line.left:after {
  width: 1px;
}
.c-button-1--effect-home .c-button-1__line.left:before {
  height: 0;
}
.c-button-1--effect-home.is-action .c-button-1__line.left:before {
  height: 100%;
}
.c-button-1__line.right {
  bottom: 0;
  right: 0;
  height: 100%;
}
.c-button-1__line.right:before {
  bottom: 0;
  right: 0;
  height: 100%;
}
.c-button-1__line.right:after {
  bottom: 0;
  right: 0;
  height: 100%;
  transform: translate3d(0, 100%, 0);
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_normal .c-button-1__line.right {
    width: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_normal .c-button-1__line.right {
    width: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_normal .c-button-1__line.right:before {
    width: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_normal .c-button-1__line.right:before {
    width: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_normal .c-button-1__line.right:after {
    width: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_normal .c-button-1__line.right:after {
    width: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_case-index .c-button-1__line.right {
    width: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_case-index .c-button-1__line.right {
    width: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_case-index .c-button-1__line.right:before {
    width: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_case-index .c-button-1__line.right:before {
    width: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_case-index .c-button-1__line.right:after {
    width: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_case-index .c-button-1__line.right:after {
    width: 3px;
  }
}
.c-button-1--type_contact .c-button-1__line.right {
  width: 5px;
}
.c-button-1--type_contact .c-button-1__line.right:before {
  width: 5px;
}
.c-button-1--type_contact .c-button-1__line.right:after {
  width: 5px;
}
.c-button-1--type_header .c-button-1__line.right {
  width: 1px;
}
.c-button-1--type_header .c-button-1__line.right:before {
  width: 1px;
}
.c-button-1--type_header .c-button-1__line.right:after {
  width: 1px;
}
.c-button-1--effect-home .c-button-1__line.right:before {
  height: 0;
}
.c-button-1--effect-home.is-action .c-button-1__line.right:before {
  height: 100%;
}
.c-button-1--type_voice-detail .c-button-1__line:before {
  background-color: #000;
}
.c-button-1--type_voice-detail .c-button-1__line:after {
  background-color: #000;
}

/*
  独自のクラス
*/
@media only screen and (max-width: 47.9375em) {
  .c-button-1__contact-text-1 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1__contact-text-1 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-button-1__contact-text-2 {
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  line-height: 1.1;
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1__contact-text-2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1__contact-text-2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.c-button-1__contact-text-2 > span {
  position: relative;
  top: -10px;
  padding-left: 12px;
}

.c-content-container {
  position: relative;
  z-index: 1;
  border-top-style: solid;
  border-top-color: #000;
  border-top-width: 1px;
}
@media only screen and (max-width: 47.9375em) {
  .c-content-container {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-container {
    margin-top: 108px;
  }
}
@media only screen and (min-width: 100em) {
  .c-content-container {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-content-container--type_advantage {
    margin-top: 0;
    padding-top: 55px;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-container--type_advantage {
    margin-top: 0;
    padding-top: 108px;
  }
}
@media only screen and (min-width: 100em) {
  .c-content-container--type_advantage {
    margin-top: 0;
    padding-top: 75px;
  }
}

.c-content-container__inner--type_service-support {
  padding-bottom: 80px;
}
@media only screen and (max-width: 47.9375em) {
  .c-content-container__inner--type_service-support {
    padding-bottom: 0;
  }
}

.c-content-block {
  box-sizing: border-box;
  padding-top: 55px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 47.9375em) {
  .c-content-block {
    padding-top: 45px;
    padding-right: 6.25%;
    padding-bottom: 45px;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-block {
    width: 100%;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 100em) {
  .c-content-block {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-heading-block {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-block {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-heading-block--mb-wide {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-block--mb-wide {
    margin-bottom: 80px;
  }
}

.c-heading-1 {
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-1 {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-1 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
}

/* h2相当の見出しデザイン
  ※ _p-news-detail-content.scssでextend
*/
.c-heading-2, .p-news-detail-content > h2, .p-voice-detail-content > h2 {
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-2, .p-news-detail-content > h2, .p-voice-detail-content > h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-2, .p-news-detail-content > h2, .p-voice-detail-content > h2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 25px;
  }
}

/* h3相当の見出しデザイン
  ※ _p-news-detail-content.scssでextend
*/
.c-heading-3, .p-news-detail-content > h3, .p-voice-detail-content > h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3, .p-news-detail-content > h3, .p-voice-detail-content > h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-3, .p-news-detail-content > h3, .p-voice-detail-content > h3 {
    margin-bottom: 10px;
  }
}

.c-heading-3--mb-wide {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3--mb-wide {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-3--mb-wide {
    margin-bottom: 30px;
  }
}

/* p相当の見出しデザイン
  ※ _p-news-detail-content.scssでextend
*/
.c-base-content-text, .p-news-detail-content > p, .p-voice-detail-content > p {
  font-size: 16px;
  font-size: 1rem;
}

.c-base-content-text__tell > a {
  color: #fff;
}

.c-base-content-text--center {
  padding: 14px 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  .c-list, .c-list--small, .p-news-detail-content > ul {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .c-list, .c-list--small, .p-news-detail-content > ul {
    margin-bottom: 18px;
  }
}
.c-list > li, .c-list--small > li, .p-news-detail-content > ul > li {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 8px;
}

.c-list--type_disc > li {
  background-image: url(/img/icon_list_disc.svg);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 47.9375em) {
  .c-list--type_disc > li {
    background-position: 0 0.7em;
    padding-left: 11px;
  }
}
@media only screen and (min-width: 48em) {
  .c-list--type_disc > li {
    background-position: 0 0.8em;
    padding-left: 13px;
  }
}

.c-list--small > li {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 48em) {
  .c-list--small > li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-content-outline-list__item {
  margin-right: 28px;
}
@media only screen and (max-width: 47.9375em) {
  .c-content-outline-list__item {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-outline-list__item {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    margin-bottom: 2px;
  }
}
.c-content-outline-list__item > a {
  color: #fff;
}
.c-content-outline-list__item span {
  margin-right: 3px;
}
.c-content-outline-list__item path {
  fill: #fff;
}

@media only screen and (max-width: 47.9375em) {
  .c-content-section-block {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-section-block {
    margin-bottom: 70px;
  }
}
.c-content-section-block:last-child {
  margin-bottom: 0;
}
.c-content-section-block .c-list:last-child, .c-content-section-block .c-list--small:last-child, .c-content-section-block .p-news-detail-content > ul:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-content-section-block--mb-wide {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-section-block--mb-wide {
    margin-bottom: 100px;
  }
}
.c-content-section-block--mb-wide:last-child {
  margin-bottom: 0;
}
.c-content-section-block--mb-wide .c-list:last-child, .c-content-section-block--mb-wide .c-list--small:last-child, .c-content-section-block--mb-wide .p-news-detail-content > ul:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-content-section-block-lv2 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-section-block-lv2 {
    margin-bottom: 30px;
  }
}
.c-content-section-block-lv2:last-child {
  margin-bottom: 0;
}

.c-content-outline-list__item {
  margin-right: 28px;
}
@media only screen and (max-width: 47.9375em) {
  .c-content-outline-list__item {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-outline-list__item {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    margin-bottom: 2px;
  }
}
.c-content-outline-list__item > a {
  color: #fff;
}
.c-content-outline-list__item span {
  margin-right: 3px;
}
.c-content-outline-list__item path {
  fill: #fff;
}

.c-pagination-module {
  margin-top: 35px;
  text-align: center;
}

.c-pagination-module__inner {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.c-pagination-module__list {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .c-pagination-module__list {
    display: none;
  }
}
.c-pagination-module__list:first-child {
  display: inline-block;
}
.c-pagination-module__list:nth-child(2) {
  display: inline-block;
}
.c-pagination-module__list:nth-child(3) {
  display: inline-block;
}
.c-pagination-module__list:nth-child(4) {
  display: inline-block;
}
.c-pagination-module__list:last-child {
  display: inline-block;
}
.c-pagination-module__list > a {
  box-sizing: border-box;
  display: block;
  padding-top: 6px;
  color: #fff;
  transition: all 0.2s 0s ease;
}
@media only screen and (max-width: 47.9375em) {
  .c-pagination-module__list > a {
    padding-top: 8px;
  }
}
.c-pagination-module__list.is-current > a {
  color: #000;
  background-color: #fff;
}

.c-pagination-module__list--type_box {
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (max-width: 47.9375em) {
  .c-pagination-module__list--type_box {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.c-pagination-module__list--type_box > a {
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
}
@media only screen and (min-width: 48em) {
  .c-pagination-module__list--type_box > a:hover {
    background-color: #fff;
    color: #000;
  }
}

.c-pagination-module__list--type_prev {
  padding-right: 15px;
}
.c-pagination-module__list--type_prev > a {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-pagination-module__list--type_prev > a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 48em) {
  .c-pagination-module__list--type_prev > a:hover {
    color: #7ea4e6;
  }
}
.c-pagination-module__list--type_prev > a > span {
  margin-right: 5px;
}
.c-pagination-module__list--type_prev > a path {
  fill: #fff;
}

.c-pagination-module__list--type_next {
  padding-left: 15px;
}
.c-pagination-module__list--type_next > a {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-pagination-module__list--type_next > a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 48em) {
  .c-pagination-module__list--type_next > a:hover {
    color: #7ea4e6;
  }
}
.c-pagination-module__list--type_next > a > span {
  margin-left: 5px;
}
.c-pagination-module__list--type_next > a path {
  fill: #fff;
}

@media only screen and (max-width: 47.9375em) {
  .c-heading-text-block {
    padding-top: 42px;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-text-block {
    z-index: 1;
    height: 200px;
  }
}

.c-heading-text-block--type_left {
  text-align: left;
}
@media only screen and (min-width: 48em) {
  .c-heading-text-block--type_left {
    position: absolute;
    top: 50%;
    left: 6.25%;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 100em) {
  .c-heading-text-block--type_left {
    left: 0;
  }
}

.c-heading-text-block--type_center {
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-text-block--type_center {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-text-block--type_center {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-bottom: 77px;
    padding-top: 72px;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 100em) {
  .c-heading-text-block--type_center {
    width: 1400px;
    padding-top: 72px;
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-heading-text-block--type_service-support {
    margin-top: -8px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-text-block--type_service-support {
    top: 57%;
  }
}

.c-heading-text-block__copy1 {
  font-family: "Fjalla One", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.c-heading-text-block--type_center .c-heading-text-block__copy1 {
  -ms-flex-pack: center;
      justify-content: center;
}
.c-heading-text-block__copy1 > span {
  display: inline-block;
  opacity: 0;
  line-height: 1;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.4s 0.1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s 0.1s ease;
}
.c-heading-text-block__copy1 > span.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 47.9375em) {
  .c-heading-text-block__copy1--size_large {
    font-size: 47px;
    font-size: 2.9375rem;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-text-block__copy1--size_large {
    font-size: 95px;
    font-size: 5.9375rem;
    letter-spacing: -4px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-heading-text-block__copy1--size_small {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-text-block__copy1--size_small {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: -0.5px;
    margin-bottom: 23px;
  }
}

.c-heading-text-block__copy2 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  overflow: hidden;
  -ms-flex: 1;
      flex: 1;
}
.c-heading-text-block--type_center .c-heading-text-block__copy2 {
  -ms-flex-pack: center;
      justify-content: center;
}
.c-heading-text-block__copy2 > span {
  display: inline-block;
  opacity: 0;
  line-height: 1;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.4s 0.1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s 0.1s ease;
}
.browser-is-ie .c-heading-text-block__copy2 > span {
  line-height: 1.4;
}
.c-heading-text-block__copy2 > span.is-show {
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 47.9375em) {
  .c-heading-text-block__copy2--size_small {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-text-block__copy2--size_small {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: -2px;
    margin-bottom: 32px;
  }
}

.c-heading-text-block__copy2--size_large {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-text-block__copy2--size_large {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-text-block__copy2--size_large {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: -4px;
    margin-bottom: 27px;
  }
}

.c-heading-text-block__lead-text {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: transform 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s 0.4s ease;
}
.c-heading-text-block__lead-text.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 47.9375em) {
  .c-heading-text-block__delimiter {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-text-block__delimiter {
    padding-left: 30px;
  }
}

.p-panel-base {
  box-sizing: border-box;
}

.p-panel-base--type_link > a {
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #000;
  min-height: 100%;
  padding-bottom: 20px;
}
.p-panel-base--type_link > a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  box-sizing: border-box;
  border-color: #ffffff transparent transparent transparent;
}
.browser-is-ff.device-is-mac .p-panel-base--type_link > a:before {
  bottom: 1px;
}

.p-panel-base--type_normal {
  position: relative;
  padding-bottom: 20px;
}
.p-panel-base--type_normal:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  box-sizing: border-box;
  border-color: #ffffff transparent transparent transparent;
}

.p-panel-base--size_small > a {
  padding-bottom: 10px;
}
.p-panel-base--size_small > a:before {
  border-width: 10px 10px 0 0;
}

.p-panel-base__inner {
  background-color: #fff;
}

.p-module1__panel-inner {
  background-color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__panel-inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  .p-module1__panel--size_medium .p-module1__panel-inner {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 54px;
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 48em) {
  .p-module1__panel--size_small .p-module1__panel-inner {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 2px;
    padding-left: 30px;
  }
}

.p-module1__panel-sub-head {
  font-family: "Fjalla One", sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__panel-sub-head {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__panel--size_medium .p-module1__panel-sub-head {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-module1__panel--size_medium .p-module1__panel-sub-head {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 14px;
  }
}
.p-module1__panel--size_small .p-module1__panel-sub-head {
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 48em) {
  .p-module1__panel--size_small .p-module1__panel-sub-head {
    margin-bottom: 12px;
  }
}
.p-module1__panel--size_small .p-module1__panel-sub-head > span {
  margin-left: 15px;
  vertical-align: 0.4em;
}

.p-module1__panel-head {
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__panel-head {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 48em) {
  .p-module1__panel-head {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__panel--size_medium .p-module1__panel-head {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-module1__panel--size_medium .p-module1__panel-head {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-module1__panel--size_small .p-module1__panel-head {
  font-size: 16px;
  font-size: 1rem;
}

.p-module1__panel-description {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__panel-description {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__panel-description br {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .p-module1__panel--size_medium .p-module1__panel-description {
    margin-bottom: 19px;
  }
}
@media only screen and (min-width: 48em) {
  .p-module1__panel--size_small .p-module1__panel-description {
    margin-bottom: 8px;
  }
}

.p-module1__panel-link {
  font-family: "Fjalla One", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__panel-link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-news-module__item {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 48em) {
  .p-news-module__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
  }
}

.p-news-module__date {
  font-family: "Fjalla One", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-module__date {
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .p-news-module__date {
    width: 105px;
    min-width: 105px;
    max-width: 105px;
  }
}

.p-news-module__title {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-right: 20px;
}
.p-news-module__title > a {
  transition: color 0.4s 0s ease;
  color: #fff;
  display: inline-block;
}
.p-news-module__title > a:hover {
  color: #7ea4e6;
}

.p-reading-text {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-reading-text {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 48em) {
  .p-reading-text {
    margin-bottom: 25px;
  }
}

.p-reading-text--mb-wide {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-reading-text--mb-wide {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 48em) {
  .p-reading-text--mb-wide {
    margin-bottom: 60px;
  }
}

.p-module1 {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-module1 {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 48em) {
  .p-module1 {
    margin-bottom: 38px;
  }
}

/*
 画像の部分
*/
.p-module1__image {
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__image {
    height: 195px;
    width: 94.75%;
  }
}
@media only screen and (min-width: 48em) {
  .p-module1__image {
    height: 380px;
    width: 90%;
  }
}
@media only screen and (min-width: 100em) {
  .p-module1__image {
    width: 900px;
  }
}
.p-module1__image.js-has-animation {
  opacity: 0;
  transition: transform 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98), opacity 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transform: translate3d(0, 80px, 0);
}
.show .p-module1__image.js-has-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 48em) {
  .p-module1__image--position_right {
    margin-left: auto;
  }
}

.p-module1__image-inner {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: transform 0.6s 0s ease;
}

.p-module1__image-inner--tyep_warnig {
  background-image: url("/img/img_home_trap.jpg");
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__image-inner--tyep_warnig {
    background-size: 150% auto;
  }
}

.p-module1__image-inner--tyep_commitment {
  background-image: url("/img/img_home_commitment.jpg");
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__image-inner--tyep_commitment {
    background-size: 150% auto;
  }
}

.p-module1__image-inner--tyep_service-design {
  background-image: url("/service/img/img_service_design.jpg");
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__image-inner--tyep_service-design {
    background-size: 150% auto;
  }
}

.p-module1__image-inner--tyep_service-layout {
  background-image: url("/service/img/img_service_layout.jpg");
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__image-inner--tyep_service-layout {
    background-size: 150% auto;
  }
}

.p-module1__image-inner--tyep_service-support {
  background-image: url("/service/img/img_service_support.jpg");
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__image-inner--tyep_service-support {
    background-size: 150% auto;
  }
}

/*
 パネル
*/
.p-module1__panel {
  transition: transform 0.2s 0s ease;
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__panel {
    width: 94.75%;
    margin-left: auto;
    transform: translate3d(0, -20px, 0);
  }
}
@media only screen and (min-width: 48em) {
  .p-module1__panel {
    position: absolute;
    width: 540px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
.p-module1__panel.js-has-animation {
  opacity: 0;
  transition: transform 1.2s 0.1s cubic-bezier(0.48, 0.18, 0, 0.98), opacity 1.2s 0.1s cubic-bezier(0.48, 0.18, 0, 0.98), right 0.2s 0s ease, left 0.2s 0s ease;
}
@media only screen and (max-width: 47.9375em) {
  .p-module1__panel.js-has-animation {
    transform: translate3d(0, 200px, 0);
  }
}
@media only screen and (min-width: 48em) {
  .p-module1__panel.js-has-animation {
    transform: translate3d(0, 0, 0);
  }
}
.show .p-module1__panel.js-has-animation {
  opacity: 1;
}
@media only screen and (max-width: 47.9375em) {
  .show .p-module1__panel.js-has-animation {
    transform: translate3d(0, -20px, 0);
  }
}
@media only screen and (min-width: 48em) {
  .show .p-module1__panel.js-has-animation {
    transform: translate3d(0, -50%, 0);
  }
}
.p-module1__panel.js-has-animation.is-transition-end {
  transition: transform 0.2s 0s ease;
}

.p-module1__panel--position_right {
  right: 0;
  transition: right 0.2s 0s ease;
}
@media only screen and (min-width: 48em) {
  .p-module1__panel--position_right:hover {
    right: 10px;
    transform: translate3d(0, -50%, 0) !important;
  }
}

.p-module1__panel--position_left {
  left: 0;
  transition: left 0.2s 0s ease;
}
@media only screen and (min-width: 48em) {
  .p-module1__panel--position_left:hover {
    left: 10px;
    transform: translate3d(0, -50%, 0) !important;
  }
}

.c-heading-block2 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-block2 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-block2 {
    padding-left: 6.25%;
    padding-right: 6.25%;
    margin-bottom: 54px;
  }
}
@media only screen and (min-width: 100em) {
  .c-heading-block2 {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 48em) {
  .c-heading-block2--type_service-support {
    margin-bottom: 60px;
  }
}

.c-heading-block2__image-area {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-block2__image-area {
    width: 100%;
    height: 113px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-block2__image-area {
    width: 90%;
    height: 400px;
    float: right;
  }
}
@media only screen and (min-width: 100em) {
  .c-heading-block2__image-area {
    width: 1132px;
  }
}
.c-heading-block2__image-area > img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.05, 1.05);
  transition: transform 1s 0.1s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.c-heading-block2__image-area.is-reduction > img {
  transform: scale(1);
}

.c-heading-block2__image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #1b1f26;
  transition: transform 0.8s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.c-heading-block2__image-cover.is-hide {
  transform: translate3d(0, -100%, 0);
}

.c-heading-block2__image {
  width: 100%;
  height: 100%;
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.05, 1.05);
  transition: transform 1s 0.1s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.is-reduction .c-heading-block2__image {
  transform: scale(1);
}

.c-heading-block2__image--page_service-top {
  background-image: url("/service/img/img_visual_service-top.jpg");
}

.c-heading-block2__image--page_service-design {
  background-image: url("/service/img/img_visual_service-design.jpg");
}

.c-heading-block2__image--page_service-layout {
  background-image: url("/service/img/img_visual_service-layout.jpg");
}

.c-heading-block2__image--page_service-support {
  background-image: url("/service/img/img_visual_service-support.jpg");
}

.c-heading-block2__image--page_pitfalls {
  background-image: url("/pitfalls/img/img_visual_pitfalls.jpg");
}

.c-heading-block2__image--page_commitment {
  background-image: url("/commitment/img/img_visual_commitment.jpg");
}

.c-heading-block2__image-cover1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.p-service-info {
  position: relative;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-info {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-info {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 100em) {
  .p-service-info {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service-info svg {
  -ms-flex: 1;
      flex: 1;
  display: block;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  min-height: 35px;
  max-height: 35px;
  height: auto;
  fill: #fff;
}

.p-service-info__text {
  -ms-flex: 1;
      flex: 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  padding-left: 20px;
}

.p-case-index-link {
  overflow: hidden;
}
.p-case-index-link > a {
  position: relative;
  display: block;
}
.p-case-index-link > a:hover .c-button-1__line:before {
  transition: transform 0.5s 0s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s 0s ease;
  background-color: #7ea4e6;
}
.is-ancomplete .p-case-index-link > a:hover .c-button-1__line:before {
  background-color: #fff;
}
.p-case-index-link > a:hover .c-button-1__line:after {
  transition: transform 0.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s 0s ease;
  background-color: #7ea4e6;
}
.p-case-index-link > a:hover .c-button-1__line.top:before {
  transform: translate3d(-100%, 0, 0);
}
.is-ancomplete .p-case-index-link > a:hover .c-button-1__line.top:before {
  transform: translate3d(0, 0, 0);
}
.p-case-index-link > a:hover .c-button-1__line.top:after {
  transform: translate3d(0, 0, 0);
}
.is-ancomplete .p-case-index-link > a:hover .c-button-1__line.top:after {
  transform: translate3d(100%, 0, 0);
}
.p-case-index-link > a:hover .c-button-1__line.bottom:before {
  transform: translate3d(100%, 0, 0);
}
.is-ancomplete .p-case-index-link > a:hover .c-button-1__line.bottom:before {
  transform: translate3d(0, 0, 0);
}
.p-case-index-link > a:hover .c-button-1__line.bottom:after {
  transform: translate3d(0, 0, 0);
}
.is-ancomplete .p-case-index-link > a:hover .c-button-1__line.bottom:after {
  transform: translate3d(-100%, 0, 0);
}
.p-case-index-link > a:hover .c-button-1__line.left:before {
  transform: translate3d(0, 100%, 0);
}
.is-ancomplete .p-case-index-link > a:hover .c-button-1__line.left:before {
  transform: translate3d(0, 0, 0);
}
.p-case-index-link > a:hover .c-button-1__line.left:after {
  transform: translate3d(0, 0, 0);
}
.is-ancomplete .p-case-index-link > a:hover .c-button-1__line.left:after {
  transform: translate3d(0, -100%, 0);
}
.p-case-index-link > a:hover .c-button-1__line.right:before {
  transform: translate3d(0, -100%, 0);
}
.is-ancomplete .p-case-index-link > a:hover .c-button-1__line.right:before {
  transform: translate3d(0, 0, 0);
}
.p-case-index-link > a:hover .c-button-1__line.right:after {
  transform: translate3d(0, 0, 0);
}
.is-ancomplete .p-case-index-link > a:hover .c-button-1__line.right:after {
  transform: translate3d(0, 100%, 0);
}

.p-case-index-link__bg {
  transform: scale(1);
  transition: transform 0.4s 0s ease;
}
.p-case-index-link__bg > img {
  display: block;
  width: 100%;
  height: auto;
}
a:hover .p-case-index-link__bg {
  transform: scale(1.05);
}

.p-case-index-link__button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-case-index-link__button {
    width: 100%;
    height: 54px;
    box-sizing: border-box;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .p-case-index-link__button {
    width: 350px;
    height: 54px;
  }
}

.p-commitment-block {
  background: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .p-commitment-block {
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .p-commitment-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-commitment-block__item {
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 47.9375em) {
  .p-commitment-block__item {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .p-commitment-block__item {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 55px;
  }
}
.p-commitment-block__item:nth-child(1) {
  border-top: none;
}
@media only screen and (min-width: 48em) {
  .p-commitment-block__item:nth-child(2) {
    border-top: none;
  }
}
@media only screen and (min-width: 48em) {
  .p-commitment-block__item:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
}

.p-commitment-block__number {
  color: #5b75a3;
  font-family: "Fjalla One", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-commitment-block__number {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-commitment-block__number {
    text-align: center;
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 30px;
  }
}
.p-commitment-block__number:before {
  content: "COMMITMENT";
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 47.9375em) {
  .p-commitment-block__number:before {
    display: inline-block;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-commitment-block__number:before {
    display: block;
    text-align: center;
  }
}

.p-commitment-block__heading {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: bold;
  color: #000;
  margin-bottom: 26px;
}
@media only screen and (max-width: 47.9375em) {
  .p-commitment-block__heading {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-commitment-block__heading {
    text-align: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-commitment-block__heading > br {
    display: none;
  }
}

.p-commitment-block__text {
  color: #000;
}
@media only screen and (min-width: 48em) {
  .p-commitment-block__text {
    text-align: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-commitment-block__text > br {
    display: none;
  }
}

.p-404-link {
  margin-top: 40px;
}
@media only screen and (min-width: 48em) {
  .p-404-link {
    display: -ms-flexbox;
    display: flex;
  }
}

.p-404-link__block {
  box-sizing: border-box;
}
@media only screen and (min-width: 48em) {
  .p-404-link__block {
    width: 25%;
    padding-left: 20px;
  }
}
.p-404-link__block:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-404-link__block li {
    margin-bottom: 10px;
  }
}
.p-404-link__block li > a {
  color: #fff;
}
.p-404-link__block li > a:hover {
  color: #7ea4e6;
}

@media only screen and (max-width: 47.9375em) {
  .p-404-link__block-lv2 > li {
    margin-top: 10px;
  }
}
.p-404-link__block-lv2 > li:before {
  content: "-";
  color: #fff;
  display: inline-block;
  padding-right: 8px;
}

.l-qa-container {
  border-top: 1px solid #000;
}
@media only screen and (max-width: 47.9375em) {
  .l-qa-container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .l-qa-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.l-qa-container.l-qa-container--type_home {
  opacity: 0;
  transition: transform 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98), opacity 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
@media only screen and (max-width: 47.9375em) {
  .l-qa-container.l-qa-container--type_home {
    transform: translate3d(0, 100px, 0);
  }
}
@media only screen and (min-width: 48em) {
  .l-qa-container.l-qa-container--type_home {
    transform: translate3d(0, 200px, 0);
  }
}
.l-qa-container.l-qa-container--type_home.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.l-qa-container__heading {
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 47.9375em) {
  .l-qa-container__heading {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 48em) {
  .l-qa-container__heading {
    text-align: center;
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-qa-container__icon {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 14px;
  }
}
@media only screen and (min-width: 48em) {
  .l-qa-container__icon {
    display: block;
    text-align: center;
  }
}
.l-qa-container__icon svg {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 47.9375em) {
  .l-qa-container__text {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 48em) {
  .l-qa-container__text {
    text-align: center;
    margin-bottom: 26px;
  }
}

.l-qa-container__link {
  font-family: "Fjalla One", sans-serif;
}
@media only screen and (min-width: 48em) {
  .l-qa-container__link {
    text-align: center;
  }
}
.l-qa-container__link > a {
  color: #fff;
}

@media only screen and (max-width: 47.9375em) {
  .p-home-content-block {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-content-block {
    margin-bottom: 70px;
  }
}

.p-link-arrow {
  display: inline-block;
  position: relative;
  padding-right: 18px;
}

@media only screen and (min-width: 48em) {
  a:hover .p-link-arrow--hover-skin_blue {
    color: #7ea4e6;
  }
  a:hover .p-link-arrow--hover-skin_blue path {
    fill: #7ea4e6;
  }
}

.p-link-arrow--type_reverse {
  padding-right: 0;
  padding-left: 18px;
}

.p-link-arrow__icon {
  position: absolute;
  top: 0;
  right: 0;
}
.p-link-arrow--skin_black .p-link-arrow__icon path {
  fill: #000;
}
.p-link-arrow--skin_white .p-link-arrow__icon path {
  fill: #fff;
}
.p-link-arrow--type_contact-download .p-link-arrow__icon {
  top: -0.2em;
}
.p-link-arrow--type_reverse .p-link-arrow__icon {
  left: 0;
}

.p-link-arrow__icon--number-1 {
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 48em) {
  a:hover .p-link-arrow--type_reverse .p-link-arrow__icon--number-1 {
    transform: translate3d(-10px, 0, 0);
  }
}
@media only screen and (min-width: 48em) {
  a:hover .p-link-arrow__icon--number-1 {
    transition: all 0.3s 0s ease;
    transform: translate3d(10px, 0, 0);
    opacity: 0;
  }
}

.p-link-arrow__icon--number-2 {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.p-link-arrow--type_reverse .p-link-arrow__icon--number-2 {
  transform: translate3d(10px, 0, 0);
}
@media only screen and (min-width: 48em) {
  a:hover .p-link-arrow__icon--number-2 {
    transition: all 0.3s 0.1s ease;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.p-home-service {
  position: relative;
  opacity: 0;
  transition: transform 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98), opacity 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.p-home-service.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 47.9375em) {
  .p-home-service {
    transform: translate3d(0, 100px, 0);
  }
}
@media only screen and (min-width: 48em) {
  .p-home-service {
    width: 100%;
    height: 600px;
    transform: translate3d(0, 200px, 0);
  }
}

.p-home-service__inner {
  position: relative;
  z-index: 1;
  height: 100%;
}
@media only screen and (min-width: 48em) {
  .p-home-service__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-home-service__block {
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-service__block {
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-service__block {
    width: 33.3%;
    height: 100%;
    display: table;
  }
}
.p-home-service__block:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: all 0.2s 0s ease;
}
.p-home-service__block.is-blackout:after {
  background-color: rgba(0, 0, 0, 0.45) !important;
}
.p-home-service__block.is-select:after {
  background-color: rgba(0, 0, 0, 0) !important;
}
.p-home-service__block a {
  position: relative;
  min-height: 100%;
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-service__block a {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-service__block a {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 80em) {
  .p-home-service__block a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p-home-service__block--number_1:after {
  background-color: rgba(0, 0, 0, 0.15);
}

.p-home-service__block--number_2:after {
  background-color: rgba(0, 0, 0, 0.25);
}

.p-home-service__block--number_3:after {
  background-color: rgba(0, 0, 0, 0.35);
}

.p-home-service__block--number_4:after {
  background-color: rgba(0, 0, 0, 0.45);
}

.p-home-service__number {
  position: relative;
  font-family: "Fjalla One", sans-serif;
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-service__number {
    position: absolute;
    right: 6.25%;
    top: 16px;
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-service__number {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.p-home-service__number:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  background-color: #fff;
  transition: width 0.2s 0s ease;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-service__number:after {
    display: none;
  }
}
a:hover .p-home-service__number:after {
  width: 200%;
}

.p-home-service__heading {
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-service__heading {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-service__heading {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home-service__description {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-service__description {
    visibility: hidden;
    line-height: 1.4;
    opacity: 0;
    transition: height 0.3s 0s ease, opacity 0.3s 0s ease;
    font-size: 14px;
    font-size: 0.875rem;
    height: 0;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 48em) {
  a:hover .p-home-service__description {
    visibility: visible;
    opacity: 1;
    height: 3.8em;
  }
}

.p-home-service__link {
  font-family: "Fjalla One", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-service__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*
  背景画像
*/
.p-home-service__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/img_home_service.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.p-home-top-block {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-top-block {
    top: -20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-top-block {
    top: -40px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 100em) {
  .p-home-top-block {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-home-visual-container {
  position: relative;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-visual-container {
    height: 500px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-visual-container {
    height: 800px;
  }
}

.p-home-visual-container__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

/*
  メインビジュアル
*/
.p-home-visual-container__visual-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-visual-container__visual-area {
    height: 500px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-visual-container__visual-area {
    height: 800px;
  }
}
.browser-is-ie .p-home-visual-container__visual-area {
  position: absolute;
}

.p-home-visual-container__visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1, 1) translate3d(0, 0, 0);
  transition: opacity 0.6s ease-out, transform 7s linear;
  opacity: 0;
  z-index: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-home-visual-container__visual.is-current {
  opacity: 1;
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  z-index: 1;
}
.p-home-visual-container__visual.hide {
  opacity: 0;
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  z-index: 0;
}
.p-home-visual-container__visual.def {
  opacity: 0;
  transform: scale(1, 1) translate3d(0, 0, 0);
  transition: opacity 0s ease-out, transform 0s linear;
}

.p-home-visual-container__visual-1 {
  background-image: url("/img/img_mainvisual-1.jpg");
}

.p-home-visual-container__visual-2 {
  background-image: url("/img/img_mainvisual-2.jpg");
}

.p-home-visual-container__visual-3 {
  background-image: url("/img/img_mainvisual-3.jpg");
}

/*
  ビジュアルコピー
*/
.p-home-visual-container__copy {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-visual-container__copy {
    width: 15em;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-visual-container__copy {
    width: 21.875em;
    margin-top: -35px;
  }
}

.p-home-visual-container__main-copy {
  overflow: hidden;
  font-family: "Fjalla One", sans-serif;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.4s 0s ease, transform 0.5s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.p-home-visual-container__main-copy.is-action {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 47.9375em) {
  .p-home-visual-container__main-copy--position_top {
    font-size: 82px;
    font-size: 5.125rem;
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-visual-container__main-copy--position_top {
    font-size: 120px;
    font-size: 7.5rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home-visual-container__main-copy--position_middle {
    font-size: 54px;
    font-size: 3.375rem;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-visual-container__main-copy--position_middle {
    font-size: 79px;
    font-size: 4.9375rem;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home-visual-container__main-copy--position_bottom {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-visual-container__main-copy--position_bottom {
    font-size: 54px;
    font-size: 3.375rem;
  }
}

.p-home-visual-container__main-copy-inner {
  font-family: "Fjalla One", sans-serif;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  transform: translate3d(0, 100%, 0);
  transition: opacity 0.4s 0s ease, transform 0.6s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.p-home-visual-container__main-copy-inner span {
  display: inline-block;
}
.is-action .p-home-visual-container__main-copy-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.p-home-visual-container__sub-copy {
  overflow: hidden;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-visual-container__sub-copy {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 12px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-visual-container__sub-copy {
    margin-top: 12px;
    margin-bottom: 33px;
  }
}

.p-home-visual-container__sub-copy-inner {
  transform: translate3d(0, 100%, 0);
  transition: opacity 0.4s 0s ease, transform 0.6s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.is-action .p-home-visual-container__sub-copy-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*
  ビジュアルナビゲーション
*/
.p-home-visual-container__visual-nav {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s 1.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-visual-container__visual-nav {
    bottom: 45px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-visual-container__visual-nav {
    bottom: 65px;
  }
}
.p-home-visual-container__visual-nav > li {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 1px;
  margin-right: 1px;
}
.p-home-visual-container__visual-nav > li:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.p-home-visual-container__visual-nav > li:hover {
  cursor: pointer;
}
.p-home-visual-container__visual-nav > li.is-current:after {
  background-color: #262f40;
}
.p-home-visual-container__visual-nav.show {
  opacity: 1;
}

.p-home-works {
  width: 100%;
  opacity: 0;
  transition: transform 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98), opacity 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transform: translate3d(0, 200px, 0);
}
@media only screen and (max-width: 47.9375em) {
  .p-home-works {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-works {
    height: 550px;
    overflow: hidden;
    margin-bottom: 40px;
  }
}
.p-home-works.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.p-home-works__inner {
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .p-home-works__block {
    float: left;
  }
}

@media only screen and (min-width: 48em) {
  .p-home-works__block--size_medium {
    width: 400px;
  }
}

@media only screen and (min-width: 48em) {
  .p-home-works__block--size_large {
    width: 800px;
  }
}

@media only screen and (min-width: 48em) {
  .p-home-works__item-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home-works__item {
    width: 320px;
    float: left;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-works__item {
    overflow: hidden;
  }
}
.p-home-works__item > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}

@media only screen and (min-width: 48em) {
  .p-home-works__item--size_large {
    width: 800px;
    height: 550px;
  }
}

@media only screen and (min-width: 48em) {
  .p-home-works__item--size_medium {
    width: 400px;
    height: 275px;
  }
}

@media only screen and (min-width: 48em) {
  .p-home-works__item--size_small {
    width: 200px;
    height: 137px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 48em) {
  .p-home-works__item-text-area {
    position: absolute;
    display: table;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    margin: auto;
    z-index: 3;
    width: 100%;
  }
}

.p-home-works__item-heading {
  font-family: "Fjalla One", sans-serif;
  line-height: 1.4;
}
@media only screen and (min-width: 48em) {
  .p-home-works__item-heading {
    text-align: center;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-works__item--size_small .p-home-works__item-heading {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 4px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-works__item--size_medium .p-home-works__item-heading {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-top: 6px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-works__item--size_large .p-home-works__item-heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 48em) {
  .p-home-works__text-area {
    transition: height 0.2s 0s ease, opacity 0.2s 0s ease;
    height: 0;
    opacity: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 48em) {
  a:hover .p-home-works__text-area {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-works__item--size_small a:hover .p-home-works__text-area {
    height: 0.625em;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-works__item--size_medium a:hover .p-home-works__text-area {
    height: 3.125em;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-works__item--size_large a:hover .p-home-works__text-area {
    height: 5em;
  }
}

.p-home-works__item-description {
  line-height: 1.6;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-works__item-description {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-works__item-description {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home-works__item-description > br {
    display: none;
  }
}

.p-home-works__item-link {
  font-family: "Fjalla One", sans-serif;
}
@media only screen and (min-width: 48em) {
  .p-home-works__item-link {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-home-works__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 0.4s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 47.9375em) {
  .p-home-works__item-overlay {
    display: none;
  }
}
a:hover .p-home-works__item-overlay {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 47.9375em) {
  .p-home-works__item-image {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-works__item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.8s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.p-home-works__item-image > img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.8;
}
@media only screen and (min-width: 48em) {
  a:hover .p-home-works__item-image {
    transform: scale(1.2);
  }
}

.p-home-works-sp-block {
  opacity: 0;
  transition: transform 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98), opacity 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
@media only screen and (max-width: 47.9375em) {
  .p-home-works-sp-block {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 18px;
    padding-left: 6.25%;
    padding-right: 6.25%;
    transform: translate3d(0, 100px, 0);
  }
}
@media only screen and (min-width: 48em) {
  .p-home-works-sp-block {
    display: none;
  }
}
.p-home-works-sp-block.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.p-home-carousel {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.p-home-carousel__nav-list {
  position: absolute;
  z-index: 1;
  top: 30%;
  width: 30px;
  height: 35px;
  box-sizing: border-box;
  background-color: #6c7179;
}
.p-home-carousel__nav-list svg {
  width: 10px;
  height: 15px;
}
.p-home-carousel__nav-list path {
  fill: #1b1f26;
}
.p-home-carousel__nav-list:hover {
  cursor: pointer;
}

.p-home-carousel__nav-list--position_left {
  left: 0;
  padding-top: 6px;
  padding-left: 8px;
}

.p-home-carousel__nav-list--position_right {
  right: 0;
  padding-top: 6px;
  padding-left: 12px;
}

.p-home-carousel__item {
  float: left;
  width: 100%;
}
.p-home-carousel__item > a {
  display: block;
  color: #fff;
}

.p-home-carousel__item-image {
  margin-bottom: 15px;
}
.p-home-carousel__item-image > img {
  display: block;
  width: 100%;
  height: auto;
}

.p-home-carousel__item-heading {
  font-weight: bold;
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 8px;
}

.p-home-carousel__item-description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

.p-home-carousel__item-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Fjalla One", sans-serif;
}
.p-home-carousel__item-link span {
  padding-right: 10px;
}
.p-home-carousel__item-link path {
  fill: #fff;
}

.p-carousel-number {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-carousel-number__current {
  font-family: "Fjalla One", sans-serif;
  padding-left: 5px;
  padding-right: 5px;
}

.p-carousel-number__total {
  font-family: "Fjalla One", sans-serif;
  padding-left: 5px;
  padding-right: 5px;
}

.p-home-section-heading {
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-section-heading {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-bottom: 12px;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-section-heading {
    text-align: center;
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-home-section-heading > span {
  display: inline-block;
  transition: transform 0.2s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transform: translate3d(0, 100%, 0);
}
.p-home-section-heading > span.show {
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 48em) {
  .p-home-section-heading.p-home-section-heading--type_service {
    width: 3.5em;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-section-heading.p-home-section-heading--type_works {
    width: 2.7em;
  }
}

.p-home-section-lead {
  opacity: 0;
  transition: transform 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98), opacity 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transform: translate3d(0, 100%, 0);
}
@media only screen and (max-width: 47.9375em) {
  .p-home-section-lead {
    padding-left: 6.25%;
    padding-right: 6.25%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-section-lead {
    text-align: center;
    margin-bottom: 26px;
  }
}
.p-home-section-lead.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.p-home-news-block {
  border-top: 1px solid #000;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-news-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-news-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 100em) {
  .p-home-news-block {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-home-news-block.p-home-news-block--type_home {
  opacity: 0;
  transition: transform 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98), opacity 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
@media only screen and (max-width: 47.9375em) {
  .p-home-news-block.p-home-news-block--type_home {
    transform: translate3d(0, 100px, 0);
  }
}
@media only screen and (min-width: 48em) {
  .p-home-news-block.p-home-news-block--type_home {
    transform: translate3d(0, 200px, 0);
  }
}
.p-home-news-block.p-home-news-block--type_home.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 61.25em) {
  .p-home-news-block__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (min-width: 100em) {
  .p-home-news-block__inner {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-home-news-block__heading {
  font-family: "Fjalla One", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-news-block__heading {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-news-block__heading {
    text-align: center;
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-home-news-block__heading {
    width: 180px;
    min-width: 180px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 100em) {
  .p-home-news-block__heading {
    width: 200px;
    min-width: 200px;
    text-align: center;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.p-home-news-block__article {
  width: 100%;
}
@media only screen and (min-width: 100em) {
  .p-home-news-block__article {
    width: 990px;
  }
}

.p-home-news-block__link {
  font-family: "Fjalla One", sans-serif;
}
@media only screen and (min-width: 48em) {
  .p-home-news-block__link {
    text-align: center;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-home-news-block__link {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 100em) {
  .p-home-news-block__link {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.p-home-news-block__link > a {
  color: #fff;
}

.p-home-content-container {
  position: relative;
  z-index: 1;
}

.p-home-content-container__inner {
  background-color: #1b1f26;
}

.p-advantage-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.p-advantage-bg > img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.p-advantage-heading-area {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .p-advantage-heading-area {
    padding-top: 100px;
  }
}

.p-advantage-heading-area__heading {
  line-height: 1.1;
}

.p-advantage-heading-area__heading-eng {
  display: block;
  font-family: "Fjalla One", sans-serif;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-heading-area__heading-eng {
    font-size: 47px;
    font-size: 2.9375rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-heading-area__heading-eng {
    font-size: 95px;
    font-size: 5.9375rem;
  }
}
.p-advantage-heading-area__heading-eng > span {
  display: block;
  transform: translate(0, 100%);
  transition: transform 0.6s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.p-advantage-heading-area__heading-eng.is-visible > span {
  transform: translate(0, 0);
}

.p-advantage-heading-area__heading-jp {
  display: block;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-heading-area__heading-jp {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-heading-area__heading-jp {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-advantage-heading-area__heading-jp > span {
  display: block;
  transform: translate(0, 100%);
  transition: transform 0.6s 0.12s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.p-advantage-heading-area__heading-jp.is-visible > span {
  transform: translate(0, 0);
}

.p-advantage-heading-area__lead-text {
  overflow: hidden;
}
.p-advantage-heading-area__lead-text > span {
  display: block;
  transform: translate(0, 100%);
  transition: transform 0.6s 0.24s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.p-advantage-heading-area__lead-text.is-visible > span {
  transform: translate(0, 0);
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-heading-area__lead-text br.pc {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-heading-area__lead-text br.sp {
    display: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-advantage-content-block {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-content-block {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}

.p-advantage-content-block--type_strength {
  background: url("/advantage/img/bg_strength.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.p-advantage-content-sub-heading {
  color: rgba(255, 255, 255, 0.25);
  font-family: "Fjalla One", sans-serif;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-content-sub-heading {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 14px 0;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-content-sub-heading {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 14px 0;
  }
}

.p-advantage-content-heading {
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  display: block;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-content-heading {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 52px;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-content-heading {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 52px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-content-heading > br.pc {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-content-heading > br.sp {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .p-advantage-troubles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
  }
}
@media only screen and (min-width: 100em) {
  .p-advantage-troubles {
    width: 1400px;
    margin: auto;
    padding: 0;
  }
}

.p-advantage-troubles__item {
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-troubles__item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-troubles__item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
  }
}

.p-advantage-troubles__item-inner {
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-troubles__item-inner {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-troubles__item-inner {
    min-height: 100%;
    padding-top: 40px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p-advantage-troubles__item-heading {
  line-height: 1.1;
}

.p-advantage-troubles__item-heading-eng {
  display: block;
  font-family: "Fjalla One", sans-serif;
  color: #243247;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-troubles__item-heading-eng {
    margin: 0 0 10px 0;
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-troubles__item-heading-eng {
    margin: 0 0 10px 0;
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-advantage-troubles__item-heading-jp {
  display: block;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-troubles__item-heading-jp {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-troubles__item-heading-jp {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-advantage-troubles__item-troubles-list {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-advantage-troubles__item-troubles-list > li {
  margin-bottom: 8px;
}
.p-advantage-troubles__item-troubles-list > li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-troubles__item-troubles-list > li br.pc {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-troubles__item-troubles-list > li br.sp {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .p-advantage-strength {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
  }
}
@media only screen and (min-width: 100em) {
  .p-advantage-strength {
    width: 1400px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-advantage-strength__item {
  position: relative;
  background-image: url("/advantage/img/circle_strength.svg");
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-strength__item {
    padding-top: 180px;
    background-position: 50% 0;
    margin-bottom: 54px;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-strength__item {
    background-position: 0 0;
    padding-left: 200px;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 54px;
  }
}
.p-advantage-strength__item:before {
  display: block;
  text-align: center;
  position: absolute;
  top: 52px;
  left: 0;
  font-family: "Fjalla One", sans-serif;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-strength__item:before {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-strength__item:before {
    font-size: 50px;
    font-size: 3.125rem;
    width: 160px;
  }
}
.p-advantage-strength__item:after {
  content: "STRENGTHS";
  display: block;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
  font-family: "Fjalla One", sans-serif;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-strength__item:after {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-strength__item:after {
    font-size: 18px;
    font-size: 1.125rem;
    width: 160px;
  }
}

.p-advantage-strength__item--no_1:before {
  content: "1";
}

.p-advantage-strength__item--no_2:before {
  content: "2";
}

.p-advantage-strength__item--no_3:before {
  content: "3";
}

.p-advantage-strength__item--no_4:before {
  content: "4";
}

.p-advantage-strength__item-heading {
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-strength__item-heading {
    margin: 0 0 18px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-strength__item-heading {
    margin: 0 0 18px 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 100em) {
  .p-advantage-company {
    width: 1400px;
    margin: auto;
    padding: 0;
  }
}

.p-advantage-company__inner {
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-company__inner {
    padding-top: 46px;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-company__inner {
    padding-top: 46px;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}

.p-advantage-company__heading {
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-company__heading {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-company__heading {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
}

.p-advantage-company__logo-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-company__logo-block {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-company__logo-block > li {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-company__logo-block > li {
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
  }
}

.p-advantage-company__logo-item {
  transition: transform 0.4s 0s ease;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 48em) {
  .p-advantage-company__logo-item:hover {
    transform: translate3d(0, 8px, 0);
  }
}

.p-advantage-company__logo-item-inner {
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-company__logo-item-inner {
    height: 20vw;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-company__logo-item-inner {
    height: 9vw;
  }
}
@media only screen and (min-width: 100em) {
  .p-advantage-company__logo-item-inner {
    height: 130px;
  }
}
.p-advantage-company__logo-item-inner > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  height: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-advantage-company__logo-item-inner > img {
    padding: 25px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .p-advantage-company__logo-item-inner > img {
    padding: 10px;
    max-width: 100%;
  }
}

.p-pitfalls-content-head {
  text-align: center;
  color: #6c7179;
  margin-bottom: 30px;
}

.p-pitfalls-content-head__catch {
  font-family: "Fjalla One", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  line-height: 1.2;
}

.p-pitfalls-content-head__number {
  font-family: "Fjalla One", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  display: block;
  line-height: 1.2;
}

.p-pitfalls-content-head__heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media only screen and (max-width: 47.9375em) {
  .p-pitfalls-voice-list {
    padding-top: 45px;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .p-pitfalls-voice-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-right: 6.25%;
    padding-left: 6.25%;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-pitfalls-voice-list {
    width: 800px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-pitfalls-voice-list__item {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-pitfalls-voice-list__item {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-pitfalls-voice-list__item {
    width: 240px;
  }
}

.p-pitfalls-voice-list__balloon {
  position: relative;
  background: #5b75a3;
  border-radius: 3px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 10px;
  padding-right: 10px;
}
.p-pitfalls-voice-list__balloon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
}
@media only screen and (max-width: 47.9375em) {
  .p-pitfalls-voice-list__balloon.p-pitfalls-voice-list__balloon--position_left:after {
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 8px 0 8px;
    border-color: #5b75a3 transparent transparent transparent;
  }
}
@media only screen and (min-width: 48em) {
  .p-pitfalls-voice-list__balloon.p-pitfalls-voice-list__balloon--position_left:after {
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 8px 0 8px;
    border-color: #5b75a3 transparent transparent transparent;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-pitfalls-voice-list__balloon.p-pitfalls-voice-list__balloon--position_left:after {
    transform: translate(0, 0);
    right: 20px;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 0;
    border-color: transparent #5b75a3 transparent transparent;
  }
}
.p-pitfalls-voice-list__balloon.p-pitfalls-voice-list__balloon--position_center:after {
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: #5b75a3 transparent transparent transparent;
}
@media only screen and (max-width: 47.9375em) {
  .p-pitfalls-voice-list__balloon.p-pitfalls-voice-list__balloon--position_right:after {
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 8px 0 8px;
    border-color: #5b75a3 transparent transparent transparent;
  }
}
@media only screen and (min-width: 48em) {
  .p-pitfalls-voice-list__balloon.p-pitfalls-voice-list__balloon--position_right:after {
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 8px 0 8px;
    border-color: #5b75a3 transparent transparent transparent;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-pitfalls-voice-list__balloon.p-pitfalls-voice-list__balloon--position_right:after {
    transform: translate(0, 0);
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: #5b75a3 transparent transparent transparent;
  }
}

.p-pitfalls-voice-list__comment {
  line-height: 1.6;
}

.p-pitfalls-voice-list__icon {
  margin-top: 30px;
}
@media only screen and (min-width: 61.25em) {
  .p-pitfalls-voice-list__icon.p-pitfalls-voice-list__icon--position_left {
    text-align: right;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-pitfalls-voice-list__icon.p-pitfalls-voice-list__icon--position_right {
    text-align: left;
    margin-left: -40px;
  }
}
.p-pitfalls-voice-list__icon path {
  fill: #5b75a3;
}

.p-pitfalls-voice-list__item {
  text-align: center;
  color: #fff;
}

.p-pitfalls-guide {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.p-pitfalls-guide > span {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-pitfalls-guide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 39px 0 39px;
  border-color: #a6afbf transparent transparent transparent;
}

@media only screen and (max-width: 47.9375em) {
  .p-pitfalls-advice-block {
    padding-right: 6.25%;
    padding-left: 6.25%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .p-pitfalls-advice-block {
    padding-right: 6.25%;
    padding-left: 6.25%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-pitfalls-advice-block {
    width: 800px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-pitfalls-advice-block__heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-pitfalls-advice-block__item {
  width: 100%;
  border-top: 1px solid #ccc;
  background: url("/pitfalls/img/icon_pitfalls_check.svg") no-repeat 0 20px;
  box-sizing: border-box;
  padding-left: 65px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.p-pitfalls-advice-block__item:last-child {
  border-bottom: 1px solid #ccc;
}

.p-pitfalls-advice-block__item-heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.p-pitfalls-advice-block__item-text {
  line-height: 1.6;
}

.p-pitfalls-message-box {
  border: 3px solid #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  .p-pitfalls-message-box {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 6.25%;
    margin-left: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .p-pitfalls-message-box {
    padding-top: 32px;
    padding-bottom: 36px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: 6.25%;
    margin-left: 6.25%;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-pitfalls-message-box {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-pitfalls-message-box__heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-pitfalls-message-box__heading {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-pitfalls-message-box__heading {
    margin-bottom: 20px;
  }
}

.p-pitfalls-message-box__item-text {
  line-height: 1.6;
}

@media only screen and (max-width: 47.9375em) {
  .p-case-detail-info {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 48em) {
  .p-case-detail-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 55px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-case-detail-info__block {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .p-case-detail-info__block {
    width: 48%;
  }
}

.p-case-detail-info__item {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 48em) {
  .p-case-detail-info__item:last-child {
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-case-detail-info__block:last-child .p-case-detail-info__item:last-child {
    border-bottom: 1px solid #ccc;
  }
}
.p-case-detail-info__item > dt {
  font-weight: bold;
  width: 74px;
}
.p-case-detail-info__item > dd > a {
  color: #000;
}

.p-case-category-list--type_top {
  margin-bottom: 80px;
}

.p-case-category-list--type_bottom {
  margin-top: 60px;
}

.p-case-category-list__item {
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #54575c;
  padding-right: 10px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 48em) {
  .p-case-category-list__item {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-case-category-list__heading {
    font-weight: bold;
  }
}
@media only screen and (min-width: 48em) {
  .p-case-category-list__heading {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100px;
    min-width: 100px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #54575c;
  }
}

.p-case-category-list__body {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-case-category-list__body > li {
  position: relative;
  text-align: center;
  width: 20%;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 47.9375em) {
  .p-case-category-list__body > li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-case-category-list__body > li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-case-category-list__body > li.is-current a {
  color: #fff;
}
.p-case-category-list__body > li.is-current:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #fff;
}
.p-case-category-list__body a {
  display: block;
  width: 100%;
  color: #989fab;
  border-right: 1px solid #54575c;
}
@media only screen and (max-width: 47.9375em) {
  .p-case-category-list__body a {
    box-sizing: border-box;
    line-height: 1.4;
    height: 100%;
    min-height: 44px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p-case-category-list__body a:hover {
  color: #7ea4e6;
}

.p-index-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media only screen and (max-width: 47.9375em) {
  .p-index-container {
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .p-index-container {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 100em) {
  .p-index-container {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-service-flow-nav__text {
  position: absolute;
  font-family: "Fjalla One", sans-serif;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-flow-nav__text {
    font-size: 20px;
    font-size: 1.25rem;
    left: 8.25%;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-flow-nav__text {
    font-size: 30px;
    font-size: 1.875rem;
    bottom: -20px;
    left: 8.25%;
    padding-left: 35px;
  }
}
@media only screen and (min-width: 100em) {
  .p-service-flow-nav__text {
    left: 30px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service-flow-nav__text--position_start {
    top: 0;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-flow-nav__text--position_start {
    top: -4px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service-flow-nav__text--position_end {
    bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-flow-nav__text--position_end {
    bottom: -7px;
  }
}

.p-service-flow-nav__text-inner {
  display: -ms-flexbox;
  display: flex;
}
.p-service-flow-nav__text-inner > span {
  line-height: 1;
}

.p-service-flow-nav__line {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #fff;
  transition: height 0.8s 0.1s cubic-bezier(0.48, 0.18, 0, 0.98);
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-flow-nav__line {
    width: 3px;
    left: 8.25%;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-flow-nav__line {
    width: 6px;
    left: 8.25%;
  }
}
@media only screen and (min-width: 100em) {
  .p-service-flow-nav__line {
    width: 6px;
    left: 30px;
  }
}
.p-service-flow-nav__line:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #1b1f26;
  border-style: solid;
  border-color: #fff;
  top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-flow-nav__line:before {
    width: 18px;
    height: 18px;
    left: -7px;
    border-width: 4px;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-flow-nav__line:before {
    width: 20px;
    height: 20px;
    left: -7px;
    border-width: 4px;
  }
}
.p-service-flow-nav__line:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #1b1f26;
  border-style: solid;
  border-color: #fff;
  bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-flow-nav__line:after {
    width: 18px;
    height: 18px;
    left: -7px;
    border-width: 4px;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-flow-nav__line:after {
    width: 20px;
    height: 20px;
    left: -7px;
    border-width: 4px;
  }
}

.p-service-support-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 100em) {
  .p-service-support-container {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-service-support-block {
  box-sizing: border-box;
  position: relative;
  padding-top: 80px;
  padding-right: 6.25%;
  padding-bottom: 80px;
  padding-left: 6.25%;
  color: #000;
  background-color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 100em) {
  .p-service-support-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-service-support-block:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-width: 20px;
  border-top-color: #ffffff;
  margin-left: -20px;
  pointer-events: none;
  z-index: 1;
}

.p-service-support-block--type_gray {
  background-color: #eff0f3;
}
.p-service-support-block--type_gray:after {
  border-top-color: #eff0f3;
}

.p-service-support-block--none_arrow:after {
  display: none;
}

.p-service-support-heading {
  text-align: center;
  margin-bottom: 33px;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-heading {
    margin-bottom: 33px;
  }
}

.p-service-support-heading--type_answer {
  margin-bottom: 58px;
}

.p-service-support-heading--type_steps {
  margin-bottom: 46px;
}

.p-service-support-heading__copy1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  color: #6c7179;
  font-family: "Fjalla One", sans-serif;
  margin-bottom: 25px;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-heading__copy1 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-heading__copy1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-service-support-heading__copy1.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.p-service-support-heading__copy1 > span {
  display: inline-block;
  line-height: 1;
}

.p-service-support-heading__copy2 {
  color: #000;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-heading__copy2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-heading__copy2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-service-support-heading__copy2.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.p-service-support-heading__copy2.p-service-support-heading__copy2--type_pitfalls {
  text-align: center;
}

.p-service-support-troubles {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 100em) {
  .p-service-support-troubles {
    width: 800px;
  }
}

.p-service-support-troubles__list-item {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 17px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
}
.p-service-support-troubles__list-item:first-child {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ccc;
}
.p-service-support-troubles__list-item.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.p-service-support-troubles__list-item > span {
  font-weight: bold;
}

.js-service-support-list-item1 {
  transition: all 0.6s 0.4s ease;
}

.js-service-support-list-item2 {
  transition: all 0.6s 0.6s ease;
}

.js-service-support-list-item3 {
  transition: all 0.6s 0.8s ease;
}

.js-service-support-list-item4 {
  transition: all 0.6s 1.0s ease;
}

.js-service-support-list-item5 {
  transition: all 0.6s 1.2s ease;
}

.p-service-support-answer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 100em) {
  .p-service-support-answer {
    width: 1280px;
  }
}

.p-service-support-answer__box-area {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-answer__box-area {
    display: block;
  }
}

.p-service-support-answer__box {
  box-sizing: border-box;
  width: 33.333%;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-answer__box {
    transition: all 0.6s 0s ease;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-answer__box {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-service-support-answer__box {
    width: 33.3%;
    border-right: 1px solid #ccc;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-answer__box:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-answer__box:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-service-support-answer__box:last-child {
    border-right: none;
  }
}

.p-service-support-answer__box-icon {
  margin-bottom: 14px;
}
.p-service-support-answer__box-icon path.cls-1 {
  fill: #a6afbf;
}
.p-service-support-answer__box-icon path.cls-2 {
  fill: #5573a5;
}

.p-service-support-answer__box-title {
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-answer__box-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-service-support-answer__box-text {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-answer__box-text > br {
    display: none;
  }
}

.p-service-support-steps {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 100em) {
  .p-service-support-steps {
    width: 1280px;
  }
}

.p-service-support-steps__inner {
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__inner {
    width: 90%;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps__inner {
    width: 100%;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-service-support-steps__inner {
    width: 800px;
  }
}

.p-service-support-steps__flow-block {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__flow-block {
    width: 100%;
    height: 170px;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps__flow-block {
    width: 100%;
    height: 100px;
  }
}
@media only screen and (min-width: 80em) {
  .p-service-support-steps__flow-block {
    width: 1134px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-service-support-steps__flow-block--type_support {
  margin-bottom: 60px;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__flow-block--type_support {
    width: 90%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-service-support-steps__item {
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps__item {
    width: 120px;
    margin-left: -60px;
  }
}
.p-service-support-steps__item > a {
  display: block;
  position: relative;
  color: #000;
  text-align: center;
}
.p-service-support-steps__item svg {
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__item.p-service-support-steps__item--type_support {
    width: 55px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item {
    width: 20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__item--number_01.p-service-support-steps__item--type_support {
    left: 0;
    margin-left: -27px;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps__item--number_01.p-service-support-steps__item--type_support {
    left: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item--number_01 {
    left: -5%;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item--number_01 {
    left: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__item--number_02.p-service-support-steps__item--type_support {
    left: 50%;
    margin-left: -27px;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps__item--number_02.p-service-support-steps__item--type_support {
    left: 50%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item--number_02 {
    left: 13.6%;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item--number_02 {
    left: 16.6%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__item--number_03.p-service-support-steps__item--type_support {
    left: 100%;
    margin-left: -27px;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps__item--number_03.p-service-support-steps__item--type_support {
    left: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item--number_03 {
    left: 30.2%;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item--number_03 {
    left: 33.2%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item--number_04 {
    left: 46.8%;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item--number_04 {
    left: 49.8%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item--number_05 {
    left: 63.4%;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item--number_05 {
    left: 66.4%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item--number_06 {
    left: 80%;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item--number_06 {
    left: 83%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item--number_07 {
    left: 97%;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__item--number_07 {
    left: 100%;
  }
}

.p-service-support-steps__flow-number {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Fjalla One", sans-serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__flow-number {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-service-support-steps__flow-ring {
  position: relative;
  display: block;
  margin: auto;
  z-index: 3;
  background-color: #fff;
  margin-bottom: 8px;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__flow-ring {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps__flow-ring {
    width: 28px;
    height: 20px;
  }
}
.p-service-support-steps__flow-ring:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-radius: 50%;
  border-style: solid;
  border-color: #5573a5;
  border-width: 5px;
  z-index: 4;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__flow-ring:after {
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -8px;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps__flow-ring:after {
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -10px;
  }
}

.p-service-support-steps__flow-text {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__flow-text {
    font-size: 11px;
    font-size: 0.6875rem;
    margin: auto;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps__flow-text {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__item--type_support .p-service-support-steps__flow-text {
    width: 50px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps--type_pitfalls .p-service-support-steps__flow-text {
    width: 10px;
  }
}

.p-service-support-steps__block {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  background-color: #eff0f3;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__block {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
.p-service-support-steps__block.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.p-service-support-steps__block:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__block:before {
    font-size: 16px;
    font-size: 1rem;
    top: 7px;
    left: 10px;
  }
}
.p-service-support-steps__block:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0 0 90px 90px;
  border-color: transparent transparent transparent #000;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__block:after {
    border-width: 0 0 60px 60px;
  }
}
.p-service-support-steps__block:last-child {
  margin-bottom: 0;
}

.p-service-support-steps__block--number_01:before {
  content: '01';
}

.p-service-support-steps__block--number_02:before {
  content: '02';
}

.p-service-support-steps__block--number_03:before {
  content: '03';
}

.p-service-support-steps__block--number_04:before {
  content: '04';
}

.p-service-support-steps__block--number_05:before {
  content: '05';
}

.p-service-support-steps__block-image {
  margin-bottom: 30px;
}
.p-service-support-steps__block-image > img {
  display: block;
  width: 100%;
  height: auto;
}

.p-service-support-steps__block-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.p-service-support-steps__section {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 26px;
}
.p-service-support-steps__section:last-child {
  margin-bottom: 0;
}

.p-service-support-steps__section-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.p-service-support-steps__flow-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #000;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__flow-line {
    top: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps__flow-line {
    top: 38px;
  }
}

.p-service-support-steps__section-list > li {
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 10px;
  background-image: url("/common/svg/icon_dot_gray.svg");
  background-repeat: no-repeat;
  background-position: 0 0.5em;
}
.p-service-support-steps__section-list > li:last-child {
  margin-bottom: 0;
}

.p-service-support-steps__section-table {
  border-bottom: 1px solid #ccc;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__section-table {
    border-top: 1px solid #ccc;
  }
}
.p-service-support-steps__section-table th {
  vertical-align: top;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__section-table th {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps__section-table th {
    border-top: 1px solid #ccc;
    width: 100px;
    min-width: 100px;
    white-space: nowrap;
  }
}
.p-service-support-steps__section-table td {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-support-steps__section-table td {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-support-steps__section-table td {
    border-top: 1px solid #ccc;
  }
}

.p-service-support-steps__section-text {
  line-height: 1.6;
  margin-bottom: 10px;
}
.p-service-support-steps__section-text:last-child {
  margin-bottom: 0;
}

.p-pager {
  background-color: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ccc;
}
@media only screen and (max-width: 47.9375em) {
  .p-pager {
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}

.p-pager__link {
  color: #000;
}

.p-pager__link-inner {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 52px;
  padding-bottom: 31px;
  padding-left: 51px;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-pager__link-inner {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .p-pager__link-inner {
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 100em) {
  .p-pager__link-inner {
    max-width: 800px;
    padding-right: 52px;
    padding-left: 51px;
  }
}

.p-pager__head-area {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Fjalla One", sans-serif;
  padding-right: 38px;
}
@media only screen and (max-width: 47.9375em) {
  .p-pager__head-area {
    padding-right: 0;
  }
}

.p-pager__text {
  line-height: 2.1;
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-pager__text {
    line-height: normal;
  }
}
@media only screen and (min-width: 48em) {
  .p-pager__text {
    width: 80%;
  }
}

.p-pager__name {
  white-space: nowrap;
  line-height: 2.1;
  padding-left: 38px;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-pager__name {
    padding-left: 0;
    line-height: normal;
  }
}
@media only screen and (min-width: 48em) {
  .p-pager__name {
    padding-left: 20px;
  }
}

.p-service-content-block {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 6.25%;
  padding-left: 6.25%;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-content-block {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 100em) {
  .p-service-content-block {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-service-section-heading {
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-section-heading {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-bottom: 12px;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-section-heading {
    width: 2.7em;
    text-align: center;
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service-section-heading > span {
  display: inline-block;
  transition: transform 0.2s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.p-service-section-heading > span.show {
  transform: translate3d(0, 0, 0);
}

.p-service-section-lead {
  transition: transform 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98), opacity 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
@media only screen and (max-width: 47.9375em) {
  .p-service-section-lead {
    padding-left: 6.25%;
    padding-right: 6.25%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-section-lead {
    text-align: center;
    margin-bottom: 34px;
  }
}
.p-service-section-lead.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.p-case-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-case-list {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .p-case-list {
    width: 102%;
    margin-left: -1%;
    margin-right: -1%;
  }
}
@media only screen and (min-width: 100em) {
  .p-case-list {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-case-list__item {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .p-case-list__item {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 100em) {
  .p-case-list__item {
    width: 320px;
    margin-left: 0;
    margin-right: 40px;
  }
}
.p-case-list__item > a {
  display: block;
  width: 100%;
  color: #fff;
}

.p-case-list__img {
  margin-bottom: 8px;
  overflow: hidden;
}
.p-case-list__img > img {
  display: block;
  width: 100%;
  transition: all 0.6s 0s ease;
  transform: scale(1) translate3d(0, 0, 0);
}
@media only screen and (min-width: 48em) {
  a:hover .p-case-list__img > img {
    transform: scale(1.05) translate3d(0, 0, 0);
  }
}

.p-case-list__title {
  transition: all 0.4s 0s ease;
  margin-bottom: 8px;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.p-case-list__text {
  transition: all 0.4s 0s ease;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-service-works-block {
  border-top: 1px solid #000;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-works-block {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .p-service-works-block {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}
@media only screen and (min-width: 100em) {
  .p-service-works-block {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-faq-section-block {
  margin-bottom: 30px;
}
.p-faq-section-block:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq-section-block {
    margin-bottom: 16px;
  }
}

.p-faq-section-block__heading {
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq-section-block__heading {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 48em) {
  .p-faq-section-block__heading {
    margin-bottom: 20px;
  }
}

.p-faq-section-block__heading-icon {
  padding-right: 20px;
  font-family: "Fjalla One", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq-section-block__heading-icon {
    padding-right: 9px;
  }
}

.p-faq-section-block__text {
  margin-left: 40px;
  padding-left: 40px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 47.9375em) {
  .p-faq-section-block__text {
    margin-left: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-news-detail-heading {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .p-news-detail-heading {
    margin-bottom: 40px;
  }
}

.p-news-detail-heading__title {
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-detail-heading__title {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 48em) {
  .p-news-detail-heading__title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 5px;
  }
}

.p-news-detail-heading__date {
  font-size: 16px;
  font-size: 1rem;
}

.p-news-detail-content {
  margin-bottom: 55px;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-detail-content {
    margin-bottom: 28px;
  }
}
.p-news-detail-content > p {
  margin-bottom: 18px;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-detail-content > p {
    margin-bottom: 10px;
  }
}
.p-news-detail-content > p + h2 {
  margin-top: 70px;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-detail-content > p + h2 {
    margin-top: 35px;
  }
}
.p-news-detail-content > p + h3 {
  margin-top: 25px;
}
.p-news-detail-content > p > img {
  width: 100%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-detail-content > p > img {
    margin-bottom: 3px;
  }
}
.p-news-detail-content > ul {
  margin-bottom: 18px;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-detail-content > ul {
    margin-bottom: 10px;
  }
}
.p-news-detail-content > ul > li {
  background-image: url(/img/icon_list_disc.svg);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-detail-content > ul > li {
    background-position: 0 0.7em;
    padding-left: 11px;
  }
}
@media only screen and (min-width: 48em) {
  .p-news-detail-content > ul > li {
    background-position: 0 0.8em;
    padding-left: 13px;
  }
}
.p-news-detail-content > ul + h2 {
  margin-top: 70px;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-detail-content > ul + h2 {
    margin-top: 35px;
  }
}
.p-news-detail-content > ul + h3 {
  margin-top: 25px;
}

.p-news-share-module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 26px;
  padding-right: 28px;
  padding-bottom: 27px;
  padding-left: 28px;
  background-color: #32363c;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-share-module {
    display: block;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 19px;
    padding-left: 20px;
  }
}

.p-news-share-module__text-area {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-share-module__text-area {
    margin-bottom: 8px;
  }
}

.p-news-share-module__button-area {
  height: 20px;
  display: -ms-flexbox;
  display: flex;
}

.p-news-share-module__button {
  margin-left: 10px;
}
.p-news-share-module__button:first-child {
  margin-left: 0;
}

.p-voice-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media only screen and (max-width: 47.9375em) {
  .p-voice-list {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 48em) {
  .p-voice-list {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 100em) {
  .p-voice-list {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 48em) {
  .p-voice-list--type_voice-detail {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 100em) {
  .p-voice-list--type_voice-detail {
    margin-bottom: 0;
  }
}

.p-voice-list__item {
  width: 25%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .p-voice-list__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-voice-list__item {
    width: 31%;
    margin-right: 3.5%;
  }
}
@media only screen and (min-width: 100em) {
  .p-voice-list__item {
    width: 320px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .p-voice-list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 100em) {
  .p-voice-list__item:nth-child(3n) {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 100em) {
  .p-voice-list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-voice-list__item:last-child {
    margin-bottom: 0;
  }
}

.p-voice-detail-container {
  position: relative;
  box-sizing: border-box;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #000;
}
@media only screen and (max-width: 47.9375em) {
  .p-voice-detail-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  .p-voice-detail-container {
    margin-top: 15px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-voice-detail-container__inner {
    padding-top: 45px;
    padding-right: 6.25%;
    padding-bottom: 35px;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .p-voice-detail-container__inner {
    padding-top: 95px;
    padding-right: 6.25%;
    padding-bottom: 75px;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-voice-detail-container__inner {
    width: 800px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-voice-detail-heading {
  line-height: normal;
}
@media only screen and (max-width: 47.9375em) {
  .p-voice-detail-heading {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .p-voice-detail-heading {
    margin-bottom: 55px;
  }
}

.p-voice-detail-heading__copy1 {
  font-family: "Fjalla One", sans-serif;
  margin-bottom: 13px;
}
@media only screen and (max-width: 47.9375em) {
  .p-voice-detail-heading__copy1 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-voice-detail-heading__copy1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-voice-detail-heading__copy2 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media only screen and (max-width: 47.9375em) {
  .p-voice-detail-heading__copy2 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-voice-detail-heading__copy2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.p-voice-detail-heading__copy3 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 22px;
}

@media only screen and (max-width: 47.9375em) {
  .p-voice-detail-content > h2 {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-voice-detail-content > h2 {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-voice-detail-content > p {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-voice-detail-content > p {
    margin-bottom: 18px;
  }
}
.p-voice-detail-content > p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-voice-detail-content > p + h2 {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .p-voice-detail-content > p + h2 {
    margin-top: 70px;
  }
}
.p-voice-detail-content img {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-voice-detail-content img {
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 48em) {
  .p-voice-detail-content img {
    margin-bottom: 9px;
  }
}

.p-voice-detail-button-block {
  padding-top: 30px;
  padding-bottom: 40px;
  border-top-width: 1px;
  border-top-color: #ccc;
  border-top-style: solid;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-voice-detail-button-block {
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .p-voice-detail-button-block {
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}

.p-voice-detail-button-block__text {
  margin-bottom: 23px;
}

@media only screen and (max-width: 47.9375em) {
  .p-case-content-block {
    padding-left: 6.25%;
    padding-right: 6.25%;
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 48em) {
  .p-case-content-block {
    padding-left: 6.25%;
    padding-right: 6.25%;
    padding-top: 70px;
    padding-bottom: 80px;
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 1px;
  }
}
@media only screen and (min-width: 100em) {
  .p-case-content-block {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 100em) {
  .p-case-content-block__inner {
    width: 1400px;
    margin: auto;
  }
}

.p-case-content-block__heading {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-case-content-block__heading {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-case-content-block__heading {
    margin-bottom: 30px;
  }
}

.p-recruting-table {
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruting-table {
    display: block;
  }
  .p-recruting-table tr,
  .p-recruting-table td {
    display: block;
  }
}

.p-recruting-table__heading {
  font-weight: 700;
  vertical-align: top;
  width: 200px;
  padding: 12px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 48em) {
  .p-recruting-table__heading {
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 0;
  }
}

.p-recruting-table__text {
  padding: 4px 0 12px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 48em) {
  .p-recruting-table__text {
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 0;
  }
}

.p-recruting-table__row {
  padding: 0;
  border-top: 1px solid #54575c;
  border-bottom: 1px solid #54575c;
}

.p-recruting-table__text-heading {
  font-weight: bold;
  margin-bottom: 10px;
}

.p-recruting-table__text-row:not(:last-child) {
  margin-bottom: 15px;
}

.p-recruting-section--sub {
  margin-bottom: 60px;
}

.p-recruting-anchor {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 48em) {
  .p-recruting-anchor {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.p-recruting-anchor__el {
  padding: 8px 0;
}

.p-recruting-anchor__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  color: #989fab;
}
.p-recruting-anchor__link:hover {
  color: #7ea4e6;
}
@media only screen and (min-width: 48em) {
  .p-recruting-anchor__link {
    display: -ms-flexbox;
    display: flex;
  }
}
.p-recruting-anchor__link svg {
  width: 12px;
  height: 12px;
}
.p-recruting-anchor__icon {
  display: block;
  margin-right: 1rem;
}

.p-recruting-anchor__separator {
  width: 1px;
  margin: 15px 30px;
  background: #54575c;
  display: none;
}
@media only screen and (min-width: 48em) {
  .p-recruting-anchor__separator {
    display: block;
  }
}

.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

.js-main-content {
  opacity: 1;
}

#js-advantage-contents {
  opacity: 0;
  transition: transform 0.6s 0.5s cubic-bezier(0.48, 0.18, 0, 0.98), opacity 0.6s 0.5s ease;
  transform: translate3d(0, 50px, 0);
}
#js-advantage-contents.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ==========================================================================
Form
========================================================================== */
.f-form-button-block {
  background: #32363c;
  color: #fff;
  text-align: center;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-button-block {
    padding-top: 45px;
    padding-right: 6%;
    padding-bottom: 45px;
    padding-left: 6%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-button-block {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-button-block--type_comfirm {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-button-block--type_comfirm {
    margin-bottom: 42px;
  }
}

.f-form-button-block__text {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-button-block__text {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-button-block__text {
    margin-bottom: 11px;
  }
}
.f-form-button-block__text > a {
  transition: color 0.4s 0s ease;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 2px;
  display: inline-block;
  color: #fff;
  padding-right: 15px;
  background: url("/common/img/icon_blank_white.svg") no-repeat 0 0.5em;
}
.f-form-button-block__text > a:hover {
  color: #7ea4e6;
}
.f-form-button-block__text > a:hover path {
  fill: #7ea4e6;
}
.f-form-button-block__text > span {
  color: #c70007;
}
.f-form-button-block__text svg {
  position: relative;
  top: -2px;
  margin-right: 3px;
}
.f-form-button-block__text path {
  transition: fill 0.4s 0s ease;
  fill: #fff;
  fill-rule: evenodd;
}

.f-form-button-block__check-box {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-button-block__check-box {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-button-block__check-box {
    margin-bottom: 27px;
  }
}

@media only screen and (min-width: 48em) {
  .f-form-button-block__button {
    width: 315px;
    margin: auto;
  }
}
.is-ancomplete .f-form-button-block__button {
  opacity: 0.5;
}
.is-ancomplete .f-form-button-block__button a:hover {
  cursor: default;
}
@media only screen and (min-width: 48em) {
  .is-ancomplete .f-form-button-block__button a:hover span {
    color: #fff;
  }
}
@media only screen and (min-width: 48em) {
  .is-ancomplete .f-form-button-block__button a:hover span:after {
    background-image: url(/common/img/icon_arrow_right_red.svg);
  }
}
.is-ancomplete .f-form-button-block__button a:after {
  display: none;
}

.f-form-check > label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
}
.f-form-check > label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  box-sizing: border-box;
  color: #999b9e;
  transition: all 0.2s ease;
  top: 2px;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-check > label:before {
    top: 0px;
  }
}
.f-form-check > label:after {
  content: "";
  position: absolute;
  display: block;
  color: transparent;
  transition: all 0.2s ease;
  top: 10px;
  width: 3px;
  height: 7px;
  left: 6px;
  border: solid 3px currentColor;
  border-left: 0;
  border-top: 0;
  transform: translateY(-40%) rotate(30deg);
}
@media only screen and (max-width: 47.9375em) {
  .f-form-check > label:after {
    top: 8px;
  }
}
.f-form-check > input {
  display: none;
}
.f-form-check > input:checked + label:before {
  color: #7ea4e6;
}
.f-form-check > input:checked + label:after {
  color: #7ea4e6;
  transform: translateY(-50%) rotate(45deg);
}

.f-form-container {
  box-sizing: border-box;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-container {
    padding-top: 10px;
    padding-bottom: 110px;
    width: 100%;
    padding-top: 48px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-container {
    width: 700px;
    margin: 0 auto;
    padding-top: 102px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .f-form-content-block {
    margin-top: 0;
    margin-right: 6%;
    margin-bottom: 50px;
    margin-left: 6%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-content-block {
    margin: 0 0 70px 0;
  }
}

.f-form-content-block__heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-content-block__heading {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 18px 0;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-content-block__heading {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 32px 0;
  }
}

.f-form-counter {
  position: fixed;
  min-width: 120px;
  box-sizing: border-box;
  z-index: 2000;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  font-weight: bold;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  color: #fff;
  transition: transform 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 47.9375em) {
  .f-form-counter {
    transform: translateY(-100%);
  }
}
@media only screen and (min-width: 48em) {
  .f-form-counter {
    transform: none;
    width: auto;
    background: #000;
    top: 130px;
    left: auto;
    margin: 0 0 0 730px;
    padding: 20px 20px 15px 20px;
    color: #fff;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-counter.is-show {
    transform: translateY(0);
  }
}
.f-form-counter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
@media only screen and (min-width: 48em) {
  .f-form-counter:before {
    background: none;
    width: auto;
    height: auto;
    opacity: 1;
    top: 50%;
    left: -10px;
    margin: -3px 0 0 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    border-left: 10px solid transparent;
  }
}
.f-form-counter p {
  position: relative;
  z-index: 1000;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-counter p br {
    display: none;
  }
}
.f-form-counter span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #d70014;
}

.f-form-error-message {
  display: none;
  font-weight: normal;
  color: #e60000;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 0 15px;
  line-height: 1.25;
  background: url(/entry/img/icon_caution.svg) no-repeat 0 0.25em;
}
.is-error .f-form-error-message {
  display: block;
}
.f-form-error-message svg {
  fill: #c70007;
  fill-rule: evenodd;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.f-form-footer {
  width: 100%;
  background-color: #0f131a;
  position: absolute;
  bottom: 0;
}

.f-form-footer__inner {
  font-family: "Fjalla One", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #6c7179;
  padding-top: 11px;
  padding-bottom: 11px;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-footer__inner {
    width: 100%;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-footer__inner {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .f-form-head-block {
    margin: 0 6% 40px 6%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-head-block {
    margin: 0 0 70px 0;
  }
}

.f-form-head-block__heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-head-block__heading {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-head-block__heading {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 22px;
  }
}
.f-form-head-block__heading.f-form-head-block__heading--type_thanks {
  text-align: center;
  margin: 0 0 24px 0;
}

.f-form-head-block__text-area {
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (max-width: 47.9375em) {
  .f-form-header {
    margin: 0 6% 20px 6%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-header {
    margin: 0 0 64px 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-header__logo {
    width: 200px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-header__logo img {
    display: block;
    width: 100%;
  }
}

.f-form-holiday-check {
  margin-bottom: 10px;
}

@media only screen and (max-width: 47.9375em) {
  .f-form-input-annotation {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 4px;
    text-indent: -15px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-annotation {
    margin-top: 4px;
    line-height: 1.4;
    font-size: 14px;
    font-size: 0.875rem;
    text-indent: -18px;
    margin-left: 18px;
  }
}

.f-form-input-inner-text {
  margin-left: 10px;
}
.f-form-content-block--type_check .f-form-input-inner-text {
  margin-left: 0;
}

@media only screen and (min-width: 48em) {
  .f-form-input-block {
    min-height: 25px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-block:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-block:last-child {
    margin: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .f-form-input-block__head {
    margin: 0 0 8px 0;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-block__head {
    margin-bottom: 15px;
  }
}
.f-form-content-block--type_check .f-form-input-block__head {
  margin-bottom: 27px;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-content-block--type_check .f-form-input-block__head {
    margin-bottom: 14px;
  }
}

.f-form-input-block__heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (min-width: 48em) {
  .f-form-input-block__heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.f-form-input-block__body--type_postal-code {
  width: 200px;
}

@media only screen and (min-width: 48em) {
  .f-form-input-inner-block:last-child {
    margin: 0;
  }
}
.f-form-input-inner-block.f-form-input-inner-block--width_1col {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-inner-block.f-form-input-inner-block--width_2col {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block.f-form-input-inner-block--width_2col {
    width: 340px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_birthday {
    width: 206px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_postal-code {
    width: 48%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_postal-code {
    width: 164px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_tell-number {
    width: 31%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_tell-number {
    width: 102px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_school-number {
    width: 100px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_school-number {
    width: 140px;
  }
}

.f-form-input-inner-block__head {
  margin: 0 0 8px 0;
  min-height: 25px;
}

.f-form-input-inner-block__heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-inner-block__heading {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.f-form-input-inner-block__body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.f-form-input-inner-block__body--type_calendar {
  position: relative;
}
.f-form-input-inner-block__body--type_calendar svg {
  position: absolute;
  top: 11px;
  right: 14px;
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block__body--type_calendar svg:hover {
    cursor: text;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block__body--type_calendar svg:hover + .f-form-input-text--type_calendar {
    background-color: #fff;
  }
}
.f-form-input-inner-block__body--type_calendar path {
  fill-rule: evenodd;
}

.f-form-input-text {
  font-family: "メイリオ" ,"Meiryo" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #ccc;
  border: none;
  padding-top: 9px;
  padding-right: 14px;
  padding-bottom: 9px;
  padding-left: 14px;
  box-sizing: border-box;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-text:hover {
    cursor: default;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-text:hover {
    background-color: #fff;
  }
}
.is-success .f-form-input-text {
  background: #fff;
}
.is-error .f-form-input-text {
  background: #f6bfbf;
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block--type_scale .f-form-input-text {
    width: 339px;
  }
}

.f-form-input-text--type_calendar {
  background-image: url("/contact/img/icon_calendar.svg");
  background-repeat: no-repeat;
  background-position: right 14px top 11px;
}
@media only screen and (min-width: 48em) {
  .f-form-input-text--type_calendar {
    width: 339px;
  }
}

@media only screen and (min-width: 48em) {
  .f-form-line-block {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }
  .f-form-line-block--vertical-position_center {
    -ms-flex-align: center;
        align-items: center;
  }
  .f-form-line-block--space_between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media only screen and (max-width: 47.9375em) {
  .f-form-number-line {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 48em) {
  .f-form-pc-margin-m {
    margin-bottom: 36px;
  }
}
.f-form-content-block--type_check .f-form-pc-margin-m {
  margin-bottom: 71px;
}

@media only screen and (min-width: 48em) {
  .f-form-pc-margin-s {
    margin-bottom: 12px;
  }
}

.f-form-postal-code-link > a {
  background: url(/common/img/icon_arrow_right_red.svg) no-repeat 100% 50%;
  display: inline-block;
  padding-right: 16px;
}

.f-form-radio-item {
  padding: 0 35px 0 0;
}

.f-form-radio > input {
  display: none;
}
.f-form-radio > input:checked + label:before {
  color: #d70014;
}
.f-form-radio > input:checked + label:after {
  color: #d70014;
}
.f-form-radio > label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 26px;
}
.f-form-radio > label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background: #1b1f26;
  border: 2px solid currentColor;
  box-sizing: border-box;
  color: #ccc;
  transition: all 0.2s ease;
  border-radius: 50%;
  top: 6px;
}
.f-form-radio > label:after {
  content: "";
  position: absolute;
  display: block;
  color: transparent;
  transition: all 0.2s ease;
  left: 4px;
  width: 10px;
  height: 10px;
  background: currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  top: 10px;
}

.f-form-required {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
}
.f-form-required > span {
  display: block;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
  background: #c70007;
  white-space: nowrap;
}
.f-form-required.f-form-required--type_lead-text {
  position: relative;
  top: -2px;
}
.f-form-required.f-form-required--type_form {
  margin-left: 19px;
}

@media only screen and (max-width: 47.9375em) {
  .f-form-return-link {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-return-link {
    margin-bottom: 80px;
  }
}
.f-form-return-link > a {
  padding: 0 0 0 12px;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1.25;
  background: url(/common/img/icon_arrow_left_red.svg) no-repeat 0 50%;
  background-size: 6px auto;
}

.f-form-school-text {
  margin: 0 10px;
}

.f-form-select {
  display: block;
  position: relative;
  background: #ccc;
  width: 100%;
}
.f-form-select > select {
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-appearance: none;
  width: 100%;
  line-height: 1.5;
  padding-top: 9px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-select > select {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-select > select {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.f-form-select:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  margin: -2px 0 0 0;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.is-success .f-form-select {
  background: #fff;
}
.is-error .f-form-select {
  background: #f6bfbf;
}

@media only screen and (min-width: 48em) {
  .f-form-select--type_service {
    width: 339px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .f-form-sp-margin-m {
    margin: 0 0 35px 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .f-form-sp-margin-s {
    margin-bottom: 12px;
  }
}

.f-form-state-line-block {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.f-form-state-line-block--vertical-position_center {
  -ms-flex-align: center;
      align-items: center;
}
.f-form-state-line-block--space_between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.f-form-success-icon {
  display: none;
  margin: 0 0 0 15px;
}
.is-success .f-form-success-icon {
  display: block;
}
.f-form-success-icon path {
  fill: #63a656;
  fill-rule: evenodd;
}

.f-form-text-line-block {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.f-form-text-line-block--vertical-position_center {
  -ms-flex-align: center;
      align-items: center;
}
.f-form-text-line-block--space_between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (min-width: 48em) {
  .f-form-text-line-block--space_between_pc {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.f-form-text-line-block--type_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.f-form-textarea {
  font-family: "メイリオ" ,"Meiryo" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #ccc;
  border: none;
  padding-top: 9px;
  padding-right: 14px;
  padding-bottom: 9px;
  padding-left: 14px;
  box-sizing: border-box;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-textarea {
    height: 180px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-textarea {
    height: 200px;
    max-width: 700px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-textarea:hover {
    cursor: default;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-textarea:hover {
    background-color: #fff;
  }
}
.is-success .f-form-textarea {
  background-color: #fff;
}
.is-error .f-form-textarea {
  background-color: #f6bfbf;
}

.f-form-thanks-button {
  text-align: center;
}
.f-form-thanks-button > a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.f-form-thanks-text {
  text-align: center;
  margin-bottom: 25px;
}

.f-form-thanks-text--type_document {
  margin-bottom: 35px;
}

.f-form-link-block {
  margin-top: 13px;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-link-block {
    margin-right: 6%;
    margin-left: 6%;
  }
}
.f-form-link-block > a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.ui-datepicker {
  box-sizing: border-box;
  padding-right: 3px;
  padding-left: 3px;
}
.ui-datepicker.ui-widget {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0;
  width: 263px;
  padding-right: 4px;
  padding-left: 5px;
}
.ui-datepicker .ui-widget-header.ui-widget-header {
  background-color: transparent;
  border: none;
  padding-top: 3px;
  margin-bottom: 2px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-month {
  margin-left: 12px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-prev, .ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-next {
  top: 4px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-prev:hover, .ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-next:hover {
  top: 4px;
  background-color: transparent;
  border: none;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-prev {
  left: -5px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-prev:hover {
  left: -5px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-next {
  right: -7px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-next:hover {
  right: -7px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-icon {
  width: 6px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: -4px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
  background-image: url("/contact/img/icon_calendar-arrow_left.svg");
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
  background-image: url("/contact/img/icon_calendar-arrow_right.svg");
}
.ui-datepicker .ui-widget-content {
  border: none;
}
.ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 20px;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 9px;
  padding-bottom: 7px;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding-top: 1px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable.ui-state-disabled {
  opacity: 0.15;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable.ui-state-disabled span.ui-state-default {
  background-color: transparent;
  border: none;
  text-align: center;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 4px;
  padding-left: 0;
}
.ui-datepicker a.ui-state-default {
  font-size: 13.33px;
  font-size: 0.833125rem;
  background-color: transparent;
  color: #000;
  border: none;
  text-align: center;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 4px;
  padding-left: 0;
  width: 35px;
}
.ui-datepicker a.ui-state-default.ui-state-highlight {
  background-color: #0f131a;
  color: #fff;
}
.ui-datepicker .ui-datepicker-buttonpane.ui-widget-content {
  margin-top: 0;
}
.ui-datepicker .ui-datepicker-buttonpane.ui-widget-content button.ui-state-default {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 13.33px;
  font-size: 0.833125rem;
  font-weight: normal;
  border: none;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  margin-top: 0;
  margin-right: 2px;
  margin-bottom: 7px;
  margin-left: 2px;
  padding-top: 6px;
  padding-right: 13px;
  padding-bottom: 7px;
  padding-left: 13px;
  opacity: 1;
}
.ui-datepicker .ui-datepicker-buttonpane.ui-widget-content button.ui-state-default[data-handler="today"] {
  display: none;
}

.f-form-document-download-button {
  margin-bottom: 11px;
}

/* ==========================================================================
libs
========================================================================== */
/*! jQuery UI - v1.12.1 - 2017-04-13
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

/*! jQuery UI - v1.12.1 - 2017-04-13
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/*! jQuery UI - v1.12.1 - 2017-04-13
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}


.p-reading-video {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .p-reading-video {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 48em) {
  .p-reading-video {
    margin-bottom: 25px;
  }
}