/*
brakepoint
*/
/* line 26, project-single.scss */
.wrapper {
  margin-bottom: 190px; }
  @media screen and (max-width: 800px) {
    /* line 26, project-single.scss */
    .wrapper {
      margin-bottom: 100px; } }
  /* line 31, project-single.scss */
  .wrapper .sidebar {
    top: calc(50% - 58px); }
    @media screen and (max-width: 800px) {
      /* line 31, project-single.scss */
      .wrapper .sidebar {
        top: auto;
        bottom: 0; } }
  /* line 38, project-single.scss */
  .wrapper section {
    padding-bottom: 0; }
    /* line 40, project-single.scss */
    .wrapper section.entry-content {
      background: rgba(0, 0, 0, 0.05);
      margin-top: -118px; }
      @media screen and (max-width: 800px) {
        /* line 40, project-single.scss */
        .wrapper section.entry-content {
          margin-top: 0; } }
    /* line 48, project-single.scss */
    .wrapper section.bg_white::before {
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(calc(-50% + 91px));
      width: 100%;
      max-width: 1120px;
      height: 100%;
      background-color: #FFFFFF;
      content: "";
      z-index: 0;
      border-radius: 16px; }
      @media screen and (max-width: 800px) {
        /* line 48, project-single.scss */
        .wrapper section.bg_white::before {
          width: calc(100% + 50px);
          transform: translateX(-50%);
          border-radius: 0; } }

@media screen and (max-width: 800px) {
  /* line 69, project-single.scss */
  .page_title {
    padding-bottom: 35px; } }

/* line 74, project-single.scss */
.entry-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 100px; }
  @media screen and (max-width: 800px) {
    /* line 74, project-single.scss */
    .entry-head {
      padding-bottom: 65px;
      flex-direction: column; } }
  /* line 84, project-single.scss */
  .entry-head.half .cat-projectlist {
    width: 100%; }
  /* line 88, project-single.scss */
  .entry-head h2 {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    margin-bottom: 65px; }
    @media screen and (max-width: 800px) {
      /* line 88, project-single.scss */
      .entry-head h2 {
        font-size: 25px;
        line-height: 1.4;
        text-align: left;
        margin-bottom: 25px;
        order: 2; } }
  /* line 101, project-single.scss */
  .entry-head .project-img {
    width: 55.2%; }
    @media screen and (max-width: 800px) {
      /* line 101, project-single.scss */
      .entry-head .project-img {
        width: calc(100% + 48px);
        margin: 0 0 40px -24px;
        order: 1; } }
    /* line 108, project-single.scss */
    .entry-head .project-img img {
      width: 512px;
      height: 288px;
      object-fit: cover; }
      @media screen and (max-width: 800px) {
        /* line 108, project-single.scss */
        .entry-head .project-img img {
          width: 100%;
          height: auto; } }
  /* line 118, project-single.scss */
  .entry-head .cat-projectlist {
    width: 38.4%; }
    @media screen and (max-width: 800px) {
      /* line 118, project-single.scss */
      .entry-head .cat-projectlist {
        width: 100%;
        order: 3; } }
  /* line 125, project-single.scss */
  .entry-head h3 {
    display: inline-block;
    width: 250px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    padding: 5px 15px;
    margin: 65px 0 30px; }
    @media screen and (max-width: 800px) {
      /* line 125, project-single.scss */
      .entry-head h3 {
        order: 4;
        margin-bottom: 25px; } }
    /* line 137, project-single.scss */
    .entry-head h3::before, .entry-head h3::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 8px;
      height: 32px;
      content: "";
      border: 2px solid #343538; }
    /* line 147, project-single.scss */
    .entry-head h3::before {
      left: 0;
      border-right: none; }
    /* line 151, project-single.scss */
    .entry-head h3::after {
      right: 0;
      border-left: none; }
  /* line 156, project-single.scss */
  .entry-head .overview {
    width: 100%;
    margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      /* line 156, project-single.scss */
      .entry-head .overview {
        order: 5; } }

/* line 165, project-single.scss */
.column2 {
  padding: 100px 0; }
  @media screen and (max-width: 800px) {
    /* line 165, project-single.scss */
    .column2 {
      padding: 75px 24px; } }
  /* line 170, project-single.scss */
  .column2::before, .column2::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    content: "";
    pointer-events: none; }
    @media screen and (max-width: 800px) {
      /* line 170, project-single.scss */
      .column2::before, .column2::after {
        left: 24px; } }
  /* line 182, project-single.scss */
  .column2::before {
    width: 128px;
    background-color: #C71D2B;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      /* line 182, project-single.scss */
      .column2::before {
        width: 96px; } }
  /* line 190, project-single.scss */
  .column2::after {
    width: 100%;
    background: rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 800px) {
      /* line 190, project-single.scss */
      .column2::after {
        width: calc(100% - 50px); } }
  /* line 197, project-single.scss */
  .column2 .l-column {
    position: sticky;
    top: 100px;
    width: 255px;
    padding-right: 20px; }
    @media screen and (max-width: 800px) {
      /* line 197, project-single.scss */
      .column2 .l-column {
        position: relative;
        top: auto;
        width: 100%;
        padding: 0 0 45px; } }
    /* line 208, project-single.scss */
    .column2 .l-column h2 {
      color: #C71D2B;
      margin: 0;
      line-height: 1; }
      /* line 212, project-single.scss */
      .column2 .l-column h2 .en {
        display: block;
        font-size: 50px;
        letter-spacing: -0.03em;
        margin-bottom: 5px; }
        @media screen and (max-width: 800px) {
          /* line 212, project-single.scss */
          .column2 .l-column h2 .en {
            font-size: 40px; } }
      /* line 221, project-single.scss */
      .column2 .l-column h2 .jp {
        display: block;
        font-size: 15px;
        font-weight: 600; }
        @media screen and (max-width: 800px) {
          /* line 221, project-single.scss */
          .column2 .l-column h2 .jp {
            font-size: 13px; } }
  /* line 231, project-single.scss */
  .column2 .r-column {
    width: calc(100% - 255px); }
    @media screen and (max-width: 800px) {
      /* line 231, project-single.scss */
      .column2 .r-column {
        width: 100%; } }
    /* line 236, project-single.scss */
    .column2 .r-column .entry-box {
      padding: 0;
      border: none; }

/* line 243, project-single.scss */
.btn-content {
  margin-top: 95px;
  padding-left: 183px; }
  @media screen and (max-width: 800px) {
    /* line 243, project-single.scss */
    .btn-content {
      margin-top: 60px;
      padding-left: 0; } }

/*# sourceMappingURL=project-single.css.map */
