/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url(../fonts/NotoSansJP-Regular.ttf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url(../fonts/NotoSansJP-Bold.ttf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url(../fonts/NotoSansJP-Medium.ttf) format("opentype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url(../fonts/Roboto-VariableFont_wdthwght.ttf) format("opentype");
}
* {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #333;
}

html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}

br {
  height: 0;
}

.u-pc {
  display: none;
}
@media (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-maxWidth {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.u-max1300Width {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.u-flex {
  display: flex;
}
@media (min-width: 768px) {
  .u-flex__pc {
    display: flex;
  }
}
.u-flex__sp {
  display: flex;
}
@media (min-width: 768px) {
  .u-flex__sp {
    display: block;
  }
}

.u-grid {
  display: grid;
}
@media (min-width: 768px) {
  .u-grid__pc {
    display: grid;
  }
}

.u-h2 {
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 138%;
}
@media (min-width: 768px) {
  .u-h2 {
    font-size: 4.2rem;
  }
}
.u-h2__small {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .u-h2__small {
    font-size: 2rem;
    line-height: 100%;
  }
}
.u-h2__small:before, .u-h2__small:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 12px;
  height: 13px;
  margin: auto;
}
.u-h2__small:before {
  right: -16px;
  background: url("../images/head-left.png") no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .u-h2__small:before {
    right: -22px;
    bottom: 3px;
  }
}
.u-h2__small:after {
  left: -16px;
  background: url("../images/head-right.png") no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .u-h2__small:after {
    left: -22px;
    bottom: 3px;
  }
}
.u-h2 span:not(.u-h2__small) {
  font-weight: bold;
  border-bottom: #E54E6B 8px solid;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 138%;
}
@media (min-width: 768px) {
  .u-h2 span:not(.u-h2__small) {
    font-size: 4.2rem;
  }
}
.u-h2__2row {
  padding-bottom: 0;
  border-bottom: #e54e6b 8px solid;
}
.u-h2__2row span:not(.u-h2__small) {
  border: none;
}

.u-roboto {
  font-family: "Roboto", sans-serif;
}

.u-copy {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}

img {
  max-width: 100%;
}

.fixed {
  position: fixed;
  bottom: 1rem;
  left: 0;
  right: 0;
}

.u-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 29.5rem;
  min-height: 6.3rem;
  font-size: 2rem;
  text-align: center;
  border-radius: 50px;
  border: #E54E6B 3px solid;
  background: #E54E6B;
}
@media (min-width: 768px) {
  .u-btn {
    min-width: 33rem;
    min-height: 7rem;
    font-size: 2.2rem;
  }
}
.u-btn p {
  color: #fff;
}
.u-btn:hover {
  opacity: 0.8;
}
.u-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  display: block;
  width: 0.775rem;
  height: 1.4rem;
  margin: auto;
  background-image: url("../images/arrow-w.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .u-btn:after {
    right: 20px;
    width: 0.8rem;
  }
}
.u-btn p {
  font-weight: bold;
}
.u-btn__w {
  color: #E54E6B;
  background-color: #fff;
}
.u-btn__w:after {
  background-image: url("../images/arrow-p.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.u-btn__w p {
  color: #E54E6B;
}
.u-btn__chiba-sumai {
  min-width: 28rem;
  border: none;
  border-radius: 10px;
  color: #E54E6B;
  background-color: #f6e7ec;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .u-btn__chiba-sumai {
    justify-content: start;
    width: 48rem;
    padding-left: 1.8rem;
    font-size: 2.6rem;
  }
}
.u-btn__chiba-sumai:after {
  background-image: url("../images/arrow-p.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.u-btn__chiba-sumai p {
  color: #E54E6B;
}
.u-btn__chiba-sumai br {
  display: block;
}
@media (min-width: 768px) {
  .u-btn__chiba-sumai br {
    display: none;
  }
}
.u-btn__middle {
  width: 33.5rem;
  height: 6.3rem;
  font-size: 1.7rem;
}
.u-btn__middle:after {
  width: 0.78rem;
  height: 1.33333rem;
  margin-top: 7%;
}
@media (min-width: 768px) {
  .u-btn__middle {
    width: 49.1rem;
    height: 7.1rem;
    font-size: 2.3rem;
  }
  .u-btn__middle:after {
    width: 1rem;
    height: 1.652rem;
    margin-top: auto;
  }
}
.u-btn__big {
  width: 31.5rem;
  height: 7.6rem;
  font-size: 1.8rem;
}
.u-btn__big:after {
  display: none;
}
@media (min-width: 768px) {
  .u-btn__big {
    width: 6.6rem;
    height: 10rem;
    font-size: 2.4rem;
  }
  .u-btn__big:after {
    right: 26px;
    width: 1.2rem;
    height: 2.4rem;
  }
}
.u-btn__b {
  justify-content: left;
  min-width: 165px;
  min-height: 58px;
  font-size: 1.4rem;
  color: #0E78CA;
  border: #0E78CA 3px solid;
  border-radius: 10px;
  background: #fff;
}
@media (min-width: 768px) {
  .u-btn__b {
    justify-content: center;
    min-width: 240px;
    min-height: 50px;
  }
}
.u-btn__b:after {
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("../images/arrow-b.png") no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .u-btn__b:after {
    right: 15px;
  }
}
.u-btn__b span {
  display: inline-block;
  padding-left: 1rem;
  font-weight: bold;
  color: #0E78CA;
}
@media (min-width: 768px) {
  .u-btn__b span {
    display: inline;
    padding-right: 1rem;
    padding-left: 0;
  }
}
.u-btn__little {
  font-size: 1.2rem;
  width: 295px;
}
@media (min-width: 768px) {
  .u-btn__little {
    width: auto;
  }
}

.mv {
  position: relative;
  padding: 2rem;
  background: url("../images/mv-bg_sp.jpg") no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .mv {
    height: 100vh;
    background: url("../images/mv-bg.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0;
  }
}
.mv__logo {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  left: auto;
  width: 146px;
  height: 44px;
}
@media (min-width: 768px) {
  .mv__logo {
    right: auto;
    left: 20px;
    width: 163px;
    height: 49px;
  }
}
.mv__icon {
  position: absolute;
  z-index: 2;
  top: -89px;
  left: -22px;
  width: 93px;
  height: 93px;
}
@media (min-width: 768px) {
  .mv__icon {
    top: -70px;
    left: -105px;
    width: 122px;
    height: 122px;
  }
}
.mv__copyBox {
  position: relative;
  margin-top: 90px;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: left;
}
@media (min-width: 768px) {
  .mv__copyBox {
    position: absolute;
    top: 21%;
    left: 13.69%;
    margin-top: 0;
  }
}
.mv__copyBox h1 {
  min-width: 315px;
  min-height: 123px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .mv__copyBox h1 {
    width: 639px;
    height: 233px;
    margin-bottom: 1.8rem;
  }
}
.mv__description {
  width: 100%;
  margin-bottom: 0.2rem;
  color: #0E78CA;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .mv__description {
    margin-bottom: 1.2rem;
    font-size: 2.7rem;
  }
}
.mv__description span {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  font-weight: bold;
  color: #0E78CA;
  background: #fff;
}
@media (min-width: 768px) {
  .mv__description span {
    padding: 1rem;
  }
}
.mv__97 {
  position: static;
  width: 127px;
  height: 127px;
  margin: 1rem 0 0.7rem;
}
@media (min-width: 768px) {
  .mv__97 {
    position: absolute;
    bottom: 150px;
    left: 630px;
    width: 193px;
    height: 193px;
  }
}
.mv-ctaArea.fixed ul {
  display: flex;
  width: calc(100% - 10px);
  margin: 0 auto;
  justify-content: space-around;
}
.mv-ctaArea.fixed ul li {
  width: calc(50% - 5px);
}
.mv-ctaArea.fixed ul li a {
  min-width: auto;
  font-size: 1.6rem;
}
.mv-ctaArea.fixed ul li a span {
  font-size: 1rem;
}
.mv-ctaArea__btns {
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .mv-ctaArea__btns {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
  }
}
.mv-ctaArea__btns-item {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .mv-ctaArea__btns-item {
    margin-bottom: 0;
  }
}
.mv-ctaArea__btns span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #E54E6B;
}
@media (min-width: 768px) {
  .mv-ctaArea__btns span {
    font-size: 1.4rem;
  }
}
.mv-ctaArea__btns-chiba-sumai {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .mv-ctaArea__btns-chiba-sumai {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.mv__attention {
  position: absolute;
  left: 20px;
  bottom: 5px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 0 0 3px rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .mv__attention {
    bottom: 10px;
    font-size: 1.1rem;
  }
}

.ankeres {
  padding: 2rem;
}
@media (min-width: 768px) {
  .ankeres {
    padding: 3rem 0;
  }
}
.ankeres__box {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
@media (min-width: 768px) {
  .ankeres__box {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 1rem;
    row-gap: 0;
    place-content: center;
  }
}
.ankeres__box--last {
  grid-column: 1/-1;
  justify-self: center;
}
@media (min-width: 768px) {
  .ankeres__box--last {
    grid-column: auto;
    justify-self: auto;
  }
}

.footer__inner {
  justify-content: center;
  flex-wrap: wrap;
  max-width: 269px;
  margin: 0 auto;
  padding: 4rem 0 10rem;
}
@media (min-width: 768px) {
  .footer__inner {
    max-width: 434px;
    padding: 4rem 0 2.4rem;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 2.2rem;
}
@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 3rem;
  }
}
.footer__logo:first-of-type {
  max-width: 154px;
}
.footer__copy {
  margin-top: 1.8rem;
}
@media (min-width: 768px) {
  .footer__copy {
    margin-top: 5rem;
  }
}
.footer__cta {
  bottom: -100%;
  transform: 0.5s ease;
}
.footer__cta.fixed {
  z-index: 3;
  bottom: 0;
  padding: 1.4rem 0 0.4rem;
  background: #fff;
}

.lead {
  position: relative;
  padding: 6rem 2rem 13.8rem;
  background-image: url("../images/sq-bg_sp.png"), url("../images/lead-bg_sp.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
  background-position: 0 100%, 50% 0;
}
@media (min-width: 768px) {
  .lead {
    padding: 12rem 0 24.2rem;
    background-image: url("../images/sq-bg.png"), url("../images/lead-bg.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, cover;
    background-position: 0 100%, 50% 0;
  }
}
.lead__box {
  padding-left: 1rem;
}
.lead__box h2 {
  margin-bottom: 2rem;
  line-height: 180%;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .lead__box h2 {
    font-size: 3rem;
  }
}
.lead__box p {
  color: #fff;
  line-height: 200%;
  font-weight: bold;
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .lead__box p {
    text-align: center;
    font-size: 2rem;
  }
}
.lead__box p span {
  color: #fff;
  font-weight: bold;
  background: #E54E6B;
}

.support {
  margin: 0 auto 6rem;
}
@media (min-width: 768px) {
  .support {
    max-width: 1366px;
    margin: 0 auto 12.2rem;
  }
}
.support h2 {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .support h2 {
    margin-bottom: 5rem;
  }
}
.support__box {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 4rem;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .support__box {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1183px;
    padding: 0;
  }
}
.support__box:nth-of-type(2n-1) .support__text {
  order: 1;
}
.support__box:nth-of-type(2n-1) picture {
  order: 2;
}
@media (min-width: 768px) {
  .support__box:nth-of-type(2n-1) {
    margin-left: calc(100% - 1183px);
  }
}
.support__text {
  order: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .support__text {
    order: 2;
    width: 589px;
  }
}
.support__text .point {
  width: 107px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .support__text .point {
    width: 130px;
    margin-bottom: 2.8rem;
  }
}
.support__text h3 {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #E54E6B;
  line-height: 130%;
}
@media (min-width: 768px) {
  .support__text h3 {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}
.support__text p {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #0E78CA;
  font-weight: bold;
  line-height: 160%;
}
@media (min-width: 768px) {
  .support__text p {
    font-size: 1.8rem;
    line-height: 180%;
  }
}
.support__text p sub {
  color: #0E78CA;
}
.support__text p span {
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.2rem;
  color: #0E78CA;
}
.support__img {
  order: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .support__img {
    width: calc(100% - 651px);
    order: 1;
  }
}
.support .u-btn__middle {
  margin: 0 auto;
}

.refer {
  padding: 6rem 2rem;
  background: #D6ECFD;
}
@media (min-width: 768px) {
  .refer {
    padding: 12rem 0;
  }
}
.refer__inner h2 {
  margin-bottom: 3rem;
}
.refer__inner h2 + p {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 500;
}
@media (min-width: 768px) {
  .refer__inner h2 + p {
    margin-bottom: 4rem;
    font-size: 2rem;
    text-align: center;
  }
}
.refer__box {
  position: relative;
  margin-bottom: 3.6rem;
  border-radius: 10px 10px 0 0;
}
.refer__img {
  width: 100%;
}
@media (min-width: 768px) {
  .refer__img {
    width: 378px;
  }
}
.refer__text {
  padding: 0 1.4rem 3rem;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 768px) {
  .refer__text {
    width: calc(100% - 378px);
    padding: 0;
    border-radius: 0 10px 10px 0;
  }
}
@media (min-width: 768px) {
  .refer__ribbon {
    height: 113px;
    margin-bottom: 3rem;
  }
}
.refer__ribbon h3 {
  width: calc(100% + 2.8rem);
  margin-bottom: 2rem;
  margin-left: -1.4rem;
  padding: 1.5rem 0;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  background: #0E78CA;
}
@media (min-width: 768px) {
  .refer__ribbon h3 {
    align-items: center;
    width: calc(100% - 184px);
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 0 0 2.7rem;
    text-align: left;
    font-size: 2.4rem;
  }
}
.refer__ribbon h3 span {
  font-weight: bold;
  color: #fff;
  line-height: 150%;
}
.refer__ribbon i {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 93px;
  height: 93px;
  font-size: 1.4rem;
  font-style: normal;
  color: #fff;
  text-align: center;
  background-color: #E54E6B;
  background-image: url("../images/pink-home.png");
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 93px;
  background-position: 50% 25%;
}
@media (min-width: 768px) {
  .refer__ribbon i {
    position: static;
    width: 184px;
    height: 100%;
    font-size: 2rem;
    background-size: 90px;
    border-radius: 0 10px 0 0;
    background-position: 50% 100%;
  }
}
.refer__ribbon i span {
  margin: auto;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) {
  .refer__ribbon i span {
    text-align: left;
  }
}
.refer__check {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .refer__check {
    padding-left: 3rem;
  }
}
.refer__check > p {
  height: 27px;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  background: #E54E6B;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .refer__check > p {
    width: 126px;
    height: 70px;
    margin-right: 2rem;
    margin-bottom: 0;
    line-height: 70px;
    font-size: 1.5rem;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .refer__check ul {
    margin-top: 0.5rem;
  }
}
.refer__check li {
  align-items: flex-start;
  margin-bottom: 1rem;
}
.refer__check li:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  margin-top: 2px;
  margin-right: 0.5rem;
  background: url("../images/pink-chack.png") no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .refer__check li:before {
    margin-top: 4px;
  }
}
.refer__check li p {
  width: calc(100% - 23px);
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .refer__check li p {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .refer__dl {
    padding-left: 3rem;
  }
}
.refer__dl dt {
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  color: #0E78CA;
  font-weight: bold;
}
.refer__dl dd {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 20px;
}
@media (min-width: 768px) {
  .refer__dl dd {
    font-size: 1.5rem;
  }
}

.about {
  padding: 6rem 2rem 0;
}
.about h2 {
  margin-bottom: 3rem;
}
.about h2 + p {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 180%;
  text-align: center;
  font-weight: bold;
}
.about__inner {
  justify-content: space-between;
}
.about__box {
  width: 100%;
  margin-bottom: 3rem;
  padding: 3rem;
  background: #F8F8F8;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .about__box {
    width: 482px;
    margin-bottom: 5rem;
  }
}
.about__person__catch {
  margin-bottom: 2rem;
  font-weight: bold;
  color: #E54E6B;
  font-size: 1.8rem;
  line-height: 160%;
}
@media (min-width: 768px) {
  .about__person__catch {
    margin-bottom: 1.4rem;
    font-size: 1.7rem;
  }
}
.about__profile {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.about__profile img {
  width: 88px;
  height: 88px;
}
.about__profile-text {
  width: calc(100% - 106px);
}
@media (min-width: 768px) {
  .about__profile-text {
    width: calc(100% - 118px);
  }
}
.about__name {
  align-items: center;
  line-height: 150%;
  font-size: 1.5rem;
  font-weight: bold;
}
.about__name span {
  display: block;
  margin-right: 1.5rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .about__name span {
    display: inline-block;
    margin-left: 1.2rem;
  }
}
.about__text p {
  line-height: 200%;
  font-size: 1.4rem;
}
.about__woman {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .about__woman {
    flex-wrap: nowrap;
    margin-bottom: -6px;
  }
}
.about__woman p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 84px;
  margin-right: 0;
  margin-bottom: 1.2rem;
  padding: 0 1rem;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #E54E6B;
}
@media (min-width: 768px) {
  .about__woman p {
    width: 489px;
    height: 127px;
    margin-right: 2.4rem;
    margin-bottom: 0;
    padding: 0;
    font-size: 2.2rem;
  }
}
.about__woman p::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -0.8rem;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(229, 78, 107, 0);
  border-top-width: 9px;
  border-bottom-width: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-color: #E54E6B;
}
@media (min-width: 768px) {
  .about__woman p::after {
    top: 50%;
    left: 100%;
    margin-top: -5px;
    margin-left: 0;
    border-color: rgba(229, 78, 107, 0);
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 11px;
    border-right-width: 11px;
    border-left-color: #E54E6B;
  }
}
.about__woman p span {
  font-weight: bold;
  color: #fff;
}

.customer {
  padding: 6rem 0;
  background: rgba(14, 120, 202, 0.21);
}
@media (min-width: 768px) {
  .customer {
    position: relative;
    padding: 12rem 1rem;
  }
}
.customer__icon {
  display: block;
  width: 160px;
  height: 48px;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  .customer__icon {
    position: absolute;
    top: 8.9%;
    left: 59%;
    width: 160px;
    height: 160px;
  }
}
.customer .u-h2 {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .customer .u-h2 {
    margin-bottom: 4rem;
  }
}
.customer__inner {
  justify-content: center;
}
.customer__inner .slick__arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: url("../images/carousel_arrow.png") no-repeat;
  background-size: cover;
}
.customer__inner .slick__arrow.next__arrow {
  left: 20px;
}
.customer__inner .slick__arrow.prev__arrow {
  right: 20px;
  transform: rotate(180deg);
}
.customer__box {
  width: 316px;
  height: 338px;
  margin-right: 1.4rem;
  padding: 3rem 4rem 5.4rem;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .customer__box {
    width: 319px;
    height: 336px;
  }
}
.customer__box img {
  display: block;
  width: 82px;
  height: 82px;
  margin: 0 auto 2rem;
}
.customer__box h3 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  text-align: center;
  color: #0E78CA;
  font-weight: bold;
}
.customer__box p {
  font-size: 1.6rem;
  line-height: 180%;
}

.close {
  padding: 6rem 0;
}
@media (min-width: 768px) {
  .close {
    max-width: 1000px;
    margin: 0 auto;
    padding: 12rem 0 8rem;
  }
}
@media (min-width: 768px) {
  .close__inner {
    width: 1183px;
    margin-left: -183px;
    margin-bottom: 7.4rem;
  }
}
.close picture {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .close picture {
    width: 538px;
    margin-right: 6.3rem;
    margin-bottom: 0;
  }
}
.close__text {
  margin-bottom: 2rem;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .close__text {
    width: calc(100% - 600px);
    margin-bottom: 9;
    padding: 0;
  }
}
.close__text h2 {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  color: #0E78CA;
  font-weight: bold;
  line-height: 150%;
}
@media (min-width: 768px) {
  .close__text h2 {
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 200%;
  }
}
.close__text p {
  margin-bottom: 2rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 150%;
}
@media (min-width: 768px) {
  .close__text p {
    margin-bottom: 2.4rem;
    font-size: 2rem;
    line-height: 200%;
  }
}
.close__merit {
  margin-bottom: 6rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .close__merit {
    margin-bottom: 0;
    padding: 0;
  }
}
.close__merit .u-flex__pc {
  justify-content: space-between;
}
.close__merit li {
  align-items: center;
  justify-content: left;
  width: 314px;
  margin-bottom: 2rem;
  padding: 1.4rem 0;
  border: 2px solid #0E78CA;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .close__merit li {
    width: 184px;
    height: 198px;
    margin-bottom: 0;
    padding-top: 3.3rem;
  }
}
.close__merit li i {
  width: 88px;
}
@media (min-width: 768px) {
  .close__merit li i {
    width: 100%;
  }
}
.close__merit li i img {
  display: block;
  width: auto;
  zoom: 0.5;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .close__merit li i img {
    margin-bottom: 2.6rem;
  }
}
.close__merit li p {
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #0E78CA;
  font-weight: bold;
}
@media (min-width: 768px) {
  .close__merit li p {
    text-align: center;
    line-height: 150%;
  }
}
.close__merit li span {
  color: #0E78CA;
  font-size: 1.1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .close__merit li span {
    font-size: 1.3rem;
  }
}
.close__merit li .k-span {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 20px;
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .close__merit li .k-span {
    width: 100%;
    height: 38px;
    line-height: 120%;
  }
}
.close__merit li .k-span:before, .close__merit li .k-span:after {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
}
@media (min-width: 768px) {
  .close__merit li .k-span:before, .close__merit li .k-span:after {
    width: 4px;
    height: 33px;
    margin-top: 4px;
  }
}
.close__merit li .k-span:before {
  margin-right: 0.3rem;
  background: url("../images/k-left.png") no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .close__merit li .k-span:before {
    margin-right: 1rem;
  }
}
.close__merit li .k-span:after {
  margin-left: 0.5rem;
  background: url("../images/k-right.png") no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .close__merit li .k-span:after {
    margin-left: 1rem;
  }
}
.close__img picture {
  width: 100%;
}

.cta {
  position: relative;
  padding: 2.2rem 2rem;
  background: url("../images/cta-bg_sp.jpg") no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .cta {
    padding: 8.4rem 18.3rem;
    background: url("../images/cta-bg.png") no-repeat;
    background-size: cover;
  }
}
.cta__inner {
  position: relative;
  padding: 3rem 1rem 4.5rem;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cta__inner {
    width: 1000px;
    height: 467px;
    margin: 0 auto;
    padding: 4rem 10.6rem 4.2rem;
  }
}
.cta__box {
  position: relative;
}
.cta .u-h2 {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .cta .u-h2 {
    margin-bottom: 4rem;
  }
}
.cta .u-h2__small {
  color: #E54E6B;
}
.cta .u-h2__small:before, .cta .u-h2__small:after {
  display: none;
}
@media (min-width: 768px) {
  .cta .u-h2 span:not(.u-h2__small) {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .cta__fukies {
    justify-content: space-around;
    margin-bottom: 2.2rem;
  }
}
.cta__fuki {
  position: relative;
  justify-content: center;
  max-width: 256px;
  margin-bottom: 1rem;
  padding: 1.5rem 0;
  background: #fff;
  border: 2px solid #0E78CA;
  border-radius: 8px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
@media (min-width: 768px) {
  .cta__fuki {
    width: 256px;
    padding: 1.7rem 0;
  }
}
.cta__fuki:first-of-type:before, .cta__fuki:first-of-type:after {
  left: 30px;
}
.cta__fuki:nth-of-type(2) {
  margin-left: calc(100% - 256px);
}
@media (min-width: 768px) {
  .cta__fuki:nth-of-type(2) {
    margin-left: 0;
  }
}
.cta__fuki:nth-of-type(2):before {
  right: 30px;
  left: auto;
}
.cta__fuki:nth-of-type(2):after {
  right: 32px;
  left: auto;
}
.cta__fuki:last-of-type {
  width: 180px;
}
@media (min-width: 768px) {
  .cta__fuki:last-of-type {
    width: 256px;
  }
}
.cta__fuki:last-of-type:before, .cta__fuki:last-of-type:after {
  left: 30px;
}
.cta__fuki:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -12px;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 14px;
  border-bottom-width: 10px;
  border-left-width: 8px;
  border-right-width: 8px;
  border-top-color: #0E78CA;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cta__fuki:before {
    left: 50% !important;
    right: 0;
  }
}
.cta__fuki:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-color: #fff;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cta__fuki:after {
    left: 50% !important;
    right: 0;
  }
}
.cta__fuki p {
  color: #0E78CA;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
  text-align: center;
}
@media (min-width: 768px) {
  .cta__fuki p {
    font-size: 1.6rem;
  }
}
.cta__woman-sp {
  justify-content: center;
  align-items: end;
  width: 280px;
  margin: -60px auto 1.5rem;
}
.cta__woman-sp p {
  width: calc(100% - 115px);
  color: #E54E6B;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 150%;
  word-break: keep-all;
}
.cta__woman-sp img {
  width: 115px;
}
@media (min-width: 768px) {
  .cta__woman-sp {
    display: none;
  }
}
.cta__woman-pc {
  position: absolute;
  width: 140px;
  bottom: 0;
  right: 26px;
}
.cta__btn {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .cta__btn {
    width: 660px;
    height: 100px;
    margin: 0 auto 1.5rem;
    font-size: 2.4rem;
  }
}
.cta__btn span {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
}
.cta__attention {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .cta__attention {
    position: static;
    font-size: 1.3rem;
  }
}

