@charset "UTF-8";
/*=============================================
 * HOME
*=============================================*/
.btn-scroll {
  width: 12px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  text-align: center; }
  .btn-scroll dd {
    background-color: #ccc;
    width: 1px;
    height: 180px;
    margin: 10px auto 0;
    position: relative;
    overflow: hidden; }
    .btn-scroll dd:after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #008570;
      position: absolute;
      top: 0;
      left: 0;
      animation: sdl01 2s infinite; }
  .btn-scroll:hover {
    opacity: 0.7; }

@keyframes sdl01 {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(100%); } }
/* -- -- */
.cta {
  padding-bottom: 190px; }
  .cta img {
    width: 100%;
    max-width: inherit; }

@media screen and (max-width: 767px) {
  .cta {
    padding-bottom: 80px; } }
/* -- -- */
#mv img {
  width: 100%;
  max-width: inherit; }

/* -- --*/
#problem {
  padding: 80px 0 50px; }
  #problem .box-1 {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    position: relative;
    z-index: 1;
    padding-right: 60px; }
    #problem .box-1:before {
      content: '';
      background-color: #006CB4;
      position: absolute;
      top: 50px;
      right: 0;
      bottom: 50px;
      left: 45px; }
    #problem .box-1 .photo {
      width: 573px; }
    #problem .box-1 .text {
      width: 500px;
      position: relative;
      color: #fff;
      padding-top: 105px; }
      #problem .box-1 .text figure {
        max-width: 173px;
        margin-left: auto; }
    #problem .box-1 h2 {
      max-width: 388px; }
    #problem .box-1 .txt {
      line-height: 35px;
      padding-top: 35px; }
  #problem .arrow {
    width: 151px;
    margin: -165px auto -45px; }
  #problem .box-2 {
    background-color: #EFF4F7;
    padding: 60px 50px; }
    #problem .box-2 .list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 60px; }
      #problem .box-2 .list .col {
        background-color: #fff;
        position: relative; }
        #problem .box-2 .list .col:after {
          content: '';
          width: 124px;
          height: 119px;
          background: url("../img/index/check.webp") no-repeat center top/cover;
          position: absolute;
          top: -50px;
          left: -55px; }
      #problem .box-2 .list figure {
        position: relative; }
        #problem .box-2 .list figure figcaption {
          font-weight: 900;
          color: #fff;
          text-align: center;
          position: absolute;
          right: 0;
          bottom: 0;
          left: 0;
          padding: 12px; }
          #problem .box-2 .list figure figcaption:before {
            content: '';
            width: 100%;
            height: 100%;
            background-color: #006CB4;
            position: absolute;
            top: 0;
            left: 0;
            mix-blend-mode: multiply; }
          #problem .box-2 .list figure figcaption span {
            position: relative;
            z-index: 1; }
      #problem .box-2 .list .txt {
        padding: 20px 25px 30px; }
    #problem .box-2 .catch {
      background-color: #AD1826;
      border: 6px solid #D12132;
      color: #fff;
      border-radius: 100px;
      margin-top: 40px;
      padding: 10px;
      text-align: center; }
      #problem .box-2 .catch dt,
      #problem .box-2 .catch dd {
        font-weight: 800; }

@media screen and (max-width: 1200px) {
  #problem .box-2 figure figcaption {
    font-size: 16px; } }
@media screen and (max-width: 1023px) {
  #problem .box-1 {
    flex-direction: column;
    align-items: center;
    padding-right: 0; }
    #problem .box-1:before {
      left: 0; }
    #problem .box-1 .text {
      width: 573px;
      padding-top: 0; }
  #problem .box-2 .list {
    grid-template-columns: 1fr; }
  #problem .box-2 figure figcaption {
    font-size: 20px; } }
@media screen and (max-width: 767px) {
  #problem {
    padding: 50px 0 60px; }
    #problem .box-1 {
      gap: 48px; }
      #problem .box-1:before {
        top: 30%;
        right: -20px;
        left: -20px; }
      #problem .box-1 .photo {
        width: 100%; }
      #problem .box-1 h2 {
        max-width: 320px; }
      #problem .box-1 .text {
        width: 100%; }
    #problem .box-2 {
      margin: 0 -20px;
      padding: 85px 15px 50px; }
      #problem .box-2 .list {
        padding: 0 35px; }
      #problem .box-2 .catch {
        margin-top: 60px;
        padding: 30px 20px;
        border-radius: 30px; }
        #problem .box-2 .catch dd {
          font-size: 16px; } }
@media screen and (max-width: 429px) {
  #problem .box-2 .list figure figcaption {
    font-size: 18px; }
  #problem .box-2 .catch {
    padding: 30px 15px; }
    #problem .box-2 .catch dt {
      font-size: 22px; }
    #problem .box-2 .catch dd {
      font-size: 14px; } }
