/*==========================================================
# layout
===========================================================*/
/*==========================================================
# colors
===========================================================*/
/*==========================================================
# font
===========================================================*/
/*==========================================================
# mixin
===========================================================*/
/*==========================================================
# reset
===========================================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ul,
ol {
  list-style: none;
}

dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

a {
  cursor: pointer;
  text-decoration: none;
}

/*==========================================================
# base
===========================================================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", san-serif;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 1.86;
  background-color: #fff;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

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

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

/* main
-----------------------------------------------------------*/
.fv {
  position: relative;
}

.fv__cta {
  bottom: 5%;
  left: 15%;
  position: absolute;
  max-width: 30%;
  aspect-ratio: 395/92;
}
@media screen and (max-width: 768px) {
  .fv__cta {
    max-width: 100%;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.ufb {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .ufb {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .ufb .section__title {
    font-size: 28px;
  }
}

.title__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .title__flex {
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .title__left {
    width: 100%;
    position: relative;
  }
  .title__left::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url(../img/line-blue.webp) no-repeat center center/contain;
    width: 243px;
    height: 13px;
  }
}

.title__right {
  max-width: 130px;
}
@media screen and (max-width: 768px) {
  .title__right {
    margin-top: 40px;
  }
}

.ufb__home {
  position: relative;
}

.ufb__home img {
  display: block;
  width: 100%;
  height: auto;
}

.ufb__btn {
  position: absolute;
  width: 90px;
  height: 90px;
  border: 2px solid #438ed1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #438ed1;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-box-shadow: 0 0 15px rgba(67, 142, 209, 0.25);
          box-shadow: 0 0 15px rgba(67, 142, 209, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.ufb__btn:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  background: #438ed1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ufb__btn {
    border: 1px solid #438ed1;
  }
}

.ufb__btn--bath {
  top: 22%;
  left: 17%;
}
@media screen and (max-width: 768px) {
  .ufb__btn--bath {
    top: 24%;
    left: 1%;
  }
}

.ufb__btn--toilet {
  right: 35%;
  bottom: 48%;
}
@media screen and (max-width: 768px) {
  .ufb__btn--toilet {
    right: 35%;
    bottom: 48%;
  }
}

.ufb__btn--kitchen {
  top: 18%;
  right: 28%;
}
@media screen and (max-width: 768px) {
  .ufb__btn--kitchen {
    top: 4%;
    right: 18%;
  }
}

.ufb__btn--wash {
  top: 9%;
  left: 27%;
}
@media screen and (max-width: 768px) {
  .ufb__btn--wash {
    top: 4%;
    left: 21%;
  }
}

.ufb__btn--laundry {
  top: 4%;
  left: 39%;
}
@media screen and (max-width: 768px) {
  .ufb__btn--laundry {
    top: -3%;
    left: 39%;
  }
}

.ufb__btn--garden {
  bottom: 32%;
  right: 15%;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ufb__btn--garden {
    bottom: 15%;
    right: 9%;
  }
}

.ufb-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ufb-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.ufb-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.ufb-modal__body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92%, 900px);
  max-height: 90vh;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  background: #fff;
  padding: 28px 26px 30px;
  -webkit-box-shadow: 0 8px 25px rgba(67, 142, 209, 0.25);
          box-shadow: 0 8px 25px rgba(67, 142, 209, 0.25);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ufb-modal.is-open .ufb-modal__body {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.ufb-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%;
  background: #555;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.ufb-modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 18px;
  padding-left: 15px;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 768px) {
  .ufb-modal__head {
    gap: 10px;
    padding-left: 0;
  }
}

.ufb-modal__icon {
  color: #438ed1;
  font-size: 28px;
  width: 30px;
  height: auto;
}
.ufb-modal__icon img {
  height: auto;
  vertical-align: sub;
}

.ufb-modal__title {
  color: #438ed1;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ufb-modal__title {
    font-size: 22px;
  }
}

.ufb-modal__en {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #555;
}

