@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
}
.trans:hover {
  opacity: 0.8;
}

@media print, (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .wrapper {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .phone-number {
    display: inline-block;
    pointer-events: none;
  }

  .container {
    padding-top: 64px;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 7.5);
  }

  body {
    font-size: 0.28rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .md {
    display: none !important;
  }
}
.common-navigation {
  font-weight: 700;
}
.common-navigation li {
  width: -webkit-max-content;
  width: max-content;
  position: relative;
}
.common-navigation li::after {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 98%;
  border-bottom: 1px solid transparent;
  bottom: -1px;
}
.common-navigation li:hover::after {
  border-color: #fff;
}
.common-navigation a {
  display: inline-block;
  color: #fff;
}
.common-navigation a::before {
  content: "●";
  color: #fff;
}

.common-sns {
  display: -ms-flexbox;
  display: flex;
}
.common-sns a {
  display: inline-block;
  overflow: hidden;
}

.external-link {
  position: relative;
}
.external-link::after {
  content: "";
  display: inline-block;
  background: url(../img/common/external_icn.svg) center/100% auto no-repeat;
  position: absolute;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.logo-image {
  display: block;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}

@media print, (min-width: 768px) {
  header {
    background-color: #1f5188;
    padding: 16px 0;
  }
  header .wrapper {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 970px;
  }
  header .logo {
    -ms-flex: 182px 0 0;
        flex: 182px 0 0;
    margin-right: 103px;
    transition: -ms-flex-preferred-size 0.25s ease;
    transition: flex-basis 0.25s ease;
  }
  header .header-navigation {
    margin-right: 20px;
  }

  .common-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-right: -20px;
    font-size: 16px;
    letter-spacing: 0.16em;
    transition: font-size 0.25s ease;
  }
  .common-navigation.is-column {
    -ms-flex-direction: column;
        flex-direction: column;
    letter-spacing: 0.25em;
  }
  .common-navigation.is-column li {
    margin: 6px;
  }
  .common-navigation li {
    margin: 5px 28px 5px 0;
  }

  .common-sns {
    -ms-flex: 72px 0 0;
        flex: 72px 0 0;
    margin: -5px;
  }
  .common-sns li {
    margin: 5px;
  }
  .common-sns a {
    border-radius: 5px;
  }
  .common-sns img {
    width: 26px;
  }

  .external-link {
    padding-right: 20px;
  }
  .external-link::after {
    width: 20px;
    height: 16px;
    top: 50%;
  }
}
@media print, (min-width: 768px) and (max-width: 1050px) {
  header .logo {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    margin-right: 40px;
  }
  header .common-navigation {
    font-size: 14px;
  }
  header .common-navigation li {
    margin-right: 20px;
  }
}
@media print, (min-width: 768px) and (max-width: 850px) {
  header .logo {
    margin-right: 20px;
  }
  header .common-navigation {
    font-size: 12px;
  }
  header .common-navigation li {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .wrapper {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #1f5188;
    padding: 2.66rem 1.5rem 2.18rem;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    z-index: 10;
  }
  header .button-menu,
  header .button-close {
    width: 1rem;
    height: 1rem;
    top: 0.4rem;
    right: 0.32rem;
    position: absolute;
    box-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.3);
  }
  header .button-close {
    background: url(../img/common/close_icn.svg) center/0.47rem auto no-repeat, #fff;
  }
  header .button-menu {
    background-color: #1f5188;
  }
  header .button-menu span {
    display: block;
    width: 0.45rem;
    height: 0.03rem;
    background: #fff;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  header .button-menu span:nth-child(1) {
    top: 0.31rem;
  }
  header .button-menu span:nth-child(2) {
    top: 0.49rem;
  }
  header .button-menu span:nth-child(3) {
    top: 0.67rem;
  }
  header .logo {
    margin-bottom: 1.13rem;
    text-align: center;
  }
  header .logo img {
    width: 4.13rem;
  }
  header .common-navigation .external-link::after {
    content: none;
  }

  .common-navigation {
    margin-bottom: 1.15rem;
    padding-left: 0.14rem;
    font-size: 0.4rem;
    letter-spacing: 0.25em;
  }
  .common-navigation li:not(:last-child) {
    margin-bottom: 0.85rem;
  }

  .common-sns {
    display: -ms-flexbox;
    display: flex;
    margin: -0.25rem;
    padding-left: 0.16rem;
  }
  .common-sns li {
    margin: 0.25rem;
  }
  .common-sns a {
    display: inline-block;
    overflow: hidden;
    border-radius: 0.05rem;
  }
  .common-sns img {
    width: 0.63rem;
  }

  .external-link {
    padding-right: 0.36rem;
  }
  .external-link::after {
    width: 0.25rem;
    height: 0.2rem;
    top: calc(50% + .01rem);
  }
}
footer {
  background-color: #1f5188;
}
footer .link-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .link-list a {
  color: #fff;
}
footer .copyright {
  display: block;
  color: #fff;
  letter-spacing: 0.25em;
  text-align: center;
}

@media print, (min-width: 768px) {
  footer {
    padding: 48px 0 28px;
  }
  footer .footer-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px;
    padding: 0 20px 0 161px;
    transition: padding 0.25s ease;
  }
  footer .footer-top .logo {
    margin-right: 78px;
    margin-top: 12px;
    transition: margin 0.25s ease;
  }
  footer .logo-image img {
    transition: width 0.25s ease;
  }
  footer .navigation-wrapper {
    padding-left: 74px;
    transition: padding 0.25s ease;
    position: relative;
  }
  footer .navigation-wrapper::before {
    content: "";
    display: block;
    border-left: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 5px;
  }
  footer .common-sns {
    margin: -7px -7px -7px 0;
  }
  footer .common-sns li {
    margin: 7px;
  }
  footer .footer-navigation {
    margin-bottom: 12px;
  }
  footer .footer-bottom {
    padding-right: 33px;
  }
  footer .link-list {
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 4px;
  }
  footer .link-list > li {
    margin: 10px 18px;
  }
  footer .link-list a {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  footer .copyright {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding: 0.98rem 0 0.94rem;
  }
  footer .footer-top {
    margin-bottom: 0.58rem;
  }
  footer .logo {
    text-align: center;
  }
  footer .logo img {
    width: 4.24rem;
  }
  footer .link-list {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0.38rem;
  }
  footer .link-list > li {
    margin: 0.01rem 0.2rem;
  }
  footer .link-list a {
    font-size: 0.2rem;
    letter-spacing: 0.16em;
  }
  footer .copyright {
    font-size: 0.2rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1000px) {
  footer .footer-top {
    padding-left: 16.1vw;
  }
  footer .footer-top .logo {
    margin-right: 7.8vw;
  }
  footer .logo-image img {
    width: 38.3vw;
  }
  footer .navigation-wrapper {
    padding-left: 7.4vw;
  }
}
@media print, (min-width: 768px) {
  .common-button {
    min-width: 200px;
    padding: 13px 20px 11px;
    border: 2px solid;
    border-radius: 10px;
    font-size: 26px;
    letter-spacing: 0.2em;
  }
  .is-mac .common-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-button {
    min-width: 2rem;
    min-height: 1.02rem;
    padding: 0.14rem 0.3rem;
    border: 0.04rem solid;
    border-radius: 0.13rem;
    font-size: 0.36rem;
    letter-spacing: 0.2em;
  }
  .is-android .common-button {
    padding-top: 0.13rem;
    padding-bottom: 0.15rem;
  }
}
.common-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background-color: #1f5188;
  border-color: #1f5188;
  transition: color 0.25s ease, background-color 0.25s ease;
  font-weight: 700;
  cursor: pointer;
}
.common-button.is-cancel {
  background-color: #999;
  border-color: #999;
}
.common-button:hover {
  color: #1f5188;
  background-color: #fff;
}
.common-button:hover.is-cancel {
  color: #999;
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  animation-name: fade-in-up;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fade-in;
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left {
  animation-name: fade-in-left;
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-right {
  animation-name: fade-in-right;
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  animation-name: fade-in-down;
}

.skv-animate {
  visibility: hidden;
}

.skv-passed {
  visibility: visible !important;
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* WOW
 * ----------------------------------------------- */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.section-animation-demo {
  padding: 60px 0;
}

.section-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 100px;
}

.list-animation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -50px 100px;
}
.list-animation li {
  position: relative;
  overflow: hidden;
  width: 500px;
  margin: 0 50px 100px;
}

.list-text {
  font-size: 18px;
}
.list-text li {
  margin-bottom: 50px;
}

.is-animate-photo {
  position: relative;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .is-animate-photo {
    padding-right: 1px;
  }
}
.animation-box {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.animation-box .content {
  animation-duration: 1s;
  display: inline-block;
}
.animation-box .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -ms-transform: translateX(-101%);
      transform: translateX(-101%);
  transition: all 0.3s ease 0s;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: forwards;
  background-color: #caa234;
}

.is-mask-left {
  content: "";
  background: #c5fff6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: all 0.3s ease 0s;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
@keyframes fade-visible {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.fade-visible {
  animation-name: fade-visible;
}
@keyframes fade-overlay-left {
  0% {
    transform-origin: left top;
    transform: translateX(-100%);
  }
  49% {
    transform-origin: left top;
    transform: translateX(0);
  }
  50% {
    transform-origin: right top;
    transform: translateX(0);
  }
  100% {
    transform-origin: right top;
    transform: translateX(100%);
  }
}
.fade-overlay-left {
  animation-name: fade-overlay-left;
}

.section-banner {
  position: relative;
  z-index: 1;
}
.section-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background-color: #fff;
}
.section-banner.animated .parallax-blue:before, .section-banner .section-banner.animated .parallax-yellow:before {
  left: 0;
}
.section-banner .parallax-blue {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 120%;
  height: 26.8em;
  top: 0;
  left: 0;
  -ms-transform: rotate(-7.4deg);
      transform: rotate(-7.4deg);
  margin: 0 -10%;
}
.section-banner .parallax-blue:before {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  background-color: #c5fff6;
  margin: 0 -10%;
  position: absolute;
  left: -140vw;
  transition: left 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.section-banner .parallax-blue .image {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  left: calc(50%);
  -ms-transform: translate(-50%, -50%) rotate(7.4deg);
      transform: translate(-50%, -50%) rotate(7.4deg);
}
.section-banner .parallax-blue img {
  width: 100%;
}
.section-banner .parallax-yellow {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 120%;
  height: 77%;
  top: 4vw;
  left: 0;
  -ms-transform: rotate(7.4deg);
      transform: rotate(7.4deg);
  margin: 0 -10%;
}
.section-banner .parallax-yellow:before {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  background-color: #48d4e1;
  margin: 0 -10%;
  position: absolute;
  left: -140vw;
  transition: left 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.section-animate-photo {
  margin-bottom: 100px;
}
.section-animate-photo .photo img {
  display: block;
  width: 100%;
}

.animate-mask {
  background: #0a0e24;
  left: -10px;
  position: absolute;
  top: -30px;
  width: calc(100% + 20px);
  height: calc(100% + 60px);
  transition: all 0.3s ease 0s;
  -ms-transform-origin: top right;
      transform-origin: top right;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: forwards;
  z-index: 4;
  visibility: visible !important;
}
@keyframes fade-mask-left {
  0% {
    transform-origin: top right;
    transform: translateX(0);
  }
  100% {
    transform-origin: top right;
    transform: translateX(110%);
  }
}
.fade-mask-left {
  animation-name: fade-mask-left;
}
@keyframes fade-zoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.fade-zoom {
  animation-name: fade-zoom;
}

.container {
  background-color: #f8f8f8;
}

header {
  transition: top 0.5s ease;
}

.section-top-keyvisual {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  transition: opacity 1s ease;
  overflow: hidden;
}
.section-top-keyvisual .wrapper {
  position: relative;
  text-align: center;
}
.section-top-keyvisual .keyvisual-title,
.section-top-keyvisual .keyvisual-description {
  font-weight: 700;
}
.section-top-keyvisual .keyvisual-title .is-red,
.section-top-keyvisual .keyvisual-description .is-red {
  color: #d2585e;
}
.section-top-keyvisual .keyvisual-title .is-blue,
.section-top-keyvisual .keyvisual-description .is-blue {
  color: #1f5188;
}
.section-top-keyvisual .zoom-image {
  position: absolute;
  -ms-transform: translateX(50vw);
      transform: translateX(50vw);
  transition: transform 0.6s ease-out;
}
.section-top-keyvisual .zoom-image .zoom-magnifying {
  position: relative;
  z-index: 1;
}
.section-top-keyvisual .zoom-image .zoom-content {
  display: block;
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.fixed-menu {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 5;
}
.fixed-menu a {
  display: block;
  transition: color 0.25s ease, background-color 0.25s ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.fixed-menu a.is-region {
  background-image: url(../img/common/icn_region.svg);
}
.fixed-menu a.is-size {
  background-image: url(../img/common/icn_size.svg);
}
.fixed-menu a.is-condition {
  background-image: url(../img/common/icn_condition.svg);
}
.fixed-menu a.is-train {
  background-image: url(../img/common/icn_train.svg);
}
.fixed-menu a:hover {
  color: #1f5188;
  background-color: #fff;
}
.fixed-menu a:hover.is-region {
  background-image: url(../img/common/icn_region_hover.svg);
}
.fixed-menu a:hover.is-size {
  background-image: url(../img/common/icn_size_hover.svg);
}
.fixed-menu a:hover.is-condition {
  background-image: url(../img/common/icn_condition_hover.svg);
}
.fixed-menu a:hover.is-train {
  background-image: url(../img/common/icn_train_hover.svg);
}

@media print, (min-width: 768px) {
  header {
    top: -100px;
  }

  .section-top-keyvisual {
    height: calc(100vh - 64px);
    min-height: 456px;
  }
  .section-top-keyvisual .wrapper {
    width: 960px;
    height: 100%;
    padding: 20px 0;
  }
  .section-top-keyvisual .image-wrapper,
  .section-top-keyvisual .keyvisual-image {
    height: 100%;
  }
  .section-top-keyvisual .keyvisual-image {
    width: auto;
    object-fit: contain;
  }
  .section-top-keyvisual .keyvisual-title {
    margin: 0 38px 14px;
    padding: 14px 0 12px;
    border-top: 4px solid #1f5188;
    border-bottom: 4px solid #1f5188;
    font-size: 30px;
    letter-spacing: 0.08em;
  }
  .section-top-keyvisual .keyvisual-description {
    font-size: 14px;
    letter-spacing: 0.12em;
  }
  .section-top-keyvisual .image-wrapper {
    width: -webkit-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .section-top-keyvisual .zoom-image {
    width: 36%;
    height: 60%;
    top: 10%;
    left: 77%;
  }
  .section-top-keyvisual .zoom-image .zoom-magnifying,
  .section-top-keyvisual .zoom-image .zoom-content {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .section-top-keyvisual .zoom-image .zoom-content {
    top: 0;
  }

  .fixed-menu {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: -8px 0;
    bottom: 50px;
    right: -230px;
    transition: right 0.5s ease, bottom 0.25s ease;
  }
  .fixed-menu > li {
    margin: 8px 0;
  }
  .fixed-menu a {
    min-width: 206px;
    padding: 102px 41px 15px;
    background: #1f5188 top 24px center/90px auto no-repeat;
    box-shadow: -9px 11px 15px rgba(0, 0, 0, 0.3);
    border: 3px solid #1f5188;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    font-size: 20px;
    letter-spacing: 0.2em;
    overflow: hidden;
  }
  .fixed-menu a.is-region {
    background-position: top 15px center;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    top: -2rem;
  }

  figure img {
    width: 100%;
  }

  .section-top-keyvisual {
    min-height: 6.6rem;
    padding: 1.46rem 0 0.6rem;
  }
  .section-top-keyvisual .image-wrapper {
    width: -webkit-max-content;
    width: max-content;
    margin: 0 auto;
    position: relative;
  }
  .section-top-keyvisual .keyvisual-image {
    width: auto;
    min-height: 3rem;
    max-height: 7.56rem;
    margin-bottom: 0.26rem;
  }
  .section-top-keyvisual .keyvisual-title {
    margin-bottom: 0.09rem;
    font-size: 0.45rem;
    letter-spacing: 0.12em;
    -webkit-text-stroke: 0.01rem #d2585e;
  }
  .section-top-keyvisual .keyvisual-description {
    color: #1f5188;
    font-size: 0.22rem;
    line-height: calc(34 / 22);
    letter-spacing: 0.1em;
  }
  .section-top-keyvisual .zoom-image {
    width: calc((100% * 239) / 532);
    right: -17%;
    bottom: 0.42rem;
  }
  .section-top-keyvisual .zoom-image .zoom-content {
    width: 57.74%;
    left: 11.3%;
    top: 9%;
  }

  .fixed-menu {
    width: 100%;
    bottom: -2.5rem;
    transition: bottom 0.5s ease;
    box-shadow: 0 -0.1rem 0.08rem rgba(0, 0, 0, 0.2);
  }
  .fixed-menu > li {
    width: 50%;
  }
  .fixed-menu a {
    min-height: 2.08rem;
    padding: 1.47rem 0.15rem 0.1rem;
    background: #1f5188 top 0.34rem center/1.14rem auto no-repeat;
    font-size: 0.26rem;
    letter-spacing: 0.25em;
    position: relative;
  }
  .fixed-menu a.is-region {
    background-position: top 0.27rem center;
  }
  .fixed-menu a::after {
    content: "";
    height: calc(100% - .33rem);
    border-right: 0.04rem solid #fff;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    right: -0.04rem;
    z-index: 1;
  }

  footer {
    padding-bottom: 3.02rem;
  }
}
.section-top-reason {
  background-color: #fff;
}
.section-top-reason .title-wrapper {
  text-align: center;
}
.section-top-reason .reason-title {
  font-weight: 700;
  color: #1f5188;
}
.section-top-reason .reason-title span {
  position: relative;
}
.section-top-reason .reason-title span::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.section-top-reason .reason-item {
  display: -ms-flexbox;
  display: flex;
}
.section-top-reason .reason-item.is-reverted .title {
  font-feature-settings: "palt";
}
.section-top-reason .reason-image {
  position: relative;
}
.section-top-reason .content-wrapper .title,
.section-top-reason .content-wrapper .content {
  font-weight: 700;
}
.section-top-reason .title {
  color: #fff;
  position: relative;
}
.section-top-reason .title::before {
  content: "";
  display: block;
}
.section-top-reason .title > span {
  display: inline-block;
  position: relative;
}
.section-top-reason .title .is-underlined {
  display: inline-block;
  position: relative;
}
.section-top-reason .title .is-underlined::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
.section-top-reason .reason-cases {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.section-top-reason .reason-cases::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top: 0;
  z-index: 2;
}
.section-top-reason .case-title {
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-top-reason .case-list {
  transition: padding 0.25s ease;
  background-color: #efefef;
  position: relative;
}
.section-top-reason .case-list::before, .section-top-reason .case-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-style: solid;
}
.section-top-reason .case-list::before {
  border-color: transparent transparent #fff #fff;
  left: 0;
}
.section-top-reason .case-list::after {
  border-color: transparent #fff #fff transparent;
  right: 0;
}
.section-top-reason .case-item {
  position: relative;
}
.section-top-reason .case-item::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.section-top-reason .case-item .case-text {
  color: #fff;
  background: #1f5188;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media print, (min-width: 768px) {
  .section-top-reason {
    padding-bottom: 140px;
  }
  .section-top-reason .title-wrapper {
    min-height: 120px;
    margin-bottom: 117px;
    padding: 30px 0 33px;
    background: url(../img/top/stripe_bg.png) center/14px auto, #999;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  }
  .section-top-reason .reason-title {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 30px;
    letter-spacing: 0.13em;
  }
  .section-top-reason .reason-title span::after {
    border-bottom: 4px solid #d2585e;
    bottom: -13px;
  }
  .section-top-reason .reason-list {
    margin-bottom: 33px;
    padding: 0 22px;
  }
  .section-top-reason .reason-image.is-align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .section-top-reason .content-wrapper {
    -ms-flex: 460px 0 0;
        flex: 460px 0 0;
  }
  .section-top-reason .content-wrapper .title,
  .section-top-reason .content-wrapper .content {
    letter-spacing: 0.16em;
  }
  .section-top-reason .content-wrapper .is-underlined {
    margin-bottom: 11px;
  }
  .section-top-reason .content-wrapper .is-underlined::after {
    width: calc(100% - 10px);
    left: 3px;
    border-bottom: 4px solid #d2585e;
  }
  .section-top-reason .content-wrapper .title {
    font-size: 30px;
    line-height: calc(50 / 30);
    letter-spacing: 0.25em;
  }
  .section-top-reason .content-wrapper .title::before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .section-top-reason .content-wrapper .content {
    font-size: 18px;
    line-height: calc(38 / 18);
  }
  .section-top-reason .reason-cases {
    width: 960px;
  }
  .section-top-reason .reason-cases::before {
    height: 110px;
    background: url(../img/top/case_bg.png) center/auto 100%;
  }
  .section-top-reason .case-title {
    min-height: 182px;
    padding: 100px 40px 20px;
    background: url(../img/top/stripe_bg_02.png) top left/auto, #8197b8;
    font-size: 30px;
    letter-spacing: 0.25em;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
  }
  .section-top-reason .case-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 38px 43px 68px;
  }
  .section-top-reason .case-list::before, .section-top-reason .case-list::after {
    border-width: 27px;
  }
  .section-top-reason .case-item {
    margin: 24px 25px;
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.4);
  }
  .section-top-reason .case-item:not(.is-full) {
    width: calc(50% - 50px);
  }
  .section-top-reason .case-item .is-full {
    width: 100%;
  }
  .section-top-reason .case-item::after {
    border: 2px solid #1f5188;
    bottom: 42px;
  }
  .section-top-reason .case-item .case-text {
    min-height: 44px;
    padding: 12px 20px 8px;
    letter-spacing: 0.25em;
  }
  .section-top-reason .case-item .case-image {
    margin-bottom: -45px;
  }

  .reason-item:not(.is-reverted) .content-wrapper {
    margin-right: 40px;
  }
  .reason-item:not(.is-reverted) .title {
    margin-bottom: 33px;
  }
  .reason-item:not(.is-reverted) .title::before {
    width: 588px;
    height: calc(100% + 103px);
    background: url(../img/top/talk_bubble_01.png) center/contain no-repeat;
    left: -20px;
  }
  .reason-item:not(.is-reverted) .title > span {
    padding: 0 30px 30px 54px;
    bottom: 3px;
  }
  .reason-item:not(.is-reverted) .reason-image {
    left: 54px;
    bottom: 7px;
  }
  .reason-item.is-reverted .reason-image {
    -ms-flex-order: -1;
        order: -1;
    min-width: 498px;
    bottom: 67px;
    left: -13px;
  }
  .reason-item.is-reverted .title {
    margin-bottom: 36px;
  }
  .reason-item.is-reverted .title::before {
    width: 575px;
    height: calc(100% + 128px);
    background: url(../img/top/talk_bubble_02.png) center/contain no-repeat;
    right: -38px;
  }
  .reason-item.is-reverted .title > span {
    padding: 0 30px 28px 45px;
  }
  .reason-item:not(:last-child) {
    margin-bottom: 72px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-reason {
    padding: 0 0.1rem 1.2rem;
  }
  .section-top-reason .title-wrapper {
    min-height: 1.4rem;
    margin: 0 -0.1rem 1.15rem;
    padding: 0.35rem 0;
    background: url(../img/top/stripe_bg.png) center/0.14rem auto, #999;
    box-shadow: 0 0.07rem 0.1rem rgba(0, 0, 0, 0.3);
  }
  .is-android .section-top-reason .title-wrapper {
    padding: 0.32rem 0 0.38rem;
  }
  .section-top-reason .reason-title {
    padding: 0 0.4rem;
    font-size: 0.4rem;
    letter-spacing: 0.15em;
  }
  .section-top-reason .reason-title span::after {
    border-bottom: 0.06rem solid #d2585e;
    bottom: -0.09rem;
  }
  .section-top-reason .reason-list {
    margin-bottom: 0.25rem;
  }
  .section-top-reason .reason-list .content {
    font-size: 0.3rem;
    line-height: calc(52 / 30);
    letter-spacing: 0.16em;
  }
  .section-top-reason .reason-item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .section-top-reason .reason-item:not(.is-reverted) .title {
    margin-bottom: 0.95rem;
  }
  .section-top-reason .reason-item:not(.is-reverted) .title::before {
    width: 6.6rem;
    height: calc(100% + 2.4rem);
    background: url(../img/top/sp/talk_bubble_01.png) center/contain no-repeat;
    top: calc(50% + .4rem);
  }
  .section-top-reason .reason-item:not(.is-reverted) .reason-image {
    width: 5.44rem;
    left: 0.12rem;
  }
  .section-top-reason .reason-item.is-reverted .title {
    margin-bottom: 1.18rem;
  }
  .section-top-reason .reason-item.is-reverted .title::before {
    width: 6.6rem;
    height: calc(100% + 2.17rem);
    background: url(../img/top/sp/talk_bubble_02.png) center/contain no-repeat;
    top: calc(50% + .36rem);
  }
  .section-top-reason .reason-item.is-reverted .reason-image {
    width: 6.6rem;
    margin-bottom: 0.37rem;
    left: 0.18rem;
  }
  .section-top-reason .reason-item:not(:last-child) {
    margin-bottom: 1.32rem;
  }
  .section-top-reason .content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .section-top-reason .content-wrapper .is-underlined {
    margin-bottom: 0.15rem;
  }
  .section-top-reason .content-wrapper .is-underlined::after {
    width: calc(100% - .12rem);
    left: 0.05rem;
    border-bottom: 0.04rem solid #d2585e;
    bottom: -0.02rem;
  }
  .section-top-reason .title {
    font-size: 0.4rem;
    line-height: calc(64 / 40);
    text-align: center;
    letter-spacing: 0.18em;
    right: 0.08rem;
  }
  .section-top-reason .title::before {
    position: absolute;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: 0.2rem;
  }
  .section-top-reason .title > span {
    padding: 0 0.8rem 0.26rem 0.88rem;
  }
  .section-top-reason .reason-cases::before {
    height: 0.97rem;
    background: url(../img/top/sp/case_bg.png) center/auto 100%;
  }
  .section-top-reason .case-title {
    min-height: 2.68rem;
    padding: 1rem 0.6rem 0.4rem;
    background: url(../img/top/stripe_bg_02.png) top left/auto, #8197b8;
    box-shadow: 0 0.08rem 0.1rem rgba(0, 0, 0, 0.3);
    font-size: 0.4rem;
    line-height: calc(64 / 40);
    letter-spacing: 0.25em;
  }
  .is-android .section-top-reason .case-title {
    padding-top: 0.98rem;
    padding-bottom: 0.42rem;
  }
  .section-top-reason .case-list {
    padding: 0.33rem 0.24rem 0.21rem;
  }
  .section-top-reason .case-list::before, .section-top-reason .case-list::after {
    border-width: 0.24rem;
  }
  .section-top-reason .case-item {
    margin: 0.3rem 0.24rem 0.61rem;
    box-shadow: 0.07rem 0.07rem 0.05rem rgba(0, 0, 0, 0.4);
  }
  .section-top-reason .case-item::after {
    border: 0.02rem solid #1f5188;
    bottom: 0;
  }
  .section-top-reason .case-item .case-text {
    min-height: 0.56rem;
    padding: 0.09rem 0.3rem 0.11rem;
    font-size: 0.26rem;
    letter-spacing: 0.2em;
  }
  .section-top-reason .case-item .case-image {
    margin-bottom: -0.56rem;
  }
}
.section-top-flow {
  background-color: #efefef;
}
.section-top-flow .flow-list {
  counter-reset: count;
}
.section-top-flow .flow-item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.section-top-flow .flow-item:not(:first-child)::after {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/top/flow_item_bg.png) top center/100% auto no-repeat;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.section-top-flow .flow-item .step {
  display: -ms-inline-flexbox;
  display: inline-flex;
  counter-increment: count;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.section-top-flow .flow-item .step::after {
  content: counter(count);
  display: block;
}
.section-top-flow .flow-item:nth-child(odd) .step {
  background-color: #1f5188;
}
.section-top-flow .flow-item:nth-child(even) .step {
  background-color: #8197b8;
}
.section-top-flow .content-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
}
.section-top-flow .step-content {
  -ms-flex: 1;
      flex: 1;
  font-weight: 700;
}
.section-top-flow .step-content .step-title {
  color: #1f5188;
}

.common-section-title {
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
}
.common-section-title .is-japanese {
  display: block;
  position: relative;
  color: #fff;
}
.common-section-title .is-japanese::after {
  content: "";
  display: inline-block;
  background-color: #d2585e;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.common-section-title .is-english {
  color: #8197b8;
}

@media print, (min-width: 768px) {
  .section-top-flow {
    padding: 119px 0 120px;
  }
  .section-top-flow .wrapper {
    padding: 0 30px;
  }
  .section-top-flow .common-section-title {
    margin-bottom: 48px;
  }
  .section-top-flow .flow-list {
    width: 820px;
    max-width: 100%;
    margin: 0 auto;
    border: 3px solid #1f5188;
    box-shadow: 10px 0 10px -5px rgba(0, 0, 0, 0.08);
  }
  .section-top-flow .flow-item:not(:first-child)::after {
    height: 55px;
  }
  .is-chrome.is-mac .section-top-flow .flow-item {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .section-top-flow .flow-item .step {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: 173px 0 0;
        flex: 173px 0 0;
    padding-top: 12px;
    background: url(../img/top/stripe_bg_02.png) top left/auto;
    font-size: 18px;
    letter-spacing: 0.245em;
  }
  .is-chrome:not(.is-mac) .section-top-flow .flow-item .step {
    margin-left: -1px;
  }
  .section-top-flow .flow-item .step::after {
    font-size: 56px;
  }
  .section-top-flow .content-wrapper {
    padding: 33px 20px 35px;
  }
  .section-top-flow .step-image {
    -ms-flex: 120px 0 0;
        flex: 120px 0 0;
    margin-right: 28px;
    padding-left: 24px;
  }
  .section-top-flow .step-content .step-title {
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: 0.25em;
  }
  .section-top-flow .step-content .step-text {
    font-size: 18px;
    line-height: calc(32 / 18);
    letter-spacing: 0.18em;
  }

  .common-section-title {
    width: 520px;
    padding: 30px 60px 58px;
    background: url(../img/top/title_bg.png) top center/100% 100% no-repeat;
  }
  .common-section-title .is-japanese {
    margin-bottom: 13px;
    font-size: 30px;
    letter-spacing: 0.25em;
  }
  .common-section-title .is-japanese::after {
    width: 228px;
    height: 4px;
    bottom: -6px;
  }
  .common-section-title .is-english {
    font-size: 18px;
    letter-spacing: 0.25em;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-flow {
    padding: 1rem 0.1rem 1.2rem;
  }
  .section-top-flow .common-section-title {
    margin-bottom: 0.46rem;
  }
  .section-top-flow .flow-list {
    border: 0.02rem solid #1f5188;
    box-shadow: 0.02rem 0 0.1rem rgba(0, 0, 0, 0.2);
  }
  .section-top-flow .flow-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-top-flow .flow-item:not(:first-child)::after {
    height: 0.63rem;
    background-image: url(../img/top/sp/flow_item_bg.png);
  }
  .section-top-flow .flow-item:nth-child(1) .step-image {
    width: 1.07rem;
    left: 0.41rem;
  }
  .section-top-flow .flow-item:nth-child(4) .step-image {
    width: 0.88rem;
  }
  .section-top-flow .flow-item .step {
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    background: url(../img/top/stripe_bg_02.png) top left/0.14rem auto;
    font-size: 0.22rem;
    letter-spacing: 0.245em;
    padding: 0.1rem 0.47rem;
  }
  .section-top-flow .flow-item .step::after {
    font-size: 0.44rem;
    position: relative;
    bottom: 0;
    left: 0.11rem;
  }
  .is-android .section-top-flow .flow-item .step::after {
    bottom: 0.03rem;
  }
  .section-top-flow .content-wrapper {
    padding: 0.55rem 0.4rem 0.47rem 0.48rem;
  }
  .section-top-flow .step-image {
    width: 0.97rem;
    position: absolute;
    top: 1.13rem;
    left: 0.52rem;
  }
  .section-top-flow .step-image img {
    width: 100%;
  }
  .section-top-flow .step-content .step-title {
    margin-bottom: 0.2rem;
    padding-left: 1.31rem;
    font-size: 0.4rem;
    letter-spacing: 0.25em;
  }
  .section-top-flow .step-content .step-text {
    font-size: 0.3rem;
    line-height: calc(52 / 30);
    letter-spacing: 0.14em;
  }

  .common-section-title {
    width: 5.8rem;
    min-height: 2.46rem;
    padding: 0.53rem 0.5rem 0.56rem 0.56rem;
    background: url(../img/top/sp/title_bg.png) top center/100% 100% no-repeat;
  }
  .common-section-title .is-japanese {
    margin-bottom: 0.27rem;
    font-size: 0.4rem;
    letter-spacing: 0.25em;
  }
  .common-section-title .is-japanese::after {
    width: 2.87rem;
    height: 0.06rem;
    bottom: -0.16rem;
  }
  .common-section-title .is-english {
    font-size: 0.26rem;
    letter-spacing: 0.25em;
  }
}
.section-top-contact {
  background-color: #fff;
}
.section-top-contact .phone-box {
  max-width: 100%;
  margin: 0 auto;
  font-weight: 700;
}
.section-top-contact .number {
  display: inline-block;
  color: #1f5188;
}

.contact-form-wrapper .form-title {
  font-weight: 700;
  color: #1f5188;
  position: relative;
  text-align: center;
}
.contact-form-wrapper .form-title::after {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.contact-form-wrapper .form-title span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.contact-form {
  width: 100%;
  font-weight: 700;
}
.contact-form .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.contact-form .form-row.is-full > span {
  display: block;
}
.contact-form .form-row.is-align-start {
  -ms-flex-align: start;
      align-items: flex-start;
}
.contact-form .required-text {
  color: #fff;
  background-color: #1f5188;
  text-align: center;
  letter-spacing: 0.25em;
}
.contact-form .row-content {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form .row-content input,
.contact-form .row-content textarea {
  border: 1px solid #000;
  line-height: 1.5;
}
.contact-form .row-content input.is-gray,
.contact-form .row-content textarea.is-gray {
  background-color: #f8f8f8;
}
.contact-form .row-content input.is-error,
.contact-form .row-content textarea.is-error {
  background-color: #f7dbdb;
  border: 1px solid #ff0000;
}
.contact-form .form-error {
  display: block;
  color: #ff0000;
  font-size: 0.8em;
  letter-spacing: 0;
}
.contact-form .address-item .text {
  color: #aaa;
  position: relative;
}
.contact-form .address-content.is-multi-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.contact-form .address-content.is-multi-input::after {
  content: "";
  border: 1px solid #aaa;
  position: absolute;
}
.contact-form .acceptance {
  font-weight: 500;
}
.contact-form .acceptance label {
  cursor: pointer;
}
.contact-form .acceptance label:not(.acceptance-input-label) {
  display: inline;
}
.contact-form .acceptance-input-label {
  display: inline-block;
  border: 1px solid #dadada;
  position: relative;
}
.contact-form .acceptance-input-label::after {
  content: "";
  display: block;
  -ms-transform: rotate(55deg) skewX(20deg);
      transform: rotate(55deg) skewX(20deg);
  opacity: 0;
  transition: opacity 0.15s ease;
  position: absolute;
}
.contact-form .acceptance-link {
  color: #1f5188;
}

.form-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.form-bottom .acceptance-input {
  display: none;
}
.form-bottom .acceptance-input:checked + .acceptance-input-label::after {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .section-top-contact {
    padding: 140px 0 116px;
  }
  .section-top-contact .common-section-title {
    margin-bottom: 48px;
  }
  .section-top-contact .wrapper {
    padding: 0 30px;
  }
  .section-top-contact .phone-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    pointer-events: none;
    width: 820px;
    height: 144px;
    margin-bottom: 103px;
    padding: 14px 10px 10px 7px;
    background: url(../img/top/stripe_bg.png) center/14px auto, #999;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
  }
  .section-top-contact .phone-box .phone-text {
    font-size: 25px;
    letter-spacing: 0.2em;
  }
  .section-top-contact .phone-box .number {
    margin-left: 20px;
    padding: 14px 0 14px 75px;
    background: url(../img/top/icn_phone.svg) left 28px center/38px auto no-repeat;
    border-left: 2px solid #1f5188;
    font-size: 36px;
    letter-spacing: 0.17em;
  }

  .contact-form-wrapper {
    width: 820px;
    max-width: 100%;
    margin: 0 auto;
  }
  .contact-form-wrapper .form-title {
    margin-bottom: 66px;
    font-size: 25px;
    letter-spacing: 0.16em;
  }
  .contact-form-wrapper .form-title::after {
    width: 100%;
    border-bottom: 3px solid #1f5188;
    bottom: 17px;
  }
  .contact-form-wrapper .form-title span {
    padding: 0 20px;
  }

  .contact-form small {
    font-size: 12px;
  }
  .contact-form .form-row {
    padding: 20px 0 18px;
    border-top: 2px solid #7f7f7f;
  }
  .contact-form .form-row.is-full {
    padding: 26px 0;
  }
  .contact-form .form-row.is-full .form-text {
    -ms-flex: unset;
        flex: unset;
  }
  .contact-form .form-row.is-full textarea {
    width: 820px;
    height: 186px;
  }
  .contact-form .form-row.is-full > span {
    margin-bottom: 23px;
  }
  .contact-form .form-row.is-align-start .form-text {
    -ms-flex-preferred-size: 170px;
        flex-basis: 170px;
  }
  .contact-form .form-text {
    -ms-flex: 212px 0 0;
        flex: 212px 0 0;
    margin-right: 10px;
    letter-spacing: 0.2em;
  }
  .contact-form .required-text {
    -ms-flex: 47px 0 0;
        flex: 47px 0 0;
    height: 19px;
    margin-right: 20px;
    padding: 1px 0 2px 3px;
    font-size: 12px;
  }
  .contact-form .row-content input,
  .contact-form .row-content textarea {
    padding: 10px 18px;
    border-radius: 5px;
  }
  .contact-form .row-content input {
    width: 334px;
    height: 32px;
    padding: 5px 15px;
  }
  .contact-form .form-error {
    width: 334px;
    margin-top: 5px;
  }
  .contact-form .form-row.is-full .form-error,
  .contact-form .form-bottom .form-error {
    width: 100%;
  }
  .contact-form .address-list {
    margin-bottom: -20px;
  }
  .contact-form .address-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-bottom: 20px;
  }
  .contact-form .address-item .text {
    -ms-flex: 1;
        flex: 1;
    margin-right: 20px;
    letter-spacing: 0.2em;
    text-align: right;
    top: 1px;
  }
  .contact-form .address-content.is-multi-input {
    position: relative;
  }
  .contact-form .address-content.is-multi-input::before {
    content: "〒";
    color: #aaa;
    position: absolute;
    left: -4px;
    top: 6px;
  }
  .is-safari .contact-form .address-content.is-multi-input::before {
    top: 7px;
  }
  .contact-form .address-content.is-multi-input::after {
    left: 175px;
    width: 10px;
  }
  .contact-form .address-content.is-multi-input input {
    width: 140px;
    margin-left: 26px;
  }
  .contact-form .form-bottom {
    padding: 34px 0;
  }
  .contact-form .form-bottom .acceptance {
    margin-bottom: 62px;
    letter-spacing: 0.2em;
  }
  .contact-form .form-bottom .acceptance-input-label {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border-radius: 4px;
    bottom: 2px;
  }
  .contact-form .form-bottom .acceptance-input-label::after {
    width: 11px;
    height: 17px;
    border-bottom: 2px solid #1f5188;
    border-right: 2px solid #1f5188;
    top: -7px;
    left: 5px;
  }
  .contact-form .form-bottom .common-button {
    width: 450px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-contact {
    padding: 1rem 0 1.4rem;
  }
  .section-top-contact .common-section-title {
    margin-bottom: 0.45rem;
  }
  .section-top-contact .phone-box {
    display: block;
    width: 6.1rem;
    height: 2rem;
    margin-bottom: 1.2rem;
    padding: 0.44rem 0.42rem 0.2rem 0.83rem;
    background: url(../img/top/stripe_bg.png) left 0.08rem center/0.14rem auto, #999;
    border-radius: 0.17rem;
  }
  .section-top-contact .phone-box .phone-text {
    font-size: 0.34rem;
    letter-spacing: 0.2em;
  }
  .section-top-contact .phone-box .number {
    margin-left: -0.07rem;
    padding: 0.14rem 0 0.14rem 0.56rem;
    background: url(../img/top/icn_phone.svg) left center/0.47rem auto no-repeat;
    font-size: 0.46rem;
    letter-spacing: 0.1em;
  }
  .is-android .section-top-contact .phone-box .number {
    letter-spacing: 0.18em;
  }

  .contact-form-wrapper {
    padding: 0 0.1rem;
  }
  .contact-form-wrapper .form-title {
    margin-bottom: 0.77rem;
    font-size: 0.34rem;
    letter-spacing: 0.2em;
  }
  .contact-form-wrapper .form-title::after {
    width: 100%;
    border-bottom: 0.02rem solid #1f5188;
    bottom: 0.25rem;
  }
  .contact-form-wrapper .form-title span {
    padding-left: 0.12rem;
  }

  .contact-form small {
    font-size: 0.22rem;
    font-weight: 500;
  }
  .contact-form .form-row {
    padding: 0.19rem 0.2rem 0.38rem;
    border-top: 0.02rem solid #7f7f7f;
  }
  .contact-form .form-row.is-full .row-content {
    margin-top: 0.29rem;
  }
  .contact-form .form-row.is-full .form-text {
    letter-spacing: 0.15em;
  }
  .contact-form .form-row.is-align-start {
    padding-top: 0.25rem;
    padding-bottom: 0.55rem;
  }
  .contact-form .form-row.is-align-start .row-content {
    display: block;
    margin-top: 0.32rem;
  }
  .contact-form .form-text {
    margin-right: 0.27rem;
    letter-spacing: 0.25em;
  }
  .contact-form .required-text {
    height: 0.27rem;
    padding: 0.02rem 0.11rem;
    font-size: 0.17rem;
  }
  .contact-form .row-content {
    min-width: 100%;
    margin-top: 0.16rem;
  }
  .contact-form .row-content input,
  .contact-form .row-content textarea {
    width: 100%;
    border-radius: 0.05rem;
  }
  .contact-form .row-content input {
    height: 0.8rem;
    padding: 0.05rem 0.2rem;
  }
  .contact-form .row-content textarea {
    height: 2.74rem;
    padding: 0.1rem 0.2rem;
  }
  .contact-form .address-list {
    margin-bottom: -0.25rem;
  }
  .contact-form .address-item {
    margin-bottom: 0.26rem;
  }
  .contact-form .address-item .text {
    display: block;
    margin-bottom: 0.14rem;
    font-weight: 500;
    letter-spacing: 0.25em;
  }
  .contact-form .form-error {
    width: 100%;
    margin-top: 0.08rem;
  }
  .contact-form .address-content.is-multi-input::after {
    left: 2.02rem;
    width: 0.18rem;
    border-color: #576a65;
    background-color: #576a65;
  }
  .contact-form .address-content.is-multi-input input {
    width: 1.9rem;
    margin-right: 0.45rem;
  }
  .contact-form .form-bottom {
    padding: 0.14rem 0;
  }
  .contact-form .form-bottom .acceptance {
    margin-bottom: 0.66rem;
    margin-left: 0.2rem;
    padding-left: 0.73rem;
    position: relative;
    letter-spacing: 0.2em;
  }
  .contact-form .form-bottom .acceptance-input-label {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.05rem;
    border-radius: 0.1rem;
    border-width: 0.018rem;
    position: absolute;
    top: 0.05rem;
    left: 0;
  }
  .contact-form .form-bottom .acceptance-input-label::after {
    width: 0.26rem;
    height: 0.4rem;
    border-bottom: 0.04rem solid #1f5188;
    border-right: 0.04rem solid #1f5188;
    top: -0.15rem;
    left: 0.13rem;
  }
  .contact-form .form-bottom .common-button {
    width: 6.1rem;
  }
}
@media print, (min-width: 1440px) and (max-width: 1580px) {
  .is-mac.is-chrome .fixed-menu a {
    min-width: unset;
    padding: 5.42vw 1.91vw 0.65vw;
    background-size: 3.9vw auto;
    background-position: top 1.3vw center !important;
    font-size: 1.105vw;
  }
}
@media print, (min-width: 768px) and (max-width: 1440px) {
  .fixed-menu a {
    min-width: unset;
    padding: 4.42vw 0.91vw 0.65vw;
    background-size: 3.9vw auto;
    background-position: top 1.3vw center !important;
    font-size: 1.105vw;
  }

  .section-top-keyvisual .wrapper {
    width: 900px;
    padding: 40px 7vw;
  }
  .section-top-keyvisual .keyvisual-title {
    font-size: 2.9vw;
  }
  .section-top-keyvisual .keyvisual-description {
    font-size: 1.4vw;
  }
}
@media print, (min-width: 768px) and (max-width: 1100px) {
  .section-top-reason .content-wrapper {
    -ms-flex-preferred-size: 430px;
        flex-basis: 430px;
  }
}
@media print, (min-width: 768px) and (max-width: 1050px) {
  .section-top-reason .case-list {
    padding-right: 8.4vw;
    padding-left: 8.4vw;
  }
  .section-top-reason .content-wrapper {
    -ms-flex-preferred-size: 43vw;
        flex-basis: 43vw;
  }
  .section-top-reason .content-wrapper .title {
    font-size: 2.8vw;
  }
  .section-top-reason .content-wrapper .title::before {
    width: 56vw !important;
  }
  .section-top-reason .content-wrapper .content {
    font-size: 1.8vw;
  }
  .section-top-reason .reason-cases {
    width: 92vw;
  }
  .section-top-reason .reason-list {
    margin-right: 20px;
    margin-left: 15px;
  }
  .section-top-reason .reason-item:not(.is-reverted) .reason-image {
    min-width: 40vw;
    left: 0;
  }
  .section-top-reason .reason-item.is-reverted .reason-image {
    min-width: 45vw;
  }

  .contact-form .form-row.is-full textarea {
    width: 90vw;
    max-width: 820px;
  }

  .section-top-contact .phone-box .phone-text {
    font-size: 2.5vw;
  }
  .section-top-contact .phone-box .number {
    font-size: 3.6vw;
  }
}
@media only screen and (max-width: 374px) {
  .section-top-reason .case-item .case-text {
    padding: 0.11rem 0.3rem 0.09rem;
  }

  .contact-form .required-text {
    padding: 0.035rem 0.11rem 0.005rem;
  }
}
@media only screen and (orientation: portrait) {
  .is-ipad .section-top-keyvisual {
    padding-bottom: 150px;
  }
  .is-ipad .section-top-keyvisual .wrapper {
    width: 900px;
    padding: 40px 7vw;
  }
  .is-ipad .fixed-menu {
    -ms-transform: scale(1.5);
        transform: scale(1.5);
    -ms-transform-origin: right bottom;
        transform-origin: right bottom;
  }
  .is-ipad .fixed-menu a {
    min-width: unset;
    padding: 4.42vw 0.91vw 0.65vw;
    background-size: 3.9vw auto;
    background-position: top 1.3vw center !important;
    font-size: 1.105vw;
  }
}
@media only screen and (orientation: landscape) {
  .is-ipad .fixed-menu a {
    min-width: 160px;
    padding: 90px 25px 15px;
    background-size: 80px auto;
    background-position: top 1.3vw center !important;
    font-size: 1.105vw;
  }
  .is-ipad .section-top-keyvisual {
    padding-bottom: 30px;
  }
  .is-ipad .section-top-keyvisual .wrapper {
    width: 900px;
    padding: 20px 7.5vw;
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  .section-top-keyvisual {
    min-height: 5.5rem;
    padding: 0.5rem 0 0.6rem;
  }

  .fixed-menu a {
    min-height: 0;
    padding: 0.65rem 0.15rem 0.1rem;
    background-position: top 0.15rem center;
    background-size: 0.55rem auto;
    font-size: 0.15rem;
  }
  .fixed-menu a.is-region {
    background-position: top 0.12rem center;
  }
}

/*# sourceMappingURL=top.css.map */