.emb-mercedes {background-image: url(../img/emb/emb-mercedes.webp);}
.emb-bmw {background-image: url(../img/emb/emb-bmw.webp);}
.emb-audi {background-image: url(../img/emb/emb-audi.webp);}
.emb-vw {background-image: url(../img/emb/emb-vw.webp);}
.emb-fiat {background-image: url(../img/emb/emb-fiat.webp);}
.emb-lamborghini {background-image: url(../img/emb/emb-lamborghini.webp);}
.emb-ferrari {background-image: url(../img/emb/emb-ferrari.webp);}
.emb-renault {background-image: url(../img/emb/emb-renault.webp);}
.emb-citroen {background-image: url(../img/emb/emb-citroen.webp);}
.emb-peugeot {background-image: url(../img/emb/emb-peugeot.webp);}
.emb-porsche {background-image: url(../img/emb/emb-porsche.webp);}
.emb-jaguar {background-image: url(../img/emb/emb-jaguar.webp);}
.emb-landrover {background-image: url(../img/emb/emb-landrover.webp);}
.emb-mini {background-image: url(../img/emb/emb-mini.webp);}
.emb-astonmartin {background-image: url(../img/emb/emb-astonmartin.webp);}
.emb-bentley {background-image: url(../img/emb/emb-bentley.webp);}
.emb-rollsroyce {background-image: url(../img/emb/emb-rollsroyce.webp);}
.emb-volvo {background-image: url(../img/emb/emb-volvo.webp);}
.emb-maserati {background-image: url(../img/emb/emb-maserati.webp);}
.emb-jeep {background-image: url(../img/emb/emb-jeep.webp);}
.emb-abarth {background-image: url(../img/emb/emb-abarth.webp);}


/* Style for PCs */
@media screen and (min-width: 1025px) {

/* TopSection */
.topsection {
  width:100%;
  height: auto;
  aspect-ratio: 3 / 2;
  display: block;
background: #F0F0F0;
background: linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(250, 250, 250, 1) 100%);
position: relative;
}
.tscc {
  position: absolute;
  z-index:1100;
}
#slideimg01 .tscc {
  width:fit-content;
  height: auto;
  display: block;
  top:45%;
  left:5%;
}
#slideimg02 .tscc {
  width:fit-content;
  height: auto;
  display: block;
  top:60%;
  right:5%;
}
#slideimg03 .tscc {
  width:fit-content;
  height: auto;
  display: block;
  top:20%;
  right:5%;
}
.tscc h2 {
  font-size: clamp(20px, 2vw, 60px);
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.04em;
  color:var(--color-white);
  background-color: var(--color-4th);
  padding:5px 12px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}
.tscc h3 {
  font-size: clamp(40px, 2.5vw, 60px);
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: -0.04em;
  color:var(--color-white);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}
.tscc h3 span {
  font-size: clamp(70px, 5vw, 200px);
  font-weight:900;
  line-height: 1.25em;
  letter-spacing: -0.04em;
  color:var(--color-white);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}
.tscc p {
  font-size: clamp(14px, 1.25vw, 30px);
  font-weight: 500;
  line-height: 2em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}

#slidemm, #slidemm div, #slidemm div img {
  width:100%;
  height: auto;
  display: block;
}


