@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

*:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

ul,
ol {
  list-style: none;
}

/* remove border & off descender */
img {
  border: 0;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

a {
  color: #251E1C;
  text-decoration: none;
}

a:not([href]) {
  cursor: pointer;
}

/* remove descender */
svg,
input,
select,
textarea,
label {
  vertical-align: middle;
}

/* break word for all elements */
*,
*:before,
*:after {
  word-break: break-all;
}

/* [IE8-] New Tag from HTML5 */
main, article, aside, figcaption, figure,
footer, header, nav, section, details, summary {
  display: block;
}

em, i {
  font-style: normal;
}

.cf:after {
  height: 0;
  clear: both;
  display: block;
  content: '';
}

.hamburger {
  position: relative;
  display: block;
  width: 38px;
  height: 15px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (max-width: 767px) {
  .hamburger {
    width: 30px;
  }
}

.hamburger:hover {
  opacity: 0.6;
}

.hamburger i {
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #251E1C;
}

@media (max-width: 767px) {
  .hamburger i {
    background-color: #FFFFFF;
  }
}

.hamburger i:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.hamburger i:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hamburger i:nth-of-type(3) {
  top: 100%;
}

.hamburger-close {
  position: relative;
  display: block;
  width: 32px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (max-width: 767px) {
  .hamburger-close {
    width: 24px;
    height: 16px;
  }
}

.hamburger-close:hover {
  opacity: 0.6;
}

.hamburger-close:before, .hamburger-close:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 100%;
  background-color: #000;
}

.hamburger-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}


body {
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Sawarabi Mincho', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  min-width: 320px;
  color: #251E1C;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.font-text {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 920px;
}

@media (max-width: 1023px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .container.sp-sm {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.header {
  position: relative;
  height: 100vh;
  min-height: 680px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .header {
    height: auto;
    min-height: 0;
  }
}

.header-mv {
  position: relative;
  width: -moz-calc(100% - 142px);
  width: calc(100% - 142px);
  background: url("../images/mv_bg.jpg") no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .header-mv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.header-mv-symbol {
  display: block;
  position: absolute;
  bottom: 18px;
  left: 42px;
  width: 62px;
}

@media (max-width: 767px) {
  .header-mv-symbol {
    width: 30px;
    left: 18px;
    bottom: 12px;
  }
}

.header-bar {
  position: relative;
  width: 142px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .header-bar {
    z-index: 2;
    width: auto;
  }
}

@media (max-width: 767px) {
  .header-bar:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+45,000000+100 */
    background: white;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.83) 45%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -moz- oldlinear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.83) 45%, black 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.83) 45%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
    opacity: 0.27;
  }
}

.header-bar-inner {
  padding: 20px;
}

@media (max-width: 767px) {
  .header-bar-inner {
    position: relative;
    z-index: 1;
    padding: 12px;
  }
}

.header-bar-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-bar-hamburger {
  position: relative;
  display: block;
  width: 38px;
  height: 15px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (max-width: 767px) {
  .header-bar-hamburger {
    width: 30px;
  }
}

.header-bar-hamburger:hover {
  opacity: 0.6;
}

.header-bar-hamburger i {
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #251E1C;
}

@media (max-width: 767px) {
  .header-bar-hamburger i {
    background-color: #FFFFFF;
  }
}

.header-bar-hamburger i:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-bar-hamburger i:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-bar-hamburger i:nth-of-type(3) {
  top: 100%;
}

.header-bar-catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .header-bar-catch {
    margin-top: 20px;
  }
}

.header-bar-catch-main {
  width: 92px;
}

@media (max-width: 767px) {
  .header-bar-catch-main {
    width: 58px;
  }
}

.header-bar-catch-caption {
  width: 38px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .header-bar-catch-caption {
    margin-top: 10px;
    width: 28px;
  }
}

.header-bar-catch-since {
  width: 78px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .header-bar-catch-since {
    margin-top: 12px;
    width: 54px;
  }
}

