@charset "UTF-8";

header {
  background-color: #a08103;
  height: 70px;
}
header > div.flex {
  height: 80px;
  justify-content: space-between;
}
header h1 {
  width: 19%;
  margin-bottom: 5px;
}
.main_menu .icon {
  color: #fff;
  padding-left: 27px;
}
.main_menu > li > a {
  font-size: 1.4rem;
  margin-right: 14px;
  transition: 0.5s;
}
.main_menu > li > a::after ,
.main_menu .icon::after {
  content: none;
}
.main_menu > li > a:hover {
  opacity: 0.6;
}
.main_visual {
  margin-top: 70px;
  max-height: 610px;
}
.main_visual .datetime {
  background-size: cover;
  background-position: center;
  width: 40%;
  text-align: center;
  margin: 0 auto;
  max-width: 656px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main_visual .main_back {
  background-image: url("../images/main_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 680px;
  height: 100%;
}
.main_menu li:nth-child(1) .icon::before {
    background-image: url("../images/icon_xmas.png");
}
.main_menu li:nth-child(2) .icon::before {
    background-image: url("../images/icon_map02.png");
}
.main_menu li:nth-child(3) .icon::before {
    background-image: url("../images/icon_car.png");
}
.main_menu li:nth-child(4) .icon::before {
    background-image: url("../images/icon_qa.png");
}
.img img {
  width: 100%;
}

#ps_section1 {
  background-color: #1f2a66;
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
  padding-top: 40px;
  text-align: center;
}
#ps_section2 ,
#ps_section3 ,
#ps_section4 ,
#ps_section5 {
  background-size: cover;
  background-position: center;
  padding: 0px 0 60px;
}
#ps_section2 {
  background: repeating-linear-gradient(135deg, #fae8e8, #fae8e8 5px, rgba(250, 232, 232, 0.7) 5px, rgba(250, 232, 232, 0.7) 10px);
}
#ps_section3 {
  background: repeating-linear-gradient(135deg, #e9f2ed, #e9f2ed 5px, rgba(233, 242, 237, 0.7) 5px, rgba(233, 242, 237, 0.7) 10px);
}
#ps_section4 {
  background: repeating-linear-gradient(135deg, #e6f0fa, #e6f0fa 5px, rgba(230, 240, 250, 0.7) 5px, rgba(230, 240, 250, 0.7) 10px);
}
#ps_section5 {
  background: repeating-linear-gradient(135deg, #f4ecf1, #f4ecf1 5px, rgba(244, 236, 241, 0.7) 5px, rgba(244, 236, 241, 0.7) 10px);
}
#ps_section1 .copy_container {
  position: relative;
}
#ps_section1 .copy {
  background-color: #1f2a66;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  z-index: 2;
  max-width: 700px;
  text-align: center;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
#ps_section1 .copy_container::before,
#ps_section1 .copy_container::after {
  content: "";
  max-width: 169px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
#ps_section1 .copy_container::before {
  background-image: url(../images/copy_before.png);
  left: 0%;
}
#ps_section1 .copy_container::after {
  background-image: url(../images/copy_after.png);
  right: 0%;
}
#ps_section1 .copy .sp {
  display: none;
}
#ps_section1 .inner .info {
    margin: 40px auto;
}
#ps_section1 .inner .info tr {
  text-align: left;
  border: solid 1px #10386b;
  background-color: #fff;
  vertical-align: top;
}
#ps_section1 .inner .info th {
  padding: 10px;
  background-color: #e0edf8;
  font-weight: bold;
  width: 18%;
}
#ps_section1 .inner .info td {
  padding: 10px;
  font-weight: normal;
}
#ps_section1 .inner .info td small {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
#ps_section1 .inner .info li {
  font-weight: normal;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}

