@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

* {
  font-family: "Noto Sans JP", sans-serif;
}
p {
	font-weight: 400;
}
/* ------------------------------------------
 ヘッダー
 ------------------------------------------ */
.l-header__inner.l-container {
	max-width: 100%;
}
/* メニュー */
.c-gnav>.menu-item>a {
	padding: 0 15px;
}
.c-gnav>.menu-item>a .ttl {
  font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 16px;
}

/* メインビジュアル */
.p-mainVisual__slideTitle {
	text-align: left;
	color: #000000;
	font-weight: 700;
	font-size: 35px;
	line-height: 2;
	margin-bottom: 12px;
	letter-spacing: 1.8px;
}
.p-mainVisual__slideTitle span {
	color: #E60012;
}
.p-mainVisual__slideText {
	text-align: left;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: 0;
}
@media screen and (max-width: 960px) {
	.p-mainVisual__textLayer:before {
		content: "";
		display: inline-block;
		width: 100%;
		height: 250px;
		background-image: url(https://mazin.nino-challeng.com/wp-content/uploads/2025/08/sp_top.png);
		background-position: bottom left;
		background-size: contain;
		background-repeat: no-repeat;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.p-mainVisual__slideTitle {
		font-size: 25px;
		line-height: 1.8;
		margin-bottom: 10px;
		letter-spacing: 1px;
		white-space: nowrap;
	}
	.p-mainVisual__slideText {
		font-size: 14px;
		margin-bottom: 20px;
		margin-top: 0;
	}
}
/* SIMPLE BTN */
.p-blogParts.post_content {
	margin-top: 0;
}
.simple-btn .wp-block-button a {
	min-width: 250px;
	border-radius: 0;
	padding: 17px 10px 17px 30px;
	text-align: left;
	position: relative;
	color: #000000;
  font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 16px;
	background: #FFFfff;
	border: 1px solid #000000;
	text-shadow: none;
	overflow: visible;
	transition: .3s ease-in-out;
}
.simple-btn .wp-block-button a:after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #E60012;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	z-index: 2;
	transition: .3s ease-in-out;
}
.simple-btn .wp-block-button a:hover {
	background-color: #E60012;
	color: #FFFFFF;
	transition: .3s ease-in-out;
}
.simple-btn .wp-block-button a:hover:after {
	transform: translateY(-50%) rotate(360deg);
	background-color: #000000;
	transition: .3s ease-in-out;
}
@media screen and (max-width: 768px) {
	.simple-btn .wp-block-button a {
		min-width: 200px;
		padding: 10px 10px 10px 20px;
	}
	.simple-btn .wp-block-button a:after {
		width: 30px;
		right: -15px;
	}
}
/* ------------------------------------------
トップページ
 ------------------------------------------ */
/* Concept */
#top-concept {
	background-color: #E60012 !important;
	border-radius: 50px;
	padding-bottom: 200px !important;
	position: relative;
}
#top-concept:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 50px;
	background-image: url(https://mazin.nino-challeng.com/wp-content/uploads/2025/08/top-service-back.png);
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.top-concept-item-unit {
	max-width: 1200px;
	margin: 0 auto;
}
.top-concept-item-unit > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 30px;
}
.top-concept-txt-unit {
	flex-basis: 50%;
}
h2.top-concept-ttl.is-style-section_ttl {
	font-size: 132px;
	font-weight: 100;
	font-style: italic;
	margin-bottom: 0;
	color: rgba(255,255,255,.7);
}
p.top-concept-sub-ttl {
	font-size: 25px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 12px;
}
p.top-concept-txt {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
}
.top-concept-manga {
	width: 50%;
}
.swiper-button-next, .swiper-button-prev {
	background: #000000;
}
.swiper-button-prev,
.swiper-button-next{
	width: 50px;
	height: 50px;
	background-color: #FFFFFF;
	border-radius: 25px;
	border: 1px solid #161A5F;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	content: "";
  position: absolute;
  content: ""; 
  width: 13px; 
  height: 15px;
	background-color: #E60012;
	border: none;
	left: 50% !important;
	top: 50% !important;
	right: 0;
	bottom: 0;
	transform: rotate(0) translate(-50%,-50%);
}
.swiper-button-prev:after {
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.swiper-button-next:after {
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}

@media screen and (max-width: 1200px) {
	.top-concept-item-unit {
		width: calc(100% - 20px);
	}
	h2.top-concept-ttl.is-style-section_ttl {
		font-size: 90px;
	}
}
@media screen and (max-width: 960px) {
	#top-concept {
		padding-bottom: 60px !important;
	}
	p.top-concept-sub-ttl {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	#top-concept {
		border-radius: 30px;
	}
	.top-concept-item-unit {
		width: 100%;
		padding: 0 10px;
	}
	.top-concept-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 30px;
	}
	.top-concept-txt-unit {
		flex-basis: 100%;
	}
	h2.top-concept-ttl.is-style-section_ttl {
		font-size: 50px;
	}
	p.top-concept-sub-ttl {
		font-size: 18px;
	}
	.top-concept-manga {
		width: 100%;
	}
	.swiper-button-prev,
	.swiper-button-next{
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}
	.swiper-button-prev:after,
	.swiper-button-next:after{
		width: 10px; 
	}
}
/* aboutus */
p.top-aboutus-ttl-label {
	font-size: 16px;
	font-weight: 100;
	font-style: italic;
	color: #FFFFFF;
}
h2.top-aboutus-ttl.is-style-section_ttl {
	font-size: 30px;
	margin-bottom: 20px;
	color: #FFFFFF;
}

