/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&family=M+PLUS+Rounded+1c:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-padding-top: 9rem;
}
:root {
  scroll-behavior: smooth;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --black-light: #0e172c;
  --yellow: #ffe0ac;
  --blue: #172c66;
  --pink: #DD5E98;
  --pink-light: #f5cbcb;
  --blue-light: #9ecad6;
  --primary: #172c66;
  --second: #ffe0ac;
  --text-body: #172c66;
  --radius: 5px;
}
/* Base Setting
---------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "M PLUS 1p", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.7;
  color: var(--primary);
}
h1, h2, h3, h4, h5, h6 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
  }
}
h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}
h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}
h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}
h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}
h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
iframe {
  max-width: 100%;
}
.container-fluid, .container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.site-footer__nav ul, .site-header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
input[type=text], input[type=email], input[type=password], input[type=phone], input[type=search], textarea, select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}
.btn {
  transition: all 0.3s;
  color: var(--primary);
  padding: 3px 50px 3px 25px;
  min-width: 220px;
  text-align: center;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
  border-radius: var(--radius);
  background: url("../images/globals/arrow-right.svg") no-repeat calc(100% - 25px) 50%/16px;
  text-transform: uppercase;
  border: 2px solid var(--black-light);
  border-radius: 200px;
  font-size: 18px;
  min-height: 54px;
  line-height: 1.45;
}
@media only screen and (min-width: 992px) {
  .btn {
    min-width: 300px;
    font-size: 24px;
    background-size: 20px;
    min-height: 60px;
    background-color: #fff;
  }
}
.btn small {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .btn small {
    font-size: 20px;
  }
}
.btn:hover {
  opacity: 0.7;
  color: var(--primary);
}
.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}
.btn-outline:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn-outline svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn-outline.btn-white {
  border-color: var(--white);
  color: var(--white);
}
.container-fluid {
  max-width: 1920px;
}
@media only screen and (min-width: 1400px) {
  .container-fluid {
    padding: 0 80px;
  }
}
.section {
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  .section {
    padding-block: 90px;
  }
  .points, .earn-points {
    margin-bottom: 90px;
  }
}
.section-heading {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-body);
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .section-heading {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-heading {
    font-size: 22px;
  }
}
.section-heading h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #0e172c;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0e172c;
  margin: 0 0 12px;
  letter-spacing: 0.05em;
  font-size: 28px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1200px) {
  .section-heading h2 {
    font-size: 52px;
  }
}
.section-heading h4 {
  max-width: 632px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
  display: flex;
  background: url("../images/globals/title-cmt.svg") no-repeat 0 100%/100%;
  color: var(--pink);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 20px 30px;
  margin: 40px auto 20px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .section-heading h4 {
    margin: 60px auto 20px;
    font-size: 18px;
    padding: 0 20px 38px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading h4 {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.section-heading__icon--right figure {
  position: absolute;
  top: -35px;
  right: -15px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .section-heading__icon--right figure {
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1240px) {
  .section-heading__icon--right figure {
    right: 50px;
  }
}
.section-heading__icon--right figure img {
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .section-heading__icon--right figure img {
    width: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading__icon--right figure img {
    width: 224.5px;
  }
}
.section-heading--cmt-2 h4 {
  background-image: url("../images/globals/title-cmt-2.svg");
}
.section-wave-1 {
  position: relative;
  z-index: 2;
  padding-block: 80px;
}
@media only screen and (min-width: 768px) {
  .section-wave-1 {
    padding-block: 100px;
  }
}
.section-wave-1::before, .section-wave-1::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}
.section-wave-1::before {
  top: 0;
  height: 100%;
  z-index: -1;
  background: url("../images/globals/wave-bg-top.png") no-repeat 0 0/100%, url("../images/globals/wave-bg-bottom.png") no-repeat 0 100%/100%;
}
.section-wave-1::after {
  z-index: -2;
  background: url("../images/globals/wave-bg-middle.png") repeat-y 0 0/100%;
  bottom: 15vw;
  top: 15vw;
}
.section-wave-2 {
  position: relative;
  z-index: 2;
  padding-block: 100px;
}
@media only screen and (min-width: 768px) {
  .section-wave-2 {
    padding-block: 180px;
  }
}
.section-wave-2::before, .section-wave-2::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}
.section-wave-2::before {
  top: 0;
  height: 100%;
  z-index: -1;
  background: url("../images/globals/wave-2-top.png") no-repeat 0 0/100%, url("../images/globals/wave-2-bottom.png") no-repeat 0 100%/100%;
}
.section-wave-2::after {
  z-index: -2;
  background: url("../images/globals/wave-2-middle.png") repeat-y 0 0/100%;
  bottom: 15vw;
  top: 15vw;
}
.btn-shadow {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  background: #519fb6;
  border-radius: 99px;
  box-shadow: 0 5px 0 rgba(81, 158, 182, 0.3);
  display: inline-flex;
  padding: 5px 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 85px;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .btn-shadow {
    font-size: 20px;
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .btn-shadow {
    font-size: 24px;
  }
}
.btn-shadow img {
  max-width: 20px;
}
@media only screen and (min-width: 768px) {
  .btn-shadow img {
    max-width: 31px;
  }
}
.btn-shadow:hover {
  opacity: 0.7;
  color: var(--white);
}
.section-button {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-button {
    margin-top: 80px;
  }
}
.section-button--right {
  justify-content: flex-end;
}
.hamburger {
  position: relative;
  width: 28px;
  height: 18px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 28px;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -8px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
.site-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .site-header {
    transition: all 0.3s;
  }
}
.site-header__inner {
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .site-header__inner {
    gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header__inner {
    padding-block: 30px;
  }
}
.site-header__logo a img {
  max-width: 220px;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1600px) {
  .site-header__logo a img {
    max-width: 366.5px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__btn {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 30px 15px;
    background: var(--white);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav {
    display: block !important;
  }
}
.site-header__nav ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .site-header__nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1600px) {
  .site-header__nav ul {
    gap: 10px 36px;
  }
}
.site-header__nav ul li a {
  color: var(--black-light);
  display: block;
  padding: 4px;
}
@media only screen and (min-width: 992px) {
  .site-header__nav ul li a {
    padding: 0;
  }
}
.site-header__nav ul li:hover > a, .site-header__nav ul li.active > a {
  color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .site-header.show-nav {
    background: var(--white);
  }
}
.site-header.header-sticky {
  background: var(--white);
  box-shadow: rgba(33, 33, 36, 0.1) 0px 10px 10px -10px;
}
.site-footer {
  background: url("../images/globals/footer-bg.png") no-repeat 0 0/cover;
  position: relative;
  z-index: 5;
}
.site-footer p {
  margin: 0;
}
.site-footer .back-to-top {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.site-footer .back-to-top__image {
  width: 53px;
}
.site-footer .back-to-top__text {
  position: absolute;
  max-width: none;
  animation: 10s linear 0s infinite rotate-infinite;
  width: 180px;
  top: calc(50% - 90px);
  left: calc(50% - 90px);
}
@media only screen and (min-width: 768px) {
  .site-footer .back-to-top__text {
    top: calc(50% - 106px);
    left: calc(50% - 106px);
    width: 212px;
  }
}
.site-footer__inner {
  padding-block: 100px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #414141;
}
@media only screen and (min-width: 992px) {
  .site-footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-block: 160px 60px;
  }
}
.site-footer__bottom {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .site-footer__bottom {
    min-width: 160px;
    text-align: left;
  }
}
.site-footer__nav {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .site-footer__nav {
    order: 2;
    margin-bottom: 0;
  }
}
.site-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .site-footer__nav ul {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1400px) {
  .site-footer__nav ul {
    gap: 10px 36px;
  }
}
.site-footer__nav ul li a {
  color: #414141;
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/** pages */
.banner picture {
  display: block;
}
.banner picture img {
  width: 100%;
}
.news {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .news {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .news__inner {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .news .section-heading {
    width: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .news .section-heading {
    width: 390px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .news__list {
    width: calc(100% - 320px);
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .news__list {
    width: calc(100% - 380px);
    padding-left: 100px;
    display: flex;
    align-items: center;
    align-content: center;
  }
}
.news__item {
  display: flex;
  padding: 12px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .news__item {
    padding: 14px 20px;
    align-items: center;
  }
  a.news__item {
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .news__item {
    font-size: 20px;
    padding: 15px 30px 15px 30px;
  }
}
.news__item + .news__item {
  background: url("../images/globals/dots.png") repeat-x 0 0;
}
.news__item time {
  font-size: 16px;
  min-width: 110px;
  padding-right: 10px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .news__item time {
    font-size: 18px;
    min-width: 135px;
    padding-right: 20px;
  }
}
.points .section-heading {
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .points .section-heading {
    font-size: 18px;
  }
}
.points-row {
  border: 1.5px solid var(--black-light);
  max-width: calc(100% - 40px);
  border-radius: 20px;
  margin-inline: auto;
  position: relative;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .points-row {
    max-width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-radius: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .points-row {
    padding: 30px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .points-row {
    padding: 50px 70px 30px 80px;
  }
}
.points-row + .points-row {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .points-row + .points-row {
    margin-top: 90px;
  }
}
.points-row__number {
  background: url("../images/globals/cmt-circle.svg") no-repeat 50% 50%/100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: -30px;
  left: -30px;
  text-align: center;
  line-height: 1.1;
  padding-top: 5px;
  color: var(--black-light);
  width: 60px;
  height: 60px;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .points-row__number {
    width: 90px;
    height: 90px;
    left: -50px;
    font-size: 16px;
  }
}
.points-row__number strong {
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  .points-row__number strong {
    font-size: 36px;
  }
}
.points-row > figure {
  position: absolute;
  bottom: -30px;
  right: -30px;
}
@media only screen and (min-width: 992px) {
  .points-row > figure {
    right: -50px;
  }
}
.points-row > figure img {
  width: 100%;
  max-width: 70px;
}
@media only screen and (min-width: 992px) {
  .points-row > figure img {
    max-width: 100px;
  }
}
.points-row__body {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .points-row__body {
    width: 58.2%;
  }
}
@media only screen and (min-width: 992px) {
  .points-row__body {
    font-size: 20px;
  }
}
.points-row__body h3 {
  font-weight: 700;
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) {
  .points-row__body h3 {
    margin: 0 0 24px;
    font-size: 30px;
    line-height: 1.2;
  }
}
.points-row__body p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .points-row__body p {
    margin-bottom: 30px;
  }
}
.points-row__body p:last-of-type {
  margin-bottom: 0;
}
.points-row__body small {
  font-size: 14px;
  line-height: 1.28;
  font-weight: 300;
  display: inline-block;
}
.points-row picture {
  display: block;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .points-row picture {
    width: calc(41.8% - 30px);
    align-self: center;
    margin-top: 0;
  }
}
.points-row--1 {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .points-row--1 .points-row__body {
    width: 52%;
  }
}
.points-row--1 picture {
  align-self: flex-end;
}
@media only screen and (min-width: 768px) {
  .points-row--1 picture {
    width: calc(48% - 30px);
  }
}
.points-row--2 > figure img {
  max-width: 60px;
}
@media only screen and (min-width: 992px) {
  .points-row--2 > figure img {
    max-width: 81px;
  }
}
.points-row--3 > figure img {
  max-width: 60px;
}
@media only screen and (min-width: 992px) {
  .points-row--3 > figure img {
    max-width: 84px;
  }
}
.qr-code {
  display: flex;
  gap: 30px;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .qr-code {
    gap: 50px;
  }
}
.qr-code h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.375;
}
.qr-code h5 strong {
  font-weight: 700;
}
.qr-code img {
  width: 100%;
  max-width: 80px;
}
@media only screen and (min-width: 992px) {
  .qr-code img {
    max-width: 102px;
  }
}
.qr-code__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .qr-code__row {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.qr-code__col {
  display: flex;
  gap: 10px 30px;
}
@media only screen and (min-width: 768px) {
  .qr-code__col {
    padding-inline: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .qr-code__col {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .qr-code__col {
    padding-inline: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .qr-code__col {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .qr-code__col + .qr-code__col {
    background: url("../images/globals/dots-vertical.png") repeat-y 0 0;
  }
}
.qr-code__col > figure img {
  width: 100%;
  max-width: 80px;
}
@media only screen and (min-width: 992px) {
  .qr-code__col > figure img {
    max-width: 102px;
  }
}
.qr-code__col--title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  text-align: center;
}
.qr-code__col--title h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.qr-code__col:nth-child(1) .qr-code__col--title img {
  width: 100%;
  max-width: 124px;
}
.qr-code__col:nth-child(2) .qr-code__col--title img {
  width: 100%;
  max-width: 153px;
}
@media only screen and (min-width: 768px) {
  .steps {
    padding-block: 80px 120px;
  }
}
@media only screen and (min-width: 992px) {
  .steps {
    padding-block: 100px 170px;
  }
}
.steps-note {
  box-shadow: 5px 5px 0 rgba(116, 141, 174, 0.3);
  padding: 16px 30px;
  border-radius: 999px;
  max-width: 800px;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--white);
  gap: 10px;
  font-weight: 700;
  line-height: 1.426;
  font-size: 16px;
  color: #dd5e98;
  letter-spacing: 0.07em;
}
@media only screen and (min-width: 768px) {
  .steps-note {
    font-size: 18px;
    margin: 0 auto 110px;
  }
}
.steps-note img {
  width: 47px;
}
.steps-row {
  border: 2px solid #7ab6c7;
  border-radius: 20px;
  background: var(--white);
  position: relative;
  padding: 20px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .steps-row {
    border-radius: 30px;
    padding: 30px 30px 40px;
    margin-bottom: 120px;
  }
}
.steps-row::before {
  content: "";
  border-right: 4px solid #7ab6c7;
  position: absolute;
  height: 82px;
  left: calc(50% - 2px);
  top: 100%;
}
@media only screen and (min-width: 768px) {
  .steps-row::before {
    height: 122px;
  }
}
.steps-row__number {
  position: absolute;
  bottom: calc(100% - 4px);
  left: 20px;
  color: var(--black-light);
  -webkit-text-fill-color: #7ab6c7;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--black-light);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .steps-row__number {
    left: 40px;
    font-size: 38px;
  }
}
.steps-row__number strong {
  font-weight: 700;
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .steps-row__number strong {
    font-size: 48px;
  }
}
.steps-row__body h4 {
  font-size: 16px;
  font-weight: 700;
  background: var(--blue-light);
  color: var(--black-light);
  margin: 0 0 16px;
  border-radius: 99px;
  display: inline-flex;
  padding: 5px 30px;
  min-height: 40px;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .steps-row__body h4 {
    min-height: 55px;
    font-size: 18px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .steps-row__body h4 {
    font-size: 22px;
  }
}
.steps-row__body h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .steps-row__body h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .steps-row__body h3 {
    font-size: 24px;
  }
}
.steps-row__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .steps-row__row {
    margin-top: 50px;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.steps-row__row + .steps-row__row {
  padding-top: 30px;
  background: url("../images/globals/dots.png") repeat-x 0 0;
}
@media only screen and (min-width: 768px) {
  .steps-row__row + .steps-row__row {
    padding-top: 50px;
  }
}
.steps-row__row--col {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.476;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .steps-row__row--col {
    padding-inline: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .steps-row__row--col {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .steps-row__row--col + .steps-row__row--col {
    background: url("../images/globals/dots-vertical.png") repeat-y 0 0;
  }
}
.steps-row__row--col h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4766;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .steps-row__row--col h4 {
    margin: 0 0 40px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .steps-row__row--col h4 {
    width: 100%;
  }
}
.steps-row__row--col h4 span {
  color: var(--pink);
}
.steps-row__row--col h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 16px;
}
@media only screen and (min-width: 992px) {
  .steps-row__row--col h6 {
    margin: 0 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .steps-row__row--col h6 {
    width: 100%;
  }
}
.steps-row__row--col p {
  width: 100%;
}
.steps-row__row--col p span {
  color: var(--pink);
}
.steps-row__row--col figure {
  margin-top: auto;
}
.steps-row__row--col:first-child h4, .steps-row__row--col:first-child h6 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .steps-row__row--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .steps-row__row--2-1 {
    grid-template-columns: 2.5fr 1fr;
  }
}
.steps-row__row--2-1 .steps-row__row--col {
  background: none;
}
.steps-row__bottom {
  font-size: 14px;
  line-height: 1.2857;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .steps-row__bottom {
    margin-top: 32px;
  }
}
.steps-row__note {
  display: flex;
  gap: 15px;
  font-weight: 500;
  line-height: 1.36;
  justify-content: center;
  margin-top: 18px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .steps-row__note {
    margin-top: 24px;
    font-size: 18px;
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .steps-row__note {
    font-size: 22px;
  }
}
.steps-row__note figure img {
  width: 48px;
}
.steps-row--2 .steps-row__row--col > figure img {
  width: 100%;
  max-width: 249px;
}
.steps-row--2 .steps-row__row--col:nth-child(2) > figure img {
  max-width: 248px;
}
.steps-row--2 .steps-row__row--col:nth-child(3) > figure img {
  max-width: 279px;
}
.steps-row--3 .steps-row__row--2-1 .steps-row__row--col > figure img {
  width: 100%;
  max-width: 158px;
}
.steps-row--3 .steps-row__row--2 .steps-row__row--col > figure img {
  width: 100%;
  max-width: 159px;
}
.steps-row--4 .steps-row__row--col {
  background: none;
}
.steps-row--4 .steps-row__row--col > figure img {
  width: 100%;
  max-width: 348px;
}
.steps-row--last::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: 4px solid #7ab6c7;
  border-right: 4px solid #7ab6c7;
  bottom: -80px;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  transform-origin: left;
}
@media only screen and (min-width: 768px) {
  .steps-row--last::after {
    bottom: -120px;
    width: 30px;
    height: 30px;
  }
}
.steps-bottom {
  display: grid;
  gap: 20px 80px;
  margin-top: 100px;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) {
  .steps-bottom {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .steps-bottom {
    flex-wrap: nowrap;
    grid-template-columns: 1fr 800px 1fr;
  }
}
.steps-bottom .btn-shadow {
  width: 100%;
  max-width: 800px;
  grid-column: 1/3;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .steps-bottom .btn-shadow {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.steps-bottom figure {
  text-align: center;
}
.steps-bottom figure img {
  width: 100%;
  max-width: 42px;
}
@media only screen and (min-width: 768px) {
  .steps-bottom figure img {
    max-width: 54px;
  }
}
@media only screen and (min-width: 992px) {
  .steps-bottom figure img {
    max-width: 61px;
  }
}
@media only screen and (min-width: 1200px) {
  .steps-bottom__img--left {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.steps-bottom__img--left img {
  max-width: 56px;
}
@media only screen and (min-width: 1200px) {
  .steps-bottom__img--right {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.earn-points__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .earn-points__inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.earn-points__item {
  display: flex;
  justify-content: center;
}
.earn-points__item--inner {
  width: 200px;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("../images/globals/bg-circle.svg") no-repeat 50% 50%/100%;
  padding: 10px 20px 40px;
}
.earn-points__item--inner h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}
.earn-points__item--inner figure {
  position: absolute;
  right: -25px;
  bottom: -10px;
}
.earn-points__item--inner figure img {
  width: 100%;
  max-width: 100px;
}
.earn-points__item:first-child .earn-points__item--inner figure img {
  max-width: 110px;
}
.earn-points .btn {
  flex-direction: column;
  padding: 5px 60px 5px 40px;
}
.application__card {
  max-width: 995px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .application__card {
    flex-direction: row;
  }
}
.application__body {
  border: 2px solid var(--black-light);
  border-radius: 20px;
  position: relative;
  padding: 60px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.36;
  box-shadow: 5px 5px 0 rgba(116, 141, 174, 0.3);
}
@media only screen and (min-width: 768px) {
  .application__body {
    border-radius: 26px;
    width: calc(100% - 197px);
    font-size: 18px;
    padding: 74px 30px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .application__body {
    font-size: 22px;
    box-shadow: 10px 10px 0 rgba(116, 141, 174, 0.3);
  }
}
.application__body::before {
  content: "";
  width: 160px;
  height: 160px;
  top: -9px;
  left: -9px;
  background: url("../images/globals/ribbon.svg") no-repeat 0 0/100%;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .application__body::before {
    width: 220px;
    height: 220px;
    top: -12px;
    left: -12px;
  }
}
@media only screen and (min-width: 992px) {
  .application__body::before {
    width: 293px;
    height: 293px;
    top: -16px;
    left: -16px;
  }
}
.application__body h3 {
  text-align: center;
  padding: 0 50px 10px;
  background: url("../images/globals/lines-yellow-left.svg") no-repeat 0 100%/42px, url("../images/globals/lines-yellow-right.svg") no-repeat 100% 100%/42px;
  margin: 0 0 25px;
  font-weight: 400;
  font-size: 34px;
}
@media only screen and (min-width: 768px) {
  .application__body h3 {
    font-size: 40px;
    padding: 0 70px 10px;
    background-size: 54px;
  }
}
@media only screen and (min-width: 992px) {
  .application__body h3 {
    font-size: 50px;
    margin: 0 0 35px;
    padding: 0 100px 10px;
    background-size: 67px;
  }
}
@media only screen and (min-width: 1200px) {
  .application__body h3 {
    font-size: 60px;
  }
}
.application__body h3 strong {
  font-size: 52px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .application__body h3 strong {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .application__body h3 strong {
    font-size: 72px;
  }
}
@media only screen and (min-width: 1200px) {
  .application__body h3 strong {
    font-size: 86px;
  }
}
.application__body h3 small {
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .application__body h3 small {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .application__body h3 small {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .application__body h3 small {
    font-size: 54px;
  }
}
.application__body h3 span {
  letter-spacing: -0.7em;
}
.application__tag {
  border: 2px solid var(--black-light);
  border-radius: 20px;
  margin-top: -2px;
  position: relative;
  box-shadow: 5px 5px 0 rgba(116, 141, 174, 0.3);
  background: var(--white);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}
@media only screen and (min-width: 768px) {
  .application__tag {
    width: 197px;
    border-radius: 26px;
    margin-left: -2px;
    margin-top: 0;
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .application__tag {
    box-shadow: 10px 10px 0 rgba(116, 141, 174, 0.3);
  }
}
.application__tag::before {
  content: "";
  position: absolute;
  height: 4px;
  background: url("../images/globals/dots-vertical-2.png") repeat-x 0 0/auto 4px var(--white);
  top: -3px;
  left: 16px;
  right: 16px;
}
@media only screen and (min-width: 768px) {
  .application__tag::before {
    height: auto;
    width: 4px;
    top: 18px;
    left: -3px;
    bottom: 18px;
    right: auto;
    background: url("../images/globals/dots-2.png") repeat-y 0 0/4px var(--white);
  }
}
.application__tag h5 {
  font-weight: 700;
  font-size: 40px;
  color: #D1D5E0;
  margin: 0;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  .application__tag h5 {
    writing-mode: sideways-lr;
    text-orientation: mixed;
  }
}
@media only screen and (min-width: 992px) {
  .application__tag h5 {
    font-size: 64px;
  }
}
.application__note {
  max-width: 995px;
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .application__note {
    padding-inline: 30px;
    margin: 40px auto 0;
  }
}
.devices {
  padding-bottom: 80px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .devices {
    padding-bottom: 120px;
  }
}
.devices__content {
  text-align: center;
  line-height: 2;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .devices__content {
    font-size: 18px;
  }
}
.devices__content figure {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .devices__content figure {
    margin-top: 45px;
  }
}
.faq__box {
  border: 2px solid #7ab6c7;
  border-radius: 20px;
  background: var(--white);
  padding: 30px 20px;
}
@media only screen and (min-width: 768px) {
  .faq__box {
    border-radius: 30px;
    padding: 40px 30px;
  }
}
.faq__box h3 {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .faq__box h3 {
    margin: 0 0 38px;
  }
}
.faq__box h3::before {
  content: "Q";
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  background: #519fb6;
  border-radius: 50%;
}
.faq__box--inner {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1000px;
  margin-inline: auto;
  gap: 50px;
}
@media only screen and (min-width: 768px) {
  .faq__box--inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .faq__box--inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.faq__box--col {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  text-align: center;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .faq__box--col + .faq__box--col {
    background: url("../images/globals/dots-vertical.png") repeat-y 0 0;
  }
}
.faq__box--col h4 {
  font-size: 22px;
  line-height: 1.18;
  font-weight: 700;
  margin: 0 0 20px;
  min-height: 52px;
}
.faq__box--col h4 span {
  color: var(--pink);
}
.faq__box--col figure {
  margin: 0 0 30px;
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__box--col figure img {
  width: 68%;
  max-width: 142px;
}
.faq__box--content {
  margin: 30px auto 0;
  max-width: 1000px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
}
.contact-information {
  padding-bottom: 220px;
  margin-top: 90px;
}
@media only screen and (min-width: 768px) {
  .contact-information {
    padding-bottom: 374px;
  }
}
.contact-information__box {
  border: 1.5px solid #0e172c;
  border-radius: 20px;
  position: relative;
  margin-inline: auto;
  max-width: calc(100% - 40px);
  padding: 40px 30px;
  text-align: center;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .contact-information__box {
    border-radius: 30px;
    max-width: calc(100% - 100px);
    padding: 50px 40px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-information__box {
    padding: 65px 40px;
  }
}
.contact-information__box > figure {
  width: 80px;
  position: absolute;
  left: -30px;
  top: -30px;
}
@media only screen and (min-width: 1200px) {
  .contact-information__box > figure {
    width: 120px;
    left: -50px;
    top: -50px;
  }
}
.contact-information__box > figure img {
  width: 100%;
}
.contact-information__box h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .contact-information__box h3 {
    font-size: 24px;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-information__box h3 {
    font-size: 30px;
  }
}
.contact-information__box h4 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .contact-information__box h4 {
    font-size: 26px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-information__box h4 {
    font-size: 36px;
  }
}
.contact-information__more {
  max-width: 960px;
  margin: 80px auto 0;
  border: 4px solid #7AB6C7;
  position: relative;
  display: flex;
  flex-direction: column;
  /*  background: url("../images/globals/bg-dots.png") repeat 0 0;*/
}
@media only screen and (min-width: 768px) {
  .contact-information__more {
    flex-direction: row;
    margin-top: 160px;
  }
}
.contact-information__more--content {
  position: relative;
  padding: 20px 20px 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact-information__more--content {
    padding: 15px 30px 15px 140px;
    width: calc(100% - 227px);
    margin-right: -30px;
    text-align: left;
  }
}
.contact-information__more--content figure {
  position: absolute;
  bottom: -14px;
  left: 5px;
  width: 74px;
}
@media only screen and (min-width: 768px) {
  .contact-information__more--content figure {
    left: 25px;
    width: 88.6px;
    bottom: -17px;
  }
}
.contact-information__more--content figure img {
  width: 100%;
}
.contact-information__more--content h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .contact-information__more--content h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-information__more--content h3 {
    font-size: 25px;
  }
}
.contact-information__more--content h3 span {
  color: var(--pink);
  font-size: 22px;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .contact-information__more--content h3 span {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-information__more--content h3 span {
    font-size: 30px;
  }
}
.contact-information__more--link {
  background: #7AB6C7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
}
@media only screen and (min-width: 768px) {
  .contact-information__more--link {
    justify-content: flex-end;
    align-items: flex-end;
    width: 257px;
    margin: -1px -1px -1px 1px;
    background: url("../images/globals/bg-wave-left.png") no-repeat 0 0/100% 100%;
  }
}
.contact-information__more--link figure img {
  width: 100%;
  max-width: 173px;
}