@charset "UTF-8";
/* ===========================================
 * 追加css
 * ======================================== */
/* 20250822 */
.l-header {
  .header_info {
    .top {
      a {
        width: 167px;
        height: 38px;
        &.-tiktok, &.-instagram {
          width: auto;
          margin-right: 20px;
          font-size: 14px;
        }
        &.-line {
          width: 133px;
          background: #06C755;
          margin-right: 7px;
          &:hover {
            background: #09E563;
          }
        }
      }
    }
  }
} 

.drawer {
  .top {
    a {
      height: 38px;
      &.-line {
          background: #06C755;
          margin-bottom: 20px;
      }
    }
  }
}

/* 20250128 */
.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

.en-sub-ttl {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  .en {
    font-size: 40px;
    font-weight: normal;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
  }
  .ja {
    font-size: 16px;
    display: block;
  }
}

.pop-ttl {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  &::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -17px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 7px 0 7px;
    border-color: #8cc43f transparent transparent transparent;
  }
  span {
    width: 730px;
    display: inline-block;
    padding: 15px 0;
    color: #fff;
    background-color: #8cc43f;
    font-size: 26px;
    border-radius: 20px;
  }
}

.bold-ttl {
  font-size: 23px;
  font-weight: bold;
  color: #0068B7;
  text-align: center;
  margin: 0 auto 40px;
}

.page-btn-wrap {
  .inner {
    background: #EAF7FD;
    border-radius: 8px;
    padding: 29px 4.1%;
    &.-flex {
      display: flex;
    }
  }
}

.btn-round {
  display: grid;
  place-content: center;
  max-width: 100%;
  width: 320px;
  height: 72px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background: #0068B7;
  border-radius: 36px;
  transition: 0.3s ease;
  position: relative;
  &:link, &:visited {
    color: #fff;
  }
  &:hover {
    background-color: #26b5eb;
  }
  &.-down {
    &::after {
      content: "";
      width: 32px;
      height: 32px;
			background: url(../images/ico/icon-arrow.svg) center/cover no-repeat;
      position: absolute;
      top: 50%;
      right: 6.25%;
      transform: translate(0, -50%);
    }
  }
}

.horizontal-list {
  margin: 0 !important;
  li {
    display: flex;
    align-items: center;
    & + li {
      margin-top: 60px;
    }
    .txt-wrap {
      width: 53.4%;
      margin-left: 3.9%;
      text-align: left;
    }
    &:nth-child(odd) {
      flex-direction: row-reverse;
      .horizontal-list-img {
        padding: 0 3.9% 0 0;
        &::before {
          left: auto;
          right: -0.91%;
          transform: scale(-1, 1);
        }
      }
      .txt-wrap {
        margin: 0 3.9% 0 0;
      }
    }
    p {
      font-size: 16px !important;
      font-weight: normal !important;
    }
  }
}

.horizontal-list-img {
  width: calc(100% - 57.3%);
  padding-left: 3.9%;
  position: relative;
  &::before {
    content: "";
    width: 50%;
    aspect-ratio: 200 / 173;
    background: url(../images/works/list-img-deco.png) center/cover no-repeat;
    position: absolute;
    left: -0.91%;
    bottom: -13.33%;
  }
  img {
    position: relative;
  }
}

.horizontal-list-ttl {
  font-size: 23px;
  font-weight: bold;
  margin: 0 auto 25px;
}

.btn {
  & .-center {
    text-align: center;
  }
  a {
    display: inline-block;
    width: 210px;
    max-width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #0068b7;
    position: relative;
    transition: 0.3s ease;
    i {
      font-size: 19px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translate(0, -50%);
      &.fa-external-link-alt {
        font-size: clamp(14px, 13.6vw, 19px);
      }
    }
    &:hover {
      background-color: #26b5eb;
    }
  }
}

.border_box {
  border: 45px solid #e7f7fe;
  padding: 45px;
  position: relative;
}

.modal-item {
  & + .modal-item {
    margin-top: 40px;
  }
  &:first-of-type {
    .modal-top {
      .toggle {
        &::after {
          transform: translate(-50%, -50%) rotate(0deg);
        }
      }
      &:not(.-open) {
        .toggle {
          &::after {
            transform: translate(-50%, -50%) rotate(90deg);
          }
        }
      }
    }
    .modal-bottom {
      display: block;
    }
  }
}