.header-bar-title {
  width: 26px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .header-bar-title {
    width: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header-nav {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 5;
  width: 320px;
  color: #FFFFFF;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.header-nav.is-active {
  opacity: 1;
  pointer-events: auto;
}

.header-nav-inner {
  padding: 56px 48px;
}

.header-nav-close.hamburger-close {
  position: absolute;
  top: 18px;
  right: 22px;
}

@media (max-width: 767px) {
  .header-nav-close.hamburger-close {
    top: 12px;
    right: 12px;
  }
}

.header-nav-close.hamburger-close:before, .header-nav-close.hamburger-close:after {
  background: #FFFFFF;
}

.header-nav-groups > li + li {
  margin-top: 28px;
}

.header-nav-link {
  color: #FFFFFF;
  line-height: 2;
  font-weight: bold;
  font-size: 14px;
}

.header-nav-link:hover {
  text-decoration: underline;
}

.footer {
  padding-top: 72px;
  padding-bottom: 48px;
  background-color: #251E1C;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer-nav {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav-groups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-nav-groups > li {
  width: 33.33333%;
}

.footer-nav-list + .footer-nav-list {
  margin-top: 2em;
}

.footer-nav-link {
  display: block;
  color: #FFFFFF;
}

.footer-nav-link:hover {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .footer-bottom {
    margin-top: 0;
  }
}

.footer-bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .footer-bottom-content {
    max-width: 274px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer-sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-sns-list > li + li {
  margin-left: 16px;
}

.footer-sns-link {
  display: block;
  font-size: 0;
  width: 32px;
}

.footer-sns-link:hover {
  opacity: 0.8;
}

.footer-logo {
  margin-left: 80px;
  max-width: 62px;
}

@media (max-width: 767px) {
  .footer-logo {
    max-width: 38px;
    margin-left: 40px;
  }
}

.button-cta-lead {
  position: relative;
  text-align: center;
  line-height: 1;
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .button-cta-lead {
    font-size: 19px;
    margin-bottom: 16px;
  }
}

.button-cta-lead:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2874B5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button-cta-lead > span {
  position: relative;
  z-index: 1;
  background-color: #F8F8F8;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1023px) {
  .button-cta-lead > span {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.button-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 720px;
  width: 100%;
  background-color: #F06767;
  height: 128px;
  border-radius: 12px;
  color: #FFFFFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media (max-width: 1023px) {
  .button-cta {
    height: 78px;
  }
}

.button-cta:hover {
  background-color: #eb3939;
}

.button-cta-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  padding-left: 98px;
}

@media (max-width: 1023px) {
  .button-cta-body {
    padding-left: 60px;
  }
}

.button-cta-body:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  background: url("../images/contact_icon.svg") no-repeat center;
  background-size: cover;
}

@media (max-width: 1023px) {
  .button-cta-body:before {
    width: 50px;
    height: 50px;
  }
}

.button-cta-prefix {
  font-size: 17px;
  padding-bottom: 6px;
}

@media (max-width: 1023px) {
  .button-cta-prefix {
    font-size: 11px;
    padding-bottom: 6px;
  }
}

.button-cta-main {
  font-size: 42px;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .button-cta-main {
    font-size: 26px;
  }
}

.button-cta-suffix {
  font-size: 16px;
  padding-top: 6px;
}

@media (max-width: 1023px) {
  .button-cta-suffix {
    font-size: 12px;
    padding-top: 6px;
  }
}

.button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 350px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #2874B5;
  height: 76px;
  border-radius: 38px;
  font-size: 19px;
  color: #FFFFFF;
  text-align: justify;
  font-weight: bold;
  letter-spacing: 0.12em;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media (max-width: 767px) {
  .button {
    height: 60px;
    font-size: 15px;
    min-width: 280px;
  }
}

.button:hover {
  background-color: #22649c;
}

.button:hover .button-body:after {
  -webkit-transform: translate(8px, -50%);
  -moz-transform: translate(8px, -50%);
  -ms-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
}

.button.external .button-body {
  position: relative;
  padding-right: 28px;
}

@media (max-width: 767px) {
  .button.external .button-body {
    padding-right: 24px;
  }
}

.button.external .button-body:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url("../images/button_icon_external@2x.png") no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .button.external .button-body:after {
    width: 15px;
    height: 15px;
  }
}

.button-body {
  position: relative;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.overlay.show {
  visibility: visible;
  opacity: 1;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 48px;
  overflow: auto;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-transition: opacity 0.6s ease-in;
  -moz-transition: opacity 0.6s ease-in;
  transition: opacity 0.6s ease-in;
}

@media (max-width: 767px) {
  .modal {
    padding: 32px 28px;
  }
}

.modal.is-active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .modal-close {
    top: 12px;
    right: 12px;
  }
}

@-webkit-keyframes animationFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-moz-keyframes animationFadeIn {
  0% {
    opacity: 0;
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes animationFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes animationFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-moz-keyframes animationFadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(32px);
    transform: translateY(32px);
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes animationFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(32px);
    -moz-transform: translateY(32px);
    transform: translateY(32px);
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes animationFadeInUpScale {
  0% {
    opacity: 0;
    -webkit-transform: translateY(32px) scale(0.8);
    transform: translateY(32px) scale(0.8);
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-moz-keyframes animationFadeInUpScale {
  0% {
    opacity: 0;
    -moz-transform: translateY(32px) scale(0.8);
    transform: translateY(32px) scale(0.8);
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes animationFadeInUpScale {
  0% {
    opacity: 0;
    -webkit-transform: translateY(32px) scale(0.8);
    -moz-transform: translateY(32px) scale(0.8);
    transform: translateY(32px) scale(0.8);
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

.animation-fade-in-up {
  opacity: 0;
  -webkit-animation: 0.65s both ease-out;
  -moz-animation: 0.65s both ease-out;
  animation: 0.65s both ease-out;
}

.animation-fade-in-up.is-active {
  -webkit-animation-name: animationFadeInUp;
  -moz-animation-name: animationFadeInUp;
  animation-name: animationFadeInUp;
}

.animation-fade-in-up.scale.is-active {
  -webkit-animation-name: animationFadeInUpScale;
  -moz-animation-name: animationFadeInUpScale;
  animation-name: animationFadeInUpScale;
}

.animation-fade-in {
  opacity: 0;
  -webkit-animation: 0.65s both ease-in-out;
  -moz-animation: 0.65s both ease-in-out;
  animation: 0.65s both ease-in-out;
}

.animation-fade-in.is-active {
  -webkit-animation-name: animationFadeIn;
  -moz-animation-name: animationFadeIn;
  animation-name: animationFadeIn;
}

.animation-delay-lv-0 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animation-delay-lv-1 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animation-delay-lv-2 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animation-delay-lv-3 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@media (max-width: 767px) {
  .animation-delay-lv-3 {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
}

@media (max-width: 767px) {
  .animation-delay-lv-sp-reset {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
  }
}

.animation-duration-lv-1 {
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.animation-duration-lv-2 {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

@-webkit-keyframes leadScrollDownLine {
  0% {
/*    -webkit-transform: translate(-50%, -8px) scale(1, 0);
    transform: translate(-50%, -8px) scale(1, 0);*/
    height: 0;
    opacity: 0;
  }
  100% {
/*    -webkit-transform: translate(-50%, -8px) scale(1, 1);
    transform: translate(-50%, -8px) scale(1, 1);*/
    height: 110px;
    opacity: 1;
  }
}

@-moz-keyframes leadScrollDownLine {
  0% {
/*    -moz-transform: translate(-50%, -8px) scale(1, 0);
    transform: translate(-50%, -8px) scale(1, 0); */
    height: 0;
    opacity: 0;
  }
  100% {
/*    -moz-transform: translate(-50%, -8px) scale(1, 1);
    transform: translate(-50%, -8px) scale(1, 1); */
    height: 110px;
    opacity: 1;
  }
}

@keyframes leadScrollDownLine {
  0% {
/*    -webkit-transform: translate(-50%, -8px) scale(1, 0);
    -moz-transform: translate(-50%, -8px) scale(1, 0);
    transform: translate(-50%, -8px) scale(1, 0); */
    height: 0;
    opacity: 0;
  }
  100% {
/*    -webkit-transform: translate(-50%, -8px) scale(1, 1);
    -moz-transform: translate(-50%, -8px) scale(1, 1);
    transform: translate(-50%, -8px) scale(1, 1); */
    height: 110px;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  @-webkit-keyframes leadScrollDownLine {
    0% {
      height: 0;
      opacity: 0;
    }
    100% {
      height: 30px;
      opacity: 1;
    }
  }

  @-moz-keyframes leadScrollDownLine {
    0% {
      height: 0;
      opacity: 0;
    }
    100% {
      height: 30px;
      opacity: 1;
    }
  }

  @keyframes leadScrollDownLine {
    0% {
      height: 0;
      opacity: 0;
    }
    100% {
      height: 30px;
      opacity: 1;
    }
  }
}

.lead-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 64px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 767px) {
  .lead-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .lead-section .animation-fade-in-up {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
}

@media (max-width: 767px) {
  .lead-section .animation-fade-in-up.animation-delay-lv-1 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
}

@media (max-width: 767px) {
  .lead-section .animation-fade-in-up.animation-delay-lv-2 {
    -webkit-animation-delay: 2.3s;
    -moz-animation-delay: 2.3s;
    animation-delay: 2.3s;
  }
}

.lead-section-scroll-down {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 110px;
  height: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
/*  -webkit-transform: translate(-50%, -8px) scale(1, 0);
  -moz-transform: translate(-50%, -8px) scale(1, 0);
  -ms-transform: translate(-50%, -8px) scale(1, 0);
  transform: translate(-50%, -8px) scale(1, 0);
*/  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lead-section-scroll-down.is-active {
  -webkit-animation: leadScrollDownLine 3s cubic-bezier(1, 0.2, 0.2, 1) both;
  -moz-animation: leadScrollDownLine 3s cubic-bezier(1, 0.2, 0.2, 1) both;
  animation: leadScrollDownLine 3s cubic-bezier(1, 0.2, 0.2, 1) both;
}

@media (max-width: 767px) {
  .lead-section-scroll-down {
    height: 30px;
    /*margin-top: -16px;*/
  }
}

.lead-section-scroll-down:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .lead-section-scroll-down:after {
    width: 3px;
    height: 3px;
    left: -1px;
  }
}

.lead-section-title {
  text-align: center;
  font-size: 38px;
}

@media (max-width: 767px) {
  .lead-section-title {
    font-size: 16px;
  }
}

.lead-section-title-sub {
  width: 66px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .lead-section-title-sub {
    width: 42px;
    margin-top: 12px;
  }
}

.lead-section-main {
  margin-top: 56px;
}

@media (max-width: 767px) {
  .lead-section-main {
    margin-top: 16px;
  }
}

.lead-section-paragraph {
  font-size: 18px;
  text-align: center;
}

@media (max-width: 767px) {
  .lead-section-paragraph {
    font-size: 13px;
    margin-left: -8px;
    margin-right: -8px;
  }
}

.lead-section-paragraph + .lead-section-paragraph {
  margin-top: 1.8em;
}

.point-section {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #EEEFEF;
}

@media (max-width: 767px) {
  .point-section {
    padding-top: 32px;
    padding-bottom: 24px;
  }
}

.point-section-inner {
  max-width: 806px;
  margin-left: auto;
  margin-right: auto;
}

.point-section-inner .lead-section-title {
  margin-bottom: 40px;
}
.point-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .point-list {
    display: block;
  }
}

@media (max-width: 767px) {
  .point-list > li + li {
    margin-top: 20px;
  }
}

.point-item {
  max-width: 220px;
  width: 100%;
}

@media (max-width: 767px) {
  .point-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.point-note {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .point-note {
    white-space: normal;
    margin-left: -100%;
    display: block;
  }

  .point-item > dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 124px;
  }
  /*.point-list > li:last-child .point-item > dt {
    margin-top: -9em;
  }*/
}

.point-item > dd {
  margin-top: 26px;
}

@media (max-width: 767px) {
  .point-item > dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    width: -moz-calc(100% - 124px);
    width: calc(100% - 124px);
    padding-left: 20px;
    margin-top: 0;
  }
}

.point-item-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .point-item-caption {
    font-size: 15px;
    display: block;
    line-height: 1.3;
    text-align: center;
    margin-top: 8px;
  }
}

.point-item-caption > span {
  display: block;
}

.point-item-caption > span + span {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .point-item-caption > span + span {
    margin-left: 0;
  }
}

.point-item-figure {
  position: relative;
  padding: 5px;
  margin-top: 26px;
}

@media (max-width: 767px) {
  .point-item-figure {
    padding: 3px;
    margin-top: 0;
  }
}

.point-item-figure:before, .point-item-figure:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-color: #666;
}

@media (max-width: 767px) {
  .point-item-figure:before, .point-item-figure:after {
    width: 16px;
    height: 16px;
  }
}

.point-item-figure:before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}

.point-item-figure:after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}

.point-item-divider {
  max-width: 146px;
  margin-left: auto;
  margin-right: auto;
  background-color: #251E1C;
  height: 1px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .point-item-divider {
    margin-top: 16px;
    width: 100px;
    margin-left: 8px;
  }
}

.point-item-desc {
  text-align: justify;
  margin-top: 24px;
  font-size: 13px;
  max-width: 196px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}

@media (max-width: 767px) {
  .point-item-desc {
    margin-top: 0;
  }
}

.point-out {
  margin-top: 56px;
  font-size: 18px;
  text-align: justify;
  font-weight: bold;
}

@media (max-width: 767px) {
  .point-out {
    font-size: 14px;
    margin-top: 20px;
  }
}

.flow-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (max-width: 767px) {
  .flow-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@-webkit-keyframes moving1 {
  0% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
  25% {
    border-radius: 90% 50% 80% 50% / 50% 50% 70% 60%;
  }
  50% {
    border-radius: 60% 40% 70% 60% / 60% 80% 50% 50%;
  }
  75% {
    border-radius: 90% 70% 40% 70% / 50% 90% 70% 70%;
  }
  100% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
}

@-moz-keyframes moving1 {
  0% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
  25% {
    border-radius: 90% 50% 80% 50% / 50% 50% 70% 60%;
  }
  50% {
    border-radius: 60% 40% 70% 60% / 60% 80% 50% 50%;
  }
  75% {
    border-radius: 90% 70% 40% 70% / 50% 90% 70% 70%;
  }
  100% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
}

@keyframes moving1 {
  0% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
  25% {
    border-radius: 90% 50% 80% 50% / 50% 50% 70% 60%;
  }
  50% {
    border-radius: 60% 40% 70% 60% / 60% 80% 50% 50%;
  }
  75% {
    border-radius: 90% 70% 40% 70% / 50% 90% 70% 70%;
  }
  100% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
}

@-webkit-keyframes moving2 {
  0% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  }
  25% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
  50% {
    border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%;
  }
  100% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  }
}

@-moz-keyframes moving2 {
  0% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  }
  25% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
  50% {
    border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%;
  }
  100% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  }
}

@keyframes moving2 {
  0% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  }
  25% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
  50% {
    border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%;
  }
  100% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  }
}

@-webkit-keyframes moving3 {
  0% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
  25% {
    border-radius: 30% 50% 80% 50% / 60% 40% 30% 50%;
  }
  50% {
    border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%;
  }
  100% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
}

@-moz-keyframes moving3 {
  0% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
  25% {
    border-radius: 30% 50% 80% 50% / 60% 40% 30% 50%;
  }
  50% {
    border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%;
  }
  100% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
}

@keyframes moving3 {
  0% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
  25% {
    border-radius: 30% 50% 80% 50% / 60% 40% 30% 50%;
  }
  50% {
    border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%;
  }
  100% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }
}

.flow-list > li:nth-of-type(odd) .flow-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 767px) {
  .flow-list > li:nth-of-type(odd) .flow-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .flow-list > li:nth-of-type(odd) .flow-item-sub {
    left: 0;
  }
}

