/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  font-size: 9px;
  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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Custom */
/* ============================================ */
body {
  font-size: 1.6rem;
  line-height: 1.5;
}

a {
  display: inline-block;
}

img,
video {
  width: 100%;
  height: auto;
}

html {
  font-size: 2.5641025641vw;
  scroll-behavior: smooth;
  scroll-padding-top: 7.2rem;
}
@media (min-width: 769px) {
  html {
    font-size: 0.6578947368vw;
  }
}
@media (min-width: 1521px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 769px) {
  html {
    scroll-padding-top: 11rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #292929;
}
@media (min-width: 769px) {
  body {
    font-size: 2rem;
  }
}

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

@media (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

.u-inner {
  width: 94.8717948718%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .u-inner {
    width: 86.8421052632%;
    max-width: 1320px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.8rem 0;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 100;
}
@media (min-width: 769px) {
  .l-header {
    padding: 2rem 0;
  }
}
.l-header__logo {
  width: 5.8rem;
}
@media (min-width: 769px) {
  .l-header__logo {
    width: 8rem;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__menu {
  width: 5.6rem;
}
.l-header__nav {
  height: 100%;
}
.l-header__nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6.6rem;
  height: 100%;
  font-size: 2.5rem;
}
.l-header__nav-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 25.7rem;
  height: 7.2rem;
  padding: 2rem;
  border-radius: 10rem;
  background: #9BB6FF;
  color: #fff;
}
.l-header__nav-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: url(../images/arrow_gray.svg) no-repeat center/2.3rem auto, #EFEFEF;
  transform: translateY(-50%);
}

.l-footer {
  display: grid;
  place-content: center;
  height: 4.6rem;
  background: #2E2E2E;
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 769px) {
  .l-footer {
    height: 9.7rem;
    font-size: 1.5rem;
  }
}

.c-heading-common {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  line-height: 1;
}
@media (min-width: 769px) {
  .c-heading-common {
    gap: 10px;
  }
}
.c-heading-common__main {
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .c-heading-common__main {
    font-size: 3rem;
  }
}
.c-heading-common__sub {
  font-size: 1.5rem;
  font-weight: 300;
  color: #A8A8A8;
}
@media (min-width: 769px) {
  .c-heading-common__sub {
    font-size: 2rem;
  }
}

.c-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.c-menu.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-menu__inner {
  width: 35.7rem;
  padding: 1rem 1rem 4.8rem 2.8rem;
  margin-left: auto;
  background: #9BB6FF;
  color: #868585;
}
.c-menu__close {
  display: block;
  width: 5.5rem;
  margin-left: auto;
}
.c-menu__nav {
  margin-top: 5rem;
}
.c-menu__nav-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.7rem;
}
.c-menu__nav-link {
  display: block;
  padding: 0 0 0.8rem 1.4rem;
  border-bottom: 1px solid #868585;
  font-size: 2rem;
}
.c-menu__nav-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 18.8rem;
  height: 5.3rem;
  margin: 0.4rem auto 0;
  padding: 0 3rem;
  border-radius: 10rem;
  background: #fff;
  font-size: 1.8rem;
  color: #9BB6FF;
}
.c-menu__nav-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: url(../images/arrow_blue.svg) no-repeat center/contain;
  transform: translateY(-50%);
}

.p-index__main {
  padding-top: 7.2rem;
}
@media (min-width: 769px) {
  .p-index__main {
    padding-top: 11rem;
  }
}
.p-index__bg-gray {
  background: #F5F5F5;
  padding-bottom: 52px;
}
@media (min-width: 769px) {
  .p-index__bg-gray {
    margin-top: 6.6rem;
    padding-bottom: 68px;
  }
}
.p-index__bg-pic {
  padding: 36px 0 16px;
  background: url(../images/contact_bg.jpg) no-repeat center/cover;
  color: #fff;
}
@media (min-width: 769px) {
  .p-index__bg-pic {
    padding: 66px 0;
  }
}

