section {
  min-height: 500px;
}

@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(12px);
  }
  60% {
    opacity: 1;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.blurIn {
  animation-name: blurIn;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.section-page-child {
  padding-top: 100px;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination li {
  color: #75838f;
  margin: 0 10px;
  font-size: 16px;
}

.pagination li.active a {
  color: #be302d;
}

#pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 15px;
  width: 75px;
}

#pagetop img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 20px;
    width: 75px;
  }
}

.ttl-g {
  text-align: center;
  color: #be302d;
}

.ttl-g .number {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}

.ttl-g .number::after {
  content: "";
  background: #be302d;
  width: 15px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -18px;
}

.ttl-g h2 {
  font-size: 45px;
  line-height: 65px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .ttl-g .number {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .ttl-g .number::after {
    bottom: -10px;
  }
  .ttl-g h2 {
    font-size: 26px;
    line-height: 37px;
  }
}

#keyvisual {
  width: 100%;
  position: relative;
  height: 59vw;
  overflow: hidden;
}

#keyvisual img {
  width: 100%;
  height: auto;
}

#keyvisual .group-above {
  width: 100%;
  display: flex;
}

#keyvisual .group-above .photo-1 {
  margin-right: 15px;
  margin-top: -13.2%;
}

#keyvisual .group-above .group-1 {
  margin: -20% 15px 0;
}

#keyvisual .group-above .group-1 .photo-3a {
  margin-bottom: 15px;
}

#keyvisual .group-above .photo-4 {
  margin-top: -20.8%;
  margin-right: -22%;
}

#keyvisual .group-down {
  display: flex;
}

#keyvisual .group-down .photo-5 {
  margin: 15px 15px 0;
}

#keyvisual .group-down h3 {
  text-align: center;
  font-size: 35px;
  line-height: 51px;
  font-weight: 500;
  color: #be302d;
  margin: 25px 0 25px;
}

#keyvisual .group-down .row {
  display: flex;
}

#keyvisual .group-down .row .photo-6 {
  margin-right: 15px;
}

#keyvisual .group-down .row .group-3 {
  margin-right: -10%;
}

#keyvisual .group-down .row .group-3 .photo-7 {
  margin-bottom: 15px;
}

#keyvisual .kv-arrow {
  position: absolute;
  left: calc(50% - 25px);
  transform: translateX(-50%);
  bottom: 40px;
  width: 90px;
}

#keyvisual .kv-arrow img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #keyviual-sp {
    position: relative;
  }
  #keyviual-sp .group-above {
    display: flex;
  }
  #keyviual-sp .group-above .group-1 {
    width: 30%;
    margin-bottom: 10px;
  }
  #keyviual-sp .group-above .group-1 .photo-1 {
    margin-top: -5%;
    margin-bottom: 10px;
    height: 40vw;
  }
  #keyviual-sp .group-above .group-1 .photo-1 img {
    height: 40vw;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 0 10px 0;
  }
  #keyviual-sp .group-above .group-1 .photo-2 {
    margin-left: -5%;
  }
  #keyviual-sp .group-above .photo-3 {
    width: 70%;
    margin-left: 10px;
    margin-top: 10px;
  }
  #keyviual-sp h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #be302d;
  }
  #keyviual-sp .group-down {
    display: flex;
  }
  #keyviual-sp .group-down .photo-4 {
    width: 70%;
    margin-right: 10px;
  }
  #keyviual-sp .group-down .group-2 {
    width: 30%;
  }
  #keyviual-sp .group-down .group-2 .photo-5 {
    margin-right: -5%;
    margin-bottom: 10px;
  }
  #keyviual-sp .group-down .group-2 .photo-6 {
    height: 44vw;
  }
  #keyviual-sp .group-down .group-2 .photo-6 img {
    border-radius: 15px 0 0 15px;
    height: 44vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #keyviual-sp .kv-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 65px;
  }
  #keyviual-sp .kv-arrow img {
    width: 100%;
    height: auto;
  }
}

#mission {
  padding: 100px 0 130px;
}

#mission .desc {
  text-align: center;
  color: #be302d;
  margin-bottom: 22px;
  letter-spacing: 0.8px;
}

#mission h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  margin-bottom: 30px;
  color: #be302d;
  letter-spacing: 1.5px;
}

#mission .sign {
  text-align: center;
  font-size: 16px;
  color: #75838f;
  margin-bottom: 60px;
  letter-spacing: 0.8px;
}

