@charset "UTF-8";
.wp-pagenavi__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.wp-pagenavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--color-mono-c);
	border: 1px solid var(--color-mono-6);
	border-radius: 4px;
	white-space: nowrap;
	margin-top: 60px;
}

@media (max-width: 768px) {
	.wp-pagenavi {
		margin-top: 40px;
	}
}

.wp-pagenavi > .pages {
	display: none;
}

.wp-pagenavi > * + * {
	border-left: 1px solid var(--color-mono-8);
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0 12px;
	height: 34px;
	line-height: 1;
	color: var(--color-mono-3);
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	font-size: 14px;
}

.wp-pagenavi a.page {
	-webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
	transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
}

.wp-pagenavi a.page:before {
	-webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
	transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
}

.wp-pagenavi a.page:hover {
	background-color: var(--color-mono-9);
}

.wp-pagenavi span.current {
	color: var(--color-mono-c);
	background-color: var(--color-red);
}

.wp-pagenavi .extend {
	padding: 0 12px;
	cursor: not-allowed;
	opacity: 0.6;
	padding-bottom: 6px;
}

.wp-pagenavi .first {
	border-left: none;
}

.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	background-color: var(--color-mono-9);
}

.mw_wp_form .error {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 8px;
	font-size: 12px !important;
	line-height: 1.2;
	color: #d72022 !important;
	-webkit-transition: 0.3s cubic-bezier(0, 0.94, 0.06, 1);
	transition: 0.3s cubic-bezier(0, 0.94, 0.06, 1);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.mw_wp_form .error::before {
	content: "\f12d";
	margin-right: 4px;
	font-family: crevo-icon !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mw_wp_form {
	width: 100%;
}

.template-inquiry.template-contact .form {
	padding: 0;
}

.wp-re-captcha {
	border-radius: 3px;
	text-align: center;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 768px) {
	.wp-re-captcha {
		display: block;
	}
}

.wp-re-captcha br {
	display: none;
}

.wp-re-captcha img {
	display: block;
	padding: 0 150px 0 0;
}

@media (max-width: 768px) {
	.wp-re-captcha img {
		padding: 0 0 8px 0;
	}
}

.wp-re-captcha input {
	border: 1px solid #ccc;
	border-radius: 3px;
	position: absolute;
	left: 220px;
}

@media (max-width: 768px) {
	.wp-re-captcha input {
		position: relative;
		left: 0;
		width: 100%;
		font-size: 16px !important;
		line-height: 1.8 !important;
		margin: 10px 0 0 0;
	}
}

.wp-re-captcha .error {
	margin: 0;
	position: absolute;
	left: 220px;
	top: 60px;
}

@media (max-width: 768px) {
	.wp-re-captcha .error {
		position: relative;
		top: 10px;
		left: 0;
	}
}

:root {
	--color-crevo-gray: #363A42 !important;
}

body.template-base {
	overflow-x: hidden;
}

@media screen and (max-width: 768px) {
	body.template-base {
		display: block;
		padding-top: 60px;
	}
}

.project__tag-children.purpose_ids a::before {
	color: #75cbad;
}

.project__tag-children.purpose_ids a:hover {
	background: #75cbad;
}

.project__tag-children.business_type_ids a::before {
	color: #ed7071;
}

.project__tag-children.business_type_ids a:hover {
	background: #ed7071;
}

.project__tag-children a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px 6px 4px 4px;
	font-size: 12px;
	color: var(--color-mono-2);
	letter-spacing: 0.5px;
	white-space: nowrap;
	background: var(--color-mono-c);
	border: solid 1px var(--color-mono-6);
	border-radius: 3px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	margin-top: 4px;
}

.project__tag-children a::before {
	display: inline-block;
	margin-top: -2px;
	margin-right: 2px;
	vertical-align: middle;
	content: "●";
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

.project__tag-children a:hover {
	color: var(--color-mono-c);
	border-color: transparent;
}

.project__tag-children a:hover::before {
	color: var(--color-mono-c);
}

@media screen and (max-width: 768px) {
	.organism-header {
		max-height: 60px;
	}
}

@media (max-width: 850px) {
	.organism-header .molecule-header-bottom__container {
		gap: 0;
	}
}

@media screen and (max-width: 768px) {
	.organism-header .molecule-header-bottom__container {
		-ms-grid-rows: 17px 25px 18px minmax(0px, 1fr) 18px;
		grid-template-rows: 17px 25px 18px minmax(0px, 1fr) 18px;
		-ms-grid-columns: 0px 100px 30px 1fr;
		grid-template-columns: 0px 100px 30px 1fr;
		grid-template-areas: ". . . ." ". brand-logo . menu" ". . . ." ". nav nav nav" ". . . .";
	}

	.organism-header .molecule-header-bottom__container::after {
		top: 59px;
	}

	.organism-header .molecule-header-bottom__container .crevo-icon.crevo-hamburger {
		color: #363A42 !important;
	}

	.organism-header .molecule-header-bottom__container .crevo-icon.crevo-hamburger::before {
		font-size: 25px;
	}
}

.organism-header .molecule-contact .atom-button {
	white-space: nowrap;
}

@media screen and (max-width: 840px) {
	.organism-header .molecule-nav-link-list__item + .molecule-nav-link-list__item {
		margin-left: 15px !important;
	}
}

@media screen and (max-width: 840px) and (max-width: 768px) {
	.organism-header .molecule-nav-link-list__item + .molecule-nav-link-list__item {
		margin-left: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.organism-header .u-dropdown__menu-item .u-dropdown__menu-item__body {
		padding: 12px;
	}
}

body.template-base #header {
	border-bottom: none;
}

body .molecule-contact {
	position: relative;
}

body .molecule-contact__tel {
	margin-left: 0;
}

body .molecule-contact__phone-icon {
	font-size: 16px;
	position: absolute;
	top: 5px;
	left: 0;
}

body .molecule-contact__tel__business-day {
	text-align: left;
	text-indent: -6px;
}

body .molecule-contact__tel__number {
	padding: 0 0 0 20px;
	letter-spacing: 1px;
}

body:not(.template-top) .molecule-contact__phone-icon {
	color: var(--color-mono-2);
}

@media (min-width: 769px) {
	.template-top {
		-ms-grid-rows: auto 56.25vw auto auto;
		grid-template-rows: auto 56.25vw auto auto;
	}
}

.organism-header.hide-top .molecule-contact__phone-icon {
	color: var(--color-mono-2);
}

.template-projects #detail .project-tags__title {
	min-width: 140px;
}

@media screen and (max-width: 768px) {
	.template-projects #detail .project-tags__data {
		margin-top: -4px;
	}
}

@media screen and (max-width: 768px) {
	.template-projects #detail .project-tags__data a {
		margin-top: 4px;
	}
}

body .atom-button--long {
	min-width: 260px;
}

body .atom-button--s {
	padding: 12px 20px;
	font-size: 15px;
}

body .u-dropdown__menu-item {
	-ms-grid-rows: 1px auto 1px;
	-ms-grid-columns: 10px 1fr 10px;
	grid-template: ". . ." 1px ". body ." auto ". . ." 1px/10px 1fr 10px;
}

body .u-dropdown__menu {
	padding: 10px 0;
}

@media screen and (max-width: 768px) {
	body .u-dropdown__menu {
		padding: 0;
	}
}

body .molecule-nav-link-list__item + .molecule-nav-link-list__item {
	margin-left: 25px;
}

body .molecule-nav-link-list .u-dropdown__menu {
	top: calc(100% + 0px);
}

body .molecule-header-bottom .u-dropdown__menu-item__body {
	font-size: 14px;
}

body .atom-section-title {
	letter-spacing: 1px;
}

body .molecule-footer-nav-category--2-column {
	-ms-grid-rows: auto 18px 1fr;
	-ms-grid-columns: auto 40px auto;
	grid-template: "title title title" auto " . . . " 18px "first . second" 1fr/auto 40px auto;
}

body .advantages-videos .atom-container .molecule-section__title {
	font-size: 24px;
}

body .atom-container .-marginNone {
	margin: 0 auto;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

@media (min-width: 1040px) {
	body .atom-container.organism-footer__container {
		-ms-grid-rows: 70px 0 auto 0 60px 0 auto 0 45px;
		-ms-grid-columns: 120px 70px 1fr 70px auto;
		grid-template: " . . . " 70px "info . nav " auto " . . . " 60px "logos logos logos" auto " . . . " 45px/120px 1fr auto;
		gap: 0 70px;
	}
}

body .atom-container.-titleMargin .atom-section-title.atom-section-title--small {
	margin: 0 0 40px 0;
}

body .atom-container.-titleMargin.-contentMargin {
	padding: 0 0 100px 0;
}

@media (min-width: 769px) {
	body .atom-container.-titleMargin.-titleMarginMinus40 {
		margin-top: -40px;
	}
}

@media (max-width: 768px) {
	body .atom-container.-titleMargin .atom-section-title.atom-section-title--small {
		font-size: 18px;
		line-height: 1.7;
	}

	body .atom-container.-titleMargin .atom-section-title.atom-section-title--small br {
		display: none;
	}

	body .atom-container.-titleMargin.-contentMarginSP {
		padding: 0 0 100px 0;
	}
}

.bg-glay {
	background: var(--color-mono-a) !important;
}

.bg-white {
	background: var(--color-mono-c) !important;
}

.pc-view {
	display: block;
}

@media screen and (max-width: 768px) {
	.pc-view {
		display: none;
	}
}

.sp-view {
	display: none;
}

@media screen and (max-width: 768px) {
	.sp-view {
		display: block;
	}
}

.text-center {
	text-align: center !important;
}

.display-block {
	display: block !important;
}

.font-weight-bold {
	font-weight: bold !important;
}

.mt1 {
	margin-top: 10px !important;
}

.mt2 {
	margin-top: 20px !important;
}

.mt3 {
	margin-top: 30px !important;
}

.mt4 {
	margin-top: 40px !important;
}

.mt5 {
	margin-top: 50px !important;
}

.mt6 {
	margin-top: 60px !important;
}

/* headerのlogo表示修正 */
.molecule-header-bottom__brand-logo__image {
	height: 40px;
}

@media (max-width: 768px) {
	.molecule-header-bottom__brand-logo__image {
		position: absolute;
		height: 25px;
	}
}

.molecule-contents-header__container {
	padding: 80px 0 40px;
}

/* 用途別動画制作・映像制作画面のStyle */
.molecule-contents-header__frame__title {
	margin: 0 auto;
	font-weight: 400;
	font-size: 36px;
	line-height: 54px;
	text-align: center;
	margin-bottom: 40px;
	width: 65%;
}

@media (max-width: 768px) {
	.molecule-contents-header__frame__title {
		font-size: 18px;
		line-height: 40px;
		width: 89%;
	}
}

.molecule-contents-header__frame_line_title {
	margin: 0 auto;
	font-weight: 400;
	font-size: 36px;
	line-height: 54px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
	width: 65%;
}

@media (max-width: 768px) {
	.molecule-contents-header__frame_line_title {
		font-size: 18px;
		line-height: 40px;
		width: 89%;
	}
}

/* GoodVideosの採用・リクルート動画のソリューション画面のStyle */
.molecule-contents-header__title {
	display: inline-block;
	font-size: 44px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}

@media (max-width: 768px) {
	.molecule-contents-header__title {
		font-size: 23px;
		line-height: 33.6px;
	}
}

/* 新規で追加する注目の動画制作事例部分のstyle  */
.molecule-featured-videos-list {
	margin-bottom: 40px;
}

.molecule-featured-videos-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: var(--layout-crevo-container-width);
	height: auto;
	margin: 0 auto;
}

@media (max-width: 1279px) {
	.molecule-featured-videos-list {
		max-width: calc(100% - 40px);
		margin: 0 20px;
	}
}

@media (max-width: 768px) {
	.molecule-featured-videos-list {
		display: block;
	}
}

.molecule-featured-videos-list__item {
	width: 32%;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.molecule-featured-videos-list__item {
		width: 100%;
	}
}

.molecule-service-creative-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 40px;
}

.molecule-service-creative-list:after {
	content: "";
	display: inline-block;
	width: calc((100% - 120px) / 3);
}

@media (max-width: 768px) {
	.template-usages .molecule-service-creative-list__item:nth-of-type(2) {
		margin: 0;
	}

	.molecule-service-creative-list {
		row-gap: 60px;
	}

	.molecule-service-creative-list:after {
		display: none;
	}
}

.molecule-service-genre-list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 0 1%;
}

.molecule-service-genre-list__item {
	width: 24%;
	margin-bottom: 20px;
}

.left_padding__position1 {
	position: relative;
	right: 145px;
}

@media (max-width: 768px) {
	.left_padding__position1 {
		right: 0;
	}
}

.left_padding__position2 {
	position: relative;
	right: 288px;
}

@media (max-width: 768px) {
	.left_padding__position2 {
		right: 0;
	}
}

.molecule-contents-header__subtitle {
	font-weight: 400;
	font-size: 36px;
	line-height: 54px;
	text-align: center;
	margin-bottom: 24px;
}

@media (max-width: 768px) {
	.molecule-contents-header__subtitle {
		font-size: 24px;
		line-height: 36px;
	}
}

.recruitmovie {
	background: white;
}

.recruitmovie-title {
	margin: 60px 0;
}

@media (max-width: 768px) {
	.recruitmovie-title {
		margin: 54px 0 56px;
		font-weight: 400;
		font-size: 24px;
		line-height: 36px;
	}

	.pc-br_none {
		display: block;
	}
}

