@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";
@import"https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}

body {
  margin: 0
}

main {
  display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

abbr[title] {
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer
}

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

:-moz-focusring {
  outline: auto
}

select:disabled {
  opacity: inherit
}

option {
  padding: 0
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}

legend {
  padding: 0
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=number] {
  -moz-appearance: textfield
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

[contenteditable]:focus {
  outline: auto
}

table {
  border-color: inherit;
  border-collapse: collapse
}

caption {
  text-align: left
}

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

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

* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

:root {
  --nexco_pink: #f3589e;
  --nexco_light_pink: #ea82b1;
  --nexco_yellow: #F4E495;
  --nexco_light_yellow: #f7edb9;
  --nexco_pale_yellow: #fdfaed;
  --nexco_blue: #1daaaa;
  --nexco_light_blue: #aadde3;
  --nexco_black: #1e1e1e
}

body {
  overflow-x: clip
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0
}

body {
  background-color: #fff;
  color: var(--nexco_black);
  text-align: left;
  font-family: Zen Maru Gothic, sans-serif, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.15;
  min-width: 0;
  margin: 0;
  padding: 0;
  width: 100%
}

body a {
  color: var(--nexco_black);
  text-decoration: none
}

body a:hover {
  opacity: 1
}

img,
svg {
  width: 100%;
  height: auto
}

.br-sp {
  display: none
}

@media screen and (max-width: 480px) {
  .br-sp {
    display: inline-block
  }
}

.br-md {
  display: none
}

@media screen and (max-width: 768px) {
  .br-md {
    display: inline-block
  }
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none
  }
}

.header {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 40px 0 80px;
  position: fixed;
  z-index: 99
}

@media screen and (max-width: 1140px) {
  .header {
    padding: 0;
    height: 60px
  }
}

.header__logo {
  width: 127px
}

@media screen and (max-width: 1140px) {
  .header__logo {
    width: 100px;
    margin-left: 3px
  }
}

.header__nav {
  margin-left: auto
}

.header__list {
  display: flex;
  align-items: center;
  gap: 30px
}

@media screen and (max-width: 1140px) {
  .header__list {
    padding-right: 8px;
    gap: 16px
  }
}

@media screen and (max-width: 1140px) {
  .header__item.\--sp {
    display: block;
  }
}

.header__item:not(.\--sp) {
  display: block;
}

@media screen and (max-width: 1140px) {
  .header__item:not(.\--sp) {
    display: none;
  }
}

.header__link {
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.header__link:not(.header__link--simulation, .header__link--shop):after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3csvg%20width='180'%20height='120'%20viewBox='0%200%20180%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M81.2372%20115.787C85.8178%20121.404%2094.1822%20121.404%2098.7628%20115.787L177.276%2019.5121C183.565%2011.7994%20178.266%201.55953e-06%20168.513%201.55953e-06H11.4873C1.73376%201.55953e-06%20-3.56531%2011.7994%202.72449%2019.5122L81.2372%20115.787Z'%20fill='%231E1E1E'/%3e%3c/svg%3e") center center/contain no-repeat
}

.header__link--shop:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.47047%203.21162C2.01568%203.21162%201.64698%203.58031%201.64698%204.03511V11.5289C1.64698%2011.9837%202.01568%2012.3524%202.47047%2012.3524H9.96425C10.4191%2012.3524%2010.7877%2011.9837%2010.7877%2011.5289V7.782C10.7877%207.32719%2011.1564%206.9585%2011.6112%206.9585C12.066%206.9585%2012.4347%207.32719%2012.4347%207.782V11.5289C12.4347%2012.8933%2011.3287%2013.9994%209.96425%2013.9994H2.47047C1.10607%2013.9994%200%2012.8933%200%2011.5289V4.03511C0%202.67071%201.10607%201.56464%202.47047%201.56464H6.21736C6.67216%201.56464%207.04085%201.93333%207.04085%202.38813C7.04085%202.84293%206.67216%203.21162%206.21736%203.21162H2.47047Z'%20fill='%231E1E1E'/%3e%3cpath%20d='M8.89439%200C8.43958%200%208.0709%200.368689%208.0709%200.823491C8.0709%201.27829%208.43958%201.64698%208.89439%201.64698H11.1061L6.08867%206.66443C5.76708%206.98602%205.76708%207.50742%206.08867%207.82902C6.41026%208.15061%206.93167%208.15061%207.25326%207.82902L12.3531%202.72922V5.10565C12.3531%205.56044%2012.7217%205.92914%2013.1765%205.92914C13.6314%205.92914%2014%205.56044%2014%205.10565V1.23524C14%200.553035%2013.447%200%2012.7648%200H8.89439Z'%20fill='%231E1E1E'/%3e%3c/svg%3e") center center/contain no-repeat
}

.header__link--simulation {
  background-color: #4f469a;
  border-radius: .5rem;
  padding: 15px 20px
}

@media screen and (max-width: 768px) {
  .header__link--simulation {
    padding: 12px 15px
  }
}

.header__link--simulation img {
  height: 16px;
  width: auto
}

@media screen and (max-width: 768px) {
  .header__link--simulation img {
    height: 14px
  }
}

.header__link--simulation svg {
  width: 16px;
  fill: #fff
}

@media screen and (max-width: 1140px) {
  .header__link--simulation {
    width: 218px;
    padding: 12px 15px
  }

  .header__link--simulation img {
    height: 14px;
    width: 100%
  }
}

@media screen and (max-width: 1140px) {
  .header__link {
    font-size: clamp(1rem, .571rem + 2.14vw, 1.6rem)
  }
}

@media (hover: hover) and (pointer: fine) {
  .header__link:hover {
    opacity: .7
  }
}

.drawer-button {
  display: none;
  width: 36px;
  height: 36px;
  position: relative
}

@media screen and (max-width: 1140px) {
  .drawer-button {
    display: flex;
    margin-right: 2vw
  }
}

.drawer-button__line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 3px;
  border-radius: 1.5px;
  background-color: var(--nexco_black);
  transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.drawer-button__line:nth-child(1) {
  transform: translateY(-10px) translate(-50%, -50%)
}

.drawer-button__line:nth-child(2) {
  transform: translate(-50%, -50%)
}

.drawer-button__line:nth-child(3) {
  transform: translateY(10px) translate(-50%, -50%)
}

.drawer-button.is-active .drawer-button__line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(40deg)
}

.drawer-button.is-active .drawer-button__line:nth-child(2) {
  opacity: 0;
  visibility: hidden
}

.drawer-button.is-active .drawer-button__line:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-40deg)
}

.drawer-menu {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  height: 100vh;
  padding: 3vw;
  transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

@media screen and (max-width: 1140px) {
  .drawer-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
  }
}

.drawer-menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.drawer-menu__list {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 16px 16px;
  z-index: 99;
  opacity: 0;
  transform: translateY(50px);
  transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.drawer-menu.is-active .drawer-menu__list {
  opacity: 1;
  transform: translateY(0)
}

.drawer-menu__item:not(:first-child) {
  border-top: 1px solid #e0e0e0
}

.drawer-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 12px;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

@media (hover: hover) and (pointer: fine) {
  .drawer-menu__link:hover {
    opacity: .7
  }
}

.drawer-menu__link:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3csvg%20width='180'%20height='120'%20viewBox='0%200%20180%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M81.2372%20115.787C85.8178%20121.404%2094.1822%20121.404%2098.7628%20115.787L177.276%2019.5121C183.565%2011.7994%20178.266%201.55953e-06%20168.513%201.55953e-06H11.4873C1.73376%201.55953e-06%20-3.56531%2011.7994%202.72449%2019.5122L81.2372%20115.787Z'%20fill='%231E1E1E'/%3e%3c/svg%3e") center bottom/contain no-repeat
}

.drawer-menu__link--shop:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.47047%203.21162C2.01568%203.21162%201.64698%203.58031%201.64698%204.03511V11.5289C1.64698%2011.9837%202.01568%2012.3524%202.47047%2012.3524H9.96425C10.4191%2012.3524%2010.7877%2011.9837%2010.7877%2011.5289V7.782C10.7877%207.32719%2011.1564%206.9585%2011.6112%206.9585C12.066%206.9585%2012.4347%207.32719%2012.4347%207.782V11.5289C12.4347%2012.8933%2011.3287%2013.9994%209.96425%2013.9994H2.47047C1.10607%2013.9994%200%2012.8933%200%2011.5289V4.03511C0%202.67071%201.10607%201.56464%202.47047%201.56464H6.21736C6.67216%201.56464%207.04085%201.93333%207.04085%202.38813C7.04085%202.84293%206.67216%203.21162%206.21736%203.21162H2.47047Z'%20fill='%231E1E1E'/%3e%3cpath%20d='M8.89439%200C8.43958%200%208.0709%200.368689%208.0709%200.823491C8.0709%201.27829%208.43958%201.64698%208.89439%201.64698H11.1061L6.08867%206.66443C5.76708%206.98602%205.76708%207.50742%206.08867%207.82902C6.41026%208.15061%206.93167%208.15061%207.25326%207.82902L12.3531%202.72922V5.10565C12.3531%205.56044%2012.7217%205.92914%2013.1765%205.92914C13.6314%205.92914%2014%205.56044%2014%205.10565V1.23524C14%200.553035%2013.447%200%2012.7648%200H8.89439Z'%20fill='%231E1E1E'/%3e%3c/svg%3e") center center/contain no-repeat
}

.drawer-menu__bg {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00000080
}

.footer {
  background-color: #fff;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 20px 0 86px
  }
}

.footer__list {
  display: flex;
  gap: 32px;
  font-size: 1.4rem
}

@media screen and (max-width: 768px) {
  .footer__list {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center
  }
}

.footer__copyright {
  font-size: 1.2rem;
  opacity: .5;
  padding-top: 20px;
  line-height: 1.5
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
    text-align: center
  }
}

@media (hover: hover) and (pointer: fine) {
  .footer__link:hover {
    opacity: .7
  }
}

@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 1.2rem
  }
}

.wrapper {
  overflow: hidden
}

.title img {
  height: 100%;
  width: auto
}

.tx-pink {
  color: var(--nexco_pink)
}

.tx-en {
  font-size: 1.15em;
  line-height: 1;
  padding: 0 2px
}

.tx-right {
  text-align: right
}

.tx-center {
  text-align: center
}

