<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==========================================================================
  スペシャル
   ========================================================================== */
/* ==========================================================================
  スペシャルークロストーク
   ========================================================================== */
/* --------------------------------------------------------------------
  #メインエリア
 */
.talk-top {
  text-align: center;
  position: relative;
  padding-top: 20px;
}

@media print, screen and (min-width: 769px) {
  .talk-top {
    height: 830px;
    padding-top: 50px;
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top--3pple {
    height: 900px;
  }
}

.talk-top2 {
  text-align: center;
  position: relative;
  padding-top: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-top2 {
    height: 105vw;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top2 {
    height: 520px;
    padding-top: 60px;
    margin-bottom: 80px;
  }
}

.talk-top-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 38vw;
}

.talk-top-heading:after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 2px;
  bottom: -20px;
  left: calc(50% - 17px);
  display: block;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .talk-top-heading {
    margin-bottom: 168px;
  }
  .talk-top-heading:after {
    width: 68px;
    height: 5px;
    bottom: -40px;
    left: calc(50% - 34px);
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top-heading--3ppl {
    margin-bottom: 350px;
  }
}

.talk-top-heading__en {
  font-size: 1.3rem;
  font-family: 'Istok Web', sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .talk-top-heading__en {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}

.talk-top-heading__t1 {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 12px;
  letter-spacing: .125em;
}

@media print, screen and (min-width: 769px) {
  .talk-top-heading__t1 {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}

.talk-top-heading__t2 {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: .325em;
}

@media print, screen and (min-width: 769px) {
  .talk-top-heading__t2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.talk-top__pict {
  position: absolute;
  z-index: -1;
  top: 65px;
}

@media print, screen and (min-width: 769px) {
  .talk-top__pict {
    top: 140px;
    height: 530px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .talk-top__pict img {
    height: 100%;
    width: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
  .talk-top__pict img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

.talk-top__pict--mt0 {
  margin-top: 44px;
}

@media print, screen and (min-width: 769px) {
  .talk-top__pict--mt0 {
    top: 0;
    margin-top: 20px;
  }
}

/**
  トップ 人物x人物
 */
.talk-top__cross {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 20px;
  background: url(/gradu/assets/contents/special/talk_slash.svg) no-repeat center center/19px auto;
  margin-bottom: 20px;
}

.talk-top__cross &gt; li {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .075em;
  width: 110px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .talk-top__cross {
    height: 40px;
    margin-bottom: 50px;
    background-size: 38px 38px;
  }
  .talk-top__cross &gt; li {
    font-size: 2.8rem;
    width: 210px;
    height: 40px;
  }
}

.talk-top__cross2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 20px;
  margin-bottom: 20px;
}

.talk-top__cross2 &gt; li {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .075em;
  width: auto;
  padding: 0 15px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.talk-top__cross2 &gt; li:after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 20px;
  right: -10px;
  top: -2px;
  background: url(/gradu/assets/contents/special/talk_slash.svg) no-repeat center center/19px auto;
}

.talk-top__cross2 &gt; li:last-child:after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .talk-top__cross2 {
    height: 40px;
    margin-bottom: 20px;
  }
  .talk-top__cross2 &gt; li {
    font-size: 2.8rem;
    width: 400px;
    height: 40px;
  }
  .talk-top__cross2 &gt; li:after {
    right: -19px;
    width: 38px;
    height: 38px;
    top: 0;
    background-size: 38px 38px;
  }
}

/**
  トップキャッチコピー
 */
.talk-top__catch {
  font-size: 1.4rem;
  letter-spacing: .075em;
  line-height: 1.65;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .talk-top__catch {
    margin-bottom: 50px;
    font-size: 2.4rem;
    text-align: center;
  }
}

/**
  トップ人物紹介
 */
.talk-top-peoples {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-top-peoples {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) and (min-width: 0px) and (max-width: 320px) {
  .talk-top-peoples {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top-peoples {
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
  }
  .talk-top-peoples &gt; li {
    width: 500px;
    margin-right: 200px;
  }
  .talk-top-peoples &gt; li:last-child {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top-peoples--3ppl &gt; li {
    width: 400px;
    margin-right: 0;
  }
}

.talk-top-peoples__item {
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-top-peoples__item {
    margin-bottom: 20px;
    min-height: 32vw;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top-peoples__item {
    /*width: 220px;*/
  }
}

.talk-top-peoples__item .item-shoulder {
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: .075em;
  background: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
  .talk-top-peoples__item .item-shoulder {
    height: 40px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top-peoples__item--wide {
    width: 280px;
  }
  .talk-top-peoples__item--wide .item-shoulder {
    width: 280px;
  }
}

.talk-top-peoples__item .item-face {
  width: 25%;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .talk-top-peoples__item .item-face {
    display: none;
  }
}

.talk-top-peoples__item .item-division {
  line-height: 1.6;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-top-peoples__item .item-division {
    font-size: 1.1rem;
    text-align: left;
    margin-left: 35%;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top-peoples__item .item-division {
    display: inline-block;
  }
  .talk-top-peoples__item .item-division span {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 3px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .talk-top-peoples__item .item-division span {
    padding: 0px 6px;
  }
}

.talk-top-peoples__item .item-name {
  position: relative;
  color: #007a4c;
  font-weight: bold;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-top-peoples__item .item-name {
    font-size: 1.1rem;
    padding-bottom: 12px;
    margin-bottom: 12px;
    margin-top: 10px;
    margin-left: 35%;
    text-align: left;
  }
  .talk-top-peoples__item .item-name .item-name-strong {
    font-size: 1.6rem;
  }
  .talk-top-peoples__item .item-name:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #000;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top-peoples__item .item-name {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
  .talk-top-peoples__item .item-name .item-name-strong {
    font-size: 2.4rem;
  }
  .talk-top-peoples__item .item-name:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    width: 60px;
    height: 1px;
    border-bottom: 2px dotted #000;
  }
}

.talk-top-peoples__item .item-history {
  color: #5e5e5e;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.65;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-top-peoples__item .item-history {
    text-align: left;
    margin-left: 35%;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top-peoples__item .item-history {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top-peoples-2col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
}

/**
  トップリード文
 */
.talk-top__lead {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-top__lead {
    text-align: left;
    margin: 0 30px 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top__lead {
    font-size: 1.8rem;
    margin-bottom: 120px;
  }
}

.talk-top__lead--2 {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
  .talk-top__lead--2 {
    margin-bottom: 20px;
  }
}

.talk-sec {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .talk-sec {
    margin-bottom: 120px;
    /*overflow: hidden;*/
  }
}

/**
  3人のsp時にレイアウト調整する
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-top-sp-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .talk-top-sp-layout .talk-top__cross2 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

/* --------------------------------------------------------------------
  #タイトル
 */
.talk-heading1 {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.talk-heading1 img {
  width: auto;
  height: 13px;
}

.talk-heading1:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background: #000;
  bottom: 0;
  left: calc(50% - 20px);
}

@media screen and (min-width: 0px) and (max-width: 320px) {
  .talk-heading1 img {
    height: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-heading1 {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .talk-heading1 img {
    height: 25px;
  }
  .talk-heading1:after {
    width: 88px;
    height: 4px;
    left: calc(50% - 44px);
  }
}

.talk-heading1--2line img {
  height: 30px;
}

@media print, screen and (min-width: 769px) {
  .talk-heading1--2line img {
    height: 78px;
  }
}

.talk-heading1--nobd:after {
  display: none;
}

.talk-heading1__icon {
  margin-bottom: 25px;
}

.talk-heading1__en {
  font-family: 'Istok Web', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .talk-heading1__en {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}

.talk-heading2 {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.talk-heading2:after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 42px;
  height: 2px;
  background-color: #000;
}

@media print, screen and (min-width: 769px) {
  .talk-heading2 {
    font-size: 1.8rem;
    padding-bottom: 54px;
  }
  .talk-heading2:after {
    width: 86px;
    height: 2px;
    margin-top: 15px;
  }
}

/* --------------------------------------------------------------------
  #トークボックス
 */
.talk-box {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-box {
    width: 1078px;
  }
}

.talk-box__text {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .talk-box__text {
    width: 776px;
    padding: 0 40px 50px;
    margin-bottom: 5px;
  }
  .talk-box__text:after {
    content: "";
    display: block;
    position: absolute;
    width: 776px;
    height: 100px;
    bottom: 0;
    left: 0;
    background: url(/gradu/assets/contents/special/talk_balloon_l.png) no-repeat bottom left/contain;
  }
}

.talk-box--right .talk-box__text {
  margin: 0 0 0 auto;
}

@media print, screen and (min-width: 769px) {
  .talk-box--right .talk-box__text:after {
    background-image: url(/gradu/assets/contents/special/talk_balloon_r.png);
  }
}

.talk-box__pict {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 12px 0;
}

.talk-box__pict img {
  width: 55px;
  height: auto;
}

.talk-box__pict .pict-name {
  display: block;
  margin-left: 12px;
  color: #007a4c;
  font-weight: bold;
  font-size: 1.4rem;
}

.talk-box__pict .pict-multi {
  display: -ms-flexbox;
  display: flex;
}

.talk-box__pict .pict-multi &gt; li {
  margin-right: 6px;
}

.talk-box__pict .pict-multi &gt; li:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 769px) {
  .talk-box__pict {
    margin: 0 0 0 40px;
  }
  .talk-box__pict img {
    width: 90px;
    height: auto;
  }
  .talk-box__pict .pict-name {
    font-size: 1.8rem;
    margin-left: 20px;
  }
  .talk-box__pict .pict-multi {
    margin-right: -75px;
  }
  .talk-box__pict .pict-multi &gt; li {
    margin-right: 8px;
  }
}

.talk-box--right .talk-box__pict {
  margin: 0 0 12px 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.talk-box--right .talk-box__pict .pict-name {
  margin-right: 12px;
}

@media print, screen and (min-width: 769px) {
  .talk-box--right .talk-box__pict {
    margin: 0 40px 0 0;
  }
  .talk-box--right .talk-box__pict .pict-name {
    margin-right: 20px;
  }
  .talk-box--right .talk-box__pict:after {
    background-image: url(/gradu/assets/contents/special/talk_balloon_r.png);
  }
}

/* --------------------------------------------------------------------
  #メッセージ
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-message-container &gt; li {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-message-container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
  .talk-message-container &gt; li {
    width: 40%;
    margin-right: 20%;
  }
  .talk-message-container &gt; li:last-child {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-message-container--col3 &gt; li {
    width: 30%;
    margin-right: 5%;
  }
}

.talk-message__pict {
  width: 50%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .talk-message__pict {
    width: 200px;
    margin-bottom: 40px;
  }
}

/* --------------------------------------------------------------------
  #下部リンク
 */
.talk-bottom {
  background-color: #f1f9fa;
  padding: 40px 0 40px;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .talk-bottom {
    padding: 60px 0 80px;
    margin-bottom: 60px;
  }
}

.talk-btm-list a {
  display: block;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-btm-list &gt; li {
    width: 64%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-btm-list {
    width: 856px;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .talk-btm-list &gt; li {
    width: 42%;
    margin-right: 16%;
    margin-bottom: 40px;
  }
  .talk-btm-list &gt; li:nth-child(2n) {
    margin-right: 0;
  }
}

.talk-btm-box__pict {
  position: relative;
  margin-bottom: 18px;
}

@media print, screen and (min-width: 769px) {
  .talk-btm-box__pict {
    margin-bottom: 24px;
  }
  .talk-btm-box__pict &gt; a:hover img {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
  .talk-btm-box__pict &gt; a:hover .btn-circ:before {
    transform: rotate(180deg);
  }
}

.talk-btm-box__pict--bordered {
  border: 1px solid #000;
}

@media print, screen and (min-width: 769px) {
  .talk-btm-box__pict--bordered {
    border: 2px solid #000;
  }
}

.talk-btm-box-btn {
  position: absolute;
  bottom: -12px;
  right: -12px;
}

@media print, screen and (min-width: 769px) {
  .talk-btm-box-btn {
    bottom: -24px;
    right: -24px;
  }
}

.talk-btm-box__title {
  position: relative;
  font-weight: bold;
  letter-spacing: .075em;
  line-height: 1.3;
}

.talk-btm-box__title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-btm-box__title {
    font-size: 1.4rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .talk-btm-box__title:after {
    width: 18px;
    height: 1px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-btm-box__title {
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .talk-btm-box__title:after {
    width: 36px;
    height: 2px;
  }
}

.talk-btm-box__text {
  font-size: 1.3rem;
  line-height: 1.8;
}

@media print, screen and (min-width: 769px) {
  .talk-btm-box__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.talk-btm-box__text--big {
  font-size: 1.3rem;
  line-height: 1.6;
}

@media print, screen and (min-width: 769px) {
  .talk-btm-box__text--big {
    font-size: 1.6rem;
  }
}

/**
  トーク中写真
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk__pict {
    margin: 0 -30px 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk__pict {
    margin-bottom: 120px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk__pict2 {
    margin: 0 0 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk__pict2 {
    margin-bottom: 120px;
  }
}

.talk-top__03mr:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/gradu/assets/contents/special/talk_top_tri.svg) no-repeat left top/contain;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-top__03mr {
    position: absolute;
    top: 66vw;
    width: 100%;
  }
  .talk-top__03mr:after {
    width: 200px;
    height: 100px;
    left: 17px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top__03mr {
    width: 162px;
    position: absolute;
    top: 180px;
    left: calc(72%);
  }
  .talk-top__03mr:after {
    width: 408px;
    height: 196px;
    left: -60px;
    top: 216px;
  }
}

.talk-top__03mr .tt03mr-balloon {
  display: block;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-top__03mr .tt03mr-balloon {
    width: 85px;
    position: absolute;
    z-index: 3;
    top: 32px;
    left: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top__03mr .tt03mr-balloon {
    position: absolute;
    z-index: 2;
    width: 43px;
    right: -43px;
    top: -30px;
  }
}

.talk-top__03mr .tt03mr-catch {
  line-height: 1.75;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-top__03mr .tt03mr-catch {
    position: absolute;
    left: 50px;
    top: 96px;
    text-align: left;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-top__03mr .tt03mr-catch {
    position: relative;
    text-align: left;
    display: inline;
    font-feature-settings: 'pkna';
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: upright;
    -ms-text-combine-horizontal: all;
    z-index: 2;
    line-height: 1.6;
    font-size: 2.6rem;
    letter-spacing: .125em;
  }
  .talk-top__03mr .tt03mr-catch .catch-line {
    padding: 10px;
    background-color: #fff;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .talk-top__03mr .tt03mr-catch {
    line-height: 0;
  }
  .talk-top__03mr .tt03mr-catch .catch-line {
    display: block;
    padding: 7px 20px;
    font-feature-settings: 'pkna';
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: upright;
    -ms-text-combine-horizontal: all;
  }
}

/* --------------------------------------------------------------------
  #座談会用コンテナ
 */
.talk-mr-wrap {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .talk-mr-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-mr-container--reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-mr-container--nomrgn {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-mr-container2 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-mr-box1 {
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-mr-box1 {
    width: 33.3%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-mr-box2 {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-mr-box2 {
    width: 60%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-mr-block {
    position: relative;
    margin: 0 30px 20px;
    padding-top: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-mr-block {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
}

.talk-mr-box2__name {
  font-weight: bold;
  line-height: 1.75;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-mr-box2__name {
    position: absolute;
    top: 17px;
    right: 67px;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-mr-box2__name {
    display: block;
    font-size: 1.8rem;
    width: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-mr-box2__text {
    width: calc(100% - 110px);
    padding-right: 30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-mr-box2__face {
    width: 55px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-mr-box2__face {
    width: 80px;
  }
}

/**
  人物紹介エリア
 */
.talk-mr__pict {
  max-width: 600px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-mr__pict {
    width: 90px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-mr__pict {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1600px) {
  .talk-mr__pict {
    width: calc(400px + (100vw - 1216px)/2);
    margin-left: calc((100vw - 1200px)/-2);
  }
}

@media screen and (min-width: 1600px) {
  .talk-mr__pict {
    margin-left: -200px;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1600px) {
  .talk-mr__pict--reverse {
    margin-left: auto;
    margin-right: calc((100vw - 1220px) / -2);
  }
}

@media screen and (min-width: 1600px) {
  .talk-mr__pict--reverse {
    margin-right: -200px;
    margin-left: auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-mr__pict--splay {
    width: 60vw;
    margin-left: -30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-mr__pict--splay.talk-mr__pict--reverse {
    margin-left: auto;
    margin-right: -30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .talk-mr__info {
    width: calc(100% - 90px);
    padding-left: 20px;
  }
  .talk-mr__info .info-name {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .talk-mr__info .info-name:after {
    display: block;
    content: "";
    width: 15px;
    height: 2px;
    margin-top: 10px;
    background-color: #000;
  }
  .talk-mr__info .info-name-big {
    display: block;
    font-size: 1.6rem;
  }
  .talk-mr__info .info-shoulder {
    font-size: 1.1rem;
    line-height: 1.75;
    margin-bottom: 10px;
  }
  .talk-mr__info .info-summary {
    font-size: 1.1rem;
    line-height: 1.75;
    width: calc(100vw - 60px);
    margin-left: -110px;
  }
}

@media print, screen and (min-width: 769px) {
  .talk-mr__info .info-name {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.75;
  }
  .talk-mr__info .info-name:after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    margin-top: 20px;
    background-color: #000;
  }
  .talk-mr__info .info-name-big {
    font-size: 2rem;
  }
  .talk-mr__info .info-shoulder {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  .talk-mr__info .info-summary {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

@media print, screen and (min-width: 769px) {
  .tt03mr-pict01 {
    padding-right: 25%;
  }
}

/* ==========================================================================
  スペシャルー住友ファーマのもっと
   ========================================================================== */
.more-top {
  background: url(/gradu/assets/contents/special/more_mv01.jpg) no-repeat center center/cover;
}

.more-top--01 {
  background-image: url(/gradu/assets/contents/special/more_mv01_sp.jpg);
}

@media print, screen and (min-width: 769px) {
  .more-top--01 {
    background-image: url(/gradu/assets/contents/special/more_mv01.jpg);
  }
}

.more-top--02 {
  background-image: url(/gradu/assets/contents/special/more_mv02_sp.jpg);
}

@media print, screen and (min-width: 769px) {
  .more-top--02 {
    background-image: url(/gradu/assets/contents/special/more_mv02.jpg);
  }
}

.more-top--03 {
  background-image: url(/gradu/assets/contents/special/more_mv03_sp.jpg);
}

@media print, screen and (min-width: 769px) {
  .more-top--03 {
    background-image: url(/gradu/assets/contents/special/more_mv03.jpg);
  }
}

.more-top-inner {
  height: 106vw;
  padding-left: 8.3vw;
  padding-top: 18.7vw;
}

@media print, screen and (min-width: 769px) {
  .more-top-inner {
    height: 520px;
    padding-top: 112px;
    padding-left: 100px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.more-top__shoulder {
  width: 74vw;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .more-top__shoulder {
    width: 331px;
    margin-bottom: 40px;
  }
}

.more-top__heading &gt; span {
  display: block;
  color: #fff;
}

.more-top__heading .heading-number {
  font-size: 1.2rem;
  font-family: 'Istok Web', sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: .075em;
}

.more-top__heading .heading-main {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
  letter-spacing: .075em;
}

.more-top__heading .heading-sub {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .125em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

@media print, screen and (min-width: 769px) {
  .more-top__heading .heading-number {
    font-size: 2.8rem;
    margin-bottom: 28px;
  }
  .more-top__heading .heading-main {
    font-size: 3.6rem;
    margin-bottom: 28px;
  }
  .more-top__heading .heading-sub {
    font-size: 2rem;
  }
}

/* --------------------------------------------------------------------
  #メインコンテンツ
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .more-content-wrap {
    padding: 40px 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .more-content-wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
  }
}

.more-content {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .more-content {
    margin-top: -125px;
    width: 900px;
    margin-bottom: 100px;
    padding: 60px 50px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .more-content__pict01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .more-content__pict01 {
    width: 500px;
  }
}

.more-link-btn .btn-inner {
  height: 70px;
  border: 2px solid #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
  letter-spacing: .025em;
  font-weight: bold;
  padding: 0 20px;
  font-size: 1.3rem;
  position: relative;
}

.more-link-btn .btn-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 9px;
  top: 12px;
  right: 12px;
  background: url(/gradu/assets/img/ic_newwin_b.svg) no-repeat left top/contain;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .more-link-btn .btn-inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media print, screen and (min-width: 769px) {
  .more-link-btn .btn-inner {
    height: 100px;
    width: 700px;
    padding: 0 40px;
    font-size: 1.6rem;
    transition: 0.2s;
  }
  .more-link-btn .btn-inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 16px;
    top: 16px;
    right: 16px;
  }
  .more-link-btn .btn-inner:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}

/* --------------------------------------------------------------------
  #下部インデックスリンク
 */
.more-index {
  position: relative;
  background-color: #f1f9fa;
}

.more-index:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 71.3vw;
  height: 44vw;
  background: url(/gradu/assets/contents/special/more_index_bg.png) no-repeat left bottom/contain;
}

@media print, screen and (min-width: 769px) {
  .more-index {
    border-top: 40px solid #ddd;
  }
  .more-index:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 654px);
    width: 580px;
    height: 430px;
    background: url(/gradu/assets/contents/special/more_index_bg.png) no-repeat left bottom/580px 430px;
  }
}

.more-index--01 {
  border-top: 60px solid #ffb9df;
}

@media print, screen and (min-width: 769px) {
  .more-index--01 {
    border-top: 40px solid #ffb9df;
  }
}

.more-index--02 {
  border-top: 60px solid #ffe9ab;
}

@media print, screen and (min-width: 769px) {
  .more-index--02 {
    border-top: 40px solid #ffe9ab;
  }
}

.more-index--03 {
  border-top: 60px solid #c3dbff;
}

@media print, screen and (min-width: 769px) {
  .more-index--03 {
    border-top: 40px solid #c3dbff;
  }
}

.more-index-inner {
  position: relative;
  z-index: 1;
  padding: 50px 30px 44vw;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .more-index-inner {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 769px) {
  .more-index-inner {
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: 460px;
    padding: 82px 100px 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.more-index__title {
  width: 20%;
}

@media print, screen and (min-width: 769px) {
  .more-index__title {
    width: 300px;
    text-align: center;
  }
  .more-index__title img {
    width: 90px;
    height: auto;
  }
}

.more-index-list {
  width: 80%;
  padding-right: 3%;
}

@media print, screen and (min-width: 769px) {
  .more-index-list {
    width: 700px;
    padding-left: 35px;
  }
}

.more-index-list__item {
  margin-bottom: 16px;
}

@media print, screen and (min-width: 769px) {
  .more-index-list__item {
    margin-bottom: 32px;
  }
  .more-index-list__item:hover .btn-circ:before {
    transform: rotate(180deg);
  }
  .more-index-list__item:hover .more-index-list__number,
  .more-index-list__item:hover .more-index-list__title,
  .more-index-list__item:hover .more-index-list__title2 {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}

.more-index-list__item .item-inner {
  position: relative;
  display: block;
  padding-left: 32px;
}

@media print, screen and (min-width: 769px) {
  .more-index-list__item .item-inner {
    padding-left: 64px;
  }
}

.more-index-list__btn {
  position: absolute;
  left: 0;
}

.more-index-list__number {
  font-size: 1.2rem;
  letter-spacing: .075em;
  font-family: 'Istok Web', sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
}

@media print, screen and (min-width: 769px) {
  .more-index-list__number {
    font-size: 1.4rem;
    margin-bottom: 10px;
    transition-duration: 0.2s;
  }
}

.more-index-list__title {
  font-weight: bold;
  letter-spacing: .075em;
  font-size: 1.3rem;
  margin-bottom: 6px;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .more-index-list__title {
    font-size: 1.8rem;
    transition-duration: 0.2s;
    margin-bottom: 10px;
  }
}

.more-index-list__title2 {
  letter-spacing: .025em;
  font-size: 1.3rem;
  line-height: 1.5;
  white-space: nowrap;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

@media print, screen and (min-width: 769px) {
  .more-index-list__title2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    transition-duration: 0.2s;
  }
}
</pre></body></html>