@charset "UTF-8";
/*
Description: style.css
Author: DNS murata
調整用CSS
*/
/*==========================================================================
  変数
==========================================================================*/
/*==========================================================================
  共通
==========================================================================*/
/*タイトルなどの文字設定*/
h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif; }

h2.titleB {
  font-family: "Prompt", sans-serif;
  text-align: center;
  font-style: italic;
  /*&::first-letter {
  	color: $main_C;
  }*/ }

.titleB span.sm {
  margin: 0;
  font-style: normal; }

.title.text_wrap p.titleB {
  text-align: center;
  margin: 0 auto;
  color: #19317b;
  font-style: normal; }
  .title.text_wrap p.titleB span.sm {
    margin: 0;
    font-style: normal; }

.small {
  font-size: 90%; }

ul.note_list {
  padding: 0;
  margin: 0; }
  ul.note_list li {
    font-size: 1.4em;
    padding-left: 1.4em;
    color: #19317b; }

.read.center {
  text-align: center; }

.align_R {
  text-align: right; }

.border_b_t {
  padding-bottom: 0.5em;
  background-image: linear-gradient(to right, #19317b, #19317b 0.5rem, transparent 0.5rem, transparent 1rem);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 1rem 0.5rem;
  margin-bottom: 1em; }
  .border_b_t.gray {
    background-image: linear-gradient(to right, #b0b9b9, #b0b9b9 0.5rem, transparent 0.5rem, transparent 1rem); }

.border_b_t_small::after {
  content: '';
  display: block;
  width: 8rem;
  height: 0.5rem;
  background-image: linear-gradient(to right, #19317b, #19317b 0.5rem, transparent 0.5rem, transparent 1rem);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 1rem 0.5rem;
  margin-top: 1.5rem; }
.border_b_t_small.gray::after {
  background-image: linear-gradient(to right, #b0b9b9, #b0b9b9 0.5rem, transparent 0.5rem, transparent 1rem); }

/*リンク*/
a.learn-more {
  position: relative;
  display: block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 100%;
  max-width: 25em;
  height: auto;
  margin-top: 3em; }
  a.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 5rem;
    height: 5rem;
    background: #e76b16;
    border-radius: 2.625rem; }
    a.learn-more .circle .icon.arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      left: 0.625rem;
      width: 1.125rem;
      height: 0.125rem;
      background: none; }
      a.learn-more .circle .icon.arrow::before {
        position: absolute;
        content: "";
        top: -0.29rem;
        right: -1rem;
        width: 0.625rem;
        height: 0.625rem;
        border-top: 0.125rem solid #fff;
        border-right: 0.125rem solid #fff;
        transform: rotate(45deg); }
  a.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 0 2.85rem;
    padding: 1.5rem 2.5em;
    color: #222;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 3px; }
  a.learn-more:hover {
    transition: all 0.3s ease; }
    a.learn-more:hover .circle {
      width: 100%; }
    a.learn-more:hover .button-text {
      color: #fff; }

.triangle::after {
  border-color: transparent transparent #e76b16 transparent;
  border-width: 0 0 2rem 2rem;
  right: 0.5rem;
  bottom: 0.5rem;
  transition: all 0.3s ease; }
.triangle:hover::after {
  transform: translate(0.5rem, 0.5rem);
  transition: all 0.3s ease; }

a.learn-more[href^="https"]:after,
a.learn-more[href^="http"]:after,
a.learn-more[href^="//"]:after {
  content: none; }

/*TEL画像つきリンク*/
.phone_btn a {
  position: relative;
  padding-left: 2em !important; }
  .phone_btn a::before {
    content: url(../../assets/img/24H_w.png);
    margin-right: 1em;
    transform: scale(0.25);
    position: absolute;
    top: -1.5em;
    left: -1.2em; }

/*吹き出し*/
.fukidashi {
  text-align: center;
  background-color: #fff;
  padding: 1.5rem 3rem;
  max-width: 60rem;
  margin: 0 auto;
  border-radius: 15rem;
  position: relative; }
  .fukidashi p {
    color: #19317b;
    font-weight: 600; }
  .fukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff; }
  .fukidashi.sub_C {
    background-color: #ffe45f; }
    .fukidashi.sub_C:before {
      border-top: 15px solid #ffe45f; }
  .fukidashi.ue:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f1f1f1;
    border-top: none; }
  .fukidashi.ue.sub_C:before {
    border-bottom: 15px solid #ffe45f; }

/*アニメーション*/
.rotation {
  animation: 5s linear infinite rotation1; }

@keyframes rotation1 {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
/*header
---------------------------*/
header.nav_mega.dropdownNav {
  transition: all 0.3s ease; }
  header.nav_mega.dropdownNav .header_tmp_D {
    position: fixed;
    z-index: 999;
    transition: all 0.3s ease;
    padding: 2rem;
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    max-width: 1340px;
    width: 100%;
    margin: 3rem auto 0;
    border-radius: 9999px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    header.nav_mega.dropdownNav .header_tmp_D .gnav_logo_wrap {
      padding-left: 3%; }
      header.nav_mega.dropdownNav .header_tmp_D .gnav_logo_wrap a.logo_link {
        padding: 0;
        gap: 1em; }
        header.nav_mega.dropdownNav .header_tmp_D .gnav_logo_wrap a.logo_link figure.gnav_logo {
          width: 5rem; }
        header.nav_mega.dropdownNav .header_tmp_D .gnav_logo_wrap a.logo_link p {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 2.6rem;
          white-space: nowrap;
          line-height: 1.2;
          letter-spacing: 0px;
          font-style: italic;
          font-weight: 800; }
          header.nav_mega.dropdownNav .header_tmp_D .gnav_logo_wrap a.logo_link p span {
            display: block;
            margin: 0 0 0.1em 0.5em;
            font-size: 44%;
            letter-spacing: 0px; }
    header.nav_mega.dropdownNav .header_tmp_D #gnav.pc_all {
      padding-right: 3%; }
      header.nav_mega.dropdownNav .header_tmp_D #gnav.pc_all ul li a {
        font-weight: 600;
        color: #222;
        font-family: "Noto Sans JP", sans-serif;
        padding: 1.5rem 2rem; }
        header.nav_mega.dropdownNav .header_tmp_D #gnav.pc_all ul li a:hover {
          background-color: #e76b16;
          color: #fff;
          transition: all 0.3s ease; }
  header.nav_mega.dropdownNav.is-fixed .header_tmp_D {
    margin: 0;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 1.5rem; }

/*footer
---------------------------*/
footer.footer_temp_B {
  position: relative;
  background-color: #19317b; }
  footer.footer_temp_B .footer_logo_wrap {
    width: fit-content;
    margin: 0 auto 3rem; }
    footer.footer_temp_B .footer_logo_wrap a.logo_link {
      display: flex;
      align-items: center;
      padding: 0;
      gap: 1em;
      text-decoration: none;
      width: fit-content; }
      footer.footer_temp_B .footer_logo_wrap a.logo_link figure.footer_logo {
        width: 5rem; }
      footer.footer_temp_B .footer_logo_wrap a.logo_link p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 2.6rem;
        white-space: nowrap;
        line-height: 1.2;
        letter-spacing: 0px;
        font-style: italic;
        font-weight: 800;
        color: #fff; }
  footer.footer_temp_B #footer_menu .footer_menu_inner {
    padding: 5rem 0; }
  footer.footer_temp_B #footer_menu #menu-footer-menu {
    justify-content: center;
    gap: 5rem;
    margin: 0; }
    footer.footer_temp_B #footer_menu #menu-footer-menu.main_menu li {
      padding: 0;
      ms-flex: 0;
      -webkit-flex: 0;
      flex: none; }
    footer.footer_temp_B #footer_menu #menu-footer-menu.main_menu a {
      border: none;
      font-size: 1.6rem;
      margin: 0;
      pointer-events: auto;
      color: #fff;
      text-decoration: none;
      position: relative;
      display: inline-block;
      padding-left: 1em;
      border-bottom: 1px solid transparent;
      transition: all 0.3s ease; }
      footer.footer_temp_B #footer_menu #menu-footer-menu.main_menu a::before {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 2px #e76b16;
        border-right: solid 2px #e76b16;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4px; }
      footer.footer_temp_B #footer_menu #menu-footer-menu.main_menu a:hover {
        transition: all 0.3s ease;
        border-color: #e76b16; }
  footer.footer_temp_B #footer_menu .sub_footer {
    background-color: #19317b; }
    footer.footer_temp_B #footer_menu .sub_footer ul li a {
      font-weight: normal;
      color: #fff;
      transition: all 0.3s ease; }
      footer.footer_temp_B #footer_menu .sub_footer ul li a::before {
        border-top: solid 2px #fff;
        border-right: solid 2px #fff; }
      footer.footer_temp_B #footer_menu .sub_footer ul li a:hover {
        transition: all 0.3s ease; }

#page_top.page_top_temp_C {
  position: relative;
  margin: 0 auto;
  max-width: 1365px;
  width: 100%; }
  #page_top.page_top_temp_C a {
    position: absolute;
    right: 0;
    top: -4rem;
    background-color: #19317b;
    border: none;
    background: #19317b;
    width: 9.5rem;
    height: 4.5rem;
    border-radius: 0.5rem 0.5rem 0 0; }
    #page_top.page_top_temp_C a::before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      width: 1rem;
      height: 1rem;
      top: 0.7rem; }
    #page_top.page_top_temp_C a:hover {
      opacity: 1; }