.flow-list > li:nth-of-type(even) .flow-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .flow-list > li:nth-of-type(even) .flow-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .flow-list > li:nth-of-type(even) .flow-item-sub {
    right: 0;
  }
}

.flow-list > li + li {
  margin-top: 36px;
}

@media (max-width: 767px) {
  .flow-list > li + li {
    margin-top: 32px;
  }
}

.flow-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .flow-item {
    position: relative;
    max-width: 328px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow-item-sub {
  width: 434px;
}

@media (max-width: 767px) {
  .flow-item-sub {
    position: absolute;
    width: 196px;
    top: 0;
  }
}

.flow-figure {
  position: relative;
  overflow: hidden;
  -webkit-animation: 7.5s linear infinite;
  -moz-animation: 7.5s linear infinite;
  animation: 7.5s linear infinite;
  max-width: 100%;
  width: 100%;
  cursor: pointer;
}

.flow-figure-01 {
  -webkit-animation-name: moving1;
  -moz-animation-name: moving1;
  animation-name: moving1;
}

.flow-figure-02 {
  -webkit-animation-name: moving2;
  -moz-animation-name: moving2;
  animation-name: moving2;
}

.flow-figure-03 {
  -webkit-animation-name: moving3;
  -moz-animation-name: moving3;
  animation-name: moving3;
}

.flow-item-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -moz-calc(100% - 434px);
  width: calc(100% - 434px);
  padding-right: 24px;
  padding-left: 24px;
}