/* Updates */
.newsmm {
  width:100%;
  height: auto;
  display: block;
}
.nwbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.nwtitle {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.nwtitle h2 {
  width: fit-content;
  height: auto;
  display: flex;
  align-items: center;
  font-size:24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0px;
  color:var(--color-1st);
}
.nwtitle h2 span {
  font-size:12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -0.5px;
  color:var(--color-3rd);
  margin-left:0.8em;
}
.nwtitle ul {
  width:60%;
  max-width:600px;
  height: auto;
  display: flex;
  justify-content: flex-end;
  margin-left:auto;
}
.nwtitle ul li {
  flex: 1;
  margin:0 2% 0 0;
  font-size:12px;
}
.nwtitle ul li.nw_selected {
  height: auto;
  display: block;
  padding:0 10px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color:var(--color-white);
  background-color: var(--color-1st);
  border-radius: 3px;
}
.nwtitle ul li a {
  width:100%;
  height: auto;
  display: block;
  padding:0 10px;
  text-decoration: none;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color:var(--color-666);
  border:1px solid var(--color-999);
  border-radius: 3px;
    -webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.nwtitle ul li a:hover {
  color:var(--color-white);
  border:1px solid var(--color-3rd);
  background-color: var(--color-3rd);
}

.nwbn {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  margin:0 auto;
}
.nwbn a {
  width:100%;
  height: auto;
  display: block;
  line-height: 40px;
  padding:0 50px 0 15px;
  text-decoration: none;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-ar_w.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 18px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.nwbn a:hover {
  background-color: var(--color-3rd);
  background-position: 99% center;
}

/* Intro */
.intromm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-1st);
  background-image: url(../img/index/introbg.webp);
  background-repeat: no-repeat;
  background-position: center 100.1%;
  background-size: 100% auto;
}
.introbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:0px 0 30% 0;
}

