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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* =========================================
font
========================================= */
/* =========================================
break point
========================================= */
/* =========================================
mixin
========================================= */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

img {
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

b, strong {
  font-weight: 700;
}

/* ========================================================
レイアウト
=========================================================*/
.l-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

/* ヘッダー
---------------------------------------------------------*/
.l-header {
  width: 100%;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: white;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  height: 90px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    gap: 0;
    height: 60px;
    padding-inline: 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 120px;
    min-width: 120px;
  }
}

.l-header__nav {
  margin-inline: auto 0;
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .l-header__nav-list {
    display: none;
  }
}

.l-header__cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .l-header__cv {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}

.l-header__cv-tel {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 56px;
  white-space: nowrap;
  padding-inline: 0.5em;
  border-radius: 8px;
  background: #1eb37a;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(30, 179, 122)), to(rgb(13, 153, 100)));
  background: linear-gradient(180deg, rgb(30, 179, 122) 0%, rgb(13, 153, 100) 100%);
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .l-header__cv-tel {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
    border-radius: 5px;
    overflow: hidden;
    pointer-events: auto;
  }
}
.l-header__cv-tel::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__cv-tel::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 1;
    background: url(../img/icon_tel.svg) center center no-repeat;
    background-size: contain;
  }
}

.l-header__cv-mail {
  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: 100px;
  height: 56px;
  border-radius: 8px;
  background: #EF7808;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 120, 8)), to(rgb(239, 89, 8)));
  background: linear-gradient(180deg, rgb(239, 120, 8) 0%, rgb(239, 89, 8) 100%);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-header__cv-mail {
    width: 100px;
    height: 40px;
    border-radius: 5px;
    font-size: 1.5rem;
  }
}

/* メイン
---------------------------------------------------------*/
.l-main {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-padding-before: 90px;
          padding-block-start: 90px;
  background: url("../img/bg_texture.png") center top repeat #DBF0FF;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .l-main {
    -webkit-padding-before: 60px;
            padding-block-start: 60px;
  }
}

/* フッター
---------------------------------------------------------*/
.l-footer {
  margin-block: auto 0;
  background-color: #333333;
  color: #ffffff;
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1480px;
  padding: 20px;
  margin-inline: auto;
  min-height: 80px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 10px;
    padding: 20px;
    font-size: 1.3rem;
  }
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    gap: 2em;
  }
}

.l-footer__nav a {
  color: #ffffff;
}

/* ========================================================
コンポーネント
=========================================================*/
/* 見出し
---------------------------------------------------------*/
/* サブ見出し */
.c-sub-heading {
  position: relative;
  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;
  max-width: 580px;
  height: 40px;
  margin-inline: auto;
  border-radius: 20px;
  background: #3C59A0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(60, 89, 160)), to(rgb(47, 71, 130)));
  background: linear-gradient(180deg, rgb(60, 89, 160) 0%, rgb(47, 71, 130) 100%);
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-sub-heading {
    max-width: 400px;
    height: 32px;
    font-size: 1.3rem;
  }
}

.c-sub-heading.-icon-person::before {
  content: "";
  display: block;
  width: 74px;
  height: 71px;
  position: absolute;
  left: 30px;
  top: -30px;
  background: url("../img/icon_person.png") left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-sub-heading.-icon-person::before {
    width: 44px;
    height: 42px;
    left: 20px;
    top: -10px;
  }
}

.c-sub-heading.-icon-house::before {
  content: "";
  display: block;
  width: 74px;
  height: 71px;
  position: absolute;
  left: 30px;
  top: -25px;
  background: url("../img/icon_house.png") left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-sub-heading.-icon-house::before {
    width: 44px;
    height: 42px;
    left: 20px;
    top: -10px;
  }
}

/* セクション見出し */
.c-heading {
  text-align: center;
  line-height: 1.4;
  font-size: 4rem;
  font-weight: 700;
  -webkit-text-stroke: 10px white;
  paint-order: stroke;
  color: #2F4782;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 2rem;
    -webkit-text-stroke: 6px white;
  }
}