#mission .txt {
  letter-spacing: 1.5px;
  line-height: 35px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #mission h2 {
    font-size: 28px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  #mission {
    padding: 65px 0 75px;
  }
  #mission .desc {
    font-size: 13px;
  }
  #mission h2 {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  #mission .sign {
    font-size: 11px;
    margin-bottom: 30px;
  }
  #mission .txt {
    font-size: 12px;
    letter-spacing: -0.2px;
  }
}

#brand {
  position: relative;
  padding: 55px 0 150px;
  background: rgba(117, 131, 143, 0.08);
}

#brand .line-run {
  position: absolute;
  height: 120px;
  background: #e2e2e2;
  overflow: hidden;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: -90px;
}

#brand .line-run::after {
  content: "";
  position: absolute;
  width: 1px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #be2625;
  transform: translateY(-150%);
  animation: dropDown 2s linear infinite;
}

@keyframes dropDown {
  0% {
    transform: translateY(-150%);
    opacity: 1;
  }
  85% {
    transform: translateY(150%);
    opacity: 1;
  }
  100% {
    transform: translateY(150%);
    opacity: 0;
  }
}

#brand .wrap {
  max-width: 1220px;
}

#brand .ttl-g {
  margin-bottom: 65px;
}

#brand .tabs-wrap {
  display: flex;
  width: 100%;
}

#brand .tabs-wrap .tabs-content {
  flex: 1;
  position: relative;
}

#brand .tabs-wrap .tabs-content .tab-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

#brand .tabs-wrap .tabs-content .tab-panel:nth-child(2) .tab-btn a {
  background: #f2a900;
}

#brand .tabs-wrap .tabs-content .tab-panel:nth-child(3) .tab-btn a {
  background: #645c59;
}

#brand .tabs-wrap .tabs-content .tab-panel:nth-child(4) .tab-btn a {
  background: #1f3034;
}

#brand .tabs-wrap .tabs-content .tab-panel .tab-photo {
  height: 680px;
  position: relative;
}

#brand .tabs-wrap .tabs-content .tab-panel .tab-photo::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  border-radius: 30px 0 0 30px;
}

#brand .tabs-wrap .tabs-content .tab-panel .tab-photo img {
  width: 100%;
  height: 680px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px 0 0 30px;
}

#brand .tabs-wrap .tabs-content .tab-panel.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

#brand .tabs-wrap .tabs-content .tab-panel .content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 25px;
  color: #fff;
  text-align: center;
  z-index: 9;
}

#brand .tabs-wrap .tabs-content .tab-panel .content .desc {
  font-size: 20px;
  line-height: 45px;
}

#brand .tabs-wrap .tabs-content .tab-panel .content .txt {
  font-size: 25px;
  line-height: 43px;
}

#brand .tabs-wrap .tabs-content .tab-panel .tab-btn a {
  display: block;
  width: 250px;
  padding: 5px 20px 5px 25px;
  background: #051d49;
  border-radius: 50vw;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  box-sizing: border-box;
  z-index: 9;
}

#brand .tabs-wrap .tabs-content .tab-panel .tab-btn a::after {
  content: "";
  background: url(../img/index/icon_arrow.png) no-repeat 0 0/100%;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#brand .tabs-wrap .tabs-content .tab-panel .tab-btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#brand .tabs-wrap .tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 270px;
  height: 680px;
}

#brand .tabs-wrap .tabs-nav li {
  padding: 12px 16px;
  cursor: pointer;
  text-align: center;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
  color: #fff;
  transform-origin: left center;
}

#brand .tabs-wrap .tabs-nav li .tab-logo {
  margin: 0 auto 5px;
}

#brand .tabs-wrap .tabs-nav li .tab-logo img {
  width: 100%;
  height: auto;
}

#brand .tabs-wrap .tabs-nav li.active {
  transform: scale(1.08);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
  z-index: 2;
  border-radius: 0 25px 25px 0;
}

#brand .tabs-wrap .tabs-nav li.active .tab-logo {
  scale: 1.2;
}

#brand .tabs-wrap .tabs-nav li:nth-child(1) {
  background: #051d49;
  border-radius: 0 25px 0 0;
}

#brand .tabs-wrap .tabs-nav li:nth-child(1) .tab-logo {
  width: 120px;
}

