﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

li {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
  transition: .3s
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

*, *:before, *:after {
  box-sizing: border-box
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

input::placeholder, textarea::placeholder {
  color: #caccd6
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
  -webkit-appearance: none
}

textarea {
  resize: vertical
}

html {
  font-size: 62.5%;
  overflow-x: auto
}

html.is-fixed {
  overflow-x: visible
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "Helvetica", sans-serif;
  line-height: 1.7;
  overflow: hidden
}

body.is-fixed {
  position: fixed;
  width: 100vw;
  height: 100vh
}

.container-padding {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

[class*="__container"] {
  margin-left: auto;
  margin-right: auto
}

.page-h2 {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center
}

@media only screen and (max-width: 810px) {
  .page-h2 {
    font-size: 2.4rem
  }
}

.page-h2 .subtitle {
  display: block;
  font-size: 1.6rem;
  color: #034996
}

@media only screen and (max-width: 810px) {
  .page-h2 .subtitle {
    font-size: 1rem
  }
}

.page-h2 .color {
  color: #034996
}

.modal-wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000001;
  max-width: 80rem;
  width: 100%;
  padding: 2rem;
  background: #000
}

.modal-close {
  position: absolute;
  top: -4.5rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  background: #fff;
  border-radius: 50%;
  cursor: pointer
}

@media only screen and (max-width: 810px) {
  .modal-close {
    right: 1rem
  }
}

.modal-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%
}

.modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer
}

@media only screen and (min-width: 551px) {
  .br-u-sp {
    display: none
  }
}

@media only screen and (max-width: 550px) {
  .br-o-sp {
    display: none
  }
}

@media only screen and (min-width: 811px) {
  .br-u-small {
    display: none
  }
}

@media only screen and (max-width: 810px) {
  .br-o-small {
    display: none
  }
}

@media only screen and (min-width: 1025px) {
  .br-u-middle {
    display: none
  }
}

@media only screen and (max-width: 1024px) {
  .br-o-middle {
    display: none
  }
}

@media only screen and (min-width: 1200px) {
  .br-u-large {
    display: none
  }
}

@media only screen and (max-width: 1199px) {
  .br-o-large {
    display: none
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 12rem
}

@media only screen and (max-width: 810px) {
  .header__container {
    height: 5.5rem
  }
}

.header__logo {
  flex: 0 0 40rem;
  padding: 0 1rem 0 5.5rem;
  opacity: 0;
  animation: header-fadedown 1s cubic-bezier(0, 1, 0.9, 1) 3s 1 forwards
}

@media only screen and (max-width: 1199px) {
  .header__logo {
    flex: 0 0 33rem;
    padding: 0
  }
}

@media only screen and (max-width: 1024px) {
  .header__logo {
    flex: 0 0 14rem
  }
}

@media only screen and (max-width: 810px) {
  .header__logo {
    flex: 0 0 10rem
  }
}

.header__tel {
  flex: 1;
  opacity: 0;
  animation: header-fadedown 1s cubic-bezier(0, 1, 0.9, 1) 3.1s 1 forwards;
  padding-right: 3rem
}

@media only screen and (max-width: 1400px) {
  .header__tel {
    padding-right: 1rem
  }
}

@media only screen and (max-width: 810px) {
  .header__tel {
    padding-right: 0.5rem
  }
}

.header__tel .link {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

@media only screen and (max-width: 810px) {
  .header__tel .link {
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid #000;
    border-radius: 50%;
    margin-left: auto
  }
}

.header__tel .link:hover {
  opacity: .7
}

.header__tel img {
  width: 2.6rem;
  transform: rotateZ(-6deg);
  margin-right: 0.5rem
}

@media only screen and (max-width: 1400px) {
  .header__tel img {
    width: 2.1rem
  }
}

@media only screen and (max-width: 810px) {
  .header__tel img {
    width: 1.5rem;
    margin-right: 0.2rem
  }
}

.header__tel .tel {
  font-size: 3.6rem;
  font-weight: 700
}

@media only screen and (max-width: 1400px) {
  .header__tel .tel {
    font-size: 2.6rem
  }
}

@media only screen and (max-width: 1199px) {
  .header__tel .tel {
    font-size: 2rem
  }
}

@media only screen and (max-width: 810px) {
  .header__tel .tel {
    display: none
  }
}

.header__cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10.5rem;
  opacity: 0;
  animation: header-fadedown 1s cubic-bezier(0, 1, 0.9, 1) 3.2s 1 forwards
}

@media only screen and (max-width: 810px) {
  .header__cta {
    padding-right: 4rem
  }
}

.header__cta .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  border: 2px solid #000;
  border-radius: 3rem;
  padding: 0.9rem 0
}

@media only screen and (max-width: 1400px) {
  .header__cta .btn {
    width: 19rem;
    font-size: 1.4rem
  }
}

@media only screen and (max-width: 1199px) {
  .header__cta .btn {
    width: 15rem;
    font-size: 1rem;
    padding: 0.4rem 0
  }
}

@media only screen and (max-width: 550px) {
  .header__cta .btn {
    width: 7rem
  }
}

.header__cta .btn:first-child {
  margin-right: 3rem
}

@media only screen and (max-width: 1400px) {
  .header__cta .btn:first-child {
    margin-right: 1rem
  }
}

@media only screen and (max-width: 810px) {
  .header__cta .btn:first-child {
    margin-right: 0.5rem
  }
}

.header__cta .btn.download {
  background: #cb003e
}

.header__cta .btn.download:hover {
  color: #cb003e;
  background: #fff
}

.header__cta .btn.contact {
  background: #4ca0dc
}

.header__cta .btn.contact:hover {
  color: #4ca0dc;
  background: #fff
}

.header__cta .btn img {
  margin-right: 2rem
}

@media only screen and (max-width: 1400px) {
  .header__cta .btn img {
    margin-right: 1rem
  }
}

@media only screen and (max-width: 1199px) {
  .header__cta .btn img {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.5rem
  }
}

@media only screen and (max-width: 550px) {
  .header__cta .btn .pc {
    display: none
  }
}

@media only screen and (min-width: 551px) {
  .header__cta .btn .sp {
    display: none
  }
}

.header-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  background: #fff
}

.header-nav__wrap {
  height: 100%;
  padding: 12rem 0;
  overflow-y: auto
}

@media only screen and (max-width: 810px) {
  .header-nav__wrap {
    padding: 10rem 0
  }
}

.header-nav__list {
  max-width: 35rem;
  margin: 0 auto 10rem
}

@media only screen and (max-width: 810px) {
  .header-nav__list {
    max-width: 21rem;
    margin: 0 auto 5rem
  }
}

.header-nav__item {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  padding: 1.7rem 0
}

@media only screen and (max-width: 810px) {
  .header-nav__item {
    font-size: 1.6rem;
    padding: 1.1rem 0
  }
}

.header-nav__link {
  display: inline-block
}

.header-nav__link:hover {
  animation: header-link .2s ease-in-out
}

.header-nav__cta {
  display: flex;
  justify-content: space-between;
  max-width: 53rem;
  margin: 0 auto
}

@media only screen and (max-width: 810px) {
  .header-nav__cta {
    display: block
  }
}

.header-nav__cta .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  border: 2px solid #000;
  border-radius: 3rem;
  padding: 0.9rem 0
}

@media only screen and (max-width: 810px) {
  .header-nav__cta .btn {
    margin: 0 auto 3rem
  }
}

.header-nav__cta .btn.download {
  background: #cb003e
}

.header-nav__cta .btn.download:hover {
  color: #cb003e;
  background: #fff
}

.header-nav__cta .btn.contact {
  background: #4ca0dc
}

.header-nav__cta .btn.contact:hover {
  color: #4ca0dc;
  background: #fff
}

.header-nav__cta .btn img {
  margin-right: 2rem
}

.hamburger-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20000;
  width: 12rem;
  height: 12rem;
  transition: .3s;
  cursor: pointer;
  opacity: 0;
  animation: header-fadedown 1s cubic-bezier(0, 1, 0.9, 1) 3.3s 1 forwards
}

@media only screen and (max-width: 810px) {
  .hamburger-btn {
    width: 5.5rem;
    height: 5.5rem
  }
}

.hamburger-btn a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 42px
}

@media only screen and (max-width: 810px) {
  .hamburger-btn a {
    width: 30px;
    height: 23px
  }
}

.hamburger-btn span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #034996;
  transition: transform .3s
}

.hamburger-btn span.bar-top.active {
  top: 20px;
  transform: rotate(45deg)
}

@media only screen and (max-width: 810px) {
  .hamburger-btn span.bar-top.active {
    top: 10px
  }
}

.hamburger-btn span.bar-center {
  top: 20px
}

@media only screen and (max-width: 810px) {
  .hamburger-btn span.bar-center {
    top: 10px
  }
}

.hamburger-btn span.bar-center.active {
  transform: scaleX(0)
}

.hamburger-btn span.bar-bottom {
  bottom: 0
}

.hamburger-btn span.bar-bottom.active {
  bottom: 19px;
  transform: rotate(135deg)
}