/* ========================================================
プロジェクト
=========================================================*/
/* 共通
---------------------------------------------------------*/
/* CVボタン */
.p-cv {
  width: 100%;
  max-width: 1000px;
  height: 220px;
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  margin-inline: auto;
  text-align: center;
  border-radius: 10px;
  background: url("../img/bg_town.png") center bottom no-repeat #2F4782;
  background-size: 940px 74px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-cv {
    height: 160px;
    padding-inline: 20px;
    background-size: contain;
  }
}

.p-cv__lead {
  position: relative;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-cv__lead {
    font-size: 1.7rem;
  }
}

.p-cv__lead::after {
  content: "";
  display: block;
  width: 28px;
  height: 32px;
  position: absolute;
  right: calc(50% - 180px);
  top: 0;
  background: url("../img/bg_fukidasi.png") left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-cv__lead::after {
    width: 20px;
    height: 24px;
    right: calc(50% - 130px);
  }
}

.p-cv__lead::before {
  content: "";
  display: block;
  width: 28px;
  height: 32px;
  position: absolute;
  left: calc(50% - 180px);
  top: 0;
  background: url("../img/bg_fukidasi.png") left top no-repeat;
  background-size: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .p-cv__lead::before {
    width: 20px;
    height: 24px;
    left: calc(50% - 130px);
  }
}

.p-cv__button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 440px;
  height: 90px;
  -webkit-padding-end: 0.5em;
          padding-inline-end: 0.5em;
  border-radius: 45px;
  background: #EF7808;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 120, 8)), to(rgb(239, 89, 8)));
  background: linear-gradient(180deg, rgb(239, 120, 8) 0%, rgb(239, 89, 8) 100%);
  -webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-cv__button {
    width: 100%;
    max-width: 400px;
    height: 60px;
    font-size: 1.6rem;
  }
}

.p-cv__button::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 24px;
  top: calc(50% - 16px);
  background: url("../img/icon_cv-arrow.png") left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-cv__button::after {
    width: 20px;
    height: 20px;
    right: 20px;
    top: calc(50% - 10px);
  }
}

/* メインビジュアル
---------------------------------------------------------*/
.p-visual img {
  width: 100%;
}

/* ALRの特徴
---------------------------------------------------------*/
.p-feature {
  position: relative;
}

.p-feature::before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.p-feature__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-feature__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .p-feature__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__inner {
    -webkit-padding-before: 60px;
            padding-block-start: 60px;
  }
}

.p-feature__header {
  text-align: center;
}

.p-feature-heading {
  margin-block: 30px 20px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-feature-heading {
    margin-block: 20px 10px;
    font-size: 2rem;
  }
}
.p-feature-heading span {
  color: #E53161;
}
.p-feature-heading b {
  display: block;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-feature-heading b {
    font-size: 2.4rem;
  }
}

.p-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-block: 50px 80px;
}
@media screen and (max-width: 768px) {
  .p-feature__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 10px;
    margin-block: 50px 40px;
  }
}

.p-feature__item {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  width: calc((100% - 90px) / 4);
  padding: 80px 1.5em 2em;
  background-color: #ffffff;
  border-top: 5px solid #2F4782;
}
@media screen and (max-width: 768px) {
  .p-feature__item {
    width: calc((100% - 10px) / 2);
    padding: 50px 1em 2em;
  }
}

.p-feature__item::before {
  content: "";
  display: block;
  width: 100px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/txt_ansin-01.png") left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-feature__item::before {
    width: 80px;
    height: 70px;
  }
}

.p-feature__item:nth-child(2):before {
  background: url("../img/txt_ansin-02.png") left top no-repeat;
  background-size: contain;
}

.p-feature__item:nth-child(3):before {
  background: url("../img/txt_ansin-03.png") left top no-repeat;
  background-size: contain;
}

.p-feature__item:nth-child(4):before {
  background: url("../img/txt_ansin-04.png") left top no-repeat;
  background-size: contain;
}

.p-feature__item dt {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  text-align: center;
  line-height: 1.4;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-feature__item dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__item dt br {
    display: none;
  }
}

.p-feature__item dd {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-feature__item dd {
    font-size: 1.2rem;
  }
}

/* 業者選びのポイント
---------------------------------------------------------*/
.p-point__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 0;
  -webkit-padding-before: 100px;
          padding-block-start: 100px;
}
@media screen and (max-width: 768px) {
  .p-point__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .p-point__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-point__inner {
    -webkit-padding-before: 60px;
            padding-block-start: 60px;
  }
}