@media screen and (max-width: 768px) {
	.top-concept-item-unit.about-us {
		padding-top: 50px;
	}
	.about-us-manga {
		order: 2;
	}
	h2.top-aboutus-ttl.is-style-section_ttl {
		font-size: 25px;
		margin-bottom: 15px;
	}
}
/* normal-ttl */
.normal-ttl-group p {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px !important;
	position: relative;
}
.normal-ttl-group p:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
}
.normal-ttl-group h2.is-style-section_ttl {
  text-align: center !important;	
	font-size: 30px;
}
@media screen and (max-width: 960px) {
	.normal-ttl-group p {
		font-size: 14px;
	}
	.normal-ttl-group p:before {
		width: 15px;
	}
	.normal-ttl-group h2.is-style-section_ttl {
		font-size: 25px;
	}	
}
@media screen and (max-width: 960px) {
	.normal-ttl-group p {
		font-size: 14px;
	}
	.normal-ttl-group p:before {
		width: 15px;
	}
	.normal-ttl-group h2.is-style-section_ttl {
		font-size: 25px;
	}	
}

/* BUSINESS 私たちが提供するもの */
#top-business {
	background-image: url(https://mazin.nino-challeng.com/wp-content/uploads/2025/08/top-service-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding-top: 0 !important;
}
#top-business-inner {
	max-width: 1200px;
	margin: 0px auto 0 !important;
	background-color: #FFFFFF;
	padding: 0 20px 50px;
	position: relative;
}
#top-business-inner:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

/* サービス1 */
.top-business-service-1 {
	background-color: #F4F5F7;
	padding: 40px 30px;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.top-business-service-1 > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 50px;
}
.top-business-service-1 figure.wp-block-video {
	flex-basis: calc((100% - 50px) / 2);
	margin-bottom: 0;
}
.top-business-service-1-txt-unit {
	flex-basis: calc((100% - 50px) / 2);
}
.top-business-service-1-txt-unit h3.is-style-section_ttl {
	font-size: 25px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.top-business-service-1-txt-unit h3.is-style-section_ttl span.red-txt {
	color: #E60012;
}
.top-business-service-1-txt-unit h3.is-style-section_ttl span.ttl-label {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 700;
	padding: 3px 20px;
	border: 2px solid #E60012;
	border-radius: 20px;
	margin-left: 30px;
}
@media screen and (max-width: 960px) {
	#top-business {
		padding-top: 0 !important;
	}
	#top-business-inner {
		max-width: 1200px;
		margin: 0px auto 0 !important;
		background-color: rgba(0,0,0,0);
		padding: 50px 10px 50px;
		position: relative;
	}
	#top-business-inner:before {
		content: none;
	}
	/* サービス1 */
	.top-business-service-1 {
		padding: 0;
	}
	.top-business-service-1 > .wp-block-group__inner-container {
		gap: 0px;
	}
	.top-business-service-1 figure.wp-block-video {
		flex-basis: 100%;
	}
	.top-business-service-1-txt-unit {
		flex-basis: 100%;
		padding: 20px;
	}
	.top-business-service-1-txt-unit h3.is-style-section_ttl {
		font-size: 25px;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	.top-business-service-1-txt-unit h3.is-style-section_ttl span.ttl-label {
		padding: 3px 15px;
		margin-left: 10px;
	}
}

