@charset "utf-8";
/*
Theme Name: STEP MOTORS Original Theme
*/


:root {
  --font-color: #07162B;
  --navy: #083172;
  --back-gray: #F5F5F5;
  --border-gray: #D1D5D9;
  --yellow: #FFF724;
}

html {
  font-style: normal;
  font-size: 62.5%;
  position: relative;
  /* text-align: justify; */
  color: var(--font-color);

}



body {
  font-family: "Noto Sans JP", sans-serif;

  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

.normal_sec_title p,
.sec_title .en,
.korolev {
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: none;
  border: 1px solid #9EA0A2;
  padding: 5px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  max-width: 1200px;
  width: calc(100% - 60px);
}


.wrapper.wide {
  width: 100%;
  max-width: inherit;
}

.wrapper.widewrapper {
  max-width: inherit;
  width: 100%;
}

.wrapper.narrow {
  max-width: 1000px;
}



.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
li,
dt,
dd {}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.4;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3.2rem;
}

h4,
h5,
h6 {
  font-size: 2.4rem;
}

p,
th,
td,
li,
dt,
dd {
  font-size: 1.6rem;
  line-height: 1.7;
}



a,
button {
  cursor: pointer;
}



a {

  transition: all 0.2s ease;
}

section {
  position: relative;
}

strong {
  font-weight: bold;
}

@media screen and (min-width: 801px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.4rem;

  }

  h3 {
    font-size: 1.6rem;

  }

  h4,
  h5,
  h6 {
    font-size: 1.5rem;
  }

  p,
  th,
  td,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .wrapper {
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 501px) {
  .minsp {
    display: none;
  }

}



/***共通***/
.yellow {
  color: #FFF724;
}

.navy {
  color: var(--navy);
}


.sec_title {
  margin-bottom: 60px;
}

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

.sec_title .en {
  font-size: 8rem;
  font-weight: bold;
  color: var(--navy);
  line-height: 1;
}

.sec_title .jp {
  font-size: 2rem;
  font-weight: bold;
}

.sec_title .jp span {
  font-size: 1.6rem;
  margin-left: 10px;
  font-weight: 500;
}

.sec_title .jp span::before,
.sec_title .jp span::after {
  content: '-';
}

.normal_sec_title {
  margin-bottom: 50px;
}

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

.normal_sec_title h2 {
  font-size: 3.6rem;
  margin-bottom: 5px;
}

.normal_sec_title p {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--navy);
}


.original_btn a,
.original_btn button {
  width: 250px;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 17px 30px;
  background-color: var(--navy);
  color: white;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}

.original_btn.center a,
.original_btn.center button {
  margin-left: auto;
  margin-right: auto;
}

.original_btn.right a {
  margin-left: auto;
}

.original_btn a::before,
.original_btn a::after,
.original_btn button::before,
.original_btn button::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.original_btn a::before,
.original_btn button::before {
  background-color: white;
  width: 32px;
  height: 32px;
  right: 11px;
  border-radius: 50%;
}

.original_btn a::after,
.original_btn button::after {
  background: url(img/arrow_btn.svg) center / contain no-repeat;
  width: 13px;
  height: 7px;
  right: 20px;
}

.original_btn a:hover::before,
.original_btn a:hover::after,
.original_btn button:hover::before,
.original_btn button:hover::after {
  transform: translate(4px, -50%);
}


.original_btn.white a {
  background-color: white;
  color: var(--navy);
}

.original_btn.white a::before {
  background-color: var(--navy);
}

.original_btn.white a::after {
  background: url(img/aroow_btn_white.svg) center / contain no-repeat;
}


.back_gray {
  background-color: var(--back-gray);
}

.back_gray .normal_sec_title p {
  color: var(--navy);
}

.back_navy {
  background-color: var(--navy);
  color: white;

}

.back_navy *,
.back_navy .normal_sec_title p {
  color: white;
}

