/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  scroll-behavior: smooth;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*********************************************************************

                        Base Style

**********************************************************************/
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ttl-anime {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ttl-anime {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

:root {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html {
  box-sizing: border-box;
  color: #333;
  font-size: 62.5%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
html.is-menuOpen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

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

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.8;
  color: #333;
  font-size: calc(1.4rem + (1vw - 0.375rem) * 0.3241);
}
@media (min-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}

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

a {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
  }
}

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

button {
  background: transparent;
  border: none;
}

.br::before, .sp-br::before {
  content: "\a";
  white-space: pre;
}
@media (min-width: 960px) {
  .br::before .sp-br::before, .sp-br::before .sp-br::before {
    display: none;
  }
}

address {
  font-style: normal;
}

[v-cloak] {
  display: none;
}

textarea {
  resize: none;
}

label, button {
  cursor: pointer;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 5% 5%;
  transition: padding 0.7s, opacity 0.7s;
  opacity: 0;
}
header.is-load {
  opacity: 1;
  padding: 5%;
}
@media (min-width: 1200px) {
  header {
    width: calc(100vw - 75%);
    flex-direction: column;
    padding: 7% 0;
  }
  header.is-load {
    padding: 5% 0;
  }
}
header h1 {
  position: relative;
  z-index: 100;
  width: 220px;
}

.is-fixed header {
  position: fixed;
  z-index: 15;
}

.header__nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  transition: opacity 0.4s, visibility 0.4s;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.header__nav.is-show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  .header__nav {
    opacity: 1;
    visibility: visible;
    position: static;
    width: auto;
    height: auto;
  }
}

.header__navBg {
  position: fixed;
  right: 5%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 10;
  transform: translateX(0) scale(1);
  will-change: transform;
  background-color: #006AB8;
  transition: border-radius 0.3s, transform 0.3s;
}
.header__navBg.is-show {
  transform: translateX(5%) scale(100);
  border-radius: 0;
}
@media (min-width: 1200px) {
  .header__navBg {
    display: none;
  }
}

.header__list {
  margin-top: 7em;
  padding: 5%;
}
@media (min-width: 1200px) {
  .header__list {
    margin-top: 1.5em;
    padding: 0;
  }
}
.header__list li {
  color: #fff;
  height: 50px;
  font-weight: 700;
}
.header__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .header__list li a {
    color: #333;
    transition: color 0.2s;
  }
  .header__list li a.is-current {
    color: #006AB8;
  }
  .header__list li a:hover {
    color: #006AB8;
  }
}

.header_contact {
  margin-top: 3.5em !important;
  text-align: center;
}
@media (min-width: 1200px) {
  .header_contact {
    margin-top: 2em !important;
  }
}
@media (min-width: 1200px) {
  .header_contact > .btn-wrapper {
    flex-direction: column;
    color: #333;
  }
}
.header_contact > .btn-wrapper > li {
  height: auto;
}
@media (min-width: 1200px) {
  .header_contact > .btn-wrapper > li {
    padding: 0;
  }
}
.header_contact .mail_btn {
  background-color: #fff;
  color: #006AB8;
}
@media (min-width: 1200px) {
  .header_contact .mail_btn {
    color: #fff;
    background-color: #006AB8;
    border: 1px solid #006AB8;
  }
  .header_contact .mail_btn:hover {
    color: #006AB8;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .header_contact .contact_tel {
    color: black;
  }
}
.header_contact .mail_subttl, .header_contact .tel_subttl {
  padding-bottom: 0.7em;
}
@media (min-width: 1200px) {
  .header_contact .mail_subttl, .header_contact .tel_subttl {
    color: #333;
  }
}
.header_contact .mail_subttl svg, .header_contact .tel_subttl svg {
  display: block;
  margin: 0 auto 0.8em;
  width: 1.3em;
  height: 1.3em;
  fill: #fff;
}
@media (min-width: 1200px) {
  .header_contact .mail_subttl svg, .header_contact .tel_subttl svg {
    fill: #006AB8;
  }
}

.error__bg {
  text-align: center;
  background: #f5f5f5;
  padding: 2em 1em;
}
@media (min-width: 960px) {
  .error__bg {
    padding: 3em 2em;
  }
}

.error__txt {
  margin-bottom: 2em;
}

.breadcrumb {
  padding: 2em 5% 4em;
}