/* -- --*/
#symptoms {
  padding-bottom: 120px; }
  #symptoms .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 66px 33px;
    background-color: #FCFBE2;
    margin-top: -24px;
    padding: 64px 80px 90px;
    text-align: center; }
    #symptoms .box figure {
      margin-bottom: 9px;
      padding-bottom: 14px;
      position: relative; }
      #symptoms .box figure:after {
        content: '';
        width: 37px;
        height: 37px;
        background: url("../img/index/sec2-icon-check.webp") no-repeat center top/cover;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
    #symptoms .box h3 {
      font-weight: 600; }

@media screen and (max-width: 1200px) {
  #symptoms .box {
    gap: 40px 20px;
    padding: 64px 30px 90px; } }
@media screen and (max-width: 1023px) {
  #symptoms .box {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 767px) {
  #symptoms {
    padding-bottom: 0; }
    #symptoms .wrap {
      padding: 0; }
    #symptoms .box {
      grid-template-columns: 1fr;
      gap: 72px;
      padding: 80px 50px 180px; } }
@media screen and (max-width: 429px) {
  #symptoms .box {
    padding-right: 30px;
    padding-left: 30px; } }
/* -- --*/
#reason {
  padding-bottom: 130px; }
  #reason .wrap {
    padding-top: 65px; }
  #reason h2 {
    background-color: #493B2A;
    color: #fff;
    width: 630px;
    border-radius: 66px;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin: 0 auto;
    padding: 25px 25px 33px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box; }
    #reason h2:after {
      content: '';
      width: 0;
      height: 0px;
      border-width: 16px 11px 0 11px;
      border-color: #493B2A transparent transparent transparent;
      border-style: solid;
      position: absolute;
      top: 100%;
      left: calc(50% - 11px); }
  #reason .block {
    background-color: #F8F4E6;
    border-radius: 10px;
    padding: 75px 50px 156px; }
  #reason .box {
    background-color: #fff;
    padding: 60px 75px 0; }
  #reason .row {
    display: grid;
    grid-template-columns: 410px 1fr;
    background-color: #F5F5F5;
    border-radius: 10px; }
    #reason .row + .row {
      margin-top: 60px; }
    #reason .row figure {
      position: relative; }
      #reason .row figure > img {
        border-radius: 10px 0 0 10px; }
      #reason .row figure figcaption {
        width: 114px;
        position: absolute;
        top: -30px;
        left: -30px; }
    #reason .row .col {
      padding: 32px 30px; }
    #reason .row h4 {
      font-weight: 800;
      border-bottom: 3px dashed #FF9305;
      padding-bottom: 15px; }
    #reason .row .txt {
      padding-top: 18px; }
  #reason .btn-inq {
    position: relative;
    top: 45px; }
    #reason .btn-inq a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 35px;
      max-width: 665px;
      height: 100px;
      background-color: #FFBB00;
      color: #fff;
      border: 5px solid #fff;
      border-radius: 50px;
      font-weight: 900;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      position: relative; }
      #reason .btn-inq a:before {
        content: '';
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, #fff, #F5F5F5, #DBDBDB, #B1B1B1, #777777, #666666);
        position: absolute;
        top: 0;
        left: 0;
        mix-blend-mode: color-burn;
        border-radius: 50px; }
      #reason .btn-inq a:after {
        content: '';
        width: 12px;
        height: 19px;
        background: url("../img/common/arrow-right-wh.png") no-repeat center top/cover;
        position: absolute;
        top: 50%;
        right: 32px;
        transform: translateY(-50%); }
      #reason .btn-inq a span {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 35px; }
        #reason .btn-inq a span:before {
          content: '';
          width: 36px;
          height: 26px;
          background: url("../img/common/icon-email.png") no-repeat center top/cover;
          display: block; }

@media screen and (max-width: 1440px) {
  #reason .row {
    grid-template-columns: 45% 1fr; } }
@media screen and (max-width: 1200px) {
  #reason .row h4 br {
    display: none; } }
@media screen and (max-width: 1023px) {
  #reason .row {
    grid-template-columns: 1fr; }
    #reason .row figure > img {
      border-radius: 10px 10px 0 0; } }
