@charset "UTF-8";
/* -----------------------------------------------------
	variables
----------------------------------------------------- */
.page-title h2 {
  background: url(../img/objective/ttl_line.png) bottom left/71.9rem no-repeat; }
  @media screen and (max-width: 768px) {
    .page-title h2 {
      background-image: url(../img/objective/ttl_line_sp.png);
      background-size: 255px; } }

.bg-wrap {
  background: url(../img/common/bg_60.png) top -10rem center/144rem repeat-y;
  margin-top: -2rem; }
  @media screen and (max-width: 768px) {
    .bg-wrap {
      background: url(../img/common/bg_60.png) top center/cover repeat-y;
      margin-top: -5rem; } }

.purpose h2 {
  margin: 0 0 40px; }
  @media screen and (max-width: 768px) {
    .purpose h2 {
      width: 361px;
      margin: 0 0 30px; } }

.purpose p {
  line-height: 1.88; }
  @media screen and (max-width: 768px) {
    .purpose p {
      font-size: 1.3rem; } }

.purpose picture {
  display: block;
  margin: 50px 0 0; }
  @media screen and (max-width: 768px) {
    .purpose picture {
      margin: 20px 0 0; } }

.project {
  background-color: #1C1C1C;
  background-image: url(../img/objective/bg.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .project {
      background-image: none; } }
  .project h2 {
    margin: 0 0 40px; }
    @media screen and (max-width: 768px) {
      .project h2 {
        width: 361px;
        margin: 0 0 30px; } }
  .project p {
    line-height: 1.88; }
    @media screen and (max-width: 768px) {
      .project p {
        font-size: 1.3rem; } }
  .project picture {
    display: block;
    margin: 50px 0 0;
    border-radius: 20px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .project picture {
        margin: 30px 0 0;
        border-radius: 10px; } }
  .project .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.5s, scale 0s 0.5s;
    -o-transition: opacity 0.5s, scale 0s 0.5s;
    transition: opacity 0.5s, scale 0s 0.5s;
    scale: 0; }
    .project .modal:target {
      opacity: 1;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s;
      scale: 1; }
    .project .modal .close {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 24px;
      color: black;
      text-decoration: none;
      cursor: pointer;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }
    .project .modal .modal-wrapper {
      position: relative;
      width: 90%;
      max-width: 960px;
      margin: auto;
      overflow: scroll;
      background-color: #FEFEFE;
      border-radius: 20px; }

.program h2 {
  margin: 0 0 40px; }
  @media screen and (max-width: 768px) {
    .program h2 {
      width: 251px;
      margin: 0 0 30px; } }