.p-point__header {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-point__header p br {
    display: none;
  }
}

.p-point-heading {
  margin-block: 30px 20px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-point-heading {
    margin-block: 20px 10px;
    font-size: 2rem;
  }
}
.p-point-heading span {
  color: #E53161;
}
.p-point-heading b {
  display: block;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-point-heading b {
    font-size: 2.4rem;
  }
}

.p-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-point__list {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.p-point__item {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 30px 30px 30px 60px;
  border-left: 5px solid #2F4782;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-point__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    padding: 20px;
  }
}

.p-point__body {
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
}

.p-point__body span {
  position: relative;
  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: 120px;
  height: 40px;
  position: absolute;
  left: -20px;
  top: 0;
  border-radius: 5px;
  background-color: #E53161;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-point__body span {
    width: 90px;
    height: 32px;
    top: -10px;
    font-size: 1.6rem;
  }
}

.p-point__body span::before {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  position: absolute;
  left: 30px;
  bottom: -20px;
  z-index: 1;
  background-color: #E53161;
  clip-path: polygon(72% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 768px) {
  .p-point__body span::before {
    width: 18px;
    height: 16px;
    bottom: -16px;
  }
}

.p-point__body h3 {
  -webkit-margin-after: 0.8em;
          margin-block-end: 0.8em;
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-point__body h3 {
    font-size: 1.8rem;
  }
}

.p-point__body p {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-point__body p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-point__image {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-point__image img {
    max-width: 200px;
  }
}

/* 大切にしていること
---------------------------------------------------------*/
.p-policy {
  position: relative;
}

.p-policy::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: -1;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgb(255, 255, 255)), color-stop(70%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .p-policy::before {
    top: -40px;
  }
}

.p-policy__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
  padding-block: 120px 80px;
}
@media screen and (max-width: 768px) {
  .p-policy__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .p-policy__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-policy__inner {
    padding-block: 60px;
  }
}

.p-policy__header {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-policy__header p br {
    display: none;
  }
}

.p-policy-heading {
  position: relative;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-policy-heading {
    font-size: 2rem;
  }
}
.p-policy-heading span {
  color: #E53161;
}
.p-policy-heading b {
  display: block;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-policy-heading b {
    font-size: 2.4rem;
  }
}

.p-policy-heading::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 380px);
  top: calc(50% - 40px);
  z-index: 1;
  background: url("../img/icon_house.png") left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-policy-heading::before {
    display: none;
  }
}

.p-policy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-block: 40px;
}
@media screen and (max-width: 768px) {
  .p-policy__list {
    gap: 30px 10px;
  }
}

.p-policy__item {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: calc((100% - 40px) / 2);
  padding: 60px 30px 30px;
  border-top: 5px solid #2F4782;
  background-color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .p-policy__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-policy__item {
    width: calc((100% - 10px) / 2);
    padding: 65px 15px 20px;
  }
}

.p-policy__item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 44px;
  -webkit-padding-start: 0.6em;
          padding-inline-start: 0.6em;
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 4px;
  background-color: #E53161;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-policy__item h3 {
    display: block;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.3em 0.6em;
    text-align: center;
    line-height: 1.4;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 1000px) {
  .p-policy__image {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-policy__image img {
    max-width: 100%;
  }
}

.p-policy__item p {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-policy__item p {
    font-size: 1.3rem;
  }
}

.p-policy__footer {
  margin-block: 40px;
  text-align: center;
}

/* 外壁のSOS
---------------------------------------------------------*/
.p-sos {
  position: relative;
}

.p-sos::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #ffffff;
  clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);
}
@media screen and (max-width: 768px) {
  .p-sos::before {
    clip-path: polygon(50% 0%, 100% 4%, 100% 100%, 0 100%, 0 4%);
  }
}

.p-sos__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
  padding-block: 120px 80px;
}
@media screen and (max-width: 768px) {
  .p-sos__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-sos__inner {
    padding-block: 80px 60px;
  }
}

.p-sos__header {
  position: relative;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-sos__header p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-sos__header p br {
    display: none;
  }
}

