@charset "UTF-8";
/*----- font -----*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*----- reset -----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  color: #555;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----- common -----*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #060522;
  overflow-x: hidden;
}

/* for CMS */
body:has(#wrapper) {
  display: block;
}

body:has(#wrapper)::after {
  position: relative;
  z-index: auto;
  pointer-events: all;
  opacity: 1;
  background: none;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.ojf img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* PC時Tel発信無効化 */
@media screen and (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
/*--- fadein ---*/
/* for CMS */
#wrapper .fadein {
  opacity: 1;
}

.fadein {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

@-webkit-keyframes fadeIn1s {
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn1s {
  100% {
    opacity: 1;
  }
}
/*----- wrap -----*/
.wrap {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
.wrap_wide {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width:767px) {
  .wrap {
    padding: 0 6vw;
  }
  .wrap_wide {
    padding: 0 6vw;
  }
}

.main {
  overflow-x: hidden;
}

.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
.header a {
  color: #fff;
}
.header.on {
  background: #fff;
  color: #000;
}
.header.on a {
  color: #000;
}
.header.on .sp_menu .menu .ul .li a::before {
  border-color: #000;
}
.header.on .sp_menu .menu .info .tel a img {
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo {
  margin-top: 15px;
}
.header__logo .catch {
  font-size: 16px;
  line-height: 2.25;
}
.header__logo .logo {
  font-size: 27px;
  font-weight: bold;
}
.header .sp_menu {
  position: absolute;
  z-index: 9998;
  top: 0;
  right: 0;
}
.header .sp_menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.2vw, 30px);
}
.header .sp_menu .menu .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.header .sp_menu .menu .ul .li a {
  position: relative;
  display: block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
}
.header .sp_menu .menu .ul .li a::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 10px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .sp_menu .menu .ul .li a:hover {
  opacity: 0.8;
}
.header .sp_menu .menu .ul .li a:hover::before {
  left: 15px;
}
.header .sp_menu .menu .info {
  margin-top: 12px;
  text-align: center;
}
.header .sp_menu .menu .info .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  gap: 5px;
}
.header .sp_menu .menu .info .tel a img {
  width: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .sp_menu .menu .info .text {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.4;
}
.header .sp_menu .menu .contact_btn {
  margin: 30px 3vw 0 0;
}
.header .sp_menu .menu .contact_btn a {
  display: block;
  padding: 12px 16px;
  background: #e7c13b;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.header .sp_menu .menu .contact_btn a:hover {
  background: #ffefca;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .header {
    height: 8vw;
  }
  .header .wrap {
    padding-left: 2vw;
  }
  .header__logo {
    margin-top: 1.2vw;
  }
  .header__logo .catch {
    font-size: 1.4vw;
    line-height: 2;
  }
  .header__logo .logo {
    font-size: 2.4vw;
  }
  .header .sp_menu .menu {
    gap: 0.5vw;
  }
  .header .sp_menu .menu .ul {
    margin-top: 4vw;
  }
  .header .sp_menu .menu .ul .li a {
    padding: 1vw 2.2vw;
    font-size: 1.4vw;
  }
  .header .sp_menu .menu .ul .li a::before {
    top: calc(50% - 0.2vw);
    left: 1vw;
    width: 0.5vw;
    height: 0.5vw;
  }
  .header .sp_menu .menu .ul .li a:hover::before {
    left: 1.2vw;
  }
  .header .sp_menu .menu .info {
    margin-top: 1vw;
  }
  .header .sp_menu .menu .info .tel a {
    font-size: 2.2vw;
    gap: 0.5vw;
  }
  .header .sp_menu .menu .info .tel a img {
    width: 1.4vw;
  }
  .header .sp_menu .menu .info .text {
    margin-top: 0.5vw;
    font-size: 1.1vw;
  }
  .header .sp_menu .menu .contact_btn {
    margin: 2.4vw 2vw 0 0;
  }
  .header .sp_menu .menu .contact_btn a {
    padding: 1vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width:767px) {
  .header {
    height: 60px;
  }
  .header .wrap {
    display: block;
  }
  .header__logo {
    margin-top: 5px;
  }
  .header__logo .catch {
    font-size: 12px;
    line-height: 1.6;
  }
  .header__logo .logo {
    font-size: 24px;
  }
  .header .sp_menu {
    position: absolute;
    top: 60px;
    width: 100%;
    background: #fff;
  }
  .header .sp_menu .menu {
    display: block;
    padding: 20px 6vw 30px;
  }
  .header .sp_menu .menu .ul {
    display: block;
    margin: 0 auto 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header .sp_menu .menu .contact_btn {
    margin: 25px auto 0;
    text-align: center;
  }
  .header .sp_menu .menu .contact_btn a {
    padding: 12px 30px;
    display: inline-block;
  }
}

/*----- nav -----*/
@media screen and (min-width:768px) {
  .sp_menu {
    display: block !important;
  }
  .spbtn {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .spbtn {
    position: absolute;
    top: 10px;
    right: 6vw;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .spbtn > div {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .spbtn > div:nth-of-type(1) {
    top: 8px;
  }
  .spbtn > div:nth-of-type(3) {
    top: 32px;
  }
  .spbtn.active > div {
    top: 50%;
    -webkit-transform: rotate(37.5deg);
            transform: rotate(37.5deg);
  }
  .spbtn.active > div:nth-of-type(2) {
    display: none;
  }
  .spbtn.active > div:nth-of-type(3) {
    top: 50%;
    -webkit-transform: rotate(-37.5deg);
            transform: rotate(-37.5deg);
  }
  .header.on .spbtn > div {
    background: #000;
  }
}
.footer {
  position: relative;
  padding: 150px 0;
  background: #060522;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .pagetop {
  position: absolute;
  top: 75px;
  right: 9vw;
  display: block;
  width: 40px;
  height: 40px;
  background: #e7c13b;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer .pagetop::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  width: 16px;
  height: 16px;
  border-top: solid 1px #060522;
  border-right: solid 1px #060522;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer .pagetop:hover {
  background: #ffefca;
}
.footer .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .frame .info .logo {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 700;
}
.footer .frame .menu {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.footer .frame .menu .ul .li {
  margin: 40px 0;
}
.footer .frame .menu .ul .li a {
  position: relative;
  display: block;
}
.footer .frame .menu .ul .li a::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: -15px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #4f4f5a;
  border-right: solid 1px #4f4f5a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer .frame .menu .ul .li a:hover::before {
  left: -10px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .footer {
    padding: 9vw 0;
  }
  .footer .pagetop {
    top: 4vw;
    right: 6vw;
    width: 3vw;
    height: 3vw;
  }
  .footer .pagetop::after {
    top: calc(50% - 0.2vw);
    right: 1vw;
    width: 1.2vw;
    height: 1.2vw;
  }
  .footer .frame .info .logo {
    margin-bottom: 2vw;
    font-size: 2.4vw;
  }
  .footer .frame .menu {
    gap: 5vw;
  }
  .footer .frame .menu .ul .li {
    margin: 3vw 0;
  }
  .footer .frame .menu .ul .li a::after {
    top: calc(50% - 0.2vw);
    left: -1.2vw;
    width: 0.5vw;
    height: 0.5vw;
  }
  .footer .frame .menu .ul .li a:hover::before {
    left: -1vw;
  }
}
@media screen and (max-width:767px) {
  .footer {
    padding: 50px 0;
  }
  .footer .pagetop {
    top: 45px;
    right: 6vw;
  }
  .footer .frame .info .logo {
    font-size: 24px;
  }
  .footer .frame .menu {
    display: none;
  }
}

.mv {
  position: relative;
}
.mv::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #6f6f6f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  inset: 11px;
}
.mv .pic img {
  height: 300px;
}
.mv .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  letter-spacing: 1px;
}
.mv .inner .en {
  font-size: 40px;
  font-weight: 500;
}
.mv .inner .ttl {
  margin: 10px 0 40px;
  font-size: 18px;
}

.bg_gray {
  background: url("/system_panel/uploads/images/bg_gray.jpg");
}
.bg_dark {
  background: url("/system_panel/uploads/images/bg_dark.jpg");
  color: #fff;
}

.m_title {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 1px;
}
.m_title::after {
  position: absolute;
  content: "";
  display: block;
  background: #060522;
  width: 100px;
  height: 1px;
  bottom: 0;
  left: calc(50% - 50px);
}
.m_title .en {
  color: #e7c13b;
  font-size: 50px;
  font-weight: bold;
}
.m_title .ttl {
  margin-top: 15px;
  font-size: 18px;
}
.m_title.m_left {
  text-align: left;
}
.m_title.m_left::after {
  left: 0;
}

.bg_gray .m_title .en {
  color: #000;
}

.bg_dark .m_title::after {
  background: rgba(255, 255, 255, 0.33);
}

.m_subtitle {
  margin-bottom: 20px;
  color: #060522;
  font-size: 32px;
}

.p {
  font-size: 16px;
}

.pm {
  font-size: 16px;
  line-height: 2.25;
}

.m_center {
  text-align: center;
}

.m_btn a,
.m_btn button {
  display: block;
  padding: 10px;
  border: none;
  background: url("/system_panel/uploads/images/icon_arrow.png") no-repeat #e7c13b;
  background-size: 11px auto;
  background-position: right 10px center;
  color: #000;
  width: 100%;
  max-width: 240px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.m_btn a:hover,
.m_btn button:hover {
  background-color: #ffefca;
  background-position: right 5px center;
}
.m_btn.m_center a,
.m_btn.m_center button {
  margin: 0 auto;
}
.m_btn.m_down a {
  background-image: url("/system_panel/uploads/images/icon_arrow_down.png");
}
.m_btn.m_down a:hover {
  background-position: right 10px bottom 10px;
}
.m_btn.m_pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 10px;
}
.m_btn.m_pdf a img {
  width: 20px;
}

.contact_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 100px;
  background: #cdd1d2;
  border-left: 10px solid #e7c13b;
  color: #060522;
}
.contact_box a .head {
  width: 45%;
  letter-spacing: 1px;
}
.contact_box a .head .en {
  font-size: 40px;
  font-weight: bold;
}
.contact_box a .head .ttl {
  margin-top: 15px;
  font-size: 18px;
}
.contact_box a .conts {
  width: 50%;
}
.contact_box a .viewmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  margin-top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_box a .viewmore > div {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/system_panel/uploads/images/icon_arrow.png") center no-repeat #e7c13b;
  background-size: 11px auto;
}
.contact_box a:hover {
  background: #060522;
  color: #fff;
}
.contact_box a:hover .viewmore {
  gap: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .mv::after {
    top: 1vw;
    left: 1vw;
    right: 1vw;
    bottom: 1vw;
    inset: calc(1vw + 1px);
  }
  .mv .pic img {
    height: 24vw;
  }
  .mv .inner .en {
    font-size: 3vw;
  }
  .mv .inner .ttl {
    margin: 1vw 0 3vw;
    font-size: 1.5vw;
  }
  .m_title {
    margin-bottom: 5vw;
    padding-bottom: 3.3vw;
  }
  .m_title::after {
    width: 8vw;
    left: calc(50% - 4vw);
  }
  .m_title .en {
    font-size: 4vw;
  }
  .m_title .ttl {
    margin-top: 1.5vw;
    font-size: 1.6vw;
  }
  .m_subtitle {
    margin-bottom: 2vw;
    font-size: 2.5vw;
  }
  .p {
    font-size: 1.4vw;
  }
  .pm {
    font-size: 1.4vw;
    line-height: 2;
  }
  .m_btn a,
  .m_btn button {
    padding: 1.5vw;
    background-size: 1vw auto;
    background-position: right 1vw center;
    max-width: 20vw;
    font-size: 1.5vw;
  }
  .m_btn a:hover,
  .m_btn button:hover {
    background-position: right 0.5vw center;
  }
  .m_btn.m_down a:hover {
    background-position: right 1vw bottom 1vw;
  }
  .m_btn.m_pdf a {
    gap: 1vw;
    padding: 0.7vw 1vw;
  }
  .m_btn.m_pdf a img {
    width: 1.6vw;
  }
  .contact_box a {
    padding: 4.5vw 8vw;
    border-left-width: 1vw;
  }
  .contact_box a .head {
    width: 45%;
  }
  .contact_box a .head .en {
    font-size: 3vw;
  }
  .contact_box a .head .ttl {
    margin-top: 1.5vw;
    font-size: 1.6vw;
  }
  .contact_box a .conts {
    width: 50%;
  }
  .contact_box a .viewmore {
    gap: 1vw;
    font-size: 1.4vw;
    margin-top: 2.5vw;
  }
  .contact_box a .viewmore > div {
    width: 2vw;
    height: 2vw;
    background-size: 1vw auto;
  }
  .contact_box a:hover .viewmore {
    gap: 1.5vw;
  }
}
@media screen and (max-width:767px) {
  .mv::after {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    inset: 5px;
  }
  .mv .pic img {
    height: 200px;
  }
  .mv .inner .en {
    font-size: 30px;
  }
  .mv .inner .ttl {
    margin: 10px 0 30px;
    font-size: 16px;
  }
  .m_title {
    margin-bottom: 40px;
    padding-bottom: 24px;
  }
  .m_title::after {
    width: 80px;
    left: calc(50% - 40px);
  }
  .m_title .en {
    font-size: 30px;
  }
  .m_title .ttl {
    margin-top: 12px;
    font-size: 16px;
  }
  .m_subtitle {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .p {
    font-size: 14px;
  }
  .pm {
    font-size: 14px;
    line-height: 2;
  }
  .m_center.sp_left {
    text-align: left;
  }
  .m_btn a {
    margin: 0 auto;
  }
  .contact_box a {
    display: block;
    padding: 30px 6vw;
  }
  .contact_box a .head {
    width: 100%;
    text-align: center;
  }
  .contact_box a .head .en {
    font-size: 30px;
  }
  .contact_box a .head .ttl {
    margin-top: 15px;
    font-size: 16px;
  }
  .contact_box a .conts {
    margin: 20px 0 0;
    width: 100%;
  }
  .contact_box a .conts .pm {
    font-size: min(3.25vw, 14px);
    text-align: center;
  }
  .contact_box a .viewmore {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page_banner {
  position: fixed;
  right: 9vw;
  bottom: 2vw;
  width: 180px;
  z-index: 99;
}
@media screen and (min-width: 768px) and (max-width: 1700px) {
  .page_banner {
    right: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .page_banner {
    width: 12vw;
  }
}
@media screen and (max-width:767px) {
  .page_banner {
    right: 3vw;
    width: 24vw;
  }
}

.mv.top .mv_slider .pic img {
  height: min(50vw, 900px);
}
.mv.top .mv_catch {
  margin-bottom: 6vw;
  font-size: 48px;
  line-height: 1.5;
}
.mv.top .mv_scroll {
  position: absolute;
  right: 4vw;
  bottom: 0;
  width: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .mv.top .mv_slider .pic img {
    height: min(50vw, 900px);
  }
  .mv.top .mv_catch {
    margin-bottom: 6vw;
    font-size: 4vw;
  }
  .mv.top .mv_scroll {
    right: 4vw;
    width: 3vw;
  }
}
@media screen and (max-width:767px) {
  .mv.top .mv_slider .pic img {
    height: 450px;
  }
  .mv.top .mv_catch {
    margin-bottom: 8vw;
    font-size: min(6vw, 30px);
  }
  .mv.top .mv_scroll {
    right: 2vw;
    width: 24px;
  }
}

.top_about {
  position: relative;
  padding: 120px 0 180px;
}
.top_about .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 3;
  text-align: center;
}
.top_about .pics .pic {
  position: absolute;
  z-index: 9;
}
.top_about .pics .pic.p01 {
  top: 90px;
  left: calc(50% - 440px - 400px);
  width: 440px;
}
.top_about .pics .pic.p02 {
  bottom: 200px;
  left: calc(50% - 300px - 450px);
  width: 300px;
}
.top_about .pics .pic.p03 {
  bottom: -80px;
  left: calc(50% + 50px);
  width: 320px;
}
.top_about .pics .pic.p04 {
  bottom: 250px;
  left: calc(50% + 400px);
  width: 300px;
}
.top_about .pics .pic.p05 {
  top: 90px;
  left: calc(50% + 470px);
  width: 380px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_about {
    padding: 10vw 0 15vw;
  }
  .top_about .text {
    font-size: 1.6vw;
    line-height: 2.5;
  }
  .top_about .pics .pic.p01 {
    top: 9vw;
    left: calc(50% - 35vw - 30vw);
    width: 35vw;
  }
  .top_about .pics .pic.p02 {
    bottom: 20vw;
    left: calc(50% - 25vw - 27vw);
    width: 25vw;
  }
  .top_about .pics .pic.p03 {
    bottom: -6vw;
    left: calc(50% + 4vw);
    width: 27vw;
  }
  .top_about .pics .pic.p04 {
    bottom: 22vw;
    left: calc(50% + 30vw);
    width: 30vw;
  }
  .top_about .pics .pic.p05 {
    top: 8vw;
    left: calc(50% + 35vw);
    width: 30vw;
  }
}
@media screen and (max-width:767px) {
  .top_about {
    padding: 80px 0 180px;
  }
  .top_about .text {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
  .top_about .text br.pc {
    display: none;
  }
  .top_about .pics .pic.p01 {
    top: 25px;
    left: calc(50% - 200px - 25vw);
    width: 200px;
  }
  .top_about .pics .pic.p02 {
    bottom: 40px;
    left: calc(50% - 180px - 27vw);
    width: 180px;
  }
  .top_about .pics .pic.p03 {
    bottom: -10px;
    left: calc(50% - 80px);
    width: 160px;
  }
  .top_about .pics .pic.p04 {
    bottom: 60px;
    left: calc(50% + 23vw);
    width: 200px;
  }
  .top_about .pics .pic.p05 {
    top: 20px;
    left: calc(50% + 28vw);
    width: 220px;
  }
}

.top_svc {
  position: relative;
  padding: 100px 0 180px;
}
.top_svc_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.top_svc_pics {
  width: 33.33%;
}
.top_svc_pics .pic {
  display: none;
}
.top_svc_pics .photo01 {
  display: block;
}
.top_svc_links {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 60%;
}
.top_svc_links .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-bottom: 1px solid #312f54;
  background: url("/system_panel/uploads/images/icon_arrow_service.png") no-repeat;
  background-position: right 30px center;
  background-size: 22px auto;
  color: #fff;
}
.top_svc_links .link a .num {
  width: 12%;
  font-size: 20px;
  letter-spacing: 2px;
}
.top_svc_links .link a .inner .title {
  font-size: 33px;
}
.top_svc_links .link a .inner .en {
  margin-top: 10px;
  color: #615f84;
  font-size: 16px;
  letter-spacing: 1px;
}
.top_svc_links .link a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  background-position: right 20px center;
}
.top_svc_en {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  font-size: 130px;
  font-weight: bold;
  line-height: 1;
}
.top_svc_en p {
  display: inline-block;
  margin: 0;
  padding-left: 10%;
  white-space: nowrap;
  -webkit-animation: flowing 20s linear infinite;
          animation: flowing 20s linear infinite;
  color: #232158;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_svc {
    padding: 8vw 0 14vw;
  }
  .top_svc_frame {
    margin-top: 4vw;
  }
  .top_svc_links .link a {
    padding: 1.4vw;
    background-position: right 2vw center;
    background-size: 2vw auto;
  }
  .top_svc_links .link a .num {
    width: 12%;
    font-size: 1.8vw;
    letter-spacing: 1px;
  }
  .top_svc_links .link a .inner .title {
    font-size: 2.4vw;
  }
  .top_svc_links .link a .inner .en {
    margin-top: 1vw;
    font-size: 1.4vw;
  }
  .top_svc_links .link a:hover {
    background-position: right 1vw center;
  }
  .top_svc_en {
    font-size: 9vw;
  }
}
@media screen and (max-width:767px) {
  .top_svc {
    padding: 50px 0 100px;
  }
  .top_svc_frame {
    display: block;
    margin-top: 30px;
  }
  .top_svc_pics {
    margin: 30px auto 0;
    width: min(400px, 100%);
  }
  .top_svc_links {
    width: 100%;
  }
  .top_svc_links .link a {
    padding: 10px 4vw;
    background-position: right 2vw center;
    background-size: 22px auto;
  }
  .top_svc_links .link a .num {
    width: 20%;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .top_svc_links .link a .inner .title {
    font-size: 24px;
  }
  .top_svc_links .link a .inner .en {
    margin-top: 10px;
    font-size: 14px;
  }
  .top_svc_links .link a:hover {
    background-position: right 2vw center;
  }
  .top_svc_en {
    font-size: 60px;
  }
}

@-webkit-keyframes flowing {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
}

@keyframes flowing {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
}
.top_prm {
  padding: 120px 0;
  background: url("/system_panel/uploads/images/top_prm_bg.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
}
.top_prm .catch {
  margin-bottom: 45px;
  font-size: 33px;
  text-align: center;
}
.top_prm .catch br {
  display: none;
}
.top_prm_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 60px 0 90px;
}
.top_prm_ul .li {
  width: calc(25% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 1.5;
}
.top_prm_ul .li .num {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background: #060522;
  color: #e7c13b;
}
.top_prm_ul .li .text {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_prm {
    padding: 8vw 0;
  }
  .top_prm .catch {
    margin-bottom: 4vw;
    font-size: 2.5vw;
  }
  .top_prm_ul {
    gap: 2vw;
    margin: 5vw 0 7.5vw;
  }
  .top_prm_ul .li {
    width: calc(25% - 1.5vw);
    font-size: 1.75vw;
  }
  .top_prm_ul .li .num {
    padding: 1vw;
  }
  .top_prm_ul .li .text {
    padding: 2vw;
  }
}
@media screen and (max-width:767px) {
  .top_prm {
    padding: 50px 0;
  }
  .top_prm .catch {
    margin-bottom: 30px;
    font-size: min(6.4vw, 25px);
  }
  .top_prm .catch br {
    display: inline-block;
  }
  .top_prm_ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0 40px;
  }
  .top_prm_ul .li {
    width: calc(50% - 10px);
    font-size: 15px;
  }
  .top_prm_ul .li .num {
    padding: 10px;
  }
  .top_prm_ul .li .text {
    padding: 10px;
  }
  .top_prm_ul .li .text br {
    display: none;
  }
}

.top_info {
  padding: 110px 0 120px;
}
.top_info_btns {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.top_info_btns a {
  width: calc(50% - 10px);
  display: block;
  padding: 40px;
  border-left: 10px solid #e7c13b;
  background: #cdd1d2;
  color: #060522;
}
.top_info_btns a .en {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
}
.top_info_btns a .title {
  margin: 10px 0 60px;
  font-size: 18px;
  letter-spacing: 1px;
}
.top_info_btns a .viewmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top_info_btns a .viewmore > div {
  position: relative;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("/system_panel/uploads/images/icon_arrow.png") center no-repeat #e7c13b;
  background-size: 11px auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top_info_btns a:hover {
  background: #060522;
  color: #fff;
}
.top_info_btns a:hover .viewmore > div {
  left: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_info {
    padding: 8vw 0;
  }
  .top_info_btns {
    margin-top: 5vw;
    gap: 2vw;
  }
  .top_info_btns a {
    width: calc(50% - 1vw);
    padding: 3vw;
    border-left-width: 1vw;
  }
  .top_info_btns a .en {
    font-size: 3vw;
  }
  .top_info_btns a .title {
    margin: 1vw 0 5vw;
    font-size: 1.6vw;
  }
  .top_info_btns a .viewmore {
    gap: 0.8vw;
    font-size: 1.5vw;
  }
  .top_info_btns a .viewmore > div {
    width: 2vw;
    height: 2vw;
    background-size: 1vw auto;
  }
  .top_info_btns a:hover .viewmore > div {
    left: 1vw;
  }
}
@media screen and (max-width:767px) {
  .top_info {
    padding: 50px 0;
  }
  .top_info_btns {
    margin-top: 30px;
    gap: 20px;
  }
  .top_info_btns a {
    width: 100%;
    padding: 20px 6vw;
  }
  .top_info_btns a .en {
    font-size: 30px;
  }
  .top_info_btns a .title {
    margin: 10px 0 30px;
    font-size: 16px;
  }
}

/* promise */
.prm_promise {
  padding: 100px 0 60px;
}
.prm_promise_list .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
.prm_promise_list .frame .conts {
  width: 50%;
}
.prm_promise_list .frame .conts .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.prm_promise_list .frame .conts .title .num {
  margin-top: 2px;
  padding: 5px 10px;
  background: #060522;
  color: #fff;
  font-size: 27px;
}
.prm_promise_list .frame .pic {
  width: 44%;
}
.prm_promise_list .frame .pic .caption {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
}
.prm_promise_list .frame:nth-of-type(2n+1) .conts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.prm_promise_box {
  margin-top: 20px;
  padding: 20px;
  background: #cdd1d2;
  border-left: 6px solid #e7c13b;
}
.prm_promise_box h5 {
  margin-bottom: 15px;
  color: #060522;
  font-size: 27px;
}
.prm_promise_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.prm_promise_check p {
  padding-left: 25px;
  background: url("/system_panel/uploads/images/icon_check.png") left center no-repeat;
  background-size: 18px auto;
  font-size: 16px;
}

.prm_manage {
  padding: 100px 0 50px;
}
.prm_manage .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.prm_manage .frame .conts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 56%;
}
.prm_manage .frame .conts .head {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #312f54;
}
.prm_manage .frame .conts .head .job {
  margin-bottom: 10px;
  color: #615f84;
}
.prm_manage .frame .conts .head .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}
.prm_manage .frame .conts .head .name .text {
  font-size: 33px;
}
.prm_manage .frame .conts .head .name .en {
  font-size: 16px;
}
.prm_manage .frame .conts .m_subtitle {
  color: #fff;
}
.prm_manage .frame .pics {
  width: 40%;
}
.prm_manage .frame .pics .sub .pic {
  margin: 4px 2px 0;
  cursor: pointer;
}

.prm_head {
  padding: 80px 0 120px;
}
.prm_head_catch {
  font-size: 33px;
  line-height: 1.8;
}
.prm_head_catch br {
  display: none;
}
.prm_head_text {
  margin: 30px 0 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 3;
}
.prm_head .pic img {
  height: 400px;
}

.prm_contact {
  padding: 100px 0;
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .prm_promise {
    padding: 8vw 0 5vw;
  }
  .prm_promise_list .frame {
    margin-bottom: 7vw;
  }
  .prm_promise_list .frame .conts .title {
    gap: 1vw;
  }
  .prm_promise_list .frame .conts .title .num {
    margin-top: 0.2vw;
    padding: 0.5vw 1vw;
    font-size: 2.4vw;
  }
  .prm_promise_list .frame .pic .caption {
    margin-top: 1vw;
    font-size: 1.3vw;
  }
  .prm_promise_box {
    margin-top: 2vw;
    padding: 1.5vw;
    border-left-width: 0.6vw;
  }
  .prm_promise_box h5 {
    margin-bottom: 1.5vw;
    font-size: 2.4vw;
  }
  .prm_promise_check {
    gap: 1.5vw;
  }
  .prm_promise_check p {
    padding-left: 2vw;
    background-size: 1.6vw auto;
    font-size: 1.5vw;
  }
  .prm_manage {
    padding: 8vw 0 4vw;
  }
  .prm_manage .frame {
    margin-bottom: 5vw;
  }
  .prm_manage .frame .conts .head {
    margin-bottom: 2vw;
    padding-bottom: 1.5vw;
  }
  .prm_manage .frame .conts .head .job {
    margin-bottom: 1vw;
  }
  .prm_manage .frame .conts .head .name {
    gap: 1.5vw;
  }
  .prm_manage .frame .conts .head .name .text {
    font-size: 2.5vw;
  }
  .prm_manage .frame .conts .head .name .en {
    font-size: 1.4vw;
  }
  .prm_manage .frame .pics .sub .pic {
    margin: 0.4vw 0.2vw 0;
  }
  .prm_head {
    padding: 80px 0 120px;
  }
  .prm_head_catch {
    font-size: 33px;
    line-height: 1.8;
  }
  .prm_head_catch br {
    display: none;
  }
  .prm_head_text {
    margin: 30px 0 60px;
    font-size: 18px;
    font-weight: 500;
    line-height: 3;
  }
  .prm_head .pic img {
    height: 400px;
  }
  .prm_contact {
    padding: 100px 0;
  }
}
@media screen and (max-width:767px) {
  .prm_promise {
    padding: 50px 0 20px;
  }
  .prm_promise_list .frame {
    display: block;
    margin-bottom: 40px;
  }
  .prm_promise_list .frame .conts {
    width: 100%;
  }
  .prm_promise_list .frame .conts .title {
    gap: 10px;
  }
  .prm_promise_list .frame .conts .title .num {
    margin-top: -3px;
    padding: 5px;
    font-size: 22px;
  }
  .prm_promise_list .frame .pic {
    margin: 30px auto 0;
    width: min(400px, 100%);
  }
  .prm_promise_list .frame .pic .caption {
    font-size: 13px;
  }
  .prm_promise_box {
    margin-top: 15px;
    padding: 15px 4vw;
  }
  .prm_promise_box h5 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .prm_promise_check p {
    padding-left: 22px;
    background-size: 15px auto;
    font-size: 14px;
  }
  .prm_manage {
    padding: 50px 0 10px;
  }
  .prm_manage .frame {
    display: block;
    margin-bottom: 40px;
  }
  .prm_manage .frame .conts {
    width: 100%;
  }
  .prm_manage .frame .conts .head {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .prm_manage .frame .conts .head .name {
    gap: 10px;
  }
  .prm_manage .frame .conts .head .name .text {
    font-size: 25px;
  }
  .prm_manage .frame .conts .head .name .en {
    font-size: 14px;
  }
  .prm_manage .frame .pics {
    margin: 30px auto 0;
    width: min(400px, 100%);
  }
  .prm_head {
    padding: 50px 0;
  }
  .prm_head_catch {
    font-size: min(6.4vw, 25px);
  }
  .prm_head_catch br {
    display: inline-block;
  }
  .prm_head_text {
    margin: 30px 0;
    font-size: 16px;
    line-height: 2;
  }
  .prm_head .pic img {
    height: min(50vw, 240px);
  }
  .prm_contact {
    padding: 50px 0;
  }
}
/* service */
.svc_head {
  padding: 80px 0 0;
}
.svc_head_catch {
  font-size: 33px;
  line-height: 1.8;
}
.svc_head_catch br {
  display: none;
}
.svc_head_text {
  margin: 30px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 3;
}
.svc_head_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.svc_head_btns .m_btn {
  width: calc(20% - 8px);
}
.svc_head_btns .m_btn a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.svc_ins {
  padding: 100px 0 120px;
}
.svc_ins h5 {
  margin: 60px 0 30px;
  font-size: 25px;
  text-align: center;
}
.svc_ins_table {
  margin: 0 0 10px;
}
.svc_ins_table .price_table {
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.svc_ins_table .price_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.svc_ins_table .price_table .tr .cell {
  width: 16.66%;
  padding: 10px 40px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
}
.svc_ins_table .price_table .tr .cell.title {
  background: #e7e7e7;
}
.svc_ins_table .price_table .tr.head .cell, .svc_ins_table .price_table .tr.total .cell {
  background: #e7c13b;
}

.svc_repair {
  padding: 100px 0 120px;
}
.svc_repair_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 60px 0 0;
}
.svc_repair_ul .li {
  width: calc(50% - 10px);
  border-left: 10px solid #e7c13b;
  padding: 25px 40px;
  background: #cdd1d2;
}

.svc_paint,
.svc_sales {
  padding: 100px 0 120px;
}

.svc_box {
  margin: 30px 0 0;
  padding: 20px 30px;
  border: 1px solid #000;
}
.svc_box h5 {
  margin-bottom: 10px;
  padding-left: 15px;
  border-left: 6px solid #e7c13b;
  color: #060522;
  font-size: 25px;
}
.svc_box_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.svc_box_ul p {
  padding: 10px 15px;
  background: #e1e5e6;
}

.svc_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.svc_frame .conts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 56%;
}
.svc_frame .pic {
  width: 40%;
}

.svc_other {
  padding: 100px 0 0;
}
.svc_other h5 {
  margin: 30px 0 10px;
  font-size: 20px;
}
.svc_other .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.svc_other .btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 240px;
  padding: 10px;
  background: #dddfe0;
  color: #000;
}
.svc_other .btns a .tel {
  font-size: 25px;
}
.svc_other .btns a .text {
  font-size: 18px;
}
.svc_other .btns a .icon_tel {
  width: 19px;
}
.svc_other .btns a .icon_link {
  width: 15px;
}
.svc_other .btns a:hover {
  background: #eee;
}
.svc_other_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 60px 0 0;
}
.svc_other_ul .li {
  width: calc(50% - 10px);
  border-left: 10px solid #e7c13b;
  padding: 25px 40px;
  background: #fff;
}

.svc_contact {
  padding: 100px 0 120px;
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .svc_head {
    padding: 7vw 0 0;
  }
  .svc_head_catch {
    font-size: 2.5vw;
  }
  .svc_head_text {
    margin: 3vw 0;
    font-size: 1.6vw;
    line-height: 2.5;
  }
  .svc_head_btns {
    gap: 1vw;
  }
  .svc_head_btns .m_btn {
    width: calc(20% - 0.8vw);
  }
  .svc_head_btns .m_btn a {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .svc_ins {
    padding: 8vw 0 9vw;
  }
  .svc_ins h5 {
    margin: 5vw 0 2vw;
    font-size: 2vw;
  }
  .svc_ins_table {
    margin: 0 0 1vw;
  }
  .svc_ins_table .price_table .tr .cell {
    padding: 1vw 3vw;
  }
  .svc_repair {
    padding: 8vw 0 9vw;
  }
  .svc_repair_ul {
    gap: 2vw;
    margin: 5vw 0 0;
  }
  .svc_repair_ul .li {
    width: calc(50% - 1vw);
    border-left-width: 1vw;
    padding: 2vw 3vw;
  }
  .svc_paint,
  .svc_sales {
    padding: 8vw 0 9vw;
  }
  .svc_box {
    margin: 3vw 0 0;
    padding: 1.6vw 2vw;
  }
  .svc_box h5 {
    margin-bottom: 1vw;
    padding-left: 1.2vw;
    border-left-width: 0.6vw;
    font-size: 2vw;
  }
  .svc_box_ul {
    gap: 1vw;
    margin-top: 1vw;
  }
  .svc_box_ul p {
    padding: 1vw 1.4vw;
  }
  .svc_other {
    padding: 8vw 0 0;
  }
  .svc_other h5 {
    margin: 3vw 0 1vw;
    font-size: 1.8vw;
  }
  .svc_other .btns {
    gap: 1vw;
  }
  .svc_other .btns a {
    gap: 1vw;
    width: 22vw;
    padding: 1vw;
  }
  .svc_other .btns a .tel {
    font-size: 2vw;
  }
  .svc_other .btns a .text {
    font-size: 1.6vw;
  }
  .svc_other .btns a .icon_tel {
    width: 1.6vw;
  }
  .svc_other .btns a .icon_link {
    width: 1.4vw;
  }
  .svc_other_ul {
    gap: 2vw;
    margin: 5vw 0 0;
  }
  .svc_other_ul .li {
    width: calc(50% - 1vw);
    border-left-width: 1vw;
    padding: 2vw 3vw;
  }
  .svc_contact {
    padding: 8vw 0 9vw;
  }
}
@media screen and (max-width:767px) {
  .svc_head {
    padding: 50px 0 0;
  }
  .svc_head_catch {
    font-size: min(6.4vw, 25px);
  }
  .svc_head_catch br {
    display: inline-block;
  }
  .svc_head_text {
    margin: 30px 0;
    font-size: 16px;
    line-height: 2;
  }
  .svc_head_btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .svc_head_btns .m_btn {
    width: min(240px, 48%);
  }
  .svc_head_btns .m_btn a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .svc_ins {
    padding: 50px 0;
  }
  .svc_ins h5 {
    margin: 40px 0 15px;
    font-size: min(5vw, 20px);
  }
  .svc_ins_table {
    overflow-x: scroll;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .svc_ins_table .price_table {
    width: 768px;
  }
  .svc_ins_table .price_table .tr .cell {
    padding: 5px 20px;
  }
  .svc_repair {
    padding: 50px 0;
  }
  .svc_repair_ul {
    gap: 20px;
    margin: 40px 0 0;
  }
  .svc_repair_ul .li {
    width: 100%;
    padding: 20px 6vw;
  }
  .svc_paint,
  .svc_sales {
    padding: 50px 0;
  }
  .svc_box {
    margin: 20px 0 0;
    padding: 15px 4vw;
  }
  .svc_box h5 {
    padding-left: 12px;
    font-size: 20px;
  }
  .svc_box_ul {
    gap: 5px;
  }
  .svc_box_ul.p {
    font-size: min(3.25vw, 14px);
  }
  .svc_box_ul p {
    padding: 5px 10px;
  }
  .svc_frame {
    display: block;
  }
  .svc_frame .conts {
    width: 100%;
  }
  .svc_frame .pic {
    margin: 30px auto 0;
    width: min(400px, 100%);
  }
  .svc_other {
    padding: 50px 0 0;
  }
  .svc_other h5 {
    margin: 20px 0 10px;
    font-size: 18px;
  }
  .svc_other .btns {
    gap: 2vw;
  }
  .svc_other .btns a {
    gap: 5px;
    width: calc(50% - 1vw);
    padding: 10px 0;
  }
  .svc_other .btns a .tel {
    font-size: min(4.5vw, 20px);
  }
  .svc_other .btns a .text {
    font-size: min(3.5vw, 16px);
  }
  .svc_other .btns a .icon_tel {
    width: min(4vw, 18px);
  }
  .svc_other .btns a .icon_link {
    width: min(3.5vw, 16px);
  }
  .svc_other_ul {
    gap: 20px;
    margin: 40px 0 0;
  }
  .svc_other_ul .li {
    width: 100%;
    padding: 20px 6vw;
  }
  .svc_contact {
    padding: 50px 0;
  }
}
/* shop */
.shop_access {
  padding: 80px 0 100px;
}
.shop_access .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop_access .frame .conts {
  width: 44%;
}
.shop_access .frame .pic {
  width: 51%;
}
.shop_access .dl {
  margin: 20px 0 0;
}
.shop_access .dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop_access .dl > div .dt {
  width: 20%;
  border-bottom: 1px solid #000;
  font-weight: 500;
  padding: 12px 10px;
}
.shop_access .dl > div .dd {
  width: calc(80% - 10px);
  border-bottom: 1px solid #000;
  padding: 12px 10px;
}
.shop_access .dl > div .dd a {
  color: #000;
}
.shop_access .googlemap {
  margin: 60px 0 80px;
}
.shop_access .googlemap iframe {
  width: 100%;
  height: 300px;
}
.shop_access .pic_slider .pic {
  margin: 0 5px;
}
.shop_access .pic_slider .pic img {
  aspect-ratio: 4/3;
}

.shop_message {
  padding: 100px 0 0;
}
.shop_message .title {
  font-size: 40px;
  text-align: center;
}
.shop_message .text {
  margin: 60px 0 100px;
  font-size: 18px;
  font-weight: 500;
  line-height: 3;
  text-align: center;
}
.shop_message .pic img {
  height: min(20vw, 400px);
}

.shop_comp {
  padding: 60px 0 90px;
}
.shop_comp_dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop_comp_dl > div .dt {
  width: 20%;
  border-bottom: 1px solid #000;
  font-weight: 500;
  padding: 20px 30px;
}
.shop_comp_dl > div .dd {
  width: calc(80% - 10px);
  border-bottom: 1px solid #000;
  padding: 20px 40px;
}
.shop_comp_dl > div .dd a {
  color: #000;
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .shop_access {
    padding: 7vw 0 8vw;
  }
  .shop_access .dl {
    margin: 2vw 0 0;
  }
  .shop_access .dl > div .dt {
    width: 20%;
    padding: 1vw;
  }
  .shop_access .dl > div .dd {
    width: calc(80% - 1vw);
    padding: 1vw;
  }
  .shop_access .googlemap {
    margin: 5vw 0 6vw;
  }
  .shop_access .googlemap iframe {
    height: 25vw;
  }
  .shop_message {
    padding: 8vw 0 0;
  }
  .shop_message .title {
    font-size: 3vw;
  }
  .shop_message .text {
    margin: 5vw 0 7vw;
    font-size: 1.6vw;
    line-height: 2.5;
    text-align: center;
  }
  .shop_comp {
    padding: 6vw 0 9vw;
  }
  .shop_comp_dl > div .dt {
    padding: 1.5vw 2vw;
  }
  .shop_comp_dl > div .dd {
    width: calc(80% - 1vw);
    padding: 1.5vwx 3vw;
  }
}
@media screen and (max-width:767px) {
  .shop_access {
    padding: 50px 0;
  }
  .shop_access .frame {
    display: block;
  }
  .shop_access .frame .conts {
    width: 100%;
  }
  .shop_access .frame .pic {
    margin: 30px auto 0;
    width: min(400px, 100%);
  }
  .shop_access .dl {
    margin: 20px 0 0;
  }
  .shop_access .dl > div {
    display: block;
  }
  .shop_access .dl > div .dt {
    width: 100%;
    border-bottom: none;
    padding: 12px 4vw 0;
  }
  .shop_access .dl > div .dd {
    width: 100%;
    padding: 3px 4vw 12px;
  }
  .shop_access .googlemap {
    margin: 30px 0;
  }
  .shop_access .googlemap iframe {
    height: 250px;
  }
  .shop_message {
    padding: 50px 0 0;
  }
  .shop_message .title {
    font-size: min(5vw, 24px);
  }
  .shop_message .text {
    margin: 40px 0;
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
  .shop_message .pic img {
    height: min(40vw, 200px);
  }
  .shop_comp {
    padding: 50px 0;
  }
  .shop_comp_dl > div {
    display: block;
  }
  .shop_comp_dl > div .dt {
    width: 100%;
    border-bottom: none;
    padding: 15px 4vw 0;
  }
  .shop_comp_dl > div .dd {
    width: 100%;
    padding: 5px 4vw 15px;
  }
}
.shop_certif {
  padding: 120px 0;
}
.shop_certif_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 10px;
}
.shop_certif_ul .li {
  width: calc(25% - 7.5px);
}
.shop_certif_ul .li .title {
  margin: 15px 0;
  color: #060522;
  font-size: 25px;
  text-align: center;
}
.shop_certif_ul .li .banner img {
  border: 1px solid #000;
}

.shop_link {
  padding: 75px 0 100px;
}
.shop_link_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 10px;
}
.shop_link_ul .li {
  width: calc(25% - 7.5px);
}
.shop_link_ul .li a img {
  border: 1px solid #000;
}
.shop_link_ul .li a .name {
  position: relative;
  margin-top: 10px;
  color: #000;
  line-height: 1.5;
  text-align: center;
}
.shop_link_ul .li a .name::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 1px;
  margin-left: 6px;
  background: url("/system_panel/uploads/images/icon_link.png") no-repeat center;
  background-size: contain;
}
.shop_link_ul .li a:hover {
  opacity: 0.8;
}

.shop_recruit {
  padding: 100px 0;
}
.shop_recruit .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop_recruit .frame .conts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 60%;
}
.shop_recruit .frame .pic {
  width: 35%;
}
.shop_recruit .recruit_box {
  border: 1px solid #000;
  margin-top: 20px;
  padding: 20px;
}
.shop_recruit .recruit_box h5 {
  margin-bottom: 10px;
  padding-left: 15px;
  border-left: 6px solid #e7c13b;
  font-size: 25px;
  color: #060522;
}
.shop_recruit .recruit_box .p {
  line-height: 2;
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .shop_certif {
    padding: 9vw 0;
  }
  .shop_certif_ul {
    gap: 3vw 1vw;
  }
  .shop_certif_ul .li {
    width: calc(25% - 0.75vw);
  }
  .shop_certif_ul .li .title {
    margin: 1.4vw 0;
    font-size: 2vw;
  }
  .shop_link {
    padding: 7vw 0 8vw;
  }
  .shop_link_ul {
    gap: 3vw 1vw;
  }
  .shop_link_ul .li {
    width: calc(25% - 0.75vw);
  }
  .shop_link_ul .li a .name {
    margin-top: 1vw;
  }
  .shop_link_ul .li a .name::after {
    width: 1.5vw;
    height: 1.5vw;
    top: 0.1vw;
    margin-left: 0.5vw;
  }
  .shop_recruit {
    padding: 8vw 0;
  }
  .shop_recruit .recruit_box {
    margin-top: 1.5vw;
    padding: 1.5vw;
  }
  .shop_recruit .recruit_box h5 {
    margin-bottom: 1vw;
    padding-left: 1.5vw;
    border-left-width: 0.5vw;
    font-size: 2vw;
  }
}
@media screen and (max-width:767px) {
  .shop_certif {
    padding: 120px 0;
  }
  .shop_certif_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 10px;
  }
  .shop_certif_ul .li {
    width: 290px;
  }
  .shop_certif_ul .li .title {
    margin: 15px 0;
    font-size: 25px;
  }
  .shop_link {
    padding: 50px 0;
  }
  .shop_link_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 10px;
  }
  .shop_link_ul .li {
    width: calc(50% - 5px);
  }
  .shop_link_ul .li a .name {
    margin-top: 10px;
  }
  .shop_link_ul .li a .name::after {
    width: 14px;
    height: 14px;
    top: 1px;
    margin-left: 4px;
  }
  .shop_recruit {
    padding: 50px 0;
  }
  .shop_recruit .frame {
    display: block;
  }
  .shop_recruit .frame .conts {
    width: 100%;
  }
  .shop_recruit .frame .pic {
    margin: 30px auto 0;
    width: min(400px, 100%);
  }
  .shop_recruit .recruit_box {
    padding: 12px 4vw;
  }
  .shop_recruit .recruit_box h5 {
    font-size: 19px;
  }
}
/* contact */
.telfax {
  padding: 90px 0 120px;
}

.telfax .subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  gap: 10px;
  color: #060522;
  font-size: 32px;
}
.telfax .subttl img {
  height: 44px;
}

