@charset "utf-8";

/* -----------------------------------------------------------------
 setting・上書き
----------------------------------------------------------------- */
.cmn_breadcrumb::before {
  background: var(--color_accent_Yellow);
}
/* -----------------------------------------------------------------
 背景ラインアニメーション
----------------------------------------------------------------- */
/*--------------- deco_item01 ---------------*/
#wrap_deco_item01 {
  position: absolute;
  overflow: hidden;
  width: 100vw !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#box_deco_item01 {
  position: absolute;
  left: 55vw;
}
#deco_item01 {
  width: 710px;
}
@media screen and (max-width: 767px) {
  #box_deco_item01 {
    width: 298px;
  }
  #deco_item01 {
    width: 298px;
  }
}
@media print, screen and (min-width: 768px) {
  #box_deco_item01 {
    left: auto;
    right: min(calc((100vw - 1920px) * 0.2), 0px);
    width: 710px;
  }
  #deco_item01 {
    width: 710px;
  }
}
/*--------------- deco_item02 ---------------*/
#box_deco_item02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#deco_item02 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #box_deco_item02 {
    width: max(800px,100vw);
    top: 250px;
  }
}
@media print, screen and (min-width: 768px) {
  #box_deco_item02 {
    width: 100vw;
    bottom: -140px;
  }
}
/*--------------- deco_item03 ---------------*/
#box_deco_item03 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
#deco_item03 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #box_deco_item03 {
    width: max(800px,100vw);
  }
}
@media print, screen and (min-width: 768px) {
  #box_deco_item03 {
    width: 100vw;
  }
}

/*--------------- deco_item04 ---------------*/
#box_deco_item04 {
  position: absolute;
  top: 20rem;
  left: 50%;
  transform: translateX(-50%);
}
#deco_item04 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #box_deco_item04 {
    width: max(800px,100vw);
  }
}
@media print, screen and (min-width: 768px) {
  #box_deco_item04 {
    width: 100vw;
  }
}

/*--------------- deco_item05 ---------------*/
#wrap_deco_item05 {
  position: absolute;
  overflow: hidden;
  top: -30rem;
  bottom: -30rem;
  left: 0;
  right: 0;
}

#box_deco_item05 {
  position: absolute;
  top: 20rem;
  left: 50%;
  transform: translateX(-50%);
}
#deco_item05 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #box_deco_item05 {
    width: max(800px,100vw);
  }
}
@media print, screen and (min-width: 768px) {
  #box_deco_item05 {
    width: 100vw;
  }
}