@media (max-width: 767px) {
  .flow-item-main {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.flow-item-detail {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.flow-item-detail:before {
  content: '';
  position: absolute;
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-color: #E4007F;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .flow-item-detail:before {
    width: 80px;
    height: 80px;
  }
}

.flow-item-detail:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.flow-item-detail img {
  position: relative;
  z-index: 1;
}

.flow-item-01 .flow-item-main {
  padding-bottom: 16px;
  padding-left: 48px;
}

@media (max-width: 767px) {
  .flow-item-01 .flow-item-main {
    padding-bottom: 0;
    padding-top: 8px;
  }
}

.flow-item-01 .flow-item-detail {
  max-width: 288px;
}

@media (max-width: 767px) {
  .flow-item-01 .flow-item-detail {
    max-width: 142px;
  }
}

.flow-item-01 .flow-item-detail:before {
  top: 50%;
  right: 32%;
  left: auto;
  -webkit-transform: translate(50%, -50%) scale(0);
  -moz-transform: translate(50%, -50%) scale(0);
  -ms-transform: translate(50%, -50%) scale(0);
  transform: translate(50%, -50%) scale(0);
}

@media (max-width: 767px) {
  .flow-item-01 .flow-item-detail:before {
    top: 35%;
    right: 0;
    -webkit-transform: translate(0, -50%) scale(0);
    -moz-transform: translate(0, -50%) scale(0);
    -ms-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
  }
}

.flow-item-01 .flow-item-detail:hover:before {
  -webkit-transform: translate(50%, -50%) scale(1);
  -moz-transform: translate(50%, -50%) scale(1);
  -ms-transform: translate(50%, -50%) scale(1);
  transform: translate(50%, -50%) scale(1);
}

@media (max-width: 767px) {
  .flow-item-01 .flow-item-detail:hover:before {
    -webkit-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
  }
}

@media (max-width: 767px) {
  .flow-item-02 .flow-item-main {
    padding-top: 8px;
  }
}

.flow-item-02 .flow-item-detail {
  max-width: 277.2px;
}

@media (max-width: 767px) {
  .flow-item-02 .flow-item-detail {
    max-width: 167px;
  }
}

.flow-item-02 .flow-item-detail:before {
  top: 50%;
  left: 18%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

@media (max-width: 767px) {
  .flow-item-02 .flow-item-detail:before {
    top: 35%;
    left: 0;
    -webkit-transform: translate(0, -50%) scale(0);
    -moz-transform: translate(0, -50%) scale(0);
    -ms-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
  }
}

.flow-item-02 .flow-item-detail:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 767px) {
  .flow-item-02 .flow-item-detail:hover:before {
    -webkit-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
  }
}

.flow-item-03 .flow-item-main {
  padding-left: 56px;
}

@media (max-width: 767px) {
  .flow-item-03 .flow-item-main {
    padding-left: 0;
  }
}

.flow-item-03 .flow-item-detail {
  max-width: 259.2px;
}

@media (max-width: 767px) {
  .flow-item-03 .flow-item-detail {
    max-width: 128px;
  }
}

.flow-item-03 .flow-item-detail:before {
  top: 40%;
  right: 54%;
  -webkit-transform: translate(50%, -50%) scale(0);
  -moz-transform: translate(50%, -50%) scale(0);
  -ms-transform: translate(50%, -50%) scale(0);
  transform: translate(50%, -50%) scale(0);
}

@media (max-width: 767px) {
  .flow-item-03 .flow-item-detail:before {
    top: 30%;
    right: 15%;
    -webkit-transform: translate(0, -50%) scale(0);
    -moz-transform: translate(0, -50%) scale(0);
    -ms-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
  }
}

.flow-item-03 .flow-item-detail:hover:before {
  -webkit-transform: translate(50%, -50%) scale(1);
  -moz-transform: translate(50%, -50%) scale(1);
  -ms-transform: translate(50%, -50%) scale(1);
  transform: translate(50%, -50%) scale(1);
}

@media (max-width: 767px) {
  .flow-item-03 .flow-item-detail:hover:before {
    -webkit-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
  }
}

.flow-modal-container {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.flow-modal-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 767px) {
  .flow-modal-main {
    display: block;
  }
}

.flow-modal-main-body {
  position: relative;
  width: -moz-calc(100% - 154px);
  width: calc(100% - 154px);
  padding-left: 28px;
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .flow-modal-main-body {
    padding-left: 0;
    width: auto;
    padding-bottom: 20px;
  }
}

.flow-modal-main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 154px;
}

@media (max-width: 767px) {
  .flow-modal-main-header {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 64px;
    z-index: 1;
  }
}

.flow-modal-main-header-lead {
  padding-bottom: 70px;
}

.flow-modal-main-header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .flow-modal-main-header-title {
    display: none;
  }
}

