@charset "UTF-8";
article {
  counter-reset: count;
}
article h2 {
  color: #004EA2;
  font-size: 34px;
  line-height: 1.4;
  padding-left: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 800px) {
  article h2 {
    font-size: 20px;
    padding-left: 57px;
    margin-bottom: 33px;
  }
}
article h2::before, article h2::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
article h2::before {
  left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
}
@media screen and (max-width: 800px) {
  article h2::before {
    font-size: 20px;
  }
}
article h2::after {
  left: 42px;
  width: 1px;
  height: 16px;
  content: "";
  background-color: #004EA2;
}
@media screen and (max-width: 800px) {
  article h2::after {
    left: 37px;
  }
}
article h3 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  article h3 {
    margin-bottom: 10px;
  }
}
article h3 .en {
  display: block;
  color: #004EA2;
  font-size: 19px;
}
@media screen and (max-width: 800px) {
  article h3 .en {
    font-size: 15px;
  }
}
article h4 {
  color: #004EA2;
  font-size: 20px;
  line-height: 1.3;
  padding-left: 45px;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  article h4 {
    font-size: 16px;
    padding-left: 35px;
    margin-bottom: 8px;
  }
}
article h4::before {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 32px;
  height: 10px;
  content: "";
  background-color: #004EA2;
}
@media screen and (max-width: 800px) {
  article h4::before {
    width: 24px;
    height: 6px;
  }
}

#role01 {
  background-color: transparent;
  padding: 110px 0 150px;
}
@media screen and (max-width: 800px) {
  #role01 {
    padding: 65px 0 60px;
  }
}

.nakami {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 53px 58px;
}
@media screen and (max-width: 800px) {
  .nakami {
    padding: 16px 16px 45px;
  }
}
.nakami .nakami-content {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 4.2%;
  margin-bottom: 35px;
}
@media screen and (max-width: 800px) {
  .nakami .nakami-content {
    gap: 10px 0;
    margin-bottom: 20px;
  }
}
.nakami .nakami-content .nakami-detail {
  width: 47.9%;
  min-height: 319px;
  background-color: rgba(188, 228, 247, 0.8);
  border-radius: 18px;
  padding: 34px 45px 25px;
}
@media screen and (max-width: 800px) {
  .nakami .nakami-content .nakami-detail {
    width: 100%;
    min-height: inherit;
    border-radius: 12px;
    padding: 30px 20px;
  }
}
.nakami .nakami-content .nakami-detail .icon-nakami {
  text-align: center;
  height: 78px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 800px) {
  .nakami .nakami-content .nakami-detail .icon-nakami {
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .nakami .nakami-content .nakami-detail .icon-nakami.in01 {
    max-width: 60px;
  }
}
@media screen and (max-width: 800px) {
  .nakami .nakami-content .nakami-detail .icon-nakami.in02 {
    max-width: 52px;
  }
}
@media screen and (max-width: 800px) {
  .nakami .nakami-content .nakami-detail .icon-nakami.in03 {
    max-width: 49px;
  }
}
@media screen and (max-width: 800px) {
  .nakami .nakami-content .nakami-detail .icon-nakami.in04 {
    max-width: 53px;
  }
}
.nakami .nakami-content .nakami-detail h3 {
  color: #004EA2;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .nakami .nakami-content .nakami-detail h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.nakami .nakami-content .nakami-detail ul {
  margin: 0;
  padding: 0;
}
.nakami .nakami-content .nakami-detail ul li {
  line-height: 1.68;
  margin: 0 0 0 1em;
  padding: 0;
}
.nakami .nakami-content .nakami-detail ul li::before {
  content: "・";
  margin-left: -1em;
}
.nakami .nakami-flow {
  position: relative;
  width: 100%;
  max-width: 466px;
  border: 3px solid #004EA2;
  border-top: none;
  height: 25px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 800px) {
  .nakami .nakami-flow {
    max-width: 185px;
    height: 15px;
    border: 2px solid #004EA2;
    border-top: none;
  }
}
.nakami .nakami-flow::before, .nakami .nakami-flow::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 100%;
  content: "";
}
.nakami .nakami-flow::before {
  border-style: solid;
  border-width: 18px 13px 0 13px;
  border-color: #004EA2 transparent transparent;
}
@media screen and (max-width: 800px) {
  .nakami .nakami-flow::before {
    border-width: 12px 8px 0 8px;
  }
}
.nakami .nakami-flow::after {
  border-style: solid;
  border-width: 12.9px 9.3px 0 9.3px;
  border-color: #FFFFFF transparent transparent;
}
@media screen and (max-width: 800px) {
  .nakami .nakami-flow::after {
    border-width: 8.4px 5.6px 0 5.6px;
  }
}
.nakami .nakami-bottom {
  margin-bottom: 25px;
}
.nakami .nakami-bottom p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .nakami .nakami-bottom p {
    font-size: 15px;
  }
}
.nakami .nakami-bottom p strong {
  color: #004EA2;
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .nakami .nakami-bottom p strong {
    display: block;
    font-size: 18px;
    line-height: 1.67;
    padding: 10px 0;
  }
}
.nakami .nakami-bottom p .kome {
  font-size: 13px;
}
.nakami .nakami-bikou {
  font-size: 13px;
  text-align: right;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .nakami .nakami-bikou {
    text-align: left;
  }
}

