@charset "utf-8";
#company-profile {
  padding: 90px 0;
}
#company-profile .text-content {
  width: 51.68%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#company-profile .subtitle {
  font-size: 53px;
  font-size: 5.3rem;
  font-weight: bold;
  color: #0D508A;
  margin-bottom: 55px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#company-profile .subtitle .number {
  font-size: 85px;
  font-size: 8.5rem;
}
#company-profile .main-title {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  color: #0D508A;
  margin: 12px 0 36px 0;
  position: relative;
  letter-spacing: 0.05em;
}
#company-profile .description-paragraph {
  ffont-size: 17px;
  font-size: 1.7rem;
  margin: 0 0 25px 0;
  text-align: justify;
}
#company-profile .description-paragraph:last-of-type {
  margin-bottom: 0;
}
#company-profile .diagram-content {
  width: 42.15%;
}
@media (max-width: 1200px) {
  #company-profile .subtitle {
    font-size: 42px;
    font-size: 4.2rem;
  }
  #company-profile .subtitle .number {
    font-size: 67px;
    font-size: 6.7rem;
  }
  #company-profile .main-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
  #company-profile .diagram-content {
    width: 46.15%;
  }
}
@media (max-width: 890px) {
	#company-profile .text-content {
    width: 45.68%;
	}
	#company-profile .diagram-content {
        width: 50.15%;
    }
	#company-profile .subtitle {
        font-size: 35px;
        font-size: 3.5rem;
    }
	#company-profile .subtitle .number {
        font-size: 57px;
        font-size: 5.7rem;
    }
	    #company-profile .main-title {
        font-size: 31px;
        font-size: 3.1rem;
    }
}
@media (max-width: 768px) {
  #company-profile {
    padding: 30px 0 60px;
  }
  #company-profile .text-content {
    width: 100%;
  }
  #company-profile .subtitle {
    font-size: 29px;
    font-size: 2.9rem;
    margin-bottom: 35px;
  }
  #company-profile .subtitle .number {
    font-size: 46px;
    font-size: 4.6rem;
  }
  #company-profile .main-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  #company-profile .diagram-content {
    width: 100%;
    padding-top: 50px;
  }
}
#slide-img li {
  margin: 0 20px;
}
#slide-img li:nth-child(2n) {
  margin-top: 50px;
}
@media (max-width: 890px) {
	#slide-img li {
    margin: 0 5px;
}
}
#company-numbers {
  padding: 100px 0 90px;
  margin-top: 140px;
  background: linear-gradient(135deg, #094385 0%, #2FB4D1 100%);
  border-radius: 125px 125px 0 0;
}
#company-numbers .header-group {
  text-align: center;
  margin-bottom: 50px;
}
#company-numbers .section-title {
  font-size: 47px;
  font-size: 4.7rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 50px;
}
#company-numbers .section-title-l {
  font-size: 66px;
  font-size: 6.6rem;
}
#company-numbers .section-subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 8px 0 0 0;
  letter-spacing: 0.15em;
}
#company-numbers .cards-grid-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 45px;
}
#company-numbers .cards-grid-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#company-numbers .info-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#company-numbers .card-label {
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: bold;
  color: #002E57;
  margin: 0 0 25px 0;
  text-align: center;
  letter-spacing: 0.05em;
}
#company-numbers .card-label span {
    font-size: 20px;
	font-size: 2.0rem;
}
#company-numbers .cards-grid-bottom .card-label {
  font-size: 25px;
  font-size: 2.5rem;
}
#company-numbers .info-card:first-child .card-body-empty {
  width: 29.22%;
}
#company-numbers .info-card:nth-child(2) .card-body-empty {
  width: 86.60%;
}
#company-numbers .info-card:nth-child(3) .card-body-empty {
  width: 28.42%;
}
#company-numbers .cards-grid-bottom .info-card:first-child .card-body-empty {
  width: 81.61%;
}
#company-numbers .cards-grid-bottom .info-card:nth-child(2) .card-body-empty {
  width: 46.94%;
}
#company-numbers .cards-grid-bottom .info-card:nth-child(3) .card-body-empty {
  width: 57.09%;
}
#company-numbers .cards-grid-bottom .info-card:nth-child(4) .card-body-empty {
  width: 87.22%;
}
@media (max-width: 1080px) {
  #company-numbers .card-label {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #company-numbers .cards-grid-bottom .card-label {
    font-size: 21px;
    font-size: 2.1rem;
  }
  #company-numbers .cards-grid-top {
    gap: 20px;
    margin-bottom: 30px;
  }
  #company-numbers .cards-grid-bottom {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  #company-numbers {
    padding: 70px 0 60px;
    margin-top: 60px;
    border-radius: 45px 45px 0 0;
  }
  #company-numbers .header-group {
    text-align: center;
    margin-bottom: 30px;
  }
  #company-numbers .section-title {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 36px;
  }
  #company-numbers .section-title-l {
    font-size: 41px;
    font-size: 4.1rem;
  }
  #company-numbers .section-subtitle {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #company-numbers .cards-grid-top {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
  #company-numbers .cards-grid-bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #company-numbers .info-card {
    padding: 20px 16px;
  }
  #company-numbers .card-label {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 13px;
  }
