@charset "UTF-8";


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-weight: bold;
  color: #000;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  font-family: sans-serif;
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 1rem;
  line-height: inherit;
  font-style: normal;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #175fff;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #aeabff;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #6c757d;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

*,
html {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: auto;
}

body {
  overflow-x: hidden;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Segoe UI", "メイリオ", Meiryo, Sans-Serif;
  color: #333;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  min-height: 64px;
  padding: 20px 0;
  background-color: #fff;
  border-top: 10px solid #039FAD;
}
@media screen and (max-width: 1159.98px) {
  .header {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 959.98px) {
  .header {
    padding: 20px 20px;
  }
}
.header a {
  text-decoration: none;
}

.header__body {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 959.98px) {
  .header__body {
    margin-right: 50px;
  }
}

.header__logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  gap: 10px;
}
@media screen and (max-width: 959.98px) {
  .header__logo {
    gap: 4px;
  }
}
.header__logo span {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
}
.header__logo span small {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 959.98px) {
  .header__logo span {
    font-size: 10px;
  }
  .header__logo span small {
    font-size: 8px;
  }
}

.footer {
  position: relative;
  color: #0C2E36;
}
.footer__company {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 959.98px) {
  .footer__company {
    flex-direction: column;
    width: auto;
    padding: 40px 20px;
  }
}
.footer__logo-link {
  transition: all 0.2s linear;
}
.footer__logo-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .footer__logo-link {
    transition: none;
  }
  .footer__logo-link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 959.98px) {
  .footer__logo-link {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer__logo {
  margin-right: 60px;
}
@media screen and (max-width: 959.98px) {
  .footer__logo {
    width: 80px;
    margin-right: 0px;
  }
}
.footer__info {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 959.98px) {
  .footer__info {
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.75;
  }
}
.footer__info th {
  width: 61px;
  font-weight: normal;
}
@media screen and (max-width: 959.98px) {
  .footer__info th {
    width: 52px;
  }
}
.footer__info td {
  padding-left: 16px;
}
@media screen and (max-width: 959.98px) {
  .footer__info td {
    padding-left: 10px;
  }
}
.footer__location-list {
  margin-bottom: 0;
  list-style: none;
}
.footer__copyright {
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
  color: #888;
  background: #F8F8F8;
}

.pagetop {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 959.98px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #039FAD;
  border-radius: 50%;
  transition: all 0.2s linear;
}
.pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .pagetop a {
    transition: none;
  }
  .pagetop a:hover {
    opacity: 1;
  }
}
.pagetop a::before {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  right: 50%;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  transform: translate(50%, -50%) rotate(-45deg);
}
.pagetop.js-visible {
  visibility: visible;
  opacity: 1;
}

.contents-section, .contents-section.is-bg-white, .contents-section.is-bg-green, .contents-section.is-bg-gray {
  width: 100%;
  padding: 60px 0 80px;
}
.contents-section.pb60 {
  padding-bottom: 60px;
}
.contents-section.pt0 {
  padding-top: 0;
}
@media screen and (max-width: 1159.98px) {
  .contents-section, .contents-section.is-bg-white, .contents-section.is-bg-green, .contents-section.is-bg-gray {
    padding: 40px 30px 60px;
  }
}
@media screen and (max-width: 959.98px) {
  .contents-section, .contents-section.is-bg-white, .contents-section.is-bg-green, .contents-section.is-bg-gray {
    padding: 30px;
  }
}
@media screen and (max-width: 519.98px) {
  .contents-section, .contents-section.is-bg-white, .contents-section.is-bg-green, .contents-section.is-bg-gray {
    padding: 30px 20px;
  }
}
.contents-section.is-bg-gray {
  background: #F8F8F8;
}
.contents-section.is-bg-green {
  background: #039FAD;
}
.contents-section.is-bg-white {
  background: #fff;
}
@media screen and (max-width: 959.98px) {
  .contents-section.is-bg-white.is-full {
    padding: 60px 0;
  }
}
.contents-section__body {
  max-width: 1100px;
  margin: 0 auto;
}
.contents-section__body + .contents-section__body {
  margin-top: 80px;
}
@media screen and (max-width: 959.98px) {
  .contents-section__body + .contents-section__body {
    margin-top: 60px;
  }
}
.contents-section__title {
  position: relative;
  margin-bottom: 55px;
  font-size: 36px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 959.98px) {
  .contents-section__title {
    font-size: 24px;
  }
}
.contents-section__title span {
  display: inline-block;
}
.contents-section__title.is-white {
  margin-bottom: 25px;
  color: #fff;
}
.contents-section__title::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 50px;
  height: 5px;
  background-color: #039FAD;
  transform: translateX(-50%);
}
.contents-section__desc {
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 519.98px) {
  .contents-section__desc {
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
  }
}
.contents-section__desc.is-white {
  color: #fff;
}

