@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
header {
  background-color: #fff;
}
.g_nav {
  font-weight: bold;
  letter-spacing: 0.02em;
}
.sns_list img {
  vertical-align: middle;
}
.in_nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .h_wrap {
    width: 100%;
    height: 100px;
    padding: 10px 30px 25px 42px;
    align-items: center;
  }
  .page_ttl {
    margin: 0 0 17px;
    font-size: 1rem;
    font-weight: normal;
    text-align: right;
  }
  .h_logo {
    height: auto;
  }
  .g_nav {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
  .h_nav {
    margin: 0 30px 0 0;
    font-size: 1.8rem;
  }
  .h_nav li:not(:last-child) {
    margin: 0 35px 0 0;
  }
  .sns_list li:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .h_nav a {
    position: relative;
  }
  .h_nav > li > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #18b2de;
    transition: 0.3s;
  }
  .h_nav a:hover,
  .h_nav a.current {
    opacity: 1;
    color: #18b2de;
  }
  .h_nav a:hover:after,
  .h_nav a.current:after {
    width: 100%;
  }
  .pull-down {
    position: relative;
  }
  .in_nav {
    width: 320px;
    padding: 25px 15px 15px;
    background-color: #fff;
    font-size: 1.6rem;
    position: absolute;
    left: calc(50% - 150px);
    top: 100%;
    z-index: 100;
  }
  .in_nav li:not(:last-child) {
    margin: 0;
  }
  .in_nav a {
    padding: 10px 5px;
    border-bottom: 1px solid;
  }
}
@media screen and (max-width: 767px) {
  /*▼sp_nav*/
  .h_logo img {
    height: 40px;
  }
  .h_wrap {
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    position: relative;
    z-index: 999;
    transition: 0.3s;
  }
  .h_wrap.js-filter {
    filter: invert(1);
  }
  .h_tel {
    margin: 0 50px 0 auto;
    color: #333333;
    font-size: 3rem;
    line-height: 1.5;
  }
  .h_tel.h_sp_add img[alt="instagram"] {
    width: 45px;
    height: 45px;
  }
  .h_tel.h_sp_add a:hover {
    opacity: 1;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.3s all;
  }
  #nav_toggle {
    position: fixed;
    top: 0;
    right: 0;
    padding: 24.5px 20px;
  }
  #nav_toggle span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #333333;
    transition: 0.3s;
  }
  #nav_toggle span:not(:last-child) {
    margin-bottom: 12px;
  }
  #nav_toggle.active span:nth-of-type(1) {
    -webkit-transform: translate3d(0px, 7px, 0) rotate(45deg);
    transform: translate3d(0px, 7px, 0) rotate(45deg);
  }
  #nav_toggle.active span:nth-of-type(2) {
    -webkit-transform: translate3d(0px, -7px, 0) rotate(-45deg);
    transform: translate3d(0px, -7px, 0) rotate(-45deg);
  }
  .g_nav {
    overflow-y: scroll;
    visibility: hidden;
    width: 100%;
    height: calc(100vh - 50px);
    padding: 20px 5% 80%;
    color: #fff;
    background-image: repeating-linear-gradient(
      135deg,
      #363636,
      #363636 14px,
      #303030 15px,
      #303030 29px
    );
    font-size: 1.6rem;
    position: fixed;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s ease-in-out;
    z-index: 998;
    -webkit-overflow-scrolling: touch;
    filter: invert(1);
  }
  .g_nav .partition {
    border-bottom: 1px solid #18b2de;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .g_nav li {
    width: 100%;
  }
  .g_nav li a,
  .g_nav li span {
    padding: 10px 0 10px 25px;
    font-weight: bold;
  }
  .g_nav li.pull-down {
    position: relative;
  }
  .g_nav .in_nav {
    padding: 0 0 0 20px;
  }
  .pull-down:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    vertical-align: 3px;
    position: absolute;
    top: 14px;
    left: 110px;
  }
  .pull-down:hover:after {
    display: none;
  }
  .g_nav li span:hover:after {
    border-width: 0 5px 5px 5px;
    border-bottom-color: inherit;
  }
  .sns_list {
    justify-content: flex-end;
  }
  .sns_list li {
    width: auto;
  }
  .sns_list li a {
    padding: 10px;
  }

  /* ▼action */
  .g_nav.open {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  /*横から*/
  .g_nav {
    transform: translate3d(100vw, 0, 0);
  }
}
/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
  display: flex;
  align-items: center;
  background-image: url(../images/key/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home .key {
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: none;
}
.key_ttl {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-inline: auto;
  line-height: 1.3;
}
.key_ttl span {
  display: block;
  margin: 14px 0 0;
  letter-spacing: 0.14em;
}
.home .key_ttl {
  position: relative;
  z-index: 10;
}
.home .key_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.home .key_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key_video {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 42.5411%;
}
.key_video video,
.key_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: none;
}