#company-numbers .card-label span {
    font-size: 17px;
    font-size: 1.7rem;
}
  #company-numbers .info-card:first-child .card-body-empty {
    width: 18.22%;
  }
  #company-numbers .info-card:nth-child(2) .card-body-empty {
    width: 72.6%;
  }
  #company-numbers .info-card:nth-child(3) .card-body-empty {
    width: 19.42%;
  }
  #company-numbers .cards-grid-bottom .card-label {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 30px;
  }
  #company-numbers .cards-grid-bottom .info-card:first-child .card-body-empty {
    width: 100%;
  }
  #company-numbers .cards-grid-bottom .info-card:nth-child(2) .card-body-empty {
    width: 45.94%;
  }
  #company-numbers .cards-grid-bottom .info-card:nth-child(4) .card-body-empty {
    width: 100%;
  }
}
#company-work {
  padding: 140px 0 100px;
  position: relative;
}
#company-work .l_continar {
  position: relative;
  z-index: 2;
}
#company-work .text-block {
  width: 67.58%;
}
#company-work .background-title {
  position: absolute;
  top: -200px;
  left: -200px;
  font-size: 203px;
  font-size: 20.3rem;
  color: #F5FAFC;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
  z-index: -1;
  user-select: none;
  letter-spacing: 0.02em;
}
#company-work .section-headline-top {
  font-size: 41px;
  font-size: 4.1rem;
  font-weight: bold;
  color: #0D508A;
  line-height: 67px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
}
#company-work .paragraph {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0 0 24px 0;
  line-height: 1.8;
  text-align: justify;
}
#company-work .paragraph:last-of-type {
  margin-bottom: 0;
}
#company-work .profile-block {
  width: 29.83%;
}
#company-work .leader-title {
  font-size: 27px;
  font-size: 2.7rem;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 5px;
}
#company-work .highlight-blue {
  background: linear-gradient(#E7F1F7 100%, #E7F1F7 100%);
  font-weight: bold;
  padding: 0 2px;
  color: #00498A;
}
@media (max-width: 768px) {
  #company-work {
    padding: 90px 0 50px;
  }
  #company-work .background-title {
    font-size: 86px;
        font-size: 8.6rem;
        top: -74px;
        left: 5px;
  }
  #company-work .content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  #company-work .text-block {
    width: 100%;
  }
  #company-work .section-headline-top {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 38px;
    margin-bottom: 40px;
  }
  #company-work .section-headline-bottom {
    font-size: 1.45rem;
    margin-bottom: 24px;
  }
  #company-work .paragraph {
    margin-bottom: 18px;
  }
  #company-work .profile-block {
    width: 100%;
  }
  #company-work .image-placeholder {
    width: 60%;
    margin: 20px auto 0;
  }
  #company-work .leader-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#company-follow {
  padding: 105px 0 85px;
  position: relative;
}
#company-follow .background-title-follow {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 138px;
  font-size: 13.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #EDF5FC;
  z-index: 1;
  user-select: none;
}
#company-follow .follow-header {
  text-align: center;
  position: relative;
  margin-bottom: 56px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