/*ローディングアニメーション
--------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  #loading .hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms;
    z-index: 0; }
  #loading .animation_wrap {
    background-color: transparent;
    opacity: 1;
    z-index: 9999; }
    #loading .animation_wrap figure {
      width: 20rem; }
      #loading .animation_wrap figure img {
        max-width: 100%; }
    #loading .animation_wrap p.corp {
      margin-top: 0;
      font-size: 3rem; }
    #loading .animation_wrap .loader {
      width: 20rem;
      height: 6rem;
      margin: 3rem auto 0;
      position: relative; }
      #loading .animation_wrap .loader .circle {
        width: 2rem;
        height: 2rem;
        position: absolute;
        border-radius: 50%;
        background-color: #19317b;
        left: 15%;
        transform-origin: 50%;
        animation: circle .5s alternate infinite ease; }
        #loading .animation_wrap .loader .circle:nth-child(2) {
          left: 45%;
          animation-delay: .2s; }
        #loading .animation_wrap .loader .circle:nth-child(3) {
          left: auto;
          right: 15%;
          animation-delay: .3s; }
      #loading .animation_wrap .loader .shadow {
        width: 2rem;
        height: 0.4rem;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 6.2rem;
        transform-origin: 50%;
        z-index: -1;
        left: 15%;
        filter: blur(1px);
        animation: shadow .5s alternate infinite ease; }
        #loading .animation_wrap .loader .shadow:nth-child(4) {
          left: 45%;
          animation-delay: 0.2s; }
        #loading .animation_wrap .loader .shadow:nth-child(5) {
          left: auto;
          right: 15%;
          animation-delay: .3s; }
      #loading .animation_wrap .loader span {
        position: absolute;
        top: 7.5rem;
        font-family: "Prompt", sans-serif;
        font-size: 2rem;
        letter-spacing: 1.2rem;
        color: #b0b9b9;
        left: 15%; }

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7); }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1); }
  100% {
    top: 0%; } }
@keyframes shadow {
  0% {
    transform: scaleX(1.5); }
  40% {
    transform: scaleX(1);
    opacity: .7; }
  100% {
    transform: scaleX(0.2);
    opacity: .4; } }
/*デフォルトページ
--------------------------*/
.default_page #kv.back_img {
  background-image: url("../../assets/img/sub_kv_003.webp");
  background-attachment: fixed;
  background-position: top center;
  background-size: auto;
  height: auto; }
  .default_page #kv.back_img h2 {
    font-family: "Prompt", sans-serif;
    font-size: 4.8rem;
    font-style: italic;
    color: #fff;
    filter: drop-shadow(4px 3px 10px rgba(0, 0, 0, 0.5));
    padding: 15rem 0 7rem;
    /*&::first-letter {
    	color: $main_C;
    }*/ }
    .default_page #kv.back_img h2 span {
      font-weight: 600;
      font-size: 35%; }
.default_page main .contents_wrap #read .contents_inner .read p {
  letter-spacing: 1px;
  line-height: 2;
  font-size: 1.8rem; }
.default_page main .contents_wrap #read .contents_inner .read.center p {
  text-align: center; }
.default_page main .contents_wrap figure.read_img {
  margin: 0 auto;
  width: 45rem; }
.default_page main .contents_wrap h3.catchcopy {
  text-align: center;
  margin: 0 0 4rem;
  font-size: 2.6rem;
  font-weight: normal; }

/*コンタクト
--------------------*/
.phone_set .flex_item p.number {
  font-size: 3rem;
  letter-spacing: 2px;
  margin: 0 0 0.5rem;
  line-height: 1;
  color: #19317b;
  font-weight: 600; }
.phone_set .flex_item .label_wrap {
  display: flex;
  gap: 1rem;
  align-items: center; }
  .phone_set .flex_item .label_wrap label {
    background-color: #e76b16;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.5rem;
    border-radius: 100rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer; }
.phone_set figure.flex_item {
  width: 8rem; }

.contact_wrap .flex_wrap {
  display: flex;
  height: 100%;
  border-radius: 1rem; }
  .contact_wrap .flex_wrap .flex_item {
    width: calc(100% / 2); }
.contact_wrap .attention_wrap .attention_main {
  background-color: #fff;
  padding: 3rem 5%;
  border-radius: 1rem 0 0 1rem; }
  .contact_wrap .attention_wrap .attention_main h4 {
    border-bottom: 3px dashed #b0b9b9;
    color: #19317b;
    padding-bottom: 0.5em;
    margin-bottom: 1em; }
  .contact_wrap .attention_wrap .attention_main ul.disc {
    font-weight: 600;
    color: #19317b; }
    .contact_wrap .attention_wrap .attention_main ul.disc li {
      line-height: 1.8;
      letter-spacing: -1px; }
.contact_wrap .phone_wrap {
  background-color: #ffe45f;
  padding: 3rem 5%;
  border-radius: 0 1rem 1rem 0; }
  .contact_wrap .phone_wrap a {
    text-decoration: none;
    margin: 0;
    position: relative;
    transition: all 0.3s ease; }
    .contact_wrap .phone_wrap a > p {
      color: #19317b;
      font-weight: 600;
      font-size: 2.4rem;
      font-family: "Noto Sans JP", sans-serif;
      text-align: center;
      margin: 0 0 1.5rem;
      line-height: 1; }
    .contact_wrap .phone_wrap a figure.hand {
      position: absolute;
      bottom: -2rem;
      right: 2rem;
      width: 5rem;
      transform: rotate(-25deg);
      -moz-transform: rotate(-25deg);
      -webkit-transform: rotate(-25deg);
      transition: all 0.3s ease; }
    .contact_wrap .phone_wrap a:hover {
      /*.flex_item {
      	p.number {
      		color: $red;
      		transition: all 0.3s;
      	}
      	.label_wrap label {
      		background-color: $main_C;
      		transition: all 0.3s;
      	}
      }*/ }
      .contact_wrap .phone_wrap a:hover figure.hand {
        transform: translateY(-3px) rotate(-30deg);
        transition: all 0.3s ease; }
  .contact_wrap .phone_wrap .phone_set {
    border-top: 3px solid #19317b;
    border-bottom: 3px solid #19317b;
    padding: 1.5rem 0;
    margin: auto;
    justify-content: center; }
    .contact_wrap .phone_wrap .phone_set .flex_item {
      width: fit-content; }
    .contact_wrap .phone_wrap .phone_set figure.flex_item {
      width: 7rem; }
    .contact_wrap .phone_wrap .phone_set .flex_item p.number {
      font-size: 4rem;
      transition: all 0.3s ease; }
    .contact_wrap .phone_wrap .phone_set .flex_item .label_wrap label {
      padding: 0.5rem 1.2rem;
      font-size: 1.2rem;
      letter-spacing: 2px;
      cursor: pointer;
      transition: all 0.3s ease; }

.fixed_bn_wrap {
  position: fixed;
  right: 1.5%;
  bottom: 3%;
  z-index: 3;
  flex-direction: column;
  white-space: nowrap;
  display: flex;
  gap: 2rem;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3)); }
  .fixed_bn_wrap .fukidashi {
    z-index: 2;
    margin: 0 auto 1.1rem; }
    .fixed_bn_wrap .fukidashi p {
      font-size: 1.4rem; }
  .fixed_bn_wrap a {
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1.5rem;
    text-decoration: none;
    margin: 0;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    position: relative; }
    .fixed_bn_wrap a.kv_bn_contact {
      background-color: #e76b16;
      display: block; }
      .fixed_bn_wrap a.kv_bn_contact:hover {
        transform: translateY(-3px);
        transition: all 0.3s ease; }
      .fixed_bn_wrap a.kv_bn_contact .flex_box.phone_set {
        align-items: center; }
        .fixed_bn_wrap a.kv_bn_contact .flex_box.phone_set .flex_item p.number {
          color: #fff; }
        .fixed_bn_wrap a.kv_bn_contact .flex_box.phone_set .flex_item .label_wrap label {
          background-color: #ffe45f;
          color: #19317b; }
        .fixed_bn_wrap a.kv_bn_contact .flex_box.phone_set figure.flex_item {
          width: 8rem; }
      .fixed_bn_wrap a.kv_bn_contact figure.hand {
        position: absolute;
        bottom: -2rem;
        width: 3.5rem;
        right: 0;
        transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        transition: all 0.3s; }
      .fixed_bn_wrap a.kv_bn_contact:hover figure.hand {
        transform: translateY(-3px) rotate(-30deg);
        transition: all 0.3s; }
  .fixed_bn_wrap .fixed_bn_inner {
    position: relative; }
  .fixed_bn_wrap .fixed_bn_close_wrap {
    position: absolute;
    top: -1rem;
    right: -1rem;
    z-index: 3; }
    .fixed_bn_wrap .fixed_bn_close_wrap .fixed_bn_close {
      display: block;
      position: relative;
      width: 2rem;
      height: 2rem;
      background-color: #fff;
      padding: 1.5rem;
      border-radius: 100rem;
      border: none; }
      .fixed_bn_wrap .fixed_bn_close_wrap .fixed_bn_close::before, .fixed_bn_wrap .fixed_bn_close_wrap .fixed_bn_close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 1rem;
        background: #222; }
      .fixed_bn_wrap .fixed_bn_close_wrap .fixed_bn_close::before {
        transform: translate(-50%, -50%) rotate(45deg); }
      .fixed_bn_wrap .fixed_bn_close_wrap .fixed_bn_close::after {
        transform: translate(-50%, -50%) rotate(-45deg); }
  .fixed_bn_wrap.hidden {
    opacity: 0;
    visibility: hidden; }

/*下部共通aside*/
#contact {
  padding: 0 !important; }
  #contact.contact_temp_A {
    background-image: url(../../assets/img/back_001.webp); }
  #contact h2.titleB {
    font-size: 4rem;
    color: #19317b;
    text-align: center; }
    #contact h2.titleB::first-letter {
      color: #19317b; }
  #contact p.titleB span.sm {
    color: #19317b; }
  #contact p.catchcopy {
    text-align: center;
    margin-bottom: 3rem; }
  #contact .contact_wrap {
    position: relative; }
    #contact .contact_wrap .attention_wrap .attention_main {
      background-color: #fff; }
    #contact .contact_wrap figure.contact_img_attention {
      position: absolute;
      width: 15rem;
      top: -12.3rem;
      z-index: 0;
      right: 5rem; }
  #contact .video_area {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 95vh; }
    #contact .video_area::before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px; }
    #contact .video_area video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #contact.contact_temp_A .contents_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #ffffffd1;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2); }

