@charset "UTF-8";
/*-------------------FONT-------------------*/
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,600,700&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500&display=swap&subset=devanagari,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');

@font-face {
  font-family: 'mplus-2p-bold';
  src: url('/common/fonts/mplus-2p-bold.eot');
  src: url('/common/fonts/mplus-2p-bold.eot?#iefix') format('embedded-opentype'),
    url('/common/fonts/mplus-2p-bold.woff2') format('woff2'),
    url('/common/fonts/mplus-2p-bold.woff') format('woff'),
    url('/common/fonts/mplus-2p-bold.ttf') format('truetype'),
    url('/common/fonts/mplus-2p-bold.svg#mplus-2p-bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'mplus-2p-medium';
  src: url('/common/fonts/mplus-2p-medium.eot');
  src: url('/common/fonts/mplus-2p-medium.eot?#iefix') format('embedded-opentype'),
    url('/common/fonts/mplus-2p-medium.woff2') format('woff2'),
    url('/common/fonts/mplus-2p-medium.woff') format('woff'),
    url('/common/fonts/mplus-2p-medium.ttf') format('truetype'),
    url('/common/fonts/mplus-2p-medium.svg#mplus-2p-medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'mplus-2p-regular';
  src: url('/common/fonts/mplus-2p-regular.eot');
  src: url('/common/fonts/mplus-2p-regular.eot?#iefix') format('embedded-opentype'),
    url('/common/fonts/mplus-2p-regular.woff2') format('woff2'),
    url('/common/fonts/mplus-2p-regular.woff') format('woff'),
    url('/common/fonts/mplus-2p-regular.ttf') format('truetype'),
    url('/common/fonts/mplus-2p-regular.svg#mplus-2p-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap');




/* CSS Document */
/* body{font-family: 'M PLUS 1p', sans-serif; font-weight: 400; font-size: 14px; -webkit-text-stroke: 0.2px; } */
html {
  font-size: 62.5%;
  cursor: auto;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  /* line-height: 1; */
  letter-spacing: 0.05em;
  color: #0d0d0d;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  word-wrap: break-word;
}

a {
  text-decoration: none !important;
  color: #0d0d0d;
}

a:hover {
  color: #FF0000;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.wrapper-content {
  background: #fff;
  padding: 10px 0;
}

img[src$=".svg"] {
  height: auto;
}

.none {
  display: none;
}

.xl__block {
  display: none;
}
@media (max-width: 1199px) {
  .xl__block {
    display: block;
  }
}

.lg__block {
  display: none;
}
@media (max-width: 991px) {
  .lg__block {
    display: block;
  }
}

.md__block {
  display: none;
}
@media (max-width: 767px) {
  .md__block {
    display: block;
  }
}

@media (max-width: 575px) {
  .sm__block {
    display: block;
  }
}

@media (max-width: 1199px) {
  .xl__none {
    display: none;
  }
}

@media (max-width: 991px) {
  .lg__none {
    display: none;
  }
}

@media (max-width: 767px) {
  .md__none {
    display: none;
  }
}

@media (max-width: 575px) {
  .sm__none {
    display: none;
  }
}


/*---------------Header---------------*/
.wsmenucontainer .wrapper {
  width: 100%;
  padding: 0 1vw;
}

header {
  height: 98px;
}

header.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.logo-head {
  float: left;
  padding: 32px 0 8px;
}

.logo-head a {
  display: block;
  width: 65.7px;
  height: 32px;
  background-image: url('../../common/images/logo_bc_or.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px){
  .logo-head a {
    width: 57.5px;
    height: 28px;
  }
}

@media (max-width: 680px){
  .logo-head a {
    width: 63.7px;
    height: 31px;
  }
}

.logo-head span {
  display: block;
  font-size: 10px;
  left: 50px;
  position: relative;
  position: absolute;
  top: 13px;
  /* 非表示 */
  display: none;
}

.mainmenu {
  float: right;
  margin: 36px 0 0;
}

.mainmenu a {
  font-family: 'Poppins', sans-serif;
}

.menu-wrapper {
  position: static;
  width: 100%;
  height: 98px;
  background: transparent;
  z-index: 99;
}

header.page-header.bg__bk{
  background: rgba(0, 0, 0, 0.32);
}

.wsmenucontainer {
  top: 0;
  background: transparent;
  width: 100%;
  z-index: 999;
}

.wsmenu-list>li>.login-top {
  top: -3px;
  position: relative;
  width: auto;
  min-width: 115px;
  top: -1px;
  background: transparent;
  text-align: center;
  /* padding: 0px 24px !important; */
  color: #fff;
  border-radius: 35px !important;
  border: 1px solid #fff;
  transition: all 0.4s;
}

.wsmenu-list>li>.login-top::after {
  height: 0;
}

.wsmenu-list>li>.login-top:hover {
  border-radius: 0 !important;
}

.wsmenu-list>li>.login-top:hover:after {
  content: '';
  width: 0 !important;
}

.wsmenu-list.menu-home>li>.login-top {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid #fff;
}

.navi_hover {
  display: none;
}

.wsmenu-list li a:hover .nomal {
  display: none;
}

main.page01{
  position: relative;
  padding-bottom: 90px;
}
@media (min-width:575px) {
  main.page01{
    padding-bottom: 70px;
  }
}


@media (min-width:1150px) {

  .wsmenu-list>li a {
    display: block;
    width: 97px;
    position: relative;
    overflow: hidden;
    height: 29px;
  }

  .wsmenu-list>li a span {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
  }

  .navi_hover {
    transition: all 0.6s ease;
    top: 35px;
    position: relative;
  }

  .navi_nomal {
    transition: all 0.6s ease;
    top: 0;
    position: relative;
  }

  .login-top .navi_nomal {
    top: 2px
  }

  .wsmenu-list li a:hover .navi_nomal {
    top: -35px;
  }

  .wsmenu-list li a:hover .navi_hover {
    top: 0px;
  }

  .login-top:hover .navi_hover {
    top: 2px !important;
  }

}


@media (max-width:1150px) {
  .navi_hover {
    display: inline-block;
    margin: 0 0 0 5px;
    /* position: relative; */
    font-size: 12px;
  }

  .navi_hover::before {
    content: "/";
    /* display:block; */
    margin: 0 5px 0 0;
  }

  .wsmenu-list.menu-home>li>.login-top {
    border: 1px solid #0d0d0d;
  }

}

@media (min-width:769px) {
  .float-btn {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 99;
  }
}

@media (max-width:768px) {
  .float-btn {
    position: fixed;
    right: 0;
    bottom: 10px !important;
    z-index: 99;
  }
}

@media (max-width: 1150px) {
  .logo-head {
    padding: 13px 0 0;
  }
}

@media (max-width: 1150px) {
  header {
    height: auto;
  }
}

@media (max-width: 1046px) {
  main {
    padding: 62px 0 0;
  }

  main.page01{
    padding-top: 0;
  }

  .float-btn {
    position: fixed;
    right: 0;
    bottom: 10px !important;
    z-index: 99;
  }

  .logo-head span {
    top: 3px;
  }

  .head-home span {
    top: -2px;
  }
}

.float-btn a {
  display: block;
  text-align: center;
  background: #ffff00;
  padding: 10px;
  transition: all ease-in-out 0.3s;
}

.float-btn a span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 0;
}

.btn-blue {
  background: #00c9ff !important;
}

.btn-blue span {
  color: #FFF !important;
}

.btn-glay {
  background: #CCC !important;
}

.btn-glay span {
  color: #0d0d0d !important;
}

.float-btn a:hover {
  background: #FF0000 !important;
  color: #FFF;
}

.breadcrumb-blue {
  padding: 4px 0;
  color: #0d0d0d;
  font-size: 12px;
  color: #FFF;
}

.breadcrumb-blue a {
  color: #0d0d0d;
  transition: all 0.3s;
  color: #FFF;
}

.breadcrumb-blue a:hover {
  text-decoration: underline !important;
}

/* .title-header { border-bottom: 3px solid #00c9ff; position: relative; font-size: 24px; padding: 32px 0 8px; margin-bottom: 22px; } */

.title-header {
  background-size: cover;
  padding: 1vw 0;
  color: #FFF;
}

.title-header h2 {
  font-size: 2.1vw;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  padding: 1vw 0vw;
}

@media (max-width:1870px) {
  .title-header h2 {
    font-size: 3vw;
  }

}

@media (max-width:768px) {
  .logo-head {
    padding: 13px 0 0 10px;
  }

  .title-header h2 {
    font-size: 7vw;
  }

  .title-insurance,
  .title-stock,
  .title-insurance h2,
  .title-stock h2,
  .title-insurance h3,
  .title-stock h3 {
    font-size: 20px !important;
  }
}

@media (max-width:480px) {
  body {
    letter-spacing: 0;
  }

  .title-header h2 {
    font-size: 9vw;
  }

  .title-insurance,
  .title-stock,
  .title-insurance h2,
  .title-stock h2,
  .title-insurance h3,
  .title-stock h3 {
    font-size: 20px !important;
  }

  .logo-head a img {
    width: 190px
  }

  .head-home span {
    left: 28px !important;
  }

  .logo-head span {
    left: 46px;
  }


}

.title-header .wrapper {
  width: 1200px;
  color: #FFF;
}

@media (max-width: 1220px) {
  .title-header .wrapper {
    padding: 0 2vw;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .title-header .wrapper {
    padding: 0 8vw;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .title-header .wrapper {
    padding: 0 8vw;
    width: 100%;
  }
}

/*---------------Back-to-Top---------------*/
.btn-top a {
  display: block;
  background: #6c6969;
  text-align: center;
  padding: 15px;
  transition: all ease-in-out 0.2s;
}

.btn-top a:hover {
  background: #585858;
}

.btn-top a img {
  position: relative;
  top: 0;
  transition: all ease-in-out 0.2s;
}

.btn-top a:hover img {
  top: -5px;
}


/*---------------Footer -new---------------*/
/* footer {
  font-family: 'mplus-2p-regular';
}

.bg-footer {
  background: #0d0d0d;
  color: #fff;
  padding: 1rem 0 2rem;
}

.menu-hor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.menu-hor a {
  display: block;
  padding: 8px;
  color: #fff;
}

.menu-hor a:hover {
  color: #919191;
}

.content-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  align-items: top;
  padding-top: 2rem;
  color: #fff !important;
}

.content-footer .logo-footer {
  display: block;
  width: 40%;
  padding-right: 0;
}

.content-footer .address-store {
  display: flex;
  align-items: flex-start;
  width: 48%;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  padding-left: 0;
  font-size: 11px;
}

.content-footer .address-store a {
  color: #fff;
}

.content-footer .address-store .shop {
  display: block;
  width: 100%;
  font-size: 14px;
  position: relative;
  margin-bottom: 4px;
  font-family: 'Poppins', sans-serif;
}

.content-footer .address-store .shop::after {
  content: '';
  display: block;
  background: #fff;
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.content-footer .address-store div {
  width: 50%;
}

.content-footer .address-store strong {
  display: block;
  font-size: 12px;
  margin: 7px 0 0;
}

.content-footer .menu-ver {
  display: block;
  width: 12%;
  text-align: right;
}

.content-footer .menu-ver a {
  font-family: 'Poppins', sans-serif;
  display: block;
  color: #fff;
  text-align: left;
  padding: 6px 0 3px;
  position: relative;
  margin-bottom: 3px;
  font-size: 14px;
}

.content-footer .menu-ver a::after {
  content: '';
  display: block;
  background: #fff;
  width: 25px;
  height: 2px;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  bottom: 0;
}

.content-footer .menu-ver a:hover::after {
  width: 70%;
}

.address-footer {
  font-size: 12px;
  margin-top: 12px;
}

.address-footer strong {
  text-transform: capitalize;
  font-size: 21px;
  display: block;
  margin: 12px auto;
}

.copyright {
  display: block;
  font-size: 12px;
  color: #919191;
  width: 100%;
  margin-top: 1rem;
} */

/*---------------footer 202212---------------*/
.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../../common/images/footer_bg_img01.jpg?20240123);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .footer {
    background-image: url(../../common/images/footer_bg_img01_sp.jpg?20240123);
  }
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.76);
}
@media (max-width: 767px) {
  .footer::before {
    background-color: rgba(0, 0, 0, 0.81);
  }
}
.footer .wrapper {
  padding: 0 12vw;
  width: 100%;
  max-width: 2560px;
}
@media (max-width: 1600px) {
  .footer .wrapper {
    padding-right: 0;
    padding-left: 0;
    max-width: 1250px;
  }
}
@media (max-width: 1250px) {
  .footer .wrapper {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .footer .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.footer .footer__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .footer__wrap {
    display: block;
  }
}
.footer .footer__container01 {
  min-width: 430px;
}
@media (max-width: 991px) {
  .footer .footer__container01 {
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  .footer .footer__container01 {
    min-width: 0;
  }
}
.footer .footer__container01 .logo__container {
  display: inline-block;
  width: auto;
  height: 33px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .footer .footer__container01 .logo__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 27px;
    width: 100%;
  }
}
.footer .footer__container01 .logo__container:hover {
  opacity: 0.75;
}
.footer .footer__container01 .logo__container .logo01 {
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: baseline;
}
.footer .footer__container01 .logo__container .logo__txt{
  display: none;
}
@media (max-width: 767px) {
  .footer .footer__container01 .logo__container .logo__txt{
    display: inline-block;
    width: auto;
    height: 24px;
  }
}
@media (max-width: 575px) {
  .footer .footer__container01 .logo__container .logo__txt{
    height: 22px;
  }
}

.footer .footer__container01 .footer__contents {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .footer .footer__container01 .footer__contents {
    margin-top: 14px;
  }
}
.footer .footer__container01 .footer__contents .contents__txt01 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .footer .footer__container01 .footer__contents .contents__txt01 {
    font-size: 13px;
  }
}
.footer .footer__container01 .footer__contents .en__txt01 {
  margin-top: 22px;
  font-size: 18px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05rem;
  color: #fff;
  line-height: 1.25;
}
@media (max-width: 991px) {
  .footer .footer__container01 .footer__contents .en__txt01 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer .footer__container01 .footer__contents .en__txt01 {
    margin-top: 22px;
    font-size: 15px;
  }
}
.footer .footer__container01 .footer__contents .sns__container {
  margin-top: 22px;
  display: flex;
  align-items: center;
}
.footer .footer__container01 .footer__contents .sns__container .item01 {
  width: auto;
  height: 18.5px;
}
.footer .footer__container01 .footer__contents .sns__container .item01:nth-child(n+2) {
  margin-left: 25px;
}
.footer .footer__container01 .footer__contents .sns__container .item01 .link01 {
  display: inline-block;
  width: auto;
  height: 100%;
  transition: 0.3s;
}
.footer .footer__container01 .footer__contents .sns__container .item01 .link01:hover {
  opacity: 0.6;
}
.footer .footer__container01 .footer__contents .sns__container .item01 .sns__icon {
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: baseline;
}
.footer .footer__container02 {
  margin-left: 65px;
}
@media (max-width: 991px) {
  .footer .footer__container02 {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer__container02 {
    margin-left: 0;
  }
}
.footer .footer__container02 .footer__nav .list01 {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer__container02 .footer__nav .item {
  width: 20%;
  margin-bottom: 40px;
}
.footer .footer__container02 .footer__nav .item:last-child {
  width: auto;
}
@media (max-width: 1200px) {
  .footer .footer__container02 .footer__nav .item {
    margin-bottom: 32px;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .footer .footer__container02 .footer__nav .item {
    margin-top: 28px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .footer .footer__container02 .footer__nav .item {
    width: 33.3333333333%;
  }
}
.footer .footer__container02 .footer__nav .item .link01 {
  position: relative;
  display: inline-block;
  padding: 3px 5px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.footer .footer__container02 .footer__nav .item .link01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.65);
}
.footer .footer__container02 .footer__nav .item .link01:hover {
  opacity: 0.6;
}

.footer .footer__logo__container{
  margin-top: 28px;
  padding-right: 85px;
  display: block;
  height: 22px;
  text-align: right;
}
@media (max-width: 1200px) {
  .footer .footer__logo__container{
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer__logo__container{
    display: none;
  }
}
.footer .footer__logo__container .logo01{
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: baseline;
}

.footer .copyright {
  position: relative;
  margin-top: 25px;
  padding-top: 14px;
  width: 100%;
  border-top: 1px solid #616161;
  z-index: 10;
}
@media (max-width: 575px) {
  .footer .copyright {
    margin-top: 50px;
    padding-top: 12px;
  }
}
.footer .copyright .copy01 {
  display: block;
  text-align: center;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.06rem;
  color: #8f8f8f;
}
.footer .copyright .copy01 br{
  display: none;
}
@media (max-width: 575px) {
  .footer .copyright .copy01 {
    font-size: 11px;
  }
  .footer .copyright .copy01 br{
    display: block;
  }
}


/*---------------Subpage_title---------------*/
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }

  50% {
    left: 0;
    right: auto;
    width: 100%;
  }

  51% {
    left: auto;
    right: 0;
    width: 100%;
  }

  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  51% {
    left: 0;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* css */
.passing {
  margin: 30px 0;
}

.passing .passing-box {
  display: block;
  text-align: left;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  /*　後ほど解説　*/
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #FFF;
}

.passing .passing-txt {
  opacity: 0;
  /* 後ほど解説 */
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* 任意の値 */
  font-size: 33px;
  font-weight: bold;
  line-height: 1.5;
  color: #bb091f;
  font-family: 'Poppins', sans-serif;
}

.passing .passing-txt span {
  color: #0d0d0d;
  font-size: 14px;
  margin: 0 0 0 10px;
}

.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1.8s ease 0s 1 normal forwards;
  animation: passing-bar 1.8s ease 0s 1 normal forwards;
}

.passing.move .passing-txt {
  -webkit-animation: passing-txt 1s ease .5s 1 normal forwards;
  animation: passing-txt 1s ease .5s 1 normal forwards;
}

/* 
    .passing-box :before {
        width: 120px;
        height: 2px;
        background: #0d0d0d;
        content: '';
        left: -132px;
        top: 50%;
        margin: -2px 0 0;
        position: absolute;
    } */

.subpage_title_cmn h2 {
  border-bottom: 3px solid #ff6900;
  color: #0d0d0d;
  text-align: center;
  padding: 25px 0 15px;
  font-size: 38px;
  font-weight: 700;
}

.subpage_title_cmn h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

.subpage_title_cmn h2 small {
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin: 5px 0 0;

}


/*---------------Responsive---------------*/
@media (max-width:1200px) {
  .header-container {
    left: 0;
    width: 980px;
    padding: 10px !important;
  }

  .title-header {
    width: auto;
  }
}

@media (max-width:1150px) {
  .wsmenu-list>li>.login-top {
    margin: 12px auto !important;
  }
}

@media (max-width:1020px) {
  .wrapper {
    width: auto;
    padding: 0 10px;
  }
}

@media (max-width:768px) {

  .wsmenu-list>li>.login-top {
    width: 80%;
    margin: 12px auto !important;
    text-align: center !important;
    border: 1px solid #0d0d0d !important;
  }

  .footer-address .wrapper div:first-child {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }

  .footer-address .wrapper div {
    width: 45%;
  }

  .float-btn a {
    padding: 5px;
  }

  .menu-hor {
    justify-content: center;
  }

  .menu-hor a {
    margin: 0 8px;
  }

  .content-footer .logo-footer {
    width: 49.33%;
  }

  .content-footer .address-store {
    width: 28.33%;
  }

  .content-footer .menu-ver {
    width: 21.33%;
    padding-left: 2rem;
  }

  .content-footer .address-store div {
    width: 100%;
  }

}

@media(max-width:620px) {
  .content-footer {
    flex-wrap: wrap-reverse;
    padding-top: 0;
  }

  .content-footer .logo-footer {
    width: 100%;
    text-align: center;
  }

  .content-footer .address-store {
    width: 100%;
    text-align: center;
    padding: 0 0 2rem;
  }

  .content-footer .address-store .shop {
    display: inline-block;
    padding: 0 8px 5px;
    text-align: center;
    width: auto;
    margin: auto;
  }

  .content-footer .address-store .shop::after {
    width: 100%;
  }

  .content-footer .menu-ver {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .content-footer .menu-ver a {
    display: inline-block;
    margin: 2px 8px;
    padding: 0 2px;
    font-size: 12px;
  }

  .content-footer .menu-ver a::after {
    width: 0;
  }

  .address-footer strong {
    font-size: 16px;
  }

  .address-footer {
    font-size: 12px;
  }

  .copyright {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 12px;
  }


  .subpage_title_cmn h2 {
    font-size: 30px;
  }
}

@media (max-width:480px) {
  .footer-address .wrapper div {
    width: 100%;
    padding: 5px 10px;
  }

  .content-footer .menu-ver a {
    margin: 2px 4px;
  }

}

.fl {
  float: left;
}

.fr {
  float: right;
}

.title-header span {
  font-size: 12px !important;
}


/* page kv */
.page__kv {
  position: relative;
  width: 100%;
  height: 390px;
  background-image: url(../../common/images/kv/kv-default.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page__kv {
    height: 320px;
  }
}
@media (max-width: 575px) {
  .page__kv {
    height: 240px;
  }
}

.page__kv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.page__kv--service {
  background-image: url(../../common/images/kv/kv-service.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page__kv--usedcar {
  background-image: url(../../common/images/kv/kv-usedcar.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page__kv--insurance {
  background-image: url(../../common/images/kv/kv-insurance.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page__kv--store {
  background-image: url(../../common/images/kv/kv-store.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page__kv--company {
  background-image: url(../../common/images/kv/kv-company.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page__kv--contact {
  background-image: url(../../common/images/kv/kv-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.page__kv--recruit {
  background-image: url(../../common/images/kv/kv-recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page__kv--privacy {
  background-image: url(../../common/images/kv/kv-privacy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page__kv--compliance {
  background-image: url(../../common/images/kv/kv-compliance.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page__kv--coating {
  background-image: url(../../common/images/kv/kv-coating.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page__kv .kv__ttl01 {
  position: absolute;
  right: -0.8rem;
  bottom: -1.75rem;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .page__kv .kv__ttl01 {
    bottom: -1.3rem;
  }
}
@media (max-width: 575px) {
  .page__kv .kv__ttl01 {
    bottom: -0.85rem;
  }
}

.page__kv .kv__ttl01 .sub01 {
  position: relative;
  top: 6px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.175rem;
  color: #e7e7e7;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .page__kv .kv__ttl01 .sub01 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .page__kv .kv__ttl01 .sub01 {
    top: 0px;
    font-size: 13px;
  }
}

.page__kv .kv__ttl01 .main01 {
  padding-left: 18px;
  font-size: 107px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .page__kv .kv__ttl01 .main01 {
    font-size: 82px;
  }
}
@media (max-width: 575px) {
  .page__kv .kv__ttl01 .main01 {
    padding-left: 14px;
    font-size: 52px;
  }
}
@media (max-width: 375px) {
  .page__kv .kv__ttl01 .main01 {
    padding-left: 14px;
    font-size: 48.5px;
  }
}

.page__breadcrumb__container{
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  width: 100%;
}
.page__breadcrumb {
  padding: 0 12vw;
  width: 100%;
  max-width: 2560px;
}
@media (max-width: 1600px) {
  .page__breadcrumb {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 1250px;
  }
}
@media (max-width: 1250px) {
  .page__breadcrumb {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .page__breadcrumb {
    bottom: 0.1rem;
  }
}

.page__breadcrumb .list01 {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}

.page__breadcrumb .list01 .item .txt01 {
  display: inline-block;
  margin-bottom: 4px;
  padding-right: 8px;
  font-size: 11px;
  cursor: pointer;
  color: #5d5d5d;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .page__breadcrumb .list01 .item .txt01 {
    font-size: 10px;
    line-height: 1.15;
    color: #5d5d5d;
  }
}

.page__breadcrumb .list01 .item .txt01:hover {
  opacity: 0.7;
}
.page__breadcrumb .list01 .item:nth-child(n+2) {
  position: relative;
  padding-left: 8px;
}
.page__breadcrumb .list01 .item:nth-child(n+2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 65%;
  background-color: #757575;
  transform: rotate(-25deg);
}
.page__breadcrumb .list01 .item:last-child .txt01 {
  pointer-events: none;
}
.page__breadcrumb .list01 .item:last-child .txt01:hover {
  opacity: 1;
}



/* 問合せフォーム改修 202308 */
.rcontact__caution{
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 920px;
}
.rcontact__caution .caution__ttl{
  display: block;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.03rem;
  text-align: center;
}
.rcontact__caution .caution__txt01{
  margin-top: 26px;
  font-size: 16px;
  line-height: 1.7;
}
.rcontact__caution .caution__storelink{
  margin-top: 30px;
}
@media (max-width:1001px){
  .rcontact__caution .caution__ttl{
    font-size: 22px;
  }
  .rcontact__caution .caution__txt01{
    font-size: 15px;
    line-height: 1.75;
  }
}
.rcontact__caution .btn-container{text-align: center; padding: 20px 0 0;}
.rcontact__caution .btn-contact{width:270px;margin: auto;display:inline-block;cursor: pointer;padding: 15px 0;color:#FFF;font-size: 21px;/* font-weight: 500; */border:0;background: #0d0d0d;}
/* .btn-contact:hover{background: #b52424;} */

.rcontact__caution .btn-container .btn-contact {transition: all 0.3s;display: block;text-transform: uppercase;transition: all 0.3s;position: relative;z-index: 13;}
.rcontact__caution .btn-more{ display: inline-block;}
.rcontact__caution .btn-container .btn-contact{
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-size: 15px;
}
.rcontact__caution .btn-container .btn-contact::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  background:#b52323;
}
.rcontact__caution .btn-container .btn-contact,
.rcontact__caution .btn-container .btn-contact::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.rcontact__caution .btn-container .btn-contact::after {
  top: 0;
  left: -180%;
  width: 150%;
  height: 100%;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
}
.rcontact__caution .btn-container .btn-contact:hover {
  color: #fff;
}
.rcontact__caution .btn-container .btn-contact:hover::after {
  top: 0;
  left: -10px;
  background:#b52323;
  width: 200%;
}
.rcontact__caution .linelink__wrap{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
@media (max-width:700px){
  .rcontact__caution .linelink__wrap{
    border-top: none;
  }
}
.rcontact__caution .linelink__container{
  position: relative;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #cecece;
  text-align: center;
}
@media (max-width:700px){
  .rcontact__caution .linelink__container{
    width: 100%;
    border-top: 1px solid #cecece;
    border-bottom: none;
  }
}
.rcontact__caution .linelink__container:nth-child(odd)::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 0.6px;
  height: 77%;
  background-color: #cecece;
}
@media (max-width:700px){
  .rcontact__caution .linelink__container:nth-child(odd)::after{
    content: none;
  }
}
.rcontact__caution .linelink__container:nth-child(5){
  border-bottom: none;
}
.rcontact__caution .linelink__container .area__txt01{
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #0d0d0d;
  letter-spacing: 0.02rem;
}
.rcontact__caution .linelink__contents{
  padding-right: 16px;
  padding-left: 16px;
}
.rcontact__caution .linelink__contents .link__txt01{
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03rem;
  color: #0d0d0d;
}
.rcontact__caution .linelink__contents .btn__container{
  margin-top: 5px;
  display: flex;
  justify-content: center;
}
.rcontact__caution .linelink__contents .btn01{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 7px;
  padding-left: 7px;
  box-sizing: border-box;
  width: 150px;
  height: 37px;
  background-color: #04bd4f;
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.06));
  transform: translateZ(0);
  transition: opacity 0.3s;
}
.rcontact__caution .linelink__contents .icon{
  display: inline-block;
  width: auto;
  height: 20px;
}
.rcontact__caution .linelink__contents .btn__txt{
  margin-left: 7px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.rcontact__caution .linelink__contents .btn01:hover{
  opacity: 0.75;
}

/* comp form */
.formcomp__contents{
  margin-top: 70px;
  text-align: center;
}
.formcomp__contents .contents__ttl{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02rem;
}
.formcomp__contents .contents__txt01{
  margin-top: 22px;
  font-size: 15px;
  font-weight: 500;
}
.formcomp__contents .btn-container{text-align: center; padding: 30px 0 0;}
.formcomp__contents .btn-contact{width:185px;margin: auto;display:inline-block;cursor: pointer;padding: 7px 0;color:#FFF;font-size: 21px;/* font-weight: 500; */border:0;background: #0d0d0d;}
.formcomp__contents .btn-container .btn-contact {transition: all 0.3s;display: block;text-transform: uppercase;transition: all 0.3s;position: relative;z-index: 13;}
.formcomp__contents .btn-more{ display: inline-block;}
.formcomp__contents .btn-container .btn-contact{
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-size: 14px;
}
.formcomp__contents .btn-container .btn-contact::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  background:#b52323;
}
.formcomp__contents .btn-container .btn-contact,
.formcomp__contents .btn-container .btn-contact::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.formcomp__contents .btn-container .btn-contact::after {
  top: 0;
  left: -180%;
  width: 150%;
  height: 100%;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
}
.formcomp__contents .btn-container .btn-contact:hover {
  color: #fff;
}
.formcomp__contents .btn-container .btn-contact:hover::after {
  top: 0;
  left: -10px;
  background:#b52323;
  width: 200%;
}