#company-follow .follow-header::before {
  content: "";
  background: url("../images/top/brackets-left.svg")no-repeat 0 0;
  background-size: contain;
  width: 17.5px;
  height: 61.25px;
}
#company-follow .follow-header::after {
  content: "";
  background: url("../images/top/brackets-right.svg")no-repeat 0 0;
  background-size: contain;
  width: 17.5px;
  height: 61.25px;
}
#company-follow .follow-title {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: inline-block;
}
#company-follow .follow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}
#company-follow .follow-card {
  background-color: #ffffff;
  border: 1px solid #A7C6E2;
  border-radius: 10px;
  padding: 40px 30px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#company-follow .badge-follow {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #125692;
  color: #ffffff;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  padding: 3px 20px;
  line-height: 1;
  border-radius: 20px;
  letter-spacing: 0.05em;
}
#company-follow .card-headline {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #125692;
  margin-bottom: 20px;
  ;
  text-align: center;
  letter-spacing: 0.05em;
}
#company-follow .card-img-placeholder {
  width: 100%;
  margin-bottom: 10px;
}
#company-follow .card-description {
  line-height: 26px;
}
@media (max-width: 1000px) {
  #company-follow .follow-grid {
    gap: 20px;
  }
  #company-follow .card-headline {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #company-follow {
    padding: 65px 0 85px;
  }
  #company-follow .background-title-follow {
    font-size: 96px;
    font-size: 9.6rem;
  }
  #company-follow .follow-header {
    margin-bottom: 40px;
    gap: 8px;
  }
  #company-follow .follow-header::before, #company-follow .follow-header::after {
    width: 14.5px;
    height: 50.25px;
  }
  #company-follow .follow-title {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
  #company-follow .follow-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #company-follow .follow-card {
    padding: 28px 20px 24px 20px;
  }
  #company-follow .card-headline {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
#company-voice {
  padding: 105px 0 95px;
  position: relative;
}
#company-voice .background-title-voice {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 138px;
  font-size: 13.8rem;
  color: #FAFAFA;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  z-index: 1;
  user-select: none;
}
#company-voice .voice-header {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#company-voice .voice-title {
  font-size: 41px;
  font-size: 4.1rem;
  font-weight: bold;
  color: #125692;
}
#company-voice .voice-bracket-img {
  max-width: 330px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#company-voice .slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}
#company-voice .slider-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #2b7da2;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(43, 125, 162, 0.25);
  transition: background-color 0.3s ease, transform 0.2s ease;
  flex-shrink: 0;
}
#company-voice .slider-arrow:hover {
  background-color: #1e5c7a;
  transform: scale(1.05);
}
#company-voice .slider-arrow svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
#company-voice .voice-card {
  background: linear-gradient(135deg, #125692 0%, #0093a8 50%, #00EBEC 100%);
  border-radius: 20px;
  padding: 50px 40px;
  color: #ffffff;
  position: relative;
}
#company-voice .voice-text-box {
  width: 54%;
}
#company-voice .voice-quote {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 45px;
  margin: 0 0 10px 0;
  letter-spacing: 0.05em;
  text-align: justify;
}
#company-voice .voice-author {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#company-voice .voice-author span {
  font-size: 32px;
  font-size: 3.2rem;
  margin-left: 8px;
}
#company-voice .voice-photo-box {
  width: 35%;
  border-radius: 30px 30px 30px 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 350 / 245;
}
#company-voice .voice-photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#company-voice .btn-more {
  display: block;
  align-items: center;
  justify-content: space-between;
  max-width: 270px;
  width: 100%;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