@media screen and (max-width: 800px) {
  .sec_title {
    margin-bottom: 40px;
  }

  .sec_title .en {
    font-size: 5rem;
  }

  .sec_title .jp {
    font-size: 1.4rem;
  }

  .sec_title .jp span {
    font-size: 1.2rem;
    margin-left: 7px;
  }


  .normal_sec_title h2 {
    font-size: 2.4rem;
  }

  .normal_sec_title p {
    font-size: 1.5rem;
  }


}

/***header***/
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header_top {
  padding: 8px 30px;
  background-color: var(--navy);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_top .header_text p {
  font-size: 1.2rem;
}

.header_top .header_sub_menu {
  display: flex;
  align-items: center;
  gap: 34px;
}

.header_top .header_sub_menu>ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header_top .header_sub_menu>ul li {
  font-size: 1.4rem;
}

.header_top .header_sub_menu .header_tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header_top .header_sub_menu .header_tel a {
  font-size: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.header_top .header_sub_menu .header_tel img {
  width: 21px;
}

.header_top .header_sub_menu .header_tel p {
  font-size: 1.2rem;
}


.header_bottom {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 70px;

}


.header_bottom .header_logo {
  text-align: center;
}

.header_bottom .header_logo img {
  max-width: 158px;
}

.header_bottom .header_logo p {
  margin-top: 8px;
  font-size: 1rem;
}

.header_bottom .header_main_menu>ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header_bottom .header_main_menu>ul li {
  font-size: 1.5rem;
  font-weight: 500;
}

.header_bottom,
.header_bottom .header_logo img,
.header_bottom .header_logo p {
  transition: all 0.2s ease;
}

header.scroll .header_bottom {
  padding: 5px 70px;
}

header.scroll .header_bottom .header_logo img {
  max-width: 90px;
}

header.scroll .header_bottom .header_logo p {
  margin-top: 4px;
  font-size: 0.8rem;
}

header .openbtn,
.header_sp_menu {
  display: none;
}


@media screen and (max-width: 800px) {

  .header_top {
    padding: 0 5px;
    height: 52px;
    gap: 2px;
    z-index: 100;
  }

  .header_top .header_text {
    flex: 1;
  }

  .header_top .header_text p {
    font-size: 0.9rem;
  }

  .header_top .header_sub_menu>ul {
    display: none;
  }

  .header_top .header_sub_menu .header_tel a {
    font-size: 2rem;
    gap: 5px;
  }

  .header_top .header_sub_menu .header_tel img {
    width: 15px;
  }

  .header_top .header_sub_menu .header_tel p {
    font-size: 0.9rem;
  }

  .header_bottom,
  header.scroll .header_bottom {
    justify-content: space-between;
    padding: 5px 10px;
  }

  header .header_bottom .header_logo {
    z-index: 100;
  }

  header .header_bottom .header_logo img {
    max-width: 90px;
  }

  header .header_bottom .header_logo p {
    display: none;
  }

  .header_bottom .header_main_menu {
    display: none;
  }






  header .openbtn {
    position: relative;
    z-index: 100000;
    background-color: #07162B;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 100;
    border-radius: 50%;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 0;
    height: 1.5px;
    border-radius: 1px;
    background: white;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 50%;
    display: none;
  }

  .openbtn span:nth-of-type(3) {
    top: calc(100% - 11px);
  }

  /*activeクラスが付与されると線が回転して×に*/

  .openbtn.active span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);

  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);

  }



  .header_sp_menu {
    position: fixed;
    top: 52px;
    right: 0;
    padding: 0 32px;
    padding-top: 60px;
    max-width: 600px;
    width: 100%;
    background-color: white;
    height: calc(100% - 52px);
  }


  .header_sp_menu ul.main li:not(.contact) {
    padding: 10px 20px;
    position: relative;
    border-bottom: 1px solid var(--border-gray);
    font-size: 1.4rem;
    font-weight: 500;

  }

  .header_sp_menu ul.main li a {
    display: block;
    position: relative;
  }

  .header_sp_menu ul.main li a::after {
    content: '';
    width: 13px;
    height: 7px;
    background: url(img/menu_arrow.svg) center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .header_sp_menu ul.main li.contact {
    padding: 30px 0;
  }

  .header_sp_menu ul.main li.contact a {
    background-color: var(--navy);
    color: white;
    font-size: 1.4rem;
    padding: 15px;
    text-align: center;
    display: block;
    max-width: 330px;
    margin: 0 auto;
  }

  .header_sp_menu ul.sub li {
    font-size: 1.4rem;
    color: #929BA8;

  }

  .header_sp_menu ul.sub li:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .header_sp_menu ul.sub li a {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .header_sp_menu ul.sub li a::after {
    content: '';
    width: 17px;
    height: 17px;
    background: url(img/menu_sub_arrow.svg) center / contain no-repeat;
  }




}






/***** contact *****/
.common_contact_sec .wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 90px 0;
}

