@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Oswald&display=swap");
.fv {
  margin-inline: auto;
  width: 100%;
  position: relative;
}
.fv .fv_slider {
  width: 66%;
  margin: 0 0 0 auto;
  border-radius: 100px 0 0 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .fv .fv_slider {
    width: 100%;
    height: 73vw;
  }
}
.fv .fv_slide_img img {
  width: 100%;
}
@media (max-width: 1199px) {
  .fv .fv_slide_img img {
    width: auto;
    max-width: inherit;
    height: 73vw;
  }
}
.fv .container {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
}
@media (max-width: 767px) {
  .fv .container {
    position: relative;
    top: 0;
    padding: 60px 24px 20px;
  }
}
.fv .fv_ttl {
  font-size: 47px;
  line-height: 1.1;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .fv .fv_ttl {
    font-size: 26px;
  }
}
.fv .fv_text {
  margin-top: 2rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .fv .fv_text {
    text-shadow: 0px 0px 10px white, 0px 0px 10px white;
  }
}
.fv .fv_circle_wrap {
  margin-top: 2rem;
  width: 420px;
  max-width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fv .fv_circle_wrap {
    width: 300px;
    margin: 2rem auto 0;
  }
}
.fv .fv_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  background: #00A0E8;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .fv .fv_circle {
    width: 140px;
    height: 140px;
  }
}
.fv .fv_circle_text {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fv .fv_circle_text {
    font-size: 16px;
  }
}
.fv .fv_circle_num {
  font-size: 70px;
  font-weight: normal;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .fv .fv_circle_num {
    font-size: 50px;
  }
}
.fv .fv_circle_caution {
  width: 100%;
}
@media (max-width: 767px) {
  .fv .fv_circle_caution {
    text-shadow: 0px 0px 10px white, 0px 0px 10px white;
  }
}
.fv .fv_circle_caution {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-zoomUp {
  animation: zoomUp 10s linear 0s normal both;
}

.concept {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .concept {
    padding: 60px 0;
  }
}
.concept .concept_text_wrap {
  margin: 20px auto 0;
  width: 85%;
}
@media (max-width: 767px) {
  .concept .concept_text_wrap {
    width: 100%;
  }
}
.concept .concept_text {
  line-height: 2;
  font-size: 20px;
}
@media (max-width: 767px) {
  .concept .concept_text {
    font-size: 18px;
  }
}
.concept .concept_name {
  margin-top: 40px;
  text-align: right;
  line-height: 2;
  font-size: 20px;
}
@media (max-width: 767px) {
  .concept .concept_name {
    font-size: 18px;
  }
}
.concept .concept_name img {
  width: 120px;
  display: inline-block;
  vertical-align: sub;
}

.news {
  padding: 100px 0;
}
.news .ttl_cmn_wrap {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid #A9A9A9;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.news .ttl_cmn_wrap .ttl_cmn_en {
  display: inline-block;
  margin-left: 0.5em;
}
.news .news_more_wrap {
  position: relative;
}
@media (max-width: 767px) {
  .news .news_more_wrap {
    margin: 10px 0 0 auto;
    width: fit-content;
  }
}
.news .news_more {
  font-size: 14px;
  padding-right: 56px;
}
.news .news_more:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 1px;
  right: 0;
  top: 50%;
  background: #00A0E8;
}
.news .news_more:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 1px;
  background: #00A0E8;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}
.news .news_wrap {
  flex-wrap: wrap;
}
.news .news_wrap:after {
  content: "";
  width: 32%;
}
.news .news_item {
  width: 32%;
}
@media (max-width: 767px) {
  .news .news_item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.news .news_item_img img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}
.news .news_item_cat {
  display: inline-block;
  margin-right: 10px;
  background: #000;
  color: #fff;
  padding: 2px 4px;
}
.news .news_item_ttl {
  margin-top: 6px;
}
.news .news_item_text {
  margin-top: 10px;
  line-height: 1.4;
}

.insurance {
  padding: 60px 0;
  background: #F5F5F5;
}
.insurance .insurance_wrap {
  margin-top: 40px;
  flex-wrap: wrap;
}
.insurance .insurance_item {
  width: 48.5%;
}
@media (max-width: 767px) {
  .insurance .insurance_item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .insurance .insurance_item + .insurance_item {
    margin-top: 60px;
  }
}
.insurance .insurance_item_text_wrap {
  margin-top: 10px;
}
.insurance .insurance_item_ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.insurance .insurance_item_text {
  margin-top: 0.5rem;
  text-align: center;
}
.insurance .insurance_item_btn_wrap {
  margin-top: 20px;
}