.breadcrumb__list {
  display: flex;
  justify-content: flex-end;
  font-size: 0.85em;
}
.breadcrumb__list li + li::before {
  content: "-";
  margin: 0 1em;
  color: #333;
}
.breadcrumb__list li:last-of-type {
  color: #006AB8;
}

.btn__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
}

.btn {
  text-align: center;
  letter-spacing: 1.5px;
  border-radius: 1px;
  position: relative;
  line-height: 1;
  margin: 1em;
  display: inline-block;
  padding: 0 1.5em;
}
.btn::after {
  content: "";
  position: relative;
  right: 1em;
}

.btn--normal {
  height: 50px;
  line-height: 50px;
  background-color: #006AB8;
  color: #fff;
  border: 1px solid #006AB8;
  min-width: 200px;
}
@media (min-width: 960px) {
  .btn--normal {
    transition: background-color 0.3s, color 0.3s;
  }
  .btn--normal:hover {
    background-color: transparent;
    color: #006AB8;
  }
}

.news_list {
  max-width: 768px;
  margin: 0 auto 3em;
  opacity: 0;
}
.news_list.is-inview {
  animation: fadeIn 0.7s forwards 0s;
}

.news_item {
  padding: 1.5em 1em;
  position: relative;
  line-height: 1;
}
@media (min-width: 768px) {
  .news_item {
    display: flex;
  }
}
@media (min-width: 960px) {
  .news_item {
    transition: transform 0.3s, color 0.1s;
  }
  .news_item:hover {
    transform: translateX(1.2em);
  }
  .news_item:hover .news_ttl {
    color: #006AB8;
  }
}

.news_date {
  font-size: 0.85em;
  color: #707070;
}

.news_cat {
  font-size: 0.85em;
  margin: 0 1.5em;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}
@media (min-width: 768px) {
  .news_cat {
    margin: 0 2.5em;
  }
}

.news_ttl {
  font-weight: 500;
  margin-top: 0.8em;
}
.news_ttl::after {
  content: "";
  display: inline-block;
  border-color: #006AB8;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 0.7em;
  width: 0.7em;
  transform: rotate(-45deg);
  position: absolute;
  right: 1em;
}
@media (min-width: 768px) {
  .news_ttl {
    margin-top: 0;
  }
}

.single_ttl {
  margin: 1em 0 3em;
  font-size: 1.2em;
}

.post_txt {
  padding-bottom: 6em;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 2em;
}

.content_ttl {
  position: relative;
  text-align: center;
  padding-bottom: 1.5em;
  letter-spacing: 1px;
  margin-bottom: 2em;
  opacity: 0;
}
.content_ttl.is-inview {
  animation: fadeIn 0.7s forwards 0s;
}

.subpage_ttl {
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 70%;
  height: 35%;
  position: absolute;
  bottom: -10px;
  right: 0;
  padding: 0 5%;
  border-top-left-radius: 1.5em;
}

@media (min-width: 960px) {
  .subpage_ttl {
    height: 32%;
    border-top-left-radius: 2em;
  }
  .subpage_ttl::after {
    width: 2em;
    height: 2em;
    left: -2em;
  }
}

.content_ttl .en, .subpage_ttl .en {
  font-size: calc(2.7rem + (1vw - 0.375rem) * 2.4311);
  font-weight: 700;
  font-family: "Viga", sans-serif;
  letter-spacing: 4px;
  line-height: 1.1;
  display: block;
  width: 100%;
}
@media (min-width: 960px) {
  .content_ttl .en, .subpage_ttl .en {
    font-size: 4.2rem;
  }
}
.content_ttl .ja, .subpage_ttl .ja {
  font-size: 0.9em;
  color: #006AB8;
}

.content_subttl {
  font-size: 1.2em;
  padding-bottom: 0.7em;
}
@media (min-width: 960px) {
  .content_subttl {
    padding-bottom: 1.2em;
  }
}

.sub_content_ttl {
  font-size: calc(2.4rem + (1vw - 0.375rem) * 0.9724);
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1.7em;
}
.sub_content_ttl span {
  display: inline-block;
  padding: 0 0.7em;
  position: relative;
  background: #fff;
  margin-bottom: 0.3em;
}
.sub_content_ttl span::after {
  content: "";
  width: 30%;
  height: 3px;
  background: #006AB8;
  display: block;
  margin: 0.5em auto 0;
}
@media (min-width: 960px) {
  .sub_content_ttl {
    font-size: 3rem;
  }
}