/* サービス2,3 */
.top-service-column > .wp-block-group__inner-container {
	display: flex;
	gap: 35px;
	flex-wrap: wrap;
}
.top-service-column-item {
	flex-basis: calc((100% - 35px) / 2);
	margin-bottom: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.top-service-column-item figure {
	margin-bottom: 0;
}
.top-service-column-item figure img {
	width: 100%;
	object-fit: cover;
}
.top-service-column-txt-unit {
	padding: 20px;
	background-color: #F4F5F7;
}
.top-service-column-txt-unit h3.is-style-section_ttl {
	font-size: 25px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.top-service-column-txt-unit h3.is-style-section_ttl span.red-txt {
	color: #E60012;
}
.top-service-column-txt-unit p {
	font-weight: 400;
	margin-bottom: 0;
}
p.dot-link-txt {
}
p.dot-link-txt a {
  font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #000000;
	font-size: 18px;
}
p.dot-link-txt a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #E60012;
	border-radius: 10px;
	margin-left: 15px;
}
@media screen and (max-width: 960px) {
	.top-service-column > .wp-block-group__inner-container {
		gap: 20px;
	}
	.top-service-column-item {
		flex-basis: 100%;
	}
	.top-service-column-txt-unit {
		padding: 20px;
	}
	.top-service-column-txt-unit h3.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.top-service-column-txt-unit p {
		margin-bottom: 10px;
	}
	p.dot-link-txt {
		margin-bottom: 0px;
	}
	p.dot-link-txt a {
		font-size: 16px;
	}
}

/* section-ttl-b */
.section-ttl-b > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.section-ttl-b h2.is-style-section_ttl {
	font-size: 132px;
	font-weight: 100;
	font-style: italic;
	margin-bottom: 0;
}
.section-ttl-b p {
	font-size: 18px;
	margin-left: 50px;
}
@media screen and (max-width: 1200px) {
		.section-ttl-b h2.is-style-section_ttl {
			font-size: 90px;
			font-weight: 100;
			font-style: italic;
			margin-bottom: 0;
		}
}
@media screen and (max-width: 960px) {
	.section-ttl-b p {
		font-size: 16px;
		margin-left: 0px;
		flex-basis: 100%;
	}
}
@media screen and (max-width: 768px) {
	.section-ttl-b h2.is-style-section_ttl {
		font-size: 50px;
	}
}
/* トップページ漫画作品紹介 */
.top-manga-demo-unit {
	
}
.top-manga-demo-unit h3.is-style-section_ttl {
	font-size: 25px;
	margin-bottom: 20px;
}
p.top-manga-demo-unit-label {
	display: inline-block;
	font-size: 14px;
	background-color: #E60012;
	color: #FFFFFF;
	padding: 2px 20px;
	border-radius: 20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
	.top-manga-demo-unit h3.is-style-section_ttl {
		font-size: 25px;
		margin-bottom: 15px;
	}
	p.top-manga-demo-unit-label {
		padding: 0px 20px;
	}
}
/* ポップアップエリア */
.access-plun {
}
#popup,
#popup-2 {
    display: none;
}
/* btm */
.popup-open {
  cursor: pointer;
  display: inline-block;
	min-width: 250px;
	border-radius: 0;
	padding: 17px 10px 17px 30px;
	text-align: left;
	position: relative;
	color: #000000;
	font-weight: 500;
	background: #FFFfff;
	border: 1px solid #000000;
	transition: .3s ease-in-out;
	position: relative;
}
.popup-open:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #E60012;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	z-index: 2;
	transition: .3s ease-in-out;
}
.popup-open:hover {
	background-color: #E60012;
	color: #FFFFFF;
	transition: .3s ease-in-out;
}
.popup-open:hover:before {
	transform: translateY(-50%) rotate(360deg);
	background-color: #000000;
	transition: .3s ease-in-out;
}
.popup-open:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
}
.popup-overlay {
  display: none;
}
#popup:checked ~ .popup-overlay,
#popup-2:checked ~ .popup-overlay {
  display: block;
  background-color: rgba(0,0,0,.8);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}