.program .box_wrap .box {
  border: solid 1px #707070;
  border-radius: 20px;
  overflow: hidden;
  background-color: #1C1C1C; }
  @media screen and (max-width: 768px) {
    .program .box_wrap .box {
      border-radius: 6px; } }
  .program .box_wrap .box .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .program .box_wrap .box .columns .column .text_wrap h3 {
      font-size: 3rem;
      line-height: 1.33;
      margin-bottom: 48px; }
      @media screen and (max-width: 768px) {
        .program .box_wrap .box .columns .column .text_wrap h3 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-size: 1.6rem;
          margin-bottom: 20px;
          letter-spacing: -0.05em; } }
      .program .box_wrap .box .columns .column .text_wrap h3 em {
        display: block;
        color: #DC000C;
        font-style: normal;
        font-family: "Oswald", sans-serif;
        font-size: 8.8rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.025em;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .program .box_wrap .box .columns .column .text_wrap h3 em {
            width: 50px;
            font-size: 4.4rem;
            margin-bottom: 0;
            margin-right: 18px;
            letter-spacing: 0; } }
    .program .box_wrap .box .columns .column .text_wrap p {
      font-size: 1.8rem;
      line-height: 2.22; }
      @media screen and (max-width: 768px) {
        .program .box_wrap .box .columns .column .text_wrap p {
          font-size: 1.3rem; } }
    .program .box_wrap .box .columns .column:nth-of-type(1) {
      width: calc(100% - 61.458333333333336%);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .program .box_wrap .box .columns .column:nth-of-type(1) {
          width: 100%;
          aspect-ratio: 33 / 20; } }
      .program .box_wrap .box .columns .column:nth-of-type(1) img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .program .box_wrap .box .columns .column:nth-of-type(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 61.458333333333336%;
      padding: 0 3.854166666666667%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        .program .box_wrap .box .columns .column:nth-of-type(2) {
          width: 100%;
          padding: 20px 15px;
          border-top: solid 1px #707070; } }
  .program .box_wrap .box:nth-of-type(1) .columns .column:nth-of-type(2) {
    background-image: url("../img/objective/program_bg_01.png");
    background-position: top 15px right 19px; }
    @media screen and (max-width: 768px) {
      .program .box_wrap .box:nth-of-type(1) .columns .column:nth-of-type(2) {
        background-position: top 6px right 10px;
        background-size: 52px auto; } }
  .program .box_wrap .box:nth-of-type(2) .columns .column:nth-of-type(2) {
    background-image: url("../img/objective/program_bg_03.png");
    background-position: top 15px right 11px; }
    @media screen and (max-width: 768px) {
      .program .box_wrap .box:nth-of-type(2) .columns .column:nth-of-type(2) {
        background-position: top 8px right 7px;
        background-size: 67px auto; } }
  .program .box_wrap .box:nth-of-type(3) .columns .column:nth-of-type(2) {
    background-image: url("../img/objective/program_bg_02.png");
    background-position: top 33px right 24px; }
    @media screen and (max-width: 768px) {
      .program .box_wrap .box:nth-of-type(3) .columns .column:nth-of-type(2) {
        background-position: top 13px right 10px;
        background-size: 63px auto; } }
  .program .box_wrap .box:nth-of-type(n+2) {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .program .box_wrap .box:nth-of-type(n+2) {
        margin-top: 40px; } }

.seeking {
  background-color: #1C1C1C;
  background-image: url(../img/objective/bg.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  padding-bottom: 70px; }
  @media screen and (max-width: 768px) {
    .seeking {
      background-image: none;
      padding-bottom: 0; } }
  .seeking h2 {
    margin: 0 0 40px; }
    @media screen and (max-width: 768px) {
      .seeking h2 {
        width: 295px;
        margin: 0 0 30px; } }
  .seeking .box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .seeking .box_wrap {
        margin: 0 20px; } }
    .seeking .box_wrap .box {
      width: calc(92.1875% / 3);
      background-color: #ffffff;
      border-radius: 6px;
      padding: 45px 30px; }
      @media screen and (max-width: 768px) {
        .seeking .box_wrap .box {
          width: 100%;
          padding: 30px; } }
      .seeking .box_wrap .box h3 {
        color: #000;
        font-size: 3.4rem;
        line-height: 1;
        margin-bottom: 20px; }
        .seeking .box_wrap .box h3 em {
          display: block;
          color: #A1A1A1;
          font-style: normal;
          font-family: "Oswald", sans-serif;
          font-size: 1.5rem;
          font-weight: 500;
          line-height: 1;
          margin-bottom: 8px; }
      .seeking .box_wrap .box ul {
        color: #000; }
        .seeking .box_wrap .box ul li {
          padding-left: .9em;
          text-indent: -.9em;
          margin-top: .8em; }
          .seeking .box_wrap .box ul li:before {
            content: "● ";
            color: #DC000C;
            font-size: 1.0rem; }
          .seeking .box_wrap .box ul li:first-child {
            margin-top: 0; }
      @media screen and (max-width: 768px) {
        .seeking .box_wrap .box:nth-of-type(n+2) {
          margin-top: 30px; } }
