@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/* ==========================================================================
    Foundation
  ========================================================================== */
/*  animate
----------------------------------------------------------------- */
/*  animate
----------------------------------------------------------------- */
/* スクロールイベント対象用（スクロールイベントでクラス付与する場合は追加） */
.js-typing {
  border-bottom: 2px solid transparent;
  height: 0;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: typing 5s steps(10) 1s infinite, caret 0.5s steps(1) infinite;
          animation: typing 5s steps(10) 1s infinite, caret 0.5s steps(1) infinite;
}
@-webkit-keyframes typing {
  0% {
    height: 0;
  }
  20% {
    height: 0;
  }
  50% {
    height: 19ch;
  }
  80% {
    height: 19ch;
  }
  100% {
    height: 0;
  }
}
@keyframes typing {
  0% {
    height: 0;
  }
  20% {
    height: 0;
  }
  50% {
    height: 19ch;
  }
  80% {
    height: 19ch;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes caret {
  50% {
    border-bottom-color: currentColor;
  }
}
@keyframes caret {
  50% {
    border-bottom-color: currentColor;
  }
}
@media (max-width: 767px) {
  .js-typing {
    border-right: 2px solid transparent;
    height: auto;
    border-bottom: none;
    width: 0;
    margin: 0 auto;
    -webkit-animation: typing 5s steps(10) 1s infinite, caret 0.5s steps(1) infinite;
            animation: typing 5s steps(10) 1s infinite, caret 0.5s steps(1) infinite;
  }
  @-webkit-keyframes typing {
    0% {
      width: 0;
    }
    20% {
      width: 0;
    }
    50% {
      width: 11em;
    }
    80% {
      width: 11em;
    }
    100% {
      width: 0;
    }
  }
  @keyframes typing {
    0% {
      width: 0;
    }
    20% {
      width: 0;
    }
    50% {
      width: 11em;
    }
    80% {
      width: 11em;
    }
    100% {
      width: 0;
    }
  }
  @-webkit-keyframes caret {
    50% {
      border-right-color: currentColor;
    }
  }
  @keyframes caret {
    50% {
      border-right-color: currentColor;
    }
  }
}

.js-wipeIn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.js-fadeUp {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js-fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadeUp[data-duration=".1s"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-fadeUp[data-duration=".2s"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/*  font
----------------------------------------------------------------- */
@font-face {
  font-family: "init";
  src: url(../font/GenJyuuGothic-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "bold";
  src: url(../font/GenJyuuGothic-Bold.ttf) format("truetype");
}
/*  hover
----------------------------------------------------------------- */
/*  Mixin
----------------------------------------------------------------- */
/*  Global
----------------------------------------------------------------- */
/*  Base
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "init";
  font-weight: normal;
  color: #000050;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

body img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

/* ==========================================================================
  Layout
  ========================================================================== */
/*  l-header
----------------------------------------------------------------- */
.l-header {
  background-color: transparent;
  z-index: 5000;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: top 0.3s, background-color 0.3s;
  transition: top 0.3s, background-color 0.3s;
}
@media (max-width: 767px) {
  .l-header.open::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.l-header__inner {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 33px 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .l-header__inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5000;
  }
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: 8px 15px;
  }
}
.l-header__logo {
  width: 268px;
  font-size: 10px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 202.5px;
    margin: 0;
  }
}
.l-header__logo a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  line-height: 1;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-header__logo a:hover {
  opacity: 0.7;
}
.l-header__logo img {
  margin: 8px 0 0;
}
@media (max-width: 1024px) {
  .l-header__menu {
    position: fixed;
    z-index: 5000;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    height: auto;
    background-color: rgba(0, 163, 238, 0.95);
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 180px 20px;
  }
  .l-header__menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .l-header__menu {
    padding: 100px 15px;
  }
}
.l-header__menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0;
}
@media (max-width: 1300px) {
  .l-header__menu__list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .l-header__menu__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 370px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .l-header__menu__list {
    width: 280px;
  }
}
.l-header__menu__list--upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1300px) {
  .l-header__menu__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l-header__menu__item:nth-of-type(odd) {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .l-header__menu__item:nth-of-type(odd) {
    width: 130px;
  }
}
@media (max-width: 1024px) {
  .l-header__menu__item:nth-of-type(even) {
    width: 125px;
  }
}
@media (max-width: 767px) {
  .l-header__menu__item:nth-of-type(even) {
    width: 105px;
  }
}
.l-header__menu__item + li:not(:first-of-type) {
  margin-left: 40px;
}
@media (max-width: 1300px) {
  .l-header__menu__item + li:not(:first-of-type) {
    margin-left: 0;
  }
}
@media (max-width: 1300px) {
  .l-header__menu__item:nth-child(n+4) {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .l-header__menu__item:nth-child(n+4), .l-header__menu__item:nth-child(n+3) {
    margin-top: 50px;
  }
}
.l-header__menu__item a {
  -webkit-transition: color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: relative;
  z-index: 10;
  font-size: 1.6rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__menu__item a:hover {
  color: #00A3EE;
}
.l-header__menu__item a::before {
  content: " ";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #00A3EE;
  z-index: -10;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 767px) {
  .l-header__menu__item a::before {
    height: 3px;
  }
}
.l-header__menu__item a:hover::before {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 767px) {
  .l-header__menu__item a:hover::before {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@media (max-width: 1024px) {
  .l-header__menu__item a {
    -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    color: #fff;
  }
  .l-header__menu__item a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .l-header__menu__item a {
    font-size: 1.3rem;
    display: inline-block;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .l-header__menu__item a:hover {
    color: #fff;
  }
}
.l-header__menu__item--upper + li:not(:first-of-type) {
  margin-left: 30px;
}
@media (max-width: 1300px) {
  .l-header__menu__item--upper + li:not(:first-of-type) {
    margin-left: 20px;
  }
}
.l-header__menu__item--upper a {
  -webkit-transition: color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  font-size: 1.4rem;
  height: 100%;
  position: relative;
}
.l-header__menu__item--upper a:hover {
  color: #00A3EE;
}
@media (max-width: 767px) {
  .l-header__menu__item--upper a {
    color: #00A3EE;
    font-size: 2.4rem;
    display: inline-block;
    height: auto;
  }
}
.l-header__menu__item--upper a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  margin: 0 10px 0 0;
}
@media (max-width: 1300px) {
  .l-header__menu__item--upper a::before {
    margin: 0 5px 0 0;
  }
}
.l-header__menu__item--upper:nth-of-type(1) a::before {
  background: url(../img/common/info.svg) no-repeat center/contain;
}
.l-header__menu__item--upper:nth-of-type(2) a::before {
  background: url(../img/common/camera.svg) no-repeat center/contain;
}
.l-header__menu__item--upper:nth-of-type(3) a::before {
  background: url(../img/common/faq.svg) no-repeat center/contain;
}
.l-header__menu__item--upper:nth-of-type(4) a::before {
  background: url(../img/common/recruit.svg) no-repeat center/contain;
}
.l-header__menu__cta {
  margin: 0 0 0 35px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.l-header__menu__cta a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  border: 2px solid #00A3EE;
  font-size: 1.8rem;
  border-radius: 35px;
  padding: 17px 56px 17px 20px;
}
.l-header__menu__cta a:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .l-header__menu__cta a {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .l-header__menu__cta a {
    background: unset;
    border-radius: unset;
    padding: 0;
    font-size: 2.4rem;
  }
}
.l-header__menu__cta a::before {
  content: "";
  background: url(../img/common/header_btn_icon.png) no-repeat center/contain;
  display: inline-block;
  width: 72px;
  height: 26px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .l-header__menu__cta a::before {
    content: none;
  }
}
@media (max-width: 1024px) {
  .l-header__cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0 0;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .l-header__cta {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-header__cta .c-btn--call {
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .l-header__cta .c-btn--call {
    margin: 16px 0 0;
  }
}

/* SPハンバーガーメニュー */
.l-header__toggle {
  width: 11rem;
  height: 100%;
  text-align: center;
  z-index: 100;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 6000;
}
@media (max-width: 767px) {
  .l-header__toggle {
    width: 4rem;
  }
}
.l-header__toggle.active {
  margin: 0;
  font-size: 0;
}
.l-header__toggle__line--up, .l-header__toggle__line--middle, .l-header__toggle__line--down {
  display: inline-block;
  width: 4rem;
  height: 4px;
  position: absolute;
  top: 38%;
  left: calc(50% - 1.5rem);
  -webkit-transition: margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media (max-width: 767px) {
  .l-header__toggle__line--up, .l-header__toggle__line--middle, .l-header__toggle__line--down {
    width: 2rem;
    height: 2px;
  }
}
.l-header__toggle__line--up {
  margin-top: -14px;
}
@media (max-width: 767px) {
  .l-header__toggle__line--up {
    margin-top: -7px;
  }
}
.l-header__toggle__line--down {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .l-header__toggle__line--down {
    margin-top: 7px;
  }
}
.l-header__toggle.active .l-header__toggle__line--up, .l-header__toggle.active .l-header__toggle__line--down {
  -webkit-transition: margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.l-header__toggle__line--up::before, .l-header__toggle__line--middle::before, .l-header__toggle__line--down::before {
  content: "";
  display: block;
  background: #00A3EE;
  width: 100%;
  height: 100%;
}
.l-header__toggle__line--up::after, .l-header__toggle__line--middle::after, .l-header__toggle__line--down::after {
  content: "";
  display: block;
  background: #EF9F34;
  width: 4px;
  height: 100%;
  position: absolute;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .l-header__toggle__line--up::after, .l-header__toggle__line--middle::after, .l-header__toggle__line--down::after {
    width: 2px;
    left: -4px;
  }
}
.l-header__toggle__line--txt {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  color: #00A3EE;
  font-size: 1.4rem;
  letter-spacing: 0.19em;
  position: absolute;
  left: 30%;
  top: 65%;
}
@media (max-width: 767px) {
  .l-header__toggle__line--txt {
    font-size: 1rem;
    left: -10%;
  }
}
.l-header__toggle.active .l-header__toggle__line--up {
  margin: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__toggle.active .l-header__toggle__line--down {
  margin: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__toggle.active .l-header__toggle__line--up::before, .l-header__toggle.active .l-header__toggle__line--down::before {
  background: #fff;
}
.l-header__toggle.active .l-header__toggle__line--middle::before {
  opacity: 0;
}
.l-header__toggle.active .l-header__toggle__line--up::after, .l-header__toggle.active .l-header__toggle__line--middle::after, .l-header__toggle.active .l-header__toggle__line--down::after {
  opacity: 0;
}
.l-header__toggle.active .l-header__toggle__line--txt {
  color: #fff;
}

/*  l-main
----------------------------------------------------------------- */
@media (max-width: 1024px) {
  .l-main {
    margin: 115px 0 0;
  }
}
@media (max-width: 767px) {
  .l-main {
    margin: 57px 0 0;
  }
}

/*  l-inner
----------------------------------------------------------------- */
.l-inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-inner {
    padding: 0 15px;
    width: 100%;
  }
}
.l-inner--narrow {
  max-width: 840px;
}
.l-inner--max {
  margin: 0 calc(50vw - 50%);
  width: 100vw;
}
.l-inner--right {
  margin-right: calc(50vw - 50%);
  width: 100vw;
}

/*  l-footer
----------------------------------------------------------------- */
.l-footer {
  position: relative;
}
.l-footer--page {
  margin: 150px 0 0;
}
@media (max-width: 767px) {
  .l-footer--page {
    margin: 75px 0 0;
  }
}
.l-footer__content {
  color: #fff;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0 60px;
}
@media (max-width: 1024px) {
  .l-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .l-footer__content {
    padding: 30px 0 42px;
  }
}
.l-footer__left {
  padding: 0 20px 0 0;
}
.l-footer__logo {
  display: inline-block;
  width: 253px;
}
.l-footer__address {
  display: block;
  margin: 20px 0 0;
}
.l-footer__tel {
  display: inline-block;
  margin: 10px 0 0;
}
.l-footer__menu__list {
  width: 684px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .l-footer__menu__list {
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .l-footer__menu__list {
    width: 265px;
    margin: 0;
  }
}
.l-footer__menu__item {
  width: 25%;
}
@media (max-width: 767px) {
  .l-footer__menu__item {
    font-size: 1.1rem;
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .l-footer__menu__item:nth-of-type(odd) {
    width: 115px;
  }
}
@media (max-width: 767px) {
  .l-footer__menu__item:nth-of-type(even) {
    width: 90px;
  }
}
.l-footer__menu__item:nth-child(n+5) {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .l-footer__menu__item:nth-child(n+5) {
    margin: 22px 0 0;
  }
}
.l-footer__menu__item a {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__menu__item a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    padding: 10px 0 82px;
    font-size: 1rem;
  }
}

/*  l-section
----------------------------------------------------------------- */
.l-section {
  padding: 60px 0 80px;
}
@media (max-width: 767px) {
  .l-section {
    padding: 30px 0 40px;
  }
}
.l-section--page {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .l-section--page {
    margin: 30px 0 0;
  }
}

/*  c-ttl
  ----------------------------------------------------------------- */
.c-ttl {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
}
.c-ttl--init {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .c-ttl--init {
    font-size: 2.1rem;
  }
}
.c-ttl--en {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-ttl--en {
    font-size: 1.2rem;
  }
}
.c-ttl--mb {
  display: inline-block;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .c-ttl--mb {
    margin: 0 0 10px;
  }
}
.c-ttl--sm {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .c-ttl--sm {
    font-size: 1.7rem;
  }
}
.c-ttl--tiny {
  font-size: 1.7rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .c-ttl--tiny {
    font-size: 1.2rem;
  }
}
.c-ttl--lg {
  font-size: 4rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .c-ttl--lg {
    font-size: 2.7rem;
  }
}
.c-ttl--mv {
  font-size: 4rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .c-ttl--mv {
    font-size: 2rem;
  }
}
.c-ttl--border {
  display: inline-block;
  padding: 12px 0;
  border-top: 4px solid #000050;
  border-bottom: 4px solid #000050;
  margin: 0 0 20px;
  line-height: 1.5;
  width: 100%;
}
@media (max-width: 767px) {
  .c-ttl--border {
    border-top: 2px solid #000050;
    border-bottom: 2px solid #000050;
    margin: 10px 0 20px;
  }
}
.c-ttl--ribbon {
  font-size: 2.1rem;
  line-height: 1.5;
  background-color: #f2f2f2;
  border-left: 6px solid #000050;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
}
@media (max-width: 767px) {
  .c-ttl--ribbon {
    font-size: 1.5rem;
    border-left: 3px solid #000050;
    width: 100%;
    padding: 10px;
  }
}

/*  c-btn
  ----------------------------------------------------------------- */
.c-btn {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-btn:hover {
  background-color: #000050;
  color: #fff;
  border-color: #000050;
}
.c-btn--contact {
  background-color: #EF9F34;
  border: 2px solid #EF9F34;
  font-size: 16px;
  letter-spacing: 0.03em;
  padding: 0 0 0 25px;
  width: 230px;
  height: 54px;
}
@media (max-width: 1024px) {
  .c-btn--contact {
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 767px) {
  .c-btn--contact {
    font-size: 1.3rem;
    width: 220px;
    height: 45px;
    padding: 0;
  }
}
.c-btn--contact::before {
  content: "";
  background: url(../img/common/mail.svg) no-repeat center/contain;
  display: inline-block;
  width: 16px;
  height: 12px;
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-btn--contact::before {
    width: 13px;
    height: 9.5px;
    left: 30px;
  }
}
.c-btn--call {
  color: #EF9F34;
  background-color: #fff;
  border: 2px solid #EF9F34;
  font-size: 16px;
  letter-spacing: 0.03em;
  width: 230px;
  height: 54px;
}
@media (max-width: 1024px) {
  .c-btn--call {
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 767px) {
  .c-btn--call {
    font-size: 1.3rem;
    width: 220px;
    height: 45px;
    padding: 0;
  }
}
.c-btn--call::before {
  content: "";
  background: url(../img/common/tel.svg) no-repeat center/contain;
  display: inline-block;
  width: 13px;
  height: 17px;
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-btn--call::before {
    width: 11px;
    height: 14px;
    left: 30px;
  }
}
.c-btn--primary {
  background-color: #00A3EE;
  border: 2px solid #00A3EE;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  width: 410px;
  height: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .c-btn--primary {
    font-size: 1.2rem;
    width: 270px;
    height: 50px;
    max-width: 100%;
  }
}
.c-btn--primary::before {
  content: "";
  background: url(../img/common/arrow_w.svg) no-repeat center/contain;
  display: inline-block;
  width: 16px;
  height: 8px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-btn--primary::before {
    width: 9px;
    height: 4.5px;
    right: 25px;
  }
}
.c-btn--grey {
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  color: #000050;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  width: 260px;
  height: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .c-btn--grey {
    font-size: 1rem;
    width: 130px;
    height: 30px;
    max-width: 100%;
  }
}
.c-btn--grey::before {
  content: "";
  background: url(../img/common/arrow_blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 16px;
  height: 8px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-btn--grey::before {
    width: 9px;
    height: 4.5px;
    right: 10px;
  }
}

/*  c-cta
  ----------------------------------------------------------------- */
.c-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*  c-card
  ----------------------------------------------------------------- */
.c-card {
  background: #fff;
  -webkit-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 767px) {
  .c-card {
    padding: 15px;
  }
}

/*  c-section-card
  ----------------------------------------------------------------- */
.c-section-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 40px 80px;
}
@media (max-width: 767px) {
  .c-section-card {
    padding: 30px 20px 40px;
  }
}
.c-section-card--narrow {
  padding: 40px;
}
@media (max-width: 767px) {
  .c-section-card--narrow {
    padding: 20px;
  }
}
.c-section-card--grey {
  background-color: #f2f2f2;
}
.c-section-card__desc {
  font-size: 1.9rem;
  line-height: 1.6;
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .c-section-card__desc {
    font-size: 1.4rem;
    margin: 40px 0 0;
  }
}

/*  c-more
  ----------------------------------------------------------------- */
.c-more {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0 0 auto;
  padding: 0 28px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .c-more {
    font-size: 1.1rem;
    margin: 28px 0 0 auto;
    padding: 0 15px 0 0;
  }
}
.c-more:hover {
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-more:hover:hover {
  opacity: 0.7;
}
.c-more::before, .c-more::after {
  content: "";
  width: 2px;
  height: 8px;
  display: inline-block;
  border-radius: 6px;
  position: absolute;
  right: 4px;
}
@media (max-width: 767px) {
  .c-more::before, .c-more::after {
    height: 6px;
  }
}
.c-more::before {
  top: calc(50% - 6px);
  -webkit-transform: rotate(-48deg);
          transform: rotate(-48deg);
}
@media (max-width: 767px) {
  .c-more::before {
    top: calc(50% - 5px);
  }
}
.c-more::after {
  bottom: calc(50% - 6px);
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}
@media (max-width: 767px) {
  .c-more::after {
    bottom: calc(50% - 5px);
  }
}
.c-more--primary {
  color: #00A3EE;
}
.c-more--primary::before, .c-more--primary::after {
  background: #00A3EE;
}
.c-more--white {
  color: #fff;
}
.c-more--white::before, .c-more--white::after {
  background: #fff;
}

/*  c-pagetop
  ----------------------------------------------------------------- */
.c-pagetop {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  position: absolute;
  top: -22px;
  right: 55px;
  z-index: 10;
}
@media (max-width: 767px) {
  .c-pagetop {
    font-size: 1rem;
    top: -14px;
    right: 21px;
  }
}
.c-pagetop::before, .c-pagetop::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -10;
}
.c-pagetop::before {
  background-color: #74BFE9;
  border-radius: 69px 69px 0 0;
  width: 138px;
  height: 69px;
  top: -47px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 767px) {
  .c-pagetop::before {
    border-radius: 40px 40px 0 0;
    width: 80px;
    height: 40px;
    top: -26px;
  }
}
.c-pagetop::after {
  background: url(../img/common/arrow_w_up.svg) no-repeat center/contain;
  display: inline-block;
  width: 8px;
  height: 16px;
  top: -32px;
}
@media (max-width: 767px) {
  .c-pagetop::after {
    width: 4.5px;
    height: 9px;
    top: -18px;
  }
}
.c-pagetop:hover::before {
  background-color: #000050;
}

/*  c-album
  ----------------------------------------------------------------- */
.c-album {
  position: relative;
}
.c-album a::before {
  content: "";
  background-color: rgba(72, 72, 72, 0.18);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-album a:hover::before {
  opacity: 0;
}
.c-album__date {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

/*  p-mv
----------------------------------------------------------------- */
@media (max-width: 767px) {
  .p-mv {
    margin: 57px 0 0;
  }
}
.p-mv__img {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .p-mv__img {
    height: 175px;
  }
}
.p-mv__ttl {
  margin: 60px 0 80px;
}
@media (max-width: 767px) {
  .p-mv__ttl {
    margin: 30px 0 40px;
  }
}
.p-mv__ttl--en {
  color: #00A3EE;
}
.p-mv__desc {
  font-size: 1.9rem;
  line-height: 1.6;
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .p-mv__desc {
    font-size: 1.4rem;
    margin: 0 0 40px;
  }
}
.p-mv__desc__link {
  text-decoration: underline;
  color: #EF9F34;
}
.p-mv__desc__link:hover {
  text-decoration: none;
}

/*  p-floating
----------------------------------------------------------------- */
.p-floating__wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10px 40px;
  display: none;
  z-index: 4000;
}
.p-floating__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
}
.p-floating__btn {
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0;
}
@media (max-width: 374px) {
  .p-floating__btn {
    font-size: 1.2rem;
  }
}
.p-floating__btn::before {
  left: 15px;
}
@media (max-width: 374px) {
  .p-floating__btn::before {
    left: 2.5vw;
  }
}
.p-floating__btn:nth-child(1) {
  width: 165px;
}
.p-floating__btn:nth-child(2) {
  width: 180px;
  margin: 0 0 0 10px;
}

/*  p-data-list
----------------------------------------------------------------- */
.p-data-list {
  margin: 40px 0 0;
  border-bottom: 2px solid #DDECF8;
}
@media (max-width: 767px) {
  .p-data-list {
    margin: 20px 0 0;
  }
}
.p-data-list__item {
  border-top: 2px solid #DDECF8;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-data-list__item {
    padding: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-data-list__item dt {
  color: #74C8FC;
  font-size: 1.9rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 195px;
}
@media (max-width: 767px) {
  .p-data-list__item dt {
    font-size: 1.4rem;
    width: 100%;
    text-align: left;
  }
}
.p-data-list__item dd {
  font-size: 1.9rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-data-list__item dd {
    font-size: 1.4rem;
    margin: 5px 0 0;
  }
}

/*  p-news
  ----------------------------------------------------------------- */
.p-news__item {
  border-bottom: 2px solid #DDECF8;
}
.p-news__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 30px 0;
}
@media (max-width: 767px) {
  .p-news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 0;
  }
}
.p-news__item a:hover .p-news__item__ttl {
  text-decoration: underline;
}
.p-news__item__date {
  font-size: 1.4rem;
  width: 122px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #74C8FC;
}
@media (max-width: 767px) {
  .p-news__item__date {
    font-size: 1rem;
    width: 100%;
    text-align: left;
  }
}
.p-news__item__ttl {
  font-size: 1.9rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-news__item__ttl {
    text-align: center;
    font-size: 1.4rem;
    margin: 8px 0 0;
  }
}

/*  p-head-intro
----------------------------------------------------------------- */
.p-head-intro {
  padding: 0 15px 40px;
  margin: 60px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .p-head-intro {
    padding: 0;
    margin: 30px 0 0;
  }
}
.p-head-intro__img {
  width: 260px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-head-intro__img {
    width: 140px;
  }
}
.p-head-intro__txt {
  margin: 0 0 0 50px;
}
@media (max-width: 767px) {
  .p-head-intro__txt {
    margin: 0 0 0 10px;
  }
}
.p-head-intro__position {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  color: #74C8FC;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-head-intro__position {
    font-size: 1rem;
  }
}
.p-head-intro__name {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  font-size: 2.4rem;
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .p-head-intro__name {
    font-size: 1.4rem;
    margin: 8px 0 0;
  }
}
.p-head-intro__desc {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .p-head-intro__desc {
    font-size: 1.2rem;
    margin: 18px 0 0;
  }
}
@media (max-width: 767px) {
  .p-head-intro__cta {
    margin: 30px 0 0;
  }
}

/*  p-top
----------------------------------------------------------------- */
/* p-top-mv */
_::-webkit-full-page-media, _:future, :root .p-top-mv__catch__line {
  left: 14px;
  top: -1px;
}

.p-top-mv {
  background: #00A3EE;
  padding: 0 0 118px;
  margin: 0 0 7px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-top-mv {
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .p-top-mv {
    padding: 0 0 40px;
  }
}
.p-top-mv__content {
  color: #fff;
  display: grid;
  grid-template-columns: 35.2% 64.8%;
  grid-template-rows: auto auto auto 1fr;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0 0;
}
@media (max-width: 767px) {
  .p-top-mv__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 calc(50% - 50vw);
  }
}
.p-top-mv__en {
  font-family: "init";
  font-weight: normal;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 100px 0 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-top-mv__en {
    font-family: "init";
    font-weight: normal;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    line-height: 1.8;
    padding: 0 30px;
    margin: 55px 0 0;
  }
}
.p-top-mv__catch {
  grid-column: 1/2;
  grid-row: 2/3;
  margin: 30px 0 0;
  font-size: 47px;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-mv__catch {
    position: absolute;
    top: 90px;
    right: 28%;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
    font-size: 22px;
    letter-spacing: 0.2em;
    z-index: 20;
  }
}
.p-top-mv__catch::before {
  content: "";
  background-image: url(../img/top/mv_shower.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 148px;
  height: 152px;
  position: absolute;
  right: -112px;
  top: -116px;
  z-index: 20;
}
@media (max-width: 1024px) {
  .p-top-mv__catch::before {
    right: -60px;
    top: -60px;
  }
}
@media (max-width: 767px) {
  .p-top-mv__catch::before {
    width: 85px;
    height: 87.5px;
    right: -73px;
    top: -42px;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.p-top-mv__catch__line {
  position: relative;
  margin: 0 0 20px;
}
.p-top-mv__catch__line::before {
  content: "";
  background: #fff;
  width: 3px;
  height: 18px;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top-mv__desc {
  grid-column: 1/2;
  grid-row: 3/4;
  font-size: 18px;
  line-height: 2;
  margin: 80px 0 0;
}
@media (max-width: 1024px) {
  .p-top-mv__desc {
    grid-column: 1/3;
    margin: 80px 40px 0 0;
  }
}
@media (max-width: 767px) {
  .p-top-mv__desc {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.4rem;
    margin: 60px 35px 0;
  }
}
.p-top-mv__notice {
  grid-column: 1/2;
  grid-row: 4/5;
  background: #fff;
  color: #00A3EE;
  font-size: 20px;
  line-height: 1.9;
  padding: 10px 30px;
  margin: 50px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-top-mv__notice {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.5rem;
    margin: 30px auto 0;
    padding: 10px 45px;
    max-width: 100%;
  }
}
.p-top-mv__slider {
  grid-column: 2/3;
  grid-row: 1/5;
  height: 660px;
  margin: 0 0 0 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-top-mv__slider {
    grid-row: 1/3;
    height: 470px;
    margin: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .p-top-mv__slider {
    margin: 37px 0 0;
    height: 62.7vw;
  }
}
.p-top-mv__slider::before {
  content: "";
  background: rgba(20, 49, 82, 0.11);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.p-top-mv__slider .slick-list,
.p-top-mv__slider .slick-track {
  height: 100%;
}
.p-top-mv__slider__list, .p-top-mv__slider__item {
  height: 100%;
}
.p-top-mv__slider__list img, .p-top-mv__slider__item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .p-top-mv .slick-dots {
    margin: 20px 0 0 35px;
  }
}
.p-top-mv .slick-dots li {
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .p-top-mv .slick-dots li {
    width: 6px;
    height: 6px;
  }
}
.p-top-mv .slick-dots li.slick-active {
  background: #000050;
}
.p-top-mv .slick-dots li + li {
  margin: 0 0 0 18px;
}
@media (max-width: 767px) {
  .p-top-mv .slick-dots li + li {
    margin: 0 0 0 16px;
  }
}

/* p-top-about */
.p-top-about__inner {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .p-top-about__inner {
    padding-bottom: 50px;
  }
}
.p-top-about__content {
  display: grid;
  grid-template-columns: 1fr 440px;
  grid-template-rows: auto 1fr auto;
  padding: 53px 40px 60px;
}
@media (max-width: 767px) {
  .p-top-about__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px 40px;
  }
}
.p-top-about__img {
  grid-column: 1/2;
  grid-row: 1/3;
  margin: 0 50px 0 0;
}
@media (max-width: 767px) {
  .p-top-about__img {
    margin: 30px 0 0;
  }
}
.p-top-about__ttl {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-top-about__ttl .c-ttl--lg {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-top-about__ttl {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
  }
}
.p-top-about__desc {
  font-size: 1.9rem;
  line-height: 1.7;
  grid-column: 2/3;
  grid-row: 2/3;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .p-top-about__desc {
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
}
.p-top-about__cta {
  grid-column: 1/3;
  grid-row: 3/4;
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .p-top-about__cta {
    margin: 30px 0 0;
  }
}

/* p-top-price */
.p-top-price__content {
  display: grid;
  grid-template-columns: 490px 1fr;
  grid-template-rows: auto auto 1fr;
}
@media (max-width: 767px) {
  .p-top-price__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-price__ttl {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-top-price__desc {
  line-height: 1.7;
  font-size: 1.9rem;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (max-width: 767px) {
  .p-top-price__desc {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
}
.p-top-price__img {
  grid-column: 2/3;
  grid-row: 1/4;
  margin: 0 0 0 50px;
}
@media (max-width: 767px) {
  .p-top-price__img {
    margin: 0;
  }
}
.p-top-price__cta {
  grid-column: 1/2;
  grid-row: 3/4;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .p-top-price__cta {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 30px 0 0;
  }
}
.p-top-price__safety {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .p-top-price__safety {
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .p-top-price__safety__inner {
    padding: 0;
  }
}
.p-top-price__safety__ttl {
  text-align: center;
}
.p-top-price__safety__list {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-top-price__safety__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 34px 0 0;
  }
}
@media (max-width: 374px) {
  .p-top-price__safety__list {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.p-top-price__safety__item {
  width: calc((100% - 160px) / 3);
  position: relative;
}
@media (max-width: 767px) {
  .p-top-price__safety__item {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .p-top-price__safety__item + li {
    margin: 0 0 0 1.6vw;
  }
}
.p-top-price__safety__item::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 49px;
  position: absolute;
  top: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .p-top-price__safety__item::before {
    height: 33.6px;
    width: 34.4px;
    top: -1em;
  }
}
.p-top-price__safety__item:nth-of-type(1)::before {
  background-image: url(../img/top/price_safety01_num.svg);
}
.p-top-price__safety__item:nth-of-type(2)::before {
  background-image: url(../img/top/price_safety02_num.svg);
}
.p-top-price__safety__item:nth-of-type(3)::before {
  background-image: url(../img/top/price_safety03_num.svg);
}
.p-top-price__safety__desc {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .p-top-price__safety__desc {
    font-size: 1.5rem;
    margin: 15px 0 0;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 374px) {
  .p-top-price__safety__desc {
    line-height: 1.4;
  }
}

/* p-top-voice */
.p-top-voice {
  overflow: hidden;
}
.p-top-voice__list {
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .p-top-voice__list {
    margin: 20px calc(50% - 50vw) 0;
  }
}
.p-top-voice .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 16px;
}
.p-top-voice .slick-slide {
  height: auto !important;
  margin: 0 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.p-top-voice .slick-slide:focus {
  outline: none;
}
@media (max-width: 1024px) {
  .p-top-voice .slick-slide {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .p-top-voice .slick-slide {
    margin: 0 20px;
  }
}
.p-top-voice .slick-arrow {
  -webkit-transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  background: #00A3EE;
  border-radius: 50%;
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.p-top-voice .slick-arrow:hover {
  background: #000050;
}
@media (max-width: 1024px) {
  .p-top-voice .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .p-top-voice .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
.p-top-voice .slick-arrow::before, .p-top-voice .slick-arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  border-radius: 6px;
  background: #fff;
  position: absolute;
}
@media (max-width: 767px) {
  .p-top-voice .slick-arrow::before, .p-top-voice .slick-arrow::after {
    width: 6px;
  }
}
.p-top-voice .slick-arrow::before {
  top: 28px;
}
@media (max-width: 1024px) {
  .p-top-voice .slick-arrow::before {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .p-top-voice .slick-arrow::before {
    top: 13px;
  }
}
.p-top-voice .slick-arrow::after {
  bottom: 28px;
}
@media (max-width: 1024px) {
  .p-top-voice .slick-arrow::after {
    bottom: 16px;
  }
}
@media (max-width: 767px) {
  .p-top-voice .slick-arrow::after {
    bottom: 13px;
  }
}
.p-top-voice .slick-prev {
  left: -30px;
}
@media (max-width: 1300px) {
  .p-top-voice .slick-prev {
    left: -5px;
  }
}
@media (max-width: 1024px) {
  .p-top-voice .slick-prev {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .p-top-voice .slick-prev {
    left: 55px;
  }
}
.p-top-voice .slick-prev::before, .p-top-voice .slick-prev::after {
  left: 26px;
}
@media (max-width: 1024px) {
  .p-top-voice .slick-prev::before, .p-top-voice .slick-prev::after {
    left: 14px;
  }
}
@media (max-width: 767px) {
  .p-top-voice .slick-prev::before, .p-top-voice .slick-prev::after {
    left: 12px;
  }
}
.p-top-voice .slick-prev::before {
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
}
.p-top-voice .slick-prev::after {
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}
.p-top-voice .slick-next {
  right: -30px;
}
@media (max-width: 1300px) {
  .p-top-voice .slick-next {
    right: -5px;
  }
}
@media (max-width: 1024px) {
  .p-top-voice .slick-next {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .p-top-voice .slick-next {
    right: 55px;
  }
}
.p-top-voice .slick-next::before, .p-top-voice .slick-next::after {
  right: 26px;
}
@media (max-width: 1024px) {
  .p-top-voice .slick-next::before, .p-top-voice .slick-next::after {
    right: 14px;
  }
}
@media (max-width: 767px) {
  .p-top-voice .slick-next::before, .p-top-voice .slick-next::after {
    right: 12px;
  }
}
.p-top-voice .slick-next::before {
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}
.p-top-voice .slick-next::after {
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
}
.p-top-voice__data {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .p-top-voice__data {
    margin: 12px 0 0;
  }
}
.p-top-voice__age {
  background: #74BFE9;
  color: #fff;
  font-size: 1.4rem;
  padding: 8px 14px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .p-top-voice__age {
    font-size: 1.2rem;
    padding: 6px 11px;
  }
}
.p-top-voice__name {
  color: #404040;
  font-size: 2rem;
  margin: 0 0 0 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-top-voice__name {
    font-size: 1.5rem;
    margin: 0 0 0 18px;
  }
}
.p-top-voice__desc {
  line-height: 1.6;
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .p-top-voice__desc {
    font-size: 1.2rem;
  }
}
.p-top-voice__cta {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .p-top-voice__cta {
    margin: 30px 0 0;
  }
}

/* p-top-news */
@media (max-width: 767px) {
  .p-top-news {
    text-align: center;
  }
}
.p-top-news__list {
  margin: 28px 0 0;
}
@media (max-width: 767px) {
  .p-top-news__list {
    margin: 5px 20px 0;
  }
}

/* blog */
.p-top-blog {
  overflow: hidden;
}
.p-top-blog__inner {
  max-width: 1440px;
}
@media (max-width: 1400px) {
  .p-top-blog__inner {
    max-width: 1180px;
  }
}
.p-top-blog__list {
  width: 100%;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1400px) {
  .p-top-blog__list {
    width: 100vw;
    margin: 60px calc(50% - 50vw) 0;
  }
}
@media (max-width: 767px) {
  .p-top-blog__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 20px calc(50% - 50vw) 0;
  }
}
.p-top-blog__item {
  width: calc((100% - 24px) / 4);
}
@media (max-width: 767px) {
  .p-top-blog__item {
    width: calc((100% - 10px) / 3);
  }
}
.p-top-blog__item:nth-child(n+5) {
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .p-top-blog__item:nth-child(n+4) {
    margin: 5px 0 0;
  }
}
@media (max-width: 767px) {
  .p-top-blog__item:not(:nth-child(3n+1)) {
    margin-left: 5px;
  }
}
.p-top-blog__date {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .p-top-blog__date {
    font-size: 1.2rem;
  }
}

/* staff */
.p-top-staff__head {
  border-bottom: 1px solid #74BFE9;
}
@media (max-width: 767px) {
  .p-top-staff__head {
    border-bottom: unset;
  }
}
.p-top-staff__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 0;
}
@media (max-width: 767px) {
  .p-top-staff__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 0;
  }
}
.p-top-staff__item {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  width: 200px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-staff__item {
    width: 110px;
  }
}
.p-top-staff__item + li {
  margin: 0 0 0 8px;
}
.p-top-staff__name {
  font-size: 2rem;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .p-top-staff__name {
    font-size: 1.2rem;
    margin: 12px 0 0;
  }
}
.p-top-staff__nationality {
  color: #74C8FC;
  font-size: 1.8rem;
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .p-top-staff__nationality {
    font-size: 1rem;
    margin: 8px 0 0;
  }
}
.p-top-staff__cta {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .p-top-staff__cta {
    margin: 30px 0 0;
  }
}

/* access */
.p-top-access__content {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 6px 3px 12px rgba(0, 0, 0, 0.03);
          box-shadow: 6px 3px 12px rgba(0, 0, 0, 0.03);
  margin: 60px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
}
@media (max-width: 767px) {
  .p-top-access__content {
    -webkit-box-shadow: 1.5px 1.5px 5px rgba(0, 0, 0, 0.03);
            box-shadow: 1.5px 1.5px 5px rgba(0, 0, 0, 0.03);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 0;
    padding: 15px;
  }
}
.p-top-access__img {
  width: 52%;
}
@media (max-width: 767px) {
  .p-top-access__img {
    width: 100%;
  }
}
.p-top-access__txt {
  margin: 0 0 0 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-top-access__txt {
    margin: 20px 0 0;
  }
}
.p-top-access__logo {
  width: 307px;
}
@media (max-width: 767px) {
  .p-top-access__logo {
    width: 202.5px;
  }
}
.p-top-access__name {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  line-height: 1.5;
  margin: 12px 0 0;
}
@media (max-width: 767px) {
  .p-top-access__name {
    font-size: 1rem;
    margin: 8px 0 0;
  }
}
@media (max-width: 767px) {
  .p-top-access__name--lg {
    font-size: 1.5rem;
  }
}
.p-top-access__address {
  font-size: 1.8rem;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .p-top-access__address {
    font-size: 1.2rem;
    margin: 12px 0 0;
  }
}
.p-top-access__tel {
  display: inline-block;
  font-size: 1.8rem;
  margin: 8px 0 0;
}
@media (max-width: 767px) {
  .p-top-access__tel {
    font-size: 1.2rem;
    margin: 4px 0 0;
  }
}
.p-top-access__notice {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  text-align: center;
  background: #f2f2f2;
  border-radius: 5px;
  font-size: 1.9rem;
  line-height: 1.4;
  margin: 20px 0 0;
  padding: 18px 0;
}
@media (max-width: 767px) {
  .p-top-access__notice {
    border-radius: unset;
    font-size: 1.1rem;
    margin: 15px 0 0;
    padding: 10px 0;
  }
}
.p-top-access__cta {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .p-top-access__cta {
    margin: 30px 0 0;
  }
}

/* group */
.p-top-group {
  background: #FFF6EA;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .p-top-group {
    padding-bottom: 65px;
  }
}
.p-top-group__list {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-top-group__list {
    margin: 30px 0 0;
  }
}
.p-top-group__item {
  width: calc((100% - 98px) / 3);
}
@media (max-width: 767px) {
  .p-top-group__item {
    width: calc((100% - 15px) / 2);
  }
}
.p-top-group__item:nth-child(n+4) {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .p-top-group__item:nth-child(n+3) {
    margin: 15px 0 0;
  }
}
.p-top-group__item a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.p-top-group__item a:hover {
  opacity: 0.7;
}

/*  p-about
----------------------------------------------------------------- */
.p-about-block__content {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: 490px 1fr;
  grid-template-rows: auto 1fr;
}
@media (max-width: 767px) {
  .p-about-block__content {
    grid-template-columns: auto;
    grid-template-rows: auto auto 1fr;
    margin: 20px 0 0;
  }
}
.p-about-block__desc {
  font-size: 1.9rem;
  line-height: 1.6;
  margin: 0 50px 0 0;
}
@media (max-width: 767px) {
  .p-about-block__desc {
    font-size: 1.4rem;
    margin: 0;
  }
}

.p-about-outline__desc {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (max-width: 767px) {
  .p-about-outline__desc {
    grid-row: 1/2;
  }
}
@media (max-width: 767px) {
  .p-about-outline__img {
    margin: 30px 0 0;
  }
}
.p-about-outline__img:first-of-type {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 767px) {
  .p-about-outline__img:first-of-type {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p-about-outline__img:last-of-type {
  grid-column: 2/3;
  grid-row: 2/3;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .p-about-outline__img:last-of-type {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.p-about-stressless__desc {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (max-width: 767px) {
  .p-about-stressless__desc {
    margin: 20px 0 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p-about-stressless__img:first-of-type {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 767px) {
  .p-about-stressless__img:first-of-type {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.p-about-stressless__img:last-of-type {
  grid-column: 2/3;
  grid-row: 2/3;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .p-about-stressless__img:last-of-type {
    margin: 30px 0 0;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.p-about-important__desc {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (max-width: 767px) {
  .p-about-important__desc {
    margin: 20px 0 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p-about-important__img:first-of-type {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 767px) {
  .p-about-important__img:first-of-type {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-about-important__img:last-of-type {
  grid-column: 2/3;
  grid-row: 2/3;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .p-about-important__img:last-of-type {
    margin: 30px 0 0;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

/*  p-access
----------------------------------------------------------------- */
.p-access__detail__iframe {
  position: relative;
  height: 0;
  padding-top: 75%;
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .p-access__detail__iframe {
    margin: 30px 0 0;
  }
}
.p-access__detail__iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-access__detail__cta {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .p-access__detail__cta {
    margin: 15px 0 0;
  }
}
.p-access__detail__cta a {
  margin: 0 0 0 auto;
}

/*  p-blog
----------------------------------------------------------------- */
.p-blog-block__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-blog-block__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-blog-block__item {
  width: calc((100% - 24px) / 4);
}
@media (max-width: 767px) {
  .p-blog-block__item {
    width: calc((100% - 10px) / 2);
  }
}
.p-blog-block__item:nth-child(n+5) {
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .p-blog-block__item:nth-child(n+4) {
    margin: 5px 0 0;
  }
}
@media (max-width: 767px) {
  .p-blog-block__item:nth-child(n+3) {
    margin: 5px 0 0;
  }
}
.p-blog-block__item:not(:nth-child(4n+1)) {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .p-blog-block__item:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
.p-blog-block__date {
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  .p-blog-block__date {
    font-size: 1.4rem;
  }
}

/*  p-charge
----------------------------------------------------------------- */
.p-charge-block__ttl {
  line-height: 1.6;
}
.p-charge-block__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .p-charge-block__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-charge-block__desc {
  width: 440px;
  font-size: 1.9rem;
  line-height: 1.6;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .p-charge-block__desc {
    width: 100%;
    font-size: 1.4rem;
    margin: 20px 0 0;
  }
}
.p-charge-block__desc--bold {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
}
.p-charge-block__img {
  margin: 0 0 0 50px;
}
@media (max-width: 767px) {
  .p-charge-block__img {
    width: 100%;
    margin: 30px 0 0;
  }
}

.p-charge-tbl__ttl {
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .p-charge-tbl__ttl {
    margin: 40px 0 0;
  }
}
.p-charge-tbl__item {
  margin: 60px 0 0;
  width: 100%;
  border-bottom: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
}
@media (max-width: 767px) {
  .p-charge-tbl__item {
    margin: 30px 0 0;
  }
}
.p-charge-tbl th,
.p-charge-tbl td {
  font-size: 1.7rem;
  line-height: 1.8;
  border-top: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
  padding: 15px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-charge-tbl th,
.p-charge-tbl td {
    font-size: 1.2rem;
    padding: 6px 0;
  }
}
@media (max-width: 374px) {
  .p-charge-tbl th,
.p-charge-tbl td {
    font-size: 1rem;
  }
}
.p-charge-tbl thead th {
  color: #fff;
}
.p-charge-tbl thead tr:nth-of-type(1) th {
  background: #00A3EE;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-charge-tbl thead tr:nth-of-type(1) th {
    font-size: 1.5rem;
  }
}
.p-charge-tbl thead tr:nth-of-type(2) th {
  background: #74C8FC;
}
.p-charge-tbl tbody th {
  background: #f2f2f2;
}
.p-charge-tbl__notice {
  line-height: 1.5;
  font-size: 1.7rem;
  background: #f2f2f2;
  padding: 20px;
}
@media (max-width: 767px) {
  .p-charge-tbl__notice {
    font-size: 1.2rem;
    padding: 10px;
  }
}

.p-charge-system {
  margin: 100px 0 0;
}
@media (max-width: 767px) {
  .p-charge-system {
    margin: 50px 0 0;
  }
}
.p-charge-system__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-charge-system__item {
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .p-charge-system__item {
    margin: 20px 0 0;
  }
}
.p-charge-system__item:first-of-type {
  width: 100%;
}
.p-charge-system__item:not(:first-of-type) {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .p-charge-system__item:not(:first-of-type) {
    width: 100%;
  }
}
.p-charge-system__item:nth-of-type(2) {
  background-image: url(../img/charge/price_down.png);
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
  background-size: 127px 96px;
}
@media (max-width: 767px) {
  .p-charge-system__item:nth-of-type(2) {
    background-position: bottom 20px left 17.3333333333vw;
    background-size: 63px 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 374px) {
  .p-charge-system__item:nth-of-type(2) {
    background-position: bottom 20px left 10.6666666667vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-charge-system__item:nth-of-type(3) {
  background-image: url(../../img/charge/return.png);
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
  background-size: 141px 101px;
}
@media (max-width: 767px) {
  .p-charge-system__item:nth-of-type(3) {
    background-position: top 15px right 22px;
    background-size: 70px 50px;
  }
}
.p-charge-system__item__ttl {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
}
.p-charge-system__item__ttl--sm {
  color: #74C8FC;
}
@media (max-width: 767px) {
  .p-charge-system__item__ttl--sm {
    font-size: 1rem;
  }
}
.p-charge-system__item__ttl--lg {
  display: block;
  font-size: 1.9rem;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .p-charge-system__item__ttl--lg {
    font-size: 1.7rem;
    margin: 5px 0 0;
  }
}
.p-charge-system__bnr {
  margin: 30px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-charge-system__bnr {
    margin: 15px 0 0;
  }
}
.p-charge-system__bnr a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 530px;
  display: inline-block;
  max-width: 100%;
}
.p-charge-system__bnr a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-charge-system__bnr a {
    width: 265px;
  }
}
.p-charge-system__tbl {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  font-size: 1.8rem;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .p-charge-system__tbl {
    font-size: 1.5rem;
    margin: 15px 0 0 25%;
  }
}
@media (max-width: 374px) {
  .p-charge-system__tbl {
    margin: 15px 0 0;
  }
}
.p-charge-system__tbl__sm {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .p-charge-system__tbl__sm {
    font-size: 1.2rem;
  }
}
.p-charge-system__tbl td {
  padding-left: 15px;
  text-align: right;
}
@media (max-width: 767px) {
  .p-charge-system__tbl td {
    padding-left: 8px;
  }
}
.p-charge-system__tbl tr + tr th,
.p-charge-system__tbl tr + tr td {
  padding-top: 20px;
}
.p-charge-system__item__desc {
  margin: 30px 0 0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-charge-system__item__desc {
    font-size: 1.2rem;
    margin: 15px 0 0;
  }
}
.p-charge-system__item__desc--sm {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-charge-system__item__desc--sm {
    font-size: 1rem;
  }
}

/*  p-contact
----------------------------------------------------------------- */
.p-contact-tel {
  padding: 40px;
}
@media (max-width: 767px) {
  .p-contact-tel {
    padding: 20px;
  }
}
.p-contact-tel__ttl {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .p-contact-tel__ttl {
    font-size: 1.2rem;
  }
}
.p-contact-tel__time {
  color: #fff;
  font-size: 1.5rem;
  padding: 5px 35px;
  background-color: #74C8FC;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 0;
}
@media (max-width: 767px) {
  .p-contact-tel__time {
    font-size: 1rem;
    padding: 2px 12px;
    margin: 15px auto 0;
  }
}
.p-contact-tel__num {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  font-size: 2.4rem;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .p-contact-tel__num {
    font-size: 1.8rem;
    margin: 10px 0 0;
  }
}

.p-contact-form {
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .p-contact-form {
    margin: 40px 0 0;
  }
}

/*  p-faq
----------------------------------------------------------------- */
.p-faq-block__item {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .p-faq-block__item {
    padding: 30px 20px;
  }
}
.p-faq-block__item + .p-faq-block__item {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .p-faq-block__item + .p-faq-block__item {
    margin: 30px 0 0;
  }
}
.p-faq-block dt,
.p-faq-block dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-faq-block dt {
  margin: 12px 0 0;
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  .p-faq-block dt {
    margin: 6px 0 0;
    padding: 0 0 0 8px;
  }
}
.p-faq-block dd {
  border-top: 2px solid #DDECF8;
  margin: 40px 0 0;
  padding: 40px 0 0 15px;
}
@media (max-width: 767px) {
  .p-faq-block dd {
    margin: 15px 0 0;
    padding: 20px 0 0 8px;
  }
}
.p-faq-block dd .p-faq-block__icon {
  color: #fff;
}
.p-faq-block dd .p-faq-block__icon::before {
  background-color: #00A3EE;
}
.p-faq-block__question {
  font-size: 1.9rem;
  line-height: 1.6;
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .p-faq-block__question {
    font-size: 1.4rem;
    margin: -4px 0 0 15px;
  }
}
.p-faq-block__answer {
  font-size: 1.7rem;
  line-height: 1.8;
  margin: 0 0 0 33px;
}
@media (max-width: 767px) {
  .p-faq-block__answer {
    font-size: 1.2rem;
    margin: -4px 0 0 18px;
  }
}
.p-faq-block__icon {
  font-family: "init";
  font-weight: normal;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 2.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
@media (max-width: 767px) {
  .p-faq-block__icon {
    font-size: 1.4rem;
  }
}
.p-faq-block__icon::before {
  content: "";
  display: inline-block;
  width: 53px;
  height: 53px;
  border: 3px solid #000050;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -10;
}
@media (max-width: 767px) {
  .p-faq-block__icon::before {
    width: 26.5px;
    height: 26.5px;
  }
}

/*  p-message
----------------------------------------------------------------- */
.p-message-block__ttl--sm {
  color: #74C8FC;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-message-block__ttl--sm {
    margin-bottom: 5px;
  }
}
.p-message-block__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .p-message-block__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-message-block__img {
  width: 340px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-message-block__img {
    width: 245px;
    margin: 0 auto;
  }
}
.p-message-block__desc {
  font-size: 1.9rem;
  line-height: 2;
  margin: 0 0 0 60px;
}
@media (max-width: 767px) {
  .p-message-block__desc {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 40px 0 0;
  }
}
.p-message-block-item {
  margin: 120px 0 0;
}
@media (max-width: 767px) {
  .p-message-block-item {
    margin: 60px 0 0;
  }
}
.p-message-block-item__img, .p-message-block-item__desc {
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .p-message-block-item__img, .p-message-block-item__desc {
    margin: 20px 0 0;
  }
}
.p-message-block-item__desc {
  font-size: 1.9rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-message-block-item__desc {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/*  p-recruit
----------------------------------------------------------------- */
.p-recruit__cta {
  margin: 100px 0 0;
}
@media (max-width: 767px) {
  .p-recruit__cta {
    margin: 50px 0 0;
  }
}

/*  p-staff
----------------------------------------------------------------- */
.p-staff-block__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-staff-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-staff-block__item + li {
  padding: 50px 0 0;
  margin: 50px 0 0;
  border-top: 2px solid #DDECF8;
}
@media (max-width: 767px) {
  .p-staff-block__item + li {
    padding: 50px 0 0;
    margin: 40px 0 0;
  }
}
.p-staff-block__profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-staff-block__img {
  width: 340px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-staff-block__img {
    width: 170px;
  }
}
.p-staff-block__name {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .p-staff-block__name {
    margin: 15px 0 0;
  }
}
.p-staff-block__name--en {
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  .p-staff-block__name--en {
    font-size: 1.7rem;
  }
}
.p-staff-block__name--ja {
  display: inline-block;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  .p-staff-block__name--ja {
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
}
.p-staff-block__nationality {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  color: #74C8FC;
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .p-staff-block__nationality {
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
}
.p-staff-block__nationality::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 24px;
  margin: 0 10px 0 0;
  vertical-align: -6px;
}
@media (max-width: 767px) {
  .p-staff-block__nationality::before {
    width: 18px;
    height: 12px;
    margin: 0 5px 0 0;
    vertical-align: -2px;
  }
}
.p-staff-block__nationality--america::before {
  background: url(../../img/recruit/flag_america.svg) no-repeat center/contain;
}
.p-staff-block__nationality--japan::before {
  background: url(../../img/recruit/flag_japan.svg) no-repeat center/contain;
}
.p-staff-block__txt {
  margin: 0 0 0 60px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 767px) {
  .p-staff-block__txt {
    padding: 20px;
    margin: 20px 0 0;
  }
}
.p-staff-block__message {
  margin: 30px 0 0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-staff-block__message {
    margin: 15px 0 0;
    font-size: 1.2rem;
  }
}

.p-staff-recruit {
  margin: 120px 0 0;
  padding: 50px 0 60px;
}
@media (max-width: 767px) {
  .p-staff-recruit {
    margin: 60px 0 0;
    padding: 25px 0 30px;
  }
}
.p-staff-recruit__desc {
  font-size: 1.9rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-staff-recruit__desc {
    font-size: 1.4rem;
  }
}
.p-staff-recruit__cta {
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .p-staff-recruit__cta {
    margin: 40px 0 0;
  }
}

/*  p-thanks
----------------------------------------------------------------- */
.p-thanks-block__ttl {
  padding: 40px 0 0;
}
@media (max-width: 767px) {
  .p-thanks-block__ttl {
    padding: 20px 0 0;
  }
}
.p-thanks-block__desc {
  border-bottom: 2px solid #DDECF8;
  font-size: 1.9rem;
  line-height: 1.6;
  margin: 100px 0 0;
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .p-thanks-block__desc {
    font-size: 1.4rem;
    margin: 50px 0 0;
    padding: 0 0 40px;
  }
}
.p-thanks-block__sign {
  font-size: 1.7rem;
  line-height: 1.8;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .p-thanks-block__sign {
    font-size: 1.2rem;
    margin: 20px 0 0;
  }
}
.p-thanks-block__cta {
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .p-thanks-block__cta {
    margin: 40px 0 0;
  }
}

/*  p-voice
----------------------------------------------------------------- */
.p-voice-block__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .p-voice-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-voice-block__item + li {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .p-voice-block__item + li {
    margin: 30px 0 0;
  }
}
.p-voice-block__txt__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .p-voice-block__txt__top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-voice-block__course {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  font-size: 1.9rem;
  background-color: #f2f2f2;
  padding: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-voice-block__course {
    font-size: 1.4rem;
    padding: 8px 0;
    width: 100%;
  }
}
.p-voice-block__profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 20px;
}
@media (max-width: 1024px) {
  .p-voice-block__profile {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .p-voice-block__profile {
    margin: 10px 0 0 auto;
  }
}
.p-voice-block__profile__age {
  border-radius: 50px;
  color: #fff;
  background-color: #74C8FC;
  font-size: 1.7rem;
  padding: 6px 20px;
}
@media (max-width: 767px) {
  .p-voice-block__profile__age {
    font-size: 1.2rem;
    padding: 3px 10px;
  }
}
.p-voice-block__profile__name {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  color: #404040;
  font-size: 2rem;
  margin: 0 0 0 18px;
}
@media (max-width: 767px) {
  .p-voice-block__profile__name {
    font-size: 1.5rem;
  }
}
.p-voice-block__ttl {
  font-family: "init";
  font-weight: normal;
  font-family: "bold";
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .p-voice-block__ttl {
    font-size: 1.6rem;
    margin: 15px 0 0;
  }
}
.p-voice-block__desc {
  font-size: 1.7rem;
  line-height: 1.8;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .p-voice-block__desc {
    font-size: 1.2rem;
    margin: 15px 0 0;
  }
}
.p-voice-block__img {
  width: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 0 0 15px;
}
@media (max-width: 767px) {
  .p-voice-block__img {
    width: auto;
    margin: 0 0 15px;
  }
}

/* ==========================================================================
  Utility
  ========================================================================== */
/* margin */
.u-m-none {
  margin: 0;
}

.u-mt-none {
  margin-top: 0;
}

.u-mr-none {
  margin-right: 0;
}

.u-mb-none {
  margin-bottom: 0;
}

.u-ml-none {
  margin-left: 0;
}

.u-m-auto {
  margin: auto;
}

.u-mt-auto {
  margin-top: auto;
}

.u-mr-auto {
  margin-right: auto;
}

.u-mb-auto {
  margin-bottom: auto;
}

.u-ml-auto {
  margin-left: auto;
}

/* padding */
.u-p-none {
  padding: 0;
}

.u-pt-none {
  padding-top: 0;
}

.u-pr-none {
  padding-right: 0;
}

.u-pb-none {
  padding-bottom: 0;
}

.u-pl-none {
  padding-left: 0;
}

.u-p-auto {
  padding: auto;
}

.u-pt-auto {
  padding-top: auto;
}

.u-pr-auto {
  padding-right: auto;
}

.u-pb-auto {
  padding-bottom: auto;
}

.u-pl-auto {
  padding-left: auto;
}

/* border */
.u-b-none {
  border: none;
}

.u-bt-none {
  border-top: none;
}

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

.u-bb-none {
  border-bottom: none;
}

.u-bl-none {
  border-left: none;
}

/* display */
.u-dis-i {
  display: inline;
}

.u-dis-ib {
  display: inline-block;
}

.u-dis-b {
  display: block;
}

.u-dis-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

/* sp tab pc 表示切替 */
.u-pc-only {
  display: block;
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

@media (max-width: 1024px) {
  .u-tab-none {
    display: none;
  }
}

.u-tab-only {
  display: none;
}
@media (max-width: 1024px) {
  .u-tab-only {
    display: block;
  }
}

.u-sp-only {
  display: none;
}
@media (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

.u-pc-i {
  display: inline;
}
@media (max-width: 767px) {
  .u-pc-i {
    display: none;
  }
}

.u-sp-i {
  display: none;
}
@media (max-width: 767px) {
  .u-sp-i {
    display: inline;
  }
}

.u-pc-ib {
  display: inline-block;
}
@media (max-width: 767px) {
  .u-pc-ib {
    display: none;
  }
}

.u-sp-ib {
  display: none;
}
@media (max-width: 767px) {
  .u-sp-ib {
    display: inline-block;
  }
}

.u-pc-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .u-pc-f {
    display: none;
  }
}

.u-sp-f {
  display: none;
}
@media (max-width: 767px) {
  .u-sp-f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* font-feature-settings */
.u-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.u-c--primary {
  color: #00A3EE;
}

.u-c--accent {
  color: #EF9F34;
}

.u-c--white {
  color: #fff;
}

.u-c--sub-light {
  color: #74C8FC;
}

.u-bg--primary {
  background-color: #00A3EE;
}

.u-bg--base {
  background-color: #F3F7FC;
}

.u-bg--white {
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */