@charset "utf-8";

/*-----------------------------------------------------
@@ ヘッダ
------------------------------------------------------*/

:root {
  --primary-color: #009688;
  --textcolor: black;
}

body {
  color: var(--textcolor);
  overflow-x: hidden;
  position: relative;
}

@media (min-width: 768px) {

  :root {
    --box1-w: 1080; /* box1の最大幅(px) */ 
    --box1-h: 900; /* box1の最大高さ(px) */ 
  }

  .sd__header {
    background: url(../images/special02/kv-pc.webp) no-repeat 50% 0;
    background-size: auto 100%;
  }
  .sd__header__inner {
    width: clamp(960px, 100%, 1080px);
    aspect-ratio: 1080 / 900;
    margin: 0 auto;
    position: relative;
  }
  .sd__header__inner h2 {
    display: block;
    position: absolute;
    top: calc(232 / var(--box1-h) * 100%); /* 画像の上からの位置(px) */
    right: 0;
    left: 0;
    margin: auto;
    width: calc(697 / var(--box1-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 697 / 264; /* 画像の幅と高さ(px) */
  }

  .sd__header__title-01 {
    font-size: 17px;
    line-height: 33px;
    color: var(--primary-color);
    background-color: white;
    border-radius: 1000px;
    text-align: center;
    display: block;
    position: absolute;
    top: calc(542 / var(--box1-h) * 100%); /* 画像の上からの位置(px) */
    right: 0;
    left: 0;
    margin: auto;
    width: calc(674 / var(--box1-w) * 100%); /* 画像の幅(px) */
    filter: drop-shadow(0px 0px 5px rgba(0,0,0, 0.1));
  }

  .sd__header__person-01 {
    list-style-type: none;
    padding: 0;
    height: auto;
    position: absolute;
    top: calc(606 / var(--box1-h) * 100%); /* 画像の上からの位置(px) */
    right: 0;
    left: 0;
    margin: auto;
    width: calc(1000 / var(--box1-w) * 100%); /* 画像の幅(px) */
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .sd__header__person-01 > li {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }
  .sd__header__person-01-left {
    width: 22%;
  }
  .sd__header__person-01-right {
    width: 74%;
  }
  .sd__header__person-01-prof-01 {
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.04em;
    color: var(--primary-color);
    font-feature-settings: "palt" 1;
    margin-bottom: 5px;
  }
  .sd__header__person-01-prof-02 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-feature-settings: "palt" 1;
    margin-bottom: 16px;
  }
  .sd__header__person-01-prof-03 {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
  }
  .sd__header__person-01-prof-04 {
    font-size: 12px;
    line-height: 1.625;
    letter-spacing: 0.04em;
    font-feature-settings: "palt" 1;
  }


}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  :root {
    --box1-w: 360; /* box1の最大幅(px) */ 
    --box1-h: 800; /* box1の最大高さ(px) */ 
  }

  .sd__header {
    background: url(../images/special02/kv-sp.webp) no-repeat 50% 0;
    background-size: contain;
  }
  .sd__header__inner {
    width: 100%;
    aspect-ratio: 360 / 800;
    margin: 0 auto;
    position: relative;
  }

  .sd__header__inner h2 {
    display: block;
    position: absolute;
    top: calc(50 / var(--box1-h) * 100%); /* 画像の上からの位置(px) */
    right: 0;
    left: 0;
    margin: auto;
    width: calc(360 / var(--box1-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 360 / 97; /* 画像の幅と高さ(px) */
  }

  .sd__header__title-01 {
    display: none;
  }

  .sd__header__person-01 {
    list-style-type: none;
    padding: 0;
    height: auto;
    position: absolute;
    top: calc(362 / var(--box1-h) * 100%); /* 画像の上からの位置(px) */
    right: 0;
    left: 0;
    margin: auto;
    width: 88.889%; /* 画像の幅(px) */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
  }
  .sd__header__person-01 > li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }
  .sd__header__person-01-left {
    width: 26.563%;
  }
  .sd__header__person-01-right {
    width: 70%
  }
  .sd__header__person-01-prof-01 {
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: var(--primary-color);
    font-feature-settings: "palt" 1;
    margin-bottom: 5px;
  }
  .sd__header__person-01-prof-02 {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-feature-settings: "palt" 1;
    margin-bottom: 6px;
  }
  .sd__header__person-01-prof-03 {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
  }
  .sd__header__person-01-prof-04 {
    font-size: 10px;
    line-height: 1.525;
    letter-spacing: 0.04em;
    font-feature-settings: "palt" 1;
  }




}/* スマホ ここまで============================ */

/*-----------------------------------------------------
@@ プロフィール
------------------------------------------------------*/
@media (min-width: 768px) {

  .sd__wrap-01 {
    width: min(100% - 40px, 1000px);
    margin: 0px auto 56px;
  }
  .sd__wrap-01 p.p-01 {
    font-size: 16px;
    line-height: 1.969;
    margin: 0;
    letter-spacing: 0.04em;
    font-feature-settings: "palt" 1;
    text-align: justify;
  }
  .sd__wrap-01 p.p-02 {
    font-size: 14px;
    line-height: 1.5;
    margin: 1em 0 0 0;
    text-align: right;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .sd__wrap-01 {
    width: 77.778%;
    margin: 2px auto 58px;
  }
  .sd__wrap-01 p.p-01 {
    font-size: 13px;
    line-height: 2.114;
    margin: 0;
    letter-spacing: 0.04em;
    text-align: justify;
  }
  .sd__wrap-01 p.p-02 {
    font-size: 12px;
    line-height: 1.5;
    margin: 1em 0 0 0;
    text-align: right;
  }

}/* スマホ ここまで============================ */

/*-----------------------------------------------------
@@ 対談1
------------------------------------------------------*/
@media (min-width: 768px) {

  .sd__taidan__img-01,
  .sd__taidan__img-02,
  .sd__taidan__img-03,
  .sd__taidan__img-04 {
    width: min(100%, 1320px);
    margin: 0 auto;
    position: relative;
    z-index: -1;
  }
  .sd__taidan__img-01 img,
  .sd__taidan__img-03 img {
    display: block;
    width: min(100%, 900px);
    margin: 0 auto 0 0;
  }
  .sd__taidan__img-02 img,
  .sd__taidan__img-04 img {
    display: block;
    width: min(100%, 900px);
    margin: 0 0 0 auto;
  }

  .sd__taidan__img-01:before {
    content: "";
    display: block;
    width: 1500px;
    aspect-ratio: 1500 / 1510;
    background: url(../images/special02/back-01.webp) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: -116px;
    right: -195px;
    z-index: -2;
  }


  .sd__taidan__img-02:before {
    content: "";
    display: block;
    width: 1371px;
    aspect-ratio: 1371 / 1654;
    background: url(../images/special02/back-03.webp) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: -507px;
    left: -453px;
    z-index: -2;
  }


  .sd__taidan__img-03:before {
    content: "";
    display: block;
    width: 1371px;
    aspect-ratio: 1371 / 1654;
    background: url(../images/special02/back-04-pc.webp) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: -859px;
    right: -568px;
    z-index: -2;
  }

  .sd__taidan__img-04:before {
    content: "";
    display: block;
    width: 1500px;
    aspect-ratio: 1500 / 1510;
    background: url(../images/special02/back-05-pc.webp) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: -375px;
    left: -745px;
    z-index: -2;
  }

  .discussion01-sec01:before {
    content: "";
    display: block;
    width: 1500px;
    aspect-ratio: 1500 / 1510;
    background: url(../images/special02/back-06-pc.webp) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: -1441px;
    right: -532px;
    z-index: -2;
  }


}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .sd__taidan__img-01,
  .sd__taidan__img-02,
  .sd__taidan__img-03,
  .sd__taidan__img-04 {
    width:100%;
    margin: 0 auto;
    position: relative;
    z-index: -1;
  }
  .sd__taidan__img-01 img,
  .sd__taidan__img-02 img,
  .sd__taidan__img-03 img {
    display: block;
  }

  .sd__taidan__img-01:before {
    content: "";
    display: block;
    width: 168.612vw;
    aspect-ratio: 1500 / 1510;
    background: url(../images/special02/back-01.webp) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: -52.778vw;
    right: -48.056vw;
    z-index: -2;
  }

  .sd__taidan__img-02:before {
    content: "";
    display: block;
    width: 154.617vw;
    aspect-ratio: 1371 / 1654;
    background: url(../images/special02/back-03.webp) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: -45vw;
    left: -82.5vw;
    z-index: -2;
  }

  .sd__taidan__img-03:before {
    content: "";
    display: block;
    width: 168.889vw;
    aspect-ratio: 608 / 612;
    background: url(../images/special02/back-04-sp.webp) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: -108.056vw;
    right: -84.444vw;
    z-index: -2;
  }

  .sd__taidan__img-04:before {
    content: "";
    display: block;
    width: 168.889vw;
    aspect-ratio: 608 / 612;
    background: url(../images/special02/back-05-sp.webp) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: -39.167vw;
    left: -116.111vw;
    z-index: -2;
  }

  .discussion01-sec01:before {
    content: "";
    display: block;
    width: 154.444vw;
    aspect-ratio: 556 / 670;
    background: url(../images/special02/back-06-sp.webp) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: -144.444vw;
    right: -86.667vw;
    z-index: -2;
  }


}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ 対談2
------------------------------------------------------*/
@media (min-width: 768px) {

  .sd__wrap-02 {
    width: min(100%, 1080px);
    margin: 0 auto 0;
  }

  .sd__taidan__box-01,
  .sd__taidan__box-02 {
    box-sizing: border-box;
    width: min(100%, 880px);
    background-color: rgba(255,255,255, 0.9);
    padding: 40px 40px 40px;
  }
  .sd__taidan__box-01 {
    margin: -146px 0 80px auto;
  }
  .sd__taidan__box-02 {
    margin: -146px auto 80px 0;
  }

  .sd__taidan__title-01 {
    font-size: 26px;
    line-height: 1.783;
    color: var(--primary-color);
    font-feature-settings: "palt" 1;
    margin: 0 0 41px 0;
  }

  .sd__figure-01 {
    margin: 0 auto 30px;
    width: 100%;
  }
  .sd__figure-01 img {
    display: block;
  }
  .sd__figure-01 figcaption {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    margin-top: 12px;
  }

  .sd__taidan__p-02 {
    width: 280px;
    float: right;
    margin: 0 0 16px 16px;
  }
  .sd__taidan__p-02 img {
    display: block;
  }


  .p__interviewer {
    font-size: 20px;
    line-height: 1.719;
    color: var(--primary-color);
    padding: 0 0 0 82px;
    position: relative;
    margin: 0 0 20px;
  }
  .p__interviewer:before {
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 17px;
    left: 0;
  }

  .conversation-01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 0 28px;
  }
  .conversation-01-left {
    width: 8.75%;
  }
  .conversation-01-right {
    flex: 1;
    margin-left: 1.875%;
  }
  .conversation-01-left img {
    display: block;
  }
  .conversation-01-left p {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    color: var(--primary-color);
    margin: 3px 0 0 0;
  }
  .conversation-01-right p {
    font-size: 14px;
    line-height: 2.25;
    letter-spacing: 0.04em;
    margin: 0;
    font-feature-settings: "palt" 1;
  }

  .figure-2colmn {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 2.5%;
    margin: 0px auto 28px;
  }
  .figure-2colmn > div {
    width: 48.75%;
  }
  .figure-2colmn > div figure {
    padding: 0;
    margin: 0;
  }
  .figure-2colmn > div figure figcaption {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    margin-top: 12px;
  }

  .p-01 {
    font-size: 12px;
    line-height: 1.792
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .sd__wrap-02 {
    width: calc(100% - 30px);
    margin: 0 auto 0;
  }

  .sd__taidan__box-01,
  .sd__taidan__box-02 {
    box-sizing: border-box;
    width: min(100%, 880px);
    margin: -35px 0 80px auto;
    background-color: rgba(255,255,255, 0.9);
    padding: 33px 10px 40px;
  }

  .sd__taidan__title-01 {
    font-size: 18px;
    line-height: 1.465;
    color: var(--primary-color);
    font-feature-settings: "palt" 1;
    margin: 0 0 17px 0;
  }

  .sd__figure-01 {
    margin: 0 auto 30px;
    width: 100%;
  }
  .sd__figure-01 img {
    display: block;
  }
  .sd__figure-01 figcaption {
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
    margin-top: 8px;
    word-break: break-all;
  }

  .sd__taidan__p-02 {
    width: 140px;
    float: right;
    margin: 0 0 16px 16px;
  }
  .sd__taidan__p-02 img {
    display: block;
  }


  .p__interviewer {
    font-size: 14px;
    line-height: 1.598;
    color: var(--primary-color);
    padding: 0 0 0 44px;
    position: relative;
    margin-bottom: 13px;
  }
  .p__interviewer:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 11px;
    left: 0;
  }

  .conversation-01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 0 28px;
  }
  .conversation-01-left {
    width: 16.13%;
  }
  .conversation-01-right {
    flex: 1;
    margin-left: 3.226%;
  }
  .conversation-01-left img {
    display: block;
  }
  .conversation-01-left p {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    color: var(--primary-color);
    margin: 3px 0 0 0;
  }
  .conversation-01-right p {
    font-size: 13px;
    line-height: 1.808;
    margin: 0;
    font-feature-settings: "palt" 1;
  }

  .figure-2colmn {
    margin: 0px auto 30px;
  }
  .figure-2colmn > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .figure-2colmn > div figure {
    padding: 0;
    margin: 0;
  }
  .figure-2colmn > div figure figcaption {
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
    margin-top: 8px;
    word-break: break-all;
  }




}/* スマホ ここまで============================ */