.molecule-recruitmovie-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.molecule-recruitmovie-list {
		display: block;
	}
}

.molecule-recruitmovie__body {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
	text-align: center;
	grid-area: body;
}

.molecule-recruitmovie-list__item {
	width: calc((100% - 85px) / 3);
}

@media (max-width: 768px) {
	.molecule-recruitmovie-list__item {
		width: 100%;
	}

	.molecule-recruitmovie-list__item:nth-child(2) {
		margin: 48px 0;
	}

	.molecule-recruitmovie-list__item:nth-child(3) {
		margin: 48px 0;
	}
}

.molecule-recruitmovie__title {
	-ms-grid-row: 3;
	grid-row: 3;
	-ms-grid-column: 1;
	grid-column: 1;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.molecule-recruitmovie__title {
		font-weight: 700;
		margin-bottom: 20px;
	}
}

.molecule-recruitmovie__subtitle {
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 32px;
}

.molecule-recruitmovie__subbody {
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	margin-top: 30px;
}

.molecule-recruitmovie__subbody:nth-child(2) {
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	margin-top: 30px;
}

.molecule-recruitmovie__subbody:nth-child(3) {
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	margin-top: 30px;
}

.molecule-recruitmovie__comment {
	text-align: left;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0px;
}

.molecule-recruitmovie__link {
	text-align: left;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 80px;
	margin-top: 20px;
}

.molecule-recruitmovie__link a {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.molecule-recruitmovie__subbody {
		font-size: 14px;
		margin-top: 32px;
	}
}

.p-color {
	color: red;
}

@media (min-width: 769px) {
	.aspiration-img {
		margin-top: 10px;
	}

	.human-img {
		margin-top: 15px;
	}
}

.recruitmovie-container {
	background: #F5F5F5;
	padding: 100px 0;
	position: relative;
}

.recruitmovie-container.benefits-container {
	padding: 50px 0;
}

.recruitmovie-container.benefits-container:first-child {
	padding-top: 20px;
}

.recruitmovie-container .molecule-recruitmovie__link {
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.recruitmovie-container {
		padding: 60px 0;
	}
}

.molecule-contents-header_recruitmovie__body {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	padding-top: 28px;
	text-align: center;
}

@media (max-width: 768px) {
	.molecule-contents-header_recruitmovie__body {
		text-align: left;
		padding-top: 28px;
	}
}

.molecule-section_pc__logo {
	margin-top: 60px;
}

.molecule-section_pc__logo.-flexCenter picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.molecule-section_pc__logo.-flexCenter picture img {
	margin-bottom: 0;
	max-width: 135px;
}

@media (max-width: 768px) {
	.molecule-section_pc__logo {
		display: none;
	}
}

.show--pc.client-image {
	width: 100%;
	height: auto;
}

.molecule-section_sp__logo {
	display: none;
}

.molecule-section_sp__logo.-flexCenter picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.molecule-section_sp__logo.-flexCenter picture img {
	width: 30%;
}

@media (max-width: 768px) {
	.molecule-section_sp__logo {
		display: block;
	}
}

.show--mobile.client-image {
	width: 100%;
	height: auto;
}

.recruitmovie-seisaku-container {
	padding: 100px 0;
	position: relative;
}

@media (max-width: 768px) {
	.recruitmovie-seisaku-container {
		padding: 60px 0 0;
	}
}

.molecule-contents-header_seisaku__body {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}

.show--pc.seisaku-image {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	.molecule-contents-header_seisaku__body {
		text-align: left;
		padding-top: 28px;
		width: 100%;
		font-size: 16px;
		line-height: 2;
		padding-top: 32px;
		padding-bottom: 40px;
	}

	.show--mobile.seisaku-image {
		width: 100%;
		height: auto;
	}
}

.recruitmovie-yosan-container {
	padding: 100px 0;
	position: relative;
}

.molecule-yosan__title {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	letter-spacing: 1px;
	grid-area: title;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 3px;
}

.molecule-article-header--interview > .molecule-yosan__title {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
}

.template-interview .recommend-interviews .molecule-section > .molecule-yosan__title {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
}

@media (max-width: 768px) {
	.recruitmovie-yosan-container {
		padding: 60px 0;
	}

	.molecule-yosan__title {
		font-size: 24px;
	}
}

.molecule-contents-header-recruitmovie--yosan__body {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}

@media (max-width: 768px) {
	.molecule-contents-header-recruitmovie--yosan__body {
		font-size: 15px;
	}
}

.top-header {
	background: #F5F5F5;
	padding: 40px 0;
}

.top-header-text {
	font-size: 13px;
	line-height: 150%;
}

.top-header-title {
	font-size: 14px;
	color: #555;
	font-weight: 700;
	display: block;
}

.top-header-list {
	width: 100%;
	max-width: var(--layout-crevo-container-width);
	margin: 60px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}