@media screen and (max-width: 767px) {
  #reason {
    padding-bottom: 120px; }
    #reason .wrap {
      padding: 0; }
    #reason h2 {
      width: calc(100% - 20px);
      font-size: 22px;
      line-height: 32px;
      padding: 17px; }
    #reason .block {
      background-color: transparent;
      padding: 160px 20px 80px; }
      #reason .block:before {
        content: '';
        background-color: #F8F4E6;
        width: 100%;
        height: auto;
        position: absolute;
        top: 260px;
        bottom: 0;
        left: 0;
        border-radius: 10px; }
    #reason .box {
      position: relative;
      padding: 40px 30px 0; }
      #reason .box figure figcaption {
        width: 88px;
        left: -42px; }
      #reason .box .col {
        padding: 25px; }
      #reason .box h4 {
        font-size: 23px;
        line-height: 34px; }
        #reason .box h4 br.sp {
          display: block; }
    #reason .btn-inq {
      top: 40px; }
      #reason .btn-inq a {
        height: 80px;
        font-size: 16px; }
        #reason .btn-inq a:after {
          width: 10px;
          height: 16px;
          right: 15px; }
        #reason .btn-inq a span {
          gap: 10px; }
          #reason .btn-inq a span:before {
            width: 26px;
            height: 19px; } }
@media screen and (max-width: 429px) {
  #reason .box {
    padding: 40px 20px 0; }
    #reason .box h4 {
      font-size: 20px;
      line-height: 30px; }
    #reason .box figure figcaption {
      left: -35px; } }
/* -- --*/
#roof-type {
  padding-bottom: 160px; }
  #roof-type .wrap {
    background: url("../img/index/sec4-bg.webp") no-repeat center top/100% auto;
    padding: 90px 50px 100px; }
    #roof-type .wrap:before {
      content: '';
      width: 100%;
      background: #EFF4F7;
      position: absolute;
      top: 6%;
      bottom: 0;
      left: 0;
      z-index: -1; }
  #roof-type h2 {
    max-width: 410px;
    margin: 0 auto; }
  #roof-type .box-cat {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    font-weight: 500;
    text-align: center;
    padding-top: 40px; }
    #roof-type .box-cat dl {
      width: 173px; }
      #roof-type .box-cat dl dd {
        padding-top: 10px; }
  #roof-type .ttl {
    padding: 40px 0 20px; }
    #roof-type .ttl .txt {
      padding-top: 30px; }
  #roof-type .box-ba {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 60px;
    padding: 0 75px 65px;
    text-align: center; }
    #roof-type .box-ba h3 {
      display: inline-block;
      background-color: #5BB9ED;
      color: #fff;
      font-weight: 800;
      margin-bottom: 60px;
      padding: 9px 40px; }
    #roof-type .box-ba .photo {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 70px;
      position: relative; }
      #roof-type .box-ba .photo:after {
        content: '';
        width: 37px;
        height: 55px;
        background: url("../img/index/arrow02.webp") no-repeat center top/cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

@media screen and (max-width: 1200px) {
  #roof-type .box-cat {
    gap: 20px; }
    #roof-type .box-cat dl {
      width: 150px; } }
@media screen and (max-width: 1023px) {
  #roof-type .wrap {
    padding-top: 50px; }
  #roof-type .box-ba {
    padding: 0 30px 30px; }
    #roof-type .box-ba h3 {
      padding: 9px 20px; } }
@media screen and (max-width: 767px) {
  #roof-type {
    padding-bottom: 0; }
    #roof-type .wrap {
      background-image: url("../img/index/sec4-bg_sp.webp");
      padding: 64px 25px; }
    #roof-type h2 {
      max-width: 331px; }
    #roof-type .box-cat {
      gap: 16px 10px;
      padding-top: 30px;
      font-size: 16px;
      line-height: 24px; }
      #roof-type .box-cat dl {
        width: 115px; }
      #roof-type .box-cat .break {
        width: 100%; }
    #roof-type .ttl {
      margin: 0 -5px;
      padding: 70px 0 0; }
    #roof-type .box-ba {
      margin-top: 55px;
      padding: 0 20px 30px; }
      #roof-type .box-ba h3 {
        margin-bottom: 20px;
        padding: 8px 15px; }
      #roof-type .box-ba .photo {
        grid-template-columns: 1fr;
        gap: 85px; }
        #roof-type .box-ba .photo:after {
          transform: translate(-50%, -50%) rotate(90deg); } }
@media screen and (max-width: 429px) {
  #roof-type .box-cat dl {
    width: 100px; }
  #roof-type .ttl h3 {
    font-size: 23px; }
  #roof-type .box-ba h3 {
    font-size: 23px; } }
/* -- --*/
#review {
  padding-bottom: 190px; }
  #review .wrap {
    background: url("../img/index/review-deco-1.webp") no-repeat top left/104px auto, url("../img/index/review-deco-2.webp") no-repeat top right/104px auto, url("../img/index/review-deco-3.webp") no-repeat bottom right/104px auto, url("../img/index/review-deco-4.webp") no-repeat bottom left/104px auto;
    background-color: #FCFBE2;
    padding: 100px 58px; }
  #review .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 45px;
    padding-top: 90px; }
    #review .box figure {
      padding-top: 71.2%;
      position: relative; }
      #review .box figure img {
        position: absolute;
        top: 0;
        left: 0; }
    #review .box p {
      padding-top: 24px; }
    #review .box .tag {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      font-weight: 800;
      text-align: center; }
      #review .box .tag span {
        min-width: 85px;
        background-color: #006CB4;
        color: #fff;
        border-radius: 10px;
        padding: 0 10px; }
    #review .box .info {
      font-weight: 800; }

