@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Viga&display=swap");
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Viga&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~='screen'] {
    display: inherit;
  }
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.6;
}

/** IE11のみ、游ゴシックoff */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    font-family: 'Segoe UI', Meiryo, sans-serif;
  }
}

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

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

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

textarea {
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.fixed-content {
  position: fixed;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .tb {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}

@media only screen and (min-width: 767px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc-and-tb {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .wrapper {
    overflow-x: hidden;
  }
}

.feature {
  position: relative;
  padding: 0 85px;
  margin-bottom: 154px;
  margin-top: 133px;
}

@media only screen and (max-width: 768px) {
  .feature {
    margin-top: 63px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 25px;
    margin-bottom: 102px;
  }
}

.feature .feature-group-container {
  margin-bottom: 63px;
}

@media only screen and (max-width: 768px) {
  .feature .feature-group-container {
    margin-bottom: 49px;
  }
}

.feature .feature-bg-text {
  z-index: -1;
  position: absolute;
  top: 79px;
  right: -150px;
  transition: 0.8s all ease;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .feature .feature-bg-text {
    top: 50px;
    right: -207px;
    width: 434px;
  }
}

.feature .section-title {
  margin-bottom: 49px;
  opacity: 0;
  transition: 0.8s all ease;
  transform: translateY(30px);
}

@media only screen and (max-width: 768px) {
  .feature .section-title {
    margin-bottom: 31px;
    padding-top: 30px;
  }
}

.feature .button {
  opacity: 0;
  transition: 0.8s all ease;
  transform: translateY(30px);
}

.feature .button.is-animation {
  opacity: 1;
  transform: translateY(0);
}

.feature.is-animation .feature-bg-text {
  right: -117px;
  opacity: 1;
}

.feature.is-animation .feature-group-images li {
  opacity: 1;
  transform: translateX(0);
}

.feature.is-animation .section-title {
  opacity: 1;
  transform: translateY(0);
}

.feature.is-animation .feature-group > li {
  opacity: 1;
  transform: translateX(0);
}

.function {
  overflow: hidden;
  position: relative;
  padding: 84px 185px 163px;
}

@media only screen and (max-width: 768px) {
  .function {
    padding: 41px 25px 53px;
  }
}

.function__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 85px;
  background-color: #fafafa;
  width: calc(100% - 170px);
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .function__bg {
    width: 100%;
    left: 0;
  }
}

.function .function-list > li:nth-child(1),
.function .function-list > li:nth-child(2) {
  opacity: 0;
  transition: 0.8s all ease;
  transform: translateY(30px);
}

.function .function-list.is-animation > li:nth-child(1),
.function .function-list.is-animation > li:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
}

.function .function-list__item {
  opacity: 0;
  transition: 0.8s all ease;
  transform: translateY(30px);
}

.function .function-list__item.is-animation {
  opacity: 1;
  transform: translateY(0);
}

.function .section-title {
  margin-bottom: 230px;
}

.function .section-title > * {
  opacity: 0;
  transition: 0.8s all ease;
  transform: translateY(30px);
}

@media only screen and (max-width: 768px) {
  .function .section-title {
    margin-bottom: 30px;
  }
}

.function .section-title__text {
  transition-delay: 0.3s;
}

.function .function-pluns-container {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .function .function-pluns-container {
    margin-bottom: 53px;
  }
}

.function .function__table-box {
  margin-bottom: 28%;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s all ease;
  transition-delay: 0.6s;
}

@media only screen and (max-width: 768px) {
  .function .function__table-box {
    margin: 0 -25px 107px;
  }
}

.function.is-animation .function__table-box {
  transform: translateY(0px);
  opacity: 1;
}

.function.is-animation .section-title > * {
  transform: translateY(0px);
  opacity: 1;
}

.flow {
  overflow: hidden;
  padding: 139px 85px 70px;
  position: relative;
  margin-bottom: 94px;
}

@media only screen and (max-width: 768px) {
  .flow {
    padding: 100px 25px 50px;
    margin-bottom: 48px;
  }
}

.flow .section-title {
  margin-bottom: 74px;
  transition: 0.8s all ease;
  transform: translateY(30px);
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .flow .section-title {
    margin-bottom: 66px;
  }
}

.flow .flow-bg-text {
  position: absolute;
  opacity: 0;
  transition: 0.8s all ease;
}

@media only screen and (min-width: 769px) {
  .flow .flow-bg-text {
    top: 109px;
    right: -76px;
  }
}

@media only screen and (max-width: 768px) {
  .flow .flow-bg-text {
    top: 118px;
    right: -55px;
    width: 218px;
  }
}

.flow .flow-list-with-image > li {
  opacity: 0;
  transition: 0.8s all ease;
  transform: translateX(-30px);
}

@media only screen and (min-width: 769px) {
  .flow .flow-list-with-image > li:nth-child(0) {
    transition-delay: -0.5s;
  }
  .flow .flow-list-with-image > li:nth-child(1) {
    transition-delay: 0s;
  }
  .flow .flow-list-with-image > li:nth-child(2) {
    transition-delay: 0.5s;
  }
  .flow .flow-list-with-image > li:nth-child(3) {
    transition-delay: 1s;
  }
  .flow .flow-list-with-image > li:nth-child(4) {
    transition-delay: 1.5s;
  }
}

.flow .flow-list-with-image-container {
  margin-bottom: 61px;
}

@media only screen and (max-width: 768px) {
  .flow .flow-list-with-image-container {
    margin-bottom: 19px;
  }
}

.flow .to-contact {
  margin-bottom: 55px;
}

.flow.is-animation .section-title {
  opacity: 1;
  transform: translateY(0);
}

.flow.is-animation .flow-bg-text {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .flow.is-animation .flow-bg-text {
    right: -25px;
  }
}

@media only screen and (min-width: 769px) {
  .flow.is-animation .flow-bg-text {
    right: -46px;
  }
}

.flow.is-animation .flow-list-with-image > li {
  opacity: 1;
  transform: translateX(0);
}

.howto {
  overflow: hidden;
  padding: 143px 38px 53px;
  position: relative;
}

.howto .howto-bg-text {
  transition: 0.8s all ease;
  opacity: 0;
  position: absolute;
  top: 260px;
  z-index: -1;
}

@media only screen and (min-width: 769px) {
  .howto .howto-bg-text {
    right: -90px;
  }
}

@media only screen and (max-width: 768px) {
  .howto .howto-bg-text {
    width: 100%;
    right: -62px;
    top: 200px;
  }
}

.howto .section-title {
  transform: translateY(30px);
  transition: 0.8s all ease;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .howto {
    padding: 93px 25px 50px;
  }
}

.howto .howto-function-list {
  margin-top: 16px;
}

@media only screen and (min-width: 769px) {
  .howto .howto-function-list {
    margin-top: 82px;
    margin-left: 20px;
  }
  .howto .howto-function-list--4column {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .howto .howto-function-list {
    margin-top: 50px;
  }
}

.howto.is-animation .howto-bg-text {
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  .howto.is-animation .howto-bg-text {
    right: -60px;
  }
}

@media only screen and (max-width: 768px) {
  .howto.is-animation .howto-bg-text {
    right: -32px;
    top: 150px;
  }
}

.howto.is-animation .section-title {
  opacity: 1;
  transform: translateY(0);
}

.price {
  padding: 87px 100px 100px;
  margin: 0 85px;
  position: relative;
  background-color: #fafafa;
}

@media only screen and (max-width: 768px) {
  .price {
    padding: 43px 25px 56px;
    margin: 0;
    overflow-x: hidden;
  }
}

.price .section-title {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .price .section-title {
    margin-bottom: 64px;
  }
}

.price .to-contact {
  margin: 0 0 50px;
}

@media only screen and (max-width: 768px) {
  .price .to-contact {
    margin: 0 0 50px;
  }
}

.price .section-title,
.price .price-list,
.price .to-contact {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.price .price-bg-text {
  transform: translate(-40px, 0);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 768px) {
  .price .price-bg-text {
    transform: translate(40px, 0);
  }
}

.price.is-animation .price-bg-text {
  opacity: 1;
  transform: translate(0, 0);
}

.price.is-animation .section-title,
.price.is-animation .price-list,
.price.is-animation .to-contact {
  opacity: 1;
  transform: translateY(0);
}

.price.is-animation .price-list,
.price.is-animation .to-contact {
  transition-delay: 0.6s;
}

.price-bg-text {
  z-index: -1;
  position: absolute;
  top: 44px;
}

@media only screen and (min-width: 769px) {
  .price-bg-text {
    left: 6px;
  }
}

@media only screen and (max-width: 768px) {
  .price-bg-text {
    width: 280px;
    top: 54px;
    right: -18px;
  }
}

.forms {
  padding-top: 105px;
  opacity: 0;
  transform: translateY(30px);
}

@media only screen and (max-width: 768px) {
  .forms {
    padding-top: 75px;
  }
}

.forms.is-animation {
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  opacity: 1;
  transform: translateY(0);
}

.question {
  background-color: #fafafa;
  margin: 0 85px;
  padding: 72px 100px 98px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .question {
    padding: 42px 25px 44px;
    margin: 0 0 25px 0;
  }
}

.question .section-title {
  margin-bottom: 78px;
  transform: translateY(20px);
  transition: 0.8s all ease;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .question .section-title {
    margin-bottom: 38px;
  }
}

.question .question-list {
  transform: translateY(20px);
  transition: 0.8s all ease;
  opacity: 0;
  transition-delay: 0.6s;
}

.question.is-animation .section-title,
.question.is-animation .question-list {
  opacity: 1;
  transform: translateY(0);
}

.tel-box-wrapper {
  padding: 0 85px;
  margin-top: 51px;
}

@media only screen and (max-width: 768px) {
  .tel-box-wrapper {
    padding: 0 25px;
    margin-top: 73px;
  }
}

.feature-lp {
  position: relative;
}

.feature-lp .feature-bg-text {
  z-index: -1;
  position: absolute;
  top: -54px;
  right: -186px;
}

@media only screen and (max-width: 768px) {
  .feature-lp .feature-bg-text {
    top: 71px;
    right: -119px;
    width: 434px;
  }
}

@media only screen and (min-width: 769px) {
  .feature-lp {
    padding: 0 64px;
  }
}

@media only screen and (max-width: 768px) {
  .feature-lp {
    overflow-x: hidden;
    padding-bottom: 20px;
  }
  .feature-lp .section-title {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .feature-lp {
    padding-bottom: 0;
  }
}

.feature-lp .section-title {
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(20px);
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .feature-lp .section-title {
    margin-bottom: 51px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-lp .section-title {
    margin-bottom: 48px;
  }
}

.feature-lp .feature-bg-text {
  transform: translate(20px, 0);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.feature-lp .feature-list__item::after {
  height: 0 !important;
  transition: height 0.6s ease;
}

.feature-lp.is-animation .feature-bg-text {
  opacity: 1;
  transform: translate(0, 0);
}

.feature-lp.is-animation .feature-list--blue .feature-list__item::after {
  transition-delay: 1.6s;
}

@media only screen and (max-width: 767px) {
  .feature-lp.is-animation .feature-list--blue .feature-list__item::after {
    transition-delay: 1.2s;
  }
}

.feature-lp.is-animation .feature-list--blue .feature-list__item--1::after {
  height: 155px !important;
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .feature-lp.is-animation .feature-list--blue .feature-list__item--1::after {
    height: 158px !important;
  }
}

@media only screen and (max-width: 767px) {
  .feature-lp.is-animation .feature-list--blue .feature-list__item--1::after {
    height: 121px !important;
  }
}

.feature-lp.is-animation .feature-list--blue .feature-list__item--2::after {
  height: 101px !important;
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .feature-lp.is-animation .feature-list--blue .feature-list__item--2::after {
    height: 86px !important;
  }
}

@media only screen and (max-width: 767px) {
  .feature-lp.is-animation .feature-list--blue .feature-list__item--2::after {
    height: 91px !important;
  }
}

.feature-lp.is-animation .feature-list--blue .feature-list__item--3::after {
  height: 105px !important;
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .feature-lp.is-animation .feature-list--blue .feature-list__item--3::after {
    height: 102px !important;
  }
}

@media only screen and (max-width: 767px) {
  .feature-lp.is-animation .feature-list--blue .feature-list__item--3::after {
    height: 85px !important;
  }
}

.feature-lp.is-animation .feature-list--green .feature-list__item::after {
  transition-delay: 2s;
}

@media only screen and (max-width: 767px) {
  .feature-lp.is-animation .feature-list--green .feature-list__item::after {
    transition-delay: 1.2s;
  }
}

.feature-lp.is-animation .feature-list--green .feature-list__item--1::after {
  height: 135px !important;
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .feature-lp.is-animation .feature-list--green .feature-list__item--1::after {
    height: 103px !important;
  }
}

@media only screen and (max-width: 767px) {
  .feature-lp.is-animation .feature-list--green .feature-list__item--1::after {
    height: 95px !important;
  }
}

.feature-lp.is-animation .feature-list--green .feature-list__item--2::after {
  height: 49px !important;
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .feature-lp.is-animation .feature-list--green .feature-list__item--2::after {
    height: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .feature-lp.is-animation .feature-list--green .feature-list__item--2::after {
    height: 95px !important;
  }
}

.feature-lp.is-animation .feature-list--green .feature-list__item--3::after {
  height: 71px !important;
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .feature-lp.is-animation .feature-list--green .feature-list__item--3::after {
    height: 71px !important;
  }
}

@media only screen and (max-width: 767px) {
  .feature-lp.is-animation .feature-list--green .feature-list__item--3::after {
    height: 100px !important;
  }
}

@media only screen and (min-width: 767px) {
  .feature-lp .feature-list__image {
    opacity: 0;
    transform: translatex(300px);
  }
  .feature-lp .feature-list__list {
    opacity: 0;
    transform: translateY(30px);
  }
  .feature-lp.is-animation .feature-list__image,
  .feature-lp.is-animation .section-title,
  .feature-lp.is-animation .feature-list__list {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .feature-lp.is-animation .section-title,
  .feature-lp.is-animation .feature-list__list {
    opacity: 1;
    transform: translateY(0);
  }
  .feature-lp.is-animation .feature-list__image {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.6s;
  }
  .feature-lp.is-animation .feature-list__list {
    transition-delay: 1.2s;
  }
}

@media only screen and (max-width: 767px) {
  .feature-lp .feature-list {
    opacity: 0;
    transform: translateY(40px);
  }
  .feature-lp.is-animation .section-title,
  .feature-lp.is-animation .feature-list {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
    transform: translateY(0);
  }
  .feature-lp.is-animation .feature-list {
    transition-delay: 0.6s;
  }
}

.function-lp {
  position: relative;
  overflow: hidden;
}

.function-lp .function-lp__heading,
.function-lp .function-lp__img,
.function-lp .function-lp__table-box {
  opacity: 0;
  transform: translateY(30px);
}

.function-lp.is-animation .function-lp__heading,
.function-lp.is-animation .function-lp__img,
.function-lp.is-animation .function-lp__table-box {
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  opacity: 1;
  transform: translateY(0);
}

.function-lp.is-animation .function-lp__img,
.function-lp.is-animation .function-lp__table-box {
  transition-delay: 0.6s;
}

.function-lp__heading {
  padding-bottom: 34px;
}

@media only screen and (max-width: 768px) {
  .function-lp__heading {
    padding-top: 31px;
    padding-left: 188px;
    padding-bottom: 109px;
    background-color: #fafafa;
  }
}

.function-lp__heading__text {
  margin-top: 21px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .function-lp__heading__text {
    margin-top: 15px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.function-lp__inner {
  position: relative;
  padding-top: 146px;
}

@media only screen and (min-width: 769px) {
  .function-lp__inner {
    padding-left: 20vw;
  }
}

@media only screen and (max-width: 768px) {
  .function-lp__inner {
    padding-top: 136px;
  }
}

@media only screen and (min-width: 769px) {
  .function-lp__table-box {
    margin-bottom: 340px;
    padding-right: 88px;
  }
}

.function-lp__list-box {
  padding-bottom: 230px;
}

@media only screen and (min-width: 769px) {
  .function-lp__list-box {
    padding-right: 73px;
  }
}

@media only screen and (max-width: 768px) {
  .function-lp__list-box {
    background-color: #fafafa;
    padding: 117px 25px 53px;
  }
}

.function-lp__bg-gray {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 175px);
  height: 100%;
  background-color: #fafafa;
}

.function-lp__bg-text {
  z-index: -1;
  position: absolute;
  top: 867px;
}

@media only screen and (min-width: 769px) {
  .function-lp__bg-text {
    left: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .function-lp__bg-text {
    top: 148px;
    left: 34px;
    transform-origin: top left;
    transform: rotate(-90deg);
  }
  .function-lp__bg-text img {
    height: 478px;
  }
}

.function-lp__img {
  z-index: 3;
  position: absolute;
  top: 100px;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .function-lp__img img {
    width: 20vw;
  }
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .function-lp__img {
    width: 200px;
    top: 52px;
    left: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .function-lp__img {
    width: 217px;
    top: 98px;
    left: -13px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
  .function-lp__img {
    top: 45px;
  }
}

@media only screen and (min-width: 414px) and (max-width: 414px) {
  .function-lp__img {
    top: 68px;
  }
}

.function-lp .function-list > li {
  opacity: 0;
  transform: translateY(30px);
}

.function-lp .function-list > li.is-animation {
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  opacity: 1;
  transform: translateY(0);
}

.function-lp .function-list > li:nth-child(1).is-animation + li {
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  opacity: 1;
  transform: translateY(0);
}

.flow-lp {
  padding: 145px 120px 70px;
}

@media only screen and (max-width: 768px) {
  .flow-lp {
    padding: 100px 25px 50px;
  }
}

.flow-lp__contents {
  margin-bottom: 24px;
}

@media only screen and (min-width: 769px) {
  .flow-lp__contents {
    display: flex;
    flex-direction: row-reverse;
  }
}

.flow-lp .section-title {
  margin-bottom: 74px;
}

.flow-lp .flow-bg-text {
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .flow-lp .flow-bg-text {
    top: -204px;
    right: -210px;
  }
}

@media only screen and (max-width: 768px) {
  .flow-lp .flow-bg-text {
    bottom: 8px;
    right: 46px;
    width: 268px;
  }
}

@media only screen and (max-width: 360px) {
  .flow-lp .flow-bg-text {
    bottom: 4px;
    right: 40px;
  }
}

.flow-lp .section-title,
.flow-lp .to-contact {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.flow-lp .flow-image__sp,
.flow-lp .flow-image__shadow {
  opacity: 0;
  transform-origin: bottom center;
  transform: scale(0.96) rotate(2deg) translateY(10px);
}

.flow-lp .flow-bg-text {
  transform: translate(40px, 0);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 768px) {
  .flow-lp .flow-bg-text {
    transform: translate(-40px, 0);
  }
}

.flow-lp .flow-list__num {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.flow-lp .flow-list > li:after {
  height: 0 !important;
  transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.flow-lp .flow-list__title,
.flow-lp .flow-list__text {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.flow-lp.is-animation .flow-bg-text {
  opacity: 1;
  transform: translate(0, 0);
}

.flow-lp.is-animation .section-title,
.flow-lp.is-animation .to-contact {
  opacity: 1;
  transform: translateY(0);
}

.flow-lp.is-animation .flow-image__sp,
.flow-lp.is-animation .flow-image__shadow {
  transition: all 0.6s ease-out;
  opacity: 1;
  transform: scale(1) rotate(0deg) translateY(0);
}

.flow-lp.is-animation .to-contact {
  transition-delay: 1.6s;
}

.flow-lp.is-animation .flow-list__num {
  opacity: 1;
  transform: translateY(0);
}

.flow-lp.is-animation .flow-list > li:after {
  height: 56% !important;
}

.flow-lp.is-animation .flow-list > li:nth-child(1) .flow-list__num {
  transition-delay: 0.3s;
}

.flow-lp.is-animation .flow-list > li:nth-child(1):after {
  transition-delay: 0.3s;
}

.flow-lp.is-animation .flow-list > li:nth-child(2) .flow-list__num {
  transition-delay: 0.6s;
}

.flow-lp.is-animation .flow-list > li:nth-child(2):after {
  transition-delay: 0.6s;
}

.flow-lp.is-animation .flow-list > li:nth-child(3) .flow-list__num {
  transition-delay: 0.9s;
}

.flow-lp.is-animation .flow-list > li:nth-child(3):after {
  transition-delay: 0.9s;
}

.flow-lp.is-animation .flow-list > li:nth-child(4) .flow-list__num {
  transition-delay: 1.2s;
}

.flow-lp.is-animation .flow-list > li:nth-child(4):after {
  transition-delay: 1.2s;
}

.flow-lp.is-animation .flow-list__title,
.flow-lp.is-animation .flow-list__text {
  transition-delay: 1.3s;
  opacity: 1;
  transform: translateY(0);
}

.price-lp {
  padding: 70px 24px 100px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .price-lp {
    padding: 43px 25px 56px;
    overflow-x: hidden;
  }
}

.price-lp .section-title {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .price-lp .section-title {
    margin-bottom: 64px;
  }
}

.price-lp .to-contact {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .price-lp .to-contact {
    margin-top: 65px;
  }
}

.price-lp .section-title,
.price-lp .price-list,
.price-lp .to-contact {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.price-lp .price-bg-text {
  transform: translate(-40px, 0);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 768px) {
  .price-lp .price-bg-text {
    transform: translate(40px, 0);
  }
}

.price-lp.is-animation .price-bg-text {
  opacity: 1;
  transform: translate(0, 0);
}

.price-lp.is-animation .section-title,
.price-lp.is-animation .price-list,
.price-lp.is-animation .to-contact {
  opacity: 1;
  transform: translateY(0);
}

.price-lp.is-animation .price-list,
.price-lp.is-animation .to-contact {
  transition-delay: 0.6s;
}

.price-bg-text {
  z-index: -1;
  position: absolute;
  top: 44px;
}

@media only screen and (min-width: 769px) {
  .price-bg-text {
    left: 6px;
  }
}

@media only screen and (max-width: 768px) {
  .price-bg-text {
    width: 280px;
    top: 54px;
    right: -18px;
  }
}

/**
 * Swiper 6.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 15, 2020
 *
 */
@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;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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-navigation-color: var(--swiper-theme-color);
    */
}

.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: flex;
  align-items: 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: 0.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;
}

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  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%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
  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;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 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, 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: flex;
  justify-content: 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;
}

/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  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% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.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 {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  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 {
  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: 0.6;
  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;
}

@media only screen and (max-width: 768px) {
  .service-header {
    height: 68px;
  }
  .service-header__top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100000001;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .service-header__logo {
    font-size: 9px;
    font-weight: bold;
    color: #a8a8a8;
    line-height: 1;
  }
  .service-header__logo__icon {
    display: block;
    width: 147px;
    height: 18px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/logo.svg") 50%/contain no-repeat;
    margin-bottom: 6px;
  }
  .service-header__button {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: -8px;
  }
  .service-header__button__line-top,
  .service-header__button__line-middle,
  .service-header__button__line-bottom {
    display: block;
    height: 2px;
    background: #005bac;
    position: absolute;
    top: calc(50% - 1px);
    right: calc(50% - 8px);
    transition: all 0.3s ease-out;
  }
  .service-header__button__line-top {
    width: 17px;
    transform: translateY(-7px);
  }
  .service-header__button.is-active .service-header__button__line-top {
    transform: rotate(-45deg);
  }
  .service-header__button__line-middle {
    width: 14px;
  }
  .service-header__button.is-active .service-header__button__line-middle {
    opacity: 0;
    transform: scale(0);
  }
  .service-header__button__line-bottom {
    transform: translateY(7px);
    width: 11px;
  }
  .service-header__button.is-active .service-header__button__line-bottom {
    transform: rotate(45deg);
    width: 17px;
  }
  .service-header__drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: all 0.3s ease-out;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .service-header__drawer {
    padding-top: 68px;
  }
}

@media only screen and (max-width: 768px) {
  .service-header__drawer.is-active {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 768px) {
  .service-header__category {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 11px 25px;
    pointer-events: none;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .service-header__nav > li > a {
    display: block;
    background: #888 url("../images/icons/caret-right-white.svg") right 25px top 50%/7px 14px no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 50px 9px 25px;
  }
  .service-header__nav > li > a.service-header__nav__01 {
    background-color: #005bac;
  }
  .service-header__nav > li > a.service-header__nav__02 {
    background-color: #79af91;
  }
  .service-header__nav > li > a.service-header__nav__03 {
    background-color: #7985af;
  }
  .service-header__nav > li > a.service-header__nav__04 {
    background-color: #45b0b9;
  }
  .service-header__nav > li > a.service-header__nav__05 {
    background-color: #4d9ecb;
  }
  .service-header__nav > li > a.service-header__nav__06 {
    background-color: #2f4db5;
  }
  .service-header__nav > li > a.service-header__nav__07 {
    background-color: #5252ea;
  }
  .service-header__nav > li > a.is-current {
    background-image: none;
    pointer-events: none;
  }
  .service-header__nav__number {
    font-family: 'Viga', sans-serif;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    margin-right: 1em;
  }
  .service-header__nav__balloon {
    display: block;
    color: #aaa;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
  }
}

@media only screen and (max-width: 768px) {
  .service-header__login {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 25px;
    border-bottom: 1px solid #f0f0f0;
    background: url("../images/icons/caret-right-gray.svg") right 28px top 50%/5px 9px no-repeat;
  }
  .service-header__login::before {
    content: '';
    display: block;
    background: url("../images/icons/person.svg") 50%/contain no-repeat;
    width: 34px;
    min-width: 34px;
    height: 34px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .service-header__localnavi__list > li {
    border-bottom: 1px solid #f0f0f0;
  }
  .service-header__localnavi__list > li > a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 50px 8px 25px;
    background: url("../images/icons/caret-right-gray.svg") right 28px top 50%/5px 9px no-repeat;
  }
}

@media only screen and (min-width: 769px) {
  .service-header {
    display: flex;
  }
  .service-header a {
    transition: 0.3s all ease;
  }
  .service-header__top {
    display: flex;
    width: 267px;
    min-width: 267px;
  }
  .service-header__button {
    display: none;
  }
  .service-header__logo {
    font-size: 10px;
    font-weight: bold;
    color: #a8a8a8;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 267px;
    min-width: 267px;
    padding: 10px 10px 10px 47px;
  }
  .service-header__logo__icon {
    width: 178px;
    height: 21px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/logo.svg") 50%/contain no-repeat;
    margin-bottom: 8px;
  }
  .service-header__drawer {
    position: relative;
    width: 100%;
  }
  .service-header__category {
    position: absolute;
    top: 0;
    width: 50%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    background: #fff;
  }
  .service-header__category:hover,
  .service-header__category.is-current {
    background: #000;
    color: #fff;
  }
  .service-header__category.is-current {
    pointer-events: none;
    cursor: default;
  }
  .service-header__category--owner {
    left: 0;
  }
  .service-header__category--resident {
    left: 50%;
  }
  .service-header__nav {
    display: flex;
  }
  .service-header__nav:not(.is-current) {
    display: none;
  }
  .service-header__nav > li {
    flex: 1;
    display: flex;
  }
  .service-header__nav > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 3px solid;
    line-height: 1.4;
    padding: 15px 10px;
    text-align: center;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1299px) {
  .service-header__nav > li > a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav > li > a:hover,
  .service-header__nav > li > a.is-current {
    color: #fff;
    background: #888;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav > li > a.service-header__nav__01 {
    border-bottom-color: #005bac;
  }
  .service-header__nav > li > a.service-header__nav__01:hover,
  .service-header__nav > li > a.service-header__nav__01.is-current {
    background-color: #005bac;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav > li > a.service-header__nav__02 {
    border-bottom-color: #79af91;
  }
  .service-header__nav > li > a.service-header__nav__02:hover,
  .service-header__nav > li > a.service-header__nav__02.is-current {
    background-color: #79af91;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav > li > a.service-header__nav__03 {
    border-bottom-color: #7985af;
  }
  .service-header__nav > li > a.service-header__nav__03:hover,
  .service-header__nav > li > a.service-header__nav__03.is-current {
    background-color: #7985af;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav > li > a.service-header__nav__04 {
    border-bottom-color: #45b0b9;
  }
  .service-header__nav > li > a.service-header__nav__04:hover,
  .service-header__nav > li > a.service-header__nav__04.is-current {
    background-color: #45b0b9;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav > li > a.service-header__nav__05 {
    border-bottom-color: #4d9ecb;
  }
  .service-header__nav > li > a.service-header__nav__05:hover,
  .service-header__nav > li > a.service-header__nav__05.is-current {
    background-color: #4d9ecb;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav > li > a.service-header__nav__06 {
    border-bottom-color: #2f4db5;
  }
  .service-header__nav > li > a.service-header__nav__06:hover,
  .service-header__nav > li > a.service-header__nav__06.is-current {
    background-color: #2f4db5;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav > li > a.service-header__nav__07 {
    border-bottom-color: #5252ea;
  }
  .service-header__nav > li > a.service-header__nav__07:hover,
  .service-header__nav > li > a.service-header__nav__07.is-current {
    background-color: #5252ea;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav__number {
    font-family: 'Viga', sans-serif;
    font-weight: normal;
    font-size: 20px;
    display: inline-block;
    margin-right: 1em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1399px) {
  .service-header__nav__number {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1299px) {
  .service-header__nav__number {
    font-size: 16px;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav__balloon {
    display: block;
    color: #aaa;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__login {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__localnavi {
    position: fixed;
    top: 29px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-100%);
    transition: all 0.3s ease-out;
  }
  .service-header__localnavi.is-active {
    transform: translateY(0);
  }
  .service-header__localnavi__list {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1200px;
  }
  .service-header__localnavi__list > li {
    margin: 0 10px;
  }
  .service-header__localnavi__list > li:first-child {
    display: none;
  }
  .service-header__localnavi__list > li > a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 10px 0;
  }
  .service-header__localnavi__list > li > a::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #888;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-out;
  }
  .service-header__localnavi__list > li > a.is-current {
    color: #888;
  }
  .service-header__localnavi__list > li > a.is-current::after {
    transform: scaleX(1);
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav__01 + .service-header__localnavi a.is-current {
    color: #005bac;
  }
  .service-header__nav__01 + .service-header__localnavi a.is-current::after {
    background-color: #005bac;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav__02 + .service-header__localnavi a.is-current {
    color: #79af91;
  }
  .service-header__nav__02 + .service-header__localnavi a.is-current::after {
    background-color: #79af91;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav__03 + .service-header__localnavi a.is-current {
    color: #7985af;
  }
  .service-header__nav__03 + .service-header__localnavi a.is-current::after {
    background-color: #7985af;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav__04 + .service-header__localnavi a.is-current {
    color: #45b0b9;
  }
  .service-header__nav__04 + .service-header__localnavi a.is-current::after {
    background-color: #45b0b9;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav__05 + .service-header__localnavi a.is-current {
    color: #4d9ecb;
  }
  .service-header__nav__05 + .service-header__localnavi a.is-current::after {
    background-color: #4d9ecb;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav__06 + .service-header__localnavi a.is-current {
    color: #2f4db5;
  }
  .service-header__nav__06 + .service-header__localnavi a.is-current::after {
    background-color: #2f4db5;
  }
}

@media only screen and (min-width: 769px) {
  .service-header__nav__07 + .service-header__localnavi a.is-current {
    color: #5252ea;
  }
  .service-header__nav__07 + .service-header__localnavi a.is-current::after {
    background-color: #5252ea;
  }
}

.service-header__nav a:not([href]) {
  background: #eee !important;
  color: #ccc;
  pointer-events: none;
  position: relative;
}

.footer {
  background-color: #fff;
  /* margin-top: 147px; */
  padding: 0;
}

/* @media only screen and (min-width: 769px) {
	.footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
} */
@media only screen and (max-width: 768px) {
  .footer {
    /* margin-top: 101px; */
    /* padding: 0 25px 100px; */
    text-align: center;
  }
  .footer__heading {
    margin-bottom: 30px;
  }
}

.footer__links {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .footer__links {
    justify-content: space-around;
  }
}

.footer__links > li:not(:last-child) {
  margin-right: 11px;
}

.footer__links > li a:hover {
  text-decoration: underline;
}

.footer__link {
  font-size: 12px;
  color: #a8a8a8;
}

.footer__copyright {
  font-size: 10px;
  letter-spacing: 0.11em;
  color: #b1b1b1;
  text-align: center;
  padding-bottom: 2em;
}

@media only screen and (max-width: 360px) {
  .footer__copyright {
    font-size: 8px;
  }
}

.logo {
  display: inline-block;
  font-size: 10px;
}

.logo--top {
  z-index: 999;
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .logo--top {
    top: 61px;
  }
}

@media only screen and (max-width: 768px) {
  .logo--top {
    top: 28px;
    left: 25px;
  }
}

.logo__image {
  line-height: 1;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .logo__image {
    margin-bottom: 2px;
  }
}

.logo__image img {
  width: 178px;
}

@media only screen and (max-width: 768px) {
  .logo__image img {
    width: 147px;
  }
}

.logo__text {
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #a8a8a8;
}

@media only screen and (max-width: 768px) {
  .logo__text {
    text-align: left;
    font-size: 9px;
    letter-spacing: 0.03em;
  }
}

.loading {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.loading__lottie {
  line-height: 1;
}

.loading__lottie svg {
  vertical-align: bottom;
}

.loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.feature-group-container {
  overflow: visible;
}

.feature-group-container .swiper-wrapper {
  box-sizing: inherit;
}

@media only screen and (min-width: 769px) {
  .feature-group-container {
    display: flex;
    justify-content: space-between;
    overflow: visible;
    position: relative;
  }
  .feature-group-container .feature-group-pagination,
  .feature-group-container .feature-group-button {
    display: none;
  }
  .feature-group-container .feature-group-images {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 62.3%;
  }
  .feature-group-container .feature-group-images > li {
    border-radius: 14px;
    box-shadow: 3px -5px 20px 2px rgba(0, 0, 0, 0.2);
    width: 33.333%;
    transform: translateX(30px);
    opacity: 0;
    transition: 0.8s all ease;
  }
  .feature-group-container .feature-group-images > li img {
    width: 100%;
  }
  .feature-group-container .feature-group-images > li:not(:last-child) {
    margin-right: 49px;
  }
  .feature-group-container .feature-group-images > li:nth-child(0) {
    margin-top: -40px;
    transition-delay: -1s;
  }
  .feature-group-container .feature-group-images > li:nth-child(1) {
    margin-top: 0px;
    transition-delay: 0s;
  }
  .feature-group-container .feature-group-images > li:nth-child(2) {
    margin-top: 40px;
    transition-delay: 1s;
  }
  .feature-group-container .feature-group-images > li:nth-child(3) {
    margin-top: 80px;
    transition-delay: 2s;
  }
  .feature-group-container .feature-group-images--noside {
    width: 67%;
    display: block;
    position: relative;
  }
  .feature-group-container .feature-group-images--noside > li {
    width: auto;
  }
  .feature-group-container .feature-group-images--noside > li:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .feature-group-container {
    padding-bottom: 67px;
    margin: 0 -25px;
    position: relative;
  }
  .feature-group-container .feature-group-images {
    display: none;
  }
  .feature-group-container .feature-group-pagination {
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .feature-group-container .feature-group-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border: 1px solid #005bac;
    margin: 0 10px !important;
  }
  .feature-group-container
.feature-group-pagination
.swiper-pagination-bullet-active {
    background-color: #005bac;
  }
}

.feature-group-container .feature-group-button {
  position: absolute;
  bottom: 0;
  width: 44px;
  height: 44px;
  background: #005bac;
}

.feature-group-container .feature-group-button::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 19px;
  width: 7px;
  height: 13px;
  background: url(../images/icons/arrow_small_white.svg) no-repeat 0 0/contain;
}

.feature-group-container .feature-group-button.swiper-button-disabled {
  background-color: #d5d5d5;
}

.feature-group-container .feature-group-button--prev {
  left: 0;
}

.feature-group-container .feature-group-button--prev::before {
  transform: rotate(180deg);
}

.feature-group-container .feature-group-button--next {
  right: 0;
}

@media only screen and (min-width: 769px) {
  .feature-group {
    display: block;
    margin-top: 15%;
    width: 31.2%;
  }
  .feature-group .feature-group__image {
    display: none;
  }
  .feature-group > li {
    opacity: 0;
    transform: translateX(30px);
    transition: 0.8s all ease;
  }
  .feature-group > li:not(:last-child) {
    margin-bottom: 63px;
    position: relative;
  }
  .feature-group > li:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -2px;
    width: 14px;
    height: 1px;
    background-color: #000;
  }
  .feature-group > li:nth-child(0) {
    transition-delay: -0.3s;
  }
  .feature-group > li:nth-child(1) {
    transition-delay: 0s;
  }
  .feature-group > li:nth-child(2) {
    transition-delay: 0.3s;
  }
  .feature-group > li:nth-child(3) {
    transition-delay: 0.6s;
  }
}

@media only screen and (max-width: 768px) {
  .feature-group > li {
    display: flex;
  }
  .feature-group > li.feature-group__vertical {
    display: block;
  }
  .feature-group > li.feature-group__vertical .feature-group__image {
    width: calc(100% - 30px);
  }
  .feature-group > li.feature-group__vertical .feature-group__text {
    margin-top: 20px;
    width: 100%;
  }
  .feature-group > li.feature-group__vertical .feature-group__text__inner {
    display: flex;
    justify-content: space-between;
  }
  .feature-group > li.feature-group__vertical .feature-group__description {
    width: calc(100% - 50px);
  }
  .feature-group__image {
    width: 163px;
    margin-left: 15px;
    border-radius: 9px;
    box-shadow: 3px -5px 20px 2px rgba(0, 0, 0, 0.2);
  }
  .feature-group__image img {
    width: 100%;
  }
}

.feature-group__text {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .feature-group__text {
    width: calc(100% - 163px);
    padding: 0 25px 0 17px;
    display: flex;
    align-items: center;
  }
}

.feature-group__num {
  font-family: 'Viga', sans-serif;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #005bac;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005bac;
  background-color: #fff;
  line-height: 1;
  padding: 2px 0 0 1px;
  line-height: 0.5;
}

@media only screen and (min-width: 769px) {
  .feature-group__num {
    position: absolute;
    top: -5px;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .feature-group__num {
    padding: 1px 0 0 2px;
    width: 35px;
    height: 35px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.feature-group__description {
  font-weight: bold;
  letter-spacing: 0.09em;
}

@media only screen and (min-width: 769px) {
  .feature-group__description {
    padding-left: 67px;
  }
}

@media only screen and (max-width: 768px) {
  .feature-group__description {
    font-size: 14px;
  }
}

.feature-group-resident-images {
  width: 67%;
  position: relative;
}

.feature-group-resident-images > div:nth-child(1) {
  box-shadow: 3px -5px 20px 2px rgba(0, 0, 0, 0.2);
  width: 53vw;
  margin-left: auto;
  border-radius: 15px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .feature-group-resident-images {
    display: none;
  }
}

.feature-group-resident-images__side {
  display: flex;
  position: relative;
  top: -40px;
  z-index: 1;
}

.feature-group-resident-images__side > div {
  box-shadow: 3px -5px 20px 2px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  overflow: hidden;
}

.feature-group-resident-images__side > div:nth-child(1),
.feature-group-resident-images__side > div:nth-child(2) {
  width: 13.5vw;
}

.feature-group-resident-images__side > div:nth-child(1) {
  margin-right: 1vw;
}

.function-table {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .function-table {
    letter-spacing: 0.07em;
  }
}

@media only screen and (max-width: 360px) {
  .function-table {
    font-size: 11px;
  }
}

.function-table__line {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
}

.function-table dt,
.function-table dd {
  min-height: 61px;
  padding: 10px;
}

.function-table dt.function-table__low,
.function-table dd.function-table__low {
  min-height: 52px;
}

@media only screen and (max-width: 768px) {
  .function-table dt.function-table__low,
  .function-table dd.function-table__low {
    min-height: 53px;
    letter-spacing: -0.07em;
    padding: 5px;
  }
  .function-table dt.function-table__low .function-table__items > *,
  .function-table dd.function-table__low .function-table__items > * {
    text-align: center;
    padding: 5px;
    position: relative;
  }
}

.function-table dt {
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 280px;
  padding-left: 45px;
}

@media only screen and (max-width: 768px) {
  .function-table dt {
    position: relative;
    z-index: 2;
    width: 250px;
    background-color: #fafafa;
    padding-left: 26px;
  }
}

@media only screen and (max-width: 360px) {
  .function-table dt {
    width: 200px;
  }
}

.function-table dd {
  width: calc(100% - 280px);
}

@media only screen and (max-width: 768px) {
  .function-table dd {
    width: calc(100% - 250px);
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
}

@media only screen and (max-width: 360px) {
  .function-table dd {
    width: calc(100% - 200px);
  }
}

.function-table__items {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .function-table__items {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    transform: translateX(0);
  }
}

.function-table__items--has-btn {
  font-weight: bold;
  font-size: 15px;
}

.function-table__items > * {
  text-align: center;
  width: 33.333%;
}

@media only screen and (max-width: 768px) {
  .function-table__items > * {
    width: auto;
  }
}

.function-table__note {
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
}

.function-table__note::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  width: 16px;
  height: 11px;
  background: url(../images/icons/arrow_bold_right.svg) no-repeat 50%/contain;
}

.function-table__small-text {
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  .function-table__btn-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.function-table__clickable-btn {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .function-table__clickable-btn {
    padding-left: 24px;
    top: 2px;
  }
}

.function-table__btn {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}

.function-table__btn img {
  width: 14px;
  height: 14px;
}

.function-table__btn.is-touched {
  opacity: 0.4;
}

.function-table--scroll .function-table__content {
  height: 460px;
  overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
  .function-table--scroll .function-table__content {
    height: 465px;
  }
}

@media only screen and (min-width: 769px) {
  .function-table--scroll {
    border-top: 1px solid #e6e6e6;
  }
  .function-table--scroll .function-table__line--heading {
    display: none;
  }
}

.function-list__num {
  font-family: 'Viga', sans-serif;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #005bac;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005bac;
  background-color: #fff;
  line-height: 1;
  padding: 2px 0px 0 1px;
  line-height: 0.5;
}

@media only screen and (max-width: 768px) {
  .function-list__num {
    padding: 1px 0px 0 2px;
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

.function-list__heading {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  line-height: 0.8;
}

@media only screen and (max-width: 768px) {
  .function-list__heading {
    line-height: 1;
  }
}

.function-list__heading > * {
  flex-shrink: 0;
}

.function-list__heading h3 {
  font-size: 32px;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .function-list__heading h3 {
    font-size: 20px;
    margin-left: 7px;
    letter-spacing: 0.05em;
  }
}

.function-list__heading__small {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .function-list__heading__small {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .function-list__text {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
}

.function-list > li {
  position: relative;
}

.function-list > li:nth-child(2) .function-list__heading {
  position: relative;
}

.function-list > li:nth-child(2) .function-list__heading::before {
  content: '';
  position: absolute;
  top: -21px;
  right: 100%;
  margin-right: -3px;
  background: url(../images/function/function_list_border.svg) no-repeat 0 0/contain;
  width: 155px;
  height: 52px;
}

@media only screen and (max-width: 768px) {
  .function-list > li:nth-child(2) .function-list__heading::before {
    top: -153px;
    left: 16px;
    width: 133px;
    height: 152px;
    background-image: url(../images/function/function_list_border_sp.svg);
  }
}

@media only screen and (min-width: 769px) {
  .function-list--layout-1 > li {
    display: flex;
  }
  .function-list--layout-1 > li .function-list__img img {
    max-width: 75vw;
  }
  .function-list--layout-1 > li:nth-child(1),
  .function-list--layout-1 > li:nth-child(2) {
    justify-content: flex-end;
  }
  .function-list--layout-1 > li:nth-child(1) .function-list__box,
  .function-list--layout-1 > li:nth-child(2) .function-list__box {
    width: 40vw;
  }
  .function-list--layout-1 > li:nth-child(1) {
    z-index: 1;
    margin-bottom: 65px;
  }
  .function-list--layout-1 > li:nth-child(2) {
    margin-bottom: 278px;
    position: relative;
  }
  .function-list--layout-1 > li:nth-child(2) .function-list__box {
    z-index: 1;
  }
  .function-list--layout-1 > li:nth-child(2) .function-list__img {
    position: absolute;
    bottom: -13vw;
    right: 24vw;
  }
  .function-list--layout-1 > li:nth-child(3),
  .function-list--layout-1 > li:nth-child(4),
  .function-list--layout-1 > li:nth-child(5),
  .function-list--layout-1 > li:nth-child(6),
  .function-list--layout-1 > li:nth-child(7) {
    align-items: center;
    position: relative;
  }
  .function-list--layout-1 > li:nth-child(3) .function-list__box,
  .function-list--layout-1 > li:nth-child(4) .function-list__box,
  .function-list--layout-1 > li:nth-child(5) .function-list__box,
  .function-list--layout-1 > li:nth-child(6) .function-list__box,
  .function-list--layout-1 > li:nth-child(7) .function-list__box {
    width: 25vw;
  }
  .function-list--layout-1 > li:nth-child(3) .function-list__img,
  .function-list--layout-1 > li:nth-child(4) .function-list__img,
  .function-list--layout-1 > li:nth-child(5) .function-list__img,
  .function-list--layout-1 > li:nth-child(6) .function-list__img,
  .function-list--layout-1 > li:nth-child(7) .function-list__img {
    position: absolute;
    top: 50%;
    margin-top: -291px;
  }
  .function-list--layout-1 > li:nth-child(4),
  .function-list--layout-1 > li:nth-child(6) {
    flex-flow: row-reverse;
  }
  .function-list--layout-1 > li:nth-child(3) {
    margin-bottom: 415px;
  }
  .function-list--layout-1 > li:nth-child(3) .function-list__img {
    left: 25vw;
  }
  .function-list--layout-1 > li:nth-child(4) {
    margin-bottom: 393px;
  }
  .function-list--layout-1 > li:nth-child(4) .function-list__img {
    left: -310px;
  }
  .function-list--layout-1 > li:nth-child(5) {
    margin-bottom: 352px;
  }
  .function-list--layout-1 > li:nth-child(5) .function-list__img {
    left: 25vw;
  }
  .function-list--layout-1 > li:nth-child(6) {
    margin-bottom: 328px;
  }
  .function-list--layout-1 > li:nth-child(6) .function-list__img {
    left: -310px;
  }
  .function-list--layout-1 > li:nth-child(7) .function-list__img {
    left: 25vw;
  }
}

@media only screen and (max-width: 768px) {
  .function-list--layout-1 > li .function-list__heading {
    margin-top: -10px;
  }
  .function-list--layout-1 > li:not(:nth-child(1)):not(:last-child) {
    margin-bottom: 71px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .function-list--layout-1 > li:nth-child(2) .function-list__img {
    margin: -48px -83px 0;
  }
  .function-list--layout-1 > li:nth-child(2) .function-list__img img {
    width: 100%;
  }
  .function-list--layout-1 > li:nth-child(2) .function-list__box {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 768px) {
  .function-list--layout-1 > li:nth-child(3) .function-list__img,
  .function-list--layout-1 > li:nth-child(5) .function-list__img,
  .function-list--layout-1 > li:nth-child(7) .function-list__img {
    margin-left: -40px;
    margin-right: -120px;
  }
}

@media only screen and (max-width: 768px) {
  .function-list--layout-1 > li:nth-child(4) .function-list__img,
  .function-list--layout-1 > li:nth-child(6) .function-list__img {
    margin-left: -120px;
    margin-right: -40px;
  }
}

@media only screen and (min-width: 769px) {
  .function-list--layout-1-small > li .function-list__img img {
    max-width: 58.8vw;
  }
  .function-list--layout-1-small > li:nth-child(1) .function-list__box,
  .function-list--layout-1-small > li:nth-child(2) .function-list__box {
    width: 25vw;
  }
  .function-list--layout-1-small > li:nth-child(1) {
    z-index: 1;
    margin-bottom: 70px;
  }
  .function-list--layout-1-small > li:nth-child(2) {
    margin-bottom: 295px;
    position: relative;
  }
  .function-list--layout-1-small > li:nth-child(2) .function-list__box {
    z-index: 1;
  }
  .function-list--layout-1-small > li:nth-child(2) .function-list__img {
    position: absolute;
    bottom: -13vw;
    right: inherit;
    left: -262px;
  }
  .function-list--layout-1-small > li:nth-child(2) .function-list__img img {
    max-width: 66vw;
  }
  .function-list--layout-1-small > li:nth-child(2) .function-list__heading {
    position: relative;
  }
  .function-list--layout-1-small
> li:nth-child(2)
.function-list__heading::before {
    content: '';
    position: absolute;
    top: -22px;
    right: 100%;
    margin-right: -7px;
    background-image: url(../images/function/function_list_border_long.svg);
    width: 205px;
    height: 52px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 768px) {
  .function-list--layout-1-small
> li:nth-child(2)
.function-list__heading::before {
    top: -153px;
    left: 16px;
    width: 133px;
    height: 152px;
    background-image: url(../images/function/function_list_border_sp.svg);
  }
}

@media only screen and (min-width: 769px) {
  .function-list--layout-1-small > li:nth-child(3),
  .function-list--layout-1-small > li:nth-child(4),
  .function-list--layout-1-small > li:nth-child(5),
  .function-list--layout-1-small > li:nth-child(6),
  .function-list--layout-1-small > li:nth-child(7) {
    align-items: center;
    position: relative;
  }
  .function-list--layout-1-small > li:nth-child(3) .function-list__box,
  .function-list--layout-1-small > li:nth-child(4) .function-list__box,
  .function-list--layout-1-small > li:nth-child(5) .function-list__box,
  .function-list--layout-1-small > li:nth-child(6) .function-list__box,
  .function-list--layout-1-small > li:nth-child(7) .function-list__box {
    width: 25vw;
  }
  .function-list--layout-1-small > li:nth-child(3) .function-list__img,
  .function-list--layout-1-small > li:nth-child(4) .function-list__img,
  .function-list--layout-1-small > li:nth-child(5) .function-list__img,
  .function-list--layout-1-small > li:nth-child(6) .function-list__img,
  .function-list--layout-1-small > li:nth-child(7) .function-list__img {
    position: absolute;
    top: 50%;
    margin-top: -261px;
  }
}

@media only screen and (min-width: 769px) {
  .function-list--layout-1-small > li:nth-child(4),
  .function-list--layout-1-small > li:nth-child(6) {
    flex-flow: row-reverse;
  }
}

@media only screen and (min-width: 769px) {
  .function-list--layout-1-small > li:nth-child(3) {
    margin-bottom: 393px;
  }
  .function-list--layout-1-small > li:nth-child(3) .function-list__img {
    left: inherit;
    right: -260px;
  }
}

@media only screen and (min-width: 769px) {
  .function-list--layout-1-small > li:nth-child(4) {
    margin-bottom: 361px;
  }
  .function-list--layout-1-small > li:nth-child(4) .function-list__img {
    left: -212px;
  }
}

@media only screen and (min-width: 769px) {
  .function-list--layout-1-small > li:nth-child(5) {
    margin-bottom: 335px;
  }
  .function-list--layout-1-small > li:nth-child(5) .function-list__img {
    left: inherit;
    right: -260px;
  }
}

@media only screen and (min-width: 769px) {
  .function-list--layout-1-small > li:nth-child(6) {
    margin-bottom: 292px;
  }
  .function-list--layout-1-small > li:nth-child(6) .function-list__img {
    left: -213px;
  }
}

@media only screen and (min-width: 769px) {
  .function-list--layout-1-small > li:nth-child(7) .function-list__img {
    left: inherit;
    right: -260px;
  }
}

@media only screen and (max-width: 768px) {
  .function-list--layout-1-small > li .function-list__heading {
    margin-top: -10px;
  }
  .function-list--layout-1-small > li:not(:nth-child(1)):not(:last-child) {
    margin-bottom: 71px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .function-list--layout-1-small > li:nth-child(2) .function-list__img {
    margin: -48px -83px 0;
  }
  .function-list--layout-1-small > li:nth-child(2) .function-list__img img {
    width: 100%;
  }
  .function-list--layout-1-small > li:nth-child(2) .function-list__box {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 768px) {
  .function-list--layout-1-small > li:nth-child(3) .function-list__img,
  .function-list--layout-1-small > li:nth-child(5) .function-list__img,
  .function-list--layout-1-small > li:nth-child(7) .function-list__img {
    margin-left: -40px;
    margin-right: -120px;
  }
}

@media only screen and (max-width: 768px) {
  .function-list--layout-1-small > li:nth-child(4) .function-list__img,
  .function-list--layout-1-small > li:nth-child(6) .function-list__img {
    margin-left: -120px;
    margin-right: -40px;
  }
}

@media only screen and (min-width: 769px) {
  .function-list--layout-2 > li {
    display: flex;
  }
  .function-list--layout-2 > li .function-list__img img {
    max-width: 75vw;
  }
  .function-list--layout-2 > li:nth-child(1),
  .function-list--layout-2 > li:nth-child(2) {
    justify-content: flex-end;
  }
  .function-list--layout-2 > li:nth-child(1) .function-list__box,
  .function-list--layout-2 > li:nth-child(2) .function-list__box {
    width: 40vw;
  }
  .function-list--layout-2 > li:nth-child(1) {
    z-index: 1;
    margin-bottom: 65px;
  }
  .function-list--layout-2 > li:nth-child(2) {
    margin-bottom: 388px;
    position: relative;
  }
  .function-list--layout-2 > li:nth-child(2) .function-list__box {
    z-index: 1;
  }
  .function-list--layout-2 > li:nth-child(2) .function-list__img {
    position: absolute;
    bottom: -13vw;
    right: 24vw;
  }
  .function-list--layout-2 > li:nth-child(3),
  .function-list--layout-2 > li:nth-child(4),
  .function-list--layout-2 > li:nth-child(5),
  .function-list--layout-2 > li:nth-child(7) {
    align-items: center;
  }
  .function-list--layout-2 > li:nth-child(3) .function-list__box,
  .function-list--layout-2 > li:nth-child(4) .function-list__box,
  .function-list--layout-2 > li:nth-child(5) .function-list__box,
  .function-list--layout-2 > li:nth-child(7) .function-list__box {
    width: 25vw;
  }
  .function-list--layout-2 > li:nth-child(3) .function-list__img,
  .function-list--layout-2 > li:nth-child(4) .function-list__img,
  .function-list--layout-2 > li:nth-child(5) .function-list__img,
  .function-list--layout-2 > li:nth-child(7) .function-list__img {
    position: absolute;
    top: 50%;
    margin-top: -370px;
  }
  .function-list--layout-2 > li:nth-child(3) .function-list__box,
  .function-list--layout-2 > li:nth-child(4) .function-list__box,
  .function-list--layout-2 > li:nth-child(7) .function-list__box {
    width: 25vw;
  }
  .function-list--layout-2 > li:nth-child(5) .function-list__box {
    width: 25vw;
  }
  .function-list--layout-2 > li:nth-child(6) .function-list__box,
  .function-list--layout-2 > li:nth-child(8) .function-list__box {
    width: 25vw;
  }
  .function-list--layout-2 > li:nth-child(6) .function-list__img,
  .function-list--layout-2 > li:nth-child(8) .function-list__img {
    position: absolute;
    top: 50%;
    margin-top: -391px;
  }
  .function-list--layout-2 > li:nth-child(3) {
    margin-bottom: 618px;
  }
  .function-list--layout-2 > li:nth-child(3) .function-list__img {
    left: 41vw;
  }
  .function-list--layout-2 > li:nth-child(4) {
    margin-bottom: 645px;
    padding-left: 386px;
  }
  .function-list--layout-2 > li:nth-child(4) .function-list__img {
    left: -9vw;
  }
  .function-list--layout-2 > li:nth-child(5) {
    margin-bottom: 528px;
  }
  .function-list--layout-2 > li:nth-child(5) .function-list__img {
    right: -4vw;
  }
  .function-list--layout-2 > li:nth-child(6) {
    margin-bottom: 517px;
    flex-flow: row-reverse;
  }
  .function-list--layout-2 > li:nth-child(6) .function-list__heading h3 {
    width: calc(100% - 54px);
    line-height: 1;
  }
  .function-list--layout-2 > li:nth-child(6) .function-list__img {
    margin-top: -297px;
    left: -310px;
  }
  .function-list--layout-2 > li:nth-child(6) .function-list__img img {
    max-width: 75vw;
  }
  .function-list--layout-2 > li:nth-child(7) {
    margin-bottom: 462px;
  }
  .function-list--layout-2 > li:nth-child(7) .function-list__heading h3 {
    width: calc(100% - 54px);
    line-height: 1;
  }
  .function-list--layout-2 > li:nth-child(7) .function-list__img {
    right: -4vw;
  }
  .function-list--layout-2 > li:nth-child(8) {
    flex-flow: row-reverse;
  }
  .function-list--layout-2 > li:nth-child(8) .function-list__img {
    margin-top: -292px;
    left: -310px;
  }
  .function-list--layout-2 > li:nth-child(8) .function-list__img img {
    max-width: 75vw;
  }
}

@media only screen and (max-width: 768px) {
  .function-list--layout-2 > li .function-list__heading {
    margin-top: -6px;
  }
  .function-list--layout-2
> li:not(:nth-child(1)):not(:nth-child(5)):not(:nth-child(6)):not(
  :nth-child(7)
):not(:last-child) {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .function-list--layout-2 > li:nth-child(2) .function-list__img {
    margin: -48px -83px 0;
  }
  .function-list--layout-2 > li:nth-child(2) .function-list__img img {
    width: 100%;
  }
  .function-list--layout-2 > li:nth-child(2) .function-list__box {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 768px) {
  .function-list--layout-2 > li:nth-child(3) .function-list__img,
  .function-list--layout-2 > li:nth-child(4) .function-list__img,
  .function-list--layout-2 > li:nth-child(5) .function-list__img,
  .function-list--layout-2 > li:nth-child(7) .function-list__img {
    text-align: center;
  }
  .function-list--layout-2 > li:nth-child(3) .function-list__img img,
  .function-list--layout-2 > li:nth-child(4) .function-list__img img,
  .function-list--layout-2 > li:nth-child(5) .function-list__img img,
  .function-list--layout-2 > li:nth-child(7) .function-list__img img {
    width: 231px;
  }
  .function-list--layout-2 > li:nth-child(3) .function-list__box,
  .function-list--layout-2 > li:nth-child(4) .function-list__box,
  .function-list--layout-2 > li:nth-child(5) .function-list__box,
  .function-list--layout-2 > li:nth-child(7) .function-list__box {
    margin-top: -13px;
  }
}

@media only screen and (max-width: 768px) {
  .function-list--layout-2 > li:nth-child(5),
  .function-list--layout-2 > li:nth-child(7) {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .function-list--layout-2 > li:nth-child(6) .function-list__box,
  .function-list--layout-2 > li:nth-child(8) .function-list__box {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 768px) {
  .function-list--layout-2 > li:nth-child(6) {
    margin-bottom: 68px;
  }
  .function-list--layout-2 > li:nth-child(6) .function-list__img {
    margin-left: -120px;
    margin-right: -40px;
  }
}

@media only screen and (max-width: 768px) {
  .function-list--layout-2 > li:nth-child(8) .function-list__img {
    margin-left: -40px;
    margin-right: -120px;
  }
}

.function-list--green .function-list__num {
  color: #79af91;
  border-color: #79af91;
}

.function-list--green > li:nth-child(2) .function-list__heading::before {
  background-image: url(../images/function/function_list_border_green.svg);
}

@media only screen and (max-width: 768px) {
  .function-list--green > li:nth-child(2) .function-list__heading::before {
    background-image: url(../images/function/function_list_border_sp_green.svg);
  }
}

.button {
  display: block;
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 5px 11px;
  font-size: 14px;
  letter-spacing: 0.09em;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .button {
    letter-spacing: 0;
    width: 154px;
    padding: 9px 5px 8px;
  }
}

@media only screen and (max-width: 360px) {
  .button {
    font-size: 11px;
  }
}

.button__inner {
  position: relative;
  display: inline-block;
  padding-right: 29px;
}

@media only screen and (max-width: 768px) {
  .button__inner {
    padding-right: 22px;
  }
}

.button__inner::before,
.button__inner::after {
  content: '';
  position: absolute;
  top: 50%;
}

.button__inner::before {
  right: 6px;
  width: 10px;
  height: 6px;
  background: url(../images/icons/arrow_black.svg) no-repeat 50%/contain;
  margin-top: -4px;
}

@media only screen and (min-width: 769px) {
  .button__inner::before {
    transform: translateY(0);
    transition: all 0.3s ease;
  }
}

@media only screen and (max-width: 768px) {
  .button__inner::before {
    right: 4px;
    margin-top: -2px;
    width: 8px;
    height: 5px;
  }
}

.button__inner::after {
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-top: -12px;
}

@media only screen and (max-width: 768px) {
  .button__inner::after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}

.button--size-1 {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .button--size-1 {
    max-width: 195px;
  }
  .button--size-1:hover {
    max-width: 215px;
  }
}

@media only screen and (max-width: 768px) {
  .button--size-1 {
    width: 154px;
  }
}

@media only screen and (max-width: 360px) {
  .button--size-1 {
    width: 128px;
  }
}

.button--size-2 {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .button--size-2 {
    max-width: 169px;
  }
  .button--size-2:hover {
    max-width: 189px;
  }
}

@media only screen and (max-width: 768px) {
  .button--size-2 {
    width: 154px;
  }
}

@media only screen and (max-width: 360px) {
  .button--size-2 {
    width: 128px;
  }
}

.button--size-3 {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .button--size-3 {
    max-width: 135px;
  }
  .button--size-3:hover {
    max-width: 155px;
  }
}

@media only screen and (max-width: 768px) {
  .button--size-3 {
    width: 154px;
  }
}

@media only screen and (max-width: 360px) {
  .button--size-3 {
    width: 128px;
  }
}

.button--size-4 {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .button--size-4 {
    max-width: 372px;
  }
  .button--size-4:hover {
    max-width: 392px;
  }
}

@media only screen and (max-width: 768px) {
  .button--size-4 {
    width: 100%;
  }
}

.button--center {
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .button {
    transition: all 0.3s ease;
  }
  .button:hover .button__inner::before {
    transform: translateY(2px);
  }
}

.button--blue {
  color: #fff;
  background: linear-gradient(to right, #79c1ce 0%, #005bac 60%);
  border-width: 0;
  padding: 13px 5px 12px;
}

@media only screen and (max-width: 768px) {
  .button--blue {
    padding: 10px 5px 9px;
  }
}

.button--blue .button__inner::before {
  background-image: url(../images/icons/arrow_white_v2.svg);
}

.button--blue .button__inner::after {
  border-color: #fff;
}

.button--green {
  color: #fff;
  background: linear-gradient(to right, #c0e5ac 0%, #79af91 60%);
  border-width: 0;
  padding: 13px 5px 12px;
}

@media only screen and (max-width: 768px) {
  .button--green {
    padding: 10px 5px 9px;
  }
}

.button--green .button__inner::before {
  background-image: url(../images/icons/arrow_white.svg);
}

.button--green .button__inner::after {
  border-color: #fff;
}

.button--large {
  font-size: 16px;
  padding: 17px 5px 16px;
}

.button--large .button__inner {
  padding-right: 0;
  width: 100%;
}

.button--large .button__inner::before {
  right: 28px;
}

@media only screen and (max-width: 768px) {
  .button--large .button__inner::before {
    right: 22px;
    margin-top: -3px;
  }
}

.button--large .button__inner::after {
  margin-top: -15px;
  right: 20px;
  width: 27px;
  height: 27px;
}

@media only screen and (max-width: 768px) {
  .button--large .button__inner::after {
    margin-top: -15px;
    right: 12px;
  }
}

.button--mv {
  position: relative;
  padding: 21px 0px 21px 86px;
  width: 420px;
  font-size: 19px;
  letter-spacing: 0.05em;
  transition: 0.3s all ease;
  background: linear-gradient(to right, #79c1ce, #005bac 223.2px, #005bac 520.8px, #79c1ce);
  background-size: 744px, 100px;
  -webkit-animation: bound 2.5s infinite;
  animation: bound 2.5s infinite;
}

.button--mv:hover {
  background-position: 100% 0;
}

@media only screen and (max-width: 768px) {
  .button--mv {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 16px 0 16px 64px;
  }
}

@media screen and (max-width: 374px) {
  .button--mv {
    font-size: 10px;
  }
}

.button--mv .button__inner {
  padding: 0 0 0 20px;
}

.button--mv img {
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .button--mv img {
    width: 96px;
    top: -9px;
    left: 29px;
  }
}

@media only screen and (max-width: 768px) {
  .button--mv img {
    left: 18px;
    top: -21px;
    width: 86px;
  }
}

@-webkit-keyframes bound {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgba(0, 91, 172, 0.5);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 50px 50px rgba(0, 91, 172, 0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bound {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgba(0, 91, 172, 0.5);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 50px 50px rgba(0, 91, 172, 0);
  }
  100% {
    transform: scale(1);
  }
}

.button--mv--blue {
  -webkit-animation: bound-blue 2.5s infinite;
  animation: bound-blue 2.5s infinite;
}

.button--mv--green {
  -webkit-animation: bound-green 2.5s infinite;
  animation: bound-green 2.5s infinite;
}

@-webkit-keyframes bound-blue {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgba(0, 91, 172, 0.5);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 50px 50px rgba(0, 91, 172, 0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bound-blue {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgba(0, 91, 172, 0.5);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 50px 50px rgba(0, 91, 172, 0);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes bound-green {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgba(77, 172, 90, 0.5);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 50px 50px rgba(77, 172, 90, 0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bound-green {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgba(77, 172, 90, 0.5);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 50px 50px rgba(77, 172, 90, 0);
  }
  100% {
    transform: scale(1);
  }
}

.button--noarrow .button__inner::before,
.button--noarrow .button__inner::after {
  display: none;
}

.button--small {
  width: 213px;
}

@media only screen and (max-width: 768px) {
  .button--small {
    width: 100%;
  }
}

.button--right {
  background: linear-gradient(to right, #79c1ce, #005bac 150px, #005bac 300px, #79c1ce);
}

@media only screen and (min-width: 769px) {
  .button--right {
    background-size: 744px, 100px;
    width: 213px;
  }
}

@media only screen and (max-width: 768px) {
  .button--right {
    width: 100%;
    padding: 17px 5px 16px;
    background: linear-gradient(to right, #79c1ce 0%, #005bac 60%);
  }
}

@media only screen and (max-width: 768px) {
  .button--right .button__inner {
    width: 100%;
  }
}

.button--right .button__inner::before {
  right: -12px;
  width: 10px;
  height: 6px;
  background: url(../images/icons/arrow_white.svg) no-repeat 50%/contain;
  margin-top: -3px;
  transform: rotate(-90deg);
}

@media only screen and (max-width: 768px) {
  .button--right .button__inner::before {
    right: 25px;
  }
}

.button--right .button__inner::after {
  right: -18px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-top: -12px;
}

@media only screen and (max-width: 768px) {
  .button--right .button__inner::after {
    right: 17px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
  }
}

.button--right:hover {
  background-position: 50% 0;
}

.button--right:hover .button__inner::before {
  transform: rotate(-90deg);
}

.button--right-green {
  background: linear-gradient(to right, #c0e5ac, #79af91 150px, #79af91 300px, #c0e5ac);
  background-size: 744px, 100px;
}

@media only screen and (max-width: 768px) {
  .button--right-green {
    background: linear-gradient(to right, #c0e5ac 0%, #79af91 60%);
  }
}

.section-title__ja {
  font-size: 45px;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
  .section-title__ja {
    font-size: 24px;
  }
}

.section-title__en {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #005bac;
  font-family: 'Viga', sans-serif;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .section-title__en {
    font-size: 12px;
  }
}

.section-title__en__inner {
  display: inline-block;
}

.section-title__text {
  margin-top: 30px;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .section-title__text {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .section-title__text {
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
}

@media only screen and (min-width: 769px) {
  .section-title--small .section-title__ja {
    font-size: 40px;
    margin-bottom: 2px;
  }
}

@media only screen and (min-width: 769px) {
  .section-title--center-pc {
    text-align: center;
  }
}

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

.section-title--has-border .section-title__en__inner {
  position: relative;
}

.section-title--has-border .section-title__en__inner::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 100%;
  margin-left: 9px;
  width: 23px;
  height: 1px;
  background-color: #005bac;
}

@media only screen and (max-width: 768px) {
  .section-title--has-border-sp .section-title__en__inner {
    position: relative;
  }
  .section-title--has-border-sp .section-title__en__inner::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 100%;
    margin-left: 9px;
    width: 23px;
    height: 1px;
    background-color: #005bac;
  }
}

.section-title--green .section-title__en {
  color: #79af91;
}

.section-title--green .section-title__en .section-title__en__inner::after {
  background-color: #79af91;
}

.to-contact {
  background-color: #fff;
  padding: 32px;
}

.to-contact--white {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .to-contact {
    padding: 35px 18px;
  }
}

.to-contact__text {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 21px;
}

@media only screen and (max-width: 768px) {
  .to-contact__text {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 360px) {
  .to-contact__text {
    font-size: 12px;
  }
}

.to-contact__table {
  width: 82.6%;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  border: 5px solid #005bac;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .to-contact__table {
    width: 95%;
    font-size: 14px;
    padding: 15px 0;
    margin: 0 auto 26px;
  }
}

@media only screen and (min-width: 769px) {
  .to-contact__table {
    margin: 36px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  .to-contact__table {
    border: 3px solid #005bac;
  }
}

.to-contact__table::after {
  content: '+';
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: #adadad;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5em;
  height: 0.5em;
  top: 50%;
  margin-top: -8px;
  margin-left: 0.25em;
  right: 0;
  left: 50%;
}

.to-contact__table > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  .to-contact__table > div:nth-of-type(1) {
    padding-right: 7%;
    padding-left: 1%;
  }
}

@media only screen and (max-width: 768px) {
  .to-contact__table > div:nth-of-type(1) {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .to-contact__table > div:nth-of-type(2) {
    padding-right: 1%;
    padding-left: 7%;
  }
}

@media only screen and (max-width: 768px) {
  .to-contact__table > div:nth-of-type(2) {
    padding-left: 10px;
  }
}

.to-contact__table > div span {
  color: #005bac;
  font-size: 4.3vw;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  margin: 0 1vw;
}

@media only screen and (max-width: 768px) {
  .to-contact__table > div span {
    display: block;
    width: 100%;
    font-size: 50px;
    line-height: 1;
    text-align: center;
  }
}

.form .screen-reader-response {
  display: none;
}

.form .wpcf7-form-control-wrap {
  display: inline-block;
}

.form .wpcf7-not-valid-tip {
  color: #d15296;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .form .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 5px;
    font-size: 14px;
  }
}

.form span.wpcf7-list-item {
  margin-left: 0 !important;
}

@media only screen and (max-width: 768px) {
  .form .wpcf7-form-control-wrap {
    display: block;
  }
}

.form select,
.form textarea,
.form input[type='text'],
.form input[type='email'],
.form input[type='tel'] {
  background-color: #fafafa;
  padding: 12px 21px;
  border-radius: 5px;
}

.form select::-moz-placeholder,
.form textarea::-moz-placeholder,
.form input[type='text']::-moz-placeholder,
.form input[type='email']::-moz-placeholder,
.form input[type='tel']::-moz-placeholder {
  color: #bebebe;
}

.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form input[type='text']:-ms-input-placeholder,
.form input[type='email']:-ms-input-placeholder,
.form input[type='tel']:-ms-input-placeholder {
  color: #bebebe;
}

.form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type='text']::-moz-placeholder, .form input[type='email']::-moz-placeholder, .form input[type='tel']::-moz-placeholder {
  color: #bebebe;
}

.form select:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form input[type='text']:-ms-input-placeholder, .form input[type='email']:-ms-input-placeholder, .form input[type='tel']:-ms-input-placeholder {
  color: #bebebe;
}

.form select::placeholder,
.form textarea::placeholder,
.form input[type='text']::placeholder,
.form input[type='email']::placeholder,
.form input[type='tel']::placeholder {
  color: #bebebe;
}

@media only screen and (max-width: 768px) {
  .form select::-moz-placeholder,
  .form textarea::-moz-placeholder,
  .form input[type='text']::-moz-placeholder,
  .form input[type='email']::-moz-placeholder,
  .form input[type='tel']::-moz-placeholder {
    font-size: 14px;
  }
  .form select:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder,
  .form input[type='text']:-ms-input-placeholder,
  .form input[type='email']:-ms-input-placeholder,
  .form input[type='tel']:-ms-input-placeholder {
    font-size: 14px;
  }
  .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type='text']::-moz-placeholder, .form input[type='email']::-moz-placeholder, .form input[type='tel']::-moz-placeholder {
    font-size: 14px;
  }
  .form select:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form input[type='text']:-ms-input-placeholder, .form input[type='email']:-ms-input-placeholder, .form input[type='tel']:-ms-input-placeholder {
    font-size: 14px;
  }
  .form select::placeholder,
  .form textarea::placeholder,
  .form input[type='text']::placeholder,
  .form input[type='email']::placeholder,
  .form input[type='tel']::placeholder {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .form select,
  .form textarea,
  .form input[type='text'],
  .form input[type='email'],
  .form input[type='tel'] {
    font-size: 14px;
  }
}

.form select {
  width: 370px;
  padding-right: 39px;
  line-height: 1;
}

.form select.is-value-null {
  color: #bebebe;
}

@media only screen and (max-width: 768px) {
  .form select {
    width: 100%;
  }
}

.form textarea,
.form input[type='text'],
.form input[type='email'],
.form input[type='tel'] {
  width: 100%;
}

.form select,
.form input[type='text'],
.form input[type='email'],
.form input[type='tel'] {
  height: 59px;
}

@media only screen and (max-width: 768px) {
  .form select,
  .form input[type='text'],
  .form input[type='email'],
  .form input[type='tel'] {
    height: 40px;
  }
}

.form textarea {
  height: 180px;
}

@media only screen and (min-width: 769px) {
  .form > li {
    padding: 31px 0 31px 30px;
    width: 100%;
    min-height: 122px;
    display: flex;
    border-top: 1px solid #e6e6e6;
  }
  .form > li:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
}

@media only screen and (max-width: 768px) {
  .form > li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.form > li.form-list__vertical-top .form__title-box {
  align-items: flex-start;
}

.form > li.form-list__vertical-top .form__title-box .form__require {
  top: 11px;
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .form > li.form-list__vertical-top .form__title-box {
    padding-top: 0;
    padding-bottom: 0;
    align-items: flex-start;
  }
  .form > li.form-list__vertical-top .form__title-box .form__require {
    top: 1px;
  }
}

@media only screen and (min-width: 769px) {
  .form__title-box {
    width: 40%;
    padding: 12px 0 12px 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .form__title-box {
    margin-bottom: 6px;
  }
}

.form__small-text,
.form__title {
  font-weight: bold;
  width: 100%;
}

.form__title {
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .form__title {
    font-size: 14px;
  }
}

.form__small-text {
  margin-top: 5px;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .form__small-text {
    margin-top: 3px;
    font-size: 13px;
    letter-spacing: 0;
  }
}

.form__require {
  width: 58px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  color: #d15296;
  border: 1px solid #d15296;
  border-radius: 2px;
}

@media only screen and (min-width: 769px) {
  .form__require {
    padding: 1px 5px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .form__require {
    width: 55px;
    margin-right: 10px;
  }
}

.form__input-box {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .form__input-box {
    width: 60%;
    display: flex;
    align-items: center;
  }
  .form__input-box .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.form__bottom {
  text-align: center;
  padding-top: 48px;
}

.form__bottom .wpcf7-response-output {
  color: #d15296;
  font-weight: bold;
  margin-bottom: 41px !important;
  border-width: 0 !important;
}

@media only screen and (min-width: 769px) {
  .form__bottom .wpcf7-response-output {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .form__bottom .wpcf7-response-output {
    padding: 0 25px !important;
    margin-bottom: 19px !important;
  }
}

.form__bottom .ajax-loader {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .form__bottom {
    padding-top: 100px;
  }
}

.form__bottom__text {
  font-weight: bold;
  margin-bottom: 31px;
}

@media only screen and (max-width: 768px) {
  .form__bottom__text {
    font-size: 14px;
    margin-bottom: 26px;
  }
}

.form__select {
  position: relative;
  display: block;
}

@media only screen and (max-width: 768px) {
  .form__select {
    max-width: 350px;
  }
}

.form__select::before,
.form__select::after {
  z-index: 9;
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 19px;
  width: 9px;
  height: 7px;
  background: url(../images/icons/triangle_black.svg) no-repeat 50%/contain;
}

@media only screen and (max-width: 768px) {
  .form__select::before,
  .form__select::after {
    right: 9px;
  }
}

.form__select::before {
  top: 23px;
}

@media only screen and (max-width: 768px) {
  .form__select::before {
    top: 13px;
  }
}

.form__select::after {
  top: 30px;
  transform: rotate(180deg);
  transform-origin: center center;
}

@media only screen and (max-width: 768px) {
  .form__select::after {
    top: 20px;
  }
}

.form .wpcf7-checkbox .wpcf7-list-item-label {
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .form .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
  }
  .form .wpcf7-checkbox .wpcf7-list-item {
    width: 42%;
  }
  .form .wpcf7-checkbox .wpcf7-list-item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .form .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
    display: block;
  }
  .form .wpcf7-checkbox .wpcf7-list-item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.form .wpcf7-checkbox .wpcf7-list-item input[type='checkbox'] {
  display: none;
}

.form
.wpcf7-checkbox
.wpcf7-list-item
input[type='checkbox']:checked
+ .wpcf7-list-item-label::before {
  background-color: #005bac;
}

.form .wpcf7-checkbox .wpcf7-list-item-label {
  letter-spacing: 0;
  padding-left: 38px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .form .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    padding-left: 26px;
  }
}

.form .wpcf7-checkbox .wpcf7-list-item-label::before,
.form .wpcf7-checkbox .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.form .wpcf7-checkbox .wpcf7-list-item-label::before {
  top: -3px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #005bac;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .form .wpcf7-checkbox .wpcf7-list-item-label::before {
    top: -2px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }
}

.form .wpcf7-checkbox .wpcf7-list-item-label::after {
  top: 4px;
  left: 6px;
  width: 12px;
  height: 10px;
  display: block;
  background: url(../images/icons/arrow_agreement.svg) no-repeat 0 0/contain;
}

@media only screen and (max-width: 768px) {
  .form .wpcf7-checkbox .wpcf7-list-item-label::after {
    width: 10px;
    height: 8px;
  }
}

.form__desc {
  text-align: center;
  margin-top: 47px;
  font-size: 14px;
}

.form__agreement {
  margin-bottom: 41px;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .form__agreement {
    margin-bottom: 19px;
  }
}

.form__agreement .wpcf7-list-item input[type='checkbox'] {
  display: none;
}

.form__agreement
.wpcf7-list-item
input[type='checkbox']:checked
+ .wpcf7-list-item-label::before {
  background-color: #005bac;
}

.form__agreement .wpcf7-list-item-label {
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 37px;
}

@media only screen and (max-width: 768px) {
  .form__agreement .wpcf7-list-item-label {
    font-size: 14px;
    padding-left: 25px;
  }
}

.form__agreement .wpcf7-list-item-label .form__agreement__link {
  font-weight: bold;
  color: #005bac;
  text-decoration: underline;
}

.form__agreement .wpcf7-list-item-label::before,
.form__agreement .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: 0;
}

.form__agreement .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #005bac;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .form__agreement .wpcf7-list-item-label::before {
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }
}

.form__agreement .wpcf7-list-item-label::after {
  top: 8px;
  left: 5px;
  width: 12px;
  height: 10px;
  display: block;
  background: url(../images/icons/arrow_agreement.svg) no-repeat 0 0/contain;
}

@media only screen and (max-width: 768px) {
  .form__agreement .wpcf7-list-item-label::after {
    left: 5px;
    width: 10px;
    height: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .form__agreement .wpcf7-list-item-label::before {
    top: 1px;
  }
  .form__agreement .wpcf7-list-item-label::after {
    top: 7px;
  }
}

@media only screen and (min-width: 769px) {
  .form__submit-box {
    padding: 0 25px;
  }
}

.form__submit {
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.form__submit::before,
.form__submit::after {
  content: '';
  position: absolute;
  top: 50%;
}

.form__submit::before {
  right: 32px;
  width: 10px;
  height: 6px;
  background: url(../images/icons/arrow_white.svg) no-repeat 50%/contain;
  margin-top: -2px;
  transform: rotate(-90deg);
}

@media only screen and (max-width: 768px) {
  .form__submit::before {
    right: 25px;
  }
}

.form__submit::after {
  right: 23px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-top: -14px;
}

@media only screen and (max-width: 768px) {
  .form__submit::after {
    right: 17px;
  }
}

@media only screen and (min-width: 769px) {
  .form__submit {
    width: 372px;
    cursor: pointer;
    background: linear-gradient(to right, #79c1ce, #005bac 223.2px, #005bac 520.8px, #79c1ce);
    background-size: 744px, 100px;
    transition: all 0.3s ease;
  }
  .form__submit:hover {
    width: 392px;
    background-position: 100% 0;
  }
}

@media only screen and (max-width: 768px) {
  .form__submit {
    background: linear-gradient(to right, #79c1ce 0%, #005bac 60%);
  }
}

.form__submit input {
  width: 100%;
  padding: 16px 5px 18px;
}

.form__submit input:focus {
  outline: none;
}

@media only screen and (max-width: 768px) {
  .form__submit input {
    font-size: 14px;
    letter-spacing: 0.09em;
    padding: 17px 5px 16px;
  }
}

.form-tab {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 47px;
}

@media only screen and (max-width: 768px) {
  .form-tab {
    margin-bottom: 33px;
  }
}

.form-tab::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #79c1ce 0%, #005bac 60%);
}

.form-tab > li {
  background-color: #fafafa;
  width: 271px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease;
}

.form-tab > li.is-active {
  color: #fff;
  background: linear-gradient(to right, #79c1ce 0%, #005bac 60%);
}

.form-tab > li.is-disable {
  pointer-events: none;
  color: #e0e0e0;
}

@media only screen and (min-width: 769px) {
  .form-tab > li {
    cursor: pointer;
  }
  .form-tab > li:not(:last-child) {
    margin-right: 29px;
  }
  .form-tab > li:hover {
    color: #fff;
    background: linear-gradient(to right, #79c1ce 0%, #005bac 60%);
  }
}

@media only screen and (max-width: 768px) {
  .form-tab > li {
    width: 33.333333%;
    height: 42px;
    font-size: 14px;
  }
}

.form-tab--green::after {
  background: linear-gradient(to right, #c0e5ac 0%, #79af91 60%);
}

.form-tab--green > li.is-active {
  background: linear-gradient(to right, #c0e5ac 0%, #79af91 60%);
}

@media only screen and (min-width: 769px) {
  .form-tab--green > li:hover {
    background: linear-gradient(to right, #c0e5ac 0%, #79af91 60%);
  }
}

.form-list {
  background-color: #fff;
  padding: 0 64px;
}

@media only screen and (max-width: 768px) {
  .form-list {
    padding: 0 25px;
  }
  .form-list .wpcf7-form-control-wrap {
    display: block;
  }
}

.form-list--narrow {
  padding: 0 85px;
}

@media only screen and (max-width: 768px) {
  .form-list--narrow {
    padding: 0 25px;
  }
}

.form-list > li {
  display: none;
}

.form-list > li.is-active {
  display: block;
}

.form-list__desc {
  margin: 20px 0 36px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .form-list__desc {
    margin: 15px 0 39px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.form-list--green
.form__agreement
.wpcf7-list-item
input[type='checkbox']:checked
+ .wpcf7-list-item-label::before {
  background-color: #79af91;
}

.form-list--green
.form__agreement
.wpcf7-list-item-label
.form__agreement__link {
  color: #79af91;
}

.form-list--green .form__agreement .wpcf7-list-item-label::before {
  border: 1px solid #79af91;
}

.form-list--green
.wpcf7-checkbox
.wpcf7-list-item
input[type='checkbox']:checked
+ .wpcf7-list-item-label::before {
  background-color: #79af91;
}

.form-list--green .wpcf7-checkbox .wpcf7-list-item-label::before {
  border: 1px solid #79af91;
}

@media only screen and (min-width: 769px) {
  .form-list--green .form__submit {
    background: linear-gradient(to right, #c0e5ac, #79af91 223.2px, #79af91 520.8px, #c0e5ac);
  }
}

@media only screen and (max-width: 768px) {
  .form-list--green .form__submit {
    background: linear-gradient(to right, #c0e5ac 0%, #79af91 60%);
  }
}

.tel-box {
  background-color: #fafafa;
  padding: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .tel-box {
    padding: 25px 21px;
  }
}

.tel-box__title {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 9px;
}

@media only screen and (max-width: 768px) {
  .tel-box__title {
    font-size: 16px;
  }
}

.tel-box__text {
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 13px;
}

@media only screen and (max-width: 768px) {
  .tel-box__text {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.01em;
    margin-bottom: 14px;
  }
}

.tel-box__tel {
  font-size: 28px;
  letter-spacing: -0.04em;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .tel-box__tel[href^='tel:'] {
    pointer-events: none;
  }
}

@media only screen and (max-width: 768px) {
  .tel-box__tel {
    font-size: 20px;
  }
}

.mv-media {
  position: relative;
  height: 691px;
  margin-bottom: 38px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .mv-media {
    height: 85vh;
    margin-bottom: 30px;
  }
}

.mv-media__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv-media__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.mv-media__video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.mv-media__box {
  position: absolute;
  top: 36px;
  left: 60px;
  color: #fff;
  font-weight: bold;
  transition: 0.8s all ease;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .mv-media__box {
    top: 15px;
    left: 0;
    width: 100%;
    padding: 16px 25px;
  }
}

.mv-media__box__top {
  display: flex;
  margin-top: 38px;
}

@media only screen and (max-width: 768px) {
  .mv-media__box__top {
    margin-top: 29px;
  }
}

.mv-media__box__num {
  font-family: 'Viga', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 13px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .mv-media__box__num {
    margin-bottom: 4px;
  }
}

.mv-media__box__subtitle {
  margin-left: 11px;
  font-size: 18px;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 768px) {
  .mv-media__box__subtitle {
    font-size: 16px;
  }
}

.mv-media__box__title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  .mv-media__box__title {
    font-size: 30px;
    letter-spacing: 0.06em;
    margin-bottom: 3px;
    line-height: 1.2;
    margin-top: 7px;
  }
}

.mv-media__box__detail {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 43px;
}

@media only screen and (max-width: 768px) {
  .mv-media__box__detail {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 33px;
  }
}

.mv-media__box__label {
  text-align: center;
  padding: 8px;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .mv-media__box__label {
    font-size: 14px;
  }
}

.mv-media__login {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  width: 144px;
  padding: 10px 27px 10px 50px;
  border-radius: 50px;
  background: #fff url(../images/icons/human.svg) no-repeat 29px 49%/17px 17px;
  transition: 0.3s all ease;
}

.mv-media__login:hover {
  color: #fff;
  background: #fff url(../images/icons/human_white.svg) no-repeat 29px 49%/17px 17px;
  background-color: #005bac;
}

.mv-media--blue .mv-media__box__label {
  background-color: #005bac;
}

.mv-media.is-animation .mv-media__background {
  opacity: 1;
}

.mv-media.is-animation .mv-media__box {
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  .mv-media.is-animation .mv-media__box {
    left: 85px;
  }
}

.sticky-to-document {
  z-index: 999;
  position: fixed;
  bottom: 20px;
  right: 16px;
  display: block;
  width: 139px;
  height: 139px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

@media only screen and (min-width: 769px) {
  .sticky-to-document {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .sticky-to-document {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    padding-right: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .sticky-to-document::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url(../images/icons/round_arrow_white.svg) no-repeat 0 0/contain;
  }
}

.sticky-to-document::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 139px;
  height: 139px;
}

@media only screen and (min-width: 769px) {
  .sticky-to-document::after {
    border-radius: 50%;
    background: linear-gradient(to bottom, #79c1ce 0%, #2f83b9 30%, #005bac 100%);
    transition: all 0.3s ease;
    transform-origin: center center;
    transform: scale(1);
  }
}

@media only screen and (max-width: 768px) {
  .sticky-to-document::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #79c1ce 0%, #2f83b9 50%, #005bac 100%);
  }
}

.sticky-to-document__photo {
  z-index: 1;
  width: 121px;
}

@media only screen and (min-width: 769px) {
  .sticky-to-document__photo {
    position: absolute;
    top: -7px;
    left: 8px;
    transition: all 0.3s ease;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 768px) {
  .sticky-to-document__photo {
    width: 81px;
    margin-right: 20px;
  }
}

.sticky-to-document__text {
  z-index: 1;
  letter-spacing: 0;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .sticky-to-document {
    transition: all 0.3s ease;
  }
  .sticky-to-document:hover::after {
    transform: scale(1.07);
  }
  .sticky-to-document:hover .sticky-to-contact__photo {
    transform: translateY(-5px);
  }
}

.news {
  padding: 0 85px;
}

@media only screen and (max-width: 768px) {
  .news {
    padding: 0 25px;
  }
}

.news__title {
  font-family: 'Viga', sans-serif;
  font-size: 16px;
  color: #005bac;
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s all ease;
}

@media only screen and (max-width: 768px) {
  .news__title {
    margin-bottom: 15px;
  }
}

.news__list {
  border-top: 1px solid #f0f0f0;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s all ease;
  transition-delay: 0.6s;
}

.news__list > li {
  border-bottom: 1px solid #f0f0f0;
}

.news__list > li a:hover {
  background: #f7f7f7;
}

.news__list > li a:hover > * {
  transform: translateX(20px);
}

.news__list > li a,
.news__list > li > div {
  display: flex;
  transition: 0.3s all ease;
  padding: 24px 0;
}

.news__list > li a > *,
.news__list > li > div > * {
  transition: 0.3s all ease;
  transform: translateX(0px);
}

@media only screen and (min-width: 769px) {
  .news__list > li a,
  .news__list > li > div {
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .news__list > li a,
  .news__list > li > div {
    padding: 19px 0;
  }
}

@media only screen and (max-width: 768px) {
  .news__list > li a,
  .news__list > li > div {
    flex-wrap: wrap;
  }
}

.news__list > li a > div,
.news__list > li > div > div {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .news__list > li a > div,
  .news__list > li > div > div {
    margin-bottom: 7px;
  }
}

.news__time {
  font-size: 13px;
  color: #bfbfbf;
}

@media only screen and (min-width: 769px) {
  .news__time {
    width: 102px;
  }
}

@media only screen and (max-width: 768px) {
  .news__time {
    margin-right: 9px;
    font-size: 12px;
    letter-spacing: 0.06em;
  }
}

.news__tag {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.03em;
  background-color: #eff1f5;
  padding: 2px 4px;
  text-align: center;
  border-radius: 2px;
}

@media only screen and (min-width: 769px) {
  .news__tag {
    width: 86px;
  }
}

@media only screen and (max-width: 768px) {
  .news__tag {
    font-size: 11px;
    padding: 1px 9px;
    letter-spacing: 0;
    margin-right: 9px;
  }
}

.news__message {
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) {
  .news__message {
    width: calc(100% - 188px);
    padding-left: 20px;
  }
}

.news.is-animation .news__list,
.news.is-animation .news__title {
  opacity: 1;
  transform: translateY(0);
}

.question-list__item {
  border-top: 2px solid #005bac;
}

.question-list__item:last-child {
  border-bottom: 2px solid #005bac;
}

.question-list dt {
  cursor: pointer;
  position: relative;
  padding: 20px 123px 20px 72px;
}

@media only screen and (max-width: 768px) {
  .question-list dt {
    font-size: 14px;
    padding: 20px 33px 20px 39px;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
}

.question-list dt::before,
.question-list dt::after {
  content: '';
  position: absolute;
  background-color: #005bac;
  top: 50%;
}

.question-list dt::before {
  margin-top: -9px;
  right: 40px;
  width: 2px;
  height: 18px;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

@media only screen and (max-width: 768px) {
  .question-list dt::before {
    margin-top: -8px;
    right: 7px;
  }
}

.question-list dt::after {
  margin-top: -1px;
  right: 33px;
  width: 17px;
  height: 2px;
}

@media only screen and (max-width: 768px) {
  .question-list dt::after {
    margin-top: 0;
    right: 0;
  }
}

.question-list dt.is-active::before {
  transform: rotate(90deg);
}

.question-list dd {
  display: none;
  padding: 6px 123px 27px 72px;
}

@media only screen and (max-width: 768px) {
  .question-list dd {
    padding: 4px 43px 20px 39px;
    line-height: 1.65;
  }
}

.question-list__q,
.question-list__a {
  position: relative;
}

.question-list__q {
  font-weight: bold;
}

.question-list__alphabet {
  font-size: 30px;
  line-height: 1;
  font-family: 'Viga', sans-serif;
  position: absolute;
  top: -4px;
  left: -41px;
}

.question-list__alphabet--blue {
  color: #005bac;
}

.question-list__alphabet--blue-white {
  color: #79c1ce;
}

@media only screen and (min-width: 769px) {
  .flow-list-with-image-container .flow-list-with-image-pagination {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .flow-list-with-image-container {
    margin: 0 -25px;
    position: relative;
  }
  .flow-list-with-image-container .flow-list-with-image-pagination {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .flow-list-with-image-container
.flow-list-with-image-pagination
.swiper-pagination-bullet {
    background-color: #fff;
    border: 1px solid #005bac;
    margin: 0 10px !important;
  }
  .flow-list-with-image-container
.flow-list-with-image-pagination
.swiper-pagination-bullet-active {
    background-color: #005bac;
  }
}

@media only screen and (min-width: 769px) {
  .flow-list-with-image {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .flow-list-with-image {
    margin-bottom: 50px;
  }
}

.flow-list-with-image > li {
  position: relative;
  border-radius: 10px;
  background-color: #fafafa;
  padding-bottom: 38px;
}

@media only screen and (min-width: 769px) {
  .flow-list-with-image > li {
    width: 21.8%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .flow-list-with-image > li {
    box-shadow: 0 5px 23px 3px rgba(0, 0, 0, 0.1);
  }
  .flow-list-with-image > li.swiper-slide {
    height: auto;
  }
}

.flow-list-with-image > li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -12%;
  margin-top: -6px;
  width: 15px;
  height: 13px;
  background: url(../images/icons/triangle_right_blue.svg) no-repeat 50%/contain;
}

@media only screen and (max-width: 768px) {
  .flow-list-with-image > li:not(:last-child)::after {
    right: -22px;
  }
}

.flow-list-with-image > li:nth-child(1) .flow-list-with-image__image img {
  margin-left: 21px;
}

.flow-list-with-image > li:nth-child(3) .flow-list-with-image__image img {
  margin-right: 31px;
}

.flow-list-with-image__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 57px;
  padding: 8px 0 0 10px;
  border-radius: 10px;
  overflow: hidden;
}

.flow-list-with-image__num__text {
  z-index: 1;
  position: relative;
  font-size: 22px;
  font-family: 'Viga', sans-serif;
  color: #fff;
  line-height: 1;
}

.flow-list-with-image__num::before {
  z-index: 0;
  content: '';
  position: absolute;
  top: -10px;
  left: -38px;
  border-left: 47px solid transparent;
  border-right: 47px solid transparent;
  border-bottom: 47px solid #005bac;
  transform: rotate(-45deg);
}

.flow-list-with-image__image {
  height: 132px;
  padding-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 17px;
}

.flow-list-with-image__title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 9px;
}

.flow-list-with-image__message {
  padding: 0 23px;
}

@media only screen and (max-width: 768px) {
  .flow-list-with-image__message {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media only screen and (min-width: 769px) {
  .function-pluns-container.swiper-container {
    overflow: visible;
  }
}

.function-pluns.swiper-wrapper {
  box-sizing: inherit;
}

@media only screen and (max-width: 768px) {
  .function-pluns > li {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .function-pluns {
    padding-left: 290px;
    display: flex;
  }
  .function-pluns.swiper-wrapper {
    width: auto;
  }
  .function-pluns .swiper-slide {
    flex-shrink: 1;
  }
  .function-pluns > li {
    width: 33.333%;
    padding: 0 10px;
  }
}

.function-pluns__balloon {
  position: absolute;
  top: -40px;
  left: calc(50% - 62px);
  color: #fff;
  background: #d15296;
  display: inline-block;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 8px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .function-pluns__balloon {
    top: 0;
  }
}

.function-pluns__balloon::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #d15296 transparent transparent transparent;
}

.function-pluns__title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
  .function-pluns__title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .function-pluns .swiper-slide {
    opacity: 0.4;
    transform: scale(0.75);
  }
  .function-pluns .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
  }
}

.function-desc-list > li {
  opacity: 0;
  transition: 0.8s all ease;
  transform: translateY(30px);
  margin: 150px auto 0;
}

.function-desc-list > li.is-animation {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (min-width: 769px) {
  .function-desc-list > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .function-desc-list > li {
    margin: 94px auto 0;
  }
}

.function-desc-list > li:nth-child(2) {
  margin: 14px auto 0;
}

@media only screen and (min-width: 769px) {
  .function-desc-list > li.function-desc-list__content--large {
    margin-left: -100px;
  }
}

.function-desc-list
> li.function-desc-list__content--large
.function-desc-list__image {
  border-radius: 0;
  box-shadow: none;
}

@media only screen and (min-width: 769px) {
  .function-desc-list > li.function-desc-list__content--horizontal {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .function-desc-list
> li.function-desc-list__content--horizontal
.function-desc-list__image {
    margin: 0 0 15px -25%;
  }
}

@media only screen and (max-width: 768px) {
  .function-desc-list
> li.function-desc-list__content--horizontal-sp-right
.function-desc-list__image {
    margin: 0 -25% 15px 0;
  }
}

.function-desc-list > li.function-desc-list__content--textonly {
  justify-content: flex-end;
}

@media only screen and (min-width: 769px) {
  .function-desc-list > li.function-desc-list__content--anotherlayout {
    margin-top: -17%;
  }
}

@media only screen and (max-width: 768px) {
  .function-desc-list
> li.function-desc-list__content--anotherlayout
.function-desc-list__image {
    width: 81.6%;
    margin: 0 0 44px;
  }
}

@media only screen and (min-width: 769px) {
  .function-desc-list
> li.function-desc-list__content--anotherlayout
.function-desc-list__image {
    position: relative;
    bottom: 210px;
  }
}

.function-desc-list__num {
  font-family: 'Viga', sans-serif;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #005bac;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005bac;
  background-color: #fff;
  line-height: 1;
  padding: 2px 0px 0 1px;
  line-height: 0.5;
}

@media only screen and (max-width: 768px) {
  .function-desc-list__num {
    padding: 1px 0px 0 2px;
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

.function-desc-list__heading {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  line-height: 0.8;
}

@media only screen and (max-width: 768px) {
  .function-desc-list__heading {
    line-height: 1;
  }
}

.function-desc-list__heading > * {
  flex-shrink: 0;
}

.function-desc-list__heading h3 {
  font-size: 32px;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .function-desc-list__heading h3 {
    font-size: 20px;
    margin-left: 7px;
    letter-spacing: 0.05em;
  }
}

.function-desc-list__heading__small {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .function-desc-list__heading__small {
    font-size: 14px;
  }
}

.function-desc-list__image {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 3px -5px 20px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  .function-desc-list__image {
    width: 44%;
    margin: 0 auto 47px;
  }
}

@media only screen and (max-width: 768px) {
  .function-desc-list__box > p {
    font-size: 14px;
    line-height: 1.75;
  }
}

@media only screen and (min-width: 769px) {
  .function-desc-list__content--large {
    width: 80.7vw;
  }
  .function-desc-list__content--large .function-desc-list__image {
    width: 51.3%;
  }
  .function-desc-list__content--large .function-desc-list__text {
    width: 48%;
  }
}

@media only screen and (min-width: 769px) {
  .function-desc-list__content--small {
    width: 56.2vw;
  }
  .function-desc-list__content--small .function-desc-list__text {
    width: 25.2vw;
  }
  .function-desc-list__content--small .function-desc-list__image {
    width: 18vw;
  }
}

.function-desc-list__content--reverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .function-desc-list__content--horizontal .function-desc-list__image {
    width: 124.7%;
  }
}

@media only screen and (min-width: 769px) {
  .function-desc-list__content--horizontal {
    margin-left: -138px;
  }
  .function-desc-list__content--horizontal .function-desc-list__text {
    width: 30%;
  }
  .function-desc-list__content--horizontal .function-desc-list__image {
    width: 64%;
  }
}

@media only screen and (max-width: 768px) {
  .function-desc-list__content--anotherlayout .function-desc-list__image {
    width: 93%;
  }
}

.fix-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 4;
  opacity: 0;
  transition: 0.6s all ease;
  pointer-events: none;
  transform: translateY(65px);
}

.fix-bottom.is-active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: initial;
}

.fix-bottom > div {
  text-align: center;
  color: #fff;
  width: 50%;
  transition: 0.3s all ease;
  position: relative;
  background: linear-gradient(to right, #79c1ce, #005bac 500px, #005bac 1000px, #79c1ce);
  background-size: 1500px, 100px;
  font-weight: bold;
}

.fix-bottom > div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(126, 215, 238, 0.5);
  z-index: 0;
  opacity: 0;
  transition: 0.3s opacity ease;
}

.fix-bottom > div:hover::after {
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  .fix-bottom > div:hover a img {
    transform: rotate(-10deg) translateY(-5px);
  }
}

.fix-bottom > div a {
  display: block;
  position: relative;
  padding: 10px 0;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .fix-bottom > div a {
    font-size: 1.4vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .fix-bottom > div a {
    font-size: 14px;
    padding: 36px 0 5px;
  }
}

.fix-bottom > div a img {
  position: absolute;
  transition: 0.3s transform ease;
}

@media only screen and (min-width: 769px) {
  .fix-bottom > div a img {
    left: 38px;
    top: -34px;
  }
}

@media only screen and (max-width: 768px) {
  .fix-bottom > div a img {
    top: -13px;
    left: 50%;
  }
}

.fix-bottom > div a p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .fix-bottom > div a p {
    letter-spacing: -0.05em;
  }
}

.fix-bottom > div a p::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/icons/arrow_circle.svg) 0 0/contain;
  margin-left: 10px;
}

.fix-bottom > div:nth-of-type(1) img {
  width: 100px;
}

@media only screen and (max-width: 768px) {
  .fix-bottom > div:nth-of-type(1) img {
    width: 56px;
    margin-left: -28px;
  }
}

.fix-bottom > div:nth-of-type(2) p::after {
  transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
  .fix-bottom > div:nth-of-type(2) img {
    width: 33px;
    margin-left: -17px;
  }
}

@media only screen and (min-width: 769px) {
  .fix-bottom > div:nth-of-type(2) img {
    left: 43px;
    width: 59px;
    top: -26px;
  }
}

.info-tel {
  font-size: 16px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .info-tel {
    font-size: 13px;
  }
}

.info-tel a {
  display: flex;
  padding: 5px 25px;
  border: 1px solid #fff;
  border-radius: 39px;
  letter-spacing: 0;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .info-tel a {
    padding: 5px 40px;
    display: block;
    margin-top: 13px;
  }
}

.info-tel a img {
  display: inline-block;
  margin-right: 9px;
}

.info-tel__tel {
  font-size: 18px;
  display: inline-block;
  margin-left: 20px;
  letter-spacing: -0.06em;
}

@media only screen and (max-width: 768px) {
  .info-tel__tel {
    font-size: 13px;
    margin-left: 0px;
    display: block;
  }
}

.price-head {
  background-color: #005bac;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 29px 0;
  position: relative;
}

.price-head::before {
  content: '';
  position: absolute;
  width: 95px;
  height: 115px;
  background: url(../images/icons/mv_sp_small.png) 0 0/contain no-repeat;
  top: -40px;
  left: calc(50% - 250px);
}

@media only screen and (max-width: 768px) {
  .price-head::before {
    left: calc(50% - 21px);
    top: -49px;
    width: 68px;
    height: 79px;
  }
}

.external-article {
  padding: 0 85px;
  margin-top: 144px;
}

@media only screen and (min-width: 769px) {
  .external-article {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .external-article {
    padding: 0 25px;
    margin-top: 97px;
  }
}

.external-article__layout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

@media only screen and (max-width: 768px) {
  .external-article__layout {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .external-article__content {
    width: 49.5%;
  }
}

@media only screen and (min-width: 769px) {
  .external-article__content + .external-article__content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .external-article__content + .external-article__content {
    margin-top: 50px;
  }
}

.external-article__title h3 {
  line-height: 1.2;
  padding-top: 19px;
  position: relative;
  font-size: 30px;
}

.external-article__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  display: block;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .external-article__title h3 span {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 768px) {
  .external-article__title h3 {
    font-size: 24px;
  }
}

.external-article__title p {
  font-family: 'Viga', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #005bac;
  margin-top: 8px;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .external-article__title p {
    font-size: 12px;
    margin-top: 3px;
    letter-spacing: 0.1em;
  }
}

.external-article .article-list {
  margin-top: 10px;
  margin-bottom: 20px;
}

.article-list {
  border: 1px solid #f0f0f0;
  border-width: 1px 0;
}

.article-list > li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.article-list a {
  transition: 0.3s all ease;
  display: flex;
  justify-content: flex-start;
}

@media only screen and (min-width: 769px) {
  .article-list a {
    padding: 20px 17px;
  }
}

@media only screen and (max-width: 768px) {
  .article-list a {
    padding: 20px;
  }
}

.article-list a:hover {
  background: #fafafa;
}

.article-list__title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .article-list__title {
    font-size: 14px;
  }
}

.article-list__thumb {
  width: 37%;
}

.article-list__thumb img {
  transition: height ease 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 769px) {
  .article-list__thumb img {
    height: 110px;
  }
}

@media only screen and (max-width: 1100px) {
  .article-list__thumb img {
    height: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .article-list__thumb {
    width: 45%;
  }
  .article-list__thumb img {
    height: auto;
  }
}

.article-list__content {
  position: relative;
  width: 64.4%;
  padding-left: 15px;
}

.article-list__cate {
  display: inline-block;
  padding: 2px 5px;
  background: #eff1f5;
  font-size: 12px;
  font-weight: bold;
}

.article-list__time {
  font-size: 14px;
  color: #bfbfbf;
}

.article-list__bottom {
  margin-top: 10px;
}

@media only screen and (min-width: 769px) {
  .article-list--media {
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  .article-list--media li {
    width: 49.5%;
  }
  .article-list--media li:nth-child(even) {
    margin-left: 1%;
  }
  .article-list--media li:first-child,
  .article-list--media li:nth-child(2) {
    border-top: 1px solid #f0f0f0;
  }
  .article-list--media li:last-child {
    border-bottom: 1px solid #f0f0f0;
  }
}

.mv-box {
  margin-bottom: 77px;
}

@media only screen and (max-width: 768px) {
  .mv-box {
    z-index: 9;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 8px;
  }
}

.mv {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s ease-in;
}

@media only screen and (min-width: 769px) {
  .mv {
    height: 836px;
    padding: 101px 0 60px 85px;
  }
}

@media only screen and (max-width: 768px) {
  .mv {
    overflow: hidden;
    padding: 72px 25px 0;
  }
}

.mv__title {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .mv__title {
    position: absolute;
    top: 225px;
  }
}

@media only screen and (max-width: 768px) {
  .mv__title {
    margin-top: 18px;
    margin-bottom: 19px;
  }
}

.mv__title__ja {
  font-size: 54px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .mv__title__ja {
    font-size: 36px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 360px) {
  .mv__title__ja {
    font-size: 30px;
  }
}

.mv__title__en {
  position: absolute;
  bottom: -28px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .mv__title__en {
    bottom: -14px;
    width: 216px;
  }
}

.mv__label-box {
  padding: 8px;
  background-color: #005bac;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .mv__label-box {
    width: 505px;
    position: absolute;
    top: 355px;
  }
}

@media only screen and (max-width: 768px) {
  .mv__label-box {
    z-index: 1;
    position: relative;
    font-size: 14px;
  }
}

.mv__label-box--blue {
  background-color: #005bac;
}

.mv__label-box--green {
  background-color: #79af91;
}

@media only screen and (min-width: 769px) {
  .mv__screen {
    position: absolute;
    top: 432px;
    left: 3%;
  }
}

@media only screen and (max-width: 768px) {
  .mv__screen {
    z-index: 1;
    position: relative;
    margin-top: -26%;
    text-align: right;
  }
  .mv__screen img {
    margin-right: -39px;
    width: 291px;
  }
}

@media only screen and (max-width: 360px) {
  .mv__screen img {
    width: 241px;
  }
}

.mv__bg-text {
  z-index: -2;
  position: absolute;
  bottom: 53px;
  left: 0;
  opacity: 0.28;
}

@media only screen and (max-width: 768px) {
  .mv__bg-text {
    bottom: -15px;
  }
}

.mv__bg-text__text {
  opacity: 0;
  display: inline-block;
  font-size: 300px;
  line-height: 1;
  font-family: 'Viga', sans-serif;
  color: #fff;
  text-shadow: 1px 1px 0 #055bac, -1px 1px 0 #055bac, 1px -1px 0 #055bac, -1px -1px 0 #055bac;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .mv__bg-text__text {
    font-size: 130px;
  }
}

.mv__bg-text__text.is-animation {
  opacity: 1;
  -webkit-animation: mv-marquee 34s linear 0s infinite none running;
  animation: mv-marquee 34s linear 0s infinite none running;
}

@media only screen and (max-width: 768px) {
  .mv__bg-text__text.is-animation {
    -webkit-animation: mv-marquee 28s linear 0s infinite none running;
    animation: mv-marquee 28s linear 0s infinite none running;
  }
}

@-webkit-keyframes mv-marquee {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}

@keyframes mv-marquee {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}

.mv__bg-text--green .mv__bg-text__text {
  text-shadow: 1px 1px 0 #4f8e6b, -1px 1px 0 #4f8e6b, 1px -1px 0 #4f8e6b, -1px -1px 0 #4f8e6b;
}

@media only screen and (min-width: 769px) {
  .mv__slider-box {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 8px;
    width: 1067px;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .mv__slider-box {
    position: relative;
    padding-top: 139%;
    margin: -15px -25px 0;
  }
}

.mv__slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mv__slider__item {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0 29%/0 0 0 27%;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .mv__slider__item {
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 0 0 0 40%/0 0 0 34%;
  }
  .mv__slider__item img {
    width: 100%;
  }
}

.mv__slider__item.is-active {
  opacity: 1;
}

.mv__counter {
  z-index: 1;
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 33px;
}

@media only screen and (max-width: 768px) {
  .mv__counter {
    bottom: 14px;
    left: 50%;
    margin-left: -166px;
    transform: scale(0.95);
  }
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .mv__counter {
    bottom: 104px;
    margin-left: -316px;
  }
}

@media only screen and (max-width: 360px) {
  .mv__counter {
    bottom: 0px;
    left: 50%;
    margin-left: -148px;
  }
}

.mv__counter__separater {
  font-size: 10px;
}

.mv__counter__small {
  font-size: 13px;
}

.mv__counter__bar-cover {
  z-index: 999;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: center center;
  width: 100%;
  height: 100%;
}

.mv__counter__bar {
  transition: all 0.3s ease;
  transform: rotate(0);
}

.mv__counter__bar circle {
  stroke-width: 2px;
}

.mv .logo,
.mv .link-buttons,
.mv .mv__title,
.mv .mv__label-box,
.mv .mv__screen,
.mv .mv__counter {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.mv .logo {
  transform: translate(0, -30px);
}

.mv .link-buttons {
  transform: translate(0, -30px);
}

@media only screen and (max-width: 768px) {
  .mv .link-buttons {
    transform: translate(0, 30px);
  }
}

.mv .mv__counter {
  transform: translate(0, 30px);
}

.mv .mv__title,
.mv .mv__label-box {
  transform: translate(-30px, 0);
}

@media only screen and (max-width: 768px) {
  .mv .mv__title,
  .mv .mv__label-box {
    transform: translate(0, -30px);
  }
}

.mv .mv__screen {
  transform: translate(-30px, 0);
}

@media only screen and (max-width: 768px) {
  .mv .mv__screen {
    transform: translate(0, 30px);
  }
}

.mv .mv__slider__item {
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.mv.is-animation {
  opacity: 1;
}

.mv.is-animation .mv__slider__item {
  box-shadow: 0px 21px 71px 19px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  .mv.is-animation .mv__slider__item {
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3);
  }
}

.mv.is-animation .logo,
.mv.is-animation .link-buttons,
.mv.is-animation .mv__title,
.mv.is-animation .mv__label-box,
.mv.is-animation .mv__screen,
.mv.is-animation .mv__counter {
  opacity: 1;
  transform: translate(0, 0);
}

.mv.is-animation .logo,
.mv.is-animation .link-buttons,
.mv.is-animation .mv__title,
.mv.is-animation .mv__label-box,
.mv.is-animation .mv__screen,
.mv.is-animation .mv__slider__item,
.mv.is-animation .mv__counter {
  transition-delay: 0.6s;
}

.mv.is-animation-end .mv__slider__item {
  transition-delay: 0s;
  transition-timing-function: ease;
}

.link-buttons {
  z-index: 999;
  display: flex;
}

.link-buttons > li:not(:last-child) {
  margin-right: -5px;
}

@media only screen and (max-width: 768px) {
  .link-buttons > li:not(:last-child) {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 769px) {
  .link-buttons {
    position: absolute;
    top: 55px;
    left: 285px;
  }
  .link-buttons > li:nth-child(1) {
    width: 215px;
  }
  .link-buttons > li:nth-child(2) {
    width: 189px;
  }
  .link-buttons > li .button {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .link-buttons {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 16px 25px;
    justify-content: center;
    border-top: 1px solid #005bac;
    background-color: #fff;
  }
}

.sticky-to-contact {
  z-index: 999;
  position: fixed;
  bottom: 20px;
  right: 16px;
  display: block;
  width: 139px;
  height: 139px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding-top: 70px;
  transform: translate(30px, 0);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.sticky-to-contact::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 139px;
  height: 139px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #79c1ce 0%, #2f83b9 30%, #005bac 100%);
}

@media only screen and (min-width: 769px) {
  .sticky-to-contact::after {
    transition: all 0.3s ease;
    transform-origin: center center;
    transform: scale(1);
  }
}

.sticky-to-contact__photo {
  z-index: 1;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -26px;
  width: 73px;
}

@media only screen and (min-width: 769px) {
  .sticky-to-contact__photo {
    transition: all 0.3s ease;
    transform: translateY(0);
  }
}

.sticky-to-contact__text {
  z-index: 1;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .sticky-to-contact {
    transition: all 0.3s ease;
  }
  .sticky-to-contact:hover::after {
    transform: scale(1.07);
  }
  .sticky-to-contact:hover .sticky-to-contact__photo {
    transform: translateY(-5px);
  }
}

.sticky-to-contact--blue::after {
  background: linear-gradient(to bottom, #79c1ce 0%, #2f83b9 30%, #005bac 100%);
}

.sticky-to-contact--green::after {
  background: linear-gradient(to bottom, #c0e5ac 0%, #8fc09a 30%, #79af91 100%);
}

.sticky-to-contact.is-animation {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.6s;
}

@media only screen and (min-width: 769px) {
  .price-list {
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
  }
}

.price-list > li {
  position: relative;
  box-shadow: 0 8px 15px 8px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 769px) {
  .price-list > li {
    width: 251px;
    margin: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .price-list > li {
    display: flex;
  }
  .price-list > li:not(:last-child) {
    margin-bottom: 65px;
  }
}

.price-list__heading {
  background-color: #dce1ea;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .price-list__heading {
    height: 104px;
  }
}

@media only screen and (max-width: 768px) {
  .price-list__heading {
    width: 130px;
  }
}

.price-list__heading__en {
  font-family: 'Viga', sans-serif;
  color: #005bac;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .price-list__heading__en {
    font-size: 12px;
  }
}

.price-list__heading__ja {
  font-size: 17px;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 768px) {
  .price-list__heading__ja {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.price-list__heading__inner {
  width: 100%;
  position: relative;
}

.price-list__heading__comingSoon {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'Viga', sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  background: #d15296;
}

@media only screen and (max-width: 768px) {
  .price-list__heading__comingSoon {
    font-size: 12px;
    top: -40px;
  }
}

.price-list__content {
  background-color: #fff;
  text-align: center;
  padding: 51px 10px 92px;
}

@media only screen and (max-width: 768px) {
  .price-list__content {
    width: calc(100% - 130px);
    padding: 21px 10px 31px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.price-list__content__number {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .price-list__content__number {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 360px) {
  .price-list__content__number {
    font-size: 12px;
  }
}

.price-list__content__number__title {
  color: #a3a3a3;
  font-weight: bold;
}

.price-list__content__number__num {
  font-family: 'Viga', sans-serif;
}

.price-list__content__price {
  line-height: 1;
  letter-spacing: 0;
}

.price-list__content__price__title {
  font-family: 'Viga', sans-serif;
  font-size: 26px;
}

@media only screen and (max-width: 360px) {
  .price-list__content__price__title {
    font-size: 20px;
  }
}

.price-list__content__price__num {
  font-family: 'Viga', sans-serif;
  font-size: 3vw;
}

@media only screen and (max-width: 768px) {
  .price-list__content__price__num {
    font-size: 35px;
  }
}

@media only screen and (max-width: 360px) {
  .price-list__content__price__num {
    font-size: 26px;
  }
}

.price-list__content__price__unit {
  font-size: 20px;
  font-weight: normal;
  margin-left: -3px;
}

@media only screen and (max-width: 768px) {
  .price-list__content__price__unit {
    font-size: 17px;
  }
}

@media only screen and (max-width: 360px) {
  .price-list__content__price__unit {
    font-size: 13px;
  }
}

.price-list__content__price__text {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  top: 12px;
}

@media only screen and (max-width: 768px) {
  .price-list__content__price__text {
    top: -2px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 360px) {
  .price-list__content__price__text {
    font-size: 23px;
  }
}

.price-list__btn-box {
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
}

.price-list__btn-box .button {
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .price-list__professional .price-list__heading {
    width: 140px;
  }
  .price-list__professional .price-list__content {
    width: calc(100% - 140px);
  }
}

.price-list--green .price-list__heading {
  background-color: #f6fcf2;
}

.price-list--green .price-list__heading__en {
  color: #79af91;
}

.howto-list > li {
  padding-top: 95px;
  transform: translateY(30px);
  transition: 0.8s all ease;
}

@media only screen and (max-width: 768px) {
  .howto-list > li {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 769px) {
  .howto-list > li {
    padding-bottom: 95px;
  }
  .howto-list > li:not(:first-child)::before {
    content: '';
    position: absolute;
    width: calc(100% - 47px);
    background: #f0f0f0;
    height: 1px;
    left: 0;
    top: 0;
  }
}

.howto-list > li:nth-child(2n) .howto-list__top {
  flex-direction: row-reverse;
}

.howto-list > li:nth-child(2n) .howto-list__point {
  left: auto;
  right: 0;
}

.howto-list > li:nth-child(2n) .howto-list__border {
  left: auto;
  right: 0;
}

.howto-list > li:nth-child(2n) .howto-list__point {
  padding: 0 0 0 15px;
}

.howto-list > li:nth-child(2n) .howto-list__image__thumb {
  margin-left: auto;
}

@media only screen and (min-width: 769px) {
  .howto-list > li:nth-child(2n) .howto-list__image__thumb {
    padding: 46px 3vw 46px 0;
  }
}

@media only screen and (max-width: 768px) {
  .howto-list > li:nth-child(2n) .howto-list__image__thumb img {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 769px) {
  .howto-list > li:nth-child(2n) .howto-list__image__thumb img {
    left: -8vw;
  }
}

@media only screen and (min-width: 1500px) {
  .howto-list > li:nth-child(2n) .howto-list__image__thumb img {
    left: -12vw;
  }
}

@media only screen and (min-width: 1800px) {
  .howto-list > li:nth-child(2n) .howto-list__image__thumb img {
    left: -17vw;
  }
}

.howto-list__image {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .howto-list__image {
    width: 54vw;
  }
  .howto-list__image img {
    max-width: 45vw;
    width: 140%;
    display: block;
    width: 52vw;
  }
}

.howto-list__image img {
  position: relative;
  z-index: 1;
  box-shadow: 3px -5px 20px 2px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

@media only screen and (max-width: 768px) {
  .howto-list__image img {
    margin-left: -40%;
    max-width: 134%;
    border-radius: 21px;
  }
}

.howto-list__image__thumb {
  border: 4px solid #005bac;
  border-radius: 20px;
  padding: 42px 0 42px 20px;
}

@media only screen and (min-width: 769px) {
  .howto-list__image__thumb {
    padding: 46px 0 46px 3vw;
    width: 40vw;
    max-width: 600px;
  }
}

@media only screen and (min-width: 769px) {
  .howto-list__top {
    display: flex;
    justify-content: space-between;
    padding: 0 47px;
  }
}

@media only screen and (max-width: 768px) {
  .howto-list__top {
    position: relative;
  }
}

@media only screen and (min-width: 769px) {
  .howto-list__text {
    width: 33vw;
    padding-top: 4%;
  }
}

@media only screen and (max-width: 768px) {
  .howto-list__text {
    margin-top: 49px;
  }
}

.howto-list__text h3 {
  font-size: 32px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .howto-list__text h3 {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
  }
}

.howto-list__text p {
  line-height: 1.67;
  letter-spacing: 0.11em;
}

@media only screen and (max-width: 768px) {
  .howto-list__text p {
    font-size: 14px;
    line-height: 1.77;
    letter-spacing: 0.1em;
  }
}

.howto-list__point {
  color: #005bac;
  display: inline-flex;
  align-items: center;
  font-family: 'Viga', sans-serif;
  font-size: 20px;
  position: absolute;
  left: 0;
  z-index: 1;
  background: #fff;
  padding: 0 15px 0 0;
}

@media only screen and (min-width: 769px) {
  .howto-list__point {
    top: -32px;
  }
}

@media only screen and (max-width: 768px) {
  .howto-list__point {
    font-size: 18px;
    top: -29px;
  }
}

.howto-list__point span {
  font-size: 60px;
  display: inline-block;
  padding: 0 0 0 4px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .howto-list__point span {
    font-size: 50px;
  }
}

@media only screen and (min-width: 769px) {
  .howto-list .swiper-container {
    overflow: initial;
  }
}

.howto-list .howto-function-list li p,
.howto-list .howto-function-list li img,
.howto-list .howto-list__text,
.howto-list .howto-list__image__thumb,
.howto-list .howto-list__point {
  opacity: 0;
  transition: 0.8s all ease;
}

.howto-list .howto-function-list li p,
.howto-list .howto-function-list li img {
  transform: translateY(30px);
}

.howto-list .howto-function-list li img,
.howto-list .howto-list__image__thumb {
  transition-delay: 0.5s;
}

.howto-list .howto-list__text {
  transform: translateX(30px);
}

.howto-list .howto-list__point,
.howto-list .howto-list__image__thumb {
  transform: translateX(-30px);
}

.howto-list li.is-animation .howto-function-list li p,
.howto-list li.is-animation .howto-function-list li img,
.howto-list li.is-animation .howto-list__text,
.howto-list li.is-animation .howto-list__image__thumb,
.howto-list li.is-animation .howto-list__point {
  opacity: 1;
}

.howto-list li.is-animation .howto-function-list li p,
.howto-list li.is-animation .howto-function-list li img {
  transform: translateY(0px);
}

.howto-list li.is-animation .howto-list__text,
.howto-list li.is-animation .howto-list__point,
.howto-list li.is-animation .howto-list__image__thumb {
  transform: translateX(0);
}

.howto-function-list {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .howto-function-list {
    justify-content: space-between;
  }
}

.howto-function-list > li {
  position: relative;
  position: relative;
  width: 16%;
}

@media only screen and (min-width: 769px) {
  .howto-function-list > li:not(:last-child) {
    margin-right: 14%;
  }
}

@media only screen and (max-width: 768px) {
  .howto-function-list > li {
    width: 28%;
  }
}

.howto-function-list > li > img {
  border-radius: 15px;
  box-shadow: 3px -5px 20px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  .howto-function-list > li > img {
    border-radius: 15px;
  }
}

.howto-function-list > li > div {
  border-radius: 14px;
  overflow: hidden;
}

.howto-function-list p {
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .howto-function-list p {
    position: absolute;
    right: -53%;
    top: -40px;
    width: 12vw;
    display: flex;
    background: transparent;
    align-items: center;
    border-radius: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .howto-function-list p {
    margin-bottom: 10px;
    text-align: center;
  }
}

.howto-function-list p img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .howto-function-list p img {
    display: none;
  }
}

.howto-function-list p > span {
  display: inline-block;
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .howto-function-list p > span {
    font-size: 1vw;
    align-items: center;
    position: absolute;
    left: 40%;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .howto-function-list p > span {
    min-height: 51px;
  }
}

.howto-function-list p > span span {
  font-size: 9px;
}

.howto-function-list--4column > li {
  padding-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  .howto-function-list--4column > li:not(:last-child) {
    margin-right: 9%;
  }
}

@media only screen and (max-width: 768px) {
  .howto-function-list-container.swiper-container {
    margin: 0 -25px;
  }
}

.mv-modal {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  transition: 0.6s all ease;
}

.mv-modal.is-active {
  pointer-events: visible;
  background: rgba(0, 0, 0, 0.15);
  z-index: 999999999;
  opacity: 1;
}

.mv-modal.is-active .mv-modal__inner {
  transform: translateY(0px);
  overflow-y: scroll;
}

.mv-modal__close {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../images/icons/close.svg) 0 0/contain;
  position: absolute;
  top: 18px;
  right: 18px;
}

.mv-modal__close:focus {
  outline: 0;
}

.mv-modal__title {
  font-size: 18px;
}

.mv-modal__subtitle {
  font-size: 12px;
  margin-top: 24px;
}

.mv-modal__subtitle span {
  color: #d15296;
}

.mv-modal__inner {
  transform: translateY(20px);
  transition: 0.6s all ease;
  width: 350px;
  background: #fff;
  color: #000;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .mv-modal__inner {
    padding: 24px 0 27px;
  }
}

@media only screen and (max-width: 768px) {
  .mv-modal__inner {
    width: 100%;
    margin: 0 25px;
    padding: 24px 0 0;
  }
}

.mv-modal__inner form {
  margin-top: 10px;
}

@media only screen and (min-width: 769px) {
  .mv-modal__inner form {
    padding: 0 18px;
  }
}

@media only screen and (max-width: 768px) {
  .mv-modal__inner form {
    font-size: 16px;
    transform: scale(0.8);
  }
}

.mv-modal__inner form button {
  margin-top: 33px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .mv-modal__inner form button {
    margin-top: 24px;
    padding: 15px 5px;
  }
}

.mv-modal__list {
  border-radius: 5px;
  border: 1px solid #f0f0f0;
}

.mv-modal__list input {
  width: 100%;
  padding: 33px 20px 9px 20px;
}

@media only screen and (max-width: 768px) {
  .mv-modal__list input::-moz-placeholder {
    color: #bebebe;
  }
  .mv-modal__list input:-ms-input-placeholder {
    color: #bebebe;
  }
  .mv-modal__list input::placeholder {
    color: #bebebe;
  }
}

.mv-modal__list > li {
  position: relative;
}

.mv-modal__list > li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.mv-modal__list__title {
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: 20px;
}

.mv-modal__list__title span {
  color: #d15296;
}

.form-document {
  text-align: center;
}

.form-document__title {
  font-size: 18px;
  font-weight: bold;
}

.form-document__subtitle {
  font-weight: bold;
  font-size: 12px;
  margin-top: 24px;
}

.form-document__subtitle span {
  color: #d15296;
}

.form-document__list {
  border-radius: 5px;
  border: 1px solid #f0f0f0;
}

.form-document__list input {
  width: 100%;
  padding: 33px 20px 9px 20px;
}

@media only screen and (max-width: 768px) {
  .form-document__list input::-moz-placeholder {
    color: #bebebe;
  }
  .form-document__list input:-ms-input-placeholder {
    color: #bebebe;
  }
  .form-document__list input::placeholder {
    color: #bebebe;
  }
}

.form-document__list > li {
  background: #fff;
  position: relative;
}

.form-document__list > li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.form-document__list__title {
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: 20px;
}

.form-document__list__title span {
  color: #d15296;
}

.form-document form {
  margin-top: 10px;
}

@media only screen and (min-width: 769px) {
  .form-document form {
    font-size: 13px;
    padding: 0 18px;
  }
}

@media only screen and (max-width: 768px) {
  .form-document form {
    font-size: 16px;
    transform: scale(0.8);
  }
}

.form-document form .button {
  margin-top: 33px;
  width: 100%;
  background: linear-gradient(to right, #79c1ce, #005bac 223.2px, #005bac 520.8px, #79c1ce);
  background-size: 744px, 100px;
}

.form-document form .button:hover {
  background-position: 100% 0;
}

@media only screen and (max-width: 768px) {
  .form-document form .button {
    padding: 15px 5px;
    margin-top: 24px;
  }
}

.form-document .wpcf7-response-output {
  color: #d15296;
  font-weight: bold;
  margin-bottom: 41px !important;
  border-width: 0 !important;
}

.form-document .wpcf7-not-valid-tip {
  color: #d15296;
  font-weight: bold;
}

.resident .function-desc-list > li:nth-child(3) {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .resident .function-desc-list > li:nth-child(3) {
    margin-top: 95px;
  }
}

.resident .button--mv {
  -webkit-animation: bound-green 2.5s infinite;
  animation: bound-green 2.5s infinite;
}

@keyframes bound-green {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgba(77, 172, 90, 0.5);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 50px 50px rgba(77, 172, 90, 0);
  }
  100% {
    transform: scale(1);
  }
}

.resident .button--mv,
.resident .mv-modal form .button {
  background: linear-gradient(to right, #c0e5ac, #79af91 223.2px, #79af91 520.8px, #c0e5ac);
  background-size: 744px, 100px;
}

.resident .button--mv:hover,
.resident .mv-modal form .button:hover {
  background-position: 100% 0;
}

.resident .news__title,
.resident .section-title__en,
.resident .howto-list__point,
.resident .question-list__alphabet--blue,
.resident .to-contact__table > div span,
.resident .external-article__title p {
  color: #79af91;
}

.resident .fix-bottom > div {
  background: linear-gradient(to right, #c0e5ac, #79af91 500px, #79af91 1000px, #c0e5ac);
  background-size: 1500px, 100px;
}

.resident .fix-bottom > div:hover {
  background-position: 100% 0;
}

.resident .feature-group__num,
.resident .function-desc-list__num,
.resident .howto-list__image__thumb {
  border-color: #79af91;
  color: #79af91;
}

.resident .question-list__a .question-list__alphabet {
  color: #c0e5ac;
}

.resident .button--large,
.resident .form__submit,
.resident .form-tab > li.is-active,
.resident .form-tab > li:hover,
.resident .form-tab::after,
.resident .fix-bottom > div {
  background: linear-gradient(to right, #c0e5ac 0%, #79af91 60%);
}

.resident .flow-list-with-image__num::before,
.resident .question-list__item,
.resident .question-list__item:last-child,
.resident .to-contact__table {
  border-color: #79af91;
}

.resident .question-list dt::before,
.resident .question-list dt::after {
  background-color: #79af91;
}

.resident .flow-list-with-image > li:not(:last-child)::after {
  background: url(../images/icons/triangle_right_green.svg) no-repeat 50%/contain;
}

@media only screen and (min-width: 769px) {
  .resident .feature-group {
    width: 28%;
  }
}

@media only screen and (max-width: 768px) {
  .resident .feature-group__image {
    border-radius: 15px;
    overflow: hidden;
  }
}

.resident .feature-group-container .feature-group-button {
  background: #79af91;
}

.resident
.feature-group-container
.feature-group-pagination
.swiper-pagination-bullet {
  border-color: #79af91;
  background-color: #79af91;
}

.resident .price-head {
  background: #79af91;
}

.resident
.flow-list-with-image-container
.flow-list-with-image-pagination
.swiper-pagination-bullet {
  border: 1px solid #79af91 !important;
}

.resident
.flow-list-with-image-container
.flow-list-with-image-pagination
.swiper-pagination-bullet-active {
  background-color: #79af91 !important;
}

.resident .form__agreement .wpcf7-list-item-label .form__agreement__link {
  color: #79af91;
}

.resident .form__agreement .wpcf7-list-item-label::before {
  border: 1px solid #79af91;
}

.resident
.form__agreement
.wpcf7-list-item
input[type='checkbox']:checked
+ .wpcf7-list-item-label::before {
  background: #79af91;
}

.resident .mv-media__login:hover {
  background-color: #79af91;
}

.gmoGroupFooter_inner {
  padding: 15px 10px 60px;
}

button:focus {
  outline: 0;
}

.video iframe {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.key-visual {
  height: 468px;
  width: 100%;
  /* background: #777; */
}

.swiper-container {
  height: 100%;
}

.slide1 {
  position: relative;
  background: url(../images/mv/owner_index_pc.png) center center/cover;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .slide1 {
    background: url(../images/mv/owner_index_sp.png) center center/cover;
  }
}

.slide2 {
  position: relative;
  background: url(../images/mv/resident_index_pc.jpg) center center/cover;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .slide2 {
    background: url(../images/mv/resident_index_sp.png) center center/cover;
  }
}

.silde-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 84px;
  color: #fff;
  -webkit-background-clip: text;
          background-clip: text;
}

@media only screen and (max-width: 768px) {
  .silde-inner {
    left: 10px;
    top: 50px;
    transform: unset;
  }
}

.slide-ttl {
  margin-top: 17px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  .slide-ttl {
    font-size: 24px;
  }
  .sp-br {
    display: block;
  }
}

.slide-text1 {
  margin-left: 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  .slide-text1 {
    font-size: 14px;
  }
}

.slide-text2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-top: 17px;
}

@media only screen and (max-width: 768px) {
  .slide-text2 {
    font-size: 12px;
  }
}

.tab-area {
  display: flex;
  justify-content: space-between;
}

.blue-border {
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, #79c1ce 0%, #005bac 60%);
     border-image: linear-gradient(to right, #79c1ce 0%, #005bac 60%);
  border-image-slice: 1;
}

@media only screen and (max-width: 768px) {
  .blue-border {
    border-bottom: 2px solid;
    -o-border-image: linear-gradient(to right, #79c1ce 0%, #005bac 60%);
       border-image: linear-gradient(to right, #79c1ce 0%, #005bac 60%);
    border-image-slice: 1;
  }
}

.green-border {
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, #c0e5ac 0%, #79af91 60%);
     border-image: linear-gradient(to right, #c0e5ac 0%, #79af91 60%);
  border-image-slice: 1;
}

@media only screen and (max-width: 768px) {
  .green-border {
    border-bottom: 2px solid;
    -o-border-image: linear-gradient(to right, #c0e5ac 0%, #79af91 60%);
       border-image: linear-gradient(to right, #c0e5ac 0%, #79af91 60%);
    border-image-slice: 1;
  }
}

.price-section {
  margin-top: 50px;
  padding: 0 25px;
}

.text-center {
  text-align: center;
}

.tabelContainer {
  max-width: 1180px;
  margin-inline: auto;
}

.price-table {
  width: 1180px;
  margin: 10px 0 0;
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse;
}

.price-table + .price-table {
  margin-top: 34px;
}

table th,
table td {
  border: solid 1px #cccccc;
  font-weight: bold;
}

.price-table th {
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 18px 18px;
}

.price-table th.sp-fixed {
  width: 168px;
}

.price-table td {
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding: 10px;
  letter-spacing: 0.7;
  font-weight: bold;
  color: #46526c;
}

.price-table td.sp-fixed {
  vertical-align: middle;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .price-table,
  td {
    font-size: 12px;
    padding: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .price-table {
    padding: 0;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (max-width: 768px) {
  .sp-fixed {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #fff;
  }
  .sp-fixed:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: solid 1px #cccccc;
  }
}

.colBlack {
  background-color: #46526c;
}

.colBlue {
  background-color: #025bac;
}

.colGreen {
  background-color: #79af91;
}

.colGray {
  background-color: #8991a0;
}

.colCrm {
  background-color: #234cdd;
}

.price-section__text {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .price-section__text {
    text-align: left;
  }
}

.button {
  margin-top: 100px;
}

.green {
  color: #79af91;
}

.green-circle {
  color: #79af91;
  border: 2px solid #79af91;
}

.col-change {
  background: linear-gradient(to right, #c0e5ac, #79af91 150px, #79af91 300px, #c0e5ac);
}

.price-section__detail {
  max-width: 1180px;
  margin: 10px auto 0;
  color: red;
  font-size: 14px;
  font-weight: bold;
}

.price-section__detail.-black {
  color: #000;
}

.option-service {
  max-width: 1180px;
  margin: 0 auto;
}

.price-table.option {
  max-width: 600px;
  margin: 10px 0 0;
  overflow: visible;
}

.table-ttl {
  max-width: 1180px;
  margin: 30px auto 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
}

.footer__isms {
  margin-top: 81px;
  margin-left: auto;
  padding: 0 82px 0 85px;
  text-align: right;
}

.footer__isms img {
  height: auto;
}

@media screen and (max-width: 768px) {
  .footer__isms {
    text-align: center;
  }
}

.footer__isms__logo {
  width: 116px;
}

@media screen and (max-width: 768px) {
  .footer__isms__logo {
    width: 135px;
  }
}

@media screen and (max-width: 768px) {
  .footer__isms {
    margin-top: 81px;
    padding: 0 25px;
  }
}

.footer .footer__service {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  background-color: #fff;
  margin-top: 20px;
  padding: 0 82px 50px 85px;
}

@media screen and (min-width: 769px) {
  .footer .footer__service {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer__service {
    margin-top: 30px;
    padding: 0 25px 0;
    text-align: center;
  }
  .footer .footer__service__heading {
    margin-bottom: 30px;
  }
}

.footer .footer__service__links {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .footer .footer__service__links {
    justify-content: space-around;
  }
}

.footer .footer__service__links > li:not(:last-child) {
  margin-right: 11px;
}

.footer .footer__service__links > li a:hover {
  text-decoration: underline;
}

.footer .footer__service__link {
  font-size: 12px;
  color: #a8a8a8;
}

.footer__service__copyright {
  font-size: 10px;
  letter-spacing: 0.11em;
  color: #b1b1b1;
  text-align: center;
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .footer__service__copyright {
    text-align: center;
  }
}

@media only screen and (max-width: 360px) {
  .footer__service__copyright {
    font-size: 8px;
  }
}

.footer .logo {
  display: inline-block;
  font-size: 10px;
}

.footer .logo--top {
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .footer .logo--top {
    position: absolute;
    top: 28px;
    left: 25px;
  }
}

.footer .logo__image {
  line-height: 1;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .footer .logo__image {
    margin-bottom: 2px;
  }
}

.footer .logo__image img {
  width: 178px;
}

@media screen and (max-width: 768px) {
  .footer .logo__image img {
    width: 147px;
  }
}

.footer .logo__text {
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #a8a8a8;
}

@media screen and (max-width: 768px) {
  .footer .logo__text {
    text-align: left;
    font-size: 9px;
    letter-spacing: 0.03em;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0 25px;
  }
}

.pmark {
  max-width: 100px;
}

.siteSeals {
  padding: 60px 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}

@media screen and (max-width: 768px) {
  .siteSeals {
    flex-direction: column;
    gap: 20px 0;
  }
}

.inner {
  padding: 0 84px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding-inline: 25px;
  }
}

.with-corporate .section-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .with-corporate .section-title {
    font-size: 16px;
  }
}

.with-corporate .section-title img {
  width: 176px;
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .with-corporate .section-title img {
    width: 136px;
    margin-top: 6px;
  }
}

.with-corporate .section-title--left {
  text-align: left;
}

@media only screen and (min-width: 769px) {
  .with-corporate .middle-title {
    text-align: center;
  }
}

.with-corporate .middle-title h3 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .with-corporate .middle-title h3 {
    font-size: 24px;
  }
}

.with-corporate .middle-title p {
  color: #005bac;
  font-family: "Viga", sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .with-corporate .middle-title p {
    font-size: 12px;
  }
}

.with-corporate .mv-media {
  position: relative;
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media {
    box-sizing: border-box;
  }
}

.with-corporate .mv-media__background {
  position: relative;
  top: 0;
  left: 0;
  transition: 0.8s all ease;
}

.with-corporate .mv-media__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2880 / 1380;
  -o-object-position: bottom right;
     object-position: bottom right;
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__background img {
    aspect-ratio: 750 / 1140;
  }
}

.with-corporate .mv-media__box {
  color: #fff;
  font-weight: bold;
  transition: 0.8s all ease;
  opacity: 1;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .with-corporate .mv-media__box {
    padding-top: min(4.17256vw,59px);
    padding-left: min(6.01132vw,85px);
    height: 100%;
    filter: drop-shadow(0px 0px 5px #074677);
  }
  .with-corporate .mv-media__box.-resident {
    filter: drop-shadow(0px 0px 5px #367441);
  }
}

@media (min-width: 769px) and (max-width: 1340px) {
  .with-corporate .mv-media__box {
    padding-top: min(2.12164vw,30px);
    padding-left: min(3.46535vw,49px);
  }
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box {
    height: 100%;
    padding: min(5.33333vw,40px) min(2.66667vw,20px);
  }
}

.with-corporate .mv-media__box__top {
  display: flex;
  margin-top: min(2.68741vw,38px);
  align-items: center;
  margin-bottom: min(0.91938vw,13px);
}

@media (max-width: 1340px) {
  .with-corporate .mv-media__box__top {
    margin-top: min(1.34371vw,19px);
  }
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box__top {
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

.with-corporate .mv-media__box__num {
  font-family: "Viga", sans-serif;
  font-size: min(1.27298vw,18px);
  letter-spacing: 0;
  width: min(5.83451vw,82.5px);
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box__num {
    margin-bottom: min(0.8vw,6px);
    width: min(22.13333vw,166px);
  }
}

.with-corporate .mv-media__box__subtitle {
  margin-left: min(0.77793vw,11px);
  font-size: min(1.27298vw,18px);
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box__subtitle {
    font-size: min(3.73333vw,28px);
  }
}

.with-corporate .mv-media__box__title {
  font-size: min(2.82885vw,40px);
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: min(0.84866vw,12px);
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box__title {
    font-size: min(5.86667vw,44px);
    letter-spacing: 0.06em;
    margin-bottom: min(3.33333vw,25px);
    line-height: 1.2;
    margin-top: min(4vw,30px);
  }
}

.with-corporate .mv-media__box__detail {
  font-size: min(1.13154vw,16px);
  letter-spacing: 0.1em;
  margin-bottom: min(1.13154vw,16px);
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box__detail {
    font-size: min(3.2vw,24px);
    letter-spacing: 0;
    margin-bottom: min(1.06667vw,8px);
  }
}

.with-corporate .mv-media__box__label {
  text-align: center;
  padding: min(0.56577vw,8px);
  font-size: min(1.41443vw,20px);
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box__label {
    font-size: min(1.86667vw,14px);
  }
}

.with-corporate .mv-media__box .info-tel {
  font-size: min(1.13154vw,16px);
}

.with-corporate .mv-media__box .info-tel a {
  padding: min(0.35361vw,5px) min(1.76803vw,25px);
  border: 1px solid #fff;
  border-radius: min(2.75813vw,39px);
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box .info-tel {
    position: absolute;
    right: 0;
    font-size: min(3.46667vw,26px);
  }
  .with-corporate .mv-media__box .info-tel a {
    border-radius: 99.9rem;
    width: auto;
  }
}

.with-corporate .mv-media__box__logo {
  width: min(20.79208vw,294px);
  margin-top: min(2.82885vw,40px);
}

@media (min-width: 769px) and (max-width: 1340px) {
  .with-corporate .mv-media__box__logo.top-page {
    margin-top: min(1.13154vw,16px);
  }
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box__logo {
    width: min(47.2vw,354px);
    margin-top: 0;
  }
}

.with-corporate .mv-media__button-container {
  box-sizing: content-box;
  margin-bottom: min(1.69731vw,24px);
}

@media (max-width: 1340px) {
  .with-corporate .mv-media__button-container {
    margin-bottom: 0;
    position: absolute;
    box-sizing: border-box;
    bottom: min(2.47525vw,35px);
    left: 0;
    right: 0;
    width: 60%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__button-container {
    width: 100%;
    bottom: min(8vw,60px);
    padding: 0 min(2vw,15px);
  }
}

.with-corporate .mv-media__login {
  position: absolute;
  top: 18px;
  right: 7px;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  width: 144px;
  padding: 10px 27px 10px 50px;
  border-radius: 50px;
  background: #fff url(../images/icons/human.svg) no-repeat 29px 49%/17px 17px;
}

.with-corporate .mv-media--blue .mv-media__box__label {
  background-color: #005bac;
}

.with-corporate .mv-media.is-animation .mv-media__background {
  opacity: 1;
}

.with-corporate .mv-media.is-animation .mv-media__box {
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  .with-corporate .mv-media.is-animation .mv-media__box {
    left: 85px;
  }
}

@media only screen and (min-width: 769px) {
  .with-corporate .mv-media--short .mv-media__box {
    padding-top: min(4.17256vw,59px);
    padding-left: min(6.01132vw,85px);
  }
}

@media (min-width: 769px) and (max-width: 960px) {
  .with-corporate .mv-media--short .mv-media__box {
    padding-top: min(2.12164vw,30px);
    padding-left: min(3.53607vw,50px);
  }
}

@media only screen and (min-width: 769px) {
  .with-corporate .mv-media--short {
    max-height: 600px;
    overflow: hidden;
  }
  .with-corporate .mv-media--short .mv-media__background img {
    max-height: 600px;
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
  .with-corporate .mv-media--short .mv-media__box__logo {
    margin-top: min(0.70721vw,10px);
  }
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media--short {
    max-height: 80vh;
    overflow: hidden;
  }
  .with-corporate .mv-media--short .mv-media__background img {
    max-height: 80vh;
    -o-object-position: 50% 60%;
       object-position: 50% 60%;
    aspect-ratio: 750 / 885;
  }
  .with-corporate .mv-media--short .mv-media__box__top {
    margin-top: 14px;
  }
  .with-corporate .mv-media--short .mv-media__box__logo {
    max-width: 155px;
  }
}

.with-corporate .mv-media--02 .button--mv {
  background: linear-gradient(to right, #c0e5ac, #79af91 223.2px, #79af91 520.8px, #c0e5ac);
  background-size: 744px, 100px;
}

.with-corporate .mv-media--02 .button--mv:hover {
  background-position: 100% 0;
}

.with-corporate .mv-media--03 .button--mv {
  background: linear-gradient(to right, #6382F0, #1A3FC3 223.2px, #1A3FC3 520.8px, #6382F0);
  background-size: 744px, 100px;
}

.with-corporate .mv-media--03 .button--mv:hover {
  background-position: 100% 0;
}

.with-corporate .mv-media--04 .button--mv {
  background: linear-gradient(to right, #beebf4, #12b9d8 223.2px, #12b9d8 520.8px, #beebf4);
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box {
    justify-content: normal;
  }
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box__top {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box__title {
    margin-top: 0;
    font-size: 20px;
  }
}

.with-corporate .mv-media__box__logo-detail p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 10px;
  color: #666666;
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box__logo-detail p {
    padding: 0 min(3.33333vw,25px);
  }
}

.with-corporate .mv-media__box__logo-detail.top-page {
  margin-top: min(2.12164vw,30px);
}

.with-corporate .mv-media__box__logo-detail.top-page p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box__logo-detail.top-page {
    padding: 0 min(3.33333vw,25px);
    margin-top: min(2.66667vw,20px);
  }
  .with-corporate .mv-media__box__logo-detail.top-page p {
    padding: 0;
  }
}

.with-corporate .mv-media__box__logo-detail.service-page {
  margin-top: min(0.70721vw,10px);
  width: 50%;
}

.with-corporate .mv-media__box__logo-detail.service-page p {
  color: #bfbfbf;
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media__box__logo-detail.service-page {
    width: 100%;
    margin-top: min(1.6vw,12px);
    padding: 0 25px 0 calc(25px - 1em);
    margin-left: auto;
    margin-right: auto;
  }
  .with-corporate .mv-media__box__logo-detail.service-page p {
    color: #666666;
  }
}

.with-corporate .tab {
  display: flex;
  justify-content: space-between;
  counter-reset: number;
}

.with-corporate .tab > li {
  position: relative;
  text-align: center;
  transition: 0.3s all ease;
  font-weight: bold;
  padding: 14px 0;
}

@media screen and (max-width: 768px) {
  .with-corporate .tab > li {
    flex: 1;
    font-size: 12px;
    padding: 10px 5px;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 769px) {
  .with-corporate .tab > li {
    border-radius: 5px;
    width: 24.2%;
    font-size: 14px;
    cursor: pointer;
  }
}

.with-corporate .tab > li::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  display: block;
  font-size: 30px;
  font-family: "Viga", sans-serif;
  font-weight: normal;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .with-corporate .tab > li::before {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 8px;
  }
}

.with-corporate .tab > li::after {
  transition: 0.3s all ease;
  content: "";
  width: 12.5px;
  height: 12.5px;
  border-radius: 3px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 999;
}

.with-corporate .tab--owner > li:nth-child(1) {
  background: rgba(0, 91, 172, 0.1);
  color: #005bac;
}

.with-corporate .tab--owner > li:nth-child(2) {
  background: rgba(121, 175, 145, 0.1);
  color: #79af91;
}

.with-corporate .tab--owner > li:nth-child(3) {
  background: rgba(35, 76, 221, 0.1);
  color: #234CDD;
}

.with-corporate .tab--owner > li:nth-child(4) {
  background: rgba(23, 193, 224, 0.1);
  color: #17c1e0;
}

.with-corporate .tab--owner > li.is-active, .with-corporate .tab--owner > li:hover {
  color: #fff;
}

.with-corporate .tab--owner > li.is-active:nth-child(1), .with-corporate .tab--owner > li:hover:nth-child(1) {
  background: #005bac;
}

.with-corporate .tab--owner > li.is-active:nth-child(1)::after, .with-corporate .tab--owner > li:hover:nth-child(1)::after {
  background: #005bac;
  opacity: 1;
}

.with-corporate .tab--owner > li.is-active:nth-child(2), .with-corporate .tab--owner > li:hover:nth-child(2) {
  background: #79af91;
}

.with-corporate .tab--owner > li.is-active:nth-child(2)::after, .with-corporate .tab--owner > li:hover:nth-child(2)::after {
  background: #79af91;
  opacity: 1;
}

.with-corporate .tab--owner > li.is-active:nth-child(3), .with-corporate .tab--owner > li:hover:nth-child(3) {
  background: #234cdd;
}

.with-corporate .tab--owner > li.is-active:nth-child(3)::after, .with-corporate .tab--owner > li:hover:nth-child(3)::after {
  background: #234CDD;
  opacity: 1;
}

.with-corporate .tab--owner > li.is-active:nth-child(4), .with-corporate .tab--owner > li:hover:nth-child(4) {
  background: #17c1e0;
}

.with-corporate .tab--owner > li.is-active:nth-child(4)::after, .with-corporate .tab--owner > li:hover:nth-child(4)::after {
  background: #17c1e0;
  opacity: 1;
}

.with-corporate .swiper-wrapper {
  padding-bottom: 52px;
}

@media only screen and (min-width: 769px) {
  .with-corporate .mv-media--short {
    width: 93.8%;
    margin: auto;
  }
}

.with-corporate .section-title {
  margin-top: 62px;
}

@media only screen and (max-width: 768px) {
  .with-corporate .section-title {
    margin-top: 21px;
  }
  .with-corporate .section-title p {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 768px) {
  .with-corporate .comingsoon {
    padding: 30px 25px;
  }
}

@media only screen and (min-width: 769px) {
  .with-corporate .comingsoon {
    width: 93.8%;
    margin: auto;
    padding: 0 0 30px 0;
  }
}

.with-corporate .tab {
  margin-bottom: 12px;
  margin-top: 23px;
}

@media only screen and (min-width: 769px) {
  .with-corporate .tab {
    justify-content: flex-start;
  }
  .with-corporate .tab > li:not(:first-child) {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .with-corporate .tab {
    margin: 15px -25px 0;
  }
}

.with-corporate .middle-title {
  margin-top: 52px;
}

@media only screen and (max-width: 768px) {
  .with-corporate .middle-title {
    margin-top: 72px;
    padding: 0 25px;
  }
}

.with-corporate .box-list {
  margin-top: 42px;
  margin-bottom: 34px;
}

@media only screen and (max-width: 768px) {
  .with-corporate .box-list {
    margin-top: 19px;
  }
}

.with-corporate .box-list__image {
  text-align: center;
}

.with-corporate .box-list__image img {
  max-height: 587px;
  width: auto;
}

.with-corporate .box-list__image:nth-child(3) {
  max-height: 400px;
}

.with-corporate .service-content-list > li {
  background: none;
}

.with-corporate .service-content-list > li .bgfa {
  background-color: #fafafa;
  padding-bottom: 37px;
}

.with-corporate .box-list-container .box-list__item {
  width: 100%;
}

.with-corporate .box-list-container .box-list__item h4 {
  text-align: center;
  font-size: 20px;
  padding-left: 24px;
}

@media only screen and (max-width: 768px) {
  .with-corporate .box-list-container .box-list__item h4 {
    font-size: 14px;
  }
}

.with-corporate .box-list-container .swiper-wrapper {
  width: auto;
}

.with-corporate .box-list-container .swiper-container {
  padding-top: 18px;
}

.with-corporate .box-list-container .swiper-slide {
  width: 31%;
}

@media only screen and (min-width: 769px) {
  .with-corporate .box-list-container .swiper-slide {
    padding-top: 18px;
  }
}

.with-corporate .swiper-button-prev,
.with-corporate .swiper-button-next {
  width: 44px !important;
  height: 44px !important;
  background: #005bac;
  bottom: 0 !important;
  top: auto !important;
}

@media only screen and (min-width: 769px) {
  .with-corporate .swiper-button-prev,
  .with-corporate .swiper-button-next {
    display: none !important;
  }
}

.with-corporate .swiper-button-prev::after,
.with-corporate .swiper-button-next::after {
  content: none !important;
}

.with-corporate .swiper-button-prev::before,
.with-corporate .swiper-button-next::before {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/icons/arrow_white.svg) 0 0/contain no-repeat;
}

.with-corporate .swiper-button-disabled {
  opacity: 1;
  background: #d5d5d5 !important;
}

.with-corporate .swiper-button-prev {
  transform: rotate(180deg);
  left: 0 !important;
}

.with-corporate .swiper-button-next {
  right: 8px !important;
}

.with-corporate .movie-box {
  position: relative;
  max-width: 800px;
  max-height: 450px;
  margin: 30px auto 0;
}

@media only screen and (max-width: 768px) {
  .with-corporate .movie-box {
    max-width: 100%;
    padding: 0;
    height: auto;
    margin-top: 12px;
  }
}

.with-corporate .movie-box .movie-content-wrap {
  padding-top: 56%;
}

.with-corporate .movie-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.with-corporate .movie-box img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
}

.with-corporate .sp-spacer {
  display: none;
  width: 1px;
  height: 1px;
}

@media screen and (max-width: 768px) {
  .with-corporate .sp-spacer {
    display: block;
  }
}

.with-corporate .external-article {
  padding: 0 85px;
  margin-top: 144px;
}

@media only screen and (max-width: 768px) {
  .with-corporate .external-article {
    padding: 0 25px;
    margin-top: 97px;
  }
}

.with-corporate .external-article__layout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

@media only screen and (max-width: 768px) {
  .with-corporate .external-article__layout {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .with-corporate .external-article__content {
    width: 49.5%;
  }
}

@media only screen and (min-width: 769px) {
  .with-corporate .external-article__content + .external-article__content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .with-corporate .external-article__content + .external-article__content {
    margin-top: 50px;
  }
}

.with-corporate .external-article__title h3 {
  line-height: 1.2;
  padding-top: 19px;
  position: relative;
  font-size: 30px;
}

.with-corporate .external-article__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  display: block;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .with-corporate .external-article__title h3 span {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 768px) {
  .with-corporate .external-article__title h3 {
    font-size: 24px;
  }
}

.with-corporate .external-article__title p {
  font-family: "Viga", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #005bac;
  margin-top: 8px;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .with-corporate .external-article__title p {
    font-size: 12px;
    margin-top: 3px;
    letter-spacing: 0.1em;
  }
}

.with-corporate .external-article .article-list {
  margin-top: 10px;
  margin-bottom: 20px;
}

.with-corporate .app-movie {
  vertical-align: bottom;
  display: none;
}

@media only screen and (max-width: 768px) {
  .with-corporate .app-movie {
    max-width: 100%;
    height: auto;
  }
}

.with-corporate .movie-modal {
  display: block;
  text-align: center;
}

.with-corporate .movie-modal img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

.with-corporate #tab2 .external-article__title p {
  color: #79af91;
}

@media screen and (max-width: 768px) {
  .with-corporate .service-content-list {
    margin: 0 -25px;
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes show {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.with-corporate .service-content-list > li {
  display: none;
  background: #fafafa;
  border-radius: 5px;
  padding-top: 37px;
  padding-bottom: 37px;
}

@media screen and (max-width: 768px) {
  .with-corporate .service-content-list > li {
    padding-bottom: 50px;
    padding-top: 0;
  }
}

.with-corporate .service-content-list > li.is-active {
  display: block;
  -webkit-animation: show 0.3s linear 0s;
          animation: show 0.3s linear 0s;
}

@media screen and (max-width: 768px) {
  .with-corporate .service-content-list .btn-container {
    padding: 0 25px;
    margin-top: 40px;
  }
}

.with-corporate .service-content-list--01 > li:nth-child(2) .middle-title p {
  color: #79af91;
}

.with-corporate .service-content-list--01 > li:nth-child(2) .button {
  background: linear-gradient(to right, #c0e5ac, #79af91 223.2px, #79af91 520.8px, #c0e5ac);
  background-size: 744px, 100px;
}

.with-corporate .service-content-list--01 > li:nth-child(2) .button:hover {
  background-position: 100% 0;
}

.with-corporate .service-content-list--01 > li:nth-child(2) .box-list__image::after {
  border-color: #79af91;
}

.with-corporate .service-content-list--01 > li:nth-child(2) .box-list__image::before {
  color: #79af91;
}

.with-corporate .service-content-list--01 > li:nth-child(2) .swiper-button-prev,
.with-corporate .service-content-list--01 > li:nth-child(2) .swiper-button-next {
  background: #79af91;
}

.with-corporate .service-content-list--01 > li:nth-child(2) .swiper-pagination-bullet-active {
  background: #79af91;
}

.with-corporate .service-content-list--01 > li:nth-child(3) .middle-title p {
  color: #234CDD;
}

.with-corporate .service-content-list--01 > li:nth-child(3) .button {
  background: linear-gradient(90deg, #7870D7 0%, #234CDD 23.39%, #234CDD 46.77%, #505FDA 75.25%, #7870D7 100%);
  background-size: 744px, 100px;
}

.with-corporate .service-content-list--01 > li:nth-child(3) .button:hover {
  background-position: 100% 0;
}

.with-corporate .service-content-list--01 > li:nth-child(3) .box-list__image::after {
  border-color: #234CDD;
}

.with-corporate .service-content-list--01 > li:nth-child(3) .box-list__image::before {
  color: #234CDD;
}

.with-corporate .service-content-list--01 > li:nth-child(3) .swiper-button-prev,
.with-corporate .service-content-list--01 > li:nth-child(3) .swiper-button-next {
  background: #234CDD;
}

.with-corporate .service-content-list--01 > li:nth-child(3) .swiper-pagination-bullet-active {
  background: #234CDD;
}

.with-corporate .service-content-list--01 > li:nth-child(4) .middle-title p {
  color: #17c1e0;
}

.with-corporate .service-content-list--01 > li:nth-child(4) .button {
  display: none;
  background: linear-gradient(to right, #beebf4, #12b9d8 223.2px, #12b9d8 520.8px, #beebf4);
}

.with-corporate .service-content-list--01 > li:nth-child(4) .box-list__image::after {
  border-color: #17c1e0;
}

.with-corporate .service-content-list--01 > li:nth-child(4) .box-list__image::before {
  color: #17c1e0;
}

.with-corporate .service-content-list--01 > li:nth-child(4) .swiper-button-prev,
.with-corporate .service-content-list--01 > li:nth-child(4) .swiper-button-next {
  background: #17c1e0;
}

.with-corporate .service-content-list--01 > li:nth-child(4) .swiper-pagination-bullet-active {
  background: #17c1e0;
}

.with-corporate .partner .section-title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .with-corporate .partner .section-title {
    text-align: left;
    margin-bottom: 20px;
  }
}

.with-corporate .partner .section-title__en {
  color: #ff9909;
}

.with-corporate .partner .section-subtxt {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .with-corporate .partner .section-subtxt {
    padding: 0 25px;
    margin-top: 14px;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.06em;
  }
}

.with-corporate .partner .mv-media__titlebox {
  display: block;
}

.with-corporate .partner .mv-media__comingsoon {
  width: 380px;
  font-size: 45px;
  letter-spacing: 0.08em;
  line-height: 1;
  border: 3px solid #fff;
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
  font-family: 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-top: 8px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .with-corporate .partner .mv-media__comingsoon {
    width: 240px;
    font-size: 28px;
    border: 2px solid #fff;
    padding: 7px 0;
  }
}

.with-corporate .partner .mv-media__login:hover {
  background-color: #ff9909;
}

.with-corporate .partner .mv-media__box__detail {
  margin-top: 10px;
  margin-bottom: 68px;
}

@media screen and (max-width: 768px) {
  .with-corporate .partner .mv-media__box__detail {
    margin-top: 12px;
    font-size: 14px;
  }
}

.with-corporate .partner .feature {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .with-corporate .partner .feature {
    padding: 17.5% 20px;
    background-size: 85%;
  }
}

.with-corporate .partner .feature__inner {
  width: 100%;
  max-width: 1040px;
  margin: 56px auto 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .with-corporate .partner .feature__inner {
    margin-top: 2em;
    padding: 0 25px;
  }
}

.with-corporate .partner .feature__text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .with-corporate .partner .feature__text {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
  }
}

.with-corporate .partner .featureStep {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 90%;
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .with-corporate .partner .featureStep {
    width: 100%;
  }
}

.with-corporate .partner .featureStep img {
  width: 100%;
}

.with-corporate .partner .featureStep ul {
  width: 40%;
  display: none;
}

.with-corporate .partner .btn-container {
  margin-top: 30px;
}

.with-corporate .box-list {
  display: flex;
  counter-reset: number;
  justify-content: space-between;
}

@media only screen and (min-width: 769px) {
  .with-corporate .box-list {
    margin: 0 100px;
  }
}

.with-corporate .box-list__item {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .with-corporate .box-list__item {
    width: 29%;
  }
}

.with-corporate .box-list__text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 27px;
}

@media screen and (max-width: 768px) {
  .with-corporate .box-list__text {
    font-size: 14px;
    padding: 0 25px;
  }
}

.with-corporate .box-list__image {
  position: relative;
}

.with-corporate .box-list__image img {
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .with-corporate .box-list__image {
    width: 68%;
    margin: auto;
    margin-top: 18px;
  }
}

.with-corporate .box-list__image::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  color: #005bac;
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 0px;
  z-index: 1;
}

.with-corporate .box-list__image::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  border: 1px solid #005bac;
  background: #fff;
  border-radius: 50%;
  top: -18px;
  left: -18px;
}

@media screen and (max-width: 768px) {
  .with-corporate .box-list__image::after {
    width: 50px;
    height: 50px;
  }
}

.with-corporate .button {
  border-radius: 50px;
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  background: linear-gradient(to right, #79c1ce, #005bac 174px, #005bac 348px, #79c1ce);
  background-size: 744px, 100px;
  transition: 0.3s all ease;
}

.with-corporate .button:hover {
  background-position: 60% 0;
}

.with-corporate .button--form {
  padding: 13px 5px 12px;
}

.with-corporate .button--header {
  width: 173px;
  padding: 10px 0;
  display: block;
  text-align: center;
  transition: all ease 1s;
}

@media only screen and (min-width: 769px) {
  .with-corporate .button--header {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1080px) {
  .with-corporate .button--header {
    width: 140px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .with-corporate .button--header {
    width: 100%;
    font-size: 14px;
    padding: 16px 0;
  }
}

.with-corporate .button--middle {
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 16px;
  padding: 18px 0;
}

@media only screen and (min-width: 769px) {
  .with-corporate .button--middle {
    width: 372px;
  }
}

@media screen and (max-width: 768px) {
  .with-corporate .button--middle {
    font-size: 14px;
  }
}

.with-corporate .button--arrow {
  position: relative;
}

.with-corporate .button--arrow::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background: url(../images/icons/arrow_circle.svg) no-repeat 0 0/contain;
}

.with-corporate .button--mv {
  position: relative;
  padding: min(1.48515vw,21px) 0px min(1.48515vw,21px) min(6.08204vw,86px);
  width: min(23.62093vw,334px);
  text-align: center;
  font-size: min(1.34371vw,19px);
  letter-spacing: 0.05em;
  transition: 0.3s all ease;
  display: block;
  background: linear-gradient(to right, #79c1ce, #005bac 223.2px, #005bac 520.8px, #79c1ce);
  background-size: 744px, 100px;
  -webkit-animation: bound 2.5s infinite;
          animation: bound 2.5s infinite;
}

@media (max-width: 1340px) {
  .with-corporate .button--mv {
    width: 100%;
  }
}

.with-corporate .button--mv:hover {
  background-position: 100% 0;
}

@media screen and (max-width: 768px) {
  .with-corporate .button--mv {
    width: 100%;
    font-size: min(2.8vw,21px);
    letter-spacing: 0.1em;
    padding: min(3.6vw,27px) 0;
  }
}

@media screen and (max-width: 374px) {
  .with-corporate .button--mv {
    font-size: 10px;
  }
}

.with-corporate .button--mv .button__inner {
  padding: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  .with-corporate .button--mv .button__inner {
    padding: 0 0 0 70px;
  }
}

.with-corporate .button--mv img {
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .with-corporate .button--mv img {
    width: min(6.78925vw,96px);
    top: min(-0.63649vw,-9px);
    left: min(2.05092vw,29px);
  }
}

@media screen and (max-width: 768px) {
  .with-corporate .button--mv img {
    left: 18px;
    bottom: -16px;
    width: 23vw;
    max-width: 86px;
  }
}

@keyframes bound {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgba(0, 91, 172, 0.5);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 50px 50px rgba(0, 91, 172, 0);
  }
  100% {
    transform: scale(1);
  }
}

.with-corporate .button--mv--blue {
  -webkit-animation: bound-blue 2.5s infinite;
          animation: bound-blue 2.5s infinite;
}

@media screen and (max-width: 768px) {
  .with-corporate .button--mv--blue {
    filter: drop-shadow(0px 0px 5px #074677);
  }
}

.with-corporate .button--mv--green {
  -webkit-animation: bound-green 2.5s infinite;
          animation: bound-green 2.5s infinite;
}

@keyframes bound-blue {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgba(0, 91, 172, 0.5);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 50px 50px rgba(0, 91, 172, 0);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes bound-blue02 {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgba(26, 63, 195, 0.5);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 50px 50px rgba(26, 63, 195, 0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bound-blue02 {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgba(26, 63, 195, 0.5);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 50px 50px rgba(26, 63, 195, 0);
  }
  100% {
    transform: scale(1);
  }
}

.with-corporate .button--mv--blue02 {
  -webkit-animation: bound-blue02 2.5s infinite;
          animation: bound-blue02 2.5s infinite;
}

@media screen and (max-width: 768px) {
  .with-corporate .button--mv--blue02 {
    filter: drop-shadow(0px 0px 5px #1A3FC3);
  }
}

@keyframes bound-green {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgba(77, 172, 90, 0.5);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 50px 50px rgba(77, 172, 90, 0);
  }
  100% {
    transform: scale(1);
  }
}

.with-corporate .button--mv--orange {
  -webkit-animation: bound-orange 2.5s infinite;
          animation: bound-orange 2.5s infinite;
}

@-webkit-keyframes bound-orange {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgba(249, 172, 92, 0.5);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 50px 50px rgba(249, 172, 92, 0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bound-orange {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgba(249, 172, 92, 0.5);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 50px 50px rgba(249, 172, 92, 0);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .with-corporate .mv-media--short {
    min-height: none;
    height: auto;
  }
}

/*# sourceMappingURL=../../_sourcemaps/assets/css/master.css.map */