.popup-window {
  max-width: 1004px;
  height: 95%;
  padding: 40px 20px 20px;
  background-color: rgba(255,255,255,.88);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  z-index: 999999;
}
body.modal-open div#reservation-area {
    position: relative;
    z-index: -1;
}
body.modal-open {
  overflow: hidden;
}
  /* 閉じるボタン */
.popup-close {
  cursor: pointer;
  position: fixed;
  top: 25px;
  right: 25px;
}
.close-icon {
  width: 40px;
  height: 40px;
  position: relative;
}
.close-icon span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}
.close-icon span:first-child {
  transform: translate(-50%,-50%) rotate(45deg);
}
.close-icon span:last-child {
  transform: translate(-50%,-50%) rotate(-45deg);
}

ul.map-item-unit {
  padding: 0;
  height: calc(100% - 10px);
  overflow-y: auto;
}
ul.map-item-unit li {
	margin-bottom: 0;
}
ul.map-item-unit li img {
	vertical-align: bottom;
}
@media screen and (max-width: 960px) {
	.popup-window {
		width: 95vw;
	}
}
@media screen and (max-width: 768px) {
	.popup-open {
		min-width: 200px;
		padding: 10px 10px 10px 20px;
		font-size: 14px;
	}
	.popup-open:before {
		width: 30px;
		right: -15px;
	}
}
#top-manga-sakuhin {
	padding-bottom: 200px !important;
}
/* 中央寄せセクションタイトル */
.section-ttl-b.center > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.section-ttl-b.center h2.is-style-section_ttl {
	flex-basis: 100%;
	line-height: 1;
	text-align: center !important;
}
.section-ttl-b.center p {
	margin-left: 0px;
	flex-basis: 100%;
	text-align: center;
}

/*  */
#top-news {
	background-color: #E60012 !important;
	position: relative;
	padding-top: 0 !important;
}
#top-news .section-ttl-b.center h2.is-style-section_ttl {
	color: #FFFFFF;
}
#top-news .section-ttl-b.center p {
	color: #FFFFFF;
}
#top-news:before {
	content: "";
  display: inline-block;
  width: 115%;
  height: 200px;
  border-radius: 50% / 100% 100% 0 0;
  background: #E60012;
	position: absolute;
	top:-120px;
	left: 50%;
	transform: translateX(-50%);
}
.top-news-item-unit {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 0;
}
.top-news-item-unit .wp-block-group__inner-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0;
}
@media screen and (max-width: 960px) {
	#top-manga-sakuhin {
		padding-bottom: 150px !important;
	}
	#top-news:before {
		height: 100px;
		top:-80px;
	}
	.top-news-item-unit .wp-block-group__inner-container {
		padding: 50px 20px;
	}
}
@media screen and (max-width: 768px) {
	#top-manga-sakuhin {
		padding-bottom: 100px !important;
	}
	#top-news:before {
		height: 80px;
		top:-50px;
	}
	.top-news-item-unit .wp-block-group__inner-container {
		padding: 30px 10px;
	}
}
/* リクルート */
#btm-recruirt {
	background-image: url(https://mazin.nino-challeng.com/wp-content/uploads/2025/08/top-service-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.normal-section-ttl {
	
}
.normal-section-ttl > .wp-block-group__inner-container {
	
}
#btm-recruirt .normal-section-ttl p {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	color: #E60012;
}
#btm-recruirt .normal-section-ttl p:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 1px;
	background-color: #E60012;
	margin-right: 10px;
}
.normal-section-ttl h2.is-style-section_ttl {
	font-size: 30px;
	color: #E60012;
}
.recruit-cta {
	max-width: 1320px;
	margin-left: auto;
	padding-left: 20px;
}