/*==========================================================================
  個別
==========================================================================*/
/*home
------------------------*/
#home {
  background-color: #f1f1f1;
  /*キービジュアル*/
  /*イントロ*/
  /*ポイント*/
  /*サービス*/
  /*対応保険会社について*/
  /*ご依頼の流れ*/ }
  #home h2.titleB {
    font-size: 4.8rem;
    color: #19317b;
    /*&::first-letter {
    	color: $red;
    }*/ }
  #home #kv {
    height: 90vh;
    position: relative; }
    #home #kv .kv_img_loop.loop_slide_wrap {
      margin-top: 5vh; }
      #home #kv .kv_img_loop.loop_slide_wrap ul.loop_slide {
        animation: loop-slide 100s infinite linear 1s both;
        gap: 3rem;
        margin-right: 3rem; }
        #home #kv .kv_img_loop.loop_slide_wrap ul.loop_slide li {
          height: 75vh;
          border-radius: 1rem;
          overflow: hidden; }
          #home #kv .kv_img_loop.loop_slide_wrap ul.loop_slide li img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            opacity: 0.9; }
    #home #kv .trouble_list_loop.loop_slide_wrap {
      height: 20vh; }
      #home #kv .trouble_list_loop.loop_slide_wrap ul.loop_slide {
        animation: loop-slide 40s infinite linear 1s both;
        animation-direction: reverse;
        gap: 1.5rem;
        margin-right: 1.5rem; }
        #home #kv .trouble_list_loop.loop_slide_wrap ul.loop_slide li {
          min-width: auto;
          height: 10vh;
          width: max-content;
          border-radius: 0.5rem;
          overflow: hidden;
          background-color: #fff;
          width: fit-content;
          aspect-ratio: 1 / 1; }
          #home #kv .trouble_list_loop.loop_slide_wrap ul.loop_slide li img {
            filter: none; }
    #home #kv .kv_catchcopy {
      position: absolute;
      z-index: 1;
      flex-direction: column;
      gap: 2rem; }
      #home #kv .kv_catchcopy p {
        text-align: center;
        mix-blend-mode: hard-light;
        filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
        line-height: 1.5;
        font-size: 4rem; }
        #home #kv .kv_catchcopy p.catchcopy1 {
          font-weight: 600;
          font-size: 5rem;
          font-family: "Prompt", sans-serif;
          letter-spacing: 7px;
          font-style: italic; }
        #home #kv .kv_catchcopy p.catchcopy2 {
          font-size: 160%;
          background: #122a88;
          font-weight: 600;
          padding: 1rem 1.5rem; }
  #home #introduction .komatta_set_wrap .fukidashi_wrap {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem; }
    #home #introduction .komatta_set_wrap .fukidashi_wrap .fukidashi {
      margin: 0; }
      #home #introduction .komatta_set_wrap .fukidashi_wrap .fukidashi p {
        color: #222; }
  #home #introduction .komatta_set_wrap figure {
    max-width: 60rem;
    margin: 0 auto; }
  #home #introduction p.catchcopy.komatta {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    text-align: center;
    margin: 5rem 0;
    color: #19317b; }
  #home #introduction figure.img_wrap {
    max-width: 65rem;
    margin: 0 auto; }
  #home #introduction figure.img_wrap2 {
    max-width: 60rem;
    height: 33rem;
    margin: 0rem auto 0;
    overflow: hidden; }
  #home #introduction .text_wrap {
    text-align: center;
    margin: 0rem 0 0; }
    #home #introduction .text_wrap .catchcopy {
      font-size: 3.2rem;
      margin-bottom: 5rem;
      font-weight: normal; }
    #home #introduction .text_wrap p {
      font-size: 1.8rem;
      line-height: 2; }
  #home #point {
    padding: 0 !important; }
    #home #point .contents_inner {
      background-color: transparent; }
    #home #point h2.titleB,
    #home #point .title.text_wrap p.titleB {
      color: #fff; }
    #home #point ul.point_set {
      display: flex;
      gap: 3%;
      margin: 0; }
      #home #point ul.point_set > li {
        list-style-type: none;
        width: calc(100% / 3);
        border-radius: 1rem;
        background-color: #fffffff0;
        backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-right-color: rgba(255, 255, 255, 0.2);
        border-bottom-color: rgba(255, 255, 255, 0.2); }
        #home #point ul.point_set > li figure.flex_item {
          padding: 3rem 5% 0;
          margin: auto;
          width: 100%;
          max-width: 20rem; }
        #home #point ul.point_set > li .flex_item.text {
          padding: 1.5rem 5% 3rem; }
          #home #point ul.point_set > li .flex_item.text h4 {
            display: flex;
            align-items: center;
            padding: 0;
            align-items: center;
            padding: 0;
            font-size: 2rem;
            text-align: left;
            margin: 0 auto 1em;
            width: fit-content;
            color: #19317b;
            letter-spacing: 1px; }
            #home #point ul.point_set > li .flex_item.text h4::before {
              content: "";
              display: inline-block;
              width: 2.4rem;
              height: 2.4rem;
              background-image: url(../../assets/img/icon_check.webp);
              background-size: contain;
              background-repeat: no-repeat;
              vertical-align: middle;
              margin-right: 0.2em;
              text-decoration: none; }
          #home #point ul.point_set > li .flex_item.text ul.note_list li {
            font-size: 90%; }
    #home #point .video_area {
      aspect-ratio: 16 / 9;
      overflow: hidden;
      position: relative;
      width: 100%;
      max-width: 100%;
      max-height: 84vh; }
      #home #point .video_area::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px; }
      #home #point .video_area video {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #home #point .contents_inner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
  #home #service {
    background-color: #19317b;
    /*.contents_inner {	
    	&:first-child {
    		max-width: 100%;
    	}
    }*/ }
    #home #service h2.titleB,
    #home #service .title.text_wrap p.titleB {
      color: #fff; }
    #home #service .read.center {
      color: #fff;
      text-align: center; }
    #home #service .service_top_menu_wrap {
      margin-top: 10rem; }
      #home #service .service_top_menu_wrap .service_top_menu {
        background-color: #f1f1f1; }
        #home #service .service_top_menu_wrap .service_top_menu .flex_box .flex_item {
          width: calc(100% / 2); }
        #home #service .service_top_menu_wrap .service_top_menu .flex_box .flex_item.text {
          padding: 3rem 5%; }
          #home #service .service_top_menu_wrap .service_top_menu .flex_box .flex_item.text h2.service_head_title {
            font-family: "Prompt", sans-serif;
            color: #19317b;
            font-size: 4.6rem;
            letter-spacing: 3px;
            font-style: italic;
            margin-bottom: 3rem; }
            #home #service .service_top_menu_wrap .service_top_menu .flex_box .flex_item.text h2.service_head_title span {
              display: block;
              font-size: 35%;
              margin: 0.5rem 0 0;
              color: #222;
              font-style: normal; }
        #home #service .service_top_menu_wrap .service_top_menu .flex_box figure.flex_item {
          background-image: url(../../assets/img/service_road-service.webp);
          background-repeat: no-repeat;
          background-size: cover;
          height: 32pc; }
        #home #service .service_top_menu_wrap .service_top_menu:nth-child(even) .flex_box {
          flex-direction: row-reverse; }
        #home #service .service_top_menu_wrap .service_top_menu:nth-child(2) .flex_box figure.flex_item {
          background-image: url(../../assets/img/service_rental-car-service.webp); }
    #home #service #other-service {
      margin-top: 10rem; }
      #home #service #other-service .flex_box {
        background-color: #fff;
        border-radius: 1rem 1rem 0 1rem;
        overflow: hidden;
        margin: 0;
        text-decoration: none; }
        #home #service #other-service .flex_box figure.flex_item {
          background-image: url(../../assets/img/service_other.webp);
          background-repeat: no-repeat;
          background-size: cover;
          height: 17pc; }
        #home #service #other-service .flex_box .flex_item.text {
          padding: 5rem 5%; }
  #home #insurance {
    background-color: #fff; }
    #home #insurance ul.hoken_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 5rem 0;
      gap: 0rem; }
      #home #insurance ul.hoken_list li {
        list-style-type: none;
        width: 10rem;
        width: 15rem; }
        #home #insurance ul.hoken_list li a {
          transition: all 0.3s ease; }
          #home #insurance ul.hoken_list li a[href^="https"]:after, #home #insurance ul.hoken_list li a[href^="http"]:after, #home #insurance ul.hoken_list li a[href^="//"]:after {
            background: none; }
          #home #insurance ul.hoken_list li a:hover {
            opacity: 0.5;
            transition: all 0.3s ease; }
    #home #insurance .human_wrap figure {
      max-width: 30rem;
      margin: 3rem auto 0; }
    #home #insurance .membership_wrap.flex_box {
      background-color: #19317b;
      color: #fff;
      border-radius: 1rem 1rem 0 1rem;
      gap: 0; }
      #home #insurance .membership_wrap.flex_box figure.flex_item {
        background-color: #fff;
        background-image: url(../../assets/img/service_road-service-3.webp);
        background-repeat: no-repeat;
        background-size: cover;
        height: 25pc;
        display: flex;
        align-items: center;
        justify-content: center; }
        #home #insurance .membership_wrap.flex_box figure.flex_item span {
          width: 45%;
          height: auto;
          display: block; }
      #home #insurance .membership_wrap.flex_box .flex_item.text {
        padding: 5rem 5%; }
      #home #insurance .membership_wrap.flex_box a.learn-more .button-text {
        color: #fff; }
  #home #step .step_swiper {
    overflow: hidden; }
    #home #step .step_swiper .swiper {
      overflow: visible; }
    #home #step .step_swiper .swiper-wrapper {
      align-items: stretch !important; }
    #home #step .step_swiper .swiper-slide {
      height: auto; }
    #home #step .step_swiper .swiper_main .swiper-slide {
      width: 50vw;
      background-color: #fff;
      padding: 5%;
      border-radius: 1rem;
      display: flex;
      align-items: center; }
    #home #step .step_swiper .swiper_main .slide {
      display: flex;
      gap: 3%;
      align-items: center;
      width: 100%; }
      #home #step .step_swiper .swiper_main .slide .slide_L, #home #step .step_swiper .swiper_main .slide .slide_R {
        width: 100%; }
    #home #step .step_swiper .swiper_main .slide_head {
      margin-bottom: 2rem; }
      #home #step .step_swiper .swiper_main .slide_head h4 {
        font-size: 2.8rem;
        width: 100%;
        position: relative;
        letter-spacing: 2px;
        margin-bottom: 3rem;
        /*&::after {
        	display: block;
        	background-color: $red;
        	content: "";
        	width: 1em;
        	height: 0.1rem;
        	margin: 0.5em 0 0 0.2em;
        	position: absolute;
        }*/ }
        #home #step .step_swiper .swiper_main .slide_head h4 label {
          display: block;
          font-size: 70%;
          background: transparent;
          border: 2px solid #e76b16;
          color: #e76b16;
          padding: 0.1em 1em;
          width: fit-content;
          margin-bottom: 0.5em; }
        #home #step .step_swiper .swiper_main .slide_head h4 > span {
          display: block;
          /*&::first-letter {
          	color: $main_C;
          	font-size: 3rem;
          	padding-right: 0.1em;
          }*/ }
    #home #step .step_swiper .swiper_main .slide_text h5 {
      background: #f1f1f1;
      padding: 0.5em; }
    #home #step .step_swiper .swiper_main figure.slide_icon_img {
      max-width: 18rem;
      margin: 0 auto 2rem; }
    #home #step .step_swiper .swiper_main .slide .slide_R {
      width: 100%;
      height: auto; }
      #home #step .step_swiper .swiper_main .slide .slide_R .flex_box {
        display: flex;
        flex-direction: column;
        gap: 2rem; }
        #home #step .step_swiper .swiper_main .slide .slide_R .flex_box section {
          background: #f1f1f1;
          padding: 1.5rem 5%;
          width: 100%;
          box-sizing: border-box; }
          #home #step .step_swiper .swiper_main .slide .slide_R .flex_box section h5 > span,
          #home #step .step_swiper .swiper_main .slide .slide_R .flex_box section p > span {
            color: #19317b;
            font-weight: bold; }
          #home #step .step_swiper .swiper_main .slide .slide_R .flex_box section h5 {
            padding-bottom: 1rem;
            background-repeat: repeat-x;
            background-position: left bottom;
            background-size: 1rem 0.5rem;
            margin-bottom: 1em;
            background-image: linear-gradient(to right, #b0b9b9, #b0b9b9 0.5rem, transparent 0.5rem, transparent 1rem); }
    #home #step .step_swiper .swiper_main .slide figure.slide_R {
      width: 100%;
      height: 40vh; }
      #home #step .step_swiper .swiper_main .slide figure.slide_R img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        border-radius: 1em; }
    #home #step .step_swiper .thumb-wrapper {
      position: relative;
      width: 85%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 auto 3rem;
      display: flex;
      justify-content: space-between; }
      #home #step .step_swiper .thumb-wrapper::before {
        content: "";
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translateX(-50%);
        height: 4px;
        background: #fff;
        width: 75%; }
      #home #step .step_swiper .thumb-wrapper .thumb-btn {
        width: fit-content;
        position: relative;
        transition: all 0.3s;
        border: none; }
        #home #step .step_swiper .thumb-wrapper .thumb-btn:hover {
          cursor: pointer;
          cursor: hand;
          transition: all 0.3s;
          border: none;
          background: transparent; }
          #home #step .step_swiper .thumb-wrapper .thumb-btn:hover p {
            background: #fff;
            transition: all 0.3s; }
            #home #step .step_swiper .thumb-wrapper .thumb-btn:hover p span {
              background: #fff;
              transition: all 0.3s; }
        #home #step .step_swiper .thumb-wrapper .thumb-btn::before {
          width: fit-content;
          position: absolute; }
        #home #step .step_swiper .thumb-wrapper .thumb-btn label {
          display: block;
          font-weight: bold;
          font-size: 1.4rem;
          color: #e76b16;
          border: 2px solid #e76b16;
          width: fit-content;
          margin: 0 auto 0.5em;
          padding: 0.5rem 0.5em;
          line-height: 1; }
        #home #step .step_swiper .thumb-wrapper .thumb-btn p {
          background: #fff;
          padding: 1.5rem 3rem;
          font-size: 1.4rem;
          letter-spacing: 2px;
          text-align: center;
          font-weight: bold;
          border-radius: 100rem;
          width: 23rem; }
          #home #step .step_swiper .thumb-wrapper .thumb-btn p span {
            background: #fff; }
        #home #step .step_swiper .thumb-wrapper .thumb-btn.thumb-btn-active {
          transition: all 0.3s;
          border: none; }
        #home #step .step_swiper .thumb-wrapper .thumb-btn:hover {
          transition: all 0.3s; }
          #home #step .step_swiper .thumb-wrapper .thumb-btn:hover p {
            cursor: pointer;
            border-radius: 100rem; }
            #home #step .step_swiper .thumb-wrapper .thumb-btn:hover p label {
              cursor: pointer; }
            #home #step .step_swiper .thumb-wrapper .thumb-btn:hover p span {
              background: #fff;
              cursor: pointer; }
        #home #step .step_swiper .thumb-wrapper .thumb-btn.thumb-btn-active p {
          background: #e76b16; }
          #home #step .step_swiper .thumb-wrapper .thumb-btn.thumb-btn-active p span {
            background: #e76b16;
            color: #fff; }
          #home #step .step_swiper .thumb-wrapper .thumb-btn.thumb-btn-active p label {
            border-color: #fff;
            color: #fff; }
  #home #step .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem 0.8rem;
    -webkit-box-pack: start;
    -webkit-justify-content: center;
    -ms-flex-pack: start;
    justify-content: center;
    margin: 0 auto 0 0;
    text-align: center; }
  #home #step .swiper-controller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-start;
    margin-top: 3.2rem; }
  #home #step .swiper-pagination-bullet {
    width: 1.6rem;
    height: 3px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    vertical-align: top;
    background-color: #b0b9b9;
    border-radius: 0; }
  #home #step .swiper-pagination-bullet-active {
    width: 4rem;
    background-color: #e76b16; }
  #home #step .step_swiper .swiper_main .swiper-slide.dummy {
    background: transparent;
    width: 0;
    opacity: 0; }
  #home #step .swiper-controller {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 3.2rem;
    gap: 4rem; }
  #home #step .swiper-button-prev, #home #step .swiper-button-next {
    display: grid;
    place-content: center;
    width: 5rem;
    height: 5rem;
    cursor: pointer; }
  #home #step .swiper-button-prev, #home #step .swiper-button-next {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0; }
  #home #step .swiper-button-prev:hover::before, #home #step .swiper-button-next:hover::before {
    border: 2px solid #e76b16; }
  #home #step .swiper-button-prev::before, #home #step .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    background-color: #fff; }
  #home #step .swiper-button-prev::after, #home #step .swiper-button-next::after {
    width: 1rem;
    height: 1rem;
    content: "";
    border: solid #e76b16;
    border-width: 2px 2px 0 0; }
  #home #step .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  #home #step .swiper-button-next::after {
    transform: rotate(45deg); }
  #home #step .step_swiper.l-section .l-inner {
    margin: auto; }
  #home #step .swiper-button-disabled.swiper-button-prev::after, #home #step .swiper-button-disabled.swiper-button-next::after {
    pointer-events: none;
    opacity: 1;
    transition: all 0.3s; }
  #home #step .swiper-button-disabled.swiper-button-prev::before, #home #step .swiper-button-disabled.swiper-button-next::before {
    opacity: 1;
    border: none; }
  #home #step .swiper-button-disabled.swiper-button-prev:hover::before, #home #step .swiper-button-disabled.swiper-button-next:hover::before {
    border: none;
    cursor: default; }
  #home #step .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: .3;
    transition: all 0.3s; }