.button>a {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  border: solid 2px var(--nexco_black);
  box-shadow: 0 3px 0 var(--nexco_black);
  border-radius: 60px;
  color: var(--nexco_black);
  background-color: #fff;
  font-size: 1.6rem;
  text-align: center;
  transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

@media (hover: hover) and (pointer: fine) {
  .button>a:hover {
    transform: translateY(3px);
    box-shadow: 0 1px 0 var(--nexco_black);
    filter: brightness(.9)
  }
}

.button-icon>a {
  display: flex;
  align-items: center;
  gap: 10px
}

.button-icon--icon {
  width: 20px
}

.objects>* {
  position: absolute
}

.objects .obj-sm {
  display: none
}

@media screen and (max-width: 480px) {
  .objects .obj-sm {
    display: block
  }
}

.objects .obj-md {
  display: none
}

@media screen and (max-width: 768px) {
  .objects .obj-md {
    display: block
  }
}

@media screen and (max-width: 768px) {
  .objects .obj-pc {
    display: none
  }
}

@media screen and (max-width: 480px) {
  .objects .obj-pc-md {
    display: none
  }
}

.large-button>a {
  display: grid;
  grid-template-columns: auto 1fr 15px;
  align-items: center;
  padding: 30px 40px;
  width: 100%;
  height: 100%;
  border: solid 3px var(--nexco_blue);
  border-radius: 30px;
  background-color: #fff;
  transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

@media screen and (max-width: 480px) {
  .large-button>a {
    padding: 20px;
    grid-template-columns: 94px 1fr 10px;
    border-radius: 18px
  }
}

@media (hover: hover) and (pointer: fine) {
  .large-button>a:hover {
    filter: brightness(.95)
  }
}

.large-button--icon {
  height: 68px;
  text-align: center
}

.large-button--icon img {
  height: 100%;
  width: auto;
  object-fit: contain
}

.large-button--label {
  font-size: 2rem;
  line-height: 1.4;
  padding-left: 30px
}

@media screen and (max-width: 480px) {
  .large-button--label {
    padding-left: 20px;
    font-size: 1.5rem
  }
}

.large-button--sublabel {
  font-size: 1.2rem;
  color: var(--nexco_blue)
}

.large-button--arrow svg {
  fill: var(--nexco_blue);
  transform: rotate(270deg)
}

.kv {
  background: url(../images/kv_bg.png) center top/cover no-repeat;
  position: relative;
  height: 700px;
  width: 100%
}

@media screen and (max-width: 480px) {
  .kv {
    height: max(150vw, 600px)
  }
}

.kv__objects {
  position: absolute;
  z-index: 10;
  width: 1280px;
  height: auto;
  left: 50%;
  transform: translate(-50%)
}

@media screen and (max-width: 480px) {
  .kv__objects {
    width: max(110vw, 480px)
  }
}

.kv__title {
  z-index: 20;
  width: 100%;
  height: auto;
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translate(-50%)
}

@media screen and (max-width: 480px) {
  .kv__title {
    top: 75px
  }
}

.kv__title--main {
  width: 570px;
  height: auto;
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .kv__title--main {
    width: clamp(328px, 88%, 570px)
  }
}

.kv__title--logo {
  width: 408px;
  height: auto;
  position: absolute;
  top: 390px;
  left: 50%;
  transform: translate(-50%)
}

@media screen and (max-width: 768px) {
  .kv__title--logo {
    top: 66%;
    width: clamp(309px, 82%, 408px)
  }
}

.main_title {
  width: min(930px, 92%);
  margin: 0 auto 50px;
  position: relative;
  z-index: 10
}

@media screen and (max-width: 768px) {
  .main_title {
    width: 96%;
    margin: 0 auto 30px
  }
}

.merit {
  padding: 185px 0 100px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHoAAAB6CAYAAABwWUfkAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMMSURBVHgB7dzJbhsxEEVRWv//mVlmmXWcFJXYftbUA4eq4r1Ab8kGDiB1k5Tefv34+V5G9fv9etG1y9v1GjFVGRXI2kDkOl0ZEcjaYOQ6ZekdyNoE5Dpt6RnI2iTkOnXpFcjaROQ6fekRyNpk5HoLpXUgaw6Q622UloGsOUG22kGDrDlCttpAg6w5Q7bOQ4OsOUS2zkGDrDlFto5Dg6w5RraOQYOsOUe29kODrAVAtvZBg6wFQba2Q4OsBUK2tkGDrAVDtl5Dg6wFRLaeQ4OsBUW2HkODrAVGtu5Dg6wFR7ZuoUHWEiBbCg2ylgTZ+oQGWUuEbF2hQdaSIVsXkL+VENm6gPylpMhmPO63V95LjAz0/5IjW0AvgGytDb0IsrUu9ELI1prQiyFb60EviGytBb0osrUO9MLI1hrQiyNb+aFBruWGBvmjvNAgSzmhQb4pHzTId8sFDfLD8kCD/LQc0CC/LD40yJuKDQ3y5uJCg7yrmNAg7y4eNMiHigUN8uHiQIN8qhjQIJ/OPzTITfINDXKz/EKD3DSf0CA3zx80yF3yBQ1yt/xAg9w1H9Agd28+NMhDmgsN8rDmQYM8tDnQIA9vPDTIUxoLDfK0xkGDPLUx0CBPrz80yC7qCw2ym/pBg+yqPtAgu6s9NMguawsNstvaQYPsujbQILvvPDTIIToHDXKYjkODHKpj0CCHaz80yCHbBw1y2LZDgxy6bdAgh+81NMgpeg4NcpoeQ4OcqvvQIKfrFhrklCk0yGn7hAY5dVdokNN3AXmNLiAv0F/jWH/6uiWQtX+f2LmgQda+fC3ngQZZ+/bslQMaZO3OA3Z8aJC1B29RsaFB1p68KseFBll7sR4SExpkbcOiVzxokLWNK5uxoEHWdixfx4EGWdu5RxEDGmTtwEaUf2iQtYO7jb6hQdZObCn7hQZZO3luwCc0yFqDwyH+oEHWGp0A8gUNstbwmJcfaJC1xmf5fECDrHU4sDkfGmStA3IdtswMZK0Tch26zApkrSNyHb7MCGStM3KdoowOZG0AsvUHVVnsxrZq0MMAAAAASUVORK5CYII=) 50%/5% repeat
}

@media screen and (max-width: 768px) {
  .merit {
    padding-top: clamp(60px, 22%, 185px)
  }
}

@media screen and (max-width: 480px) {
  .merit {
    padding: 40px 0 60px
  }
}

.merit--container {
  max-width: 1000px;
  width: calc(100% - 100px);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: var(--nexco_black) solid 4px;
  box-sizing: content-box;
  border-radius: 50px;
  background-color: #fff
}

@media screen and (max-width: 768px) {
  .merit--container {
    max-width: none;
    width: 94vw
  }
}

.merit--container:not(.merit--container:last-child) {
  margin-bottom: 100px
}

@media screen and (max-width: 768px) {
  .merit--container {
    border-radius: 30px
  }

  .merit--container:not(.merit--container:last-child) {
    margin-bottom: 60px
  }
}

.merit--container.merit--03 {
  padding-bottom: 80px
}

.merit__header {
  border-radius: 46px 46px 0 0;
  background: linear-gradient(to bottom, var(--nexco_light_pink) 80%, transparent 20%);
  position: relative
}

@media screen and (max-width: 768px) {
  .merit__header {
    border-radius: 26px 26px 0 0;
    background-color: var(--nexco_light_pink);
    padding-bottom: 40px
  }
}

.merit__header:before,
.merit__header:after {
  content: "";
  border-radius: 46px 46px 0 0;
  width: 100%;
  height: 80%;
  position: absolute
}

.merit__header:before {
  background-image: radial-gradient(#eb6aa4 30%, transparent 20%), radial-gradient(#eb6aa4 30%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px
}

.merit__header:after {
  top: 0;
  background: linear-gradient(to top, var(--nexco_light_pink) 10%, transparent 90%)
}

.merit__header--content {
  text-align: center;
  position: relative;
  z-index: 10
}

.merit__title {
  padding: 50px 0 30px;
  position: relative;
  z-index: 5
}

@media screen and (max-width: 768px) {
  .merit__title {
    padding: 8vw 0 6vw
  }
}

.merit__title--tx1,
.merit__title--tx2 {
  height: 70px;
  display: inline-block;
  max-width: 96%
}

@media screen and (max-width: 768px) {

  .merit__title--tx1,
  .merit__title--tx2 {
    height: min(12vw, 70px);
    max-width: 100%
  }
}

.merit__title--tx1 {
  position: relative
}

.merit__title--tx1:before {
  content: "";
  display: block;
  position: absolute;
  width: 144px;
  height: 67px;
  top: -106%;
  left: -40px
}

@media screen and (max-width: 768px) {
  .merit__title--tx1:before {
    width: clamp(86px, 24vw, 144px);
    height: clamp(45px, 11vw, 67px);
    left: -20px;
    top: -100%
  }
}

.merit--01 .merit__title--tx1:before {
  background: url(../images/merit1_subtitle.png) center/100% no-repeat
}

.merit--02 .merit__title--tx1:before {
  background: url(../images/merit2_subtitle.png) center/100% no-repeat
}

.merit--03 .merit__title--tx1:before {
  background: url(../images/merit3_subtitle.png) center/100% no-repeat
}

.merit__title--tx2 {
  margin-left: -8px
}

.merit__movie {
  padding: 0 11% 0 31%;
  position: relative;
  z-index: 1
}

.merit__movie .objects>* {
  z-index: -5
}

@media screen and (max-width: 768px) {
  .merit__movie {
    padding: 0 10%
  }
}

.merit__movie a .merit__movie--thumb img {
  transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

@media (hover: hover) and (pointer: fine) {
  .merit__movie a .merit__movie--thumb img:hover {
    filter: brightness(.8)
  }
}

.merit__movie--thumb {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative
}

.merit__movie--thumb:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: min(10vw, 60px);
  height: min(10vw, 60px);
  background: url("data:image/svg+xml,%3csvg%20width='75'%20height='75'%20viewBox='0%200%2075%2075'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='37.5'%20cy='37.5'%20r='37.5'%20fill='%23F3589E'/%3e%3cpath%20d='M30%2052L54%2038.5006L30%2025V52Z'%20fill='white'/%3e%3c/svg%3e") center/100% no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%)
}

.merit__movie--thumb img {
  object-fit: cover;
  aspect-ratio: 16/9
}

.merit__movie--label {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 5px 20px;
  color: #fff;
  background-color: var(--nexco_pink)
}

@media screen and (max-width: 768px) {
  .merit__movie--label {
    font-size: 1.4rem;
    padding: 3px 10px
  }
}

.merit__movie__badge {
  width: 16%;
  height: auto;
  position: absolute;
  right: 5%;
  top: -16%
}

@media screen and (max-width: 768px) {
  .merit__movie__badge {
    width: max(20%, 92px);
    top: -12%;
    right: 1%
  }
}

.merit--01 .merit__movie .objects .obj-1 {
  width: 6%;
  left: 14%;
  top: -8%
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__movie .objects .obj-1 {
    width: min(8%, 60px);
    left: -4%;
    top: 52%
  }
}

.merit--01 .merit__movie .objects .obj-2 {
  width: 18%;
  left: -4%;
  bottom: 21%;
  transform: rotate(-8deg)
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__movie .objects .obj-2 {
    width: min(24%, 180px);
    left: -8%;
    bottom: 3%;
    transform: rotate(-4deg)
  }
}

.merit--01 .merit__movie .objects .obj-3 {
  width: 15%;
  left: -7%;
  bottom: -9%
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__movie .objects .obj-3 {
    width: min(24%, 150px);
    left: -10%;
    bottom: -86%;
    transform: rotate(86deg)
  }
}

.merit--01 .merit__movie .objects .obj-4 {
  width: 11%;
  right: -2%;
  bottom: -6%
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__movie .objects .obj-4 {
    width: min(24%, 110px);
    bottom: -68%;
    right: -5%;
    transform: rotate(-10deg)
  }
}

.merit--01 .merit__movie__lines {
  width: 30%;
  height: auto;
  position: absolute;
  bottom: -20px;
  left: 50px
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__movie__lines {
    width: max(30%, 163px);
    bottom: -94px;
    left: -6%
  }
}

.merit--01 .merit__movie__lines--line {
  width: 30%;
  height: auto;
  position: absolute;
  top: 15%;
  right: 0;
  transform: rotate(15deg)
}

.merit--02 .merit__movie .objects .obj-1 {
  width: 12%;
  left: 2%;
  top: 4%
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__movie .objects .obj-1 {
    width: min(25%, 120px);
    left: -7%;
    bottom: 96%;
    top: unset;
    transform: rotate(163deg)
  }
}

.merit--02 .merit__movie .objects .obj-2 {
  width: 14%;
  right: -3%;
  top: -12%;
  transform: rotate(28deg)
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__movie .objects .obj-2 {
    width: min(31%, 140px);
    right: -6%;
    bottom: 45%;
    top: unset;
    transform: rotate(14deg)
  }
}

.merit--02 .merit__movie .objects .obj-3 {
  width: 12%;
  right: -4%;
  bottom: 10%
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__movie .objects .obj-3 {
    width: min(24%, 120px);
    right: -3%;
    bottom: -40%;
    transform: rotate(-8deg)
  }
}

.merit--02 .merit__movie__lines {
  width: 33%;
  height: auto;
  position: absolute;
  bottom: -20px;
  left: 30px
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__movie__lines {
    width: min(51%, 253px);
    bottom: -80px;
    left: -6%
  }
}

.merit--02 .merit__movie__lines--line {
  width: 32%;
  height: auto;
  position: absolute;
  top: 10%;
  right: -8%;
  transform: rotate(10deg)
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__movie__lines--line {
    width: max(32%, 78px);
    top: 60%;
    right: -15%;
    transform: rotate(5deg)
  }
}

.merit--03 .merit__movie .objects .obj-1 {
  width: 18%;
  left: -7%;
  top: -12%;
  transform: rotate(-12deg)
}

@media screen and (max-width: 768px) {
  .merit--03 .merit__movie .objects .obj-1 {
    width: min(23%, 180px);
    left: -5%;
    top: -38%;
    transform: rotate(-8deg)
  }
}

.merit--03 .merit__movie .objects .obj-2 {
  width: 8%;
  left: -4%;
  bottom: 3%
}

@media screen and (max-width: 768px) {
  .merit--03 .merit__movie .objects .obj-2 {
    width: min(18%, 80px);
    left: -5%;
    bottom: unset;
    top: 120%
  }
}

.merit--03 .merit__movie .objects .obj-3 {
  width: 16%;
  right: -2%;
  bottom: -35%
}

@media screen and (max-width: 768px) {
  .merit--03 .merit__movie .objects .obj-3 {
    width: min(27%, 160px);
    right: -6%
  }
}

@media screen and (max-width: 480px) {
  .merit--03 .merit__movie .objects .obj-3 {
    bottom: -76%;
    right: -8%
  }
}

.merit--03 .merit__movie__lines {
  width: 38%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50px
}

@media screen and (max-width: 768px) {
  .merit--03 .merit__movie__lines {
    width: min(55%, 285px);
    bottom: -66px;
    left: -6%
  }
}

.merit--03 .merit__movie__lines--line {
  width: 90%;
  height: auto;
  position: absolute;
  bottom: -10%;
  right: -32%
}

@media screen and (max-width: 768px) {
  .merit--03 .merit__movie__lines--line {
    width: min(136%, 303px);
    bottom: -15%;
    right: unset;
    left: 38%
  }
}

.merit--01 .merit__content {
  padding: 70px 0 80px
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content {
    padding: 60px 0
  }
}

.merit--01 .merit__content:not(:last-child) {
  border-bottom: var(--nexco_black) solid 4px
}

.merit--01 .merit__content__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.merit--01 .merit__content__title {
  height: 54px
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content__title {
    height: min(10vw, 54px)
  }
}

.merit--01 .merit__content__subtitle {
  color: #f3589e;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  gap: 20px;
  padding: 4px 30px;
  border: 2px solid #f3589e;
  background-color: #fff;
  border-radius: 60px
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content__subtitle {
    font-size: 1.5rem
  }
}

.merit--01 .merit__content__info {
  min-height: 360px;
  padding: 0 7% 0 8%;
  display: flex;
  justify-content: space-between;
  align-items: end
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content__info {
    padding: 0;
    flex-direction: column;
    align-items: center
  }
}

.merit--01 .merit__content__img {
  width: 43%;
  position: relative;
  z-index: -10
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content__img {
    width: min(95%, 365px)
  }
}

.merit--01 .merit__content__text-wrap {
  position: relative;
  height: fit-content;
  width: 470px;
  min-width: fit-content;
  background-color: var(--nexco_pale_yellow);
  border-radius: 30px;
  padding: 4%;
  margin-bottom: 1%;
  display: flex;
  justify-content: center
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content__text-wrap {
    width: min(100%, 470px);
    margin: 80px 0 0
  }
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content__text-wrap {
    border-radius: 0;
    padding: 8% 4%
  }
}

.merit--01 .merit__content__text-wrap .objects>.obj-img {
  z-index: -5
}

.merit--01 .merit__content__text-wrap .objects img.obj-line {
  height: 100%;
  width: auto
}

.merit--01 .merit__content__text {
  font-weight: 700;
  line-height: 1.6
}

.merit--01 .merit__content__text .tx-mid {
  font-size: 2.4rem;
  line-height: 1
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content__text .tx-mid {
    font-size: 2rem
  }
}

.merit--01 .merit__content__text .tx-mid-l {
  font-size: 2.8rem;
  line-height: 1
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content__text .tx-mid-l {
    font-size: 2.4rem
  }
}

.merit--01 .merit__content__text .tx-large {
  font-size: 3.2rem;
  line-height: 1
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content__text .tx-large {
    font-size: 2.8rem
  }
}

.merit--01 .merit__content__text .tx-mega {
  font-size: 5.4rem;
  line-height: 1
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content__text .tx-mega {
    font-size: 4.8rem
  }
}

.merit--01 .merit__content__text--tx1 {
  font-size: 1.6rem
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content__text--tx1 {
    font-size: 1.4rem
  }
}

.merit--01 .merit__content__text--tx2 {
  font-size: 1.8rem
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content__text--tx2 {
    font-size: 1.5rem
  }
}

.merit--01 .merit__content__text--tx3 {
  font-size: 2rem
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content__text--tx3 {
    font-size: 1.8rem
  }
}

.merit--01 .merit__content--01 .merit__content__title-wrap {
  margin-bottom: 10px
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--01 .merit__content__title-wrap {
    margin-bottom: 30px
  }
}

.merit--01 .merit__content--01 .merit__content__text-wrap .objects .obj-img {
  width: 43%;
  top: -52%;
  left: 40%
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--01 .merit__content__text-wrap .objects .obj-img {
    width: 38%;
    top: -50%;
    left: 18%
  }
}

.merit--01 .merit__content--01 .merit__content__text-wrap .objects .obj-line {
  height: 42%;
  top: -65%;
  left: 70%;
  transform: rotate(-12deg)
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--01 .merit__content__text-wrap .objects .obj-line {
    height: 78px;
    top: -31%;
    left: 56%
  }
}

.merit--01 .merit__content--01 .merit__content__text {
  font-weight: 700;
  line-height: 1.6
}

.merit--01 .merit__content--01 .merit__content__text--block {
  display: flex;
  gap: 15px
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content--01 .merit__content__text--block {
    gap: 5px
  }
}

.merit--01 .merit__content--01 .merit__content__text--box-1 {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  padding: 15px 12px;
  height: fit-content;
  width: 100px;
  background-color: #fff;
  border-radius: 15px
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content--01 .merit__content__text--box-1 {
    font-size: 1.4rem;
    width: 80px
  }
}

.merit--01 .merit__content--01 .merit__content__text--box-2 {
  display: flex;
  flex-direction: column;
  align-items: center
}

.merit--01 .merit__content--01 .merit__content__text--box-2 .merit__content__text--tx1 {
  margin: 0;
  width: 100%
}

.merit--01 .merit__content--01 .merit__content__text--innerbox {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 8px 0 10px
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content--01 .merit__content__text--innerbox {
    gap: 10px;
    margin: 6px 0 10px
  }
}

.merit--01 .merit__content--01 .merit__content__text--tx1 {
  margin-left: 115px;
  display: inline-block
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content--01 .merit__content__text--tx1 {
    margin-left: 85px
  }
}

.merit--01 .merit__content--01 .merit__content__text--note {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 10px
}

.merit--01 .merit__content--02 {
  position: relative
}

.merit--01 .merit__content--02 .objects .obj-1 {
  width: max(19%, 95px);
  left: -6%;
  top: -9%
}

.merit--01 .merit__content--02 .objects .obj-2 {
  width: max(15%, 93px);
  right: -3%;
  bottom: -6%;
  transform: rotate(22deg)
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content--02 .objects .obj-2 {
    left: 85%;
    right: unset;
    bottom: -16%;
    transform: rotate(11deg)
  }
}

.merit--01 .merit__content--02 .objects .obj-sm-1 {
  width: min(19%, 100px);
  left: 84%;
  top: -3%;
  transform: rotate(-15deg)
}

.merit--01 .merit__content--02 .objects .obj-sm-2 {
  width: 19%;
  top: 10%;
  right: 84%;
  transform: rotate(34deg)
}

.merit--01 .merit__content--02 .merit__content__title-wrap {
  margin-bottom: 40px
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--02 .merit__content__title-wrap {
    margin-bottom: 30px
  }
}

.merit--01 .merit__content--02 .merit__content__text-wrap .objects .obj-img {
  width: 49%;
  top: -55%;
  left: 25%
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--02 .merit__content__text-wrap .objects .obj-img {
    width: 49%;
    left: 50%
  }
}

.merit--01 .merit__content--02 .merit__content__text-wrap .objects .obj-line {
  height: 40%;
  top: -65%;
  left: 66%;
  transform: rotate(-8deg)
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--02 .merit__content__text-wrap .objects .obj-line {
    height: 78px;
    top: -35%;
    left: unset;
    right: 53%;
    transform: rotate(8deg)
  }
}

.merit--01 .merit__content--02 .merit__content__text--block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0 20px;
  margin-left: 12px
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content--02 .merit__content__text--block {
    margin-left: 2px;
    padding: 10px 0 15px
  }
}

.merit--01 .merit__content--03 {
  position: relative
}

.merit--01 .merit__content--03 .objects .obj-1 {
  width: max(20%, 136px);
  left: -3%;
  bottom: 79%
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content--03 .objects .obj-1 {
    right: 77%;
    left: unset;
    top: 4%;
    bottom: unset
  }
}

.merit--01 .merit__content--03 .merit__content__title-wrap {
  margin-bottom: 10px
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--03 .merit__content__title-wrap {
    margin-bottom: 30px
  }
}

.merit--01 .merit__content--03 .merit__content__text-wrap .objects .obj-img {
  width: 63%;
  top: -117%;
  right: -8%
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--03 .merit__content__text-wrap .objects .obj-img {
    width: 57%;
    right: -7%;
    top: -126%
  }
}

.merit--01 .merit__content--03 .merit__content__text-wrap .objects .obj-line {
  height: 62%;
  top: -50%;
  right: 58%;
  transform: rotate(-5deg)
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--03 .merit__content__text-wrap .objects .obj-line {
    height: 78px;
    right: 51%;
    top: -50%
  }
}

.merit--01 .merit__content--03 .merit__content__text-wrap {
  margin-bottom: 4%
}

.merit--01 .merit__content--03 .merit__content__text--block {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.merit--01 .merit__content--03 .merit__content__note {
  position: absolute;
  bottom: -2.5em;
  white-space: nowrap
}

.merit--01 .merit__content__notes {
  margin-top: 40px;
  padding: 0 8%;
  display: flex;
  flex-direction: column;
  gap: 20px
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content__notes {
    margin-top: 40px;
    padding: 0 5%
  }
}

.merit--01 .merit__content__attention {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ff3b3b;
  line-height: 1.6
}

.merit--01 .merit__content__note {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8
}

.merit--01 .merit__content__note>a {
  text-decoration: underline;
  font-weight: 700
}

@media (hover: hover) and (pointer: fine) {
  .merit--01 .merit__content__note>a:hover {
    opacity: .7
  }
}

.merit--01 .merit__content .button {
  margin: 40px auto 0;
  width: 280px
}

.merit--01 .merit__content .button a {
  background-color: var(--nexco_pink);
  color: #fff
}

.merit--01 .merit__special {
  background: url(../images/merit1_special_bg_over.png) center/700px no-repeat, url(../images/merit1_special_bg.png) center/1000px no-repeat;
  border-radius: 0 0 46px 46px;
  position: relative
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__special {
    background-size: min(122%, 700px), cover;
    border-radius: 0 0 26px 26px
  }
}

.merit--01 .merit__special.merit__content {
  padding: 50px 0
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__special.merit__content {
    padding: 140px 0 144px
  }
}

.merit--01 .merit__special .objects .obj-1 {
  width: max(16%, 106px);
  top: -40%;
  left: -5%;
  transform: rotate(-10deg)
}

.merit--01 .merit__special .objects .obj-2 {
  width: max(10%, 66px);
  left: 4%;
  bottom: 5%
}

.merit--01 .merit__special .objects .obj-sm-1 {
  width: 26%;
  top: -7%;
  right: 74%;
  transform: rotate(-10deg)
}

.merit--01 .merit__special .objects .obj-line {
  display: none
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__special .objects .obj-line {
    display: block;
    width: 155px;
    right: 115px;
    bottom: -20px;
    transform: rotate(-4deg)
  }
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__special .objects .obj-line {
    right: 92px
  }
}

.merit--01 .merit__special .objects .obj-img {
  width: max(33%, 222px);
  right: -7%;
  bottom: 0
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__special .objects .obj-img {
    width: 232px;
    right: -86px
  }
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__special .objects .obj-img {
    width: 212px;
    right: -78px
  }
}

.merit--01 .merit__special__subtitle {
  height: 52px
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__special__subtitle {
    height: min(10vw, 52px)
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__special__title-wrap {
    gap: 15px
  }
}

.merit--01 .merit__special__title {
  height: 75px
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__special__title {
    height: min(11vw, 75px)
  }
}

.merit--01 .merit__special__text-wrap {
  margin-top: 30px
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__special__text-wrap {
    margin-top: 20px
  }
}

.merit--01 .merit__special__text {
  font-weight: 700
}

.merit--01 .merit__special__text--tx1 {
  font-size: 1.8rem
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__special__text--tx1 {
    font-size: 1.5rem
  }
}

.merit--01 .merit__special__text--tx2 {
  font-size: 2.4rem
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__special__text--tx2 {
    font-size: 1.8rem
  }
}

.merit--01 .merit__special__text--tx3 {
  font-size: 1.6rem
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__special__text--tx3 {
    font-size: 1.4rem
  }
}

.merit--01 .merit__special__text--note {
  font-size: 1.4rem;
  margin-top: 8px;
  font-weight: 500
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__special__text--note {
    font-size: 1.2rem
  }
}

.merit--01 .merit__special__text .tx-pink {
  font-size: 4.2rem
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__special__text .tx-pink {
    font-size: 3.2rem
  }
}

.merit--01 .merit__special__text--arrow {
  padding: 0 5px
}

.merit--01 .merit__special__text--label {
  display: inline-block;
  width: 440px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--nexco_pink);
  padding: 8px 0;
  margin: 20px 0
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__special__text--label {
    width: min(95%, 330px);
    font-size: 2rem;
    margin: 12px 0
  }
}

.merit--02 .merit__content {
  padding-top: 50px
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content {
    padding-top: 80px
  }
}

.merit--02 .merit__content__wrap {
  padding: 0 8%
}

@media screen and (max-width: 480px) {
  .merit--02 .merit__content__wrap {
    padding: 0 5%
  }
}

.merit--02 .merit__content__step-list {
  display: flex;
  gap: 10px
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content__step-list {
    flex-direction: column;
    gap: 25px;
    align-items: center
  }
}

.merit--02 .merit__content__step {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content__step {
    display: grid;
    grid-template-columns: 50% 1fr;
    align-items: center;
    gap: 20px
  }
}

.merit--02 .merit__content__step--img {
  aspect-ratio: 1/1;
  background-color: var(--nexco_pale_yellow);
  border-radius: 30px;
  padding: 10%
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content__step--img {
    width: 100%;
    border-radius: 18px
  }
}

.merit--02 .merit__content__step--body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 15px
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content__step .button {
    grid-column: 1/-1;
    width: min(100%, 280px);
    justify-self: center
  }
}

.merit--02 .merit__content__step--arrow {
  width: 20%;
  padding: 13% 0 0 5px;
  line-height: 0
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content__step--arrow {
    width: 10%;
    padding: 5px 0 0
  }
}

.merit--02 .merit__content__step--arrow svg {
  transform: rotate(270deg);
  fill: var(--nexco_light_pink)
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content__step--arrow svg {
    transform: rotate(0)
  }
}

.merit--02 .merit__content__step--num {
  height: 33px
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content__step--num {
    height: min(6vw, 33px)
  }
}

.merit--02 .merit__content__step--num img {
  height: 100%;
  width: auto
}

.merit--02 .merit__content__step--copy {
  font-size: 1.6rem;
  line-height: 1.8
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content__step--copy {
    font-size: 1.4rem
  }
}

.merit--02 .merit__content__lines {
  position: relative;
  width: 100%;
  height: min(27vw, 275px);
  background: url(../images/merit2_bg.png) bottom/1000px no-repeat;
  border-radius: 0 0 46px 46px
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content__lines {
    height: 40vw;
    background: url(../images/merit2_bg.png) bottom/140% no-repeat;
    border-radius: 0 0 26px 26px
  }
}

.merit--02 .merit__content__lines .objects .obj-1 {
  width: 11%;
  left: -2%;
  top: 40%;
  transform: rotate(-98deg)
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content__lines .objects .obj-1 {
    width: min(17%, 110px);
    left: 85%;
    top: -15%;
    transform: rotate(75deg)
  }
}

.merit--02 .merit__content__lines .objects .obj-2 {
  width: 22%;
  right: -5%;
  top: 11%
}

.merit--02 .merit__content__lines .objects .obj-md-1 {
  width: 10%;
  left: -2%;
  bottom: -7%
}

.merit--02 .merit__content__lines--img {
  position: absolute;
  width: 28%;
  bottom: 0;
  left: 49%
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content__lines--img {
    width: min(40%, 280px)
  }
}

.merit--02 .merit__content__lines--line {
  position: absolute;
  width: 34%;
  bottom: -14px;
  left: 21%
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content__lines--line {
    width: min(50%, 340px);
    left: 8%
  }
}

.entry {
  padding: 100px 0 80px;
  background: url(../images/entry_bg_l.png) left top/450px no-repeat, url(../images/entry_bg_r.png) right bottom/450px no-repeat;
  background-color: var(--nexco_light_blue);
  position: relative;
  z-index: 1
}

@media screen and (max-width: 768px) {
  .entry {
    background-size: 60%;
    padding: 80px 0
  }
}

.entry:before {
  content: "";
  background: url(../images/entry_obj_l.png) left top/clamp(150px, 18%, 200px) no-repeat, url(../images/entry_obj_r.png) right bottom/clamp(230px, 32%, 350px) no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5
}

@media screen and (max-width: 480px) {
  .entry:before {
    background: url(../images/entry_obj_l-sp.png) left top/115px no-repeat, url(../images/entry_obj_r-sp.png) right bottom/180px no-repeat
  }
}

.entry--container {
  max-width: 1000px;
  width: calc(100% - 100px);
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .entry--container {
    max-width: none;
    width: 94vw
  }
}

.entry__title {
  width: min(80%, 792px);
  margin: 0 auto 60px
}

@media screen and (max-width: 768px) {
  .entry__title {
    width: 95%;
    margin: 0 auto 30px
  }
}

.entry__button-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px
}