.telfax_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.telfax_ul .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 440px;
  padding: 20px;
  background: #dddfe0;
  text-align: center;
}
.telfax_ul .li .tel {
  width: 100%;
}
.telfax_ul .li .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
  font-size: 30px;
}
.telfax_ul .li .tel a img {
  width: 18px;
  height: 18px;
}
.telfax_ul .li .fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 30px;
  gap: 5px;
}
.telfax_ul .li .fax div {
  font-size: 70%;
}
.telfax_ul .li .text {
  font-size: 15px;
  line-height: 1.6;
}
.telfax_ul .li .call_btn {
  margin-top: 20px;
}
.telfax_ul .li .call_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 25px;
  background: #e5e7e7;
  color: #000;
  font-size: 18px;
}
.telfax_ul .li .call_btn a img {
  width: 15px;
  height: 15px;
}
.telfax_ul .li .call_btn a:hover {
  background: #eee;
}

.form_area {
  padding: 120px 0;
}

.complete {
  padding: 150px 0;
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .telfax {
    padding: 7vw 0 9vw;
  }
  .telfax .subttl {
    margin-bottom: 1vw;
    gap: 1vw;
    font-size: 2.5vw;
  }
  .telfax .subttl img {
    height: 3.3vw;
  }
  .telfax_ul {
    gap: 2vw;
    margin-top: 2.5vw;
  }
  .telfax_ul .li {
    width: 37.5vw;
    padding: 1.8vw;
  }
  .telfax_ul .li .tel a {
    gap: 1vw;
    font-size: 2.5vw;
  }
  .telfax_ul .li .tel a img {
    width: 1.6vw;
    height: 1.6vw;
  }
  .telfax_ul .li .fax {
    font-size: 2.4vw;
    gap: 0.5vw;
  }
  .telfax_ul .li .text {
    font-size: 1.3vw;
  }
  .telfax_ul .li .call_btn {
    margin-top: 1.5vw;
  }
  .telfax_ul .li .call_btn a {
    gap: 1vw;
    padding: 1.5vw 2vw;
    font-size: 1.6vw;
  }
  .telfax_ul .li .call_btn a img {
    width: 1.4vw;
    height: 1.4vw;
  }
  .form_area {
    padding: 8vw 0;
  }
  .complete {
    padding: 9vw 0;
  }
}
@media screen and (max-width:767px) {
  .telfax {
    padding: 50px 0;
  }
  .telfax .subttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
    font-size: min(5vw, 20px);
  }
  .telfax .subttl img {
    height: min(5vw, 20px);
  }
  .telfax_ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
  .telfax_ul .li {
    width: 100%;
    padding: 15px 4vw;
  }
  .telfax_ul .li .tel a {
    font-size: 28px;
  }
  .telfax_ul .li .tel a img {
    width: 16px;
    height: 16px;
  }
  .telfax_ul .li .fax {
    font-size: 28px;
  }
  .telfax_ul .li .text {
    font-size: min(3vw, 13px);
  }
  .telfax_ul .li .call_btn {
    margin-top: 12px;
  }
  .telfax_ul .li .call_btn a {
    padding: 12px 6vw;
    font-size: 16px;
  }
  .telfax_ul .li .call_btn a img {
    width: 14px;
    height: 14px;
  }
  .form_area {
    padding: 50px 0;
  }
  .complete {
    padding: 50px 0;
  }
}
.u-mt__10 {
  margin-top: 10px;
}
.u-mt__20 {
  margin-top: 20px;
}
.u-mt__30 {
  margin-top: 30px;
}
.u-mt__40 {
  margin-top: 40px;
}
.u-mt__50 {
  margin-top: 50px;
}
.u-mt__60 {
  margin-top: 60px;
}
.u-mt__70 {
  margin-top: 70px;
}
.u-mt__80 {
  margin-top: 80px;
}
.u-mt__90 {
  margin-top: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .u-mt__10 {
    margin-top: 1vw;
  }
  .u-mt__20 {
    margin-top: 2vw;
  }
  .u-mt__30 {
    margin-top: 2.8vw;
  }
  .u-mt__40 {
    margin-top: 3.6vw;
  }
  .u-mt__50 {
    margin-top: 4.4vw;
  }
  .u-mt__60 {
    margin-top: 5vw;
  }
  .u-mt__70 {
    margin-top: 6vw;
  }
  .u-mt__80 {
    margin-top: 6.75vw;
  }
  .u-mt__90 {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width:767px) {
  .u-mt__10 {
    margin-top: 6px;
  }
  .u-mt__20 {
    margin-top: 12px;
  }
  .u-mt__30 {
    margin-top: 18px;
  }
  .u-mt__40 {
    margin-top: 24px;
  }
  .u-mt__50 {
    margin-top: 30px;
  }
  .u-mt__60 {
    margin-top: 36px;
  }
  .u-mt__70 {
    margin-top: 42px;
  }
  .u-mt__80 {
    margin-top: 48px;
  }
  .u-mt__90 {
    margin-top: 54px;
  }
}

.u-mb__10 {
  margin-bottom: 10px;
}
.u-mb__20 {
  margin-bottom: 20px;
}
.u-mb__30 {
  margin-bottom: 30px;
}
.u-mb__40 {
  margin-bottom: 40px;
}
.u-mb__50 {
  margin-bottom: 50px;
}
.u-mb__60 {
  margin-bottom: 60px;
}
.u-mb__70 {
  margin-bottom: 70px;
}
.u-mb__80 {
  margin-bottom: 80px;
}
.u-mb__90 {
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .u-mb__10 {
    margin-bottom: 1vw;
  }
  .u-mb__20 {
    margin-bottom: 2vw;
  }
  .u-mb__30 {
    margin-bottom: 2.8vw;
  }
  .u-mb__40 {
    margin-bottom: 3.6vw;
  }
  .u-mb__50 {
    margin-bottom: 4.4vw;
  }
  .u-mb__60 {
    margin-bottom: 5vw;
  }
  .u-mb__70 {
    margin-bottom: 6vw;
  }
  .u-mb__80 {
    margin-bottom: 6.75vw;
  }
  .u-mb__90 {
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width:767px) {
  .u-mb__10 {
    margin-bottom: 6px;
  }
  .u-mb__20 {
    margin-bottom: 12px;
  }
  .u-mb__30 {
    margin-bottom: 18px;
  }
  .u-mb__40 {
    margin-bottom: 24px;
  }
  .u-mb__50 {
    margin-bottom: 30px;
  }
  .u-mb__60 {
    margin-bottom: 36px;
  }
  .u-mb__70 {
    margin-bottom: 42px;
  }
  .u-mb__80 {
    margin-bottom: 48px;
  }
  .u-mb__90 {
    margin-bottom: 54px;
  }
}
/*# sourceMappingURL=style.css.map */