.cta {
  position: relative;
  max-width: 354px;
  height: 78px;
  margin: 0 auto;
  overflow: hidden;
  font-weight: bold;
  border-radius: 40px;
  /* ------------------------------ */
  /* --- Primary Color (Default) --- */
  /* ------------------------------ */
}
.cta .cta__anchor {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 22px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959.98px) {
  .cta .cta__anchor {
    font-size: 18px;
  }
}
.cta .cta__anchor:hover {
  text-decoration: none;
}
.cta .cta__anchor::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.cta .cta__anchor:hover::before {
  top: 0;
}
.cta::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  transform: translate(0, -50%) rotate(-45deg);
}
.cta .cta__anchor {
  color: #fff;
  background-color: #ff6d01;
}
.cta .cta__anchor::before {
  background-color: #ff9900;
}
.cta::after {
  border-color: transparent transparent #fff #fff;
}

.cta.is-bg-white {
  border: 2px solid #ff6d01;
}
.cta.is-bg-white .cta__anchor {
  color: #ff6d01;
  background-color: #fff;
}
.cta.is-bg-white .cta__anchor:hover {
  color: #ff6d01;
}
.cta.is-bg-white .cta__anchor::before {
  background-color: #fff7ea;
}
.cta.is-bg-white::after {
  border-color: transparent transparent #ff6d01 #ff6d01;
}

.nav {
  flex-shrink: 0;
}
@media screen and (max-width: 959.98px) {
  .nav {
    display: none;
  }
}
.nav__menu {
  display: flex;
  margin-bottom: 0;
}
.nav__menu li:not(:last-child) {
  margin-right: 24px;
}
.nav__link {
  font-weight: bold;
  font-size: 13px;
  color: #333;
  transition: all 0.3s ease;
}
.nav__link:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.6;
}

.nav-sp {
  display: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 959.98px) {
  .nav-sp {
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 1;
    display: block;
    width: 255px;
    height: 100vh;
  }
  .nav-sp.is-active {
    right: 0;
  }
}
.nav-sp__menu {
  height: 100%;
  margin-bottom: 0;
  overflow-y: auto;
}
.nav-sp__menu li:not(:last-child) {
  border-bottom: 1px solid #b2b2b2;
}
.nav-sp__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 47px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  background: #fff;
}
.nav-sp__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 0;
  border-right: 2px solid #039FAD;
  border-bottom: 2px solid #039FAD;
  border-left: 0;
  transform: rotate(-45deg);
}
.nav-sp__btn, .nav-sp__btn--side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  font-size: 10px;
  color: #fff;
  background: #039FAD;
  border: 0;
}
.nav-sp__btn--side {
  position: absolute;
  top: 0;
  right: 255px;
  width: 65px;
}
.nav-sp__overlay {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 213, 213, 0.8);
}
.nav-sp__overlay.is-active {
  display: block;
}

.nav-hamburger {
  display: none;
}
@media screen and (max-width: 959.98px) {
  .nav-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: #039FAD;
    border: 0;
  }
}
.nav-hamburger__lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 28px;
}
.nav-hamburger__lines span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
}