@media (max-width: 1279px) {
	.top-header-list {
		max-width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	.top-header-list {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
}

.top-header-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.top-header-item__link {
	height: 100%;
	border-radius: 5px;
	display: block;
	background-color: #fff;
}

.top-header-item__link:hover {
	top: -1px;
	-webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.top-header-item__image {
	width: 100%;
	height: 100%;
	border-radius: 4px 4px 0 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.top-header-item__image-crop {
	width: 100%;
	aspect-ratio: 2/1;
}

.top-header-item__description {
	min-height: 65px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.top-button {
	padding: 100px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
	.top-button.molecule-contact-buttons {
		width: 90%;
		margin: 0 auto;
	}
}

.atom-button--contact {
	background-color: #cc0202;
	border: none;
}

.atom-button--contact:hover {
	background-color: #fa3c3c;
	border: none;
}

.atom-button--quote {
	background-color: #dd7f6b;
	border: none;
}

.atom-button--quote:hover {
	background-color: #fcaf9f;
	border: none;
}

.atom-button:hover {
	color: #40454e;
	background-color: var(--color-mono-c);
	border: 1px solid #40454e;
}

.atom-button--red:hover {
	color: var(--color-crevo-button-red);
	background-color: var(--color-mono-c);
	border-color: var(--color-crevo-button-red);
}

.atom-button--green:hover, .atom-button--green:active, .atom-button--green:focus {
	color: #29b9be !important;
	background-color: var(--color-mono-c) !important;
	border-color: #29b9be !important;
}

.atom-button--blue:hover, .atom-button--blue:active, .atom-button--blue:focus {
	color: #56b6e6;
	background: var(--color-mono-c) !important;
	border-color: #56b6e6;
}

.bg-gray {
	background: var(--color-crevo-feature-bg);
}

@media (max-width: 768px) {
	.organism-contact-section__container {
		margin: 10px auto;
		width: 90%;
	}
}

.organism-company-info.project-client-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 25px;
}

.organism-company-info.project-client-info .organism-company-info__name {
	margin-bottom: 10px;
	font-size: 16px;
}

.organism-company-info.project-client-info .organism-company-info__services {
	margin-top: 30px;
}

.organism-company-info.project-client-info .organism-company-info__services h3 {
	margin-bottom: 10px;
}

.organism-company-info.project-client-info .organism-company-info__services a {
	display: block;
	margin-bottom: 10px;
	color: var(--color-text-link);
}

.organism-interview-article {
	-ms-grid-rows: auto 50px auto 50px auto 50px auto 80px auto 60px auto;
	grid-template-rows: auto 50px auto 50px auto 50px auto 80px auto 60px auto;
}

.template-interview #genre + .atom-container {
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
	.template-interview #genre + .atom-container {
		margin-bottom: 80px;
	}
}

.organism-news-article__header {
	width: 980px;
}

@media screen and (max-width: 768px) {
	.organism-news-article__header {
		width: auto;
	}
}

.footer-cta-register {
	z-index: 95;
	position: fixed;
	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;
	gap: 10px;
	width: 100%;
	bottom: 0;
	padding: 10px;
	background: rgba(214, 62, 67, 0.95);
}

@media (max-width: 768px) {
	.footer-cta-register {
		display: none;
	}
}

.footer-cta-register .btn-close {
	background-color: transparent;
	border: none;
	color: #fff !important;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 22px;
	z-index: 9999;
	padding: 0;
	cursor: pointer;
	width: 25px;
	height: 25px;
}

.footer-cta-register .close-button {
	position: relative;
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	width: 25px;
	height: 25px;
}

.footer-cta-register .btn-close::before, .footer-cta-register .btn-close::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 20px;
	background-color: #fff !important;
	top: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer-cta-register .btn-close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.footer-cta-register .btn-close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.footer-cta-register .btn-close:hover::before, .footer-cta-register .btn-close:hover::after {
	background-color: #fff !important;
}

.footer-cta-register p {
	font-size: 0;
	font-weight: bold;
	color: white;
}

.footer-cta-register span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

@media screen and (max-width: 639px) {
	.footer-cta-register span {
		font-size: 12px;
	}
}

.footer-cta-register.hidden {
	opacity: 0;
}

.footer-cta-register .atom-button {
	color: #C64552;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	border: 1px solid #fff !important;
}

@media (max-width: 768px) {
	.organism-contact-section .organism-contact-section__container {
		margin: 0 auto;
	}
}

.atom-project-tag {
	font-weight: normal;
}

.molecule-article-header--interview {
	-ms-grid-rows: auto auto auto;
	-ms-grid-columns: auto 1fr auto;
	grid-template: ". . share" auto "title title title" auto "sub sub sub" auto "tags  tags  tags" auto/auto 1fr auto;
}

.molecule-article-header__sub-title {
	font-size: 18px;
	color: var(--color-mono-1);
}

@media (max-width: 768px) {
	.molecule-article-header__sub-title {
		font-size: 16px;
	}
}

.molecule-project-card {
	display: block;
}

.molecule-project-card__client-name {
	margin: 15px 0 0 15px;
}

.molecule-project-card__client-title {
	margin: 15px 10px 0 15px;
	line-height: 1.4;
}

.molecule-project-card__tag-list {
	margin: 15px 10px 20px 15px;
}

.molecule-project-card__tag-list__item .atom-project-tag {
	pointer-events: auto;
	z-index: 1;
}

.template-projects #detail .recommend-projects {
	padding: 50px 0 30px;
}

@media (max-width: 768px) {
	.template-projects .organism-project-tag-list {
		display: block;
	}
}

.service-useage-box {
	margin-top: 160px;
}

@media screen and (max-width: 768px) {
	.service-useage-box {
		margin-top: 80px;
	}
}

.organism-service-useage-list {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (max-width: 768px) {
	.organism-service-useage-list.fold {
		margin-top: 20px;
	}
}

@media (max-width: 1279px) {
	.organism-service-useage-list__item {
		width: calc((100% - 120px) / 5);
	}
}

@media (max-width: 1024px) {
	.organism-service-useage-list__item {
		width: calc((100% - 120px) / 5);
	}
}

@media screen and (max-width: 768px) {
	.organism-service-useage-list__item {
		width: 100%;
	}
}

.js-accordion .show--sp {
	display: none;
}

@media (max-width: 768px) {
	.js-accordion .show--sp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 768px) {
	.js-accordion .organism-service-useage-list.fold {
		display: none;
	}
}

@media (min-width: 769px) {
	.js-accordion.open .organism-service-useage-list.fold {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

@media (max-width: 768px) {
	.js-accordion.open .organism-service-useage-list.fold {
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.js-accordion.open .molecule-section__more {
		display: none;
	}
}

@media (max-width: 768px) {
	.template-projects #detail .recommend-projects__list + .project-section__title {
		margin-top: 20px;
	}
}

.template-servicelist .action-area {
	width: 260px;
	margin: 80px auto 0;
}

@media (max-width: 768px) {
	.template-servicelist .molecule-service-creative-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.template-servicelist .molecule-service-creative-list__item {
		width: 100%;
	}

	.template-servicelist .action-area {
		margin-top: 40px;
	}
}

.projects-relation.top-container .molecule-section__head {
	width: 100%;
	overflow-x: scroll;
	scrollbar-color: #666666 #ffffff;
	scrollbar-width: thin;
}

.projects-relation.top-container .molecule-section__head .tab-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-top: 25px;
}

.projects-relation.top-container .molecule-section__head .tab-list:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #E8E8E8;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.projects-relation.top-container .molecule-section__head .tab-list .tab-list-item {
	cursor: pointer;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #E8E8E8;
	border-radius: 5px 5px 0 0;
	padding: 16px;
	color: var(--color-mono-3);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.projects-relation.top-container .molecule-section__head .tab-list .tab-list-item:hover {
	color: var(--color-mono-1);
	border-bottom: 1px solid;
}

.projects-relation.top-container .molecule-section__head .tab-list .tab-list-item.is-btn-active {
	color: var(--color-mono-1);
	border-top: solid 1px #E8E8E8;
	border-right: solid 1px #E8E8E8;
	border-left: solid 1px #E8E8E8;
	border-bottom: solid 1px #ffffff;
}

.projects-relation.top-container .molecule-section__body {
	width: 100%;
}

.projects-relation.top-container .molecule-section__body.tab-contents {
	display: none;
}

.projects-relation.top-container .molecule-section__body.tab-contents.is-contents-active {
	display: block;
}

.projects-relation.top-container .no-article {
	text-align: center;
	margin: 56px auto;
}

.projects-relation.top-container .organism-project-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 12px;
}

.projects-relation.top-container .organism-project-list.justify {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.projects-relation.top-container .show--sp {
	display: none;
}

@media (max-width: 768px) {
	.projects-relation.top-container .show--sp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.projects-relation.top-container .organism-project-card-list__item {
	width: 33.3333333333%;
	max-width: 33.3333333333%;
	margin: 0;
	padding: 16px 16px 0;
}

.projects-relation.top-container .organism-project-card-list__item a {
	border: solid 1px #F5F5F5;
	border-radius: 8px;
	padding: 12px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.projects-relation.top-container .organism-project-card-list__item a.white {
	background: var(--color-mono-c);
}

.projects-relation.top-container .organism-project-card-list__item a .molecule-use-card__image-crop {
	width: 124px;
	height: 72px;
}

.projects-relation.top-container .organism-project-card-list__item a .molecule-use-card__description {
	padding: 0 0 0 12px;
	min-height: auto;
}

.projects-relation.top-container .organism-project-card-list__item a .molecule-use-card__description p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media (max-width: 768px) {
	.projects-relation.top-container .molecule-section__head .tab-list {
		margin-top: 32px;
	}

	.projects-relation.top-container .molecule-section__body {
		width: 100%;
	}

	.projects-relation.top-container .molecule-section__body.open .organism-project-card-list__item:nth-child(n+4) {
		display: block;
	}

	.projects-relation.top-container .molecule-section__body.open .molecule-section__more {
		display: none;
	}

	.projects-relation.top-container .organism-project-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.projects-relation.top-container .organism-project-list.justify {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.projects-relation.top-container .organism-project-card-list__item {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 10px 16px 0;
	}

	.projects-relation.top-container .organism-project-card-list__item:nth-child(n+4) {
		display: none;
	}

	.projects-relation.top-container .organism-project-card-list__item a {
		border: solid 1px #F5F5F5;
		border-radius: 8px;
		padding: 12px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.projects-relation.top-container .organism-project-card-list__item a .molecule-use-card__image-crop {
		width: 124px;
		height: 72px;
	}

	.projects-relation.top-container .organism-project-card-list__item a .molecule-use-card__description {
		padding: 0 0 0 12px;
		min-height: auto;
	}

	.projects-relation.top-container .organism-project-card-list__item a .molecule-use-card__description p {
		-webkit-line-clamp: 2;
	}
}

.molecule-vs-card-list.-basicParts {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	gap: 30px;
}

.molecule-vs-card-list.-basicParts .molecule-vs-card-list__item:nth-of-type(2) {
	margin: 0;
}

.molecule-vs-card-list.-basicParts.-moreThan4 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (min-width: 769px) {
	.molecule-vs-card-list.-basicParts.-moreThan4 {
		width: 1046px;
	}
}

.molecule-vs-card-text {
	text-align: center;
}

.organism-top-visual {
	overflow: hidden !important;
	position: relative;
}

@media (min-width: 769px) {
	.organism-top-visual {
		height: 56.25vw;
	}
}

.organism-top-visual__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 100%;
	overflow: hidden;
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7);
}

@media screen and (max-width: 768px) {
	.organism-top-visual__video {
		height: 400px;
		min-height: auto;
		position: relative;
		background: url(./top-video_sp.jpg) no-repeat center;
		background-size: cover;
		-webkit-filter: brightness(1);
		filter: brightness(1);
		margin-top: 60px;
	}
}

@media screen and (max-width: 768px) and (max-width: 480px) and (max-width: 768px) {
	.organism-top-visual__video {
		height: 250px;
	}
}

.organism-top-visual__video::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 110%;
	height: 56.25vw;
	content: "";
	background: url(../video/top-video_dot.png) repeat;
	background-size: 2px;
}

@media screen and (max-width: 768px) {
	.organism-top-visual__video::before {
		height: 400px;
	}
}

.organism-top-visual__video video {
	max-width: 100%;
	max-height: 56.25vw;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.organism-top-visual__video video {
		display: none;
	}
}

.organism-top-visual__inner {
	max-width: var(--layout-crevo-container-width);
	position: relative;
	color: #fff;
	margin: 0 auto;
	height: 100%;
	z-index: 1;
}

@media (max-width: 1279px) {
	.organism-top-visual__inner {
		margin: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	.organism-top-visual__inner {
		min-height: auto;
		height: auto;
		position: absolute;
		margin: 0 auto;
		top: 0;
		width: 100%;
	}
}

.organism-top-visual__group {
	position: absolute;
	bottom: 9vw;
}

@media (max-width: 1040px) {
	.organism-top-visual__group {
		bottom: 4vw;
	}
}

@media screen and (max-width: 768px) {
	.organism-top-visual__group {
		top: 80px;
		padding: 0 20px;
		text-align: center;
	}
}

.organism-top-visual__title {
	font-family: var(--font-family-alphanumeric);
	font-size: calc(3.2vw + 1.2rem);
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 2px;
}

@media (max-width: 1040px) {
	.organism-top-visual__title {
		font-size: calc(2.6vw + 1.2rem);
	}
}

@media screen and (max-width: 768px) {
	.organism-top-visual__title {
		font-size: 8vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		text-align: left;
	}
}

@media screen and (max-width: 480px) {
	.organism-top-visual__title {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.organism-top-visual__titletop {
	position: relative;
	margin-top: 0.2rem;
	margin-bottom: 1rem;
	font-size: calc(0.8vw + 0.6rem);
	font-weight: bold;
	line-height: 2;
	left: 1px;
}

@media (max-width: 1040px) {
	.organism-top-visual__titletop {
		font-size: calc(0.6vw + 0.6rem);
	}
}

@media screen and (max-width: 768px) {
	.organism-top-visual__titletop {
		font-size: 15px;
		line-height: 1.8;
		text-align: left;
		margin-top: 40px;
		font-weight: normal;
		margin-bottom: 10px;
	}
}

.hidden-pc {
	display: none;
}

@media screen and (max-width: 768px) {
	.hidden-pc {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.hidden-sp {
		display: none;
	}
}

.organism-top-visual__outer {
	margin: 0 20px 30px;
}

.organism-top-visual__sub {
	position: relative;
	margin-top: 1rem;
	font-size: calc(0.8vw + 0.6rem);
	font-weight: bold;
	line-height: 2;
	left: 1px;
}

@media (max-width: 1040px) {
	.organism-top-visual__sub {
		font-size: calc(0.6vw + 0.6rem);
	}
}

@media screen and (max-width: 768px) {
	.organism-top-visual__sub {
		font-size: 3vw;
		color: var(--color-mono-2);
		position: relative;
		left: 0;
		margin-top: 16px;
		font-weight: normal;
		text-align: left;
	}

	.organism-top-visual__sub br {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.organism-top-visual__sub {
		font-size: 15px;
		line-height: 1.8;
	}
}

.organism-top-visual__buttons {
	position: relative;
	left: 4px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin: 16px 0 0 0;
}

@media screen and (max-width: 768px) {
	.organism-top-visual__buttons {
		position: relative;
		margin-top: 12px;
		padding-right: 8px;
		padding-bottom: 0;
	}

	.organism-top-visual__buttons .molecule-contact-buttons__button {
		padding: 16px;
	}

	.organism-top-visual__buttons .molecule-contact-buttons__button + .molecule-contact-buttons__button {
		margin-top: 12px;
	}
}

.top-container {
	padding: 100px 0;
	position: relative;
}

.top-container.glay {
	background: var(--color-mono-a);
}

@media screen and (max-width: 768px) {
	.top-container {
		padding: 60px 0;
	}
}

.organism-price-card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 60px 0 0 0;
}

@media screen and (max-width: 768px) {
	.organism-price-card-list {
		margin-top: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.organism-price-card-item {
	max-width: 258px;
	width: 100%;
	display: block;
	margin-left: 16px;
	margin-right: 16px;
}

@media screen and (max-width: 768px) {
	.organism-price-card-item {
		max-width: 100%;
		margin: 20px 0 0 0;
	}
}

.template-top {
	display: block;
}

.template-top .molecule-nav-link-list__item + .molecule-nav-link-list__item {
	margin-left: 25px;
}

.template-top .organism-project-list .molecule-use-card__image,
.template-top .organism-use-card-list .molecule-use-card__image {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.template-top .organism-project-list .molecule-use-card__image:hover,
.template-top .organism-use-card-list .molecule-use-card__image:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.template-top .strong-section .more,
.template-top .flow-section .more,
.template-top .papers-section .more,
.template-top .seminar-section .more,
.template-top .faq-section .more {
	float: right;
	margin-top: 20px;
	font-size: 14px;
}

.atom-text--right {
	float: right;
	margin-top: 20px;
	font-size: 14px;
}

.organism-price-card-item__link {
	background: var(--color-mono-c);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	display: block;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.organism-price-card-item__link:hover {
	top: -1px;
	-webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.organism-price-card-item__link:hover .organism-price-card-item__description {
	background: var(--color-mono-c);
}

.organism-price-card-item__link.range-1 .organism-price-card-item__text {
	background: #EFB491;
}

.organism-price-card-item__link.range-2 .organism-price-card-item__text {
	background: #E8A4AC;
}

.organism-price-card-item__link.range-3 .organism-price-card-item__text {
	background: #9CB1E0;
}

.organism-price-card-item__link.range-4 .organism-price-card-item__text {
	background: #A7DBB7;
}

.organism-price-card-item__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 140px;
	font-size: 38px;
	font-weight: bold;
	white-space: nowrap;
	color: var(--color-mono-c);
	border-radius: 5px 5px 0 0;
}

.organism-price-card-item__text span {
	font-family: var(--font-family-alphanumeric);
}

.organism-price-card-item__text small {
	font-size: 20px;
	padding-left: 4px;
	position: relative;
	top: 4px;
}

.organism-price-card-item__description {
	text-align: center;
	padding: 16px 20px;
	background: var(--color-mono-c);
}

.organism-price-card-item__title {
	font-size: 13px;
	font-weight: normal;
}

.top-container .organism-project-list .molecule-use-card__description {
	min-height: 100px;
}

.top-container .organism-use-card-list {
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
	.top-container .organism-use-card-list {
		margin-top: 30px;
	}
}

.top-container .organism-use-card-list__item {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 5px;
	overflow: hidden;
}

.top-container .organism-use-card-list__item:hover {
	top: -1px;
	-webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.top-container .organism-use-card-list__item.use {
	background: var(--color-mono-a);
}

.top-container .organism-use-card-list__item.use:hover .molecule-use-card__description {
	background: var(--color-mono-a);
}

.top-container .organism-use-card-list__item.use .molecule-use-card__description {
	background: var(--color-mono-c);
}

.top-container .organism-use-card-list__item.use2:hover .molecule-use-card__description {
	background: var(--color-mono-c);
}

.top-container .organism-use-card-list__item.use2 .molecule-use-card__description {
	background: var(--color-mono-a);
}

.top-container .organism-use-card-list__item + .organism-use-card-list__item {
	margin-left: 34px;
}

@media screen and (max-width: 768px) {
	.top-container .organism-use-card-list__item + .organism-use-card-list__item {
		margin-left: 0;
	}
}

.top-container .molecule-use-card__description {
	background: var(--color-mono-c);
	border-radius: 0 0 5px 5px;
	padding: 15px 18px 18px 22px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	letter-spacing: 0;
	font-size: inherit;
}

.top-container .molecule-use-card__description.fs-small {
	font-size: 14px;
	padding: 18px 24px 16px;
}

@media screen and (max-width: 768px) {
	.top-container .molecule-use-card__description {
		min-height: auto;
	}
}

.top-container .molecule-use-card__description h3 {
	font-size: 15px;
}

.top-container .molecule-use-card__description p {
	line-height: 1.5;
	margin-top: 2px;
	font-size: 13px;
}

.top-container .organism-issue-card-list {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.top-container .organism-issue-card-list {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px;
	}
}

@media screen and (max-width: 480px) {
	.top-container .organism-issue-card-list {
		gap: 20px;
	}
}

.top-container .organism-issue-card-list__item {
	width: calc((100% - 120px) / 3);
}

@media screen and (max-width: 768px) {
	.top-container .organism-issue-card-list__item {
		width: 100%;
	}
}

.top-container .molecule-issue-card__image {
	width: 100%;
	aspect-ratio: 260/145;
	border-radius: 5px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.top-container .molecule-issue-card__image {
		aspect-ratio: 260/115;
	}
}

.top-container .molecule-issue-card__description {
	text-align: center;
}

.top-container .molecule-issue-card__sub-title {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.top-container .molecule-issue-card__sub-title {
		margin: 13px 0 5px;
	}
}

.top-container .molecule-issue-card p {
	font-size: 13px;
	line-height: 1.7;
}

@media screen and (max-width: 768px) {
	.top-container .molecule-issue-card p {
		font-size: 16px;
	}
}

.top-container .molecule-service-genre-list {
	margin-top: 60px;
}

.top-container .molecule-section__more {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.top-container .molecule-section__more {
		width: 100%;
		margin-top: 20px;
	}
}

.top-container .molecule-section__logo {
	margin-top: 60px;
}

.top-container .molecule-section__logo picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1279px) {
	.top-container .molecule-section__logo {
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
	.top-container .molecule-section__logo {
		width: 100%;
		margin-top: 40px;
	}
}

.top-container .molecule-section__logo .client-image {
	margin-bottom: 0;
	max-width: 135px;
}

@media (max-width: 1279px) {
	.top-container .molecule-section__logo .client-image {
		max-width: 150px;
		width: 12%;
	}
}

@media (max-width: 1040px) {
	.top-container .molecule-section__logo .client-image {
		width: 15%;
	}
}

@media screen and (max-width: 768px) {
	.top-container .molecule-section__logo .client-image {
		width: 30%;
	}
}

.top-container .organism-project-list {
	margin: 40px -16px 0 -16px;
}

@media screen and (max-width: 768px) {
	.top-container .organism-project-list {
		margin-top: 30px;
	}
}

.top-container .organism-project-card-list__item {
	width: 25%;
	max-width: 25%;
	margin: 0;
	padding: 16px;
}

@media screen and (max-width: 768px) {
	.top-container .organism-project-card-list__item {
		width: 100%;
		max-width: 100%;
		padding: 10px 16px;
	}
}

.top-container .organism-project-card-list__item a {
	width: 100%;
	overflow: hidden;
}

.strong-section .organism-strong-card-list {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.strong-section .organism-strong-card-list {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px;
	}
}

@media screen and (max-width: 480px) {
	.strong-section .organism-strong-card-list {
		gap: 20px;
	}
}

.strong-section .organism-strong-card-list__item {
	width: calc((100% - 120px) / 3);
}

@media screen and (max-width: 768px) {
	.strong-section .organism-strong-card-list__item {
		width: 100%;
	}
}

.strong-section .molecule-strong-card__image {
	width: 100%;
	border-radius: 5px;
	-o-object-fit: cover;
	object-fit: cover;
}

.strong-section .molecule-strong-card__description {
	padding: 5px 18px 18px 22px;
}

.strong-section .molecule-strong-card p {
	font-size: 13px;
	line-height: 1.7;
}

@media screen and (max-width: 768px) {
	.strong-section .molecule-strong-card p {
		font-size: 16px;
	}
}

.flow-section .molecule-section__body {
	width: 100%;
}

.flow-section .molecule-flow__list {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

@media screen and (max-width: 768px) {
	.flow-section .molecule-flow__list {
		margin-top: 30px;
	}
}

.flow-section .molecule-flow__item {
	border-radius: 5px;
	padding: 20px 30px 20px 20px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 140px 40px 1fr;
	grid-template-columns: 140px 1fr;
	-ms-grid-rows: auto 10px 1fr;
	grid-template-rows: auto 1fr;
	gap: 10px 40px;
	position: relative;
	background-color: var(--color-mono-a);
}

.flow-section .molecule-flow__item > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.flow-section .molecule-flow__item > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.flow-section .molecule-flow__item > *:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.flow-section .molecule-flow__item > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

@media screen and (max-width: 768px) {
	.flow-section .molecule-flow__item {
		padding: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px 20px;
	}
}

.flow-section .molecule-flow__item::after {
	content: "";
	width: 42px;
	aspect-ratio: 42/21;
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--color-mono-a);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.flow-section .molecule-flow__item:last-child::after {
	content: none;
}

.flow-section .molecule-flow__image {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.flow-section .molecule-flow__image-crop {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
}

@media screen and (max-width: 768px) {
	.flow-section .molecule-flow__image-crop {
		width: 80px;
	}
}

.flow-section .molecule-flow__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
}

@media screen and (max-width: 768px) {
	.flow-section .molecule-flow__title {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		gap: 10px;
	}
}

.flow-section .molecule-flow__title-number {
	width: 36px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	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;
	color: var(--color-mono-c);
	font-size: 16px;
	font-weight: 600;
	background-color: #D42D26;
}

@media screen and (max-width: 768px) {
	.flow-section .molecule-flow__title-number {
		width: 30px;
	}
}

.flow-section .molecule-flow__title-txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: var(--color-blue);
	font-size: 15px;
	line-height: 1.8;
}

.flow-section .molecule-flow__txt {
	font-size: 13px;
	line-height: 1.538;
}

@media screen and (max-width: 768px) {
	.flow-section .molecule-flow__txt {
		width: 100%;
	}
}

.papers-section .dlList {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

@media screen and (max-width: 768px) {
	.papers-section .dlList {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.papers-section .dlCard {
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.papers-section .dlCard:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1200px) {
	.papers-section .dlCard {
		gap: 20px;
	}
}

@media screen and (max-width: 768px) {
	.papers-section .dlCard {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.papers-section .dlCard__img {
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.papers-section .dlCard__img {
		-ms-flex-preferred-size: 70px;
		flex-basis: 70px;
		height: 70px;
	}
}

.papers-section .dlCard__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.papers-section .dlCard__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.papers-section .dlCard__content--title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #111111;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.papers-section .dlCard__content--title {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 8px;
	}
}

.papers-section .dlCard__content--text {
	font-size: 13px;
	line-height: 20px;
	color: #111111;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.papers-section .dlCard__content--text {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 12px;
	}
}

.papers-section .dlCard__content--btn {
	width: 100%;
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
	background-color: #569ea3;
	border: 1px solid #569ea3;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.papers-section .dlCard__content--btn:hover {
	background-color: #fff;
	color: #569ea3;
}

.seminar-section .molecule-use-card__image-crop {
	position: relative;
}

.seminar-section .molecule-use-card__image-crop .status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}

.seminar-section .molecule-use-card__image-crop .status.end {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
}

.seminar-section .molecule-use-card__info {
	margin-bottom: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px 10px;
}

.seminar-section .molecule-use-card__status {
	width: 55px;
	height: 25px;
	border-radius: 3px;
	background: #eee;
	color: #999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
	color: var(--color-mono-c);
}

.seminar-section .molecule-use-card__status.accepting {
	background: var(--color-text-link);
}

.seminar-section .molecule-use-card__status.soldout {
	background: var(--color-mono-4);
}

.seminar-section .molecule-use-card__status.end {
	background: var(--color-mono-4);
}

.seminar-section .molecule-use-card__schedule {
	font-weight: bold;
}

.faq-section .molecule-section__body {
	width: 100%;
}

.faq-section .molecule-faq__list {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

@media screen and (max-width: 768px) {
	.faq-section .molecule-faq__list {
		margin-top: 30px;
		gap: 10px;
	}
}

.faq-section .molecule-faq__box {
	overflow: hidden;
	border-radius: 5px;
}

.faq-section .molecule-faq__item {
	cursor: pointer;
	padding: 14px 20px 14px 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
	background-color: var(--color-mono-a);
}

@media screen and (max-width: 768px) {
	.faq-section .molecule-faq__item {
		padding: 13px 15px;
		gap: 15px;
	}
}

.faq-section .molecule-faq__item:hover {
	background-color: var(--color-mono-8);
}

.faq-section .molecule-faq__item.is-active .molecule-faq__arrow::before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.faq-section .molecule-faq__detail {
	display: none;
}

.faq-section .molecule-faq__detail-box {
	padding: 20px 30px 20px 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	background-color: var(--color-mono-7);
}

@media screen and (max-width: 768px) {
	.faq-section .molecule-faq__detail-box {
		padding: 15px;
	}
}

.faq-section .molecule-faq__detail-box .molecule-faq__icon {
	margin-top: 8px;
}

.faq-section .molecule-faq__icon {
	color: #D42D26;
	font-size: 16px;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.faq-section .molecule-faq__icon {
		font-size: 18px;
	}
}

.faq-section .molecule-faq__txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.faq-section .molecule-faq__txt {
		font-size: 14px;
		line-height: 1.57;
	}
}

.faq-section .molecule-faq__arrow {
	width: 25px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	position: relative;
	background-color: #D42D26;
}

.faq-section .molecule-faq__arrow::before, .faq-section .molecule-faq__arrow::after {
	content: "";
	width: 9px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	background-color: var(--color-mono-c);
}

.faq-section .molecule-faq__arrow::before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.column-section .molecule-use-card__image {
	height: 100%;
}

.column-section .molecule-use-card__image-crop {
	aspect-ratio: 3/2;
}

#floating-banner {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}

#floating-banner:hover {
	-webkit-filter: brightness(1.03);
	filter: brightness(1.03);
}

.floating-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.floating-banner__close {
	width: 26px;
	height: 26px;
	margin-bottom: 10px;
}

.floating-banner__close__img {
	max-width: 100%;
}

.floating-banner__img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

@media (max-width: 480px) {
	.floating-banner__close {
		margin-bottom: 5px;
	}

	.floating-banner__img {
		max-width: 150px;
	}
}

.template-top .service-list-container .more {
	float: right;
	margin-top: 20px;
	font-size: 14px;
}

.template-top #footer,
.template-base #footer {
	grid-row: auto !important;
}

.news-section .molecule-section__more {
	border: solid 1px #E5E5E5;
	background: var(--color-mono-a);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 80px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

@media screen and (max-width: 768px) {
	.news-section .molecule-section__more {
		padding: 20px 18px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.news-section .molecule-section__more-title {
	font-size: 24px;
	line-height: 1.85;
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	.news-section .molecule-section__more-title {
		text-align: center;
		font-size: 18px;
		line-height: 1.78;
		margin-bottom: 5px;
	}
}

.news-section .molecule-section__more-text {
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.news-section .molecule-section__more-text {
		font-size: 14px;
		line-height: 1.78;
		margin-bottom: 15px;
	}
}

.template-projects #result .search-condition {
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.template-projects #result .search-condition {
		font-size: 16px;
		margin-bottom: 0;
	}
}

.template-projects #result .no-project-results {
	padding: 0 20px;
}

.organism-project-list__item {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (min-width: 1279px) {
	.organism-project-list__item {
		width: calc((100% - 60px) / 3);
	}

	.organism-project-list__item:nth-of-type(3n) {
		margin-right: 0 !important;
	}
}

.organism-project-list__item .molecule-project-card__overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.organism-project-list__item ul.molecule-project-card__tag-list > li {
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	-ms-flex-direction: unset;
	flex-direction: unset;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 2px 5px;
}

.organism-project-search-box__list .field-input.nowrap {
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	-ms-flex-direction: unset;
	flex-direction: unset;
}

.organism-project-search-box__list .field-input input[type=search] {
	padding-left: 10px;
	max-width: calc(100% - 140px);
	width: 500px;
	height: 41px;
}

.search-condition {
	overflow: hidden;
	color: black;
}

.search-condition b {
	background: var(--color-crevo-feature-bg);
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.search-condition span {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 10px;
}

.search-condition span:first-of-type {
	margin-left: -10px;
	padding-right: 4px;
}

.search-condition span::before {
	content: ",";
	position: absolute;
	left: 0;
}

.molecule-qa__a a {
	color: var(--color-blue);
}

.organism-interview-card {
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.organism-interview-card:hover {
	top: -1px;
}

.molecule-interview-card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}

.molecule-interview-card-list__item {
	width: calc((100% - 60px) / 3);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.molecule-article-header__tags .atom-project-tag {
	pointer-events: auto;
}

.molecule-interview-card-list__item {
	margin-left: 30px;
}

.molecule-interview-card-list__item:nth-child(3n+1) {
	margin-left: 0;
}

@media screen and (max-width: 768px) {
	.molecule-interview-card-list__item {
		margin-bottom: 20px;
		margin-left: 0 !important;
	}
}

.organism-interview-card__item {
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	.organism-interview-card__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 16px;
	}
}

.organism-interview-card__item .organism-interview-card__image {
	overflow: hidden;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media screen and (max-width: 768px) {
	.organism-interview-card__item .organism-interview-card__image {
		max-width: 100%;
	}
}

.organism-interview-card__item .organism-interview-card__image img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-o-object-fit: cover;
	object-fit: cover;
}

.organism-interview-card__item .organism-interview-card__conts {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 0 auto 0 0;
	width: 100%;
	border-radius: 0 0 5px 5px;
	padding: 15px 18px 0 22px;
	letter-spacing: 0;
}

@media screen and (max-width: 768px) {
	.organism-interview-card__item .organism-interview-card__conts {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		margin: 12px 0 0 0;
	}
}

.organism-interview-card__item .organism-interview-card__conts .organism-interview-card__title {
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.organism-interview-card__item .organism-interview-card__conts .organism-interview-card__title {
		font-size: 16px;
	}
}

.organism-interview-card__item .organism-interview-card__conts .organism-interview-card__company {
	margin: 12px 0 0 0;
}

@media screen and (max-width: 768px) {
	.organism-interview-card__item .organism-interview-card__conts .organism-interview-card__company {
		margin: 8px 0 0 0;
	}
}

.organism-interview-card__item .organism-interview-card__conts .organism-interview-card__tags {
	margin: 12px 0;
	min-height: 68px;
}

.organism-interview-card__item .organism-interview-card__conts .organism-interview-card__tags .atom-project-tag {
	margin-bottom: 12px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	pointer-events: auto;
	z-index: 1;
}

.organism-interview-card__item .organism-interview-card__overlay {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
}

.template-interview .yarpp-related {
	margin: 0;
}

.template-interview .yarpp-related a {
	font-weight: normal;
}

.template-interview .recommend-interviews .molecule-section {
	-ms-grid-rows: 80px auto auto 40px auto auto 80px;
	-ms-grid-columns: 1fr;
	grid-template: "." 80px "title" auto "sub" auto "." 40px "body" auto "more" auto ". " 80px/1fr;
}

@media screen and (max-width: 768px) {
	.template-interview .recommend-interviews .molecule-section {
		-ms-grid-rows: 40px auto auto 30px auto auto 40px;
		-ms-grid-columns: 1fr;
		grid-template: "." 40px "title" auto "sub" auto "." 30px "body" auto "more" auto ". " 40px/1fr;
	}

	.template-interview .recommend-interviews .molecule-section > .molecule-yosan__title {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
}

.template-about .molecule-contents-header__container {
	padding: 90px 0;
}

@media screen and (max-width: 768px) {
	.template-about .molecule-contents-header__container {
		padding: 40px 0;
	}
}

.template-about .molecule-contents-header__title {
	font-size: 45px;
	line-height: 1.3;
}

@media screen and (max-width: 768px) {
	.template-about .molecule-contents-header__title {
		font-size: 25px;
	}
}

.about-container {
	display: block;
	padding-top: 30px;
	padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
	.about-container {
		padding-top: 0px;
		padding-bottom: 60px;
		overflow: hidden;
	}
}

.molecule-about-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 768px) {
	.molecule-about-section {
		display: block;
		max-width: 480px !important;
	}
}

.molecule-about-section.item1 {
	max-width: 1020px;
	margin-top: 50px;
}

.molecule-about-section.item1 .molecule-about-image {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
	.molecule-about-section.item1 .molecule-about-image {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		text-align: center;
		margin-top: 0;
	}
}

.molecule-about-section.item1 .molecule-about-image img {
	text-align: center;
}

.molecule-about-section.item1 .molecule-about-image span {
	top: -30px;
}

.molecule-about-section.item1 .molecule-about-info {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 auto 0 40px;
	padding-top: 120px;
}

.molecule-about-section.item2 {
	max-width: 1020px;
	margin-top: 260px;
}

@media screen and (max-width: 768px) {
	.molecule-about-section.item2 {
		margin-top: 70px;
	}
}

.molecule-about-section.item2 .molecule-about-image {
	margin: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
	.molecule-about-section.item2 .molecule-about-image {
		margin: 0 auto 0 0;
		text-align: center;
	}
}

.molecule-about-section.item2 .molecule-about-image span {
	top: -110px;
}

.molecule-about-section.item2 .molecule-about-info {
	margin: 0 0 0 80px;
	padding-top: 50px;
}

.molecule-about-section.item3 {
	max-width: 1020px;
	margin-top: 200px;
}

@media screen and (max-width: 768px) {
	.molecule-about-section.item3 {
		margin-top: 80px;
	}
}

.molecule-about-section.item3 .molecule-about-image {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 110px -30px 0 30px;
}

@media screen and (max-width: 768px) {
	.molecule-about-section.item3 .molecule-about-image {
		text-align: center;
		margin: 0px;
	}
}

@media screen and (max-width: 768px) {
	.molecule-about-section.item3 .molecule-about-image img {
		width: 400px;
		max-width: 100%;
		margin: 0 auto;
	}
}

.molecule-about-section.item3 .molecule-about-image span {
	top: -30px;
}

.molecule-about-section.item3 .molecule-about-info {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 auto 0 40px;
	padding-top: 130px;
}

.molecule-about-section.item4 {
	max-width: 1020px;
	margin-top: 260px;
}

@media screen and (max-width: 768px) {
	.molecule-about-section.item4 {
		margin-top: 80px;
	}
}

.molecule-about-section.item4 .molecule-about-image {
	margin: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
	.molecule-about-section.item4 .molecule-about-image {
		margin: 0 auto 0 0;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.molecule-about-section.item4 .molecule-about-image img {
		margin-bottom: 30px;
	}
}

.molecule-about-section.item4 .molecule-about-image span {
	top: -110px;
}

.molecule-about-section.item4 .molecule-about-info {
	margin: 0 0 0 80px;
	padding-top: 50px;
}

@media screen and (max-width: 768px) {
	.molecule-about-section .molecule-about-image {
		position: relative;
	}
}

.molecule-about-section .molecule-about-image img {
	max-width: 460px;
}

@media screen and (max-width: 768px) {
	.molecule-about-section .molecule-about-image img {
		width: 380px;
		max-width: 100%;
		position: relative;
	}
}

.molecule-about-section .molecule-about-image span {
	font-family: "Arial", "Avenir", "Helvetica Neue", sans-serif;
	color: var(--color-mono-6);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100px;
	line-height: 0.9;
	letter-spacing: -5px;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.molecule-about-section .molecule-about-image span {
		font-size: 50px;
		top: auto !important;
		bottom: -50px;
	}
}

.molecule-about-section .molecule-about-info {
	max-width: 450px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.molecule-about-section .molecule-about-info {
		max-width: 100% !important;
		padding-top: 90px !important;
		margin: 0 auto !important;
	}
}

.molecule-about-section .molecule-about-info h2 {
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1px;
	font-size: 26px;
	text-align: left;
	position: relative;
	/*
     &::before {
       font-family: arial, sans-serif;
       content: attr(data-section-number);
       color: var(--color-mono-1);
       font-size: 24px;
       font-weight: bold;
       position: absolute;
       width: 24px;
       left: 3px;
       top: -66px;
       text-align: left;
       padding: 0 0 10px 0;
       border-bottom: 3px solid var(--color-mono-1);
     }
  */
}

.molecule-about-section .molecule-about-info p {
	margin: 12px 0 0 0;
	font-size: 16px;
	line-height: 28px;
}

.molecule-about-section .molecule-about-text__link {
	margin-top: 12px;
	font-size: 16px;
}

.molecule-about-section .molecule-about-text__link a {
	color: var(--color-text-link);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.molecule-about-section .molecule-about-text__link a span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.molecule-about-section .molecule-about-text__link a span.left-arrow {
	padding-left: 14px;
}

.molecule-about-section .molecule-about-text__link a span.left-arrow::before {
	content: "";
	position: absolute;
	left: 0;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid var(--color-text-link);
}

.molecule-about-section .molecule-about-text__link a span.new-window {
	padding-right: 18px;
}

.molecule-about-section .molecule-about-text__link a span.new-window::after {
	content: "";
	width: 16px;
	height: 14px;
	background: url(../img/about/icon-link_external.png) no-repeat center center;
	background-size: 14px auto;
}

.service-list-container.about {
	background: var(--color-mono-a);
	padding-top: 120px;
	padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
	.service-list-container.about {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.service-list-container.about .molecule-section__body {
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
	.service-list-container.about .molecule-section__body {
		margin-top: 40px;
	}
}

.service-list-container.about .organism-use-card-list__item {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.service-list-container.about .organism-use-card-list__item {
		width: 100%;
	}
}

.service-list-container .organism-price-project-section__description {
	margin-top: 16px;
}

.service-list-container .molecule-use-card.organism-use-card-list__item {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 5px;
	overflow: hidden;
}

.service-list-container .molecule-use-card.organism-use-card-list__item .molecule-use-card__image-crop img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.service-list-container .molecule-use-card.organism-use-card-list__item:hover {
	-webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
	top: -1px;
}

.service-list-container .molecule-use-card.organism-use-card-list__item:hover .molecule-use-card__image-crop img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.service-list-container .molecule-use-card__description {
	background: #fff;
}

.organism-price-point-container {
	background: var(--color-mono-a);
	padding: 80px 0;
}

@media screen and (max-width: 768px) {
	.organism-price-point-container {
		padding: 50px 0;
	}
}

.organism-price-point-list {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.organism-price-point-list {
		margin-top: 30px;
	}
}

.organism-price-point-list li {
	margin: 40px 0 0 0;
}

.organism-price-point-list li:first-child {
	margin-top: 0;
}

.organism-price-point-list li h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
}

.organism-price-point-list li p {
	margin: 10px 0 0 0;
	font-size: 16px;
	line-height: 2;
}

.organism-price-relation-container {
	padding: 80px 0;
}

@media screen and (max-width: 768px) {
	.organism-price-relation-container {
		padding: 50px 0;
	}
}

.organism-price-relation-inner ul.organism-project-list {
	margin: 60px auto 0 auto;
}

@media screen and (max-width: 768px) {
	.organism-price-relation-inner ul.organism-project-list {
		margin-top: 40px;
	}
}

.organism-price-relation-inner .molecule-section__more {
	margin-top: 40px;
}

.organism-price-flow-container {
	background: var(--color-mono-a);
	padding: 80px 0;
}

@media screen and (max-width: 768px) {
	.organism-price-flow-container {
		padding: 50px 0;
	}
}

.template-price .organism-price-project-section__title::after {
	border-color: var(--color-mono-6);
	z-index: 0;
}

.template-price .organism-price-project-section__title__body {
	position: relative;
	z-index: 1;
}

.molecule-service-usage-projects-article {
	margin-top: -80px;
}

.benefits-list__item {
	display: block;
	margin-top: 50px;
}

.organism-feature-detail__link {
	text-decoration: underline;
}

.organism-feature-detail__link {
	text-decoration: underline;
}

.feature-detail-featured .organism-feature-detail__container {
	display: block;
}

.feature-detail-featured .organism-feature-detail__container .molecule-alternate-list__link {
	margin-top: 10px;
}

.feature-detail-featured .organism-feature-detail__container .molecule-alternate-list__link a {
	color: #0000EE;
	text-decoration: underline;
}

.grid-explainer .molecule-service-creative__link {
	-ms-grid-row: 6;
	grid-row: 6;
}

.molecule-service-creative__link {
	background: #F5F5F5;
	padding: 25px 35px;
	margin: 20px 0;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	border-radius: 14px;
}

.molecule-service-creative__link.center {
	text-align: center;
}

.molecule-service-creative__link.bg-lightgray {
	background: #F5F5F5;
	border-radius: 13px;
	padding: 29px 35px;
}

.molecule-service-creative__link.no-background {
	background: transparent;
	font-size: 13px;
	line-height: 1.7;
	color: var(--color-mono-c);
}

.molecule-service-creative__link.no-background a {
	font-size: 13px;
	line-height: 1.7;
	color: var(--color-mono-c);
}

.molecule-service-creative__link a {
	color: #0000EE;
	text-decoration: underline;
	margin-left: 5px;
	margin-top: 5px;
}

.molecule-service-creative__link a.txt_link {
	margin-top: 5px;
	display: block;
}

.advantages-videos {
	padding: 95px 0;
}

.advantages-videos .atom-container--column {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	display: block;
}

.advantages-videos .h4-style {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 14px;
}

.advantages-videos__feature {
	margin-bottom: 30px;
}

.advantages-videos__feature img {
	width: auto;
}

@media (max-width: 768px) {
	.advantages-videos__feature img {
		max-width: 100%;
	}
}

.advantages-videos .molecule-section__title {
	font-weight: 700;
	font-size: 34px;
	line-height: 41px;
	border-bottom: 3px solid #000000;
	padding-bottom: 18px;
	margin-bottom: 45px;
	text-align: left;
	width: 100%;
}

.advantages-videos__item {
	margin-bottom: 35px;
}

.advantages-videos__item.last {
	margin-top: 90px;
}

.advantages-videos__item.last h3 {
	border-bottom: 3px solid #000000;
	padding-bottom: 18px;
	margin-bottom: 45px;
	padding-left: 0;
}

.advantages-videos__item.last h3::before {
	display: none;
}

.advantages-videos__item h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

.advantages-videos__item h3::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	bottom: 0;
	content: "";
	background-color: #000;
}

.advantages-videos__item p {
	font-weight: 400;
	font-size: 15px;
	line-height: 32px;
}

.advantages-videos .videos-flow-commercial {
	width: 100%;
}

.advantages-videos .videos-flow-commercial__item {
	margin: 20px 20px 90px 20px;
	background: #F5F5F5;
	border-radius: 26px;
	padding: 35px 45px;
	position: relative;
}

.advantages-videos .videos-flow-commercial__item:last-child::before {
	display: none;
}

.advantages-videos .videos-flow-commercial__item:before {
	content: "";
	position: absolute;
	bottom: -54px;
	left: 50%;
	margin-left: -25px;
	border-width: 25px 25px 0;
	border-style: solid;
	border-color: #D53E3D transparent;
	display: block;
	width: 0;
}

.advantages-videos .videos-flow-commercial__item h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 14px;
}

.advantages-videos .videos-flow-commercial__item p {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
}

@media screen and (max-width: 639px) {
	.advantages-videos .videos-flow-commercial__item p {
		line-height: 28px;
	}
}

.txt_link {
	text-decoration: underline;
}

.txt_link_primary {
	color: #0000EE;
	text-decoration: underline;
}

.molecule-merit.molecule-merit-list__item .molecule-service-creative__link {
	-ms-grid-row: 6;
	grid-row: 6;
}

.template-services #merits .molecule-service-creative__link.bg-lightgray {
	background: unset;
	padding: 10px;
	font-size: 13px;
	line-height: 1.7;
	color: var(--color-mono-c);
}

.template-services #merits .molecule-service-creative__link.bg-lightgray a {
	font-size: 13px;
	line-height: 1.7;
	color: var(--color-mono-c);
}

.template-services .advantages-videos__feature img {
	width: auto;
}

.no-grid {
	display: block;
	padding: 80px 0;
}

.no-grid.molecule-section .molecule-section__more {
	-ms-grid-row: 7;
	grid-row: 7;
}

.no-grid.molecule-section .molecule-service-creative__link {
	-ms-grid-row: 6;
	grid-row: 6;
}

.no-grid .organism-project-list {
	margin: 80px 0;
}

.template-usages .organism-feature-detail__container.custom-grid {
	display: block;
}

.organism-feature-detail__container {
	display: block;
}

.organism-feature-detail__container .molecule-alternate-list__link {
	margin-top: 10px;
	font-weight: 700;
}

.organism-feature-detail__container .molecule-alternate-list__link a {
	color: #0000EE;
	text-decoration: underline;
}

.molecule-alternate-list__link {
	margin-top: 10px;
	font-weight: 700;
}

.molecule-alternate-list__link a {
	color: #0000EE;
	text-decoration: underline;
}

.molecule-merit-list__item.custom-grid {
	display: block;
}

.molecule-merit-list__item.custom-grid .molecule-alternate-list__link {
	padding: 10px;
	font-size: 13px;
	line-height: 1.7;
	color: var(--color-mono-c);
}

.molecule-merit-list__item.custom-grid .molecule-alternate-list__link a {
	font-size: 13px;
	line-height: 1.7;
	color: var(--color-mono-c);
}

@media (max-width: 768px) {
	.organism-contact-section .organism-contact-section__container {
		margin: 0 auto;
	}
}

.molecule-section-sns .molecule-merit-list.no-margin .molecule-merit-list__item {
	margin-bottom: 0;
}

.molecule-section-sns .molecule-merit-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 100px;
}

.molecule-section-sns .molecule-merit-list__item .molecule-merit__title {
	padding: 20px 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.template-inquiry .molecule-contents-header__container {
		padding: 40px 0 0;
	}
}

@media screen and (max-width: 768px) {
	.template-inquiry .molecule-contents-header__container .molecule-contents-header__title + .molecule-contents-header__body {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.template-inquiry .molecule-contents-header__body {
		font-size: 14px;
	}
}

.template-inquiry .form {
	padding-top: 60px;
	overflow-x: hidden;
}

@media screen and (max-width: 768px) {
	.template-inquiry .form {
		padding-top: 30px;
	}
}

.template-inquiry .more {
	margin-top: 40px;
}

.template-inquiry .more + .text {
	margin-bottom: 0;
}

.template-inquiry .container__contact__block__image {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.template-inquiry .container__contact__block__image--img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: auto;
	padding: 0;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 3px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.template-inquiry .container__contact__block__image--img {
		min-height: auto;
	}
}

.template-inquiry .container__contact__block__image--img img {
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 370px;
}

@media screen and (max-width: 768px) {
	.template-inquiry .container__contact__block__image--img img {
		width: 100%;
	}
}

.template-inquiry .container__contact__block__form {
	background: var(--color-mono-9);
	padding: 30px;
}

@media screen and (max-width: 768px) {
	.template-inquiry .container__contact__block__form {
		padding: 20px;
		margin: 0 -20px;
		width: auto;
	}
}

.adlp1-complete, .rdlp1-complete, .rdlp2-complete, .rdlp3-complete, .rdlp4-complete {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 80px 1fr 40px 40px;
	-ms-grid-columns: 100vw;
	grid-template: "header" 80px "main" 1fr "." 40px "footer" 40px/100vw;
	min-height: 100vh;
}

.adlp1-complete #header, .rdlp1-complete #header, .rdlp2-complete #header, .rdlp3-complete #header, .rdlp4-complete #header {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: header;
	border-bottom: 1px solid var(--color-mono-6);
}

.adlp1-complete #header .organism-inquiry-header__container, .rdlp1-complete #header .organism-inquiry-header__container, .rdlp2-complete #header .organism-inquiry-header__container, .rdlp3-complete #header .organism-inquiry-header__container, .rdlp4-complete #header .organism-inquiry-header__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr auto 1fr;
	-ms-grid-columns: 124px 20px 1fr 20px auto;
	grid-template: " .   .   .   .    .   " 1fr "logo . catch . contact" auto " .   .   .   .    .   " 1fr/124px 20px 1fr 20px auto;
	height: 100%;
}

.adlp1-complete #header .organism-inquiry-header__brand-logo, .rdlp1-complete #header .organism-inquiry-header__brand-logo, .rdlp2-complete #header .organism-inquiry-header__brand-logo, .rdlp3-complete #header .organism-inquiry-header__brand-logo, .rdlp4-complete #header .organism-inquiry-header__brand-logo {
	-ms-grid-row: 1;
	-ms-grid-row-span: 5;
	-ms-grid-column: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	grid-area: logo;
	width: 100%;
	height: 30px;
	background-image: url(../img/logo/crevo_basic_horizontal-363fe32963e199b560d7ec6e803ba3c01e7e04213d08d546133648ff6a3f26f7.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.adlp1-complete #header .organism-inquiry-header__catch, .rdlp1-complete #header .organism-inquiry-header__catch, .rdlp2-complete #header .organism-inquiry-header__catch, .rdlp3-complete #header .organism-inquiry-header__catch, .rdlp4-complete #header .organism-inquiry-header__catch {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
	display: inline-block;
	grid-area: catch;
	font-size: 13px;
	font-weight: normal;
	color: var(--color-mono-1);
}

.adlp1-complete .molecule-contents-header__container, .rdlp1-complete .molecule-contents-header__container, .rdlp2-complete .molecule-contents-header__container, .rdlp3-complete .molecule-contents-header__container, .rdlp4-complete .molecule-contents-header__container {
	padding: 80px 0 0;
}

.adlp1-complete .molecule-contents-header__complete__title, .rdlp1-complete .molecule-contents-header__complete__title, .rdlp2-complete .molecule-contents-header__complete__title, .rdlp3-complete .molecule-contents-header__complete__title, .rdlp4-complete .molecule-contents-header__complete__title {
	font-size: 18px;
	font-weight: bold;
	color: var(--color-mono-1);
}

.adlp1-complete .molecule-contents-header__complete__desc, .rdlp1-complete .molecule-contents-header__complete__desc, .rdlp2-complete .molecule-contents-header__complete__desc, .rdlp3-complete .molecule-contents-header__complete__desc, .rdlp4-complete .molecule-contents-header__complete__desc {
	font-size: 16px;
	line-height: 2;
	color: var(--color-mono-1);
	text-align: center;
}

.adlp1-complete .molecule-contents-header__complete__desc .text, .rdlp1-complete .molecule-contents-header__complete__desc .text, .rdlp2-complete .molecule-contents-header__complete__desc .text, .rdlp3-complete .molecule-contents-header__complete__desc .text, .rdlp4-complete .molecule-contents-header__complete__desc .text {
	margin-top: 30px;
}

.adlp1-complete .molecule-contents-header__complete__desc .caution, .rdlp1-complete .molecule-contents-header__complete__desc .caution, .rdlp2-complete .molecule-contents-header__complete__desc .caution, .rdlp3-complete .molecule-contents-header__complete__desc .caution, .rdlp4-complete .molecule-contents-header__complete__desc .caution {
	display: inline-block;
	margin: 5px 0 50px;
	font-size: 13px;
	color: var(--color-mono-3);
}

.adlp1-complete .container__contact--border, .rdlp1-complete .container__contact--border, .rdlp2-complete .container__contact--border, .rdlp3-complete .container__contact--border, .rdlp4-complete .container__contact--border {
	padding: 20px 21px 20px 32px;
	border: 4px solid var(--color-mono-a);
}

.adlp1-complete .container__contact, .rdlp1-complete .container__contact, .rdlp2-complete .container__contact, .rdlp3-complete .container__contact, .rdlp4-complete .container__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
}

.adlp1-complete .container__contact__description, .rdlp1-complete .container__contact__description, .rdlp2-complete .container__contact__description, .rdlp3-complete .container__contact__description, .rdlp4-complete .container__contact__description {
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}

.adlp1-complete .container__contact__detail--number--block, .rdlp1-complete .container__contact__detail--number--block, .rdlp2-complete .container__contact__detail--number--block, .rdlp3-complete .container__contact__detail--number--block, .rdlp4-complete .container__contact__detail--number--block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.adlp1-complete .container__contact__detail--number--icon, .rdlp1-complete .container__contact__detail--number--icon, .rdlp2-complete .container__contact__detail--number--icon, .rdlp3-complete .container__contact__detail--number--icon, .rdlp4-complete .container__contact__detail--number--icon {
	position: static;
	top: -6px;
	right: -3px;
	display: inline-block;
}

.adlp1-complete .container__contact__detail--number--number, .rdlp1-complete .container__contact__detail--number--number, .rdlp2-complete .container__contact__detail--number--number, .rdlp3-complete .container__contact__detail--number--number, .rdlp4-complete .container__contact__detail--number--number {
	display: inline-block;
	font-family: var(--font-family-alphanumeric);
	font-size: 28px;
	letter-spacing: 0.9px;
}

.adlp1-complete .container__contact__detail--time, .rdlp1-complete .container__contact__detail--time, .rdlp2-complete .container__contact__detail--time, .rdlp3-complete .container__contact__detail--time, .rdlp4-complete .container__contact__detail--time {
	display: block;
	font-size: 14px;
	color: var(--color-mono-4);
}

.adlp1-complete .container__contact__button .atom-button, .rdlp1-complete .container__contact__button .atom-button, .rdlp2-complete .container__contact__button .atom-button, .rdlp3-complete .container__contact__button .atom-button, .rdlp4-complete .container__contact__button .atom-button {
	max-width: 250px;
	margin: 50px auto 0;
}

.adlp1-complete .organism-inquiry-footer, .rdlp1-complete .organism-inquiry-footer, .rdlp2-complete .organism-inquiry-footer, .rdlp3-complete .organism-inquiry-footer, .rdlp4-complete .organism-inquiry-footer {
	grid-area: footer-end;
	margin-top: 40px;
}

.atom-button--red:hover {
	color: #cc0202 !important;
	background-color: var(--color-mono-c);
	border-color: var(--color-crevo-button-red);
}

.template-inquiry .container__contact__button .atom-button:hover {
	color: rgb(64, 69, 78) !important;
}

.template-request-material .container__contact__block__form {
	padding: 30px 10px;
}

.template-seminar #seminar-archives {
	padding: 80px 0;
	background-color: var(--color-crevo-feature-bg);
}

@media screen and (max-width: 768px) {
	.template-seminar #seminar-archives {
		padding: 40px 0;
	}
}

.molecule-seminar-card-list {
	width: 100%;
}

.molecule-seminar-card__item {
	display: block;
	width: 100%;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.molecule-seminar-card__item {
		margin-top: 20px;
	}
}

.molecule-seminar-card__item:first-child {
	margin-top: 0;
}

.organism-seminar-card__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--color-mono-c);
	position: relative;
	padding: 40px;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	.organism-seminar-card__link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 16px;
	}
}

.organism-seminar-card__link:hover {
	top: -1px;
	-webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.organism-seminar-card__image {
	max-width: 288px;
	width: 100%;
	height: 163px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 0 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media screen and (max-width: 768px) {
	.organism-seminar-card__image {
		max-width: 100%;
		height: auto;
		padding: 14vh 0;
		margin: 0 auto;
	}
}

@media screen and (max-width: 480px) {
	.organism-seminar-card__image {
		padding: 12vh 0;
	}
}

@media screen and (max-width: 320px) {
	.organism-seminar-card__image {
		padding: 10vh 0;
	}
}

.organism-seminar-card__image .status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}

.organism-seminar-card__image .status.end {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
}

.organism-seminar-card__conts {
	margin: 0 auto 0 0;
	width: calc(100% - 336px);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media screen and (max-width: 768px) {
	.organism-seminar-card__conts {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		padding: 16px 0 0 0;
		margin: 0 auto;
	}
}

.organism-seminar-card__conts-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.organism-seminar-card__conts-info {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	.organism-seminar-card__conts-info {
		font-size: 14px;
	}
}

.organism-seminar-card__conts-info .organism-seminar-card__schedule {
	font-stretch: initial;
	position: relative;
	padding: 0 5px 0 0;
	font-weight: bold;
	font-family: arial;
}

.organism-seminar-card__conts-info .seminar-status {
	margin-right: 16px;
}

@media screen and (max-width: 768px) {
	.organism-seminar-card__conts-info .seminar-status {
		margin-right: 8px;
	}
}

.organism-seminar-card__conts-info .organism-seminar-card__time {
	font-stretch: initial;
	font-weight: bold;
	font-family: arial;
}

.organism-seminar-card__conts-head {
	margin: 18px 0 0 0;
}

@media screen and (max-width: 768px) {
	.organism-seminar-card__conts-head {
		margin-top: 8px;
	}
}

.organism-seminar-card__conts-head .organism-seminar-card__title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	color: var(--color-text-link);
}

@media screen and (max-width: 768px) {
	.organism-seminar-card__conts-head .organism-seminar-card__title {
		font-size: 20px;
		line-height: 1.45;
	}
}

@media screen and (max-width: 480px) {
	.organism-seminar-card__conts-head .organism-seminar-card__title {
		font-size: 16px;
	}
}

.organism-seminar-card__conts-head .organism-seminar-card__label {
	font-size: 15px;
	margin: 10px 0 0 0;
	color: var(--color-mono-3);
}

@media screen and (max-width: 768px) {
	.organism-seminar-card__conts-head .organism-seminar-card__label {
		font-size: 14px;
		margin: 6px 0 0 0;
	}
}

.seminar-status {
	width: 80px;
	height: 30px;
	border-radius: 3px;
	background: #eee;
	color: #999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
}

.seminar-status.accepting {
	background: var(--color-text-link);
	color: var(--color-mono-c);
}

.seminar-status.soldout {
	background: var(--color-mono-4);
	color: var(--color-mono-c);
}

.seminar-status.end {
	background: var(--color-mono-4);
	color: var(--color-mono-c);
}

.template-seminar #seminar-archives-relation {
	padding: 80px 0 40px;
}

@media screen and (max-width: 768px) {
	.template-seminar #seminar-archives-relation {
		padding: 40px 0;
	}

	.template-seminar #seminar-archives-relation .molecule-section__title {
		font-size: 20px;
	}
}

.template-seminar #seminar-archives-relation .atom-section-title {
	padding: 0 16px;
}

@media screen and (max-width: 768px) {
	.template-seminar #seminar-archives-relation .atom-section-title {
		font-size: 18px;
		line-height: 1.6;
	}

	.template-seminar #seminar-archives-relation .atom-section-title br {
		display: none;
	}
}