.ufb-modal__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  height: 100%;
  background-color: #f8f8f4;
}
@media screen and (max-width: 768px) {
  .ufb-modal__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ufb-modal__list {
  padding: 24px 20px;
  margin-right: 20px;
  width: 58%;
  min-height: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ufb-modal__list {
    width: 100%;
    margin-right: 0;
    padding: 20px 15px;
  }
}

.ufb-modal__list li {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
.ufb-modal__list li:not(:first-child) {
  margin-top: 14px;
}
.ufb-modal__list li::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  background: url(../img/check04.svg) no-repeat center center/contain;
}

.ufb-modal__img {
  max-width: 42%;
}
@media screen and (max-width: 768px) {
  .ufb-modal__img {
    max-width: 100%;
  }
}

.ufb-modal__img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .ufb__btn {
    width: 64px;
    height: 64px;
    font-size: 11px;
  }
  .ufb-modal__body {
    padding: 24px 20px;
  }
  .ufb-modal__close {
    width: 48px;
    height: 48px;
    font-size: 34px;
  }
  .ufb-modal__list li {
    font-size: 17px;
  }
}
.bath__icon {
  width: 25px;
}

.toilet__icon {
  width: 17px;
}

.icon {
  display: block;
  margin: 0 auto 5px;
}

.spoon__icon {
  width: 19px;
}

.senmen__icon {
  width: 19px;
}

.sentaku__icon {
  width: 18px;
}

.niwa__icon {
  width: 23px;
}

.inner {
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 15px;
  }
}

.section__titles {
  position: relative;
  padding-bottom: 35px;
}
.section__titles::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/line-blue.webp) no-repeat center center/contain;
  width: 243px;
  height: 13px;
}

.section__title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 700;
  color: #438ed1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 32px;
  }
}

.welqua__name {
  margin-top: 120px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .welqua__name {
    margin-top: 60px;
  }
}

.welqua__subtitle {
  font-family: "Noto Serif JP", serif;
  color: #438ed1;
  font-size: 18px;
  margin-top: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .welqua__subtitle {
    margin-top: 5px;
  }
}

.welqua__title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 700;
  color: #2d4998;
}
@media screen and (max-width: 768px) {
  .welqua__title {
    font-size: 30px;
    line-height: 1.5;
  }
}

.ufb__contents {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .ufb__contents {
    margin-top: 25px;
  }
}

.welqua {
  background: url(../img/bg-wave.webp) no-repeat top center/cover;
  text-align: center;
  padding: 0 0 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .welqua {
    background: url(../img/bg-wave_sp.webp) no-repeat top center/cover;
    text-align: left;
    padding: 0 0 80px;
  }
}
.welqua::before {
  position: absolute;
  content: "";
  top: 25px;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/circle-icon.webp) no-repeat center center/contain;
  width: 96px;
  height: 140px;
}

.welqua__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .welqua__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.welqua__item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .welqua__item {
    width: 100%;
  }
}

.welqua__img {
  width: 164px;
  aspect-ratio: 164/220;
  margin: 40px auto;
}

.ufb__img {
  width: 190px;
  aspect-ratio: 190/50;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .ufb__img {
    margin: 20px auto 30px;
  }
}

.welqua__text {
  font-size: 18px;
}

.nani {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .nani {
    padding: 70px 0;
  }
}

.nani__title {
  width: 758px;
  aspect-ratio: 758/295;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nani__title {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
  }
}

.ufb__title {
  text-align: center;
  margin-top: 100px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .ufb__title {
    font-size: 24px;
  }
}

.nani__leads {
  margin-top: 50px;
}

.nani__lead {
  text-align: center;
  font-size: 28px;
  color: #2d4998;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .nani__lead {
    font-size: 26px;
  }
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff3a0));
  background: linear-gradient(transparent 60%, #fff3a0 60%);
}

.nani__text-wrap {
  margin: 50px auto 95px;
  padding: 20px;
  background-color: #edf8ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .nani__text-wrap {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
    margin-bottom: 60px;
  }
}

.nani__texts {
  width: 55%;
}
.nani__texts .f-md {
  font-weight: 700;
  font-size: 22px;
  color: #2d4998;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nani__texts {
    width: 100%;
  }
}

.nani__img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .nani__img {
    width: 100%;
  }
}

.nani__text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .nani__text {
    text-align: center;
  }
  .nani__text .f-lg {
    font-size: 24px;
  }
}

.f-lg {
  font-weight: 700;
  font-size: 1.4em;
  color: #2d4998;
}

.nani__bubble {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nani__bubble {
    max-width: 400px;
    width: 85%;
  }
}

.attention {
  text-align: center;
  color: #575757;
  margin-top: 30px;
}

