@charset "UTF-8";
/*
 * foundation
 */
/*! destyle.css v3.0.2 | 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;
}

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

html {
  font-size: 62.5%;
  color: #454545;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 0.781vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.519vw;
  }
}
h2 {
  font-size: 5rem;
  font-weight: 600;
}

h3 {
  font-size: 4rem;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a,
li,
p,
th,
td {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
}

a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

.hidden-item {
  display: none;
}

/* --------- モーダル start --------- */
.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 99;
}

.modal .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}

.modal .modal__content {
  width: 90%;
  max-height: 90%;
  overflow-y: auto;
  padding: 8rem 6rem 6rem;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .modal .modal__content {
    width: 95%;
    font-size: 1.2rem;
  }
}
.modal .modal__content .title {
  margin-bottom: 50px;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .modal .modal__content .title {
    font-size: 2.4rem;
  }
}
.modal .modal__content .text {
  text-align: left;
}

.modal .modal__content .closeText {
  display: inline-block;
  margin: 6rem auto 0;
  border-bottom: 1px solid #66BB6A;
  font-size: 2rem;
  line-height: 1.2;
  color: #66BB6A;
  font-weight: 700;
}

/* --------- モーダル end --------- */
/*
  * layout
  */
.l-footer {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-image: url(../../assets/image/bg_footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-footer {
    background-image: url(../../assets/image/bg_footer-sp.png);
    padding-top: 12rem;
    padding-bottom: 3rem;
  }
}
.l-footer__logo {
  width: 48.8rem;
  height: 12.2rem;
  margin-bottom: 6.7rem;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 100%;
    height: auto;
  }
}
.l-footer__inner {
  display: flex;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    margin-bottom: 7rem;
  }
}
.l-footer__wrapper {
  flex: 1;
}
.l-footer__item {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer__item {
    margin-bottom: 4rem;
  }
}
.l-footer__item p {
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__item p {
    line-height: 1.69;
  }
}
.l-footer__item.-type02 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__item.-type02 {
    flex-direction: column;
  }
}
.l-footer__item.-type02 p {
  width: -moz-max-content;
  width: max-content;
  line-height: 1.31;
}
@media screen and (max-width: 768px) {
  .l-footer__item.-type02 p {
    line-height: 1.69;
  }
}
.l-footer__heading {
  margin-bottom: 2.4rem;
}
.l-footer__heading p {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.l-footer__table table {
  border-collapse: collapse;
  color: #FFF;
  font-weight: 700;
}
.l-footer__table table td {
  height: 3.6rem;
  vertical-align: middle;
  font-weight: 700;
  border-right: solid 0.1rem #fff;
  border-bottom: solid 0.1rem #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__table table td {
    font-size: 1.4rem;
  }
}
.l-footer__table table td:first-child {
  width: 37rem;
}
@media screen and (max-width: 768px) {
  .l-footer__table table td:first-child {
    width: 31.5rem;
  }
}
.l-footer__table table td:last-child {
  width: 6.1rem;
  border-right: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__table table td:last-child {
    width: 4.2rem;
  }
}
.l-footer__table table tr:last-child td {
  border-bottom: none;
}
.l-footer__border {
  content: "";
  width: 100%;
  background-color: #707070;
  height: 0.1rem;
}
.l-footer__copywright {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer__copywright {
    flex-direction: column;
    gap: 10rem;
    align-items: center;
    margin-top: 3rem;
  }
}
.l-footer__copywright-button {
  width: 30.5rem;
  height: 6.4rem;
  border: #fff 0.2rem solid;
}
@media screen and (max-width: 768px) {
  .l-footer__copywright-button {
    width: 30.5rem;
    height: 6.4rem;
  }
}
.l-footer__copywright-button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.l-footer__copywright-text p {
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copywright-text p {
    font-size: 1rem;
  }
}

.l-container {
  width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 35.7rem;
  }
}

/*
   * object
   */
.c-heading {
  margin: 0 auto 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-heading {
    margin-bottom: 6em;
  }
}
.c-heading::before {
  content: "";
  background-color: #66BB6A;
  width: 0.8rem;
  height: 5rem;
  position: absolute;
  top: -7.3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-heading::before {
    width: 0.6rem;
    height: 3rem;
    top: -4.8rem;
  }
}