@media only screen and (max-width: 810px) {
  .hamburger-btn span.bar-bottom.active {
    bottom: 10px
  }
}

@keyframes header-fadedown {
  0% {
    transform: translateY(-30px);
    opacity: 0
  }
  80% {
    opacity: 1
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes header-link {
  0% {
    transform: translateY(0px)
  }
  50% {
    transform: translateY(-8px)
  }
  100% {
    transform: translateY(0)
  }
}

.footer-content1 {
  position: relative;
  background: #034996
}

.footer-content1__container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding: 6.5rem 0 4rem
}

@media only screen and (max-width: 1199px) {
  .footer-content1__container {
    display: block;
    max-width: 82rem
  }
}

@media only screen and (max-width: 810px) {
  .footer-content1__container {
    padding: 4rem 0 3.5rem
  }
}

.footer-content1__text .description {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 2;
  color: #fff
}

@media only screen and (max-width: 1199px) {
  .footer-content1__text .description {
    line-height: 1.9;
    text-align: center;
    margin-bottom: 3rem
  }
}

@media only screen and (max-width: 810px) {
  .footer-content1__text .description {
    font-size: 1.6rem
  }
}

.footer-content1__cta .cta-link {
  display: flex;
  margin-bottom: 2rem
}

@media only screen and (max-width: 1199px) {
  .footer-content1__cta .cta-link {
    justify-content: center
  }
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-link {
    display: block
  }
}

.footer-content1__cta .cta-link .box {
  position: relative;
  width: 33rem;
  height: 18rem;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 0
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-link .box {
    max-width: 33.5rem;
    margin: 0 auto
  }
}

.footer-content1__cta .cta-link .box:first-child {
  margin-right: 2.5rem
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-link .box:first-child {
    margin: 0 auto 2rem
  }
}

.footer-content1__cta .cta-link .box .text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.2em;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1rem
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-link .box .text {
    height: auto;
    font-size: 1.5rem;
    margin-bottom: 1.2rem
  }
}

.footer-content1__cta .cta-link .box .text span {
  color: #034996
}

.footer-content1__cta .cta-link .box .btn {
  display: flex;
  align-items: center;
  width: 25rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  border: 2px solid #000;
  border-radius: 3rem;
  padding: 1.4rem 0;
  margin: 0 auto
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-link .box .btn {
    width: 30.5rem;
    justify-content: center
  }
}

.footer-content1__cta .cta-link .box .btn img {
  margin-right: 1rem
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-link .box .btn img {
    width: 1.6rem;
    height: 1.6rem
  }
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-link .box.download {
    height: 17rem
  }
}

.footer-content1__cta .cta-link .box.download .image {
  position: absolute;
  bottom: -2rem;
  left: -2.8rem
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-link .box.download .image {
    bottom: -1.3rem;
    left: -1rem;
    width: 12.2rem
  }
}

.footer-content1__cta .cta-link .box.download .btn {
  background: #cb003e;
  padding-left: 3rem
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-link .box.download .btn {
    padding-left: 0
  }
}

.footer-content1__cta .cta-link .box.download .btn:hover {
  color: #cb003e;
  background: #fff
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-link .box.contact {
    height: 14rem
  }
}

.footer-content1__cta .cta-link .box.contact .image {
  position: absolute;
  bottom: -2rem;
  right: -1rem
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-link .box.contact .image {
    bottom: 0;
    width: 8.3rem
  }
}

.footer-content1__cta .cta-link .box.contact .btn {
  background: #4ca0dc;
  padding-left: 1.5rem
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-link .box.contact .btn {
    padding-left: 0
  }
}

.footer-content1__cta .cta-link .box.contact .btn:hover {
  color: #4ca0dc;
  background: #fff
}

.footer-content1__cta .cta-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-tel {
    max-width: 33.5rem;
    height: 6rem;
    color: #000;
    background: #fff;
    border-radius: 5.5rem;
    margin: 0 auto
  }
}

.footer-content1__cta .cta-tel .text {
  font-size: 1.7rem;
  font-weight: 700;
  margin-right: 3rem
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-tel .text {
    font-size: 1.1rem;
    margin-right: 1rem
  }
}

.footer-content1__cta .cta-tel .tel {
  padding-right: 2rem
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-tel .tel {
    padding-right: 0
  }
}

.footer-content1__cta .cta-tel .link {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-tel .link {
    font-size: 1.9rem
  }
}

.footer-content1__cta .cta-tel .link:hover {
  opacity: .7
}

.footer-content1__cta .cta-tel .link picture {
  line-height: 1
}

.footer-content1__cta .cta-tel .link img {
  margin-right: 0.5rem
}

@media only screen and (max-width: 810px) {
  .footer-content1__cta .cta-tel .link img {
    width: 1.6rem;
    margin: 0 0.5rem 0.1rem 0
  }
}

.footer-content1__figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.footer-content1__figure img {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  transform: translateY(-50%);
  z-index: 1
}

@media only screen and (max-width: 810px) {
  .footer-content1__figure img {
    max-width: 26rem;
    top: -1rem;
    left: -6rem;
    transform: none
  }
}

.footer-content2 {
  background: #141414
}

.footer-content2__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  color: #fff;
  padding: 4.5rem 0
}

@media only screen and (max-width: 810px) {
  .footer-content2__container {
    display: block
  }
}

@media only screen and (max-width: 810px) {
  .footer-content2__info {
    margin-bottom: 4rem
  }
}

.footer-content2__info .company {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem
}

.footer-content2__info .address {
  font-size: 1.4rem
}

.footer-content2__nav {
  font-family: "Segoe UI", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "Helvetica", sans-serif
}

.footer-content2__nav .list {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem
}

@media only screen and (max-width: 810px) {
  .footer-content2__nav .list {
    justify-content: flex-start;
    margin-bottom: 1.5rem
  }
}

.footer-content2__nav .list li {
  font-size: 1.4rem;
  line-height: 1.3;
  border-right: 1px solid #949494;
  padding: 0 2rem
}

.footer-content2__nav .list li:first-child {
  border-left: 1px solid #949494
}

.footer-content2__nav .list li a:hover {
  opacity: .7
}

.footer-content2__nav .copyright {
  font-size: 1.4rem;
  text-align: right
}

@media only screen and (max-width: 810px) {
  .footer-content2__nav .copyright {
    text-align: left
  }
}

.mv {
  background: url("../img/bg_mv01.png") center/cover
}

@media only screen and (max-width: 810px) {
  .mv {
    background: url("../img/bg_mv01_sp.png") bottom center/cover
  }
}

.mv__container {
  display: flex;
  justify-content: space-between;
  max-width: 158rem;
  height: 92rem
}

@media only screen and (max-width: 1024px) {
  .mv__container {
    height: 60rem
  }
}

@media only screen and (max-width: 810px) {
  .mv__container {
    display: block;
    height: auto
  }
}

.mv__text {
  flex: 0 0 50%;
  max-width: 79rem;
  padding-top: 19.5rem;
  margin: 0 auto
}

@media only screen and (max-width: 1024px) {
  .mv__text {
    padding-top: 12rem
  }
}

@media only screen and (max-width: 810px) {
  .mv__text {
    max-width: 45rem;
    padding-top: 8rem
  }
}

.mv__text .subtitle {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding-left: 6.5rem;
  margin-bottom: 1rem;
  opacity: 0;
  animation: fadeup 1s cubic-bezier(0, 1, 0.9, 1) 1 forwards
}

@media only screen and (max-width: 1600px) {
  .mv__text .subtitle {
    font-size: 2.2rem
  }
}

@media only screen and (max-width: 1400px) {
  .mv__text .subtitle {
    font-size: 1.8rem
  }
}

@media only screen and (max-width: 1199px) {
  .mv__text .subtitle {
    display: block;
    max-width: 34rem;
    padding-left: 0;
    margin: 0 auto 1rem
  }
}

@media only screen and (max-width: 810px) {
  .mv__text .subtitle {
    font-size: 1.6rem
  }
}

.mv__text .subtitle::before, .mv__text .subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 0.1rem;
  background: #000
}

.mv__text .subtitle::before {
  left: 1.5rem
}

@media only screen and (max-width: 1199px) {
  .mv__text .subtitle::before {
    left: 0
  }
}

.mv__text .subtitle::after {
  right: -5rem
}

@media only screen and (max-width: 1199px) {
  .mv__text .subtitle::after {
    right: 0
  }
}

.mv__text .subtitle .color {
  color: #034996
}

.mv__text .subtitle .dot {
  position: relative
}

.mv__text .subtitle .dot::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background: #034996;
  border-radius: 50%
}

@media only screen and (max-width: 1199px) {
  .mv__text .subtitle .dot::after {
    top: -0.1rem;
    width: 0.3rem;
    height: 0.3rem
  }
}

.mv__text .title {
  display: flex;
  padding-left: 1.5rem;
  margin-bottom: 5.5rem
}

@media only screen and (max-width: 1024px) {
  .mv__text .title {
    padding: 0 1.5rem;
    margin-bottom: 2.5rem
  }
}

.mv__text .title span {
  opacity: 0
}