/*--------------- deco_item06 ---------------*/
#wrap_deco_item06 {
  position: absolute;
  overflow: hidden;
  top: -30rem;
  bottom: -30rem;
  left: 0;
  right: 0;
}
#box_deco_item06 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#deco_item06 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #box_deco_item06 {
    width: max(800px,100vw);
  }
}
@media print, screen and (min-width: 768px) {
  #box_deco_item06 {
    width: 100vw;
  }
}
/* -----------------------------------------------------------------
 sec_intro
----------------------------------------------------------------- */
.sec_intro {
  position: relative;
  margin-top: var(--margin_size_100);
}
.sec_intro .box_title {
}
.sec_intro .box_title .title {
  position: relative;
  width: min(1080px,100%);
  margin: auto;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.sec_intro .box_title .title::before,
.sec_intro .box_title .title::after {
  position: absolute;
  display: block;
  content: "";
}
.sec_intro .box_title .title::before {
  width: 2.5rem;
  height: 2.5rem;
  top: -10px;
  left: -1vw;
  background: url("/img/common/deco06.svg") no-repeat;
  background-size: contain;
}
.sec_intro .box_title .title::after {
  width: 3.15rem;
  height: 2.75rem;
  bottom: 0;
  right: -1vw;
  background: url("/img/common/deco07.svg") no-repeat;
  background-size: contain;
}
.sec_intro .box_text {
  margin-top: var(--margin_size_60);
  text-align: center;
}
.sec_intro .box_text p {
  line-height: 1.7;
  font-weight: 700;
  font-size: 1.1rem;
}
.sec_intro .box_text p + p {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec_intro .box_title .title {
    font-size: 1.83rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_intro .box_title .title {
    font-size: 2.88rem;
  }
  .sec_intro .box_title .title::before {
    width: 7.25rem;
    height: 7.25rem;
    margin-top: -10px;
    margin-right: 2vw;
  }
  .sec_intro .box_title .title::after {
    width: 8.43rem;
    height: 7.37rem;
    margin-top: -24px;
    margin-left: 1vw;
  }
  .sec_intro .box_text p {
    line-height: 2.5;
    font-size: 1.25rem;
  }
  .sec_intro .box_text p + p {
    margin-top: 2em;
  }

}
@media (hover: hover) and (pointer: fine) {
}

/* -----------------------------------------------------------------
 slider_intro
----------------------------------------------------------------- */
#slider_intro {
  width: 100vw;
  margin-top: var(--margin_size_100);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* -----------------------------------------------------------------
 sec_biz（base）
----------------------------------------------------------------- */
.sec_biz {
  position: relative;
  margin-top: var(--margin_size_80);
  background: #fff;
  border-radius: var(--margin_size_60);
  z-index: 1;
}
.sec_biz .sec_inner {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.sec_biz .sec_header .cmn_box_title01::after {
  background: url("/img/common/deco_title01.svg") no-repeat;
  background-size: contain;
}
.sec_biz .sec_header .text {
  flex: 1 1 57%;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .sec_biz {
    padding: var(--margin_size_80) 0;
  }
  .sec_biz .sec_header .cmn_box_title01::after {
    width: 2.3rem;
    height: 2.3rem;
    top: -0.5rem;
    left: 14.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_biz {
    padding: var(--margin_size_110) 0;
  }
  .sec_biz .sec_header {
    display: flex;
  }
  .sec_biz .sec_header .cmn_box_title01 {
    flex: 0 1 43%;
    min-width: 26rem;
  }
  .sec_biz .sec_header .cmn_box_title01::after {
    width: 3.8rem;
    height: 3.8rem;
    top: -1.5rem;
    left: 20.5rem;
  }

}
@media (hover: hover) and (pointer: fine) {
}



/* -----------------------------------------------------------------
 sec_biz（sec_cont）
----------------------------------------------------------------- */
.sec_biz .sec_cont .item {
  display: flex;
  margin-top: var(--margin_size_80);
}
.sec_biz .sec_cont .item .image,
.sec_biz .sec_cont .item .cont {
  flex: 0 0 calc(50% - 2.5%);
}
.sec_biz .sec_cont .item .image img {
  border-radius: 1.6rem;
}
.sec_biz .sec_cont .item .cont .box_title {
  position: relative;
  padding-bottom: 1rem;
}
.sec_biz .sec_cont .item .cont .box_title::before,
.sec_biz .sec_cont .item .cont .box_title::after {
  display: block;
  content: "";
  position: absolute;
}
.sec_biz .sec_cont .item .cont .box_title::before {
  width: 100%;
  height: 1px;
  bottom: 2px;
  background-color: #aeaeae;
}
.sec_biz .sec_cont .item .cont .box_title::after {
  width: 4.2rem;
  height: 5px;
  bottom: 0;
  background: currentColor;
}
.sec_biz .sec_cont .item .cont .title {
  display: flex;
  gap: 1rem;
}
.sec_biz .sec_cont .item .cont .title .num {
  font-weight: 700;
  opacity: .3;
}
.sec_biz .sec_cont .item .cont .title .text {
  padding-top: .2em;
  font-weight: 700;
}
.sec_biz .sec_cont .item .cont .body .text {
}
/*----------色01----------*/
.sec_biz .sec_cont .item:nth-of-type(1) .cont .box_title::after {
  background: var(--color_accent_red);
}
.sec_biz .sec_cont .item:nth-of-type(1) .cont .title .num {
  color: var(--color_accent_red);
}
/*----------色02----------*/
.sec_biz .sec_cont .item:nth-of-type(2) .cont .box_title::after {
  background: var(--color_accent_orange);
}
.sec_biz .sec_cont .item:nth-of-type(2) .cont .title .num {
  color: var(--color_accent_orange);
}
/*----------色03----------*/
.sec_biz .sec_cont .item:nth-of-type(3) .cont .box_title::after {
  background: var(--color_accent_Yellow);
}
.sec_biz .sec_cont .item:nth-of-type(3) .cont .title .num {
  color: var(--color_accent_Yellow);
}
/*----------色04----------*/
.sec_biz .sec_cont .item:nth-of-type(4) .cont .box_title::after {
  background: var(--color_accent_green);
}
.sec_biz .sec_cont .item:nth-of-type(4) .cont .title .num {
  color: var(--color_accent_green);
}
/*----------色05----------*/
.sec_biz .sec_cont .item:nth-of-type(5) .cont .box_title::after {
  background: var(--color_accent_blue);
}
.sec_biz .sec_cont .item:nth-of-type(5) .cont .title .num {
  color: var(--color_accent_blue);
}


@media screen and (max-width: 767px) {
  .sec_biz .sec_cont .item {
    flex-direction: column;
    gap:1.2rem;
  }
  .sec_biz .item .cont .title .num {
    font-style: normal;
    font-size: 1.6rem;
  }
  .sec_biz .item .cont .title .text {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_biz .sec_cont .item {
    justify-content: space-between;
  }
  .sec_biz .sec_cont .item .image img {
    border-radius: 2.5rem;
  }
  .sec_biz .item .cont .title .num {
    font-style: normal;
    font-size: 2.5rem;
  }
  .sec_biz .item .cont .title .text {
    font-size: 1.88rem;
  }
  .sec_biz .sec_cont .item .cont .body {
    margin-top: 2em;
  }
  /*----------リバースレイアウト----------*/
  .sec_biz .sec_cont .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }

}
@media (hover: hover) and (pointer: fine) {
}


/* -----------------------------------------------------------------
 sec_biz（sec_cont_other）
----------------------------------------------------------------- */
.sec_biz .sec_cont_other {
  display: flex;
}
.sec_biz .sec_cont_other .item {
  flex: 0 0 calc(50% - 2.5%);
  padding:5vw; 
  background: #fbebc3;
  border-radius: 1.6rem;
}
.sec_biz .sec_cont_other .item {
  display: flex;
  flex-direction: column;
  margin-top: var(--margin_size_80);
}
.sec_biz .sec_cont_other .item .image img {
  border-radius: 1.25rem;
}
.sec_biz .sec_cont_other .item .cont .box_title {
}
.sec_biz .sec_cont_other .item .cont .title {
  margin-top: 1.6em;
  line-height: 1.6;
  text-align: center;
}
.sec_biz .sec_cont_other .item .cont .title .text {
  padding-top: .2em;
  font-weight: 700;
}
.sec_biz .sec_cont_other .item .cont .body {
}
.sec_biz .sec_cont_other .item .cont .body .text {
}

@media screen and (max-width: 767px) {
  .sec_biz .sec_cont_other {
    flex-direction: column;
  }
  .sec_biz .sec_cont_other .item .cont .title {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_biz .sec_cont_other {
    justify-content: space-between;
  }
  .sec_biz .sec_cont_other .item {
    padding:2.5rem; 
    border-radius: 2.5rem;
}
  .sec_biz .sec_cont_other .item .cont .title {
    font-size: 1.38rem;
  }
  .sec_biz .sec_cont_other .item .image img {
    border-radius: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
}


/* -----------------------------------------------------------------
 sec_values（base）
----------------------------------------------------------------- */
.sec_values {
  position: relative;
  margin-top: var(--margin_size_80);
  padding-top: var(--margin_size_80);
  z-index: 1;
}
.sec_values .sec_header .cmn_box_title01 {
  flex: 0 1 43%;
  min-width: 26rem;
}
.sec_values .sec_header .cmn_box_title01::after {
  background: url("/img/common/deco_title02.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .sec_values .sec_header .cmn_box_title01::after {
    width: 2.5rem;
    height: 2.6rem;
    top: -1.3rem;
    left: 12.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_values .sec_inner {
    width: min(1200px, 90%);
    margin: 0 auto;
  }
  .sec_values .sec_header .cmn_box_title01::after {
    width: 3.8rem;
    height: 3.8rem;
    top: -1.6rem;
    left: 18.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
}

/* -----------------------------------------------------------------
 sec_values（sec_cont）
----------------------------------------------------------------- */
.sec_values .sec_cont .item {
  display: flex;
  margin-top: var(--margin_size_80);
  border-radius: var(--margin_size_60);
  overflow: hidden;
/*  position: sticky;*/
  top: calc(var(--site_header_margin_top) * 2 + var(--site_header_height));
}
.sec_values .sec_cont .item .image{
  flex: 0 0 48%;
  aspect-ratio: 680 / 417;
}
.sec_values .sec_cont .item .cont {
  background: #000;
  color: #fff;
}
.sec_values .sec_cont .item .cont .box_title .num {
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  opacity: .5;
}
.sec_values .sec_cont .item .cont .box_title .title {
  margin-top: .5rem;
  font-weight: 700;
  font-size: 1.25rem;
}
/*----------色01----------*/
.sec_values .sec_cont .item:nth-of-type(1) .cont {
  background: var(--color_accent_red);
}
/*----------色02----------*/
.sec_values .sec_cont .item:nth-of-type(2) .cont {
  background: var(--color_accent_orange);
}
/*----------色03----------*/
.sec_values .sec_cont .item:nth-of-type(3) .cont {
  background: var(--color_accent_Yellow);
}

@media screen and (max-width: 767px) {
  .sec_values .sec_cont .item {
    flex-direction: column;
  }
  .sec_values .sec_cont .item .cont {
    padding: 2rem 5vw 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_values .sec_cont .item .cont {
    flex: 0 0 52%;
    min-height: 414px;
    padding: 60px 80px 70px 60px;
  }
  .sec_values .sec_cont .item .cont .box_title .title {
    margin-top: 1rem;
  }
  .sec_values .sec_cont .item .cont .body {
    margin-top: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
}
/* -----------------------------------------------------------------
 sec_company（base）
----------------------------------------------------------------- */
.sec_company {
  position: relative;
  margin-top: var(--margin_size_80);
  background: #fff;
  border-radius: var(--margin_size_60);
  z-index: 1;
}
.sec_company .sec_inner {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.sec_company .sec_header .cmn_box_title01::after {
  background: url("/img/common/deco_title03.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .sec_company {
    padding: var(--margin_size_80) 0;
  }
  .sec_company .sec_header .cmn_box_title01::after {
    width: 3rem;
    height: 2.1rem;
    top: -1.2rem;
    left: 9.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_company {
    padding: var(--margin_size_110) 0;
  }
  .sec_company .sec_header .cmn_box_title01::after {
    width: 4.7rem;
    height: 3.3rem;
    top: -1.5rem;
    left: 15rem;
  }

}
@media (hover: hover) and (pointer: fine) {
}

/* -----------------------------------------------------------------
 sec_company（sec_cont）
----------------------------------------------------------------- */
.sec_company .sec_cont .map_tr th,
.sec_company .sec_cont .map_tr td {
  padding-top: 0 !important;
  border-top: none !important;
}

@media screen and (max-width: 767px) {
  .sec_company .sec_cont .map_tr{
    border-top: none !important;
  }
  .sec_company .sec_cont .map_tr td{
    width: 100%;
  }
  .sec_company .sec_cont .map_wrap iframe {
    display: block;
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .sec_company .sec_cont .map_tr td{
    padding: .8rem 1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sec_company .sec_cont .map_tr td{
    padding-left: calc(21% + 2rem);
  }
  .sec_company .sec_cont .map_wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .sec_company .sec_cont .map_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}

/* -----------------------------------------------------------------
 sec_company（list_dealer）
----------------------------------------------------------------- */
.sec_company .list_dealer {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: var(--margin_size_60);
}
.sec_company .list_dealer .item .image {
  border-radius: var(--margin_size_30);
  overflow: hidden;
}
.sec_company .list_dealer .item .cont {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.sec_company .list_dealer .item .cont .name {
  margin-top: .4rem;
  font-weight: 700;
}
.sec_company .list_dealer .item .cont .cmn_btn01 {
  min-width: 9.2rem;
  min-height:auto;
  margin-top: 0;
  padding: 0.5rem 1rem 0.5rem 1.3rem;
}
.sec_company .list_dealer .item .cont .cmn_btn01 .text {
  font-weight: 400;
  font-size: .875rem;
}
.sec_company .list_dealer .item .cont .cmn_btn01 .icon {
  width: .875rem;
  height: .875rem;
}

@media screen and (max-width: 767px) {
  .sec_company .list_dealer .item {
    flex: 0 0 calc((100% - 2.5rem) / 2);
  }
  .sec_company .list_dealer .item .cont {
    flex-direction: column;
  }
  .sec_company .list_dealer .item .cont .cmn_btn01 {
    left: 0;
    transform: translateX(0);
  }
}
@media print, screen and (min-width: 768px) {
  .sec_company .list_dealer .item {
    flex: 0 0 calc((100% - 5rem) / 3);
  }
  .sec_company .list_dealer .item .cont {
    justify-content: space-between;
  }
  .sec_company .list_dealer .item .cont .name {
    font-size: 1.13rem;
  }

}
@media (hover: hover) and (pointer: fine) {
}