.modal-top {
  background: #0068B7;
  color: #FFF;
  padding: 28px 40px;
  position: relative;
  p {
    font-size: 23px;
    font-weight: bold;
    margin: 0;
  }
  .toggle {
    content: "";
    width: 33px;
    height: 33px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
    &::before, &::after {
      content: "";
      width: 15px;
      height: 3px;
      background: #0068B7;
      transition: 0.3s ease;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    &::after {
      transform: translate(-50%, -50%) rotate(90deg);
    }
  }
  &.-open {
    .toggle {
      &::after {
        transform: translate(-50%, -50%) rotate(0deg);
      }
    }
  }
}

.modal-bottom {
  display: none;
}

.column-txt-box {
  background: #F7F7F8;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  & > img {
    width: 18.45%;
    margin-right: 3.5%;
  }
  .txt-wrap {
    p {
      margin: 0;
      &.detail {
        color: #0068B7;
        font-weight: bold;
        margin: 0 0 5px;
      }
      &.title {
        font-size: 20px;
        font-weight: bold;
        margin: 0 auto 10px;
      }
    }
  }
}

.grid-wrap {
  display: grid;
  &.__2col {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3.03%;
    row-gap: 32px;
  }
}

.card-list {
  li {
    background: #EAF7FD;
    border-radius: 8px;
    padding: 40px 8.33%;
    text-align: left;
  }
}

.card-list-ttl {
  font-size: 32px;
  font-weight: bold;
  color: #0068B7;
  text-align: left;
  margin: 0 0 10px;
  .note {
    font-size: 23px;
    color: #333;
    display: block;
    margin: 0 0 10px;
  }
  & + p {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left;
  }
}

.bg-on-comment {
  padding: 40px;
  border-radius: 8px;
  background: url(../images/works/comment-bg_pc.png) left center/cover no-repeat;
  .txt-wrap {
    width: 70.33%;
    margin: 0 0 0 auto;
    p {
      &.detail {
        color: #0068B7;
        font-weight: bold;
        margin: 0;
      }
      &.title {
        font-size: 20px;
        font-weight: bold;
        margin: 0 auto 15px;
      }
    }
  }
}

.m-works{
  section {
    .wrap_ico_box .ico_box {
      padding: 90px 60px;
    }
    &.check01_sec {
      margin-bottom: 70px;
    }
    &.check02_sec {
      margin-bottom: 10px;
    }
  }
  .btn {
    margin-top: 40px;
    a {
      font-size: 22px;
      font-weight: bold;
      width: 420px;
      height: 80px;
      display: grid;
      place-content: center;
      margin: 0 auto;
    }
  }
  .page-btn-wrap {
		margin-top: 60px;
    .btn-round {
      width: 31.37%;
      &:nth-child(n + 2) {
        margin-left: 2.94%;
      }
    }
	}
  .content.__02 {
    margin-top: 20px;
    .pop-ttl {
      margin-top: 60px;
    }
    .column-txt-box {
      .txt-wrap {
        p:last-child {
          padding-bottom: 40px;
        }
      }
    }
  }
  .modal-bottom {
    img {
      padding-top: 30px;
    }
  }
  .bg-on-comment {
    margin-top: 30px;
  }
}

