@charset "utf-8";

#mv {
  /* background-image: url(../automobile/img/28662698_s.jpg); */
  background-size: cover;
  /* padding: 300px 0; */
}

.auto-business-box a {
  text-decoration: none;
}

body {
  background: #ffffff;
}


.list-12 {
  list-style-type: none;
  font-size: 16px;
}

.list-12 li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: .3em .3em .3em 1.5em;
  margin-bottom: 10px;
}

.list-12 li::before,
.list-12 li::after {
  position: absolute;
  content: '';
}

.list-12 li::before {
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background-color: #001260;
}

.list-12 li::after {
  left: .6em;
  transform: translateX(-75%) rotate(-45deg);
  width: .3em;
  height: .3em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}



.heading-41 {
  display: flex;
  align-items: center;
  /* padding: .5em .7em; */
  background-color: #ffffff;
  color: #333333;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.heading-41::before {
  display: inline-block;
  width: 5px;
  height: 1.5em;
  margin-right: .5em;
  background-color: #001260;
  content: '';
}



.midashi1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-size: 35px;
  padding-bottom: 15px;
  text-align: center;
  width: 100%;
  margin: 0 auto 30px;
}

.midashi1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #001260;
  border-radius: 2px;
}

.ttl-h2 {
  width: auto;
  margin: 50px auto 30px;
}


.wrapper-auto::after {
  content: " ";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 600px;
  background: rgb(18 57 103 / 55%);
  z-index: 2;
}

.wrapper-auto-kasou {
  position: relative;
  height: 300px;
}


.wrapper-auto-kasou::after {
  content: " ";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 300px;
  /* background: rgb(18 57 103 / 55%); */
  z-index: 2;
}

.auto-mv-kasou {
  background-image: url(../company/img/news_header.jpg);
  height: 300px;
}

.auto-mv {
  background-image: url(../company/img/news_header.jpg);
  height: 600px;
}

.wrapper-auto h1 {
  line-height: 170%;
}


#mv .mv-content h2 {
  font-weight: 800;
  font-family: 'Noto Sans JP', sans-serif;
}

#auto-business {
  padding: 50px 0;
}

.auto-business-pic {
  width: 350px;
  margin-bottom: 20px;
}

.auto-business-box {
  width: 350px;
  margin-top: 80px;
}

.auto-business-box h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.auto-business-box p {
  font-size: 16px;
  /* line-height: 160%; */
}

.auto-business-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.heading-7 {
  display: inline-block;
  position: relative;
  color: #333;
  text-align: center;
}

.heading-7:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #2589d0;
}



p {
  font-size: 16px;
}

.ttl-h2-mini {
  font-size: 25px;
}

#insurance-privacy .heading02 {
  line-height: 120%;
  padding-bottom: 10px;
}

.heading18 {
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  margin: 30px 0 10px;
}

.heading18::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: repeating-linear-gradient(90deg, #001260 0, #001260 8px, rgba(0, 0, 0, 0) 8px, rgba(0, 0, 0, 0) 11px);
}


.tb01 {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  line-height: 160%;
  margin: 50px 0;
}

.tb01 th,
.tb01 td {
  padding: 30px 30px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}

.tb01 td {
  background: #ffffff;
  text-align: left;
}

.tb01 th {
  background: #f6f8fa;
  width: 20%;
  text-align: right;
  font-weight: normal;
}

#company- #page-link li:last-child {
  margin-left: 0px;
}

#company- #page-link {
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 25px 20px 50px;
}

#company- #page-link li {
  padding-top: 50px;
}

.heading08 {
  font-size: 24px;
  margin-bottom: 15px;
}

.heading08 .heading08-ttl {
  display: flex;
  align-items: center;
  color: #498ee0;
  font-size: 20px;
  /* text-transform: uppercase; */
  padding-bottom: 8px;
}

.heading08 .heading08-ttl::before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 30px;
  height: 1px;
  background-color: #498ee0;
}

.philo-p {
  margin-bottom: 30px;
}

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

.president {
  width: 350px;
}

.president-p {
  width: 60%;
}

.president-p h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

.president-p h5 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 7px;
}


.president-p p {
  line-height: 180%;
}


/* @media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
} */


/* table01 */
#table01 {
  font-size: 16px;
  width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  line-height: 140%;
}


#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 30px 0;
  /* border: none; */
  border-bottom: 1px solid #b5b1b1;
}

#table01 th {
  width: 25%;
  text-align: left;
}


#table01 td {
  line-height: 150%;
}


.division-table {
  width: 100%;
  /* text-align: center; */
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
}

.division-table th {
  padding: 10px;
  background: #001260;
  border: solid 1px #666666;
  color: #ffffff;
  text-align: center;
}

.division-table td {
  padding: 20px 13px;
  border: solid 1px #666666;
}

.division-table td:first-child {
  background: #f0f4ff;
}

.corporate-philosophy-p {
  font-size: 18px;
}


.gyoumuteikei-pic {
  width: 600px;
  margin: 0 auto;
}

.gyoumuteikei2 {
  width: 700px;
  margin: -20px auto 0;
  position: relative;
}

.gyoumuteikei2-box {
  position: absolute;
  left: 25%;
  margin-top: -150px;
}

.gyoumuteikei2-box p {
  font-size: 20px;
}

.gyoumuteikei2-box-ttl {
  border-bottom: #001260 2px solid;
  font-weight: 500;
}

.gyoumuteikei2-p1 {
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}

