@charset "UTF-8";
/* CSS Document */
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: none; }

ul, ol {
  list-style: none; }

ul, ol {
  padding: 0; }

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline; }

a {
  text-decoration: none; }

p {
  line-height: 26px; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  background-image: linear-gradient(90deg, #99cc33 0%, #66ccff 100%); }

.sp_br {
  display: block; }

.pc_br {
  display: none; }

.top_img {
  display: none; }

.scrum_hiroshima {
  width: 95%;
  margin: 0 auto; }
  .scrum_hiroshima a {
    color: #fff;
    font-size: 0.8rem;
    margin-top: 15px;
    display: block; }
    .scrum_hiroshima a:hover {
      opacity: 0.6;
      transition: 0.8s; }

.wrapper {
  background-color: #fff;
  margin: 15px auto;
  width: 95%; }

.top {
  position: relative; }
  .top img {
    width: 100%; }
  .top .top_t {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .top .top_t h5 {
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 36px; }
      .top .top_t h5 span {
        font-size: 1rem; }
    .top .top_t p {
      font-size: 0.8rem;
      width: 90%;
      margin: 10px auto 0;
      line-height: 22px; }
  .top a {
    transition: .4s;
    cursor: pointer;
    border: none;
    width: 50%;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin: 10px auto 0;
    align-items: center;
    padding: 10px 5px;
    background-color: #ff7800;
    color: #fff; }
    .top a .txt_re {
      font-size: 1rem;
      color: #fff; }
    .top a .re_this {
      font-size: 0.6rem;
      margin: 0 3px 0 10px;
      color: #fff;
      line-height: 11px; }
    .top a .btn {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 0 8px 13.9px;
      border-color: transparent transparent transparent #fff; }
    .top a:hover {
      opacity: 0.6; }

.content {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 20px; }
  .content h5 {
    font-weight: bold;
    font-size: 1.4rem;
    border-bottom: 4px solid;
    border-image: linear-gradient(90deg, #9c3 0%, #92e9a4 52.72%, #6cf 100%);
    border-image-slice: 1;
    display: inline-block;
    padding: 0  15px 8px 0;
    margin: 25px 0; }
  .content p {
    font-size: 1rem; }
  .content .contest_txt {
    font-size: 1rem; }
  .content .contest_subtit {
    padding-left: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    margin-left: 5px; }
    .content .contest_subtit::before {
      position: absolute;
      left: -5px;
      content: "";
      display: block;
      height: 100%;
      width: 7px;
      background: linear-gradient(90deg, #9c3 0%, #92e9a4 52.72%, #6cf 100%); }
  .content .feature ul {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    flex-wrap: wrap;
    margin: 16px 0;
    gap: 1.8%; }
  .content .feature li {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.06);
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.02));
    text-align: center; }
    .content .feature li:first-child {
      margin-bottom: 18px; }
    .content .feature li h6 {
      font-size: 1rem;
      font-weight: bold;
      margin-top: -3px;
      white-space: nowrap; }
    .content .feature li img {
      width: auto;
      height: 55.33px;
      margin-top: 10px; }
    .content .feature li .number {
      margin-top: -12px;
      display: inline-block;
      background: linear-gradient(90deg, #8bcc08 0%, #13e13e 50.05%, #0082c2 100%);
      background: -webkit-linear-gradient(0deg, #8bcc08 0%, #13e13e 50.05%, #0082c2 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: initial; }
      .content .feature li .number span {
        font-size: 2.5rem; }
    .content .feature li .gdp_number {
      font-size: 1.5rem; }
      .content .feature li .gdp_number span {
        font-size: 2rem; }
      .content .feature li .gdp_number .usd {
        font-size: 0.7rem; }
    .content .feature li .japanese {
      margin-top: -7px;
      font-weight: bold;
      font-size: 0.8rem; }
  .content .feature .feature_cmt {
    font-size: 0.6rem;
    font-weight: normal;
    margin-bottom: 20px; }

.deep_issue {
  margin: 2em 0;
  position: relative;
  padding: 0.5em 1.5em;
  border-top: solid 1px black;
  border-bottom: solid 1px black; }
  .deep_issue::before, .deep_issue:after {
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black; }
  .deep_issue::before {
    left: 10px; }
  .deep_issue::after {
    right: 10px; }
  .deep_issue ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .deep_issue ul li:last-child {
      margin-bottom: 0px; }
    .deep_issue ul li img {
      width: 107px;
      height: auto; }
    .deep_issue ul li p {
      font-size: 1rem;
      border-bottom: 4px solid;
      border-image: linear-gradient(90deg, #9c3 0%, #92e9a4 52.72%, #6cf 100%);
      border-image-slice: 1;
      display: inline-block;
      padding-right: 10px;
      position: relative;
      padding: 0 15px 5px 25px;
      margin-left: 15px; }
      .deep_issue ul li p::before {
        content: '';
        position: absolute;
        background-image: url("../img/check.svg");
        display: block;
        width: 25px;
        height: 20px;
        background-size: 70%;
        background-repeat: no-repeat;
        top: 30%;
        left: 0%; }

.sub_title {
  font-size: 1rem !important;
  font-weight: bold !important; }

.schedule_tit {
  margin: 25px 0 10px; }

.schedule ul li:last-child .triangle {
  display: none; }
.schedule ul li:last-child .sch_sho::before {
  display: none; }
.schedule ul li:last-child .sch_sho .schedule_menu {
  padding-left: 30px; }
.schedule ul li div {
  font-weight: bold;
  font-size: 1rem;
  margin-left: 0.5em; }
  .schedule ul li div .sch_sho {
    font-weight: normal;
    display: flex;
    align-items: end;
    position: relative; }
    .schedule ul li div .sch_sho .triangle {
      min-width: 12px;
      height: 12px;
      background: linear-gradient(0deg, #9c3 0%, #92e9a4 52.72%, #6cf 100%);
      clip-path: polygon(0 0, 50% 100%, 100% 0); }
    .schedule ul li div .sch_sho::before {
      content: '';
      position: absolute;
      border-left: 1px solid #66CCFF;
      height: 98%;
      left: 5.5px;
      margin-bottom: 1px; }
    .schedule ul li div .sch_sho .schedule_menu {
      padding: 15px 18px 25px 18px;
      flex-shrink: 1; }
    .schedule ul li div .sch_sho p {
      font-size: 0.8rem; }

.recruitment {
  margin-bottom: 30px;
  font-size: 1rem; }
  .recruitment ul {
    margin-top: 10px; }
    .recruitment ul li:first-child {
      margin-top: 10px; }
    .recruitment ul li:last-child {
      margin-bottom: 25px; }
  .recruitment .method {
    margin: 10px 0 25px 0; }
    .recruitment .method a {
      color: #0000EE;
      text-decoration: underline; }
  .recruitment .span {
    margin-top: 10px; }

.news {
  padding-bottom: 20px; }

.news_box li {
  border: 1px solid #ccc;
  width: 95%;
  margin: 0 auto 20px;
  border-radius: 10px; }
  .news_box li img {
    width: 100%;
    border-radius: 10px 10px  0 0; }
  .news_box li div {
    margin: 17px 10px 15px; }
    .news_box li div .date {
      margin-bottom: 5px;
      font-size: 1rem; }
    .news_box li div .news_title {
      font-size: 1rem; }
    .news_box li div .news_text {
      margin: 20px 0 0 0;
      font-size: 0.8rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4; }
  .news_box li a {
    color: #000;
    text-decoration: underline; }
  .news_box li .next {
    font-size: 1rem;
    margin: 0 0 1em 1em;
    display: block; }

.news_ a:not(.breadcrumb li a) {
  color: #0000EE;
  text-decoration: underline; }
.news_ .news_top {
  width: 95%;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #000; }
  .news_ .news_top h4 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative; }
    .news_ .news_top h4::after {
      position: absolute;
      bottom: -10px;
      left: calc(50% - 45px);
      width: 90px;
      height: 5px;
      content: '';
      border-radius: 3px;
      background: linear-gradient(90deg, #9c3 0%, #92e9a4 52.72%, #6cf 100%); }
  .news_ .news_top h6 {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 30px; }
.news_ .news_content {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 20px; }
  .news_ .news_content .news_block {
    margin-top: 20px; }
    .news_ .news_content .news_block h5 {
      font-size: 1.4rem;
      font-weight: bold; }
    .news_ .news_content .news_block p {
      font-size: 1rem;
      margin: 20px 0 20px;
      overflow-wrap: break-word; }
    .news_ .news_content .news_block .news_flex {
      margin: 25px 0px; }
      .news_ .news_content .news_block .news_flex .news_img p {
        margin: 0 0 20px 0; }
    .news_ .news_content .news_block .news_p {
      padding: 10px 0; }
      .news_ .news_content .news_block .news_p span strong {
        display: block;
        margin-bottom: 1em; }
    .news_ .news_content .news_block .gaiyo {
      font-size: 1.1rem;
      margin: 10px 0; }
    .news_ .news_content .news_block .event_t {
      font-size: 1rem;
      margin: 10px 0;
      font-weight: normal; }
      .news_ .news_content .news_block .event_t .event_sho {
        padding-left: 1em;
        margin: 0; }
    .news_ .news_content .news_block h6 {
      font-size: 1.2rem;
      margin: 15px 0 10px; }
    .news_ .news_content .news_block span {
      font-size: 1rem; }
.news_ .breadcrumb {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: left;
  font-size: 14px;
  color: #000;
  padding: 0 0 15px 0;
  margin: -15px auto 25px; }
  .news_ .breadcrumb li a {
    color: #000;
    font-weight: normal; }
.news_ .breadcrumb li::before {
  content: "＜";
  margin: 0 .3em;
  color: #000; }

.schedule .seminar {
  background-color: #e0ffff;
  border-radius: 10px;
  padding: 20px 0;
  margin: 10px 0; }
.schedule .seminar2 {
  background-color: #ffe0e0; }

.schedule .project {
  background-color: #99ffcc;
  border-radius: 10px;
  padding: 20px 0;
  margin: 10px 0; }

.program a {
  transition: .4s;
  cursor: pointer;
  border: none;
  width: 50%;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
  align-items: center;
  padding: 10px 5px;
  background: linear-gradient(52deg, rgba(146, 199, 60, 0.7) 0%, rgba(139, 210, 255, 0.7) 100%); }
  .program a:hover {
    opacity: 0.6;
    transition: 0.8s; }

.img_flex {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap; }
  .img_flex figure {
    margin: 0 10px 10px; }
    .img_flex figure figcaption {
      text-align: center; }

.news_sho {
  margin-top: 0  !important; }

.date240122 .news_block {
  margin-bottom: 50px; }
  .date240122 .news_block_f {
    margin: 0 !important; }
.date240122 .img_flex {
  justify-content: flex-start;
  margin-top: 0; }
  .date240122 .img_flex figure figcaption {
    text-align: left; }
.date240122 .event_s {
  margin: 35px 0 0 0 !important;
  font-size: 18px !important; }
.date240122 .SpecialLecture {
  margin-top: 10px; }
  .date240122 .SpecialLecture .left {
    float: left;
    margin: 0 !important; }
  .date240122 .SpecialLecture h6 {
    display: inline-block;
    font-size: 1rem;
    margin: 5px 0 10px !important; }
  .date240122 .SpecialLecture p {
    margin: 0 !important;
    /*display: inline-block;*/ }

.date240118 .news_content .news_block .gaiyo {
  font-size: 1.3rem; }

.date240325 .reportProject.news_block {
  margin-top: 50px; }
.date240325 .stage {
  margin: 50px 0 0 0; }
  .date240325 .stage_company {
    margin: 10px 0; }
.date240325 .reportLecture h5 {
  margin: 50px 0 1em; }
.date240325 .reportLecture .state {
  margin: 30px 0 0; }
.date240325 .underTxt {
  padding: 15px 0;
  border-top: 1px solid #000; }

@media screen and (min-width: 769px) {
  p {
    line-height: 30px; }

  .sp_br {
    display: none; }

  .pc_br {
    display: block; }

  .scrum_hiroshima {
    margin: 0 auto;
    min-width: 1140px;
    max-width: 1140px; }
    .scrum_hiroshima a {
      font-size: 16px; }

  .wrapper {
    min-width: 1140px;
    max-width: 1140px; }

  .top_sp {
    display: none; }

  .top_img {
    display: block; }

  .top {
    margin-bottom: 56px; }
    .top .top_t h5 {
      font-size: 38px;
      line-height: 16px; }
      .top .top_t h5 span {
        font-size: 32px;
        line-height: 95px; }
    .top .top_t p {
      line-height: 34px;
      width: auto;
      font-size: 20px;
      margin: 42px 0; }
    .top a {
      width: 322px; }
      .top a .txt_re {
        font-size: 30px; }
      .top a .re_this {
        line-height: 20px;
        font-size: 20px;
        margin: 0 5px 0 20px; }
      .top a .btn {
        border-width: 12.5px 0 12.5px 21.7px; }

  .content {
    width: 90%; }
    .content h5 {
      font-size: 30px;
      padding-right: 25px; }
    .content .contest_txt {
      font-size: 16px;
      margin-bottom: 40px; }
    .content .contest_subtit {
      font-size: 20px;
      margin-top: 30px; }
    .content p {
      font-size: 16px; }
    .content .feature ul {
      margin: 30px 0 20px 0; }
      .content .feature ul li {
        width: 238px;
        height: 238px; }
        .content .feature ul li h6 {
          font-size: 22px; }
        .content .feature ul li img {
          width: initial;
          height: initial; }
        .content .feature ul li .japanese {
          font-size: 20px; }
        .content .feature ul li .number {
          line-height: initial;
          font-size: 32px; }
          .content .feature ul li .number span {
            font-size: 52px; }
        .content .feature ul li .gdp_number {
          margin-top: 5px;
          font-size: 32px; }
          .content .feature ul li .gdp_number span {
            font-size: 42px; }
          .content .feature ul li .gdp_number .usd {
            font-size: 20px; }
    .content .feature .feature_cmt {
      font-size: 14px; }

  .deep_issue {
    padding: 1.5em 2.5em; }
    .deep_issue ul {
      display: flex;
      flex-wrap: wrap; }
      .deep_issue ul li {
        min-width: 50%;
        margin-bottom: 25px; }
        .deep_issue ul li img {
          width: 154px;
          height: 114px; }
        .deep_issue ul li p {
          font-size: 20px; }

  .schedule p:not(.sub_title) {
    margin-bottom: 40px; }
  .schedule ul li div {
    font-size: 18px;
    margin-left: 1em; }
    .schedule ul li div .sch_sho p {
      font-size: 16px;
      margin: 0; }

  .sub_title {
    margin-bottom: 5px; }

  .recruitment ul {
    font-size: 16px; }
  .recruitment .span {
    font-size: 16px; }

  .news_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .news_box li {
      width: 32%;
      margin: 0;
      display: flex;
      flex-direction: column;
      margin-bottom: 20px; }
      .news_box li div {
        flex-grow: 1; }
        .news_box li div .date {
          font-size: 16px; }
        .news_box li div .news_title {
          font-size: 18px; }
        .news_box li div .news_text {
          font-size: 15px; }
      .news_box li .next {
        font-size: 15px; }
    .news_box::after {
      content: "";
      display: block;
      /*width:30%;*/
      width: calc(100%/3.1); }

  .news_ .news_top {
    width: 92%;
    padding: 100px 0;
    margin-bottom: 70px; }
    .news_ .news_top h4 {
      font-size: 40px; }
      .news_ .news_top h4::after {
        left: calc(50% - 125px);
        width: 250px;
        bottom: -25px; }
    .news_ .news_top h6 {
      font-size: 20px;
      padding-top: 50px; }
  .news_ .news_content {
    width: 92%; }
    .news_ .news_content .news_block h5 {
      font-size: 29px; }
    .news_ .news_content .news_block p {
      margin: 30px 0 0;
      font-size: 16px; }
    .news_ .news_content .news_block .left {
      margin-left: 3em; }
    .news_ .news_content .news_block .news_flex {
      display: flex;
      justify-content: space-between; }
      .news_ .news_content .news_block .news_flex p {
        width: 46%;
        margin: 0; }
      .news_ .news_content .news_block .news_flex .news_img p {
        width: 100%; }
    .news_ .news_content .news_block .news_p {
      padding: 30px 0; }
      .news_ .news_content .news_block .news_p span strong {
        margin-bottom: 2em; }
    .news_ .news_content .news_block .gaiyo {
      font-size: 18px; }
    .news_ .news_content .news_block .event_t {
      font-size: 16px; }
    .news_ .news_content .news_block h6 {
      font-size: 24px; }
    .news_ .news_content .news_block span {
      font-size: 16px; }
  .news_ .breadcrumb {
    padding: 0 0 50px 0;
    margin: -50px auto 25px; }

  .date240122 .news_top {
    padding: 100px 0 50px;
    margin-bottom: 0; }
  .date240122 .news_content .news_block .news_p p {
    margin: 5px 0 0 !important; }
  .date240122 .news_pdf img {
    width: 40%;
    height: auto; }
  .date240122 .SpecialLecture .left {
    margin: 0 15px 15px 0 !important; }
  .date240122 .SpecialLecture h6 {
    font-size: 18px !important; }
  .date240122 .SpecialLecture p {
    margin: 0 !important; }

  .date240118 .news_content .news_block h5 {
    margin-bottom: 30px; }
  .date240118 .news_inner {
    margin: 0 auto;
    max-width: 905px; }
  .date240118 .img_flex {
    justify-content: flex-start;
    margin-bottom: 50px; }
    .date240118 .img_flex figure {
      width: 50%;
      margin: 10px 0; }
      .date240118 .img_flex figure img {
        margin: 0 auto;
        display: block; }
  .date240118 .news_content .news_block .gaiyo {
    font-size: 22px; }

  .date240325 .news_top {
    padding: 100px 0 50px; }
  .date240325 .reportProject.news_block {
    margin-top: 80px; }
  .date240325 .stage {
    margin: 50px 0 0 0; }
    .date240325 .stage_company {
      margin: 10px 0; }
  .date240325 .article {
    margin-bottom: 40px; }
    .date240325 .article_img {
      float: right;
      margin-left: 20px; }
  .date240325 .reportLecture .state {
    text-align: center;
    margin: 50px 0; }
  .date240325 .underTxt {
    padding: 25px 0;
    border-top: 1px solid #000; } }
.u__layout0 {
  margin-bottom: 3em !important; }
.u__layout1 {
  margin-bottom: 1.5em; }
.u__layout2 {
  display: flex; }
  .u__layout2 dt {
    width: 6em;
    min-width: 100px; }
  .u__layout2 .wide {
    min-width: 130px; }
.u__layout3 {
  margin-bottom: 1em; }
.u__layout4 {
  margin-bottom: 4em; }
.u__img {
  text-align: center; }

.achievements {
  margin-bottom: 3rem; }

.lecture_box {
  display: flex;
  gap: 25px; }
  .lecture_box figure {
    width: 155px; }
  .lecture_box > div {
    width: calc(100% - 155px); }
    .lecture_box > div h6 {
      font-size: 1.2rem !important;
      margin-top: 0 !important; }

.company_list {
  margin-bottom: 2rem; }
  .company_list li {
    margin: 0.5em 0; }

.date240924 {
  padding-bottom: 100px; }
  .date240924 .article2 {
    margin-top: 100px !important; }

@media screen and (max-width: 769px) {
  .achievements .program a {
    width: 80%; }

  .lecture_box {
    display: block; }
    .lecture_box > div {
      width: 100%; } }
@media screen and (min-width: 769px) {
  .date240708_1 .news_top, .date240708_2 .news_top {
    padding: 100px 0 50px; }

  .news_pdf img {
    width: 40%;
    height: auto; }

  .img_flex.jcfs {
    justify-content: flex-start;
    max-width: 904px;
    margin-inline: auto; } }
.u__img-center {
  text-align: center; }
.u__line-top {
  margin-top: 1em !important; }
.u__block-top {
  margin-top: 60px !important; }
.u__article-box {
  margin-top: 30px; }

@media screen and (min-width: 769px) {
  .u__img-50 {
    max-width: 500px;
    width: 50%; }
  .u__txt-50 {
    width: 50%; }
  .u__article-flexPc {
    justify-content: space-between;
    display: flex; } }