#brand .tabs-wrap .tabs-nav li:nth-child(1).active {
  transform: scale(1.08) translateY(4%);
  border-radius: 0 25px 25px 0;
  overflow: hidden;
}

#brand .tabs-wrap .tabs-nav li:nth-child(2) {
  background: #f2a900;
}

#brand .tabs-wrap .tabs-nav li:nth-child(2) .tab-logo {
  width: 90px;
  margin-bottom: 15px;
}

#brand .tabs-wrap .tabs-nav li:nth-child(3) {
  background: #645c59;
}

#brand .tabs-wrap .tabs-nav li:nth-child(3) .tab-logo {
  width: 80px;
}

#brand .tabs-wrap .tabs-nav li:nth-child(4) {
  background: #1f3034;
  border-radius: 0 0 25px 0;
}

#brand .tabs-wrap .tabs-nav li:nth-child(4) .tab-logo {
  width: 95px;
  margin-bottom: 15px;
}

#brand .tabs-wrap .tabs-nav li:nth-child(4).active {
  transform: scale(1.08) translateY(-4%);
  border-radius: 0 25px 25px 0;
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  #brand .tabs-wrap {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 991px) {
  #brand .tabs-wrap .tabs-content .tab-panel .content .desc {
    font-size: 16px;
  }
  #brand .tabs-wrap .tabs-content .tab-panel .content .txt {
    font-size: 18px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  #brand {
    padding: 55px 0 110px;
  }
  #brand .line-run {
    height: 80px;
    top: -60px;
  }
  #brand .line-run::after {
    height: 40px;
  }
  #brand .tabs-wrap {
    flex-wrap: wrap;
    padding: 0;
  }
  #brand .tabs-wrap .tabs-content {
    width: 100%;
    border-radius: 0;
    flex: auto;
    order: 2;
    height: 450px;
  }
  #brand .tabs-wrap .tabs-content .tab-panel .content {
    top: 15px;
  }
  #brand .tabs-wrap .tabs-content .tab-panel .content .desc {
    font-size: 13px;
  }
  #brand .tabs-wrap .tabs-content .tab-panel .content .txt {
    font-size: 16px;
    line-height: 25px;
  }
  #brand .tabs-wrap .tabs-content .tab-panel .tab-photo {
    height: 450px;
  }
  #brand .tabs-wrap .tabs-content .tab-panel .tab-photo::before {
    border-radius: 0;
  }
  #brand .tabs-wrap .tabs-content .tab-panel .tab-photo img {
    height: 450px;
    border-radius: 0;
  }
  #brand .tabs-wrap .tabs-content .tab-panel .tab-btn a {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
    border-radius: 0 0 15px 15px;
    padding: 10px;
  }
  #brand .tabs-wrap .tabs-content .tab-panel .tab-btn a::after {
    right: calc(50% - 120px);
  }
  #brand .tabs-wrap .tabs-nav {
    order: 1;
    width: 100%;
    height: auto;
    display: flex;
  }
  #brand .tabs-wrap .tabs-nav li {
    width: 25%;
    height: auto;
    padding: 15px;
    border-radius: 15px 15px 0 0;
  }
  #brand .tabs-wrap .tabs-nav li:nth-child(1) {
    background: #051d49;
    border-radius: 15px 15px 0 0;
  }
  #brand .tabs-wrap .tabs-nav li:nth-child(1) .tab-logo {
    width: 50px;
  }
  #brand .tabs-wrap .tabs-nav li:nth-child(1).active {
    transform: scale(1.08) translateY(-4%);
    border-radius: 15px 15px 0 0;
    overflow: hidden;
  }
  #brand .tabs-wrap .tabs-nav li:nth-child(2) {
    background: #f2a900;
  }
  #brand .tabs-wrap .tabs-nav li:nth-child(2) .tab-logo {
    width: 40px;
    margin-bottom: 15px;
  }
  #brand .tabs-wrap .tabs-nav li:nth-child(2).active {
    border-radius: 15px 15px 0 0;
    transform: scale(1.08) translateY(-4%);
  }
  #brand .tabs-wrap .tabs-nav li:nth-child(3) {
    background: #645c59;
  }
  #brand .tabs-wrap .tabs-nav li:nth-child(3) .tab-logo {
    width: 40px;
  }
  #brand .tabs-wrap .tabs-nav li:nth-child(3).active {
    border-radius: 15px 15px 0 0;
    transform: scale(1.08) translateY(-4%);
  }
  #brand .tabs-wrap .tabs-nav li:nth-child(4) {
    background: #1f3034;
    border-radius: 15px 15px 0 0;
  }
  #brand .tabs-wrap .tabs-nav li:nth-child(4) .tab-logo {
    width: 40px;
    margin-bottom: 15px;
  }
  #brand .tabs-wrap .tabs-nav li:nth-child(4).active {
    transform: scale(1.08) translateY(-4%);
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    margin-left: -6px;
  }
  #brand .tabs-wrap .tabs-nav .tab-desc {
    font-size: 11px;
    line-height: 18px;
    text-align: left;
  }
}

