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

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

/*
========================================

	/about/hrd/css/hrd.css( = hrd_dist.css )
  hrd内共通
 
========================================
*/

/*curriculum*/

#gr_contents div.curriculum {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  #gr_contents div.curriculum {
    align-items: center;
  }
}

@media (min-width: 768px) {
  #gr_contents div.curriculum {
    width: 83.333333%;
  }
}

#gr_contents div.curriculum div.line {
  position: absolute;
  inset: 0px;
  display: flex;
  height: 100%;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}

#gr_contents div.curriculum div.step {
  position: relative;
  margin-top: 2.5rem;
  margin-left: -0.5rem;
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  #gr_contents div.curriculum div.step {
    margin-top: 0px;
  }
}

@media (min-width: 1024px) {
  #gr_contents div.curriculum div.step {
    margin-left: -0.75rem;
    height: 3rem;
    width: 3rem;
  }
}

#gr_contents div.curriculum div.step_number {
  position: relative;
  margin-top: 2.5rem;
  margin-left: -0.5rem;
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  #gr_contents div.curriculum div.step_number {
    margin-top: 0px;
  }
}

@media (min-width: 1024px) {
  #gr_contents div.curriculum div.step_number {
    margin-left: -0.75rem;
    height: 3rem;
    width: 3rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

#gr_contents div.curriculum div.step_contents {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  #gr_contents div.curriculum div.step_contents {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 768px) {
  #gr_contents div.curriculum div.step_contents {
    padding-left: 2rem;
  }
}

#gr_contents div.curriculum div.step_contents div.step_img_box {
  display: inline-flex;
  height: auto;
  width: 50%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #gr_contents div.curriculum div.step_contents div.step_img_box {
    width: 33.333333%;
  }
}

@media (min-width: 1024px) {
  #gr_contents div.curriculum div.step_contents div.step_img_box {
    width: 33.333333%;
  }
}

#gr_contents div.curriculum div.step_contents div.step_img_box02 {
  /*写真2点*/
  display: inline-flex;
  height: auto;
  width: 50%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #gr_contents div.curriculum div.step_contents div.step_img_box02 {
    width: 33.333333%;
  }
}

@media (min-width: 1024px) {
  #gr_contents div.curriculum div.step_contents div.step_img_box02 {
    width: 33.333333%;
  }
}

#gr_contents div.curriculum div.step_contents div.step_img_box img,
#gr_contents div.curriculum div.step_contents div.step_img_box02 img {
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
     object-fit: cover;
}

#gr_contents div.curriculum div.step_contents div.step_text_box {
  margin-top: 1.5rem;
  flex-grow: 1;
}

@media (min-width: 640px) {
  #gr_contents div.curriculum div.step_contents div.step_text_box {
    margin-top: 0px;
    padding-left: 1.5rem;
  }
}

#gr_contents div.curriculum div.step_contents h3 {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

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

#gr_contents div.curriculum div.step_contents h3.sub {
  margin-bottom: 1rem;
  border-left-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

/*hrd*/

#gr_contents dl.licentiate {
  margin: 0px;
  display: flex;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(147 165 207 / var(--tw-border-opacity));
}

#gr_contents dl.licentiate:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#gr_contents dl.licentiate:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

#gr_contents dl.licentiate dt {
  margin: 0px;
  flex-grow: 1;
  border-right-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(147 165 207 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

#gr_contents dl.licentiate dd {
  margin: 0px;
  min-width: 16.666667%;
  flex-grow: 0;
  padding: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: right;
}


