@charset "UTF-8";
/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:959px) {
  .news-wrapper {
    padding-top: 48px;
  }
  .news-wrapper .news-title {
    grid-column: 2/8;
    margin-bottom: 40px;
    font-size: 28px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
  }
  .news-wrapper .category-nav {
    list-style: none;
    grid-column: 2/8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 800px;
    margin-bottom: 48px;
  }
  .news-wrapper .category-nav li {
    margin-right: 32px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
  }
  .news-wrapper .category-nav li:last-child {
    margin-right: 0;
  }
  .news-wrapper .category-nav li .current {
    color: #14191E;
  }
  .news-wrapper .category-nav li a {
    color: #808386;
  }
  .news-wrapper .news-archive {
    grid-column: 2/8;
    max-width: 800px;
    font-size: 14px;
    border-top: 1px solid #C7C8C9;
  }
  .news-wrapper .news-archive .item {
    padding: 32px 0;
    border-bottom: 1px solid #C7C8C9;
  }
  .news-wrapper .news-archive a {
    display: block;
  }
  .news-wrapper .wp-pagenavi {
    grid-column: 2/8;
  }
  .post-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
    font-size: 12px;
    color: #43474B;
  }
  .post-header time {
    margin-right: 16px;
    font-family: "HelveticaNowText-Regular", "TazuganeGothicStdN-Regular", sans-serif;
  }
  .post-header .category {
    min-width: 64px;
    margin-right: 16px;
    padding: 0 8px;
    text-align: center;
    font-family: "HelveticaNowText-Regular", "TazuganeGothicStdN-Regular", sans-serif;
    background-color: #C7C8C9;
  }
  .post-header .company {
    margin-right: 16px;
  }
  .post-article {
    grid-column: 2/8;
    max-width: 800px;
    font-size: 14px;
    line-height: 180%;
  }
  .post-article header {
    display: block;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #C7C8C9;
  }
  .post-article h1 {
    font-size: 18px;
    line-height: 150%;
  }
  .post-article h2,
  .post-article h3 {
    font-size: 16px;
  }
  .post-article h4 {
    font-size: 14px;
  }
  .post-wysiwyg > .wp-block-image,
  .post-wysiwyg > .wp-block-gallery {
    margin: 64px auto;
  }
  .post-wysiwyg p {
    margin-bottom: 40px;
  }
  .post-wysiwyg .pdf {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 120px;
    margin: 40px auto;
    padding: 0.85em 40px 0.75em 78px;
    line-height: 1em;
    border: 1px solid #14191E;
    border-radius: 5px;
    background-color: #EEEEEE;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    background-image: url(../images/common/icon-pdf.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 40px center;
  }
  .post-wysiwyg .pdf.disabled {
    opacity: 0.4;
  }
  .talk-intro,
  .column-intro {
    position: relative;
    margin-bottom: 80px;
  }
  .talk-intro .text,
  .column-intro .text {
    grid-column: 2/8;
  }
  .talk-intro .text .title,
  .column-intro .text .title {
    margin: 16px 0 36px;
    font-family: "HelveticaNowText-Bold", "TazuganeGothicStdN-Bold", sans-serif;
    font-size: 28px;
    line-height: 130%;
  }
  .talk-intro .text .subtitle,
  .column-intro .text .subtitle {
    margin-bottom: 16px;
    font-family: "HelveticaNowText-Bold", "TazuganeGothicStdN-Bold", sans-serif;
  }
  .talk-intro .text .article,
  .column-intro .text .article {
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
    line-height: 180%;
  }
  .talk-intro .pickup,
  .column-intro .pickup {
    grid-column: 2/8;
  }
  .talk-intro .pickup img,
  .column-intro .pickup img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 16px;
  }
  .talk-intro .pickup a,
  .column-intro .pickup a {
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }
  .talk-intro .pickup .title,
  .column-intro .pickup .title {
    display: inline;
    font-size: 18px;
  }
  .talk-intro .pickup .subtitle,
  .column-intro .pickup .subtitle {
    display: block;
    margin-top: 8px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
  }
  .talk-intro .pickup .date,
  .column-intro .pickup .date {
    font-family: "HelveticaNowText-Bold", "TazuganeGothicStdN-Bold", sans-serif;
    font-size: 14px;
  }
  .footer-media {
    margin-top: 80px;
  }
  .footer-media .title {
    grid-column: 2/8;
    margin-bottom: 24px;
    font-size: 14px;
    color: #0A2864;
  }
  .footer-media .media-nav {
    grid-column: 2/8;
  }
  .footer-media .media-nav ul {
    list-style: none;
  }
  .footer-media .media-nav ul li {
    padding: 24px 0;
    border-top: 1px solid #C7C8C9;
    border-bottom: 1px solid #C7C8C9;
  }
  .footer-media .media-nav ul li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .footer-media .media-nav ul li a {
    display: block;
  }
  .footer-media .media-nav ul li img {
    width: auto;
    height: 56px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer-media .media-nav ul li p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px 0 0;
    padding-right: 32px;
    background-image: url(../images/common/icon-arrow_r.svg);
    background-repeat: no-repeat;
    background-position: right center;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
    line-height: 160%;
  }
  /* タイトルとサマリー位置の調整 */
  .igpitalk .single-header .single-title {
    margin-bottom: 24px;
  }
  .igpitalk .single-wysiwyg .summary {
    margin-bottom: 40px;
  }
  .talk-profile {
    margin: 120px auto;
  }
  .talk-profile .profile {
    width: 90vw;
    margin: 0 auto 40px;
  }
  .talk-profile .profile:last-child {
    margin-bottom: 0;
  }
  .talk-profile .profile img {
    margin-bottom: 24px;
  }
  .talk-profile .profile .name {
    margin-bottom: 8px;
    font-size: 16px;
    color: #0A2864;
  }
  .talk-profile .profile .affiliation {
    margin-bottom: 16px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;

  }
  .talk-profile .profile .note {
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
  }
  .post-author {
    margin: 80px auto 120px;
    padding: 32px 5vw 0;
    border-top: 1px solid #C7C8C9;
  }
  .post-author .img {
    margin-bottom: 24px;
    text-align: center;
  }
  .post-author .img img {
    width: 240px;
  }
  .post-author .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .post-author .author-title {
    margin-bottom: 16px;
    color: #0A2864;
  }
  .post-author .author-affiliation {
    margin-bottom: 8px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
  }
  .post-author .author-name {
    margin-bottom: 0;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    font-size: 16px;
  }
  .case-intro {
    position: relative;
    margin-bottom: 80px;
  }
  .case-intro .text {
    grid-column: 2/8;
  }
  .case-intro .text .title {
    margin: 16px 0 40px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    font-size: 28px;
    line-height: 130%;
  }
  .case-intro .text .article {
    margin-bottom: 40px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
  }
  .case-intro .pickup {
    grid-column: 2/8;
  }
  .case-intro .pickup img {
    width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 16px;
  }
  .case-intro .pickup a {
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }
  .case-intro .pickup .title {
    display: inline;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    font-size: 18px;
  }
  .case-intro .pickup .subtitle {
    display: block;
    margin-top: 8px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
  }
  .case-intro .pickup .subtitle b {
    display: inline-block;
    margin-right: 1em;
  }
  .case-member {
    padding: 40px 5vw 0;
  }
  .case-member .title {
    margin-bottom: 32px;
    padding-top: 32px;
    border-top: 1px solid #C7C8C9;
    font-size: 16px;
    color: #0A2864;
  }
  .case-member .member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
  .case-member .member img {
    width: 180px;
    margin-right: 16px;
  }
  .case-member .member .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .case-member .member .affiliation {
    margin-bottom: 8px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
  }
  .case-member .member .name {
    margin-bottom: 0;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    font-size: 16px;
  }
  .article-voice {
    margin-bottom: 120px;
  }
  .voice-header {
    padding: 0 5vw;
    margin-bottom: 64px;
  }
  .voice-header .post-type {
    margin-bottom: 16px;
    font-family: "HelveticaNowText-Bold", "TazuganeGothicStdN-Bold", sans-serif;
    font-size: 14px;
  }
  .voice-header .post-type a {
    color: #0A2864;
  }
  .voice-header .mv {
    margin-bottom: 40px;
  }
  .voice-header .mv img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .voice-header .single-title {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 130%;
  }
  .voice-header .single-subtitle {
    margin-bottom: 16px;
  }
  .voice-header .single-subtitle .name {
    display: block;
    font-size: 18px;
    line-height: 130%;
    margin: 12px 0;
  }
  .voice-header .single-subtitle .affiliation {
    display: block;
    margin-bottom: 16px;
    font-size: 12px;
    color: #0A2864;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    line-height: 130%;
  }
  .voice-header .single-subtitle .since {
    display: block;
    margin: 0;
    font-size: 12px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    line-height: 130%;
  }
  .voice-header .single-subtitle .special {
    display: block;
    margin: 0;
    font-size: 12px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    line-height: 130%;
  }
  .archive-voice-intro {
    padding-bottom: 32px;
    border-bottom: 1px solid #C7C8C9;
  }
  .archive-voice-intro .excerpt {
    margin-bottom: 32px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
    line-height: 180%;
  }
  .archive-voice-intro .mov-wrapper .mov iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .archive-voice-intro .mov-wrapper .text p {
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
  }
  .select-category {
    position: relative;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 64px 0 32px;
  }
  .select-category::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 8px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/common/icon-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
  }
  .select-category select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #333;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 10px 30px 10px 10px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
  }
  .select-category select::-ms-expand {
    display: none;
  }
  .select-category select:focus {
    outline: none;
  }
  .creation-intro {
    position: relative;
    margin-bottom: 40px;
  }
  .creation-intro .text {
    grid-column: 2/8;
  }
  .creation-intro .text .title {
    margin: 16px 0 40px;
    font-size: 28px;
    line-height: 150%;
  }
  .creation-intro .text .title small {
    display: block;
    font-size: 14px;
    line-height: 180%;
  }
  .creation-intro .text .article {
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
    line-height: 180%;
  }
  .creation-intro .pickup {
    grid-column: 2/8;
    text-align: center;
  }
  .creation-intro .pickup img {
    width: auto;
    max-height: 320px;
    aspect-ratio: 16/9;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 16px;
  }
  .creation-intro .pickup a {
    display: block;
  }
  .creation-intro .pickup .title {
    display: inline;
    font-size: 22px;
  }
  .creation-intro .pickup .subtitle {
    display: block;
    margin-top: 8px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
  }
  .creation-intro .pickup .date {
    font-family: "HelveticaNowText-Bold", "TazuganeGothicStdN-Bold", sans-serif;
    font-size: 14px;
  }
  .lity {
    background: rgba(63, 63, 63, 0.8);
  }
  .lity-close,
  .lity-close:hover,
  .lity-close:focus,
  .lity-close:active,
  .lity-close:visited,
  .lity-close::-moz-focus-inner {
    position: absolute;
    top: -86px;
    right: 0;
    width: 70px;
    height: 70px;
    background-image: url(../images/common/icon-close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    font-size: 0;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:960px) {
  .news-wrapper {
    padding-top: 120px;
  }
  .news-wrapper .news-title {
    grid-column: 2/8;
    margin-bottom: 64px;
    font-size: clamp(32px, 0.1rem + 3.1vw, 42px);
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
  }
  .news-wrapper .category-nav {
    list-style: none;
    grid-column: 5/8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin-bottom: 48px;
  }
  .news-wrapper .category-nav li {
    margin-right: 64px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
  }
  .news-wrapper .category-nav li .current {
    color: #14191E;
  }
  .news-wrapper .category-nav li a {
    color: #808386;
  }
  .news-wrapper .news-archive {
    grid-column: 5/8;
    max-width: 800px;
    font-size: 14px;
    border-top: 1px solid #C7C8C9;
  }
  .news-wrapper .news-archive .item {
    padding: 32px;
    border-bottom: 1px solid #C7C8C9;
  }
  .news-wrapper .news-archive a {
    display: block;
  }
  .news-wrapper .news-archive a:hover .title {
    background-size: 100% 1px;
  }
  .news-wrapper .news-archive .title {
    background: -webkit-gradient(linear, left top, left bottom, from(#14191E), to(#14191E)) 0 100%/0 1px no-repeat;
    background: -webkit-linear-gradient(#14191E, #14191E) 0 100%/0 1px no-repeat;
    background: linear-gradient(#14191E, #14191E) 0 100%/0 1px no-repeat;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .news-wrapper .wp-pagenavi {
    grid-column: 5/8;
  }
  .post-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
    color: #43474B;
  }
  .post-header time {
    margin-right: 16px;
    font-family: "HelveticaNowText-Regular", "TazuganeGothicStdN-Regular", sans-serif;
  }
  .post-header .category {
    min-width: 64px;
    margin-right: 16px;
    padding: 0 8px;
    text-align: center;
    font-family: "HelveticaNowText-Regular", "TazuganeGothicStdN-Regular", sans-serif;
    background-color: #C7C8C9;
  }
  .post-header .company {
    margin-right: 16px;
  }
  .post-article {
    grid-column: 5/8;
    max-width: 800px;
  }
  .post-article header {
    display: block;
    padding-bottom: 32px;
    margin-bottom: 64px;
    border-bottom: 1px solid #C7C8C9;
  }
  .post-article h1 {
    line-height: 150%;
  }
  .post-article h2,
  .post-article h3 {
    font-size: 18px;
  }
  .post-article h4 {
    font-size: 16px;
  }
  .post-wysiwyg > .wp-block-image,
  .post-wysiwyg > .wp-block-gallery {
    margin: 64px auto;
  }
  .post-wysiwyg p {
    margin-bottom: 40px;
  }
  .post-wysiwyg .pdf {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 120px;
    padding: 0.85em 40px 0.75em 78px;
    line-height: 1em;
    border: 1px solid #14191E;
    border-radius: 5px;
    background-color: #EEEEEE;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    background-image: url(../images/common/icon-pdf.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 40px center;
  }
  .post-wysiwyg .pdf:hover {
    background-color: #0A2864;
    color: #FFFFFF;
  }
  .post-wysiwyg .pdf.disabled {
    opacity: 0.4;
  }
  .talk-intro,
  .column-intro {
    position: relative;
    margin-bottom: 80px;
  }
  .talk-intro .text,
  .column-intro .text {
    grid-column: 2/6;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 3fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -webkit-align-content: start;
        -ms-flex-line-pack: start;
            align-content: start;
  }
  .talk-intro .text .title,
  .column-intro .text .title {
    grid-column: 1/5;
    margin: 100px 0 16px;
    font-family: "HelveticaNowText-Bold", "TazuganeGothicStdN-Bold", sans-serif;
    font-size: clamp(32px, 0.1rem + 3.1vw, 42px);
    line-height: 130%;
  }
  .talk-intro .text .subtitle,
  .column-intro .text .subtitle {
    grid-column: 2/5;
    margin-bottom: 56px;
    font-family: "HelveticaNowText-Bold", "TazuganeGothicStdN-Bold", sans-serif;
  }
  .talk-intro .text .article,
  .column-intro .text .article {
    grid-column: 2/5;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
  }
  .talk-intro .pickup,
  .column-intro .pickup {
    grid-column: 6/8;
  }
  .talk-intro .pickup img,
  .column-intro .pickup img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 16px;
  }
  .talk-intro .pickup a,
  .column-intro .pickup a {
    display: block;
  }
  .talk-intro .pickup a:hover .title,
  .column-intro .pickup a:hover .title {
    background-size: 100% 1px;
  }
  .talk-intro .pickup .title,
  .column-intro .pickup .title {
    display: inline;
    font-size: 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(#14191E), to(#14191E)) 0 100%/0 1px no-repeat;
    background: -webkit-linear-gradient(#14191E, #14191E) 0 100%/0 1px no-repeat;
    background: linear-gradient(#14191E, #14191E) 0 100%/0 1px no-repeat;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .talk-intro .pickup .subtitle,
  .column-intro .pickup .subtitle {
    display: block;
    margin-top: 8px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
  }
  .talk-intro .pickup .date,
  .column-intro .pickup .date {
    font-family: "HelveticaNowText-Bold", "TazuganeGothicStdN-Bold", sans-serif;
    font-size: 14px;
  }
  .footer-media {
    margin-top: 120px;
  }
  .footer-media .title {
    grid-column: 3/5;
    font-size: 16px;
    color: #0A2864;
  }
  .footer-media .media-nav {
    grid-column: 5/8;
  }
  .footer-media .media-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-media .media-nav ul li {
    width: calc((100% - 64px) / 3);
    margin: 0 32px 80px 0;
  }
  .footer-media .media-nav ul li:nth-child(3n) {
    margin-right: 0;
  }
  .footer-media .media-nav ul li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .footer-media .media-nav ul li a {
    display: block;
  }
  .footer-media .media-nav ul li img {
    width: auto;
    height: 56px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer-media .media-nav ul li p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 24px;
    padding-right: 32px;
    background-image: url(../images/common/icon-arrow_r.svg);
    background-repeat: no-repeat;
    background-position: right center;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    line-height: 160%;
  }
  /* タイトルとサマリー位置の調整 */
  .igpitalk .single-header .single-title {
    margin-bottom: 32px;
  }
  .igpitalk .single-wysiwyg .summary {
    margin-bottom: 112px;
  }
  .talk-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 120px auto;
  }
  .talk-profile .profile {
    width: 380px;
    margin: 0 8px;
  }
  .talk-profile .profile:first-child {
    margin-left: 0;
  }
  .talk-profile .profile:last-child {
    margin-right: 0;
  }
  .talk-profile .profile img {
    margin-bottom: 24px;
  }
  .talk-profile .profile .name {
    margin-bottom: 8px;
    font-size: 16px;
    color: #0A2864;
  }
  .talk-profile .profile .affiliation {
    margin-bottom: 16px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
height:80px;
  }
  .talk-profile .profile .note {
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
  }
  .post-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 80px auto 120px;
    padding-top: 32px;
    border-top: 1px solid #C7C8C9;
  }
  .post-author .img {
    width: 240px;
    margin-right: 32px;
  }
  .post-author .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .post-author .author-title {
    margin-bottom: 24px;
    color: #0A2864;
  }
  .post-author .author-affiliation {
    margin-bottom: 8px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
  }
  .post-author .author-name {
    margin-bottom: 0;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    font-size: 18px;
  }
  .case-intro {
    position: relative;
    margin-bottom: 80px;
  }
  .case-intro .text {
    grid-column: 2/6;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 3fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -webkit-align-content: start;
        -ms-flex-line-pack: start;
            align-content: start;
    padding-right: 24px;
  }
  .case-intro .text .title {
    grid-column: 1/5;
    margin: 100px 0 54px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    font-size: clamp(32px, 0.1rem + 3.1vw, 42px);
    line-height: 130%;
  }
  .case-intro .text .article {
    grid-column: 2/5;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
  }
  .case-intro .pickup {
    grid-column: 6/9;
  }
  .case-intro .pickup img {
    width: 100%;
    height: 430px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 16px;
  }
  .case-intro .pickup a {
    display: block;
  }
  .case-intro .pickup a:hover .title {
    background-size: 100% 1px;
  }
  .case-intro .pickup .title {
    display: inline;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    font-size: 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(#14191E), to(#14191E)) 0 100%/0 1px no-repeat;
    background: -webkit-linear-gradient(#14191E, #14191E) 0 100%/0 1px no-repeat;
    background: linear-gradient(#14191E, #14191E) 0 100%/0 1px no-repeat;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .case-intro .pickup .subtitle {
    display: block;
    margin-top: 8px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
  }
  .case-intro .pickup .subtitle b {
    display: inline-block;
    margin-right: 1em;
  }
  .case-member {
    padding-top: 32px;
    border-top: 1px solid #C7C8C9;
  }
  .case-member .title {
    margin-bottom: 32px;
    font-size: 16px;
    color: #0A2864;
  }
  .case-member .member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
  .case-member .member img {
    width: 180px;
    margin-right: 16px;
  }
  .case-member .member .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .case-member .member .affiliation {
    margin-bottom: 8px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
  }
  .case-member .member .name {
    margin-bottom: 0;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    font-size: 18px;
  }
  .article-voice {
    margin-bottom: 120px;
  }
  .voice-header {
    margin-bottom: 80px;
  }
  .voice-header .post-type {
    margin-bottom: 16px;
    font-family: "HelveticaNowText-Bold", "TazuganeGothicStdN-Bold", sans-serif;
    font-size: 16px;
  }
  .voice-header .post-type a {
    color: #0A2864;
  }
  .voice-header .mv {
    margin-bottom: 40px;
  }
  .voice-header .mv img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .voice-header .single-title {
    margin-bottom: 8px;
    font-size: clamp(32px, 0.1rem + 3.1vw, 42px);
    line-height: 130%;
  }
  .voice-header .single-subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px;
  }
  .voice-header .single-subtitle .name {
    display: block;
    font-size: 18px;
    line-height: 130%;
    margin: 12px 0;
  }
  .voice-header .single-subtitle .affiliation {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    color: #0A2864;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    line-height: 130%;
  }
  .voice-header .single-subtitle .since {
    display: block;
    margin: 0;
    font-size: 12px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    line-height: 130%;
  }
  .voice-header .single-subtitle .special {
    display: block;
    margin: 0;
    font-size: 12px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    line-height: 130%;
  }
  .archive-voice-intro {
    padding-bottom: 64px;
    border-bottom: 1px solid #C7C8C9;
  }
  .archive-voice-intro .excerpt {
    margin-bottom: 64px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    font-size: 18px;
  }
  .archive-voice-intro .mov-wrapper {
    display: grid;
    grid-template-columns: 3fr 5fr 8fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .archive-voice-intro .mov-wrapper .mov {
    grid-column: 1/3;
  }
  .archive-voice-intro .mov-wrapper .mov iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .archive-voice-intro .mov-wrapper .text {
    grid-column: 3/4;
    align-self: center;
  }
  .archive-voice-intro .mov-wrapper .text p {
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
  }
  .select-category {
    position: relative;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 96px;
    margin-bottom: 56px;
  }
  .select-category::after {
    content: "";
    position: absolute;
    top: 103px;
    right: 8px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/common/icon-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
  }
  .select-category select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #333;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 10px 30px 10px 10px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
  }
  .select-category select::-ms-expand {
    display: none;
  }
  .select-category select:focus {
    outline: none;
  }
  .creation-intro {
    position: relative;
    margin-bottom: 80px;
  }
  .creation-intro .text {
    grid-column: 2/6;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 3fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -webkit-align-content: start;
        -ms-flex-line-pack: start;
            align-content: start;
  }
  .creation-intro .text .title {
    grid-column: 1/5;
    margin: 100px 0 80px;
    font-size: clamp(32px, 0.1rem + 3.1vw, 42px);
    line-height: 130%;
  }
  .creation-intro .text .title small {
    display: block;
    font-size: 16px;
    line-height: 100%;
  }
  .creation-intro .text .article {
    grid-column: 1/5;
    padding-right: 56px;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    line-height: 180%;
  }
  .creation-intro .pickup {
    grid-column: 6/8;
    justify-self: end;
  }
  .creation-intro .pickup img {
    width: auto;
    max-height: 500px;
    aspect-ratio: 16/9;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 16px;
  }
  .creation-intro .pickup a {
    display: block;
  }
  .creation-intro .pickup a:hover .title {
    background-size: 100% 1px;
  }
  .creation-intro .pickup .title {
    display: inline;
    font-size: 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(#14191E), to(#14191E)) 0 100%/0 1px no-repeat;
    background: -webkit-linear-gradient(#14191E, #14191E) 0 100%/0 1px no-repeat;
    background: linear-gradient(#14191E, #14191E) 0 100%/0 1px no-repeat;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .creation-intro .pickup .subtitle {
    display: block;
    margin-top: 8px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
  }
  .creation-intro .pickup .date {
    font-family: "HelveticaNowText-Bold", "TazuganeGothicStdN-Bold", sans-serif;
    font-size: 14px;
  }
  .lity {
    background: rgba(63, 63, 63, 0.8);
  }
  .lity-close,
  .lity-close:hover,
  .lity-close:focus,
  .lity-close:active,
  .lity-close:visited,
  .lity-close::-moz-focus-inner {
    position: absolute;
    top: -86px;
    right: 0;
    width: 70px;
    height: 70px;
    background-image: url(../images/common/icon-close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    font-size: 0;
  }
}