.floatButtonUpper {
  position: fixed;
  right: 40px;
  top: -15px;
  z-index: 1000;
  white-space: nowrap;
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}

@media (min-width: 481px) and (max-width: 665px) {
  .floatButtonUpper {
    top: 45px;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    max-width: 100vw;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .floatButtonUpper {
    position: static;
  }
}
.floatButtonUpper__inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.floatButtonUpper__text {
  position: absolute;
  top: 80px;
  right: 80px;
}

@media (max-width: 1050px) {
  .floatButtonUpper__text {
    display: none;
  }
}
.floatButton {
  align-items: center;
  background-color: red;
  border-radius: 6px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  height: 50px;
  justify-content: center;
  margin: 32px 0 0;
  padding: 0 24px;
  /* max-width: 210px; */
  width: 100%;
  transition: all 0.3s;
}

.floatButton span {
  color: #fff;
}

.floatButton img {
  margin-right: 12px;
}

.floatButton--pc {
  display: flex;
}

.floatButton--sp {
  display: none;
  max-width: 165px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1050px) {
  .floatButton {
    padding: 0 10px;
  }
  .floatButton--pc {
    display: none;
  }
  .floatButton--sp {
    display: flex;
  }
}
.floatButton:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.floatButton__icon {
  margin-left: 16px;
}

.Qa {
  max-width: 1000px;
  margin: 4rem auto 0;
  padding: 0 40px;
}

@media (max-width: 480px) {
  .Qa {
    padding: 20px 16px 45px;
  }
}
.Qa__title {
  color: #374151;
  display: flex;
  font-size: 3.2rem;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 20px;
  position: relative;
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}

@media (max-width: 480px) {
  .Qa__title {
    font-size: 2.4rem;
  }
}
.Qa__title:before {
  background-color: red;
  border-radius: 4px;
  bottom: 0;
  content: "";
  height: 2.9em;
  height: 8px;
  left: 50%;
  margin-right: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 6px;
  width: 100px;
}

@media (max-width: 480px) {
  .Qa__title:before {
    height: 5px;
    width: 70px;
  }
}
.Qa__list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.Qa__item {
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  cursor: pointer;
}

.Qa__head {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.6;
  font-size: 1.6rem;
}

.Qa__plus {
  display: block;
  position: relative;
  margin-left: auto;
  width: 15px;
  height: 15px;
}

.Qa__plus::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 15px;
  height: 3px;
  width: 15px;
  background-color: red;
  padding-right: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.Qa__plus::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 15px;
  height: 3px;
  width: 15px;
  background-color: red;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.Qa__head--active .Qa__plus::after {
  transform: translateY(-50%) rotate(180deg);
}

.Qa__icon {
  color: red;
  font-size: 20px;
  font-weight: bold;
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}

.Qa__content {
  display: none;
  padding-top: 15px;
  line-height: 1.6;
  font-size: 1.6rem;
}

.Recommend,
.Area-info,
.Loan-simulation {
  padding: 80px 16px 0;
  margin: 0 auto 80px;
  max-width: 880px;
}

@media (max-width: 480px) {
  .Recommend,
  .Area-info,
  .Loan-simulation {
    padding: 40px 16px;
  }
  .Loan-simulation {
    padding-bottom: 75px;
    margin: 0 auto;
  }
}
.Recommend__title,
.Area-info__title,
.Loan-simulation__title {
  color: #374151;
  display: flex;
  font-size: 3.2rem;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 30px;
  position: relative;
}

@media (max-width: 480px) {
  .Recommend__title,
  .Area-info__title,
  .Loan-simulation__title {
    color: #374151;
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}
.Recommend__title::before,
.Area-info__title::before,
.Loan-simulation__title::before {
  background-color: red;
  border-radius: 4px;
  bottom: 0;
  content: "";
  height: 8px;
  left: 50%;
  margin-right: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}

@media (max-width: 480px) {
  .Recommend__title::before,
  .Area-info__title::before,
  .Loan-simulation__title::before {
    height: 5px;
    width: 70px;
  }
}
.Recommend__list,
.Area-info__list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}

@media (max-width: 480px) {
  .Recommend__list,
  .Area-info__list {
    gap: 24px 16px;
  }
}
.Recommend__list .columnList__item,
.Area-info__list .columnList__item {
  width: calc(50% - 20px);
}

@media (max-width: 480px) {
  .Recommend__list .columnList__item,
  .Area-info__list .columnList__item {
    width: calc(50% - 8px);
  }
}
.Loan-simulation__flex {
  display: flex;
  margin-top: 60px;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

@media (max-width: 680px) {
  .Loan-simulation__flex {
    flex-direction: column;
    gap: 30px;
  }
}
.Loan-simulation__text {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.Loan-simulation__img {
  max-width: 235px;
  max-height: 207px;
  width: 100%;
  height: 100%;
}

.Loan-simulation__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.Loan-simulation__item {
  width: calc(50% - 20px);
}

@media (max-width: 690px) {
  .Loan-simulation__list {
    gap: 30px;
  }
  .Loan-simulation__item {
    width: 100%;
  }
}
.Loan-simulation__link {
  display: block;
  width: 100%;
  border: solid 1px #e70012;
  border-radius: 6px;
  background-color: #fff;
  padding: 20px 60px 20px 20px;
  color: #e70012;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}

.Loan-simulation__link:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.Loan-simulation__link-text--big {
  font-size: 2.2rem;
  padding-right: 3px;
  color: #e70012;
}

@media (max-width: 690px) {
  .Loan-simulation__link-text--big {
    font-size: 2rem;
  }
}
.Loan-simulation__icon-tab {
  margin-left: 5px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.columnTopContainer {
  margin: 0 auto;
  max-width: 880px;
  padding: 15px 16px 120px;
}

@media (min-width: 1000px) {
  .columnTopContainer {
    padding: 36px 0 120px;
  }
}
.columnListContainer__title {
  color: #374151;
  display: flex;
  font-size: 3.2rem;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 30px;
  position: relative;
}

@media (max-width: 480px) {
  .columnListContainer__title {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}
.columnListContainer__title:before {
  background-color: red;
  border-radius: 4px;
  bottom: 0;
  content: "";
  height: 8px;
  left: 50%;
  margin-right: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}

@media (max-width: 480px) {
  .columnListContainer__title:before {
    height: 5px;
    width: 70px;
  }
}
.columnList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 48px 0;
  margin-top: 60px;
}

@media (max-width: 480px) {
  .columnList {
    flex-direction: row;
    gap: 24px 16px;
  }
}
@media (min-width: 481px) and (max-width: 999px) {
  .columnList {
    flex-direction: row;
    gap: 60px 40px;
  }
}
@media (min-width: 1000px) {
  .columnList {
    flex-direction: row;
    gap: 60px 40px;
  }
}
@media (max-width: 480px) {
  .columnList__item {
    width: calc(50% - 8px);
  }
}
@media (min-width: 481px) and (max-width: 999px) {
  .columnList__item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1000px) {
  .columnList__item {
    width: 260px;
  }
  .columnCard:hover {
    opacity: 0.7;
  }
}
.footerContainer {
  background-color: #e70012;
  padding: 32px 28px 24px;
  width: 100%;
}

@media (min-width: 481px) {
  .footerContainer {
    padding: 15px 0 0;
  }
}
.footer {
  display: flex;
  flex-direction: column;
}

@media (min-width: 481px) {
  .footer {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
  }
}
.footer__illust {
  margin: 0 auto;
  width: 180px;
}

@media (max-width: 1000px) {
  .footer__illust {
    display: none;
  }
}
@media (min-width: 481px) {
  .footer__illust {
    height: 334px;
    margin: 0 0 -1px;
    width: 430px;
  }
}
@media (max-width: 1000px) {
  .footer__content {
    margin: 0 auto;
  }
}
@media (min-width: 481px) {
  .footer__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
    width: 530px;
  }
}
.footerEmphasisBlock {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  text-align: center;
  width: 100%;
  line-height: 26px;
}

@media (min-width: 481px) {
  .footerEmphasisBlock {
    font-size: 1.8rem;
    margin: 0 auto;
    width: 405px;
  }
}
.footerEmphasisBlock:before {
  left: -16px;
  transform: rotate(60deg);
}

.footerEmphasisBlock:after,
.footerEmphasisBlock:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 26px;
  width: 58px;
}

.footerEmphasisBlock:after {
  right: -12px;
  transform: rotate(-60deg);
}

.footer__title {
  margin: 16px auto 0;
  width: 295px;
}

@media (min-width: 481px) {
  .footer__title {
    max-width: 530px;
    width: 90%;
  }
}
.footer__title > picture > img {
  width: 100%;
}

.footer__button {
  display: none;
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}

@media (min-width: 481px) {
  .footer__button {
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    color: #e70012;
    display: flex;
    display: inline-flex;
    font-size: 1.6rem;
    height: 50px;
    justify-content: center;
    margin: 32px auto 0;
    padding: 0 20px;
    width: 100%;
    width: 187px;
  }
}
.footer__button:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.footer__buttonIcon {
  margin-left: 14px;
}

.footer__reception {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin-top: 35px;
  text-align: center;
}

@media (min-width: 481px) {
  .footer__reception {
    margin-top: 16px;
  }
}
.footerOfficialLink {
  background-color: #f4f4f2;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.footerOfficialLink > a {
  color: #374151;
  display: flex;
  text-decoration: underline;
  font-size: 1.6rem;
}

.footerOfficialLink > a > img {
  margin-right: 10px;
}

.footerOfficialLink > a:hover {
  text-decoration: none;
}

.footerBar {
  background-color: #d4d4d4;
  width: 100%;
}

.footerBar__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1600px;
  padding: 10px;
}

@media (min-width: 481px) {
  .footerBar__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.copyright {
  font-size: 1.3rem;
  margin-top: 10px;
}

@media (min-width: 481px) {
  .copyright {
    margin-top: 0;
  }
}
.floatingNavigationContainer {
  background-color: #e70012;
  background-image: url(../assets/img/border.png);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  bottom: 0;
  box-shadow: 0 -20px 25px -5px rgba(0, 0, 0, 0.1), 0 -10px 10px -5px rgba(0, 0, 0, 0.04);
  left: 0;
  padding: 10px;
  position: fixed;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1;
  z-index: 10;
}

@media (min-width: 1050px) {
  .floatingNavigationContainer {
    display: none;
  }
}
.floatingNavigation {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.floatingNavigation__text {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}

.floatingNavigation__button {
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  color: #e70012;
  display: flex;
  display: inline-flex;
  font-size: 1.4rem;
  height: 40px;
  justify-content: center;
  padding: 0 10px;
  width: 100%;
  max-width: 300px;
}

.floatingNavigation__button span {
  color: #e70012;
  font-size: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}

.floatingNavigation__button img {
  margin-right: 12px;
}

.floatingNavigation__button--big {
  max-width: 610px;
}/*# sourceMappingURL=main.css.map */