.m-require {
  h3 {
    margin: 40px auto 20px;
  }
  .qa-link-txt {
    text-align: center;
    padding: 30px 0;
    margin: 0;
    a {
      color: #0067C0;
      text-decoration: underline;
    }
  }
} 
@media screen and (max-width:767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
  .page-btn-wrap {
    .inner {
      padding: 20px 4.35%;
      &.-flex {
          display: block;
      }
    }
    .btn-round {
      width: 100%;
    }
  }
  .btn-round {
    width: 100%;
    height: 52px;
    font-size: 18px;
    &.-down {
      &::after {
        width: 28px;
        height: 28px;
      }
    }
  }
  .en-sub-ttl {
    .en {
      font-size: 28px;
      margin-bottom: 6px;
    }
    .ja {
      font-size: 15px;
    }
  }
  .pop-ttl {
    margin-bottom: 30px;
    span {
      width: 100%;
      font-size: 16px;
      padding: 10px;
    }
  }
  .bold-ttl {
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .horizontal-list {
    li {
      flex-wrap: wrap;
      flex-direction: column-reverse !important;
      & + li {
        margin-top: 20px;
      }
      .txt-wrap {
        width: 100%;
        margin: 20px auto !important;
      }
      p {
        font-size: 14px !important;
      }
    }
  }
  .horizontal-list-img {
    width: 100%;
    padding: 0 !important;
    &::before {
      content: none;
    }
  }
  .horizontal-list-ttl {
    font-size: 20px;
    margin: 0 auto 15px;
  }
  .border_box {
    border: 10px solid #e7f7fe;
    padding: 22px 5.8%;
  }
  .modal-top {
    padding: 11px 5.7%;
    p {
      font-size: 14px;
    }
    .toggle {
      width: 28px;
      height: 28px;
      right: 10px;
    }
  }
  .column-txt-box {
    border-radius: 0;
    padding: 20px 7%;
    display: block;
    & > img {
      display: block;
      width: 120px;
      margin: 0 auto 14px;
    }
    .txt-wrap {
      p {
        &.detail {
          text-align: center;
        }
        &.title {
          font-size: 18px;
          text-align: center;
          line-height: 1.5;
        }
      }
    }
  }
  .card-list {
    li {
      padding: 30px 4.35%;
    }
  }
  .card-list-ttl {
    font-size: 28px;
    margin: 0 0 20px;
    .note {
      font-size: 20px;
      margin: 0 0 12px;
    }
    & + p {
      font-size: 14px !important;
    }
  }
  .grid-wrap {
    display: block;
  }
  .btn {
    a {
      font-size: 14px;
    }
  }
  .bg-on-comment {
    background: #F7F7F7;
    overflow-x: hidden;
    padding: 0;
    .txt-wrap {
      width: 100%;
      padding: 30px 4.35%;
      p {
        &.detail {
          text-align: center;
          font-size: 16px;
        }
        &.title {
          text-align: center;
          line-height: 1.5;
        }
      }
    }
  }
  .m-works {
    section {
      .wrap_ico_box .ico_box {
        padding: 30px 0;
      }
      &.check02_sec, &.check03_sec {
        .wrap_ico_box .ico_box h3 {
          span {
            font-size: 20px;
            line-height: 1.5;
          }
        }
      }
      &.check03_sec {
        margin-bottom: 70px;
      }
    }
    .page-btn-wrap {
      margin-top: 30px;
      .btn-round {
        width: 100%;
        &:nth-child(n + 2) {
          margin: 16px 0 0;
        }
      }
    }
    .btn {
      a {
        font-size: 14px;
        width: 262px;
        height: 47px;
      }
    }
    .modal-bottom {
      img {
        padding-top: 20px;
      }
    }
    .content.__02 {
      margin: 0;
      .en-sub-ttl {
        position: initial;
        margin: 0 auto 15px;
      }
      .pop-ttl {
        margin: 40px auto;
        span {
          font-size: 20px;
        }
      }
      .column-txt-box {
        .txt-wrap {
          p:last-child {
            padding-bottom: 0;
          }
        }
      }
    }
  }
  .m-require {
    .qa-link-txt {
      padding: 0;
    }
  } 
}
/* //20250128 */

/* 20250514 TOP(Q&A)*/
.m-index {
  .idx_qa_sec {
    padding: 0 0 280px;
    background-color: #E7F7FE;
    z-index: 1;
    position: relative;
    &::before {
      content: "";
      position: absolute;
      top: -100px;
      right: -200px;
      width: 150%;
      height: 700px;
      background-color: #E7F7FE;
      z-index: 2;
      transform: rotate(-9deg);
    }
    .faq-item {
      max-width: 980px;
      margin: 0 auto;
      border: 2px solid #0068B7;
      & + .faq-item {
        margin-top: 20px;
      }
      &:first-of-type {
        .answer {
          display: block;
        }
      }
      & > div {
        padding: 16px 20px 16px 84px;
        position: relative;
      }
      p {
        margin: 0;
        .icon {
          width: 64px;
          height: 64px;
          font-family: "Roboto Condensed", sans-serif;
          font-size: 32px;
          font-weight: bold;
          display: grid;
          place-content: center;
          position: absolute;
          top: -2px;
          left: -2px;
        }
      }
      .quest {
        background: #FFF;
        display: block;
        font-size: 18px;
        font-weight: bold;
        p {
          .icon {
            background: #0068B7;
            color: #FFF;
          }
        }
      }
      .answer {
        background: #F6F7F7;
        display: none;
                p {
          .icon {
            color: #0068B7;
            top: 0;
          }
        }
      }
    }
  }
  .in {
    position: relative;
    z-index: 2;
  }
  .idx_require_sec::after {
    content: "";
    position: absolute;
    top: -100px;
    left: -200px;
    width: 150%;
    height: 700px;
    background-color: #0068b7;
    z-index: 1;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}

@media screen and (max-width:767px) {
  .m-index {
    .idx_qa_sec {
      padding: 0 0 150px;
      &::before {
        top: -50px;
      }
      .faq-item {
        border: 4px solid #0068B7;
        & > div {
          padding: 10px 6px 10px 60px;
        }
        p {
          .icon {
            font-size: 24px;
            width: 50px;
            height: 50px;
            top: -4px;
            left: -4px;
          }
        }
        .quest {
          font-size: clamp(15px, 4.27vw, 16px);
        }
      }
    }
    .idx_people_sec {
      padding: 0 0 60px;
    }
  }
}
/* //20250514 */