.molecule-seminar-relation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.molecule-seminar-relation {
		margin: 0 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.molecule-seminar-relation li {
	width: 33.3%;
	padding: 40px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.molecule-seminar-relation li {
		width: 100%;
		padding: 16px 0;
	}

	.molecule-seminar-relation li:first-child {
		margin-top: -24px;
	}
}

.molecule-seminar-relation li dl dt {
	color: var(--color-mono-1);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.molecule-seminar-relation li dl dt {
		text-align: left;
	}
}

.molecule-seminar-relation li dl dd {
	color: var(--color-mono-1);
	text-align: justify;
	font-size: 14px;
	line-height: 1.8;
	margin: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
	.molecule-seminar-relation li dl dd {
		margin-top: 12px;
	}
}

.main-footer__short + .organism-inquiry-footer {
	height: 40px;
}

.template-seminar.template-inquiry {
	-ms-grid-rows: 80px auto 1fr auto auto;
	-ms-grid-columns: 100vw;
	grid-template: "header" 80px "pankuzu" auto "main" 1fr "bottom-ad" auto "footer" auto/100vw;
}

.template-seminar.template-inquiry #pankuzu {
	padding: 0;
}

.template-seminar.template-inquiry #pankuzu li::before {
	display: none;
}

.template-seminar.template-inquiry #pankuzu li::after {
	font-size: 12px;
}