/*-----------------------------------------------------
@@ sec-01
------------------------------------------------------*/
@media (min-width: 768px) {

  .discussion01-sec01 {
    margin: 160px auto 160px;
    position: relative;
  }
  .discussion01-box01 {
    box-sizing: border-box;
    width: min(100% - 40px, 880px);
    margin: 0 auto;
    background-color: #ebfde2;
    border-radius: 30px;
    padding: 25px 80px 20px;
  }
  .discussion01-box01-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 34px;
  }
  .image-009 {
    display: block;
    width: 482px;
    margin: 0 auto 41px;
  }

  .discussion01-box01-profile {
    margin-bottom: 20px;
  }
  .discussion01-box01-profile-01 {
    font-size: 14px;
    line-height: 1.454;
    color: var(--primary-color);
    margin: 0 0 10px;
  }
  .discussion01-box01-profile-02 {
    font-size: 24px;
    line-height: 1;
    color: var(--primary-color);
    margin: 0 0 0px;
  }
  .discussion01-box01-p-01 {
    font-size: 14px;
    line-height: 2.25;
    margin: 0 0 2.25em;
  }
  .discussion01-img-01 {
  }


}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .discussion01-sec01 {
    margin-bottom: 80px;
    position: relative;
  }
  .discussion01-box01 {
    box-sizing: border-box;
    width: min(91.667%, 400px);
    margin: 0 auto;
    background-color: #ebfde2;
    border-radius: 30px;
    padding: 18px 20px 10px;
  }
  .discussion01-box01-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 21px;
  }
  .image-009 {
    display: block;
    width: min(100%, 350px);
    margin: 0 auto 32px;
  }

  .discussion01-box01-profile {
    margin-bottom: 20px;
  }
  .discussion01-box01-profile-01 {
    font-size: 12px;
    line-height: 1.5;
    color: var(--primary-color);
    margin: 0 0 8px;
  }
  .discussion01-box01-profile-02 {
    font-size: 18px;
    line-height: 1;
    color: var(--primary-color);
    margin: 0 0 0px;
  }
  .discussion01-box01-p-01 {
    font-size: 13px;
    line-height: 1.959;
    margin: 0 0 1.959em;
  }
  .discussion01-img-01 {
  }


}/* スマホ ここまで============================ */