.mv__text .title span:nth-child(1) {
  animation: mv-h 1s cubic-bezier(0, 1, 0.9, 1) 0.2s 1 forwards
}

.mv__text .title span:nth-child(2) {
  animation: mv-h 1s cubic-bezier(0, 1, 0.9, 1) 0.25s 1 forwards
}

.mv__text .title span:nth-child(3) {
  animation: mv-h 1s cubic-bezier(0, 1, 0.9, 1) 0.3s 1 forwards
}

.mv__text .title span:nth-child(4) {
  animation: mv-h 1s cubic-bezier(0, 1, 0.9, 1) 0.35s 1 forwards
}

.mv__text .title span:nth-child(5) {
  animation: mv-h 1s cubic-bezier(0, 1, 0.9, 1) 0.4s 1 forwards
}

.mv__text .title span:nth-child(6) {
  animation: mv-h 1s cubic-bezier(0, 1, 0.9, 1) 0.45s 1 forwards
}

.mv__text .title span:nth-child(7) {
  animation: mv-h 1s cubic-bezier(0, 1, 0.9, 1) 0.5s 1 forwards
}

.mv__text .title span:nth-child(8) {
  animation: mv-h 1s cubic-bezier(0, 1, 0.9, 1) 0.55s 1 forwards
}

.mv__text .title span:nth-child(9) {
  animation: mv-h 1s cubic-bezier(0, 1, 0.9, 1) 0.6s 1 forwards
}

.mv__text .title span:nth-child(10) {
  animation: mv-h 1s cubic-bezier(0, 1, 0.9, 1) 0.65s 1 forwards
}

.mv__text .title span:nth-child(11) {
  animation: mv-h 1s cubic-bezier(0, 1, 0.9, 1) 0.7s 1 forwards
}

.mv__text .title span:nth-child(12) {
  animation: mv-h 1s cubic-bezier(0, 1, 0.9, 1) 0.75s 1 forwards
}

.mv__text .title span:nth-child(13) {
  animation: mv-h 1s cubic-bezier(0, 1, 0.9, 1) 0.8s 1 forwards
}

.mv__text .catch {
  display: flex;
  justify-content: space-between;
  max-width: 74rem;
  margin: 0 auto 5rem;
  opacity: 0;
  animation: fadeup 1s cubic-bezier(0, 1, 0.9, 1) 1s 1 forwards
}

@media only screen and (max-width: 810px) {
  .mv__text .catch {
    max-width: 37rem;
    margin: 0 auto 3.5rem
  }
}

.mv__text .catch-box-l, .mv__text .catch-box-r {
  flex: 0 0 3rem;
  border: 3px solid #000
}

@media only screen and (max-width: 1199px) {
  .mv__text .catch-box-l, .mv__text .catch-box-r {
    flex: 0 0 1.8rem
  }
}

@media only screen and (max-width: 810px) {
  .mv__text .catch-box-l, .mv__text .catch-box-r {
    border: 1px solid #000
  }
}

.mv__text .catch-box-l {
  border-right: none
}

.mv__text .catch-box-r {
  border-left: none
}

.mv__text .catch-title {
  flex: 1;
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center
}

@media only screen and (max-width: 1400px) {
  .mv__text .catch-title {
    font-size: 2.4rem
  }
}

@media only screen and (max-width: 1199px) {
  .mv__text .catch-title {
    font-size: 2rem
  }
}

@media only screen and (max-width: 1024px) {
  .mv__text .catch-title {
    font-size: 1.8vw
  }
}

@media only screen and (max-width: 810px) {
  .mv__text .catch-title {
    font-size: 1.4rem
  }
}

.mv__text .catch-title span {
  color: #034996
}

.mv__text .icon {
  display: flex;
  justify-content: space-between;
  max-width: 55.5rem;
  margin: 0 auto 6.5rem
}

@media only screen and (max-width: 810px) {
  .mv__text .icon {
    max-width: 33rem;
    margin: 0 auto 4.5rem
  }
}

.mv__text .icon-item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 25rem;
  width: 100%;
  height: 8.7rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0
}

@media only screen and (max-width: 1024px) {
  .mv__text .icon-item {
    height: 7rem
  }
}

@media only screen and (max-width: 810px) {
  .mv__text .icon-item {
    display: block;
    height: auto;
    text-align: center;
    padding: 1.5rem
  }
}

.mv__text .icon-item:first-child {
  margin-right: 1.5rem;
  animation: fadeup 1s cubic-bezier(0, 1, 0.9, 1) 1.2s 1 forwards
}

.mv__text .icon-item:first-child .icon-image {
  animation: zoomup 0.8s cubic-bezier(0.25, 1, 0.5, 1) 3s forwards
}

.mv__text .icon-item:last-child {
  animation: fadeup 1s cubic-bezier(0, 1, 0.9, 1) 1.3s 1 forwards
}

.mv__text .icon-item:last-child .icon-image {
  animation: zoomup 0.8s cubic-bezier(0.25, 1, 0.5, 1) 3.1s forwards
}

.mv__text .icon-image {
  opacity: 0;
  margin-right: 1.5rem
}

@media only screen and (max-width: 1024px) {
  .mv__text .icon-image {
    width: 5rem
  }
}

@media only screen and (max-width: 810px) {
  .mv__text .icon-image {
    width: auto;
    height: 3.2rem;
    margin: 0 auto 0.6rem
  }
}

@media only screen and (max-width: 810px) {
  .mv__text .icon-image img {
    width: auto;
    height: 100%
  }
}

.mv__text .icon-text {
  font-size: 1.6rem;
  font-weight: 900
}

@media only screen and (max-width: 810px) {
  .mv__text .icon-text {
    font-size: 1.1rem
  }
}

.mv__text .icon-text span {
  color: #034996
}

.mv__text .btn {
  position: relative;
  max-width: 60rem;
  margin-left: 7.5rem
}

@media only screen and (max-width: 1400px) {
  .mv__text .btn {
    margin-left: 3rem
  }
}

@media only screen and (max-width: 1024px) {
  .mv__text .btn {
    max-width: 30.5rem;
    margin: 0 auto 3rem
  }
}

.mv__text .btn-head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 38rem
}

@media only screen and (max-width: 1024px) {
  .mv__text .btn-head {
    width: 23.5rem
  }
}

.mv__text .btn-head p {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  background: #fff;
  border: 2px solid #000;
  border-radius: 7.5rem;
  padding: 0.3rem;
  opacity: 0;
  animation: mv-h 1s cubic-bezier(0, 1, 0.9, 1) 3.8s 1 forwards
}

@media only screen and (max-width: 1024px) {
  .mv__text .btn-head p {
    font-size: 1rem;
    padding: 0.2rem
  }
}

.mv__text .btn-head span {
  color: #034996
}

.mv__text .btn-link {
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background: #cb003e;
  border: 2px solid #000;
  border-radius: 7.5rem;
  padding: 2.8rem 0 2rem;
  opacity: 0;
  animation: zoomup 0.8s cubic-bezier(0.25, 1, 0.5, 1) 3s forwards
}

@media only screen and (max-width: 1024px) {
  .mv__text .btn-link {
    font-size: 1.5rem;
    padding: 1.8rem 0 1.3rem
  }
}

.mv__text .btn-link:hover {
  color: #cb003e;
  background: #fff
}

.mv__image {
  flex: 0 0 50%;
  position: relative;
  max-width: 79rem;
  margin: 0 auto;
  animation: mv-human2 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1.8s 1 forwards
}

@media only screen and (max-width: 810px) {
  .mv__image {
    max-width: 34rem
  }
}

.mv__image .image {
  display: inline-block;
  position: absolute;
  opacity: 0
}

.mv__image .image.image1 {
  position: relative;
  top: 15.5rem;
  left: 20rem;
  z-index: 3;
  animation: mv-human1 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards
}

@media only screen and (max-width: 1600px) {
  .mv__image .image.image1 {
    top: 20.5rem;
    left: 23rem;
    width: 20rem
  }
}

@media only screen and (max-width: 1400px) {
  .mv__image .image.image1 {
    left: 19rem
  }
}

@media only screen and (max-width: 1199px) {
  .mv__image .image.image1 {
    top: 24rem;
    left: 17rem;
    width: 16rem
  }
}

@media only screen and (max-width: 1024px) {
  .mv__image .image.image1 {
    left: 14rem;
    width: 12.6rem
  }
}

@media only screen and (max-width: 810px) {
  .mv__image .image.image1 {
    top: 0;
    left: 9rem
  }
}

.mv__image .image.image2 {
  top: 26.5rem;
  left: 10.5rem;
  z-index: 2;
  animation: mv-human1 0.5s cubic-bezier(0.12, 0, 0.39, 0) 0.6s 1 forwards
}

@media only screen and (max-width: 1600px) {
  .mv__image .image.image2 {
    top: 28.5rem;
    left: 16.5rem;
    width: 12rem
  }
}

@media only screen and (max-width: 1400px) {
  .mv__image .image.image2 {
    left: 12.5rem
  }
}

