@charset "UTF-8";
/* ------------------------
 *   Foundation/Google Fonts
 * -------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Clickable labels
 */
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;
}

/* ------------------------
 *   Foundation/Font Face
 * -------------------------------- */
/* ------------------------
 *   Foundation/Base
 * -------------------------------- */
body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header, main, footer {
  width: 100vw;
  overflow-x: hidden;
}

a, h1, h2, h3, h4, h5, h6, p,
b, em, strong, small, del, ins, abbr, kbd,
th, td, caption, label, legend,
code, figcaption, pre, samp,
address, blockquote, details, summary {
  letter-spacing: 0;
  line-height: 1.5;
  white-space: pre-line;
  position: relative;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

section, article, aside,
div, span, dl, dt, dd, ul, ol, li,
table, tr, thead, tbody, tfoot, colgroup,
fieldset, form, progress, figure {
  position: relative;
  margin: 0;
  padding: 0;
}

dl {
  display: flex;
}

img, svg, canvas, iframe,
embed, audio, video, object, source {
  border: none;
}

img {
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  position: relative;
  margin: 0;
  padding: 0;
}

/* ------------------------
 *   Layout/Header
 * -------------------------------- */
.l-header {
  position: relative;
  margin: 0;
  padding: 0;
}
.l-header--fixed {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.l-header__left {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 13rem;
}
.l-header__left h1 a {
  white-space: normal;
}
.l-header__logo {
  width: 8.3rem;
  height: 7.4rem;
}
.l-header__right {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.l-header__list {
  display: flex;
}
.l-header__item {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4rem;
}
.l-header__item a {
  display: flex;
}
.l-header__item:nth-last-child(1) {
  margin-right: 0;
}
.l-header__button {
  color: #ffffff;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  width: 18rem;
  height: 4rem;
}
.l-header__button:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .l-header {
    height: 13rem;
  }
  .l-header--fixed {
    background-color: transparent;
    overflow: visible;
  }
  .l-header__left {
    height: 10rem;
  }
  .l-header__button {
    font-size: 2.8rem;
    width: 30rem;
    height: 7rem;
    margin-top: 3rem;
  }
}
/* ------------------------
 *   Layout/Main
 * -------------------------------- */
.l-main {
  position: relative;
  margin: 0;
  padding: 0;
}

/* ------------------------
 *   Layout/Footer
 * -------------------------------- */
.l-footer {
  background-color: #60c0bd;
  position: relative;
  margin: 0;
  padding: 0;
}
.l-footer__top {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 11rem;
}
.l-footer__copyright {
  color: #ffffff;
  font-family: "YuGothic-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
}

@media (max-width: 768px) {
  .l-footer__top {
    height: 20rem;
  }
  .l-footer__copyright {
    font-size: 2rem;
  }
  .l-header__logo {
    position: absolute;
    top: 0;
    left: 5rem;
    z-index: 1;
  }
}
/* ------------------------
 *   Object/Project/
 * -------------------------------- */
.adjust {
  display: block;
  padding-top: 0;
  margin-top: 0;
}

.p-index-mv {
  position: relative;
}
.p-index-mv__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-mv__button {
  color: #ffffff;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-index-mv__zuan {
  width: 27.2rem;
  height: 36.4rem;
}
.p-index-mv__title {
  width: 100.8rem;
  height: 43.3rem;
}

.p-index-concept {
  position: relative;
}
.p-index-concept__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-concept__title {
  color: #60c0bd;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}
.p-index-concept__title .aux01 {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}
.p-index-concept__title .aux02 {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}
.p-index-concept__head {
  width: 16.6rem;
  height: 2.6rem;
}
.p-index-concept__bottom {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-concept__text {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.p-index-concept__text .aux01 {
  color: #60c0bd;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-index-concept__zuan {
  width: 46.4rem;
  height: 43.8rem;
}

.p-index-vision {
  position: relative;
}
.p-index-vision__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-vision__title {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-index-vision__title .aux01 {
  color: #60c0bd;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-index-vision__head {
  width: 12.1rem;
  height: 2.6rem;
}
.p-index-vision__bottom {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-vision__text {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.p-index-vision__text .aux01 {
  color: #60c0bd;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-index-service {
  position: relative;
}
.p-index-service__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-service__head {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}
.p-index-service__center {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-service__name {
  color: #60c0bd;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.439rem;
  font-weight: bold;
}
.p-index-service__button {
  color: #ffffff;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-index-service__text {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
}
.p-index-service__sub-title {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-index-service__product01-icon01 {
  width: 8.5rem;
  height: 8.5rem;
}
.p-index-service__product01-icon02 {
  width: 9.3rem;
  height: 9.7rem;
}
.p-index-service__product01-icon03 {
  width: 10.8rem;
  height: 7rem;
}
.p-index-service__product01-icon04 {
  width: 8rem;
  height: 8rem;
}
.p-index-service__product01-center {
  width: 23rem;
  height: 19.7rem;
}
.p-index-service__product01 {
  width: 23.3rem;
  height: 2.7rem;
}
.p-index-service__title01 {
  width: 17.5rem;
  height: 2.7rem;
}
.p-index-service__product02 {
  width: 16.1rem;
  height: 2.4rem;
}
.p-index-service__title02 {
  width: 19.7rem;
  height: 3rem;
}
.p-index-service__product02-icon01 {
  width: 8.1rem;
  height: 8.4rem;
}
.p-index-service__product02-icon02 {
  width: 7.5rem;
  height: 7.9rem;
}
.p-index-service__product02-icon03 {
  width: 8.2rem;
  height: 8.7rem;
}
.p-index-service__product02-icon04 {
  width: 9.1rem;
  height: 6.7rem;
}
.p-index-service__product02-center {
  width: 23.7rem;
  height: 19.4rem;
}
.p-index-service__left {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
}
.p-index-service__name-large {
  color: #60c0bd;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-index-service__product03-icon {
  width: 11.3rem;
  height: 10.6rem;
}
.p-index-service__title03 {
  width: 8.7rem;
  height: 2.6rem;
}
.p-index-service__right {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
}
.p-index-service__product04-icon {
  width: 11.1rem;
  height: 11.8rem;
}
.p-index-service__title04 {
  width: 19.1rem;
  height: 3.1rem;
}

.p-index-member {
  position: relative;
}
.p-index-member__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-member__head {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}
.p-index-member__center {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-member__text {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
}
.p-index-member__bottom {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-member__profile {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-index-member__profile .aux01 {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.p-index-member__profile .aux02 {
  color: #60c0bd;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-index-member__profile .aux03 {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.p-index-member__icon01 {
  width: 21.6rem;
  height: 21.7rem;
}
.p-index-member__icon02 {
  width: 21.6rem;
  height: 21.7rem;
}
.p-index-member__icon03 {
  width: 21.6rem;
  height: 21.7rem;
}

.p-index-company {
  position: relative;
}
.p-index-company__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-company__head {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}
.p-index-company__bottom {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-company__term {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.p-index-company__desc {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.p-index-company__string01 {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}

.p-index-contact {
  position: relative;
}
.p-index-contact__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-contact__head {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}
.p-index-contact__bottom {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-contact__text {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.p-index-contact__caption {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-index-contact__input {
  color: #bbbbbb;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.p-index-contact__required {
  color: #ffffff;
  font-family: "NotoSansCJKjp-Medium", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}
.p-index-contact__submit {
  color: #ffffff;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-index-mv {
  position: relative;
  margin: 4.5rem 0 16rem;
}

.p-index-mv__top {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.p-index-mv__button {
  color: #ffffff;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  width: 28rem;
  height: 5.3rem;
  margin-top: 8rem;
}

.p-index-mv__button:hover {
  color: #ffffff;
}

.p-index-mv__circle {
  background-color: #f4faf9;
  border-radius: 47.5rem;
  position: absolute;
  right: 0;
  bottom: 0rem;
  width: 47.5rem;
  height: 47.5rem;
  z-index: -1;
}

.p-index-mv__zuan {
  position: absolute;
  top: 17rem;
  left: 10rem;
  width: 27.2rem;
  height: 36.4rem;
}

.p-index-mv__title {
  width: 100.8rem;
  height: auto;
}

.p-index-concept {
  background-color: #f4faf9;
  position: relative;
}

.p-index-concept__top {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 6rem 0 5.6rem;
}
.p-index-concept__top h2 {
  white-space: normal;
  margin: 2rem 0;
}

.p-index-concept__title {
  color: #60c0bd;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
.p-index-concept__title .aux01 {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}
.p-index-concept__title .aux02 {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}

.p-index-concept__title::after {
  background-color: #60c0bd;
  content: "";
  position: absolute;
  left: calc(50% - 2rem);
  bottom: -3rem;
  width: 4rem;
  height: 0.2rem;
}

.p-index-concept__head {
  width: 16.6rem;
  height: 2.6rem;
}

.p-index-concept__bottom {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.p-index-concept__text {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 2.3;
}
.p-index-concept__text .aux01 {
  color: #60c0bd;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-index-concept__zuan {
  width: 46.4rem;
  height: 43.8rem;
  margin: 3.5rem 0 2.5rem;
}

.p-index-vision {
  background-color: #f4faf9;
  position: relative;
}

.p-index-vision__top {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 3rem 0;
}
.p-index-vision__top h2 {
  white-space: normal;
  margin: 2rem 0;
}

.p-index-vision__title {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-index-vision__title .aux01 {
  color: #60c0bd;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.p-index-vision__head {
  width: 12.1rem;
  height: 2.6rem;
}

.p-index-vision__bottom {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-bottom: 9rem;
}

.p-index-vision__text {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.2;
  text-align: center;
}
.p-index-vision__text .aux01 {
  color: #60c0bd;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-index-service {
  position: relative;
}

.p-index-service__top {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 9rem 0 8.5rem;
}

.p-index-service__head {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}

.p-index-service__head::after {
  background-color: #60c0bd;
  content: "";
  position: absolute;
  left: calc(50% - 2rem);
  bottom: -3rem;
  width: 4rem;
  height: 0.2rem;
}

.p-index-service__center {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.p-index-service__center h3 {
  white-space: normal;
}

.p-index-service__name {
  color: #60c0bd;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.439rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: -1rem;
  bottom: -5rem;
  width: calc(100% + 2rem);
  height: 4rem;
}

.p-index-service__button {
  color: #ffffff;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  width: 18.5rem;
  height: 3.5rem;
  margin-bottom: 11rem;
}

.p-index-service__button:hover {
  color: #ffffff;
}

.p-index-service__text {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.9;
  text-align: center;
  margin: 2rem 0;
}

.p-index-service__sub-title {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1rem 0 4rem;
}

.p-index-service__product01-list {
  position: relative;
  width: 100%;
  height: 43rem;
}
.p-index-service__product01-list li {
  background-color: #f4faf9;
  border-radius: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
}

.p-index-service__product01-icon01 {
  width: 8.5rem;
  height: 8.5rem;
}

.p-index-service__product01-icon02 {
  width: 9.3rem;
  height: 9.7rem;
}

.p-index-service__product01-icon03 {
  width: 10.8rem;
  height: 7rem;
}

.p-index-service__product01-icon04 {
  width: 8rem;
  height: 8rem;
}

.p-index-service__product01-center {
  width: 23rem;
  height: 19.7rem;
}

.p-index-service__product01-item01 {
  position: absolute;
  top: 0;
  left: 25rem;
}

.p-index-service__product01-item01::after {
  background-color: #60c0bd;
  content: "";
  position: absolute;
  top: 12rem;
  left: 15rem;
  width: 7rem;
  height: 0.2rem;
  transform: rotate(30deg);
  z-index: -1;
}

.p-index-service__product01-item02 {
  position: absolute;
  top: 26rem;
  left: 25rem;
}

.p-index-service__product01-item02::after {
  background-color: #60c0bd;
  content: "";
  position: absolute;
  top: 5rem;
  left: 15rem;
  width: 7rem;
  height: 0.2rem;
  transform: rotate(-30deg);
  z-index: -1;
}

.p-index-service__product01-item03 {
  position: absolute;
  top: 0rem;
  right: 25rem;
}

.p-index-service__product01-item03::after {
  background-color: #60c0bd;
  content: "";
  position: absolute;
  top: 12rem;
  left: -6rem;
  width: 7rem;
  height: 0.2rem;
  transform: rotate(-30deg);
  z-index: -1;
}

.p-index-service__product01-item04 {
  position: absolute;
  top: 26rem;
  right: 25rem;
}

.p-index-service__product01-item04::after {
  background-color: #60c0bd;
  content: "";
  position: absolute;
  top: 5rem;
  left: -6rem;
  width: 7rem;
  height: 0.2rem;
  transform: rotate(30deg);
  z-index: -1;
}

.p-index-service__product01-item05 {
  position: absolute;
  top: 4rem;
  left: calc(50% - 17.1rem);
  width: 34.2rem !important;
  height: 34.2rem !important;
}

.p-index-service__product01 {
  width: 23.3rem;
  height: 2.7rem;
}

.p-index-service__title01 {
  width: 17.5rem;
  height: 2.7rem;
}

.p-index-service__product02-list {
  position: relative;
  width: 100%;
  height: 43rem;
}
.p-index-service__product02-list li {
  background-color: #f4faf9;
  border-radius: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
}

.p-index-service__product02-item01 {
  position: absolute;
  top: 0;
  left: 25rem;
}

.p-index-service__product02-item01::after {
  background-color: #60c0bd;
  content: "";
  position: absolute;
  top: 12rem;
  left: 15rem;
  width: 7rem;
  height: 0.2rem;
  transform: rotate(30deg);
  z-index: -1;
}

.p-index-service__product02-item02 {
  position: absolute;
  top: 26rem;
  left: 25rem;
}

.p-index-service__product02-item02::after {
  background-color: #60c0bd;
  content: "";
  position: absolute;
  top: 5rem;
  left: 15rem;
  width: 7rem;
  height: 0.2rem;
  transform: rotate(-30deg);
  z-index: -1;
}

.p-index-service__product02-item03 {
  position: absolute;
  top: 0rem;
  right: 25rem;
}

.p-index-service__product02-item03::after {
  background-color: #60c0bd;
  content: "";
  position: absolute;
  top: 12rem;
  left: -6rem;
  width: 7rem;
  height: 0.2rem;
  transform: rotate(-30deg);
  z-index: -1;
}

.p-index-service__product02-item04 {
  position: absolute;
  top: 26rem;
  right: 25rem;
}

.p-index-service__product02-item04::after {
  background-color: #60c0bd;
  content: "";
  position: absolute;
  top: 5rem;
  left: -6rem;
  width: 7rem;
  height: 0.2rem;
  transform: rotate(30deg);
  z-index: -1;
}

.p-index-service__product02-item05 {
  position: absolute;
  top: 4rem;
  left: calc(50% - 17.1rem);
  width: 34.2rem !important;
  height: 34.2rem !important;
}

.p-index-service__product02 {
  width: 16.1rem;
  height: 2.4rem;
}

.p-index-service__title02 {
  width: 19.7rem;
  height: 3rem;
}

.p-index-service__product02-icon01 {
  width: 8.1rem;
  height: 8.4rem;
}

.p-index-service__product02-icon02 {
  width: 7.5rem;
  height: 7.9rem;
}

.p-index-service__product02-icon03 {
  width: 8.2rem;
  height: 8.7rem;
}

.p-index-service__product02-icon04 {
  width: 9.1rem;
  height: 6.7rem;
}

.p-index-service__product02-center {
  width: 23.7rem;
  height: 19.4rem;
}

.p-index-service__left {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
}
.p-index-service__left ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33rem;
}
.p-index-service__left h3 {
  white-space: normal;
}

.p-index-service__name-large {
  color: #60c0bd;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.5rem;
}

.p-index-service__product03-icon {
  width: 11.3rem;
  height: 10.6rem;
  margin: 3rem 0 6rem;
}

.p-index-service__title03 {
  width: 8.7rem;
  height: 2.6rem;
}

.p-index-service__right {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
}
.p-index-service__right ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33rem;
}
.p-index-service__right h3 {
  white-space: normal;
}

.p-index-service__product04-icon {
  width: 11.1rem;
  height: 11.8rem;
  margin: 2rem 0 5.4rem;
}

.p-index-service__title04 {
  width: 19.1rem;
  height: 3.1rem;
}

.p-index-member {
  background-color: #f4faf9;
  position: relative;
}

.p-index-member__top {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 8rem 0 6.5rem;
}

.p-index-member__head {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}

.p-index-member__head::after {
  background-color: #60c0bd;
  content: "";
  position: absolute;
  left: calc(50% - 2rem);
  bottom: -3rem;
  width: 4rem;
  height: 0.2rem;
}

.p-index-member__center {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.p-index-member__text {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.15rem;
  line-height: 2.4;
  text-align: center;
}

.p-index-member__contents {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  line-height: 1.73;
  width: 100%;
}

.p-index-member__bottom {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.p-index-member__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 6.5rem 9rem 10rem;
}

.p-index-member__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 29rem;
}

.p-index-member__profile {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 3rem;
}

.p-index-member__profile-sub {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 2.5rem;
}
.p-index-member__profile-sub .aux02 {
  color: #60c0bd;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-index-member__icon01 {
  width: 21.6rem;
  height: 21.7rem;
}

.p-index-member__icon02 {
  width: 21.6rem;
  height: 21.7rem;
}

.p-index-member__icon03 {
  width: 21.6rem;
  height: 21.7rem;
}

.p-index-company {
  position: relative;
}

.p-index-company__top {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 9rem 0 9.8rem;
}

.p-index-company__head {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}

.p-index-company__head::after {
  background-color: #60c0bd;
  content: "";
  position: absolute;
  left: calc(50% - 2rem);
  bottom: -3rem;
  width: 4rem;
  height: 0.2rem;
}

.p-index-company__bottom {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-bottom: 10rem;
}
.p-index-company__bottom dl {
  border-top: 0.1rem solid #e4e4e4;
}
.p-index-company__bottom dl:nth-last-child(1) {
  border-bottom: 0.1rem solid #e4e4e4;
}

.p-index-company__term {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  width: 15rem;
  padding: 3.25rem 2.5rem;
}

.p-index-company__desc {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  white-space: pre-line;
  width: 59rem;
  padding: 3.1rem 0;
}

.p-index-company__string01 {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}

.p-index-contact {
  background-color: #f4faf9;
  position: relative;
}

.p-index-contact__top {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 9rem 0 7rem;
}

.p-index-contact__head {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}

.p-index-contact__head::after {
  background-color: #60c0bd;
  content: "";
  position: absolute;
  left: calc(50% - 2rem);
  bottom: -3rem;
  width: 4rem;
  height: 0.2rem;
}

.p-index-contact__bottom {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.p-index-contact__bottom form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.p-index-contact__bottom th {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 22rem;
  padding: 3.3rem 0;
  padding-right: 2.5rem;
}
.p-index-contact__bottom td {
  width: 62.5rem;
}

.p-index-contact__text {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2.6rem;
}

.p-index-contact__caption {
  color: #444444;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-index-contact__input {
  border: 0.1rem solid #e4e4e4;
  border-radius: 0.8rem;
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  width: 100%;
  height: 5.5rem;
  padding: 2rem;
}

.p-index-contact__input::placeholder {
  color: #bbbbbb;
}

.error_messe,
.p-index-contact__check {
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  white-space: normal;
  width: 100%;
  padding: 3.3rem 0;
}

.error_messe {
  font-size: 2.4rem;
  margin: 3.3rem 0 11rem;
}

.p-index-contact__textarea {
  border: 0.1rem solid #e4e4e4;
  border-radius: 0.8rem;
  color: #444444;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  width: 100%;
  height: 20rem;
  padding: 2rem;
}

.p-index-contact__textarea::placeholder {
  color: #bbbbbb;
}

.p-index-contact__required {
  background-color: #e00000;
  border-radius: 0.5rem;
  color: #ffffff;
  font-family: "NotoSansCJKjp-Medium", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.1rem;
  height: 2rem;
}

.p-index-contact__submit {
  color: #ffffff;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  width: 28rem;
  height: 5rem;
  margin: 6.5rem 1.5rem 10.5rem;
}
.p-index-contact__submit input[type=submit] {
  background-color: transparent;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-index-contact__button {
  background-color: #888888 !important;
  color: #ffffff;
  font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  width: 28rem;
  height: 5rem;
  margin: -8.5rem 1.5rem 10.5rem;
}
.p-index-contact__button input[type=button] {
  background-color: transparent;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* Slick */
.slider .slick-prev {
  z-index: 1;
}

.slider .slick-prev:before {
  content: "" !important;
  background-color: #ffffff;
  border: 0.3rem solid #60c0bd;
  border-radius: 8rem;
  position: absolute;
  top: -59.5rem;
  left: 2.5rem;
  width: 8rem;
  height: 8rem;
}

.slider .slick-prev:after {
  content: "" !important;
  border-left: 0.3rem solid #60c0bd;
  border-bottom: 0.3rem solid #60c0bd;
  position: absolute;
  top: -57rem;
  left: 6rem;
  width: 3rem;
  height: 3rem;
  transform: rotate(45deg);
}

.slider .slick-next:before {
  content: "" !important;
  background-color: #ffffff;
  border: 0.3rem solid #60c0bd;
  border-radius: 8rem;
  position: absolute;
  top: -59.5rem;
  right: 2.5rem;
  width: 8rem;
  height: 8rem;
}

.slider .slick-next:after {
  content: "" !important;
  border-left: 0.3rem solid #60c0bd;
  border-bottom: 0.3rem solid #60c0bd;
  position: absolute;
  top: -57rem;
  right: 6rem;
  width: 3rem;
  height: 3rem;
  transform: rotate(-135deg);
}

.slider .slick-dots li {
  display: inline-block !important;
  width: 2rem !important;
  height: 2rem !important;
  margin: 0rem 0.5rem !important;
  padding: 0rem !important;
}

.slider .slick-dots li button:before {
  color: #000 !important;
  font-family: "slick" !important;
  font-size: 0.6rem !important;
  line-height: 2rem !important;
  top: 0rem !important;
  left: 0rem !important;
  width: 2rem !important;
  height: 2rem !important;
  content: "•" !important;
  opacity: 0.25 !important;
}

.slider .slick-dots li.slick-active button:before {
  color: #000 !important;
  opacity: 0.75 !important;
}

.slider .slick-dots li button:hover:before,
.slider .slick-dots li button:focus:before {
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .p-index-mv {
    margin: -0.2rem 0 9.5rem;
  }
  .p-index-mv__top {
    align-items: center;
  }
  .p-index-mv__top h2 {
    text-align: center;
  }
  .p-index-mv__button {
    font-size: 3rem;
    width: 50rem;
    height: 9.3rem;
    margin-top: 44rem;
    letter-spacing: 0.2rem;
  }
  .p-index-mv__circle {
    right: 22rem;
    bottom: 16.5rem;
    width: 33.7rem;
    height: 33.7rem;
  }
  .p-index-mv__zuan {
    top: 3.3rem;
    left: 5.3rem;
    width: 24.2rem;
    height: 32.4rem;
  }
  .p-index-mv__title {
    width: 65.9rem;
    height: auto;
  }
  .p-index-concept__top {
    padding: 8rem 0 8.6rem;
  }
  .p-index-concept__title {
    font-size: 4.2rem;
  }
  .p-index-concept__title .aux01 {
    font-size: 4.2rem;
  }
  .p-index-concept__title .aux02 {
    font-size: 4.2rem;
  }
  .p-index-concept__title::after {
    content: "";
    left: calc(50% - 2.5rem);
    bottom: -3.8rem;
    width: 5rem;
    height: 0.5rem;
  }
  .p-index-concept__head {
    width: 18.4rem;
    height: 2.9rem;
  }
  .p-index-concept__text {
    font-size: 2.9rem;
    text-align: left;
    line-height: 1.5;
    white-space: normal;
  }
  .p-index-concept__text .aux01 {
    font-size: 2.9rem;
  }
  .p-index-concept__zuan {
    width: 56.7rem;
    height: 53.5rem;
    margin: 7rem 0 5rem;
  }
  .p-index-vision__top {
    padding: 3.5rem 0 2.5rem;
  }
  .p-index-vision__title {
    font-size: 4rem;
    text-align: center;
  }
  .p-index-vision__title .aux01 {
    font-size: 4rem;
  }
  .p-index-vision__head {
    width: 13.5rem;
    height: 2.9rem;
  }
  .p-index-vision__bottom {
    padding-bottom: 11rem;
  }
  .p-index-vision__text {
    font-size: 2.9rem;
    line-height: 1.5;
    text-align: left;
  }
  .p-index-vision__text .aux01 {
    font-size: 2.9rem;
  }
  .p-index-service__top {
    padding: 9rem 0 10.5rem;
  }
  .p-index-service__head {
    font-size: 4.2rem;
  }
  .p-index-service__head::after {
    content: "";
    left: calc(50% - 2.5rem);
    bottom: -3.8rem;
    width: 5rem;
    height: 0.5rem;
  }
  .p-index-service__name {
    font-size: 1.7rem;
    left: -3rem;
    bottom: -6rem;
    width: calc(100% + 6rem);
    height: 5rem;
  }
  .p-index-service__button {
    font-size: 2.8rem;
    width: 29.5rem;
    height: 6.5rem;
    margin-bottom: 9.6rem;
  }
  .p-index-service__text {
    font-size: 2.9rem;
    line-height: 1.5;
    text-align: left;
    margin: 3.5rem 0 6.5rem;
  }
  .p-index-service__sub-title {
    font-size: 2.6rem;
    margin: 1.5rem 0 5rem;
  }
  .p-index-service__product01-list {
    height: 45rem;
  }
  .p-index-service__product01-list li {
    width: 14.4rem;
    height: 14.4rem;
  }
  .p-index-service__product01-icon01 {
    width: 7.7rem;
    height: 7.7rem;
  }
  .p-index-service__product01-icon03 {
    width: 9.7rem;
    height: 6.3rem;
  }
  .p-index-service__product01-icon04 {
    width: 7.2rem;
    height: 7.2rem;
  }
  .p-index-service__product01-center {
    width: 20.7rem;
    height: 17.7rem;
  }
  .p-index-service__product01-item01 {
    left: 1.5rem;
  }
  .p-index-service__product01-item01::after {
    content: "";
    top: 10.5rem;
    left: 13rem;
    width: 8rem;
  }
  .p-index-service__product01-item02 {
    top: 24rem;
    left: 1.5rem;
  }
  .p-index-service__product01-item02::after {
    content: "";
    top: 4rem;
    left: 13rem;
    width: 9rem;
  }
  .p-index-service__product01-item03 {
    top: 0;
    right: 1.5rem;
  }
  .p-index-service__product01-item03::after {
    content: "";
    top: 10.5rem;
    width: 9rem;
  }
  .p-index-service__product01-item04 {
    top: 24rem;
    right: 1.5rem;
  }
  .p-index-service__product01-item04::after {
    content: "";
    top: 4.5rem;
    left: -7rem;
    width: 9rem;
  }
  .p-index-service__product01-item05 {
    top: 3.5rem;
    left: calc(50% - 15rem);
    width: 30.7rem !important;
    height: 30.7rem !important;
  }
  .p-index-service__product01 {
    width: 31.6rem;
    height: 3.6rem;
  }
  .p-index-service__title01 {
    width: 24rem;
    height: 3.7rem;
  }
  .p-index-service__product02-list {
    height: 48rem;
  }
  .p-index-service__product02-item01 {
    left: -0.5rem;
  }
  .p-index-service__product02-item01::after {
    content: "";
    top: 10.5rem;
    left: 13rem;
    width: 9rem;
  }
  .p-index-service__product02-item02 {
    top: 25rem;
    left: -0.5rem;
  }
  .p-index-service__product02-item02::after {
    content: "";
    top: 4rem;
    left: 13rem;
    width: 9rem;
  }
  .p-index-service__product02-item03 {
    top: 0;
    right: 0.5rem;
  }
  .p-index-service__product02-item03::after {
    content: "";
    top: 10.5rem;
    width: 9rem;
  }
  .p-index-service__product02-item04 {
    top: 24rem;
    right: 0.5rem;
  }
  .p-index-service__product02-item04::after {
    content: "";
    top: 4.5rem;
    left: -7rem;
    width: 9rem;
  }
  .p-index-service__product02-item05 {
    top: 4.5rem;
    left: calc(50% - 16rem);
    width: 30.7rem !important;
    height: 30.7rem !important;
  }
  .p-index-service__product02 {
    width: 21.9rem;
    height: 3.1rem;
  }
  .p-index-service__title02 {
    width: 27.1rem;
    height: 4.2rem;
  }
  .p-index-service__product02-icon01 {
    width: 7.3rem;
    height: 7.6rem;
  }
  .p-index-service__product02-icon02 {
    width: 6.8rem;
    height: 7.1rem;
  }
  .p-index-service__product02-icon03 {
    width: 7.4rem;
    height: 7.9rem;
  }
  .p-index-service__product02-icon04 {
    width: 8.2rem;
    height: 6.1rem;
  }
  .p-index-service__product02-center {
    width: 21.3rem;
    height: 17.5rem;
  }
  .p-index-service__left ul {
    width: 100%;
    padding-right: 4rem;
  }
  .p-index-service__name-large {
    font-size: 2.3rem;
    margin-bottom: 5rem;
  }
  .p-index-service__product03-icon {
    width: 14.7rem;
    height: 13.8rem;
    margin: 3rem 0 8.4rem;
  }
  .p-index-service__title03 {
    width: 11.9rem;
    height: 3.4rem;
    margin-top: 1rem;
  }
  .p-index-service__right ul {
    width: 100%;
    padding-left: 4rem;
  }
  .p-index-service__product04-icon {
    width: 14.4rem;
    height: 15.3rem;
    margin: 2rem 0 8rem;
  }
  .p-index-service__title04 {
    width: 26.1rem;
    height: 4.3rem;
  }
  .p-index-member__top {
    padding: 10rem 0 9rem;
  }
  .p-index-member__head {
    font-size: 4.2rem;
  }
  .p-index-member__head::after {
    content: "";
    left: calc(50% - 2.5rem);
    bottom: -3.8rem;
    width: 5rem;
    height: 0.5rem;
  }
  .p-index-member__text {
    font-size: 2.9rem;
    line-height: 1.5;
    text-align: left;
  }
  .p-index-member__contents {
    font-size: 3rem;
    line-height: 1.5;
  }
  .p-index-member__list {
    padding: 4.8rem 0;
  }
  .p-index-member__item {
    display: flex !important;
    width: 68.7rem;
  }
  .p-index-member__profile {
    font-size: 3.8rem;
    margin-top: 2.8rem;
  }
  .p-index-member__profile .aux01 {
    color: #444444;
    font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .p-index-member__profile .aux02 {
    color: #60c0bd;
    font-family: "NotoSansCJKjp-Bold", "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .p-index-member__profile .aux03 {
    color: #444444;
    font-family: "NotoSansCJKjp-Regular", "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .p-index-member__profile-sub {
    font-size: 3.2rem;
    line-height: 1.3;
    margin-bottom: 4rem;
  }
  .p-index-member__profile-sub .aux02 {
    font-size: 3.2rem;
  }
  .p-index-member__icon01 {
    width: 28.1rem;
    height: 28.1rem;
  }
  .p-index-member__icon02 {
    width: 28.1rem;
    height: 28.1rem;
  }
  .p-index-member__icon03 {
    width: 28.1rem;
    height: 28.1rem;
  }
  .p-index-company__top {
    padding: 10rem 0 11rem;
  }
  .p-index-company__head {
    font-size: 4.2rem;
  }
  .p-index-company__head::after {
    content: "";
    left: calc(50% - 2.5rem);
    bottom: -3.8rem;
    width: 5rem;
    height: 0.5rem;
  }
  .p-index-company__term {
    font-size: 3rem;
    width: 19rem;
  }
  .p-index-company__desc {
    font-size: 3rem;
    width: 50rem;
    padding: 3.3rem 0;
  }
  .p-index-contact__top {
    padding: 9rem 0 10rem;
  }
  .p-index-contact__head {
    font-size: 4.2rem;
  }
  .p-index-contact__head::after {
    content: "";
    left: calc(50% - 2.5rem);
    bottom: -3.8rem;
    width: 5rem;
    height: 0.5rem;
  }
  .p-index-contact__bottom th {
    justify-content: flex-start;
    width: auto;
    padding: 4.2rem 0 0;
  }
  .p-index-contact__bottom td {
    width: 100%;
  }
  .p-index-contact__bottom form {
    width: 100%;
  }
  .p-index-contact__bottom table {
    width: 100%;
  }
  .p-index-contact__bottom tr {
    display: flex;
    flex-direction: column;
  }
  .p-index-contact__text {
    font-size: 2.9rem;
    margin-bottom: -0.5rem;
  }
  .p-index-contact__caption {
    font-size: 3rem;
    margin-right: 3rem;
  }
  .p-index-contact__input {
    font-size: 2.8rem;
    height: 10rem;
  }
  .p-index-contact__check {
    font-size: 3rem;
  }
  .p-index-contact__textarea {
    font-size: 2.8rem;
    height: 41rem;
  }
  .p-index-contact__required {
    font-size: 1.9rem;
    align-items: center;
    width: 6rem;
    height: 3rem;
  }
  .p-index-contact__submit {
    font-size: 3rem;
    width: 67.5rem;
    height: 9rem;
    margin: 7.5rem 0 11.5rem;
  }
  .p-index-contact__submit input[type=submit] {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .p-index-contact__button {
    font-size: 3rem;
    width: 67.5rem;
    height: 9rem;
    margin: -7rem 0 11.5rem;
  }
  .p-index-contact__button input[type=button] {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .p-index-concept {
    padding: 0 5rem;
  }
  .p-index-vision {
    padding: 0 4rem;
  }
  .p-index-service {
    padding: 0 4rem;
  }
  .p-index-member {
    padding: 0 4rem;
  }
  .p-index-company {
    padding: 0 4rem;
  }
  .p-index-contact {
    padding: 0 4rem;
  }
}
/* Slick deterrence for PC */
@media (min-width: 768px) {
  .p-index-member__item {
    display: flex !important;
  }
  .slick-slider .slick-track,
.slick-slider .slick-list {
    width: 100%;
    padding: 0 !important;
  }
  .slick-slider .slick-track,
.slick-slider .slick-list {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    transform: none !important;
  }
}
/* ------------------------
 *   Object/Component/Button
 * -------------------------------- */
.c-button {
  background-color: #60c0bd;
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}
.c-button:hover {
  opacity: 0.7;
}
.c-button::after {
  border-left: 0.15rem solid #ffffff;
  border-bottom: 0.15rem solid #ffffff;
  content: "";
  position: absolute;
  top: calc((100% - 0.75rem) / 2);
  right: 2rem;
  width: 0.75rem;
  height: 0.75rem;
  transform: rotate(-135deg);
}
.c-button--reverse::after {
  left: 1.5rem;
  left: 2rem;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .c-button {
    border-radius: 9.3rem;
  }
  .c-button::after {
    border-left: 0.2rem solid #ffffff;
    border-bottom: 0.2rem solid #ffffff;
    content: "";
    top: calc((100% - 1.5rem) / 2);
    right: 4rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-button--reverse::after {
    left: 4rem;
  }
}
/* ------------------------
 *   Object/Component/Fade
 * -------------------------------- */
.is-hide,
.is-fade-hide {
  opacity: 0;
  transition: opacity 0.5s;
}

.c-fade-direction {
  transition: opacity 0.5s, transform 0.5s;
}
.c-fade-direction--left {
  transform: translate(5rem, 0) scale(1) rotate(0);
}
.c-fade-direction--right {
  transform: translate(-5rem, 0);
}
.c-fade-direction--down {
  transform: translate(0, -5rem);
}
.c-fade-direction--up {
  transform: translate(0, 5rem);
}

.c-fade-zoom {
  transform-origin: center;
  transition: opacity 0.5s, transform 0.5s;
}
.c-fade-zoom--in {
  transform: scale(0);
}
.c-fade-zoom--out {
  transform: scale(2);
}

.c-fade-rotate {
  transform-origin: center;
  transition: opacity 0.5s, transform 0.5s;
}
.c-fade-rotate--left {
  transform: rotateZ(360deg);
}
.c-fade-rotate--right {
  transform: rotateZ(-360deg);
}
.c-fade-rotate--in {
  transform: scale(0) rotateZ(360deg);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.c-fade-rotate--out {
  transform: scale(2) rotateZ(-360deg);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.c-fade-rotate--x {
  transform: rotateX(180deg);
}
.c-fade-rotate--y {
  transform: rotateY(180deg);
}

.c-fade-delay1 {
  transition-delay: 0.25s;
}

.c-fade-delay2 {
  transition-delay: 0.5s;
}

.c-fade-delay3 {
  transition-delay: 0.75s;
}

.c-fade-delay4 {
  transition-delay: 1s;
}

.is-show {
  opacity: 1;
}

.is-fade-show {
  opacity: 1;
  transform: translate(0, 0) scale(1) rotate(0);
}

/*
@include breakpoint(sp) {

  .c-fade-delay1 {
    transition-delay: 0s;
  }

  .c-fade-delay2 {
    transition-delay: 0s;
  }

  .c-fade-delay3 {
    transition-delay: 0s;
  }

  .c-fade-delay4 {
    transition-delay: 0s;
  }
}
*/
/* ------------------------
 *   Object/Component/Head
 * -------------------------------- */
.c-global-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 2rem;
  right: 4rem;
  height: 10rem;
}

#menu_btn_check {
  display: none;
}

.c-global-nav .menu_btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 3.7rem;
  height: 5rem;
  z-index: 20;
}

.c-global-nav .menu_btn span,
.c-global-nav .menu_btn span::before,
.c-global-nav .menu_btn span::after {
  background-color: #60c0bd;
  border-radius: 0rem;
  content: "";
  position: absolute;
  width: 3.7rem;
  height: 0.3rem;
}

.c-global-nav .menu_btn span {
  background-color: #60c0bd;
  transition: background 0.1s;
}

.c-global-nav .menu_btn span::before {
  bottom: 0.8rem;
  transition: transform 0.3s;
}

.c-global-nav .menu_btn span::after {
  top: 0.8rem;
  left: 0rem;
  transition: transform 0.3s;
}

#menu_btn_check:checked ~ .menu_btn {
  position: fixed;
  top: 4.5rem;
  right: 4rem;
}

#menu_btn_check:checked ~ .menu_btn span {
  background-color: transparent;
}

#menu_btn_check:checked ~ .menu_btn span::before {
  left: 0rem;
  bottom: 0rem;
  transform: rotate(45deg);
}

#menu_btn_check:checked ~ .menu_btn span::after {
  top: 0rem;
  left: 0rem;
  transform: rotate(-45deg);
}

#menu_btn_check:checked ~ ul {
  transform: translateX(25vw);
}

@media (max-width: 768px) {
  .c-global-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .c-global-nav ul {
    background-color: #f4faf9;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: fixed;
    top: 0rem;
    left: 0rem;
    bottom: 0rem;
    width: 100vw;
    height: auto;
    padding-top: 18rem;
    z-index: 10;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(105vw);
    transition: transform 0.5s;
  }
  .c-global-nav li {
    font-size: 2.8rem;
    text-align: center;
    border-right: 0;
    border-top: 0.1rem solid #d6d6d6;
    width: 75vw;
    height: auto;
    padding: 2rem 0;
  }
  .c-global-nav li:nth-last-child(1) {
    border-bottom: 0;
  }
  .c-global-nav .menu_btn {
    display: flex;
  }
  .c-head-button {
    display: none;
  }
}
/* ------------------------
 *   Object/Component/Inner
 * -------------------------------- */
.c-inner {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
  padding: 0;
}
.c-inner__content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-width: 122rem;
  max-width: 122rem;
  margin: 0 auto;
  padding: 0;
}
.c-inner__content--expand {
  min-width: 100%;
  max-width: 100%;
  padding: 0;
}
.c-inner--wide {
  max-width: 100vw;
}

.c-marker {
  background: linear-gradient(transparent 60%, #ffed9c 60%);
}

@media (max-width: 768px) {
  .c-inner {
    max-width: 100vw;
  }
  .c-inner__content {
    min-width: 100%;
    max-width: 100%;
  }
}
/* ------------------------
 *   Object/Utility/Browser
 * -------------------------------- */
.u-browser-ie {
  position: relative;
}

.u-browser-edge {
  position: relative;
}

.u-browser-chrome {
  position: relative;
}

.u-browser-firefox {
  position: relative;
}

.u-browser-safari {
  position: relative;
}

/* ------------------------
 *   Object/Utility/Only
 * -------------------------------- */
.u-only-pc {
  display: block;
}

.u-only-pc--flex {
  display: flex;
}

.u-only-pc--inline {
  display: inline;
}

.u-only-pc--inline-block {
  display: inline-block;
}

.u-only-pc--inline-flex {
  display: inline-flex;
}

.u-only-sp,
.u-only-sp--flex,
.u-only-sp--inline,
.u-only-sp--inline-block,
.u-only-sp--inline-flex {
  display: none;
}

@media (max-width: 768px) {
  .u-nobr {
    display: none; /* Disable line breaks. And wrap the content. */
  }
  .u-only-sp {
    display: block;
  }
  .u-only-sp--flex {
    display: flex;
  }
  .u-only-sp--inline {
    display: inline;
  }
  .u-only-sp--inline-block {
    display: inline-block;
  }
  .u-only-sp--inline-flex {
    display: inline-flex;
  }
  .u-only-pc,
.u-only-pc--flex,
.u-only-pc--inline,
.u-only-pc--inline-block,
.u-only-pc--inline-flex {
    display: none;
  }
}
/* ------------------------
 *   Object/Utility/Platform
 * -------------------------------- */
.u-platform-windows {
  position: relative;
}

.u-platform-android {
  position: relative;
}

.u-platform-ios {
  position: relative;
}

.u-platform-macintosh {
  position: relative;
}