.key.bg_sub {
  position: relative;
}
.key.bg_sub::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.key.bg_coating {
  background-image: url(../images/key/bg_coating.jpg);
}
.key.bg_cleaning {
  background-image: url(../images/key/bg_cleaning.jpg);
}
.key.bg_polish_body {
  background-image: url(../images/key/bg_polish_body.jpg);
}
.key.bg_polish_glass {
  background-image: url(../images/key/bg_polish_glass.jpg);
}
.key.bg_refine {
  background-image: url(../images/key/bg_refine.jpg);
}
.key.bg_hand {
  background-image: url(../images/key/bg_hand.jpg);
}
.key.bg_coating_other {
  background-image: url(../images/key/bg_coating_other.jpg);
}
.key.bg_film {
  background-image: url(../images/key/bg_film.jpg);
}
.key.bg_tesla {
  background-image: url(../images/key/bg_tesla.jpg);
}
@media screen and (min-width: 768px) {
  .key {
    height: 410px;
  }
  .home .key {
    height: auto;
    position: relative;
  }
  .key_ttl {
    width: 50%;
  }
  .key_ttl span {
    font-size: 2rem;
  }
  .home .key_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .key {
    height: 170px;
    margin: 65px 0 0;
  }
  .key_ttl img {
    height: 50px;
  }
  .key_ttl span {
    font-size: 1.8rem;
    word-break: keep-all;
  }
  .home .key {
    height: auto;
    background: #000;
  }
  .home .key_ttl {
    width: 70%;
    margin: 0;
  }
  .home .key_video {
    padding-top: 70%;
  }
  .home .key_video video {
    /*width: auto;*/
    /*position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateX(-20%);
        -webkit-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        z-index: 0;*/
  }
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼greeting */
.greeting_wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .greeting_wrap {
    padding: 0 0 0 600px;
  }
  .pos_img {
    position: absolute;
    top: 30px;
  }
  .greeting .pos_img {
    width: 800px;
    right: calc(50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1629px) {
  .greeting .pos_img {
    right: auto;
    left: -80px;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .pos_img {
    /*width: calc(100% + 20px);*/
    margin-bottom: 20px;
  }
  .greeting .pos_img {
    /*margin-left: -20px;*/
  }
}
/* ▼strTop */
.strTop {
  overflow: hidden;
}
.strTop_wrap {
  position: relative;
}
.strTop_list li {
  color: #fff;
  background-image: linear-gradient(to right, #18b2de, #74e0ff);
  font-weight: bold;
}
.strTop_list li:before {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle;
  line-height: 1;
}
.strTop_list li:nth-child(1):before {
  content: url(../images/top/str_list01.png);
}
.strTop_list li:nth-child(2):before {
  content: url(../images/top/str_list02.png);
}
.strTop_list li:nth-child(3):before {
  content: url(../images/top/str_list03.png);
}
.strTop_list li:nth-child(4):before {
  content: url(../images/top/str_list04.png);
}
.strTop_list li:nth-child(5):before {
  content: url(../images/top/str_list05.png);
}
.strTop_list li:nth-child(6):before {
  content: url(../images/top/str_list06.png);
}
.strTop_list li:nth-child(7):before {
  content: url(../images/top/str_list07.png);
}
@media screen and (min-width: 768px) {
  .strTop_wrap {
    padding: 0 600px 0 0;
  }
  .strTop .pos_img {
    width: 800px;
    left: calc(50%);
  }
  .strTop_list li {
    padding: 3px 16px 4px;
    font-size: 2.5rem;
  }
  .strTop_list li:not(:last-child) {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .strTop .pos_img {
    margin-right: -20px;
  }
  .strTop_list li {
    padding: 8px 10px 9px;
    font-size: 1.6rem;
  }
  .strTop_list li:not(:last-child) {
    margin: 0 0 15px;
  }
  .strTop_list li:before {
    margin: 0 10px 0 0;
    transform: scale(0.9);
  }
}
/* ▼campaign */
.campaign {
  color: #fff;
  background: url(../images/top/campain_bg.jpg) no-repeat top / cover;
}
.campaign_cnt {
  background-color: #67d9fa;
}
.campaign .c_ofi {
  padding-top: 59.5744%;
}
.campaign_txt {
  line-height: 1.88;
}
.sale_txt {
  line-height: 1;
  background: url(../images/common/sale_txt.png) no-repeat bottom;
  text-align: center;
}
.sale_txt .color {
  color: #fcff00;
  font-size: 107.69%;
}
.sale_txt .size {
  font-size: 171.43%;
}
@media screen and (min-width: 768px) {
  .campaign_cnt {
    padding: 30px 40px 40px;
  }
  .campaign_img {
    width: 470px;
  }
  .campaign_txt {
    width: 500px;
    font-size: 1.6rem;
  }
  .campaign_body {
    min-height: 150px;
    margin-bottom: 8px;
  }
  .sale_txt {
    padding-bottom: 12px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .campaign {
    background-size: auto 50vw;
  }
  .campaign_cnt {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 30px 20px 20px;
  }
  .campaign_img {
    margin: 0 0 15px;
  }
  .campaign_txt {
    width: 100%;
    font-size: 1.6rem;
  }
  .campaign_body {
    margin-bottom: 8px;
  }
  .sale_txt {
    padding-bottom: 12px;
    font-size: 5rem;
  }
}
/* ▼serviceTop */
.serviceTop {
  padding-bottom: 0;
}
.serviceTop_list li {
  width: 100%;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .serviceTop_list li {
    overflow: hidden;
    display: flex;
    flex-flow: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 470px;
    /*background: url(../images/top/service_img01.png) no-repeat left calc(50% - 375px) center / 55% auto;*/
  }
  .serviceTop_img {
    overflow: hidden;
    width: 65%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .serviceTop_img img {
    width: 70vw;
    max-width: none;
    min-width: 1180px;
    height: 100%;
    object-fit: cover;
  }
  .serviceTop_list li:nth-child(odd) {
    padding-left: 58%;
  }
  .serviceTop_list li:nth-child(odd) .serviceTop_img {
    left: -10%;
    right: 40%;
    transform: skew(-17deg);
  }
  .serviceTop_list li:nth-child(odd) .serviceTop_img img {
    transform: skew(17deg);
  }
  .serviceTop_list li:nth-child(even) {
    padding-right: 58%;
  }
  .serviceTop_list li:nth-child(even) .serviceTop_img {
    left: 40%;
    right: -10%;
    transform: skew(17deg);
  }
  .serviceTop_list li:nth-child(even) .serviceTop_img img {
    transform: translateX(-6%) skew(-17deg);
  }
}
@media screen and (max-width: 767px) {
  .serviceTop_list .main_ttl {
    width: 90%;
    margin: 0 auto 30px;
  }
  .serviceTop_list li {
    padding-bottom: 30px;
    border-bottom: 1px solid #18b2de;
  }
  .serviceTop_img {
    margin-bottom: 30px;
  }
}
/* ▼proTop */
.proTop_lead {
  color: #18b2de;
  line-height: 1.59;
}
.proTop_list {
  justify-content: center;
}
.proTop_list li {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  color: #fff;
  background: url(../images/top/product_list_bg.png) no-repeat center / contain;
  font-size: 1.7rem;
  line-height: 1.65;
  text-align: center;
}
.proTop_comment span {
  margin: 0 5px 0 0;
  background-color: #fcff00;
}
@media screen and (min-width: 768px) {
  .proTop_cnt .main_ttl {
    margin: 0 0 30px;
  }
  .proTop_lead {
    margin: 0 0 25px;
    font-size: 2.2rem;
    text-align: center;
  }
  .proTop_cnt {
    width: 460px;
  }
  .proTop_list {
    margin: 0 0 18px;
  }
  .proTop_list li:not(:nth-child(3)):not(:last-child) {
    margin: 0 20px 10px 0;
  }
  .proTop_comment {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.82;
  }
}
@media screen and (max-width: 767px) {
  .product_img {
    margin: 0 0 35px;
  }
  .proTop_cnt br {
    display: block;
  }
  .proTop_cnt .main_ttl {
    margin: 0 0 20px;
  }
  .proTop_lead {
    margin: 0 0 25px;
    font-size: 2.2rem;
    text-align: center;
  }
  .proTop_list {
    margin: 0 0 15px;
  }
  .proTop_list li {
    margin: 0 10px 10px;
  }
  .proTop_comment {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.82;
  }
}
/* ▼gallTop */
.gallTop .c_ofi {
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .gall_list li {
    width: 330px;
  }
  .gall_list li:not(:nth-child(3n)) {
    margin: 0 45px 0 0;
  }
  .gall_list li:nth-child(n + 4) {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .gall_list li {
    width: 49%;
  }
  .gall_list li:nth-child(n + 3) {
    margin-top: 2%;
  }
}
/* ▼story */
.story {
  color: #fff;
  background-color: #363636;
}
.story_post {
  font-size: 1.5rem;
  line-height: 1.67;
}
.story_post .c_ofi {
  padding-top: 87.5%;
}
.story_post time {
  display: block;
  color: #fcff00;
}
.story_post .story_txt {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .story_post {
    width: 240px;
  }
  .story_post:not(:nth-child(4n)) {
    margin: 0 40px 0 0;
  }
  .story_post time {
    margin: 13px 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .story .story_post {
    font-size: 1.4rem;
    width: 48%;
    margin-bottom: 30px;
  }
  .story_post:not(:last-child) {
    margin: 0 0 25px;
  }
  .story_post time {
    margin: 10px 0 5px;
  }
  .story .c_btn {
    margin-top: 0;
  }
}
/* ▼lineBnr */
.lineBnr {
  font-weight: bold;
}
.lineBnr_ttl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #363636;
  color: #fff;
  text-align: center;
}
.lineBnr_ttl span {
  display: block;
  margin: 10px 0 0;
}
.lineBnr_cnt {
  background-color: #4fcdf2;
}
.lineBnr_cnt p {
  color: #fff;
}
.lineBnr_list li {
  display: inline-block;
  background-color: #fcff00;
  letter-spacing: 0.08em;
}
.lineBnr_lead {
  margin: 0 0 6px;
  letter-spacing: 0.14em;
  border-bottom: 1px solid;
  line-height: 1.9;
  font-feature-settings: "palt" 1;
}
.lineBnr_lead span {
  color: #fcff00;
}
.lineBnr_txt {
  line-height: 1.43;
}
.lineBnr_cnt .lineBnr_comment {
  color: #18b2de;
  background-color: #fff;
  border-radius: 4px;
  line-height: 1.5;
  font-size: 1.7rem;
}
.lineBnr_cnt .lineBnr_comment:after {
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
}
@media screen and (min-width: 768px) {
  .lineBnr_ttl {
    width: 240px;
    height: 240px;
    padding: 0 60px;
    font-size: 2.3rem;
  }
  .lineBnr_cnt {
    width: 840px;
    padding: 35px 185px 30px 30px;
    position: relative;
  }
  .lineBnr_list li {
    padding: 0px 11px;
    font-size: 2rem;
    line-height: 38px;
  }
  .lineBnr_lead {
    font-size: 3.7rem;
  }
  .lineBnr_txt {
    font-size: 2.1rem;
  }
  .lineBnr_comment,
  .lineBnr_img {
    position: absolute;
  }
  .lineBnr_comment {
    padding: 8px 10px 9px 20px;
    top: 90px;
    right: 185px;
  }
  .lineBnr_img {
    height: 130px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lineBnr {
    padding: 30px 0;
  }
  .lineBnr_wrap {
    width: 100%;
  }
  .lineBnr_ttl {
    width: 100%;
    margin: 0;
    padding: 30px 60px;
    font-size: 2.3rem;
  }
  .lineBnr_ttl br {
    display: block;
  }
  .lineBnr_ttl span {
    margin: 10px 10px 0;
  }
  .lineBnr_cnt {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 20px 15px 15px;
  }
  .lineBnr_list {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
  .lineBnr_list li {
    padding: 0px 11px;
    font-size: 1.8rem;
    line-height: 38px;
  }
  .lineBnr_list li:not(:last-child) {
    margin: 0 0 5px;
  }
  .lineBnr_lead {
    width: 100%;
    font-size: 2.9rem;
    text-align: center;
  }
  .lineBnr_txt {
    margin: 0 0 30px;
    font-size: 1.6rem;
  }
  .lineBnr_comment {
    align-self: center;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 8px 10px 9px;
    position: relative;
  }
  .lineBnr_img {
    width: 130px;
    height: 130px;
  }
}
/* ▼access */
.access_ttl {
  text-align: center;
}
.access_ttl span {
  display: inline-block;
  margin: 15px 0 0;
  padding: 0 10px;
  color: #fff;
  background-color: #18b2de;
  font-size: 2rem;
  line-height: 35px;
}
.operating_comp {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .access_cnt {
    width: 500px;
  }
  .access_ttl {
    margin: 0 0 40px;
  }
  .access .c_table {
    margin: 20px 0;
  }
  .access .map {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .access_cnt:not(:last-child) {
    margin: 0 0 30px;
  }
  .access_ttl {
    margin: 0 0 30px;
  }
  .access_ttl span {
    margin: 0 0 0 15px;
  }
  .access .c_table {
    margin: 20px 0;
  }
  .access .map {
    height: 40vh;
  }
}

/*
    page-service
--------------------*/
/* ▼advantage */
.adv {
  font-weight: bold;
}
.adv_ttl span {
  color: #23b7e2;
  line-height: 1.43;
}
.adv_lead {
  color: #fcff00;
  background-color: #23b7e2;
  line-height: 1.85;
  font-weight: bold;
}
.adv_lead02 {
  color: #23b7e2;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.adv_lead02 span {
  background: linear-gradient(transparent 70%, #ffff66 70%);
}
.adv_list li {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 45px;
}
.adv_list li:before {
  content: url(../images/common/check.png);
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin: 0 20px 0 0;
  position: absolute;
  left: 0;
  top: 4px;
}
.adv_list li span {
  color: #23b7e2;
}
@media screen and (min-width: 768px) {
  .adv_ttl {
    margin: 0 0 50px;
    font-size: 3.5rem;
    text-align: center;
  }
  .adv_lead {
    margin: 0 0 40px;
    text-align: center;
    font-size: 2.8rem;
  }
  .adv_list {
    padding: 35px 40px;
    font-size: 2rem;
  }
  .adv_list li:not(:last-child) {
    margin: 0 0 9px;
  }
  .adv_list li:before {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .adv_ttl {
    margin-bottom: 30px;
    font-size: 2.4rem;
    text-align: center;
  }
  .adv_ttl br {
    display: block;
  }
  .adv_lead {
    margin: 0 0 30px;
    padding: 5px;
    text-align: center;
    line-height: 1.5;
    font-size: 2rem;
  }
  .adv_lead02 {
    font-size: 2rem;
  }
  .adv_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px;
    font-size: 1.8rem;
  }
  .adv_list li {
    display: block;
    align-items: center;
    padding: 0 0 0 45px;
  }
  .adv_list li:not(:last-child) {
    margin: 0 0 9px;
  }
  .adv_list li:before {
    margin: 0 20px 0 0;
    position: absolute;
    left: 0;
    top: 4px;
  }
}
/* ▼service */
.service {
  overflow: hidden;
}
.service_ttl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #23b7e2;
}
.service_ttl:after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #23b7e2;
}
.service_txt .booth_ttl {
  color: #23b7e2;
  margin-top: 20px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .service {
    padding-bottom: 40px;
  }
  .service .main_ttl {
    margin: 0;
  }
  .service_cnt {
    align-items: center;
    /*justify-content: center;*/
    justify-content: flex-start;
    height: 500px;
  }
  .service_cnt:nth-of-type(odd) .service_img {
    /*margin-left: -370px;*/
    width: 50%;
  }
  .service_cnt:nth-of-type(even) {
    flex-flow: row-reverse;
  }
  .service_cnt:nth-of-type(even) .service_img {
    /*margin-right: -370px;*/
    width: 50%;
  }
  .service_cnt:nth-of-type(n + 2) {
    margin-top: -60px;
  }
  /*.service_img img {
        display: block;
        width: 960px;
        height: 380px;
        object-fit: cover;
    }*/
  .service_txt {
    width: 595px;
    padding: 0 50px;
  }
  .service_ttl {
    font-size: 2.5rem;
    margin: 0 0 15px;
  }
  .service_ttl:after {
    flex: 1;
    margin: 0 0 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .service_cnt:nth-of-type(n + 2) {
    margin-top: 50px;
  }
  .service_img {
    margin: 0 0 20px;
  }
  .service_txt {
    padding: 0 20px;
  }
  .service_txt br.sp_block {
    display: block;
  }
  .service_ttl {
    font-size: 2.5rem;
    margin: 0 0 10px;
  }
  .service_ttl:after {
    width: 100%;
    margin-top: 10px;
  }
}
/* ▼before after */
.bfaf_list li {
  background-color: #fff;
}
.bfaf_list .c_ofi {
  padding-top: 86.3636%;
}
.bfaf_list figcaption {
  width: 102px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
}
.bfaf_list02 li {
  margin-bottom: 20px;
}
.bfaf_list02 li .tit {
  text-align: center;
  font-weight: 600;
  margin-top: 5px;
  display: block;
}
.before_img figcaption {
  background-color: #f1f1f1;
  color: #797979;
}
.after_img figcaption {
  background-color: #23b7e2;
  color: #fff;
}
.bfaf_coating {
  text-align: center;
  background: #000;
}
.bfaf_coating .head {
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bfaf_list li {
    width: 520px;
    padding: 25px;
  }
  .bfaf_list li:nth-child(n + 3) {
    margin-top: 40px;
  }
  .bfaf_list02 li {
    width: 49%;
  }
  .before_img,
  .after_img {
    width: 220px;
  }
  .bfaf_coating ul {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
  }
}
@media screen and (max-width: 767px) {
  .bfaf_list li {
    width: 100%;
    padding: 15px;
  }
  .bfaf_list li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .bfaf_list figcaption {
    width: 100%;
  }
  .before_img,
  .after_img {
    width: 49%;
  }
}

/* ▼movie */
.movie {
  background-color: #f1f1f1;
}
.movie_list {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-wrap: wrap;
}
.movie_list.wrap2 {
  max-width: 850px;
  margin: 0 auto;
}
.movie_list.wrap2 li {
  width: 49%;
  margin: 0 0 2% 2%;
}
.movie_list.wrap2 li:nth-child(2n + 1) {
  margin-left: 0;
}
.movie_list.wrap3 li {
  width: 32%;
  margin: 0 0 2% 2%;
}
.movie_list.wrap3 li:nth-child(3n + 1) {
  margin-left: 0;
}
.movie_list .yt {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.movie_list .yt iframe {
  width: 100% !important;
  height: 100% !important;
  border: solid 2px #000;
  position: absolute;
  top: 0;
  right: 0;
}
.movie_list .caption {
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.movie_list .caption span {
  text-align: left;
  /*display: inline-block;*/
}
@media screen and (max-width: 767px) {
  .movie_list {
    display: block;
  }
  .movie_list li {
    width: 100% !important;
    margin: 0 0 5% !important;
  }
  .movie_list li:last-child {
    margin-bottom: 0;
  }
  .movie_list .caption br {
    display: block;
  }
}

/* ▼price */
.price .adv_lead {
  color: #fff;
  font-weight: normal;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #000;
}
.price .price_subttl {
  color: #23b7e2;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.price .price_subttl02 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #9c9ba0;
}
.price .price_subttl03 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.price_lead {
  font-weight: bold;
  font-size: 1.6rem;
}
.price_tag {
  background-color: #bde9f6;
}
.coating_price_table.dtl_table tbody th,
.coating_price_table.dtl_table tbody tr:first-child td {
  font-weight: bold;
  background-color: #f1f1f1;
}
.coating_price_table.dtl_table tbody td {
  background: #fff;
}
.coating_price_table_note {
  font-size: 1.2rem;
  margin-top: 10px;
}
.price_introduction {
  margin-bottom: 20px;
}
.price_introduction li {
  margin-bottom: 10px;
  border-bottom: solid 1px #f1f1f1;
}
.price_introduction li:last-child {
  margin-bottom: 0;
}
.price_introduction dt {
  text-align: center;
  width: 100%;
  max-width: 25%;
  padding: 5px 10px;
  background: #f1f1f1;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  align-items: center;
}
.price_introduction dd {
  margin-left: 10px;
  padding: 5px 10px;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .price_cnt:not(:last-child) {
    margin-bottom: 50px;
  }
  .price_lead {
    /*text-align: center;*/
    margin: 0 0 35px;
  }
  .price_tag {
    margin-top: 30px;
    padding: 25px 30px;
  }
  .price_introduction dl {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
  }
}
@media screen and (max-width: 767px) {
  .price_cnt:not(:last-child) {
    margin-bottom: 40px;
  }
  .price .adv_lead {
    padding: 10px;
  }
  .price .adv_lead br {
    display: block;
  }
  .price .price_subttl {
    font-size: 1.8rem;
  }
  .price .price_subttl02 {
    font-size: 1.8rem;
    padding: 10px;
  }
  .price_lead {
    margin: 0 0 15px;
    line-height: 2;
  }
  .price_tag {
    margin-top: 20px;
    padding: 20px;
  }
  .coating_price_table_note br {
    display: block;
  }
  .price_introduction br {
    display: block;
  }
  .price_introduction li {
    border-bottom: 0;
  }
  .price_introduction dt {
    max-width: unset;
    padding: 5px;
  }
  .price_introduction dd {
    margin-left: 0;
    padding: 5;
  }
}
.price_describe {
  display: flex;
  display: -webkit-flex;
}
.price_describe .price_lead {
  text-align: left;
  margin: 0 0 35px;
  flex: 1;
}
.price_describe .price_image {
  max-width: 480px;
  margin: 0 20px 35px;
}
@media screen and (max-width: 767px) {
  .price_describe {
    display: block;
  }
  .price_describe .price_lead br {
    display: block;
  }
  .price_describe .price_lead {
    margin-bottom: 15px;
  }
  .price_describe .price_image {
    text-align: center;
    margin: 0 0 10px;
  }
  .price .scroll-hint-icon {
    height: 90px;
  }
  .price .price_table {
    min-height: 100px;
  }
}

/* ▼coating */
.page-coating .price_introduction dt {
  font-weight: bold;
}
.page-coating .price_cnt {
  position: relative;
}
.page-coating .price_cnt .item_logo {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 20px;
}
.page-coating .price_cnt .item_url {
  text-align: center;
  position: absolute;
  top: 25px;
  right: 0;
}
.page-coating .price_cnt .item_url a {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 10px 20px 10px 10px;
  background-color: #000;
  display: inline-block;
  position: relative;
}
.page-coating .price_cnt .item_url a:after {
  content: "";
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .page-coating .price .adv_lead {
    font-size: 1.8rem;
  }
  .page-coating .price_cnt .item_url {
    text-align: right;
    margin-bottom: 10px;
    position: static;
  }
  .page-coating .price_cnt .item_url a {
    font-size: 1.3rem;
  }
}

/* ▼polish_body */
.page-polish_body .price_table tbody tr:first-child th,
.page-polish_body .price_table tbody tr:first-child td {
  font-weight: bold;
  background-color: #f1f1f1;
}

/* ▼refine */
.page-refine .price_table {
  margin-bottom: 40px;
}

/* ▼hand */
.page-hand .price_table {
  margin-bottom: 40px;
}

/*
    page-company
--------------------*/
/* ▼philosophy */
.philosophy_lead {
  margin: auto;
  color: #fff;
  background-image: linear-gradient(to right, #18b2de, #74e0ff);
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.24em;
}
.philosophy_comment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  font-weight: bold;
  letter-spacing: 0.24em;
}
.philosophy_comment:before,
.philosophy_comment:after {
  content: "";
  width: 100%;
  max-width: 127px;
  height: 1px;
  background-color: #18b2de;
}
@media screen and (min-width: 768px) {
  .philosophy {
    text-align: center;
    background: url(../images/company/philosophy_bg.jpg) repeat 0 0;
    background-size: 80px auto;
  }
  .philosophy_img {
    margin: 0 0 54px;
  }
  .philosophy_lead {
    width: 465px;
    margin-bottom: 5px;
    font-size: 3.5rem;
  }
  .philosophy_comment {
    width: 465px;
    margin-bottom: 45px;
    font-size: 2.3rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .philosophy {
    background: url(../images/company/philosophy_bg.jpg) repeat 0 0;
    background-size: 50px auto;
  }
  .philosophy_img {
    margin: 0 0 26px;
  }
  .philosophy_lead {
    width: 100%;
    margin-bottom: 5px;
    font-size: 2.5rem;
  }
  .philosophy_comment {
    width: 100%;
    margin-bottom: 25px;
    font-size: 2rem;
    text-align: center;
  }
  .philosophy_comment:before,
  .philosophy_comment:after {
    flex: 1;
    max-width: none;
  }
  .philosophy_comment:before {
    margin: 0 20px 0 0;
  }
  .philosophy_comment:after {
    margin: 0 0 0 20px;
  }
}
/* ▼guiding */
.guiding .black_number {
  font-weight: bold;
  font-size: 1.6rem;
}
.guiding .black_number_ttl {
  color: #18b2de;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  .guiding .black_number:not(:last-child) {
    margin-bottom: 40px;
  }
  .guiding .black_number_ttl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.8rem;
  }
  .guiding .black_number .black_number_ttl:before {
    margin: 0 17px 0 0;
  }
  .guiding .black_number p {
    margin: 0 0 0 65px;
  }
}
@media screen and (max-width: 767px) {
  .guiding .black_number:not(:last-child) {
    margin-bottom: 25px;
  }
  .guiding .black_number_ttl {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 2.4rem;
  }
  .guiding .black_number .black_number_ttl:before {
    margin: 0 10px 0 0;
  }
}
/* ▼str */
.str {
  color: #fff;
  background-color: #363636;
}
.str .yellow_number_ttl {
  color: #18b2de;
  text-align: center;
  font-weight: bold;
  margin-bottom: 17px;
  font-size: 2.3rem;
}
.str .yellow_number_ttl:before {
  display: block;
  margin: 0 0 12px;
}
.str .yellow_number_ttl:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin: 17px auto 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .str_list {
    justify-content: center;
  }
  .str_list li {
    width: 240px;
  }
  .str_list li:not(:nth-child(4n)) {
    margin: 0 0 0 40px;
  }
  .str_list li:nth-child(3) {
    margin-right: 40px;
  }
  .str_list li:nth-child(n + 4) {
    margin-top: 65px;
  }
  .str_list li:nth-child(n + 4) .yellow_number_ttl {
    display: flex;
    flex-flow: column;
    height: 150px;
    justify-content: space-between;
  }
  .str_img {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .str_list li:not(:last-child) {
    margin: 0 0 30px;
  }
  .str_img {
    width: 70%;
    margin: 0 auto 20px;
  }
}
/* ▼staff */
.staff_cnt {
  background-image: linear-gradient(to right, #18b2de, #74e0ff);
}
.staff_list {
  align-items: unset;
}
.staff_head {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.staff_head span {
  font-size: 1.3rem;
}
.staff_position {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
.staff_cnt .comment {
  color: #fff;
  border-top: 1px solid;
}
.staff_img .c_ofi {
  padding-top: 120%;
}
.staff_img .c_ofi:hover img {
  transform: none;
}
.staff_img span {
  display: block;
}
@media screen and (min-width: 768px) {
  .staff_list {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .staff_cnt {
    width: 32%;
    margin: 0 0 2% 2%;
    padding: 20px;
  }
  .staff_cnt:nth-child(3n + 1) {
    margin-left: 0;
  }
  /*.staff_cnt:not(:last-child) {
        margin-bottom: 30px;
    }*/
  .staff_img {
    /*width: 220px;*/
    margin: 0 auto 15px;
  }
  .staff_profile {
    flex: 1;
  }
  .staff_cnt .comment {
    margin-top: 15px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .staff_list {
    justify-content: space-between;
  }
  .staff_cnt {
    width: 49%;
    margin: 0 0 2%;
    padding: 10px;
  }
  /*.staff_cnt:not(:last-child) {
        margin-bottom: 30px;
    }*/
  .staff_img {
    /*width: calc(100% + 40px);*/
    /*margin: -20px -20px 20px;*/
    margin-bottom: 10px;
  }
  .staff_img .c_ofi {
    /*padding-top: 75%;*/
    padding-top: 120%;
  }
  .staff_head {
    font-size: 1.6rem;
  }
  .staff_head span {
    font-size: 1rem;
    margin-top: 5px;
    display: block;
  }
  .staff_cnt .comment {
    font-size: 1.2rem;
    margin-top: 15px;
    padding-top: 8px;
  }
  .staff_cnt .comment br {
    display: block;
  }
}

/*
    page-contact
--------------------*/
/* ▼contact_tel */
.contact_tel {
  padding-bottom: 0;
}
.contact_tel_cnt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contact_tel_cnt {
    text-align: center;
    line-height: 1.16;
    font-size: 3.3rem;
    padding: 45px 0;
  }
  .contact_phone {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_tel_cnt {
    width: calc(100% + 40px);
    margin: 0 -20px;
    text-align: center;
    line-height: 1.16;
    padding: 45px 0;
    font-size: 5vw;
  }
  .contact_phone {
    font-size: 9vw;
  }
}
/* ▼contact_mail */
.contact-form-table tr:focus-within th {
  color: #26b9e3;
}
.input_big {
  width: 100%;
}
.input_mid {
  width: 70%;
}
.input_min {
  width: 28%;
  max-width: 85px;
}
.contact-form-table {
  font-size: 14px;
  line-height: 2;
}
.contact-form-table tbody {
  width: 100%;
}
.contact-form-table td,
.contact-form-table th {
  vertical-align: middle;
  font-weight: 400;
}
.contact-form-table th {
  font-weight: bold;
  text-align: left;
}
.contact-form-table td a {
  display: inline;
  text-decoration: underline;
}
/* ▼button */
.contact_submits input[type="button"],
.contact_submits input[type="submit"] {
  margin: 7px;
  padding: 1em 2em;
  font-size: 16px;
  border: none;
  -webkit-appearance: none;
  transition: all 0.4s ease;
  background-color: #eee;
  border: 1px solid #ddd;
}
.contact-form-table td div:not(:last-child) {
  margin: 0 0 5px;
}
.contact_submits.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contact-content {
    padding: 70px;
  }
  .contact-form-table tr:first-child {
    border-top: 1px solid #26b9e3;
  }
  .contact-form-table tr:not(:last-child) {
    border-bottom: 1px solid #26b9e3;
  }
  .contact-form-table td,
  .contact-form-table th {
    padding: 30px;
  }
  .contact-form-table th {
    width: 320px;
  }
  [class*="mark"] {
    padding: 2px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .contact-content {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px;
  }
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
  .contact-form-table input[type="text"] {
    width: 100%;
  }
  .contact-form-table input[type="radio"] + label,
  .contact-form-table input[type="checkbox"] + label {
    display: block;
  }
  .contact-form-table tr {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #26b9e3;
  }
  .contact-form-table th {
    margin: 0 0 10px;
  }
  .contact-form-table .input_table tr:last-child {
    text-align: center;
  }
  [class*="mark"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    margin: 0 0 0 auto;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .contact-form-table input[type="submit"]:not(:last-child) {
    margin-bottom: 20px;
  }
  .contact_submits {
    font-size: 14px;
  }
}

/*
    page-news
--------------------*/
.news .story_post {
  margin-bottom: 30px;
}
.news .story_post time {
  color: #23b7e2;
}
@media screen and (max-width: 767px) {
  .news .story_post {
    font-size: 1.4rem;
    width: 49%;
    margin-bottom: 30px;
  }
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
footer {
  background-color: #26b9e3;
  color: #fff;
  text-align: center;
  line-height: 1.79;
  font-weight: bold;
  position: relative;
}
.f_dtl {
  background-color: #363636;
}
.copyright {
  font-size: 1rem;
  font-weight: lighter;
}
@media screen and (min-width: 768px) {
  /* ▼topBtn */
  .topBtn {
    position: absolute;
    right: 27px;
    bottom: calc(100% + 20px);
    transition: 0s;
  }
  .instagramBtn {
    bottom: calc(100% + 50px);
    transition: 0s;
  }
  .f_wrap {
    padding: 70px 0 60px;
  }
  .f_logo {
    margin: 0 0 20px;
  }
  .f_dtl {
    padding: 40px 0 30px;
  }
  .f_nav {
    width: 830px;
    margin: 0 auto 30px;
    font-size: 1.2rem;
  }
  .f_nav ul {
    justify-content: center;
  }
  .f_nav ul li:not(:last-child):not(:nth-child(6)):not(:nth-child(12)) {
    margin: 0 26px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .topBtn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    transition: 0s;
  }
  .instagramBtn {
    bottom: 80px;
    transition: 0s;
  }
  .f_wrap {
    padding: 40px 0 30px;
  }
  .f_logo {
    margin: 0 0 20px;
  }
  .f_dtl {
    padding: 10px 0;
  }
}

/* 追加 */
/* service */
.tesla-service {
}
.tesla-service_wrap {
}
.tesla-service_ttl {
  font-size: 3em;
  text-align: center;
  margin-bottom: 80px;
}
.tesla-service_cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tesla-service_cnt dl {
  display: flex;
  width: calc(25% - 20px);
  margin-bottom: 50px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  counter-increment: mycounter;
}
.tesla-service_cnt dl dt {
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.tesla-service_cnt dl dd {
  position: relative;
}
.tesla-service_cnt dl dd::before {
  position: absolute;
  top: -48px;
  left: -5px;
  content: counter(mycounter, decimal-leading-zero);
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.3);
  font-size: 3em;
  font-weight: bold;
}

/* customize */
.tesla-customize {
}
.tesla-customize_wrap {
}
.tesla-customize_ttl {
  font-size: 3em;
  text-align: center;
  margin-bottom: 80px;
}
.tesla-customize_cnt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.tesla-customize_cnt:nth-of-type(even) {
  flex-direction: row-reverse;
}
.tesla-customize_cnt-left {
  width: 48%;
}
.tesla-customize_cnt-right {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tesla-customize_cnt-right h4 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}
.tesla-customize_cnt-txt {
  margin-bottom: 15px;
}
.tesla-customize_cnt-img {
  display: flex;
  justify-content: space-between;
}
.tesla-customize_cnt-img figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  /* service */
  .tesla-service_ttl {
    font-size: 2em;
    text-align: center;
    margin-bottom: 50px;
  }
  .tesla-service_cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tesla-service_cnt dl {
    display: flex;
    width: calc(50% - 5px);
    margin-bottom: 50px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    counter-increment: mycounter;
  }
  .tesla-service_cnt dl dt {
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
  }
  .tesla-service_cnt dl dt br{
    display: block !important;
  }
  .tesla-service_cnt dl dd {
    position: relative;
  }
  .tesla-service_cnt dl dd::before {
    position: absolute;
    top: -35px;
    left: 0px;
    content: counter(mycounter, decimal-leading-zero);
    text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.3);
    font-size: 2em;
    font-weight: bold;
  }

  /* customize */
  .tesla-customize {
    padding: 0;
  }
  .tesla-customize_wrap {
  }
  .tesla-customize_ttl {
    font-size: 2em;
    text-align: center;
    margin-bottom: 50px;
  }
  .tesla-customize_cnt {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .tesla-customize_cnt:nth-of-type(even) {
    flex-direction: column;
  }
  .tesla-customize_cnt-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .tesla-customize_cnt-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .tesla-customize_cnt-right h4 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .tesla-customize_cnt-txt {
    margin-bottom: 15px;
  }
  .tesla-customize_cnt-img {
    display: flex;
    justify-content: space-between;
  }
  .tesla-customize_cnt-img figure {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
 .h_sp_add{
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .h_sp_add a{
  margin: 0 10px;
 }
}

/* pagenavi */
.wp-pagenavi {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.wp-pagenavi * {
  padding-inline: 10px;
  color: #fff;
  background-color: #00a0e9;
  font-size: 1.6rem;
  border: 1px #00a0e9 solid;
}
.wp-pagenavi .current {
  color: #00a0e9;
  background-color: #fef7ef;
}
.wp-pagenavi a {

}

/* post_related */
.post_related {
  border-top: 1px solid #26b9e3;
  padding-block: 40px 0;
  padding-inline: 32px;
  margin-top: 40px;
}
.post_related .post_related-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #26b9e3;
}
.post_related .post_related-list {
  list-style: none;
  padding-left: unset;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .post_related .post_related-list {
    grid-template-columns: 1fr;
  }
}
.post_related .post_related-list .post_related-thumb {
  margin-bottom: 16px;
}
.post_related .post_related-list .post_related-thumb img {
  width: 100%;
  height: 100%;
  max-width: unset;
  margin-block: unset;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.satisfy-regular,
.en {
  font-family: "Satisfy", serif;
  font-weight: 400;
  font-style: normal;
}