/*--------------------------------------------------------------------
General settings
--------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}

html {
  height: 100%;
  width: 100%;
  min-width:370px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #151515;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  height: 100%;
  width: 100%;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Common
--------------------------------------------------------------------*/

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
  overflow: hidden;
}

/* Item set */
img {
  width: 100%;
  height: auto;
  display: block;
}

.iframe-content {
  position: relative;
  width: 100%;
}

.iframe-content iframe {
  width: 100%;
  height: 100%;
}

.ytmm {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.ytmm iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*--------------------------------------------------------------------
Font
--------------------------------------------------------------------*/

.fs_en {
  font-family: "Lato", sans-serif;
}


/*--------------------------------------------------------------------
Icons
--------------------------------------------------------------------*/
.ic-fb_b {background-image: url(../img/header/ic-fb_b.svg) }
.ic-fb_w {background-image: url(../img/header/ic-fb_w.svg) }
.ic-ins_b {background-image: url(../img/header/ic-ins_b.svg) }
.ic-ins_w {background-image: url(../img/header/ic-ins_w.svg) }
.ic-tel {background-image: url(../img/header/ic-tel.svg);}
.ic-mail {background-image: url(../img/header/ic-mail.svg);}
.ic-tel_b {background-image: url(../img/header/ic-tel_b.svg);}
.ic-mail_b {background-image: url(../img/header/ic-mail_b.svg);}
.ic-cal_b {background-image: url(../img/header/ic-cal_b.svg);}

/*--------------------------------------------------------------------
Color settings
--------------------------------------------------------------------*/
:root {
  --color-1st: #ec7931;
  --color-2nd: #cc2c0c;
  --color-3rd: #904b34;
  --color-4th: #6d2020;
  --color-999: #999;
  --color-666: #666;
  --color-333: #333;
  --color-white: #fff;
  --color-f3: #f3f3f3;
  --color-ccc: #ccc;
  --color-black: #151515;
  --font-en:"Lato", sans-serif;
}

body { background-color: var(--color-333); }

#wrapper { background-color: var(--color-white); }

a {
  color: var(--color-3rd);
  text-decoration: underline;
}

a:hover {
  color: var(--color-2nd);
  text-decoration: none;
}

.textbn a {
  color: #fff;
  background-color: var(--color-black);
}

.textbn a:hover {
  background-color: var(--color-1st);
}


.borderbox01 {
  border:2px solid var(--color-black);
  border-radius: 10px;
}

.bg_white_scr07 {
  background-color:rgba(255,255,255,0.7);
}

.bnic-alpinestars {background-image: url(../img/header/brandlogo-alpinestars_w.png);}
.bnic-torq {background-image: url(../img/header/brandlogo-torq_w.png);}
.bnic-freem {background-image: url(../img/header/brandlogo-freem_w.png);}


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

  /*Contact bottons*/
  ul.contactbn {
    width:450px!important;
    height: 60px!important;
    display: flex;
    justify-content: flex-end;
    margin-left:auto;
  }
  ul.contactbn li {
    flex: 1;
    margin:0!important;
    padding:0!important;
  }
  ul.contactbn li a {
    width:100%!important;
    height: 60px!important;
    display: block;
    text-decoration: none;
    color:var(--color-white);
    text-align: right;
    padding:0 15px 0 0;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 50px auto;
  }
  ul.contactbn li:first-child {
    background: rgb(255,83,0);
    background: linear-gradient(180deg, rgba(255,83,0,1) 0%, rgba(173,27,27,1) 100%);
    border-top-left-radius: 5px;
  }
  ul.contactbn li:first-child a {
    font-size:20px;
    font-family: var(--font-en);
    font-weight: 700;
    line-height: 60px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  ul.contactbn li:first-child a:hover {
    background-color: rgba(255,255,255,0.3);
  }

  ul.contactbn li:last-child {
    background: rgb(255,194,0);
    background: linear-gradient(180deg, rgba(255,194,0,1) 0%, rgba(238,116,25,1) 100%);
  }
  ul.contactbn li:last-child a {
    font-size:14px;
    font-weight: 700;
    line-height: 60px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  ul.contactbn li:last-child a:hover {
    background-color: rgba(255,255,255,0.3);
  }
  .fixed {
    position: fixed !important;
    position: absolute;
    bottom: 0;
    right:0;
    z-index:17050;
  }


  /* Contents styles
  --------------------------------------------------------------------*/
  .mmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 5% 100px;
  }

  /* flexbox styles
  --------------------------------------------------------------------*/
  .flbox {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .jcsb {justify-content: space-between;}

  .ai_center { align-items: center; }
  .ai_flstart { align-items:flex-start; }

  .flc80 { width: 80%; }
  .flc70 { width: 70%; }
  .flc60 { width: 60%; }
  .flc50 { width: 50%; }
  .flc45 { width: 45%; }
  .flc40 { width: 40%; }
  .flc35 { width: 35%; }
  .flc33 { width: 33.3333333333%; }
  .flc30 { width: 30%; }
  .flc25 { width: 25%; }
  .flc20 { width: 20%; }

  .flline2 { width:50%; }
  .flline3 { width:33.3333333333%; }
  .flline4 { width:25%; }
  .flline5 { width:20%; }

  .ord1 { order: 1; }
  .ord2 { order: 2; }
  .ord3 { order: 3; }
  .ord4 { order: 4; }

  .ml_auto { margin-left:auto; }
  .mr_auto { margin-right: auto; }


  /* Padding all styles
  --------------------------------------------------------------------*/
  .p1 { padding: 1%;}
  .p2 { padding: 2%; }
  .p3 { padding: 3%; }
  .p5 { padding: 5%; }

  /* Padding side styles
    --------------------------------------------------------------------*/
  .ps05 { padding: 0 0.5%; }
  .ps1 { padding: 0 1%; }
  .ps2 { padding: 0 2%; }
  .ps3 { padding: 0 3%; }
  .ps5 { padding: 0 5%; }

    /* Padding right bottom styles
    --------------------------------------------------------------------*/
    .prb1 {padding:0 1% 1% 0}

  /* Margin  bottom styles
  --------------------------------------------------------------------*/
  .mb0 { margin-bottom: 0px !important; }
  .mb5 { margin-bottom: 5px !important; }
  .mb10 { margin-bottom: 10px !important; }
  .mb15 { margin-bottom: 15px !important; }
  .mb20 { margin-bottom: 20px !important; }
  .mb25 { margin-bottom: 25px !important; }
  .mb30 { margin-bottom: 30px !important; }
  .mb35 { margin-bottom: 35px !important; }
  .mb40 { margin-bottom: 40px !important; }
  .mb45 { margin-bottom: 45px !important; }
  .mb50 { margin-bottom: 50px !important; }
  .mb55 { margin-bottom: 55px !important; }
  .mb60 { margin-bottom: 60px !important; }
  .mb70 { margin-bottom: 70px !important; }
  .mb80 { margin-bottom: 80px !important; }
  .mb90 { margin-bottom: 90px !important; }
  .mb100 { margin-bottom: 100px !important; }


  /* Center box
  --------------------------------------------------------------------*/
  .wd20 {
    width: 20%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd30 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd40 {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd50 {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd60 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd70 {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd80 {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd90 {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

 /* Font align
  --------------------------------------------------------------------*/
  .tac {
    text-align: center;
  }
  .tac_n {
    text-align: center!important;
  }

  .tar {
    text-align: right;
  }


  /* Font style
  --------------------------------------------------------------------*/
  .sectitle01 {
    font-size: clamp(32px, 1vw, 40px);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }

  .sectitle02 {
    font-size: clamp(24px, 1vw, 32px);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 1em;
  }

  .sectitle03 {
    font-size: clamp(20px, 1vw, 28px);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 1em;
  }

  .sectitle04 {
    font-size: clamp(16px, 1vw, 24px);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }

  .stul {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-1st);
  }

  .acctitle {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 30px;
    padding:30px 0 0 0;
  }

  .sectitle_en {
    font-size: clamp(80px, 4vw, 100px)!important;
    font-weight: 700!important;
    line-height: 1em!important;
    letter-spacing: -0.08em!important;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 60px;
    padding:55px 0 0 0;
    margin-bottom: 0.1em!important;
  }

 main  p {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 2em;
    margin-bottom: 2em;
  }


  /* List Styles
  --------------------------------------------------------------------*/
  ul.ulnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }

  ul.ulnom li {
    font-size: clamp(14px, 1vw, 18px);
    margin-left: 1em;
    margin-bottom: 0.5em;
    line-height: 2em;
    list-style-image: url(../img/lidot.png);
  }

  ol.olnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }

  ol.olnom li {
    font-size: clamp(14px, 1vw, 18px);
    margin-left: 1em;
    margin-bottom: 0.5em;
    line-height: 2em;
    list-style: decimal;
  }

   /* Button Styles
  --------------------------------------------------------------------*/
  .textbn_ic {
    margin-left:auto;
    margin-right:auto;
    font-size: clamp(12px, 1.2vw, 18px);
    line-height:1em;
  }
  .textbn_ic a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:15px 15px 15px 35px;
    text-align: right;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 40px;
  }
  .textbn_ic a:hover {
    color:var(--color-white)!important;
    background-color: var(--color-black)!important;
  }

  .textbn_ar {
    width:fit-content;
    height: auto;
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-size:14px;
  }
  .textbn_ar a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:10px 40px 10px 15px;
    text-align: left;
    border-radius: 5px;
    color:var(--color-white);
    background-color: var(--color-black);
    background-image: url(../img/header/ic-ar_hr_w.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 20px;
  }
  .textbn_ar a:hover {
    color:var(--color-white)!important;
    background-color: var(--color-1st)!important;
  }

  .textbn_dw {
    width:fit-content;
    height: auto;
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-size:14px;
    border-radius: 5px;
    background-color: var(--color-black);
    background-image: url(../img/header/ic-dw_w.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 30px;
  }
  .textbn_dw a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:10px 20px 10px 110px;
    text-align: left;
    border-radius: 5px;
    color:var(--color-white);
    background-repeat: no-repeat;
    background-position: 40px center;
    background-size: 65px auto;
  }
  .textbn_dw:hover {
    color:var(--color-white)!important;
    background-color: var(--color-1st)!important;
  }


  /* table Styles
  --------------------------------------------------------------------*/
  dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6em;
  }

  dl.dltable01 dt {
    width: 20%;
    padding: 10px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    text-align: left;
    font-weight: 400;
  }

  dl.dltable01 dd {
    width: 80%;
    padding: 10px 5px;
    border-bottom: 1px dotted var(--color-ccc);
  }

  dl.dltable02 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6em;
  }

  dl.dltable02 dt {
    width: 50%;
    padding: 10px 5px;
    text-align: left;
    font-weight: 400;
    border-bottom: 1px dotted var(--color-ccc);
  }

  dl.dltable02 dd {
    width: 50%;
    padding: 10px 5px;
    text-align: right;
    border-bottom: 1px dotted var(--color-ccc);
  }

  /* Table(Flexible width) */

  table.nomtable01 {
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
  }

  table.nomtable01 th {
    width: 20%;
    padding: 10px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    text-align: left;
    font-weight: 400;
    vertical-align: top;
  }

  table.nomtable01 td {
    width: auto;
    padding: 10px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    vertical-align: top;
  }

  /* Table(flexible width with borderbox) */

  table.nomtable02 {
    width: 100%;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.5em;
    border-collapse: collapse;
    border: 1px solid var(--color-ccc);
  }

  table.nomtable02 th {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-ccc);
    text-align: center;
    font-weight: 400;
  }
  table.nomtable02 tr:nth-child(odd) {
    background-color: var(--color-f8);
  }

  table.nomtable02 td {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-ccc);
  }

  /* table (flexible width with border and swipe */
  .tablescn {
  }

  table.ts_v {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    table-layout: fixed;
  }
  table.ts_v th {
    width:auto;
    height:auto;
    border: 1px solid var(--color-ccc);
    padding:10px;
    text-align:center;
    font-size:14px;
    line-height:1.4em;
    font-weight:normal;
  }
  table.ts_v td {
    width:auto;
    height:auto;
    border: 1px solid var(--color-ccc);
    padding:10px;
    font-size:14px;
    line-height:1.4em;
  }
  table.ts_v tr:nth-child(even) {
  background-color: #f0f0f0;
  }


/* Form Styles
  --------------------------------------------------------------------*/
  input,
  select,
  label {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
    padding: 3px;
    border: 1px solid var(--color-5th);
  }

  .formbox250 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 40%;
    border:1px solid #ccc;
    }

    .formbox150 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 30%;
    border:1px solid #ccc;
    }

    .formbox100 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 20%;
    border:1px solid #ccc;
    }

    .formbox750 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 100%;
    border:1px solid #ccc;
    }

    form input#submit {
      width: fit-content;
      height: auto;
      display: block;
      margin:0 auto;
      color:var(--color-white);
      font-size: clamp(14px, 1vw, 18px);
      line-height: 1.5em;
      padding:0.5em 3em;
      background: rgb(255,83,0);
    background: linear-gradient(180deg, rgba(255,83,0,1) 0%, rgba(173,27,27,1) 100%);
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      box-shadow:0px 1px 4px rgba(0,0,0,0.4);
    }



}


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

  /*Contact bottons*/
  ul.contactbn {
    width:450px!important;
    height: 60px!important;
    display: flex;
    justify-content: flex-end;
    margin-left:auto;
  }
  ul.contactbn li {
    flex: 1;
    margin:0!important;
    padding:0!important;
  }
  ul.contactbn li a {
    width:100%!important;
    height: 60px!important;
    display: block;
    text-decoration: none;
    color:var(--color-white);
    text-align: right;
    padding:0 15px 0 0;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 50px auto;
  }
  ul.contactbn li:first-child {
    background: rgb(255,83,0);
    background: linear-gradient(180deg, rgba(255,83,0,1) 0%, rgba(173,27,27,1) 100%);
    border-top-left-radius: 5px;
  }
  ul.contactbn li:first-child a {
    font-size:20px;
    font-family: var(--font-en);
    font-weight: 700;
    line-height: 60px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  ul.contactbn li:first-child a:hover {
    background-color: rgba(255,255,255,0.3);
  }

  ul.contactbn li:last-child {
    background: rgb(255,194,0);
    background: linear-gradient(180deg, rgba(255,194,0,1) 0%, rgba(238,116,25,1) 100%);
  }
  ul.contactbn li:last-child a {
    font-size:14px;
    font-weight: 700;
    line-height: 60px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  ul.contactbn li:last-child a:hover {
    background-color: rgba(255,255,255,0.3);
  }
  .fixed {
    position: fixed !important;
    position: absolute;
    bottom: 0;
    right:0;
    z-index:17050;
  }


  /* Contents styles
  --------------------------------------------------------------------*/
  .mmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 5%;
  }

  /* flexbox styles
  --------------------------------------------------------------------*/
  .flbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ai_center { align-items: center; }
  .ai_flstart { align-items:flex-start; }

  .flc80 { width: 80%; }
  .flc70 { width: 70%; }
  .flc60 { width: 60%; }
  .flc50 { width: 50%; }
  .flc45 { width: 45%; }
  .flc40 { width: 40%; }
  .flc35 { width: 35%; }
  .flc33 { width: 33.3333333333%; }
  .flc30 { width: 30%; }
  .flc25 { width: 25%; }
  .flc20 { width: 20%; }

  .flline2 { width:50%; }
  .flline3 { width:50%; }
  .flline4 { width:50%; }
  .flline5 { width:20%; }

  .ord1 { order: 1; }
  .ord2 { order: 2; }
  .ord3 { order: 3; }
  .ord4 { order: 4; }

  .ml_auto { margin-left:auto; }
  .mr_auto { margin-right: auto; }


  /* Padding all styles
  --------------------------------------------------------------------*/
  .p1 { padding: 1%;}
  .p2 { padding: 2%; }
  .p3 { padding: 3%; }
  .p5 { padding: 5%; }

  /* Padding side styles
    --------------------------------------------------------------------*/
  .ps05 { padding: 0 0.5%; }
  .ps1 { padding: 0 1%; }
  .ps2 { padding: 0 2%; }
  .ps3 { padding: 0 3%; }
  .ps5 { padding: 0 5%; }

    /* Padding right bottom styles
    --------------------------------------------------------------------*/
    .prb1 {padding:0 1% 1% 0}

  /* Margin  bottom styles
  --------------------------------------------------------------------*/
  .mb0 { margin-bottom: 0px !important; }
  .mb5 { margin-bottom: 5px !important; }
  .mb10 { margin-bottom: 10px !important; }
  .mb15 { margin-bottom: 15px !important; }
  .mb20 { margin-bottom: 20px !important; }
  .mb25 { margin-bottom: 25px !important; }
  .mb30 { margin-bottom: 30px !important; }
  .mb35 { margin-bottom: 35px !important; }
  .mb40 { margin-bottom: 40px !important; }
  .mb45 { margin-bottom: 45px !important; }
  .mb50 { margin-bottom: 50px !important; }
  .mb55 { margin-bottom: 55px !important; }
  .mb60 { margin-bottom: 60px !important; }
  .mb70 { margin-bottom: 70px !important; }
  .mb80 { margin-bottom: 80px !important; }
  .mb90 { margin-bottom: 90px !important; }
  .mb100 { margin-bottom: 100px !important; }


  /* Center box
  --------------------------------------------------------------------*/
  .wd20 {
    width: 20%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd30 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd40 {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd50 {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd60 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd70 {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd80 {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd90 {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

 /* Font align
  --------------------------------------------------------------------*/
  .tac {
    text-align: center;
  }
  .tac_n {
    text-align: center!important;
  }

  .tar {
    text-align: right;
  }


  /* Font style
  --------------------------------------------------------------------*/
  .sectitle01 {
    font-size: clamp(32px, 1vw, 40px);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }

  .sectitle02 {
    font-size: clamp(24px, 1vw, 32px);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 1em;
  }

  .sectitle03 {
    font-size: clamp(20px, 1vw, 28px);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 1em;
  }

  .sectitle04 {
    font-size: clamp(16px, 1vw, 24px);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }

  .stul {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-1st);
  }

  .acctitle {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 30px;
    padding:30px 0 0 0;
  }

  .sectitle_en {
    font-size: clamp(80px, 4vw, 100px)!important;
    font-weight: 700!important;
    line-height: 1em!important;
    letter-spacing: -0.08em!important;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 60px;
    padding:55px 0 0 0;
    margin-bottom: 0.1em!important;
  }

 main  p {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 2em;
    margin-bottom: 2em;
  }


  /* List Styles
  --------------------------------------------------------------------*/
  ul.ulnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }

  ul.ulnom li {
    font-size: clamp(14px, 1vw, 18px);
    margin-left: 1em;
    margin-bottom: 0.5em;
    line-height: 2em;
    list-style-image: url(../img/lidot.png);
  }

  ol.olnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }

  ol.olnom li {
    font-size: clamp(14px, 1vw, 18px);
    margin-left: 1em;
    margin-bottom: 0.5em;
    line-height: 2em;
    list-style: decimal;
  }

   /* Button Styles
  --------------------------------------------------------------------*/
  .textbn_ic {
    margin-left:auto;
    margin-right:auto;
    font-size: clamp(12px, 1.2vw, 18px);
    line-height:1em;
  }
  .textbn_ic a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:15px 15px 15px 35px;
    text-align: right;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 40px;
  }
  .textbn_ic a:hover {
    color:var(--color-white)!important;
    background-color: var(--color-black)!important;
  }

  .textbn_ar {
    width:fit-content;
    height: auto;
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-size:14px;
  }
  .textbn_ar a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:10px 40px 10px 15px;
    text-align: left;
    border-radius: 5px;
    color:var(--color-white);
    background-color: var(--color-black);
    background-image: url(../img/header/ic-ar_hr_w.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 20px;
  }
  .textbn_ar a:hover {
    color:var(--color-white)!important;
    background-color: var(--color-1st)!important;
  }

  .textbn_dw {
    width:fit-content;
    height: auto;
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-size:14px;
    border-radius: 5px;
    background-color: var(--color-black);
    background-image: url(../img/header/ic-dw_w.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 30px;
  }
  .textbn_dw a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:10px 20px 10px 110px;
    text-align: left;
    border-radius: 5px;
    color:var(--color-white);
    background-repeat: no-repeat;
    background-position: 40px center;
    background-size: 65px auto;
  }
  .textbn_dw:hover {
    color:var(--color-white)!important;
    background-color: var(--color-1st)!important;
  }


  /* table Styles
  --------------------------------------------------------------------*/
  dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6em;
  }

  dl.dltable01 dt {
    width: 20%;
    padding: 10px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    text-align: left;
    font-weight: 400;
  }

  dl.dltable01 dd {
    width: 80%;
    padding: 10px 5px;
    border-bottom: 1px dotted var(--color-ccc);
  }

  dl.dltable02 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6em;
  }

  dl.dltable02 dt {
    width: 50%;
    padding: 10px 5px;
    text-align: left;
    font-weight: 400;
    border-bottom: 1px dotted var(--color-ccc);
  }

  dl.dltable02 dd {
    width: 50%;
    padding: 10px 5px;
    text-align: right;
    border-bottom: 1px dotted var(--color-ccc);
  }

  /* Table(Flexible width) */

  table.nomtable01 {
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
  }

  table.nomtable01 th {
    width: 20%;
    padding: 10px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    text-align: left;
    font-weight: 400;
    vertical-align: top;
  }

  table.nomtable01 td {
    width: auto;
    padding: 10px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    vertical-align: top;
  }

  /* Table(flexible width with borderbox) */

  table.nomtable02 {
    width: 100%;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.5em;
    border-collapse: collapse;
    border: 1px solid var(--color-ccc);
  }

  table.nomtable02 th {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-ccc);
    text-align: center;
    font-weight: 400;
  }
  table.nomtable02 tr:nth-child(odd) {
    background-color: var(--color-f8);
  }

  table.nomtable02 td {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-ccc);
  }

  /* table (flexible width with border and swipe */
  .tablescn {
  }

  table.ts_v {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    table-layout: fixed;
  }
  table.ts_v th {
    width:auto;
    height:auto;
    border: 1px solid var(--color-ccc);
    padding:10px;
    text-align:center;
    font-size:14px;
    line-height:1.4em;
    font-weight:normal;
  }
  table.ts_v td {
    width:auto;
    height:auto;
    border: 1px solid var(--color-ccc);
    padding:10px;
    font-size:14px;
    line-height:1.4em;
  }
  table.ts_v tr:nth-child(even) {
  background-color: #f0f0f0;
  }