@media screen and (min-width: 1440px) {
	.recruit-cta {
		max-width: 1320px;
		margin-left: auto;
		margin-right: auto;
	}
	.recruit-cta-image figure img {
		border-radius: 0;
	}
}
.recruit-cta > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 30px;
}
.recruit-cta-txt {
	flex-basis: 35%;
	min-width: 400px;
}
.recruit-cta-image {
	flex-basis: 65%;
}
.recruit-cta-image figure img {
	border-radius: 50px 0 0 50px;
}
p.recruit-cta-sub-ttl {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
}
p.recruit-cta-sub-ttl span {
	color: #E60012;
}
.simple-btn.red a{
	background-color: #E60012;
	color: #FFFFFF;
}
.simple-btn.red a:after {
	background-color: #000000;
}
.simple-btn.red a:hover {
	background-color: #000000;
}
.simple-btn.red a:hover:after {
	background-color: #E60012;
}
@media screen and (min-width: 1440px) {
	.recruit-cta-image figure img {
		border-radius: 50px;
	}
}
@media screen and (max-width: 960px) {
	.normal-section-ttl h2.is-style-section_ttl {
		font-size: 25px;
	}
	.recruit-cta {
		margin-left: auto;
		margin-right: auto;
		padding: 0 20px;
	}
	.recruit-cta > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 30px;
	}
	.recruit-cta-txt {
		order: 2;
		flex-basis: 100%;
		min-width: 100%;
	}
	.recruit-cta-image {
		flex-basis: 100%;
	}
	.recruit-cta-image figure img {
		border-radius: 0;
		max-height: 300px;
		object-fit: cover;
	}
	p.recruit-cta-sub-ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 768px) {
	.recruit-cta {
		padding: 0 10px;
	}
}
/* CTA */
#cta-area {
	background-image: url(https://mazin.nino-challeng.com/wp-content/uploads/2025/08/top-service-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.top #cta-area,
.page-id-30 #cta-area {
	display: none;
}
.cta-item-unit {
	padding: 0 20px;
}
.cta-btn-item-unit > .wp-block-group__inner-container {
	display: flex;
	justify-content: center;
	gap: 100px;
}
.cta-btn-item {
	text-align: center;
	margin: 0;
}
.cta-btn-item p {
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.cta-item-unit {
		padding: 0 10px;
	}
	.cta-btn-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 20px 40px;
	}
}
/* ------------------------------------------
footer
 ------------------------------------------ */