.c-mv {
  position: relative;
}
.c-mv__logo {
  width: 23.1rem;
  height: 5.8rem;
  position: absolute;
  top: 4.4rem;
  left: 5rem;
}
@media screen and (max-width: 768px) {
  .c-mv__logo {
    width: 16.8rem;
    height: 4.2rem;
    top: 2.9rem;
    left: 2rem;
  }
}
.c-mv__button {
  width: 30.2vw;
  height: 4.8vw;
  position: absolute;
  bottom: 3vw;
  left: 11.9vw;
}
@media screen and (max-width: 768px) {
  .c-mv__button {
    width: 35.7rem;
    height: 5.6rem;
    bottom: 9.5rem;
    left: 2rem;
  }
}
.c-mv__button a {
  display: block;
  width: 100%;
  height: 100%;
}

.c-cards__3columns {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .c-cards__3columns {
    width: 100%;
  }
}
.c-cards__3columns-image {
  width: 40rem;
  height: 32rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-cards__3columns-image {
    width: 100%;
    height: 28.8rem;
  }
}
.c-cards__3columns-text p {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .c-cards__3columns-text p {
    font-size: 2rem;
    font-weight: 600;
  }
}
.c-cards__4columns {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .c-cards__4columns {
    width: 100%;
  }
}
.c-cards__4columns-heading {
  background-color: #66BB6A;
  width: 100%;
  height: 9.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cards__4columns-heading p {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.22;
}
.c-cards__4columns-inner {
  width: 100%;
  border: #66BB6A solid 0.3rem;
  border-radius: 0.5rem;
  margin-bottom: 2.2rem;
}
.c-cards__4columns-image {
  width: 100%;
  height: 26rem;
}
.c-cards__4columns-text p {
  text-align: center;
  font-weight: 500;
}
.c-cards__risk {
  width: 39.7rem;
  height: 50.6rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .c-cards__risk {
    width: 100%;
    height: 48rem;
  }
}
.c-cards__risk.-type02 {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .c-cards__risk.-type02 {
    margin-top: 0;
  }
}
.c-cards__risk.-type03 {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .c-cards__risk.-type03 {
    margin-top: 0;
  }
}
.c-cards__risk-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-cards__risk-inner {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }
}
.c-cards__risk-icon {
  width: 8.7rem;
  height: 11.2rem;
  flex-shrink: 0;
}
.c-cards__risk-heading {
  border-bottom: #D0D0D0 0.1rem solid;
  width: 100%;
  height: 11.2rem;
  margin-right: 2.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-cards__risk-heading {
    margin-right: 1.5rem;
  }
}
.c-cards__risk-heading p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.36;
  color: #CC4848;
}
.c-cards__risk-text {
  padding: 3.7rem 5rem 4.4rem;
}
@media screen and (max-width: 768px) {
  .c-cards__risk-text {
    padding: 2.7rem 3rem;
  }
}
.c-cards__risk-text p {
  line-height: 1.31;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-cards__risk-text p {
    line-height: 1.69;
  }
}
.c-cards__risk-image {
  width: 39.7rem;
  height: 27.1rem;
}
@media screen and (max-width: 768px) {
  .c-cards__risk-image {
    width: 35.7rem;
    height: 27.1rem;
  }
}