.cont_title {
  opacity: 1;
  height: 100px;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 60px;
}
#ps_section2 .cont_title {
  background: #c3362c;
}
#ps_section3 .cont_title {
  background: #278248;
}
#ps_section4 .cont_title {
  background: #00508e;
}
#ps_section5 .cont_title {
  background: #933d77;
}
.cont_title img {
    position: absolute;
    left: 50%;
    /* right: 0; */
    top: 50%;
    transform: translate(-50% , -50% );
    display: block;
    max-height: 40%;
}
#ps_section2 .inner02 ,
#ps_section3 .inner02 {
  max-width: 1200px;
  padding-top: 60px;
}
#ps_section3 .inner p {
  margin-bottom: 20px;
}
#ps_section1 .inner02 > div:first-of-type {
  margin-bottom: 60px;
  position: relative;
}
#ps_section1 .inner02 > div:first-of-type::before ,
#ps_section1 .inner02 > div:first-of-type::after {
  display: inline-block;
  content: "";
  background-size: 100% auto;
  vertical-align: middle;
  position: absolute;
}
#ps_section1 .inner02 > div:first-of-type::before {
  background: url(../images/parts01.png)no-repeat;
  width: 158px;
  height: 364px;
  left: -25px;
  top: -20px;
  left: 6vw;
}
#ps_section1 .inner02 > div:first-of-type::after {
  background: url(../images/parts02.png)no-repeat;
  width: 224px;
  height: 410px;
  right: 3vw;
  top: 10px;
}
#ps_section1 .inner02 > div:first-of-type img {
  z-index: 2;
  position: relative;
  max-width: 530px;
}
#ps_section1 .inner02 > div:first-of-type img {
  width: 100%;
}
#ps_section2 .picture {
  width: 100%;
  max-width: 650px;
  margin: 0px auto 60px;
  text-align: center;
}
.btn a {
  margin: 20px auto 0;
}
#ps_section4 .inner p {
  margin-top: 65px;
  text-align: center;
}
#ps_section6 a {
  transition: 0.5s;
}
#ps_section6 a:hover {
  opacity: 0.6;
}
#ps_section6 .flex img {
  -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
  box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
#ps_section6 .flex > div:last-of-type {
    margin-bottom: 60px;
}

/*---241206---*/
.jcaa2024 {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.jcaa2024_img {
  max-width: 300px;
}
.jcaa2024_txt {
  max-width: calc(1000px - 300px);
}
.jcaa2024_txt p {
  font-weight: normal;
  line-height: 1.7;
}
.jcaa2024_txt p span {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  word-break: auto-phrase;
}
@media screen and (max-width: 750px) {
  .jcaa2024 {
    display: block;
  }
  .jcaa2024_img {
    margin: 0 auto;
  }
}
/*--*/

/* タブコンテンツ */
.tab-content__list {
	position: relative;
	overflow: hidden;
  padding: 0px;
  width: calc( 100% - 6px );
  margin: 0 auto;
}
.tab-first-content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.tab-content__item {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.tab-content__item.is-show {
	visibility: visible;
	display: block;
	position: relative;
	overflow: hidden;
	opacity: 1;
	visibility: visible;
  background: #fff;
  padding: 0 20px 20px;
}
.tab-content__item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	pointer-events: none;
	transition: all .6s;
	z-index: 10;
	top: 0;
	left: 0;
   transition: 1.2s all cubic-bezier(0.77,0,0.18,1);
   opacity: 1;
	visibility: visible;
}
.tab-content__item.is-show::before {
	transform: translateY(100%);
}
.tag-list {

}
.tag-item {
	line-height: 1.4;

	color: #000;
	display: block;

	margin-bottom: 8px;
}

.tag-item:last-of-type {
	margin-bottom: 0;
}
.tag-item__inner {
	font-size: 12px;
	padding: 4px 10px;
	background-color: #e1e1e1;
	display: inline-block;
}

#ps_section3 a {
  display: block;
  transition: 0.5s;
}
#ps_section3 a:hover {
  opacity: 0.6;
}

#ps_section4 .access_pc {
  margin-bottom: 40px;
}
#ps_section4 .access_sp {
  display: none;
}
#ps_section4 .flex {
  justify-content: space-between;
}
#ps_section4 .flex > div:first-of-type {
  width: 52%;
}
#ps_section4 .flex > div:last-of-type {
  width: 43%;
}
#ps_section5 .qa_box {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 14px;
  border-radius: 10px;
}
#ps_section5 .qa_box:last-child {
  margin-bottom: 0;
}
#ps_section5 dt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 14px;
}
#ps_section5 dd {
  font-weight: normal;
}
#ps_section5 dt ,
#ps_section5 dd {
  position: relative;
  padding-left: 34px;
}
#ps_section5 dt::before ,
#ps_section5 dd::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}
#ps_section5 dt::before {
  background: url(../images/icon_q.png) no-repeat left/contain;
}
#ps_section5 dd::before {
  background: url(../images/icon_a.png) no-repeat left/contain;
}
#ps_section6 {
  padding: 60px 0;
}
#ps_section6 .flex {
  justify-content: space-between;
}
#ps_section6 .flex > div {
  width: 48%;
  margin: 3% 0 0;
}
#ps_section6 .flex > div:first-of-type ,
#ps_section6 .flex > div:nth-of-type(2) {
  margin-top: 0;
}
footer {
    background-color: #fff;
}
footer > div {
  background-color: #217fc4;
}