/* 調整 */
.top #content,
.page-id-24 #content,
.page-id-20 #content,
.page-id-22 #content,
.page-id-26 #content{
	margin-bottom: 0;
}
.l-footer__foot {
	padding: 0;
}
.footer-item-unit  > .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-item-unit ul {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-item-unit ul li {
	padding: 0;
	margin: 0;
}
.footer-item-unit ul li a {
	color: #FFFFFF;
}
p.copyright {
	background-color: #E60012;
	color: #FFFFFF;
	padding: 3px;
}

@media screen and (max-width: 768px) {
	.footer-item-unit  > .wp-block-group__inner-container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-logo {
		margin-bottom: 30px;
	}
	.footer-logo img {
		max-width: 200px;
	}
	.footer-item-unit ul {
		gap: 0px;
	}
	.footer-item-unit ul li {
		flex-basis: 100%;
		border-bottom: 1px solid #FFFFFF;
	}
	.footer-item-unit ul li a {
		display: block;
		padding: 10px 20px;
	}
}


/* ------------------------------------------
下層ページ共通
 ------------------------------------------ */
.c-filterLayer.-texture-dot:after {
	content: none;
}
.l-topTitleArea.c-filterLayer::before {
	content: none;
}
.l-topTitleArea {
	min-height: 400px;
}
.c-pageTitle {
	display: flex;
	flex-direction:column-reverse;
	font-size: 35px;
}
.c-pageTitle__subTitle {
	margin-left: 0;
  font-family: "Roboto", sans-serif;
	font-size: 95px;
	font-weight: 100;
	line-height: 1;
	font-style: italic;
}
.page-id-30 .c-pageTitle {
	color: #333333 !important;
}
@media screen and (max-width: 960px) {
	.l-topTitleArea {
		min-height: 300px;
	}
	.c-pageTitle {
		font-size: 25px;
	}
	.c-pageTitle__subTitle {
		font-size: 60px;
	}
}
/* ------------------------------------------
事業内容
 ------------------------------------------ */
.service-item-outer {
	position: relative;
	margin-bottom: 100px;
}
.service-item-outer:after {
	content: "";
	display: inline-block;
	width: 70%;
	height: 100%;
	background-color: #F4F5F7;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 30px 0 0 0;
}
.service-item {
	max-width: 1320px;
	margin-left: auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 1440px) {
	.service-item {
		margin-left: auto;
		margin-right: auto;
	}
}
.service-item > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 35px;
}
.service-item figure {
	flex-basis:calc((100% - 35px) / 2); 
}
.service-item-txt-area {
	flex-basis:calc((100% - 35px) / 2); 
}
p.service-item-label {
  font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-size: 45px;
	font-style: italic;
	line-height: 1;
	margin-bottom: 0;
}
.service-item-txt-area h2.is-style-section_ttl  {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 25px;
}
.service-item-txt-area h2.is-style-section_ttl  span{
	font-size: 1.3em;
	color: #E60012;
}
p.service-item-disc {
	max-width: 500px;
}
p.service-item-sub-ttl {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
p.service-item-sub-ttl span{
	font-size: 1.1em;
	color: #E60012;
}

@media screen and (max-width: 960px) {
/* 	.service-item-outer {
		margin-bottom: 100px;
	} */
	.service-item-outer:after{
		width: 100%;
		border-radius: 0 0 0 0;
	}
	.service-item {
		padding: 0 10px;
	}
	.service-item > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 30px;
	}
	.service-item figure {
		flex-basis: 100%;
	}
	.service-item-txt-area {
		flex-basis: 100%;
	}
	p.service-item-label {
		font-size: 30px;
	}
	.service-item-txt-area h2.is-style-section_ttl  {
		margin-bottom: 20px;
	}
	.service-item-txt-area h2.is-style-section_ttl  span{
		font-size: 1.2em;
	}
	p.service-item-disc {
		max-width: 100%;
	}
	p.service-item-sub-ttl {
		font-size: 18px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 768px) {
	.service-item > .wp-block-group__inner-container {
		gap: 10px;
	}
}
/* ------------------------------------------
レーベル事業、エージェント事業
 ------------------------------------------ */
/* 共通 */
.section-ttl-group-en-b p {
  font-family: "Roboto", sans-serif;
	font-size: 130px;
	font-weight: 100 !important;
	font-style: italic;
	line-height: .7;
	margin-bottom: 0;
	color: rgba(255,255,255,.7);
}
.section-ttl-group-en-b  h2.is-style-section_ttl {
	font-size: 25px;
	margin-top: 0;
	color: #FFFFFF;
}
@media screen and (max-width: 960px) {
	.section-ttl-group-en-b p {
		font-size: 90px;
	}
	.section-ttl-group-en-b  h2.is-style-section_ttl {
		font-size: 23px;
	}
}
@media screen and (max-width: 768px) {
	.section-ttl-group-en-b p {
		font-size: 60px;
	}
	.section-ttl-group-en-b  h2.is-style-section_ttl {
		font-size: 20px;
	}
}
/* SUMMARY */
p.summary-disc {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
}
@media screen and (max-width: 960px) {
	p.summary-disc {
		font-size: 16px;
		text-align: left;
	}
}
/* Merit */
.servicepage-card-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.servicepage-card {
	flex-basis: calc((100% - 30px) / 3);
	border: 1px solid #E60012;
	padding: 40px 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	margin-bottom: 0;
}
p.servicepage-card-unmber {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}
p.servicepage-card-label {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	position: relative;
}
p.servicepage-card-label:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 2px;
	background-color: #E60012;
	margin-left: 10px;
}
h3.is-style-section_ttl.servicepage-card-ttl {
	font-size: 25px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
	.servicepage-card-unit > .wp-block-group__inner-container {
		gap: 15px;
	}
	.servicepage-card {
		flex-basis: 100%;
		padding: 20px;
	}
	p.servicepage-card-unmber {
		font-size: 40px;
	}
	h3.is-style-section_ttl.servicepage-card-ttl {
		font-size: 23px;
		margin-bottom: 15px;
	}
}
/* プロセス */
.process-item {
	max-width: 900px;
	margin: 0 auto 60px;
	padding: 10px;
	border: 1px solid #E60012;
	border-radius: 15px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.process-item.btm-arrow {
	position: relative;
}
.process-item.btm-arrow:after {
	content: "";
	display: inline-block;
	width: 29px;
	height: 25px;
	background-color: #E60012;
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.process-item > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.process-item-txt {
	flex-basis: calc((100% - 10px) / 2);
}
.process-item figure {
	flex-basis: calc((100% - 10px) / 2);
}
p.process-item-label {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
p.process-item-label span {
	font-size: 35px;
	color: #E60012;
	font-weight: 700;
}
.process-item h3.is-style-section_ttl {
	margin-top: 0;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.process-item-txt {
		flex-basis: 100%;
	}
	.process-item figure {
		flex-basis: 100%;
	}
	.process-item figure img {
		width: 100%;
		object-fit: cover;
	}
	p.process-item-label {
		margin-bottom: 10px;
	}
	.process-item h3.is-style-section_ttl {
		font-size: 23px;
	}
}
/* ------------------------------------------
会社情報
 ------------------------------------------ */
/* history */
#company-top-history {
	padding-bottom: 200px !important;
}
/* 会社概要 */
#top-business.company-info-outer {
	background: #F4F5F7 !important;
}
#top-business.company-info-outer #top-business-inner {
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.normal-table {
	max-width: 900px;
	margin: 0 auto 2em;
}
.normal-table table td {
	padding-top: 20px;
	padding-bottom: 20px;
}
.normal-table table tr td:first-child {
	text-align: center;
}
/* MAP */
.company-access-map {
	max-width: 900px;
	margin: 0 auto;
}
@media screen and (max-width: 960px) {
	#company-top-history {
		padding-bottom: 60px !important;
	}
	#top-business.company-info-outer #top-business-inner {
		box-shadow: none;
	}
	.normal-table table td {
		padding-top: 10px;
		padding-bottom: 10px;
		border: none;
	}
	.normal-table table tr td:first-child {
		text-align: left;
		background-color: #000000;
		color: #FFFFFF;
	}
	.normal-table table tr td:last-child {
		font-weight: 400;
	}
}
/* メンバー紹介 */
.member-item {
	
}
.member-item-job-label {
	margin-bottom: 2px;
	font-size: 15px;
	display: flex;
	align-items: center;
}
.member-item-job-label:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #E60012;
	border-radius: 6px;
	margin-right: 5px;
}
h3.is-style-section_ttl.member-item-name {
	margin-top: 0;
	font-size: 25px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
h3.is-style-section_ttl.member-item-name span {
	font-size: 18px;
  font-family: "Roboto", sans-serif;
	font-weight: 300;
	margin-left: 20px;
}
.member-item-mess-label {
	font-size: 18px;
  font-family: "Roboto", sans-serif;
	font-weight: 	100;
	font-style: italic;
	margin-bottom: 0px;
}
.member-item-mess-txt {
	
}
@media screen and (max-width: 960px) {
	.member-item-job-label {
		font-size: 14px;
	}
	h3.is-style-section_ttl.member-item-name {
		font-size: 20px;
		margin-bottom: 5px;
		flex-wrap: wrap;
	}
	h3.is-style-section_ttl.member-item-name span {
		font-size: 16px;
		margin-left: 0px;
		width: 100%;
	}
	.member-item-mess-label {
		font-size: 14px;
		font-weight: 	300;
		display: inline-block;
		padding: 0px 10px;
		background-color: #000000;
		color: #FFFFFF;
		margin-bottom: 5px;
	}
}
/* メディア掲載実績 */
.media-item {
	border-bottom: 1px solid #E60012;
	margin-bottom: 0;
	padding: 20px 0;
}
.media-item-day {
	margin-bottom: 5px;
}
h3.is-style-section_ttl.media-item-ttl {
	margin-top: 0;
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: 500;
}
.simple-btn.media-btm-btn {
	margin-top: 3em;
}

@media screen and (max-width: 960px) {
	h3.is-style-section_ttl.media-item-ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.simple-btn.media-btm-btn {
		margin-top: 2em;
	}	
}
/* ------------------------------------------
お問い合わせ
 ------------------------------------------ */
/* お問い合わせフォーム */
.contact-form-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.form-item {
	display: flex;
	padding: 10px 0;
}
/* ラベル */
.form-item label {
	flex-basis: 25%;
	display: flex;
	align-items: center;
}
/* ※ */
.form-item label span {
	color: red;
	line-height: 0.5;
	padding-left: 10px;
}
/* form */
.form-item > span {
	width: 75%;
}
.form-item input{
	height: 45px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/* subject */
.form-item.subject input {
	height: auto !important;
	width: auto;
}
.form-item.subject span label {
	font-size: 14px !important;
}
span#your-subject input {
/* 	width: 20px; */
}
span#your-subject span {
	color: #333;
}
.form-item.subject .wpcf7-list-item-label {
	padding-left: 3px;
}
/* file */
.form-item-resume {
	flex-basis: 75%;
}
#your-resume-1,
#your-resume-2,
#your-resume-3{
	display: block;
	width: auto;
	height: auto;
	background: none;
	border: none;
	padding-left: 0;
}
/* お問い合わせ内容 */
.form-item textarea {
	width: 100%;
	min-height: 200px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
.form-item textarea#your-license {
	max-height: 100px;
}
/* 個人情報取扱同意 */
.last-check {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.last-check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.last-check label {
	padding-left: 15px;
	font-size: 16px;
	line-height: 2em;
}
/* 送信ボタン　 */
.send-btn {
	position: relative;
	max-width: 265px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
}
.send-btn input{
	width: 100%;
	padding: 15px 20px;
	background-color: #E60012;
	color: #FFFFFF;
	letter-spacing: .2em;
	transition: .3s;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background-color: #FFFFFF;
  border-color: #333;
	color: #000000;
	transition: .3s;
}
/* お問合せ SP*/
@media screen and (max-width: 960px) {
		.contact-form-inner {
			margin: 0 auto;
			padding: 0;
		}
		.form-item {
			display: flex;
			flex-direction: column;
		}
		.form-item label {
			flex-basis: 100%;
			justify-content: left;
		}
	 .form-item label br {
		 display: none;
	}
		.form-item > span {
			width: 100%;
		}
		.form-item input{
			height: 45px;
			width: 100%;
		}
		.form-item .form-flex {
			width: 100%;
		}
		.form-item textarea {
			min-height: 200px;
		}
		.last-check {
			margin-top: 15px;
		}
		.send-btn {
			margin-top: 20px;
		}
		.send-btn input{
			height: 60px;
		}
	.your-subject span.wpcf7-list-item {
		width: 100%;
		margin-left: 0;
	}
	.your-subject input {
		height: 30px !important;
	}
	p.contact-tel-number {
		font-size: 30px;
	}
}