.p-sos-heading {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.p-sos-heading span {
  color: #E53161;
}

.p-sos__warning {
  width: 280px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: calc(50% + 60px);
  top: -50px;
  z-index: 1;
  background-color: #E53161;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-sos__warning {
    height: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.6rem;
  }
}

.p-sos__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  padding: 50px 80px;
  background: url("../img/bg_texture.png") left top repeat #f5f5f5;
}
@media screen and (max-width: 768px) {
  .p-sos__list {
    row-gap: 20px;
    padding: 20px 10px;
  }
}

.p-sos__item {
  width: 25%;
  padding: 0 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-sos__item {
    width: 50%;
  }
}

.p-sos__item p {
  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;
  height: 36px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  border-radius: 18px;
  background-color: #2F4782;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-sos__item p {
    height: 30px;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
    font-size: 1.5rem;
  }
}

.p-sos__text {
  margin-inline: auto;
  text-align: center;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-sos__text {
    padding-inline: 0.5em;
    text-align: left;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sos__text br {
    display: none;
  }
}
.p-sos__text b {
  color: #E53161;
}

/* 現地調査の流れ
---------------------------------------------------------*/
.p-survey__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 0;
  padding-block: 120px;
}
@media screen and (max-width: 768px) {
  .p-survey__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .p-survey__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-survey__inner {
    padding-block: 60px;
  }
}

.p-survey__header {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-survey__header p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-survey__header p br {
    display: none;
  }
}

.p-survey-heading {
  margin-block: 30px 20px;
}
@media screen and (max-width: 768px) {
  .p-survey-heading {
    margin-block: 20px 10px;
  }
}
.p-survey-heading span {
  color: #E53161;
}

.p-survey__list {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
  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;
  row-gap: 30px;
  padding: 50px 90px;
  margin-block: 40px;
  background-color: #ffffff;
  counter-reset: survey 0;
}
@media screen and (max-width: 768px) {
  .p-survey__list {
    padding: 30px 20px;
  }
}

.p-survey__list::after {
  content: "";
  display: block;
  width: 170px;
  height: 302px;
  position: absolute;
  right: -110px;
  top: -110px;
  z-index: 1;
  background: url("../img/pic_ceo-message.png") left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-survey__list::after {
    display: none;
  }
}

.p-survey__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-survey__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-survey__item:not(:last-of-type)::before {
  content: "";
  display: block;
  width: 6px;
  height: 130%;
  position: absolute;
  left: 27px;
  top: 0;
  z-index: 1;
  background-color: #DBF0FF;
}
@media screen and (max-width: 768px) {
  .p-survey__item:not(:last-of-type)::before {
    width: 4px;
    height: 125%;
    left: 18px;
  }
}

.p-survey__body {
  position: relative;
  z-index: 2;
  -webkit-padding-start: 90px;
          padding-inline-start: 90px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-survey__body {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
    font-size: 1.3rem;
  }
}

.p-survey__body::before {
  counter-increment: survey 1;
  content: counter(survey);
  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;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #2F4782;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-survey__body::before {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 2rem;
  }
}

.p-survey__body h3 {
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-survey__body h3 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .p-survey__image {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
}

.p-survey__footer {
  margin-block: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-survey__footer {
    text-align: left;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-survey__footer br {
    display: none;
  }
}

/* お客様の声
---------------------------------------------------------*/
.p-voice {
  display: block;
  background-color: #ffffff;
}

.p-voice__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  .p-voice__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .p-voice__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__inner {
    padding-block: 60px;
  }
}

.p-voice-heading {
  margin-block: 30px 40px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-voice-heading {
    margin-block: 20px;
    font-size: 2.4rem;
  }
}
.p-voice-heading span {
  color: #E53161;
}

.p-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 30px;
  padding: 80px 30px 40px;
  margin-block: 40px;
  background: url("../img/bg_texture.png") left top repeat #DBF0FF;
}
@media screen and (max-width: 768px) {
  .p-voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 15px 30px;
    margin-block: 30px;
  }
}

.p-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 60px) / 3);
  position: relative;
  padding: 80px 30px 30px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .p-voice__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-voice__item {
    width: 100%;
    padding: 60px 20px 20px;
  }
}

.p-voice__item::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: calc(50% - 50px);
  top: -40px;
  background: url("../img/icon_voice-01.png") left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-voice__item::before {
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
    top: -30px;
  }
}

