@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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 */
}

caption {
  text-align: left;
}

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

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

/*----------------------------------------------------------------------------
  base
----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    font-size: 2.8rem;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.65;
  }
}

summary {
  display: block;
  position: relative;
  background: none;
  cursor: pointer;
  /*
  &::before,
  &::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background-color: #999;
    content: '';
  }
  &::after {
    transform: translateY(-50%) rotate(90deg);
  }
  */
}
summary::-webkit-details-marker {
  display: none;
  background: none;
}

details[open] {
  /*
  summary {
    &::after {
      display: none;
    }
  }
  */
}

/*----------------------------------------------------------------------------
  .l-main
----------------------------------------------------------------------------*/
.l-main {
  min-height: calc(100vh - 26rem);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-main {
    overflow-x: hidden;
  }
}
.l-main__inner {
  position: relative;
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-main__inner {
    padding: 0 1.5rem;
  }
}

/*----------------------------------------------------------------------------
  .l-header
----------------------------------------------------------------------------*/
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 14rem;
  padding: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: relative;
    display: block;
    height: 30.7rem;
    padding: 10rem 2rem 2rem 2rem;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
  }
}
.l-header__button {
  position: fixed;
  top: 2rem;
  right: 2rem;
  display: block;
  width: 7rem;
  height: 7rem;
  margin-left: auto;
  z-index: 99;
  cursor: pointer;
}
.l-header__button span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1rem;
  border-radius: 1rem;
  background: #123780;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header__button span:nth-of-type(1) {
  top: 0;
}
.l-header__button span:nth-of-type(2) {
  top: calc(50% - 0.5rem);
}
.l-header__button span:nth-of-type(3) {
  bottom: 0;
}
.l-header__button.is-open span {
  left: -1rem;
  width: 9rem;
  background: #fff;
}
.l-header__button.is-open span:nth-of-type(1) {
  top: 3rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__button.is-open span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.l-header__button.is-open span:nth-of-type(3) {
  top: 3rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .l-header__button {
    display: none;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__logo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo-cls {
  margin-right: 1.5rem;
  padding-right: 3.8rem;
  background: url(/img/sosai/lp/hakajimai/ico_x.svg) no-repeat right center/2.6rem auto;
}
@media screen and (max-width: 767px) {
  .l-header__logo-cls {
    margin-right: 2rem;
    padding-right: 4.5rem;
    background-size: 3.1rem auto;
  }
}
.l-header__logo-cls img {
  width: 15.1rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo-cls img {
    width: 20.8rem;
  }
}
.l-header__logo-sudo {
  width: 17.9rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo-sudo {
    width: 25rem;
  }
}
.l-header__logo-category {
  width: 12.9rem;
  margin-top: 1rem;
  color: #fff;
  line-height: 3.5rem;
  text-align: center;
  background-color: #999999;
}
@media screen and (max-width: 767px) {
  .l-header__logo-category {
    width: 17.7rem;
    margin-left: auto;
    line-height: 4.8rem;
    font-size: 1.9rem;
  }
}
.l-header__logo-copy {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo-copy {
    font-size: 2.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__contact-button {
  display: block;
  width: 24.8rem;
  color: #123780;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 6.3rem;
  border: 4px solid #123780;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .l-header__contact-button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-header__contact-button:hover {
    opacity: 1;
    color: #fff;
    background-color: #123780;
  }
}

/*----------------------------------------------------------------------------
  .l-footer
----------------------------------------------------------------------------*/
.l-footer {
  padding: 10rem 0 0 0;
}
.l-footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer__logo-group {
  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;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-group {
    padding: 0 1.5rem;
  }
}
.l-footer__logo-cls {
  margin-right: 1rem;
  padding-right: 3.3rem;
  background: url(/img/sosai/lp/hakajimai/ico_x.svg) no-repeat right center/2.3rem auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-cls {
    margin-right: 2rem;
    padding-right: 4.5rem;
    background-size: 3.1rem auto;
  }
}
.l-footer__logo-cls img {
  width: 15.1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-cls img {
    width: 20.6rem;
  }
}
.l-footer__logo-sudo {
  width: 17.9rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-sudo {
    width: 24.4rem;
  }
}
.l-footer__logo-category {
  width: 12.9rem;
  margin-top: 1rem;
  color: #fff;
  line-height: 3.5rem;
  text-align: center;
  background-color: #999999;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-category {
    width: 17.7rem;
    margin-left: auto;
    line-height: 4.8rem;
    font-size: 1.9rem;
  }
}
.l-footer__logo-copy {
  margin: 1.5rem 0 5rem 0;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-copy {
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.8;
  }
}
.l-footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    display: block;
    margin: 0 3rem;
    padding: 5rem 0;
    text-align: center;
    border-top: 2px solid #999;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address-box {
    position: relative;
    margin-top: 5rem 0;
    padding: 0 0 11.5rem 0;
  }
}
.l-footer__address-box--sudosekizai {
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address-box--sudosekizai {
    margin: 5rem 0 0 0;
  }
}
.l-footer__address-box--sudosekizai .l-footer__address-link {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address-box--sudosekizai .l-footer__address-link {
    margin-left: 0;
  }
}
.l-footer__address-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__address-head {
    display: block;
  }
}
.l-footer__address-name {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__address-name {
    margin: 0;
    font-size: 4.6rem;
  }
}
.l-footer__address-text {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address-text {
    font-size: 3.2rem;
  }
}
.l-footer__address-tel {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address-tel {
    font-size: 3.2rem;
  }
}
.l-footer__address-copyright {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address-copyright {
    font-size: 2.8rem;
    white-space: nowrap;
  }
}
.l-footer__address-link {
  width: 11.2rem;
  margin: -1rem 0 0 2rem;
  color: #fff;
  line-height: 3.5rem;
  text-align: center;
  background-color: #123780;
  border-radius: .4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address-link {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 25.7rem;
    font-size: 3.6rem;
    line-height: 8rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
  color: #fff;
  font-size: 2rem;
  background-color: #123780;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5rem 0;
    font-size: 3.2rem;
  }
}
.l-footer__menu-item {
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__menu-item {
    margin: 1rem 0;
  }
}
.l-footer__pagetop a {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  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;
  width: 7rem;
  height: 7rem;
  font: 0/0 a;
  background-color: #123780;
  z-index: 88;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop a {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 7rem;
    height: 7rem;
  }
}
.l-footer__pagetop a::before {
  content: "";
  width: 2.3rem;
  height: 1.8rem;
  background-color: #fff;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

/*----------------------------------------------------------------------------
  .l-navi
----------------------------------------------------------------------------*/
.l-navi {
  background-color: #123780;
}
@media screen and (max-width: 767px) {
  .l-navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l-navi.is-open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .l-navi__inner {
    padding-top: 25rem;
  }
}
.l-navi__list {
  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;
  height: 6rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-navi__list {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 58rem;
    height: auto;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: solid #fff 0.6rem;
    font-size: 4rem;
  }
  .l-navi__list::before {
    content: "MENU";
    position: absolute;
    top: -10rem;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 5.6rem;
    font-weight: 500;
    text-align: center;
  }
}
.l-navi__list-item {
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-navi__list-item {
    margin: 2rem 0;
  }
}
.l-navi__list-link {
  display: block;
  position: relative;
}
.l-navi__list-link:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-navi__list-link::after {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    content: "";
  }
  .l-navi__list-link:hover::after {
    opacity: 1;
  }
}
.l-navi__button {
  display: block;
  width: 62.2rem;
  margin: 5rem auto 0 auto;
  color: #123780;
  font-size: 4.3rem;
  font-weight: 900;
  text-align: center;
  line-height: 13.7rem;
  border-radius: 13.7rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-navi__button {
    display: none;
  }
}

