@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: 30px;
  }

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

  #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;
  }

  /* =====================
    partnership
  ===================== */

  #partnership {
    margin-top: -130px;
    padding: 130px 0;
  }
  
  #partnership::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;
  }

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

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

  .partnership_column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .partnership_img {
    width: 200px;
  }

  .partnership_text {
    width: calc( 100% - 200px - 35px);
    padding-top: 5px;
  }

  .partnership_text .ttl {
    font-family: var(--font-mincho);
    font-weight: 300;
    font-size: 28px;
    line-height: 1.5;
    color: var(--color-sub-gold);
    margin-bottom: 10px;
  }
  
  /* =====================
    instructors
  ===================== */
  
  .instructors_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
  }

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

  .instructors_img {
    width: 220px;
  }

  .instructors_text {
    width: calc( 100% - 220px - 60px);
  }

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

  .instructors_name {
    font-family: var(--font-mincho);
    font-weight: 300;
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 15px;
  }

  .instructors_biography {
    border: 1px solid rgba(9, 9, 21, 0.06);
    padding: 15px 30px 25px;
  }

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

  .instructors_biography .text {
    font-size: 15px;
    line-height: 1.7;
  }

  .instructors_biography .text p:not(:last-child) {
    margin-bottom: 18px;
  }

  .instructors_link {
    margin-top: 20px;
  }

  .instructors_link li {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .instructors_link li:last-child {
    margin-bottom: 0;
  }

  .instructors_link li .url {
    color: #707070;
    font-size: 12px;
    margin-top: 2px;
  }

  .instructors_link li a {
    padding-left: 30px;
  }

  .instructors_link li a::before {
    top: 1px;
  }

  /* =====================
    voice
  ===================== */

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

  .voice_list {
    counter-reset: number 0; 
  }

  .voice_item {
    position: relative;
    counter-increment: number 1;
    margin-bottom: 60px;
  }

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

  .voice_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;
  }

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

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

  .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%;
  }

  .voice_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;
  }

  /* =====================
    flow
  ===================== */
  
  #flow .ttl_area {
    margin-bottom: 60px;
  }

}

/*-------------------------------------------*/
/*	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 {
    padding: 0 10px;
    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: 15px;
  }

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

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

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

  .about_img1 {
    width: 40%;
    margin-left: auto;
    margin-right: calc(-4.5% + -11px);
 }

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

  /* =====================
    partnership
  ===================== */

  #partnership {
    padding-top: 0;
    padding-bottom: 70px;
  }
  
  #partnership::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;
  }

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

  .partnership_column {
    display: block;
  }

  .partnership_img {
    width: 150px;
    margin: 0 auto 15px;
  }

  .partnership_text .ttl {
    font-family: var(--font-mincho);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: var(--color-sub-gold);
    margin-bottom: 10px;
    text-align: center;
  }
  
  /* =====================
    instructors
  ===================== */

  #instructors .ttl_area {
    margin-bottom: 30px;
  }
  
  .instructors_item {
    display: block;
    margin-bottom: 35px;
  }

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

  .instructors_img {
    width: 160px;
    margin: 0 auto 15px;
  }

  .instructors_poti {
    font-family: var(--font-mincho);
    font-weight: 300;
    font-size: 14px;
    color: var(--color-sub-gold);
    line-height: 1.35;
    margin-bottom: 8px;
    text-align: center;
  }

  .instructors_name {
    font-family: var(--font-mincho);
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 15px;
    text-align: center;
  }

  .instructors_biography {
    border: 1px solid rgba(9, 9, 21, 0.06);
    padding: 18px 20px 25px;
  }

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

  .instructors_biography .text {
    font-size: 13px;
  }

  .instructors_biography .text p:not(:last-child) {
    margin-bottom: 18px;
  }

  .instructors_link {
    margin-top: 20px;
  }

  .instructors_link li {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .instructors_link li:last-child {
    margin-bottom: 0;
  }

  .instructors_link li .url {
    color: #707070;
    font-size: 10px;
    margin-top: 2px;
  }

  .instructors_link li a {
    padding-left: 30px;
  }

  .instructors_link li a::before {
    top: 0;
  }

  /* =====================
    voice
  ===================== */
  
  #voice .ttl_area {
    margin-bottom: 30px;
  }

  .voice_list {
    counter-reset: number 0; 
  }

  .voice_item {
    position: relative;
    counter-increment: number 1;
    margin-bottom: 35px;
  }

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

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

  .voice_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;
  }

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

  .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%;
  }

  .voice_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;
  }

  /* =====================
    flow
  ===================== */
  
  #flow .ttl_area {
    margin-bottom: 35px;
  }
    
}