.achievements {
  padding: 10px !important;
}
@media screen and (max-width: 959.98px) {
  .achievements {
    padding: 5px 20px !important;
  }
}

.achievements-list {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  list-style-type: none;
  gap: 20px;
}
@media screen and (max-width: 959.98px) {
  .achievements-list {
    flex-direction: column;
    gap: 5px;
  }
}
.achievements-list__item {
  position: relative;
  padding-left: 25px;
  font-weight: 700;
}
@media screen and (max-width: 1159.98px) {
  .achievements-list__item {
    font-size: 14px;
  }
}
.achievements-list__item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 17px;
  height: 18px;
  background: url("/img/lp_generative-ai/project/icon01.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}

.change-block {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  -ms-grid-columns: (1fr)[2];
  gap: 30px;
}
@media screen and (max-width: 959.98px) {
  .change-block {
    margin-top: 0;
    gap: 15px;
  }
}
@media screen and (max-width: 519.98px) {
  .change-block {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    gap: 10px;
  }
}
.change-block__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  gap: 20px;
}
@media screen and (max-width: 959.98px) {
  .change-block__content {
    padding: 10px;
    gap: 10px;
  }
}
.change-block__content p {
  font-size: 18px;
}
@media screen and (max-width: 959.98px) {
  .change-block__content p {
    font-size: 16px;
  }
}
.change-block__content-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80px;
  height: 88px;
}
.change-block__content-icon img {
  width: 100%;
  height: auto;
}
.change-block__title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  color: #039FAD;
}
@media screen and (max-width: 959.98px) {
  .change-block__title {
    font-size: 18px;
  }
}

.change-contact {
  margin-top: 90px;
}
@media screen and (max-width: 959.98px) {
  .change-contact {
    margin-top: 30px;
  }
}

/* ===============================
  全体コンテナ: 3列 Flexboxの定義
=============================== */
.case-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: visible;
  /* 親要素としての役割のみとし、装飾を削除 */
  border: none;
  border-radius: 0;
  gap: 30px;
}

/* ===============================
  導入事例カード (.case-block__content) のスタイル
=============================== */
.case-block__content {
  /* 縦方向 Flexbox */
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  /* 3列均等幅 (Flexbox用) */
  width: calc((100% - 60px) / 3);
  height: 100%;
  padding: 30px 30px 0;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  /* --- レスポンシブ対応の修正 --- */
}
@media screen and (max-width: 959.98px) {
  .case-block__content {
    padding: 0;
  }
}
.case-block__content:hover {
  text-decoration: none;
}
@media screen and (max-width: 1159.98px) {
  .case-block__content {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 959.98px) {
  .case-block__content {
    width: 100%;
  }
}

/* 画像コンテナ */
.case-block__figure {
  display: block;
  margin-bottom: 15px;
  padding: 16px 0;
  border: 1px solid #f1f2f1;
}

.case-block__image {
  width: 100%;
  height: auto;
}

/* 企業名 */
.case-block__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #333;
}
@media screen and (max-width: 959.98px) {
  .case-block__title {
    font-size: 18px;
  }
}

/* 業務サポートチャットボットによる～ (Summary) */
.case-block__text-summary {
  margin-bottom: 15px;
  font-size: 16px;
  color: #8B8989;
}

/* 社内の規則に関する～ (Problem) */
.case-block__text-problem {
  flex-grow: 1; /* スペース確保 */
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 959.98px) {
  .case-block__text-problem {
    font-size: 16px;
  }
}

/* 矢印 (下向き) */
.case-block__arrow {
  width: 0;
  height: 0;
  margin: 0 auto 15px; /* 垂直マージンを調整 */
  /* 矢印の色と高さを決定 (11px) */
  border-top: 11px solid #039FAD; /* $brand--primary の代わり */
  border-right: 17.5px solid transparent;
  /* 矢印の形状を決定 (35px x 11px) */
  border-left: 17.5px solid transparent;
}

/* 導入後の効果 (h4) */
.case-block__effect-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  color: #DE6386;
}
@media screen and (max-width: 959.98px) {
  .case-block__effect-title {
    font-size: 16px;
  }
}