@media screen and (max-width: 1023px) {
  #review .box {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 767px) {
  #review {
    padding-bottom: 90px; }
    #review .wrap {
      background: url("../img/index/review-deco-1.webp") no-repeat top left/68px auto, url("../img/index/review-deco-2.webp") no-repeat top right/68px auto, url("../img/index/review-deco-3.webp") no-repeat bottom right/68px auto, url("../img/index/review-deco-4.webp") no-repeat bottom left/68px auto;
      background-color: #FCFBE2;
      padding: 70px 30px 125px; }
    #review .box {
      grid-template-columns: 1fr;
      gap: 55px;
      padding-top: 35px; } }
/* -- --*/
#flow {
  padding-bottom: 190px; }
  #flow .box {
    background: url("../img/index/bg-1.webp") repeat center top;
    padding: 65px 100px 110px; }
  #flow .row {
    display: grid;
    grid-template-columns: 1fr 367px;
    align-items: center;
    gap: 60px;
    background-color: #fff;
    margin-top: 45px;
    padding: 35px 35px 35px 85px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    position: relative; }
    #flow .row figcaption {
      width: 117px;
      position: absolute;
      top: -28px;
      left: -36px; }
    #flow .row h3 {
      font-weight: 800;
      border-bottom: 3px dashed #D6D6D6;
      padding-bottom: 20px; }
    #flow .row .txt {
      max-width: 331px;
      padding-top: 32px; }

@media screen and (max-width: 1200px) {
  #flow .row {
    grid-template-columns: 1fr 45%;
    gap: 30px; } }
@media screen and (max-width: 1023px) {
  #flow .row {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 767px) {
  #flow {
    position: relative;
    padding-bottom: 0; }
    #flow:before {
      content: '';
      width: 100%;
      background: url(../img/index/bg-1.webp) repeat center top;
      position: absolute;
      top: 20vw;
      bottom: 0;
      left: 0; }
    #flow .wrap {
      padding: 0; }
    #flow .box {
      background: transparent;
      padding: 0 25px 105px; }
    #flow .row {
      display: flex;
      flex-direction: column-reverse;
      margin-top: 0;
      padding: 30px 30px 48px; }
      #flow .row + .row {
        margin-top: 50px; }
      #flow .row h3 {
        font-size: 23px;
        line-height: 34px; }
      #flow .row .txt {
        padding-top: 20px; }
      #flow .row figcaption {
        top: -28px;
        left: -20px; } }
@media screen and (max-width: 429px) {
  #flow .row h3 {
    font-size: 20px;
    line-height: 30px; } }
/* -- --*/
#faq {
  padding-bottom: 140px; }
  #faq h2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 48px;
    background-color: #FF9305;
    color: #fff;
    font-weight: 800;
    font-size: 42px;
    letter-spacing: 0.05em;
    line-height: 60px;
    border-radius: 10px 10px 0 0;
    padding: 45px 100px; }
    #faq h2 small {
      font-weight: 800; }
  #faq .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px 40px;
    background-color: #F8F4E6;
    padding: 90px 50px 125px; }
    #faq .box .col {
      display: flex;
      flex-direction: column; }
    #faq .box h3 {
      display: grid;
      grid-template-columns: 66px 1fr;
      align-items: center;
      gap: 22px;
      font-weight: 800;
      letter-spacing: 0.05em;
      color: #313131;
      padding-bottom: 26px; }
    #faq .box .txt {
      background-color: #fff;
      line-height: 35px;
      border-radius: 10px;
      padding: 45px;
      flex: 1 0 0; }
  #faq + .cta {
    padding-bottom: 0; }

@media screen and (max-width: 1440px) {
  #faq h2 {
    gap: 30px;
    padding: 45px 50px; } }
@media screen and (max-width: 1200px) {
  #faq h2 {
    justify-content: center;
    text-align: center; } }
@media screen and (max-width: 1023px) {
  #faq .box {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 767px) {
  #faq {
    padding-bottom: 0; }
    #faq .wrap {
      padding: 0; }
    #faq h2 {
      gap: 12px;
      padding: 40px 0 45px; }
    #faq .box {
      gap: 42px;
      padding: 35px 20px 125px; }
      #faq .box h3 {
        grid-template-columns: 56px 1fr;
        gap: 14px;
        font-size: 23px;
        line-height: 27px;
        padding-bottom: 10px; }
      #faq .box .txt {
        padding: 30px; } }