@media screen and (max-width: 768px) {
  .entry__button-wrap {
    grid-template-columns: 1fr
  }
}

.entry__button {
  position: relative
}

@media screen and (max-width: 768px) {
  .entry__button {
    grid-column: 1/-1;
    width: min(100%, 580px);
    justify-self: center
  }
}

.entry__button .large-button {
  height: 100%
}

@media screen and (max-width: 768px) {
  .entry__button .large-button--icon {
    width: 130px
  }
}

@media screen and (max-width: 480px) {
  .entry__button .large-button--icon {
    height: 48px;
    width: 94px
  }
}

.entry__button__line {
  position: absolute;
  height: 50px;
  transform: rotate(-2deg);
  right: 4%;
  bottom: -16%
}

@media screen and (max-width: 768px) {
  .entry__button__line {
    height: clamp(36px, 8vw, 50px)
  }
}

.entry__button__line img {
  height: 100%;
  width: auto
}

.entry .button {
  grid-column: 1/-1;
  width: min(100%, 360px);
  justify-self: center;
  margin: 60px auto 0
}

@media screen and (max-width: 768px) {
  .entry .button {
    margin: 40px auto 0
  }
}

.entry .button>a {
  background-color: var(--nexco_blue);
  color: #fff
}

.relation {
  padding: 100px 0 120px;
  background-color: var(--nexco_light_yellow);
  position: relative
}