#company-voice .btn-more a:hover {
  transform: translateY(-2px);
  border-radius: 35px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
#company-voice .btn-more .arrow-icon {
  font-size: 1.1rem;
  line-height: 1;
  margin-left: 8px;
}
#company-voice .photo-detail {
  position: absolute;
  bottom: 60px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 28px solid #ffffff;
  z-index: 1;
}
#company-voice .photo-detail::after {
  content: "";
  position: absolute;
  top: -28px;
  left: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 20px solid #2d98da;
}
#company-voice .slick-next {
  width: 54px;
  height: 54px;
}
#company-voice .slick-next:before {
  background: url("../images/top/arrow-work-ri.svg")no-repeat 0 0 !important;
}
#company-voice .slick-prev {
  width: 54px;
  height: 54px;
}
#company-voice .slick-prev:before {
  background: url("../images/top/arrow-work-le.svg")no-repeat 0 0 !important;
}
#company-voice .slick-next {
  right: -7%;
}
#company-voice .slick-prev {
  left: -7%;
}
@media (max-width: 1165px) {
  #company-voice .slick-next {
    right: -3%;
  }
  #company-voice .slick-prev {
    left: -3%;
  }
}
@media (max-width: 1050px) {
  #company-voice .slick-next {
    right: -1%;
  }
  #company-voice .slick-prev {
    left: -1%;
  }
}
@media (max-width: 768px) {
  #company-voice {
    padding: 55px 0 75px;
  }
  #company-voice .background-title-voice {
    top: -20px;
    font-size: 115px;
    font-size: 11.5rem;
  }
  #company-voice .voice-title {
    font-size: 31px;
    font-size: 3.1rem;
  }
  #company-voice .voice-bracket-img {
    width: 60%;
  }
  #company-voice .slider-container {
    gap: 12px;
  }
  #company-voice .slider-arrow {
    width: 36px;
    height: 36px;
  }
  #company-voice .slider-arrow svg {
    width: 16px;
    height: 16px;
  }
  #company-voice .voice-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 28px 20px;
    align-items: center;
  }
  #company-voice .voice-text-box {
    order: 1;
    width: 100%;
    align-items: center;
  }
  #company-voice .voice-quote {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 34px;
    margin: 0 0 10px 0;
    letter-spacing: 0;
  }
  #company-voice .voice-author {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #company-voice .voice-author span {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #company-voice .voice-photo-box {
    order: 2;
    width: 100%;
  }
  #company-voice .btn-more {
    order: 3;
    width: 100%;
  }
}
#flow {
  padding: 100px 0 65px;
  position: relative;
}
#flow .background-title-follow {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 138px;
  font-size: 13.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #EDF5FC;
  z-index: 1;
  user-select: none;
}
#flow .follow-header {
  text-align: center;
  position: relative;
  margin-bottom: 56px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
