@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&family=Noto+Sans+JP:wght@300&display=swap");
/*共通あとで合体*/
/*.cvLink {
  margin: 6rem auto 0;
  li {
    max-width: 370px;
    width: 90%;
    margin: auto;
    a {
      display: block;
      width: 100%;
      text-align: center;
      text-decoration: none;
      color: #fff;
      font-size: 21px;
      background: $color2;
      padding: 10px 0;
    }
  }
}*/
.page-inner {
  background: none !important; }

.page-wrap {
  padding-bottom: 2rem !important; }
  .page-wrap .page-note {
    margin-top: 3rem; }

.loader-container {
  display: none; }

h4 {
  font-family: ltc-bodoni-175, serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 58px;
  line-height: 1.0;
  margin-bottom: 3rem;
  font-weight: normal; }
  h4.green {
    color: #007f76; }

.leadCopy {
  text-align: center;
  margin: 5rem auto; }
  @media screen and (max-width: 768px) {
    .leadCopy {
      text-align: left;
      width: 90%; }
      .leadCopy .text-l {
        font-size: 0.8rem; } }

.conceptBox {
  max-width: 900px;
  margin: auto; }
  .conceptBox li {
    overflow: hidden;
    position: relative;
    margin-bottom: 5rem; }
    @media screen and (max-width: 768px) {
      .conceptBox li {
        margin-bottom: 1rem; } }
    .conceptBox li .pic {
      width: 60%; }
      .conceptBox li .pic img {
        width: 100%;
        height: auto; }
    .conceptBox li .txtArea {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 33%; }
      .conceptBox li .txtArea h5 {
        font-family: 'Barlow Semi Condensed', sans-serif;
        color: #9fa0a0;
        font-size: 58px;
        line-height: 1.0;
        margin-bottom: 20px; }
      .conceptBox li .txtArea .color-line {
        width: 100%;
        height: 8px;
        margin-bottom: 10px; }
        .conceptBox li .txtArea .color-line.line1 {
          background-color: #30a75c; }
        .conceptBox li .txtArea .color-line.line2 {
          background-color: #9dc814; }
        .conceptBox li .txtArea .color-line.line3 {
          background-color: #1aa0ad; }
        .conceptBox li .txtArea .color-line.line4 {
          background-color: #e1c721; }
        .conceptBox li .txtArea .color-line.line5 {
          background-color: #eda016; }
    .conceptBox li:nth-child(even) .pic {
      float: right; }
    .conceptBox li:nth-child(even) .txtArea {
      left: 0;
      right: auto; }
  @media screen and (max-width: 768px) {
    .conceptBox li .pic {
      width: 55%; }
    .conceptBox li .color-line {
      width: 120%; }
    .conceptBox li .txtArea h5 {
      font-size: 9vw; }
    .conceptBox li:nth-of-type(1) .txtArea {
      width: 40%;
      bottom: inherit;
      top: 0; }
    .conceptBox li:nth-of-type(1)::after {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 5%; }
    .conceptBox li:nth-of-type(2) .txtArea {
      bottom: inherit;
      top: 0;
      width: 45%; }
    .conceptBox li:nth-of-type(2)::after {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 7%;
      clear: both; }
    .conceptBox li:nth-of-type(3) .pic {
      width: 53%; }
    .conceptBox li:nth-of-type(3) .txtArea {
      width: 50%; }
      .conceptBox li:nth-of-type(3) .txtArea p.text-m {
        margin-left: 13%; }
    .conceptBox li:nth-of-type(3)::before {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 8%;
      clear: both; }
    .conceptBox li:nth-of-type(4) {
      margin-top: 5rem; }
      .conceptBox li:nth-of-type(4) .txtArea {
        bottom: inherit;
        top: 0;
        width: 45%; }
      .conceptBox li:nth-of-type(4)::after {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 15%;
        clear: both; }
    .conceptBox li:nth-of-type(5) .txtArea {
      width: 55%; }
      .conceptBox li:nth-of-type(5) .txtArea p.text-m {
        margin-left: 30%; }
    .conceptBox li:nth-of-type(5)::before {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 10%;
      clear: both; } }
  @media screen and (max-width: 640px) {
    .conceptBox li:nth-of-type(1) .txtArea {
      width: 45%;
      bottom: inherit;
      top: 0; }
    .conceptBox li:nth-of-type(1)::after {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 15%; }
    .conceptBox li:nth-of-type(3) .pic {
      width: 45%; }
    .conceptBox li:nth-of-type(3) .txtArea {
      width: 50%; }
      .conceptBox li:nth-of-type(3) .txtArea p.text-m {
        margin-left: 0%; }
    .conceptBox li:nth-of-type(3)::before {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 10%;
      clear: both; }
    .conceptBox li:nth-of-type(5) .pic {
      width: 45%; }
    .conceptBox li:nth-of-type(5) .txtArea {
      width: 50%; }
      .conceptBox li:nth-of-type(5) .txtArea p.text-m {
        margin-left: 0%; }
    .conceptBox li:nth-of-type(5)::before {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 20%;
      clear: both; }
    .conceptBox li .pic {
      width: 50%; }
    .conceptBox li .txtArea {
      width: 40%; }
      .conceptBox li .txtArea h5 {
        font-size: 7vw; }
      .conceptBox li .txtArea p.text-m {
        font-size: 10px; } }
  @media screen and (max-width: 500px) {
    .conceptBox li .txtArea h5 {
      font-size: 7vw; }
    .conceptBox li:nth-of-type(5)::before {
      padding-bottom: 15%; } }
  @media screen and (max-width: 360px) {
    .conceptBox li {
      width: 80%;
      margin-top: 0 !important;
      margin-bottom: 2rem !important; }
      .conceptBox li::after {
        display: none !important; }
      .conceptBox li::before {
        display: none !important; }
      .conceptBox li:nth-of-type(2n) {
        margin-left: 20%; }
      .conceptBox li .pic {
        width: 100% !important;
        float: none !important; }
      .conceptBox li .txtArea {
        float: none !important;
        padding-top: 1rem;
        position: relative;
        width: 100% !important; }
        .conceptBox li .txtArea p.text-m {
          width: 100%;
          margin-left: 0 !important; }
        .conceptBox li .txtArea h5 {
          font-size: 8vw; } }

.conceptList ul {
  line-height: 0; }
  .conceptList ul li {
    display: flex;
    margin-top: 3rem; }
    .conceptList ul li img {
      width: 100%;
      height: auto; }
    .conceptList ul li:nth-child(1) .text, .conceptList ul li:nth-child(3) .text, .conceptList ul li:nth-child(5) .text {
      order: 2; }
    .conceptList ul li:nth-child(1) .photo, .conceptList ul li:nth-child(3) .photo, .conceptList ul li:nth-child(5) .photo {
      order: 1; }
    .conceptList ul li:nth-child(2) .text, .conceptList ul li:nth-child(4) .text {
      order: 1; }
    .conceptList ul li:nth-child(2) .photo, .conceptList ul li:nth-child(4) .photo {
      order: 2; }
    @media screen and (max-width: 600px) {
      .conceptList ul li {
        display: block; }
        .conceptList ul li:nth-child(1) .text, .conceptList ul li:nth-child(3) .text, .conceptList ul li:nth-child(5) .text {
          order: 2; }
        .conceptList ul li:nth-child(1) .photo, .conceptList ul li:nth-child(3) .photo, .conceptList ul li:nth-child(5) .photo {
          order: 1; } }