.number {
  background: url(../img/bg-wave.webp) no-repeat top center/cover;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .number {
    background: url(../img/bg-wave_sp.webp) no-repeat top center/cover;
    padding: 80px 0;
  }
}
.number::before {
  position: absolute;
  content: "";
  top: 30px;
  right: 30%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  background: url(../img/circle-icon.webp) no-repeat center center/contain;
  width: 96px;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .number::before {
    right: 20%;
  }
}

.number__subtitle {
  font-family: "Noto Serif JP", serif;
  color: #2d4998;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.number__title {
  font-family: "Noto Serif JP", serif;
  color: #2d4998;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .number__title {
    font-size: 36px;
    margin-top: 10px;
    line-height: 1.5;
  }
}

.number__texts {
  margin-top: 15px;
}

.number__list-title {
  font-size: 24px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  margin-left: -15px;
}

.c-light-blue {
  color: #438ed1;
}

.number__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .number__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
}

.number__item {
  padding-left: 35px;
  font-size: 20px;
  position: relative;
}
.number__item::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  background: url(../img/check.webp) no-repeat center center/contain;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .number__item::before {
    top: 27px;
  }
}
@media screen and (max-width: 768px) {
  .number__item {
    padding-top: 20px;
    border-bottom: 1px dotted #a2a2a2;
  }
}

.number__item-title {
  font-size: 20px;
  font-weight: 700;
}

.number__item-number {
  font-size: 62px;
  color: #2d4998;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .number__item-number {
    font-size: 44px;
  }
}

.f-small {
  font-size: 0.5em;
}

.nayami {
  position: relative;
  z-index: -1;
  margin-top: -60px;
  padding: 150px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#438ed1), to(rgba(67, 142, 209, 0.1)));
  background: linear-gradient(to bottom, #438ed1 0%, rgba(67, 142, 209, 0.1) 100%);
}
@media screen and (max-width: 768px) {
  .nayami {
    padding: 100px 0 80px;
  }
}

.nayami__title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .nayami__title {
    font-size: 32px;
  }
}

.nayami__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .nayami__list {
    gap: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nayami__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
}
.nayami__item:nth-child(even) {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .nayami__item:nth-child(even) {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .nayami__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 450px;
    max-width: 100%;
  }
}

.nayami__texts {
  background-color: #fff;
  padding: 18px;
  padding-right: 70px;
  border-radius: 15px;
  margin-right: -30px;
  position: relative;
}
.nayami__texts::before {
  position: absolute;
  content: "";
  top: -60px;
  left: 0;
  background: url(../img/moya.webp) no-repeat center center/contain;
  width: 52px;
  height: 65px;
}
.nayami__texts {
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .nayami__texts {
    margin-right: 0;
    margin-top: -20px;
    width: 100%;
    padding: 30px 10px 20px;
  }
}

.nayami__subtitle {
  color: #2d4998;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .nayami__subtitle {
    text-align: center;
    line-height: 1.5;
  }
}

.nayami__text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .nayami__text {
    margin-top: 15px;
    text-align: center;
  }
}

.nayami__img {
  width: 233px;
}

.strong {
  background: url(../img/bg-sea.webp) no-repeat top center/cover;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .strong {
    padding: 80px 0 40px;
  }
}

.strong__contents {
  width: 752px;
  max-width: 90%;
  margin: 0 auto;
}

.ctaarea {
  background: url(../img/bg-cta.webp) no-repeat top center/cover;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .ctaarea {
    padding: 25px 0;
  }
}

.cta {
  width: 585px;
  padding: 40px;
  margin: 0 auto;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 20px;
  }
}

.reason {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 80px 0;
  }
}

.reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .reason__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    margin-top: 90px;
  }
}

.reason__item {
  max-width: 320px;
  border: 1px solid #438ed1;
  border-radius: 5px;
  padding: 60px 15px 15px;
  position: relative;
}
.reason__item::after {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 76px;
}
.reason__item:nth-child(1)::after {
  background: url(../img/reason01.webp) no-repeat center center/contain;
}
.reason__item:nth-child(2)::after {
  background: url(../img/reason02.webp) no-repeat center center/contain;
}

.reason__title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px dotted #438ed1;
  text-align: center;
  line-height: 1.5;
}

.reason__texts {
  padding-top: 15px;
}

