@charset "UTF-8";
/*!
Theme Name: テンプレート
Author: crosswish
Description: テンプレート
Version: 1.0
*/
*,
::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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: 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; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
optgroup:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*-- globalフォルダの直下の_index.scss --*/
/*====================================
* font
=====================================*/
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
/*====================================
* color
=====================================*/
/*====================================
* ブレイクポイント
=====================================*/
/*====================================
* 三角形
=====================================*/
:root {
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);
}

/*====================================
* 初期設定
=====================================*/
html {
  font-size: 16px;
}

body {
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222;
  line-height: 1.875;
  font-size: 1rem;
  line-height: 1.2;
}
body p {
  line-height: 1.8;
}

@media screen and (min-width: 901px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .pcOnly {
    display: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-out;
}
.js-fadeIn.-active {
  opacity: 1;
  transform: translateY(0px);
}

/*====================================
* 共通パーツ
=====================================*/
.l-inner {
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
.l-inner__01 {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 900px;
  box-sizing: content-box;
}
.l-inner__02 {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 800px;
  box-sizing: content-box;
}
.l-inner__03 {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  box-sizing: content-box;
}

.c-tit__01 {
  font-size: clamp(1.5rem, 1.2450980392rem + 1.045751634vw, 2.5rem);
  font-weight: bold;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* ヘッダー
=====================================*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 0 10px 0;
  z-index: 100;
}
.l-header a {
  padding: 6px 8px;
  width: clamp(7.5rem, 5.3970588235rem + 8.6274509804vw, 15.75rem);
  display: block;
}
@media screen and (min-width: 901px) {
  .l-header a {
    padding: 10px;
  }
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* フッター
=====================================*/
.l-footer {
  padding: 40px 0;
  background-color: #fff;
}
.l-footer__wrapper {
  margin: 0 auto;
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-footer__wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 70px;
  }
}
.l-footer__wrapper .copyright {
  text-align: center;
  font-size: clamp(0.75rem, 0.7181372549rem + 0.1307189542vw, 0.875rem);
}
.l-footer__box {
  display: flex;
  align-items: center;
  gap: 40px 20px;
}
@media screen and (max-width: 600px) {
  .l-footer__box {
    flex-direction: column;
  }
}
.l-footer__box .logo {
  width: clamp(12.5rem, 10.9068627451rem + 6.5359477124vw, 18.75rem);
}
.l-footer__box .nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .l-footer__box .nav ul {
    gap: 20px;
    flex-direction: column;
  }
}
.l-footer__box .nav ul li a {
  display: flex;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-footer__box .nav ul li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 901px) {
  .l-footer__box .nav ul li + li a::before {
    content: "｜";
  }
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
.top-mv {
  padding-bottom: 80px;
  text-align: center;
  color: #fff;
  background-color: #6dc63f;
  overflow: hidden;
  position: relative;
}
.top-mv::before, .top-mv::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-mv::before {
  top: 0;
  right: 0;
  width: min(39.2708333333vw, 754px);
  aspect-ratio: 754/683;
  background-image: url(../img/mv-deco_1.png);
}
.top-mv::after {
  bottom: 0;
  left: 0;
  width: min(68vw, 612px);
  aspect-ratio: 612/509;
  background-image: url(../img/mv-deco_3.png);
}
@media screen and (min-width: 901px) {
  .top-mv::after {
    width: min(31.875vw, 612px);
  }
}
.top-mv .l-inner {
  position: relative;
  z-index: 2;
}
.top-mv__tit {
  transform: translateX(clamp(0.9375rem, 0.6985294118rem + 0.9803921569vw, 1.875rem));
}
.top-mv__copy {
  font-size: clamp(2.125rem, 1.4718137255rem + 2.6797385621vw, 4.6875rem);
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .top-mv__copy {
    margin-top: 10px;
  }
}
.top-mv__comment {
  margin-top: 20px;
  font-size: clamp(1.25rem, 0.8357843137rem + 1.6993464052vw, 2.875rem);
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.top-mv__comment::after {
  content: "";
  margin: 20px auto;
  display: block;
  width: 1px;
  height: 58px;
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .top-mv__comment::after {
    height: 83px;
  }
}
.top-mv__comment + p {
  font-size: clamp(1rem, 0.9362745098rem + 0.2614379085vw, 1.25rem);
  font-weight: bold;
  position: relative;
}
.top-mv__comment + p::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(53.3333333333vw, 480px);
  aspect-ratio: 1;
  background-image: url(../img/mv-deco_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 901px) {
  .top-mv__comment + p::before {
    width: min(25vw, 480px);
  }
}
.top-mv__project-tit {
  font-weight: bold;
  font-size: clamp(1.25rem, 1.0110294118rem + 0.9803921569vw, 2.1875rem);
  line-height: 1.4;
  position: relative;
}
.top-mv__project-tit::before {
  content: "";
  margin: 20px auto;
  display: block;
  width: 1px;
  height: 58px;
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .top-mv__project-tit::before {
    height: 83px;
  }
}
.top-mv__project p {
  margin: 20px auto 0;
  max-width: 840px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .top-mv__project p {
    padding: 0 10px;
  }
}
.top-mv__member {
  margin: 60px auto 0;
  max-width: 1100px;
  display: grid;
  gap: 36px 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .top-mv__member {
    padding: 0 10px;
  }
}
@media screen and (min-width: 601px) {
  .top-mv__member {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .top-mv__member {
    grid-template-columns: repeat(5, 1fr);
  }
}
.top-mv__member li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.top-mv__member li .position {
  margin-top: 10px;
  align-self: end;
  font-size: clamp(0.75rem, 0.6384803922rem + 0.4575163399vw, 1.1875rem);
}
.top-mv__member li .name {
  margin-top: 5px;
  font-size: clamp(1rem, 0.7769607843rem + 0.9150326797vw, 1.875rem);
}

.top-solution {
  padding: 80px 0;
  background-color: #e6e6e6;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .top-solution {
    padding: 120px 0;
  }
}
.top-solution .l-inner {
  max-width: 1100px;
}
.top-solution__container {
  margin-right: calc(50% - 50vw);
  padding: 20px 20px 20px clamp(1.25rem, -7.0220588235rem + 14.7058823529vw, 10.625rem);
  border-radius: 30px 0 0 30px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .top-solution__container {
    gap: 40px 0;
    flex-direction: column;
  }
}
.top-solution__container figure {
  max-width: 730px;
}
@media screen and (min-width: 901px) {
  .top-solution__container figure {
    margin-right: 20px;
  }
}
.top-solution__box {
  padding: 0 20px;
}
@media screen and (min-width: 901px) {
  .top-solution__box {
    padding: 0;
    max-width: 340px;
  }
}
.top-solution__tit {
  color: #6dc63f;
  font-weight: bold;
  font-size: clamp(1.75rem, 1.6384803922rem + 0.4575163399vw, 2.1875rem);
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.top-solution__copy {
  margin-top: 20px;
  font-size: clamp(1.125rem, 1.1090686275rem + 0.0653594771vw, 1.1875rem);
  font-weight: bold;
  line-height: 1.4;
}
.top-solution__copy + p {
  margin-top: 20px;
}
.top-solution__en {
  color: #e6e6e6;
  font-size: clamp(3.625rem, 2.3664215686rem + 5.1633986928vw, 8.5625rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 900px) {
  .top-solution__en {
    margin-left: auto;
    text-align: right;
  }
}
@media screen and (min-width: 901px) {
  .top-solution__en {
    writing-mode: vertical-rl;
    transform: translateX(30px);
  }
}

.top-note {
  text-align: center;
}
.top-note .c-tit__01 span {
  margin-top: 5px;
  display: block;
  font-weight: normal;
  font-size: clamp(0.875rem, 0.8431372549rem + 0.1307189542vw, 1rem);
}
.top-note__lead {
  padding: 60px 0;
}
.top-note__lead-copy {
  margin-top: 20px;
  font-size: clamp(1.25rem, 1.0110294118rem + 0.9803921569vw, 2.1875rem);
  font-weight: bold;
  color: #6dc63f;
  letter-spacing: 0.02em;
}
.top-note__lead-box {
  margin-top: 40px;
}
.top-note__lead-box h4 {
  font-weight: bold;
  font-size: clamp(1.125rem, 1.0134803922rem + 0.4575163399vw, 1.5625rem);
}
.top-note__lead-box p {
  margin: 20px auto 0;
  max-width: 740px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .top-note__lead-box p {
    padding: 0 10px;
  }
}
.top-note__img {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1281px) {
  .top-note__img::before, .top-note__img::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
  }
  .top-note__img::before {
    top: -80px;
    left: 0;
    width: min(28.3333333333vw, 544px);
    aspect-ratio: 544/1009;
    background-image: url(../img/note-img_1.png);
  }
  .top-note__img::after {
    top: 100px;
    right: 0;
    width: min(23.90625vw, 459px);
    aspect-ratio: 459/893;
    background-image: url(../img/note-img_2.png);
  }
}
.top-note__img .sp-img {
  margin: 24px calc(50% - 50vw) 0;
  position: relative;
  z-index: 2;
}
.top-note__img .sp-img img {
  width: 100%;
}
@media screen and (min-width: 1281px) {
  .top-note__img .sp-img {
    display: none;
  }
}
.top-note__img .l-inner {
  position: relative;
  z-index: 5;
}
.top-note .top-ai {
  background-color: #d3eec5;
  position: relative;
}
.top-note .top-ai::before, .top-note .top-ai::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-note .top-ai::before {
  bottom: 460px;
  left: 0;
  width: max(52.8205128205vw, 206px);
  aspect-ratio: 206/312;
  background-image: url(../img/note-deco_1-sp.png);
}
@media screen and (min-width: 1281px) {
  .top-note .top-ai::before {
    bottom: 100px;
    width: min(32.5vw, 624px);
    aspect-ratio: 624/943;
    background-image: url(../img/note-deco_1.png);
  }
}
.top-note .top-ai::after {
  bottom: 120px;
  right: 0;
  width: max(46.9230769231vw, 183px);
  aspect-ratio: 183/269;
  background-image: url(../img/note-deco_2-sp.png);
}
@media screen and (min-width: 1281px) {
  .top-note .top-ai::after {
    bottom: 60px;
    width: min(22.96875vw, 441px);
    aspect-ratio: 1;
    background-image: url(../img/note-deco_2.png);
  }
}
.top-note .top-ai .l-inner {
  padding-top: clamp(1.875rem, 0.2205882353rem + 2.9411764706vw, 3.75rem);
  padding-bottom: clamp(1.875rem, 0.2205882353rem + 2.9411764706vw, 3.75rem);
}
.top-note .top-ai__tit {
  position: relative;
}
.top-note .top-ai__tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.top-note .top-ai__tit span {
  margin: 0 auto;
  padding: 11px;
  display: block;
  width: calc(100% - 40px);
  max-width: 768px;
  font-size: clamp(1.25rem, 1.0110294118rem + 0.9803921569vw, 2.1875rem);
  color: #fff;
  font-weight: bold;
  border-radius: 60px;
  background-color: #6dc63f;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 901px) {
  .top-note .top-ai__tit span {
    width: 80%;
  }
}
.top-note .top-ai__copy {
  margin: 0 auto;
  width: fit-content;
  font-size: clamp(1.375rem, 1.0882352941rem + 1.1764705882vw, 2.5rem);
  font-weight: bold;
}
.top-note .top-ai__copy span {
  display: block;
}
.top-note .top-ai__copy span + span {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 2px solid #000;
}
@media screen and (min-width: 901px) {
  .top-note .top-ai__copy span + span {
    border-top: 4px solid #000;
  }
}
.top-note .top-ai__sub {
  margin: clamp(2.5rem, 1.3970588235rem + 1.9607843137vw, 3.75rem) auto 0;
  padding: 6px 10px;
  width: 100%;
  max-width: 300px;
  font-size: clamp(1.125rem, 1.0134803922rem + 0.4575163399vw, 1.5625rem);
  font-weight: bold;
  background-color: #fff;
  border-radius: 60px;
}
@media screen and (min-width: 901px) {
  .top-note .top-ai__sub {
    padding: 10px;
    max-width: 578px;
  }
}
.top-note .top-ai__sub + figure {
  margin: 20px auto 0;
  max-width: 300px;
}
@media screen and (min-width: 901px) {
  .top-note .top-ai__sub + figure {
    max-width: 400px;
  }
}
.top-note .top-ai__chart {
  margin-top: 45px;
}
@media screen and (min-width: 901px) {
  .top-note .top-ai__chart {
    margin-top: 100px;
  }
}
.top-note .top-ai__chart figure {
  margin: 0 auto;
  max-width: 800px;
}
.top-note .top-ai__chart figure figcaption {
  margin-top: 20px;
}

.top-project {
  padding: 60px 0;
  text-align: center;
}
.top-project + figure img {
  width: 100%;
}
.top-project__copy {
  margin-top: 40px;
  color: #6dc63f;
  font-weight: bold;
  font-size: clamp(1.25rem, 0.8198529412rem + 1.7647058824vw, 2.9375rem);
  letter-spacing: 0.02em;
}
.top-project__box {
  margin-top: 40px;
}
.top-project__box h4 {
  font-weight: bold;
  font-size: clamp(1.125rem, 1.0134803922rem + 0.4575163399vw, 1.5625rem);
  line-height: 1.4;
}
.top-project__box h4 + p {
  margin: 20px auto 0;
  max-width: 740px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .top-project__box h4 + p {
    padding: 0 10px;
  }
}

.top-cta {
  padding: clamp(2.5rem, 2.181372549rem + 1.3071895425vw, 3.75rem) 0;
  color: #fff;
  background-color: #6dc63f;
  background-image: url(../img/cta-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.top-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(29.2708333333vw, 562px);
  aspect-ratio: 562/600;
  background-image: url(../img/cta-deco.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.top-cta .l-inner {
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.top-cta__wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .top-cta__wrapper {
    flex-direction: column;
  }
}
.top-cta__wrapper .join {
  font-weight: 500;
  font-size: clamp(3.75rem, 2.5232843137rem + 5.0326797386vw, 8.5625rem);
}
@media screen and (min-width: 901px) {
  .top-cta__wrapper .join {
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 901px) {
  .top-cta__container {
    max-width: 740px;
  }
}
.top-cta__tit {
  font-size: clamp(1.5rem, 1.324754902rem + 0.7189542484vw, 2.1875rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.top-cta__tit + p {
  margin: 20px auto 0;
}
.top-cta__contact {
  margin: 20px auto 0;
  width: fit-content;
  color: #000;
}
.top-cta__contact > li {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top-cta__contact > li {
    flex-direction: column;
    gap: 40px 0;
  }
}
.top-cta__contact > li + li {
  margin-top: 60px;
}
@media screen and (min-width: 901px) {
  .top-cta__contact > li + li {
    margin-top: 40px;
  }
}
.top-cta__contact > li a {
  display: block;
  width: 100%;
  max-width: 360px;
  border: 1px solid #fff;
  border-radius: 60px;
  position: relative;
  box-shadow: 5px 8px #000;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 901px) {
  .top-cta__contact > li a {
    width: 360px;
  }
}
@media (hover: hover) {
  .top-cta__contact > li a:where(:any-link, :enabled, summary):hover {
    box-shadow: none;
    transform: translate(5px, 8px);
  }
}
.top-cta__contact > li a.-s span {
  font-size: clamp(1.125rem, 1.0294117647rem + 0.3921568627vw, 1.5rem);
}
.top-cta__contact > li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: clamp(4.25rem, 3.7879901961rem + 1.8954248366vw, 6.0625rem);
  font-size: clamp(1.125rem, 0.9338235294rem + 0.7843137255vw, 1.875rem);
  color: #6dc63f;
  text-align: left;
  font-weight: bold;
  background-color: #fcee21;
  border: 4px solid #6dc63f;
  border-radius: 60px;
  position: relative;
  z-index: 2;
}
.top-cta__contact > li a span::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 9/16;
  background-image: url(../img/icon-arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.top-cta__contact > li .tex {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .top-cta__contact > li .tex {
    margin-top: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.top-cta__contact > li .tex > div {
  padding: 5px 10px;
  display: grid;
  place-content: center;
  width: 188px;
  min-height: 48px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1rem, 0.9840686275rem + 0.0653594771vw, 1.0625rem);
  background-color: #fff;
  border-radius: 60px;
}
.top-cta__contact > li .tex > div.-s {
  font-size: clamp(0.8125rem, 0.7965686275rem + 0.0653594771vw, 0.875rem);
}
@media screen and (min-width: 901px) {
  .top-cta__contact > li .tex > div + div {
    margin-top: 20px;
  }
}
.top-cta__movie {
  margin-top: 40px;
}
.top-cta__movie h3 {
  padding: 8px 10px;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.125rem, 1.0134803922rem + 0.4575163399vw, 1.5625rem);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 60px;
}
.top-cta__movie h3 + p {
  margin-top: 20px;
}

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