.common_contact_sec .wrapper::before {
  content: '';
  background: url(img/top_contact_back.png) center / cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.common_contact_sec .innner {
  max-width: 1000px;
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.common_contact_sec .innner .text,
.common_contact_sec .innner .contact_list_list {
  width: 100%;
  max-width: 462px;
}


.common_contact_sec .innner .text .sec_title .en {
  color: white;
}

.contact_list_list a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 35px;
  gap: 26px;
  border: 2px solid white;
  background-color: rgba(7, 22, 43, 0.5);
}

.contact_list_list a:not(:last-of-type) {
  margin-bottom: 15px;
}

.contact_list_list a figure {
  width: 50px;
}

.contact_list_list a .box_text {
  flex: 1;
  text-align: center;
}

.contact_list_list a p {
  font-size: 2rem;
  font-weight: bold;
}

.contact_list_list a .box_text.tel_text .num {
  font-size: 4rem;
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

.contact_list_list a .box_text.tel_text .add {
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 800px) {
  .common_contact_sec .wrapper {
    padding: 50px 0;
  }

  .common_contact_sec .wrapper::before {
    background: url(img/top_contact_back_sp.jpg) center / cover no-repeat;
  }

  .contact_list_list a {
    padding: 20px 24px;
    gap: 17px;
    border: 2px solid white;
  }

  .contact_list_list a figure {
    width: 42px;
  }

  .contact_list_list a p {
    font-size: 1.8rem;
    text-align: left;
  }

  .contact_list_list a .box_text.tel_text .num {
    font-size: 3rem;
  }

  .contact_list_list a .box_text.tel_text .add {
    font-size: 1.2rem;
  }


}

/***** footer *****/
footer {
  background-color: var(--navy);
  color: white;
  padding: 80px 0 50px;
}

footer .footer_logo {
  max-width: 170px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.footer_menu {
  margin-bottom: 70px;
}

.footer_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.footer_menu li {
  font-size: 1.5rem;
  font-weight: 500;
}

.footer_widget_area {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-bottom: 110px;
}

.footer_widget_area .widget_box h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.footer_widget_area .widget_box p,
.footer_widget_area .widget_box dt,
.footer_widget_area .widget_box dd {
  font-size: 1.4rem;
  font-weight: 400;
}

.footer_widget_area .widget_box dl {
  margin-top: 10px;
  display: flex;
}

.footer_widget_area .widget_box dl dt {
  width: 32px;
}

.footer_widget_area .widget_box dl dd::before {
  content: '：';
}

.footer_widget_area .widget_box .shop_list {
  max-width: 455px;
}

.footer_widget_area .widget_box .shop_list li {
  display: flex;
  gap: 15px;
}

.footer_widget_area .widget_box .shop_list li:not(:last-of-type) {
  margin-bottom: 10px;
}

.footer_widget_area .widget_box .shop_list li figure {
  width: 110px;
  height: 60px;
  background-color: white;
  position: relative;
}

.footer_widget_area .widget_box .shop_list li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  object-fit: contain;
  object-position: center;
}

.footer_widget_area .widget_box .shop_list li p {
  font-size: 1.2rem;
  flex: 1;
}




.footer_widget_area .widget_box .group_list li {
  font-size: 1.4rem;
}

.footer_widget_area .widget_box .group_list li::before {
  content: '・';
}


.footer_copy {
  text-align: center;
  font-size: 1.2rem;
}


@media screen and (max-width: 800px) {}