@media only screen and (max-width: 1199px) {
  .mv__image .image.image2 {
    top: 31rem;
    left: 12rem;
    width: 9.6rem
  }
}

@media only screen and (max-width: 1024px) {
  .mv__image .image.image2 {
    top: 29rem;
    left: 9.8rem;
    width: 7.6rem
  }
}

@media only screen and (max-width: 810px) {
  .mv__image .image.image2 {
    top: 5rem;
    left: 5rem
  }
}

.mv__image .image.image3 {
  top: 23.5rem;
  left: 43rem;
  z-index: 2;
  animation: mv-human1 0.5s cubic-bezier(0.12, 0, 0.39, 0) 0.8s 1 forwards
}

@media only screen and (max-width: 1600px) {
  .mv__image .image.image3 {
    top: 26rem;
    left: 39.5rem;
    width: 14.8rem
  }
}

@media only screen and (max-width: 1400px) {
  .mv__image .image.image3 {
    left: 35.5rem
  }
}

@media only screen and (max-width: 1199px) {
  .mv__image .image.image3 {
    top: 28.5rem;
    left: 30rem;
    width: 11.8rem
  }
}

@media only screen and (max-width: 1024px) {
  .mv__image .image.image3 {
    top: 27.5rem;
    left: 24.3rem;
    width: 9.3rem
  }
}

@media only screen and (max-width: 810px) {
  .mv__image .image.image3 {
    top: 3.5rem;
    left: 19.5rem
  }
}

.mv__image .image.image4 {
  top: 27.5rem;
  left: 0;
  z-index: 1;
  animation: mv-human1 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1s 1 forwards
}

@media only screen and (max-width: 1600px) {
  .mv__image .image.image4 {
    top: 29.5rem;
    left: 8.5rem;
    width: 11.4rem
  }
}

@media only screen and (max-width: 1400px) {
  .mv__image .image.image4 {
    left: 4.5rem
  }
}

@media only screen and (max-width: 1199px) {
  .mv__image .image.image4 {
    top: 32rem;
    left: 5.5rem;
    width: 9.1rem
  }
}

@media only screen and (max-width: 1024px) {
  .mv__image .image.image4 {
    top: 29.5rem;
    left: 4.8remrem;
    width: 7.2rem
  }
}

@media only screen and (max-width: 810px) {
  .mv__image .image.image4 {
    top: 5.5rem;
    left: 0
  }
}

.mv__image .image.image5 {
  top: 29rem;
  left: 56rem;
  z-index: 1;
  animation: mv-human1 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1.2s 1 forwards
}

@media only screen and (max-width: 1600px) {
  .mv__image .image.image5 {
    top: 30rem;
    left: 49rem;
    width: 13.4rem
  }
}

@media only screen and (max-width: 1400px) {
  .mv__image .image.image5 {
    left: 45rem
  }
}

@media only screen and (max-width: 1199px) {
  .mv__image .image.image5 {
    top: 32.5rem;
    left: 37.5rem;
    width: 10.7rem
  }
}

@media only screen and (max-width: 1024px) {
  .mv__image .image.image5 {
    top: 30rem;
    left: 30.2rem;
    width: 8.4rem
  }
}

@media only screen and (max-width: 810px) {
  .mv__image .image.image5 {
    top: 6rem;
    left: 25.3rem
  }
}

.problem__container {
  padding-top: 5rem
}

.problem__title {
  position: relative;
  margin-bottom: 8rem
}

@media only screen and (max-width: 810px) {
  .problem__title {
    margin-bottom: 4rem
  }
}

.problem__title::after {
  content: "";
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 116rem;
  height: 0.1rem;
  background: #000
}

.problem__title .block {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  padding: 0 8rem
}

@media only screen and (max-width: 1024px) {
  .problem__title .block {
    padding: 0 4rem
  }
}

@media only screen and (max-width: 810px) {
  .problem__title .block {
    font-size: 2.4rem;
    padding: 0 2rem
  }
}

@media only screen and (max-width: 550px) {
  .problem__title .block {
    font-size: 1.6rem
  }
}

.problem__title .color {
  color: #034996
}

.problem__content {
  display: flex;
  justify-content: space-between;
  max-width: 165rem;
  margin: 0 auto
}

@media only screen and (max-width: 810px) {
  .problem__content {
    flex-wrap: wrap
  }
}

.problem__item {
  position: relative;
  max-width: 24rem;
  margin: 0 0.2rem;
  opacity: 0
}

@media only screen and (max-width: 810px) {
  .problem__item {
    flex: 0 0 32%;
    margin: 0
  }
}

@media only screen and (max-width: 810px) {
  .problem__item:nth-child(1), .problem__item:nth-child(2), .problem__item:nth-child(3) {
    margin-bottom: 1em
  }
}

.problem__item .text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%
}

@media only screen and (max-width: 1400px) {
  .problem__item .text {
    top: 13%
  }
}

@media only screen and (max-width: 810px) {
  .problem__item .text {
    top: 9%;
    height: 6.5em
  }
}

@media only screen and (max-width: 550px) {
  .problem__item .text {
    height: 3.5em
  }
}

.problem__item .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}

@media only screen and (max-width: 1400px) {
  .problem__item .title {
    font-size: 1.1vw
  }
}

@media only screen and (max-width: 810px) {
  .problem__item .title {
    font-size: 1.5rem
  }
}

@media only screen and (max-width: 550px) {
  .problem__item .title {
    font-size: 1rem;
    line-height: 1.3
  }
}

.problem__item .title .color {
  color: #034996
}

.problem__item.start {
  animation: fadeup 1s cubic-bezier(0, 1, 0.9, 1) 1 forwards
}

.problem__item.start.disp2 {
  animation-delay: 0.2s
}

.problem__item.start.disp3 {
  animation-delay: 0.4s
}

.problem__item.start.disp4 {
  animation-delay: 0.6s
}

.problem__item.start.disp5 {
  animation-delay: 0.8s
}

.problem__item.start.disp6 {
  animation-delay: 1s
}

.problem__catch {
  position: relative;
  z-index: 3;
  background: #034996;
  padding: 6.5rem 2rem;
  margin-top: -0.1rem
}

@media only screen and (max-width: 810px) {
  .problem__catch {
    padding: 2rem
  }
}

.problem__catch .inner {
  position: relative;
  max-width: 140rem;
  background: #fff;
  border-radius: 1rem;
  padding: 3.5rem 8rem;
  margin: 0 auto
}

@media only screen and (max-width: 810px) {
  .problem__catch .inner {
    padding: 2rem
  }
}

.problem__catch .title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}

@media only screen and (max-width: 1400px) {
  .problem__catch .title {
    font-size: 2.4vw
  }
}

@media only screen and (max-width: 810px) {
  .problem__catch .title {
    font-size: 2rem
  }
}

@media only screen and (max-width: 550px) {
  .problem__catch .title {
    text-align: left
  }
}

.problem__catch .title span {
  color: #cb003e;
  border-bottom: 1px dashed #cb003e
}

.problem__catch .image {
  position: absolute;
  bottom: -6.5rem;
  right: -1rem;
  z-index: 4
}

@media only screen and (max-width: 1024px) {
  .problem__catch .image {
    max-width: 12.2rem;
    bottom: 0;
    right: -3rem
  }
}

.service {
  position: relative
}

.service::after {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  transform: skewY(-7deg);
  z-index: -1;
  width: 100%;
  height: 92%;
  background: #f5f5f5
}

@media only screen and (max-width: 810px) {
  .service::after {
    top: 4rem;
    height: 96%
  }
}

.service__container {
  max-width: 1200px;
  padding: 7rem 0 10rem
}

@media only screen and (max-width: 810px) {
  .service__container {
    padding: 6rem 0 7rem
  }
}

.service__title {
  margin-bottom: 2.5rem
}

@media only screen and (max-width: 810px) {
  .service__title {
    margin-bottom: 1rem
  }
}

.service__description {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4rem
}

@media only screen and (max-width: 810px) {
  .service__description {
    font-size: 1.4rem;
    margin-bottom: 3rem
  }
}

@media only screen and (max-width: 550px) {
  .service__description {
    text-align: left
  }
}

.service__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8.5rem
}

@media only screen and (max-width: 810px) {
  .service__content {
    display: block;
    margin-bottom: 6rem
  }
}

.service__item {
  max-width: 55rem;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0.5rem;
  padding: 2.5rem 2.5rem 3.5rem
}

@media only screen and (max-width: 810px) {
  .service__item {
    padding: 2rem;
    margin: 0 auto
  }
}

.service__item:first-child {
  margin-right: 1rem
}

@media only screen and (max-width: 810px) {
  .service__item:first-child {
    margin: 0 auto 3rem
  }
}

.service__item .head {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #034996;
  background: #daeaf5;
  border-radius: 7.5rem;
  padding: 0.8rem 0;
  margin-bottom: 2rem
}

@media only screen and (max-width: 1024px) {
  .service__item .head {
    font-size: 1.2rem
  }
}

@media only screen and (max-width: 550px) {
  .service__item .head {
    font-size: 1rem;
    margin-bottom: 1rem
  }
}