/*----------------------------------------------------------------------------
  top
----------------------------------------------------------------------------*/
.mv {
  width: 100%;
  padding-top: 5rem;
  aspect-ratio: 128/60;
  background: url(/img/sosai/lp/hakajimai/bg_mv.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  .mv {
    position: relative;
    padding-top: 4rem;
    aspect-ratio: 750/1114;
    text-align: center;
    background-image: url(/img/sosai/lp/hakajimai/sp_bg_mv.jpg);
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    height: 100%;
  }
}
.mv__title {
  padding-bottom: 0.5rem;
  color: #fff;
  font-size: 4.1rem;
  font-weight: 900;
  line-height: 1.6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 94%, #fff 0%);
  display: inline;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 3.6rem;
  }
}
.mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .mv__list {
    margin-top: 4rem;
  }
}
.mv__list-item {
  width: 15rem;
  height: 15rem;
  margin-right: 3rem;
  padding-top: 9rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: no-repeat center 2.5rem;
}
@media screen and (max-width: 767px) {
  .mv__list-item {
    width: 21.1rem;
    height: 21.1rem;
    margin: 0 -2rem;
    padding-top: 13.4rem;
    font-size: 3.2rem;
    background-position: center 4rem;
  }
}
.mv__list-item--category01 {
  background-color: #FC9A15;
  background-image: url(/img/sosai/lp/hakajimai/ico_category-01.svg);
  background-size: 6rem auto;
  background-position: center 3rem;
}
@media screen and (max-width: 767px) {
  .mv__list-item--category01 {
    margin-left: 0;
    background-size: 8.4rem auto;
    background-position: center 5rem;
  }
}
.mv__list-item--category02 {
  background-color: #123780;
  background-image: url(/img/sosai/lp/hakajimai/ico_category-02.svg);
  background-size: 4.7rem auto;
}
@media screen and (max-width: 767px) {
  .mv__list-item--category02 {
    background-size: 6.7rem auto;
  }
}
.mv__list-item--category03 {
  background-color: #FC9A15;
  background-image: url(/img/sosai/lp/hakajimai/ico_category-03.svg);
  background-size: 4.7rem auto;
}
@media screen and (max-width: 767px) {
  .mv__list-item--category03 {
    background-size: 6.6rem auto;
  }
}
.mv__list-item--category04 {
  background-color: #123780;
  background-image: url(/img/sosai/lp/hakajimai/ico_category-04.svg);
  background-size: 5.1rem auto;
  background-position: center 3rem;
}
@media screen and (max-width: 767px) {
  .mv__list-item--category04 {
    background-size: 7.3rem auto;
    background-position: center 5rem;
  }
}
.mv__lead {
  margin-top: 4rem;
  font-size: 2.8rem;
  color: #123780;
}
@media screen and (max-width: 767px) {
  .mv__lead {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: auto;
    font-size: 3.5rem;
  }
}

