@charset "UTF-8";
/* ***************************************************
 SP
*************************************************** */

.kyoso-card .title a {
color:#0A2864;
}
@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;
  }
  .post-profile {
    margin: 80px auto 120px;
    padding: 32px 5vw 0;
    border-top: 1px solid #C7C8C9;
  }
  .post-profile h2 {
    margin: 0 0 40px;
    color: #0A2864;
    font-size: 18px;
  }
  .post-profile .profile {
    margin: 0 auto 50px;
  }
  .post-profile .profile .img {
    margin: 0 auto 30px;
    text-align: center;
  }
  .post-profile .profile .img img {
    aspect-ratio: 6/7;
    width: 240px;
    object-fit: cover;
  }
  .post-profile .profile .text .profile-affiliation {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .post-profile .profile .text .profile-name {
    font-size: 20px;
  }
  .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,
  .case-company {
    padding: 40px 5vw 0;
  }
  .case-member .title,
  .case-company .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-company .company {
    margin-bottom: 32px;
  }
  .case-company .company .name {
    margin-bottom: 0em;
  }
  .case-company .company a {
    text-decoration: underline;
  }
  .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;
  }
  .kyoso-intro {
    position: relative;
    margin-bottom: 80px;
  }
  .kyoso-intro .left {
    grid-column: 2/8;
  }
  .kyoso-intro .left .title {
    margin: 16px 0 36px;
    font-family: "HelveticaNowText-Bold", "TazuganeGothicStdN-Bold", sans-serif;
    font-size: 28px;
    line-height: 130%;
  }
  .kyoso-intro .left .article {
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    font-size: 14px;
    line-height: 180%;
  }
  .kyoso-intro .pickup {
    grid-column: 2/8;
  }
  .kyoso-intro .pickup .img {
    padding: 0 5vw;
    text-align: center;
    margin-bottom: 32px;
  }
  .kyoso-intro .pickup .img img {
    width: 240px;
    aspect-ratio: 1/1.41;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .kyoso-intro .pickup .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .kyoso-intro .pickup .text .report {
    margin-bottom: 16px;
    font-size: 18px;
font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
  }
  .kyoso-intro .pickup .text .report a {
    display: inline;
    color: #0A2864;
    background: -webkit-gradient(linear, left top, left bottom, from(#0A2864), to(#0A2864)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#0A2864, #0A2864) 0 100%/0 1px no-repeat;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .kyoso-intro .pickup .text .report a:hover {
    background-size: 100% 1px;
  }
  .kyoso-intro .pickup ul {
    list-style: none;
    font-size: 14px;
  }
  .kyoso-intro .pickup ul li {
    margin-bottom: 8px;
    padding-left: 32px;
  }
  .kyoso-intro .pickup ul li a {
    position: relative;
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(#14191E), to(#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;
  }
  .kyoso-intro .pickup ul li a::before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: -32px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #14191E;
  }
  .kyoso-intro .pickup ul li a:hover {
    background-size: 100% 1px;
  }
  .kyoso-intro .pdf,
  .archive-kyoso-wrapper .pdf,
  .tax-report-wrapper .pdf {
    margin: 0;
  }
  .kyoso-intro .btn-pdf,
  .archive-kyoso-wrapper .btn-pdf,
  .tax-report-wrapper .btn-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;
  }
  .archive-kyoso-wrapper .archive-kyoso-inner {
    grid-column: 2/8;
  }
  .archive-kyoso-wrapper .archive-kyoso-inner .card {
    width: 100%;
  }
  .archive-kyoso-wrapper .wp-pagenavi {
    grid-column: 2/8;
    margin: 80px 0 40px;
  }
  .archive-kyoso-wrapper .kyoso-card {
    max-width: 300px;
    margin: 0 auto 40px;
  }
  .archive-kyoso-wrapper .kyoso-card a {
    display: block;
  }
  .archive-kyoso-wrapper .kyoso-card img {
    width: 100%;
    aspect-ratio: 1/1.41;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 16px;
  }
  .archive-kyoso-wrapper .kyoso-card .category {
    display: block;
    color: #0A2864;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 8px;
  }
  .archive-kyoso-wrapper .kyoso-card .subtitle {
    display: block;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 12px;
  }
  .archive-kyoso-wrapper .kyoso-card .title {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    line-height: 150%;
  }
  .tax-report-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5vw;
  }
  .tax-report-wrapper .post-type {
    margin-bottom: 16px;
    font-family: "HelveticaNowText-Bold", "TazuganeGothicStdN-Bold", sans-serif;
    font-size: 16px;
  }
  .tax-report-wrapper .post-type a {
    color: #0A2864;
  }
  .tax-report-wrapper .section-title {
    margin-bottom: 1.5em;
    font-size: 18px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    line-height: 150%;
  }
  .tax-report-header {
    margin-bottom: 80px;
  }
  .tax-report-header .text {
    padding-bottom: 32px;
  }
  .tax-report-header .text time {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .tax-report-header .text .title {
    margin-bottom: 16px;
    font-size: 22px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    line-height: 150%;
  }
  .tax-report-header .text .excerpt {
    font-size: 14px;
    line-height: 180%;
  }
  .tax-report-header .text .excerpt ul {
    list-style: none;
  }
  .tax-report-header .text .excerpt ul li {
    margin-bottom: 8px;
    padding-left: 24px;
  }
  .tax-report-header .text .excerpt ul li > a,
  .tax-report-header .text .excerpt ul li > span {
    position: relative;
    display: inline;
  }
  .tax-report-header .text .excerpt ul li > a::before,
  .tax-report-header .text .excerpt ul li > span::before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: -24px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #14191E;
  }
  .tax-report-header .text .excerpt ul li > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#14191E), to(#14191E)) 0 100%/100% 1px no-repeat;
    background: linear-gradient(#14191E, #14191E) 0 100%/100% 1px no-repeat;
  }
  .tax-report-header .img {
    width: 100%;
    text-align: center;
  }
  .tax-report-archive {
    margin-bottom: 80px;
  }
  .tax-report-archive .index {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .tax-report-archive .kyoso-post .img {
    margin-bottom: 16px;
  }
  .tax-report-archive .kyoso-post .img img {
    width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tax-report-archive .kyoso-post .text .title {
    margin-bottom: 16px;
  }
  .tax-report-archive .kyoso-post .text .title span {
    display: inline;
    font-size: 18px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    line-height: 150%;
    background: -webkit-gradient(linear, left top, left bottom, from(#14191E), to(#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;
  }
  .tax-report-archive .kyoso-post .text .excerpt {
    margin: 0;
    font-size: 14px;
  }
  .tax-report-download .kyoso-donload .img {
    margin-bottom: 16px;
    text-align: center;
  }
  .tax-report-download .kyoso-donload .img img {
    width: 200px;
  }
  .tax-report-download .kyoso-donload .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .tax-report-download .kyoso-donload .text .title {
    margin-bottom: 16px;
    font-size: 22px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    line-height: 150%;
    background: -webkit-gradient(linear, left top, left bottom, from(#14191E), to(#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;
  }
  .tax-report-download .kyoso-donload .text .memo {
    font-size: 14px;
    line-height: 150%;
  }
  .kyoso-relation {
    margin-top: 120px;
  }
  .kyoso-relation .category {
    grid-column: 2/8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
  }
  .kyoso-relation .category .name {
    font-size: 16px;
    color: #0A2864;
  }
  .kyoso-relation .category .back {
    margin: 0;
    font-size: 14px;
  }
  .kyoso-relation .category .back a {
    text-decoration: underline;
  }
  .kyoso-relation-posts {
    grid-column: 2/8;
  }
  .kyoso-relation-posts .card {
    width: 480px;
    max-width: 100%;
  }
  .kyoso-relation-posts .card .excerpt {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.75em;
  }
  .kyoso-back a {
    display: block;
    width: 550px;
    max-width: 100%;
    margin: 80px auto 0;
    padding: 1em;
    color: #FFFFFF;
    text-align: center;
    background-color: #0A2864;
    border: 1px solid #0A2864;
    border-radius: 4em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .kyoso-back a:hover {
    color: #0A2864;
    background-color: #EEEEEE;
  }
  .single-member-intro {
    margin-bottom: 80px;
  }
  .single-member-intro .text,
  .single-member-intro .img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .single-member-intro .text {
    grid-column: 2/8;
    grid-row: 2;
  }
  .single-member-intro .text hgroup {
    margin-bottom: 32px;
  }
  .single-member-intro .text .single-member-name b {
    display: block;
    margin-bottom: 16px;
    font-size: 28px;
    color: #0A2864;
  }
  .single-member-intro .text .single-member-name small {
    display: block;
    font-size: 16px;
  }
  .single-member-intro .text .post {
    margin-bottom: 32px;
    font-size: 18px;
font-weight:bold;
  }
  .single-member-intro .text .field {
    padding: 5px 0 5px 20px;
    font-size: 18px;
    border-left: solid 8px #0A2864;
  }
  .single-member-intro .img {
    grid-row: 1;
    grid-column: 2/8;
    margin-bottom: 48px;
    text-align: center;
  }
  .single-member-intro .img img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-member-profile .inner {
    grid-column: 2/8;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .single-member-profile section {
    margin-bottom: 64px;
  }
  .single-member-profile section p,
  .single-member-profile section ul li {
    font-size: 16px;
  }
  .single-member-profile section .title {
    margin-bottom: 32px;
    font-size: 20px;
    color: #0A2864;
  }
  .single-member-profile section a {
    text-decoration: underline;
  }
  .single-member-profile section .media-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 30px;
    margin: 0 auto;
  }
  .single-member-profile section .media-wrapper .card {
    max-width: 100%;
    margin: 0;
  }
  .single-member-profile section .media-wrapper a {
    text-decoration: none;
  }
  .single-member-profile section .media-wrapper .title {
    font-size: 14px;
  }
  .single-member-profile section dl div {
    line-height: 180%;
  }
  .single-member-profile section dl div:not(:last-child) {
    margin-bottom: 0;
  }
  .single-member-profile section dl div dt {
    margin-right: 0.5em;
  }
  .single-member-profile .service-contact {
    margin-bottom: 0;
  }
  .single-member-profile .service-contact .back {
    margin-top: 80px;
  }
  .single-member-profile .service-contact .back a {
    text-decoration: underline;
  }
}
/* ***************************************************
 PC
*************************************************** */


.kyoso-card .title a {
color:#0A2864;
}
@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 .img img {
    aspect-ratio: 6/7;
    width: 100%;
    object-fit: cover;
  }
  .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;
  }
  .post-profile {
    margin: 80px auto 120px;
    padding: 32px 0 0;
    border-top: 1px solid #C7C8C9;
  }
  .post-profile h2 {
    margin: 0 0 40px;
    color: #0A2864;
    font-size: 18px;
  }
  .post-profile .profile {
    display: flex;
    margin: 0 auto 30px;
  }
  .post-profile .profile .img {
    width: 160px;
    margin: 0 40px 0 0;
  }
  .post-profile .profile .img img {
    aspect-ratio: 6/7;
    width: 100%;
    object-fit: cover;
  }
  .post-profile .profile .text {
    flex: 1;
  }
  .post-profile .profile .text .profile-affiliation {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .post-profile .profile .text .profile-name {
    font-size: 20px;
  }
  .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,
  .case-company {
    padding-top: 32px;
    border-top: 1px solid #C7C8C9;
  }
  .case-member .title,
  .case-company .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-company .company {
    margin-bottom: 32px;
  }
  .case-company .company .name {
    margin-bottom: 0em;
  }
  .case-company .company a {
    text-decoration: underline;
  }
  .case-member .member img {
    width: 160px;
    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;
  }
  .kyoso-intro {
    position: relative;
    margin-bottom: 80px;
  }
  .kyoso-intro .left {
    grid-column: 2/6;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 3fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .kyoso-intro .left .title {
    grid-column: 1/5;
    margin: 100px 0 56px;
    font-family: "HelveticaNowText-Bold", "TazuganeGothicStdN-Bold", sans-serif;
    font-size: clamp(32px, 0.1rem + 3.1vw, 42px);
    line-height: 130%;
  }
  .kyoso-intro .left .article {
    grid-column: 2/5;
    font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
  }
  .kyoso-intro .pickup {
    grid-column: 6/8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kyoso-intro .pickup .img {
    width: 300px;
    max-width: 100%;
    padding: 0 32px;
  }
  .kyoso-intro .pickup .img img {
    width: 100%;
    aspect-ratio: 1/1.41;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 16px;
  }
  .kyoso-intro .pickup .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .kyoso-intro .pickup .text .report {
    margin-bottom: 16px;
    font-size: 22px;
font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
  }
  .kyoso-intro .pickup .text .report a {
    display: inline;
    color: #0A2864;
    background: -webkit-gradient(linear, left top, left bottom, from(#0A2864), to(#0A2864)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#0A2864, #0A2864) 0 100%/0 1px no-repeat;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .kyoso-intro .pickup .text .report a:hover {
    background-size: 100% 1px;
  }
  .kyoso-intro .pickup .text ul {
    list-style: none;
    margin-bottom: 48px;
  }
  .kyoso-intro .pickup .text ul li {
    margin-bottom: 8px;
    padding-left: 24px;
  }
  .kyoso-intro .pickup .text ul li > a,
  .kyoso-intro .pickup .text ul li > span {
    position: relative;
    display: inline;
  }
  .kyoso-intro .pickup .text ul li > a::before,
  .kyoso-intro .pickup .text ul li > span::before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: -24px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #14191E;
  }
  .kyoso-intro .pickup .text ul li > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#14191E), to(#14191E)) 0 100%/100% 1px no-repeat;
    background: linear-gradient(#14191E, #14191E) 0 100%/100% 1px no-repeat;
  }
  .kyoso-intro .pdf,
  .archive-kyoso-wrapper .pdf,
  .tax-report-wrapper .pdf {
    margin: 0;
  }
  .kyoso-intro .btn-pdf,
  .archive-kyoso-wrapper .btn-pdf,
  .tax-report-wrapper .btn-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;
  }
  .archive-kyoso-wrapper .btn-pdf:hover,
  .tax-report-wrapper .btn-pdf:hover {
    background-color: #0A2864;
    color: #FFFFFF;
  }
  .archive-kyoso-wrapper .archive-kyoso-inner {
    grid-column: 5/8;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 16px;
  }
  .archive-kyoso-wrapper .wp-pagenavi {
    grid-column: 5/8;
    margin: 80px 0;
  }
  .archive-kyoso-wrapper .kyoso-card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 16px;
    width: 100%;
  }
  .archive-kyoso-wrapper .kyoso-card .img img {
    width: 200px;
    aspect-ratio: 1/1.41;
  }
  .archive-kyoso-wrapper .kyoso-card .title {
    display: inline;
    font-size: 16px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    line-height: 150%;
  }
  .archive-kyoso-wrapper .kyoso-card .title a:hover span {
    background-size: 100% 1px;
  }
  .archive-kyoso-wrapper .kyoso-card .title span {
    background: -webkit-gradient(linear, left top, left bottom, from(#14191E), to(#14191E)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#14191E, #14191E) 0 100%/0 1px no-repeat;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }
  .archive-kyoso-wrapper .kyoso-card .title small {
    font-size: 14px;
  }
  .tax-report-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .tax-report-wrapper .post-type {
    margin-bottom: 16px;
    font-family: "HelveticaNowText-Bold", "TazuganeGothicStdN-Bold", sans-serif;
    font-size: 16px;
  }
  .tax-report-wrapper .post-type a {
    color: #0A2864;
  }
  .tax-report-wrapper .section-title {
    margin-bottom: 1.5em;
    font-size: 18px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    line-height: 150%;
  }
  .tax-report-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
  .tax-report-header .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 32px;
  }
  .tax-report-header .text time {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .tax-report-header .text .title {
    margin-bottom: 16px;
    font-size: 22px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    line-height: 150%;
  }
  .tax-report-header .text .excerpt {
    font-size: 14px;
    line-height: 180%;
  }
  .tax-report-header .text .excerpt ul {
    list-style: none;
  }
  .tax-report-header .text .excerpt ul li {
    margin-bottom: 8px;
    padding-left: 24px;
  }
  .tax-report-header .text .excerpt ul li > a,
  .tax-report-header .text .excerpt ul li > span {
    position: relative;
    display: inline;
  }
  .tax-report-header .text .excerpt ul li > a::before,
  .tax-report-header .text .excerpt ul li > span::before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: -24px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #14191E;
  }
  .tax-report-header .text .excerpt ul li > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#14191E), to(#14191E)) 0 100%/100% 1px no-repeat;
    background: linear-gradient(#14191E, #14191E) 0 100%/100% 1px no-repeat;
  }
  .tax-report-header .img {
    width: 45%;
  }
  .tax-report-archive {
    margin-bottom: 80px;
  }
  .tax-report-archive .index {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .tax-report-archive .kyoso-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tax-report-archive .kyoso-post a:hover .title span {
    background-size: 100% 1px;
  }
  .tax-report-archive .kyoso-post .img {
    width: 40%;
  }
  .tax-report-archive .kyoso-post .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 32px;
  }
  .tax-report-archive .kyoso-post .text .title {
    margin-bottom: 16px;
  }
  .tax-report-archive .kyoso-post .text .title span {
    display: inline;
    font-size: 18px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    line-height: 150%;
    background: -webkit-gradient(linear, left top, left bottom, from(#14191E), to(#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;
  }
  .tax-report-archive .kyoso-post .text .excerpt {
    margin: 0;
    font-size: 14px;
  }
  .tax-report-download .kyoso-donload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tax-report-download .kyoso-donload .img {
    width: 300px;
    text-align: center;
  }
  .tax-report-download .kyoso-donload .img img {
    width: 200px;
  }
  .tax-report-download .kyoso-donload .text .title {
    margin-bottom: 16px;
    font-size: 22px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    line-height: 150%;
    background: -webkit-gradient(linear, left top, left bottom, from(#14191E), to(#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;
  }
  .tax-report-download .kyoso-donload .text .memo {
    font-size: 14px;
    line-height: 150%;
  }
  .kyoso-relation {
    margin-top: 120px;
  }
  .kyoso-relation .category {
    grid-column: 3/8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
  }
  .kyoso-relation .category .name {
    font-size: 16px;
    color: #0A2864;
  }
  .kyoso-relation .category .back {
    margin: 0;
    font-size: 14px;
  }
  .kyoso-relation .category .back a {
    text-decoration: underline;
  }
  .kyoso-relation-posts {
    grid-column: 3/8;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 16px;
  }
  .kyoso-relation-posts .card .excerpt {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.75em;
  }
  .kyoso-border::after {
    content: "";
    grid-column: 2/8;
    height: 1px;
    margin-top: 120px;
    background-color: #C7C8C9;
  }
  .kyoso-back a {
    display: block;
    width: 550px;
    max-width: 100%;
    margin: 80px auto 0;
    padding: 1em;
    color: #FFFFFF;
    text-align: center;
    background-color: #0A2864;
    border: 1px solid #0A2864;
    border-radius: 4em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .kyoso-back a:hover {
    color: #0A2864;
    background-color: #EEEEEE;
  }
  .single-member-intro {
    display: grid;
    grid-template-columns: 3fr 5fr 7fr;
    column-gap: 16px;
    margin-bottom: 80px;
  }
  .single-member-intro .text {
    grid-column: 1/3;
    padding-right: 48px;
  }
  .single-member-intro .text hgroup {
    margin-bottom: 48px;
  }
  .single-member-intro .text .single-member-name b {
    display: block;
    margin-bottom: 16px;
    font-size: clamp(30px, 0.1rem + 2.8vw, 42px);
    color: #0A2864;
  }
  .single-member-intro .text .single-member-name small {
    display: block;
    font-size: 18px;
  }
  .single-member-intro .text .post {
    margin-bottom: 80px;
    font-size: 18px;
font-weight:bold;
  }
  .single-member-intro .text .field {
    padding: 5px 0 5px 20px;
    font-size: 18px;
    border-left: solid 8px #0A2864;
  }
  .single-member-intro .img img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    object-position: center;
  }
  .single-member-profile .inner {
    margin: 0 auto;
  }
  .single-member-profile section {
    font-size: 18px;
    margin-bottom: 80px;
  }
  .single-member-profile section > .title {
    margin-bottom: 32px;
    font-size: 20px;
    color: #0A2864;
  }
  .single-member-profile section a {
    text-decoration: underline;
  }
  .single-member-profile section a:hover {
    text-decoration: none;
  }
  .single-member-profile section .media-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 30px), 1fr));
    gap: 30px 24px;
  }
  .single-member-profile section .media-wrapper a {
    text-decoration: none;
  }
  .single-member-profile section .media-wrapper .title {
    font-size: 14px;
  }
  .single-member-profile section dl div {
    display: flex;
    flex-wrap: wrap;
    line-height: 180%;
  }
  .single-member-profile section dl div:not(:last-child) {
    margin-bottom: 0;
  }
  .single-member-profile section dl div dt {
    margin-right: 0.5em;
  }
  .single-member-profile .service-contact {
    margin-bottom: 0;
  }
  .single-member-profile .service-contact .back {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .single-member-profile .service-contact .back a {
    text-decoration: underline;
  }
}