@charset "UTF-8";

h2 {
    font-size: 60px;
}

h2 small {
    width: 100%;
    bottom: 6px;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* 営業戦略構築事業 */
.service-top {
    margin-top: 50px;
}

.service-top .inner {
    padding: 0 5%;
    margin-bottom: 75px;
}

.service-top h2 {
    display: block;
    font-size: 56px;
    color: #515151;
    text-align: left;
    padding: 0 0 50px;
    border-bottom: 1px solid #E3E3E3;
}

.service-top h2 small {
    bottom: 30px;
}

.service-top h3 {
    font-style: 18px;
    margin-bottom: 20px;
}

.service-top .intro-box p {
    margin-bottom: 20px;
}

.service-top .intro-box img {
    width: 100%;
    height: auto;
}

.solutions {
    width: 100%;
    margin-bottom: 50px;
}

.solutions .inner {
    width: 100%;
    padding: 100px 5%;
    background-color: #EDF1F5;
}

.solutions h2 {
    display: block;
    font-size: 56px;
    color: #F8F9FD;
}
    
.solutions ul {
    width: 100%;
}

.solutions li {
    margin-bottom: 10px;
}

.solutions li:last-child {
    margin-bottom: 0;
}

.solutions li img {
    width: 250px;
    height: auto;
}

.solutions li h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
}

.solutions li p {
    width: 87%;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.7px;
    margin: 0 auto;
}

.case {
    width: 100%;
    height: 100%;
    padding: 0 5%;
    margin-bottom: 50px;
}

.case h2 {
    display: block;
    font-size: 56px;
    color: #EDF1F5;
}

.case ul {
    width: 100%;
}

.case li {
    width: 100%;
    box-shadow: 0 4px 6px #0000002b;
    border-radius: 24px;
    margin-bottom: 30px;
}

.case li:last-child {
    margin-bottom: 0;
}

.case li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 20px;
}

.case li .card-text {
    padding: 0 2% 20px;
}

.case li h4 {
    font-size: 18px;
    margin: 15px 0;
}

.case li p {
    font-weight: bold;
}

.review {
    margin-bottom: 50px;
}

.flow {
    width: 100%;
    height: 100%;
}

.flow .inner {
    width: 100%;
    height: 100%;
    padding: 50px 5%;
    background-color: #EDF1F5;
}

.flow h2 {
    display: block;
    color: #F8F9FD;
}

.flow ul {
    width: 100%;
    height: 100%;
}

.flow li {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.flow li img {
    width: 136px;
    height: auto;
    margin-bottom: 10px;
}

.flow li .step {
    font-size: 20px;
    font-weight: bold;
    font-family: Montserrat;
    letter-spacing: 1px;
}

.flow h3 {
    margin: 10px 0;
}

.movie {
    width: 100%;
    height: 100%;
    margin: 50px auto;
    padding: 0 5%;
}

.lead {
  max-width: 1024px;
  width: 100%;
  height: 100%;
  background-color: #FDF6D3;
  padding: 50px 0;
  margin: 0 auto 100px;
}

.lead p {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lead p img {
  width: 144px;
}

.lead .cta {
  margin: 40px auto 0;
  position: relative;
}

.lead .cta a {
  display: block;
  width: 100%;
  background-color: #03B506;
  border-radius: 60px;
  box-shadow: 0 3px #06307d2f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.lead .cta a::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 100px;
  background-color: #ffffff1d;
  border-radius: 50%;
  z-index: 1;
}

.lead .cta p {
  width: 260px;
  height: 32px;
  text-align: center;
  color: #fff;
  background: #F45F01;
  border-radius: 60px;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}


/* *******************************
      レスポンシブ
********************************** */
@media screen and (min-width: 1024px) {

h2 {
    font-size: 100px;
}

h2 small {
    bottom: 0;
}

.service-top h2 {
    font-size: 56px;
    border-bottom: none;
}

.intro-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.intro-box .text-content {
    width: 100%;
}

.service-top h3 {
    font-size: 20px;
}

.solutions h2 {
    font-size: 100px;
}

.solutions ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.solutions li {
    padding: 30px 20px;
    text-align: center;
    border-radius: 8px;
}

.solutions li img {
    width: 285px;
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
}

.solutions li h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.solutions li p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.case {
    padding: 100px 0;
    margin-bottom: 0;
}

.case h2 {
    font-size: 100px;
}

.case-grid {
    max-width: 1300px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
}

.case li {
    width: 390px;
    height: 450px;
}

.case-sfa li {
    height: 490px;
}

.case-card {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
}

.case li .card-text {
    padding: 0 6% 20px;
}

.case-card .tag {
    display: inline-block;
    padding: 2px 10px;
    background: #00B5AD;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.case-card h4 {
    font-size: 16px;
    line-height: 1.5;
}

/* メディア埋め込み */
.media-area {
    padding-bottom: 100px;
}

.media-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.flow .inner {
    padding: 100px 0;
}

.flow .lead-t {
    text-align: center;
}

.flow ul {
    max-width: 920px;
    margin: 50px auto 0;
}

.flow li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}

.flow li:last-child {
    margin-bottom: 0;
}

.lead p {
    font-size: 18px;
}

}