/*
@tailwind base; ---> base_group.css
@tailwind components; ---> base_group.css
@tailwind utilities; ---> base_group.css
*/

/*@layer components  {----@layer don’t use*/

/*
========================================

	/business/css/business.css( = business_dist.css )
 
========================================
*/

#gr_contents .hero {
  /*@apply mx-auto max-w-screen-3xl py-4 md:py-8;*/
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  #gr_contents .hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

#gr_contents img.hero_img {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 768px;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px) {
  #gr_contents img.hero_img {
    aspect-ratio: 1 / 1;
  }
}

#gr_contents .base {
  /*あとでcommon全体に移動*/
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  #gr_contents .base {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

#gr_contents .base_inner {
  /*あとでcommon全体に移動*/
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 2rem;
}

#gr_contents h3.its {
  margin-bottom: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(112 136 191 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #gr_contents h3.its {
    margin-bottom: 2rem;
  }
}

#gr_contents h3.eng {
  margin-bottom: 1.5rem;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #gr_contents h3.eng {
    margin-bottom: 2rem;
  }
}

#gr_contents h3.val {
  margin-bottom: 1.5rem;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #gr_contents h3.val {
    margin-bottom: 2rem;
  }
}

#gr_contents h3 + h4 {
  margin-bottom: 1.5rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #gr_contents h3 + h4 {
    margin-bottom: 2rem;
  }
}

#gr_contents ul.process {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
}

#gr_contents ul.process li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 2px;
  border-color: rgb(147 165 207 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding: 0.5rem;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #gr_contents ul.process li {
    flex-direction: column;
    justify-content: space-around;
  }
}

#gr_contents ul.process li img {
  margin-right: 2rem;
  height: 6rem;
}

@media (min-width: 1024px) {
  #gr_contents ul.process li img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    height: 10rem;
  }
}

#gr_contents ul.process li span.process {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 33.333333%;
  text-align: left;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  #gr_contents ul.process li span.process {
    text-align: center;
  }
}

#gr_contents ul.process02 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
}

#gr_contents ul.process02 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 2px;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
  --tw-border-opacity: 0.7;
  padding: 0.5rem;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #gr_contents ul.process02 li {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

#gr_contents ul.process02 li img.logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  height: 2rem;
}

#gr_contents ul.process02 li img.logo_long {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  height: 2.25rem;
  max-width: 256px;
}

@media (min-width: 1024px) {
  #gr_contents ul.process02 li img.logo_long {
    max-width: 100%;
  }
}

#gr_contents ul.process02 li span.process {
  display: block;
  width: 100%;
  text-align: center;
}

/*its*/

#gr_contents .its_sol {
  width: 100%;
  padding: 1rem;
}

@media (min-width: 1024px) {
  #gr_contents .its_sol {
    padding: 2rem;
  }
}

#gr_contents .its_category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom-width: 3px;
  border-color: rgb(147 165 207 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  background-color: rgb(147 165 207 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding: 1rem;
}

@media (min-width: 768px) {
  #gr_contents .its_category {
    flex-direction: row;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  #gr_contents .its_category {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#gr_contents .its_category p {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 768px) {
  #gr_contents .its_category p {
    width: 20%;
    flex-direction: column;
    justify-content: center;
  }
}

#gr_contents .val p {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 768px) {
  #gr_contents .val p {
    flex-direction: column;
    justify-content: center;
  }
}

#gr_contents .its_category img.icon {
  margin-right: 1rem;
  width: 4rem;
}

@media (min-width: 768px) {
  #gr_contents .its_category img.icon {
    order: 2;
    margin-left: auto;
    margin-right: auto;
    width: 6rem;
  }
}

#gr_contents div.val img.icon {
  margin-right: 1rem;
  width: 4rem;
}

@media (min-width: 768px) {
  #gr_contents div.val img.icon {
    order: 2;
    margin-left: auto;
    margin-right: auto;
    width: 6rem;
  }
}

#gr_contents .its_category ul {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  #gr_contents .its_category ul {
    width: 80%;
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

#gr_contents .its_category ul li {
  list-style-position: outside;
  list-style-type: circle;
  padding-right: 1rem;
}

/*eng*/

#gr_contents .eng_case {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}

#gr_contents p.head {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}

#gr_contents .eng_category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom-width: 3px;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  padding: 1rem;
}

@media (min-width: 768px) {
  #gr_contents .eng_category {
    flex-direction: row;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  #gr_contents .eng_category {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#gr_contents .eng_category p {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 768px) {
  #gr_contents .eng_category p {
    width: 20%;
    flex-direction: column;
    justify-content: center;
  }
}

#gr_contents .eng_category img.icon {
  margin-right: 1rem;
  width: 4rem;
}

@media (min-width: 768px) {
  #gr_contents .eng_category img.icon {
    order: 2;
    margin-left: auto;
    margin-right: auto;
    width: 6rem;
  }
}

#gr_contents .eng_category ul {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  #gr_contents .eng_category ul {
    width: 80%;
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

#gr_contents .eng_category ul li {
  list-style-position: outside;
  list-style-type: circle;
  padding-right: 1rem;
}