@media screen and (max-width: 429px) {
  #faq h2 {
    font-size: 36px; }
    #faq h2 small {
      font-size: 16px; }
  #faq .box h3 {
    font-size: 18px; }
  #faq .box .txt {
    padding: 20px; } }
/* -- --*/
#column {
  background: url("../img/index/bg-2.webp") repeat center top;
  padding: 156px 0 195px; }
  #column h2 {
    max-width: 460px;
    margin: 0 auto; }
  #column .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    padding-top: 70px; }
    #column .box .col {
      display: flex;
      flex-direction: column;
      background-color: #fff;
      box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
      border-radius: 10px;
      overflow: hidden; }
    #column .box figure {
      position: relative;
      padding-top: 75%; }
      #column .box figure img {
        position: absolute;
        top: 0;
        left: 0; }
    #column .box .txt {
      background-color: #fff;
      padding: 22px 36px 42px; }
      #column .box .txt time,
      #column .box .txt span {
        display: block; }
      #column .box .txt time {
        padding-bottom: 10px; }
      #column .box .txt span {
        font-weight: 800;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden; }

@media screen and (max-width: 1023px) {
  #column .box {
    gap: 20px; }
    #column .box .txt {
      padding: 20px 20px 30px; } }
@media screen and (max-width: 767px) {
  #column {
    overflow: hidden;
    padding: 90px 0; }
    #column h2 {
      max-width: 352px; }
    #column .box {
      display: block;
      padding-top: 0; }
      #column .box .slick-list {
        margin: 0 -22px;
        padding: 64px 0 48px; }
      #column .box .col {
        margin: 0 22px; } }
/* -- --*/
#inquiry {
  padding: 150px 0; }
  #inquiry .logo {
    width: 272px;
    margin: 0 auto; }
  #inquiry h2 {
    width: 351px;
    margin: 50px auto 20px; }
  #inquiry .form-wrap {
    position: relative;
    padding: 0 100px 135px; }
    #inquiry .form-wrap:before {
      content: '';
      width: 100%;
      background-color: #EFF4F7;
      position: absolute;
      top: 15px;
      bottom: 0;
      left: 0;
      z-index: -1; }
    #inquiry .form-wrap h3 {
      display: inline-block;
      background-color: #006CB4;
      color: #fff;
      font-weight: 800;
      letter-spacing: 0.05em;
      padding: 4px 20px; }
    #inquiry .form-wrap .txt {
      letter-spacing: 0.05em;
      line-height: 24px;
      padding-top: 60px; }
      #inquiry .form-wrap .txt p:not(:last-child) {
        padding-bottom: 30px; }
    #inquiry .form-wrap form {
      background-color: #fff;
      margin-top: 90px;
      padding: 110px 100px; }
    #inquiry .form-wrap hr {
      border-bottom-color: #E5E5E5;
      margin: 30px 0; }
  #inquiry .form-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: flex-start;
    gap: 30px; }
    #inquiry .form-row .caption {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
      font-weight: 500;
      letter-spacing: 0.05em;
      padding: 3px 0 2px; }
      #inquiry .form-row .caption span {
        width: 46px;
        background-color: #006CB4;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        border-radius: 4px;
        text-align: center; }
  #inquiry .form-btn {
    padding-top: 105px; }

#inquiry.thanks .form-wrap {
  text-align: center;
  padding: 80px 20px; }
  #inquiry.thanks .form-wrap .txt {
    padding-top: 0; }
  #inquiry.thanks .form-wrap .button {
    padding-top: 50px; }

@media screen and (max-width: 1200px) {
  #inquiry .form-wrap {
    padding: 0 50px 135px; }
    #inquiry .form-wrap form {
      padding: 100px 50px; } }
@media screen and (max-width: 767px) {
  #inquiry {
    padding: 75px 0 0; }
    #inquiry .wrap {
      padding: 0; }
    #inquiry .logo {
      width: 250px; }
    #inquiry h2 {
      width: 83vw; }
    #inquiry .form-wrap {
      padding: 0 20px 40px; }
      #inquiry .form-wrap form {
        padding: 20px 20px 40px; }
      #inquiry .form-wrap hr {
        margin: 20px 0; }
    #inquiry .form-row {
      grid-template-columns: 1fr;
      gap: 10px; }
    #inquiry .form-btn {
      padding-top: 40px; }
    #inquiry.thanks .form-wrap {
      padding: 50px 20px; }
      #inquiry.thanks .form-wrap .txt {
        text-align: justify; }
      #inquiry.thanks .form-wrap .button {
        padding-top: 30px; } }
/*=============================================
 * 会社概要
*=============================================*/
#company__profile {
  padding-bottom: 150px; }
  #company__profile .wrap {
    background-color: #EFF4F7;
    padding: 150px 110px; }

@media screen and (max-width: 1023px) {
  #company__profile .wrap {
    padding: 100px 50px; } }