.template-seminar.template-inquiry #pankuzu li .molecule-pankuzu-list__item__link {
	font-size: 12px;
	top: 1px;
}

.atom-seminar-container {
	max-width: var(--layout-crevo-container-width);
	width: 100%;
	padding: 0 0 60px 0;
	margin: 40px auto 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 1200px) {
	.atom-seminar-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	.atom-seminar-container {
		margin-top: 32px;
		padding-bottom: 40px;
		display: block;
	}
}

.atom-seminar-inner {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 0 0;
}

@media screen and (max-width: 1200px) {
	.atom-seminar-inner {
		padding-right: 4vw;
	}
}

@media screen and (max-width: 1040px) {
	.atom-seminar-inner {
		padding-right: 8vw;
	}
}

@media screen and (max-width: 1000px) {
	.atom-seminar-inner {
		padding-right: 12vw;
	}
}

@media screen and (max-width: 970px) {
	.atom-seminar-inner {
		padding-right: 18vw;
	}
}

@media screen and (max-width: 880px) {
	.atom-seminar-inner {
		padding-right: 28vw;
	}
}

@media screen and (max-width: 840px) {
	.atom-seminar-inner {
		padding-right: 34vw;
	}
}

@media screen and (max-width: 768px) {
	.atom-seminar-inner {
		padding-right: 0;
	}
}

