.p-about_sub-title {
  margin-top: 40px;
}

@media screen and (max-width:960px) {
  .p-about_sub-title {
    font-size: 26px !important;
  }
}

@media screen and (max-width:560px) {
  .p-about_sub-title {
    font-size: 17px !important;
  }
}

.tabs-wrap {
  margin-bottom: 80px;
}

/* 企業理念 */
.p-about_philosophy {
  color: #fff;
  margin: 0 0 874px;
  position: relative;
}

@media screen and (max-width:1280px) {
  .p-about_philosophy {
    margin-bottom: 624px;
  }
}

@media screen and (max-width:960px) {
  .p-about_philosophy {
    margin-bottom: 90px;
  }
}

.p-about_philosophy-inner {
  padding: 120px 0;
  border-radius: 300px 0 0 0;
}

@media screen and (max-width:960px) {
  .p-about_philosophy-inner {
    padding: 120px 0;
    border-radius: 120px 0 0 0;
  }
}

@media screen and (max-width:768px) {
  .p-about_philosophy-inner {
    padding: 75px 0 115px;
  }
}

.p-about_philosophy-img {
  display: block;
  width: 1260px;
  position: absolute;
  top: 346px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width:1280px) {
  .p-about_philosophy-img {
    width: 960px;
    top: 497px;
  }
}

@media screen and (max-width:960px) {
  .p-about_philosophy-img.__pc {
    display: none;
  }
}

.p-about_philosophy-img.__sp {
  display: none;
}

@media screen and (max-width:960px) {
  .p-about_philosophy-img.__sp {
    display: block;
    width: 660px;
    position: static;
    transform: translateY(-113px);
    margin: 0 auto -113px;
  }
}

@media screen and (max-width:768px) {
  .p-about_philosophy-img.__sp {
    width: 480px;
    transform: translateY(-82px);
    margin-bottom:-82px;
  }
}

@media screen and (max-width:560px) {
  .p-about_philosophy-img.__sp {
    width: 334px;
    transform: translateY(-57px);
    margin-bottom:-57px;
  }
}

.p-about_philosophy-list-wrap{
  display: none;
  margin-top: 72px;
}
@media screen and (max-width:960px){
  .p-about_philosophy-list-wrap{
    display: block;
  }
}

.p-about_philosophy-list-item:nth-child(n+2){
  margin-top: 28px;
}

.p-about_philosophy-list-title {
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  color: #4C4C4C;
  font-weight: 100;
  line-height: 1;
}

.p-about_philosophy-list-title .__accent {
  font-size: inherit;
  font-family: inherit;
  color: #E60012;
  font-weight: inherit;
}

.p-about_philosophy-list-jp {
  font-size: 13px;
  color: #4C4C4C;
  margin-bottom: 0;
}

.p-about_philosophy-list-text {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
  margin-top: 14px;
}

/* 社長メッセージ */
.p-about_ceo-message_content {
  padding-top: 100px;
  padding-bottom: 128px;
}
@media screen and (max-width:768px){
  .p-about_ceo-message_content {
    padding-top: 75px;
    padding-bottom: 65px;
  }
}

.p-about_ceo-list {
  margin-top: 60px;
}

.p-about_ceo-list-item:nth-child(n+2) {
  margin-top: 56px;
}

@media screen and (max-width:768px){
  .p-about_ceo-list-item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.p-about_ceo-list-title {
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.2em;
  color: #E60012;
}

@media screen and (max-width:560px){
  .p-about_ceo-list-title {
    font-size: 16px;
  }
}

.p-about_ceo-list-text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 28px;
}

@media screen and (max-width:768px){
  .p-about_ceo-list-text {
    margin-top: 16px;
  }
}

@media screen and (max-width:560px){
  .p-about_ceo-list-text {
    margin-top: 14px;
  }
}

/* 沿革 */
.p-about_history {
  border-radius: 300px 0 0 0px;
  padding: 120px 0 380px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width:960px){
  .p-about_history {
    border-radius: 0 120px 0 0px;
    padding: 60px 0 300px;
  }
}

@media screen and (max-width:560px){
  .p-about_history-top-title-en{
    width: 100%;
  }
}

.p-about_history-list {
  position: relative;
  padding-bottom: 105px;
}