/* 詳細リンク (最後の p) */
.case-block__link-text {
  margin-bottom: 0;
  color: #039FAD;
  text-decoration: underline;
}

.case-contact {
  margin-top: 90px;
}
@media screen and (max-width: 959.98px) {
  .case-contact {
    margin-top: 30px;
  }
}

.hero-section {
  overflow: hidden;
}
.hero-section + .contents-section {
  padding-top: 60px;
}
@media screen and (max-width: 1159.98px) {
  .hero-section + .contents-section {
    padding-top: 50px;
  }
}
@media screen and (max-width: 959.98px) {
  .hero-section + .contents-section {
    padding-top: 40px;
  }
}

.hero__content {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: 1100px;
  margin: 46px auto 0;
  padding: 10px 0 60px;
}
@media screen and (max-width: 1159.98px) {
  .hero__content {
    margin: 20px 30px 0;
  }
}
@media screen and (max-width: 959.98px) {
  .hero__content {
    margin: 20px 20px 0;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 0;
  }
}

.hero__title {
  position: relative;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.33;
}
@media screen and (max-width: 959.98px) {
  .hero__title {
    font-size: 36px;
    line-height: 1.47;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__title {
    font-size: 28px;
    line-height: 1.3;
  }
}

.hero__subtitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  color: #039FAD;
}
@media screen and (max-width: 959.98px) {
  .hero__subtitle {
    font-size: 21px;
  }
}