.p-voice__item:nth-of-type(2):before {
  background: url("../img/icon_voice-02.png") left top no-repeat;
  background-size: contain;
}

.p-voice__item:nth-of-type(3):before {
  background: url("../img/icon_voice-03.png") left top no-repeat;
  background-size: contain;
}

.p-voice__item h3 {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-voice__item h3 {
    font-size: 1.8rem;
  }
}

.p-voice__item p {
  margin-block: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-voice__item p {
    font-size: 1.3rem;
  }
}

.p-voice__image {
  margin-block: auto 0;
  text-align: center;
}
.p-voice__image img {
  max-width: 100%;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (max-width: 1000px) {
  .p-voice__image img {
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__image img {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

.p-voice__more {
  width: 100%;
  text-align: center;
}

.p-voice__more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #2F4782;
  background-color: #ffffff;
  color: #2F4782;
  font-weight: 500;
}

/* 施工のこだわりポイント
---------------------------------------------------------*/
.p-pickup__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
  -webkit-padding-before: 100px;
          padding-block-start: 100px;
}
@media screen and (max-width: 768px) {
  .p-pickup__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .p-pickup__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-pickup__inner {
    -webkit-padding-before: 60px;
            padding-block-start: 60px;
  }
}

.p-pickup__header {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-pickup__header p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-pickup__header p br {
    display: none;
  }
}

.p-pickup-heading {
  margin-block: 30px 20px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-pickup-heading {
    margin-block: 20px 10px;
    font-size: 2rem;
  }
}
.p-pickup-heading span {
  color: #E53161;
}
.p-pickup-heading b {
  display: block;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-pickup-heading b {
    font-size: 2.4rem;
  }
}

.p-pickup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-pickup__list {
    gap: 10px;
  }
}

.p-pickup__item {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
  width: calc((100% - 84px) / 4);
  padding: 20px 30px;
  background-color: #ffffff;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .p-pickup__item {
    width: calc((100% - 56px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .p-pickup__item {
    width: calc((100% - 10px) / 2);
    padding: 20px 10px;
    font-size: 1.2rem;
  }
}

.p-pickup__item h3 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  color: #2F4782;
}
@media screen and (max-width: 768px) {
  .p-pickup__item h3 {
    font-size: 1.5rem;
  }
}

.p-pickup__image {
  margin-block: 1.5em;
  text-align: center;
}

.p-pickup__image img {
  max-width: 100%;
}

/* 施工金額の目安
---------------------------------------------------------*/
.p-price {
  display: block;
  position: relative;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
}

.p-price::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: -1;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgb(255, 255, 255)), color-stop(70%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .p-price::before {
    top: 0;
  }
}

.p-price__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
  -webkit-padding-before: 100px;
          padding-block-start: 100px;
}
@media screen and (max-width: 768px) {
  .p-price__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .p-price__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-price__inner {
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
  }
}

.p-price__header {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-price__header p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-price__header p br {
    display: none;
  }
}

.p-price-heading {
  margin-block: 20px;
}

.p-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-block: 40px;
}
@media screen and (max-width: 768px) {
  .p-price__list {
    gap: 10px;
    margin-block: 40px 20px;
  }
}

.p-price__item {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-price__item {
    width: calc((100% - 10px) / 2);
  }
}

.p-price__type {
  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;
  height: 44px;
  font-size: 2.2rem;
  font-weight: 700;
  background-color: #2F4782;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-price__type {
    height: 36px;
    font-size: 1.6rem;
  }
}

.p-price__wrap {
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-price__wrap {
    padding: 10px 10px 20px;
  }
}

.p-price__info {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  font-size: 2rem;
  font-weight: 700;
  color: #2F4782;
}
@media screen and (max-width: 768px) {
  .p-price__info {
    font-size: 1.6rem;
  }
}
.p-price__info strong {
  display: block;
  color: #E53161;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-price__info strong {
    font-size: 2.4rem;
  }
}
.p-price__info span {
  -webkit-padding-start: 0.2em;
          padding-inline-start: 0.2em;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-price__info span {
    font-size: 1.8rem;
  }
}

