

.imbsha {
  box-shadow:0px 10px 20px rgba(255, 3, 87, 0.6);
}

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

/*---------------------------*/
/* TopSection
-----------------------------*/
.topsection {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 6 / 3.5;
  overflow: hidden;
  background-image: url(../img/index/topimage_pc.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  -webkit-background-size: cover;
  margin-top:100px;
}
.tsbody {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding:0% 5% 5% 5%;
  margin:0 0 0 0;
}
.tsbody h1 {
  order:1;
  width: fit-content;
  height: auto;
  display: block;
  text-align: left;
  background-color: var(--color-2nd);
  font-size: clamp(18px, 2vw, 50px);
  line-height: 1em;
  padding:0.2em 0.8em 0.3em 0.8em;
  clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
  margin:0 0 0.3em;
}
.tsbody h2 {
  order:2;
  font-size: clamp(30px, 4vw, 80px);
  font-weight: 300;
  line-height: 1.5em;
  text-align: left;
  letter-spacing: -0.07em;
  margin:0 0 0.3em 0;
  text-shadow: 0px 5px 10px rgba(0,0,0,1);
}
.tsbody h2 span {
  font-size: clamp(80px, 8vw, 300px);
  font-weight: 900;
  text-align: left;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin-right:0.1em;
  text-shadow: 0px 5px 10px rgba(0,0,0,1);
}
.tsbody p {
  order:3;
  width: 50%;
  height: auto;
  display: block;
  text-align: left;
  font-size: clamp(14px, 1.25vw, 24px);
  font-weight: 600;
  line-height: 2em;
  margin:0 0 0 0;
  text-shadow: 0px 3px 5px rgba(0,0,0,1);
}

/*---------------------------*/
/* Inquiry Button
-----------------------------*/
.inqsection {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 0;
}
.inqbn {
  width: fit-content;
  height: auto;
  display: block;
  margin:0 auto;
}
.inqbn a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding:0.8em 3.5em 1em 7.5em;
  border-radius: 5px;
  border: 5px solid var(--color-2nd);
  background-image: url(../img/header/ic-mail_w.webp);
  background-repeat: no-repeat;
  background-position: 40px center;
  background-size: 60px auto;
  background-color: var(--color-1st);
  box-shadow:0px 5px 25px rgba(255,255,255,0.5);
  transition: .4s all;
}
.inqbn a:hover {
  border: 5px solid var(--color-1st);
  background-color: var(--color-2nd);
}
.inqbn a h3 {
  font-size: clamp(16px, 1.5vw, 30px);
  font-weight:700;
  color: var(--color-white);
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.inqbn a p {
  font-size: clamp(24px, 2vw, 60px);
  font-weight: 800;
  color: var(--color-white);
  line-height: 1em;
  letter-spacing: -0.05em;
}


/*---------------------------*/
/* Section Title
-----------------------------*/
.sectiontitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 0 2em 0;
}
.sectiontitle h2 {
  order:2;
  font-size: clamp(24px, 3vw, 50px);
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.1em;
  letter-spacing: 0;
  text-align: left;
  margin:0 0 0 0;
}
.sectiontitle p {
  order:1;
  font-size: clamp(50px, 8vw, 200px);
  font-weight: 700;
  font-family: var(--font-en);
  color: var(--color-white);
  line-height: 1.1em;
  letter-spacing: -0.07em;
  margin:0;
}