/*COMPANY
------------------------*/
.default_page.company #message .signature figure.logo {
  max-width: 25rem;
  margin: 0 0 1rem auto; }
.default_page.company #message .signature p {
  font-size: 2.2rem; }
.default_page.company #message .CEO_wrap {
  position: relative;
  margin-top: 3rem; }
  .default_page.company #message .CEO_wrap figure {
    display: block;
    margin: 0;
    background: #f1f1f1;
    width: 100%;
    overflow: hidden; }
    .default_page.company #message .CEO_wrap figure img {
      max-width: 100rem;
      margin: 0 0 0 auto;
      display: block;
      filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3)); }
  .default_page.company #message .CEO_wrap .inner_wrap {
    position: absolute;
    left: 5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    .default_page.company #message .CEO_wrap .inner_wrap p {
      color: #222;
      font-size: 2.6rem;
      font-weight: 600;
      font-family: "Noto Sans JP", sans-serif; }
      .default_page.company #message .CEO_wrap .inner_wrap p.sign {
        text-align: right;
        font-size: 2rem;
        margin-top: 3rem; }
.default_page.company #access .flex_box {
  align-items: stretch; }
  .default_page.company #access .flex_box .flex_item {
    display: flex;
    align-items: stretch;
    flex-direction: column; }