.p-index-kv {
  background: url(../images/mv_bg_sp.png) no-repeat center top/100% auto;
}
@media (min-width: 769px) {
  .p-index-kv {
    margin-top: 4.3rem;
    background: url(../images/mv_bg.png) no-repeat center left/auto 100%;
  }
}
.p-index-kv__inner {
  position: relative;
  padding: 2.7rem 0 7rem;
}
@media (min-width: 769px) {
  .p-index-kv__inner {
    display: flex;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .p-index-kv__content {
    width: 49.2424242424%;
    padding-top: 19.6rem;
  }
}
.p-index-kv__logo {
  width: 9.3rem;
}
@media (min-width: 769px) {
  .p-index-kv__logo {
    position: absolute;
    top: -2rem;
    left: 7.2rem;
    width: 16rem;
  }
}
.p-index-kv__heading {
  margin-top: 5.5rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.5;
  color: #9BB6FF;
}
@media (min-width: 769px) {
  .p-index-kv__heading {
    font-size: 4.5rem;
    line-height: 1;
    text-align: left;
  }
}
.p-index-kv__img {
  width: 71.6216216216%;
  margin: 4.6rem 0 0 auto;
  aspect-ratio: 265/196;
}
@media (min-width: 769px) {
  .p-index-kv__img {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.1rem;
    width: 50.7575757576%;
    aspect-ratio: auto;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .p-index-kv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 769px) {
  .p-index-kv__img img {
    border-radius: 10px;
  }
}
.p-index-kv__text {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2.2;
  color: #9BB6FF;
}
@media (min-width: 769px) {
  .p-index-kv__text {
    margin-top: 3rem;
    font-size: 2.5rem;
  }
}
.p-index-kv__box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.p-index-lead {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 25px 0;
}
@media (min-width: 769px) {
  .p-index-lead {
    gap: 30px;
    padding: 50px 0;
  }
}
.p-index-lead__text {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 1em;
  background: #9BB6FF;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  color: #fff;
}
@media (min-width: 769px) {
  .p-index-lead__text {
    font-size: 2.5rem;
  }
}

.p-index-strength {
  margin-top: 65px;
}
@media (min-width: 769px) {
  .p-index-strength {
    margin-top: 10px;
  }
}
.p-index-strength__content {
  position: relative;
  margin-top: 20px;
}
.p-index-strength__content * {
  position: relative;
  z-index: 2;
}
.p-index-strength__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 71.8918918919%;
  height: 4.4rem;
  background: url(../images/strength_el.png) no-repeat center right/contain;
  transform: translateY(-100%);
  z-index: 1;
}
@media (min-width: 769px) {
  .p-index-strength__content::before {
    right: 2rem;
    width: 70rem;
    height: 12rem;
    transform: translateY(-48%);
  }
}
.p-index-strength__large-text {
  margin-top: 17px;
  font-size: 2rem;
  line-height: 1.65;
  color: #9BB6FF;
}
@media (min-width: 769px) {
  .p-index-strength__large-text {
    margin-top: 24px;
    font-size: 4rem;
  }
}
.p-index-strength__text-box {
  margin-top: 11px;
}
@media (min-width: 769px) {
  .p-index-strength__text-box {
    width: 61rem;
    margin: 26px 0 0 auto;
  }
}
.p-index-strength__box-border {
  position: relative;
  display: block;
  width: calc(100% - 8px);
  height: 1px;
  margin-left: auto;
  background: #BABABA;
}
@media (min-width: 769px) {
  .p-index-strength__box-border {
    width: calc(100% - 20px);
  }
}
.p-index-strength__box-border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9BB6FF;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .p-index-strength__box-border::before {
    left: -20px;
    width: 9px;
    height: 9px;
  }
}
.p-index-strength__text {
  margin-top: 12px;
  line-height: 1.6666666667;
}
@media (min-width: 769px) {
  .p-index-strength__text {
    margin-top: 15px;
    font-size: 2.5rem;
    line-height: 1.6;
  }
}