.reason__text {
  font-size: 18px;
}

.reason__arrow {
  width: 35px;
  height: 65px;
  margin: 30px auto 0;
}

.reason__leads {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-top: 40px;
  letter-spacing: 0.05em;
  font-size: 22px;
  position: relative;
}
.reason__leads::after {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/sizuku.webp) no-repeat center center/contain;
  width: 126px;
  height: 186px;
}
.reason__leads .f-lg {
  letter-spacing: 0.075em;
  color: #2d4998;
  font-weight: 700;
  font-size: 1.5em;
}

.plan {
  background: url(../img/bg-wave.webp) no-repeat center center/cover;
  padding: 200px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .plan {
    background: url(../img/bg-wave_sp.webp) no-repeat center center/cover;
    padding: 100px 0;
  }
}
.plan::before {
  position: absolute;
  content: "";
  top: 30px;
  left: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/circle-icon02.webp) no-repeat center center/contain;
  width: 96px;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .plan::before {
    left: 10%;
  }
}

.plan__leads {
  margin-top: 40px;
}

.plan__lead {
  text-align: center;
  font-size: 18px;
}

.plan__flex {
  margin: 120px auto 0;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .plan__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}

.flow {
  padding: 100px 0 150px;
  background-color: #f1f8fb;
}

.flow__titles {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.flow__titles::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -20%;
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
  background: url(../img/circle-icon02.webp) no-repeat center center/contain;
  width: 70px;
  height: 115px;
}
@media screen and (max-width: 768px) {
  .flow__titles::before {
    left: -45px;
  }
}
.flow__titles::after {
  position: absolute;
  content: "";
  top: 30px;
  right: -20%;
  -webkit-transform: translateY(-50%) rotate(160deg);
          transform: translateY(-50%) rotate(160deg);
  background: url(../img/circle-icon02.webp) no-repeat center center/contain;
  width: 55px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .flow__titles::after {
    right: -5px;
    top: -37px;
  }
}

.flow__subtitle {
  width: 334px;
  max-width: 100%;
  margin: 0 auto -30px;
}

.flow__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#438ed1), to(#75c9d7));
  background: linear-gradient(90deg, #438ed1 0%, #75c9d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1.5;
}

.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 100px;
  position: relative;
  isolation: isolate;
}
.flow__list::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #438ed1;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .flow__list::after {
    height: 100%;
    width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.flow__item {
  background-color: #e1f4fd;
  position: relative;
  isolation: isolate;
  padding: 15px;
  padding-left: 42px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 0;
  width: 24%;
}
@media screen and (max-width: 768px) {
  .flow__item {
    width: 100%;
  }
}
.flow__item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flow__item::after {
  border-radius: 5px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #b4ddf0;
  width: 95%;
  height: 90%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .flow__item::after {
    height: 85%;
    width: 98%;
  }
}
.flow__item:nth-child(1)::before {
  background: url(../img/mail.webp) no-repeat center center/contain;
  width: 40px;
  height: 29px;
}
.flow__item:nth-child(2) .flow__box-name {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .flow__item:nth-child(2) .flow__box-name {
    font-size: 22px;
  }
}
.flow__item:nth-child(2)::before {
  background: url(../img/suport.webp) no-repeat center center/contain;
  width: 35px;
  height: 48px;
}
.flow__item:nth-child(3)::before {
  background: url(../img/calender.webp) no-repeat center center/contain;
  width: 40px;
  height: 41px;
}
.flow__item:nth-child(4)::before {
  background: url(../img/kouzi.webp) no-repeat center center/contain;
  width: 39px;
  height: 37px;
}

.flow__number {
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 10px;
  font-weight: 700;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#438ed1), to(#75c9d7));
  background: linear-gradient(90deg, #438ed1 0%, #75c9d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.flow__arrow {
  position: absolute;
  content: "";
  top: 50%;
  right: -19px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #438ed1;
  border-right: 2px solid #438ed1;
}
@media screen and (max-width: 768px) {
  .flow__arrow {
    top: calc(100% + 35px);
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
  }
}

.flow__box-name {
  font-size: 20px;
  font-weight: 700;
  color: #2d4998;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .flow__box-name {
    font-size: 22px;
  }
}

.flow__inner {
  max-width: 1200px;
}