@media screen and (max-width: 767px) {
  #company__profile {
    padding-bottom: 80px; }
    #company__profile .wrap {
      padding: 50px 20px; } }
/*=============================================
 * プライバシーポリシー
*=============================================*/
#privacy {
  padding-bottom: 125px; }
  #privacy p:not(:last-child) {
    margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  #privacy {
    padding-bottom: 70px; } }
/*=============================================
 * Post type
*=============================================*/
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 80px;
  font-style: normal;
  font-weight: 700; }

.wp-pagenavi .pages {
  display: none; }

.wp-pagenavi span,
.wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #006CB4;
  border: 1px solid #006CB4;
  box-sizing: border-box; }

.wp-pagenavi a:hover,
.wp-pagenavi .current {
  background-color: #006CB4;
  color: #fff;
  opacity: 1; }

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding-top: 50px; } }
/* -- -- */
.sidebar ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px; }
  .sidebar ul li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #F2F9FF;
    min-width: 190px;
    height: 60px;
    border-radius: 50px;
    font-weight: 700; }
    .sidebar ul li a:hover, .sidebar ul li a.current {
      background-color: #1063C5;
      color: #fff;
      opacity: 1; }

@media screen and (max-width: 767px) {
  .sidebar ul li {
    width: calc(50% - 6px); }
    .sidebar ul li a {
      min-width: 100%; } }
/* -- -- */
.news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px; }
  .news__list .col {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    overflow: hidden; }
  .news__list figure {
    position: relative;
    padding-top: 75%; }
    .news__list figure img {
      position: absolute;
      top: 0;
      left: 0; }
  .news__list .txt {
    background-color: #fff;
    padding: 22px 36px 42px; }
    .news__list .txt time,
    .news__list .txt span {
      display: block; }
    .news__list .txt time {
      padding-bottom: 10px; }
    .news__list .txt .ttl {
      font-weight: 800;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      overflow: hidden; }

@media screen and (max-width: 1023px) {
  .news__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    .news__list .txt {
      padding: 20px 20px 30px; } }
@media screen and (max-width: 767px) {
  .news__list {
    gap: 20px 10px; }
    .news__list .txt {
      padding: 15px; }
      .news__list .txt time {
        font-size: 13px;
        padding-bottom: 0; }
      .news__list .txt .ttl {
        font-size: 16px;
        line-height: 24px;
        -webkit-line-clamp: 3; } }
/* -- -- */
.pt-news {
  padding-bottom: 150px; }

@media screen and (max-width: 767px) {
  .pt-news {
    padding-bottom: 80px; } }
/*=============================================
 * Post Detail
 *=============================================*/
.pt-details {
  position: relative;
  padding-bottom: 150px; }

.pt-details-time {
  display: block;
  font-weight: 400;
  padding-top: 10px; }

.pt-details-cate {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: 500;
  line-height: 30px; }

.pt-details-cate a {
  display: block;
  background-color: #1467CB;
  color: #fff;
  font-weight: 600;
  padding: 0 10px; }
  .pt-details-cate a:hover {
    background-color: #000;
    opacity: 1; }

.pt-details-title {
  padding-top: 20px; }

.pt-details-content {
  margin-top: 50px; }
  .pt-details-content .thumbnail {
    padding-bottom: 50px; }
  .pt-details-content h2 {
    background-color: #f5f5f5;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
    margin: 50px 0 20px;
    padding: 15px 20px; }
  .pt-details-content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    border-left: 6px solid #006CB4;
    margin: 50px 0px 20px;
    padding: 0 0 0 8px;
    box-sizing: border-box; }
  .pt-details-content h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #006CB4;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 8px; }
  .pt-details-content h1:first-child,
  .pt-details-content h2:first-child,
  .pt-details-content h3:first-child,
  .pt-details-content h4:first-child,
  .pt-details-content h5:first-child,
  .pt-details-content h6:first-child {
    margin-top: 0; }
  .pt-details-content h2 + h3,
  .pt-details-content h2 + h4,
  .pt-details-content h3 + h4,
  .pt-details-content .thumbnail + h2 {
    margin-top: 0; }
  .pt-details-content mark {
    background-color: #FFF6A8;
    color: #333; }
  .pt-details-content strong {
    font-weight: 700; }

.pt-details-content p img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }

.pt-details-content p img.aligncenter {
  display: block;
  margin: 0 auto; }

.pt-details-content p img.alignright {
  display: block;
  margin-left: auto; }

.pt-details-content p img:last-child {
  margin-right: 0; }

.pt-details-btn {
  display: grid;
  grid-template-columns: repeat(3, 86px);
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  padding-top: 120px; }
  .pt-details-btn a {
    display: block;
    text-transform: uppercase; }
  .pt-details-btn .all a {
    border-left: 1px solid;
    border-right: 1px solid; }