.btn.down a::after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  border-top: none;
}


@media screen and (max-width: 1040px) {
  #ps_section1 .copy_container::before,
  #ps_section1 .copy_container::after {max-width: 150px; width: 20%; height: 80%; top: 50%;}
  #ps_section2 .inner {
    padding: 0 20px;
  }
/*  .tab-nav__item {
    max-width: 150px;
  }*/
  .tab-nav__item p { 
    font-size: 1.8rem;
  }
  .tab-nav__item p span {
    font-size: 1.2rem;
  }
/*  .tab-content__list {
    padding: 0 1.4vw;
  }*/
  #ps_section2 .inner02 ,
  #ps_section3 .inner02 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 999px) {
  .tab-nav__item p span {
    font-size: 1.0rem;
  }
/*  .tab-nav__item {
    max-width: 142px;
  }
}*/
  #ps_section2 .inner02 > div:first-of-type::before {
    left: 1vw;
  }
  #ps_section2 .inner02 > div:first-of-type::after {
    right: 1vw;
  }
}
@media screen and (max-width: 900px) {
  .sp_menu button {
    top: 14px;
  }
  #Fpage-top a {
    margin-bottom: 0rem;
  }
  footer > div {
    padding: 20px 15px 20px;
  }
  .sp_menu nav {
    background-color: #217fc4;
  }
  .main_menu .icon {
    padding-left: 4rem;
  }
  .main_menu > li > a {
    transition: 0.5s;
  }
  .main_menu > li > a:hover ,
  .main_menu > li > ul.sp_show li a:hover {
    opacity: 0.6;
  }
  .main_menu > li > ul.sp_show {
    padding: 0 20px;
    padding-left: calc( 4rem + 20px );
  }
  .main_menu > li > ul.sp_show li {
    margin: 10px 0;
    color: #fff;
    transition: 0.5s;
  }
  .main_menu > li > ul.sp_show li:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .main_menu > li > ul.sp_show li a {
    color: #fff;
  }
  .main_menu > li > ul.sp_show li:first-of-type {
    margin-top: 0px;
  }
  .main_menu > li > ul.sp_show li:last-of-type {
    margin-bottom: 20px;
  }

  .fv_news .fv_news_list {
    width: 45%;
  }
  header h1 {
    width: 35%;
    max-width: 240px;
  }
}
@media screen and (max-width: 820px) {
  .tab-nav__list {margin-bottom: 10px;}
	.tab-nav__item {
    border-radius: 10px;
    max-width: 210px;
    width: calc(33.333% - 10px);
    margin-bottom: 10px;
    padding: 15px 5px;
    height: 15vw;
    width: calc( (100% / 3 ) - 6px);
    padding: 15px 0px;
    margin-right: 4px;
  }
  .tab-nav__item.is-active {
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
  }
	.tab-nav__item:nth-of-type(3) {margin-right: 0;}
	.tab-nav__item.no5 br {display: none;}

  .tab-nav__item-inner {
    position: relative;
    height: 100%;
  }
  .tab-nav__item p {
    font-size: 1.5rem;
    line-height: 1.0rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY( -50% );
  }
}
@media screen and (max-width: 800px) {
  .fv_news .fv_news_list {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
      pointer-events: none;
  }
  .list_bsb .txt_list_bb p a {
    color: #333;
    text-decoration: none;
  }
}
@media screen and (max-width: 750px) {
  .main_visual .datetime {
    width: 75%;
    max-width: 646px;
    max-width: 686px;
    padding: 20px;
  }
  .main_visual {
    height: calc( 100vh - 70px );
    max-height: 880px;
  }
  .main_visual .main_back {
    background-image: url("../images/main_back_sp.jpg");
    max-height: 880px;
    background-position-y: bottom;
  }
  header > div.flex {
    position: relative;
  }
  header h1 {
    width: 24%;
    width: 46%;
    position: absolute;
    top: 50%;
    transform: translateY( calc( -50% - 14px ) );
    max-width: 290px;
  }
  header h1 img {
    max-width: 354px;
    width: 100%;
  }
  .cont_title img {
    max-height: 56px;
    height: 100%;
    height: 8vw;
  }
  #ps_section1 .inner {
    margin-bottom: 8vw;
  }
  #ps_section1 .copy {
    font-size: 1.7rem;
    line-height: 1.7;
    background-color: transparent;
    line-height: 2;
    z-index: 2;
    max-width: 640px;
    text-align: center;
    padding: 0 20px;
    margin: 20px auto;
    position: relative;
  }
  #ps_section1 .copy_container::before,
  #ps_section1 .copy_container::after {width: 11%; height: 50%; top: -30%;}
  #ps_section1 .copy_container::after {top: 130%;}
  #ps_section1 .inner .info {margin-bottom: 0;}
  #ps_section1 .inner .info th,
  #ps_section1 .inner .info td {
   display: block;
  }
  #ps_section1 .inner .info th {
    width: 100%;
  }
  #ps_section1 .inner .info th .pc {
    display: none;
  }
  #ps_section2 .inner ,
  #ps_section3 .inner {
    padding: 0 15px;
  }

  #ps_section2 .inner02 {
    background: url(../images/parts04.png)no-repeat;
    background-size: contain;
  }
  #ps_section2 .inner02 > div:first-of-type::before,
  #ps_section2 .inner02 > div:first-of-type::after {
    content: none;
  }
  #ps_section3 .inner02 {
    background-image: none;
  }
  #ps_section4 .access_sp {
    display: block;
    margin: 0 auto 40px;
  }
  #ps_section4 .access_pc {
    display: none;
  }
  #ps_section4 .flex > div:first-of-type {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #ps_section4 .flex > div:last-of-type {
    width: 100%;
    margin: 60px auto 0;
    text-align: center;
  }
  #ps_section4 .flex > div:last-of-type img {
      padding-right: 26px;
      width: 100%;
  }

  #ps_section5 .qa_box {padding: 14px; margin-bottom: 10px; border-radius: 8px;}
  #ps_section5 {padding-bottom: 8vw;}
  #ps_section6 .flex > div {
    width:  100%;
  }
  #ps_section6 .flex > div:nth-of-type(2) {
    margin-top: 3%;
  }
  .cont_title {
    margin: 0 auto 8vw;
  }

  .fv_news .fv_news_list {
    margin-bottom: 0px;
  }
  #ps_section2 .inner02,
  #ps_section3 .inner02 {
    padding-top: 8vw;
  }
  #ps_section2 .inner02 > div:first-of-type,
  #ps_section3 .inner02 > div:first-of-type {
    margin-bottom: 8vw;
  }
  #ps_section2, #ps_section3, #ps_section4, #ps_section3, #ps_section4 {
    padding: 0px 0 8vw;
  }
  #ps_section2 .btn {
    padding-bottom: 0;
  }
  #ps_section2 .picture {
    margin: 0 auto 6vw;
  }
  #ps_section4 .flex > div:last-of-type {
    margin: 10vw auto 0;
  }
  #ps_section4 .inner p {
    margin-top: 5vw;
  }
  #ps_section6 {
    padding: 8vw 0;
  }
}