.flow-modal-main-header-title img {
  display: block;
  width: 42px;
  height: auto;
}

.flow-modal-main-header-title img + img {
  margin-right: 20px;
  margin-top: 48px;
}

.flow-modal-main-content {
  margin-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
}

@media (max-width: 767px) {
  .flow-modal-main-content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
}

.flow-modal-main-content * + .flow-modal-headline {
  margin-top: 36px;
}

@media (max-width: 767px) {
  .flow-modal-main-content * + .flow-modal-headline {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .flow-modal-image {
    padding-left: 24px;
  }
}

.flow-modal-main-title {
  display: none;
}

@media (max-width: 767px) {
  .flow-modal-main-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    margin-left: -8px;
    margin-right: -8px;
    letter-spacing: -0.03em;
    font-size: 18px;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 20px;
  }
}

.flow-modal-headline {
  display: block;
  margin-bottom: 32px;
  text-align: left;
}

@media (max-width: 767px) {
  .flow-modal-headline {
    margin-bottom: 24px;
  }
}

.flow-modal-headline img {
  height: 40px;
  width: auto;
  display: block;
}

@media (max-width: 767px) {
  .flow-modal-headline img {
    height: 24px;
  }
}

.flow-modal-headline img + img {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .flow-modal-headline img + img {
    margin-top: 8px;
  }
}