.pt-details-btn .button a {
  background-color: #3182CE; }
  .pt-details-btn .button a:hover {
    background-color: #2D3748; }

.pt-details #ez-toc-container {
  min-width: 480px;
  max-width: 100%;
  background-color: #fff;
  border: 2px solid #3182CE;
  border-top: 0;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden; }
  .pt-details #ez-toc-container .ez-toc-title-container {
    background-color: #3182CE;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding: 13px 20px 12px;
    box-sizing: border-box; }
  .pt-details #ez-toc-container .ez-toc-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    color: #fff;
    font-size: inherit;
    position: relative; }
    .pt-details #ez-toc-container .ez-toc-title:before {
      content: '';
      width: 16px;
      height: 11px;
      background: url("../img/common/toc-icon.png") no-repeat center top/100% auto;
      display: block;
      position: relative;
      top: 2px; }
  .pt-details #ez-toc-container .ez-toc-title-toggle {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .pt-details #ez-toc-container .ez-toc-title-toggle a {
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      opacity: 0; }
  .pt-details #ez-toc-container nav {
    font-size: 16px;
    line-height: 24px; }
    .pt-details #ez-toc-container nav > ul {
      padding: 40px 50px 60px; }
    .pt-details #ez-toc-container nav a {
      color: inherit;
      font-size: inherit; }
      .pt-details #ez-toc-container nav a:before {
        color: #25271F;
        margin-right: 5px; }
    .pt-details #ez-toc-container nav ul,
    .pt-details #ez-toc-container nav li {
      font-size: inherit;
      line-height: inherit; }
    .pt-details #ez-toc-container nav .ez-toc-list li + li {
      padding-top: 20px; }
    .pt-details #ez-toc-container nav .ez-toc-list > li > a {
      font-weight: 700;
      color: inherit;
      position: relative;
      padding-left: 0; }
      .pt-details #ez-toc-container nav .ez-toc-list > li > a:after {
        content: '';
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #000;
        border-style: solid;
        position: absolute;
        top: 6px;
        left: 0;
        display: none; }
    .pt-details #ez-toc-container nav .ez-toc-list > li > ul {
      padding-top: 10px; }
      .pt-details #ez-toc-container nav .ez-toc-list > li > ul a {
        font-weight: 500;
        color: inherit; }
        .pt-details #ez-toc-container nav .ez-toc-list > li > ul a:before {
          content: counter(item) ". "; }

@media screen and (max-width: 1023px) {
  .pt-details #ez-toc-container {
    width: 100%;
    min-width: 100%; }

  .pt-details-content p img {
    display: block;
    margin: 0 auto 15px; }

  .pt-details-content p img:last-child {
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  .pt-details {
    padding-bottom: 80px; }

  .pt-details-title {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px; }

  .pt-details-content {
    margin-top: 30px; }
    .pt-details-content .thumbnail {
      padding-bottom: 30px; }
    .pt-details-content h2 {
      font-size: 22px;
      line-height: 32px; }
    .pt-details-content h3 {
      font-size: 20px;
      line-height: 30px; }
    .pt-details-content h4 {
      font-size: 18px;
      line-height: 26px; }

  .pt-details-content p img {
    display: block;
    margin: 0 auto 15px; }

  .pt-details-content p img.alignright {
    margin: 0 auto 15px; }

  .pt-details-content p img:last-child {
    margin: 0 auto !important; }

  .pt-details-btn {
    padding-top: 40px; }

  .pt-details #ez-toc-container {
    min-width: 100%; }
    .pt-details #ez-toc-container nav > ul {
      padding: 40px 30px; }
    .pt-details #ez-toc-container nav a:before {
      margin-right: 5px; }
    .pt-details #ez-toc-container nav .ez-toc-list > li > a {
      padding-left: 12px; }
      .pt-details #ez-toc-container nav .ez-toc-list > li > a:after {
        top: 4px; }
    .pt-details #ez-toc-container nav .ez-toc-list > li > ul {
      margin-left: 28px; } }
/*=============================================
 * 導入事例
 *=============================================*/
.case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px; }
  .case__list .col a {
    display: block;
    height: 100%;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    padding: 10px;
    box-sizing: border-box; }
    .case__list .col a:hover {
      box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);
      opacity: 1; }
  .case__list figure {
    width: 100%;
    padding-top: 66.5%;
    position: relative;
    overflow: hidden; }
    .case__list figure img {
      position: absolute;
      top: 0;
      left: 0; }
  .case__list .text {
    padding: 35px 10px; }
    .case__list .text h3 span {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      overflow: hidden; }
    .case__list .text ul {
      font-weight: 700;
      padding-top: 35px; }