@media screen and (max-width: 768px) {
  .relation {
    padding: 80px 0 50px
  }
}

.relation:before,
.relation:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 0
}

.relation:before {
  background-image: radial-gradient(#ffd500 30%, transparent 20%), radial-gradient(#ffd500 30%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px
}

@media screen and (max-width: 768px) {
  .relation:before {
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px
  }
}

.relation:after {
  top: 50%;
  background: linear-gradient(to bottom, var(--nexco_light_yellow) 10%, transparent 90%)
}

.relation--container {
  max-width: 1000px;
  width: calc(100% - 100px);
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 80px 0;
  border: var(--nexco_black) solid 4px;
  box-sizing: content-box;
  border-radius: 50px;
  background-color: #fff
}

@media screen and (max-width: 768px) {
  .relation--container {
    max-width: none;
    width: 94vw
  }
}

@media screen and (max-width: 768px) {
  .relation--container {
    border-radius: 30px;
    padding: 60px 0
  }
}

.relation__content {
  width: 100%
}

.relation__content:not(:last-child) {
  padding-bottom: 80px
}

@media screen and (max-width: 768px) {
  .relation__content {
    width: 100%;
    padding: 0 4%
  }

  .relation__content:not(:last-child) {
    padding-bottom: 60px
  }
}

.relation__title-wrap {
  text-align: center;
  margin-bottom: 30px
}

@media screen and (max-width: 768px) {
  .relation__title-wrap {
    gap: 15px
  }
}

.relation__title {
  height: 50px
}

@media screen and (max-width: 768px) {
  .relation__title {
    height: min(10vw, 50px)
  }
}

.relation__subtitle {
  width: 586px;
  margin: 0 auto 20px
}

@media screen and (max-width: 768px) {
  .relation__subtitle {
    width: min(69%, 586px)
  }
}

.relation__button {
  width: min(100%, 580px);
  margin: 0 auto
}

.relation__button>a {
  border-color: var(--nexco_yellow)
}

.relation__button .large-button--arrow svg {
  fill: var(--nexco_yellow)
}

.relation__button--01 .large-button--icon {
  height: 54px
}

.relation__button--02 .large-button--icon {
  height: 30px
}

.relation__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 30px;
  padding: 0 calc((100% - 640px)/2)
}

@media screen and (max-width: 768px) {
  .relation__gallery {
    grid-template-columns: 1fr
  }
}

.relation__movie {
  width: 100%;
  padding: 30px;
  background-color: var(--nexco_pale_yellow);
  border-radius: 30px;
  grid-column: 1/-1
}

.relation__movie a .relation__movie--thumb img {
  transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

@media (hover: hover) and (pointer: fine) {
  .relation__movie a .relation__movie--thumb img:hover {
    filter: brightness(.8)
  }
}

.relation__movie--thumb {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  position: relative
}

.relation__movie--thumb:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: min(12vw, 60px);
  height: min(12vw, 60px);
  background: url("data:image/svg+xml,%3csvg%20width='75'%20height='75'%20viewBox='0%200%2075%2075'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='37.5'%20cy='37.5'%20r='37.5'%20fill='%23F3589E'/%3e%3cpath%20d='M30%2052L54%2038.5006L30%2025V52Z'%20fill='white'/%3e%3c/svg%3e") center/100% no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%)
}

.relation__movie--thumb img {
  object-fit: cover;
  aspect-ratio: 16/9
}

.relation__movie--label {
  font-size: 1.8rem;
  text-align: center
}

@media screen and (max-width: 768px) {
  .relation__movie--label {
    font-size: 1.5rem
  }
}

.relation__pdf {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  grid-row: span 2;
  justify-content: center
}

.relation__pdf--thumb {
  padding: 30px;
  max-height: 300px;
  background-color: var(--nexco_pale_yellow);
  border-radius: 30px;
  text-align: center
}

.relation__pdf--thumb img {
  height: 100%;
  object-fit: contain
}

.relation__pdf--thumb img.poster {
  width: 60%;
  height: auto;
  object-fit: contain
}

@media screen and (max-width: 480px) {
  .relation__pdf--thumb img.poster {
    width: 60%
  }
}

.relation__pdf .button {
  width: min(100%, 360px);
  margin: 20px auto 0
}

.float-banner {
  position: fixed;
  z-index: 500;
  bottom: 10px;
  right: 2%;
  transition: all .8s cubic-bezier(.19, 1, .22, 1)
}

.float-banner>a {
  width: 200px;
  height: 200px;
  background: url("data:image/svg+xml,%3csvg%20width='215'%20height='215'%20viewBox='0%200%20215%20215'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M109.279%206.62287L107.5%204.32387L105.721%206.62287L95.8913%2019.323L83.1098%209.59965L80.7961%207.83951L79.6724%2010.5207L73.465%2025.3322L58.6024%2019.2482L55.9119%2018.1468L55.5205%2021.0275L53.3581%2036.9409L37.4273%2034.9109L34.5435%2034.5435L34.9109%2037.4273L36.9409%2053.3581L21.0275%2055.5205L18.1468%2055.9119L19.2482%2058.6024L25.3322%2073.465L10.5207%2079.6724L7.83951%2080.7961L9.59965%2083.1098L19.323%2095.8913L6.62287%20105.721L4.32387%20107.5L6.62287%20109.279L19.323%20119.109L9.59965%20131.89L7.83951%20134.204L10.5207%20135.328L25.3322%20141.535L19.2482%20156.398L18.1468%20159.088L21.0275%20159.48L36.9409%20161.642L34.9109%20177.573L34.5435%20180.457L37.4273%20180.089L53.3581%20178.059L55.5205%20193.972L55.9119%20196.853L58.6024%20195.752L73.465%20189.668L79.6724%20204.479L80.7961%20207.16L83.1098%20205.4L95.8913%20195.677L105.721%20208.377L107.5%20210.676L109.279%20208.377L119.109%20195.677L131.89%20205.4L134.204%20207.16L135.328%20204.479L141.535%20189.668L156.398%20195.752L159.088%20196.853L159.48%20193.972L161.642%20178.059L177.573%20180.089L180.457%20180.457L180.089%20177.573L178.059%20161.642L193.972%20159.48L196.853%20159.088L195.752%20156.398L189.668%20141.535L204.479%20135.328L207.16%20134.204L205.4%20131.89L195.677%20119.109L208.377%20109.279L210.676%20107.5L208.377%20105.721L195.677%2095.8913L205.4%2083.1098L207.16%2080.7961L204.479%2079.6724L189.668%2073.465L195.752%2058.6024L196.853%2055.9119L193.972%2055.5205L178.059%2053.3581L180.089%2037.4273L180.457%2034.5435L177.573%2034.9109L161.642%2036.9409L159.48%2021.0275L159.088%2018.1468L156.398%2019.2482L141.535%2025.3322L135.328%2010.5207L134.204%207.83951L131.89%209.59965L119.109%2019.323L109.279%206.62287Z'%20fill='%23ECD24F'%20stroke='%231E1E1E'%20stroke-width='4.5'/%3e%3c/svg%3e") center/100% no-repeat;
  padding: 35px;
  display: flex;
  align-items: end;
  transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

@media (hover: hover) and (pointer: fine) {
  .float-banner>a:hover {
    filter: brightness(1.08)
  }
}

@media screen and (max-width: 480px) {
  .float-banner>a {
    width: 140px;
    height: 140px;
    padding: 25px
  }
}

.float-banner__inner {
  pointer-events: none
}

.float-banner__inner img {
  width: 100%;
  object-fit: contain
}

.float-banner__inner:after {
  content: "";
  display: block;
  height: 12px;
  background: url("data:image/svg+xml,%3csvg%20width='180'%20height='120'%20viewBox='0%200%20180%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M81.2372%20115.787C85.8178%20121.404%2094.1822%20121.404%2098.7628%20115.787L177.276%2019.5121C183.565%2011.7994%20178.266%201.55953e-06%20168.513%201.55953e-06H11.4873C1.73376%201.55953e-06%20-3.56531%2011.7994%202.72449%2019.5122L81.2372%20115.787Z'%20fill='%231E1E1E'/%3e%3c/svg%3e") center center/contain no-repeat;
  margin: 25px auto 0
}

@media screen and (max-width: 480px) {
  .float-banner__inner:after {
    background-size: 15px;
    margin: 15px auto 0
  }
}

.float-banner__label {
  cursor: pointer
}

.float-banner.is-fixed {
  transform: scale(.8) translate(20%, 10%)
}

@media screen and (max-width: 480px) {
  .float-banner.is-fixed {
    opacity: 0;
    visibility: hidden;
    transform: scale(.8) translateY(100%)
  }
}

.float-banner.at-bottom {
  bottom: 125px
}

.float-sp {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 500;
  bottom: -60px;
  width: 100%;
  transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.float-sp>a {
  display: block;
  padding: 20px;
  text-align: center;
  background-color: #ecd24f
}

.float-sp__inner {
  height: 26px;
  pointer-events: none
}

.float-sp__inner img {
  height: 100%;
  width: auto
}

@media screen and (max-width: 480px) {
  .float-sp.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(-60px)
  }
}

.js-smartPhoto {
  display: block;
  position: relative;
  pointer-events: none
}

@media screen and (max-width: 768px) {
  .js-smartPhoto {
    pointer-events: auto
  }

  .js-smartPhoto:before {
    content: "";
    font-family: Material Symbols Outlined;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 32px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    background-color: #0094d180;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 24px !important
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .js-smartPhoto:before {
    font-size: 20px
  }
}

.smartphoto-count {
  display: none !important
}

.tpl-mt-0,
.tpl-mt-1 {
  margin-top: 15px
}

.tpl-mt-2 {
  margin-top: 30px
}

@media screen and (max-width: 768px) {
  .tpl-mt-2 {
    margin-top: 5vw
  }
}

.tpl-mt-3 {
  margin-top: 50px
}

@media screen and (max-width: 768px) {
  .tpl-mt-3 {
    margin-top: 8vw
  }
}

.tpl-pt-0 {
  padding-top: 0
}

.tpl-pb-0 {
  padding-bottom: 0
}

.tab-content {
  display: none
}

.tab-content.is-active {
  display: block
}

@keyframes modal-video {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes modal-video-inner {
  0% {
    transform: translateY(100px)
  }

  to {
    transform: translate(0)
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

.modal-video-close {
  opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translateY(100px)
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box
  }
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px
  }
}

.modal-video-close-btn:before {
  transform: rotate(45deg)
}

.modal-video-close-btn:after {
  transform: rotate(-45deg)
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: #000000e6;
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.lity.lity-opened {
  opacity: 1
}

.lity.lity-closed {
  opacity: 0
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.lity-loading .lity-loader {
  opacity: 1
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8)
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px #0009
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.lity-close:active {
  top: 1px
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px #0009;
  background: #000
}

.lity-hide {
  display: none
}

@keyframes smartphoto {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes smartphoto-img-wrap {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes smartphoto-inner {
  0% {
    transform: translateY(100px)
  }

  to {
    transform: translate(0)
  }
}

@keyframes smartphoto-loader {
  0% {
    opacity: .4;
    transform: rotate(0)
  }

  50% {
    opacity: 1;
    transform: rotate(180deg)
  }

  to {
    opacity: .4;
    transform: rotate(360deg)
  }
}

@keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0
  }

  1% {
    display: block;
    opacity: 0
  }

  to {
    display: block;
    opacity: 1
  }
}

@keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1
  }

  99% {
    display: block;
    opacity: 0
  }

  to {
    display: none;
    opacity: 0
  }
}

.smartphoto {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  transition: all .3s ease-out;
  animation-name: smartphoto;
  animation-duration: .3s;
  animation-timing-function: ease-out
}

.smartphoto[aria-hidden=true] {
  display: none
}

.smartphoto-close {
  opacity: 0
}

.smartphoto-count {
  display: inline-block;
  color: #fff;
  font-size: 16px
}

.smartphoto-header {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: #0003
}

.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #FFF;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1
}

.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto
}

.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top
}

.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform .3s ease-out;
  -webkit-user-drag: none
}

.smartphoto-img.active {
  display: block
}

.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  transition: none
}

.smartphoto-img-elasticmove {
  transition: transform .3s ease-out
}

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  animation-name: smartphoto-img-wrap;
  animation-duration: .3s;
  animation-timing-function: ease-out
}

.smartphoto-img-left {
  transform: translate(150%) !important
}

.smartphoto-img-right {
  transform: translate(-150%) !important
}

.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: .3s;
  animation-timing-function: ease-out
}

.smartphoto-arrows[aria-hidden=true] {
  animation-name: smartphoto-hide;
  display: none
}

.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  box-sizing: content-box;
  animation-duration: .3s;
  animation-timing-function: ease-out;
  animation-name: smartphoto-appear
}

.smartphoto-arrows li:focus {
  outline: none
}

.smartphoto-arrows [aria-hidden=true] {
  animation-name: smartphoto-hide;
  display: none
}

.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none
}

.smartphoto-arrow-right {
  right: 0;
  padding: 5px 0;
  background-color: #00000080
}

.smartphoto-arrow-right a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==)
}

.smartphoto-arrow-left {
  left: 0;
  padding: 5px 0;
  background-color: #00000080
}

.smartphoto-arrow-left a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+)
}

.smartPhotoArrowHideIcon {
  display: none
}

.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: .3s;
  animation-timing-function: ease-out
}

.smartphoto-nav[aria-hidden=true] {
  animation-name: smartphoto-hide;
  display: none
}

.smartphoto-nav ul {
  display: block;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch
}

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px
}

.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  opacity: .5
}

.smartphoto-nav a:focus {
  opacity: .8
}

.smartphoto-nav a.current {
  opacity: 1
}

.smartphoto-nav img {
  width: auto;
  height: 100%
}

.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap
}

.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out
}

.smartphoto-list li:focus {
  outline: none
}

