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

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
body {
	scroll-behavior: smooth;
}
h1, h2:not(.c-entry-summary__title), h3 {
	font-weight: bold;
}
.wp-block-separator {
	border-width: 1px;
}

.l-container > header {
	visibility: hidden;
}
.c-entry__footer,
.c-copyright,
.archive .c-entry__title,
.c-entry-summary__figure::before,
.c-entry-summary__content,
.archive .c-entry__header,
.c-meta__item--modified,
.c-meta__item--author,
.fa-clock,
.fa-folder,
.wp-profile-box {
	display: none;
}
.archive .l-contents,
.post-template .l-contents {
	margin-top: -4rem;
}
.l-contents__container {
	padding: 0;
}
section.note {
	margin-bottom: 3rem;
}
section.bg-c {
	max-width: 100%;
    background: rgba(190, 196, 209, 0.2);
	margin: 0;
}

.c-entry__header {
	display: flex;
    flex-direction: column-reverse;
}
ul.c-entries {
	display: block;
}
.c-entry-summary__figure,
.c-entry-summary__header {
	margin-bottom: 0;
}
.c-entry-summary__meta {
	margin-top: 0;
}
.c-entry-summary__meta .c-meta__item {
	min-width: 120px;
}
.c-entry-summary__figure {
	position: absolute;
	left: 8rem;
}
.c-entry-summary,
.c-entry-summary__body {
	display: flex;
}
.c-entry-summary__body {
	column-gap: 10rem;
}
.c-entry-summary__header {
	order: 1;
}
.c-entry-summary__title {
	font-size: 1rem;
}
.c-entry-summary__figure .c-entry-summary__term {
	position: relative;
	min-width: 118px;
}
.c-entries__item {
	max-width: 100%;
	margin-bottom: 0;
	padding: 20px 0;
	border-top: 1px solid #BEC4D1;
}
.p-archive .c-entries__item:last-child {
	border-bottom: 1px solid #BEC4D1;
	margin-bottom: 28px;
}
.c-entry-summary__term {
	color: #333;
    background-color: #E2E8F4;
    min-width: 96px;
    text-align: center;
	font-weight: 400;
}
.c-entry-summary__meta {
	font-weight: 400;
}

.c-entry__title {
	font-size: 2.5rem;
	line-height: 1.5;
}
.post .c-meta {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #BEC4D1;
	margin-bottom: 3rem;
	padding-bottom: 12px;
}
.c-meta__item--categories {
	display: inline-block;
	font-size: 12px;
    background-color: #E2E8F4;
    min-width: 96px;
    text-align: center;
    padding: 4px 16px;
}
.p-entry-content > h2.wp-block-heading {
	font-size: 1.75rem;
}
.p-entry-content h3.wp-block-heading {
	font-size: 1.5rem;
    font-weight: bold;
    padding-left: 0.5rem;
    margin-bottom: 0;
}
.p-entry-content h2 + h3.wp-block-heading {
	margin-top: 0;	
}
.p-entry-content .wp-block-list {
	list-style: disc;
	padding-left: 2rem;
}
.post-template .c-entry__body a {
	position: relative;
	text-decoration: underline;
}
.post-template .c-entry__body a[href$=".pdf"]::after {
	content: "";
    position: absolute;
    right: -40px;
    width: 27px;
    height: 30px;
    background: url(../img/icon_pdf.svg) no-repeat;
    background-size: contain;
}


/* TC ARCHIVE */
.tech-column_link_cards {
	display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	gap: 45px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
}
.layouts__link_cards .link_card {
    background: #fff;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    padding: 15px 15px 10px 15px;
    width: 100%;
    max-width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tech-column_link_cards .link_card {
    width: calc((100% - 90px) / 3);
}
.layouts__link_cards .link_card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tech-column_link_cards .link_card .thumb {
    position: relative;
	aspect-ratio: 300 / 175;
    overflow: hidden;
}
.tech-column_link_cards .link_card .thumb img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.tech-column_link_cards a .new-label {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: red;
    padding: 4px 10px;
    color: #fff;
    font-size: 14px;
}
.layouts__link_cards .link_card a div.title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.layouts__link_cards .link_card a h3 {
    margin-top: 4px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    min-height: 80px;
}
.layouts__link_cards .link_card a .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
a span.component__circle_hover {
    margin-left: 5px;
    width: 25px;
    height: 25px;
    background: #333;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
a span.component__circle_hover::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    position: absolute;
    background-image: url(../img/icon-arrow.svg);
    width: 16px;
    height: 9px;
    background-size: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-200%, -50%);
    transform: translate(-200%, -50%);
    display: block;
}
a span.component__circle_hover::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/icon-arrow.svg);
    width: 16px;
    height: 9px;
    background-size: cover;
    display: block;
}


/* TC BLOG */
.c-entry__header {
	padding-top: 2rem;
}
.wp-block-post-date_tc {
	margin-top: -8rem;
    padding-bottom: 4rem;
}
.wp-block-post-date_tc time {
	display: inline-block;
    font-size: 12px;
    background-color: #E2E8F4;
    min-width: 96px;
    text-align: center;
    padding: 4px 16px;
}

.sns_share_contents .container {
    padding: 60px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.sns_share_contents h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.1em;
}
.sns_share_contents ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.sns_share_contents ul .copyBtn {
    cursor: pointer;
    transition: 0.3s;
}
.copy-info {
    display: none;
    padding: 1em 2em;
    color: #fff;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #333;
    opacity: 0.8;
    box-shadow: 0 4px 8px #999;
    z-index: 2;
}