.service__item .catch {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15.5rem;
  margin-bottom: 1.5rem
}

@media only screen and (max-width: 810px) {
  .service__item .catch {
    display: block;
    height: auto
  }
}

.service__item .title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #034996
}

@media only screen and (max-width: 1199px) {
  .service__item .title {
    flex: 1;
    font-size: 1.8vw
  }
}

@media only screen and (max-width: 810px) {
  .service__item .title {
    font-size: 1.9rem;
    margin-bottom: 1.5rem
  }
}

.service__item .image {
  margin-left: 2rem
}

@media only screen and (max-width: 1199px) {
  .service__item .image {
    flex: 1;
    text-align: center;
    margin-left: 0
  }
}

@media only screen and (max-width: 810px) {
  .service__item .image {
    margin-bottom: 1.5rem
  }
}

.service__item .description {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 2rem
}

@media only screen and (max-width: 810px) {
  .service__item .description {
    font-size: 1.3rem
  }
}

.service__item .link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 33rem;
  height: 5rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #000;
  margin: 0 auto;
  border-radius: 0.5rem
}

@media only screen and (max-width: 810px) {
  .service__item .link-btn {
    max-width: 28.5rem;
    font-size: 1.3rem
  }
}

.service__item .link-btn:hover {
  color: #fff;
  background: #034996
}

.service__item .link-btn span {
  position: relative
}

.service__item .link-btn span::before {
  content: url("../img/icon_arrow03.svg");
  position: absolute;
  top: 50%;
  left: -3rem;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem
}

.service__subtitle {
  position: relative;
  margin-bottom: 5rem
}

@media only screen and (max-width: 810px) {
  .service__subtitle {
    margin-bottom: 4rem
  }
}

.service__subtitle::after {
  content: "";
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 79rem;
  height: 0.1rem;
  background: #000
}

.service__subtitle .block {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background: #f5f5f5;
  padding: 0 7rem
}

@media only screen and (max-width: 810px) {
  .service__subtitle .block {
    font-size: 1.6rem;
    padding: 0 2rem
  }
}

.service__slide {
  padding-bottom: 5rem
}

.service__slide .item {
  height: auto;
  max-width: 28.5rem;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0.5rem;
  padding: 2rem 2.5rem 3rem
}

.service__slide .head {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #034996;
  background: #daeaf5;
  border-radius: 7.5rem;
  padding: 0.6rem 0;
  margin-bottom: 2rem
}

@media only screen and (max-width: 550px) {
  .service__slide .head {
    font-size: 1rem;
    margin-bottom: 1rem
  }
}

.service__slide .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #034996;
  margin-bottom: 1.5rem
}

.service__slide .description {
  font-size: 1.5rem
}

@media only screen and (max-width: 810px) {
  .service__slide .description {
    font-size: 1.3rem
  }
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  height: 10px;
  width: 100%;
  background: #cecece
}

.swiper-scrollbar-drag {
  background: #034996
}

.contact {
  position: relative;
  background: #034996;
  padding-top: 4rem;
  padding-bottom: 4rem
}

.contact__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  display: flex;
  justify-content: space-between
}

@media only screen and (max-width: 810px) {
  .contact__container {
    display: block
  }
}

.contact__item {
  position: relative;
  max-width: 56rem;
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 0
}

@media only screen and (max-width: 810px) {
  .contact__item {
    max-width: 40rem;
    margin: 0 auto
  }
}

.contact__item:first-child {
  margin-right: 1rem
}

@media only screen and (max-width: 810px) {
  .contact__item:first-child {
    margin: 0 auto 2rem
  }
}

.contact__item .text {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.2rem
}

.contact__item .text span {
  color: #034996
}

.contact__item .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  border: 2px solid #000;
  border-radius: 3rem;
  padding: 1.4rem 0;
  margin: 0 auto
}

@media only screen and (max-width: 810px) {
  .contact__item .btn {
    width: 30.5rem;
    font-size: 1.6rem
  }
}

.contact__item .btn img {
  margin-right: 1rem
}

@media only screen and (max-width: 810px) {
  .contact__item .btn img {
    width: 1.6rem;
    height: 1.6rem
  }
}

.contact__item.download .image {
  position: absolute;
  bottom: 1rem;
  left: 3rem
}

@media only screen and (max-width: 1024px) {
  .contact__item.download .image {
    bottom: -1.3rem;
    left: -1rem;
    width: 12.2rem
  }
}

.contact__item.download .btn {
  background: #cb003e
}

.contact__item.download .btn:hover {
  color: #cb003e;
  background: #fff
}

.contact__item.contact .image {
  position: absolute;
  bottom: 1rem;
  right: 4.2rem
}

@media only screen and (max-width: 1024px) {
  .contact__item.contact .image {
    bottom: 0;
    right: -0.8rem;
    width: 8.3rem
  }
}

.contact__item.contact .btn {
  background: #4ca0dc
}

.contact__item.contact .btn:hover {
  color: #4ca0dc;
  background: #fff
}

.contact__figure {
  position: absolute;
  top: 6rem;
  left: -6.5rem;
  z-index: 1
}

@media only screen and (max-width: 810px) {
  .contact__figure {
    top: 8.5rem;
    left: -29rem
  }
}

.point__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 8rem 0 20rem
}

@media only screen and (max-width: 810px) {
  .point__container {
    display: block;
    max-width: 50rem;
    padding: 3.5rem 0 43rem
  }
}

.point__head {
  flex: 0 0 40%;
  padding-top: 2rem
}

.point__title {
  font-size: 2.2rem;
  text-align: left;
  margin-bottom: 3rem
}

@media only screen and (max-width: 810px) {
  .point__title {
    font-size: 1.5rem;
    margin-bottom: 1rem
  }
}

@media only screen and (max-width: 810px) {
  .point__title .subtitle {
    display: inline-block;
    font-size: 1.1rem;
    margin-right: 1.5rem
  }
}

.point__catch {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 2.4
}

@media only screen and (max-width: 1400px) {
  .point__catch {
    font-size: 3.8rem
  }
}

@media only screen and (max-width: 1199px) {
  .point__catch {
    font-size: 3.2vw
  }
}

@media only screen and (max-width: 810px) {
  .point__catch {
    font-size: 2.6rem;
    margin-bottom: 2.5rem
  }
}

.point__catch .color {
  color: #034996;
  border-bottom: 1px solid #034996
}

.point__catch strong {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.7;
  color: #fff;
  background: #034996;
  padding: 0 3rem;
  margin-right: 1rem
}

@media only screen and (max-width: 810px) {
  .point__catch strong {
    padding: 0.5rem 2.5rem
  }
}

.point__content {
  flex: 0 0 60%
}

.point__item {
  position: relative;
  max-width: 60rem;
  margin-bottom: 7.5rem;
  opacity: 0
}

@media only screen and (max-width: 1199px) {
  .point__item {
    margin-bottom: 4.5rem
  }
}

.point__item:nth-of-type(2) {
  margin-left: 5rem
}

@media only screen and (max-width: 1024px) {
  .point__item:nth-of-type(2) {
    margin-left: 3rem
  }
}

@media only screen and (max-width: 810px) {
  .point__item:nth-of-type(2) {
    margin-left: 0
  }
}

.point__item:nth-of-type(3) {
  margin-left: 10rem
}

@media only screen and (max-width: 1024px) {
  .point__item:nth-of-type(3) {
    margin-left: 6rem
  }
}

@media only screen and (max-width: 810px) {
  .point__item:nth-of-type(3) {
    margin-left: 0
  }
}

.point__item .no {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Oswald", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "Helvetica", sans-serif;
  font-size: 4.8rem;
  color: #034996;
  padding-left: 4.5rem
}

@media only screen and (max-width: 1199px) {
  .point__item .no {
    font-size: 3.1rem;
    padding-left: 2rem
  }
}

.point__item .no::before {
  content: "";
  position: absolute;
  top: 7rem;
  left: 0;
  width: 10rem;
  height: 10rem;
  background: #ddecf6
}

@media only screen and (max-width: 1199px) {
  .point__item .no::before {
    top: 5rem;
    width: 5.6rem;
    height: 5.6rem
  }
}

.point__item .no::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: 12rem;
  transform: rotateZ(13deg);
  transform-origin: top;
  width: 0.1rem;
  height: 17rem;
  background: #034996
}

@media only screen and (max-width: 1199px) {
  .point__item .no::after {
    top: 0;
    left: 6.8rem;
    height: 9rem
  }
}

.point__item .title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 3rem;
  margin: 0 0 3rem 14rem
}

@media only screen and (max-width: 1199px) {
  .point__item .title {
    font-size: 1.6rem;
    padding-top: 1rem;
    margin: 0 0 3rem 8.5rem
  }
}

@media only screen and (max-width: 810px) {
  .point__item .title {
    padding-top: 2rem;
    margin: 0 0 4rem 8.5rem
  }
}

.point__item .title::before, .point__item .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  height: 0.5rem
}

.point__item .title::before {
  z-index: 1;
  width: 0.5rem;
  background: #034996
}

.point__item .title::after {
  width: 100%;
  background: #ececec
}