#flow .follow-header::before {
  content: "";
  background: url("../images/top/brackets-left.svg")no-repeat 0 0;
  background-size: contain;
  width: 17.5px;
  height: 61.25px;
}
#flow .follow-header::after {
  content: "";
  background: url("../images/top/brackets-right.svg")no-repeat 0 0;
  background-size: contain;
  width: 17.5px;
  height: 61.25px;
}
#flow .follow-title {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline-block;
}
#flow .kome {
  display: none;
}
@media (max-width: 1035px) {
  #flow .flow-area {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  #flow .flow-area img {
    max-width: 100%;
    min-width: 1035px;
    vertical-align: top;
  }
  #flow .kome {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #flow {
    padding: 50px 0 45px;
  }
  #flow .background-title-follow {
    font-size: 96px;
    font-size: 9.6rem;
    top: -13px
  }
  #flow .follow-header {
    margin-bottom: 40px;
    gap: 8px;
  }
  #flow .follow-header::before, #flow .follow-header::after {
    width: 14.5px;
    height: 50.25px;
  }
  #flow .follow-title {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
  #flow .flow-area img {
    max-width: 100%;
    min-width: 1170px;
    vertical-align: top;
  }
}
#company-entry {
  padding: 100px 0 110px;
  ;
  position: relative;
}
#company-entry .left-column {
  width: 36.75%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#company-entry .main-title-english {
  font-size: 110px;
  font-size: 11.0rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #125692;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.05em;
}
#company-entry .main-title-japanese {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 500;
  color: #125692;
  margin: 20px 0 45px;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.1em;
}
#company-entry .main-title-japanese::before {
  content: "—";
  font-weight: 300;
}
#company-entry .entry-description {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 43px;
  margin-bottom: 40px;
}
#company-entry .right-column {
  width: 60.33%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#company-entry .job-card {
  background: linear-gradient(90deg, #0FA0D8 0%, #00DFDF 100%);
  padding: 25px 50px 25px 30px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#company-entry .job-card:hover {
  transform: translateX(8px);
}
#company-entry .job-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#company-entry .job-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#company-entry .job-caption {
  font-size: 17px;
  font-size: 1.7rem;
  opacity: 0.9;
}
#company-entry .btn-blue {
  max-width: 200px;
  width: 100%;
}
#company-entry .btn-blue a {
  padding: 5px;
}
@media (max-width: 768px) {
  #company-entry {
    padding: 60px 0 110px;
  }
  #company-entry .grid-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #company-entry .left-column {
    width: 100%;
  }
  #company-entry .main-title-english {
    font-size: 54px;
    font-size: 5.4rem;
  }
  #company-entry .main-title-japanese {
    font-size: 20px;
    font-size: 2.0rem;
    margin: 12px 0 24px 0;
  }
  #company-entry .btn-blue {
    max-width: none;
    width: 80%;
    margin: 0 auto;
  }
  #company-entry .btn-entry-list {
    width: 100%;
    max-width: 240px;
  }
  #company-entry .right-column {
    width: 100%;
	  margin-top: 30px;
  }
  #company-entry .job-card {
    padding: 10px 20px;
  }
  #company-entry .job-title {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
#faq {
  padding: 70px 0 100px;
}
#faq .manga-area {
  max-width: 925px;
  width: 100%;
  margin: 0 auto 75px;
}
#faq .faq-area {
  padding: 70px 110px;
  background: #fff;
  border-radius: 10px;
}
#faq h2 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  color: #125692;
}
#faq h3 {
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
#faq .box {
  margin-bottom: 80px;
}
#faq .box:last-child {
  margin-bottom: 0;
}
#faq dl {
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #BCC9D5;
  padding: 10px 50px 10px 30px;
  position: relative;
  cursor: pointer;
}
#faq dl:last-child {
  margin-bottom: 0;
}
#faq dl:after {
  content: "";
  width: 18px;
  height: 11px;
  background: url("../images/common/arrow-dw-blue.svg") 0 0 no-repeat;
  background-size: contain;
  width: 12.13px;
  height: 6.94;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#faq dl.is-open:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
#faq dl dt {
  color: #0C4E88;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
#faq dl dt:before {
  content: "Q.";
  font-size: 20px;
  font-size: 2.0rem;
  position: absolute;
  left: 0;
  top: 0;
}
#faq dl dd {
  display: none;
  margin-top: 15px;
  color: #17120E;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
}
#faq dl dd:before {
  content: "A.";
  font-size: 20px;
  font-size: 2.0rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1030px) {
  #faq .faq-area {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 768px) {
  #faq {
    padding: 30px 0 70px;
  }
  #faq .faq-area {
    padding: 50px 10px;
  }
  #faq h2 {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 22px;
  }
  #faq h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 12px;
  }
  #faq .box {
    margin-bottom: 50px;
  }
  #faq dl {
    padding: 10px 27px 10px 15px;
  }
  #faq dl dt {
    font-size: 17px;
    font-size: 1.7rem;
    padding-left: 23px;
  }
  #faq dl dd {
    padding-left: 24px;
  }
  #faq dl dt:before, #faq dl dd:before {
    width: 19px;
    height: 25px;
    left: 0;
	  font-size: 17px;
    font-size: 1.7rem;
  }
  #faq dl dd:before {
    top: 3%;
  }
}
#recruitment-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(90deg, #23A2D3 0%, #00E2CB 100%);
  padding: 10px 0;
}
#recruitment-section .section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#recruitment-section .section-title {
  color: #ffffff;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-align: center;
}
#recruitment-section .button-group {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
#recruitment-section .apply-button {
  width: 33.33%;
  background-color: #ffffff;
  color: #004887;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 13px 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