/*---------------------------*/
/* case
-----------------------------*/
#case {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:50px 0 100px;
}
.caseimg {
  width: 50%;
  height: auto;
  display: block;
}
.casebody {
  width:45%;
  height: auto;
  display: block;
  padding-left:5%;
}
.casebody h2 {
font-size: clamp(24px, 3vw, 100px);
font-weight: 900;
color: var(--color-white);
line-height: 1.25em;
letter-spacing: -0.05em;
  text-align: left;
  margin:0 0 0.25em 0;
}
.casebody p.cstop_p {
  font-size: clamp(14px, 1vw, 50px);
font-weight: 400;
line-height: 1.5em;
text-align: left;
margin:0 0 1em 0;
}
.casebody ul {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
margin:0 auto 20px;
}
.casebody ul  li{
width: 100%;
height: auto;
min-height: 50px;
display: block;
font-size: clamp(20px, 1.25vw, 50px);
font-weight: 600;
line-height: 1.25em;
padding:15px 0 0 50px;
background-image: url(../img/header/ic-check_w.webp);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 50px auto;
margin-bottom: 0em;
}
.casebody p.csbottom_p {
  font-size: clamp(18px, 1.25vw, 50px);
font-weight: 400;
line-height: 1.25em;
text-align: left;
margin:0;
}
.casebody p.csbottom_p strong {
  display: block;
font-size: clamp(20px, 2vw, 300px);
font-weight: 700;
line-height: 1em;
color: var(--color-1st);
}

/*---------------------------*/
/* features
-----------------------------*/
.featuresbody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
  background-color: var(--color-15);
  background-image: url(../img/index/bg-merit.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.merit_imgline {
  width: 100%;
  height: auto;
  display: flex;
}
.merit_imgline li {
  flex:1;
  margin:1% 2%;
}
.merit_imgline li:nth-child(even) {
  margin-top:5%;
}


/*---------------------------*/
/* Cost
-----------------------------*/
#cost {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bg-cost.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.costbody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
}


/*---------------------------*/
/* Platform
-----------------------------*/
#platform {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bg-platform.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding:100px 5% 100px;
  background-color: var(--color-15);
}
.platformbody {
  width: 100%;
  height: auto;
  display: block;
}

/*---------------------------*/
/* Media
-----------------------------*/
#media {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bg-media.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mediabody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
}
.media_imgline {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.media_imgline li {
  width:21%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-right:2%;
  margin-left:2%;
}
.media_imgline li:nth-child(even) {
  margin-top:5%;
}

.icb {
width: 100%;
height: 40px;
display: block;
margin:0 auto 15px;
}
.icb img {
  width:fit-content;
  height: 30px;
  display: block;
  margin:0 auto;
}


/*---------------------------*/
/* contact
-----------------------------*/
.contactbody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
  background-color: var(--color-15);
}
.contactbody h2 {
font-size: clamp(40px, 3vw, 300px);
font-weight: 900;
line-height: 1em;
color: var(--color-white);
text-shadow: 0px 5px 0px var(--color-black);
margin-bottom: 0.5em;
}
.contactbody p {
  font-size: clamp(14px, 1vw, 18px);
font-weight: 400;
line-height: 2em;
margin-bottom: 2em;
}

/*---------------------------*/
/* company
-----------------------------*/
.companybody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
}
.companybody h2 {
font-size: clamp(30px, 1vw, 300px);
font-weight: 900;
line-height: 1em;
color: var(--color-white);
text-shadow: 0px 5px 0px var(--color-black);
margin-bottom: 0.5em;
}
.companybody h3 {
  width: 100%;
  height: auto;
  display: block;
  padding-top:100px;
  font-size:20px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 0.5em;
  background-image: url(../img/weblogo/weblogo-wintel.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 90px;
}
.companybody p {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  margin:0 0 2em 0;
}
.companybody h4 {
  font-size:18px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  margin:0 0 1em 0;
}
.companybody ul.uneiweb {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:0;
}
.companybody ul.uneiweb li {
  width: 23.3333333333%;
  height: auto;
  display: block;
  margin:0 5% 3%;
}
.companybody ul.uneiweb li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
.companybody ul.uneiweb li a:hover {
  opacity: 0.5;
}

/*---------------------------*/
/* Linkbn
-----------------------------*/
.linkbn_2 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.linkbn_2 li {
  flex: 1;
  margin:0 1%;
  font-size: clamp(14px, 1.25vw, 20px);
  font-weight: 700;
  line-height: 1.25em;
}
.linkbn_2 li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:15px 30px 15px 20px;
  border-radius: 5px;
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 24px;
}




}


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

/* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 6 / 3.5;
  overflow: hidden;
  background-image: url(../img/index/topimage_pc.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  -webkit-background-size: cover;
  margin-top:100px;
}
.tsbody {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding:0% 5% 0% 5%;
  margin:0 0 0 0;
}
.tsbody h1 {
  order:1;
  width: fit-content;
  height: auto;
  display: block;
  text-align: left;
  background-color: var(--color-2nd);
  font-size: clamp(16px, 2vw, 50px);
  line-height: 1em;
  padding:0.2em 0.8em 0.3em 0.8em;
  clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
  margin:0 0 0.3em;
}
.tsbody h2 {
  order:2;
  font-size: clamp(30px, 3vw, 80px);
  font-weight: 300;
  line-height: 1.5em;
  text-align: left;
  letter-spacing: -0.07em;
  margin:0 0 0.3em 0;
  text-shadow: 0px 5px 10px rgba(0,0,0,1);
}
.tsbody h2 span {
  font-size: clamp(60px, 6vw, 300px);
  font-weight: 900;
  text-align: left;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin-right:0.1em;
  text-shadow: 0px 5px 10px rgba(0,0,0,1);
}
.tsbody p {
  order:3;
  width: 60%;
  height: auto;
  display: block;
  text-align: left;
  font-size: clamp(14px, 1.25vw, 24px);
  font-weight: 600;
  line-height: 2em;
  margin:0 0 0 0;
  text-shadow: 0px 3px 5px rgba(0,0,0,1);
}
.tsbody p br {
  display: none;
}

/*---------------------------*/
/* Inquiry Button
-----------------------------*/
.inqsection {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 0;
}
.inqbn {
  width: fit-content;
  height: auto;
  display: block;
  margin:0 auto;
}
.inqbn a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding:0.8em 3.5em 1em 7.5em;
  border-radius: 5px;
  border: 5px solid var(--color-2nd);
  background-image: url(../img/header/ic-mail_w.webp);
  background-repeat: no-repeat;
  background-position: 40px center;
  background-size: 60px auto;
  background-color: var(--color-1st);
  box-shadow:0px 5px 25px rgba(255,255,255,0.5);
  transition: .4s all;
}
.inqbn a:hover {
  border: 5px solid var(--color-1st);
  background-color: var(--color-2nd);
}
.inqbn a h3 {
  font-size: clamp(16px, 1.5vw, 30px);
  font-weight:700;
  color: var(--color-white);
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.inqbn a p {
  font-size: clamp(24px, 2vw, 60px);
  font-weight: 800;
  color: var(--color-white);
  line-height: 1em;
  letter-spacing: -0.05em;
}


/*---------------------------*/
/* Section Title
-----------------------------*/
.sectiontitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 0 2em 0;
}
.sectiontitle h2 {
  order:2;
  font-size: clamp(24px, 3vw, 50px);
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.1em;
  letter-spacing: 0;
  text-align: left;
  margin:0 0 0 0;
}
.sectiontitle p {
  order:1;
  font-size: clamp(50px, 8vw, 200px);
  font-weight: 700;
  font-family: var(--font-en);
  color: var(--color-white);
  line-height: 1.1em;
  letter-spacing: -0.07em;
  margin:0;
}

/*---------------------------*/
/* case
-----------------------------*/
#case {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:50px 0 100px;
}
.caseimg {
  width: 50%;
  height: auto;
  display: block;
}
.casebody {
  width:45%;
  height: auto;
  display: block;
  padding-left:5%;
}
.casebody h2 {
font-size: clamp(24px, 3vw, 100px);
font-weight: 900;
color: var(--color-white);
line-height: 1.25em;
letter-spacing: -0.05em;
  text-align: left;
  margin:0 0 0.25em 0;
}
.casebody p.cstop_p {
  font-size: clamp(14px, 1vw, 50px);
font-weight: 400;
line-height: 1.5em;
text-align: left;
margin:0 0 1em 0;
}
.casebody ul {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
margin:0 auto 20px;
}
.casebody ul  li{
width: 100%;
height: auto;
min-height: 50px;
display: block;
font-size: clamp(20px, 1.25vw, 50px);
font-weight: 600;
line-height: 1.25em;
padding:15px 0 0 50px;
background-image: url(../img/header/ic-check_w.webp);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 50px auto;
margin-bottom: 0em;
}
.casebody p.csbottom_p {
  font-size: clamp(18px, 1.25vw, 50px);
font-weight: 400;
line-height: 1.25em;
text-align: left;
margin:0;
}
.casebody p.csbottom_p strong {
  display: block;
font-size: clamp(20px, 2vw, 300px);
font-weight: 700;
line-height: 1em;
color: var(--color-1st);
}