.ansin {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ansin {
    padding: 80px 0;
  }
}
.ansin::after {
  position: absolute;
  content: "";
  top: 12%;
  left: 26%;
  -webkit-transform: translateY(-50%) rotate(-100deg);
          transform: translateY(-50%) rotate(-100deg);
  background: url(../img/circle-icon02.webp) no-repeat center center/contain;
  width: 55px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .ansin::after {
    left: 40px;
    top: 73px;
  }
}

.ansin__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .ansin__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.ansin__item {
  width: calc(25% - 10px);
}
@media screen and (max-width: 768px) {
  .ansin__item {
    width: 100%;
  }
}

.ansin__img-wrap {
  background-color: #e1edf8;
  padding: 10px 15px 0;
}

.ansin__img {
  max-width: 90%;
  margin: 0 auto;
}

.ansin__titles {
  background-color: #438ed1;
  padding: 5px 0 5px 15px;
}

.ansin__title {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  padding-left: 35px;
  position: relative;
  letter-spacing: 0.05em;
}
.ansin__title::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/check03.webp) no-repeat center center/contain;
  width: 23px;
  height: 23px;
}

.ansin__texts {
  padding: 15px 10px;
}

.ansin__text {
  line-height: 1.86;
  font-size: 18px;
}

.ansin__strong {
  font-weight: 700;
  color: #2d4998;
}

.company {
  background: -webkit-gradient(linear, left top, left bottom, from(#daeffa), to(#fff));
  background: linear-gradient(to bottom, #daeffa, #fff);
  padding: 100px 0;
}

.company__contents {
  border-radius: 15px;
  background-color: #fff;
  padding: 120px 60px 60px;
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company__contents {
    padding: 80px 25px 25px;
  }
}

.company__icon {
  width: 116px;
  height: 116px;
  margin: 0 auto -80px;
}
@media screen and (max-width: 768px) {
  .company__icon {
    width: 125px;
    height: 125px;
    margin: 0 auto -60px;
  }
}

.company__titles {
  background-color: #2d4998;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  margin: 0 auto;
}

.company__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .company__title {
    line-height: 1.75;
  }
}

.company__texts {
  margin-top: 40px;
}

.company__text {
  font-size: 18px;
  line-height: 1.86;
}

.logo {
  width: 253px;
  aspect-ratio: 253/112;
  margin: 30px auto 0;
}

.qa {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .qa {
    padding: 80px 0;
  }
}

.qa__contents {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .qa__contents {
    margin-top: 60px;
  }
}

.qa__item {
  font-size: 18px;
  -webkit-box-shadow: 2px 2px 2px rgba(67, 142, 209, 0.3);
          box-shadow: 2px 2px 2px rgba(67, 142, 209, 0.3);
  border-radius: 5px;
  font-size: 18px;
}
.qa__item:not(:first-child) {
  margin-top: 30px;
}

.q, .a {
  background: -webkit-gradient(linear, left top, right top, from(#438ed1), to(#75c9d7));
  background: linear-gradient(90deg, #438ed1 0%, #75c9d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 24px;
  margin-right: 15px;
  font-weight: 700;
}

.qa__q {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #def0fa;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 768px) {
  .qa__q {
    line-height: 1.5;
  }
}

.qa__q-text {
  font-size: 18px;
}

.qa__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.a {
  margin-top: 10px;
  margin-left: 15px;
}

.qa__a-text {
  margin-top: 15px;
  padding: 0 15px 20px 0;
}

.footer {
  background-color: #333;
  padding: 15px 0;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: calc(40vw - 20px);
  }
}

.copyright {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__item a {
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.qa__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.45s ease, opacity 0.35s ease;
  transition: max-height 0.45s ease, opacity 0.35s ease;
}

.qa__q {
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.qa__q::before,
.qa__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa__q::before {
  width: 16px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qa__q::after {
  width: 2px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 23px;
}

.qa__item.is-open .qa__q::after {
  opacity: 0;
}

.qa__item.is-open .qa__a {
  opacity: 1;
}

.float {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 999;
  padding: 10px;
  width: 100%;
  height: auto;
  text-align: center;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s, visibility 0.8s;
  transition: opacity 0.8s, visibility 0.8s;
}

.float__cta {
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
}

.float.is-show {
  opacity: 1;
  visibility: visible;
}

.float {
  text-align: center;
  margin: 0 auto;
}