@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Public+Sans:wght@100..900&family=Roboto:wght@100;300;400;500;700;900&family=Material+Symbols+Rounded&display=swap');
/* リセット
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*==================================================

Foundation　part

==================================================*/
/*
ページベーススタイル
_________________________________________*/
body,
html {
  font-family: "Public Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  color: #1C252E;
}
@media screen and (min-width: 900px) {
  body,
  html {
    line-height: 1.8;
  }
}

p {
  margin: 0 0 1rem 0;
}

a {
  color: #1C252E;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.64;
}

img {
  width: 100%;
}

main {
  position: relative;
  z-index: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-family: "Barlow", "Public Sans Variable", sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 800;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 3.625rem;
  }
}

h2 {
  font-family: "Barlow", "Public Sans Variable", sans-serif;
  font-size: 2rem;
  line-height: 1.33;
  font-weight: 800;
}
@media screen and (min-width: 600px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 2.75rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  h3 {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 900px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  h5 {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 900px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1.0625rem;
  line-height: 1.56;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  h6 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 900px) {
  h6 {
    font-size: 1.125rem;
  }
}
.material-symbols-rounded {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  }
  

/*==================================================

Layout　part

==================================================*/
/*
基本レイアウト　Base layout
_________________________________________*/
.l-section-base {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 900px) {
  .l-section-base {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.l-section-noback {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .l-section-noback {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 900px) {
  .l-section-noback {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .l-section-noback {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1200px;
  }
}

.l-section-inner {
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .l-section-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .l-section-inner {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1200px;
  }
}

/*==================================================

object　part

==================================================*/
/*--------------------------------------------------

---Component part

--------------------------------------------------*/
/*
ボタン
_________________________________________*/
.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.71429;
  min-width: 64px;
  padding: 5px 12px;
  border-radius: 8px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.c-button:hover {
  opacity: unset;
}
.c-button--mainback {
  color: #fff;
  padding: 12px 30px;
  box-shadow: 0px 2px 4px -1px rgba(145, 158, 171, 0.2), 0px 4px 5px 0px rgba(145, 158, 171, 0.14), 0px 1px 10px 0px rgba(145, 158, 171, 0.12);
  background-color: #00A76F;
}
@media screen and (min-width: 600px) {
  .c-button--mainback {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 900px) {
  .c-button--mainback {
    font-size: 1.1rem;
  }
}
.c-button--mainback:hover {
  box-shadow: rgba(0, 167, 111, 0.24) 0px 8px 16px 0px;
  background-color: #007867;
}

/*
数字アイコン
_________________________________________*/
.c-numicon {
  font-family: "Barlow", "Public Sans Variable", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #fff;
  background-color: #00A76F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media screen and (min-width: 600px) {
  .c-numicon {
    width: 50px;
    height: 50px;
  }
}

.c-link {
  color: #00A76F;
}
.c-link:hover {
  opacity: unset;
  text-decoration: underline;
}

.c-topscroll {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00A76F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
}

/*
見出し
_________________________________________*/
.c-headline {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (min-width: 900px) {
  .c-headline {
    margin-bottom: 80px;
  }
}
.c-headline__sub {
  font-weight: 700;
  font-size: 0.75rem;
  color: #919EAB;
}
.c-headline__h2 {
  margin-top: 24px;
}
.c-headline__text {
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .c-headline__text {
    margin-top: 40px;
  }
}

/*--------------------------------------------------

---Project

--------------------------------------------------*/
/*
メインビジュアル　MV
_________________________________________*/
.p-wpmv {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url(../img/mv.png);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 900px) {
  .p-wpmv {
    height: 560px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: flex-end;
  }
}
.p-wpmv__inner {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-wpmv__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 900px) {
  .p-wpmv__inner {
    text-align: unset;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-wpmv__inner {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1200px;
  }
}
.p-wpmv__h1 {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.25;
  font-weight: 800;
}
@media screen and (min-width: 600px) {
  .p-wpmv__h1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 900px) {
  .p-wpmv__h1 {
    font-size: 2rem;
  }
}
.p-wpmv__title {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.25;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .p-wpmv__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 900px) {
  .p-wpmv__title {
    font-size: 2rem;
  }
}
.p-wpmv__text {
  color: #fff;
  margin-top: 24px;
}
.p-wpmv__buttonarea {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-wpmv__buttonarea {
    align-items: flex-start;
  }
}

/*
CLIMSの特長
_________________________________________*/
.p-features {
  background-color: #F4F6F8;
}
.p-features__contents {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-features__contents {
    gap: 35px;
  }
}
.p-features__item {
  display: block;
  background-color: #fff;
  overflow: hidden;
  border-radius: 16px;
  padding: 25px;
  width: 100%;
  box-shadow: rgba(145, 158, 171, 0.2) 0px 2px 4px -1px, rgba(145, 158, 171, 0.14) 0px 4px 5px 0px, rgba(145, 158, 171, 0.12) 0px 1px 10px 0px;
}
.p-features__itemheadline {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .p-features__itemheadline {
    flex-direction: row;
  }
}
@media screen and (min-width: 900px) {
  .p-features__h3 {
    font-size: 1.625rem;
  }
}
.p-features__itemtext p:last-child {
  margin-bottom: 0;
}
.p-features__buttonarea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}
@media screen and (min-width: 900px) {
  .p-features__buttonarea {
    margin-top: 80px;
  }
}

/*
CLIMSの実用例
_________________________________________*/
.p-case {
  padding-top: 80px;
}
@media screen and (min-width: 900px) {
  .p-case {
    padding-top: 120px;
  }
}
.p-case__item:not(:first-child) {
  margin-top: 80px;
}
@media screen and (min-width: 900px) {
  .p-case__item:not(:first-child) {
    margin-top: 120px;
  }
}
.p-case__casearea {
  display: block;
  background-color: #fff;
  overflow: hidden;
  border-radius: 16px;
  padding: 25px;
  width: 100%;
  box-shadow: rgba(145, 158, 171, 0.2) 0px 2px 4px -1px, rgba(145, 158, 171, 0.14) 0px 4px 5px 0px, rgba(145, 158, 171, 0.12) 0px 1px 10px 0px;
}
.p-case__itemheadline {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .p-case__itemheadline {
    flex-direction: row;
  }
}
.p-case__numsub {
  font-family: "Barlow", "Public Sans Variable", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #00A76F;
}
@media screen and (min-width: 900px) {
  .p-case__numsub {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 900px) {
  .p-case__h3 {
    font-size: 1.625rem;
  }
}
.p-case__steparea {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -25px;
}
.p-case__steptext {
  font-size: 1.1rem;
}
@media screen and (min-width: 900px) {
  .p-case__steptext {
    font-size: 1.3rem;
  }
}
.p-case__steparrow {
  display: flex;
  justify-content: center;
}
.p-case__exarea {
  background-color: #F4F6F8;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .p-case__exarea {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-case__itemlist {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-case__itemlist {
    flex-direction: row;
  }
}
.p-case__exitem {
  width: 100%;
  display: block;
  background-color: #fff;
  overflow: hidden;
  border-radius: 16px;
  padding: 25px;
  box-shadow: rgba(145, 158, 171, 0.2) 0px 2px 4px -1px, rgba(145, 158, 171, 0.14) 0px 4px 5px 0px, rgba(145, 158, 171, 0.12) 0px 1px 10px 0px;
}
@media screen and (min-width: 900px) {
  .p-case__exitem {
    width: calc(50% - 12px);
  }
}
.p-case__extitle {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.p-case__result {
  font-size: 1.1rem;
  padding-top: 50px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-case__result {
    font-size: 1.3rem;
  }
}

/*--------------------------------------------------

---Utility part

--------------------------------------------------*/
/*
パーツ
_________________________________________*/
.u-button-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-marker {
  font-weight: 600;
  background: linear-gradient(transparent 50%, rgba(91, 228, 155, 0.5) 50%);
}

/*
Animation
_________________________________________*/
/* Text fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeinTrigger,
.fadeupTrigger,
.fadedownTrigger {
  opacity: 0;
}

/* top scroll upanime */
.js-upmove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* top scroll downanime */
.js-downmove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}/*# sourceMappingURL=style.css.map */