@charset "utf-8";
/*==========================
about
==========================*/
.about {
  padding: 100px 0 90px;
  background-image: url(../images/aboutus_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about_sayu {
  display: flex;
  gap: 60px;
  align-items: stretch;
}

.about_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about__title {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.4;
}

.about__title span {
  background: linear-gradient(transparent 65%, var(--primary-yellow) 65%);
}

.about_pic {
  width: 500px;
  flex-shrink: 0;
}

.about_pic img {
  width: 100%;
  display: block;
}

/* about SP */
@media screen and (max-width: 768px) {
  .about {
    padding: 52px 0 40px;
    background-image: none;
  }

  .about_sayu {
    flex-direction: column;
    gap: 24px;
  }

  .about_box {
    margin: 0 18px;
  }

  .about_pic {
    width: 100%;
  }

  .about__title {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }

  .about_txt {
    font-size: 1.4rem;
  }
}

/* ==========================
strength pc
========================== */
.strength {
  padding: 80px 0;
  border-top: 2px solid var(--primary-black);
  border-bottom: 2px solid var(--primary-black);
  background-image: url(../images/contact_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.strength__cards {
  display: flex;
  justify-content: space-between;
}

.strength__cardWrap {
  width: 32%;
}

.strength__number {
  width: fit-content;
  padding: 8px 24px;
  background: var(--primary-black);
  border: 2px solid var(--primary-black);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: var(--primary-white);
  font-size: 1.6rem;
}

.strength__card {
  background: var(--primary-white);
  border: 2px solid var(--primary-black);
  border-radius: 0 5px 5px 5px;
  padding: 40px;
}

.strength__card h3 span {
  background: linear-gradient(transparent 65%, var(--primary-yellow) 65%);
  font-size: 2.4rem;
  font-weight: 900;
}

.strength__card p {
  font-size: 1.6rem;
  line-height: 26px;
  margin-top: 24px;
}

.strength .midashi{
    position: relative;
    display: inline-block;
}

.strength .midashi-tab,
.strength .midashi-box{
    position: relative;
    z-index: 2;
}

.midashi-bar_strength{
    position: absolute;
    bottom:95%;
    left: 35px;
    display: block;
}


/* strength sp */
@media screen and (max-width: 768px) {
  .strength {
    padding: 54px 0;
  }
  .strength__cards {
    flex-direction: column;
    gap: 32px;
  }

  .strength__cardWrap {
    width: 100%;
  }

  .strength__number {
    font-size: 1.4rem;
  }

  .strength__card {
    padding: 16px;
  }

  .strength__card h3 span {
    font-size: 2.4rem;
  }

  .strength__card p {
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 16px;
  }

  .midashi-bar_strength{
    width: 105px;
    height: 60px;
    bottom:95%;
    left: 16px;
}
}

/* ==========================
message pc
========================== */
.message {
  padding: 80px 0;
}

.message_sayu {
  display: flex;
  gap: 60px;
}

.message_box {
  width: 570px;
  position: relative;
}

.message_pic {
  width: 500px;
  flex-shrink: 0;
  position: relative;
}

.message_pic img {
  width: 100%;
  display: block;
}

.message_fukidashi{
    position: absolute;
    top: -190px;
    left: -122px;
}

.message_fukidashi img{
    width: 310px;
    height: auto;
    display: block;
}

.message_name {
  position: absolute;
  right: 0;
  bottom: 0;
}

.position {
  display: inline-block;
  padding: 10px 24px;
  background: var(--primary-black);
  color: var(--primary-white);
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0.27em;
}

.name {
  font-size: 5.6rem;
  padding-top: 16px;
  line-height: 1;
}

/* message sp */
@media screen and (max-width: 768px) {
  .message {
    padding: 54px 0;
  }
  .message_sayu {
    flex-direction: column;
    gap: 24px;
  }

  .message_box {
    width: 100%;
  }

  .message_txt {
    margin: 0 18px;
    font-size: 1.4rem;
  }

  .message_pic {
    width: 100%;
  }

  .message_fukidashi{
    display: none;
}

  .message_name {
    position: static;
    margin-top: 16px;
    text-align: right;
  }

  .position {
    font-size: 1.4rem;
    padding: 5px 12px;
  }

  .name {
    font-size: 3.2rem;
    padding-top: 16px;
  }
}

/* ==========================
service pc
========================== */
.service {
  padding: 80px 0;
  border-top: 2px solid var(--primary-black);
  background-image: url(../images/interview_bg_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.service__item {
  display: flex;
  gap: 90px;
  align-items: stretch;
  margin-bottom: 120px;
}

.service__item:last-child {
  margin-bottom: 0;
}

.service__img img {
  width: 100%;
  display: block;
}

.service__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service__number {
  font-size: 6.3rem;
  font-weight: 900;
  color: var(--secondary-gray);
  margin-bottom: 42px;
}

.service__title {
  padding: 24px 0;
  border-top: 2px solid var(--primary-black);
  border-bottom: 2px solid var(--primary-black);
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 42px;
}

.service__catch {
  font-size: 3.2rem;
  line-height: 42px;
  margin-bottom: 42px;
  font-weight: 900;
}

.service-sign {
  position: absolute;
  top: 80px;
  right: -10px;
  width: 180px;
  z-index: 5;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
}

.service-sign img {
  display: block;
  width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  .service-sign {
    animation: signWobble 4.5s ease-in-out infinite;
  }
}

@keyframes signWobble {
  0%, 100% { transform: rotate(-4deg); }
  50% { transform: rotate(4deg); }
}

/* service sp */
@media screen and (max-width: 768px) {
  .service {
    padding: 54px 0;
  }

  .service__item {
    gap: 24px;
    flex-direction: column-reverse;
    margin-bottom: 32px;
  }

  .service__content {
    margin: 0 18px;
  }

  .service__number {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }

  .service__title {
    padding: 12px 0;
    font-size: 2.4rem;
    margin-bottom: 16px;
  }

  .service__catch {
    font-size: 2rem;
    line-height: 26px;
    margin-bottom: 24px;
  }

  .service__text {
    font-size: 1.4rem;
    line-height: 24px;
  }

  .service-sign {
    display: none;
  }
}

/* ==========================
partner pc
========================== */
.partner {
  padding: 80px 0;
  background-color: var(--secondary-gray);
  border-top: 2px solid var(--primary-black);
  border-bottom: 2px solid var(--primary-black);
}

.partner__box {
  display: flex;
  align-items: center;
  gap: 150px;
}
.circle-btn {
  position: relative;
  width: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-gradation);
  border: 2px solid var(--primary-black);
  box-shadow: 11px 15px 30px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.circle-btn:hover {
  background: var(--primary-yellow);
  color: var(--primary-black);
}

.circle-btn::before {
  content: "";
  position: absolute;
  left: 55px;
  top: 50%;
  width: 90px;
  height: 15px;
  background: var(--primary-white);
  transform: translateY(-50%);
}

.circle-btn::after {
  content: "";
  position: absolute;
  left: 94px;
  top: 50%;
  width: 60px;
  height: 60px;
  border-top: 15px solid var(--primary-white);
  border-right: 15px solid var(--primary-white);
  transform: translateY(-50%) rotate(45deg);
}

.partner .midashi{
    position: relative;
    display: inline-block;
}

.partner .midashi-tab,
.partner .midashi-box{
    position: relative;
    z-index: 2;
}

.partner .midashi-bar{
    position: absolute;
    bottom:95%;
    left: 25px;
    display: block;
}

/* partner sp */
@media screen and (max-width: 768px) {
  .partner {
  padding: 54px 0;
  }

  .partner__box {
    flex-direction: column;
    gap: 16px;
    margin: 0 18px;
  }

  .partner__text {
    font-size: 1.4rem;
    line-height: 24px;
  }

  .circle-btn {
    align-self: flex-end;
    width: 124px;
  }

  .circle-btn {
    align-self: flex-end;
    width: 124px;
  }

  .circle-btn::before {
    left: 28px;
    width: 50px;
    height: 8px;
  }

  .circle-btn::after {
    left: 60px;
    width: 24px;
    height: 24px;
    border-top: 8px solid var(--primary-white);
    border-right: 8px solid var(--primary-white);
  }

  .partner .midashi-bar{
    width: 105px;
    height: 60px;
    bottom:95%;
    left: 11px;
}
}

/* ==========================
company pcとテーブル
========================== */
.company {
  padding: 80px 0 90px;
  border-top: 2px solid var(--primary-black);
  background-image: url(../images/aboutus_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* company pcとテーブル */
@media screen and (max-width: 768px) {
  .company {
    padding: 54px 0;
  }
}