@media screen and (max-width:960px){
  .p-about_history-list {
    max-width: 700px;
    margin: 0 auto;
  }
}

@media screen and (max-width:768px){
  .p-about_history-list {
    max-width: 500px;
  }
}

.p-about_history-list::before {
  content: '';
  width: 2px;
  height: 200%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:768px){
  .p-about_history-list::before {
    width: 1px;
  }
}

.p-about_history-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.p-about_history-list-item:nth-child(n+2) {
  margin-top: 100px;
}

.p-about_history-list-item::before {
  content: '';
  width: 50%;
  height: 2px;
  background: repeating-linear-gradient(to right,
      #fff 0px,
      #fff 4px,
      transparent 4px,
      transparent 8px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

@media screen and (max-width:768px){
  .p-about_history-list-item::before {
    height: 1px;
    background: repeating-linear-gradient(to right,
        #fff 0px,
        #fff 2px,
        transparent 2px,
        transparent 4px);
  }
 }

.p-about_history-list-item:nth-child(odd):before {
  right: 0;
}

.p-about_history-list-item:nth-child(even):before {
  left: 0;
}

.p-about_history-list-item .__year {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 130px;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #E60012;
}

@media screen and (max-width:960px){
  .p-about_history-list-item .__year {
    font-size: 16px;
    width: 110px;
    height: 40px;
  }
}

@media screen and (max-width:768px){
  .p-about_history-list-item .__year {
    font-size: 14px;
    width: 63px;
    height: 24px;
  }
}

@media screen and (max-width:560px){
  .p-about_history-list-item .__year {
    width: 56px;
  }
}

.p-about_history-list-item .__content {
  width: 260px;
  aspect-ratio: 1/1;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #E60012;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

@media screen and (max-width:960px){
  .p-about_history-list-item .__content {
    width: 180px;
    font-size: 16px;
  }
}

@media screen and (max-width:768px){
  .p-about_history-list-item .__content {
    width: 130px;
    font-size: 12px !important;
    line-height: 1.57;
  }
}

.p-about_history-list-item:nth-child(odd) .__content {
  right: 0;
}

.p-about_history-list-item:nth-child(even) .__content {
  left: 0;
}

/* 会社情報 */
.p-about_profile {
  padding: 120px 0 20px;
  border-radius: 0 300px 0 0;
  position: relative;
  top: -300px;
  margin-bottom: -300px;
  z-index: 1;
  background-color: #fff;
}

@media screen and (max-width:960px){
  .p-about_profile {
    border-radius: 0 120px 0 0;
  }
 }
@media screen and (max-width:768px){
  .p-about_profile {
    padding: 80px 0 15px;
  }
 }

.p-about_profile-inner {
  max-width: 1416px;
}

.p-about_profile-content {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}

@media screen and (max-width:768px){
  .p-about_profile-content {
    flex-direction: column;
    gap: 12px;
  }
}

.p-about_profile-content-img {
  display: block;
  width: 40%;
  flex-shrink: 0;
}

@media screen and (max-width:768px){
  .p-about_profile-content-img {
    width: 100%;
  }
}

.p-about_profile-list {
  width: 100%;
}

.p-about_profile-list-item {
  display: flex;
  padding: 16px 10px 16px 0;
  border-bottom: 1px solid #D2D2D2;
}

.p-about_profile-list-title {
  font-size: 15.6px;
  letter-spacing: 0.13em;
  width: 160px;
  margin: 0;
  flex-shrink: 0;
}

@media screen and (max-width:768px){
  .p-about_profile-list-title {
    font-size: 14px;
    width: 140px;
  }
}

.p-about_profile-list-content-text {
  font-size: 16px;
  letter-spacing: 0.13em;
  margin: 0;
}

@media screen and (max-width:768px){
  .p-about_profile-list-content-text {
    font-size: 14px;
  }
}

.p-about_profile-list-content-link {
  color: #808080 !important;
  text-decoration: underline !important;
  font-size: 14px !important;
}

@media screen and (max-width:768px){
  .p-about_profile-list-content-link {
    font-size: 12px !important;
  }
}

.p-about_profile-target {
  transform: translateY(-300px);
}

#recruit-footer {
  margin-top: 0 !important;
}