/*---------------------------*/
/* features
-----------------------------*/
.featuresbody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
  background-color: var(--color-15);
  background-image: url(../img/index/bg-merit.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.merit_imgline {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.merit_imgline li {
  width:46%;
  margin:1% 2%;
}
.merit_imgline li:nth-child(even) {
  margin-top:5%;
}
.merit_imgline li img {
  box-shadow:0px 10px 20px rgba(255, 3, 87, 0.6);
}


/*---------------------------*/
/* Cost
-----------------------------*/
#cost {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bg-cost.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.costbody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
}


/*---------------------------*/
/* Platform
-----------------------------*/
#platform {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bg-platform.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding:100px 5% 100px;
  background-color: var(--color-15);
}
.platformbody {
  width: 100%;
  height: auto;
  display: block;
}

/*---------------------------*/
/* Media
-----------------------------*/
#media {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bg-media.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mediabody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
}
.media_imgline {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.media_imgline li {
  width:21%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-right:2%;
  margin-left:2%;
}
.media_imgline li:nth-child(1) {
  margin-top:0;
}
.media_imgline li:nth-child(2) {
margin-top:5%;
}
.media_imgline li:nth-child(3) {
margin-top:10%;
}
.media_imgline li:nth-child(4) {
margin-top:15%;
}

.icb {
width: 100%;
height: 40px;
display: block;
margin:0 auto 15px;
}
.icb img {
  width:fit-content;
  height: 30px;
  display: block;
  margin:0 auto;
}

/*---------------------------*/
/* contact
-----------------------------*/
.contactbody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
  background-color: var(--color-15);
}
.contactbody h2 {
font-size: clamp(40px, 3vw, 300px);
font-weight: 900;
line-height: 1em;
color: var(--color-white);
text-shadow: 0px 5px 0px var(--color-black);
margin-bottom: 0.5em;
}
.contactbody p {
  font-size: clamp(14px, 1vw, 18px);
font-weight: 400;
line-height: 2em;
margin-bottom: 2em;
}

/*---------------------------*/
/* company
-----------------------------*/
.companybody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
}
.companybody h2 {
font-size: clamp(30px, 1vw, 300px);
font-weight: 900;
line-height: 1em;
color: var(--color-white);
text-shadow: 0px 5px 0px var(--color-black);
margin-bottom: 0.5em;
}
.companybody h3 {
  width: 100%;
  height: auto;
  display: block;
  padding-top:100px;
  font-size:20px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 0.5em;
  background-image: url(../img/weblogo/weblogo-wintel.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 90px;
}
.companybody p {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  margin:0 0 2em 0;
}
.companybody h4 {
  font-size:18px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  margin:0 0 1em 0;
}
.companybody ul.uneiweb {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:0;
}
.companybody ul.uneiweb li {
  width: 23.3333333333%;
  height: auto;
  display: block;
  margin:0 5% 3%;
}
.companybody ul.uneiweb li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
.companybody ul.uneiweb li a:hover {
  opacity: 0.5;
}

/*---------------------------*/
/* Linkbn
-----------------------------*/
.linkbn_2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.linkbn_2 li {
  width: 100%;
  margin:0 0 15px 0;
  font-size: clamp(14px, 1.25vw, 20px);
  font-weight: 700;
  line-height: 1.25em;
}
.linkbn_2 li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:15px 30px 15px 20px;
  border-radius: 5px;
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 24px;
}


}

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

/* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background-image: url(../img/index/topimage_m.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  -webkit-background-size: cover;
  margin-top:100px;
}
.tsbody {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding:45% 5% 0 5%;
  margin:0 0 0 0;
}
.tsbody h1 {
  order:2;
  width: fit-content;
  height: auto;
  display: block;
  background-color: var(--color-2nd);
  font-size: clamp(12px, 2.8vw, 50px);
  font-weight: 600;
  line-height: 1em;
  padding:0.4em 0.8em 0.5em 0.8em;
  clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
  margin:0 0 0.8em;
}
.tsbody h2 {
  order:1;
  font-size: clamp(18px, 5.4vw, 100px);
  font-weight: 300;
  line-height: 1.8em;
  text-align: left;
  letter-spacing: -0.05em;
  margin:0 0 0.8em 0;
  text-shadow: 0px 5px 10px rgba(0,0,0,1);
}
.tsbody h2 span {
  font-size: clamp(40px, 12.5vw, 300px);
  font-weight: 900;
  line-height: 1.2em;
  margin-right:0.1em;
  text-shadow: 0px 5px 10px rgba(0,0,0,1);
}
.tsbody p {
  order:3;
  width: 100%;
  height: auto;
  display: block;
  font-size: clamp(12px, 3vw, 40px);
  font-weight: 600;
  text-align: left;
  line-height: 2em;
  margin:0 0 0 0;
  text-shadow: 0px 3px 5px rgba(0,0,0,1);
}
.tsbody p br {
  display: none;
}


/*---------------------------*/
/* Inquiry Button
-----------------------------*/
.inqsection {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 0;
}
.inqbn {
  width: 90%;
  height: auto;
  display: block;
  margin:0 auto;
}
.inqbn a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding:60px 5% 20px;
  border-radius: 5px;
  border: 5px solid var(--color-2nd);
  background-image: url(../img/header/ic-mail_w.webp);
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: auto 50px;
  background-color: var(--color-1st);
  box-shadow:0px 5px 25px rgba(255,255,255,0.5);
  transition: .4s all;
}
.inqbn a:hover {
  border: 5px solid var(--color-1st);
  background-color: var(--color-2nd);
}
.inqbn a h3 {
  font-size:14px;
  font-weight:700;
  color: var(--color-white);
  line-height: 1em;
  text-align: center;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.inqbn a p {
  font-size: 20px;
  font-weight: 800;
  color: var(--color-white);
  line-height: 1em;
  text-align: center;
  letter-spacing: -0.05em;
}


/*---------------------------*/
/* Section Title
-----------------------------*/
.sectiontitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 0 2em 0;
}
.sectiontitle h2 {
  order:2;
  font-size: clamp(18px, 1vw, 50px);
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.1em;
  letter-spacing: 0;
  text-align: left;
  margin:0 0 0 0;
}
.sectiontitle p {
  order:1;
  font-size: clamp(50px, 10vw, 200px);
  font-weight: 700;
  font-family: var(--font-en);
  color: var(--color-white);
  line-height: 1.1em;
  letter-spacing: -0.07em;
  margin:0 0 0.15em;
}

/*---------------------------*/
/* case
-----------------------------*/
#case {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:50px 0 50px;
}
.caseimg {
  width: 100%;
  height: auto;
  display: block;
}
.casebody {
  width:100%;
  height: auto;
  display: block;
  padding-left:5%;
}
.casebody h2 {
font-size: clamp(24px, 3vw, 100px);
font-weight: 900;
color: var(--color-white);
line-height: 1.25em;
letter-spacing: -0.05em;
  text-align: left;
  margin:0 0 0.25em 0;
}
.casebody p.cstop_p {
  font-size: clamp(14px, 1vw, 50px);
font-weight: 400;
line-height: 1.5em;
text-align: left;
margin:0 0 1em 0;
}
.casebody ul {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
margin:0 auto 20px;
}
.casebody ul  li{
width: 100%;
height: auto;
min-height: 50px;
display: block;
font-size: clamp(20px, 1.25vw, 50px);
font-weight: 600;
line-height: 1.25em;
padding:15px 0 0 50px;
background-image: url(../img/header/ic-check_w.webp);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 50px auto;
margin-bottom: 0em;
}
.casebody p.csbottom_p {
  font-size: clamp(18px, 1.25vw, 50px);
font-weight: 400;
line-height: 1.25em;
text-align: left;
margin:0;
}
.casebody p.csbottom_p strong {
  display: block;
font-size: clamp(20px, 2vw, 300px);
font-weight: 700;
line-height: 1em;
color: var(--color-1st);
}

