.ygen_title {
  background: url("../img/investor/u-gaku/ugaku_0.jpg") no-repeat center top;
  background-size: 100% auto; }
  @media (max-width: 1000px) {
    .ygen_title {
      background-size: 150% auto; } }
  @media (max-width: 560px) {
    .ygen_title {
      background-size: 200% auto;
      margin-bottom: 5rem !important; } }
  .ygen_title h3 {
    margin: auto;
    width: 60%;
    max-width: 528px;
    padding-top: 55px; }
    @media (max-width: 560px) {
      .ygen_title h3 {
        width: 90%; } }
  .ygen_title figure {
    padding-top: 20px;
    width: 85%;
    margin: auto; }
    @media (max-width: 560px) {
      .ygen_title figure {
        width: 90%; } }

.ygen_subtitle {
  padding-top: 50px;
  text-align: left;
  margin-bottom: 5rem !important; }
  @media (max-width: 560px) {
    .ygen_subtitle {
      padding-top: 30px;
      margin-bottom: 2rem !important; } }
  .ygen_subtitle h3.ugen_subtitle {
    position: relative;
    background: transparent linear-gradient(133deg, #025F3B 0%, #01392A 100%) 0% 0% no-repeat padding-box;
    color: white;
    display: inline-block;
    font-size: 36px;
    line-height: 1.4em;
    padding: .5em 1em; }
    @media (max-width: 560px) {
      .ygen_subtitle h3.ugen_subtitle {
        font-size: 22px;
        padding: .5em .8em; } }
    .ygen_subtitle h3.ugen_subtitle::before {
      content: "";
      display: block;
      background: transparent linear-gradient(133deg, #025F3B 0%, #01392A 100%) 0% 0% no-repeat padding-box;
      position: absolute;
      width: 40px;
      height: 45px;
      bottom: 0;
      left: calc(100% + 5px); }
      @media (max-width: 560px) {
        .ygen_subtitle h3.ugen_subtitle::before {
          width: 20px;
          height: 30px; } }
    .ygen_subtitle h3.ugen_subtitle::after {
      content: "";
      display: block;
      background: transparent linear-gradient(133deg, #025F3B 0%, #01392A 100%) 0% 0% no-repeat padding-box;
      position: absolute;
      width: 23px;
      height: 25px;
      bottom: 0;
      left: calc(100% + 50px); }
      @media (max-width: 560px) {
        .ygen_subtitle h3.ugen_subtitle::after {
          width: 15px;
          height: 20px;
          left: calc(100% + 30px); } }
    .ygen_subtitle h3.ugen_subtitle span {
      display: block;
      position: absolute;
      top: -1.2em;
      left: 0;
      color: #004D39;
      font-size: .8em;
      line-height: 0; }
      @media (max-width: 560px) {
        .ygen_subtitle h3.ugen_subtitle span {
          font-size: 1em; } }

.ugen_wrap {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 50px 0;
  text-align: left;
  box-sizing: border-box; }
  .ugen_wrap article:nth-child(n+2) {
    margin-top: 3rem; }
  @media (max-width: 560px) {
    .ugen_wrap {
      padding: 30px 0; }
      .ugen_wrap article:nth-child(n+2) {
        margin-top: 2rem; } }
  .ugen_wrap h4 {
    margin-left: calc(5% + 55px);
    position: relative;
    background: transparent linear-gradient(133deg, #025F3B 0%, #01392A 100%) 0% 0% no-repeat padding-box;
    color: white;
    display: inline-block;
    font-size: 22px;
    line-height: 1.4em;
    padding: .5em 1em; }
    @media (max-width: 560px) {
      .ugen_wrap h4 {
        font-size: 18px;
        margin-left: calc(5% + 45px); } }
    .ugen_wrap h4::before {
      content: "";
      display: block;
      background: transparent linear-gradient(133deg, #025F3B 0%, #01392A 100%) 0% 0% no-repeat padding-box;
      position: absolute;
      width: 30px;
      height: 1.7em;
      bottom: 0;
      left: -35px; }
      @media (max-width: 560px) {
        .ugen_wrap h4::before {
          width: 20px;
          left: -25px; } }
    .ugen_wrap h4::after {
      content: "";
      display: block;
      background: transparent linear-gradient(133deg, #025F3B 0%, #01392A 100%) 0% 0% no-repeat padding-box;
      position: absolute;
      width: 15px;
      height: .9em;
      bottom: 0;
      left: -55px; }
      @media (max-width: 560px) {
        .ugen_wrap h4::after {
          width: 15px;
          left: -45px; } }
  .ugen_wrap .wrap {
    background: white;
    width: 90%;
    margin-left: 5%;
    margin-top: -20px;
    padding: 50px 30px 30px;
    box-sizing: border-box; }
    @media (max-width: 560px) {
      .ugen_wrap .wrap {
        padding: 30px 15px 15px; } }
    .ugen_wrap .wrap p {
      word-break: break-all; }
      .ugen_wrap .wrap p a {
        color: #004D39;
        font-weight: bold; }
    .ugen_wrap .wrap.column2 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .ugen_wrap .wrap.column2 p {
        width: 55%; }
        @media (max-width: 560px) {
          .ugen_wrap .wrap.column2 p {
            width: 100%;
            margin-bottom: 1rem; } }
      .ugen_wrap .wrap.column2 figure {
        width: 42%; }
        @media (max-width: 560px) {
          .ugen_wrap .wrap.column2 figure {
            width: 100%; } }
        .ugen_wrap .wrap.column2 figure img:nth-child(n+2) {
          margin-top: 5px; }
  .ugen_wrap figure.column3 {
    margin-top: 3rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .ugen_wrap figure.column3 img {
      width: 33%; }
      @media (max-width: 560px) {
        .ugen_wrap figure.column3 img {
          width: 100%; }
          .ugen_wrap figure.column3 img:nth-child(n+2) {
            margin-top: 2px; } }