.flow-modal-paragraph {
  font-size: 17px;
}

@media (max-width: 767px) {
  .flow-modal-paragraph {
    font-size: 13px;
  }
}

.flow-modal-paragraph + .flow-modal-paragraph {
  margin-top: 2em;
}

.flow-modal-sub {
  padding-top: 120px;
  border-top: 1px solid #000;
}

@media (max-width: 767px) {
  .flow-modal-sub {
    padding-top: 48px;
  }
}

.flow-modal-sub-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 832px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .flow-modal-sub-list > li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .flow-modal-sub-list > li + li {
    margin-left: 24px;
  }
}

.flow-modal-sub-item {
  position: relative;
  width: 374px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .flow-modal-sub-item {
    width: auto;
  }
}

.flow-modal-sub-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #E4007F;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .flow-modal-sub-item:before {
    width: 80px;
    height: 80px;
  }
}

.flow-modal-sub-item:hover {
  opacity: 0.9;
}

.flow-modal-sub-item:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.flow-modal-sub-item-figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
}

@media (max-width: 767px) {
  .flow-modal-sub-item-figure {
    width: 55%;
  }
}

.flow-modal-sub-item-def {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .flow-modal-sub-item-def {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.flow-modal-sub-item-def > dt {
  width: 112px;
  min-height: 150px;
}

@media (max-width: 767px) {
  .flow-modal-sub-item-def > dt {
    width: 54px;
    min-height: 72px;
  }
}

.flow-modal-sub-item-def > dd {
  margin-top: 32px;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .flow-modal-sub-item-def > dd {
    margin-top: 12px;
    font-size: 11px;
  }
}

.flow-modal-main-foot-figure {
  width: 280px;
  position: absolute;
  z-index: 1;
  left: -16px;
  bottom: 0;
  -webkit-transform: translate(-100%, 25%);
  -moz-transform: translate(-100%, 25%);
  -ms-transform: translate(-100%, 25%);
  transform: translate(-100%, 25%);
}

@media (max-width: 767px) {
  .flow-modal-main-foot-figure {
    width: 100px;
    left: -48px;
    -webkit-transform: translate(0, 36%);
    -moz-transform: translate(0, 36%);
    -ms-transform: translate(0, 36%);
    transform: translate(0, 36%);
  }
}

.flow-modal-main-foot-def {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 32px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -8px;
  padding-left: 40px;
  padding-right: 24px;
  left: -40px;
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}

@media (max-width: 767px) {
  .flow-modal-main-foot-def {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    padding-left: 64px;
    padding-right: 0;
    padding-top: 20px;
  }
}

.flow-modal-main-foot-def > dt {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}

@media (max-width: 767px) {
  .flow-modal-main-foot-def > dt {
    font-size: 12px;
  }
}

.flow-modal-main-foot-def > dd {
  position: relative;
  font-size: 11px;
  line-height: 1.2;
  margin-left: 12px;
  padding-left: 16px;
}

@media (max-width: 767px) {
  .flow-modal-main-foot-def > dd {
    font-size: 10px;
    margin-left: 10px;
    padding-left: 12px;
  }
}

.flow-modal-main-foot-def > dd:before {
  content: '';
  display: block;
  height: 28px;
  width: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow-modal-main-foot-def > dd > * {
  display: block;
}

.flow-modal-main-foot-def > dd > * + * {
  margin-top: 4px;
}

@media (max-width: 767px) {
  .flow-modal-main-foot-def > dd > * + * {
    margin-top: 2px;
  }
}

.flow-modal-main-foot-def > dd strong {
  font-size: 15px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .flow-modal-main-foot-def > dd strong {
    font-size: 12px;
  }
}

.flow-modal-main-foot-def > dd small {
  font-size: 11px;
}

@media (max-width: 767px) {
  .flow-modal-main-foot-def > dd small {
    font-size: 10px;
  }
}

.interview-section {
  background: url("../images/interview_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 56px;
  padding-bottom: 56px;
}

@media (max-width: 767px) {
  .interview-section {
    padding-top: 32px;
    padding-bottom: 24px;
  }
}

.interview-section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.interview-section-header-inner {
  padding-bottom: 8px;
  border-bottom: 1px solid #251E1C;
}

@media (max-width: 767px) {
  .interview-section-header-inner {
    padding-bottom: 4px;
  }
}

.interview-section-caption {
  display: block;
}

.interview-section-caption img {
  max-width: 362px;
}

@media (max-width: 767px) {
  .interview-section-caption img {
    max-width: 240px;
  }
}

.interview-section-title {
  font-size: 16px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .interview-section-title {
    margin-top: 8px;
    font-size: 12px;
  }
}

.interview-section-main {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .interview-section-main {
    margin-top: 24px;
  }
}

.interview-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .interview-content {
    display: block;
  }
}

.interview-image {
  position: relative;
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
  padding-right: 100px;
}

@media (max-width: 767px) {
  .interview-image {
    width: auto;
    padding-right: 0;
  }
}

.interview-image-figure {
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .interview-image-figure {
    height: auto;
  }
}

.interview-image-figure img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}

@media (max-width: 767px) {
  .interview-image-figure img {
    position: static;
    height: auto;
    width: 100%;
  }
}

.interview-person {
  width: 210px;
}

@media (max-width: 767px) {
  .interview-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px;
    max-width: 312px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.interview-person-thumbnail {
  width: 186px;
}

@media (max-width: 767px) {
  .interview-person-thumbnail {
    display: block;
    width: 134px;
  }
}

.interview-person-def {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .interview-person-def {
    width: -moz-calc(100% - 134px);
    width: calc(100% - 134px);
    padding-left: 20px;
    margin-top: 0;
  }
}

.interview-person-def > dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .interview-person-def > dt {
    display: block;
  }
}

.interview-person-def > dt strong,
.interview-person-def > dt small {
  display: block;
  font-weight: bold;
}

.interview-person-def > dt strong {
  font-size: 14px;
}

.interview-person-def > dt small {
  margin-left: 14px;
  font-size: 11px;
}

@media (max-width: 767px) {
  .interview-person-def > dt small {
    margin-left: 0;
    margin-top: 6px;
  }
}

.interview-person-def > dd {
  font-weight: bold;
  margin-top: 8px;
  font-size: 11px;
  line-height: 2;
  padding-bottom: 24px;
  border-bottom: 1px solid #251E1C;
}

@media (max-width: 767px) {
  .interview-person-def > dd {
    margin-top: 6px;
    padding-top: 12px;
    border-top: 1px solid #251E1C;
    font-size: 12px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.interview-section-footer {
  margin-top: 48px;
  text-align: center;
}

@media (max-width: 767px) {
  .interview-section-footer {
    margin-top: 20px;
  }
}

.interview-button {
  height: 46px;
  width: 260px;
  font-size: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #251E1C;
  border-radius: 46px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

@media (max-width: 767px) {
  .interview-button {
    width: 186px;
    height: 36px;
  }
}

.interview-button img {
  width: 62px;
}

@media (max-width: 767px) {
  .interview-button img {
    width: 45px;
  }
}

.interview-button:hover {
  background: #423632;
}

.interview-modal {
  padding-bottom: 0;
}

.interview-modal {
  background: url("../images/interview_modal_bg.jpg") repeat-y;
  background-size: 100% auto;
}

.interview-modal-lead {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.interview-modal-main {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .interview-modal-main {
    max-width: 290px;
  }
}

.interview-modal-main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px;
}

@media (max-width: 767px) {
  .interview-modal-main-header {
    margin-top: 24px;
  }
}

.interview-modal-main-title {
  font-size: 46px;
  padding-bottom: 24px;
  line-height: 1;
  border-bottom: 2px solid #000000;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .interview-modal-main-title {
    font-size: 17px;
    padding-bottom: 8px;
    border-bottom-width: 1px;
  }
}

.interview-modal-main-content {
  padding-top: 42px;
}

@media (max-width: 767px) {
  .interview-modal-main-content {
    padding-top: 16px;
  }
}

.interview-modal-main-paragraph {
  font-size: 17px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .interview-modal-main-paragraph {
    font-size: 13px;
  }
}

.interview-modal-main-def {
  position: relative;
  margin-top: 68px;
  padding-left: 88px;
}

@media (max-width: 767px) {
  .interview-modal-main-def {
    margin-top: 32px;
    padding-left: 0;
  }
}

.interview-modal-main-def > dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}

.interview-modal-main-def > dt > span {
  display: block;
  font-size: 29px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
}

@media (max-width: 767px) {
  .interview-modal-main-def > dt > span {
    font-size: 17px;
  }
}

.interview-modal-main-def > dd {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .interview-modal-main-def > dd {
    position: relative;
    padding-left: 88px;
  }
}

.interview-modal-main-def-figure {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-60%, -50%);
  -moz-transform: translate(-60%, -50%);
  -ms-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
  padding-right: 50px;
}

@media (max-width: 767px) {
  .interview-modal-main-def-figure {
    top: 0;
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    padding-right: 0;
  }
}

.interview-modal-main-def-figure img {
  max-width: 182px;
}

@media (max-width: 767px) {
  .interview-modal-main-def-figure img {
    max-width: 112px;
  }
}

.interview-modal-out {
  margin-top: 72px;
  margin-left: -48px;
  margin-right: -48px;
  background: #FFFFFF;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .interview-modal-out {
    padding-bottom: 32px;
    margin-left: -28px;
    margin-right: -28px;
    margin-top: 24px;
  }
}

.interview-modal-out-figure img {
  width: 100%;
}

.interview-modal-out-box-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.interview-modal-out-box {
  position: relative;
  border: 1px solid;
  margin-top: -32px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .interview-modal-out-box {
    margin-top: -12px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

.interview-modal-out-box-inner {
  padding: 36px 60px 36px 68px;
  font-weight: bold;
  font-size: 17px;
}

@media (max-width: 767px) {
  .interview-modal-out-box-inner {
    padding: 35px 40px;
    font-size: 12px;
  }
}

.interview-modal-out-box-inner:before, .interview-modal-out-box-inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
}

.interview-modal-out-box-inner:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border: 1px solid;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .interview-modal-out-box-inner:before {
    width: 16px;
    height: 16px;
  }
}

.interview-modal-out-box-inner:after {
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 18px;
  height: 36px;
}

@media (max-width: 767px) {
  .interview-modal-out-box-inner:after {
    width: 8px;
    height: 16px;
  }
}

.interview-modal-out-box-line {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1000px;
  height: 1px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.interview-modal-out-box-line:after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.message-section {
  padding-top: 84px;
  padding-bottom: 108px;
}

@media (max-width: 767px) {
  .message-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.message-section-title {
  text-align: center;
}

.message-section-title img {
  max-width: 238px;
}

@media (max-width: 767px) {
  .message-section-title img {
    max-width: 200px;
  }
}

.message-section-main {
  margin-top: 56px;
}

@media (max-width: 767px) {
  .message-section-main {
    margin-top: 32px;
    margin-left: -8px;
    margin-right: -8px;
    letter-spacing: -0.05em;
  }
}

.message-section-footer {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .message-section-footer {
    margin-top: 32px;
  }
}

.message-paragraph {
  font-size: 17px;
  line-height: 2;
  text-align: center;
}

@media (max-width: 767px) {
  .message-paragraph {
    font-size: 14px;
  }
}

.message-signature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .message-signature {
    display: block;
    text-align: center;
  }
}

.message-signature small {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .message-signature small {
    font-size: 14px;
    display: block;
  }
}

.message-signature strong {
  margin-left: 20px;
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .message-signature strong {
    display: block;
    font-size: 19px;
    margin-left: 0;
    margin-top: 2px;
  }
}

@media (max-width: 767px) {
  .sp-dn {
    display: none !important;
  }
}

.sp-db {
  display: none !important;
}

@media (max-width: 767px) {
  .sp-db {
    display: block !important;
  }
}

.pc-dn {
  display: none !important;
}

@media (max-width: 767px) {
  .pc-dn {
    display: block !important;
  }
}

.tab-db {
  display: none !important;
}

@media (max-width: 1023px) {
  .tab-db {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .tab-dn {
    display: none !important;
  }
}

/*# sourceMappingURL=../../maps/common.css.map */

.header ,
section {
  background: #fff;
}
.section-parallax {
  height: 100vh;
  background: none;

}
.section-parallax .bg {
  background-image: url(../images/bg-parallax.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  /*background-attachment: fixed;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.section-parallax.section-parallax-pink {
  height: 40vh;
  background-color: #e4007f;
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  transition: height 0.8s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.section-parallax.section-parallax-pink.is-active {
  height: 0;
}

.link-img {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.link-img:hover {
  opacity: .5;
}