#recruitment-section .apply-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
#recruitment-section .button-text {
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#recruitment-section .button-text .pc {
  display: inline-block;
}
#recruitment-section .arrow-circle {
  background: url("../images/recruit/arrow-right-br-rr.svg")no-repeat 0 0;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: relative;
}
@media screen and (max-width: 1140px) {
  #recruitment-section .button-group {
    gap: 15px;
  }
  #recruitment-section .section-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #recruitment-section .apply-button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #recruitment-section {
    padding: 6px 0 10px;
  }
  #recruitment-section .section-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #recruitment-section .section-title {
    font-size: 18px;
    font-size: 1.8rem;
	      margin-bottom: 5px;
  }
  #recruitment-section .button-group {
    gap: 5px;
  }
  #recruitment-section .apply-button {
    line-height: 16px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
  #recruitment-section .button-text {
    margin-right: 4px;
  }
  #recruitment-section .arrow-circle {
    width: 16px;
    height: 16px;
  }
	#recruitment-section .button-text .pc {
		display: none;
	}
}
/*求人一覧ページ*/
#jobs {
  padding: 20px 0 130px;
}
#jobs h2 {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  color: #125692;
}
#jobs ul {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 15px;
}
#jobs li a {
  padding: 13px 80px;
  color: #fff;
  background-image: linear-gradient(140deg, #0fa0d8, #00dfdf);
  display: block;
  position: relative;
}
#jobs li a::after {
  content: "";
  background: url("../images/recruit/arrow-right-wh.svg")no-repeat 0 0;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 40%;
  right: 50px;
  transform: translateX(-50%);
}
#jobs h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 5px;
  font-weight: bold;
}
#jobs p {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #jobs {
    padding: 50px 0 80px;
  }
  #jobs h2 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  #jobs li a {
    padding: 13px 20px;
  }
  #jobs h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
/*求人詳細*/
#job-recruitment-section {
  padding: 50px 0 190px;
}
#job-recruitment-section .recruitment-title {
  font-size: 32px;
  font-size: 3.0rem;
  color: #125692;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