.organism-seminar-article__header {
	position: relative;
}

@media screen and (max-width: 768px) {
	.organism-seminar-article__header {
		padding: 0 0 40px 0;
	}
}

.organism-seminar-article__header-primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.organism-seminar-article__header-primary {
		display: block;
	}
}

.organism-seminar-article__header-primary .seminar-status {
	margin: 0 auto 0 0;
}

.organism-seminar-article__header-primary .organism-sns-share-buttons {
	margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
	.organism-seminar-article__header-primary .organism-sns-share-buttons {
		position: absolute;
		bottom: 0;
	}
}

.organism-seminar-article__header-secondary {
	margin: 16px 0 0 0;
}

@media screen and (max-width: 768px) {
	.organism-seminar-article__header-secondary {
		margin-top: 12px;
	}
}

.organism-seminar-article__header-secondary h1 {
	font-size: 32px;
}

@media screen and (max-width: 768px) {
	.organism-seminar-article__header-secondary h1 {
		font-size: 24px;
	}
}

.organism-seminar-article__header-secondary p {
	color: var(--color-mono-3);
	margin: 16px 0 0 0;
}

.organism-seminar-article__visual {
	margin: 32px 0 0 0;
}

@media screen and (max-width: 768px) {
	.organism-seminar-article__visual {
		margin-right: -16px;
		margin-left: -16px;
	}
}