/* Form Styles
  --------------------------------------------------------------------*/
  input,
  select,
  label {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
    padding: 3px;
    border: 1px solid var(--color-5th);
  }

  .formbox250 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 40%;
    border:1px solid #ccc;
    }

    .formbox150 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 30%;
    border:1px solid #ccc;
    }

    .formbox100 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 20%;
    border:1px solid #ccc;
    }

    .formbox750 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 100%;
    border:1px solid #ccc;
    }

    form input#submit {
      width: fit-content;
      height: auto;
      display: block;
      margin:0 auto;
      color:var(--color-white);
      font-size: clamp(14px, 1vw, 18px);
      line-height: 1.5em;
      padding:0.5em 3em;
      background: rgb(255,83,0);
    background: linear-gradient(180deg, rgba(255,83,0,1) 0%, rgba(173,27,27,1) 100%);
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      box-shadow:0px 1px 4px rgba(0,0,0,0.4);
    }

}

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

/*Contact bottons*/
ul.contactbn {
  width:100%!important;
  height: 50px!important;
  display: flex;
  justify-content: flex-end;
  margin-left:auto;
}
ul.contactbn li {
  flex: 1;
  margin:0!important;
  padding:0!important;
}
ul.contactbn li a {
  width:100%!important;
  height: 50px!important;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  text-align: right;
  padding:0 15px 0 0;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 30px auto;
}
ul.contactbn li:first-child {
  background: rgb(255,83,0);
  background: linear-gradient(180deg, rgba(255,83,0,1) 0%, rgba(173,27,27,1) 100%);
  border-top-left-radius: 5px;
}
ul.contactbn li:first-child a {
  font-size:18px;
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 50px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.contactbn li:first-child a:hover {
  background-color: rgba(255,255,255,0.3);
}

ul.contactbn li:last-child {
  background: rgb(255,194,0);
  background: linear-gradient(180deg, rgba(255,194,0,1) 0%, rgba(238,116,25,1) 100%);
}
ul.contactbn li:last-child a {
  font-size:12px;
  font-weight: 700;
  line-height: 50px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.contactbn li:last-child a:hover {
  background-color: rgba(255,255,255,0.3);
}
.fixed {
  position: fixed !important;
  position: absolute;
  bottom: 0;
  right:0;
  z-index:17050;
}


/* Contents styles
--------------------------------------------------------------------*/
.mmcc {
  width: 100%;
  height: auto;
  display: block;
  padding: 50px 5%;
}

/* flexbox styles
--------------------------------------------------------------------*/
.flbox {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ai_center { align-items: center; }
.ai_flstart { align-items:flex-start; }

.flc80 { width: 80%; }
.flc70 { width: 70%; }
.flc60 { width: 60%; }
.flc50 { width: 50%; }
.flc45 { width: 100%; }
.flc40 { width: 40%; }
.flc35 { width: 35%; }
.flc33 { width: 33.3333333333%; }
.flc30 { width: 30%; }
.flc25 { width: 25%; }
.flc20 { width: 20%; }

.flline2 { width:50%; }
.flline3 { width:100%; }
.flline4 { width:100%; }
.flline5 { width:20%; }

.ord1 { order: 1; }
.ord2 { order: 2; }
.ord3 { order: 3; }
.ord4 { order: 4; }

.ml_auto { margin-left:auto; }
.mr_auto { margin-right: auto; }


/* Padding all styles
--------------------------------------------------------------------*/
.p1 { padding: 1%;}
.p2 { padding: 2%; }
.p3 { padding: 3%; }
.p5 { padding: 5%; }

/* Padding side styles
  --------------------------------------------------------------------*/
.ps05 { padding: 0 0.5%; }
.ps1 { padding: 0 1%; }
.ps2 { padding: 0 2%; }
.ps3 { padding: 0 3%; }
.ps5 { padding: 0 5%; }

/* Padding right bottom styles
--------------------------------------------------------------------*/
.prb1 {padding:0 0 1% 0}


/* Margin  bottom styles
--------------------------------------------------------------------*/
  .mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }


/* Center box
--------------------------------------------------------------------*/
.wd20 {
  width: 20%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wd30 {
  width: 30%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wd40 {
  width: 40%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wd50 {
  width: 50%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wd60 {
  width: 60%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wd70 {
  width: 70%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wd80 {
  width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wd90 {
  width: 90%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wd100 {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Font align
--------------------------------------------------------------------*/
.tac {
  text-align: center;
}
.tac_n {
  text-align: center!important;
}

.tar {
  text-align: right;
}


/* Font style
--------------------------------------------------------------------*/
.sectitle01 {
  font-size: clamp(32px, 1vw, 40px);
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.sectitle02 {
  font-size: clamp(24px, 1vw, 32px);
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.sectitle03 {
  font-size: clamp(20px, 1vw, 28px);
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.sectitle04 {
  font-size: clamp(16px, 1vw, 24px);
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.stul {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-1st);
}

.acctitle {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 30px;
  padding:30px 0 0 0;
}

.sectitle_en {
  font-size: clamp(80px, 4vw, 100px)!important;
  font-weight: 700!important;
  line-height: 1em!important;
  letter-spacing: -0.08em!important;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 60px;
  padding:55px 0 0 0;
  margin-bottom: 0.1em!important;
}

main  p {
  font-size: clamp(14px, 1vw, 18px);
  line-height: 2em;
  margin-bottom: 2em;
}


/* List Styles
--------------------------------------------------------------------*/
ul.ulnom {
  margin-left: 1em;
  margin-bottom: 2em;
}

ul.ulnom li {
  font-size: clamp(14px, 1vw, 18px);
  margin-left: 1em;
  margin-bottom: 0.5em;
  line-height: 2em;
  list-style-image: url(../img/lidot.png);
}

ol.olnom {
  margin-left: 1em;
  margin-bottom: 2em;
}

ol.olnom li {
  font-size: clamp(14px, 1vw, 18px);
  margin-left: 1em;
  margin-bottom: 0.5em;
  line-height: 2em;
  list-style: decimal;
}

 /* Button Styles
--------------------------------------------------------------------*/
.textbn_ic {
  margin-left:auto;
  margin-right:auto;
  font-size: clamp(12px, 1.2vw, 18px);
  line-height:1em;
}
.textbn_ic a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:15px 15px 15px 35px;
  text-align: right;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 40px;
}
.textbn_ic a:hover {
  color:var(--color-white)!important;
  background-color: var(--color-black)!important;
}

.textbn_ar {
  width:fit-content;
  height: auto;
  display: block;
  margin-left:auto;
  margin-right:auto;
  font-size:14px;
}
.textbn_ar a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:10px 40px 10px 15px;
  text-align: left;
  border-radius: 5px;
  color:var(--color-white);
  background-color: var(--color-black);
  background-image: url(../img/header/ic-ar_hr_w.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 20px;
}
.textbn_ar a:hover {
  color:var(--color-white)!important;
  background-color: var(--color-1st)!important;
}

.textbn_dw {
  width:fit-content;
  height: auto;
  display: block;
  margin-left:auto;
  margin-right:auto;
  font-size:14px;
  border-radius: 5px;
  background-color: var(--color-black);
  background-image: url(../img/header/ic-dw_w.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 30px;
}
.textbn_dw a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:10px 20px 10px 110px;
  text-align: left;
  border-radius: 5px;
  color:var(--color-white);
  background-repeat: no-repeat;
  background-position: 40px center;
  background-size: 65px auto;
}
.textbn_dw:hover {
  color:var(--color-white)!important;
  background-color: var(--color-1st)!important;
}

/* table Styles
--------------------------------------------------------------------*/
dl.dltable01 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.6em;
}

dl.dltable01 dt {
  width: 100%;
  height: auto;
  display: block;
  padding: 0px 0px 5px;
  text-align: left;
  font-weight: 400;
}

dl.dltable01 dd {
  width: 100%;
  height: auto;
  display: block;
  padding: 0px 0px 15px 0px;
  border-bottom: 1px dotted var(--color-ccc);
  margin-bottom: 15px;
}

dl.dltable02 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.6em;
}

dl.dltable02 dt {
  width: 50%;
  padding: 10px 5px;
  text-align: left;
  font-weight: 400;
  border-bottom: 1px dotted var(--color-ccc);
}

dl.dltable02 dd {
  width: 50%;
  padding: 10px 5px;
  text-align: right;
  border-bottom: 1px dotted var(--color-ccc);
}

/* Table(Flexible width) */

table.nomtable01 {
  width: 100%;
  font-size: 14px;
  line-height: 1.6em;
}

table.nomtable01 th {
  width: 20%;
  padding: 10px 5px;
  border-bottom: 1px dotted var(--color-ccc);
  text-align: left;
  font-weight: 400;
  vertical-align: top;
}

table.nomtable01 td {
  width: auto;
  padding: 10px 5px;
  border-bottom: 1px dotted var(--color-ccc);
  vertical-align: top;
}

/* Table(flexible width with borderbox) */

table.nomtable02 {
  width: 100%;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.5em;
  border-collapse: collapse;
  border: 1px solid var(--color-ccc);
}

table.nomtable02 th {
  width: auto;
  padding: 15px 10px;
  border: 1px solid var(--color-ccc);
  text-align: center;
  font-weight: 400;
}
table.nomtable02 tr:nth-child(odd) {
  background-color: var(--color-f8);
}

table.nomtable02 td {
  width: auto;
  padding: 15px 10px;
  border: 1px solid var(--color-ccc);
}

/* table (flexible width with border and swipe */
.tablescn {
}

table.ts_v {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  table-layout: fixed;
}
table.ts_v th {
  width:auto;
  height:auto;
  border: 1px solid var(--color-ccc);
  padding:10px;
  text-align:center;
  font-size:14px;
  line-height:1.4em;
  font-weight:normal;
}
table.ts_v td {
  width:auto;
  height:auto;
  border: 1px solid var(--color-ccc);
  padding:10px;
  font-size:14px;
  line-height:1.4em;
}
table.ts_v tr:nth-child(even) {
background-color: #f0f0f0;
}


/* Form Styles
--------------------------------------------------------------------*/
input,
select,
label {
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.6em;
  padding: 3px;
  border: 1px solid var(--color-5th);
}

.formbox250 {
  background-color: #f3f3f3;
  padding: 5px;
  width: 100%;
  border:1px solid #ccc;
  }

  .formbox150 {
  background-color: #f3f3f3;
  padding: 5px;
  width: 40%;
  border:1px solid #ccc;
  }

  .formbox100 {
  background-color: #f3f3f3;
  padding: 5px;
  width: 30%;
  border:1px solid #ccc;
  }

  .formbox750 {
  background-color: #f3f3f3;
  padding: 5px;
  width: 100%;
  border:1px solid #ccc;
  }

  form input#submit {
    width: fit-content;
    height: auto;
    display: block;
    margin:0 auto;
    color:var(--color-white);
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.5em;
    padding:0.5em 3em;
    background: rgb(255,83,0);
  background: linear-gradient(180deg, rgba(255,83,0,1) 0%, rgba(173,27,27,1) 100%);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-shadow:0px 1px 4px rgba(0,0,0,0.4);
  }

}
