/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/style.scss ***!
  \*********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700;900&display=swap);
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/style.scss (1) ***!
  \*************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700;900&display=swap);
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/style.scss (2) ***!
  \*************************************************************************************************************************************************************/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
  line-height: 1.7;
  width: 100%;
  max-width: 100vw;
  height: auto;
  min-height: 100vh;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #1c1c1d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
}

#vue-app {
  width: inherit;
  height: inherit;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.d-none,
.d-none-loaded {
  display: none;
}

.list-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.list-items .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 751px) {
  br.mobile {
    display: none;
  }
}

.l-header {
  align-items: center;
  position: absolute;
  z-index: 10;
  top: 2.2rem;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .l-header {
    top: 0;
  }
}
.l-header__inner {
  background-color: transparent;
  width: 100%;
  max-width: 120rem;
  height: fit-content;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 750px) {
  .l-header__inner {
    justify-content: center;
  }
}
.l-header__inner .company-logo {
  overflow: hidden;
  width: 13rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .l-header__inner .company-logo {
    width: 21.3333333333vw;
    margin-top: 1.6vw;
  }
}
.l-header .menu {
  display: flex;
  flex-flow: row wrap;
  gap: 3.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4.5rem 3rem 5.5rem;
}
@media screen and (max-width: 750px) {
  .l-header .menu {
    gap: 3.2vw;
    font-size: 3.7333333333vw;
    padding: 8vw 2.6666666667vw;
  }
}

.l-container {
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.l-container__inner {
  height: 100%;
  width: 100%;
}

.l-main {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-main__inner {
  width: 100%;
  max-width: 120rem;
  height: 100%;
}

.l-footer {
  position: relative;
  background: #1c1c1d;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  margin-top: auto;
}
.l-footer__inner {
  width: 100%;
  max-width: 120rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.6rem;
  padding: 5rem 6rem 11rem;
}
@media screen and (max-width: 750px) {
  .l-footer__inner {
    padding: 8vw 6.6666666667vw 17.3333333333vw;
  }
}
.l-footer .company-info__logo {
  width: 13.6rem;
}
@media screen and (max-width: 750px) {
  .l-footer .company-info__logo {
    width: 18.1333333333vw;
  }
}
.l-footer .company-info__list {
  margin: 2rem 0 1.2rem;
}
@media screen and (max-width: 750px) {
  .l-footer .company-info__list {
    font-size: 2.9333333333vw;
    margin: 2.6666666667vw 0 1.6vw;
  }
}
.l-footer .company-info .copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .l-footer .company-info .copyright {
    font-size: 2.4vw;
  }
}
.l-footer .menu {
  display: flex;
  flex-flow: row wrap;
  gap: 3.5rem;
  font-weight: bold;
  padding: 0 3.5rem;
}
@media screen and (max-width: 750px) {
  .l-footer .menu {
    flex-flow: column wrap;
    align-items: flex-end;
    gap: 2.1333333333vw;
    font-size: 3.2vw;
    padding: 0 3.2vw;
    white-space: nowrap;
  }
}

.mv {
  position: relative;
  width: 100%;
  max-width: 128rem;
  padding-top: 15.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .mv {
    padding-top: 20.2666666667vw;
  }
}
.mv__photo {
  position: absolute;
  top: 0;
  right: -13rem;
  width: 100%;
  max-width: 80rem;
  mask-image: url(/344cd5cce0a4dfee4d2c.svg);
  mask-position: 4% 65%;
  mask-size: 100%;
  mask-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .mv__photo {
    right: -51.3333333333vw;
  }
}
.mv__inner {
  margin: 16.3rem 12.6rem 26.7rem;
}
@media screen and (max-width: 750px) {
  .mv__inner {
    margin: 21.7333333333vw 9.6vw 37.7333333333vw;
  }
}
.mv__lead {
  position: relative;
  white-space: nowrap;
}
.mv__lead h1 {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .mv__lead h1 {
    font-size: 9.6vw;
    line-height: 12.6666666667vw;
  }
}
.mv__lead h1 span {
  color: #ff4d00;
}
.mv__lead p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .mv__lead p {
    font-size: 4.2666666667vw;
  }
}
.mv__lead h1 + p {
  margin-top: 2.8rem;
}
@media screen and (max-width: 750px) {
  .mv__lead h1 + p {
    margin-top: 4.2666666667vw;
  }
}