#news {
  padding: 60px 0 140px;
}

#news .ttl-g {
  margin-bottom: 50px;
}

#news .news-list {
  width: 100%;
  max-width: 820px;
  margin: 20px auto 70px;
}

#news .news-list .accordion-item {
  margin: 0;
  padding: 0;
  border: none;
}

#news .news-list .accordion-item:last-child .accordion-header {
  border-bottom: 1px solid #e0e0e0;
}

#news .news-list .accordion-header {
  display: flex;
  align-items: center;
  padding: 30px 55px;
  cursor: pointer;
  border-top: 1px solid #e0e0e0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#news .news-list .accordion-header .date {
  flex-shrink: 0;
  width: 120px;
  color: #be302d;
}

#news .news-list .accordion-header .title {
  flex-grow: 1;
  color: #be302d;
  font-size: 16px;
}

#news .news-list .accordion-header .toggle-btn {
  flex-shrink: 0;
  width: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  text-align: right;
  color: #888;
  transition: none;
}

#news .news-list .accordion-content {
  padding: 0;
  margin-left: 50px;
  padding-right: 50px;
  font-size: 14px;
  color: #333;
}

#news .btn-news a {
  width: 230px;
  text-align: center;
  display: block;
  background: #be302d;
  border-radius: 50vw;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 1.2px;
  position: relative;
}

#news .btn-news a::after {
  content: "";
  background: url(../img/index/icon_arrow.png) no-repeat 0 0/100%;
  width: 18px;
  height: 18px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

#news .btn-news a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #news {
    padding: 40px 0 70px;
  }
  #news .news-list {
    margin: 20px auto 55px;
  }
  #news .news-list .accordion-header {
    padding: 20px 10px;
    display: block;
    position: relative;
  }
  #news .news-list .accordion-header span {
    display: block;
  }
  #news .news-list .accordion-header .toggle-btn {
    position: absolute;
    top: 30px;
    right: 10px;
    font-size: 35px;
  }
  #news .news-list .accordion-content {
    margin-left: 20px;
    padding-right: 20px;
  }
  #news .btn-news a {
    font-size: 12px;
  }
}

#recruit {
  padding: 60px 0 125px;
  background: #f4f5f6;
}

#recruit .wrap {
  max-width: 1220px;
}

#recruit .ttl-g {
  margin-bottom: 50px;
}

#recruit .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#recruit .row .photo {
  width: calc(100% - 475px);
  height: 410px;
}

#recruit .row .photo img {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
}

#recruit .row .content {
  width: 420px;
}

#recruit .row .content .txt {
  margin-bottom: 35px;
}

#recruit .row .content .btn-r a {
  width: 255px;
  text-align: center;
  display: block;
  background: #be302d;
  border-radius: 50vw;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 1.2px;
  position: relative;
}

#recruit .row .content .btn-r a::after {
  content: "";
  background: url(../img/index/icon_arrow.png) no-repeat 0 0/100%;
  width: 18px;
  height: 18px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

#recruit .row .content .btn-r a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #recruit {
    padding: 40px 0 80px;
  }
  #recruit .row {
    display: block;
  }
  #recruit .row .photo {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #recruit .row .photo img {
    height: auto;
  }
  #recruit .row .content {
    width: 100%;
  }
  #recruit .row .content .txt {
    font-size: 12px;
    text-align: center;
  }
  #recruit .row .content .btn-r a {
    font-size: 12px;
  }
}

#company {
  padding: 55px 0 180px;
}