.p-section__selfinspection {
  background-image: url(../../assets/image/bg_section01.png);
  padding-top: 19rem;
  padding-bottom: 8.4rem;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-section__selfinspection {
    padding-top: 13rem;
    width: 100%;
    background-image: url(../../assets/image/bg_section01-sp.png);
    background-size: contain;
  }
}
.p-section__selfinspection-heading {
  width: 54.1rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .p-section__selfinspection-heading {
    width: 25rem;
    height: 2.4rem;
  }
}
.p-section__selfinspection-text {
  margin-bottom: 6.2rem;
}
.p-section__selfinspection-text p {
  text-align: center;
}
.p-section__selfinspection-icon {
  width: 54.1rem;
  height: 8rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
  .p-section__selfinspection-icon {
    width: 35.7rem;
    height: 8rem;
  }
}
.p-section__selfinspection-cards {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-section__selfinspection-cards {
    flex-direction: column;
    gap: 5rem;
  }
}
.p-section__example {
  position: relative;
  z-index: 1;
}
.p-section__example-wrapper {
  padding-top: 12.3rem;
  padding-bottom: 15.6rem;
  background-image: url(../../assets/image/bg_section02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-section__example-wrapper {
    background-image: url(../../assets/image/bg_section02-sp.png);
  }
}
.p-section__example-heading {
  width: 72rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .p-section__example-heading {
    width: 30.5rem;
    height: 6.5rem;
  }
}
.p-section__example-heading02 {
  width: 47.8rem;
  height: 4.6rem;
  margin-top: 19rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-section__example-heading02 {
    width: 29rem;
    height: 2.7rem;
  }
}
.p-section__example-cards {
  display: flex;
  gap: 2.7rem;
  margin-bottom: 11.7rem;
}
@media screen and (max-width: 768px) {
  .p-section__example-cards {
    flex-direction: column;
    gap: 5rem;
  }
}
.p-section__example-check {
  width: 70.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-section__example-check {
    width: 100%;
  }
}
.p-section__example-check-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: dotted 0.1rem #696969;
  padding-bottom: 2.2rem;
  padding-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-section__example-check-inner {
    padding: 1.7rem 0;
  }
}
.p-section__example-check-box {
  width: 2rem;
  height: 2rem;
}
.p-section__example-check-text p {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-section__example-check-text p {
    font-size: 1.6rem;
  }
}
.p-section__example-bnr {
  width: 122.6rem;
  height: 33.5rem;
  position: absolute;
  bottom: -30rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-section__example-bnr {
    width: 35.8rem;
    height: 23.5rem;
    bottom: -20rem;
    box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.1);
  }
}
.p-section__risk {
  padding-top: 55rem;
  padding-bottom: 25rem;
  background-image: url(../../assets/image/bg_section03-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-section__risk {
    padding-top: 37.2rem;
    padding-bottom: 11.1rem;
    background-image: url(../../assets/image/bg_section03-sp.png);
  }
}
.p-section__risk-heading {
  width: 96.4rem;
  height: 5rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .p-section__risk-heading {
    width: 26rem;
    height: 6.7rem;
  }
}
.p-section__risk-cards {
  display: flex;
  gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__risk-cards {
    flex-direction: column;
    gap: 7rem;
  }
}
.p-section__risk-bnr {
  margin: 10.8rem auto 0;
  width: 122.6rem;
}
@media screen and (max-width: 768px) {
  .p-section__risk-bnr {
    width: 35.7rem;
    box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.1);
  }
}
.p-section__risk-bnr a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-section__flow {
  padding-top: 22.2rem;
  padding-bottom: 19.5rem;
  background-image: url(../../assets/image/bg_section04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-section__flow {
    padding-top: 10.2rem;
    padding-bottom: 6.3rem;
    background-image: url(../../assets/image/bg_section04-sp.png);
  }
}
.p-section__flow-heading {
  width: 93.7rem;
  height: 8.1rem;
  margin-bottom: 15.8rem;
}
@media screen and (max-width: 768px) {
  .p-section__flow-heading {
    width: 28.6rem;
    height: 11rem;
    margin-bottom: 6rem;
  }
}
.p-section__flow-timeline {
  width: 100%;
}
.p-section__flow-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-section__flow-step {
    gap: 1.5rem;
  }
}
.p-section__flow-step:last-child {
  margin-bottom: 0;
}
.p-section__flow-step-image {
  width: 25rem;
  height: 25rem;
  margin-left: 4.8rem;
  margin-right: 5.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-section__flow-step-image {
    margin-right: 0;
    margin-left: 0;
    width: 26.6rem;
    height: 22.1rem;
    margin-bottom: 3.6rem;
  }
}
.p-section__flow-step-badge {
  width: 12.4rem;
  height: 12.4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-section__flow-step-badge {
    width: 7.6rem;
    height: 7.6rem;
  }
}
.p-section__flow-step-badge-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 6.9rem;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-section__flow-step-badge-area {
    margin-right: 0;
  }
}
.p-section__flow-step-line {
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 25.6rem;
  background-image: repeating-linear-gradient(to bottom, #696969 0, #696969 0.5rem, transparent 0.5rem, transparent 1rem);
}
@media screen and (max-width: 768px) {
  .p-section__flow-step-line {
    height: 37.6rem;
  }
}
.p-section__flow-step-line.-type02 {
  top: -1rem;
  height: 39rem;
}
@media screen and (max-width: 768px) {
  .p-section__flow-step-line.-type02 {
    top: -2rem;
    height: 65rem;
  }
}
.p-section__flow-step-line.-type03 {
  height: 16.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__flow-step-line.-type03 {
    height: 35.3rem;
  }
}
.p-section__flow-step-line-horizontal {
  position: absolute;
  top: 50%;
  right: 8rem;
  transform: translateY(-50%);
  width: 5.2rem;
  height: 0.5rem;
  z-index: -1;
  left: -5rem;
  background-image: repeating-linear-gradient(to right, #696969 0, #696969 0.5rem, transparent 0.5rem, transparent 1rem);
}
@media screen and (max-width: 768px) {
  .p-section__flow-step-line-horizontal {
    right: -1.4rem;
    left: unset;
  }
}
.p-section__flow-step-title {
  font-size: 4.2rem;
  color: #66BB6A;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-section__flow-step-title {
    font-size: 2.8rem;
  }
}
.p-section__flow-step-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .p-section__flow-step-text {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.p-section__flow-step-bnr {
  width: 50.8rem;
  height: 8rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__flow-step-bnr {
    width: 100%;
    height: auto;
  }
}
.p-section__flow-step-bnr a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-section__flow-bnr {
  width: 122.6rem;
  height: 33.5rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-section__flow-bnr {
    width: 100%;
    height: auto;
    margin-top: 6rem;
    box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.1);
  }
}
.p-section__contact {
  padding-top: 19.6rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 768px) {
  .p-section__contact {
    padding-top: 11.8rem;
    padding-bottom: 12rem;
  }
}
.p-section__contact-inner {
  margin-right: 31.8rem;
}
@media screen and (max-width: 768px) {
  .p-section__contact-inner {
    margin-right: 0;
  }
}
.p-section__contact-heading {
  width: 56.8rem;
  height: 15.3rem;
  margin-bottom: 7.3rem;
}
@media screen and (max-width: 768px) {
  .p-section__contact-heading {
    width: 34rem;
    height: 11rem;
    margin-bottom: 7.1rem;
  }
}
.p-section__contact-form-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-section__contact-form-wrapper {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.p-section__contact-form-wrapper.-select {
  position: relative;
}
.p-section__contact-form-wrapper.-select ::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.2rem;
  width: 1rem;
  height: 0.8rem;
  /* V字の作成 */
  border-left: 0.2rem solid #000;
  border-bottom: 0.2rem solid #000;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
  /* クリック無効化 */
}
@media screen and (max-width: 768px) {
  .p-section__contact-form-wrapper.-select ::after {
    height: 1rem;
    top: 70%;
  }
}
.p-section__contact-form-wrapper.-textarea {
  align-items: flex-start;
}
.p-section__contact-form-wrapper.-textarea .p-section__contact-label {
  margin-top: 1.8rem;
}
.p-section__contact-form-select {
  width: 47.4rem;
  height: 5.6rem;
  border: #C3C3C3 solid 0.1rem;
  border-radius: 0.6rem;
  padding: 1.6rem 2.9rem;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 5rem;
}
.p-section__contact-form-select::-moz-placeholder {
  color: #BFBFBF;
}
.p-section__contact-form-select::placeholder {
  color: #BFBFBF;
}
@media screen and (max-width: 768px) {
  .p-section__contact-form-select {
    width: 100%;
    padding: 1.6rem 2.1rem;
  }
}
.p-section__contact-form-input {
  width: 47.4rem;
  height: 5.6rem;
  border: #C3C3C3 solid 0.1rem;
  border-radius: 0.6rem;
  padding: 1.6rem 2.9rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-section__contact-form-input::-moz-placeholder {
  color: #BFBFBF;
}
.p-section__contact-form-input::placeholder {
  color: #BFBFBF;
}
@media screen and (max-width: 768px) {
  .p-section__contact-form-input {
    width: 100%;
    padding: 1.6rem 2.1rem;
  }
}
.p-section__contact-form-area {
  width: 47.4rem;
  height: 21.4rem;
  border: #C3C3C3 solid 0.1rem;
  border-radius: 0.6rem;
  padding: 1.6rem 2.9rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-section__contact-form-area::-moz-placeholder {
  color: #BFBFBF;
}
.p-section__contact-form-area::placeholder {
  color: #BFBFBF;
}
@media screen and (max-width: 768px) {
  .p-section__contact-form-area {
    width: 100%;
    padding: 1.6rem 2.1rem;
  }
}
.p-section__contact-form-button {
  background-color: #132F8D;
  width: 30.5rem;
  height: 6.4rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.p-section__contact-form-button:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.p-section__contact-label {
  width: -moz-max-content;
  width: max-content;
}
.p-section__contact-label label {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-section__contact-green {
  color: #66BB6A;
  padding: 0.4rem 1.5rem;
  border: #66BB6A 0.1rem solid;
  border-radius: 0.5rem;
  margin-left: 2rem;
}
.p-section__contact-privacy {
  margin: 7.7rem auto 12.3rem;
}
@media screen and (max-width: 768px) {
  .p-section__contact-privacy {
    margin: 4rem auto 7rem;
  }
}
.p-section__contact-privacy p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-section__contact-privacy p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=styles.css.map */