.mission {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 6rem 0;
  margin-bottom: 17rem;
}
@media screen and (max-width: 750px) {
  .mission {
    padding: 6.6666666667vw 8vw 0;
    margin-bottom: 22.6666666667vw;
  }
}
.mission__background {
  position: relative;
  top: -26rem;
  left: -168.96rem;
  transform: skewY(-150deg);
  background: #f5f5f5;
  width: 288rem;
  height: 55rem;
  margin-bottom: -55rem;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .mission__background {
    top: -34.6666666667vw;
    left: -225.28vw;
    width: 384vw;
    height: 73.3333333333vw;
    margin-bottom: -73.3333333333vw;
  }
}
.mission__inner {
  position: relative;
  padding: 17.7rem 4.8rem 8.7rem 0;
}
@media screen and (max-width: 750px) {
  .mission__inner {
    padding: 23.6vw 0 11.6vw 0;
  }
}
.mission__title {
  width: fit-content;
  display: flex;
  flex-flow: row wrap;
  align-items: start;
  margin-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .mission__title {
    margin-bottom: 10.6666666667vw;
  }
}
.mission__title__wrapper {
  display: flex;
  flex-flow: column wrap;
}
.mission__title .title-image {
  margin: 0 1.6rem 0 0;
  filter: invert(42%) sepia(57%) saturate(7493%) hue-rotate(9deg) brightness(110%) contrast(102%);
}
@media screen and (max-width: 750px) {
  .mission__title .title-image {
    margin: 0 2.1333333333vw 0 0;
    width: 7.3333333333vw;
  }
}
.mission__title h2 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: normal;
  margin: 0.5rem 1rem 1rem;
}
@media screen and (max-width: 750px) {
  .mission__title h2 {
    font-size: 5.6vw;
    margin: 0.6666666667vw 1.3333333333vw 1.3333333333vw;
  }
}
.mission__title small {
  font-size: 1.5rem;
  font-weight: medium;
  line-height: normal;
  color: #ff4d00;
  margin: 0 1rem;
}
@media screen and (max-width: 750px) {
  .mission__title small {
    font-size: 2vw;
    margin: 0 1.3333333333vw;
  }
}
.mission__body {
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .mission__body {
    max-width: 58.1333333333vw;
  }
}
.mission__body p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .mission__body p {
    font-size: 4.2666666667vw;
  }
}
.mission__body p + p {
  margin-top: 2.8rem;
}
@media screen and (max-width: 750px) {
  .mission__body p + p {
    margin-top: 3.7333333333vw;
  }
}

.service {
  width: 100%;
  padding: 0 6rem;
  margin: 0 auto;
  margin-bottom: 17rem;
}
@media screen and (max-width: 750px) {
  .service {
    padding: 0 8vw;
    margin-bottom: 32vw;
  }
}
.service__background {
  position: relative;
  top: 61rem;
  left: -168.96rem;
  transform: skewY(150deg);
  background: #ff4d00;
  width: 288rem;
  height: 124rem;
  margin-bottom: -124rem;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .service__background {
    top: 60vw;
    left: -225.28vw;
    width: 384vw;
    height: 165.3333333333vw;
    margin-bottom: -165.3333333333vw;
  }
}
.service__logo {
  position: relative;
  top: -13rem;
  left: -74rem;
  transform: rotateY(180deg);
  width: 107.1rem;
  margin-bottom: -164.1rem;
  pointer-events: none;
}
.service__logo img {
  filter: invert(93%) sepia(93%) saturate(0%) hue-rotate(279deg) brightness(108%) contrast(108%);
}
@media screen and (max-width: 750px) {
  .service__logo {
    top: -42.6666666667vw;
    left: -98.6666666667vw;
    width: 142.8vw;
    height: 218.8vw;
    margin-bottom: -218.8vw;
  }
}
.service__inner {
  position: relative;
}
.service__title {
  width: fit-content;
  display: flex;
  flex-flow: row wrap;
  align-items: start;
  margin-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .service__title {
    margin-bottom: 10.6666666667vw;
  }
}
.service__title__wrapper {
  display: flex;
  flex-flow: column wrap;
}
.service__title .title-image {
  margin: 0 1.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .service__title .title-image {
    margin: 0 2.1333333333vw 0 0;
    width: 7.3333333333vw;
  }
}
.service__title h2 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: normal;
  margin: 0.5rem 1rem 1rem;
}
@media screen and (max-width: 750px) {
  .service__title h2 {
    font-size: 5.6vw;
    margin: 0.6666666667vw 1.3333333333vw 1.3333333333vw;
  }
}
.service__title small {
  font-size: 1.5rem;
  font-weight: medium;
  line-height: normal;
  color: #ff4d00;
  margin: 0 1rem;
}
@media screen and (max-width: 750px) {
  .service__title small {
    font-size: 2vw;
    margin: 0 1.3333333333vw;
  }
}
.service .service-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 750px) {
  .service .service-items {
    gap: 8vw;
  }
}
.service .service-items .service-item {
  overflow: hidden;
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  max-width: 51rem;
  max-height: 43rem;
  background: #fff;
  border-radius: 1.6rem;
}
@media screen and (max-width: 750px) {
  .service .service-items .service-item {
    max-width: 84vw;
    max-height: fit-content;
    border-radius: 2.1333333333vw;
  }
}
.service .service-items .service-item__photo {
  overflow: hidden;
  max-height: 26.8rem;
}
@media screen and (max-width: 750px) {
  .service .service-items .service-item__photo {
    max-height: 35.7333333333vw;
  }
  .service .service-items .service-item__photo > img {
    transform: translateY(-15%);
  }
}
.service .service-items .service-item__description {
  height: 16.2rem;
  padding: 2rem;
}
@media screen and (max-width: 750px) {
  .service .service-items .service-item__description {
    height: fit-content;
    padding: 2.6666666667vw;
  }
}
.service .service-items .service-item__description h3 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .service .service-items .service-item__description h3 {
    font-size: 4.2666666667vw;
  }
}
.service .service-items .service-item__description p {
  font-size: 1.8rem;
  line-height: normal;
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .service .service-items .service-item__description p {
    font-size: 3.4666666667vw;
    margin-top: 1.6vw;
  }
}