.car {
  padding: 100px 0;
}
.car .car_text {
  margin: 30px auto 0;
  width: 730px;
  max-width: 100%;
}
.car .car_logo_wrap {
  width: 460px;
  max-width: 100%;
  margin: 30px auto 0;
}
.car .car_logo1 {
  width: 39%;
}
@media (max-width: 767px) {
  .car .car_logo1 {
    width: 47%;
  }
}
.car .car_logo2 {
  width: 38%;
}
@media (max-width: 767px) {
  .car .car_logo2 {
    width: 46%;
  }
}
.car .car_img {
  margin: 30px auto 0;
  width: 540px;
  max-width: 100%;
}

.company {
  padding: 100px 0;
  border-top: 1px solid #A9A9A9;
}
.company .company_wrap {
  margin-top: 40px;
  flex-wrap: wrap;
}
.company .company_item {
  width: 48.5%;
}
@media (max-width: 767px) {
  .company .company_item + .company_item {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .company .company_item {
    width: 100%;
  }
}
.company .company_item_text_wrap {
  margin-top: 10px;
}
.company .company_item_ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.company .company_item_text {
  margin-top: 0.5rem;
  text-align: center;
}
.company .company_item_btn_wrap {
  margin-top: 20px;
}
.company .company_wrap_bottom {
  border-top: 1px solid #A9A9A9;
  margin-top: 50px;
  padding: 50px 0;
  flex-wrap: wrap;
}
.company .company_wrap_bottom .company_item {
  width: 23%;
}
@media (max-width: 1199px) {
  .company .company_wrap_bottom .company_item {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .company .company_wrap_bottom .company_item {
    width: 100%;
  }
}
.company .company_wrap_bottom .company_item_img {
  max-width: 100%;
  margin: 0 auto;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.company .company_wrap_bottom .company_item1 .company_item_img {
  width: 171px;
}
.company .company_wrap_bottom .company_item2 .company_item_img {
  width: 155px;
}
.company .company_wrap_bottom .company_item3 .company_item_img {
  width: 117px;
}
.company .company_wrap_bottom .company_item4 .company_item_img {
  width: 147px;
}
.company .company_wrap_bottom .company_item_text {
  text-align: left;
}
.company .recruit {
  border-top: 1px solid #A9A9A9;
  padding-top: 50px;
}
.company .recruit .recruit_item {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
}
.company .recruit .recruit_item_img {
  width: 47%;
}
@media (max-width: 767px) {
  .company .recruit .recruit_item_img {
    width: 100%;
  }
}
.company .recruit .recruit_item_r {
  width: 49%;
}
@media (max-width: 767px) {
  .company .recruit .recruit_item_r {
    width: 100%;
    margin-top: 30px;
  }
}
.company .recruit .recruit_item_ttl {
  font-size: 26px;
  font-weight: bold;
}
.company .recruit .recruit_item_text {
  margin-top: 10px;
}
.company .recruit .recruit_item_btn_wrap {
  margin-top: 20px;
}

.information {
  padding: 60px 0;
  background: #F5F5F5;
}
.information .information_wrap {
  margin-top: 40px;
  flex-wrap: wrap;
}
.information .information_l {
  width: 48.5%;
}
@media (max-width: 1199px) {
  .information .information_l {
    width: 100%;
  }
}
.information .information_r {
  width: 48.5%;
}
@media (max-width: 1199px) {
  .information .information_r {
    width: 100%;
    margin-top: 40px;
  }
}
.information .information_r_wrap iframe {
  width: 100% !important;
  display: block;
  height: 360px !important;
}
.information .information_item {
  flex-wrap: wrap;
}
.information .information_item:not(:first-child) {
  margin-top: 30px;
}
.information .information_item_img {
  width: 43%;
}
@media (max-width: 1199px) {
  .information .information_item_img {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .information .information_item_img {
    width: 100%;
  }
}
.information .information_item_img img {
  width: 100%;
}
.information .information_item_r {
  width: 57%;
  background: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .information .information_item_r {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .information .information_item_r {
    width: 100%;
  }
}
.information .information_item_ttl {
  display: flex;
  align-items: flex-end;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.information .information_item_ttl img {
  width: 20px;
  margin-right: 10px;
}
.information .information_item_text {
  margin-top: 10px;
}
.information .information_r_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #00A0E8;
  padding: 8px 10px;
}