@media screen and (max-width: 1023px) {
  .case__list {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 767px) {
  .case__list {
    grid-template-columns: 1fr; } }
.pt-case {
  padding: 80px 0 200px;
  position: relative; }
  .pt-case:before {
    content: '';
    width: 100%;
    height: 80%;
    background-color: #F2F9FF;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 80%, 100% 0, 100% 100%, 0 100%); }
  .pt-case .case__list {
    padding-top: 90px; }

@media screen and (max-width: 767px) {
  .pt-case {
    padding: 40px 0 145px; }
    .pt-case:before {
      height: 85%;
      clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%); }
    .pt-case .case__list {
      padding-top: 60px; } }
.pt-case-detail-kv {
  color: #253241; }
  .pt-case-detail-kv .wrap {
    gap: 50px; }
  .pt-case-detail-kv .tag {
    max-width: max-content;
    background-color: #1063C5;
    color: #fff;
    line-height: 28px;
    border-radius: 50px;
    padding: 0 15px; }

.pt-case-detail {
  padding: 90px 0 280px;
  position: relative; }
  .pt-case-detail:before {
    content: '';
    width: 100%;
    height: 80%;
    background-color: #F2F9FF;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 80%, 100% 0, 100% 100%, 0 100%); }
  .pt-case-detail .box {
    display: flex;
    gap: 35px; }
    .pt-case-detail .box figure {
      flex: 1 0 50%; }
    .pt-case-detail .box .col {
      flex: 1 0 calc(50% - 35px);
      line-height: 25px; }
      .pt-case-detail .box .col dl {
        border-bottom: 1px solid #D6D6D6;
        padding-bottom: 15px; }
        .pt-case-detail .box .col dl + dl {
          padding-top: 15px; }
        .pt-case-detail .box .col dl dt {
          line-height: inherit; }
        .pt-case-detail .box .col dl dd {
          padding-top: 5px; }
  .pt-case-detail .benefits {
    padding-top: 190px; }
    .pt-case-detail .benefits h2 .sub {
      background-color: #fff;
      border-color: #D7E7F5;
      color: #174EB1; }
    .pt-case-detail .benefits .list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 80px;
      padding-top: 75px; }
      .pt-case-detail .benefits .list h3 {
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 0.1em; }
      .pt-case-detail .benefits .list .txt {
        font-size: 20px;
        line-height: 30px;
        padding-top: 50px; }
        .pt-case-detail .benefits .list .txt p:not(:last-child) {
          padding-bottom: 20px; }
      .pt-case-detail .benefits .list .col {
        padding: 48px; }
        .pt-case-detail .benefits .list .col.before {
          background-color: #fff;
          border: 1px solid #E3E3E3; }
          .pt-case-detail .benefits .list .col.before .txt p {
            text-indent: -20px;
            padding-left: 20px; }
        .pt-case-detail .benefits .list .col.after {
          background-color: #0563C6;
          border: 1px solid #0563C6;
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          color: #fff; }
          .pt-case-detail .benefits .list .col.after .txt {
            font-weight: 700; }
            .pt-case-detail .benefits .list .col.after .txt p {
              background: url("../img/common/icon-checked-wh.png") no-repeat top 5px left/20px auto;
              padding-left: 25px; }
  .pt-case-detail .box-qa {
    padding-top: 155px; }

@media screen and (max-width: 1023px) {
  #kv.pt-case-detail-kv {
    padding: 50px 0; }
    #kv.pt-case-detail-kv .wrap {
      position: static;
      transform: translate(0); }
    #kv.pt-case-detail-kv .kv-img {
      position: absolute;
      top: 0;
      left: 0; }

  .pt-case-detail .benefits .list {
    gap: 40px; }
    .pt-case-detail .benefits .list .col {
      padding: 48px 20px; } }
@media screen and (max-width: 767px) {
  #kv.pt-case-detail-kv {
    padding: 30px 0; }
    #kv.pt-case-detail-kv .wrap {
      gap: 20px; }

  .pt-case-detail-kv h1,
  .pt-case-detail-kv .services {
    font-size: 20px;
    line-height: 30px; }

  .pt-case-detail {
    padding: 40px 0 145px; }
    .pt-case-detail:before {
      height: 85%;
      clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%); }
    .pt-case-detail .box {
      flex-direction: column; }
    .pt-case-detail .benefits {
      padding-top: 85px; }
      .pt-case-detail .benefits .list {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 30px; }
        .pt-case-detail .benefits .list .txt {
          padding-top: 25px; }
        .pt-case-detail .benefits .list .col.before .txt {
          font-size: 16px; }
          .pt-case-detail .benefits .list .col.before .txt p:not(:last-child) {
            padding-bottom: 10px; }
    .pt-case-detail .box-qa {
      padding-top: 55px; } }

/*# sourceMappingURL=contents.css.map */