.overview {
  position: relative;
  max-width: 120rem;
  background: #f5f5f5;
  border-radius: 1.6rem;
  margin-bottom: 19rem;
  isolation: isolate;
}
@media screen and (max-width: 750px) {
  .overview {
    max-width: 94.6666666667vw;
    border-radius: 2.1333333333vw;
    margin: 0 2.6666666667vw;
    margin-bottom: 25.3333333333vw;
    isolation: auto;
  }
}
.overview__inner {
  padding: 8rem 6rem 13.4rem;
}
@media screen and (max-width: 750px) {
  .overview__inner {
    padding: 8vw 5.3333333333vw 9.3333333333vw;
  }
}
.overview__logo {
  position: relative;
  top: -3rem;
  right: -80rem;
  width: 107.1rem;
  height: 164.1rem;
  margin-bottom: -164.1rem;
  mix-blend-mode: color-dodge;
  pointer-events: none;
}
.overview__logo img {
  filter: invert(100%) sepia(0%) saturate(43%) hue-rotate(56deg) brightness(115%) contrast(92%);
}
@media screen and (max-width: 750px) {
  .overview__logo {
    top: 37.3333333333vw;
    right: -62vw;
    width: 80vw;
    height: 115.1573333333vw;
    margin-bottom: -115.3333333333vw;
  }
}
.overview__title {
  width: fit-content;
  display: flex;
  flex-flow: row wrap;
  align-items: start;
  margin-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .overview__title {
    margin-bottom: 8vw;
  }
}
.overview__title__wrapper {
  display: flex;
  flex-flow: column wrap;
}
.overview__title .title-image {
  margin: 0 1.6rem 0 0;
  filter: invert(42%) sepia(57%) saturate(7493%) hue-rotate(9deg) brightness(110%) contrast(102%);
}
@media screen and (max-width: 750px) {
  .overview__title .title-image {
    margin: 0 2.1333333333vw 0 0;
    width: 7.3333333333vw;
  }
}
.overview__title h2 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: normal;
  margin: 0.5rem 1rem 1rem;
}
@media screen and (max-width: 750px) {
  .overview__title h2 {
    font-size: 5.6vw;
    margin: 0.6666666667vw 1.3333333333vw 1.3333333333vw;
  }
}
.overview__title small {
  font-size: 1.5rem;
  font-weight: medium;
  line-height: normal;
  color: #ff4d00;
  margin: 0 1rem;
}
@media screen and (max-width: 750px) {
  .overview__title small {
    font-size: 2vw;
    margin: 0 1.3333333333vw;
  }
}
.overview .company-overview {
  position: relative;
  padding: 0 15rem;
}
@media screen and (max-width: 750px) {
  .overview .company-overview {
    padding: 0 4vw;
  }
}
.overview .overview-items .overview-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 2.8rem 0;
}
@media screen and (max-width: 750px) {
  .overview .overview-items .overview-item {
    padding: 3.7333333333vw 0;
  }
}
.overview .overview-items .overview-item p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 750px) {
  .overview .overview-items .overview-item p {
    font-size: 3.4666666667vw;
    line-height: 4.2666666667vw;
  }
}
.overview .overview-items .overview-item p.label {
  flex-basis: 25%;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .overview .overview-items .overview-item p.label {
    flex-basis: 36%;
  }
}
.overview .overview-items .overview-item p.detail,
.overview .overview-items .overview-item .service-detail {
  flex-basis: 75%;
}
@media screen and (max-width: 750px) {
  .overview .overview-items .overview-item p.detail,
  .overview .overview-items .overview-item .service-detail {
    flex-basis: 64%;
  }
}
.overview .overview-items .overview-item .detail-items .detail-item {
  font-size: 1.8rem;
  list-style-type: decimal;
  list-style-position: inside;
}
@media screen and (max-width: 750px) {
  .overview .overview-items .overview-item .detail-items .detail-item {
    font-size: 3.4666666667vw;
    list-style-position: outside;
    margin-left: 1em;
    margin-right: -1em;
  }
}
.overview .overview-items .overview-item + .overview-item {
  border-top: 0.1rem solid #e6e6e6;
}
@media screen and (max-width: 750px) {
  .overview .overview-items .overview-item:last-child {
    border-bottom: 0.1rem solid #e6e6e6;
  }
}

/*# sourceMappingURL=style.css.map*/