.default_page.company #access iframe.GoogleMap {
  height: 35rem; }
.default_page.company #access figure.logo {
  max-width: 30rem;
  margin: 0 0 2rem; }
.default_page.company #access ul.disc {
  margin-top: 2em; }
.default_page.company #access .textbox {
  background-color: #f1f1f1;
  padding: 3rem 5%;
  flex-grow: 1; }
  .default_page.company #access .textbox h4 {
    font-weight: bold;
    letter-spacing: 2px;
    border-left: 5px solid #222;
    line-height: 1;
    padding-left: 0.5em;
    margin-bottom: 1em; }
  .default_page.company #access .textbox a:after {
    content: none; }

/*SERVICE
------------------------*/
.default_page.service .contents_wrap {
  padding: 10em 0; }
.default_page.service .contents_wrap.service_contents_wrap {
  background: #f1f1f1;
  position: relative; }
  .default_page.service .contents_wrap.service_contents_wrap:nth-child(odd) {
    background: #fff; }
  .default_page.service .contents_wrap.service_contents_wrap .service_head_wrap > .flex_item {
    position: inherit;
    margin: 0 auto 10rem;
    max-width: 1340px;
    width: 100%;
    padding: 0; }
    .default_page.service .contents_wrap.service_contents_wrap .service_head_wrap > .flex_item h2.service_head_title {
      font-family: "Prompt", sans-serif;
      color: #19317b;
      font-size: 4.6rem;
      letter-spacing: 3px;
      font-style: italic;
      margin-bottom: 5rem; }
      .default_page.service .contents_wrap.service_contents_wrap .service_head_wrap > .flex_item h2.service_head_title span {
        display: block;
        font-size: 35%;
        margin: 0.5rem 0 0;
        color: #222;
        font-style: normal; }
    .default_page.service .contents_wrap.service_contents_wrap .service_head_wrap > .flex_item p {
      font-size: 1.8rem;
      font-family: "Noto Sans JP", sans-serif;
      letter-spacing: 1px;
      line-height: 2; }
  .default_page.service .contents_wrap.service_contents_wrap .service_head_wrap > figure.flex_item {
    margin: 0;
    width: 50%;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    height: 30pc; }
  .default_page.service .contents_wrap.service_contents_wrap .service_contents_inner {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1340px;
    width: 100%;
    padding: 0 3%;
    border-radius: 1.5rem;
    position: inherit;
    box-shadow: 0px 5px 10px 10px rgba(0, 0, 0, 0.08); }
    .default_page.service .contents_wrap.service_contents_wrap .service_contents_inner .contents_wrap {
      padding-bottom: 0; }
      .default_page.service .contents_wrap.service_contents_wrap .service_contents_inner .contents_wrap:not(:first-child) {
        padding-top: 5rem; }
      .default_page.service .contents_wrap.service_contents_wrap .service_contents_inner .contents_wrap:last-child {
        padding-bottom: 10rem; }
    .default_page.service .contents_wrap.service_contents_wrap .service_contents_inner ul.service_list {
      list-style-type: none;
      display: flex;
      flex-wrap: wrap;
      gap: 3rem;
      margin-bottom: 3rem; }
      .default_page.service .contents_wrap.service_contents_wrap .service_contents_inner ul.service_list li {
        width: calc(100% / 3 - 2rem);
        border-radius: 1rem;
        padding: 3rem 3%;
        background-color: #f1f1f1; }
        .default_page.service .contents_wrap.service_contents_wrap .service_contents_inner ul.service_list li h4 {
          text-align: center; }
        .default_page.service .contents_wrap.service_contents_wrap .service_contents_inner ul.service_list li figure {
          max-width: 12rem;
          margin: 0 auto; }
          .default_page.service .contents_wrap.service_contents_wrap .service_contents_inner ul.service_list li figure img {
            mix-blend-mode: multiply; }
  .default_page.service .contents_wrap.service_contents_wrap#road-service .service_head_wrap > figure.flex_item {
    background-image: url(../../assets/img/service_road-service.webp); }
  .default_page.service .contents_wrap.service_contents_wrap#road-service #model-of-car figure {
    max-width: 75rem;
    margin: 10rem auto; }
  .default_page.service .contents_wrap.service_contents_wrap#road-service #area figure {
    max-width: 40rem;
    margin: 5rem auto; }
  .default_page.service .contents_wrap.service_contents_wrap#rental-car-service .service_head_wrap > figure.flex_item {
    background-image: url(../../assets/img/service_rental-car-service.webp); }
  .default_page.service .contents_wrap.service_contents_wrap#other-service .service_head_wrap > figure.flex_item {
    background-image: url(../../assets/img/service_other.webp); }
.default_page.service .swiper-area {
  position: relative; }
  .default_page.service .swiper-area ul li {
    list-style-type: none; }
  .default_page.service .swiper-area .swiper-horizontal > .swiper-pagination-bullets, .default_page.service .swiper-area .swiper-pagination-bullets.swiper-pagination-horizontal, .default_page.service .swiper-area .swiper-pagination-custom, .default_page.service .swiper-area .swiper-pagination-fraction {
    bottom: -3rem; }
  .default_page.service .swiper-area .swiper-pagination-bullet-active {
    background: #19317b; }
.default_page.service .swiper-button-prev::after,
.default_page.service .swiper-button-next::after {
  color: #e76b16; }

/*CONTACT
------------------------*/
.default_page.contact_page #contact {
  padding: 10em 0 !important; }
  .default_page.contact_page #contact .contact_wrap {
    margin-bottom: 5rem; }
    .default_page.contact_page #contact .contact_wrap .flex_wrap {
      flex-direction: row-reverse; }
      .default_page.contact_page #contact .contact_wrap .flex_wrap .phone_wrap {
        border-radius: 1rem 0 0 1rem; }
      .default_page.contact_page #contact .contact_wrap .flex_wrap .attention_wrap .attention_main {
        background-color: #f1f1f1;
        border-radius: 0 1rem 1rem 0; }
    .default_page.contact_page #contact .contact_wrap .read {
      margin: 0 0 3rem; }

/*採用情報
------------------------*/
.default_page.recruit .section_inner {
  margin: 5em 0;
  padding: 0 1%; }
.default_page.recruit details {
  border: 2px solid #19317b;
  transition: .2s; }
  .default_page.recruit details summary {
    cursor: pointer;
    color: #19317b;
    font-size: 2.4em;
    font-weight: bold;
    padding: 1.5em;
    transition: .2s; }
    .default_page.recruit details summary:hover {
      background-color: #19317b;
      color: #fff;
      transition: .2s; }
  .default_page.recruit details[open] summary {
    background-color: #19317b;
    color: #fff;
    transition: .2s; }
.default_page.recruit .text {
  padding: 3%; }
  .default_page.recruit .text .border_b_title {
    margin: 0 0 1.5em; }
.default_page.recruit dl.right_border {
  background-color: #f1f1f1;
  padding: 3%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6em;
  margin: 0 0 3rem; }
  .default_page.recruit dl.right_border.marginB0 {
    margin-bottom: 0; }
  .default_page.recruit dl.right_border dt {
    width: 15%;
    border-right: 1px solid #b0b9b9;
    padding: 1em;
    text-align: right;
    font-weight: bold; }
  .default_page.recruit dl.right_border dd {
    width: 75%;
    padding: 1em 1em 0.5em 2em; }