#role02 {
  padding: 110px 0 0;
}
@media screen and (max-width: 800px) {
  #role02 {
    padding: 65px 0 0;
  }
}

.read-role {
  width: 100%;
  background-color: #FFFFFF;
  border: 2px solid #004EA2;
  border-radius: 12px;
  padding: 45px 20px;
  margin-bottom: 45px;
}
@media screen and (max-width: 800px) {
  .read-role {
    padding: 30px 10px;
    margin-bottom: 25px;
  }
}
.read-role p {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .read-role p {
    font-size: 17px;
  }
}

.assignment {
  width: 100%;
  max-width: 886px;
  border-bottom: 1px dashed #004EA2;
  padding: 35px 0;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .assignment {
    max-width: inherit;
    padding: 20px 0;
  }
}
.assignment:last-child {
  border-bottom: none;
}
.assignment p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.parallax-img {
  margin-top: 135px;
}
@media screen and (max-width: 800px) {
  .parallax-img {
    margin-top: 55px;
  }
}

#role03 {
  padding: 110px 0 85px;
}
@media screen and (max-width: 800px) {
  #role03 {
    padding: 45px 0 80px;
  }
}
#role03 .read-role {
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  #role03 .read-role {
    margin-bottom: 35px;
  }
}
#role03 h4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  #role03 h4 {
    margin-bottom: 30px;
  }
}

.stakeholder {
  position: relative;
  width: 1000px;
  margin-bottom: 75px;
}
@media screen and (max-width: 800px) {
  .stakeholder {
    width: auto;
    overflow-x: auto;
    margin-bottom: 60px;
    padding-bottom: 20px;
  }
}
.stakeholder.start .role-img02 .sa::before, .stakeholder.start .role-img02 .sa::after {
  top: 0;
  opacity: 1;
}
.stakeholder.start .role-img02 .sa.sa03::before, .stakeholder.start .role-img02 .sa.sa03::after {
  top: 0;
}
.stakeholder .role-img02 {
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .stakeholder .role-img02 {
    width: 683px;
  }
}
.stakeholder .role-img02 img {
  width: 100%;
}
.stakeholder .role-img02 .sa {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 61px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .stakeholder .role-img02 .sa {
    width: 38px;
    height: 42px;
  }
}
.stakeholder .role-img02 .sa::before, .stakeholder .role-img02 .sa::after {
  position: absolute;
  width: 18px;
  height: 61px;
  background-image: url("../img/stakeholder_arrow01.svg");
  background-repeat: no-repeat;
  background-position: left top;
  content: "";
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 800px) {
  .stakeholder .role-img02 .sa::before, .stakeholder .role-img02 .sa::after {
    width: 12px;
    height: 42px;
    background-size: cover;
  }
}
.stakeholder .role-img02 .sa::before {
  top: -100%;
  left: 0;
}
.stakeholder .role-img02 .sa::after {
  top: 100%;
  right: 0;
  rotate: 180deg;
}
.stakeholder .role-img02 .sa.sa01 {
  translate: -437% -265%;
}
.stakeholder .role-img02 .sa.sa02 {
  translate: -437% 165%;
}
.stakeholder .role-img02 .sa.sa03 {
  height: 80px;
  translate: 159% -42%;
  rotate: 90deg;
}
@media screen and (max-width: 800px) {
  .stakeholder .role-img02 .sa.sa03 {
    width: 37px;
    height: 55px;
  }
}
.stakeholder .role-img02 .sa.sa03::before, .stakeholder .role-img02 .sa.sa03::after {
  height: 80px;
  background-image: url("../img/stakeholder_arrow02.svg");
}
@media screen and (max-width: 800px) {
  .stakeholder .role-img02 .sa.sa03::before, .stakeholder .role-img02 .sa.sa03::after {
    height: 55px;
  }
}
.stakeholder .role-img02 .sa.sa03::before {
  top: 100%;
}
.stakeholder .role-img02 .sa.sa03::after {
  top: -100%;
}