.sp-none {
  display: none;
}

@media (min-width: 960px) {
  .pnone {
    display: none;
  }

  .sp-none {
    display: initial;
  }
}
.top-fv {
  width: 90%;
  position: relative;
  margin: 0 0 4em auto;
}
@media (min-width: 1200px) {
  .top-fv {
    width: 75%;
    margin: 0 0 6em auto;
  }
}
.top-fv .img > * {
  border-bottom-left-radius: 2em;
  width: 100%;
  height: 65vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .top-fv .img > * {
    height: 85vh;
    border-bottom-left-radius: 4em;
  }
}

.top-fv__copy {
  position: absolute;
  bottom: 2em;
  right: 5%;
}
@media (min-width: 768px) {
  .top-fv__copy {
    bottom: 7%;
  }
}
.top-fv__copy .lg {
  font-size: calc(4.5rem + (1vw - 0.375rem) * 4);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 3px;
  padding-bottom: 0.5em;
  filter: drop-shadow(0px 1px 3px #d7d7d7);
  opacity: 0;
}
.top-fv__copy .lg.is-load {
  opacity: 1;
}
.top-fv__copy .lg.is-load > :nth-child(1) {
  animation: ttl-anime 1s 0.6s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(2) {
  animation: ttl-anime 1s 0.7s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(3) {
  animation: ttl-anime 1s 0.8s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(4) {
  animation: ttl-anime 1s 0.9s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(5) {
  animation: ttl-anime 1s 1s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(6) {
  animation: ttl-anime 1s 1.1s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(7) {
  animation: ttl-anime 1s 1.2s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(8) {
  animation: ttl-anime 1s 1.3s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(9) {
  animation: ttl-anime 1s 1.4s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(10) {
  animation: ttl-anime 1s 1.5s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(11) {
  animation: ttl-anime 1s 1.6s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(12) {
  animation: ttl-anime 1s 1.7s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(13) {
  animation: ttl-anime 1s 1.8s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(14) {
  animation: ttl-anime 1s 1.9s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(15) {
  animation: ttl-anime 1s 2s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(16) {
  animation: ttl-anime 1s 2.1s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(17) {
  animation: ttl-anime 1s 2.2s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(18) {
  animation: ttl-anime 1s 2.3s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(19) {
  animation: ttl-anime 1s 2.4s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(20) {
  animation: ttl-anime 1s 2.5s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(21) {
  animation: ttl-anime 1s 2.6s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(22) {
  animation: ttl-anime 1s 2.7s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(23) {
  animation: ttl-anime 1s 2.8s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(24) {
  animation: ttl-anime 1s 2.9s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(25) {
  animation: ttl-anime 1s 3s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(26) {
  animation: ttl-anime 1s 3.1s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(27) {
  animation: ttl-anime 1s 3.2s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(28) {
  animation: ttl-anime 1s 3.3s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(29) {
  animation: ttl-anime 1s 3.4s forwards;
}
.top-fv__copy .lg.is-load > :nth-child(30) {
  animation: ttl-anime 1s 3.5s forwards;
}
.top-fv__copy .lg span {
  opacity: 0;
  display: inline-block;
}
@media (min-width: 960px) {
  .top-fv__copy .lg {
    font-size: 7.8rem;
  }
}
.top-fv__copy .sm {
  opacity: 0;
  color: #fff;
  filter: drop-shadow(0px 1px 4px #d7d7d7);
}
.top-fv__copy .sm.is-load {
  animation: showIn 0.5s 3.6s forwards;
}

.sub-fv {
  width: 90%;
  position: relative;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .sub-fv {
    width: 75%;
  }
}

.sub-fv__img {
  border-bottom-left-radius: 1.5em;
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  position: relative;
  z-index: -1;
}
@media (min-width: 1200px) {
  .sub-fv__img {
    height: 65vh;
    border-bottom-left-radius: 2em;
  }
}

.header_hmbg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 5%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
          appearance: none;
}
@media (min-width: 1200px) {
  .header_hmbg {
    display: none;
  }
}
.header_hmbg > span {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #fff;
  position: relative;
}
.header_hmbg > span::before, .header_hmbg > span::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.3s;
}
.header_hmbg > span::before {
  top: -8px;
}
.header_hmbg > span::after {
  top: 8px;
}
.header_hmbg.is-show {
  position: fixed;
  right: 5%;
}
.header_hmbg.is-show > span {
  background: transparent;
}
.header_hmbg.is-show > span::before {
  transform: translateY(8px) rotate(-315deg);
}
.header_hmbg.is-show > span::after {
  transform: translateY(-8px) rotate(315deg);
}

@media (min-width: 960px) {
  .img-scale {
    overflow: hidden;
  }
}
@media (min-width: 960px) {
  .img-scale img {
    transition: transform 0.3s;
  }
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb4 {
  margin-bottom: 4em;
}

.mb5 {
  margin-bottom: 5em;
}

.mb6 {
  margin-bottom: 5em;
}

.mb7 {
  margin-bottom: 7em;
}

nav > .page-numbers {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}
nav > .page-numbers li .current {
  background: #006AB8;
  color: #fff;
  border-radius: 4px;
}
nav > .page-numbers a, nav > .page-numbers .current {
  margin: 0 7px;
  width: 35px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  font-size: 0.9em;
}
@media (min-width: 960px) {
  nav > .page-numbers a, nav > .page-numbers .current {
    width: 30px;
    height: 35px;
    line-height: 35px;
  }
}
@media (min-width: 960px) {
  nav > .page-numbers a {
    transition: background-color 0.2s;
  }
  nav > .page-numbers a:hover {
    background-color: #006AB8;
    color: #fff;
  }
}
nav > .page-numbers .prev, nav > .page-numbers .next {
  width: 4em;
  display: inline-block;
}

.pager {
  position: relative;
  margin: 0 auto;
  height: 50px;
}
.pager .pager__prev, .pager .pager__next, .pager .pager__list {
  position: absolute;
  height: 50px;
  line-height: 50px;
  font-size: 0.9em;
  letter-spacing: 1px;
  border: none;
  margin: 0;
  display: inline-block;
}
.pager .pager__prev a, .pager .pager__next a, .pager .pager__list a {
  display: block;
}
@media (min-width: 960px) {
  .pager .pager__prev:hover, .pager .pager__next:hover, .pager .pager__list:hover {
    color: #006AB8;
  }
}
.pager .pager__prev {
  width: 25%;
  left: 0;
}
.pager .pager__next {
  width: 25%;
  right: 0;
  text-align: right;
}
.pager .pager__list {
  width: 45%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.scrolltop-btn {
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
  background: #006AB8;
  position: sticky;
  z-index: 5;
  margin: 0 0 100px auto;
  display: block;
  bottom: 2%;
  right: 10px;
  transition: opacity 0.3s, visibility 0.3s;
}
.scrolltop-btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
}
.scrolltop-btn a::after {
  content: "";
  display: inline-block;
  border-color: #fff;
  border-style: solid;
  border-width: 0 3px 3px 0;
  height: 1.1em;
  width: 1.1em;
  transform: rotate(225deg);
}
.scrolltop-btn.is-show {
  opacity: 1;
  visibility: visible;
}

.outer {
  padding: 60px 0;
}
@media (min-width: 960px) {
  .outer {
    padding: 100px 0 130px;
  }
}

.container {
  position: relative;
  margin: 0 5%;
}
@media (min-width: 1200px) {
  .container {
    margin: 0 auto;
    width: 992px;
  }
}

.content__inner {
  padding: 4em 1em;
}
@media (min-width: 960px) {
  .content__inner {
    padding: 5em 2em;
  }
}

.btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 768px;
  margin: 0 auto;
}

.contact_ttl {
  color: #fff;
  opacity: 1;
  z-index: 1;
}
.contact_ttl .ja {
  content: "";
  color: #fff;
}

.content_subttl .i-mail, .content_subttl .i-tel {
  display: block;
  margin: 0 auto 0.8em;
  fill: #fff;
  width: 1.3em;
  height: 1.3em;
}

.contact_txt {
  text-align: center;
  max-width: 768px;
  margin: 0 auto 3em;
  position: relative;
  z-index: 1;
  color: #fff;
}

.contact_tel a {
  font-size: 1.8em;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 0.2em;
  display: inline-block;
}
.contact_tel span {
  font-weight: 400;
  display: block;
  font-feature-settings: "palt";
  font-size: 0.9em;
}

.mail_btn {
  height: 55px;
  line-height: 55px;
  padding: 0 2em;
  display: inline-block;
  font-size: 0.95em;
}
@media (min-width: 960px) {
  .mail_btn {
    transition: background-color 0.3s, color 0.3s;
  }
}

.common_contact {
  background: url("../img/topContact_bg.jpg") no-repeat 100%/cover;
  position: relative;
  z-index: 1;
}
.common_contact::before {
  content: "";
  background: inherit;
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  filter: blur(6px);
}
.common_contact::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  background: rgba(0, 106, 184, 0.6);
}
.common_contact .mail_btn {
  background-color: #fff;
  color: #006AB8;
  border: 1px solid #fff;
}
@media (min-width: 960px) {
  .common_contact .mail_btn:hover {
    color: #fff;
    background: transparent;
  }
}

footer {
  padding: 4em 0 3em;
  background: #444444;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9em;
}
footer .footer__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 4em;
}
footer .footer__img {
  width: 220px;
}
footer .address {
  display: flex;
  flex-direction: column;
}
footer .security__box {
	position: relative;
	background-color: #fff;
	margin: 10px auto;
	width: 190px;
	padding: 10px;
	border-radius: 100px;
}

footer .security__box img {
	display: block;
	width: 60px;
	margin: 0 auto;
}

footer .address .com_name {
  font-size: 1.2em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
}
footer .address .com_num {
  display: flex;
  flex-wrap: wrap;
}
footer .address .com_num dt {
  width: 15%;
}
footer .address .com_num dd {
  width: 85%;
}
footer .footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3em;
}
footer .footer__nav > li {
  margin: 0 1em;
}
footer .copyright {
  text-align: center;
}

.data_bg {
  background: #fff;
  position: relative;
}

.data_bg_b {
  background: #f0f9ff;
}

@media (min-width: 1200px) {
  .data_bg.is-first {
    margin-top: 100px;
  }
}
.container h3 {
  font-size: calc(2.4rem + (1vw - 0.375rem) * 0.9724);
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #006AB8;
  margin: 0 auto 0.7em;
  width: fit-content;
}

.container h3::after {
  content: "";
  background: #006AB8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  transition: transform 0.4s 0.6s;
  transform: scaleX(1);
  transform-origin: right;
}

.container h3.is-inview::after {
  transform: scaleX(0);
}

@media (min-width: 960px) {
.container h3 {
    font-size: 3rem;
  }
}

#info.data_bg {
  background: #f5f5f5;
  position: relative;
}

#info .container .info-txt {
	margin-bottom: 2em;
}

@media (min-width: 576px) {
  #info .container .info-txt {
    text-align: center;
  }
}

#info .container .info-txt a{
  text-decoration: underline;
}

#info .container .info-inner {
	background-color: #fff;
	padding: 2em 3em;
	border-radius: 10px;
	margin: 0 auto 30px;
	max-width: 800px;
}

#info .container .info-inner .ban_riplus {
	display: block;
	width: 90%;
	margin: 0 auto;
	max-width: 410px;
}

#info .container .info-inner .table {
  border-bottom: 1px solid #cccccc;
}

@media (min-width: 768px) {
  #info .container .info-inner .table {
    display: flex;
    flex-wrap: wrap;
  }
}

#info .container .info-inner .table dt {
  width: 100%;
  padding-top: 1em;
  color: #006AB8;
  font-weight: 700;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  #info .container .info-inner .table dt {
    text-indent: 1em;
    padding: 2em 0;
    width: 25%;
  }
}

#info .container .info-inner .table dd {
  width: 100%;
  padding: 0.5em 0 1em;
}

@media (min-width: 768px) {
  #info .container .info-inner .table dd {
    padding: 2em 0 2em 2em;
    width: 75%;
  }
}

#info .container .link-list{
  position: relative;
}

#info .container .link-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#info .container .link-list ul li{
  width: calc(50% - 5px);
}

@media (min-width: 768px) {
  #info .container .link-list ul li {
    width: calc(100%/3 - 7px);
  }
}

#info .container .link-list ul li a{
position: relative;
  display: block;
  background-color: #006ab8;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 6px;
  font-size: 0.9em;
}

#info .container .link-list ul li a::after {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	background: url("../img/icon_arrow_down.png") no-repeat 100%/cover;
	position: absolute;
	transform: translateY(-50%);
	right: 8px;
	z-index: 1;
	top: 50%;
}

.data_bg h4 {
  margin-bottom: 0.2em;
  font-size: calc(2.0rem + (1vw - 0.375rem) * 0.9724);
  font-weight: 700;
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #006AB8;
  line-height: 1.4em;
}

.data_bg h4::after {
  content: "";
  background: #006AB8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  transition: transform 0.4s 0.6s;
  transform: scaleX(1);
  transform-origin: right;
}

.data_bg h4.is-inview::after {
  transform: scaleX(0);
}

@media (min-width: 960px) {
  .data_bg h4 {
    font-size: 3rem;
  }
}

.data_bg .container .data_box {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 576px) {
  .data_bg .container .data_box {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .data_bg .container .data_box.is-odd {
    flex-direction: row-reverse;
  }
}

.data_bg .container .data_box .img {
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
  display: inline-block;
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s 0.3s;
}

.data_bg .container .data_box .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #006AB8;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.3s 0.6s;
}

.data_bg .container .data_box .img.is-inview {
  transform: scaleX(1);
}

.data_bg .container .data_box .img.is-inview::after {
  transform: scaleX(0);
}

@media (min-width: 576px) {
  .data_bg .container .data_box .img {
    width: 40%;
  }
}

@media (min-width: 576px) {
  .data_bg .container .data_box .data_inner {
    width: 55%;
  }
}

.data_bg .container .data_box .data_inner p a{
  color: #006ab8;
  text-decoration: underline;
}

#devices.data_bg {
	background: #f5f5f5;
}

#devices .devices-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media (min-width: 576px) {
  #devices .devices-list {
    gap: 30px 10px;
  }
}

#devices .devices-list li {
	width: calc(50% - 5px);
  opacity: 0;
}

@media (min-width: 576px) {
  #devices .devices-list li {
    width: calc(100% / 3 - 7px);
    opacity: 0;
  }
}

.devices-list li.is-inview {
  animation: fadeIn 0.7s 0.2s forwards;
}

#reasons{
  position: relative;
}

#reasons .ban_google{
  display: block;
  margin-bottom: 1em;
}

#reasons .txt{
  margin-bottom: 2em;
}