@media screen and (min-width: 768px) {
  #company {
    /* WebKit (Chrome, Safari desktop) */
  }
  #company ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  #company ::-webkit-scrollbar-track {
    background: rgba(112, 112, 112, 0.15);
    border-radius: 9999px;
  }
  #company ::-webkit-scrollbar-thumb {
    background: #be302d;
    border-radius: 9999px;
    min-height: 24px;
    -webkit-transition: opacity 0.15s, transform 0.15s;
    transition: opacity 0.15s, transform 0.15s;
  }
  #company ::-webkit-scrollbar-thumb:hover,
  #company ::-webkit-scrollbar-thumb:active {
    opacity: 0.9;
    transform: scaleX(1.15);
  }
}

#company .wrap {
  max-width: 1220px;
}

#company .ttl-g {
  margin-bottom: 65px;
}

#company .row-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

#company .row-1 .col-left {
  width: calc(100% - 475px);
}

#company .row-1 .col-left img {
  width: 100%;
  height: auto;
}

#company .row-1 .col-right {
  width: 425px;
  margin-top: 30px;
}

#company .row-1 .col-right h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 20px;
  color: #be302d;
  letter-spacing: 1px;
}

#company .row-1 .col-right .txt-s {
  height: 205px;
  overflow-y: scroll;
  font-size: 13px;
  line-height: 26px;
  padding-right: 20px;
}

#company .row-2 {
  display: flex;
  justify-content: space-between;
}

#company .row-2 .col-right {
  width: calc(100% - 475px);
}

#company .row-2 .col-right img {
  width: 100%;
  height: auto;
}

#company .row-2 .col-left {
  width: 425px;
  margin-top: 30px;
}

#company .row-2 .col-left h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 20px;
  color: #be302d;
  letter-spacing: -1.4px;
}

#company .row-2 .col-left .txt-s {
  height: 205px;
  overflow-y: scroll;
  font-size: 13px;
  line-height: 26px;
  padding-right: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  #company {
    padding: 55px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  #company {
    padding: 30px 0 60px;
  }
  #company ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  #company ::-webkit-scrollbar-track {
    height: 5px !important;
  }
  #company ::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    height: 3px;
    background: #41617d !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
  }
  #company .scrollbar {
    max-width: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: auto;
  }
  #company .scrollbar-child {
    width: 500px;
  }
  #company .ttl-g {
    margin-bottom: 35px;
  }
  #company .row-1 {
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
  #company .row-1 .col-left {
    width: 100%;
  }
  #company .row-1 .col-right {
    width: 100%;
  }
  #company .row-1 .col-right h3 {
    font-size: 18px;
    line-height: 25px;
  }
  #company .row-1 .col-right .txt-wrapper {
    position: relative;
    height: 205px;
    overflow: hidden;
    /* hide native scrollbar */
  }
  #company .row-1 .col-right .txt-s {
    height: 100%;
    overflow-y: scroll;
    font-size: 13px;
    line-height: 26px;
    padding-right: 10px;
    /* space for fake scrollbar */
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  #company .row-1 .col-right .scrollbar-track {
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 100%;
    background: #e2e2e2;
    /* track color */
    border-radius: 3px;
  }
  #company .row-1 .col-right .scrollbar-thumb {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    /* initial, JS will update */
    background: #be2625;
    /* your red thumb */
    border-radius: 3px;
  }
  #company .row-2 {
    flex-wrap: wrap;
  }
  #company .row-2 .col-left {
    width: 100%;
    order: 2;
  }
  #company .row-2 .col-left h3 {
    font-size: 18px;
    line-height: 25px;
  }
  #company .row-2 .col-left .txt-wrapper {
    position: relative;
    height: 205px;
    overflow: hidden;
    /* hide native scrollbar */
  }
  #company .row-2 .col-left .txt-s {
    height: 100%;
    overflow-y: scroll;
    font-size: 13px;
    line-height: 26px;
    padding-right: 10px;
    /* space for fake scrollbar */
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  #company .row-2 .col-left .scrollbar-track {
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 100%;
    background: #e2e2e2;
    /* track color */
    border-radius: 3px;
  }
  #company .row-2 .col-left .scrollbar-thumb {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    /* initial, JS will update */
    background: #be2625;
    /* your red thumb */
    border-radius: 3px;
  }
  #company .row-2 .col-right {
    width: 100%;
    order: 1;
  }
}

#page-privacy {
  padding-top: 100px 0;
}

#page-privacy .ttl-g2 {
  color: #be302d;
}

#page-privacy .ttl-g2 h2 {
  font-size: 45px;
  line-height: 65px;
  font-weight: 500;
  text-align: center;
}