.p-price__hosyo {
  position: absolute;
  right: 20px;
  bottom: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFF2A;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-price__hosyo {
    width: 90px;
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-price__hosyo {
    position: relative;
    right: unset;
    bottom: unset;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

.p-price__notice {
  width: 800px;
  margin-inline: auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-price__notice {
    width: 100%;
    font-size: 1.2rem;
  }
}

.p-price__footer p {
  max-width: 800px;
  padding: 30px;
  margin-block: 40px 80px;
  margin-inline: auto;
  text-align: center;
  border: 2px solid #EF7808;
  background-color: #FFFAD7;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-price__footer p {
    padding: 20px;
    margin-block: 20px 40px;
    font-size: 1.5rem;
  }
}
.p-price__footer p b {
  color: #E53161;
}

/* 施工完了までの流れ
---------------------------------------------------------*/
.p-flow {
  display: block;
  background-color: #ffffff;
}

.p-flow__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 0;
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  .p-flow__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .p-flow__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__inner {
    padding-block: 60px;
  }
}

.p-flow-heading {
  margin-block: 20px 40px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-flow-heading {
    font-size: 2.2rem;
  }
}

.p-flow__wrap {
  padding: 40px;
  background: url("../img/bg_texture.png") left top repeat #DBF0FF;
}
@media screen and (max-width: 768px) {
  .p-flow__wrap {
    padding: 10px;
  }
}

.p-flow__list {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 50px 60px;
  background-color: #ffffff;
  counter-reset: flow 0;
}
@media screen and (max-width: 768px) {
  .p-flow__list {
    padding: 30px 20px;
  }
}

.p-flow__item {
  position: relative;
  z-index: 0;
  min-height: 90px;
  -webkit-padding-start: 80px;
          padding-inline-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
}

.p-flow__item::before {
  counter-increment: flow 1;
  content: counter(flow);
  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: 50px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2F4782;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-flow__item::before {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 2rem;
  }
}

.p-flow__item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 6px;
  height: 140%;
  position: absolute;
  left: 22px;
  top: 0;
  z-index: -1;
  background-color: #DBF0FF;
}
@media screen and (max-width: 768px) {
  .p-flow__item:not(:last-of-type)::after {
    width: 4px;
    left: 18px;
  }
}

.p-flow__item dt {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-flow__item dt {
    font-size: 1.7rem;
  }
}

.p-flow__item dd {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item dd {
    font-size: 1.3rem;
  }
}

/* 会社概要
---------------------------------------------------------*/
.p-company__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 100px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    padding-block: 60px;
  }
}

.p-company__wrap {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
  padding: 40px 60px 60px;
  border: 3px solid #DBF0FF;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-company__wrap {
    padding: 30px 15px;
    border-width: 2px;
  }
}

.p-company-heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-company-heading {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
    font-size: 1.8rem;
  }
}

.p-company-table {
  table-layout: fixed;
  font-size: 1.5rem;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .p-company-table {
    font-size: 1.2rem;
  }
}
.p-company-table th {
  width: 10em;
  padding: 1em;
  border-bottom: 1px solid #D9D9D9;
  color: #2F4782;
}
@media screen and (max-width: 768px) {
  .p-company-table th {
    width: 6em;
    line-height: 1.2;
  }
}
.p-company-table td {
  padding: 1em;
  border-bottom: 1px solid #D9D9D9;
}

/* お問い合わせ
---------------------------------------------------------*/
.p-contact__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 0;
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    -webkit-padding-after: 60px;
            padding-block-end: 60px;
  }
}

.p-contact__header {
  text-align: center;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact__header p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__header p br {
    display: none;
  }
}

.p-contact-heading {
  position: relative;
  -webkit-text-stroke: 0;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.p-contact-heading::before,
.p-contact-heading::after {
  content: "";
  display: block;
  width: 300px;
  height: 2px;
  position: absolute;
  top: 50%;
  background-color: #2F4782;
}
@media screen and (max-width: 768px) {
  .p-contact-heading::before,
  .p-contact-heading::after {
    width: 25%;
    height: 1px;
  }
}

.p-contact-heading::before {
  left: 0;
}

.p-contact-heading::after {
  right: 0;
}

/* ========================================================
ユーティリティ
=========================================================*/
.u-display--ib {
  display: inline-block;
}