.point__item .title .color {
  color: #034996
}

.point__item .description {
  font-size: 1.6rem;
  margin-left: 14rem
}

@media only screen and (max-width: 1199px) {
  .point__item .description {
    margin-left: 8.5rem
  }
}

@media only screen and (max-width: 1024px) {
  .point__item .description {
    font-size: 1.3rem
  }
}

@media only screen and (max-width: 810px) {
  .point__item .description {
    margin-left: 0
  }
}

.point__item.start {
  animation: fade-right 1s cubic-bezier(0, 1, 0.9, 1) 1 forwards
}

.point__item.start:nth-of-type(2) {
  animation-delay: 0.5s
}

.point__item.start:nth-of-type(3) {
  animation-delay: 1s
}

.consultant {
  background: #034996
}

.consultant__container {
  max-width: 1200px;
  padding: 1rem 0 9rem
}

@media only screen and (max-width: 810px) {
  .consultant__container {
    padding-bottom: 7rem
  }
}

.consultant__content {
  position: relative;
  background: #fff;
  border: 5px solid #000;
  border-radius: 1rem;
  padding: 1rem 4rem 4rem;
  margin-top: -11rem
}

@media only screen and (max-width: 810px) {
  .consultant__content {
    max-width: 55rem;
    padding: 2rem 1.5rem 4.5rem;
    margin: -32rem auto 0
  }
}

.consultant__head {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -17rem;
  left: 0;
  z-index: 10;
  width: 25.3rem;
  height: 25.3rem;
  background: #034996;
  border-radius: 50%;
  opacity: 0
}

@media only screen and (max-width: 1024px) {
  .consultant__head {
    top: -10rem;
    left: -1rem;
    width: 17.5rem;
    height: 17.5rem
  }
}

.consultant__head .wrap {
  width: 100%;
  text-align: center
}

.consultant__head .subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff
}

@media only screen and (max-width: 1024px) {
  .consultant__head .subtitle {
    font-size: 1rem
  }
}

.consultant__head .title {
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff
}

@media only screen and (max-width: 1024px) {
  .consultant__head .title {
    font-size: 2.8rem
  }
}

.consultant__head .en {
  font-size: 1.1rem;
  color: #84badf
}

@media only screen and (max-width: 1024px) {
  .consultant__head .en {
    font-size: 0.7rem
  }
}

.consultant__head.start {
  animation: zoomup 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards
}

.consultant__body {
  display: flex
}

@media only screen and (max-width: 810px) {
  .consultant__body {
    display: block
  }
}

.consultant__image {
  position: relative;
  flex: 0 0 38%
}

.consultant__image::after {
  content: "";
  position: absolute;
  top: 8rem;
  right: -1.5rem;
  transform: rotateZ(-35deg);
  width: 6rem;
  height: 0.5rem;
  background: #000
}

@media only screen and (max-width: 810px) {
  .consultant__image::after {
    display: none
  }
}

.consultant__image .image1 {
  position: relative;
  z-index: 5;
  padding-right: 1rem;
  margin: -4rem 0 3rem;
  opacity: 0
}

@media only screen and (max-width: 810px) {
  .consultant__image .image1 {
    width: 71%;
    min-width: 22rem;
    padding: 0;
    margin: 0 0 0 auto
  }
}

.consultant__image .image1.start {
  animation: zoomup 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards
}

.consultant__image .image2 {
  position: relative;
  z-index: 5;
  text-align: right;
  padding-left: 1rem;
  opacity: 0
}

@media only screen and (max-width: 810px) {
  .consultant__image .image2 {
    width: 62%;
    min-width: 19rem;
    text-align: left;
    padding: 0;
    margin-top: -4.5rem
  }
}

.consultant__image .image2.start {
  animation: zoomup 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards
}

.consultant__text {
  flex: 0 0 62%
}

.consultant__text .message {
  position: relative;
  z-index: 5;
  font-size: 1.8rem;
  font-weight: 500;
  background: #fff;
  border: 5px solid #000;
  border-radius: 1rem;
  padding: 3.5rem 5rem 5.5rem;
  margin: -6.5rem 0 5rem
}

@media only screen and (max-width: 810px) {
  .consultant__text .message {
    font-size: 1.6rem;
    padding: 3rem 2.5rem;
    margin: 2.5rem 0 4rem
  }
}

.consultant__text .message-text {
  opacity: 0
}

.consultant__text .message-text.start {
  animation: fade-right 1s cubic-bezier(0, 1, 0.9, 1) 1 forwards
}

.consultant__text .list {
  position: relative;
  z-index: 5;
  padding-left: 4rem
}

@media only screen and (max-width: 810px) {
  .consultant__text .list {
    padding-left: 0
  }
}

.consultant__text .list-item {
  display: flex
}

.consultant__text .list-item:not(:last-child) {
  margin-bottom: 2.5rem
}

@media only screen and (max-width: 810px) {
  .consultant__text .list-item:not(:last-child) {
    margin-bottom: 2rem
  }
}

.consultant__text .list-item:not(:last-child) .list-circle::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: 0.9rem;
  width: 0.2rem;
  height: calc(100% + 0.5rem);
  background: #000
}

@media only screen and (max-width: 810px) {
  .consultant__text .list-item:not(:last-child) .list-circle::after {
    top: 2rem;
    left: 0.7rem;
    height: calc(100% + 1rem)
  }
}

.consultant__text .list-item.start .list-circle {
  opacity: 1;
  transition: 1s
}

.consultant__text .list-item.start .list-text {
  animation: fade-right 1s cubic-bezier(0, 1, 0.9, 1) 1 forwards
}

.consultant__text .list-item.start:nth-child(1) .list-text {
  animation-delay: 0.5s
}

.consultant__text .list-item.start:nth-child(2) .list-text {
  animation-delay: 0.6s
}

.consultant__text .list-item.start:nth-child(3) .list-text {
  animation-delay: 0.7s
}

.consultant__text .list-item.start:nth-child(4) .list-text {
  animation-delay: 0.8s
}

.consultant__text .list-item.start:nth-child(5) .list-text {
  animation-delay: 0.9s
}

.consultant__text .list-item.start:nth-child(6) .list-text {
  animation-delay: 1s
}

.consultant__text .list-item.start:nth-child(7) .list-text {
  animation-delay: 1.1s
}

.consultant__text .list-circle {
  flex: 0 0 4rem;
  position: relative;
  padding-top: 0.4rem;
  opacity: 0
}

@media only screen and (max-width: 810px) {
  .consultant__text .list-circle {
    flex: 0 0 3.5rem;
    padding-top: 0.3rem
  }
}

@media only screen and (max-width: 810px) {
  .consultant__text .list-circle img {
    width: 1.6rem;
    height: 1.6rem
  }
}

.consultant__text .list-text {
  flex: 1;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0
}

@media only screen and (max-width: 810px) {
  .consultant__text .list-text {
    display: block;
    font-size: 1.4rem
  }
}

.consultant__text .list-text .year {
  flex: 0 0 7rem
}

.consultant__text .list-text .description {
  flex: 1
}

.consultant__text .list-text .row {
  display: inline-block;
  margin-top: 2rem
}

@media only screen and (max-width: 810px) {
  .consultant__text .list-text .row {
    display: inline;
    margin-top: 0
  }
}

.consultant__figure {
  position: absolute;
  top: 3rem;
  left: -23rem;
  z-index: 1;
  mix-blend-mode: multiply
}

@media only screen and (max-width: 1024px) {
  .consultant__figure {
    top: 26%;
    left: -11rem;
    max-width: 34.1rem
  }
}

.consultant__btn {
  position: relative;
  z-index: 5;
  max-width: 60rem;
  margin: 7rem auto 0
}

@media only screen and (max-width: 810px) {
  .consultant__btn {
    margin: 6rem auto 0
  }
}

.consultant__btn .link-btn {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3.6rem 0
}

@media only screen and (max-width: 550px) {
  .consultant__btn .link-btn {
    font-size: 1.8rem;
    padding: 2.3rem 0
  }
}

.consultant__btn .link-btn:hover {
  color: #fff;
  background: #034996
}

.consultant__btn .link-btn:hover span {
  color: #fff
}

.consultant__btn .link-btn img {
  position: absolute;
  top: 50%;
  left: 7.5rem;
  transform: translateY(-50%)
}

@media only screen and (max-width: 550px) {
  .consultant__btn .link-btn img {
    left: 3rem
  }
}

.consultant__btn .link-btn span {
  color: #034996;
  transition: .3s
}

.consultant__btn .image {
  position: absolute;
  bottom: -0.3rem;
  right: -1.5rem
}

@media only screen and (max-width: 810px) {
  .consultant__btn .image {
    right: -1rem;
    max-width: 8.4rem
  }
}

.result__container {
  position: relative;
  display: flex;
  max-width: 1200px;
  padding-top: 1rem
}

@media only screen and (max-width: 810px) {
  .result__container {
    display: block;
    max-width: 37rem;
    padding: 2rem 0 6rem
  }
}

.result__image {
  flex: 0 0 20%;
  padding-right: 2rem;
  margin-top: -3rem
}