.organism-seminar-article__visual img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.organism-seminar-article__section {
	margin: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
	.organism-seminar-article__section {
		margin-top: 32px;
	}
}

.organism-seminar-article__title-sub {
	font-size: 20px;
	font-weight: bold;
	color: var(--color-mono-1);
	padding: 0 0 0 24px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.organism-seminar-article__title-sub {
		padding-left: 16px;
	}
}

.organism-seminar-article__title-sub::before {
	content: "";
	background: var(--color-crevo-button-red);
	width: 3px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.organism-seminar-article__conts {
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	color: var(--color-mono-1);
	letter-spacing: normal;
	font-size: 14px;
	margin: 16px 0 0 0;
}

@media screen and (max-width: 768px) {
	.organism-seminar-article__conts {
		line-height: 1.7;
	}
}

.organism-seminar-article__conts > * {
	margin-top: 16px;
}

.organism-seminar-article__overview-list {
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	margin: 24px 0 0 0;
}

.organism-seminar-article__overview-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 16px 24px;
}

@media screen and (max-width: 768px) {
	.organism-seminar-article__overview-item {
		padding: 12px 16px;
		display: block;
	}
}

.organism-seminar-article__overview-item:nth-child(even) {
	background: #FAFAFA;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.organism-seminar-article__overview-item:last-child {
	border-bottom: none;
}

.organism-seminar-article__overview-item__title {
	width: 170px;
	font-size: 14px;
	padding-right: 16px;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.organism-seminar-article__overview-item__title {
		font-size: 16px;
		width: 100%;
		padding-right: 0;
		padding-bottom: 4px;
	}
}

.organism-seminar-article__overview-item__conts {
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	color: var(--color-mono-1);
	letter-spacing: normal;
	line-height: 1.8;
	font-size: 14px;
	width: calc(100% - 190px);
}

@media screen and (max-width: 768px) {
	.organism-seminar-article__overview-item__conts {
		width: 100%;
	}
}

.organism-seminar-article__overview-item__conts a {
	color: var(--color-text-link);
	text-decoration: underline;
}

.organism-seminar-article__platform-list {
	margin-top: 32px;
}

.organism-seminar-article__platform__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 24px;
}

.organism-seminar-article__platform__item:first-child {
	margin-top: 0;
}

.organism-seminar-article__platform__item-thumb {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50rem;
	margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
	.organism-seminar-article__platform__item-thumb {
		width: 80px;
		height: 80px;
	}
}

.organism-seminar-article__platform__item-thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.organism-seminar-article__platform__item-conts {
	width: calc(100% - 140px);
	margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
	.organism-seminar-article__platform__item-conts {
		width: calc(100% - 90px);
	}
}

.organism-seminar-article__platform__item-position {
	font-size: 12px;
	font-weight: bold;
}

.organism-seminar-article__platform__item-name {
	font-size: 16px;
	margin: 8px 0 0 0;
}

.organism-seminar-article__platform__item-description {
	font-size: 12px;
	margin: 8px 0 0 0;
	line-height: 1.8;
	color: var(--color-mono-3);
}

.atom-seminar-sidebar {
	max-width: 260px;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
	.atom-seminar-sidebar {
		display: none;
	}
}

.organism-seminar-form__fiexd-container {
	background: var(--color-mono-a);
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.organism-seminar-form__fiexd-container {
		position: relative;
		max-width: 100%;
		margin-top: 24px;
	}
}

.organism-seminar-form__fiexd-inner {
	background: var(--color-mono-a);
	padding: 32px;
}

@media screen and (max-width: 768px) {
	.organism-seminar-form__fiexd-inner {
		padding: 24px 16px;
	}
}

.organism-seminar-form__fiexd-title {
	font-weight: bold;
	font-size: 18px;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.organism-seminar-form__fiexd-title {
		text-align: left;
	}
}

.organism-seminar-form__fiexd-title::before {
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	background-color: var(--color-crevo-button-red);
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.organism-seminar-form__fiexd-title::before {
		display: none;
	}
}

.organism-seminar-form__fiexd-conts {
	margin: 48px 0 0 0;
}

@media screen and (max-width: 768px) {
	.organism-seminar-form__fiexd-conts {
		margin-top: 16px;
	}
}

.organism-seminar-form__fiexd-conts .seminar-status {
	height: 30px;
	margin: 0 auto 16px auto;
}

@media screen and (max-width: 768px) {
	.organism-seminar-form__fiexd-conts .seminar-status {
		margin: 0;
		position: absolute;
		right: 16px;
		top: 18px;
	}
}

.organism-seminar-form__fiexd-conts dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
}

.organism-seminar-form__fiexd-conts .atom-button {
	margin-top: 24px;
}

@media screen and (max-width: 768px) {
	.organism-seminar-form__fiexd-conts .atom-button {
		margin-top: 16px;
	}
}

.template-seminar #form {
	padding-top: 80px;
	margin-top: -80px;
}

@media screen and (max-width: 768px) {
	.template-seminar #form {
		padding-top: 60px;
		margin-top: -60px;
	}
}

.organism-seminar__form-container {
	background: var(--color-mono-a);
	margin: 0 auto;
	padding: 60px 0;
	clear: both;
}

@media screen and (max-width: 768px) {
	.organism-seminar__form-container {
		padding: 40px 0;
	}
}

.organism-seminar__form-container .form {
	padding-top: 30px;
}

.organism-seminar__form-container .container__contact {
	padding: 0 !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.organism-seminar__form-inner {
	max-width: 732px;
	width: 100%;
	padding: 0 16px;
	margin: 0 auto;
}

.organism-seminar__form-inner .organism-seminar__form-title {
	color: var(--color-mono-1);
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.33;
	letter-spacing: normal;
}

@media screen and (max-width: 768px) {
	.organism-seminar__form-inner .organism-seminar__form-title {
		font-size: 24px;
	}
}

.organism-seminar__form-inner .organism-seminar__form-not {
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
}

.wp-form-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-form-radio .mwform-radio-field {
	display: block;
	margin: 0 12px 0 0;
}

.wp-form-radio .mwform-radio-field label {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	cursor: pointer;
}

.wp-form-radio .mwform-radio-field label input[type=radio] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50rem;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #eee;
	margin: 0 6px 0 0;
	outline: none;
	cursor: pointer;
}

.wp-form-radio .mwform-radio-field label input[type=radio]:checked {
	background-color: var(--color-crevo-button-red);
	border-color: var(--color-crevo-button-red);
}

.wp-form-radio .mwform-radio-field label input[type=radio]:checked::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50rem;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin: -4px auto 0 auto;
}

.wp-form-radio .mwform-radio-field label span {
	font-size: 14px;
}

.wp-form-radio .error {
	position: absolute;
	bottom: -16px;
}

@media screen and (max-width: 768px) {
	.template-request-material .molecule-contents-header__container {
		padding-top: 40px;
	}
}

.organism-seminar__loader-container {
	min-height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.organism-seminar__loader-container {
		min-height: 200px;
	}
}

.organism-seminar__loader-icon {
	display: block;
}

.organism-seminar__loader-icon svg path,
.organism-seminar__loader-icon svg rect {
	fill: var(--color-crevo-button-red);
}

.atom-404--body .atom-section-sub {
	margin-top: 50px;
}

@media (max-width: 768px) {
	.atom-404--body .atom-section-sub {
		margin-top: 30px;
	}
}

.atom-404--body .molecule-section__more {
	margin-top: -30px;
}

@media (max-width: 768px) {
	.atom-404--body .molecule-section__more {
		margin-top: -10px;
	}
}

.organism-inquiry-footer__container {
	min-height: 30px;
}

.white-papers .molecule-contents-header__container {
	padding-bottom: 0;
}

.white-papers .text {
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #111111;
	margin-bottom: 52px;
}

@media screen and (max-width: 1200px) {
	.white-papers .text {
		margin-bottom: 41px;
	}
}

@media screen and (max-width: 768px) {
	.white-papers .text {
		padding: 0 20px;
		line-height: 30px;
		margin-bottom: 28px;
	}
}

.white-papers .dlList {
	padding: 0 30px;
	max-width: 1200px;
	margin: auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
	.white-papers .dlList {
		margin-bottom: 48px;
	}
}

