/* Style for PCs */
@media screen and (min-width: 1025px) {
  /* Pagetitle */
  .pagetitle {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    position: relative;
    padding: 200px 0 200px;
    margin: 0px auto 0;
    background-image: url(../img/pagetitle/ptbg.png);
    background-repeat: no-repeat;
    background-position: 95% top;
    background-size: auto 100%;
  }
  .ptimg {
    width: 75%;
    max-width: 1024px;
    height: auto;
    display: block;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: 1;
  }
  .ptcc {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: 100;
  }
  .ptcc h2 {
    font-size: clamp(20px, 2.5vw, 40px);
    font-weight: 700;
    line-height: 1.5em;
    color: var(--color-1st);
    margin-bottom: 0.5em;
    order: 2;
  }
  .ptcc p {
    font-size: clamp(80px, 6vw, 120px);
    font-weight: 700;
    font-family: var(--font-en);
    line-height: 0.8em;
    letter-spacing: -0.05em;
    color: var(--color-black);
    margin-bottom: 15px;
    order: 1;
  }
  /* Pankuzu */
  ul.pankuzu {
    width: 97%;
    max-width: 1600px;
    height: 30px;
    display: flex;
    margin: 100px auto 20px auto;
  }
  ul.pankuzu li {
    font-size: 12px;
    line-height: 30px;
  }
  ul.pankuzu li:first-child {
    width: 30px;
    height: 30px;
    display: block;
  }
  ul.pankuzu li:last-child:after {
    content: "";
  }
  ul.pankuzu li:first-child a {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background-image: url(../img/header/ic-home.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 20px;
  }
  ul.pankuzu li:nth-child(n + 2):before {
    content: " > ";
    margin-left: 0.3em;
  }
  /* Common */
  #wrapper {
    background-image: url(../img/bodybg01.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 90%;
  }
  main {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* Map */
  .mapmm {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3)
  }
  .mapmm iframe {
    width: 100%;
    height: 500px;
    display: block;
  }
  /* Products top */
  .products_top {
    width: 90%;
    max-width: 1600px;
    height: auto;
    display: flex;
    align-items: center;
    aspect-ratio: 16 / 9;
    margin: 0 auto 100px;
    background-image: url(../img/products/top-products.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .prot_cc {
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-image: url(../img/products/toptext.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 80% auto;
    padding-top: 18%;
  }
  .prot_cc h2 {
    font-size: clamp(20px, 2.5vw, 40px);
    font-weight: 800;
    font-family: var(--font-en);
    line-height: 1.25em;
    letter-spacing: 0.07em;
    color: var(--color-black);
    width: fit-content;
    height: auto;
    display: block;
    padding: 10px 10px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-bottom: 5px;
  }
  .prot_cc p {
    width: 80%;
    height: auto;
    display: block;
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.07em;
    color: var(--color-black);
    padding: 10px 10px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-bottom: 0px;
  }
  /* Products(List) */
  .product_list {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .plsec {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .plsec_img {
    width: 50%;
    height: auto;
    display: block;
  }
  .plsec_cc {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 5%;
  }
  .plsec_cc h2 {
    font-size: clamp(16px, 1vw, 28px);
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: 0.07em;
    color: var(--color-black);
    margin-bottom: 15px;
    order: 2;
  }
  .plsec_cc h3 {
    font-size: clamp(40px, 4vw, 80px);
    font-weight: 700;
    font-family: var(--font-en);
    line-height: 0.9em;
    letter-spacing: -0.05em;
    color: var(--color-black);
    margin-bottom: 0.2em;
    order: 1;
  }
  .plsec_cc p.pls_com {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.07em;
    color: var(--color-black);
    order: 3;
  }
  .plsec_cc p.pls_bn {
    width: fit-content;
    height: auto;
    display: block;
    font-size: clamp(12px, 1vw, 16px);
    line-height: 1em;
    order: 4;
  }
  .plsec_cc p.pls_bn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 10px 35px 10px 15px;
    text-align: left;
    border-radius: 5px;
    color: var(--color-white);
    background-color: var(--color-black) !important;
    background-image: url(../img/header/ic-ar_hr_c.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 20px;
  }
  .plsec_cc p.pls_bn a:hover {
    color: var(--color-white) !important;
    background-color: var(--color-black) !important;
  }
  /* Products Detail (TOP)) */
  .products_detail_top {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 100px 0 50px;
    margin: 0px auto 0;
    background-image: url(../img/pagetitle/ptbg_m.png);
    background-repeat: no-repeat;
    background-position: 60% center;
    background-size: auto 100%;
  }
  .pro_d_t_img {
    width: 75%;
    max-width: 1024px;
    height: auto;
    display: block;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .pro_d_t_cc {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 5%;
  }
  .pro_d_t_cc h2 {
    font-size: clamp(20px, 2vw, 40px);
    font-weight: 700;
    line-height: 1.5em;
    color: var(--color-1st);
    margin-bottom: 0.5em;
    order: 2;
  }
  .pro_d_t_cc h3 {
    font-size: clamp(80px, 7vw, 120px);
    font-weight: 800;
    font-family: var(--font-en);
    line-height: 0.8em;
    letter-spacing: -0.05em;
    color: var(--color-black);
    margin-bottom: 15px;
    order: 1;
  }
  .pro_d_t_cc p {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.07em;
    color: var(--color-black);
    margin: 0;
    order: 3;
  }
  /* Products Detail (Section01) */
  .pro_d_sec01 {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .datalist li {
    margin: 0 0.1%;
  }
  /* Products Detail(Contact) */
  ul.detailcontact {
    width: 80%;
    max-width: 1280px;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto 0px;
  }
  ul.detailcontact li {
    flex: 1;
    margin: 0 1%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  }
  ul.detailcontact li:first-child {
    font-size: 20px;
  }
  ul.detailcontact li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    text-align: right;
    line-height: 50px;
    padding: 0 15px 0 45px;
    background-color: var(--color-black);
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px auto;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  ul.detailcontact li a:hover {
    background-color: var(--color-1st);
  }
  /* Productas Details (CaseStudy) */
  .pro_d_cs {
    width: 100%;
    height: auto;
    display: block;
    background-color: var(--color-f3);
    padding: 50px 0 0px;
  }
  .pro_d_sectitle {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  .pro_d_sectitle h2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    color: var(--color-1st);
    order: 2;
  }
  .pro_d_sectitle p {
    font-size: 28px;
    font-family: var(--font-en);
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 2px;
    color: var(--color-black);
    order: 1;
    margin-bottom: 5px;
  }
  /* News list */
  .newsbody {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding-bottom: 100px;
  }
  .newslist li {
    margin: 0 0.3%;
  }
  .newslist li .nwbase {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .newslist li .nwimg {
    width: 100%;
    height: auto;
    display: block;
  }
  .newslist li .nwimg a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .newslist li .nwimg a:hover {
    opacity: 0.6;
  }
  .newslist li .nwcc {
    padding: 20px 5px 10px;
  }
  .newslist li .nwcc p.nwdate {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--color-1st);
    margin-bottom: 5px;
  }
  .newslist li .nwcc h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .newslist li .nwcc h3 a {
    color: var(--color-black);
    text-decoration: none;
  }
  .newslist li .nwcc h3 a:hover {
    color: var(--color-1st);
    text-decoration: underline;
  }
  .newslist li .nwcc ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .newslist li .nwcc ul li {
    font-size: 12px;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0.8em 0 0;
  }
  .newslist li .nwcc ul li a {
    color: var(--color-666);
  }
  .newslist li .nwcc ul li a:hover {
    color: var(--color-black);
  }
  .newslist li p.nwbn {
    width: fit-content;
    height: auto;
    display: block;
    font-size: 12px;
    line-height: 1em;
  }
  .newslist li p.nwbn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 6px 30px 6px 10px;
    color: var(--color-999);
    border: 1px solid var(--color-999);
    border-radius: 5px;
    background-image: url(../img/header/ic-ar_hr_c.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 14px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .newslist li p.nwbn a:hover {
    color: var(--color-white);
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
  }
  .newsmm .slide_dots {
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .newsmm .slide_dots li {
    content: ○;
    text-indent: -9999px;
  }
  /* News list (Contents) */
  .newscontents {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    position: relative;
    padding: 50px 5% 100px;
    margin: 0 auto;
  }
  .newscontents .newslist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .newscontents .newslist li {
    width: 29.3333333333%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 2% 3%;
  }
  /*フォームチェックボックのレイアウト*/
  .wpcf7-form-control-wrap[data-name="type-inquiry"] > .wpcf7-form-control {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* Pagetitle */
  .pagetitle {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 200px 0 120px;
    margin: 0px auto 0;
    background-image: url(../img/pagetitle/ptbg.png);
    background-repeat: no-repeat;
    background-position: 95% bottom;
    background-size: auto 100%;
  }
  .ptimg {
    width: 75%;
    height: auto;
    display: block;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: 1;
  }
  .ptcc {
    width: 95%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: 100;
  }
  .ptcc h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    color: var(--color-1st);
    margin-bottom: 0.5em;
    order: 2;
  }
  .ptcc p {
    font-size: 80px;
    font-weight: 700;
    font-family: var(--font-en);
    line-height: 0.8em;
    letter-spacing: -0.05em;
    color: var(--color-black);
    margin-bottom: 15px;
    order: 1;
  }
  .ptcc p br {
    display: none;
  }
  /* Pankuzu */
  ul.pankuzu {
    width: 97%;
    max-width: 1600px;
    height: 30px;
    display: flex;
    margin: 100px auto 20px auto;
  }
  ul.pankuzu li {
    font-size: 12px;
    line-height: 30px;
  }
  ul.pankuzu li:first-child {
    width: 30px;
    height: 30px;
    display: block;
  }
  ul.pankuzu li:last-child:after {
    content: "";
  }
  ul.pankuzu li:first-child a {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background-image: url(../img/header/ic-home.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 20px;
  }
  ul.pankuzu li:nth-child(n + 2):before {
    content: " > ";
    margin-left: 0.3em;
  }
  /* Common */
  #wrapper {
    background-image: url(../img/bodybg01.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 90%;
  }
  main {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* Map */
  .mapmm {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3)
  }
  .mapmm iframe {
    width: 100%;
    height: 500px;
    display: block;
  }
  /* Map */
  .mapmm {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3)
  }
  .mapmm iframe {
    width: 100%;
    height: 500px;
    display: block;
  }
  /* Products top */
  .products_top {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding-bottom: 50%;
    margin: 0 auto 100px;
    background-image: url(../img/products/top-products.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .prot_cc {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-image: url(../img/products/toptext.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 80% auto;
    padding-top: 26%;
    margin: 0 auto;
  }
  .prot_cc h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--font-en);
    line-height: 1.25em;
    letter-spacing: 0.07em;
    color: var(--color-black);
    margin-bottom: 10px;
    padding: 0px 10px;
  }
  .prot_cc p {
    width: 100%;
    height: auto;
    display: block;
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.07em;
    color: var(--color-black);
    padding: 0px 10px 10px 10px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-bottom: 0px;
  }
  /* Products(List) */
  .product_list {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .plsec {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .plsec_img {
    width: 50%;
    height: auto;
    display: block;
  }
  .plsec_cc {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 5%;
  }
  .plsec_cc h2 {
    font-size: clamp(16px, 1vw, 28px);
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: 0.07em;
    color: var(--color-black);
    margin-bottom: 15px;
    order: 2;
  }
  .plsec_cc h3 {
    font-size: clamp(40px, 4vw, 80px);
    font-weight: 700;
    font-family: var(--font-en);
    line-height: 0.9em;
    letter-spacing: -0.05em;
    color: var(--color-black);
    margin-bottom: 0.2em;
    order: 1;
  }
  .plsec_cc p.pls_com {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.07em;
    color: var(--color-black);
    order: 3;
  }
  .plsec_cc p.pls_bn {
    width: fit-content;
    height: auto;
    display: block;
    font-size: clamp(12px, 1vw, 16px);
    line-height: 1em;
    order: 4;
  }
  .plsec_cc p.pls_bn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 10px 35px 10px 15px;
    text-align: left;
    border-radius: 5px;
    color: var(--color-white);
    background-color: var(--color-black) !important;
    background-image: url(../img/header/ic-ar_hr_c.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 20px;
  }
  .plsec_cc p.pls_bn a:hover {
    color: var(--color-white) !important;
    background-color: var(--color-black) !important;
  }
  /* Products Detail top */
  .products_detail_top {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 50px 0 50px;
    margin: 0px auto 0;
    background-image: url(../img/pagetitle/ptbg_m.png);
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: auto 100%;
  }
  .pro_d_t_img {
    width: 60%;
    max-width: 1024px;
    height: auto;
    display: block;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .pro_d_t_cc {
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 5%;
  }
  .pro_d_t_cc h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    color: var(--color-1st);
    margin-bottom: 0.5em;
    order: 2;
  }
  .pro_d_t_cc h3 {
    font-size: 60px;
    font-weight: 800;
    font-family: var(--font-en);
    line-height: 0.8em;
    letter-spacing: -0.05em;
    color: var(--color-black);
    margin-bottom: 15px;
    order: 1;
  }
  .pro_d_t_cc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.07em;
    color: var(--color-black);
    margin: 0;
    order: 3;
  }
  /* Products Detail (Section01) */
  .pro_d_sec01 {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .datalist li {
    margin: 0 0.1%;
  }
  /* Products Detail(Contact) */
  ul.detailcontact {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto 0px;
  }
  ul.detailcontact li {
    flex: 1;
    margin: 0 0.5%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  }
  ul.detailcontact li:first-child {
    font-size: 20px;
  }
  ul.detailcontact li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    text-align: right;
    line-height: 50px;
    padding: 0 15px 0 45px;
    background-color: var(--color-black);
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px auto;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  ul.detailcontact li a:hover {
    background-color: var(--color-1st);
  }
  /* Productas Details (CaseStudy) */
  .pro_d_cs {
    width: 100%;
    height: auto;
    display: block;
    background-color: var(--color-f3);
    padding: 50px 0 0px;
  }
  .pro_d_sectitle {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  .pro_d_sectitle h2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    color: var(--color-1st);
    order: 2;
  }
  .pro_d_sectitle p {
    font-size: 28px;
    font-family: var(--font-en);
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 2px;
    color: var(--color-black);
    order: 1;
    margin-bottom: 5px;
  }
  /* News list */
  .newsbody {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding-bottom: 100px;
  }
  .newslist li {
    margin: 0 0.3%;
  }
  .newslist li .nwbase {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .newslist li .nwimg {
    width: 100%;
    height: auto;
    display: block;
  }
  .newslist li .nwimg a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .newslist li .nwimg a:hover {
    opacity: 0.6;
  }
  .newslist li .nwcc {
    padding: 20px 5px 10px;
  }
  .newslist li .nwcc p.nwdate {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--color-1st);
    margin-bottom: 5px;
  }
  .newslist li .nwcc h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .newslist li .nwcc h3 a {
    color: var(--color-black);
    text-decoration: none;
  }
  .newslist li .nwcc h3 a:hover {
    color: var(--color-1st);
    text-decoration: underline;
  }
  .newslist li .nwcc ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .newslist li .nwcc ul li {
    font-size: 12px;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0.8em 0 0;
  }
  .newslist li .nwcc ul li a {
    color: var(--color-666);
  }
  .newslist li .nwcc ul li a:hover {
    color: var(--color-black);
  }
  .newslist li p.nwbn {
    width: fit-content;
    height: auto;
    display: block;
    font-size: 12px;
    line-height: 1em;
  }
  .newslist li p.nwbn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 6px 30px 6px 10px;
    color: var(--color-999);
    border: 1px solid var(--color-999);
    border-radius: 5px;
    background-image: url(../img/header/ic-ar_hr_c.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 14px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .newslist li p.nwbn a:hover {
    color: var(--color-white);
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
  }
  .newsmm .slide_dots {
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .newsmm .slide_dots li {
    content: ○;
    text-indent: -9999px;
  }
  /* News list (Contents) */
  .newscontents {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    position: relative;
    padding: 50px 5% 100px;
    margin: 0 auto;
  }
  .newscontents .newslist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .newscontents .newslist li {
    width: 46%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 2% 3%;
  }
  /*フォームチェックボックのレイアウト*/
  .wpcf7-form-control-wrap[data-name="type-inquiry"] > .wpcf7-form-control {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Style for Smartphone */
@media screen and (max-width: 768px) {
  /* Pagetitle */
  .pagetitle {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 100px 0 100px;
    margin: 0px auto 0;
    background-image: url(../img/pagetitle/ptbg_m.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto 150%;
  }
  .ptimg {
    width: 90%;
    height: auto;
    display: block;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .ptcc {
    width: 95%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 100;
  }
  .ptcc h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    color: var(--color-1st);
    margin-bottom: 1em;
    order: 2;
  }
  .ptcc p {
    font-size: 40px;
    font-weight: 500;
    font-family: var(--font-en);
    line-height: 1em;
    letter-spacing: -0.03em;
    color: var(--color-black);
    margin-bottom: 5px;
    order: 1;
  }
  .ptcc p br {
    display: none !important;
  }
  /* Pankuzu */
  ul.pankuzu {
    width: 97%;
    max-width: 1600px;
    height: 30px;
    display: flex;
    margin: 100px auto 20px auto;
  }
  ul.pankuzu li {
    font-size: 12px;
    line-height: 30px;
  }
  ul.pankuzu li:first-child {
    width: 30px;
    height: 30px;
    display: block;
  }
  ul.pankuzu li:last-child:after {
    content: "";
  }
  ul.pankuzu li:first-child a {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background-image: url(../img/header/ic-home.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 20px;
  }
  ul.pankuzu li:nth-child(n + 2):before {
    content: " > ";
    margin-left: 0.3em;
  }
  /* Common */
  #wrapper {
    background-image: url(../img/bodybg01.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 90%;
  }
  main {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* Map */
  .mapmm {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3)
  }
  .mapmm iframe {
    width: 100%;
    height: 350px;
    display: block;
  }
  /* Products top */
  .products_top {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding-bottom: 50%;
    margin: 0 auto 100px;
    background-image: url(../img/products/top-products.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .prot_cc {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-image: url(../img/products/toptext.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 90% auto;
    padding-top: 30%;
    margin: 0 auto;
  }
  .prot_cc h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-en);
    line-height: 1.25em;
    letter-spacing: 0.05em;
    color: var(--color-black);
    margin-bottom: 10px;
    padding: 0px;
  }
  .prot_cc p {
    width: 100%;
    height: auto;
    display: block;
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.05em;
    color: var(--color-black);
    padding: 0px 0px 10px 0px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-bottom: 0px;
  }
  /* Products(List) */
  .product_list {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .plsec {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
  }
  .plsec_img {
    width: 100%;
    height: auto;
    display: block;
    order: 2;
  }
  .plsec_cc {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 0;
    order: 1;
  }
  .plsec_cc h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: 0.05em;
    color: var(--color-black);
    margin-bottom: 15px;
    order: 2;
  }
  .plsec_cc h3 {
    font-size: 50px;
    font-weight: 700;
    font-family: var(--font-en);
    line-height: 0.9em;
    letter-spacing: -0.05em;
    color: var(--color-black);
    margin-bottom: 0.2em;
    order: 1;
  }
  .plsec_cc p.pls_com {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.07em;
    color: var(--color-black);
    order: 3;
  }
  .plsec_cc p.pls_bn {
    width: fit-content;
    height: auto;
    display: block;
    font-size: clamp(12px, 1vw, 16px);
    line-height: 1em;
    order: 4;
  }
  .plsec_cc p.pls_bn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 10px 35px 10px 15px;
    text-align: left;
    border-radius: 5px;
    color: var(--color-white);
    background-color: var(--color-black) !important;
    background-image: url(../img/header/ic-ar_hr_c.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 20px;
  }
  .plsec_cc p.pls_bn a:hover {
    color: var(--color-white) !important;
    background-color: var(--color-black) !important;
  }
  /* Products Detail top */
  .products_detail_top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 50px 0 0px;
    margin: 0px auto 50px;
    background-image: url(../img/pagetitle/ptbg_m.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
  }
  .pro_d_t_img {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    order: 1;
  }
  .pro_d_t_cc {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 8% 5% 0 5%;
    order: 2;
  }
  .pro_d_t_cc h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    color: var(--color-1st);
    margin-bottom: 0.5em;
    order: 2;
  }
  .pro_d_t_cc h3 {
    font-size: 60px;
    font-weight: 800;
    font-family: var(--font-en);
    line-height: 0.8em;
    letter-spacing: -0.05em;
    color: var(--color-black);
    margin-bottom: 15px;
    order: 1;
  }
  .pro_d_t_cc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.07em;
    color: var(--color-black);
    margin: 0;
    order: 3;
  }
  /* Products Detail (Section01) */
  .pro_d_sec01 {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .datalist li {
    margin: 0 0.1%;
  }
  /* Products Detail(Contact) */
  ul.detailcontact {
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto 50px;
  }
  ul.detailcontact li {
    flex: 1;
    margin: 0 0 10px 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  }
  ul.detailcontact li:first-child {
    font-size: 20px;
  }
  ul.detailcontact li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    text-align: right;
    line-height: 50px;
    padding: 0 15px 0 45px;
    background-color: var(--color-black);
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px auto;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  ul.detailcontact li a:hover {
    background-color: var(--color-1st);
  }
  /* Productas Details (CaseStudy) */
  .pro_d_cs {
    width: 100%;
    height: auto;
    display: block;
    background-color: var(--color-f3);
    padding: 50px 0 0px;
  }
  .pro_d_sectitle {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  .pro_d_sectitle h2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    color: var(--color-1st);
    order: 2;
  }
  .pro_d_sectitle p {
    font-size: 28px;
    font-family: var(--font-en);
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 2px;
    color: var(--color-black);
    order: 1;
    margin-bottom: 5px;
  }
  /* News list */
  .newsbody {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding-bottom: 100px;
  }
  .newslist li {
    margin: 0 0.3%;
  }
  .newslist li .nwbase {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .newslist li .nwimg {
    width: 100%;
    height: auto;
    display: block;
  }
  .newslist li .nwimg a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .newslist li .nwimg a:hover {
    opacity: 0.6;
  }
  .newslist li .nwcc {
    padding: 20px 5px 10px;
  }
  .newslist li .nwcc p.nwdate {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--color-1st);
    margin-bottom: 5px;
  }
  .newslist li .nwcc h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .newslist li .nwcc h3 a {
    color: var(--color-black);
    text-decoration: none;
  }
  .newslist li .nwcc h3 a:hover {
    color: var(--color-1st);
    text-decoration: underline;
  }
  .newslist li .nwcc ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .newslist li .nwcc ul li {
    font-size: 12px;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0.8em 0 0;
  }
  .newslist li .nwcc ul li a {
    color: var(--color-666);
  }
  .newslist li .nwcc ul li a:hover {
    color: var(--color-black);
  }
  .newslist li p.nwbn {
    width: fit-content;
    height: auto;
    display: block;
    font-size: 12px;
    line-height: 1em;
  }
  .newslist li p.nwbn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 6px 30px 6px 10px;
    color: var(--color-999);
    border: 1px solid var(--color-999);
    border-radius: 5px;
    background-image: url(../img/header/ic-ar_hr_c.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 14px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .newslist li p.nwbn a:hover {
    color: var(--color-white);
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
  }
  .newsmm .slide_dots {
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .newsmm .slide_dots li {
    content: ○;
    text-indent: -9999px;
  }
  /* News list (Contents) */
  .newscontents {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 50px 5% 100px;
    margin: 0 auto;
  }
  .newscontents .newslist {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .newscontents .newslist li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px dotted var(--color-999);
    margin: 0 0 25px 0;
  }
  .newscontents .newslist li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin: 0 0 0px 0;
  }
  .newscontents .newslist li .nwimg {
    width: 25%;
    height: auto;
    display: block;
  }
  .newscontents .newslist li .nwcc {
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0px;
  }
  .newscontents .newslist li .nwcc p.nwdate {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    color: var(--color-1st);
    margin-bottom: 5px;
  }
  .newscontents .newslist li .nwcc h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 5px;
  }
  .newscontents .newslist li .nwcc h3 a {
    color: var(--color-black);
    text-decoration: none;
  }
  .newscontents .newslist li .nwcc h3 a:hover {
    color: var(--color-1st);
    text-decoration: underline;
  }
  .newscontents .newslist li .nwcc ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .newscontents .newslist li .nwcc ul li {
    width: fit-content !important;
    font-size: 0.7em;
    line-height: 1.5em;
    padding-bottom: 0px !important;
    border-bottom: none !important;
    margin: 0 0.5em 0 0 !important;
  }
  .newscontents .newslist li .nwcc ul li a {
    color: var(--color-666);
  }
  .newscontents .newslist li .nwcc ul li a:hover {
    color: var(--color-black);
  }
  .newscontents .newslist li p.nwbn {
    display: none !important;
  }
  .newscontents .newslist li p.nwbn a {
    display: none !important;
  }
  .newscontents .newslist li p.nwbn a:hover {
    display: none !important;
  }
  /*フォームチェックボックのレイアウト*/
  .wpcf7-form-control-wrap[data-name="type-inquiry"] > .wpcf7-form-control {
    display: grid;
    grid-template-columns: 1fr;
  }
}