@media only screen and (max-width: 810px) {
  .result__image {
    position: absolute;
    top: 14rem;
    left: 0;
    max-width: 9rem
  }
}

.result__text {
  flex: 0 0 80%;
  padding: 10rem 0 4rem
}

@media only screen and (max-width: 810px) {
  .result__text {
    padding: 0
  }
}

.result__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4rem
}

@media only screen and (max-width: 1199px) {
  .result__title {
    font-size: 1.6rem
  }
}

@media only screen and (max-width: 810px) {
  .result__title {
    text-align: center;
    margin-bottom: 3rem
  }
}

.result__title strong {
  display: inline-block;
  color: #034996;
  background: linear-gradient(transparent 60%, #fe0 60%)
}

.result__list {
  display: flex
}

@media only screen and (max-width: 810px) {
  .result__list {
    display: block;
    padding-left: 11rem
  }
}

.result__item {
  font-size: 2.8rem;
  font-weight: 700;
  opacity: 0
}

@media only screen and (max-width: 1199px) {
  .result__item {
    font-size: 2.4rem
  }
}

@media only screen and (max-width: 1024px) {
  .result__item {
    font-size: 2rem
  }
}

.result__item:not(:last-child) {
  margin-right: 6rem
}

@media only screen and (max-width: 1024px) {
  .result__item:not(:last-child) {
    margin-right: 4rem
  }
}

@media only screen and (max-width: 810px) {
  .result__item:not(:last-child) {
    margin: 0 0 1rem
  }
}

.result__item .icon {
  margin-right: 1rem
}

.result__item .icon img {
  vertical-align: middle
}

@media only screen and (max-width: 1024px) {
  .result__item .icon img {
    width: 2.7rem
  }
}

.result__item strong {
  display: inline-block;
  color: #034996;
  border-bottom: 1px solid #034996
}

.result__item.start {
  animation: fade-right 1s cubic-bezier(0, 1, 0.9, 1) 1 forwards
}

.result__item.start:nth-child(2) {
  animation-delay: 0.2s
}

.result__item.start:nth-child(3) {
  animation-delay: 0.4s
}

.case {
  position: relative;
  z-index: 20;
  background: #f5f5f5;
  margin-top: -28rem;
  clip-path: polygon(0 18%, 100% 0%, 100% 82%, 0% 100%)
}

@media only screen and (max-width: 1400px) {
  .case {
    margin-top: -20rem;
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%)
  }
}

@media only screen and (max-width: 1024px) {
  .case {
    margin-top: -6rem;
    clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%)
  }
}

@media only screen and (max-width: 810px) {
  .case {
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%)
  }
}

@media only screen and (max-width: 550px) {
  .case {
    margin-top: -4rem;
    clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0% 100%)
  }
}

.case__container {
  max-width: 1920px;
  padding: 25rem 0
}

@media only screen and (max-width: 1400px) {
  .case__container {
    padding: 18rem 0
  }
}

@media only screen and (max-width: 1024px) {
  .case__container {
    padding: 10rem 0
  }
}

@media only screen and (max-width: 810px) {
  .case__container {
    padding: 7rem 0 12rem
  }
}

.case #case {
  position: relative;
  top: -5rem
}

.case__title {
  margin-bottom: 4rem
}

.case__slide {
  position: relative
}

.case__slide .item {
  display: flex;
  height: auto;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

@media only screen and (max-width: 810px) {
  .case__slide .item {
    display: block
  }
}

.case__slide .item-image {
  flex: 0 0 50%;
  padding: 2rem 0 4rem 2rem
}

@media only screen and (max-width: 1920px) {
  .case__slide .item-image {
    padding: 2rem 0 4rem 2%
  }
}

@media only screen and (max-width: 1199px) {
  .case__slide .item-image {
    padding: 2rem 0 4rem 2rem
  }
}

@media only screen and (max-width: 810px) {
  .case__slide .item-image {
    padding: 2rem 1.5rem
  }
}

.case__slide .item-image .title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #034996;
  background: #f2f6fa;
  padding: 0.8rem;
  margin-bottom: 2rem
}

@media only screen and (max-width: 1920px) {
  .case__slide .item-image .title {
    font-size: 1vw
  }
}

@media only screen and (max-width: 1199px) {
  .case__slide .item-image .title {
    font-size: 2rem
  }
}

@media only screen and (max-width: 810px) {
  .case__slide .item-image .title {
    font-size: 1.4rem;
    padding: 0.4rem
  }
}

.case__slide .item-image .image {
  text-align: center
}

@media only screen and (max-width: 810px) {
  .case__slide .item-image .image {
    max-width: 40rem;
    margin: 0 auto
  }
}

.case__slide .item-text {
  flex: 0 0 50%;
  padding: 3.5rem 4rem
}

@media only screen and (max-width: 1920px) {
  .case__slide .item-text {
    padding: 4% 3%
  }
}

@media only screen and (max-width: 1199px) {
  .case__slide .item-text {
    padding: 3.5rem 4rem
  }
}

@media only screen and (max-width: 810px) {
  .case__slide .item-text {
    padding: 0 1.5rem 1.5rem
  }
}

.case__slide .item-text .subtitle {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 1.5rem
}

@media only screen and (max-width: 1920px) {
  .case__slide .item-text .subtitle {
    font-size: 1.1vw
  }
}

@media only screen and (max-width: 1199px) {
  .case__slide .item-text .subtitle {
    font-size: 2.2rem
  }
}

@media only screen and (max-width: 810px) {
  .case__slide .item-text .subtitle {
    font-size: 1.5rem
  }
}

.case__slide .item-text .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem
}

@media only screen and (max-width: 810px) {
  .case__slide .item-text .list {
    margin-bottom: 0
  }
}

.case__slide .item-text .list li {
  width: 100%;
  max-width: 18rem;
  text-align: center;
  background: #eee;
  padding: 0.7rem;
  margin-bottom: 0.5rem
}

@media only screen and (max-width: 1920px) {
  .case__slide .item-text .list li {
    max-width: 9vw
  }
}

@media only screen and (max-width: 1199px) {
  .case__slide .item-text .list li {
    max-width: 18rem
  }
}

@media only screen and (max-width: 810px) {
  .case__slide .item-text .list li {
    max-width: 12.5rem;
    padding: 0.3rem
  }
}

.case__slide .item-text .list li:first-child {
  margin-right: 1.5rem
}

@media only screen and (max-width: 810px) {
  .case__slide .item-text .list li:not(:last-child) {
    margin-right: 1rem
  }
}

.case__slide .item-text .list li span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap
}

@media only screen and (max-width: 1920px) {
  .case__slide .item-text .list li span {
    font-size: 0.6vw
  }
}

@media only screen and (max-width: 1400px) {
  .case__slide .item-text .list li span {
    font-size: 8px;
    -webkit-transform: scale(0.9)
  }
}

@media only screen and (max-width: 1199px) {
  .case__slide .item-text .list li span {
    font-size: 1.4rem;
    -webkit-transform: scale(1)
  }
}

@media only screen and (max-width: 810px) {
  .case__slide .item-text .list li span {
    font-size: 1rem
  }
}

.case__slide .item-text .comment {
  position: relative;
  display: flex;
  margin-bottom: 3rem
}

@media only screen and (max-width: 810px) {
  .case__slide .item-text .comment {
    display: block;
    margin-bottom: 1.5rem
  }
}

.case__slide .item-text .comment-image {
  flex: 0 0 35%;
  padding: 1rem 1rem 0 0
}

@media only screen and (max-width: 810px) {
  .case__slide .item-text .comment-image {
    max-width: 6rem;
    margin-bottom: 0.5rem
  }
}

.case__slide .item-text .comment-text {
  flex: 0 0 65%
}

.case__slide .item-text .comment-text .head {
  margin-bottom: 0.5rem
}

@media only screen and (max-width: 810px) {
  .case__slide .item-text .comment-text .head {
    position: absolute;
    top: 2rem;
    left: 7rem;
    max-width: 21.5rem
  }
}

.case__slide .item-text .comment-text .description {
  font-size: 1.5rem
}

@media only screen and (max-width: 1920px) {
  .case__slide .item-text .comment-text .description {
    font-size: 0.75vw
  }
}

@media only screen and (max-width: 1199px) {
  .case__slide .item-text .comment-text .description {
    font-size: 1.5rem
  }
}

@media only screen and (max-width: 810px) {
  .case__slide .item-text .comment-text .description {
    font-size: 1.3rem
  }
}

.case__slide .item-text .btn {
  display: flex;
  flex-wrap: wrap
}

.case__slide .item-text .btn .link-btn {
  flex: 0 0 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18rem;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  background: #fff;
  border: 2px solid #000;
  border-radius: 0.5rem;
  padding: 5% 0
}

@media only screen and (max-width: 1920px) {
  .case__slide .item-text .btn .link-btn {
    font-size: 0.7vw
  }
}

@media only screen and (max-width: 1199px) {
  .case__slide .item-text .btn .link-btn {
    height: 6rem;
    font-size: 1.2rem;
    padding: 0
  }
}