@media screen and (max-width: 768px) {
	.white-papers .dlList {
		padding: 0 20px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.white-papers .dlCard {
	padding: 20px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.white-papers .dlCard:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1200px) {
	.white-papers .dlCard {
		gap: 20px;
	}
}

@media screen and (max-width: 768px) {
	.white-papers .dlCard {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.white-papers .dlCard__img {
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 180px;
	border-radius: 5px;
	overflow: hidden;
}

@media screen and (max-width: 1200px) {
	.white-papers .dlCard__img {
		-ms-flex-preferred-size: 132px;
		flex-basis: 132px;
		height: 132px;
	}
}

@media screen and (max-width: 768px) {
	.white-papers .dlCard__img {
		-ms-flex-preferred-size: 80px;
		flex-basis: 80px;
		height: 80px;
	}
}

.white-papers .dlCard__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.white-papers .dlCard__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.white-papers .dlCard__content--title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #111111;
	margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
	.white-papers .dlCard__content--title {
		line-height: 22px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 768px) {
	.white-papers .dlCard__content--title {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 8px;
	}
}

.white-papers .dlCard__content--text {
	font-size: 13px;
	line-height: 20px;
	color: #111111;
	margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
	.white-papers .dlCard__content--text {
		line-height: 18px;
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 768px) {
	.white-papers .dlCard__content--text {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 12px;
	}
}

.white-papers .dlCard__content--btn {
	width: 100%;
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
	background-color: #569ea3;
	border: 1px solid #569ea3;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.white-papers .dlCard__content--btn:hover {
	background-color: #fff;
	color: #569ea3;
}

.m-companyTab__content {
	display: none;
}

.m-companyTab__content.active {
	display: block;
}

.m-companyTab {
	text-align: center;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.m-companyTab {
		margin-bottom: 0;
	}
}

.m-companyTab li {
	width: 150px;
	position: relative;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #111111;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 60px;
}

@media screen and (max-width: 768px) {
	.m-companyTab li {
		width: 33.33%;
		padding: 0 30px;
	}
}

.m-companyTab li span {
	cursor: pointer;
}

.m-companyTab li.active {
	color: #D63E43;
}

.m-companyTab li.active::after {
	opacity: 1;
}

.m-companyTab li::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 3px;
	background: #D63E43;
	content: "";
	width: 100%;
	opacity: 0;
}

.company-location-info {
	width: 100%;
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.company-location-info {
		margin-bottom: 40px;
		padding: 20px 20px 0 20px;
	}
}

.company-location-info .conpnany-location-detail {
	padding: 0;
	margin: 0 !important;
	width: 100%;
	border: 1px solid #E5E5E5;
	border-bottom: 0 !important;
}

.company-location-info .conpnany-location-detail__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #E5E5E5;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
}

@media screen and (max-width: 768px) {
	.company-location-info .conpnany-location-detail__section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.company-location-info .conpnany-location-detail__section::after {
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	content: "";
	background: #F5F5F5;
	z-index: 0;
	width: 200px;
}

@media screen and (max-width: 768px) {
	.company-location-info .conpnany-location-detail__section::after {
		display: none;
	}
}

.company-location-info .conpnany-location-detail__title {
	width: 200px;
	position: relative;
	z-index: 1;
	padding: 24px;
	font-weight: 600;
	font-size: 16px;
	color: #666666;
	max-width: none !important;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.company-location-info .conpnany-location-detail__title {
		width: 100%;
		background: #F5F5F5;
		padding: 16px;
		font-size: 14px;
	}
}

.company-location-info .conpnany-location-detail__body {
	width: calc(100% - 200px);
	padding: 0 25px;
	padding: 24px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media screen and (max-width: 768px) {
	.company-location-info .conpnany-location-detail__body {
		width: 100%;
		padding: 16px;
		font-size: 14px;
	}
}

.company-location-info .conpnany-location-detail__body p {
	font-size: 16px;
	line-height: 150%;
}

@media screen and (max-width: 768px) {
	.company-location-info .conpnany-location-detail__body p {
		font-size: 14px;
	}
}

.company-location-map {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.company-location-map {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0px;
	}
}

.company-location-map .location-map {
	width: 50%;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	max-width: none !important;
	margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
	.company-location-map .location-map {
		width: 100%;
	}
}

.company-location-map .location-map__info {
	width: 50%;
}

@media screen and (max-width: 768px) {
	.company-location-map .location-map__info {
		width: 100%;
	}
}

.company-location-map .location-map__info .location-map__inner {
	background: #F5F5F5;
	padding-left: 74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.company-location-map .location-map__info .location-map__inner {
		height: auto;
		padding: 24px;
	}
}

.company-location-map .location-map__info .location-map__inner h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	color: #111111;
	margin-bottom: 22px;
}

.company-location-map .location-map__info .location-map__inner p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 32px;
	/* or 200% */
	color: #111111;
}

.company-location-map .location-map__info .location-map__inner .atom-button {
	border-radius: 0;
	width: 280px;
	padding: 21px 25px;
	margin-top: 28px;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.company-location-map .location-map__info .location-map__inner .atom-button:hover svg path {
	fill: #cc0202 !important;
}

@media screen and (max-width: 768px) {
	.company-location-map .location-map__info .location-map__inner .atom-button {
		width: 100%;
	}
}

.company-location-map .location-map__info .location-map__inner .atom-button svg {
	position: absolute;
	right: 28px;
	top: 20px;
}

.company-location-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
	.company-location-img {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
}

.company-location-img picture {
	width: 380px;
	padding: 0 1px 0 0px;
}

@media screen and (max-width: 768px) {
	.company-location-img picture {
		width: 100%;
		padding: 0 1px;
	}
}

.company-location-img picture img {
	max-width: 100%;
}

.molecule-contents__smalltitle {
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	line-height: 100%;
	/* identical to box height, or 36px */
	text-align: center;
	color: #111111;
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	.molecule-contents__smalltitle {
		margin-bottom: 30px;
		font-weight: 300;
		font-size: 24px;
		line-height: 24px;
	}
}

.related-information-list {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.related-information-list {
		padding: 0 20px 20px 20px;
	}
}

.related-information-list .related-information-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -25px;
}

@media screen and (max-width: 768px) {
	.related-information-list .related-information-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.related-information-list__item {
	width: 50%;
	padding: 0 25px;
}

@media screen and (max-width: 768px) {
	.related-information-list__item {
		width: 100%;
		margin-bottom: 30px;
	}
}

.related-information-list__item .molecule-project-card__thumbnail {
	margin-bottom: 22px;
}

.related-information-list__item h2 {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #0585CC;
}

.related-information-list__item p {
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
}

.officer-list {
	width: 100%;
	margin-bottom: 62px;
}

@media screen and (max-width: 768px) {
	.officer-list {
		padding: 0px 5px;
		margin-bottom: 40px;
	}
}

.officer-list__item {
	display: block;
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #E5E5E5;
}

@media screen and (max-width: 768px) {
	.officer-list__item {
		padding: 20px 0 12px 0;
	}
}

.officer-list__top {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #111111;
	margin-bottom: 12px;
	display: block;
}

@media screen and (max-width: 768px) {
	.officer-list__top {
		margin-bottom: 8px;
		font-size: 15px;
	}
}

.officer-list__txt {
	font-weight: 300;
	font-size: 16px;
	line-height: 100%;
	color: #111111;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.officer-list__txt {
		font-size: 15px;
	}
}

.officer-list .note {
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 8px;
	display: block;
}

@media screen and (max-width: 768px) {
	.officer-list .note {
		margin-bottom: 1px;
		font-size: 13px;
	}
}

.officer-list .note span {
	color: #0585CC;
	display: inline-block;
}

.history-list {
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
	.history-list {
		margin-bottom: 42px;
		margin-top: 40px;
	}
}

.history-list::before {
	position: absolute;
	top: -10px;
	bottom: 20px;
	left: 115px;
	width: 1px;
	content: "";
	background: #D9D9D9;
}

@media screen and (max-width: 768px) {
	.history-list::before {
		left: 80px;
	}
}

.history-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-bottom: 10px;
}

.history-list__item.mb-42 {
	margin-bottom: 42px;
}

.history-list__date {
	width: 115px;
	text-align: right;
	position: relative;
	padding-right: 13px;
}

@media screen and (max-width: 768px) {
	.history-list__date {
		width: 80px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 15px;
	}
}

.history-list__date:after {
	position: absolute;
	right: -4px;
	top: 5px;
	width: 7px;
	height: 7px;
	content: "";
	border-radius: 50%;
	background: #666666;
}

.history-list__date .year {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	float: left;
	color: #111111;
}

@media screen and (max-width: 768px) {
	.history-list__date .year {
		margin-top: -20px;
		margin-bottom: 10px;
	}
}

.history-list__date .month {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	text-align: right;
	padding-left: 13px;
	color: #111111;
}

.history-list__content {
	width: calc(100% - 115px);
	padding-left: 20px;
}

@media screen and (max-width: 768px) {
	.history-list__content {
		width: calc(100% - 80px);
	}
}

.history-list__content p {
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #111111;
}

@media screen and (max-width: 768px) {
	.history-list__content {
		padding-left: 13px;
	}
}

.company_list .atom-container {
	margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
	.company_list .atom-container {
		margin: 0 20px;
	}
}

.header-company .molecule-contents-header__container {
	padding-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
	.box-breadcrums {
		display: none;
	}

	.box-breadcrums .organism-pankuzu {
		display: none;
	}
}

.template-servicelist #main.service .organism-contact-section .organism-contact-section__title {
	font-size: 36px;
}

@media (max-width: 768px) {
	.template-servicelist #main.service .organism-contact-section .organism-contact-section__title {
		font-size: 20px;
	}
}

.template-servicelist #main.service .organism-contact-section .organism-contact-section__checklist {
	text-align: left;
	margin: 20px 0 10px;
}

.template-servicelist #main.service .organism-contact-section .organism-contact-section__checklist .organism-contact-section__check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.template-servicelist #main.service .organism-contact-section .organism-contact-section__checklist .organism-contact-section__check:last-of-type {
	margin-bottom: 0;
}

.template-servicelist #main.service .organism-contact-section .organism-contact-section__checklist .organism-contact-section__check .molecule-contact-check__icon {
	width: 14px;
	margin: 1px 8px 0 0;
}

.template-servicelist #main.service .organism-contact-section .organism-contact-section__checklist .organism-contact-section__check .molecule-contact-check__detail {
	font-family: var(--font-family-alphanumeric);
	font-size: 18px;
	color: var(--color-mono-c);
}

@media (max-width: 768px) {
	.template-servicelist #main.service .organism-contact-section .organism-contact-section__checklist .organism-contact-section__check .molecule-contact-check__detail {
		line-height: 1.2;
		font-size: 15px;
		letter-spacing: normal;
	}
}

.template-servicelist #main.service .flow-section .molecule-flow__list {
	gap: 30px;
}

.template-servicelist #main.service .flow-section .molecule-flow__list .molecule-flow__item {
	background-color: var(--color-mono-c);
	width: 70%;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
	gap: 10px 0px;
}

@media (max-width: 768px) {
	.template-servicelist #main.service .flow-section .molecule-flow__list .molecule-flow__item {
		width: 100%;
		padding: 20px 40px 20px 24px;
	}
}

.template-servicelist #main.service .flow-section .molecule-flow__list .molecule-flow__item:after {
	background-color: var(--color-mono-c);
}

.template-servicelist #main.service .flow-section .molecule-flow__list .molecule-flow__item .molecule-flow__image-crop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.template-servicelist #main.service .flow-section .molecule-flow__list .molecule-flow__item .molecule-flow__image-crop .molecule-flow__image {
	width: 70px;
	margin-left: 20%;
}

@media (max-width: 768px) {
	.template-servicelist #main.service .flow-section .molecule-flow__list .molecule-flow__item .molecule-flow__image-crop .molecule-flow__image {
		width: 60px;
		margin-left: 0;
	}
}

.template-servicelist #main.service .flow-section .molecule-flow__list .molecule-flow__item .molecule-flow__title .molecule-flow__title-txt {
	font-size: 18px;
	font-weight: bold;
}

.template-servicelist #main.service .flow-section .molecule-flow__list .molecule-flow__item .molecule-flow__txt {
	font-size: 16px;
}

.template-servicelist #main.service .top-container.-short-video {
	padding: 100px 0 50px;
}

.template-servicelist #main.service .top-container.-short-video .molecule-faq__list {
	gap: 0;
}

.template-servicelist #main.service .top-container.-short-video .molecule-faq__box {
	border-bottom: 1px solid #DDDDDD;
	border-radius: 0;
}

.template-servicelist #main.service .top-container.-short-video .molecule-faq__box:last-of-type {
	border-bottom: none;
}

.template-servicelist #main.service .top-container.-short-video .molecule-faq__box .molecule-faq__item {
	cursor: auto;
	padding: 20px 20px 0 13px;
	background-color: var(--color-mono-c);
}

.template-servicelist #main.service .top-container.-short-video .molecule-faq__box .molecule-faq__item .molecule-faq__txt {
	font-size: 18px;
	font-weight: bold;
	color: #E60012;
}

.template-servicelist #main.service .top-container.-short-video .molecule-faq__box .molecule-faq__detail {
	display: block;
}

.template-servicelist #main.service .top-container.-short-video .molecule-faq__box .molecule-faq__detail .molecule-faq__detail-box {
	padding: 10px 30px 20px 13px;
	background-color: var(--color-mono-c);
}

.template-servicelist #main.service .organism-price-card-item__link:hover {
	top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.template-servicelist #main.service .organism-price-card-item__link .organism-price-card-item__text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.template-servicelist #main.service .organism-price-card-item__link .organism-price-card-item__text small {
	top: -2px;
	padding-left: 0;
}

.template-servicelist #main.service #achievement .molecule-use-card__description {
	min-height: 148px;
}

@media (max-width: 768px) {
	.template-servicelist #main.service #achievement .molecule-use-card__description {
		min-height: 100px;
	}
}

.u-sp {
	display: none;
}

@media (max-width: 768px) {
	.u-sp {
		display: block;
	}
}

.u-pc {
	display: block;
}

@media (max-width: 768px) {
	.u-pc {
		display: none;
	}
}