#job-recruitment-section .recruitment-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 55px;
}
#job-recruitment-section .recruitment-table tr {
  border-bottom: 1px solid #D5D9D9;
}
#job-recruitment-section .recruitment-table tr:first-child {
  border-top: 1px solid #D5D9D9;
}
#job-recruitment-section .recruitment-table th {
  width: 30.61%;
  text-align: left;
  padding: 10px 20px;
  background-color: #F5F5F5;
  color: #04447D;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  vertical-align: middle;
  border-right: 1px solid #D5D9D9;
  border-left: 1px solid #D5D9D9;
}
#job-recruitment-section .recruitment-table td {
  width: 69.38%;
  padding: 10px 24px;
  vertical-align: middle;
  text-align: left;
  border-right: 1px solid #D5D9D9;
}
#job-recruitment-section .action-area {
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
}
#company-work .action-area {
  max-width: 470px;
  width: 100%;
  margin: 50px auto 0;
}
#job-recruitment-section .action-area a,#company-work .action-area a {
  font-size: 32px;
  font-size: 3.2rem;
  padding: 20px 45px;
  border-radius: 45px;
  font-weight: bold;
  display: block;
  color: #fff;
  background-image: linear-gradient(140deg, #125692, #00d1d2);
  position: relative;
}
#company-work .action-area a {
	font-size: 26px;
  font-size: 2.6rem;
	z-index: 2;
}
#job-recruitment-section .action-area a::before {
  content: "Entry";
  font-size: 58px;
  font-size: 5.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
  position: absolute;
  top: 15%;
  right: 0;
  transform: translateX(-50%);
  line-height: 1;
  color: #55CED2;
  z-index: 0;
}
#company-work .action-area a::before {
	content: "Interview";
  font-size: 47px;
  font-size: 4.7rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
  position: absolute;
  top: 15%;
  right: 0;
  transform: translateX(-50%);
  line-height: 1;
  color: #55CED2;
  z-index: -1;
}
#job-recruitment-section .action-area a::after,#company-work .action-area a::after{
  content: "";
  background: url("../images/recruit/arrow-right-wh.svg")no-repeat 0 0;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 37%;
  right: 4%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
	#company-work .action-area a {
		    font-size: 22px;
    font-size: 2.2rem;
    padding: 15px 30px;
	}
  #job-recruitment-section {
    padding: 50px 0 110px;
  }
  #job-recruitment-section .recruitment-title {
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 20px;
  }
  #job-recruitment-section .recruitment-table tr {
    display: flex;
    flex-direction: column;
  }
  #job-recruitment-section .recruitment-table th {
    width: 100%;
  }
  #job-recruitment-section .recruitment-table td {
    width: 100%;
    border-left: 1px solid #D5D9D9;
  }
  #job-recruitment-section .action-area {
    max-width: none;
    width: 90%;
  }
  #job-recruitment-section .action-area a {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 15px 20px;
    border-radius: 45px;
  }
  #job-recruitment-section .action-area a::before {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
/*先輩社員の声*/
#senior-voice {
  padding: 30px 0 170px;
}
#senior-voice .header-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 115px;
}
#senior-voice .header-text-box {
  width: 53.57%;
}
#senior-voice .main-catchphrase {
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 35px;
  letter-spacing: 0.1rem;
}
#senior-voice .profile-box {
  color: #125692;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#senior-voice .job-type {
  font-size: 21px;
  font-size: 2.1rem;
  margin-right: 15px;
}
#senior-voice .employee-name {
  font-size: 35px;
  font-size: 3.5rem;
}
#senior-voice .header-image-box {
  width: 40.82%;
}
#senior-voice .border-line {
  border: 2px solid #E3E3E3;
  border-radius: 30px 30px 30px 0;
}
#senior-voice .interview-list {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
#senior-voice .question-title {
  background-color: #EDF6FC;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 5px 20px;
  margin-bottom: 15px;
  text-indent: -1.8em;
  padding-left: 2.2em;
}
#senior-voice .answer-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin-bottom: 30px;
}
#senior-voice .answer-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #senior-voice {
    padding: 60px 0 110px;
  }
  #senior-voice .header-text-box {
    width: 100%;
  }
  #senior-voice .header-area {
    display: block;
    ;
    margin-bottom: 40px;
  }
  #senior-voice .header-image-box {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  #senior-voice .main-catchphrase {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 37px;
    margin-bottom: 20px;
  }
  #senior-voice .interview-list {
    gap: 70px;
  }
  #senior-voice .profile-box {
    margin-bottom: 20px;
  }
  #senior-voice .job-type {
    font-size: 19px;
    font-size: 1.9rem;
  }
  #senior-voice .employee-name {
    font-size: 30px;
    font-size: 3.0rem;
  }
  #senior-voice .question-title {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 5px 15px;
    padding-left: 2.2em;
  }
}
#footer {
	    padding: 30px 0 145px;
}
@media screen and (max-width: 798px) {
    #footer {
        padding: 40px 0 80px;
    }
}
#pagetop {
	bottom: 150px;
}
@media screen and (max-width: 798px) {
	#pagetop {
    bottom: 90px;
}
}