@media only screen and (max-width: 810px) {
  .case__slide .item-text .btn .link-btn {
    height: 5rem
  }
}

.case__slide .item-text .btn .link-btn:hover {
  color: #fff;
  background: #034996
}

.case__slide .item-text .btn .link-btn:hover strong {
  color: #fff
}

.case__slide .item-text .btn .link-btn:first-child {
  margin-right: 4%
}

.case__slide .item-text .btn .link-btn img {
  margin-right: 1rem
}

@media only screen and (max-width: 1920px) {
  .case__slide .item-text .btn .link-btn img {
    max-width: 1.3vw
  }
}

@media only screen and (max-width: 1199px) {
  .case__slide .item-text .btn .link-btn img {
    max-width: 3.2rem
  }
}

@media only screen and (max-width: 810px) {
  .case__slide .item-text .btn .link-btn img {
    max-width: 2.7rem
  }
}

.case__slide .item-text .btn .link-btn strong {
  color: #034996;
  transition: .3s
}

.case__slide .swiper-horizontal>.swiper-pagination-bullets, .case__slide .swiper-pagination-bullets.swiper-pagination-horizontal, .case__slide .swiper-pagination-custom, .case__slide .swiper-pagination-fraction {
  bottom: -4.5rem
}

@media only screen and (max-width: 810px) {
  .case__slide .swiper-horizontal>.swiper-pagination-bullets, .case__slide .swiper-pagination-bullets.swiper-pagination-horizontal, .case__slide .swiper-pagination-custom, .case__slide .swiper-pagination-fraction {
    bottom: -3.5rem
  }
}

.case__slide .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #000;
  opacity: 1
}

@media only screen and (max-width: 810px) {
  .case__slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px
  }
}

.case__slide .swiper-pagination-bullet-active {
  background: #034996;
  border: 1px solid #034996
}

.case__slide .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .case__slide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1rem
}

.case__btn {
  position: relative;
  max-width: 60rem;
  margin: 10rem auto 0
}

@media only screen and (max-width: 810px) {
  .case__btn {
    margin: 9rem auto 0
  }
}

.case__btn .link-btn {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3.6rem 0
}

@media only screen and (max-width: 550px) {
  .case__btn .link-btn {
    font-size: 1.8rem;
    padding: 2.3rem 0
  }
}

.case__btn .link-btn:hover {
  color: #fff;
  background: #034996;
  border: 2px solid #034996
}

.case__btn .link-btn:hover span {
  color: #fff
}

.case__btn .link-btn img {
  position: absolute;
  top: 50%;
  left: 7.5rem;
  transform: translateY(-50%)
}

@media only screen and (max-width: 550px) {
  .case__btn .link-btn img {
    left: 3rem
  }
}

.case__btn .link-btn span {
  color: #034996;
  transition: .3s
}

.case__btn .image {
  position: absolute;
  bottom: 0.3rem;
  right: -1.5rem
}

@media only screen and (max-width: 810px) {
  .case__btn .image {
    right: -1rem;
    max-width: 11.5rem
  }
}

.flow {
  background: url("../img/bg_flow01.png") center/cover;
  margin-top: -30rem
}

@media only screen and (max-width: 1400px) {
  .flow {
    margin-top: -25rem
  }
}

.flow__container {
  max-width: 170rem;
  padding: 30rem 0 10rem
}

.flow #flow {
  position: relative;
  top: -6rem
}

.flow__title {
  margin-bottom: 4rem
}

.flow__slide {
  padding-bottom: 7rem
}

.flow__slide .item {
  height: auto;
  max-width: 31rem
}

@media only screen and (max-width: 810px) {
  .flow__slide .item {
    max-width: 20rem
  }
}

.flow__slide .item:not(:last-child) .no::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: calc(50% + 2.5rem);
  width: 31rem;
  height: 1px;
  border-bottom: 3px dashed #000
}

@media only screen and (max-width: 810px) {
  .flow__slide .item:not(:last-child) .no::after {
    top: 1.9rem;
    left: calc(50% + 2rem);
    width: 20rem;
    border-bottom: 2px dashed #000
  }
}

.flow__slide .no {
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  width: 5rem;
  height: 5rem;
  font-family: "Oswald", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "Helvetica", sans-serif;
  font-size: 2.5rem;
  color: #034996;
  background: #fff;
  border: 3px solid #000;
  border-radius: 50%;
  margin: 0 auto 5rem
}

@media only screen and (max-width: 810px) {
  .flow__slide .no {
    width: 4rem;
    height: 4rem;
    font-size: 1.9rem;
    border: 2px solid #000;
    margin-bottom: 3rem
  }
}

.flow__slide .content {
  position: relative;
  background: #fff;
  border: 2px solid #000;
  border-radius: 0.5rem;
  padding: 4rem 2.5rem 3.5rem
}

@media only screen and (max-width: 810px) {
  .flow__slide .content {
    height: 22rem;
    padding: 3rem 1.5rem 3rem
  }
}

.flow__slide .title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 26rem;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #034996;
  border: 2px solid #000;
  border-radius: 7rem;
  padding: 0.5rem
}

@media only screen and (max-width: 810px) {
  .flow__slide .title {
    max-width: 18rem;
    font-size: 1.1rem;
    padding: 0.4rem
  }
}

.flow__slide .image {
  height: 14rem;
  text-align: center
}

@media only screen and (max-width: 810px) {
  .flow__slide .image {
    height: 8.8rem
  }
}

@media only screen and (max-width: 810px) {
  .flow__slide .image img {
    max-height: 8rem;
    max-width: 13rem
  }
}

.flow__slide .description {
  font-size: 1.6rem;
  font-weight: 500
}

@media only screen and (max-width: 810px) {
  .flow__slide .description {
    font-size: 1.4rem
  }
}

.faq {
  position: relative;
  background: #f5f5f5
}

.faq::after {
  content: "";
  position: absolute;
  top: 18rem;
  left: 0;
  transform: skewY(-7deg);
  z-index: 1;
  width: 100%;
  height: 65%;
  background: #ececec
}

@media only screen and (max-width: 810px) {
  .faq::after {
    top: 8rem;
    height: 89%
  }
}

.faq__container {
  max-width: 1200px;
  padding: 7rem 0 10rem
}

@media only screen and (max-width: 810px) {
  .faq__container {
    padding: 5rem 0 10rem
  }
}

.faq__title {
  position: relative;
  z-index: 5;
  margin-bottom: 5rem
}

.faq__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 5
}

@media only screen and (max-width: 810px) {
  .faq__list {
    display: block
  }
}

.faq__item {
  flex: 0 0 50%
}

.faq__item:nth-child(odd) {
  padding-right: 2rem;
  padding-bottom: 5.5rem
}

@media only screen and (max-width: 810px) {
  .faq__item:nth-child(odd) {
    padding: 0
  }
}

.faq__item:nth-child(even) {
  padding-top: 5rem
}

@media only screen and (max-width: 810px) {
  .faq__item:nth-child(even) {
    padding: 0
  }
}

.faq__item .content {
  position: relative;
  max-width: 56rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2.5rem 2rem
}

@media only screen and (max-width: 810px) {
  .faq__item .content {
    padding: 1.5rem 2rem 2rem;
    margin: 0 auto 4rem
  }
}

.faq__item .icon {
  position: absolute;
  top: -3rem;
  left: 1.5rem;
  font-family: "Oswald", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "Helvetica", sans-serif;
  font-size: 7.8rem;
  font-weight: 700;
  line-height: 1;
  color: #034996;
  opacity: .6
}

@media only screen and (max-width: 810px) {
  .faq__item .icon {
    top: -2.5rem;
    font-size: 5rem
  }
}

.faq__item .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 5rem 2rem
}

@media only screen and (max-width: 810px) {
  .faq__item .title {
    font-size: 1.6rem;
    padding: 0 0 2rem 3.5rem
  }
}

.faq__item .description {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1.5rem 0 0 5rem
}

@media only screen and (max-width: 810px) {
  .faq__item .description {
    font-size: 1.3rem;
    line-height: 1.9;
    padding: 1.5rem 0 0
  }
}

@keyframes mv-human1 {
  0% {
    transform: translateY(-140px);
    opacity: 0
  }
  50% {
    transform: translateY(0)
  }
  75% {
    transform: translateY(-25px)
  }
  100% {
    transform: translateY(0)
  }
  20%, 100% {
    opacity: 1
  }
}

@keyframes mv-human2 {
  0% {
    transform: scale(1, 1) translate(0, 0)
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px)
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px)
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px)
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px)
  }
  100% {
    transform: scale(1, 1) translate(0, 0)
  }
}

@keyframes mv-h {
  0% {
    transform: translateY(30px);
    opacity: 0
  }
  40%, 50% {
    transform: translateY(-3px)
  }
  80% {
    opacity: 1
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0
  }
  80% {
    opacity: 1
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(30px);
    opacity: 0
  }
  80% {
    opacity: 1
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes zoomup {
  0% {
    transform: scale(0.8);
    opacity: 0
  }
  50% {
    opacity: 1;
    transform: scale(1.2)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}