#page-privacy .ttl-g2 .desc {
  font-size: 22px;
  text-align: center;
  margin-bottom: 100px;
}

#page-privacy .txt {
  max-width: 840px;
  margin: 0 auto 100px;
  font-weight: normal;
}

#page-privacy .txt p {
  margin-bottom: 10px;
}

#page-privacy .txt h2 {
  font-size: 18px;
  font-weight: bold;
  margin: -20px 0 10px;
  padding-top: 60px;
}

#page-privacy .txt h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}

#page-privacy .txt ul, #page-privacy .txt ol {
  padding-left: 0;
}

#page-privacy .txt ul ul, #page-privacy .txt ul ol, #page-privacy .txt ol ul, #page-privacy .txt ol ol {
  margin-top: 20px;
}

#page-privacy .txt ul li:not(:last-child), #page-privacy .txt ol li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #page-privacy .ttl-g2 h2 {
    font-size: 26px;
    line-height: 37px;
  }
  #page-privacy .ttl-g2 .desc {
    font-size: 15px;
    margin-bottom: 50px;
  }
  #page-privacy .txt {
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto 50px;
    padding: 0 20px;
  }
}

#page-404 {
  text-align: center;
  padding-top: 100px;
  color: #be302d;
}

#page-404 .number {
  font-size: 150px;
  line-height: 150px;
}

#page-recruit {
  padding-bottom: 50px;
}

#page-recruit .wrap {
  max-width: 900px;
}

#page-recruit .tabs-switch {
  margin-top: 80px;
  margin-bottom: 80px;
}

#page-recruit .tab-link {
  display: flex;
  margin-bottom: 100px;
  justify-content: center;
}

#page-recruit .tab-link .tab-item {
  background: #b8bfc5;
  width: 33%;
  text-align: center;
  border-radius: 50vw;
  color: #fff;
  padding: 15px 10px;
  font-size: 18px;
  border: 1px solid #fff;
  position: relative;
}

#page-recruit .tab-link .tab-item:nth-child(1) {
  z-index: 3;
}

#page-recruit .tab-link .tab-item:nth-child(2) {
  margin-left: -5%;
  z-index: 2;
}

#page-recruit .tab-link .tab-item:nth-child(3) {
  z-index: 1;
  margin-left: -5%;
}

#page-recruit .tab-link .tab-item.active {
  background: #be302d;
}

#page-recruit .tab-content h3 {
  font-size: 22px;
  text-align: center;
  color: #be302d;
  margin-bottom: 100px;
}

#page-recruit .tab-content .info {
  border-top: 1px solid rgba(117, 131, 143, 0.3);
  margin-bottom: 150px;
}

#page-recruit .tab-content .info dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(117, 131, 143, 0.3);
  padding: 15px 0 15px 30px;
  font-size: 13px;
}

#page-recruit .tab-content .info dl dt {
  width: 25%;
  color: #be302d;
}

#page-recruit .tab-content .info dl dd {
  width: 75%;
}

#page-recruit .tab-content .btn-tab a {
  width: 100%;
  max-width: 500px;
  text-align: center;
  display: block;
  background: #be302d;
  border-radius: 50vw;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 1.2px;
  position: relative;
}

#page-recruit .tab-content .btn-tab a::after {
  content: "";
  background: url(../img/index/icon_arrow.png) no-repeat 0 0/100%;
  width: 18px;
  height: 18px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

#page-recruit .tab-content .btn-tab a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#page-recruit .tab-content .txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #page-recruit .tab-link {
    display: block;
    padding: 0 10%;
    margin-bottom: 70px;
  }
  #page-recruit .tab-link .tab-item {
    border-radius: 15px;
    padding: 20px 10px;
    width: 100%;
  }
  #page-recruit .tab-link .tab-item:nth-child(2) {
    margin-left: 0;
  }
  #page-recruit .tab-link .tab-item:nth-child(3) {
    margin-left: 0;
  }
  #page-recruit .tab-content h3 {
    margin-bottom: 50px;
  }
  #page-recruit .tab-content .info {
    margin-bottom: 80px;
  }
  #page-recruit .tab-content .info dl {
    padding-left: 0;
    display: block;
  }
  #page-recruit .tab-content .info dl dt {
    margin-bottom: 10px;
    width: 100%;
  }
  #page-recruit .tab-content .info dl dd {
    width: 100%;
  }
  #page-recruit .tab-content .btn-tab a {
    max-width: 250px;
  }
}