.p-index-business {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .p-index-business {
    margin-top: 50px;
  }
}
.p-index-business__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  margin-top: 10px;
}
@media (min-width: 769px) {
  .p-index-business__content {
    margin-top: 30px;
  }
}
.p-index-business__section-heading {
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #707070;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 769px) {
  .p-index-business__section-heading {
    padding-bottom: 0.7rem;
    font-size: 3rem;
  }
}
.p-index-business__section-flex {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}
@media (min-width: 769px) {
  .p-index-business__section-flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.p-index-business__section-img {
  height: 13rem;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .p-index-business__section-img {
    width: 51.6666666667%;
    height: auto;
    border-radius: 10px;
  }
}
.p-index-business__section-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .p-index-business__section-content {
    position: relative;
    text-align: center;
    width: 62rem;
  }
}
.p-index-business__section-content-heading {
  font-size: 2rem;
}
@media (min-width: 769px) {
  .p-index-business__section-content-heading {
    font-size: 3.5rem;
  }
}
.p-index-business__section-content-text {
  margin-top: 15px;
  line-height: 2;
}
@media (min-width: 769px) {
  .p-index-business__section-content-text {
    margin-top: 2ewm;
    font-size: 2rem;
    line-height: 2.5;
  }
}
.p-index-business dl {
  margin-top: 17px;
}
@media (min-width: 769px) {
  .p-index-business dl {
    margin-top: 2.2rem;
  }
}
.p-index-business dl dt {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .p-index-business dl dt {
    font-size: 2.5rem;
  }
}
.p-index-business dl dd {
  margin-top: 17px;
  line-height: 2;
}
@media (min-width: 769px) {
  .p-index-business dl dd {
    margin-top: 1.5rem;
  }
}
.p-index-business__section-content-box {
  width: 31rem;
  margin: 17px auto 0;
  padding: 1rem;
  background: #9BB6FF;
  border-radius: 5px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media (min-width: 769px) {
  .p-index-business__section-content-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 56rem;
    margin-top: autp;
    padding: 1.5rem 1.6rem;
    line-height: 1;
    transform: translateX(-50%);
  }
  .p-index-business__section-content-box p {
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #fff;
  }
}