.default_page.recruit .flex_box.btn_wrap {
  margin: 0 auto;
  padding: 0 3% 3%;
  max-width: 70%; }
  .default_page.recruit .flex_box.btn_wrap a {
    display: block;
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
    text-decoration: none;
    background-color: #19317b;
    color: #fff;
    font-weight: bold;
    padding: 1.5em;
    transition: .2s; }
    .default_page.recruit .flex_box.btn_wrap a:hover {
      opacity: .5;
      transition: .2s; }
  .default_page.recruit .flex_box.btn_wrap.phone_btn a {
    position: relative;
    padding-left: 2em !important;
    box-sizing: border-box;
    border-radius: 3px; }
    .default_page.recruit .flex_box.btn_wrap.phone_btn a::before {
      content: url(../../assets/img/24H_w.png);
      margin-right: 1em;
      transform: scale(0.2);
      position: absolute;
      top: -2.1em;
      left: -0.2em; }

/*個人情報保護方針
------------------------*/
.default_page.privacy .section_inner_content:not(:last-child) {
  margin-bottom: 5rem; }
.default_page.privacy .read_text.section_inner {
  margin-bottom: 5rem; }
.default_page.privacy .section_inner.border_wrap {
  border: 1px solid #b0b9b9;
  padding: 5%; }
.default_page.privacy #jigyousya.box_contents.back_gray {
  margin-top: 3rem; }
  .default_page.privacy #jigyousya.box_contents.back_gray h5 {
    font-weight: bold;
    letter-spacing: 2px;
    border-left: 5px solid #222;
    line-height: 1;
    padding-left: 0.5em;
    margin-bottom: 1em; }

/*デジタル技術が社会や自社の競争環境に与える影響
------------------------*/
.default_page.initiative_dx .section_inner_content:not(:last-child) {
  margin-bottom: 5rem; }
.default_page.initiative_dx .border_b_title {
  margin: 0 0 1em; }
.default_page.initiative_dx ul.note_list li {
  font-size: 1.4rem;
  padding-left: 1.4rem;
  color: #222; }
.default_page.initiative_dx ul.decimal > li:not(:last-child) {
  margin-bottom: 1em; }
.default_page.initiative_dx .box_contents .box_contents {
  padding: 1.5%; }

/*法人会（CLUBワイズ）のご案内
------------------------*/
.default_page.membership .box_contents.back_gray {
  margin: 3rem 0; }
  .default_page.membership .box_contents.back_gray.marginB0 {
    margin-bottom: 0; }
  .default_page.membership .box_contents.back_gray ul.disc li {
    font-weight: bold;
    font-size: 1.8rem; }
  .default_page.membership .box_contents.back_gray .border_b_title {
    margin: 0 0 1em; }
  .default_page.membership .box_contents.back_gray ul.note_list {
    margin-top: 2rem; }
.default_page.membership span.strong {
  color: #19317b;
  font-weight: bold;
  margin: 0 0.2em;
  font-size: 110%; }
.default_page.membership #membership_contact .flex_box {
  align-items: stretch; }
  .default_page.membership #membership_contact .flex_box .flex_item {
    background-color: #f1f1f1;
    padding: 3%; }
  .default_page.membership #membership_contact .flex_box .border_b_title {
    margin: 0 0 1em; }
.default_page.membership #membership_contact .phone a {
  font-size: 2.4rem;
  text-decoration: none;
  margin: 0 0 1rem;
  display: block;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  background: #e76b16;
  padding: 1rem 3%;
  border-radius: 1rem;
  text-align: center;
  max-width: 25rem; }