#business-travel{
  position: relative;
}

#business-travel .txt{
  margin-bottom: 2em;
}

@media (min-width: 576px) {
  #business-travel .txt{
    text-align: center;
  }
}

#business-travel .txt strong{
  font-size: 1.1em;
}

#features{
  position: relative;
}

#features.data_bg{
	background: #f5f5f5;
}

#features .achievements {
	background-color: #006ab8;
	border-radius: 10px;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin: 0 auto 1.5em;
	max-width: 480px;
	width: 100%;
}

#features .achievements em {
	position: relative;
	display: block;
	text-align: center;
	font-style: normal;
	font-size: 16px;
	width: fit-content;
	margin: 0 auto;
}

#features .achievements em::before, #features .achievements em::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 50%;
	height: 1px;
	background-color: #fff;
}

#features .achievements em::before {
	left: -90px;
	transform: translateY(-50%);
}

#features .achievements em::after {
  right: -90px;
  transform: translateY(-50%);
}

#features .achievements span {
	font-size: 1.8em;
	display: inline-block;
	line-height: 1.4em;
}

#features .txt .notes{
  color: #f00;
}

#backup{
  position: relative;
}

@media (min-width: 576px) {
  #backup h4 {
    display: block;
    width: fit-content;
    margin: 0 auto 1.5em;
    text-align: center;
  }
}

#backup .ban_group {
	display: block;
	width: 100%;
	max-width: 996px;
	margin: 0 auto 1em;
}

#backup .point{
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}

#backup h5 {
	background-color: #006ab8;
	color: #fff;
	font-weight: 700;
	padding: 0.2em 0.5em;
	margin-bottom: 0.5em;
}

#backup .txt{
  margin-bottom: 2em;
}

#backup .txt:last-of-type{
  margin-bottom: 0;
}

#privacy{
  position: relative;
}

#privacy.data_bg {
	background: #f5f5f5;
}

#privacy h4 {
	display: block;
	width: fit-content;
	margin: 0 auto 1.5em;
}

#privacy .get{
  display: block;
  font-weight: 700;
  margin-bottom: 1em;
}

@media (min-width: 576px) {
  #privacy .get{
    text-align: center;
  }
}

#privacy .ban_privacy {
	width: 80%;
	max-width: 472px;
	display: block;
	margin: 0 auto 2em;
}

#privacy em.color-blue {
	color: #006ab8;
	font-style: normal;
}

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