@media screen and (max-width: 640px) {
  #ps_section1 .copy {max-width: 320px; height: 70px;}
  #ps_section1 .copy .sp {
    display: block;
  }
  #ps_section1 .copy_container::before,
  #ps_section1 .copy_container::after {width: 31%; height: 80%; top: -20%;}
  #ps_section1 .copy_container::after {top: 120%;}
  .tab-nav__item p {
    font-size: 1.6rem;
  }
  .tab-nav__item p span {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
/*  .main_visual {
    height: calc( 70vh - 70px );
  }*/
}

@media screen and (max-width: 580px) {
.cont_title {
    height: 16vw;
  }
  .main_visual {
    height: calc( 62vh - 70px );
  }
}

@media screen and (max-width: 400px) {
#ps_section1 .copy_container::before,
#ps_section1 .copy_container::after { width: 27%; height: 26%; top: -20%;}
#ps_section1 .copy_container::after { top: 120%;}
/*---241120---*/
  .main_visual .datetime {
    width: 95%;
  }
  /*---*/
}

/*---241126---*/
@media screen and (max-width: 540px) {
  #ps_section1 .copy_container::before, #ps_section1 .copy_container::after {
    display: none;
  }
  #ps_section1 .copy {
    padding: 0px;
    margin: 0px auto;
}
}

#ps_section2 .txt-show .cen {
  margin-top: 10px;
      font-weight: 700;
    color: #c3362c;
  text-align: center;
}

#ps_section2 .img-show {
  margin: 10px 0;
}