/*==========================================================================
  ブレイクポイント
==========================================================================*/
/*forSP
--------------------------------------*/
@media (max-width: 768px) {
  h2 {
    font-size: 2.4rem; }

  a.learn-more {
    margin-top: 1.5rem; }

  .box_contents.back_gray {
    padding: 3rem 3%; }

  .back_parallax .contents_inner {
    padding: 5em 5%; }

  .fixed_bn_wrap {
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    gap: 0; }
    .fixed_bn_wrap a {
      padding: 1rem; }
    .fixed_bn_wrap .fukidashi {
      display: none;
      /*width: 100%;
      border-radius: 0;
      padding: 0.5em;
      &:before {
      	content: none;
      }
      p {
      	letter-spacing: 1px;
      }*/ }
    .fixed_bn_wrap .flex_box.phone_set {
      gap: 1rem; }
      .fixed_bn_wrap .flex_box.phone_set figure.flex_item {
        width: 6rem; }
      .fixed_bn_wrap .flex_box.phone_set .flex_item p.number {
        margin: 0;
        font-size: 3rem; }
      .fixed_bn_wrap .flex_box.phone_set .flex_item:last-of-type {
        display: flex;
        gap: 1rem;
        align-items: center; }
      .fixed_bn_wrap .flex_box.phone_set .label_wrap {
        flex-direction: column; }
        .fixed_bn_wrap .flex_box.phone_set .label_wrap label {
          width: 100%;
          text-align: center;
          font-size: 2.3vw;
          padding: 0.5rem 0.5rem; }
    .fixed_bn_wrap a.kv_bn_contact {
      border-radius: 0; }
      .fixed_bn_wrap a.kv_bn_contact .flex_box.phone_set {
        align-items: center;
        flex-direction: row; }
      .fixed_bn_wrap a.kv_bn_contact figure.hand {
        bottom: -1rem;
        right: -0.5rem; }
    .fixed_bn_wrap .fixed_bn_close_wrap {
      top: -2rem;
      right: 0.5rem; }
      .fixed_bn_wrap .fixed_bn_close_wrap .fixed_bn_close {
        border: none; }

  #page_top.page_top_temp_C a {
    top: -3rem;
    width: 5.5rem;
    height: 3.5rem; }

  /*ヘッダー
  --------------------*/
  header.nav_mega.dropdownNav .header_tmp_D {
    background-color: transparent;
    box-shadow: none;
    margin: 0; }
    header.nav_mega.dropdownNav .header_tmp_D .gnav_logo_wrap {
      display: none; }
    header.nav_mega.dropdownNav .header_tmp_D #gnav.pc_all {
      display: none; }
    header.nav_mega.dropdownNav .header_tmp_D #gnav_sp {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100vh;
      background: #fff;
      transition: all 0.3s ease;
      z-index: -1;
      transition: all 0.3s ease; }
      header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap {
        width: 100%;
        height: 100vh;
        overflow: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list {
          max-width: 85%; }
          header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list .gnav_sp_logo_wrap {
            padding: 0 0 10% 0;
            display: flex;
            align-items: center;
            gap: 1.5rem;
            text-decoration: none;
            justify-content: center; }
            header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list .gnav_sp_logo_wrap figure.gnav_sp_logo {
              display: block;
              width: 5rem; }
            header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list .gnav_sp_logo_wrap p {
              font-size: 2.4rem;
              font-weight: 800;
              white-space: nowrap;
              line-height: 1.2;
              font-family: "Noto Sans JP", sans-serif;
              letter-spacing: 0px;
              font-style: italic; }
              header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list .gnav_sp_logo_wrap p span {
                display: block;
                margin: 0;
                font-size: 60%;
                letter-spacing: 1px; }
          header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list #gnav_sp_list_menu {
            display: flex;
            flex-wrap: wrap;
            list-style-type: none; }
            header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list #gnav_sp_list_menu li {
              color: #19317b;
              width: 100%; }
              header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list #gnav_sp_list_menu li:not(:last-child) {
                margin-bottom: 1.5rem; }
              header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list #gnav_sp_list_menu li a {
                font-size: 2rem;
                text-decoration: none;
                color: #222;
                font-weight: 600;
                margin-bottom: 0;
                border: none;
                position: relative;
                display: inline-block;
                padding-left: 1em;
                pointer-events: auto;
                font-family: inherit;
                letter-spacing: inherit;
                transition: all 0.3s;
                width: 100%; }
                header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list #gnav_sp_list_menu li a:hover {
                  color: #e76b16;
                  transition: all 0.3s; }
                header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list #gnav_sp_list_menu li a::before {
                  content: '';
                  width: 6px;
                  height: 6px;
                  border: 0px;
                  border-top: solid 2px #e76b16;
                  border-right: solid 2px #e76b16;
                  -ms-transform: rotate(45deg);
                  -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
                  position: absolute;
                  top: 50%;
                  left: 0;
                  margin-top: -4px; }
          header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list .sub_gnav {
            background-color: transparent;
            margin: 3rem 0 0;
            padding: 3rem 0 0;
            border-top: 1px solid #222; }
            header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list .sub_gnav ul.gnav_menu_sub_list {
              list-style-type: none;
              margin: 0; }
              header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list .sub_gnav ul.gnav_menu_sub_list li:not(:last-child) {
                margin-bottom: 1rem; }
              header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list .sub_gnav ul.gnav_menu_sub_list li a {
                font-size: 1.6rem;
                color: #222;
                text-decoration: none;
                position: relative;
                display: inline-block;
                padding-left: 1em;
                transition: all 0.3s ease;
                text-decoration: none;
                font-weight: 600; }
                header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list .sub_gnav ul.gnav_menu_sub_list li a:hover {
                  color: #e76b16;
                  transition: all 0.3s ease; }
                header.nav_mega.dropdownNav .header_tmp_D #gnav_sp .gnav_sp_contents_wrap .gnav_sp_list .sub_gnav ul.gnav_menu_sub_list li a::before {
                  content: '';
                  width: 6px;
                  height: 6px;
                  border: 0px;
                  border-top: solid 2px #222;
                  border-right: solid 2px #222;
                  -ms-transform: rotate(45deg);
                  -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
                  position: absolute;
                  top: 50%;
                  left: 0;
                  margin-top: -4px; }
      header.nav_mega.dropdownNav .header_tmp_D #gnav_sp.panelactive {
        opacity: 1;
        z-index: 999;
        display: block;
        right: 0;
        transition: all 0.3s ease; }
    header.nav_mega.dropdownNav .header_tmp_D .gnav_open_btn {
      background: #e76b16; }
      header.nav_mega.dropdownNav .header_tmp_D .gnav_open_btn span {
        background-color: #fff; }
      header.nav_mega.dropdownNav .header_tmp_D .gnav_open_btn.active {
        background: #f1f1f1;
        transition: all 0.3s ease;
        border-radius: 100rem; }
        header.nav_mega.dropdownNav .header_tmp_D .gnav_open_btn.active span {
          background-color: #222; }

  /*フッター
  --------------------*/
  footer.footer_temp_B #footer_menu #menu-footer-menu {
    flex-direction: column;
    gap: 1.5rem; }
    footer.footer_temp_B #footer_menu #menu-footer-menu.main_menu a {
      font-size: 1.4rem; }
  footer.footer_temp_B #footer_menu .sub_footer {
    padding: 3rem 5%; }
    footer.footer_temp_B #footer_menu .sub_footer ul {
      flex-direction: column;
      gap: 1.5rem; }
  footer.footer_temp_B .menu-footer-menu-container {
    padding: 0 5%; }
  footer.footer_temp_B .copyright {
    padding: 3rem 5%;
    text-align: left;
    font-size: 1rem; }

  /*aside CONTACT
  --------------------*/
  #contact {
    padding: 5rem 0 !important; }
    #contact.contact_temp_A {
      background-image: url(../../assets/img/kv_002.webp);
      background-position: center; }
    #contact.contact_temp_A .contents_inner {
      position: static;
      top: auto;
      left: auto;
      transform: none;
      -webkit-transform: none;
      -ms-transform: inherit; }
    #contact .video_area video {
      display: none; }
    #contact .contact_wrap .flex_wrap {
      flex-direction: column;
      margin-top: 11rem; }
      #contact .contact_wrap .flex_wrap .flex_item {
        width: 100%; }
    #contact .contact_wrap figure.contact_img_attention {
      width: 12rem;
      top: -10rem;
      z-index: 0;
      right: auto;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
    #contact .contact_wrap .attention_wrap .attention_main {
      border-radius: 1rem 1rem 0 0; }
    #contact .contact_wrap .phone_wrap {
      border-radius: 0 0 1rem 1rem; }
      #contact .contact_wrap .phone_wrap a > p {
        font-size: 4.2vw;
        text-align: left; }
      #contact .contact_wrap .phone_wrap .phone_set {
        flex-direction: row;
        gap: 1rem; }
        #contact .contact_wrap .phone_wrap .phone_set figure.flex_item {
          width: 6rem; }
        #contact .contact_wrap .phone_wrap .phone_set .flex_item p.number {
          font-size: 3.2rem; }
        #contact .contact_wrap .phone_wrap .phone_set .flex_item .label_wrap label {
          font-size: 1rem; }
      #contact .contact_wrap .phone_wrap a figure.hand {
        bottom: -3rem;
        right: 0rem;
        width: 4rem; }
    #contact .video_area {
      aspect-ratio: auto;
      max-height: max-content; }
    #contact .title.text_wrap {
      margin: 0 0 3rem; }
      #contact .title.text_wrap h2.titleB {
        font-size: 3rem; }

  /*TOPページ
  --------------------*/
  #home h2.titleB {
    font-size: 3.2rem; }
  #home #kv {
    height: auto; }
    #home #kv .trouble_list_loop.loop_slide_wrap {
      height: 16vh;
      margin-top: 5rem; }
    #home #kv .kv_img_loop.loop_slide_wrap {
      margin-top: 3rem; }
      #home #kv .kv_img_loop.loop_slide_wrap ul.loop_slide li {
        height: 55vh; }
    #home #kv .trouble_list_loop.loop_slide_wrap {
      height: auto;
      padding: 0;
      margin: 3rem 0 0; }
      #home #kv .trouble_list_loop.loop_slide_wrap ul.loop_slide li {
        height: 17vw; }
    #home #kv .kv_catchcopy p.catchcopy1 {
      font-size: 6.5vw;
      line-height: 1.6;
      letter-spacing: 5px;
      max-width: 100%; }
    #home #kv .kv_catchcopy p.catchcopy2 {
      font-size: 100%; }
  #home main .contents_wrap {
    padding: 5rem 0; }
  #home #introduction .contents_inner {
    padding: 0 3%; }
  #home #introduction .komatta_set_wrap {
    margin: 0; }
    #home #introduction .komatta_set_wrap figure {
      max-width: 85vw; }
    #home #introduction .komatta_set_wrap .fukidashi_wrap {
      gap: 1rem;
      flex-direction: inherit;
      align-items: normal;
      gap: 1.5rem; }
      #home #introduction .komatta_set_wrap .fukidashi_wrap .fukidashi {
        padding: 1.5rem; }
        #home #introduction .komatta_set_wrap .fukidashi_wrap .fukidashi p {
          font-size: 2.4vw; }
    #home #introduction .komatta_set_wrap.change-time1 {
      position: static; }
  #home #introduction p.catchcopy.komatta {
    font-size: 1.6rem;
    text-align: left;
    margin: 3rem 0 5rem; }
  #home #introduction .contact_wrap .flex_wrap {
    flex-direction: column; }
    #home #introduction .contact_wrap .flex_wrap .flex_item {
      width: 100%; }
  #home #introduction .contact_wrap .attention_wrap .attention_main {
    border-radius: 1rem 1rem 0 0; }
    #home #introduction .contact_wrap .attention_wrap .attention_main h4 {
      font-size: 4.2vw; }
  #home #introduction .contact_wrap .phone_wrap {
    border-radius: 0 0 1rem 1rem; }
    #home #introduction .contact_wrap .phone_wrap .phone_set {
      flex-direction: row;
      gap: 1rem; }
      #home #introduction .contact_wrap .phone_wrap .phone_set .flex_item .label_wrap {
        gap: 0.5rem; }
        #home #introduction .contact_wrap .phone_wrap .phone_set .flex_item .label_wrap label {
          font-size: 1rem;
          padding: 0.5rem 0.8rem; }
      #home #introduction .contact_wrap .phone_wrap .phone_set .flex_item p.number {
        font-size: 3rem; }
      #home #introduction .contact_wrap .phone_wrap .phone_set figure.flex_item {
        width: 6rem; }
    #home #introduction .contact_wrap .phone_wrap a > p {
      font-size: 4.2vw; }
  #home #point {
    padding: 5rem 0 !important; }
    #home #point .contents_inner {
      position: static;
      transform: none;
      -webkit-transform: none; }
    #home #point .video_area {
      aspect-ratio: auto;
      overflow: inherit;
      height: auto;
      max-height: 100%; }
      #home #point .video_area video {
        display: none; }
    #home #point ul.point_set {
      flex-direction: column;
      gap: 1.5rem; }
      #home #point ul.point_set > li {
        width: 100%; }
        #home #point ul.point_set > li figure.flex_item {
          padding: 1.5rem 5% 0;
          max-width: 16rem; }
        #home #point ul.point_set > li .flex_item.text h4 {
          font-size: 1.6rem; }
  #home #service .read.center p {
    text-align: left; }
  #home #service .service_top_menu_wrap {
    margin-top: 5rem; }
    #home #service .service_top_menu_wrap .service_top_menu .flex_box {
      flex-direction: column-reverse; }
      #home #service .service_top_menu_wrap .service_top_menu .flex_box .flex_item {
        width: 100%; }
        #home #service .service_top_menu_wrap .service_top_menu .flex_box .flex_item.text h2.service_head_title {
          font-size: 3rem; }
      #home #service .service_top_menu_wrap .service_top_menu .flex_box figure.flex_item {
        height: 25rem; }
    #home #service .service_top_menu_wrap .service_top_menu:nth-child(even) .flex_box {
      flex-direction: column-reverse; }
  #home #service #other-service {
    margin-top: 5rem; }
    #home #service #other-service .flex_box figure.flex_item {
      height: 15rem; }
    #home #service #other-service .flex_box .flex_item.text {
      padding: 3rem 5%; }
  #home #insurance .read p {
    text-align: left; }
  #home #insurance ul.hoken_list {
    margin: 3rem 0;
    justify-content: flex-start; }
    #home #insurance ul.hoken_list li {
      width: calc(100% / 4); }
  #home #insurance .human_wrap figure {
    max-width: 20rem; }
  #home #insurance .membership_wrap.flex_box figure.flex_item {
    height: 20rem; }
    #home #insurance .membership_wrap.flex_box figure.flex_item span {
      width: 30%; }
  #home #insurance .membership_wrap.flex_box .flex_item.text {
    padding: 3rem 5%; }
  #home #step .step_swiper .thumb-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 1.5rem; }
    #home #step .step_swiper .thumb-wrapper::before {
      bottom: 0;
      left: 0;
      height: 0.5rem;
      width: 100%;
      transform: rotate(90deg) translate(-50%, -50%); }
    #home #step .step_swiper .thumb-wrapper .thumb-btn {
      width: 100%; }
      #home #step .step_swiper .thumb-wrapper .thumb-btn p {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5rem; }
        #home #step .step_swiper .thumb-wrapper .thumb-btn p span {
          width: 100%;
          text-align: left; }
      #home #step .step_swiper .thumb-wrapper .thumb-btn label {
        width: fit-content;
        display: flex;
        margin: 0; }
  #home #step .step_swiper .swiper_main .swiper-slide {
    width: 80%;
    align-items: baseline;
    padding: 3rem 5%; }
  #home #step .step_swiper .swiper_main .slide {
    flex-direction: column;
    gap: 2rem; }
    #home #step .step_swiper .swiper_main .slide .slide_R .flex_box {
      gap: 1.5rem; }
    #home #step .step_swiper .swiper_main .slide figure.slide_R {
      width: 100%;
      height: 26rem; }
  #home #step .step_swiper .swiper_main .slide_head h4 {
    font-size: 2.2rem; }
  #home #step .step_swiper .swiper_main figure.slide_icon_img {
    max-width: 6rem; }
  #home #step .swiper-button-prev,
  #home #step .swiper-button-next {
    width: 4rem;
    height: 4rem; }

  /*デフォルトページ
  --------------------*/
  .default_page #kv.back_img h2 {
    font-size: 3.2rem;
    padding: 6rem 0 6rem; }
  .default_page main .contents_wrap {
    padding: 5rem 0 0; }
    .default_page main .contents_wrap:last-child {
      padding-bottom: 5rem; }

  /*個別：ワイズレッカーについて
  --------------------*/
  .default_page.company #message .signature {
    display: none; }
  .default_page.company #message .CEO_wrap {
    margin-top: 5rem; }
    .default_page.company #message .CEO_wrap .inner_wrap {
      position: static;
      transform: none;
      padding: 5% 5% 1.5rem; }
      .default_page.company #message .CEO_wrap .inner_wrap p {
        font-size: 1.6rem; }
      .default_page.company #message .CEO_wrap .inner_wrap p.sign {
        font-size: 1.6rem;
        margin-top: 1.5rem; }
      .default_page.company #message .CEO_wrap .inner_wrap figure {
        margin: 0;
        background: #f1f1f1;
        width: 100%;
        overflow: hidden;
        height: 12rem;
        display: flex;
        justify-content: flex-end; }
    .default_page.company #message .CEO_wrap figure img {
      filter: none; }
  .default_page.company #access iframe.GoogleMap {
    height: 24rem; }
  .default_page.company #access .textbox p:last-child {
    margin-bottom: 0; }

  /*個別：サービス案内
  --------------------*/
  .default_page.service .contents_wrap {
    padding: 5rem 0; }
    .default_page.service .contents_wrap.service_contents_wrap .service_head_wrap > .flex_item {
      margin: 0 auto 3rem;
      max-width: 100%;
      padding: 0rem 3%; }
      .default_page.service .contents_wrap.service_contents_wrap .service_head_wrap > .flex_item h2.service_head_title {
        font-size: 3.6rem;
        margin-bottom: 3rem; }
      .default_page.service .contents_wrap.service_contents_wrap .service_head_wrap > .flex_item p {
        font-size: 1.6rem; }
    .default_page.service .contents_wrap.service_contents_wrap .service_head_wrap > figure.flex_item {
      width: 100%;
      position: static;
      height: 20rem; }
    .default_page.service .contents_wrap.service_contents_wrap .service_contents_inner {
      max-width: 97%;
      margin: -5rem auto 0; }
      .default_page.service .contents_wrap.service_contents_wrap .service_contents_inner .contents_wrap:last-child {
        padding-bottom: 5rem; }
      .default_page.service .contents_wrap.service_contents_wrap .service_contents_inner ul.service_list {
        gap: 1.5rem; }
        .default_page.service .contents_wrap.service_contents_wrap .service_contents_inner ul.service_list li {
          width: 100%; }
          .default_page.service .contents_wrap.service_contents_wrap .service_contents_inner ul.service_list li figure {
            max-width: 10rem; }
    .default_page.service .contents_wrap.service_contents_wrap#road-service #model-of-car figure {
      margin: 5rem auto 3rem; }
    .default_page.service .contents_wrap.service_contents_wrap#road-service #area figure {
      margin: 3rem auto 3rem;
      max-width: 25rem; }
  .default_page.service .swiper-button-next:after,
  .default_page.service .swiper-button-prev:after {
    font-size: 3rem; }

  /*個別：採用情報
  --------------------*/
  .default_page.recruit .section_inner:last-child {
    margin-bottom: 0; }
  .default_page.recruit details summary {
    font-size: 1.6rem; }
  .default_page.recruit dl.right_border dt {
    width: 100%;
    border-right: none;
    padding: 0.5em 1em;
    text-align: left;
    background-color: #ddd; }
  .default_page.recruit dl.right_border dd {
    width: 100%;
    padding: 1em 1em 0.5em 1em; }
  .default_page.recruit .flex_box.btn_wrap {
    padding: 1.5rem 3% 3rem;
    max-width: 100%; }
    .default_page.recruit .flex_box.btn_wrap a {
      box-sizing: border-box; }
    .default_page.recruit .flex_box.btn_wrap.phone_btn a {
      max-width: 90%; }

  /*個別：法人会（CLUBワイズ）とは
  --------------------*/
  .default_page.membership .box_contents.back_gray ul {
    padding-left: 2em; }
  .default_page.membership .box_contents.back_gray ul.disc li {
    font-weight: bold;
    font-size: 1.6rem; }
  .default_page.membership .box_contents.back_gray ul.note_list {
    padding-left: 0; }
  .default_page.membership span.strong {
    font-size: 100%; }
  .default_page.membership #membership_contact .flex_box .flex_item {
    padding: 3rem 5%; }

  /*個別：お問い合わせ
  --------------------*/
  .default_page.contact_page #contact {
    padding: 5rem 0 !important; }
    .default_page.contact_page #contact .contact_wrap {
      margin-bottom: 3rem; }
      .default_page.contact_page #contact .contact_wrap .flex_wrap {
        flex-direction: column-reverse;
        margin-top: 0; }
        .default_page.contact_page #contact .contact_wrap .flex_wrap .phone_wrap {
          border-radius: 1rem 1rem 0 0; }
        .default_page.contact_page #contact .contact_wrap .flex_wrap .attention_wrap .attention_main {
          border-radius: 0 0 1rem 1rem; }

  /*個別：デジタル技術が社会や自社の競争環境に与える影響
  --------------------*/
  .default_page.initiative_dx .box_contents.back_gray ul {
    padding-left: 1.6em; } }