.hero__lead {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 959.98px) {
  .hero__lead {
    padding-right: 150px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__lead {
    padding-right: 0;
  }
}

.hero__img {
  position: absolute;
  top: 10px;
  right: -30px;
}
@media screen and (max-width: 1159.98px) {
  .hero__img {
    bottom: 180px;
    left: 64%;
  }
}
@media screen and (max-width: 959.98px) {
  .hero__img {
    bottom: 0;
    left: 68%;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__img {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 20px auto 0;
  }
  .hero__img img {
    width: 100%;
    height: auto;
  }
}

.hero-contact {
  margin-top: 20px;
}
.hero-contact .cta {
  max-width: 320px;
  height: 70px;
  margin: 0;
}
.hero-contact .cta .cta__anchor {
  font-size: 20px;
}
@media screen and (max-width: 959.98px) {
  .hero-contact .cta .cta__anchor {
    font-size: 16px;
  }
}

.contact {
  padding: 60px 30px;
  background: #039FAD;
}
@media screen and (max-width: 959.98px) {
  .contact {
    padding: 40px 20px;
  }
}

.contact__title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__title {
    margin-bottom: 10px;
    font-size: 24px;
    text-align: left;
  }
}

.contact__description {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__description {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
  }
}

.contact__body {
  max-width: 900px;
  margin: 0 auto;
}

.contact__tel {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 30px 0;
  border: solid 4px #fff;
  border-radius: 10px;
}
@media screen and (max-width: 959.98px) {
  .contact__tel {
    padding: 10px;
  }
}
@media screen and (max-width: 959.98px) {
  .contact__tel {
    display: block;
    margin-bottom: 25px;
    text-align: center;
    border-width: 2px;
  }
}

.contact__telTitle {
  width: 50%;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__telTitle {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.contact__telNumber-wrap {
  padding-left: 30px;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__telNumber-wrap {
    padding-left: 0;
  }
}

.contact__telNumber {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 36px;
}
.contact__telNumber a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s linear;
}
.contact__telNumber a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .contact__telNumber a {
    transition: none;
  }
  .contact__telNumber a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 959.98px) {
  .contact__telNumber {
    font-size: 24px;
  }
}

.contact__receptionTime {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__receptionTime {
    font-size: 12px;
  }
}

.issue-block {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-columns: (1fr)[2];
  gap: 30px;
}
@media screen and (max-width: 959.98px) {
  .issue-block {
    gap: 10px;
  }
}
@media screen and (max-width: 959.98px) {
  .issue-block {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
}
.issue-block__content {
  padding: 8px;
  background-color: #BBE7EB;
  border-radius: 10px;
}
.issue-block__content-header {
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #039FAD;
}
@media screen and (max-width: 959.98px) {
  .issue-block__content-header {
    padding-bottom: 5px;
    font-size: 20px;
  }
}
.issue-block__support {
  min-height: 290px;
  padding: 20px 25px 15px;
  background-color: #fff;
}
@media screen and (max-width: 1159.98px) {
  .issue-block__support {
    min-height: auto;
  }
}
@media screen and (max-width: 959.98px) {
  .issue-block__support {
    padding: 10px;
  }
}
.issue-block__issues-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.issue-block__issue-item {
  margin-bottom: 35px;
}
@media screen and (max-width: 959.98px) {
  .issue-block__issue-item {
    margin-bottom: 10px;
  }
}
.issue-block__issue-item:last-child {
  margin-bottom: 0;
}
.issue-block__issue-title {
  position: relative;
  display: block;
  padding-left: 30px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 959.98px) {
  .issue-block__issue-title {
    font-size: 18px;
  }
}
.issue-block__issue-title::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/img/lp_generative-ai/project/icon02.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.issue-block__issue-description {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 959.98px) {
  .issue-block__issue-description {
    font-size: 16px;
  }
}
.issue-block__solution {
  padding: 20px 25px 10px;
}
@media screen and (max-width: 959.98px) {
  .issue-block__solution {
    padding: 10px 14px 0;
  }
}
.issue-block__solution-header {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #DE6386;
}
@media screen and (max-width: 959.98px) {
  .issue-block__solution-header {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.issue-block__solution-list {
  padding-left: 1.2em;
  list-style: disc;
}
.issue-block__solution-item {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 959.98px) {
  .issue-block__solution-item {
    font-size: 16px;
  }
}
.issue-block__solution-item:last-child {
  margin-bottom: 0;
}

.issue-contact {
  margin-top: 90px;
}
@media screen and (max-width: 959.98px) {
  .issue-contact {
    margin-top: 30px;
  }
}

.strength-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 959.98px) {
  .strength-block {
    flex-direction: column;
    gap: 10px;
  }
}
.strength-block__img img {
  max-width: 100%;
  height: auto;
}

.strength-list {
  list-style: none;
}
.strength-list__item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 25px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 959.98px) {
  .strength-list__item {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.strength-list__item:last-child {
  margin-bottom: 0;
}
.strength-list__item::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #37c2c9;
  border-radius: 50%;
}

/* ===============================
  全体コンテナ (例: .service)
=============================== */
.service {
  /* ===============================
    タブメニュー (ボタン群)
  =============================== */
  /* ===============================
    メインコンテンツのヘッダー部分
  =============================== */
  /* ===============================
    サービス内容と期間・費用の横並び部分
  =============================== */
  /* 左側: 主なサービス内容 */
  /* 右側: 期間・費用目安 */
}
.service__tabs {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  gap: 20px;
}
@media screen and (max-width: 959.98px) {
  .service__tabs {
    flex-wrap: wrap;
    margin: 0 auto 20px;
    gap: 10px;
  }
}
.service__tab-button {
  padding: 14px 15px;
  font-weight: 700;
  font-size: 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 959.98px) {
  .service__tab-button {
    width: calc(50% - 10px);
    padding: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 519.98px) {
  .service__tab-button {
    font-size: 14px;
  }
}
.service__tab-button.is-active {
  color: white;
  background-color: #039FAD;
  border: none;
}
.service__tab-button:not(.is-active) {
  color: #fff;
  background-color: #BBE7EB;
  border: none;
}
.service__wrapper {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 959.98px) {
  .service__wrapper {
    padding: 15px 10px;
  }
}
.service__header {
  margin-bottom: 30px;
}
@media screen and (max-width: 959.98px) {
  .service__header {
    margin-bottom: 10px;
  }
}
.service__title {
  margin-bottom: 10px;
  font-size: 20px;
  color: #039FAD;
}
@media screen and (max-width: 959.98px) {
  .service__title {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
.service__description {
  margin-bottom: 0;
  font-size: 18px;
}
@media screen and (max-width: 959.98px) {
  .service__description {
    font-size: 16px;
  }
}
.service__body {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 959.98px) {
  .service__body {
    flex-direction: column;
    gap: 10px;
  }
}
.service__details {
  flex: 1 1;
}
.service__details-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 959.98px) {
  .service__details-title {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.service__details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service__details-item {
  margin-bottom: 15px;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 20px;
  background-color: #F8F8F8;
  border-radius: 6px;
}
@media screen and (max-width: 959.98px) {
  .service__details-item {
    margin-bottom: 5px;
    padding: 10px;
    font-size: 14px;
  }
}
.service__details-item:last-child {
  margin-bottom: 0;
  padding-bottom: 12px;
}
.service__price-box {
  flex: 1 1;
  overflow: hidden;
  border: 8px solid #BBE7EB;
  border-radius: 10px;
}
.service__price-title {
  margin: 0;
  padding: 5px 15px 10px 24px;
  font-weight: 700;
  font-size: 20px;
  background-color: #BBE7EB;
}
@media screen and (max-width: 959.98px) {
  .service__price-title {
    padding: 5px 10px 10px 14px;
    font-size: 18px;
  }
}
.service__price-box-content {
  padding: 50px 24px;
}
@media screen and (max-width: 959.98px) {
  .service__price-box-content {
    padding: 10px 15px;
  }
}
.service__price-box-content .service__price-text {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 959.98px) {
  .service__price-box-content .service__price-text {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.service__price-box-content .service__price-note {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
}
@media screen and (max-width: 959.98px) {
  .service__price-box-content .service__price-note {
    margin-top: 5px;
    font-size: 12px;
  }
}

.solution-block {
  margin-top: 30px;
  padding: 30px;
  border: 5px solid #039FAD;
  border-radius: 10px;
}
@media screen and (max-width: 959.98px) {
  .solution-block {
    margin-top: 10px;
    padding: 10px 15px;
  }
}
.solution-block__header {
  font-size: 20px;
  color: #039FAD;
}
@media screen and (max-width: 959.98px) {
  .solution-block__header {
    font-size: 20px;
  }
}
.solution-block__subheader {
  margin-bottom: 15px;
  font-size: 16px;
}
.solution-block__description {
  margin-bottom: 0;
  font-size: 18px;
}
@media screen and (max-width: 959.98px) {
  .solution-block__description {
    font-size: 16px;
  }
}
.solution-block__description-list {
  margin-bottom: 0;
  padding-left: 1.2em;
  list-style: disc;
}
.solution-block__description-item {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 959.98px) {
  .solution-block__description-item {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.solution-block__description-item:last-child {
  margin-bottom: 0;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.u-text--normal {
  font-weight: normal !important;
  font-style: normal !important;
}

.u-text--bold {
  font-weight: bold !important;
}

.u-text--italic {
  font-style: italic !important;
}

.u-text--left {
  text-align: left !important;
}

.u-text--center {
  text-align: center !important;
}

.u-text--right {
  text-align: right !important;
}

.u-hidden {
  display: none !important;
}

@media screen and (max-width: 1159.98px) {
  .u-hidden--pc {
    display: none !important;
  }
}

@media screen and (max-width: 959.98px) {
  .u-hidden--ipad {
    display: none !important;
  }
}

@media screen and (max-width: 519.98px) {
  .u-hidden--sp {
    display: none !important;
  }
}

.u-show--ipad {
  display: none !important;
}
@media screen and (max-width: 959.98px) {
  .u-show--ipad {
    display: block !important;
  }
}

.u-show--sp {
  display: none !important;
}
@media screen and (max-width: 519.98px) {
  .u-show--sp {
    display: block !important;
  }
}

.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: 700;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

span {
  display: inline-block;
}
/*# sourceMappingURL=maps/lp_generative-ai.css.map */