.gyoumuteikei2-p2 {
  text-align: center;
  font-size: 22px;
  margin-top: 25px;
}

/* 
 .scroll-hint {
  display: none;
}
 */

.board-member {
  width: 33%;
}



/*------------------  グループ会社一覧   ------------------*/

.groupe-list {
  width: 800px;
  margin: 0 auto;
}

.andotcoro-logo {
  width: 280px;
}

.hth-logo {
  width: 280px;
}

.prigoo-logo {
  width: 230px;
}

.group-list-box p {
  font-size: 20px;
  margin-top: 8px;
  text-align: center;
}

.groupe-list-box-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 40px;
}

.groupe-list-box-flex a {
  font-size: 22px;
  color: #001260;
  /* margin-left: 20px; */
}

.groupe-list-box-flex a:hover {
  opacity: .6;
}



@media screen and (max-width:1300px) {}

@media screen and (min-width:1024px) {}

@media screen and (max-width:1024px) {

  #table01 {
    width: 750px;
  }

  .gyoumuteikei-pic {
    width: 500px;
  }

  .president {
    width: 250px;
  }

  .company-top #page-link {
    padding: 50px 6px 20px;
  }

  .company-top #page-link li a {
    color: #000000;
    padding: 0 4px 8px;
    text-decoration: none;
    font-size: 16px;
    border-bottom: #001260 1px solid;
  }

  .company-top #page-link li a::after {
    font-size: 16px;
    padding: 0 0 0 6px;
  }

  .gyoumuteikei2 {
    width: 600px;
  }

  .gyoumuteikei2-box {
    position: absolute;
    left: 15%;
  }

  .gyoumuteikei2-box P {
    font-size: 18px;
  }


}




@media screen and (max-width:767px) {
  .wrapper-auto::after {
    height: 500px;
  }

  .auto-mv {
    height: 500px;
  }

  .wrapper-auto {
    height: 500px;
  }

  .auto-mv-kasou {
    background-image: url(../company/img/news_header_sp.jpg);
    height: 300px;
    background-size: cover;
  }

  .midashi1 {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .tb01 {
    width: 100%;
  }

  /* .tb01 tr:last-child{
  border-bottom: solid 1px #ccc;
} */
  .tb01 {
    width: 100%;
    font-size: 14px;
    line-height: 160%;
  }

  .tb01 th,
  .tb01 td {
    padding: 10px;
    border: none;
    text-align: center;
    box-sizing: border-box;
    display: block;
  }

  .tb01 td {
    background: #ffffff;
    text-align: left;
  }

  .tb01 th {
    background: #f6f8fa;
    width: 100%;
    text-align: left;
    font-weight: bold;
  }

  .tb01 .address {
    background: #f8f8f8;
  }

  .tb01 tr {
    margin-top: 20px;
    display: block;
  }

  .president-flex {
    display: block;
  }

  .president {
    width: 300px;
    margin: 0 auto 30px;
  }

  .president-p {
    width: 100%;
  }

  .president-p h4 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }

  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
    border: none;
    padding: 24px 0 10px;
  }

  #table01 td {
    padding-top: 0;
  }

  #table01 {
    width: 350px;
  }

  #page-link {
    padding: 50px 5px;
  }


  /* .table-wrap {
  overflow-x: scroll;
} */
  .division-table {
    width: 800px;
  }

  /* 
.table-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}
@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
} */

  /* .scroll-hint {
  display: block;
  font-size: 14px;
}

.scroll-hint--show {
  display: block;
  font-size: 14px;
}
.division-table td {
  padding: 15px;
} */
  .js-scrollable td,
  .js-scrollable th {
    white-space: nowrap;
    /* background-color: transparent; */
  }

  .js-scrollable table {
    margin-bottom: 0;
  }

  .js-scrollable {
    margin-bottom: 30px;
  }


  .gyoumuteikei-pic {
    width: 330px;
  }

  .gyoumuteikei2 {
    width: 350px;
    margin: 20px auto 0;
  }

  .gyoumuteikei2-box {
    position: static;
    left: auto;
    top: auto;
    margin-top: 10px;
  }

  .gyoumuteikei2-box P {
    font-size: 16px;
  }

  .gyoumuteikei2-p1 {
    font-size: 16px;
  }

  .gyoumuteikei2-p2 {
    font-size: 18px;
    margin-top: 15px;
  }

  .groupe-list-box-flex {
    display: block;
  }


  .groupe-list {
    width: 100%;
    margin: 0 auto;
  }

  .groupe-list-box-flex a {
    font-size: 15px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .group-list-box p {
    font-size: 18px;
    margin-top: 8px;
    text-align: center;
    margin-bottom: 10px;
  }

  .andotcoro-logo, .hth-logo, .prigoo-logo {
    margin: 0 auto;
  }
}

/*2025.11.01*/
.banner {
  position: relative;
}


.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-shadow: 2px 2px 5px #333;
  transform: translate(-50%, -50%);
  font-family: 'Sawarabi Mincho', sans-serif;
  font-style: normal;
  text-align: center;
}

.banner img {
  height: 350px;
  width: 100%;
}

/* デフォルトでPC用画像を表示、SP用画像を非表示 */
.banner-pc {
  display: block;
}

.banner-sp {
  display: none;
}



.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../company/img/news_header.jpg) no-repeat center center / cover;
  height: 300px;
  text-align: center;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .banner {
    background: url(../company/img/news_header_sp.jpg) no-repeat center center / cover;
    font-size: 3.0rem;
    height: 360px;
  }
}