.approach {
  background-color: rgba(111, 201, 243, 0.4);
  border-radius: 20px;
  padding: 45px 20px 65px;
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .approach {
    padding: 35px 20px 20px;
    margin-bottom: 45px;
  }
}
.approach .logo-approach {
  width: 100%;
  max-width: 162px;
  margin: 0 auto 13px;
}
@media screen and (max-width: 800px) {
  .approach .logo-approach {
    max-width: 134px;
  }
}
.approach .read-approach {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 800px) {
  .approach .read-approach {
    margin-bottom: 10px;
  }
}
.approach .read-approach p {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.approach .read-approach p::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #004EA2;
}
@media screen and (max-width: 800px) {
  .approach .read-approach p::after {
    width: 74px;
  }
}
@media screen and (max-width: 800px) {
  .approach .read-approach p {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.approach .approach-content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .approach .approach-content {
    flex-wrap: wrap;
  }
}
.approach .approach-content .approach-detail {
  width: 19%;
  border-right: 1px solid #FFFFFF;
  padding: 0 15px;
}
@media screen and (max-width: 800px) {
  .approach .approach-content .approach-detail {
    width: 100%;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
  }
}
.approach .approach-content .approach-detail:last-child {
  border-right: none;
}
@media screen and (max-width: 800px) {
  .approach .approach-content .approach-detail:last-child {
    border-bottom: none;
  }
}
.approach .approach-content .approach-detail .icon-approach {
  text-align: center;
  margin: 0 auto 15px;
}
@media screen and (max-width: 800px) {
  .approach .approach-content .approach-detail .icon-approach.ia01 {
    max-width: 46px;
  }
}
@media screen and (max-width: 800px) {
  .approach .approach-content .approach-detail .icon-approach.ia02 {
    max-width: 48px;
  }
}
@media screen and (max-width: 800px) {
  .approach .approach-content .approach-detail .icon-approach.ia03 {
    max-width: 53px;
  }
}
@media screen and (max-width: 800px) {
  .approach .approach-content .approach-detail .icon-approach.ia04 {
    max-width: 54px;
  }
}
@media screen and (max-width: 800px) {
  .approach .approach-content .approach-detail .icon-approach.ia05 {
    max-width: 49px;
  }
}
.approach .approach-content .approach-detail h5 {
  color: #004EA2;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .approach .approach-content .approach-detail h5 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.approach .approach-content .approach-detail p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.role-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .role-content {
    display: block;
  }
}
.role-content .l-role {
  width: 41.5%;
  padding-top: 60px;
}
@media screen and (max-width: 800px) {
  .role-content .l-role {
    width: 100%;
    padding-top: 0;
  }
}
.role-content .l-role h4 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 800px) {
  .role-content .l-role .role-img03 {
    width: 100%;
    margin: 0 auto 20px;
  }
  .role-content .l-role .role-img03 img {
    width: 100%;
  }
}
.role-content .l-role p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}
.role-content .r-role {
  width: 50.8%;
}
@media screen and (max-width: 800px) {
  .role-content .r-role {
    display: none;
  }
}

.fade-bottom {
  padding: 125px 0 150px;
  border-bottom: 1px solid #D3D0D0;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .fade-bottom {
    padding: 80px 0 70px;
  }
}
.fade-bottom .line-down {
  position: absolute;
  left: 50%;
  top: -85px;
}
@media screen and (max-width: 800px) {
  .fade-bottom .line-down {
    top: -40px;
  }
}
.fade-bottom .fade-text {
  max-width: 1062px;
}
@media screen and (max-width: 800px) {
  .fade-bottom .fade-text {
    max-width: 308px;
  }
}
.fade-bottom .fade-text img:nth-child(1) {
  width: 61.4%;
}
@media screen and (max-width: 800px) {
  .fade-bottom .fade-text img:nth-child(1) {
    width: 100%;
  }
}
.fade-bottom .fade-text img:nth-child(2) {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .fade-bottom .fade-text img:nth-child(2) {
    width: 69.5%;
  }
}
@media screen and (max-width: 800px) {
  .fade-bottom .fade-text img:nth-child(3) {
    width: 93.8%;
  }
}/*# sourceMappingURL=role.css.map */