/*forSP end*/
/*forTAB
--------------------------------------*/
@media (min-width: 576px) and (max-width: 768px) {
  .fixed_bn_wrap a.kv_bn_contact figure.hand {
    bottom: 0rem;
    right: 1rem;
    width: 4rem; }

  .fixed_bn_wrap .flex_box.phone_set figure.flex_item {
    width: 6rem; }
  .fixed_bn_wrap .flex_box.phone_set .label_wrap {
    flex-direction: inherit; }
    .fixed_bn_wrap .flex_box.phone_set .label_wrap label {
      font-size: 1.4rem;
      padding: 0.5rem 1rem; }

  #home #kv .trouble_list_loop.loop_slide_wrap ul.loop_slide li {
    height: 13vw; }
  #home #kv .kv_catchcopy p.catchcopy2 {
    font-size: 125%; }
  #home #introduction .komatta_set_wrap .fukidashi_wrap .fukidashi p {
    font-size: 1.4rem; }
  #home #introduction .komatta_set_wrap figure {
    max-width: 40rem; }
  #home #introduction p.catchcopy.komatta {
    font-size: 2rem; }
  #home #introduction .contact_wrap .attention_wrap .attention_main h4,
  #home #introduction .contact_wrap .phone_wrap a > p {
    font-size: 2rem; }

  #contact .contact_wrap .phone_wrap a > p {
    font-size: 2rem; } }
/*forTAB end*/
/*forTAB2
--------------------------------------*/
@media (min-width: 769px) and (max-width: 1000px) {
  .contact_wrap .flex_wrap {
    flex-direction: column; }
    .contact_wrap .flex_wrap .flex_item {
      width: 100%; }
  .contact_wrap .attention_wrap .attention_main {
    border-radius: 1rem 1rem 0 0; }
  .contact_wrap .phone_wrap {
    border-radius: 0 0 1rem 1rem; }

  #contact {
    padding: 5rem 0 !important; }
    #contact.contact_temp_A .contents_inner {
      position: static;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none; }
    #contact .video_area {
      overflow: visible;
      max-height: 100%; }
      #contact .video_area video {
        display: none; }

  #home #point {
    padding: 5rem 0 !important; }
    #home #point .contents_inner {
      position: static;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none; }
    #home #point .video_area {
      overflow: visible;
      max-height: 100%; }
      #home #point .video_area video {
        display: none; }
  #home #step .step_swiper .swiper_main .slide {
    flex-direction: column;
    gap: 3rem; }
  #home #step .step_swiper .swiper_main figure.slide_icon_img {
    max-width: 8rem; }

  #contact .contact_wrap .phone_wrap a > p,
  .contact_wrap .attention_wrap .attention_main h4 {
    font-size: 2rem; } }
/*forTAB2 end*/
/*forPC
--------------------------------------*/
/*forPC end*/
/*forPC2
--------------------------------------*/
/*forPC end*/
.none {
  display: none; }
