@charset "UTF-8";

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width: 900px) {

  /* =====================
    about
  ===================== */

  #about::before {
    content: '';
    width: calc((100vw - 1100px) / 2 + 322.33px);
    height: 645px;
    display: block;
    background: var(--color-sub-gray);
    opacity: .2;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  #about .inner {
    position: relative;
  }

  #about .text {
    max-width: 770px;
    width: 70%;
  }
  
  .about_sub {
    font-family: var(--font-mincho);
    font-weight: 300;
    font-size: min(30px, 2.5vw);
    color: var(--color-main-gold);
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .about_ttl {
    width: 77%;
    font-family: var(--font-mincho);
    font-weight: 300;
    font-size: 50px;
    line-height: 1.5;
    margin-bottom: 35px;
  }

  #about .pr_area {
    margin-top: 55px;
  }

  .about_img1,
  .about_img2 {
    border-radius: 10px;
    overflow: hidden;
  }

  .about_img1 {
    width: 322px;
    position: absolute;
    top: -80px;
    right: -161px;
    border-radius: 0 0 10px 10px;
  }

  .about_img2 {
    width: 197px;
    position: absolute;
    top: 337px;
    right: 47px;
  }

  /* =====================
    results
  ===================== */

  #results {
    margin-top: -130px;
    padding: 130px 0;
  }
  
  #results::before {
    content: '';
    width: calc((100vw - 1100px) / 2 + 322.33px);
    height: 100%;
    display: block;
    background: var(--color-sub-gray);
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #results .ttl_area {
    margin-bottom: 25px;
  }

  .results_box {
    background: #fff;
    border-radius: 10px;
    padding: 50px 80px 70px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  }

  .results_box .ttl {
    font-family: var(--font-mincho);
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .results_list {
    margin-top: 40px;
  }

  .results_list li {
    max-width: 170px;
    width: 19%;
    margin-right: calc( ( 100% - ( min(170px, 19%) * 5 ) ) / 4 );

    border: 1px solid var(--color-sub-gray);
  }

  /* =====================
    features
  ===================== */

  #features {
    background: url(../images/common/cv_bg.jpg) no-repeat center left;
    background-size: cover;
  }
  
  #features::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #features::after {
    content: '';
    width: calc( ( 100vw - 1100px ) / 2 +  778px );
    height: 100%;
    display: block;
    background: var(--color-main-black);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  #features .inner {
    justify-content: space-between;
    align-items: flex-start;
  }

  #features .features_ttl {
    width: 395px;
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
  }

  #features .features_ttl .ttl_area {
    margin-bottom: 0;
  }

  #features .features_ttl .ttl_area .ja {
    margin-top: 17px;
  }
  
  #features .features_list {
    width: calc( 100% - 395px - 30px );
    padding-top: 7px;
    counter-reset: number 0; 
  }

  .features_item {
    counter-increment: number 1;
    background: var(--color-sub-black);
    margin-bottom: 30px;
    color: #fff;
    padding: 110px 80px 80px;
  }

  .features_item:last-of-type {
    margin-bottom: 0;
  }

  .features_item .ttl {
    font-family: var(--font-mincho);
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 45px;
    position: relative;
    z-index: 0;
  }

  .features_item .ttl::before {
    content: counter(number,decimal-leading-zero)'';
    font-family: var(--font-marcellus);
    font-size: 130px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--color-sub-gold);
    opacity: .1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
  }

  /* =====================
    solutions
  ===================== */
  
  #solutions {
    padding-top: 100px;
  }

  #solutions .ttl_area {
    margin-bottom: 50px;
  }

  .solutions_list {
    counter-reset: number 0; 
  }

  .solutions_item {
    padding: 50px 0 60px;
    position: relative;
    counter-increment: number 1;
  }

  .solutions_item:nth-of-type(odd)::before {
    content: '';
    width: 100vw;
    height: 100%;
    margin: 0 calc( 50% - 50vw );
    display: block;
    background: var(--color-sub-black);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .solutions_item .ttl {
    font-family: var(--font-mincho);
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.5;
    align-items: baseline;
    margin-bottom: 30px;
  }

  .solutions_item .ttl span {
    display: inline-block;
    background: var(--color-main-gold);
    font-size: 20px;
    line-height: 1;
    padding: 15px;
    margin-right: 30px;
  }

  .solutions_item .ttl span::after {
    content: counter(number)'';
  }

  .solutions_nayami {
    width: calc( 100% - 23px );
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 10px;
    margin-left: auto;
    margin-bottom: 35px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 20px;
    position: relative;
  }

  .solutions_nayami::before,
  .point_text::before {
    content: '';
    width: 26px;
    height: 20px;
    display: block;
    background: url(../images/features/solutions_balloon1.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 25px;
    right: 100%;
  }

  .solutions_item:nth-of-type(odd) .solutions_nayami::before {
    background: url(../images/features/solutions_balloon2.svg) no-repeat center;
    background-size: contain;
  }

  .solutions_point {
    justify-content: space-between;
  }

  .point_text {
    width: calc( 100% - 23px - 110px );
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    position: relative;
  }

  .point_text::before {
    background: url(../images/features/solutions_balloon3.svg) no-repeat center;
    background-size: contain;
    right: auto;
    left: 100%;
  }

  .point_ttl {
    font-family: var(--font-mincho);
    font-weight: 300;
    color: var(--color-sub-gold);
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .point_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
  }

  .point_img img {
    height: 100%;
    object-fit: cover;
  }

}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

@media screen and (max-width: 899px) {
    
  /* =====================
    about
  ===================== */

  #about::before {
    content: '';
    width: 33%;
    height: 645px;
    display: block;
    background: var(--color-sub-gray);
    opacity: .2;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  #about .inner {
    position: relative;
  }

  .about_sub {
    font-family: var(--font-mincho);
    font-weight: 300;
    font-size: 16px;
    color: var(--color-main-gold);
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .about_ttl {
    font-family: var(--font-mincho);
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  #about .pr_area {
    margin: 30px 0;
  }

  .about_img1,
  .about_img2 {
    border-radius: 8px;
    overflow: hidden;
  }

  .about_img1 {
    width: 40%;
    margin-left: auto;
    margin-right: -4.5%;
 }

  .about_img2 {
    width: 30%;
    margin: -120px 110px 0 auto;
 }

  /* =====================
    results
  ===================== */

  #results {
    padding-top: 0;
    padding-bottom: 70px;
  }
  
  #results::before {
    content: '';
    width: 33%;
    height: calc( 100% + 40px );
    display: block;
    background: var(--color-sub-gray);
    opacity: .2;
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -1;
  }

  .results_box {
    background: #fff;
    border-radius: 8px;
    padding: 20px 20px 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  }

  .results_box .ttl {
    font-family: var(--font-mincho);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .results_list {
    margin-top: 20px;
  }

  .results_list li {
    border: 1px solid var(--color-sub-gray);
  }

  /* =====================
    features
  ===================== */

  #features {
    background: url(../images/common/cv_bg.jpg) no-repeat center left;
    background-size: cover;
  }
  
  #features::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #features::after {
    content: '';
    width: 66%;
    height: 100%;
    display: block;
    background: var(--color-main-black);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  #features .inner {
    display: block;
  }
  
  #features .features_list {
    padding-top: 7px;
    counter-reset: number 0; 
  }

  .features_item {
    counter-increment: number 1;
    background: var(--color-sub-black);
    margin-bottom: 20px;
    color: #fff;
    padding: 45px 30px 35px;
  }

  .features_item:last-of-type {
    margin-bottom: 0;
  }

  .features_item .ttl {
    font-family: var(--font-mincho);
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
  }

  .features_item .ttl::before {
    content: counter(number,decimal-leading-zero)'';
    font-family: var(--font-marcellus);
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--color-sub-gold);
    opacity: .1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
  }

  /* =====================
    solutions
  ===================== */
  
  #solutions {
    padding-top: 50px;
  }

  .solutions_list {
    counter-reset: number 0; 
  }

  .solutions_item {
    padding: 25px 0 30px;
    position: relative;
    counter-increment: number 1;
  }

  .solutions_item:nth-of-type(odd)::before {
    content: '';
    width: 100vw;
    height: 100%;
    margin: 0 calc( 50% - 50vw );
    display: block;
    background: var(--color-sub-black);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .solutions_item .ttl {
    font-family: var(--font-mincho);
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
    display: block;
  }

  .solutions_item .ttl span {
    display: inline-block;
    background: var(--color-main-gold);
    font-size: 12px;
    line-height: 1;
    padding: 8px 10px;
    white-space: nowrap;
    margin-bottom: 10px;
  }

  .solutions_item .ttl span::after {
    content: counter(number)'';
  }

  .solutions_nayami {
    width: calc(100% - 13px);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    border-radius: 8px;
    margin-left: auto;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px;
    position: relative;
  }

  .solutions_nayami::before,
  .point_text::before {
    content: '';
    width: 16px;
    height: 12px;
    display: block;
    background: url(../images/features/solutions_balloon1.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 25px;
    right: 100%;
  }

  .solutions_item:nth-of-type(odd) .solutions_nayami::before {
    background: url(../images/features/solutions_balloon2.svg) no-repeat center;
    background-size: contain;
  }

  .solutions_point {
    justify-content: space-between;
  }

  .point_text {
    width: calc( 100% - 20px - 60px );
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative;
  }

  .point_text::before {
    background: url(../images/features/solutions_balloon3.svg) no-repeat center;
    background-size: contain;
    right: auto;
    left: 100%;
  }

  .point_ttl {
    font-family: var(--font-mincho);
    font-weight: 300;
    color: var(--color-sub-gold);
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .point_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
  }

  .point_img img {
    height: 100%;
    object-fit: cover;
  }
    
}
