@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: 800; /* box1の最大幅(px) */ 
    --box1-h: 1020; /* box1の最大高さ(px) */ 
  }

  .sd__header {
    background: url(../images/special03/kv-pc.webp) no-repeat 50% 0;
    background-size: auto 100%;
  }
  .sd__header-01 {
    background: url(../images/special03/kv-01-pc.webp) no-repeat 50% 0;
    background-size: auto 100%;
  }
  .sd__header__inner,
  .sd__header__inner-01 {
    width: 800px;
    aspect-ratio: 800 / 1020;
    margin: 0 auto;
    position: relative;
  }
  .sd__header__inner h2,
  .sd__header__inner-01 h2 {
    display: block;
    position: absolute;
    top: calc(120 / var(--box1-h) * 100%); /* 画像の上からの位置(px) */
    right: 0;
    left: 0;
    margin: auto;
    width: calc(745 / var(--box1-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 745 / 390; /* 画像の幅と高さ(px) */
  }

  .sd__header__p-01 {
    display: block;
    position: absolute;
    top: calc(642 / var(--box1-h) * 100%); /* 画像の上からの位置(px) */
    right: 0;
    left: 0;
    margin: auto;
    width: 685px;
    font-size: 16px;
    line-height: 1.969;
    text-align: justify;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  :root {
    --box1-w: 360; /* box1の最大幅(px) */ 
    --box1-h: 875; /* box1の最大高さ(px) */ 
  }

  .sd__header {
    background: url(../images/special03/kv-sp.webp) no-repeat 50% 0;
    background-size: contain;
    background-size: 100% auto;
  }
  .sd__header-01 {
    background: url(../images/special03/kv-01-sp.webp) no-repeat 50% 0;
    background-size: 100% auto;
  }
  .sd__header__inner,
  .sd__header__inner-01 {
    width: 100%;
    /*aspect-ratio: 360 / 875;*/
    /*aspect-ratio: 360 / 975;*/
    /*aspect-ratio: 360 / 775;*/
    margin: 0 auto;
    position: relative;
    container-type: inline-size;
    padding-bottom: 30px;
  }
  .sd__header__inner-01 {
    padding-bottom: 60px;
  }
  .sd__header__p-01-after {
    display: block;
    width: 100%;
    aspect-ratio: 360 / 172;
    background: url(../images/special03/kv-01-after-sp.webp) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .sd__header__inner h2 {
    display: block;
    position: absolute;
    top: calc(26 / var(--box1-h) * 100%); /* 画像の上からの位置(px) */
    top: 6vw;
    right: 0;
    left: 0;
    margin: auto;
    width: calc(360 / var(--box1-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 360 / 150; /* 画像の幅と高さ(px) */
  }
  .sd__header__inner-01 h2 {
    display: block;
    position: absolute;
    top: calc(167 / var(--box1-h) * 100%); /* 画像の上からの位置(px) */
    /*top: calc(190 / var(--box1-h) * 100%);*/ /* 画像の上からの位置(px) */
    top: 52vw;
    right: 0;
    left: 0;
    margin: auto;
    width: calc(360 / var(--box1-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 360 / 266; /* 画像の幅と高さ(px) */
  }

  .sd__header__p-01 {
    display: block;
    /*position: absolute;*/
    /*top: calc(495 / var(--box1-h) * 100%);
    top: calc(475 / var(--box1-h) * 100%);*/
    /*top: calc(536 / var(--box1-h) * 100%);*/ /* 画像の上からの位置(px) */
    right: 0;
    left: 0;
    margin: 135vw auto 0;
    width: calc(100% - 64px);
    /*font-size: 16px;*/
    /*font-size: 4.3cqw;*/
    font-size: 16px;
    line-height: 1.969;
    text-align: justify;
  }
  .sd__header__p-01-2 {
    /*top: calc(530 / var(--box1-h) * 100%);
    top: calc(450 / var(--box1-h) * 100%);*/
    margin-top: 135vw;
  }

}/* スマホ ここまで============================ */



/*-----------------------------------------------------
@@ sec01
------------------------------------------------------*/
:root {
  --color01: #3c95e4;
  --color02: #2cbfa3;
  --color03: #ffb000;
}

@media (min-width: 768px) {

  .sec-01 {
    width: min(100%, 1920px);
    margin: -100px auto 0;
    background: url(../images/special03/sec01__back01-pc.webp) no-repeat 50% 100%;
    background-size: 1920px auto;
    /*padding-bottom: 394px;*/
    padding-bottom: 160px;
    padding-top: 150px;
  }
  .sec-01a {
    background: url(../images/special03/sec01__back01-pc.webp) no-repeat 50% 100%;
    background-size: 1920px auto;
    padding-top: 0;
  }
  .sec__title-01 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: white;
    padding: 9px 30px 11px 50px;
    border-radius: 0 1000px 1000px 0;
    max-inline-size: max-content;
    margin: 0 auto 70px;
    position: relative;
  }
  .sec__title-01 span {
    font-size: 40px;
    font-weight: 700;
    background-color: white;
    border-radius: 1000px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.5em;
    margin: auto;
    color: black;
    line-height: 1;
    width: 60px;
    height: 60px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec__catch-01 {
    margin: 0 auto 65px;
    max-inline-size: max-content;
    margin-inline: auto;
  }
  .sec__catch-01 p.pc {
    max-inline-size: max-content;
    margin-inline: auto;
    margin: 5px auto;
    padding: 0 0.5em;
    border-radius: 0 26px;
    display: block;
    /*font-size: 48px;*/
    font-size: 38px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    font-feature-settings: "palt" 1;
    background-color: white;
    white-space: nowrap;
  }
  .sec__catch-01 p.sp {
    display: none;
  }

  .sec__box-01 {
    width: min(100% - 40px, 1080px);
    /*margin: 0 auto 60px;*/
    margin: 0 auto 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    /*gap: 20px 60px;*/
    gap: 30px 60px;
  }
  .sec__box-01-left {
    width: 472px;
  }
  .sec__box-01-left img {
    display: block;
    margin-left: auto;
    width: 431px;
  }
  .sec__box-01-right {
    flex: 1;
  }
  .sec__box-01-bottom {
    width: 100%;
  }
  .sec__box-01-bottom img {
    display: block;
    margin: 0 auto;
  }
  .prof__p-01 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 10px;
  }
  .prof__p-02 {
    font-size: 30px;
    line-height: 1.25;
    margin: 0 0 25px;
  }
  .prof__career__title {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 0 14px;
    gap: 0 20px;
    width: 450px;
  }
  .prof__career__title span:first-child {
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
    white-space: nowrap;
  }
  .prof__career__title span:last-child {
    flex: 1;
    position: relative;
  }
  .prof__career__title span:last-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .prof__career__list {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 2em;
    grid-row-gap: 8px;
    margin: 0;
  }
  .prof__career__list dt,
  .prof__career__list dd {
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
    padding: 0;
  }

  .contents-box {
    box-sizing: border-box;
    width: 880px;
    margin: 0 auto;
    padding: 40px;
    /*background-color: white;*/
  }

  .contents-box1 {
    margin-top: 60px;
  }


  .contents-box__title-01 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.782;
    color: #3c95e4;
    margin-bottom: 26px;
    font-feature-settings: "palt" 1;
  }
  .contents-box__title-02 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: black;
    margin-bottom: 0.5lh;
  }
  .contents-box__title-02:before {
    content: "■";
    color: #3e96e0;
  }
  .contents-box__p-01 {
    /*font-size: 14px;
    line-height: 2.25;*/
    font-size: 16px;
    line-height: 1.969;
    margin-bottom: 0.6lh;
    margin-top: 0;
    text-align: justify;
  }
  .contents-box__p-02 {
    font-size: 12px;
    line-height: 2.25;
    margin-bottom: 0.6lh;
    margin-top: 0;
  }
  .contents-box p:last-child {
    margin-bottom: 0;
  }

  .link-list,
  .link-list-01 {
    width: min(100% - 40px, 1080px);
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    list-style-type: none;
    padding: 0;
    gap: 0 2.223%;
  }
  .link-list > li {
    width: 31.852%;
  }
  .link-list-01 > li {
    width: 40%;
  }
  .link-list > li > a {
    display: block;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: white;
    padding: 22px 0 24px 105px;
    border-radius: 1000px;
    margin: 0;
    position: relative;
  }
  .link-list-01 > li > a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: white;
    padding: 22px 0 24px 106px;
    border-radius: 1000px;
    margin: 0;
    position: relative;
  }
  .link-list > li > a:hover,
  .link-list-01 > li > a:hover {
    opacity: 1;
  }
  .link-list > li > a >img,
  .link-list-01 > li > a >img {
    display: block;
    width: 88px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .link-list > li > a:after,
  .link-list-01 > li > a:after {
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    background: url(../images/special03/arrow-01.webp) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
  }

  .contents-box__2column {
    display: grid;
    grid-template-columns: 1fr, 40px;
    /*grid-template-rows: repeat(2, 1fr);*/
    grid-column-gap: 40px;
    grid-row-gap: 0px; 
  }
  .contents-box__2column-01 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .contents-box__2column-02 {
    grid-area: 1 / 2 / 3 / 3;
  }
  .contents-box__2column-03 {
    grid-area: 2 / 1 / 3 / 2;
  }


  .sec02 {
    width: min(100%, 1920px);
    margin: 0 auto;
    background: linear-gradient(to bottom, #91def9 0%,#d6eef9 100%);
    position: relative;
    padding-top: 50px;
    /*margin-bottom: 536px;*/
    margin-bottom: 360px;
  }
  .sec02:after {
    content: "";
    display: block;
    width: 100%;
    /*height: 536px;*/
    height: 360px;
    background: url(../images/special03/sec02__back-pc.webp) no-repeat 50% 100%;
    background-size: 1920px 100%;
    position: absolute;
    left: 0;
    /*bottom: -536px;*/
    bottom: -360px;
  }

  .sec03 {
    width: min(100%, 1920px);
    margin: 0 auto;
    background: linear-gradient(to bottom, #a7dec8 0%,#e2f3ef 100%);
    position: relative;
    padding-top: 50px;
    /*margin-bottom: 536px;*/
    margin-bottom: 360px;
  }
  .sec03:after {
    content: "";
    display: block;
    width: 100%;
    /*height: 536px;*/
    height: 360px;
    background: url(../images/special03/sec03__back-pc.webp) no-repeat 50% 100%;
    background-size: 1920px 100%;
    position: absolute;
    left: 0;
    /*bottom: -536px;*/
    bottom: -360px;
  }
  .sec03a {
    padding-bottom: 300px;
    margin-bottom: 0;
  }
  .sec03a:after {
    display: none;
  }

  .sec04 {
    width: min(100%, 1920px);
    margin: 0 auto;
    background: linear-gradient(to bottom, #fff4b8 0%,#ffffe6 100%);
    position: relative;
    padding-top: 50px;
    padding-bottom: 200px;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .sec-01 {
    margin: 0 auto;
    background: white url(../images/special03/sec01__back-sp.webp) no-repeat 50% 100%;
    background-size: cover;
    padding-bottom: 118px;
  }

  .sec__title-01 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: white;
    padding: 4px 13px 7px 30px;
    border-radius: 0 1000px 1000px 0;
    max-inline-size: max-content;
    margin: 0 auto 38px;
    position: relative;
  }
  .sec__title-01 span {
    font-size: 20px;
    font-weight: 700;
    background-color: white;
    border-radius: 1000px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.5em;
    margin: auto;
    color: black;
    line-height: 1;
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec__catch-01 {
    margin: 0 auto 40px;
    /*max-inline-size: max-content;*/
    margin-inline: auto;
  }
  .sec__catch-01 p.sp {
    max-inline-size: max-content;
    margin-inline: auto;
    margin: 5px auto;
    padding: 0 0.5em;
    border-radius: 0 15px;
    display: block;
    font-size: 22px;
    font-size: 5.88cqw;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    font-feature-settings: "palt" 1;
    background-color: white;
  }
  .sec__catch-01 p.pc {
    display: none;
  }

  .sec__box-01 {
    container-type: inline-size;
  }
  .sec__box-01-left {
    width: 89cqw;
    margin: 0 auto 20px;
  }
  .sec__box-01-left img {
    display: block;
  }
  .sec__box-01-right {
    box-sizing: border-box;
    width: calc(100% - 40px);
    margin: 0 auto 45px;
  }
  .sec__box-01-bottom {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .sec__box-01-bottom img {
    display: block;
    margin: 0 auto 20px;
  }
  .prof__p-01 {
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 4px;
  }
  .prof__p-02 {
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 12px;
  }
  .prof__career__title {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 0 10px;
    gap: 0 20px;
  }
  .prof__career__title span:first-child {
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
    white-space: nowrap;
  }
  .prof__career__title span:last-child {
    flex: 1;
    position: relative;
  }
  .prof__career__title span:last-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .prof__career__list {
    margin: 0;
  }
  .prof__career__list dt,
  .prof__career__list dd {
    display: block;
    font-size: 16px;
    line-height: 1.25;
    padding: 0;
  }
  .prof__career__list dt {
    margin: 0 0 3px;
  }
  .prof__career__list dd {
    margin: 0 0 17px;
  }

  .contents-box {
    box-sizing: border-box;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    container-type: inline-size;
  }
  .contents-box1 {
    margin-top: 40px;
  }


  .contents-box__title-01 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.782;
    color: #3c95e4;
    margin-bottom: 18px;
    font-feature-settings: "palt" 1;
  }
  .contents-box__title-02 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    color: black;
    margin-bottom: 0.5lh;
  }
  .contents-box__title-02:before {
    content: "■";
    color: #3e96e0;
  }

  .contents-box__p-01 {
    /*font-size: 14px;*/
    /*font-size: 5cqw;
    line-height: 2.25;*/
    font-size: 16px;
    line-height: 1.969;
    margin-bottom: 0.6lh;
    margin-top: 0;
    text-align: justify;
  }
  .contents-box__p-02 {
    /*font-size: 12px;*/
    font-size: 4.5cqw;
    line-height: 2.25;
    margin-bottom: 0.6lh;
    margin-top: 0;
  }
  .contents-box p:last-child {
    margin-bottom: 0;
  }


  .link-list,
  .link-list-01 {
    width: 250px;
    /*margin: 135px auto 0;*/
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    gap: 30px 0;
  }
  .link-list > li,
  .link-list-01 > li {
    width: 100%;
  }
  .link-list > li > a,
  .link-list-01 > li > a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    color: white;
    padding: 10px 0 10px 68px;
    border-radius: 1000px;
    margin: 0;
    position: relative;
  }
  .link-list > li > a:hover,
  .link-list-01 > li > a:hover {
    opacity: 1;
  }
  .link-list > li > a >img,
  .link-list-01 > li > a >img {
    display: block;
    width: 64px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .link-list > li > a:after,
  .link-list-01 > li > a:after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    background: url(../images/special03/arrow-01.webp) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
  }


  .sec02 {
    width: min(100%, 1920px);
    margin: 0 auto;
    background: linear-gradient(to bottom, #91def9 0%,#d7eff9 100%);
    position: relative;
    margin-bottom: 150px;
  }
  .sec02:after {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    background: url(../images/special03/sec02__back-sp.webp) no-repeat 50% 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -150px;
  }

  .sec03 {
    width: min(100%, 1920px);
    margin: 0 auto;
    background: linear-gradient(to bottom, #a7dfc8 0%,#e4f4f0 100%);
    position: relative;
    padding-top: 30px;
    margin-bottom: 150px;
  }
  .sec03:after {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    background: url(../images/special03/sec03__back-sp.webp) no-repeat 50% 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -150px;
  }
  .sec03a {
    padding-bottom: 150px;
    margin-bottom: 0;
  }
  .sec03a:after {
    display: none;
  }

  .sec04 {
    width: min(100%, 1920px);
    margin: 0 auto;
    background: linear-gradient(to bottom, #fff4b8 0%,#ffffe6 100%);
    position: relative;
    padding-top: 30px;
    padding-bottom: 150px;
  }

}/* スマホ ここまで============================ */



  .sec__title-01a {
    background-color: var(--color01);
  }
  .sec__title-01a span {
    color: var(--color01);
  }
  .sec__title-01b {
    background-color: var(--color02);
  }
  .sec__title-01b span {
    color: var(--color02);
  }
  .sec__title-01c {
    background-color: var(--color03);
  }
  .sec__title-01c span {
    color: var(--color03);
  }

  .link-list > li > a.link-list-a,
  .link-list-01 > li > a.link-list-a {
    background-color: var(--color01);
  }
  .link-list > li > a.link-list-b,
  .link-list-01 > li > a.link-list-b {
    background-color: var(--color02);
  }
  .link-list > li > a.link-list-c,
  .link-list > li-01 > a.link-list-c {
    background-color: var(--color03);
  }












/*-----------------------------------------------------
@@ プロフィール
------------------------------------------------------*/
@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 {
  }


}/* スマホ ここまで============================ */



.subtitle-01 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #3e96e0;
  margin-bottom: 2lh;
}
.subtitle-02 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: black;
  margin-bottom: 0.5lh;
}
.subtitle-02:before {
  content: "■";
  color: #3e96e0;
}



.img-caption {
  font-size: 14px;
  text-align: right;
  display: block;
  line-height: 1;
}
