@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;
}

/* =========================================
break point
========================================= */
/* =========================================
mixin
========================================= */
/* =========================================
font-weight
========================================= */
/* =========================================
font-family
========================================= */
/* =========================================
color
========================================= */
:root {
  --header-height: 120px;
}
@media screen and (max-width: 600px) {
  :root {
    --header-height: 80px;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}
html.is-fixed {
  overflow: hidden;
  height: 100%;
}

body {
  color: #232323;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-fixed {
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4 {
  line-height: 1.5;
}

p {
  line-height: 1.8;
  letter-spacing: 0.04em;
}

a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:active, a:focus {
  color: #133563;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover {
  opacity: 0.6;
}

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

nav {
  white-space: nowrap;
}

/* 
header
========================================= */
.l-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 120px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1440px) {
  .l-header {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
  }
}

.l-header__logo {
  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: 177px;
  -webkit-margin-end: 52px;
          margin-inline-end: 52px;
}
.l-header__logo p, .l-header__logo h1 {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-header__logo {
    -webkit-margin-end: 26px;
            margin-inline-end: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__logo {
    width: 140px;
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    width: 100px;
  }
}

.l-header-nav {
  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: 12px;
}
@media screen and (max-width: 1024px) {
  .l-header-nav {
    display: none;
  }
}

.l-header-nav__upper {
  color: #5A6F8C;
  font-size: 1.4rem;
}
.l-header-nav__upper .l-header-nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 1440px) {
  .l-header-nav__upper .l-header-nav__ul {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-nav__upper .l-header-nav__ul {
    font-size: 1.3rem;
  }
}
.l-header-nav__upper .l-header-nav__link {
  position: relative;
  font-weight: 500;
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
}
.l-header-nav__upper .l-header-nav__link:hover {
  opacity: 0.5;
  color: unset;
}
.l-header-nav__upper .l-header-nav__link::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 6px;
  content: "";
  background-image: url(../img/icon_triangle-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.l-header-nav__lower .l-header-nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 1440px) {
  .l-header-nav__lower .l-header-nav__ul {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-nav__lower .l-header-nav__ul {
    font-size: 1.5rem;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.l-header-nav__lower .l-header-nav__link {
  font-weight: 600;
  position: relative;
  overflow: hidden;
  padding-block: 10px;
}
.l-header-nav__lower .l-header-nav__link::before {
  position: absolute;
  display: block;
  bottom: 0px;
  left: -100%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #133563;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header-nav__lower .l-header-nav__link:hover::before {
  left: 0;
}

.l-header-nav__link.current-page {
  color: #094C87 !important;
  font-weight: 700;
}

.l-header-contact {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media screen and (max-width: 1440px) {
  .l-header-contact {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-contact {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-contact {
    display: none;
  }
}

.l-header-contact__phone {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 8px;
}
@media screen and (max-width: 1280px) {
  .l-header-contact__phone {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-header-contact__num {
  font-size: 3rem;
  font-weight: 600;
  color: #133563;
  position: relative;
  -webkit-padding-start: 48px;
          padding-inline-start: 48px;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .l-header-contact__num {
    font-size: 2.4rem;
  }
}
.l-header-contact__num::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 23px;
  content: "";
  background-image: url(../img/icon_free-dial-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.l-header-contact__num a {
  pointer-events: none;
}

@media screen and (max-width: 1040px) {
  .l-header-contact__num a {
    pointer-events: auto;
  } 
}

.l-header-contact__hours {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #858585;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .l-header-contact__hours {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1280px) {
  .l-header-contact__mail {
    width: 100%;
  }
}
.l-header-contact__mail a {
  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;
  font-size: 1.8rem;
  font-weight: 500;
  width: 200px;
  height: 56px;
  border: solid 1px #133563;
  background-color: #133563;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .l-header-contact__mail a {
    width: 100%;
    height: 36px;
    font-size: 1.6rem;
  }
}
.l-header-contact__mail a:hover {
  background-color: #fff;
  color: #133563;
}

.l-header-hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header-hamburger {
    display: block;
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 70px;
  }
}
.l-header-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #133563;
  width: 32px;
}
.l-header-hamburger span:nth-of-type(1) {
  top: 22px;
}
.l-header-hamburger span:nth-of-type(2) {
  top: 32px;
}
.l-header-hamburger span:nth-of-type(3) {
  top: 42px;
}

/*activeクラスが付与されると線が回転して×に*/
.l-header-hamburger.js-active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, 6px) rotate(-45deg);
          transform: translate(-50%, 6px) rotate(-45deg);
  top: 26px;
}

.l-header-hamburger.js-active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.l-header-hamburger.js-active span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -6px) rotate(45deg);
          transform: translate(-50%, -6px) rotate(45deg);
  top: 38px;
}

.l-header-sp-nav {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #F4F6F9;
  white-space: nowrap;
  position: fixed;
  top: 70px;
  right: 0;
  width: 100%;
  height: calc(100vh - 70px);
  overflow-y: auto;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-padding-after: 160px;
          padding-block-end: 160px;
  padding-inline: 20px;
}
.l-header-sp-nav.js-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header-sp-nav__list {
  -webkit-padding-before: 16px;
          padding-block-start: 16px;
}

.l-header-sp-nav__item {
  border-bottom: 1px solid rgba(19, 53, 99, 0.3);
}
.l-header-sp-nav__item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 65px;
  font-size: 1.6rem;
  color: #133563;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: 600;
  padding-inline: 8px;
}
.l-header-sp-nav__item > a::before {
  position: absolute;
  display: block;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  content: "";
  background-image: url(../img/icon_arrow-right-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-header-sp-nav__item > a {
    font-size: 1.4rem;
  }
}

.l-header-sp-nav__contact {
  background-color: #133563;
  color: #fff;
  width: 100%;
  padding-block: 32px;
  padding-inline: 20px;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.l-header-sp-nav__contact-title {
  font-size: 1.7rem;
  font-weight: 500;
}

.l-header-sp-nav__num {
  margin-inline: auto;
  font-size: 2.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  position: relative;
}
.l-header-sp-nav__num::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 23px;
  content: "";
  background-image: url(../img/icon_free-dial-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.l-header-sp-nav__hours {
  text-align: center;
}

.l-header-sp-nav__mail {
  width: 100%;
}
.l-header-sp-nav__mail a {
  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-block: 20px;
  padding-inline: 24px;
  background-color: #fff;
  color: #133563;
  width: 100%;
  font-weight: 500;
}

.l-header-sp-nav__sub {
  -webkit-padding-before: 32px;
          padding-block-start: 32px;
  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: 16px;
  color: #5A6F8C;
}

.l-header-sp-nav__sub-item {
  position: relative;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}
.l-header-sp-nav__sub-item::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 6px;
  content: "";
  background-image: url(../img/icon_triangle-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*
footer
========================================= */
.l-footer-cta {
  padding-block: 80px;
  padding-inline: 20px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer-cta {
    padding-block: 40px;
  }
}
.l-footer-cta::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  background-image: url(../img/bg_cta.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-footer-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #355b8e 0%, #133563 100%);
  opacity: 0.92;
  z-index: 1;
}

.l-footer-cta__content {
  position: relative;
  z-index: 2;
}

.l-footer-cta__title {
  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;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__title {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.l-footer-cta__title span {
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__title span {
    font-size: 1.8rem;
  }
}
.l-footer-cta__title h3 {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__title h3 {
    font-size: 2rem;
  }
}

.l-footer-cta__lead {
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
  -webkit-margin-after: 64px;
          margin-block-end: 64px;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__lead {
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
    line-height: 1.8;
    font-size: 1.3rem;
  }
}

.l-footer-cta__flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 32px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}

.l-footer-cta__phone-area {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__phone-area {
    row-gap: 12px;
  }
}

.l-footer-cta__num {
  font-size: 4.4rem;
  font-weight: 700;
  position: relative;
  -webkit-padding-start: 64px;
          padding-inline-start: 64px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__num {
    font-size: 2.4rem;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}
.l-footer-cta__num::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 32px;
  content: "";
  background-image: url(../img/icon_free-dial-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__num::before {
    width: 32px;
    height: 18px;
  }
}

.l-footer-cta__hours {
  font-weight: 500;
  letter-spacing: 0.02em;
}

.l-footer-cta__mail a {
  background-color: #fff;
  border: solid 1px #fff;
  color: #133563;
  font-size: 2.4rem;
  font-weight: 600;
  max-width: 380px;
  width: 100%;
  height: 87px;
  padding-inline: 24px;
  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;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__mail a {
    font-size: 1.6rem;
    height: 56px;
  }
}
.l-footer-cta__mail a:hover {
  background-color: #133563;
  color: #fff;
}
.l-footer-cta__mail a:hover span::before {
  opacity: 0;
}
.l-footer-cta__mail a:hover span::after {
  opacity: 1;
}
.l-footer-cta__mail a span {
  position: relative;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__mail a span {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
  }
}
.l-footer-cta__mail a span::before, .l-footer-cta__mail a span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__mail a span::before, .l-footer-cta__mail a span::after {
    width: 24px;
    height: 24px;
  }
}
.l-footer-cta__mail a span::before {
  background-image: url(../img/icon_mail-blue.svg);
  opacity: 1;
}
.l-footer-cta__mail a span::after {
  background-image: url(../img/icon_mail-white.svg);
  opacity: 0;
}

.l-footer-main {
  -webkit-padding-before: 64px;
          padding-block-start: 64px;
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer-main {
    -webkit-padding-before: 48px;
            padding-block-start: 48px;
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
  }
}

.l-footer-main__content {
  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;
  -webkit-padding-after: 57px;
          padding-block-end: 57px;
  border-bottom: solid 1px #CDD8E9;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer-main__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    -webkit-padding-after: 32px;
            padding-block-end: 32px;
  }
}

.l-footer-main__img {
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .l-footer-main__img {
    max-width: 160px;
  }
}

.l-footer-main__links {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 28px;
}
.l-footer-main__links a:hover {
  opacity: 0.5;
  color: unset;
}
@media screen and (max-width: 768px) {
  .l-footer-main__links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer-main__links-upper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  color: #133563;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-footer-main__links-upper ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
.l-footer-main__links-upper ul li {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer-main__links-upper ul li {
    font-size: 1.4rem;
  }
}

.l-footer-main__links-lower ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  color: #5A6F8C;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer-main__links-lower ul {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    font-size: 1.3rem;
  }
}
.l-footer-main__links-lower ul li {
  -webkit-padding-end: 17px;
          padding-inline-end: 17px;
  border-right: solid 1px #5A6F8C;
}
@media screen and (max-width: 768px) {
  .l-footer-main__links-lower ul li {
    -webkit-padding-end: 13px;
            padding-inline-end: 13px;
  }
}
.l-footer-main__links-lower ul li:last-of-type {
  -webkit-padding-end: 0px;
          padding-inline-end: 0px;
  border-right: none;
}

.l-footer-main__copy {
  font-size: 1.2rem;
  -webkit-padding-before: 28px;
          padding-block-start: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer-main__copy {
    font-size: 1.1rem;
    -webkit-padding-before: 12px;
            padding-block-start: 12px;
  }
}

.l-container {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1280px;
}
.l-container.--wide {
  max-width: 1440px;
}
.l-container.--narrow {
  max-width: 1120px;
}
.l-container.--ex-narrow {
  max-width: 960px;
}

.c-section-title {
  color: #133563;
  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: 12px;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    row-gap: 8px;
  }
}
.c-section-title span {
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-section-title span {
    font-size: 1.4rem;
  }
}
.c-section-title h1, .c-section-title h2, .c-section-title h3 {
  line-height: 1;
  font-family: "Domine", serif;
  font-size: 5.6rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-section-title h1, .c-section-title h2, .c-section-title h3 {
    font-size: 3.4rem;
  }
}
.c-section-title.--left {
  text-align: left;
}
.c-section-title.--center {
  text-align: center;
}
.c-section-title.--lower h3 {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .c-section-title.--lower h3 {
    font-size: 3.2rem;
  }
}

.c-lead {
  -webkit-margin-before: 22px;
          margin-block-start: 22px;
}
@media screen and (max-width: 768px) {
  .c-lead {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.c-lead.--left {
  text-align: left;
}
.c-lead.--center {
  text-align: center;
}

.c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn.--center {
  margin-inline: auto;
}
.c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 280px;
  height: 64px;
  border: solid 1px #133563;
  border-radius: 1000px;
  padding-block: 16px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  -webkit-padding-end: 24px;
          padding-inline-end: 24px;
  background-color: #fff;
  color: #133563;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn a {
    height: 56px;
    min-width: 240px;
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
  }
}
.c-btn a::before, .c-btn a::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn a::before, .c-btn a::after {
    right: 16px;
  }
}
.c-btn a::before {
  background-image: url(../img/icon_arrow-right-blue.svg);
  opacity: 1;
}
.c-btn a::after {
  background-image: url(../img/icon_arrow-right-white.svg);
  opacity: 0;
}
.c-btn a:hover {
  background-color: #133563;
  color: #fff;
}
.c-btn a:hover::before {
  opacity: 0;
}
.c-btn a:hover::after {
  opacity: 1;
}

.c-infinite-scroll {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.c-infinite-scroll__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-left 30s linear infinite;
          animation: scroll-left 30s linear infinite;
}
.c-infinite-scroll__track img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: auto;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-lower-page-title {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  padding-inline: 20px;
}

.c-lower-page-title__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;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 1024px) {
  .c-lower-page-title__inner {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-lower-page-title__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-lower-page-title__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-lower-page-title__img-area {
  -ms-flex-preferred-size: 63.9344262295%;
      flex-basis: 63.9344262295%;
  max-width: 63.9344262295%;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-lower-page-title__img-area {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .c-lower-page-title__img-area {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    max-width: 100%;
    width: 100%;
    height: 160px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 600px) {
  .c-lower-page-title__img-area {
    height: 130px;
  }
}
.c-lower-page-title__img-area img {
  height: 100%;
}

.c-lower-page-title__title {
  color: #133563;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
@media screen and (max-width: 768px) {
  .c-lower-page-title__title {
    -webkit-margin-after: 8px;
            margin-block-end: 8px;
  }
}
.c-lower-page-title__title span {
  font-size: 1.6rem;
  display: inline-block;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-lower-page-title__title span {
    font-size: 1.4rem;
    -webkit-margin-after: 8px;
            margin-block-end: 8px;
  }
}
.c-lower-page-title__title h1 {
  font-size: 5.6rem;
  font-family: "Domine", serif;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-lower-page-title__title h1 {
    font-size: 3.4rem;
  }
}

.c-bread-crumb {
  -webkit-margin-before: 136px;
          margin-block-start: 136px;
  padding-inline: 20px;
}
@media screen and (max-width: 1024px) {
  .c-bread-crumb {
    -webkit-margin-before: 86px;
            margin-block-start: 86px;
  }
}
.c-bread-crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .c-bread-crumb ul {
    font-size: 1.1rem;
  }
}
.c-bread-crumb ul li a {
  color: #406DAA;
  position: relative;
}
.c-bread-crumb ul li a span{
  color: #406DAA;
}
.c-bread-crumb ul li a::before {
  position: absolute;
  display: block;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../img/icon_chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-bread-crumb ul li:first-of-type a {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
@media screen and (max-width: 768px) {
  .c-bread-crumb ul li:first-of-type a {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
}
.c-bread-crumb ul li:first-of-type a::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../img/icon_home.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-bread-crumb ul li:first-of-type a::before {
    width: 14px;
    height: 14px;
  }
}
.c-bread-crumb ul li span {
  position: relative;
  color: #6E6E6E;
}
.c-bread-crumb ul li:not(:first-child) span::before {
  position: absolute;
  display: block;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../img/icon_chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-about-message {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-about-message {
    -webkit-margin-before: 56px;
            margin-block-start: 56px;
  }
}

.p-about-message__container {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media screen and (max-width: 1024px) {
  .p-about-message__container {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}

.p-about-message__img {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (max-width: 1024px) {
  .p-about-message__img {
    height: 400px;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    max-width: 480px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-about-message__img {
    height: 320px;
    max-width: 400px;
  }
}
.p-about-message__img img {
  -o-object-position: top;
     object-position: top;
}

.p-about-message__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.p-about-message__text-area::before {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 406px;
  height: 339px;
  content: "";
  background-image: url(../img/bg_logo-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-about-message__text-area::before {
    max-width: 100%;
  }
}

.p-about-message__text {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-about-message__text {
    font-size: 1.4rem;
  }
}
.p-about-message__text p {
  line-height: 1.9;
}
.p-about-message__text p + p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.p-about-message__name-area {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-about-message__name-area {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
    row-gap: 4px;
    font-size: 1.4rem;
  }
}

.p-about-message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-about-message__name {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

.p-about-profile {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-about-profile {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
}

.p-about-profile__container {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-profile__container {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}

.p-about-profile__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.p-about-profile__text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding-block: 16px;
  border-bottom: solid 1px #E5EBF4;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-about-profile__text-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    padding-block: 12px;
  }
}
.p-about-profile__text-item:first-of-type {
  border-top: solid 1px #E5EBF4;
}
.p-about-profile__text-item dt {
  min-width: 80px;
  color: #133563;
  font-weight: 600;
}
.p-about-profile__map {
  -ms-flex-preferred-size: 46.4516129032%;
      flex-basis: 46.4516129032%;
  max-width: 46.4516129032%;
}
@media screen and (max-width: 768px) {
  .p-about-profile__map {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    max-width: 480px;
    width: 100%;
  }
}
.p-about-profile__map iframe {
  width: 100%;
}

.p-about-profile__group {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
  -webkit-margin-after: 120px;
          margin-block-end: 120px;
}
@media screen and (max-width: 768px) {
  .p-about-profile__group {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
    -webkit-margin-after: 64px;
            margin-block-end: 64px;
  }
}

.p-about-profile__group-inner {
  padding-block: 56px;
  padding-inline: 120px;
  border: solid 1px #E5EBF4;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  .p-about-profile__group-inner {
    padding-block: 40px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-profile__group-inner {
    padding-block: 20px;
    padding-inline: 20px;
  }
}

.p-about-profile__group-title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #133563;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-profile__group-title {
    font-size: 1.8rem;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}
.p-about-profile__group-title::before {
  position: absolute;
  display: block;
  top: 50%;
  left: -152px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120px;
  height: 1px;
  content: "";
  background-color: #CDD8E9;
}
@media screen and (max-width: 768px) {
  .p-about-profile__group-title::before {
    width: 40px;
    left: -64px;
  }
}
.p-about-profile__group-title::after {
  position: absolute;
  display: block;
  top: 50%;
  right: -152px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120px;
  height: 1px;
  content: "";
  background-color: #CDD8E9;
}
@media screen and (max-width: 768px) {
  .p-about-profile__group-title::after {
    width: 40px;
    right: -64px;
  }
}

.p-about-profile__group-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about-profile__group-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.p-about-profile__group-item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .p-about-profile__group-item {
    width: 100%;
  }
}
.p-about-profile__group-item span {
  display: block;
  height: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-profile__group-item span {
    font-size: 1.3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-about-profile__group-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  width: 70%;
  margin-inline: auto;
}
.p-about-profile__group-img a:hover {
  opacity: 0.6;
}
.p-about-profile__group-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-about-profile__group-img {
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-contact-thanks {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-padding-before: 120px;
          padding-block-start: 120px;
  -webkit-padding-after: 160px;
          padding-block-end: 160px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks {
    -webkit-padding-before: 64px;
            padding-block-start: 64px;
    -webkit-padding-after: 80px;
            padding-block-end: 80px;
  }
}
.p-contact-thanks h1 {
  font-size: 2.8rem;
  font-weight: 600;
  -webkit-margin-after: 56px;
          margin-block-end: 56px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks h1 {
    font-size: 1.9rem;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}
.p-contact-thanks p {
  line-height: 2;
  letter-spacing: 0.08em;
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks p {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}
.p-contact-thanks a {
  line-height: 1.5;
  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: 64px;
  width: 100%;
  max-width: 280px;
  color: #133563;
  background-color: #fff;
  border: solid 1px #133563;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks a {
    height: 56px;
  }
}
.p-contact-thanks a:hover {
  color: #fff;
  background-color: #133563;
}

.p-contact-title {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-margin-after: 64px;
          margin-block-end: 64px;
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact-title {
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
    padding-block: 16px;
  }
}

.p-contact-title__inner {
  padding-block: 32px;
  border-top: solid 1px #E5EBF4;
  border-bottom: solid 1px #E5EBF4;
}

.p-contact-form {
  background-color: #F4F6F9;
  border-radius: 60px 60px 0 0;
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
  -webkit-padding-after: 120px;
          padding-block-end: 120px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact-form {
    border-radius: 20px 20px 0 0;
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
    -webkit-padding-after: 64px;
            padding-block-end: 64px;
  }
}

.p-contact-form__white-area {
  padding: 80px;
  border-radius: 20px;
  background-color: #fff;
  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: 32px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__white-area {
    padding: 24px;
    border-radius: 10px;
    row-gap: 22px;
  }
}

.p-contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
  }
}

.p-contact-form__label-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding-block-start: 12px;
}
.p-contact-form__label-area.--align-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.p-contact-form__label {
  display: inline-block;
  line-height: 1.4;
  min-width: 170px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__label {
    min-width: unset;
  }
}

.p-contact-form__require {
  display: inline-block;
  width: 44px;
  height: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact-form__require {
    width: 36px;
    height: 22px;
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
  }
}
.p-contact-form__require.--true::before {
  position: absolute;
  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;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "必須";
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #133563;
}
@media screen and (max-width: 768px) {
  .p-contact-form__require.--true::before {
    font-size: 1.1rem;
  }
}

.p-contact-form__input-area {
  width: 100%;
}
.p-contact-form__input-area.--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__input-area.--check {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.p-contact-form__input-area input[type=text], .p-contact-form__input-area input[type=num], .p-contact-form__input-area input[type=tel], .p-contact-form__input-area input[type=email] {
  border: solid 1px #AFAFAF;
  border-radius: 8px;
  padding-block: 12px;
  padding-inline: 16px;
  width: 100%;
}
.p-contact-form__input-area input[type=text]::-webkit-input-placeholder, .p-contact-form__input-area input[type=num]::-webkit-input-placeholder, .p-contact-form__input-area input[type=tel]::-webkit-input-placeholder, .p-contact-form__input-area input[type=email]::-webkit-input-placeholder {
  color: #B3B3B3;
}
.p-contact-form__input-area input[type=text]::-moz-placeholder, .p-contact-form__input-area input[type=num]::-moz-placeholder, .p-contact-form__input-area input[type=tel]::-moz-placeholder, .p-contact-form__input-area input[type=email]::-moz-placeholder {
  color: #B3B3B3;
}
.p-contact-form__input-area input[type=text]:-ms-input-placeholder, .p-contact-form__input-area input[type=num]:-ms-input-placeholder, .p-contact-form__input-area input[type=tel]:-ms-input-placeholder, .p-contact-form__input-area input[type=email]:-ms-input-placeholder {
  color: #B3B3B3;
}
.p-contact-form__input-area input[type=text]::-ms-input-placeholder, .p-contact-form__input-area input[type=num]::-ms-input-placeholder, .p-contact-form__input-area input[type=tel]::-ms-input-placeholder, .p-contact-form__input-area input[type=email]::-ms-input-placeholder {
  color: #B3B3B3;
}
.p-contact-form__input-area input[type=text]::placeholder, .p-contact-form__input-area input[type=num]::placeholder, .p-contact-form__input-area input[type=tel]::placeholder, .p-contact-form__input-area input[type=email]::placeholder {
  color: #B3B3B3;
}
.p-contact-form__input-area.--select {
  position: relative;
}
.p-contact-form__input-area.--select::after {
  position: absolute;
  display: block;
  top: 20px;
  right: 15px;
  width: 13px;
  height: 9px;
  content: "";
  background-image: url(../img/icon_select-box.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-contact-form__input-area select {
  border: solid 1px #AFAFAF;
  border-radius: 8px;
  padding-block: 12px;
  padding-inline: 16px;
  width: 100%;
  line-height: 1.4;
}
.p-contact-form__input-area textarea {
  border: solid 1px #AFAFAF;
  border-radius: 8px;
  padding-block: 12px;
  padding-inline: 16px;
  width: 100%;
  min-height: 240px;
  color: black;
  line-height:1.5;
}
@media screen and (max-width: 768px) {
  .p-contact-form__input-area textarea {
    min-height: 200px;
  }
}
.p-contact-form__input-area textarea::-webkit-input-placeholder {
  color: #B3B3B3;
}
.p-contact-form__input-area textarea::-moz-placeholder {
  color: #B3B3B3;
}
.p-contact-form__input-area textarea:-ms-input-placeholder {
  color: #B3B3B3;
}
.p-contact-form__input-area textarea::-ms-input-placeholder {
  color: #B3B3B3;
}
.p-contact-form__input-area textarea::placeholder {
  color: #B3B3B3;
}

/* .p-contact-form__check-item input {
  cursor: pointer;
  position: relative;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__check-item input {
    -webkit-padding-start: 22px;
            padding-inline-start: 22px;
  }
}
.p-contact-form__check-item input::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../img/icon_unchecked.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-contact-form__check-item input::after {
  opacity: 0;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../img/icon_checked.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-contact-form__check-item input:checked::after {
  opacity: 1;
} */

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .wpcf7-checkbox {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}


/* チェックボックス全体の見た目 */
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  display: inline-block;
}

/* 未チェック時のアイコン */
.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('../img/icon_unchecked.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* チェック済み時のアイコン */
.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-image: url('../img/icon_checked.svg');
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
}

.wpcf7-list-item {
  margin: 0 !important;
}




.p-contact-form__privacy-policy {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__privacy-policy {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.p-contact-form__pp-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-form__pp-title {
    font-size: 1.6rem;
    -webkit-margin-after: 8px;
            margin-block-end: 8px;
  }
}

.p-contact-form__pp-lead {
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-form__pp-lead {
    font-size: 1.3rem;
  }
}

.p-contact-form__pp-scroll-area {
  padding-inline: 16px;
  padding-block: 12px;
  border: solid 1px #AFAFAF;
  border-radius: 8px;
  background-color: #fff;
  height: 140px;
  overflow-y: scroll;
}
.p-contact-form__pp-scroll-area p {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-contact-form__pp-scroll-area p {
    font-size: 1.2rem;
  }
}
.p-contact-form__pp-scroll-area p + p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

::-webkit-scrollbar {
  width: 10px;
  right: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 999px;
}

.p-contact-form__btn-area {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-form__btn-area {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.p-contact-form__btn-note {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__btn-note {
    font-size: 1.3rem;
  }
}

.p-contact-form__btn {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  height: 64px;
  max-width: 350px;
  width: 100%;
  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;
  border-radius: 999px;
  color: #fff;
  background-color: #133563;
  border: solid 1px #133563;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-contact-form__btn {
    font-size: 1.6rem;
    height: 56px;
  }
}
.p-contact-form__btn:hover {
  color: #133563;
  background-color: #fff;
  opacity: unset;
}

.p-feature {
  overflow: hidden;
  -webkit-padding-before: 100px;
          padding-block-start: 100px;
  -webkit-padding-after: 140px;
          padding-block-end: 140px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-feature {
    -webkit-padding-before: 48px;
            padding-block-start: 48px;
    -webkit-padding-after: 64px;
            padding-block-end: 64px;
  }
}

.p-feature__container {
  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: 100px;
}
@media screen and (max-width: 768px) {
  .p-feature__container {
    row-gap: 56px;
  }
}

.p-feature__item {
  position: relative;
}
.p-feature__item.--item01::before {
  position: absolute;
  display: block;
  top: 0;
  left: -194px;
  width: 174px;
  height: 174px;
  content: "";
  background-image: url(../img/bg_dots-9-9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-feature__item.--item01::before {
    width: 120px;
    height: 120px;
    left: -120px;
  }
}
.p-feature__item.--item01::after {
  position: absolute;
  display: block;
  top: -147px;
  left: 330px;
  width: 108px;
  height: 108px;
  z-index: -1;
  content: "";
  background-image: url(../img/bg_dots-6-6.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-feature__item.--item01::after {
    top: -80px;
    left: 300px;
    width: 56px;
    height: 56px;
  }
}
.p-feature__item.--item02::before {
  position: absolute;
  display: block;
  bottom: -50px;
  left: -194px;
  width: 174px;
  height: 174px;
  content: "";
  background-image: url(../img/bg_dots-9-9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-feature__item.--item02::before {
    bottom: -50px;
    left: -194px;
    width: 120px;
    height: 120px;
  }
}
.p-feature__item.--item02::after {
  position: absolute;
  display: block;
  top: 40px;
  right: -40px;
  width: 108px;
  height: 108px;
  content: "";
  background-image: url(../img/bg_dots-6-6.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-feature__item.--item02::after {
    display: none;
  }
}
.p-feature__item.--item03::after {
  position: absolute;
  display: block;
  bottom: -210px;
  right: 0px;
  width: 174px;
  height: 174px;
  content: "";
  background-image: url(../img/bg_dots-9-9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-feature__item.--item03::after {
    bottom: -120px;
    right: 0px;
    width: 120px;
    height: 120px;
  }
}

.p-feature__title-area {
  -webkit-padding-after: 27px;
          padding-block-end: 27px;
  border-bottom: solid 2px #CDD8E9;
}
@media screen and (max-width: 768px) {
  .p-feature__title-area {
    -webkit-padding-after: 8px;
            padding-block-end: 8px;
  }
}
.p-feature__title-area span {
  font-size: 2.4rem;
  line-height: 1.5;
  color: rgba(19, 53, 99, 0.3);
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
@media screen and (max-width: 768px) {
  .p-feature__title-area span {
    font-size: 1.8rem;
  }
}
.p-feature__title-area h2, .p-feature__title-area h2 span {
  font-size: 3rem;
  font-weight: 700;
  color: #133563;
}
@media screen and (max-width: 768px) {
  .p-feature__title-area h2, .p-feature__title-area h2 span {
    font-size: 2.2rem;
  }
}

.p-feature__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 1024px) {
  .p-feature__flex {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.p-feature__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .p-feature__text-area {
    max-width: unset;
  }
}
.p-feature__text-area p + p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.p-feature__text-area p span {
  color: #2187C6;
  font-weight: 500;
}

.p-feature__img {
  -ms-flex-preferred-size: 35.2941176471%;
      flex-basis: 35.2941176471%;
  max-width: 35.2941176471%;
}
@media screen and (max-width: 768px) {
  .p-feature__img {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    max-width: 480px;
    width: 100%;
  }
}

.p-home-fv {
  -webkit-margin-before: 180px;
          margin-block-start: 180px;
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-home-fv {
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-fv {
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
  }
}

.p-home-fv__slide {
  -webkit-margin-start: 160px;
          margin-inline-start: 160px;
}
@media screen and (max-width: 768px) {
  .p-home-fv__slide {
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
  }
}
.p-home-fv__slide .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  gap: 4px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-home-fv__slide .splide__pagination {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.p-home-fv__slide .splide__pagination__page {
  width: 100px;
  height: 8px;
  background: #E1E1E1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-home-fv__slide .splide__pagination__page {
    width: 64px;
  }
}
.p-home-fv__slide .splide__pagination__page.is-active {
  background: #133563;
}

.p-home-fv__img {
  height: 680px;
  aspect-ratio: 1280/680;
}
@media screen and (max-width: 1024px) {
  .p-home-fv__img {
    height: 560px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-fv__img {
    width: 100%;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    aspect-ratio: unset;
  }
}

.p-home-fv__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  padding-inline: 70px;
  padding-block: 40px;
}
@media screen and (max-width: 1280px) {
  .p-home-fv__text {
    padding-inline: 48px;
    padding-block: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-fv__text {
    padding-inline: 32px;
    padding-block: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-fv__text {
    padding-inline: 20px;
    padding-block: 20px;
    width: 85%;
  }
}

.p-home-fv__title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Serif", serif;
  color: #133563;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  max-width: 844px;
}
@media screen and (max-width: 1280px) {
  .p-home-fv__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-fv__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home-fv__title {
    font-size: 2.2rem;
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }
}

.p-home-fv__lead {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-home-fv__lead {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home-fv__lead {
    line-height: 1.7;
  }
}

/* 当社の特徴
---------------------------------------------------------*/
.p-home-feature {
  padding-block: 70px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-feature {
    padding-block: 48px;
  }
}

.p-home-feature__two-column {
  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;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-feature__two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}

.p-home-feature__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 120px 38.7096774194%;
  grid-template-columns: 1fr 38.7096774194%;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  grid-column-gap: 120px;
}

.p-home-feature__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-home-feature__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-home-feature__grid > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-home-feature__grid > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.p-home-feature__grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-home-feature__grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1024px) {
  .p-home-feature__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .p-home-feature__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-home-feature__grid > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-home-feature__grid > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-home-feature__grid > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}

.p-home-feature__title-area {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  -webkit-margin-after: 28px;
          margin-block-end: 28px;
}
@media screen and (max-width: 1024px) {
  .p-home-feature__title-area {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.p-home-feature__container {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  -webkit-margin-after: 56px;
          margin-block-end: 56px;
  counter-reset: item;
}
@media screen and (max-width: 1024px) {
  .p-home-feature__container {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}

.p-home-feature__btn {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
}
@media screen and (max-width: 1024px) {
  .p-home-feature__btn {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
    margin-inline: auto;
  }
}

.p-home-feature__column-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/4/3;
}
@media screen and (max-width: 1024px) {
  .p-home-feature__column-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
    width: 100%;
    max-width: 560px;
    max-height: 280px;
    margin-inline: auto;
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-feature__column-img {
    max-height: 200px;
  }
}

.p-home-feature__column-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-home-feature__item {
  -webkit-padding-start: 121px;
          padding-inline-start: 121px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  padding-block: 28px;
  position: relative;
  border-bottom: solid 1px #E5EBF4;
}
@media screen and (max-width: 768px) {
  .p-home-feature__item {
    -webkit-padding-start: 56px;
            padding-inline-start: 56px;
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
    padding-block: 16px;
  }
}
.p-home-feature__item::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  counter-increment: item;
  content: "0" counter(item);
  font-size: 6.4rem;
  font-family: "Domine", serif;
  color: #E5EBF4;
}
@media screen and (max-width: 768px) {
  .p-home-feature__item::before {
    font-size: 3.2rem;
    left: 0px;
  }
}
.p-home-feature__item h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.02em;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
@media screen and (max-width: 768px) {
  .p-home-feature__item h4 {
    font-size: 1.6rem;
  }
}

/* サービス紹介
---------------------------------------------------------*/
.p-home-service {
  padding-block: 70px;
  padding-inline: 20px;
  background-color: #F4F6F9;
}
@media screen and (max-width: 768px) {
  .p-home-service {
    padding-block: 48px;
  }
}

.p-home-service__container {
  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: 56px;
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-home-service__container {
    row-gap: 40px;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.p-home-service__item {
  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: 100%;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}
.p-home-service__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-home-service__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}

.p-home-service__img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-service__img {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    max-width: 480px;
    width: 100%;
  }
}
.p-home-service__img::before {
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  content: "";
  border: solid 1px #B7C9E0;
}
@media screen and (max-width: 768px) {
  .p-home-service__img::before {
    top: 8px;
    left: 8px;
  }
}

.p-home-service__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-home-service__text h4 {
  font-size: 2.4rem;
  font-weight: 500;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
@media screen and (max-width: 768px) {
  .p-home-service__text h4 {
    font-size: 1.8rem;
    -webkit-margin-after: 8px;
            margin-block-end: 8px;
  }
}

.p-home-service__btn {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-home-service__btn {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

/* 費用について
---------------------------------------------------------*/
.p-home-price {
  padding-block: 70px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-price {
    padding-block: 48px;
  }
}

.p-home-price__container {
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-price__container {
    -webkit-margin-before: 28px;
            margin-block-start: 28px;
  }
}

.p-home-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-price__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 12px;
    max-width: 480px;
    margin-inline: auto;
  }
}

.p-home-price__img {
  -ms-flex-preferred-size: 45.652173913%;
      flex-basis: 45.652173913%;
  max-width: 45.652173913%;
}
@media screen and (max-width: 768px) {
  .p-home-price__img {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    max-width: 480px;
    width: 100%;
  }
}

.p-home-price__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-home-price__title {
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-margin-after: 43px;
          margin-block-end: 43px;
}
@media screen and (max-width: 768px) {
  .p-home-price__title {
    font-size: 1.8rem;
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }
}

.p-home-price__price-area {
  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;
}
@media screen and (max-width: 768px) {
  .p-home-price__price-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

.p-home-price__criterion {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background-color: #094C87;
  border-radius: 1000px;
  padding-inline: 16px;
  padding-block: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-home-price__criterion {
    font-size: 1.1rem;
  }
}

.p-home-price__price {
  color: #133563;
  font-size: 3.8rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
  border-bottom: solid 1px #CDD8E9;
}
@media screen and (max-width: 768px) {
  .p-home-price__price {
    font-size: 2.6rem;
    -webkit-padding-after: 8px;
            padding-block-end: 8px;
  }
}
.p-home-price__price span {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-home-price__price span {
    font-size: 1.6rem;
  }
}

.p-home-price__note {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  font-size: 1.3rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-home-price__note {
    font-size: 1.1rem;
  }
}

.p-home-price__btn {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-price__btn {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

/* 施工事例
// 初回リリース時は非公開
---------------------------------------------------------*/
.p-home-case {
  background-color: #F4F6F9;
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
}

.p-home-case-slider {
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
  position: relative;
}

.p-home-case-slider__item {
  display: block;
  border: solid 1px #BECCDE;
  background-color: #fff;
}

.p-home-case-slider__item-inner {
  padding: 40px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 16px;
}

.p-home-case-slider__text-area {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 24px;
  width: 100%;
}

.p-home-case-slider__title-area {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 8px;
}
.p-home-case-slider__title-area h4 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #133563;
}
.p-home-case-slider__title-area span {
  font-size: 1.8rem;
  font-weight: 600;
}

.p-home-case-slider__info-area {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 14px;
}
.p-home-case-slider__info-area dl {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 12px;
}
.p-home-case-slider__info-area dl .p-home-case-slider__flex {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.p-home-case-slider__info-area dl .p-home-case-slider__flex:first-of-type dt::before {
  background-image: url(../img/icon_yen.svg);
  width: 28px;
  height: 28px;
  left: 0;
}
.p-home-case-slider__info-area dl .p-home-case-slider__flex:nth-of-type(2) dt::before {
  background-image: url(../img/icon_clock.svg);
  width: 26px;
  height: 26px;
  left: 1px;
}
.p-home-case-slider__info-area dl dt {
  font-weight: 500;
  position: relative;
  -webkit-padding-start: 34px;
          padding-inline-start: 34px;
}
.p-home-case-slider__info-area dl dt::before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-home-case-slider__item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #6E6E6E;
}

.p-home-case-slider__link:hover .p-home-case-slider__info-area {
  color: #232323;
}
.p-home-case-slider__link:hover .p-home-case-slider__title-area span {
  color: #232323;
}
.p-home-case-slider__link:hover .p-home-case-slider__btn {
  background-color: #133563;
}
.p-home-case-slider__link:hover .p-home-case-slider__btn span {
  color: #fff;
}
.p-home-case-slider__link:hover .p-home-case-slider__btn span::before {
  opacity: 0;
}
.p-home-case-slider__link:hover .p-home-case-slider__btn span::after {
  opacity: 1;
}

.p-home-case-slider__btn {
  width: 100%;
  background-color: #F4F6F9;
  padding-block: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-home-case-slider__btn span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #094C87;
  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;
  font-weight: 500;
  -webkit-padding-end: 36px;
          padding-inline-end: 36px;
  position: relative;
}
.p-home-case-slider__btn span::before, .p-home-case-slider__btn span::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.p-home-case-slider__btn span::before {
  background-image: url(../img/icon_chevron-circle-blue.svg);
  opacity: 1;
}
.p-home-case-slider__btn span::after {
  background-image: url(../img/icon_chevron-circle-white.svg);
  opacity: 0;
}

.p-home-slide__arrrow-prev {
  position: absolute;
  display: block;
  top: 50%;
  left: calc(50% - 380px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  content: "";
  z-index: 10;
  background-image: url(../img/icon_slide-arrow-prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-home-slide__arrrow-next {
  position: absolute;
  display: block;
  top: 50%;
  right: calc(50% - 380px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  content: "";
  z-index: 10;
  background-image: url(../img/icon_slide-arrow-next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-home-case__btn {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}

/* リフォームの流れ
// 初回リリース時は非公開。画像部分のみ使用する
---------------------------------------------------------*/
.p-home-flow {
  -webkit-padding-before: 0px;
          padding-block-start: 0px;
}
@media screen and (max-width: 768px) {
  .p-home-flow {
    -webkit-padding-before: 0px;
            padding-block-start: 0px;
  }
}

.p-home-flow__flex-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
  padding-inline: 20px;
}

.p-home-flow__title-area {
  max-width: 500px;
}

.p-home-flow__full-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 320px;
  overflow: hidden;
}
.p-home-flow__full-image img {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .p-home-flow__full-image img {
    height: 130px;
  }
}

/* リンクエリア
---------------------------------------------------------*/
.p-home-links {
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-links {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
    -webkit-padding-after: 56px;
            padding-block-end: 56px;
  }
}

.p-home-links__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.p-home-links__item {
  width: 100%;
  padding: 40px;
  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: 24px;
  border: solid 1px #E5EBF4;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-home-links__item {
    padding: 20px;
  }
}
.p-home-links__item:hover .p-home-links__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-home-links__item:hover .p-home-links__arrow::before {
  opacity: 0;
}
.p-home-links__item:hover .p-home-links__arrow::after {
  opacity: 1;
}

.p-home-links__item.--single {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-links__item.--single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}
.p-home-links__item.--single .p-home-links__column {
  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: 24px;
}
@media screen and (max-width: 768px) {
  .p-home-links__item.--single .p-home-links__column {
    row-gap: 16px;
  }
}
.p-home-links__item.--single .p-home-links__column .p-home-links__arrow {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.p-home-links__item.--single .p-home-links__arrow {
  width: 32px;
  height: 32px;
}

.p-home-links__img {
  overflow: hidden;
  border-radius: 10px;
}
.p-home-links__img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-home-links__title-area h3 {
  font-size: 2.2rem;
  font-weight: 600;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
@media screen and (max-width: 768px) {
  .p-home-links__title-area h3 {
    font-size: 1.6rem;
    -webkit-margin-after: 8px;
            margin-block-end: 8px;
  }
}

.p-home-links__arrow {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .p-home-links__arrow {
    width: 32px;
    height: 32px;
  }
}
.p-home-links__arrow::before, .p-home-links__arrow::after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-home-links__arrow::before {
  background-image: url(../img/icon_arrow-cicle-line.svg);
  opacity: 1;
}
.p-home-links__arrow::after {
  background-image: url(../img/icon_arrow-cicle-blue.svg);
  opacity: 0;
}

.p-price {
  overflow: hidden;
}

.p-price-beginning {
  padding-inline: 20px;
}

.p-price-beginning__inner {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  margin-inline: auto;
  padding-block: 64px;
  border-top: solid 2px #E5EBF4;
  border-bottom: solid 2px #E5EBF4;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .p-price-beginning__inner {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    padding-block: 32px;
  }
}

.p-price-beginning__heading {
  font-size: 3.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #094C87;
  text-align: center;
  -webkit-margin-after: 42px;
          margin-block-end: 42px;
}
@media screen and (max-width: 768px) {
  .p-price-beginning__heading {
    font-size: 2rem;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.p-price-beginning__text {
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
  color: #133563;
}
@media screen and (max-width: 768px) {
  .p-price-beginning__text {
    font-size: 1.3rem;
  }
}
.p-price-beginning__text p{
  color: #133563;
  line-height: 2;
}
.p-price-beginning__text p + p {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}

.p-price-cost {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
  padding-inline: 20px;
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-price-cost {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
}

.p-price-cost__title {
  font-size: 2.8rem;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
  font-weight: 600;
  color: #133563;
  position: relative;
  -webkit-padding-start: 14px;
          padding-inline-start: 14px;
}
@media screen and (max-width: 768px) {
  .p-price-cost__title {
    font-size: 2rem;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.p-price-cost__title::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  content: "";
  background-color: #133563;
}

.p-price-cost__lead {
  line-height: 1.8;
  -webkit-margin-after: 56px;
          margin-block-end: 56px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-price-cost__lead {
    -webkit-margin-after: 28px;
            margin-block-end: 28px;
  }
}

.p-price-cost__lead::after {
  position: absolute;
  display: block;
  bottom: -180px;
  right: -40px;
  transform: translateY(-50%);
  width: 108px;
  height: 108px;
  content: "";
  background-image: url(../img/bg_dots-6-6.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.p-price-cost__info-graphic {
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-price-cost__info-graphic {
    max-width: 480px;
    margin-inline: auto;
  }
}

.p-price-cost__info-graphic::before {
  position: absolute;
  display: block;
  top: 50%;
  left: -214px;
  transform: translateY(-50%);
  width: 174px;
  height: 174px;
  content: "";
  background-image: url(../img/bg_dots-9-9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.p-price-cost__info-graphic::after {
  position: absolute;
  display: block;
  bottom: -60px;
  right: -300px;
  transform: translateY(-50%);
  width: 174px;
  height: 174px;
  content: "";
  background-image: url(../img/bg_dots-9-9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}


.p-price-vision {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-price-vision {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
}

.p-price-vision__title {
  font-size: 2.8rem;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
  font-weight: 600;
  color: #133563;
  position: relative;
  -webkit-padding-start: 14px;
          padding-inline-start: 14px;
}
@media screen and (max-width: 768px) {
  .p-price-vision__title {
    font-size: 2rem;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.p-price-vision__title::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  content: "";
  background-color: #133563;
}

.p-price-vision__text p + p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.p-price-vision__text span {
  color: #2187C6;
  font-weight: 500;
}

.p-price-vision__table {
  overflow-x: auto;
  margin-block: 40px;
}
@media screen and (max-width: 768px) {
  .p-price-vision__table {
    margin-block: 24px;
  }
}
.p-price-vision__table table {
  min-width: 500px;
}
.p-price-vision__table td {
  font-size: 1.5rem;
  padding-inline: 24px;
  padding-block: 16px;
  line-height: 1.7;
  border: solid 1px #CDD8E9;
}
@media screen and (max-width: 768px) {
  .p-price-vision__table td {
    font-size: 1.3rem;
    padding-inline: 12px;
    padding-block: 12px;
  }
}
.p-price-vision__table td:first-of-type {
  width: 20.4545454545%;
}
.p-price-vision__table td:nth-of-type(2) {
  width: 39.7727272727%;
}
.p-price-vision__table td:nth-of-type(3) {
  width: 39.7727272727%;
}

.p-price-vision__bg-blue {
  font-weight: 500;
  font-size: 1.6rem;
  background-color: #F4F6F9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-price-vision__bg-blue {
    font-size: 1.4rem;
  }
}

.p-price-vision__txt-blue {
  font-weight: 500;
  color: #2187C6;
}

.p-price-estimate {
  -webkit-margin-before: 160px;
          margin-block-start: 160px;
  -webkit-margin-after: 120px;
          margin-block-end: 120px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-price-estimate {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
    -webkit-margin-after: 64px;
            margin-block-end: 64px;
  }
}

.p-price-estimate__heading {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #133563;
  padding-inline: 240px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
@media screen and (max-width: 768px) {
  .p-price-estimate__heading {
    padding-inline: 60px;
    font-size: 2.4rem;
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
}
.p-price-estimate__heading::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200px;
  height: 1px;
  content: "";
  background-color: #CDD8E9;
}
@media screen and (max-width: 768px) {
  .p-price-estimate__heading::before {
    width: 40px;
  }
}
.p-price-estimate__heading::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200px;
  height: 1px;
  content: "";
  background-color: #CDD8E9;
}
@media screen and (max-width: 768px) {
  .p-price-estimate__heading::after {
    width: 40px;
  }
}

.p-price-estimate__lead {
  text-align: center;
  margin-inline: auto;
  -webkit-margin-after: 56px;
          margin-block-end: 56px;
}
@media screen and (max-width: 768px) {
  .p-price-estimate__lead {
    -webkit-margin-after: 28px;
            margin-block-end: 28px;
  }
}

.p-price-estimate__wrapper {
  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;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-price-estimate__wrapper {
    row-gap: 24px;
  }
}

.p-price-estimate__blue-area {
  background-color: #F4F6F9;
  border-radius: 10px;
  padding: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-price-estimate__blue-area {
    padding: 20px;
  }
}

.p-price-estimate__category {
  font-size: 2.4rem;
  font-weight: 600;
  color: #133563;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (max-width: 768px) {
  .p-price-estimate__category {
    font-size: 2rem;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.p-price-estimate__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-price-estimate__container {
    row-gap: 32px;
  }
}

.p-price-estimate__item {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 768px) {
  .p-price-estimate__item {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }
}

.p-price-estimate__img {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
@media screen and (max-width: 768px) {
  .p-price-estimate__img {
    -webkit-margin-after: 8px;
            margin-block-end: 8px;
  }
}

.p-price-estimate__item-title {
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
@media screen and (max-width: 768px) {
  .p-price-estimate__item-title {
    font-size: 1.5rem;
    -webkit-margin-after: 4px;
            margin-block-end: 4px;
  }
}

.p-price-estimate__price {
  font-size: 1.6rem;
  font-weight: 600;
  color: #094C87;
}
@media screen and (max-width: 768px) {
  .p-price-estimate__price {
    font-size: 1.4rem;
  }
}
.p-price-estimate__price span {
  font-size: 2.8rem;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
@media screen and (max-width: 768px) {
  .p-price-estimate__price span {
    font-size: 2.2rem;
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
  }
}

.p-price-estimate__price-long-text {
  display: block;
  font-size: 1.6rem !important;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}

.p-service-tab {
  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: 100%;
  max-width: 780px;
  margin-inline: auto;
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
}
@media screen and (max-width: 768px) {
  .p-service-tab {
    -webkit-margin-before: 28px;
            margin-block-start: 28px;
    padding-inline: 20px;
    text-align: center;
  }
}

.p-service-tab__item {
  width: 33.3333333333%;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: solid 4px transparent;
  color: #6E6E6E;
  line-height: 1.7;
  cursor: pointer;
  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-block: 32px;
}
@media screen and (max-width: 768px) {
  .p-service-tab__item {
    padding-block: 16px;
    font-size: 1.3rem;
    min-height: 81px;
  }
}
.p-service-tab__item.--active {
  font-weight: 700;
  border-bottom: solid 4px #133563;
  color: #133563;
}

.p-service-content-area {
  background-color: #F4F6F9;
  border-radius: 60px 60px 0 0;
  padding-block: 100px;
  padding-inline: 20px;
}
@media screen and (max-width: 1024px) {
  .p-service-content-area {
    border-radius: 0px;
    padding-block: 56px;
  }
}

.p-service-content {
  display: none;
}
.p-service-content.--show {
  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;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-content.--show {
    row-gap: 24px;
  }
}

/*  白いボックスの中身はグリッドレイアウト
//  列方向：2列（テキストエリア＋画像）
//  行方向：2行（見出し＋メリット）
---------------------------------------------------------*/
.p-service-content__item {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55px 38.1974248927%;
  grid-template-columns: 1fr 38.1974248927%;
  -ms-grid-rows: auto, 1fr;
  grid-template-rows: auto, 1fr;
  grid-column-gap: 55px;
  grid-row-gap: 40px;
}
.p-service-content__item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-service-content__item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-service-content__item > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-service-content__item > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.p-service-content__item > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.p-service-content__item > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1024px) {
  .p-service-content__item {
    padding: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto, 1fr, 1fr;
    grid-template-rows: auto, 1fr, 1fr;
    grid-row-gap: 20px;
  }
  .p-service-content__item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-service-content__item > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-service-content__item > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-service-content__item > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .p-service-content__item > *:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}

.p-service-content__item-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-service-content__item-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}

.p-service-content__merit {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 1024px) {
  .p-service-content__merit {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
}

.p-service-content__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
  -ms-grid-row-align: center;
      align-self: center;
  border-radius: 10px;
  overflow: hidden;
  max-height: 399px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-service-content__img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    max-width: 640px;
    margin-inline: auto;
    max-height: 300px;
  }
}
.p-service-content__item-title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #133563;
}
@media screen and (max-width: 768px) {
  .p-service-content__item-title {
    font-size: 2.2rem;
  }
}

.p-service-content__merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-content__merit {
    gap: 20px;
  }
}

.p-service-content__merit-item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .p-service-content__merit-item {
    width: 100%;
  }
}
.p-service-content__merit-item h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #133563;
  position: relative;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  -webkit-margin-after: 6px;
          margin-block-end: 6px;
}
@media screen and (max-width: 768px) {
  .p-service-content__merit-item h3 {
    font-size: 1.6rem;
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
  }
}
.p-service-content__merit-item h3::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  content: "";
  background-color: #133563;
}
@media screen and (max-width: 768px) {
  .p-service-content__merit-item h3::before {
    width: 4px;
  }
}
.p-service-content__merit-item p {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-service-content__merit-item p {
    font-size: 1.3rem;
  }
}

.p-service-content__cta {
  width: 100%;
  max-width: 1320px;
  padding-block: 40px;
  padding-inline: 60px;
  background-color: #DFE9F7;
  border: solid 6px #D0DFF4;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-service-content__cta {
    padding-block: 20px;
    padding-inline: 20px;
  }
}

.p-service-content__cta-title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-inline: 36px;
  -webkit-margin-after: 36px;
          margin-block-end: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service-content__cta-title {
    font-size: 1.6rem;
    padding-inline: 20px;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
    text-align: center;
  }
}
.p-service-content__cta-title::before {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 30px;
  content: "";
  background-image: url(../img/icon_border-skew-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-service-content__cta-title::after {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 30px;
  content: "";
  background-image: url(../img/icon_border-skew-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-service-content__cta-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-content__cta-img {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-service-content__cta-img img {
  width: calc((100% - 80px) / 5);
}
@media screen and (max-width: 768px) {
  .p-service-content__cta-img img {
    width: calc((100% - 32px) / 3);
  }
}

.p-service-content__cta-lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-after: 36px;
          margin-block-end: 36px;
}
@media screen and (max-width: 768px) {
  .p-service-content__cta-lead {
    font-size: 1.3rem;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}

.p-service-content__cta-btn {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  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;
  background-color: #fff;
  color: #133563;
  border: solid 1px #133563;
  border-radius: 999px;
  padding-block: 20px;
  max-width: 360px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-service-content__cta-btn {
    font-size: 1.5rem;
    padding-block: 14px;
  }
}
.p-service-content__cta-btn:hover {
  background-color: #133563;
  color: #fff;
}

/*
 * _utility.css
 */
/* ==========================================================
!Font Family
========================================================== */
.u-ff-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ff-serif {
  font-family: "Shippori Mincho", serif;
}

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

.u-ff-en-serif {
  font-family: "Domine", serif;
}

/* ==========================================================
!Display
========================================================== */
.u-display-ib {
  display: inline-block;
}

/* ==========================================================
!親を超える子
========================================================== */
.u-exceed-parent {
  margin-inline: calc(50% - 50vw);
}

/* ==========================================================
!デバイスごとの表示・非表示
========================================================== */
@media only screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}
/* ==========================================================
!dl横並び
========================================================== */
.u-dl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ==========================================================
!文字サイズ
========================================================== */
.u-body-small {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .u-body-small {
    font-size: 1.3rem;
  }
}

/* ==========================================================
!ポジション
========================================================== */
.u-relative {
  position: relative;
}

/* ==========================================================
!フォントウェイト
========================================================== */
.u-fw-bold {
  font-weight: 700;
}

/* ==========================================================
!max-width
========================================================== */
.u-maxw-320 {
  max-width: 320px;
}

.u-maxw-360 {
  max-width: 360px;
}

/* ==========================================================
!contact form 7 のスタイル微調整
========================================================== */
.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-response-output {
display: none;
}