.previous-next_postBox ul {
    padding: 60px 0;
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 53px) / 2));
    gap: 53px;
}
.previous-next_postBox ul li a {
    text-decoration: none !important;
    display: flex;
    height: 100%;
}
.previous-next_postBox p.text {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.previous-next_postBox .nextpost_item p.text {
    justify-content: flex-end;
}
.previous-next_postBox p.text .component__circle_hover {
    display: inline-block;
}
.previous-next_postBox .prevpost_item .component__circle_hover {
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 5px;
}
a span.component__circle_hover::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    position: absolute;
    background-image: url(../img/icon-arrow.svg);
    width: 16px;
    height: 9px;
    background-size: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-200%, -50%);
    transform: translate(-200%, -50%);
    display: block;
}
a span.component__circle_hover::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/icon-arrow.svg);
    width: 16px;
    height: 9px;
    background-size: cover;
    display: block;
}
a span.component__circle_hover::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    position: absolute;
    background-image: url(../img/icon-arrow.svg);
    width: 16px;
    height: 9px;
    background-size: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-200%, -50%);
    transform: translate(-200%, -50%);
    display: block;
}
a span.component__circle_hover::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/icon-arrow.svg);
    width: 16px;
    height: 9px;
    background-size: cover;
    display: block;
}
.previous-next_postBox .previous-next_item {
    background-color: rgba(190, 196, 209, 0.2);
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 1em;
    font-size: 20px;
    font-weight: 700;
}
.previous-next_postBox .previous-next_item img {
    aspect-ratio: 1 / 1;
    width: 40%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.previous-next_postBox .previous-next_item p {
    text-wrap: pretty;
    flex: 1;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}

.component__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
}
.component__btn a.btn {
    font-weight: 500;
    line-height: 1;
    min-width: 370px;
    border: 1px solid #333;
    padding: 13px 43px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.component__btn a.btn span.transition_arrow {
    width: 25px;
    height: 25px;
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 7px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.component__btn a.btn span.transition_arrow .arrow_right {
	stroke: #fff;
}


@media (max-width: 1023px) {
  /******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
}

@media (max-width: 639px) {
  /******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************/
	.c-entry__title {
		font-size: 1.5rem;
		line-height: normal;
	}
	.p-entry-content > h2 {
		font-size: 1.25rem;
		line-height: normal;
	}
	.post p {
		line-height: 1.5;
	}
	.archive .l-contents,
	.post-template .l-contents {
		margin-top: 0;
	}
/* NEWS ARCHIVE */
	.archive .news-tab a {
		letter-spacing: normal;
	}
	.p-archive {
		padding-left: 20px;
	    padding-right: 20px;
	}
	.p-archive .c-entries {
		margin-right: 0;
		margin-left: 0;
	}
	.c-entries__item {
		position: relative;
	}
	.c-entry-summary__figure {
		top: 1rem;
		right: 0;
	    left: auto;
	}
	.c-entry-summary__body {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 1rem;
	}
	
/* NEWS	POST */
	.archive .child_mv .child_mv_content .mv_title {
        top: 50% !important;
        left: 0;
        transform: translateY(-50%) !important;
    }
	.wp-singular .l-contents__container {
		padding-left: 20px;
	    padding-right: 20px;
	}
	.wp-singular .l-contents__inner {
		margin-top: 0;
	}
	.c-entry__title {
		font-size: 1.25rem;
	}
	.p-entry-content > h2.wp-block-heading {
		font-size: 1.1rem;
	}
	
/* TC ARCHIVE */
	main#news-and-updates {
		margin-top: 53px;
	}
	.child_mv .child_mv_content .mv_title h1 {
		font-size: 28px !important;
	}
	.news-and-updates .breadcrumb {
		display: none;
	}
	.news-and-updates .breadcrumb + section {
		padding-top: 40px;
	}
	.news-and-updates h2.h2-small {
		font-size: 24px;
		line-height: normal;
	}
	.tech-column_link_cards {
		flex-direction: column;
	}
	.tech-column_link_cards .link_card {
		width: 100%;
	}
	.layouts__link_cards .link_card a h3 {
		font-size: 16px;
	}
	.tech-column_link_cards a .new-label {
		padding: 2px 8px;
		font-size: 12px;
	}

/* TC POST */
	.column-template .l-contents__inner {
		position: relative;
	}
	.column-template .c-entry__header {
		padding-top: 4rem;
	}
	.wp-block-post-date_tc {
		position: absolute;
        top: 0;
		margin-top: 1rem;
	}
	.column-template .p-entry-content > h2.wp-block-heading {
		margin-top: 0;
	}
	.sns_share_contents .container {
		padding: 20px 0 30px;
	}
	.sns_share_contents h2 {
		margin-bottom: 16px;
	}
	.previous-next_postBox.container {
		padding: 0;
	}
	.previous-next_postBox ul {
		padding: 20px 0 0;
		gap: 20px;
		grid-template-columns: repeat(2, 47.5%);
	}
	.previous-next_postBox p.text {
		font-size: 14px;
		line-height: normal;
	}
	.previous-next_postBox .previous-next_item {
		padding: 20px 10px;
	}
	.previous-next_postBox .previous-next_item img {
		display: none;
	}
	.previous-next_postBox .component__btn {
		margin-top: 2rem;
        margin-bottom: 2rem;
	}
	.previous-next_postBox .previous-next_item p {
		font-size: 13px;
		line-height: normal;
	}
	.component__btn a.btn {
		min-width: calc(370px - 40px);
	}
}
/*# sourceMappingURL=style.css.map */