/* Intro01 */
.intline01 {
  width:100%;
  height: auto;
  display: block;
  padding:15% 5% 0;
  background-image: url(../img/index/intro_topbg.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.intromm .sectitle01 {
  color:var(--color-white);
}
.intline01 h2 {
  font-size:34px;
  font-weight: 800;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
  margin-bottom: 0.5em;
}
.intline01 p {
  font-size:14px;
  font-weight: 400;
  line-height: 2.3em;
  text-align: center;
  color:var(--color-white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
  margin-bottom: 2em;
}

.intline01 ul.emblist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin:0 auto;
}
.intline01 ul.emblist li {
  width:10.5%;
  height: 100px;
  display: block;
  text-indent: -9999px;
  margin:0 1.5% 15px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75px auto;
  border-radius: 15px;
  box-shadow:0px 2px 10px rgba(0,0,0,0.8);
}


/* Intline02  */
.intline02 {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 70px;
}
.intline02 .scrollimg {
  width:100%;
  height: auto;
  display: block;
}
.intline02 .scrollimg li {
  margin:20px 1%;
}
.intline02 .scrollimg li img{
  width:auto;
  height: 340px;
  display: block;
  border-radius: 5px;
  box-shadow:0px 5px 15px rgba(49, 203, 246, 0.5)
}

/* intro last section */
.introlast {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.introlast h3 {
  font-size:26px;
  font-weight: 300;
  line-height: 1.5em;
  color:var(--color-white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
  margin-bottom: 0.5em;
}
.introlast h3 span {
  font-weight: 800;
}
.introlast p {
  font-size:14px;
  font-weight: 400;
  line-height: 2.3em;
  text-align: center;
  color:var(--color-white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
  margin-bottom: 0em;
}


/* LINE */
.linemm {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
background: #FAFAFA;
background: linear-gradient(180deg, rgba(250, 250, 250, 1) 31%, rgba(240, 240, 240, 1) 92%, rgba(221, 221, 221, 1) 100%);
}
.linemm a {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  position: relative;
  text-decoration: none;
  padding-top:10%;
  margin:0 auto;
}
.lmgra {
  width:35%;
  height: 100%;
  display: block;
  background-image: url(../img/index/linegra-handimg.webp);
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: auto 80%;
  position: absolute;
  top:0;
  left:2%;
  z-index:20;
}
.lmbody {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
background: #36BF6D;
background: linear-gradient(180deg, rgba(54, 191, 109, 1) 47%, rgba(10, 125, 58, 1) 100%);
  margin:0 0 0 0;
  padding:3% 0% 3% 28%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px -5px 20px rgba(0,0,0,0.20);
}
.lmbody_c {
  width:70%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.lmbody_c h2 {
  font-size: clamp(36px, 3vw, 60px);
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}
.lmbody_c p.lmcom {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 600;
  line-height: 2em;
  color:var(--color-white);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  margin-bottom: 1em;
}
.lmbody_c p.lmbn {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-white);
  background-color: var(--color-1st);
  border-radius: 3px!important;
  padding:10px 50px 10px 15px;
  background-image: url(../img/header/ic-ar_w.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 18px;
  margin-bottom: 0px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.linemm a:hover .lmbody_c p.lmbn {
background-color: var(--color-5th);
}
.lmbbody_qrbox {
  width:30%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lmbbody_qrbox img {
  width:150px;
  height: auto;
  display: block;
  box-shadow:0px 5px 15px rgba(0,0,0,0.3);
}


/* Access */
.accessmm {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.acm_s {
  flex:1;
  height: auto;
  display: flex;
  flex-direction: column;
}
.acm_s:nth-child(2) {
  background-color: var(--color-white);
  padding:0 3px 0 3px;
}
.acm_s .acm_map, .acm_s .acm_map iframe {
  width:100%;
  height: 500px;
  display: bloock;
}
.acm_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:25px 5%;
}
.acm_cc .acmcc_title {
  width:fit-content;
  height: auto;
  display: block;
  background-image: url(../img/header/logo_mark.png);
  background-repeat: no-repeat;
  background-position: 0 60%;
  background-size: auto 26px;
  padding:0 0 3px 65px;
  margin:0 auto 10px;
}
.acm_cc .acmcc_title a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.acm_cc .acmcc_title a:hover {
  opacity: 0.5;
}
.acm_cc .acmcc_title h3 {
  font-size:24px;
  font-weight: 700;
  font-style: italic;
  line-height: 26px;
  color:var(--color-1st);
  margin:0 0.3em 0 0;
}
.acm_cc .acmcc_title p {
  font-size:12px;
  font-weight: 500;
  line-height: 1em;
  color:var(--color-1st);
  margin:0;
}
.acm_cc p.acms_add01 {
  font-size:14px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  margin:0 0 5px 0;
}
.acm_cc p.acms_freedial {
  font-size:14px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  margin:0;
}
.acm_cc p.acms_tel {
  width:fit-content;
  height: auto;
  display: block;
  font-size:28px;
  font-family: var(--font-en);
  margin:0 auto 5px auto;
}
.acm_cc p.acms_tel a {
  width:100%;
  height: 35px;
  display: flex;
  line-height: 35px;
  padding:0 0 0 35px;
  text-decoration: none;
  background-image: url(../img/header/ic-tel_b.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 28px auto;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.acm_cc p.acms_freedial_ic a {
  background-image: url(../img/header/ic-freedial.png);
}
.acm_cc p.acms_tel a:hover {
  color:var(--color-3rd);
}
.acm_cc p.acms_add02 {
  font-size:12px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.5em;
  text-align: center;
  padding:0;
  margin:0 0 0 0;
}

/* Footer SNS(only index) */
.ftsns {
  padding-top:50px!important;
}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {


  /* TopSection */
.topsection {
  width:100%;
  height: auto;
  aspect-ratio: 3 / 2;
  display: block;
background: #F0F0F0;
background: linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(250, 250, 250, 1) 100%);
}

.tscc {
  position: absolute;
  z-index:1100;
}
#slideimg01 .tscc {
  width:fit-content;
  height: auto;
  display: block;
  top:45%;
  left:5%;
}
#slideimg02 .tscc {
  width:fit-content;
  height: auto;
  display: block;
  top:60%;
  right:5%;
}
#slideimg03 .tscc {
  width:fit-content;
  height: auto;
  display: block;
  top:20%;
  right:5%;
}
.tscc h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.04em;
  color:var(--color-white);
  background-color: var(--color-4th);
  padding:5px 12px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}
.tscc h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}
.tscc h3 span {
  font-size: 50px;
  font-weight:900;
  line-height: 1.25em;
  letter-spacing: -0.04em;
  color:var(--color-white);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}
.tscc p {
  width:100%;
  max-width:500px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}
.tscc p br {
  display: none!important;
}

#slidemm, #slidemm div, #slidemm div img {
  width:100%;
  height: auto;
  display: block;
}



/* Updates */
.newsmm {
  width:100%;
  height: auto;
  display: block;
}
.nwbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.nwtitle {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.nwtitle h2 {
  width: fit-content;
  height: auto;
  display: flex;
  align-items: center;
  font-size:24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0px;
  color:var(--color-1st);
}
.nwtitle h2 span {
  font-size:12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -0.5px;
  color:var(--color-3rd);
  margin-left:0.8em;
}
.nwtitle ul {
  width:50%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}
.nwtitle ul li {
  flex: 1;
  margin:0 2% 0 0;
  font-size:12px;
}
.nwtitle ul li.nw_selected {
  height: auto;
  display: block;
  padding:0 10px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color:var(--color-white);
  background-color: var(--color-1st);
  border-radius: 3px;
}
.nwtitle ul li a {
  width:100%;
  height: auto;
  display: block;
  padding:0 10px;
  text-decoration: none;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color:var(--color-666);
  border:1px solid var(--color-999);
  border-radius: 3px;
    -webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.nwtitle ul li a:hover {
  color:var(--color-white);
  border:1px solid var(--color-3rd);
  background-color: var(--color-3rd);
}

.nwbn {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  margin:0 auto;
}
.nwbn a {
  width:100%;
  height: auto;
  display: block;
  line-height: 40px;
  padding:0 50px 0 15px;
  text-decoration: none;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-ar_w.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 18px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.nwbn a:hover {
  background-color: var(--color-3rd);
  background-position: 99% center;
}

/* Intro */
.intromm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-1st);
  background-image: url(../img/index/introbg.webp);
  background-repeat: no-repeat;
  background-position: center 100.1%;
  background-size: 100% auto;
}
.introbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:0px 0 35% 0;
}

/* Intro01 */
.intline01 {
  width:100%;
  height: auto;
  display: block;
  padding:15% 5% 0;
  background-image: url(../img/index/intro_topbg.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.intromm .sectitle01 {
  color:var(--color-white);
}
.intline01 h2 {
  font-size:28px;
  font-weight: 800;
  line-height: 1.5em;
  text-align: left;
  color:var(--color-white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
  margin-bottom: 0.5em;
}
.intline01 p {
  font-size:14px;
  font-weight: 400;
  line-height: 2.3em;
  text-align: left;
  color:var(--color-white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
  margin-bottom: 2em;
}
.intline01 p br {
  display: none!important;
}

.intline01 ul.emblist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin:0 auto;
}
.intline01 ul.emblist li {
  width:23%;
  height: 100px;
  display: block;
  text-indent: -9999px;
  margin:0 2% 15px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75px auto;
  border-radius: 15px;
  box-shadow:0px 2px 10px rgba(0,0,0,0.8);
}


/* Intline02  */
.intline02 {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.intline02 .scrollimg {
  width:100%;
  height: auto;
  display: block;
}
.intline02 .scrollimg li {
  margin:20px 1%;
}
.intline02 .scrollimg li img{
  width:auto;
  height: 280px;
  display: block;
  border-radius: 5px;
  box-shadow:0px 5px 15px rgba(49, 203, 246, 0.5)
}

/* intro last section */
.introlast {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:0 5%;
}
.introlast h3 {
  font-size:24px;
  font-weight: 300;
  line-height: 1.5em;
  color:var(--color-white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
  margin-bottom: 0.5em;
}
.introlast h3 span {
  font-weight: 800;
}
.introlast p {
  font-size:14px;
  font-weight: 400;
  line-height: 2.3em;
  text-align: left;
  color:var(--color-white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
  margin-bottom: 0em;
}
.introlast p br {
  display:none;
}


/* LINE */
.linemm {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
background: #FAFAFA;
background: linear-gradient(180deg, rgba(250, 250, 250, 1) 31%, rgba(240, 240, 240, 1) 92%, rgba(221, 221, 221, 1) 100%);
}
.linemm a {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  text-decoration: none;
  padding-top:15%;
  margin:0 auto;
}
.lmgra {
  width:50%;
  height: 100%;
  display: block;
  background-image: url(../img/index/linegra-handimg.webp);
  background-position: 20px bottom;
  background-repeat: no-repeat;
  background-size: auto 80%;
  position: absolute;
  top:0;
  left:2%;
  z-index:20;
}
.lmbody {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
background: #36BF6D;
background: linear-gradient(180deg, rgba(54, 191, 109, 1) 47%, rgba(10, 125, 58, 1) 100%);
  margin:0 0 0 0;
  padding:5% 0% 5% 38%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px -5px 20px rgba(0,0,0,0.20);
}
.lmbody_c {
  width:90%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.lmbody_c h2 {
  font-size:32px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}
.lmbody_c p.lmcom {
  font-size: 14px;
  font-weight: 600;
  line-height: 2em;
  color:var(--color-white);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  margin-bottom: 1em;
}
.lmbody_c p.lmbn {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-white);
  background-color: var(--color-1st);
  border-radius: 3px!important;
  padding:10px 50px 10px 15px;
  background-image: url(../img/header/ic-ar_w.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 18px;
  margin-bottom: 0px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.linemm a:hover .lmbody_c p.lmbn {
background-color: var(--color-5th);
}
.lmbbody_qrbox {
  display: none;
}
.lmbbody_qrbox img {
  display: none;
}


/* Access */
.accessmm {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.acm_s {
  flex:1;
  height: auto;
  display: flex;
  flex-direction: column;
}
.acm_s:nth-child(2) {
  background-color: var(--color-white);
}
.acm_s .acm_map, .acm_s .acm_map iframe {
  width:100%;
  height: 500px;
  display: bloock;
}
.acm_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:30px 5% 60px;
}
.acm_cc .acmcc_title {
  width:fit-content;
  height: auto;
  display: block;
  background-image: url(../img/header/logo_mark.png);
  background-repeat: no-repeat;
  background-position: 0 60%;
  background-size: auto 26px;
  padding:0 0 3px 65px;
  margin:0 auto 10px;
}
.acm_cc .acmcc_title a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.acm_cc .acmcc_title a:hover {
  opacity: 0.5;
}
.acm_cc .acmcc_title h3 {
  font-size:24px;
  font-weight: 700;
  font-style: italic;
  line-height: 26px;
  color:var(--color-1st);
  margin:0 0.3em 0 0;
}
.acm_cc .acmcc_title p {
  font-size:12px;
  font-weight: 500;
  line-height: 1em;
  color:var(--color-1st);
  margin:0;
}
.acm_cc p.acms_add01 {
  font-size:14px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  margin:0 0 5px 0;
}
.acm_cc p.acms_freedial {
  font-size:14px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  margin:0;
}
.acm_cc p.acms_tel {
  width:fit-content;
  height: auto;
  display: block;
  font-size:28px;
  font-family: var(--font-en);
  margin:0 auto 5px auto;
}
.acm_cc p.acms_tel a {
  width:100%;
  height: 35px;
  display: flex;
  line-height: 35px;
  padding:0 0 0 35px;
  text-decoration: none;
  background-image: url(../img/header/ic-tel_b.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 28px auto;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.acm_cc p.acms_freedial_ic a {
  background-image: url(../img/header/ic-freedial.png);
}
.acm_cc p.acms_tel a:hover {
  color:var(--color-3rd);
}
.acm_cc p.acms_add02 {
  font-size:12px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.5em;
  text-align: center;
  padding:0;
  margin:0 0 0 0;
}

/* Footer SNS(only index) */
.ftsns {
  padding-top:50px!important;
}



}

/* Style for Smartphone */
@media screen and (max-width: 768px) {


  /* TopSection */
.topsection {
  width:100%;
  height: auto;
  aspect-ratio: 2 / 3;
  display: block;
background: #F0F0F0;
background: linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(250, 250, 250, 1) 100%);
}

.tscc {
  position: absolute;
  z-index:1100;
}
#slideimg01 .tscc {
  width:fit-content;
  height: auto;
  display: block;
  top:65%;
  left:5%;
}
#slideimg02 .tscc {
  width:fit-content;
  height: auto;
  display: block;
  top:65%;
  left:5%;
}
#slideimg03 .tscc {
  width:fit-content;
  height: auto;
  display: block;
  top:20%;
  left:5%;
}
.tscc h2 {
  width:95%;
  font-size: clamp(14px, 4vw, 24px);
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.04em;
  color:var(--color-white);
  background-color: var(--color-4th);
  padding:5px 12px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}
.tscc h3 {
  font-size: clamp(18px, 5vw, 40px);
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}
.tscc h3 span {
  font-size: clamp(32px, 8vw, 100px);
  font-weight:900;
  line-height: 1.25em;
  letter-spacing: -0.04em;
  color:var(--color-white);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}
.tscc p {
  width:95%;
  font-size: clamp(12px, 2.5vw, 20px);
  font-weight: 500;
  line-height: 2em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}
.tscc p br {
  display: none!important;
}


/* Updates */
.newsmm {
  width:100%;
  height: auto;
  display: block;
}
.nwbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.nwtitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.nwtitle h2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size:24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0px;
  color:var(--color-1st);
  margin-bottom: 20px;
}
.nwtitle h2 span {
  display: block;
  font-size:12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -0.5px;
  color:var(--color-3rd);
  margin-left:0;
  padding-top:1em;
}
.nwtitle ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nwtitle ul li {
  width:32.3333333333%;
  margin:0 0.5% 3px 0.5%;
  font-size:12px;
}
.nwtitle ul li.nw_selected {
  height: auto;
  display: block;
  padding:0 10px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color:var(--color-white);
  background-color: var(--color-1st);
  border-radius: 3px;
}
.nwtitle ul li a {
  width:100%;
  height: auto;
  display: block;
  padding:0 10px;
  text-decoration: none;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color:var(--color-666);
  border:1px solid var(--color-999);
  border-radius: 3px;
    -webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.nwtitle ul li a:hover {
  color:var(--color-white);
  border:1px solid var(--color-3rd);
  background-color: var(--color-3rd);
}

.nwbn {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  margin:0 auto;
}
.nwbn a {
  width:100%;
  height: auto;
  display: block;
  line-height: 40px;
  padding:0 50px 0 15px;
  text-decoration: none;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-ar_w.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 18px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.nwbn a:hover {
  background-color: var(--color-3rd);
  background-position: 99% center;
}

/* Intro */
.intromm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-1st);
  background-image: url(../img/index/introbg_m.webp);
  background-repeat: no-repeat;
  background-position: center 100.1%;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.introbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:0px 0 60% 0;
}

/* Intro01 */
.intline01 {
  width:100%;
  height: auto;
  display: block;
  padding:25% 0% 0;
  background-image: url(../img/index/intro_topbg.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 180% auto;
}
.intromm .sectitle01 {
  color:var(--color-white);
}
.intline01 h2 {
  font-size:22px;
  font-weight: 800;
  line-height: 1.5em;
  text-align: left;
  color:var(--color-white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
  margin-bottom: 0.5em;
}
.intline01 h2 br {
  display: none!important;
}
.intline01 p {
  font-size:14px;
  font-weight: 400;
  line-height: 2.3em;
  text-align: left;
  color:var(--color-white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
  margin-bottom: 2em;
}
.intline01 p br {
  display: none!important;
}

.intline01 ul.emblist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin:0 auto;
}
.intline01 ul.emblist li {
  width:23%;
  height: 100px;
  display: block;
  text-indent: -9999px;
  margin:0 2% 5px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  border-radius: 5px;
  box-shadow:0px 2px 10px rgba(0,0,0,0.8);
}


/* Intline02  */
.intline02 {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.intline02 .scrollimg {
  width:100%;
  height: auto;
  display: block;
}
.intline02 .scrollimg li {
  margin:20px 1%;
}
.intline02 .scrollimg li img{
  width:auto;
  height: 200px;
  display: block;
  border-radius: 5px;
  box-shadow:0px 5px 15px rgba(49, 203, 246, 0.5)
}

/* intro last section */
.introlast {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:0 5%;
}
.introlast h3 {
  font-size:24px;
  font-weight: 300;
  line-height: 1.5em;
  color:var(--color-white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
  margin-bottom: 0.5em;
}
.introlast h3 span {
  font-weight: 800;
}
.introlast p {
  font-size:14px;
  font-weight: 400;
  line-height: 2.3em;
  text-align: left;
  color:var(--color-white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
  margin-bottom: 0em;
}
.introlast p br {
  display:none;
}


/* LINE */
.linemm {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
background: #FAFAFA;
background: linear-gradient(180deg, rgba(250, 250, 250, 1) 31%, rgba(240, 240, 240, 1) 92%, rgba(221, 221, 221, 1) 100%);
}
.linemm a {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  text-decoration: none;
  padding-top:0;
  margin:0 auto;
}
.lmgra {
  width:100%;
  height: 100%;
  display: block;
  background-image: url(../img/index/linegra-handimg.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 70% auto;
  position: absolute;
  top:0;
  left:0;
  z-index:20;
}
.lmbody {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
background: #36BF6D;
background: linear-gradient(180deg, rgba(54, 191, 109, 1) 47%, rgba(10, 125, 58, 1) 100%);
  margin:0 0 0 0;
  padding:10% 8% 50% 8%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px -5px 20px rgba(0,0,0,0.20);
}
.lmbody_c {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.lmbody_c h2 {
  font-size:32px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}
.lmbody_c p.lmcom {
  font-size: 14px;
  font-weight: 600;
  line-height: 2em;
  color:var(--color-white);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  margin-bottom: 1em;
}
.lmbody_c p.lmbn {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-white);
  background-color: var(--color-1st);
  border-radius: 3px!important;
  padding:10px 50px 10px 15px;
  background-image: url(../img/header/ic-ar_w.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 18px;
  margin-bottom: 0px;
  margin-left:auto;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.linemm a:hover .lmbody_c p.lmbn {
background-color: var(--color-5th);
}
.lmbbody_qrbox {
  display: none;
}
.lmbbody_qrbox img {
  display: none;
}


/* Access */
.accessmm {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.acm_s {
  flex:1;
  height: auto;
  display: flex;
  flex-direction: column;
}
.acm_s:nth-child(2) {
  background-color: var(--color-white);
}
.acm_s .acm_map, .acm_s .acm_map iframe {
  width:100%;
  height: 400px;
  display: bloock;
}
.acm_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:30px 5% 60px;
}
.acm_cc .acmcc_title {
  width:fit-content;
  height: auto;
  display: block;
  background-image: url(../img/header/logo_mark.png);
  background-repeat: no-repeat;
  background-position: 0 60%;
  background-size: auto 26px;
  padding:0 0 3px 65px;
  margin:0 auto 10px;
}
.acm_cc .acmcc_title a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.acm_cc .acmcc_title a:hover {
  opacity: 0.5;
}
.acm_cc .acmcc_title h3 {
  font-size:24px;
  font-weight: 700;
  font-style: italic;
  line-height: 26px;
  color:var(--color-1st);
  margin:0 0.3em 0 0;
}
.acm_cc .acmcc_title p {
  font-size:12px;
  font-weight: 500;
  line-height: 1em;
  color:var(--color-1st);
  margin:0;
}
.acm_cc p.acms_add01 {
  font-size:14px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  margin:0 0 5px 0;
}
.acm_cc p.acms_freedial {
  font-size:14px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  margin:0;
}
.acm_cc p.acms_tel {
  width:fit-content;
  height: auto;
  display: block;
  font-size:28px;
  font-family: var(--font-en);
  margin:0 auto 5px auto;
}
.acm_cc p.acms_tel a {
  width:100%;
  height: 35px;
  display: flex;
  line-height: 35px;
  padding:0 0 0 35px;
  text-decoration: none;
  background-image: url(../img/header/ic-tel_b.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 28px auto;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.acm_cc p.acms_freedial_ic a {
  background-image: url(../img/header/ic-freedial.png);
}
.acm_cc p.acms_tel a:hover {
  color:var(--color-3rd);
}
.acm_cc p.acms_add02 {
  font-size:12px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.5em;
  text-align: center;
  padding:0;
  margin:0 0 0 0;
}

/* Footer SNS(only index) */
.ftsns {
  padding-top:50px!important;
}


}