/*---------------------------*/
/* features
-----------------------------*/
.featuresbody {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5% 50px;
  background-color: var(--color-15);
  background-image: url(../img/index/bg-merit.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.merit_imgline {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.merit_imgline li {
  width:46%;
  margin:1% 2% 4%;
}
.merit_imgline li:nth-child(even) {
  margin-top:5%;
}


/*---------------------------*/
/* Cost
-----------------------------*/
#cost {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bg-cost.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.costbody {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5% 50px;
}


/*---------------------------*/
/* Platform
-----------------------------*/
#platform {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bg-platform.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding:50px 5% 50px;
  background-color: var(--color-15);
}
.platformbody {
  width: 100%;
  height: auto;
  display: block;
}

/*---------------------------*/
/* Media
-----------------------------*/
#media {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bg-media.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mediabody {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5% 50px;
}
.media_imgline {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
flex-wrap: wrap;
}
.media_imgline li {
  width:48%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right:1%;
  margin-left:1%;
  margin-bottom:4%;
}
.media_imgline li:nth-child(1) {
  margin-top:0;
}
.media_imgline li:nth-child(2) {
margin-top:5%;
}
.media_imgline li:nth-child(3) {
margin-top:0%;
}
.media_imgline li:nth-child(4) {
margin-top:5%;
}

.icb {
width: 100%!important;
height: 40px;
display: block;
margin:0 auto 5px;
}
.icb img {
  width:auto;
  height: 30px;
  display: block;
  margin:0 auto;
}


/*---------------------------*/
/* contact
-----------------------------*/
.contactbody {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5% 50px;
  background-color: var(--color-15);
}
.contactbody h2 {
font-size: clamp(40px, 3vw, 300px);
font-weight: 900;
line-height: 1em;
color: var(--color-white);
text-shadow: 0px 5px 0px var(--color-black);
margin-bottom: 0.5em;
}
.contactbody p {
  font-size: clamp(14px, 1vw, 18px);
font-weight: 400;
line-height: 2em;
margin-bottom: 2em;
}

/*---------------------------*/
/* company
-----------------------------*/
.companybody {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5% 50px;
}
.companybody h2 {
font-size: clamp(30px, 1vw, 300px);
font-weight: 900;
line-height: 1em;
color: var(--color-white);
text-shadow: 0px 5px 0px var(--color-black);
margin-bottom: 0.5em;
}
.companybody h3 {
  width: 100%;
  height: auto;
  display: block;
  padding-top:100px;
  font-size:20px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 0.5em;
  background-image: url(../img/weblogo/weblogo-wintel.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 90px;
}
.companybody p {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  margin:0 0 2em 0;
}
.companybody h4 {
  font-size:18px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  margin:0 0 1em 0;
}
.companybody ul.uneiweb {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:0;
}
.companybody ul.uneiweb li {
  width: 46%;
  height: auto;
  display: block;
  margin:0 2% 4%;
}
.companybody ul.uneiweb li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
.companybody ul.uneiweb li a:hover {
  opacity: 0.5;
}

/*---------------------------*/
/* Linkbn
-----------------------------*/
.linkbn_2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.linkbn_2 li {
  width: 100%;
  margin:0 0 15px 0;
  font-size: clamp(14px, 1.25vw, 20px);
  font-weight: 700;
  line-height: 1.25em;
}
.linkbn_2 li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:15px 30px 15px 20px;
  border-radius: 5px;
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 24px;
}



}
