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
}
body {
  line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
nav ul {
  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
}
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
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  font-weight: normal;
  color: #333;
  line-height: 1.5
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
a {
  text-decoration: none;
  color: inherit
}
input, select {
  vertical-align: middle;
  -webkit-appearance: none
}
textarea {
  -webkit-appearance: none
}
ul, li {
  list-style: none
}
img {
  vertical-align: bottom
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.header {
  background: rgba(255, 255, 255, .5);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .4);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1)
}
.header a {
  color: #000
}
.header__logo {
  max-width: 180px;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1)
}
@media screen and (max-width: 1023px) {
  .header__logo {
    max-width: 92px
  }
}
.header__logo img {
  width: 100%
}
.header__logo:hover {
  opacity: .7
}
.header__inner {
  position: relative;
  z-index: 0;
  max-width: 1660px;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 1023px) {
  .header__inner {
    height: 80px;
    z-index: inherit
  }
}
@media screen and (max-width: 1023px) {
  .header__nav {
    position: fixed;
    right: 0;
    top: 80px;
    z-index: 99;
    width: 60%;
    height: 100%;
    background: #fff;
    color: #333;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
    transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1)
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    width: 80%
  }
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 1023px) {
  .header__nav__list {
    display: block;
    padding: 0 20px
  }
}
.header__nav__item {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap
}
@media screen and (max-width: 1365px) {
  .header__nav__item {
    font-size: 12px
  }
}
@media screen and (max-width: 1023px) {
  .header__nav__item {
    font-size: 12px
  }
}
.header__nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1)
}
@media screen and (max-width: 1023px) {
  .header__nav__item a {
    padding: 20px 0
  }
}
.header__nav__item a:hover {
  color: #e40057;
  text-decoration: none
}
.header__cta {
  background: #e34a56;
  border: solid 2px #e34a56;
  border-radius: 100px;
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 8px 44px;
  font-size: 12px;
  line-height: 1.3;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1)
}
@media screen and (max-width: 1023px) {
  .header__cta {
    margin-right: 48px;
    font-size: 10px;
    padding: 8px 22px
  }
}
.header__cta__inner {
  color: #fff
}
.header__cta:hover {
  text-decoration: none;
  background: #fff;
  border: solid 2px #e34a56;
  opacity: 1
}
.header__cta:hover .header__cta__inner {
  color: #e34a56
}
.header .visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%)
}
.header__hamburger {
  display: none
}
@media screen and (max-width: 1023px) {
  .header__hamburger {
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999;
    right: 10px;
    width: 48px;
    height: 48px;
    margin: auto;
    outline: none;
    -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
    transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1)
  }
}
.header__hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 28px;
  height: 3px;
  background-color: #173750;
  -webkit-transition: inherit;
  transition: inherit
}
.header__hamburger__line::before, .header__hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit
}
.header__hamburger__line::before {
  top: -8px
}
.header__hamburger__line::after {
  top: 8px
}
.menu-overlay {
  display: none
}
@media screen and (max-width: 1023px) {
  .menu-overlay {
    pointer-events: none;
    display: block;
    position: fixed;
    right: 0;
    top: 80px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
    transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1)
  }
}
.is-drawerActive .header {
  background: #fff
}
.is-drawerActive .header__nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 100
}
.is-drawerActive .menu-overlay {
  opacity: 1;
  z-index: 98;
  pointer-events: auto
}
.is-drawerActive .header__hamburger__line {
  background-color: transparent
}
.is-drawerActive .header__hamburger__line::before, .is-drawerActive .header__hamburger__line::after {
  top: 0;
  background-color: #141414
}
.is-drawerActive .header__hamburger__line::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.is-drawerActive .header__hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.is-active .header {
  background: #fff
}
.l-container--full {
  width: 100%
}
.l-container--md {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1050px;
  width: 100%
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}
:root {
  --swiper-theme-color: #007aff
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}
:root {
  --swiper-navigation-size: 44px
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev"
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next"
}
.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff
}
.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33)
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube {
  overflow: visible
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-flip {
  overflow: visible
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%
}
#main img {
  width: 100%;
  height: auto
}
.title {
  font-size: 31px;
  text-align: center;
  font-weight: bold
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 25px
  }
}
.sub-title {
  font-size: 25px;
  text-align: center;
  font-weight: bold
}
@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 20px
  }
}
.cta-banner {
  background-image: url(/form/ml_lp/img/cta-banner-bg-pc@2x.png);
  background-position: center;
  background-size: cover
}
@media screen and (max-width: 768px) {
  .cta-banner {
    background-image: url(/form/ml_lp/img/cta-banner-bg-sp@2x.png)
  }
}
.cta-banner .l-container--md {
  position: relative
}
.cta-banner .l-container--md .cta-banner__btn {
  position: absolute;
  max-width: 633px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 5%;
  margin: auto;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1)
}
@media screen and (max-width: 768px) {
  .cta-banner .l-container--md .cta-banner__btn {
    max-width: calc(100% - 30px)
  }
}
.cta-banner .l-container--md .cta-banner__btn:hover {
  opacity: 1;
  -webkit-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04)
}
.hero {
  width: 100%;
  background-image: url(/form/ml_lp/img/hero-bg-pc@2x.png);
  background-position: center;
  background-size: cover
}
@media screen and (max-width: 768px) {
  .hero {
    background-image: url(/form/ml_lp/img/hero-bg-sp@2x.png)
  }
}
.hero__container {
  margin: 0 auto;
  padding-top: 70%;
  max-width: 1010px;
  width: 100%;
  position: relative
}
@media screen and (min-width: 1024px) {
  .hero__container {
    padding-top: 940px
  }
}
@media screen and (max-width: 768px) {
  .hero__container {
    padding-top: 177.6%
  }
}
.hero__human {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 68.42vw;
  height: auto
}
.hero__human img {
  width: 100%
}
@media screen and (min-width: 1024px) {
  .hero__human {
    max-width: 691px;
    width: 100%
  }
}
@media screen and (max-width: 768px) {
  .hero__human {
    width: 100%
  }
}
.hero__title {
  position: absolute;
  bottom: 25.5%;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  width: 41.58%;
  height: auto
}
.hero__title img {
  width: 100%
}
@media screen and (min-width: 1024px) {
  .hero__title {
    max-width: 420px;
    width: 100%;
    bottom: 220px
  }
}
@media screen and (max-width: 768px) {
  .hero__title {
    width: 63.2%;
    bottom: 21.6%
  }
}
.hero__sub-title {
  position: absolute;
  bottom: 44.61%;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  width: 56.53%;
  height: auto
}
.hero__sub-title img {
  width: 100%
}
@media screen and (min-width: 1024px) {
  .hero__sub-title {
    max-width: 571px;
    width: 100%;
    bottom: 430px
  }
}
@media screen and (max-width: 768px) {
  .hero__sub-title {
    width: 82.9%;
    top: 16.9%;
    bottom: auto;
    right: 0
  }
}
.hero__enjoy {
  position: absolute;
  bottom: 64.02%;
  right: auto;
  left: 55.74vw;
  z-index: 2;
  margin: 0 auto;
  width: 18.02%;
  height: auto
}
.hero__enjoy img {
  width: 100%
}
@media screen and (min-width: 1024px) {
  .hero__enjoy {
    max-width: 182px;
    width: 100%;
    bottom: 586px;
    right: 264px;
    left: auto
  }
}
@media screen and (max-width: 768px) {
  .hero__enjoy {
    width: 34.66%;
    left: 20px;
    right: auto;
    top: 31.99%;
    bottom: auto
  }
}
.hero__btn {
  position: absolute;
  width: 62.67%;
  left: 0;
  right: 0;
  bottom: 3.47%;
  z-index: 3;
  margin: auto;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1)
}
@media screen and (min-width: 1024px) {
  .hero__btn {
    max-width: 633px;
    width: 100%;
    bottom: 55px
  }
}
@media screen and (max-width: 768px) {
  .hero__btn {
    max-width: calc(100% - 30px);
    width: 100%;
    bottom: 2.4%
  }
}
.hero__btn:hover {
  opacity: 1;
  -webkit-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04)
}
.note {
  padding: 50px 0;
  width: 100%
}
@media screen and (max-width: 768px) {
  .note {
    padding: 40px 0
  }
}
.note__item.note__item {
  display: block;
  margin: 0 40px;
  border: 3px solid #e93379;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
  border-radius: 15px;
  background: #ffe8f0
}
@media screen and (max-width: 768px) {
  .note__item.note__item {
    margin: 0
  }
}
.note__item__head.note__item__head {
  display: block;
  padding: 35px;
  font-size: 20px;
  text-align: center;
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1)
}
@media screen and (max-width: 768px) {
  .note__item__head.note__item__head {
    padding: 13px 10px;
    font-size: 13px
  }
}
.note__item__head.note__item__head:hover {
  color: #e40057
}
.note__item__head.note__item__head::before {
  content: "";
  display: block;
  background-image: url(/form/ml_lp/img/accordion-arrow-black.svg);
  background-size: cover;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 14px;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1)
}
@media screen and (max-width: 768px) {
  .note__item__head.note__item__head::before {
    right: 10px;
    width: 14px;
    height: 8px
  }
}
.note__item__head.is-active::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.note__item__body.note__item__body {
  display: none;
  padding: 5px 35px 35px;
  font-size: 15px
}
@media screen and (max-width: 768px) {
  .note__item__body.note__item__body {
    padding: 27px 10px 13px;
    font-size: 12px
  }
}
.note__item__body.note__item__body img {
  background: #ffe8f0;
  margin-bottom: 10px
}
.note__item__note {
  margin: 40px 0
}
.note__item__note__head {
  border: 1px solid #333;
  padding: 5px 10px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
  background: #fff
}
.note__item__note__body li {
  list-style-type: disc;
  margin: 10px 0 0 20px
}
.note__item__note__body span {
  font-size: 10px
}
.movie {
  padding: 50px 0 35px;
  background-image: url(/form/ml_lp/img/movie-bg-pc@2x.png);
  background-position: center;
  background-size: cover
}
@media screen and (max-width: 768px) {
  .movie {
    padding: 34px 0;
    background-image: url(/form/ml_lp/img/movie-bg-sp@2x.png)
  }
}
.movie .title {
  color: #fff;
  margin-bottom: 35px
}
@media screen and (max-width: 768px) {
  .movie .title {
    margin-bottom: 24px
  }
}
.movie .sub-title {
  color: #fff;
  margin-bottom: 20px
}
.movie .sub-title__inner {
  display: inline-block;
  position: relative;
  padding: 0 8px
}
.movie .sub-title__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff
}
@media screen and (max-width: 768px) {
  .movie .sub-title {
    margin-bottom: 15px
  }
}
.movie__desc-text {
  color: #fff;
  text-align: center;
  font-size: 15px
}
@media screen and (max-width: 768px) {
  .movie__desc-text {
    font-size: 12px
  }
}
.movie__wrap {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  margin: 0 auto 35px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}
@media screen and (max-width: 768px) {
  .movie__wrap {
    margin: 0 auto 24px
  }
}
.movie__item {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
  cursor: pointer
}
.award {
  background: #790000;
  position: relative
}
@media screen and (max-width: 768px) {
  .award .l-container--md {
    padding: 0
  }
}
.award::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 8px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#e0cca2), color-stop(51%, #fff0d0), to(#c38400)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #e0cca2 0%, #fff0d0 51%, #c38400 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #e0cca2 0%, #fff0d0 51%, #c38400 100%) 0% 0% no-repeat padding-box
}
@media screen and (max-width: 768px) {
  .award::after {
    height: 3px
  }
}
.award::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 8px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#e0cca2), color-stop(51%, #fff0d0), to(#c38400)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #e0cca2 0%, #fff0d0 51%, #c38400 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #e0cca2 0%, #fff0d0 51%, #c38400 100%) 0% 0% no-repeat padding-box
}
@media screen and (max-width: 768px) {
  .award::before {
    height: 3px
  }
}
.award__img {
  padding: 33px 0;
  background-image: url(/form/ml_lp/img/award-bg@2x.png);
  background-position: center;
  background-size: cover
}
@media screen and (max-width: 768px) {
  .award__img {
    padding: 33px 20px
  }
}
.example {
  padding: 95px 0
}
@media screen and (max-width: 768px) {
  .example {
    padding: 54px 0
  }
}
.example .title {
  color: #173750;
  margin-bottom: 12px
}
@media screen and (max-width: 768px) {
  .example .title {
    font-size: 19px
  }
}
.example .swiper-pagination {
  display: none
}
@media screen and (max-width: 768px) {
  .example .swiper-pagination {
    display: block;
    width: calc(100% - 40px)
  }
}
@media screen and (max-width: 768px) {
  .example .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 14px
  }
}
.example .swiper-pagination .swiper-pagination-bullet {
  background: #b2d9f8;
  opacity: 1
}
.example .swiper-pagination .swiper-pagination-bullet-active {
  background: #1a75bf
}
.example .swiper-button-prev {
  background: url(/form/ml_lp/img/example-arrow.svg) no-repeat center center/contain
}
@media screen and (min-width: 769px) {
  .example .swiper-button-prev {
    display: none
  }
}
.example .swiper-button-prev::after {
  display: none
}
.example .swiper-button-next {
  background: url(/form/ml_lp/img/example-arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
@media screen and (min-width: 769px) {
  .example .swiper-button-next {
    display: none
  }
}
.example .swiper-button-next::after {
  display: none
}
.example__desc-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 35px
}
@media screen and (max-width: 768px) {
  .example__desc-text {
    margin: 0 auto 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.example__desc-text__point {
  font-size: 23px;
  text-align: center;
  color: #fff;
  background: #173750;
  padding: 20px;
  border-radius: 18px;
  margin-right: 12px
}
@media screen and (max-width: 768px) {
  .example__desc-text__point {
    font-size: 20px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
  }
}
.example__desc-text__text {
  font-size: 25px;
  color: #173750
}
@media screen and (max-width: 768px) {
  .example__desc-text__text {
    font-size: 15px;
    margin-left: auto
  }
}
@media screen and (min-width: 769px) {
  .example__3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.example__3col__item {
  background: #1a75bf;
  color: #fff;
  border-radius: 10px;
  padding: 18px 20px;
  width: calc((100% - 112px) / 3);
  height: auto
}
@media screen and (max-width: 768px) {
  .example__3col__item {
    width: 100%;
    padding: 18px 40px
  }
}
.example__3col__item__inner {
  height: 100%
}
.example__3col__item:nth-child(3) .example__3col__title {
  margin-bottom: calc(10px + 1.8em)
}
@media screen and (max-width: 768px) {
  .example__3col__item:nth-child(3) .example__3col__title {
    margin-bottom: calc(4px + 1em)
  }
}
.example__3col__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px
}
@media screen and (max-width: 768px) {
  .example__3col__title {
    font-size: 20px;
    margin-bottom: 4px
  }
}
.example__3col__img {
  margin-bottom: 10px
}
.example__3col__text {
  font-size: 15px
}
@media screen and (max-width: 768px) {
  .example__3col__text {
    font-size: 14px
  }
}
.example__note {
  font-size: 15px;
  text-align: right;
  color: #173750;
  margin-top: 8px
}
@media screen and (max-width: 768px) {
  .example__note {
    font-size: 10px;
    margin-top: 34px;
    text-align: center
  }
}
.step {
  padding: 80px 0
}
@media screen and (max-width: 768px) {
  .step {
    padding: 54px 0
  }
}
.step .sub-title {
  color: #e34a56;
  margin-bottom: 6px
}
@media screen and (max-width: 768px) {
  .step .sub-title {
    font-size: 15px
  }
}
.step .sub-title__inner {
  position: relative;
  display: block
}
@media screen and (max-width: 768px) {
  .step .sub-title__inner {
    padding-bottom: 4px
  }
}
.step .sub-title__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 627px;
  width: 100%;
  height: 2px;
  background: #e34a56
}
.step .title {
  color: #e34a56;
  margin-bottom: 55px
}
@media screen and (max-width: 768px) {
  .step .title {
    margin-bottom: 24px;
    font-size: 20px
  }
}
.step__3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .step__3col {
    display: block
  }
}
.step__3col__item {
  background: #e34a56;
  color: #fff;
  border-radius: 10px;
  padding: 18px 20px;
  width: calc((100% - 112px) / 3);
  position: relative
}
@media screen and (max-width: 768px) {
  .step__3col__item {
    width: 100%;
    height: auto
  }
}
.step__3col__item__inner {
  height: 100%
}
@media screen and (max-width: 768px) {
  .step__3col__item__inner {
    padding: 27px 0 0
  }
}
.step__3col__item::after {
  content: "";
  display: block;
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #e34a56
}
@media screen and (max-width: 768px) {
  .step__3col__item::after {
    right: 0;
    left: 0;
    top: auto;
    bottom: -65px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}
@media screen and (max-width: 768px) {
  .step__3col__item + .step__3col__item {
    margin-top: 50px
  }
}
.step__3col__item:nth-child(1) .step__3col__title {
  margin-top: 1em
}
@media screen and (max-width: 768px) {
  .step__3col__item:nth-child(1) .step__3col__title {
    margin-top: 0
  }
}
.step__3col__item:nth-child(1) .step__3col__text {
  text-align: center;
  margin-top: 2em
}
@media screen and (max-width: 768px) {
  .step__3col__item:nth-child(1) .step__3col__text {
    margin-top: 0
  }
}
.step__3col__item:nth-child(1) .step__3col__item__inner {
  background-image: url(/form/ml_lp/img/step1.png);
  background-position: center bottom;
  background-size: 80%;
  background-repeat: no-repeat
}
@media screen and (max-width: 768px) {
  .step__3col__item:nth-child(1) .step__3col__item__inner {
    background-size: 158px
  }
}
.step__3col__item:nth-child(2) .step__3col__item__inner {
  background-image: url(/form/ml_lp/img/step2.png);
  background-position: center bottom;
  background-size: 80%;
  background-repeat: no-repeat
}
@media screen and (max-width: 768px) {
  .step__3col__item:nth-child(2) .step__3col__item__inner {
    background-size: 158px
  }
}
.step__3col__item:nth-child(3) .step__3col__item__inner {
  background-image: url(/form/ml_lp/img/step3.png);
  background-position: center bottom;
  background-size: 80%;
  background-repeat: no-repeat
}
@media screen and (max-width: 768px) {
  .step__3col__item:nth-child(3) .step__3col__item__inner {
    background-size: 158px
  }
}
.step__3col__item:nth-child(3)::after {
  display: none
}
.step__3col__num {
  display: none
}
@media screen and (max-width: 768px) {
  .step__3col__num {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #e34a56;
    background: #fff;
    border: solid 1px #e34a56;
    border-radius: 50px;
    width: 94px;
    padding: 4px 0;
    text-align: center;
    position: absolute;
    top: -8px;
    right: 0;
    left: 0;
    margin: auto
  }
}
.step__3col__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative
}
@media screen and (max-width: 768px) {
  .step__3col__title {
    font-size: 20px;
    margin-bottom: 4px
  }
}
.step__3col__title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 36px;
  height: 2px;
  background: #fff
}
.step__3col__img {
  margin-bottom: 10px
}
.step__3col__text {
  font-size: 15px
}
@media screen and (max-width: 768px) {
  .step__3col__text {
    font-size: 14px
  }
}
.step__note {
  font-size: 15px;
  color: #e34a56;
  margin-top: 8px
}
@media screen and (max-width: 768px) {
  .step__note {
    font-size: 10px;
    margin-top: 12px
  }
}
.point {
  padding: 45px 0 48px;
  background: #c6f6ff;
  color: #173750
}
@media screen and (max-width: 768px) {
  .point {
    padding: 30px 0
  }
}
.point .title {
  margin-bottom: 35px
}
@media screen and (max-width: 768px) {
  .point .title {
    margin-bottom: 24px
  }
}
.point__list {
  padding: 0 185px
}
@media screen and (max-width: 768px) {
  .point__list {
    padding: 0
  }
}
.point__list__item {
  font-size: 18px;
  position: relative;
  padding-left: 49px;
  line-height: 2.1
}
@media screen and (max-width: 768px) {
  .point__list__item {
    font-size: 12px;
    padding-left: 32px;
    line-height: 1.1
  }
}
.point__list__item + .point__list__item {
  margin-top: 12px
}
.point__list__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  background-image: url(/form/ml_lp/img/point-icon.svg);
  background-position: center;
  background-size: cover
}
@media screen and (max-width: 768px) {
  .point__list__item::after {
    width: 23px;
    height: 23px
  }
}
.voice {
  padding: 80px 0 0
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 54px 0 0
  }
}
.voice .title {
  color: #ed6a6a;
  margin-bottom: 25px
}
@media screen and (max-width: 768px) {
  .voice .title {
    font-size: 20px;
    margin-bottom: 20px
  }
}
.voice .swiper-pagination {
  display: none
}
@media screen and (max-width: 768px) {
  .voice .swiper-pagination {
    display: block
  }
}
.voice .swiper-pagination .swiper-pagination-bullet {
  background: #e8e8e8;
  opacity: 1;
  margin: 0 7px
}
.voice .swiper-pagination .swiper-pagination-bullet-active {
  background: #9d9d9d
}
.voice .voice__list-outer {
  position: relative
}
.voice .swiper-button-prev {
  width: 35px;
  height: 70px;
  margin-top: -35px;
  background: url(/form/ml_lp/img/voice-arrow-pc.svg) no-repeat center center/contain
}
.voice .swiper-button-prev::after {
  display: none
}
@media screen and (max-width: 768px) {
  .voice .swiper-button-prev {
    background: url(/form/ml_lp/img/voice-arrow-sp.svg) no-repeat center center/contain;
    width: 21px;
    height: 43px;
    margin-top: -30px
  }
}
.voice .swiper-button-next {
  width: 35px;
  height: 70px;
  margin-top: -35px;
  background: url(/form/ml_lp/img/voice-arrow-pc.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.voice .swiper-button-next::after {
  display: none
}
@media screen and (max-width: 768px) {
  .voice .swiper-button-next {
    background: url(/form/ml_lp/img/voice-arrow-sp.svg) no-repeat center center/contain;
    width: 21px;
    height: 43px;
    margin-top: -30px
  }
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 1
}
.voice__list-wrap {
  margin: 0 100px
}
@media screen and (max-width: 768px) {
  .voice__list-wrap {
    margin: 0;
    padding-bottom: 32px
  }
}
.voice__list__item {
  width: 100%;
  background: #ed6a6a;
  padding: 40px;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, .45);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, .45);
  margin: 2px 0 10px 0
}
@media screen and (max-width: 768px) {
  .voice__list__item {
    padding: 20px 70px
  }
}
.voice__list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media screen and (max-width: 768px) {
  .voice__list__item__inner {
    display: block
  }
}
.voice__list__img {
  width: 28.14%
}
@media screen and (max-width: 768px) {
  .voice__list__img {
    max-width: 132px;
    width: 100%;
    margin: 0 auto 10px
  }
}
.voice__list__text-wrap {
  width: 71.86%;
  padding-left: 8px
}
@media screen and (max-width: 768px) {
  .voice__list__text-wrap {
    width: 100%;
    padding-left: 0
  }
}
.voice__list__place {
  font-size: 28px;
  font-weight: bold;
  text-align: center
}
@media screen and (max-width: 768px) {
  .voice__list__place {
    font-size: 14px
  }
}
.voice__list__name {
  font-size: 43px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px
}
@media screen and (max-width: 768px) {
  .voice__list__name {
    font-size: 25px
  }
}
.voice__list__name__inner {
  display: inline-block;
  border-bottom: solid 3px #fff
}
.voice__list__name--sm {
  font-size: 30px
}
@media screen and (max-width: 768px) {
  .voice__list__name--sm {
    font-size: 18px
  }
}
.faq {
  padding: 80px 0 80px;
  color: #1a75bf
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 54px 0 54px
  }
}
.faq .title {
  margin-bottom: 25px
}
@media screen and (max-width: 768px) {
  .faq .title {
    font-size: 20px;
    margin-bottom: 20px
  }
}
.faq__item {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
  padding: 30px 45px
}
@media screen and (max-width: 768px) {
  .faq__item {
    padding: 24px
  }
}
.faq__item + .faq__item {
  margin-top: 26px
}
@media screen and (max-width: 768px) {
  .faq__item + .faq__item {
    margin-top: 20px
  }
}
.faq__item__content {
  display: block !important
}
.faq__item__content--Q {
  font-size: 20px !important
}
@media screen and (max-width: 768px) {
  .faq__item__content--Q {
    font-size: 18px !important
  }
}
.faq__item__content--A {
  font-size: 18px !important;
  margin-top: 10px;
  display: none
}
@media screen and (max-width: 768px) {
  .faq__item__content--A {
    font-size: 14px !important
  }
}
.faq__item__btn {
  text-align: center;
  margin-top: 15px;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  cursor: pointer
}
@media screen and (max-width: 768px) {
  .faq__item__btn {
    margin-top: 25px
  }
}
.faq__item__btn:hover {
  opacity: .7
}
.reason__all-title {
  background: #1992a5;
  color: #fff;
  padding: 20px 0;
  margin-top: 80px;
  margin-bottom: 18px;
  position: relative
}
@media screen and (max-width: 768px) {
  .reason__all-title {
    margin-top: 54px
  }
}
.reason__all-title span {
  display: block
}
.reason__all-title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -55px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #1992a5;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
@media screen and (max-width: 768px) {
  .reason__all-title .title {
    font-size: 31px
  }
}
@media screen and (max-width: 768px) {
  .reason__all-title .sub-title {
    font-size: 18px
  }
}
.reason__all-title .sub-title__inner {
  display: inline-block;
  position: relative
}
.reason__all-title .sub-title__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff
}
@media screen and (max-width: 768px) {
  .reason__all-title .sub-title__inner::after {
    display: none
  }
}
.reason {
  padding-top: 80px;
  padding-bottom: 80px
}
@media screen and (max-width: 768px) {
  .reason {
    padding-top: 54px;
    padding-bottom: 54px
  }
}
.reason .swiper-button-prev {
  background: url(/form/ml_lp/img/example-arrow.svg) no-repeat center center/contain
}
@media screen and (min-width: 769px) {
  .reason .swiper-button-prev {
    display: none
  }
}
.reason .swiper-button-prev::after {
  display: none
}
.reason .swiper-button-next {
  background: url(/form/ml_lp/img/example-arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
@media screen and (min-width: 769px) {
  .reason .swiper-button-next {
    display: none
  }
}
.reason .swiper-button-next::after {
  display: none
}
.reason__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px
}
@media screen and (max-width: 768px) {
  .reason__title {
    margin-bottom: 30px;
    display: block;
    margin: 0 auto 15px;
    text-align: center
  }
}
.reason__title__point {
  display: inline-block;
  color: #fff;
  background: #1992a5;
  padding: 16px 40px;
  border-radius: 18px;
  margin-right: 30px;
  position: relative
}
@media screen and (max-width: 768px) {
  .reason__title__point {
    margin-right: 0;
    margin-bottom: 30px
  }
}
.reason__title__point::after {
  content: "";
  display: block;
  position: absolute;
  right: -38px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #1992a5
}
@media screen and (max-width: 768px) {
  .reason__title__point::after {
    right: 0;
    left: 0;
    top: auto;
    bottom: -50px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #1992a5
  }
}
.reason__title__point--text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.38;
  margin-right: 4px
}
@media screen and (max-width: 768px) {
  .reason__title__point--text {
    font-size: 15px
  }
}
.reason__title__point--num {
  display: inline-block;
  vertical-align: middle
}
.reason__title__text {
  text-align: center;
  color: #1992a5
}
.reason__title__text--sm {
  display: block;
  font-size: 20px;
  font-weight: bold
}
@media screen and (max-width: 768px) {
  .reason__title__text--sm {
    font-size: 15px;
    margin-bottom: 8px
  }
}
.reason__title__text--md {
  display: block;
  font-size: 26px;
  font-weight: bold
}
@media screen and (max-width: 768px) {
  .reason__title__text--md {
    font-size: 20px
  }
}
.reason1 {
  overflow: hidden
}
.reason1__lead {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 35px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  color: #1992a5
}
@media screen and (max-width: 768px) {
  .reason1__lead {
    font-size: 12px;
    margin: 0 auto
  }
}
.reason1__content {
  padding: 30px 0 15px;
  background-image: url(/form/ml_lp/img/reason1-bg-pc@2x.png);
  background-position: center;
  background-size: cover
}
@media screen and (max-width: 768px) {
  .reason1__content {
    padding: 0 0 15px;
    background-image: none
  }
}
.reason1__content .sub-title {
  color: #1992a5
}
@media screen and (max-width: 768px) {
  .reason1__content .sub-title {
    padding: 33px 0;
    margin-bottom: 25px;
    background-image: url(/form/ml_lp/img/reason1-bg-sp@2x.png);
    background-position: center;
    background-size: cover
  }
}
@media screen and (max-width: 768px) {
  .reason1__point-swiper {
    padding-bottom: 32px
  }
}
.reason1__point-swiper .swiper-pagination {
  display: none
}
@media screen and (max-width: 768px) {
  .reason1__point-swiper .swiper-pagination {
    display: block
  }
}
.reason1__point-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #e8e8e8;
  opacity: 1;
  margin: 0 7px
}
.reason1__point-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #9d9d9d
}
.reason1__point {
  max-width: 880px;
  width: 100%;
  margin: auto
}
@media screen and (min-width: 769px) {
  .reason1__point-col {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.reason1__point-col__item {
  color: #fff;
  padding: 20px;
  width: calc(100% / 3);
  height: auto
}
@media screen and (max-width: 768px) {
  .reason1__point-col__item {
    width: 100%;
    padding: 0
  }
}
.reason1__point-col__item__inner {
  background: #1a75bf;
  padding: 18px 20px;
  border-radius: 10px;
  height: 100%
}
@media screen and (max-width: 768px) {
  .reason1__point-col__item__inner {
    padding: 18px 40px
  }
}
.reason1__point-col__item1 .reason1__point-col__item__inner {
  background: #ed6a6a;
  background-image: url(/form/ml_lp/img/reason-num1.svg);
  background-position: 20px 20px;
  background-size: 90%;
  background-repeat: no-repeat
}
@media screen and (max-width: 768px) {
  .reason1__point-col__item1 .reason1__point-col__item__inner {
    background-image: url(/form/ml_lp/img/reason-num1-sp.svg);
    padding-bottom: 30%;
    background-position: center
  }
}
@media screen and (max-width: 413px) {
  .reason1__point-col__item1 .reason1__point-col__item__inner {
    background-position: 18px 8px;
    background-size: 100%;
    padding-bottom: 20px
  }
}
@media screen and (min-width: 769px) {
  .reason1__point-col__item1 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
}
.reason1__point-col__item2 .reason1__point-col__item__inner {
  background: #f47f37;
  background-image: url(/form/ml_lp/img/reason-num2.svg);
  background-position: 20px 20px;
  background-size: 90%;
  background-repeat: no-repeat
}
@media screen and (max-width: 768px) {
  .reason1__point-col__item2 .reason1__point-col__item__inner {
    background-image: url(/form/ml_lp/img/reason-num2-sp.svg);
    padding-bottom: 30%;
    background-position: center
  }
}
@media screen and (max-width: 413px) {
  .reason1__point-col__item2 .reason1__point-col__item__inner {
    background-position: 18px 8px;
    background-size: 100%;
    padding-bottom: 20px
  }
}
@media screen and (min-width: 769px) {
  .reason1__point-col__item2 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
}
.reason1__point-col__item3 .reason1__point-col__item__inner {
  background: #ffb100;
  background-image: url(/form/ml_lp/img/reason-num3.svg);
  background-position: 20px 20px;
  background-size: 90%;
  background-repeat: no-repeat
}
@media screen and (max-width: 768px) {
  .reason1__point-col__item3 .reason1__point-col__item__inner {
    background-image: url(/form/ml_lp/img/reason-num3-sp.svg);
    padding-bottom: 30%;
    background-position: center
  }
}
@media screen and (max-width: 413px) {
  .reason1__point-col__item3 .reason1__point-col__item__inner {
    background-position: 18px 8px;
    background-size: 100%;
    padding-bottom: 20px
  }
}
@media screen and (min-width: 769px) {
  .reason1__point-col__item3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.reason1__point-col__item4 .reason1__point-col__item__inner {
  background: #82c93a;
  background-image: url(/form/ml_lp/img/reason-num4.svg);
  background-position: 20px 20px;
  background-size: 90%;
  background-repeat: no-repeat
}
@media screen and (max-width: 768px) {
  .reason1__point-col__item4 .reason1__point-col__item__inner {
    background-image: url(/form/ml_lp/img/reason-num4-sp.svg);
    padding-bottom: 30%;
    background-position: center
  }
}
@media screen and (max-width: 413px) {
  .reason1__point-col__item4 .reason1__point-col__item__inner {
    background-position: 18px 8px;
    background-size: 100%;
    padding-bottom: 20px
  }
}
@media screen and (min-width: 769px) {
  .reason1__point-col__item4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.reason1__point-col__item5 .reason1__point-col__item__inner {
  background: #04c39e;
  background-image: url(/form/ml_lp/img/reason-num5.svg);
  background-position: 20px 20px;
  background-size: 90%;
  background-repeat: no-repeat
}
@media screen and (max-width: 768px) {
  .reason1__point-col__item5 .reason1__point-col__item__inner {
    background-image: url(/form/ml_lp/img/reason-num5-sp.svg);
    padding-bottom: 30%;
    background-position: center
  }
}
@media screen and (max-width: 413px) {
  .reason1__point-col__item5 .reason1__point-col__item__inner {
    background-position: 18px 8px;
    background-size: 100%;
    padding-bottom: 20px
  }
}
@media screen and (min-width: 769px) {
  .reason1__point-col__item5 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}
.reason1__point-col__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px
}
@media screen and (max-width: 768px) {
  .reason1__point-col__title {
    font-size: 20px;
    margin-bottom: 4px
  }
}
.reason1__point-col__text {
  font-size: 18px
}
@media screen and (max-width: 768px) {
  .reason1__point-col__text {
    font-size: 14px
  }
}
.reason1__sub-content {
  padding: 35px 0 0
}
@media screen and (min-width: 769px) {
  .reason1__sub-content {
    padding: 25px 0 0
  }
}
.reason1__sub-content .sub-title {
  color: #54aebc
}
@media screen and (max-width: 768px) {
  .reason1__sub-content .sub-title {
    margin-bottom: 20px
  }
}
.reason1__voice__line {
  width: 71.18%;
  margin: auto
}
@media screen and (max-width: 768px) {
  .reason1__voice__line {
    display: none
  }
}
@media screen and (min-width: 769px) {
  .reason1__voice-swiper {
    margin-top: -15px
  }
}
@media screen and (max-width: 768px) {
  .reason1__voice-swiper {
    padding-bottom: 32px
  }
}
.reason1__voice-swiper .swiper-pagination {
  display: none
}
@media screen and (max-width: 768px) {
  .reason1__voice-swiper .swiper-pagination {
    display: block
  }
}
.reason1__voice-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #c2eaf0;
  opacity: 1;
  margin: 0 7px
}
.reason1__voice-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #54aebc
}
@media screen and (min-width: 769px) {
  .reason1__voice-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.reason1__voice-col__item {
  background: #54aebc;
  color: #fff;
  border-radius: 10px;
  padding: 18px 20px;
  width: calc((100% - 112px) / 3);
  height: auto
}
@media screen and (max-width: 768px) {
  .reason1__voice-col__item {
    width: 100%;
    padding: 18px 40px
  }
}
.reason1__voice-col__item__inner {
  height: 100%
}
.reason1__voice-col__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px
}
@media screen and (max-width: 768px) {
  .reason1__voice-col__title {
    max-width: 235px;
    width: 100%;
    margin: 0 auto 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.reason1__voice-col__title__img {
  width: 56.4%
}
.reason1__voice-col__title__text {
  width: 43.6%;
  line-height: 1.3
}
@media screen and (max-width: 768px) {
  .reason1__voice-col__title__text {
    padding-left: 10px
  }
}
.reason1__voice-col__title__text span {
  display: block
}
.reason1__voice-col__title__text--sm {
  font-size: 18px
}
.reason1__voice-col__title__text--md {
  font-size: 20px
}
.reason1__voice-col__title__text--lg {
  font-size: 30px;
  font-weight: bold
}
.reason1__voice-col__text {
  font-size: 17px
}
@media screen and (max-width: 768px) {
  .reason1__voice-col__text {
    font-size: 14px
  }
}
.reason2 {
  background: #1992a5;
  overflow: hidden
}
.reason2 .reason__title__point {
  color: #1992a5;
  background: #fff
}
.reason2 .reason__title__point::after {
  border-left: 30px solid #fff
}
@media screen and (max-width: 768px) {
  .reason2 .reason__title__point::after {
    border-left: 20px solid #fff
  }
}
.reason2 .reason__title__text {
  color: #fff
}
.reason2__img {
  max-width: 952px;
  width: 100%;
  margin: 0 auto
}
.reason2__img__bg {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #01363e
}
@media screen and (max-width: 768px) {
  .reason2__img__bg {
    padding: 30px 0
  }
}
.reason2__lead {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 35px;
  color: #fff;
  font-size: 15px
}
@media screen and (max-width: 768px) {
  .reason2__lead {
    font-size: 12px;
    margin: 0 auto
  }
}
.reason2__content {
  padding-top: 34px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .reason2__content {
    padding-top: 25px
  }
}
.reason2__content .sub-title {
  color: #fff;
  margin-bottom: 30px
}
@media screen and (max-width: 768px) {
  .reason2__content .sub-title {
    margin-bottom: 20px
  }
}
.reason2__teach__col {
  max-width: 900px;
  width: 100%;
  margin: -27px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .reason2__teach__col {
    display: block;
    margin-top: 0
  }
}
.reason2__teach__col__item {
  width: calc((100% - 35px) / 2);
  background: #fff;
  border-radius: 10px;
  margin-top: 27px;
  padding: 20px 30px
}
@media screen and (max-width: 768px) {
  .reason2__teach__col__item {
    width: 100%;
    margin-top: 20px;
    padding: 20px 25px
  }
}
.reason2__teach__col__text {
  font-size: 18px;
  color: #1992a5
}
@media screen and (max-width: 768px) {
  .reason2__teach__col__text {
    font-size: 14px
  }
}
.reason2__teach__col__title__img {
  margin-bottom: 5px
}
.reason2__teach__col__title__img img {
  width: 100%
}
.reason3__img {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 35px
}
@media screen and (max-width: 768px) {
  .reason3__img {
    margin: 0 auto 24px
  }
}
.reason3__lead {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 56px;
  color: #1992a5;
  font-size: 15px
}
@media screen and (max-width: 768px) {
  .reason3__lead {
    font-size: 12px;
    margin: 0 auto;
    padding-bottom: 20px
  }
}
.reason3 .sub-title {
  color: #1992a5;
  margin-bottom: 20px
}
.reason3 .sub-title__inner {
  display: inline-block;
  position: relative;
  padding: 0 8px
}
.reason3 .sub-title__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #1992a5
}
@media screen and (max-width: 768px) {
  .reason3 .sub-title {
    margin-bottom: 15px
  }
}
.reason3__desc-text {
  color: #1992a5;
  text-align: center;
  font-size: 15px
}
@media screen and (max-width: 768px) {
  .reason3__desc-text {
    font-size: 12px
  }
}
.u-pc-only {
  display: inherit
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none
  }
}
.u-sp-only {
  display: none
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: inherit
  }
}
header {
  display: none
}
h1 {
  font-size: 11px;
  margin: 0 0 0 18px
}
#topic_path ol {
  padding: 10px 0
}
@media screen and (max-width: 720px) {
  h1 {
    margin: 0 0 0 5px
  }
}
body {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", "sans-serif"
}
@media(max-width: 750px) {
  .pc {
    display: none
  }
}
@media(min-width: 751px) {
  .sp {
    display: none
  }
}
.head-title {
  margin: 0;
  padding: 0
}
.alt-text {
  display: none
}
#main .above-campaign-pc {
  position: relative;
  margin-top: -10%;
  margin-bottom: -12.5%
}
#main .above-campaign-sp {
  position: relative;
  margin-top: -10%;
  margin-bottom: -46%
}
#main .above-student-sp {
  position: relative;
  margin-top: -8%
}
/*# sourceMappingURL=style.css.map */