@charset "UTF-8";
.identification_last {
  padding: 0 0 !important;
  background: #FFFFFF !important;
}
.identification_last .strengths__title {
  text-align: left;
  padding-bottom: 120px;
  margin: -0.5em 0;
}
@media (max-width: 768px) {
  .identification_last .strengths__title {
    padding-bottom: 60px;
  }
}
.identification_last .strengths__title.end {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .identification_last .strengths__title.end {
    padding-bottom: 30px;
  }
}
.identification_last .strengths__title p {
  font-size: 40px;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .identification_last .strengths__title p {
    font-size: 30px;
    line-height: 2;
  }
}
@media (max-width: 480px) {
  .identification_last .strengths__title p {
    font-size: 24px;
    line-height: 1.8;
  }
}
.identification_last .strengths__batsu {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .identification_last .strengths__batsu {
    margin-bottom: 60px;
  }
}
.identification_last .strengths__batsu .batsu {
  width: 44.5px;
  margin: 0 auto;
}
.identification_last .strengths__batsu .batsu img {
  width: 100%;
}
.identification_last .strengths__batsu .strengths__backImage {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 63vw;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .identification_last .strengths__batsu .strengths__backImage {
    display: none;
  }
}
.identification_last .strengths__batsu .strengths__backImage img {
  width: 100%;
}
.identification_last .container .last {
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .identification_last .container .last {
    margin-bottom: 65px;
  }
}
.identification_last .network-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 7.2rem 90px;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .identification_last .network-wrapper {
    padding: 0 20px 45px;
  }
}
.identification_last .network-wrapper .sending-network {
  width: 100%;
  background-color: #F9F4EE;
  padding: 60px 50px;
}
@media (max-width: 768px) {
  .identification_last .network-wrapper .sending-network {
    padding: 30px 20px;
  }
}
.identification_last .network-wrapper .sending-network .identification__content-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .identification_last .network-wrapper .sending-network .identification__content-header {
    margin-bottom: 10px;
  }
}
.identification_last .network-wrapper .sending-network .identification__content-header .identification__content-header-inner {
  display: flex;
  align-items: center;
}
.identification_last .network-wrapper .sending-network .identification__content-header .identification__content-header-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.identification_last .network-wrapper .sending-network .identification__content-header .identification__content-title {
  font-size: 24px;
  color: #333;
  margin: 0;
}
.identification_last .network-wrapper .sending-network__flow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 40px;
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 1140px) {
  .identification_last .network-wrapper .sending-network__flow {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .identification_last .network-wrapper .sending-network__flow {
    margin: 20px 0;
    gap: 15px;
  }
}
.identification_last .network-wrapper .sending-network__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.identification_last .network-wrapper .sending-network__item:first-child {
  width: 30%;
}
.identification_last .network-wrapper .sending-network__item:nth-child(3) {
  width: 12%;
}
.identification_last .network-wrapper .sending-network__item:last-child {
  width: 30%;
}
@media (max-width: 1140px) {
  .identification_last .network-wrapper .sending-network__item {
    width: 100% !important;
  }
  .identification_last .network-wrapper .sending-network__item:nth-child(3) {
    width: 50% !important;
  }
}
.identification_last .network-wrapper .sending-network__item-icon img {
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .identification_last .network-wrapper .sending-network__item-icon img {
    max-width: 70%;
  }
}
.identification_last .network-wrapper .sending-network__item-caption-wrapper {
  background-color: #E62327;
  padding: 10px 15px;
  border-radius: 4px;
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .identification_last .network-wrapper .sending-network__item-caption-wrapper {
    margin-top: 15px;
  }
}
.identification_last .network-wrapper .sending-network__item-caption {
  color: #fff;
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
}
.identification_last .network-wrapper .sending-network__arrow-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1140px) {
  .identification_last .network-wrapper .sending-network__arrow-section {
    transform: rotate(90deg);
    margin: 10px 0;
  }
}
.identification_last .network-wrapper .sending-network__arrow-text {
  font-size: 21px;
  color: #333;
  margin: 0 0 40px 0;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: -80px;
}
@media (max-width: 1140px) {
  .identification_last .network-wrapper .sending-network__arrow-text {
    transform: rotate(-90deg);
  }
}
.identification_last .network-wrapper .sending-network__arrow-text.arrow-text-right {
  top: calc(-80px - 1rem);
}
.identification_last .network-wrapper .sending-network__arrow-icon {
  width: 80px;
  height: auto;
}
.identification_last .network-wrapper .sending-network__description {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.brand-section {
  position: relative;
}
.brand-section .brand-section__copy {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}
.brand-section .brand-section__copy p {
  font-size: 40px;
  line-height: 2.5;
  color: #FFFFFF;
  width: 100%;
}
@media (max-width: 768px) {
  .brand-section .brand-section__copy p {
    font-size: 30px;
    line-height: 1.25;
  }
}

.identification__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 60px;
}
@media (max-width: 1140px) {
  .identification__wrapper {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .identification__wrapper {
    padding-bottom: 30px;
  }
}
.identification__wrapper.topWrapper {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .identification__wrapper.topWrapper {
    padding-bottom: 80px;
  }
}
.identification .titleAreaLeft {
  width: 60%;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .identification .titleAreaLeft {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.identification__rightImage {
  width: 40%;
}
@media (max-width: 768px) {
  .identification__rightImage {
    width: 100%;
  }
}
.identification__rightImage-inner {
  margin-right: calc((100vw - 1140px) / 2 * -1);
  margin-top: -70px;
}
@media (max-width: 1140px) {
  .identification__rightImage-inner {
    margin-right: -7.2rem;
  }
}
@media (max-width: 768px) {
  .identification__rightImage-inner {
    margin-right: 0;
    margin-top: 0;
  }
}
.identification__rightImage-inner.rightImageSkill {
  margin-right: 0;
  margin-top: 0;
  width: 422.56px;
}
@media (max-width: 768px) {
  .identification__rightImage-inner.rightImageSkill {
    width: 100%;
  }
}
.identification__rightImage-inner.rightImageSkill img {
  width: 100%;
}
.identification__content-header {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .identification__content-header {
    margin-bottom: 30px;
  }
}
.identification__content-header-inner {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .identification__content-header-inner {
    margin-bottom: 10px;
  }
}
.identification__content-header-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.identification__content-title {
  font-size: 24px;
  color: #3F3F3F;
  margin: 0;
}
@media (max-width: 768px) {
  .identification__content-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .identification__content-title {
    font-size: 16px;
  }
}
.identification__content-description {
  font-size: 16px;
  color: #505050;
  margin-bottom: 60px;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .identification__content-description {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .identification__content-description {
    font-size: 12px;
    padding-left: 0;
  }
}
.identification__content-icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 1140px) {
  .identification__content-icons {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .identification__content-icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .identification__content-icons {
    gap: 15px;
    margin-bottom: 15px;
  }
}
.identification__content-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.identification__content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #DD001B;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .identification__content-item {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .identification__content-item {
    padding: 10px;
  }
}
.identification__content-item-icon {
  max-width: 71px;
  max-height: 71px;
  height: auto;
}
@media (max-width: 768px) {
  .identification__content-item-icon {
    max-width: 56px;
    max-height: 56px;
  }
}
@media (max-width: 480px) {
  .identification__content-item-icon {
    max-width: 42px;
    max-height: 42px;
  }
}
.identification__content-item-text {
  font-size: 14px;
  color: #505050;
  text-align: center;
}
@media (max-width: 768px) {
  .identification__content-item-text {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .identification__content-item-text {
    font-size: 10px;
  }
}

.identification_skill {
  padding-top: 164px;
  background: #F9F4EE;
}
@media (max-width: 768px) {
  .identification_skill {
    padding-top: 82px;
  }
}
.identification_skill .titleAreaLeft {
  padding-right: 60px;
}
@media (max-width: 768px) {
  .identification_skill .titleAreaLeft {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.identification_skill .identification__text {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .identification_skill .identification__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .identification_skill .identification__text {
    font-size: 12px;
  }
}
.identification_skill .container .identification__right .education-section {
  width: 100%;
  max-width: 1140px;
  min-width: 692px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .identification_skill .container .identification__right .education-section {
    flex-direction: column;
    align-items: center;
    gap: 0;
    min-width: auto;
    max-width: auto;
    margin-bottom: 45px;
  }
}
.identification_skill .container .identification__right .education-section .education-card-wrapper {
  width: 50%;
  max-width: 540px;
}
@media (max-width: 768px) {
  .identification_skill .container .identification__right .education-section .education-card-wrapper {
    width: 100%;
    max-width: auto;
  }
}
.identification_skill .container .identification__right .education-section .education-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.identification_skill .container .identification__right .education-section .education-card-image {
  width: 100%;
  height: auto;
  display: block;
}
.identification_skill .container .identification__right .education-section .education-card-content {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .identification_skill .container .identification__right .education-section .education-card-content {
    padding: 10px 0;
  }
}
.identification_skill .container .identification__right .education-section .education-card-title {
  font-size: 24px;
  margin: 0 0 15px 0;
}
.identification_skill .container .identification__right .education-section .education-card-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.identification_skill .container .identification__right .education-section .education-card-list-item {
  font-size: 16px;
  line-height: 1.6;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 8px;
}
.identification_skill .container .identification__right .education-section .education-card-list-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.identification_skill .container .education-qualification-section {
  width: 100%;
  display: flex;
  justify-content: center;
}
.identification_skill .container .education-qualification-container {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.identification_skill .container .education-qualification-container .education-qualification-header {
  border-bottom: 1px solid #E8DCCC;
  padding: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .identification_skill .container .education-qualification-container .education-qualification-header {
    padding: 10px;
  }
}
.identification_skill .container .education-qualification-container .education-qualification-header .education-qualification-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.identification_skill .container .education-qualification-container .education-qualification-body {
  padding: 20px;
}
@media (max-width: 768px) {
  .identification_skill .container .education-qualification-container .education-qualification-body {
    padding: 10px;
  }
}
.identification_skill .container .education-qualification-container .education-qualification-body .education-qualification-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.identification_skill .container .education-qualification-container .education-qualification-body .education-qualification-list-item {
  font-size: 14px;
  line-height: 1.6;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 10px;
}
.identification_skill .container .education-qualification-container .education-qualification-body .education-qualification-list-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.identification_skill .container .education-qualification-container .education-qualification-body .education-qualification-note {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.identification_skill .container .benefit-section {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .identification_skill .container .benefit-section {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }
}
.identification_skill .container .benefit-section .benefit-card-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .identification_skill .container .benefit-section .benefit-card-wrapper {
    width: 100%;
  }
}
.identification_skill .container .benefit-section .benefit-card-wrapper .benefit-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  padding: 30px;
}
@media (max-width: 768px) {
  .identification_skill .container .benefit-section .benefit-card-wrapper .benefit-card {
    padding: 15px;
  }
}
.identification_skill .container .benefit-section .benefit-card-wrapper .benefit-card-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .identification_skill .container .benefit-section .benefit-card-wrapper .benefit-card-image {
    margin-bottom: 10px;
  }
}
.identification_skill .container .benefit-section .benefit-card-wrapper .benefit-card-text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.identification_skill .container .benefit-section .benefit-card-wrapper .benefit-card-text span {
  font-weight: bold;
}
.identification_skill .container .motivation-wrapper {
  max-width: 845px;
  margin: 0 auto 140px;
  text-align: center;
}
@media (max-width: 768px) {
  .identification_skill .container .motivation-wrapper {
    margin-bottom: 70px;
  }
}
.identification_skill .container .motivation-wrapper .motivation-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.identification_skill .container .motivation-wrapper .motivation-container .motivation-arrow {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .identification_skill .container .motivation-wrapper .motivation-container .motivation-arrow {
    margin-bottom: 20px;
  }
}
.identification_skill .container .motivation-wrapper .motivation-container .motivation-arrow img {
  width: 72.04px;
  height: auto;
}
@media (max-width: 768px) {
  .identification_skill .container .motivation-wrapper .motivation-container .motivation-arrow img {
    width: 40px;
  }
}
.identification_skill .container .motivation-wrapper .motivation-container .motivation-content {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .identification_skill .container .motivation-wrapper .motivation-container .motivation-content {
    margin-bottom: 20px;
  }
}
.identification_skill .container .motivation-wrapper .motivation-container .motivation-content .motivation-image {
  max-width: 100%;
  height: auto;
  display: block;
}
.identification_skill .container .motivation-wrapper .motivation-container .motivation-description {
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .identification_skill .container .motivation-wrapper .motivation-container .motivation-description {
    font-size: 18px;
  }
}
.identification_skill .container .row2Box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .identification_skill .container .row2Box {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.identification_skill .container .row2Box .identification__content-header {
  padding-right: 60px;
  max-width: 403px;
}
@media (max-width: 768px) {
  .identification_skill .container .row2Box .identification__content-header {
    max-width: 100%;
    margin-bottom: 0;
    padding-right: 30px;
  }
}

.seminar-detail__contact {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 70px;
}
@media (max-width: 1140px) {
  .seminar-detail__contact {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .seminar-detail__contact {
    margin-bottom: 52px;
  }
}
@media (max-width: 480px) {
  .seminar-detail__contact {
    margin-bottom: 42px;
  }
}
.seminar-detail__contact-btn {
  display: inline-flex;
  align-items: center;
  background: #E62327;
  color: #FFFFFF;
  padding: 12px 36px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  padding-right: 50px;
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .seminar-detail__contact-btn {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .seminar-detail__contact-btn {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .seminar-detail__contact-btn {
    font-size: 12px;
  }
}
.seminar-detail__contact-btn:hover {
  background: #CC1F22;
}
.seminar-detail__contact-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 7px;
  height: 18px;
  background-image: url("../images/common/arr_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .seminar-detail__contact-btn {
    padding: 15px 50px;
  }
}
@media (max-width: 480px) {
  .seminar-detail__contact-btn {
    padding: 12px 40px;
  }
}