.intro {
  padding: 9rem 0;
}
@media screen and (max-width: 767px) {
  .intro__title {
    text-align: center;
  }
}
.intro__title-text1 {
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .intro__title-text1 {
    font-size: 3.5rem;
  }
}
.intro__title-text2 {
  display: block;
  color: #123780;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .intro__title-text2 {
    font-size: 4.2rem;
  }
}
.intro__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
  background: url(/img/sosai/lp/hakajimai/bg_intro.png) no-repeat left bottom/59rem auto;
}
@media screen and (max-width: 767px) {
  .intro__block {
    display: block;
    background: none;
  }
}
.intro__lead {
  width: 57rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .intro__lead {
    width: 100%;
    font-size: 2.8rem;
  }
}
.intro__graph {
  width: 47.1rem;
}
@media screen and (max-width: 767px) {
  .intro__graph {
    width: 90%;
    margin: 4rem auto 0 auto;
  }
}
.intro__graph figcaption {
  margin-top: 2rem;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .intro__graph figcaption {
    font-size: 2.4rem;
  }
}

.problem {
  padding: 6rem 0 0 0;
}
.problem__title {
  position: relative;
  margin-bottom: 5rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 8rem;
  background-color: #123780;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .problem__title {
    font-size: 4.5rem;
    line-height: 13rem;
  }
}
.problem__title::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 50%;
  width: 5.5rem;
  height: 4.2rem;
  background-color: #123780;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.problem__list {
  position: relative;
  height: 59.6rem;
  background: url(/img/sosai/lp/hakajimai/bg_problem.png) no-repeat center top/24.6rem auto;
}
@media screen and (max-width: 767px) {
  .problem__list {
    height: auto;
    padding: 33rem 0 10rem 0;
    background-size: 28.9rem;
  }
}
.problem__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 7rem;
  height: 7rem;
  background: url(/img/sosai/lp/hakajimai/ico_arrow.svg) no-repeat center center/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.problem__list-item {
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .problem__list-item {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -3rem;
  }
  .problem__list-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.problem__list-item img {
  width: 30rem;
  border-radius: 5.1rem;
}
@media screen and (max-width: 767px) {
  .problem__list-item img {
    width: 40rem;
  }
}
.problem__list-item figcaption {
  margin-top: 1.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .problem__list-item figcaption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    font-size: 3.5rem;
    text-align: center;
    line-height: 1.3;
  }
}
.problem__list-item--tl {
  top: 1.5rem;
  left: 4rem;
}
.problem__list-item--tr {
  top: 1.5rem;
  right: 4rem;
}
.problem__list-item--bl {
  top: 27.5rem;
  left: 17rem;
}
.problem__list-item--br {
  top: 27.5rem;
  right: 16rem;
}
.problem__solution {
  position: relative;
  padding: 4rem 0 4.5rem 0;
}
@media screen and (max-width: 767px) {
  .problem__solution {
    padding-bottom: 33rem;
    text-align: center;
  }
}
.problem__solution::after {
  content: "";
  position: absolute;
  top: -5rem;
  left: calc(50% + 4.6rem);
  width: 57.2rem;
  height: 57.4rem;
  background: url(/img/sosai/lp/hakajimai/bg_person.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .problem__solution::after {
    top: auto;
    bottom: -16rem;
    left: 50%;
    width: 53.9rem;
    height: 53.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.problem__solution-title {
  color: #123780;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .problem__solution-title {
    font-size: 4.5rem;
  }
}
.problem__solution-lead {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .problem__solution-lead {
    font-size: 3.2rem;
    font-weight: 700;
  }
}

.seminar {
  position: relative;
  padding: 10rem 3rem 4rem 3rem;
  border: 3px solid #123780;
  border-radius: 1rem;
  background-color: #E7F0F8;
}
@media screen and (max-width: 767px) {
  .seminar {
    overflow: hidden;
    padding: 0;
  }
}
.seminar__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 55rem;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 8rem;
  border-radius: 0.5rem 0 1rem 0;
  background-color: #123780;
}
@media screen and (max-width: 767px) {
  .seminar__head {
    position: static;
    width: 100%;
    font-size: 4.5rem;
    line-height: 11rem;
    border-radius: 0;
  }
}
.seminar__copy {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .seminar__copy {
    padding-top: 3rem;
    font-size: 4.5rem;
    text-align: center;
  }
}
.seminar__copy span {
  background-image: radial-gradient(circle at center, #FC9A15 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.5rem; /* 縦方向の位置調整 */
}
.seminar__lead {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .seminar__lead {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
  }
}
.seminar__photo {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 31.9rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .seminar__photo {
    position: static;
    width: 52.5rem;
    margin: 0 auto 4rem auto;
  }
}
.seminar__outline-title {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seminar__outline-title {
    margin-bottom: 5rem;
    font-size: 4.2rem;
    line-height: 1.8;
  }
}
.seminar__outline-title span {
  display: inline;
  padding-bottom: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(0%, #FC9A15));
  background: linear-gradient(transparent 94%, #FC9A15 0%);
}
.seminar__outline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .seminar__outline-item {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 1.5rem 0 17rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.seminar__outline-number {
  width: 7rem;
  margin-right: 2rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 7rem;
  border-radius: 50%;
  background-color: #123780;
}
@media screen and (max-width: 767px) {
  .seminar__outline-number {
    position: absolute;
    top: 0;
    left: 1.5rem;
    width: 12rem;
    font-size: 3.2rem;
    line-height: 12rem;
  }
}
.seminar__outline-date {
  width: 34rem;
  margin-top: -2rem;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .seminar__outline-date {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.seminar__outline-date span {
  font-size: 6.5rem;
}
.seminar__outline-address {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .seminar__outline-address {
    font-size: 3.2rem;
    font-weight: 700;
  }
}
.seminar__outline-map {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .seminar__outline-map {
    margin: 2rem 0 3rem 0;
  }
}
.seminar__outline-map a {
  width: 13.8rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 4.5rem;
  border-radius: 1rem;
  background-color: #999;
}
@media screen and (min-width: 768px) {
  .seminar__outline-map a {
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .seminar__outline-map a:hover {
    opacity: 1;
    background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .seminar__outline-map a {
    width: 26.1rem;
    font-size: 3.2rem;
    line-height: 6.3rem;
  }
}
.seminar__outline-time {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 5rem;
  border-radius: 5rem;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .seminar__outline-time {
    margin: 0 1.5rem 1.5rem 1.5rem;
    padding: 2rem 0;
    font-size: 3.2rem;
    line-height: 1.8;
    border-radius: 2rem;
  }
}

.cv {
  position: relative;
  padding: 4rem 0;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#598CBE), to(#123780));
  background: linear-gradient(to bottom, #598CBE 0%, #123780 100%);
}
@media screen and (max-width: 767px) {
  .cv {
    padding: 3rem 1.5rem;
    text-align: left;
  }
}
.cv::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: calc(50% + 25.5rem);
  width: 38.5rem;
  height: 46.9rem;
  background: url(/img/sosai/lp/hakajimai/img_cv.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .cv::after {
    top: 14rem;
    left: calc(50% - 2rem);
    width: 46.9rem;
    height: 44.3rem;
  }
}
.cv__title {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .cv__title {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.cv__title strong {
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .cv__title strong {
    font-size: 9rem;
    white-space: nowrap;
  }
}
.cv__lead {
  margin-bottom: 3rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cv__lead {
    display: inline-block;
    margin: 2rem 0 5rem 0;
    padding: 2rem 0 0 0;
    font-size: 3.2rem;
    border-top: 2px solid #fff;
  }
}
.cv__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -4rem;
}
@media screen and (max-width: 767px) {
  .cv__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.cv__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54rem;
  height: 17rem;
  border: 4px solid #fff;
  border-radius: 4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cv__button {
    width: 100%;
    height: 37.8rem;
    border-radius: 2rem;
    border-width: 0.5rem;
  }
}
.cv__button::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -2rem;
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .cv__button::before {
    top: -2rem;
    left: -1.5rem;
    width: 10rem;
    height: 10rem;
  }
}
.cv__button--phone {
  background: -webkit-gradient(linear, left top, left bottom, from(#FC9A15), to(#FC9A15));
  background: linear-gradient(to bottom, #FC9A15 0%, #FC9A15 100%);
}
@media screen and (max-width: 767px) {
  .cv__button--phone {
    margin-bottom: 6rem;
  }
}
.cv__button--phone::before {
  background: url(/img/sosai/lp/hakajimai/ico_phone.svg) no-repeat center center/contain;
}
.cv__button--phone .cv__button-number {
  padding-left: 5rem;
  background: url(/img/sosai/lp/hakajimai/ico_freedial.svg) no-repeat left center/4.4rem auto;
}
@media screen and (max-width: 767px) {
  .cv__button--phone .cv__button-number {
    padding-left: 9rem;
    background-size: 7.6rem;
  }
}
@media screen and (min-width: 768px) {
  .cv__button--phone {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cv__button--phone:hover {
    opacity: 1;
    color: #FC9A15;
    border-color: #FC9A15;
    background: #fff;
  }
  .cv__button--phone:hover::before {
    background-image: url(/img/sosai/lp/hakajimai/ico_phone-hover.svg);
  }
  .cv__button--phone:hover .cv__button-copy::before,
  .cv__button--phone:hover .cv__button-copy::after {
    background-color: #FC9A15;
  }
  .cv__button--phone:hover .cv__button-number {
    background-image: url(/img/sosai/lp/hakajimai/ico_freedial-hover.svg);
  }
}
.cv__button--contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#365EAD), to(#123780));
  background: linear-gradient(to bottom, #365EAD 0%, #123780 100%);
}
.cv__button--contact::before {
  background: url(/img/sosai/lp/hakajimai/ico_mail.svg) no-repeat center center/contain;
}
.cv__button--contact .cv__button-number {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .cv__button--contact .cv__button-number {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cv__button--contact {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cv__button--contact:hover {
    opacity: 1;
    color: #123780;
    border-color: #123780;
    background: #fff;
  }
  .cv__button--contact:hover::before {
    background-image: url(/img/sosai/lp/hakajimai/ico_mail-hover.svg);
  }
  .cv__button--contact:hover .cv__button-copy::before,
  .cv__button--contact:hover .cv__button-copy::after {
    background-color: #123780;
  }
}
.cv__button-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cv__button-copy {
    margin-bottom: 1rem;
    font-size: 3.2rem;
  }
}
.cv__button-copy::before, .cv__button-copy::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: #fff;
}
.cv__button-copy::before {
  margin-right: 2rem;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
.cv__button-copy::after {
  margin-left: 2rem;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.cv__button-number {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cv__button-number {
    font-size: 5.6rem;
  }
}
.cv__button-hours {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cv__button-hours {
    margin-top: 1rem;
    font-size: 3.2rem;
    text-align: center;
  }
}
.cv__present {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .cv__present {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cv__present-image {
  position: absolute;
  top: -4rem;
  right: 0.5rem;
  width: 28.6rem;
}
@media screen and (max-width: 767px) {
  .cv__present-image {
    position: static;
    width: 47.4rem;
    margin: 0 auto;
  }
}
.cv__present-label {
  width: 23rem;
  color: #123780;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 11.6rem;
  background-color: #FC9A15;
  border: 3px solid #fff;
  border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .cv__present-label {
    width: 100%;
    font-size: 4.2rem;
    line-height: 10.7rem;
    border-width: 0.3rem;
    border-radius: 1rem 1rem 0 0;
  }
}
.cv__present-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5rem 2.5rem;
  color: #fff;
  text-align: left;
  background-color: #123780;
  border: 3px solid #fff;
  border-left: none;
  border-radius: 0 1rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .cv__present-content {
    padding: 2rem;
    text-align: center;
    border: 0.3rem solid #fff;
    border-top: none;
    border-radius: 0 0 1rem 1rem;
  }
}
.cv__present-title {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cv__present-title {
    font-size: 4.6rem;
  }
}
.cv__present-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #FC9A15;
}
@media screen and (max-width: 767px) {
  .cv__present-title::after {
    bottom: -0.4rem;
    height: 0.4rem;
  }
}
.cv__present-text {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cv__present-text {
    font-size: 3.2rem;
    font-weight: 500;
  }
}

.flow {
  padding: 9rem 0 0 0;
}
.flow__title {
  margin-bottom: 5rem;
  padding-top: 12rem;
  color: #123780;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  background: url(/img/sosai/lp/hakajimai/ico_ohaka.png) no-repeat center top/7.1rem auto;
}
@media screen and (max-width: 767px) {
  .flow__title {
    font-size: 4.5rem;
    background-size: 9rem auto;
  }
}
.flow__item {
  position: relative;
  padding: 3rem 0 3rem 6.5rem;
  border-radius: 1rem;
  background-color: #FFEFD9;
}
@media screen and (max-width: 767px) {
  .flow__item {
    margin: 0 -1.5rem;
    padding: 2rem 1.5rem;
  }
}
.flow__item + .flow__item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .flow__item + .flow__item {
    margin-top: 15rem;
  }
}
.flow__item + .flow__item::before {
  content: "";
  position: absolute;
  top: -8rem;
  left: 50%;
  width: 5.5rem;
  height: 5.5rem;
  background: url(/img/sosai/lp/hakajimai/ico_arrow-02.svg) no-repeat center center/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .flow__item + .flow__item::before {
    top: -11rem;
  }
}
.flow__item::after {
  content: "";
  position: absolute;
  background: no-repeat center center/contain;
}
.flow__item:nth-of-type(1)::after {
  top: 4rem;
  right: 2rem;
  width: 23.3rem;
  height: 8.4rem;
  background-image: url(/img/sosai/lp/hakajimai/img_flow-01.png);
}
.flow__item:nth-of-type(2)::after {
  top: 6rem;
  right: 4rem;
  width: 8.52rem;
  height: 9.48rem;
  background-image: url(/img/sosai/lp/hakajimai/ico_ohaka.png);
}
@media screen and (max-width: 767px) {
  .flow__item:nth-of-type(2)::after {
    top: 2.5rem;
    right: 2rem;
  }
}
.flow__item:nth-of-type(3)::after {
  top: 12.2rem;
  right: 2rem;
  z-index: 2;
  width: 13.9rem;
  height: 24.5rem;
  background-image: url(/img/sosai/lp/hakajimai/img_flow-03.png);
}
@media screen and (max-width: 767px) {
  .flow__item:nth-of-type(3)::after {
    top: 42rem;
  }
}
.flow__item:nth-of-type(5)::after {
  top: 8rem;
  right: 2rem;
  z-index: 2;
  width: 12.8rem;
  height: 11.7rem;
  background-image: url(/img/sosai/lp/hakajimai/img_flow-04.png);
}
@media screen and (max-width: 767px) {
  .flow__item:nth-of-type(5)::after {
    top: 5rem;
  }
}
.flow__item:nth-of-type(6)::after {
  top: -4rem;
  right: 2rem;
  z-index: 2;
  width: 12.7rem;
  height: 15.2rem;
  background-image: url(/img/sosai/lp/hakajimai/img_flow-05.png);
}
.flow__item:nth-of-type(7)::after {
  top: 2.5rem;
  right: 2rem;
  z-index: 2;
  width: 8.8rem;
  height: 10.3rem;
  background-image: url(/img/sosai/lp/hakajimai/img_flow-06.png);
}
.flow__item:nth-of-type(8)::after {
  top: 1rem;
  right: 2rem;
  z-index: 2;
  width: 17.2rem;
  height: 11.2rem;
  background-image: url(/img/sosai/lp/hakajimai/img_flow-07.png);
}
.flow__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .flow__head {
    display: block;
    text-align: center;
  }
}
.flow__head--steponly {
  padding-left: 22rem;
}
@media screen and (max-width: 767px) {
  .flow__head--steponly {
    padding-left: 0;
  }
}
.flow__head--steponly .flow__number {
  position: absolute;
  top: 3rem;
  left: 6.5rem;
  height: calc(100% - 6rem);
}
@media screen and (max-width: 767px) {
  .flow__head--steponly .flow__number {
    position: static;
    height: 9rem;
  }
}
.flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .flow__content {
    display: block;
    margin-top: 2rem;
    text-align: center;
  }
}
.flow__content:not(:has(.flow__place)) {
  padding-left: 22rem;
}
@media screen and (max-width: 767px) {
  .flow__content:not(:has(.flow__place)) {
    padding-left: 0;
  }
}
.flow__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18rem;
  height: 6rem;
  margin-right: 4rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  background-color: #123780;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .flow__number {
    width: 100%;
    height: 9rem;
    margin-bottom: 1rem;
    font-size: 4.5rem;
  }
}
.flow__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18rem;
  height: 6rem;
  margin-right: 4rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .flow__place {
    width: 100%;
    height: 9rem;
    font-size: 4.5rem;
  }
}
.flow__place--color01 {
  background-color: #FF6200;
}
.flow__place--color02 {
  background-color: #FF9D00;
}
.flow__place--color03 {
  background-color: #8B5ACC;
}
.flow__step {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1rem;
  font-size: 2.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .flow__step {
    font-size: 4rem;
  }
}
.flow__step--small {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow__step--small {
    font-size: 4rem;
    font-weight: 900;
  }
}
.flow__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .flow__text {
    font-size: 3.2rem;
  }
}
.flow__note {
  margin-top: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .flow__note {
    font-size: 2.8rem;
  }
}
.flow__message {
  position: relative;
  padding: 7rem 0 10rem 0;
}
@media screen and (max-width: 767px) {
  .flow__message {
    padding-bottom: 33rem;
    text-align: center;
  }
}
.flow__message::after {
  content: "";
  position: absolute;
  top: -4rem;
  left: calc(50% + 5rem);
  width: 57.2rem;
  height: 57.4rem;
  background: url(/img/sosai/lp/hakajimai/bg_person.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flow__message::after {
    top: auto;
    bottom: -16rem;
    left: 50%;
    width: 53.9rem;
    height: 53.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.flow__message-text {
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .flow__message-text {
    font-size: 4rem;
  }
}
.flow__message-text span {
  position: relative;
  color: #123780;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow__message-text span {
    font-size: 4.5rem;
  }
}
.flow__message-text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #123780;
}
@media screen and (max-width: 767px) {
  .flow__message-text span::after {
    bottom: -0.4rem;
    height: 0.4rem;
  }
}

.voice {
  padding: 9rem 0;
}
.voice__title {
  margin-bottom: 1rem;
  color: #123780;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__title {
    font-size: 4.5rem;
  }
}
.voice__lead {
  margin-bottom: 5rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__lead {
    margin-bottom: 6rem;
    font-size: 2.8rem;
  }
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -4rem;
}
@media screen and (max-width: 767px) {
  .voice__list {
    margin: 0;
  }
}
.voice__item {
  width: 36.7rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .voice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .voice__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .voice__item:nth-child(even) .voice__content {
    margin: 0 0 0 2rem;
  }
}
.voice__image {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__image {
    width: 25rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .voice__content {
    width: 32rem;
    margin: 0 2rem 0 0;
    text-align: center;
  }
}
.voice__name {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__name {
    margin-top: 1rem;
    font-size: 2.8rem;
  }
}
.voice__comment {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .voice__comment {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 2.8rem;
    line-height: 1.8;
  }
}

.howto {
  padding: 7rem 0 0 0;
  background-color: rgba(173, 207, 240, 0.3);
}
.howto__title {
  margin-bottom: 2rem;
  padding-top: 12rem;
  color: #123780;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  background: url(/img/sosai/lp/hakajimai/ico_ohaka.png) no-repeat center top/7.1rem auto;
}
@media screen and (max-width: 767px) {
  .howto__title {
    font-size: 4.5rem;
    background-size: 9rem auto;
  }
}
.howto__lead {
  margin-bottom: 4rem;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .howto__lead {
    font-size: 2.8rem;
  }
}
.howto__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .howto__category {
    margin-bottom: 9rem;
  }
}
.howto__category li {
  width: 19rem;
  margin: 0 0.5rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 6rem;
  background-color: #123780;
  border-radius: 1rem;
}
.howto__question {
  position: relative;
  width: 46rem;
  padding: 1.5rem 2.5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  background-color: #999;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .howto__question {
    width: 60rem;
    font-size: 2.8rem;
  }
}
.howto__question::after {
  content: "";
  position: absolute;
  top: -3.2rem;
  right: -8.5rem;
  width: 11.8rem;
  height: 19.6rem;
  background: url(/img/sosai/lp/hakajimai/img_howto.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .howto__question::after {
    width: 14.16rem;
    height: 23.52rem;
  }
}
.howto__message {
  position: relative;
  margin-top: -4rem;
  padding: 7rem 0 6.5rem 0;
}
@media screen and (max-width: 767px) {
  .howto__message {
    padding-bottom: 33rem;
    text-align: center;
  }
}
.howto__message::after {
  content: "";
  position: absolute;
  top: -9.5rem;
  left: calc(50% + 0.5rem);
  width: 57.2rem;
  height: 57.4rem;
  background: url(/img/sosai/lp/hakajimai/bg_person.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .howto__message::after {
    top: auto;
    bottom: -16rem;
    left: 50%;
    width: 53.9rem;
    height: 53.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.howto__message-text {
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .howto__message-text {
    font-size: 4rem;
  }
}
.howto__message-text span {
  position: relative;
  color: #123780;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .howto__message-text span {
    font-size: 4.5rem;
  }
}
.howto__message-text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #123780;
}
@media screen and (max-width: 767px) {
  .howto__message-text span::after {
    bottom: -0.4rem;
    height: 0.4rem;
  }
}

.faq {
  padding: 9rem 0;
  background-color: rgba(173, 207, 240, 0.3);
}
.faq__title {
  margin-bottom: 3rem;
  color: #123780;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 4.5rem;
  }
}
.faq__item + .faq__item {
  margin-top: 9rem;
}
.faq__question {
  min-height: 6rem;
  margin-bottom: 2rem;
  padding: 1.5rem 0 0 7rem;
  font-size: 2.2rem;
  font-weight: 700;
  background: url(/img/sosai/lp/hakajimai/ico_q.svg) no-repeat left top/5rem auto;
}
@media screen and (max-width: 767px) {
  .faq__question {
    padding-left: 9rem;
    font-size: 3rem;
    background-size: 7rem auto;
  }
}
.faq__answer {
  min-height: 6rem;
  padding: 1rem 0 0 7rem;
  font-size: 1.8rem;
  font-weight: 500;
  background: url(/img/sosai/lp/hakajimai/ico_a.svg) no-repeat left top/5rem auto;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    padding-left: 9rem;
    font-size: 3rem;
    background-size: 7rem auto;
  }
}

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

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

.u-color--red {
  color: #FF0000;
}
.u-color--blue {
  color: #1665E3;
}
.u-color--green {
  color: #20BA26;
}
.u-color--yellow {
  color: #FC9A15;
}
/*# sourceMappingURL=style.css.map */