.p-index-flow {
  margin-top: 53px;
}
@media (min-width: 769px) {
  .p-index-flow {
    margin-top: 100px;
  }
}
.p-index-flow__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .p-index-flow__content {
    gap: 70px;
    margin-top: 57px;
  }
}
.p-index-flow__content-section {
  background: #fff;
  border-radius: 5px;
}
@media (min-width: 769px) {
  .p-index-flow__content-section {
    display: grid;
    grid-template-columns: 20rem 1fr;
    height: 18rem;
    border-radius: 0;
  }
}
.p-index-flow__content-section-head {
  position: relative;
  padding: 0.9rem 7.3rem;
  background: #9BB6FF;
  border-radius: 5px;
  font-size: 2rem;
  color: #fff;
}
@media (min-width: 769px) {
  .p-index-flow__content-section-head {
    position: relative;
    border-radius: 0;
    padding: 1.4rem 0 0;
    text-align: center;
  }
  .p-index-flow__content-section-head::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    width: 3rem;
    height: 8.8rem;
    background: #9BB6FF;
    transform: translate(100%, -50%);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
.p-index-flow__content-section-index {
  position: absolute;
  top: -1.7rem;
  left: 0.9rem;
  font-size: 5.5rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #9BB6FF;
}
@media (min-width: 769px) {
  .p-index-flow__content-section-index {
    position: static;
    font-size: 8.7rem;
  }
}
@media (min-width: 769px) {
  .p-index-flow__content-section-title {
    margin-top: 1rem;
    font-size: 2.5rem;
  }
}
.p-index-flow__content-section-body {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1.3rem;
  padding: 0.9rem 0.9rem 1.3rem;
}
@media (min-width: 769px) {
  .p-index-flow__content-section-body {
    flex-direction: row;
    gap: 5.4rem;
    padding: 1.4rem 8.3rem 1.4rem 7rem;
  }
}
.p-index-flow__content-section-body-img {
  flex-shrink: 0;
  width: 10rem;
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .p-index-flow__content-section-body-img {
    width: 24rem;
    border-radius: 10px;
  }
}
.p-index-flow__content-section-body-text {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
@media (min-width: 769px) {
  .p-index-flow__content-section-body-text {
    font-size: 2.5rem;
  }
}

.p-index-contact__heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
@media (min-width: 769px) {
  .p-index-contact__heading {
    gap: 10px;
  }
}
.p-index-contact__heading-main {
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .p-index-contact__heading-main {
    font-size: 3rem;
  }
}
.p-index-contact__heading-sub {
  font-weight: 300;
}
.p-index-contact__content {
  margin-top: 6px;
}
@media (min-width: 769px) {
  .p-index-contact__content {
    margin-top: 13px;
  }
}
.p-index-contact__content-text {
  font-weight: 300;
  line-height: 2.2;
}
.p-index-contact__content-btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 33px;
}
@media (min-width: 769px) {
  .p-index-contact__content-btn-wrapper {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 48px;
  }
}
.p-index-contact__content-btn-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
}
@media (min-width: 769px) {
  .p-index-contact__content-btn-box {
    gap: 20px;
    width: 57.6rem;
  }
}
.p-index-contact__content-btn-box p {
  position: relative;
  padding-left: 3rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .p-index-contact__content-btn-box p {
    padding-left: 2.5rem;
  }
  .p-index-contact__content-btn-box p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #C4C4C4;
    transform: translateY(-50%);
  }
}
.p-index-contact__content-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.2rem;
  padding: 1.2rem 1.6rem;
  background: #fff;
  border-radius: 10px;
  color: #292929;
}
@media (min-width: 769px) {
  .p-index-contact__content-btn {
    gap: 5.3rem;
    padding: 2.9rem 2.6rem;
    font-size: 3rem;
  }
}
.p-index-contact__content-btn .icon_mail {
  width: 4rem;
  aspect-ratio: 1/1;
  background: url(../images/icon_mail.png) no-repeat center/contain;
}
@media (min-width: 769px) {
  .p-index-contact__content-btn .icon_mail {
    width: 6.4rem;
  }
}
.p-index-contact__content-btn .icon_tel {
  width: 4rem;
  aspect-ratio: 1/1;
  background: url(../images/icon_tel.png) no-repeat center/contain;
}
@media (min-width: 769px) {
  .p-index-contact__content-btn .icon_tel {
    width: 6.4rem;
  }
}
.p-index-contact__content-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7.1rem;
  width: 1px;
  height: 2.7rem;
  background: #292929;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .p-index-contact__content-btn::before {
    left: 11.5rem;
    height: 7rem;
  }
}

.p-index-company {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid #fff;
}
@media (min-width: 769px) {
  .p-index-company {
    margin-top: 38px;
    padding-top: 42px;
  }
}
.p-index-company__heading {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .p-index-company__heading {
    font-size: 5rem;
  }
}
@media (min-width: 769px) {
  .p-index-company__content {
    padding-left: 10rem;
  }
}
.p-index-company__text {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .p-index-company__text {
    position: relative;
    margin-top: 10px;
    font-size: 2rem;
    line-height: 2;
  }
  .p-index-company__text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10rem;
    width: 8rem;
    height: 1px;
    background: #fff;
    transform: translate(0, -50%);
  }
}
.p-index-company__list {
  margin-top: 22px;
}
@media (min-width: 769px) {
  .p-index-company__list {
    margin-top: 25px;
  }
}
.p-index-company__list dl {
  display: grid;
  grid-template-columns: 12.6rem 1fr;
}
@media (min-width: 769px) {
  .p-index-company__list dl {
    grid-template-columns: 15rem 1fr;
  }
}
.p-index-company__list dl + dl {
  margin-top: 12px;
}
@media (min-width: 769px) {
  .p-index-company__list dl + dl {
    margin-top: 43px;
  }
}
.p-index-company__list dt {
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .p-index-company__list dt {
    font-size: 2rem;
  }
}
.p-index-company__list dd {
  font-size: 1.1rem;
  line-height: 2.0909090909;
}
@media (min-width: 769px) {
  .p-index-company__list dd {
    font-size: 2rem;
    line-height: 1;
  }
}/*# sourceMappingURL=style.css.map */