.smartphoto-list-onmove {
  transition: all .3s ease-out
}

.smartphoto-caption {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis
}

.smartphoto-caption:focus {
  outline: none
}

.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  transform: translate(50vw, 50vh)
}

.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17CDDD;
  border-right-color: transparent;
  border-radius: 50%;
  animation: smartphoto-loader .5s infinite linear
}

.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: all .3s ease-out
}

.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0)
}

/* 20250930 追記 */
@media screen and (min-width: 1140px) {
  .header {
    padding-right: 30px;
  }

  .header__list {
    gap: 25.5px;
  }

  .header__link--simulation img {
    height: 17px;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding-bottom: 155px;
  }
}

/* 共通指定 */
/* 大見出し */
.merit--01 .merit__content--02 .merit__content__title,
.merit--01 .merit__content--03 .merit__content__title,
.merit--01 .merit__content--04 .merit__content__title {
  height: 123px;
}

@media screen and (max-width: 1108px) {

  .merit--01 .merit__content--02 .merit__content__title,
  .merit--01 .merit__content--03 .merit__content__title,
  .merit--01 .merit__content--04 .merit__content__title {
    height: 11.1vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--02 .merit__content__title {
    height: 31.47vw;
  }

  .merit--01 .merit__content--03 .merit__content__title {
    height: 21.07vw;
  }

  .merit--01 .merit__content--04 .merit__content__title {
    height: 20.93vw;
  }
}

/* swiper調整 */
/* 矢印・ページネーションを含めた枠 */
.merit__content-swiper {
  position: relative;
  width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 1108px) {
  .merit__content-swiper {
    width: 84.84vw;
  }
}

@media screen and (max-width: 768px) {
  .merit__content--01 .merit__content-swiper {
    width: 84.53vw;
  }

  .merit__content--03 .merit__content-swiper,
  .merit__content--04 .merit__content-swiper {
    width: 100%;
  }
}

/* スライドさせる枠 */
.merit--01 .swiper {
  width: 848px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .swiper {
    width: 76.53vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--01 .swiper {
    width: 84.53vw;
    padding-bottom: 12vw;
  }

  .merit--01 .merit__content--03 .swiper,
  .merit--01 .merit__content--04 .swiper {
    width: 94.13vw;
    padding-bottom: 12vw;
  }
}

/* 矢印調整 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
  display: block;
  position: absolute;
  cursor: pointer;
}

@media screen and (max-width: 768px) {

  .swiper-button-prev::after,
  .swiper-button-next::after {
    display: none;
  }
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: .7;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 27px solid #1daaaa;
  right: 0;
}

@media screen and (max-width: 1108px) {
  .swiper-button-prev::after {
    border-top: 2.71vw solid transparent;
    border-bottom: 2.71vw solid transparent;
    border-right: 2.44vw solid #1daaaa;
  }
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 27px solid #1daaaa;
  left: 0;
}

@media screen and (max-width: 1108px) {
  .swiper-button-next::after {
    border-top: 2.71vw solid transparent;
    border-bottom: 2.71vw solid transparent;
    border-left: 2.44vw solid #1daaaa;
  }
}

/* フォーカス位置ずれの調整 */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 27px !important;
  height: 60px !important;
}

@media screen and (max-width: 768px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.merit__simulation .swiper-button-next,
.merit__simulation .swiper-button-prev {
  top: 51%;
}

.merit__case .swiper-button-next,
.merit__case .swiper-button-prev {
  top: 49%;
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-prev {
  left: 0 !important;
}

/* ページネーションのサイズと色 */
@media screen and (max-width: 768px) {
  .swiper-pagination {
    position: absolute !important;
    max-width: 48.8vw;
    height: 2.67vw;
    display: flex;
    justify-content: space-between;
    left: 50% !important;
    bottom: 0;
    transform: translateY(-50%) translateX(-50%) !important;
  }

  .merit__swiper-dot,
  .merit__swiper-dot--active {
    display: block;
    width: 14.13vw;
    height: 2.67vw;
    border-radius: 0;
  }

  .merit__swiper-dot {
    background-color: #d9d9d9;
  }

  .merit__swiper-dot--active {
    background-color: #1daaaa;
  }
}

/* kv */
.kv__title--main {
  display: block;
}

/* kv画像共通 */
.kv__info {
  position: relative;
  max-width: 1280px;
  height: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .kv__info {
    display: none;
  }
}

/* kv吹き出し画像 */
.kv__info-img {
  position: absolute;
  bottom: -130px;
  left: 4%;

  width: 360px;
  z-index: 10;
}

@media screen and (max-width: 1108px) {
  .kv__info-img {
    bottom: -11.73vw;
    left: 4.51vw;
    width: 32.49vw;
  }
}

/* 追従バナー */
.float-banner-group {
  position: fixed;
  width: 200px;
  z-index: 500;
  right: 2%;
  bottom: 0;
  transition: all .8s cubic-bezier(.19, 1, .22, 1);
}

@media screen and (max-width: 480px) {
  .float-banner-group {
    width: 37.33vw;
    height: 37.33vw;
  }
}

.float-banner-group>a {
  width: 200px;
  height: 200px;
  transition: all .5s cubic-bezier(.19, 1, .22, 1);
}

@media screen and (max-width: 480px) {
  .float-banner-group>a {
    width: 37.33vw;
    height: 37.33vw;
    transition: all .8s cubic-bezier(.19, 1, .22, 1);
  }
}

.float-banner-01,
.float-banner-02 {
  position: fixed;
}

/* ホバー時挙動 */
@media (hover: hover) and (pointer: fine) {

  .float-banner-01:hover,
  .float-banner-02:hover {
    filter: brightness(1.08)
  }
}

.float-banner-01 {
  bottom: 240px;
}

@media screen and (max-width: 480px) {
  .float-banner-01 {
    bottom: 41.33vw;
  }
}

.float-banner-02 {
  bottom: 10px;
}

@media screen and (max-width: 480px) {
  .float-banner-02 {
    bottom: 1.33vw;
  }
}

.float-banner-group.is-fixed .float-banner-01,
.float-banner-group.is-fixed .float-banner-02 {
  position: fixed;
}

.float-banner-group.is-fixed .float-banner-01 {
  transform: scale(.8) translate(20%, 35%);
}

.float-banner-group.is-fixed .float-banner-02 {
  bottom: 10px;
  transform: scale(.8) translate(20%, 10%);
}

/* 一番下までスクロールされたとき */ 
.float-banner-group.at-bottom .float-banner-01 { 
  bottom: 355px;
}

.float-banner-group.at-bottom .float-banner-02 {
  bottom: 125px;
}

.float-banner__inner:after {
  content: none;
}

/* 追従 SP版のみの指定 */
.float-sp>a {
  padding: 0;
  background-color: inherit;
}

.float-sp__inner {
  height: 17.6vw;
}

@media screen and (max-width: 480px) {
  .float-banner-group.is-fixed {
    opacity: 0;
    visibility: hidden;
    transform: scale(.8) translateY(100%);
  }
}

/* menu */
.menu {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHoAAAB6CAYAAABwWUfkAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMMSURBVHgB7dzJbhsxEEVRWv//mVlmmXWcFJXYftbUA4eq4r1Ab8kGDiB1k5Tefv34+V5G9fv9etG1y9v1GjFVGRXI2kDkOl0ZEcjaYOQ6ZekdyNoE5Dpt6RnI2iTkOnXpFcjaROQ6fekRyNpk5HoLpXUgaw6Q622UloGsOUG22kGDrDlCttpAg6w5Q7bOQ4OsOUS2zkGDrDlFto5Dg6w5RraOQYOsOUe29kODrAVAtvZBg6wFQba2Q4OsBUK2tkGDrAVDtl5Dg6wFRLaeQ4OsBUW2HkODrAVGtu5Dg6wFR7ZuoUHWEiBbCg2ylgTZ+oQGWUuEbF2hQdaSIVsXkL+VENm6gPylpMhmPO63V95LjAz0/5IjW0AvgGytDb0IsrUu9ELI1prQiyFb60EviGytBb0osrUO9MLI1hrQiyNb+aFBruWGBvmjvNAgSzmhQb4pHzTId8sFDfLD8kCD/LQc0CC/LD40yJuKDQ3y5uJCg7yrmNAg7y4eNMiHigUN8uHiQIN8qhjQIJ/OPzTITfINDXKz/EKD3DSf0CA3zx80yF3yBQ1yt/xAg9w1H9Agd28+NMhDmgsN8rDmQYM8tDnQIA9vPDTIUxoLDfK0xkGDPLUx0CBPrz80yC7qCw2ym/pBg+yqPtAgu6s9NMguawsNstvaQYPsujbQILvvPDTIIToHDXKYjkODHKpj0CCHaz80yCHbBw1y2LZDgxy6bdAgh+81NMgpeg4NcpoeQ4OcqvvQIKfrFhrklCk0yGn7hAY5dVdokNN3AXmNLiAv0F/jWH/6uiWQtX+f2LmgQda+fC3ngQZZ+/bslQMaZO3OA3Z8aJC1B29RsaFB1p68KseFBll7sR4SExpkbcOiVzxokLWNK5uxoEHWdixfx4EGWdu5RxEDGmTtwEaUf2iQtYO7jb6hQdZObCn7hQZZO3luwCc0yFqDwyH+oEHWGp0A8gUNstbwmJcfaJC1xmf5fECDrHU4sDkfGmStA3IdtswMZK0Tch26zApkrSNyHb7MCGStM3KdoowOZG0AsvUHVVnsxrZq0MMAAAAASUVORK5CYII=) 50%/5% repeat;
  padding-top: 195px;
}

@media screen and (max-width: 480px) {
  .menu {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHoAAAB6CAYAAABwWUfkAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMMSURBVHgB7dzJbhsxEEVRWv//mVlmmXWcFJXYftbUA4eq4r1Ab8kGDiB1k5Tefv34+V5G9fv9etG1y9v1GjFVGRXI2kDkOl0ZEcjaYOQ6ZekdyNoE5Dpt6RnI2iTkOnXpFcjaROQ6fekRyNpk5HoLpXUgaw6Q622UloGsOUG22kGDrDlCttpAg6w5Q7bOQ4OsOUS2zkGDrDlFto5Dg6w5RraOQYOsOUe29kODrAVAtvZBg6wFQba2Q4OsBUK2tkGDrAVDtl5Dg6wFRLaeQ4OsBUW2HkODrAVGtu5Dg6wFR7ZuoUHWEiBbCg2ylgTZ+oQGWUuEbF2hQdaSIVsXkL+VENm6gPylpMhmPO63V95LjAz0/5IjW0AvgGytDb0IsrUu9ELI1prQiyFb60EviGytBb0osrUO9MLI1hrQiyNb+aFBruWGBvmjvNAgSzmhQb4pHzTId8sFDfLD8kCD/LQc0CC/LD40yJuKDQ3y5uJCg7yrmNAg7y4eNMiHigUN8uHiQIN8qhjQIJ/OPzTITfINDXKz/EKD3DSf0CA3zx80yF3yBQ1yt/xAg9w1H9Agd28+NMhDmgsN8rDmQYM8tDnQIA9vPDTIUxoLDfK0xkGDPLUx0CBPrz80yC7qCw2ym/pBg+yqPtAgu6s9NMguawsNstvaQYPsujbQILvvPDTIIToHDXKYjkODHKpj0CCHaz80yCHbBw1y2LZDgxy6bdAgh+81NMgpeg4NcpoeQ4OcqvvQIKfrFhrklCk0yGn7hAY5dVdokNN3AXmNLiAv0F/jWH/6uiWQtX+f2LmgQda+fC3ngQZZ+/bslQMaZO3OA3Z8aJC1B29RsaFB1p68KseFBll7sR4SExpkbcOiVzxokLWNK5uxoEHWdixfx4EGWdu5RxEDGmTtwEaUf2iQtYO7jb6hQdZObCn7hQZZO3luwCc0yFqDwyH+oEHWGp0A8gUNstbwmJcfaJC1xmf5fECDrHU4sDkfGmStA3IdtswMZK0Tch26zApkrSNyHb7MCGStM3KdoowOZG0AsvUHVVnsxrZq0MMAAAAASUVORK5CYII=) 50% / 20% repeat;
    padding-top: 10.67vw;
  }
}

.menu__list {
  width: 848px;
  margin: 0 auto;

  display: flex;
}

@media screen and (max-width: 1108px) {
  .menu__list {
    width: 76.53vw;
  }
}

@media screen and (max-width: 768px) {
  .menu__list {
    position: relative;
    z-index: 10;
    width: 84.53vw;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.33vw;
  }
}

.menu__item+.menu__item {
  margin-left: 16px;
}

@media screen and (max-width: 1108px) {
  .menu__item+.menu__item {
    margin-left: 1.44vw;
  }
}

@media screen and (max-width: 768px) {
  .menu__item+.menu__item {
    margin-left: 0;
  }
}

.menu__link {
  letter-spacing: -0.1em;
  padding-left: 5px;
}

@media screen and (max-width: 1108px) {
  .menu__link {
    padding-left: 0.45vw;
  }
}

@media screen and (max-width: 768px) {
  .menu__link {
    padding-left: 0;
  }
}

.menu__link,
.menu__link-entry {
  background-color: #fff;
  border: 3px solid #000;
  box-shadow: 4px 6px 0px 0px rgb(231, 129, 175);

  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 200px;
  height: 100px;
  border-radius: 20px;
  padding-top: 15px;

  font-size: 1.8rem;
  letter-spacing: -0.08em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1108px) {

  .menu__link,
  .menu__link-entry {
    border-width: 0.27vw;
    box-shadow: 0.36vw 0.54vw 0px 0px rgb(231, 129, 175);

    width: 18.05vw;
    height: 9.03vw;
    border-radius: 1.81vw;
    padding-top: 1.35vw;

    font-size: 1.62vw;
  }
}

@media screen and (max-width: 768px) {

  .menu__link,
  .menu__link-entry {
    border-width: 0.534vw;
    box-shadow: 1.07vw 1.07vw 0px 0px rgb(231, 129, 175);

    width: 40.53vw;
    height: 20.27vw;
    border-radius: 5.33vw;
    padding-top: 2.67vw;

    font-size: 3.733333vw;
  }
}

/* ETC申し込みリンク */
.menu__link-entry {
  padding-top: 35px;
}

@media screen and (max-width: 1108px) {
  .menu__link-entry {
    padding-top: 3.16vw;
  }
}

@media screen and (max-width: 768px) {
  .menu__link-entry {
    padding-top: 7.33vw;
  }
}

/* 矢印 */
.menu__link::after,
.menu__link-entry::after {
  position: absolute;
  content: '';

  bottom: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #000;
}

@media screen and (max-width: 1108px) {

  .menu__link::after,
  .menu__link-entry::after {
    bottom: 0.72vw;
    border-right: 0.9vw solid transparent;
    border-left: 0.9vw solid transparent;
    border-top: 0.9vw solid #000;
  }
}

@media screen and (max-width: 768px) {

  .menu__link::after,
  .menu__link-entry::after {
    bottom: 2.13vw;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 2vw solid #000;
  }
}

/* ホバー時に透過させる */
.menu__link:hover,
.menu__link-entry:hover {
  transition: opacity 0.5s;
  opacity: 0.7;
}

/* サイズが小さいテキスト */
.menu__link-merit {
  font-size: 1.4rem;
  margin-bottom: -15px;
}

@media screen and (max-width: 1108px) {
  .menu__link-merit {
    font-size: 1.26vw;
    margin-bottom: -1.35vw;
  }
}

@media screen and (max-width: 768px) {
  .menu__link-merit {
    font-size: 3.2vw;
    margin-bottom: -3.33vw;
  }
}

/* firefox余白調整 */
@-moz-document url-prefix() {
  .menu__link-merit {
    margin-bottom: 10px;
  }

  @media screen and (max-width: 1108px) {
    .menu__link-merit {
      margin-bottom: 0.9vw;
    }
  }

  @media screen and (max-width: 768px) {
    .menu__link-merit {
      margin-bottom: 1.33vw;
    }
  }
}

.main_title {
  margin-bottom: 0;
}

/* merit */
.merit {
  padding-top: 80px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .merit {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHoAAAB6CAYAAABwWUfkAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMMSURBVHgB7dzJbhsxEEVRWv//mVlmmXWcFJXYftbUA4eq4r1Ab8kGDiB1k5Tefv34+V5G9fv9etG1y9v1GjFVGRXI2kDkOl0ZEcjaYOQ6ZekdyNoE5Dpt6RnI2iTkOnXpFcjaROQ6fekRyNpk5HoLpXUgaw6Q622UloGsOUG22kGDrDlCttpAg6w5Q7bOQ4OsOUS2zkGDrDlFto5Dg6w5RraOQYOsOUe29kODrAVAtvZBg6wFQba2Q4OsBUK2tkGDrAVDtl5Dg6wFRLaeQ4OsBUW2HkODrAVGtu5Dg6wFR7ZuoUHWEiBbCg2ylgTZ+oQGWUuEbF2hQdaSIVsXkL+VENm6gPylpMhmPO63V95LjAz0/5IjW0AvgGytDb0IsrUu9ELI1prQiyFb60EviGytBb0osrUO9MLI1hrQiyNb+aFBruWGBvmjvNAgSzmhQb4pHzTId8sFDfLD8kCD/LQc0CC/LD40yJuKDQ3y5uJCg7yrmNAg7y4eNMiHigUN8uHiQIN8qhjQIJ/OPzTITfINDXKz/EKD3DSf0CA3zx80yF3yBQ1yt/xAg9w1H9Agd28+NMhDmgsN8rDmQYM8tDnQIA9vPDTIUxoLDfK0xkGDPLUx0CBPrz80yC7qCw2ym/pBg+yqPtAgu6s9NMguawsNstvaQYPsujbQILvvPDTIIToHDXKYjkODHKpj0CCHaz80yCHbBw1y2LZDgxy6bdAgh+81NMgpeg4NcpoeQ4OcqvvQIKfrFhrklCk0yGn7hAY5dVdokNN3AXmNLiAv0F/jWH/6uiWQtX+f2LmgQda+fC3ngQZZ+/bslQMaZO3OA3Z8aJC1B29RsaFB1p68KseFBll7sR4SExpkbcOiVzxokLWNK5uxoEHWdixfx4EGWdu5RxEDGmTtwEaUf2iQtYO7jb6hQdZObCn7hQZZO3luwCc0yFqDwyH+oEHWGp0A8gUNstbwmJcfaJC1xmf5fECDrHU4sDkfGmStA3IdtswMZK0Tch26zApkrSNyHb7MCGStM3KdoowOZG0AsvUHVVnsxrZq0MMAAAAASUVORK5CYII=) 50% / 20% repeat;
    padding-top: 13.33333vw;
    padding-bottom: 8vw;
  }
}

.merit__container-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .merit__container-wrap {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

/* ドット背景の範囲調整 */
.merit--01 .merit__header {
  background: linear-gradient(to bottom, var(--nexco_light_pink) 70%, transparent 20%);
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__header {
    background: linear-gradient(to bottom, var(--nexco_light_pink) 100%, transparent 20%);
  }
}

.merit--01 .merit__header:before,
.merit--01 .merit__header:after {
  height: 70%;
}

@media screen and (max-width: 768px) {

  .merit--01 .merit__header:before,
  .merit--01 .merit__header:after {
    height: 100%;
  }
}

.merit--01 .merit__movie {
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__movie {
    padding-bottom: 0;
  }
}

/* オブジェクトの位置調整 merit__movie */
.merit__movie__badge {
  top: -13%;
}

.merit--01 .merit__movie .objects .obj-1 {
  top: -7%;
}

.merit--01 .merit__movie .objects .obj-2 {
  bottom: 33%;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__movie .objects .obj-2 {
    bottom: 4%;
  }
}

.merit--01 .merit__movie .objects .obj-3 {
  bottom: 9%;
}

.merit--01 .merit__movie .objects .obj-4 {
  bottom: 11%;
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__movie .objects .obj-4 {
    bottom: -67%;
  }
}

.merit--01 .merit__movie__lines {
  bottom: 50px;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__movie__lines {
    bottom: -12vw;
  }
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__movie__lines {
    bottom: -25.33vw;
  }
}

.lity-close:focus {
  outline: 1px solid;
}

/* オブジェクトの位置調整 merit__special */
@media screen and (max-width: 480px) {
  .merit--01 .merit__special .obj-sm-2 {
    width: min(24%, 110px);
    top: 9.33vw;
    left: -9.33vw;
    transform: rotate(85deg);
  }

  .merit--01 .merit__special .obj-sm-3 {
    width: min(20%, 110px);
    bottom: 6.67vw;
    left: 4vw;
  }
}

/* 割引コンテンツ */
.merit--01 .merit__special {
  border-top: var(--nexco_black) solid 4px;
  border-radius: 0;
}

.merit--01 .merit__special.merit__content {
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__special.merit__content {
    padding: 140px 0 144px;
  }
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__special.merit__content {
    padding: 37.33vw 0 43.75vw;
  }
}

.merit--01 .merit__special__text--note {
  margin-top: 3px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__special__text--note {
    margin-top: 0.8vw;
    font-size: 3.733333vw;
  }

  .merit--01 .merit__special__text--note .tx-en {
    font-size: 4.27vw;
  }
}

/* オブジェクトの位置調整 merit__special */
.merit--01 .merit__special .objects .obj-1 {
  width: max(18.5%, 106px);
  top: 79%;
  left: -6%;
  transform: inherit;
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__special .objects .obj-sm-1 {
    width: 23%;
    top: -23%;
    left: -7.2vw;
    transform: rotate(-20deg);
  }
}


/* merit__content--01 */
/* オブジェクトの位置調整 merit__content--01 */
.merit--01 .merit__content--01 .merit__content__text-wrap .objects .obj-img {
  right: 55px;
  left: unset;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--01 .merit__content__text-wrap .objects .obj-img {
    right: 4.96vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--01 .merit__content__text-wrap .objects .obj-img {
    width: 38%;
    top: -50%;
    left: 18%;
    right: unset;
  }
}

.merit--01 .merit__content--01 .merit__content__text-wrap .objects .obj-line {
  right: -52px;
  left: unset;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--01 .merit__content__text-wrap .objects .obj-line {
    height: 10.38vw;
    right: -4.69vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--01 .merit__content__text-wrap .objects .obj-line {
    height: 10.4vw;
    top: -31%;
    left: 56%;
    right: unset;
  }
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content--01 .merit__content__text-wrap .objects .obj-line {
    height: 20.13vw;
  }
}

.merit--01 .merit__content--01 .merit__content__text-wrap .objects .obj-sm {
  width: 21.07vw;
  right: -5.33vw;
  top: -45.33vw;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--01 {
    padding-bottom: 26.67vw;
  }
}

.merit--01 .merit__content__subtitle {
  font-weight: bold;
  padding: 4px 70px;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content__subtitle {
    font-size: 3.733333vw;
    gap: 4vw;
    padding: 1.33vw 6.67vw;
  }
}

/* 小さめ見出し */
.merit--01 .merit__content__sub-title {
  height: 35px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content__sub-title {
    height: 8.13vw;
  }
}

/* 走行シミュレーション */
.merit--01 .merit__simulation {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation {
    padding-top: 10.67vw;
  }
}

/* スライダー括り */
.merit--01 .merit__simulation-wrap {
  margin: 30px auto 0;
  width: 848px;

  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__simulation-wrap {
    width: 76.53vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-wrap {
    margin-top: 0;
    max-width: 100%;

    flex-direction: column;
  }
}

.merit--01 .merit__simulation-group {
  width: 400px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__simulation-group {
    width: 36.1vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-group {
    width: 84.53vw;
  }
}

.merit--01 .merit__simulation-group+.merit__simulation-group {
  position: relative;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-group+.merit__simulation-group {
    margin-top: 22.13vw;
  }
}

/* 縦のドットライン共通指定 */
.merit--01 .merit__simulation-group+.merit__simulation-group::before,
.merit--01 .merit__case-detail+.merit__case-detail::before {
  position: absolute;
  content: '';
  width: 4px;
  background-image: url(../images/merit1_line.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1108px) {

  .merit--01 .merit__simulation-group+.merit__simulation-group::before,
  .merit--01 .merit__case-detail+.merit__case-detail::before {
    width: 0.36vw;
  }
}

@media screen and (max-width: 768px) {

  .merit--01 .merit__simulation-group+.merit__simulation-group::before,
  .merit--01 .merit__case-detail+.merit__case-detail::before {
    width: 84.4vw;
    background-image: url(../images/merit1_line-sp.png);
  }
}

.merit--01 .merit__simulation-group+.merit__simulation-group::before {
  height: 500px;
  left: -26px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__simulation-group+.merit__simulation-group::before {
    height: 45.13vw;
    left: -2.35vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-group+.merit__simulation-group::before {
    height: 1.07vw;
    top: -12vw;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

/* 条件表 */
.merit--01 .merit__simulation-table {
  width: 100%;
  margin-bottom: 10px;

  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__simulation-table {
    margin-bottom: 0.9vw;
    font-size: 2.35vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-table {
    margin-bottom: 1.87vw;
    font-size: 5.33333vw;
  }
}

.merit--01 .merit__simulation-item {
  border: 2px solid #f3589e;
  height: 52px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__simulation-item {
    height: 4.69vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-item {
    border-width: 0.534vw;
    height: 10.93vw;
  }
}

/* thタグ */
.merit--01 .merit__simulation-hdg {
  background-color: #ffecf5;
  border-right: 2px solid #f3589e;
  width: 137px;

  padding-left: 15px;
  padding-top: 10px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__simulation-hdg {
    width: 12.36vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-hdg {
    border-width: 0.534vw;
    width: 28.53vw;

    padding-left: 4vw;
    padding-top: 2.67vw;
  }
}

/* tdタグ */
.merit--01 .merit__simulation-detail,
.merit--01 .merit__simulation-detail--last {
  background-color: #fff;
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__simulation-detail {
    padding-top: 0.9vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-detail {
    padding-top: 2.13vw;
  }
}

.merit--01 .merit__simulation-detail--last {
  padding-top: 5px;
  padding-left: 20px;
  text-align: left;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__simulation-detail--last {
    padding-top: 0.45vw;
    padding-left: 1.81vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-detail--last {
    padding-top: 1.33vw;
    padding-left: 5.33vw;
  }
}

/* カッコ調整 */
.merit--01 .merit__simulation-brackets {
  margin-left: -10px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__simulation-brackets {
    margin-left: -0.9vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-brackets {
    margin-left: -2.67vw;
  }
}

.merit--01 .merit__simulation-price .merit__simulation-brackets {
  margin: 0 -5px;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-price .merit__simulation-brackets {
    margin: 0 -1.33vw;
  }
}

/* フォントサイズ調整 */
.merit--01 .merit__simulation-num {
  font-size: 3rem;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__simulation-num {
    font-size: 2.71vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-num {
    font-size: 6.4vw;
  }
}

.merit--01 .merit__simulation-sm {
  font-size: 2rem;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__simulation-sm {
    font-size: 1.81vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-sm {
    font-size: 4.53vw;
  }
}

/* シミュレーション画像 */
.merit--01 .merit__simulation-img {
  display: block;
  width: 100%;
}

/* 画像下テキスト */
.merit--01 .merit__simulation-price {
  background-color: #f3589e;
  margin-top: 5px;
  padding: 3.5px 0;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__simulation-price {
    margin-top: 0.45vw;
    padding: 0.32vw 0;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-price {
    margin-top: 1.33vw;
    padding: 1.33vw 0;
  }
}

.merit--01 .merit__simulation-txt {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.111;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__simulation-txt {
    font-size: 1.62vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-txt {
    font-size: 3.733333vw;
    line-height: 1.071;
  }
}

.merit--01 .merit__simulation-txt--yellow {
  color: #fdf400;
}

.merit--01 .merit__simulation-txt--bg {
  font-size: 2.2rem;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__simulation-txt--bg {
    font-size: 1.99vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__simulation-txt--bg {
    font-size: 4.8vw;
  }
}

.merit--01 .merit__content__attention {
  font-weight: 800;
}

.merit--01 .merit__content__notes {
  margin-top: 45px;
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content__notes {
    margin-top: 5.33vw;
  }
}

.merit--01 .merit__content__note {
  line-height: 1.833;
}

/* merit__content--02 */
/* オブジェクトの位置調整 merit__content--02 */
.merit--01 .merit__content--02 .objects .obj-1 {
  width: 120px;
  left: -3.3%;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--02 .objects .obj-1 {
    width: 8.57vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--02 .objects .obj-1 {
    width: 26.67vw;
    left: -6.67vw;
  }
}

.merit--01 .merit__content--02 .objects .obj-sm-1 {
  width: 26.67vw;
  left: -6%;
  top: -5%;
  transform: rotate(0);
}

.merit--01 .merit__content__lines--line {
  position: absolute;
  width: 372px;
  right: -103px;
  top: -175px
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content__lines--line {
    width: 33.57vw;
    right: -9.3vw;
    top: -15.79vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content__lines--line {
    max-width: 372px;
    width: 57.33vw;
    right: -2.67vw;
    top: -24vw;
  }
}

.merit--01 .merit__content--02 {
  border-bottom: unset !important;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--02 {
    padding-top: 17.33vw;
  }
}

/* 登録方法 */
.merit--01 .merit__content--02 .merit__content__title-wrap {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--02 .merit__content__title-wrap {
    margin-bottom: 10vw;
  }
}

.merit--01 .merit__method {
  width: 848px;
  margin: 0 auto;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__method {
    width: 76.53vw;
  }
}

.merit--01 .merit__method-step {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__method-step {
    flex-direction: column;
    align-items: center;
  }
}

/* 各括り */
.merit--01 .merit__method-wrap--01 {
  width: 239px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__method-wrap--01 {
    width: 21.57vw;
  }
}

.merit--01 .merit__method-wrap--02 {
  position: relative;
  width: 276px;
  margin-left: 15px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__method-wrap--02 {
    width: 24.91vw;
    margin-left: 1.35vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__method-wrap--02 {
    margin: 20.6667vw 0;
  }
}

.merit--01 .merit__method-wrap--03 {
  width: 213px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__method-wrap--03 {
    width: 19.22vw;
  }
}

@media screen and (max-width: 768px) {

  .merit--01 .merit__method-wrap--01,
  .merit--01 .merit__method-wrap--02,
  .merit--01 .merit__method-wrap--03 {
    width: 84.534vw;
  }
}

/* 左右矢印 */
.merit--01 .merit__method-wrap--02::before,
.merit--01 .merit__method-wrap--02::after {
  position: absolute;
  content: '';
  width: 21px;
  height: 34px;
  top: 80px;

  border-style: solid;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 21px solid #f3589e;
}

@media screen and (max-width: 1108px) {

  .merit--01 .merit__method-wrap--02::before,
  .merit--01 .merit__method-wrap--02::after {
    width: 1.9vw;
    height: 3.07vw;
    top: 7.22vw;

    border-top: 1.53vw solid transparent;
    border-bottom: 1.53vw solid transparent;
    border-left: 1.9vw solid #f3589e;
  }
}

@media screen and (max-width: 768px) {

  .merit--01 .merit__method-wrap--02::before,
  .merit--01 .merit__method-wrap--02::after {
    width: 9.6vw;
    height: 5.87vw;

    border-right: 4.8vw solid transparent;
    border-left: 4.8vw solid transparent;
    border-top: 5.87vw solid #f3589e;
    border-bottom: 0;

    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

.merit--01 .merit__method-wrap--02::before {
  left: -45px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__method-wrap--02::before {
    left: -4.06vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__method-wrap--02::before {
    left: 50%;
    top: -10.67vw;
  }
}

.merit--01 .merit__method-wrap--02::after {
  right: -45px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__method-wrap--02::after {
    right: -4.06vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__method-wrap--02::after {
    right: unset;
    top: 62vw;
  }
}

/* 括り内のテキスト */
.merit--01 .merit__method-txt {
  margin-top: 15px;

  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: -0.02em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__method-txt {
    margin-top: 5.33vw;

    font-size: 4vw;
    line-height: 1.467;
  }
}

/* ポイントリスト */
.merit--01 .merit__content--02 .merit__content__text-wrap {
  flex-direction: column;
  width: 848px;
  border-radius: 32px;
  padding: 35px 0 45px 110px;
  margin: 100px auto 0;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--02 .merit__content__text-wrap {
    width: 76.53vw;
    padding: 3.16vw 0 4.06vw 9.93vw;
    margin-top: 9.03vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--02 .merit__content__text-wrap {
    width: 94vw;
    border-radius: 0;
    padding: 6vw 4.67vw 8vw;
    margin-top: 14.67vw;
  }
}

.merit--01 .merit__method-item {
  font-size: 3.1rem;
  letter-spacing: -0.01rem;
  font-weight: bold;

  text-indent: -1.2em;
  padding-left: 1.2em;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__method-item {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__method-item {
    font-size: 4.8vw;
    line-height: 1.222;
    letter-spacing: 0;
  }
}

.merit--01 .merit__method-item+.merit__method-item {
  margin-top: 15px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__method-item+.merit__method-item {
    margin-top: 1.35vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__method-item+.merit__method-item {
    margin-top: 6.13vw;
  }
}

.merit--01 .merit__method-item--pink {
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__method-item--pink {
    line-height: 1.222;
  }
}

/* merit__content--03 */
@media screen and (max-width: 768px) {
  .merit--01 .merit__content--03 {
    padding-top: 8vw;
  }
}

/* オブジェクトの位置調整 merit__content--03 */
.merit--01 .merit__content--03 .merit__content__text-wrap .objects .obj-img {
  width: 49%;
  top: -55%;
  left: 110px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--03 .merit__content__text-wrap .objects .obj-img {
    left: 9.93vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--03 .merit__content__text-wrap .objects .obj-img {
    width: 49%;
    left: 50%;
  }
}

.merit--01 .merit__content--03 .merit__content__text-wrap .objects .obj-line {
  height: 40%;
  top: -65%;
  left: 310px;
  transform: rotate(-8deg)
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--03 .merit__content__text-wrap .objects .obj-line {
    left: 27.98vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--03 .merit__content__text-wrap .objects .obj-line {
    height: 78px;
    top: -35%;
    left: unset;
    right: 53%;
    transform: rotate(8deg)
  }
}

/* 見出し下テキスト */
.merit--01 .merit__content--03 .merit__content__subtitle {
  padding: 4px 75px;
  margin-top: 10px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--03 .merit__content__subtitle {
    margin-top: 0.9vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--03 .merit__content__subtitle {
    padding: 1.33vw 7.33vw;
    margin-top: 0;
  }
}

.merit--01 .merit__content--03 .merit__content__title-wrap {
  margin-bottom: 170px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--03 .merit__content__title-wrap {
    margin-bottom: 15.34vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--03 .merit__content__title-wrap {
    margin-bottom: 8.67vw;
  }
}

.merit--01 .merit__content--03 .merit__content__note {
  position: inherit;
  white-space: unset;
}

.merit--01 .merit__content--03 .merit__content__text--block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0 20px;
  margin-left: 12px
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content--03 .merit__content__text--block {
    margin-left: 2px;
    padding: 10px 0 15px
  }
}

/* CASE */
.merit--01 .merit__case {
  margin: 50px auto 0;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case {
    margin-top: 4.51vw;
  }
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__case {
    margin-top: 12vw;
  }
}

/* スライダートップ */
.merit--01 .merit__case-hdg {
  background-color: #f3589e;
  color: #fff;

  height: 130px;
  padding-left: 40px;

  display: flex;
  align-items: center;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-hdg {
    height: 11.73vw;
    padding-left: 3.61vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-hdg {
    width: 94.13vw;
    height: 47.33vw;
    padding-top: 2.67vw;
    padding-left: 4.67vw;
    padding-right: 4.67vw;

    flex-direction: column;
    align-items: flex-start;
  }
}

/* CASE〇テキスト */
.merit--01 .merit__case-title {
  position: relative;
  margin-right: 104px;

  font-size: 4rem;
  letter-spacing: -0.01em;
  font-weight: bold;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-title {
    margin-right: 9.39vw;
    font-size: 3.61vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-title {
    margin-right: 0;

    font-size: 9.6vw;
    letter-spacing: 0;
  }
}

/* 区切り縦線 */
.merit--01 .merit__case-title::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 100px;
  top: 50%;
  right: -55px;
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-title::after {
    width: 0.27vw;
    height: 9.03vw;
    right: -4.96vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-title::after {
    width: 42.67vw;
    height: 0.8vw;
    top: 13.33vw;
    right: auto;
    left: 0;
    transform: inherit;
  }
}

.merit--01 .merit__case-data {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-data {
    font-size: 1.81vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-data {
    font-size: 4.27vw;
    line-height: 1.375;
    letter-spacing: -0.02em;
    margin-top: 4.67vw;
  }
}

.merit--01 .merit__case-group {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-group {
    flex-direction: column;
    align-items: center;
  }
}

/* 軽自動車・普通車括り */
.merit--01 .merit__case-detail {
  position: relative;
  width: 410px;
  margin-top: 40px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-detail {
    width: 37vw;
    margin-top: 3.61vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-detail {
    width: 84.53vw;
    margin-top: 10.67vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-detail+.merit__case-detail {
    margin-top: 22.67vw;
  }
}

.merit--01 .merit__case-detail+.merit__case-detail::before {
  height: 372px;
  left: -4%;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-detail+.merit__case-detail::before {
    height: 33.57vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-detail+.merit__case-detail::before {
    height: 1.07vw;
    left: auto;
    top: -12vw;
  }
}

/* 軽自動車・普通車見出し */
.merit--01 .merit__case-subtitle img {
  display: block;
  width: auto;
  height: 35px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-subtitle img {
    height: 3.16vw;
    margin-bottom: 2.89vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-subtitle img {
    height: 7.73vw;
    margin: 0 auto 5.33vw;
  }
}

.merit--01 .merit__case-txt {
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-txt {
    font-size: 1.44vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-txt {
    font-size: 3.733333vw;
  }
}

.merit--01 .merit__case-txt+.merit__case-txt {
  position: relative;
  margin-top: 27px;
  margin-left: -20px;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-txt+.merit__case-txt {
    margin-top: 2.26vw;
    margin-left: -1.81vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-txt+.merit__case-txt {
    margin-top: 6.67vw;
  }
}

.merit--01 .merit__case-txt+.merit__case-num {
  margin-left: 35px;
  margin-top: -10px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-txt+.merit__case-num {
    margin-left: 3.16vw;
    margin-top: -0.9vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-txt+.merit__case-num {
    margin-left: 4.67vw;
    margin-top: 0;
  }
}

.merit--01 .merit__case-txt+.merit__case-txt::after {
  position: absolute;
  content: '';
  width: 362.5px;
  height: 2px;
  left: 15px;
  top: -10px;

  background-image: url(../images/merit1_case-line-03.png);
  background-size: 100%;
  background-position: center;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-txt+.merit__case-txt::after {
    position: absolute;
    content: '';
    width: 32.72vw;
    height: 0.18vw;
    left: 1.35vw;
    top: -0.9vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-txt+.merit__case-txt::after {
    width: 76.4vw;
    height: 0.53vw;
    left: 50%;
    top: -3.33vw;
    transform: translateY(-50%) translateX(-50%);

    background-image: url(../images/merit1_case-line-03-sp.png);
  }
}

.merit--01 .merit__case-num {
  font-size: 3rem;
  letter-spacing: -0.01em;

  margin-left: 40px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-num {
    font-size: 2.71vw;
    margin-left: 3.61vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-num {
    font-size: 6.4vw;

    margin-left: 8vw;
  }
}

.merit--01 .merit__case-price--01,
.merit--01 .merit__case-price--02 {
  position: relative;
}

.merit--01 .merit__case-price--02 {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-price--02 {
    margin-top: 2.71vw;
    margin-bottom: 4.51vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-price--02 {
    margin-top: 6.67vw;
    margin-bottom: 12.67vw;
  }
}

/* 下線・矢印 */
.merit--01 .merit__case-price--01::after,
.merit--01 .merit__case-price--02::after {
  position: absolute;
  content: '';
  width: 410px;
  height: 23px;
  bottom: -30px;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1108px) {

  .merit--01 .merit__case-price--01::after,
  .merit--01 .merit__case-price--02::after {
    width: 37vw;
    height: 2.08vw;
    bottom: -2.71vw;
  }
}

@media screen and (max-width: 768px) {

  .merit--01 .merit__case-price--01::after,
  .merit--01 .merit__case-price--02::after {
    width: 84.53vw;
    height: 4.8vw;
    bottom: -6.67vw;
  }
}

.merit--01 .merit__case-price--01::after {
  background-image: url(../images/merit1_case-line-01.png);
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-price--01::after {
    background-image: url(../images/merit1_case-line-01-sp.png);
  }
}

.merit--01 .merit__case-price--02::after {
  background-image: url(../images/merit1_case-line-02.png);
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-price--02::after {
    background-image: url(../images/merit1_case-line-02-sp.png);
  }
}

/* 割引適用料金 */
.merit--01 .merit__case-fee-hdg {
  background: #f3589e;
  color: #fff;

  display: flex;
  align-items: center;

  height: 50px;
  padding-left: 40px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-fee-hdg {
    height: 4.51vw;
    padding-left: 3.61vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-fee-hdg {
    height: 10.67vw;
    padding-left: 4vw;
  }
}

.merit--01 .merit__case-fee-hdg .merit__content__text--sup {
  top: -1.2em;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-fee-hdg .merit__content__text--sup {
    font-size: 3.2vw;
    top: -3.33vw;
  }
}

.merit--01 .merit__case-fee-detail {
  border: 4px solid #f3589e;
  border-top: none;

  padding-top: 10px;
  padding-bottom: 13px;
  padding-left: 20px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-fee-detail {
    border-width: 0.36vw;

    padding-top: 0.9vw;
    padding-bottom: 1.17vw;
    padding-left: 1.81vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-fee-detail {
    border-width: 0.534vw;

    padding: 2.67vw 0;
  }

  .merit--01 .merit__case-fee-detail .br-sp {
    display: block;
  }
}

.merit--01 .merit__case-fee-num {
  font-size: 2.4rem;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-fee-num {
    font-size: 2.17vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-fee-num {
    font-size: 5.33vw;
    line-height: 0.95;
  }
}

/* まとめテキスト */
.merit--01 .merit__content--03 .merit__content__text-wrap--summary {
  background-color: var(--nexco_pale_yellow);
  width: 848px;
  border-radius: 32px;
  margin: 20px auto 0;
  padding: 18px 0 25px 60px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--03 .merit__content__text-wrap--summary {
    width: 76.53vw;
    border-radius: 2.89vw;
    margin: 1.81vw auto 0;
    padding: 1.62vw 0 3.16vw 5.42vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--03 .merit__content__text-wrap--summary {
    width: 94vw;
    border-radius: 0;
    margin-top: 6.67vw;
    margin-left: 0;
    padding: 2.67vw 0 7.33vw 8vw;
  }

  .merit--01 .merit__content--03 .merit__content__text-wrap--summary .br-sp {
    display: block;
  }
}

.merit--01 .merit__content--03 .merit__content__text-wrap--summary .merit__content__text--sup {
  font-size: 60%;
}

/* フォントサイズ調整 */
.merit--01 .merit__case-summary {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-summary {
    font-size: 1.62vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-summary {
    font-size: 4vw;
    line-height: 1.2;
  }
}

.merit--01 .merit__case-summary .tx-pink {
  font-size: 2.8rem;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-summary .tx-pink {
    font-size: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-summary .tx-pink {
    font-size: 6.4vw;
  }
}

.merit--01 .merit__case-summary+.merit__case-summary {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-top: 10px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-summary+.merit__case-summary {
    font-size: 2.17vw;
    margin-top: 0.9vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-summary+.merit__case-summary {
    font-size: 5.6vw;
    line-height: 1.2;
    margin-top: 2.67vw;
  }
}

.merit--01 .merit__case-summary .merit__case-summary--nm-1 {
  font-size: 2.2rem;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-summary .merit__case-summary--nm-1 {
    font-size: 1.99vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-summary .merit__case-summary--nm-1 {
    font-size: 4.67vw;
  }
}

.merit--01 .merit__case-summary--nm-2 {
  font-size: 2.8rem;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-summary--nm-2 {
    font-size: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-summary .merit__case-summary--nm-2 {
    font-size: 6.13vw;
  }
}

.merit--01 .merit__case-summary--nm-3 {
  font-size: 3.2rem;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-summary--nm-3 {
    font-size: 2.89vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-summary .merit__case-summary--nm-3 {
    font-size: 7.47vw;
  }
}

.merit--01 .merit__case-summary .merit__case-summary--bg-1 {
  font-size: 2.4rem;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-summary .merit__case-summary--bg-1 {
    font-size: 2.17vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-summary .merit__case-summary--bg-1 {
    font-size: 5.33vw;
    line-height: 2.7;
  }
}

.merit--01 .merit__case-summary .merit__case-summary--bg-2 {
  font-size: 3rem;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-summary .merit__case-summary--bg-2 {
    font-size: 2.71vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-summary .merit__case-summary--bg-2 {
    font-size: 5.33vw;
  }
}

.merit--01 .merit__content--03 .merit__content__notes {
  padding: 0 75px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--03 .merit__content__notes {
    padding: 0 6.77vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--03 .merit__content__notes {
    padding: 0 5.6vw;
    margin-top: 2.67vw;
  }
}

/* 詳しくはこちらボタン */
.merit--01 .merit__content--03 .button {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--03 .button {
    margin-top: 10.67vw;
  }
}

/* オブジェクトの調整 merit__content--03 */
.merit--01 .merit__content--03 .objects .obj-1 {
  width: max(15%, 95px);
  left: -8%;
  top: 9.5%;
  transform: rotate(180deg);
}

.merit--01 .merit__content--03 .objects .obj-2 {
  width: max(18%, 93px);
  left: -25px;
  top: -100px;
  transform: rotate(-5deg);
}

.merit--01 .merit__content--03 .objects .obj-3 {
  width: max(15%, 93px);
  right: 0;
  bottom: -8.2%;
  transform: rotate(22deg);
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content--03 .objects .obj-3 {
    left: 85%;
    right: unset;
    bottom: -16%;
    transform: rotate(11deg);
  }
}

.merit--01 .merit__content--03 .objects .obj-4 {
  width: max(22%, 125px);
  right: -45px;
  top: -0.3%;
  transform: rotate(-91deg);
}

.merit--01 .merit__content--03 .objects .obj-5 {
  width: max(20%, 125px);
  left: -35px;
  bottom: -6%;
  transform: rotate(2deg);
}

.merit--01 .merit__content--03 .objects .obj-6 {
  width: max(5%, 80px);
  right: -43px;
  bottom: -6%;
  transform: rotate(5deg);
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--03 .objects .obj-1 {
    right: 77%;
    left: unset;
    top: 4%;
    bottom: unset
  }

  .merit--01 .merit__content--03 .objects .obj-3 {
    width: max(18%, 85px);
    left: 87%;
    bottom: -5.5%;
    transform: rotate(-7deg);
  }

  .merit--01 .merit__content--03 .objects .obj-5 {
    width: max(20%, 135px);
    left: -50px;
    bottom: -9.8%;
    transform: rotate(0deg);
  }

  .merit--01 .merit__content--03 .objects .obj-6 {
    width: 10.4vw;
    right: 20vw;
    bottom: -6.67vw;
    transform: rotate(5deg);
  }

  .merit--01 .merit__content--03 .objects .obj-sm-1 {
    width: min(19%, 100px);
    left: 84%;
    top: -10.67vw;
    transform: rotate(-15deg)
  }

  .merit--01 .merit__content--03 .objects .obj-sm-2 {
    width: 19%;
    top: 5.8%;
    right: 84%;
    transform: rotate(34deg)
  }
}

/* merit__content--04 */
/* オブジェクトの位置調整 merit__content--04 */
.merit--01 .merit__content--04 .objects .obj-1 {
  width: 120px;
  right: -35px;
  bottom: 80%
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--04 .objects .obj-1 {
    width: 10.83vw;
    right: -3.16vw;
  }
}

.merit--01 .merit__content--04 .objects .obj-2 {
  width: 215px;
  right: -47px;
  bottom: 13.5%;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--04 .objects .obj-2 {
    width: 19.4vw;
    right: -4.24vw;
  }
}

.merit--01 .merit__content--04 .merit__content__text-wrap .objects .obj-img {
  width: 63%;
  top: -117%;
  right: -8%
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__content__text-wrap .objects .obj-img {
    width: 57%;
    right: -7%;
    top: -126%
  }
}

.merit--01 .merit__content--04 .merit__content__text-wrap .objects .obj-line {
  height: 62%;
  top: -50%;
  right: 58%;
  transform: rotate(-5deg)
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__content__text-wrap .objects .obj-line {
    height: 78px;
    right: 51%;
    top: -50%
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__content__title-wrap {
    margin-bottom: 30px
  }
}

.merit--01 .merit__content--04 .merit__content__text-wrap {
  margin-bottom: 4%
}

.merit--01 .merit__content--04 .merit__content__text--block {
  display: flex;
  flex-direction: column;
  gap: 8px
}

/* 割引の時間区間 */
.merit--01 .merit__content--04 .merit__content__sub-title {
  margin-top: 80px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__content__sub-title {
    margin-top: 6.67vw;
    margin-bottom: 0;
  }
}

.merit--01 .merit__time-img {
  display: block;
  width: 848px;
  margin: 0 auto;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__time-img {
    width: 76.53vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__time-img {
    width: 84.53vw;
  }
}

.merit--01 .merit__content--04 .merit__content__notes {
  padding-left: 7.5%;
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__content__notes {
    margin-top: 6.67vw;
    padding-left: 4.67vw;
  }
}

.merit--01 .merit__content--04 .merit__content__note--link {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.merit--01 .merit__content--04 .merit__content__note--red {
  color: #ff3b3b;
}

.merit--01 .merit__content--04 .merit__content__text-wrap--otoku {
  background-color: var(--nexco_pale_yellow);
  width: 848px;
  margin: 100px auto 50px;
  padding: 30px 0 40px 132px;
  border-radius: 32px;

  font-size: 3.1rem;
  line-height: 1.484;
  letter-spacing: -0.01em;
  font-weight: bold;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--04 .merit__content__text-wrap--otoku {
    width: 76.53vw;
    margin: 9.03vw auto 4.51vw;
    padding: 2.71vw 0 3.61vw 11.91vw;
    border-radius: 2.89vw;

    font-size: 2.8vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__content__text-wrap--otoku {
    width: 100%;
    margin: 16vw auto 13.33vw;
    padding: 6.13vw 0 8vw 4.8vw;
    border-radius: 0;
  }

  .merit--01 .merit__content--04 .merit__content__text-wrap--otoku .merit__content__text {
    font-size: 4.8vw;
    line-height: 1.444;
  }

  .merit--01 .merit__content--04 .merit__content__text-wrap--otoku .br-sp {
    display: block;
  }
}

.merit--01 .merit__content--04 .merit__case-detail {
  width: 400px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--04 .merit__case-detail {
    width: 36.1vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__case-detail {
    width: 94.13vw;
    margin-top: 10.67vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__case-detail+.merit__case-detail {
    margin-top: 22vw;
  }
}

.merit--01 .merit__content--04 .merit__case-detail+.merit__case-detail::before {
  height: 461px;
  left: -26px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--04 .merit__case-detail+.merit__case-detail::before {
    height: 41.61vw;
    left: -2.35vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__case-detail+.merit__case-detail::before {
    height: 1.07vw;
    left: 50%;
    top: -11.2vw;
    transform: translateY(-50%) translateX(-50%);
  }
}

.merit--01 .merit__content--04 .merit__case-hdg {
  height: 100px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--04 .merit__case-hdg {
    height: 9.03vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__case-hdg {
    height: 35.33vw;
    padding-top: 3.33vw;
  }
}

.merit--01 .merit__content--04 .merit__case-title {
  margin-right: 100px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--04 .merit__case-title {
    margin-right: 9.03vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__case-title {
    margin-right: 0;
  }
}

.merit--01 .merit__content--04 .merit__case-title::after {
  height: 80px;
  right: -50px
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--04 .merit__case-title::after {
    height: 7.22vw;
    right: -4.51vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__case-title::after {
    height: 0.8vw;
    right: auto;

  }
}

.merit--01 .merit__content--04 .merit__content__text-wrap--case {
  background-color: var(--nexco_pale_yellow);
  width: 100%;
  height: 92px;
  border-radius: 20px;
  padding-top: 20px;
  margin-top: 20px;
  padding-left: 33px;

  font-size: 3.4rem;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--04 .merit__content__text-wrap--case {
    height: 8.3vw;
    border-radius: 1.81vw;
    padding-top: 1.81vw;
    margin-top: 1.81vw;
    padding-left: 2.98vw;

    font-size: 3.07vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__content__text-wrap--case {
    width: 94vw;
    height: 23.73vw;
    border-radius: 0;
    padding-top: 4vw;
    margin-top: 6.67vw;
    padding-left: 11.33vw;

    font-size: 7.2vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__content__text--num {
    font-size: 8.26666vw;
  }
}

.merit--01 .merit__content--04 .merit__case-subtitle img {
  margin-bottom: 40px;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__content--04 .merit__case-subtitle img {
    margin-bottom: 3.61vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__content--04 .merit__case-subtitle img {
    margin-bottom: 8vw;
  }
}

.merit--01 .merit__case-note {
  margin-top: 50px;
  margin-left: 75px;

  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1108px) {
  .merit--01 .merit__case-note {
    margin-top: 4.51vw;
    margin-left: 6.77vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--01 .merit__case-note {
    margin-top: 4vw;
    margin-left: 4.67vw;

    font-size: 3.2vw;
  }
}

.merit--01 .merit__content--04 .button {
  margin-bottom: -5px;
}

@media screen and (max-width: 480px) {
  .merit--01 .merit__content--04 .button {
    margin-bottom: -1.33vw;
  }
}

/* merit--02 */
.merit--02 .merit__movie .objects .obj-3 {
  bottom: 10%;
}

@media screen and (max-width: 480px) {
  .merit--02 .merit__movie .objects .obj-3 {
    bottom: -40%;
  }
}

.merit--02 .merit__movie .objects .obj-sm {
  width: 16.53vw;
  top: -120%;
  left: -1.07vw;
}

@media screen and (max-width: 480px) {
  .merit--02 .merit__movie__lines {
    width: 47.33vw;
    bottom: -38%;
    left: -5.33vw;
  }
}

.merit--02 .merit__movie__lines--line {
  top: 9%;
  transform: rotate(17deg);
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__movie__lines--line {
    top: 60%;
    right: -10%;
    transform: rotate(0);
  }
}

@media screen and (max-width: 480px) {
  .merit--02 .merit__movie__lines--line {
    top: 60%;
    right: -15%;
    transform: rotate(3deg);
  }
}

.merit--02 .merit__movie__lines--comment {
  position: absolute;
  width: 318px;
  bottom: -90px;
  left: 40px;
}

@media screen and (max-width: 1108px) {
  .merit--02 .merit__movie__lines--comment {
    width: 28.7vw;
    bottom: -8.12vw;
    left: 3.61vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__movie__lines--comment {
    bottom: -12vw;
    left: 8vw;
    transform: rotate(-5deg);
  }
}

@media screen and (max-width: 480px) {
  .merit--02 .merit__movie__lines--comment {
    width: 57.6vw;
    bottom: -38%;
    left: 23%;
    transform: rotate(0deg);
  }
}

.merit--02 .merit__content {
  padding-top: 150px;
}

@media screen and (max-width: 1108px) {
  .merit--02 .merit__content {
    padding-top: 13.54vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content {
    padding-top: 21.33vw;
    padding-bottom: 26.67vw;
  }
}

@media screen and (max-width: 480px) {
  .merit--02 .merit__content {
    padding-top: 35.73vw;
    padding-bottom: 29.33vw;
  }
}

.merit--02 .merit__content__link {
  position: absolute;
  z-index: 10;
  bottom: 22px;
  right: 73px;

  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-weight: bold;

  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3em;
}

@media screen and (max-width: 1108px) {
  .merit--02 .merit__content__link {
    bottom: 1.99vw;
    right: 6.59vw;

    font-size: 1.44vw;
  }
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content__link {
    bottom: 16.8vw;
    right: auto;
    left: 10vw;

    font-size: 3.7333333333vw;
    line-height: 1;

    text-decoration-thickness: 0.53vw;
  }
}

.merit--02 .merit__content__link:hover {
  cursor: pointer;
  opacity: 0.7;
}

.merit--02 .merit__content__lines--line {
  left: 17.5%;
}

@media screen and (max-width: 768px) {
  .merit--02 .merit__content__lines--line {
    left: 6.5%;
  }
}

.merit--02 .merit__content__lines--img {
  left: 45%;
}

.relation__pdf--thumb {
  height: 269px;
}

@media screen and (max-width: 768px) {
  .relation__pdf--thumb {
    height: unset;
    max-height: 300px;
  }
}

.relation__pdf--thumb img.poster {
  height: 100%;
}