@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
*/
/* -------------------------------------------------------------
 ヘッダー 
---------------------------------------------------------------*/
.raleway {
  font-family: "Raleway", sans-serif;
  font-style: normal;
}

/* -------------------------------------------------------------
 ヘッダー 
---------------------------------------------------------------*/
/* logo */
h1.c-headLogo.-img {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
}
h1.c-headLogo.-img:after {
	content: "";
	display: inline-block;
	width: 103px;
	height: 25px;
	background-image: url(https://test10.nino-create.com/wp-content/uploads/2024/08/logo-recruit.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
/* ヘッダーメニュー */
.c-gnav>.menu-item>a .ttl {
	font-size: 15px;
	font-family: "Raleway", sans-serif;
  font-style: normal;
}
span.c-smallNavTitle.desc {
	color: #FFF;
	opacity: 1;
}
.c-gnav {
	align-items: center;
}
/* EVENT ENTRYボタン */
.l-header .c-gnav>li>a:after {
	background: none;
}
.c-gnav>.menu-item.menu-btn {
	display: flex;
	align-items: center;
}
.c-gnav>.menu-item>a {
	padding: 0 20px;
	font-weight: 600;
}
.c-gnav>.menu-item.menu-btn a{
	padding: 10px 40px;
	background-color: #FFFFFF;
	color: #333;
	height: auto;
	border-radius: 30px;
	border: 2px solid #ffffff;
	position: relative;
	box-shadow: 0px 3px 18px #38454B2B;
}
.c-gnav>.menu-item.menu-btn.menu-event a{
	background-color: rgba(0,0,0,0);
	color: #FFFFFF;
}
.c-gnav>.menu-item.menu-btn.menu-event {
	margin-right: 20px;
}
.c-gnav>.menu-item.menu-btn a:before {
	font: var(--fa-font-solid);
  content: "\f054";
/* 	display: inline-blick; */
	font-size: 13px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
/* -------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------*/
.p-mainVisual__slideTitle {
	font-size: 5em;
	font-weight: bold;
}
.p-mainVisual__slideText {
	font-size: 24px;
	letter-spacing: 5px;
	 font-family: "Raleway", sans-serif;
  font-style: normal;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.p-mainVisual__slideTitle {
		font-size: 1.7em;
	}
	.p-mainVisual__slideText {
		font-size: 16px;
		letter-spacing: 2px;
	}
}
/* circleバナー */
.circle-banner-outer {
    position: fixed;
    bottom: 45px;
    right: 68px;
    z-index: 999;
}
.circle-banner-inner {
	width: 190px;
	height: 190px;
	border-radius: 95px;
	background-color: #FFFFFF;
	position: relative;
}
.circle-banner-inner:before {
	content: "";
	display: inline-block;
	width: 168px;
	height: 168px;
	background-image: url(https://test10.nino-create.com/wp-content/uploads/2024/08/text-circle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .3s;
}
.circle-banner-inner p {
	text-align: center;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-45%);
	font-weight: bold;
	font-size: 19px;
}
.circle-banner-inner p:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 15px;
	background-image: url(https://test10.nino-create.com/wp-content/uploads/2024/08/circle-banner-arrow-1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.circle-banner-inner:hover:before {
	transform: translate(-50%,-50%) rotate(360deg);
	transition: .3s;
}
.circle-banner-inner:hover p:after {
	width: 70px;
	height: 20px;
	transition: .3s;
}
.circle-banner-inner a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.circle-banner-outer {
		bottom: 20px;
		right: 20px;
	}
	.circle-banner-inner {
		width: 100px;
		height: 100px;
	}
	.circle-banner-inner:before {
		width: 90px;
		height: 90px;
	}
	.circle-banner-inner p {
		font-size: 12px;
		white-space: nowrap;
	}
	.circle-banner-inner p:after {
		display: inline-block;
		width: 25px;
		height: 8px;
		bottom: -15px;
	}
	.circle-banner-inner:hover p:after {
		width: 30px;
		height: 10px;
	}
}
/* -------------------------------------------------------------
トップページコンテンツ
---------------------------------------------------------------*/
/* トップメッセージ */
p.toppage-top-mess {
	font-size: 20px;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	p.toppage-top-mess {
		font-size: 16px;
		text-align: left;
	}
}
/* about us */
#top-aboutus .swell-block-columns__inner {
	justify-content: flex-end;
}
.top-aboutus-txt-area {
	max-width: 590px;
}
h2.wp-block-heading.top-aboutus-ttl {
	font-size: 6em;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 11px;
}
p.top-aboutus-ttl-label {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 70px;
}
p.top-aboutus-txt {
	font-size: 20px;
	line-height: 50px;
	font-weight: 500;
}
.top-aboutus-link-unit {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 1180px;
	margin: 0 auto 4em;
}
a.top-aboutus-link {
	display: block;
	flex-basis: 45%;
	color: #333;
	max-width: 570px;
	border-bottom: 2px solid #CBD1DB;
	padding-bottom: 18px;
	position: relative;
}
a.top-aboutus-link:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 14px;
	background-image: url(https://test10.nino-create.com/wp-content/uploads/2024/08/btn-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.top-aboutus-link p {
	font-size: 30px;
	line-height: 1.4;
	font-weight: 500;
}
.top-aboutus-link p span {
	font-weight: 600;
	font-size: 16px;
	color: #CBD1DB;
}
@media screen and (max-width: 960px) {
	#top-aboutus {
		padding-right: 20px;
		padding-left: 20px;
	}
	#top-aboutus .swell-block-columns__inner {
		justify-content: flex-start;
	}
	.top-aboutus-txt-area {
		max-width: 100%;
	}
	h2.wp-block-heading.top-aboutus-ttl {
		font-size: 4em;
	}
	p.top-aboutus-ttl-label {
		margin-bottom: 20px;
	}
	p.top-aboutus-txt {
		font-size: 16px;
		line-height: 2em;
	}
	.top-aboutus-link-unit {
		margin: 0 auto 4em;
	}
	a.top-aboutus-link {
		max-width: 100%;
		border-bottom: 1px solid #CBD1DB;
		padding-bottom: 10px;
	}
	.top-aboutus-link p {
		font-size: 1.5em;
	}
	.top-aboutus-link p span {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.top-aboutus-link-unit {
		flex-direction: column;
		margin: 0 auto 4em;
	}
	a.top-aboutus-link {
		flex-basis: 100%;
	}
}
/* ボタンデザイン１ */
.btn-design1 {
	max-width: 1180px;
	margin: 0 auto;
}
.btn-design1 .wp-block-button a {
	padding: 10px 100px;
	font-size: 22px;
	position: relative;
	background-color: #FFFFFF;
	color: #333333 !important;
	font-weight: 600;
	box-shadow: 0px 3px 18px #38454B2B;
}
.btn-design1 .wp-block-button a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 14px;
	background-image: url(https://test10.nino-create.com/wp-content/uploads/2024/08/btn-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.btn-design1 .wp-block-button a {
		padding: 5px 50px;
		font-size: 18px;
	}
	.btn-design1 .wp-block-button a:after {
		width: 5px;
		height: 10px;
		right: 15px;
	}
}
/* 社風について */
#top-ourvalue {
	padding-top: 200px !important;
	padding-bottom: 200px !important;
}
p.top-ourvalue-ttl-label {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 70px;
}
h2.wp-block-heading.top-ourvalue-ttl {
	font-size: 6em;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 11px;
}
p.top-ourvalue-txt {
		font-size: 20px;
	line-height: 50px;
	font-weight: 500;
}
.top-aboutus-link.ourvalue p {
}
a.top-aboutus-link.ourvalue:after {
	background-image:url(https://test10.nino-create.com/wp-content/uploads/2024/08/btn-arrow-white.png)
}
@media screen and (max-width: 960px) {
	#top-ourvalue {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	h2.wp-block-heading.top-ourvalue-ttl {
		font-size: 4em;
	}
	p.top-ourvalue-txt {
			font-size: 16px;
		line-height: 2em;
	}
}
/*　スクロールで背景変化 */
#top-ourvalue.js-target {
  background-color: #F2F2F2 !important;
}
#top-ourvalue.js-target * {
	color: #333333 !important;
}
#top-ourvalue.js-target.is-active {
  background-color: #3F4753 !important;
	transition: .5s;
}
#top-ourvalue.js-target.is-active * {
	color: #FFFFFF !important;
	transition: .5s;
}
#top-ourvalue.js-target.is-active .btn-design1 .wp-block-button a {
	color: #333333 !important;
}
/* MEMBERS */
.top-members-txt-area {
	max-width: 559px;
}
#top-members .swell-block-columns__inner {
	justify-content: flex-end;
}
h2.wp-block-heading.top-members-ttl {
	font-size: 4em;
	font-weight: 600;
	line-height: 1;
	margin-bottom: .5em !important;
}
p.top-members-ttl-label {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 70px;
}
p.top-members-txt {
	font-size: 20px;
	line-height: 50px;
	font-weight: 500;
}
@media screen and (max-width: 960px) {
	#top-members {
		padding-left: 20px;
		padding-right: 20px;
	}
	.top-members-txt-area {
		max-width: 100%;
	}
	#top-members .swell-block-columns__inner {
		justify-content: flex-start;
	}
	h2.wp-block-heading.top-members-ttl {
		font-size: 2.5em;
		line-height: 1.5;
	}
	p.top-members-txt {
		font-size: 16px;
		line-height: 2em;
	}
}
/* みてみて三谷 */
h2.wp-block-heading.top-hottag-ttl {
	font-size: 4.3em;
	font-weight: 600;
	line-height: 1;
	margin-bottom: .5em !important;
}
p.top-hottag-ttl-label {
		font-size: 20px;
	font-weight: bold;
}
.btn-design1.sp-show {
	display: none;
}
.btn-design1.sp-none {
	display: flex;
}
@media screen and (max-width: 960px) {
	h2.wp-block-heading.top-hottag-ttl {
		font-size: 4em;
	}
	p.top-hottag-ttl-label {
			font-size: 16px;
	}
	.btn-design1.sp-show {
		display: flex;
	}
	.btn-design1.sp-none {
		display: none;
	}
}
/* みてみて三谷スライダー */
a.post-link {
	color: #333;
}
.post-item {
	max-width: 271px;
}
.post-item figure img {
	border-radius: 14px 14px 0 0;
	vertical-align: bottom;
}
.post-item-body {
	background-color: #FFFFFF;
	padding: 15px;
	border-radius: 0 0 14px 14px;
}
.post-item-body h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-left: 0;
}
.post-item-body h3:before {
	content: none;
}
.post-item-body ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}
.post-item-body ul li {
	padding: 6px;
	border: 1px solid #000525;
	border-radius: 8px;
	margin: 0;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.post-item {
		max-width: 200px;
	}
	.post-item figure img {
		border-radius: 8px 8px 0 0;
	}
	.post-item-body {
		padding: 10px;
		border-radius: 0 0 8px 8px;
	}
	.post-item-body h3 {
		margin-bottom: 10px;
	}
	.post-item-body ul {
		gap: 5px;
	}
	.post-item-body ul li {
		padding: 3px;
		border-radius: 5px;
		font-size: 12px;
	}
}
/* Instagram */
#sb_instagram #sbi_images {
	display:flex;
/* 	gap: 0; */
}
.insta-ttl-group {
	text-align: center;
}
h2.wp-block-heading.top-insta-ttl {
	font-size: 3em;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}
h2.wp-block-heading.top-insta-ttl:before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	background-image: url(https://test10.nino-create.com/wp-content/uploads/2024/08/insta-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: static;
	margin-right: 20px;
}
p.top-insta-txt {
	font-size: 18px;
	font-weight: 500;
}
@media screen and (max-width: 960px) {
	h2.wp-block-heading.top-insta-ttl {
		font-size: 2.5em;
	}
	h2.wp-block-heading.top-insta-ttl:before {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	p.top-insta-txt {
		font-size: 16px;
	}
}
#top-instagram .swiper{
	margin-bottom: 3em;
}
/* #sb_instagram #sbi_images .sbi_item {
}
#top-instagram {
}
#top-instagram .swiper-wrapper {
}
#top-instagram .swiper{
}
#top-instagram .swiper-slide {
}
#top-instagram .swiper-slide img {
} */
/* わくわくを始めよう */
div#wakuwaku {
	position: relative;
	overflow: hidden;
	padding-top: 0 !important;
	padding-bottom: 100px !important;
}
.video-area::before {
	content: "";
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.wakuwaku-back-movie-area {
	position: absolute;
	width: 100%;
	height: 100%;
	height: 100vh;
	top: 0;
	z-index: -2;
}
	.wakuwaku-back-movie.wp-block-video{
	 height: 100%;
  height: 100vh; 
  width: 100%;
	}
	.wakuwaku-back-movie.wp-block-video video{
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
	object-fit: fill;
	}
h2.wp-block-heading.wakuwaku-ttl {
	font-size: 5em;
	color: #FFFFFF;
	padding-top: 100px !important;
}
p.wakuwaku-txt {
	font-size: 20px;
	color: #FFFFFF;
}
.wakuwaku-item-unit {
	max-width: 1200px;
	margin: 0 auto;
}
.wakuwaku-item-unit .swell-block-columns__inner {
	justify-content: space-between;
}
.wakuwaku-item {
	background-color: #FFFFFF;
	padding: 40px 0 !important;
	border-radius: 8px;
	max-width: 584px;
	box-shadow: 0px 3px 18px #38454B2B;
}
h3.wp-block-heading.wakuwaku-item-ttl {
	font-size: 1.7em;
	margin-bottom: 30px;
}
p.wakuwaku-item-txt {
	font-size: 18px;
	font-weight: 500;
}
.wakuwaku-item .btn-design1 .wp-block-button a {
	background-color: #333;
	color: #FFFFFF !important;
}
.wakuwaku-item .btn-design1 .wp-block-button a:after {
	background-image: url(https://test10.nino-create.com/wp-content/uploads/2024/08/view-white-arrow.png);
}
@media screen and (max-width: 960px) {
	div#wakuwaku {
		padding-bottom: 50px !important;
	}
	h2.wp-block-heading.wakuwaku-ttl {
		font-size: 3em;
		padding-top: 50px !important;
	}
	p.wakuwaku-txt {
		font-size: 16px;
	}
	.wakuwaku-item-unit {
		padding: 0 		20px;
	}
	.wakuwaku-item-unit	.swell-block-columns__inner {
		justify-content: center;
	}
	.wakuwaku-item {
		padding: 20px 10px !important;
	}
	h3.wp-block-heading.wakuwaku-item-ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	p.wakuwaku-item-txt {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
		h2.wp-block-heading.wakuwaku-ttl {
		font-size: 2em;
		padding-top: 50px !important;
	}
		p.wakuwaku-txt {
			padding: 0 20px;
	}
}
/* ページ下部エントリー */
div#bottom-entry {
	position: relative;
}
h2.wp-block-heading.bottom-entry-ttl {
	font-size: 5em;
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
h2.wp-block-heading.bottom-entry-ttl a{
	color: #FFFFFF;
	display: flex;
	align-items: center;
}
h2.wp-block-heading.bottom-entry-ttl a:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 27px;
	background-image: url(https://test10.nino-create.com/wp-content/uploads/2024/08/entry-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: static;
	margin-left: 50px;
}
p.bottom-entry-txt {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 500;
}
.wakuwaku-flow-txt-outer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
p.wakuwaku-flow-txt {
	font-size: 210px;
	white-space: nowrap;
	color: rgba(255,255,255,.16);
	font-weight: 700;
	animation: marquee-left 300s linear infinite;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	h2.wp-block-heading.bottom-entry-ttl {
		font-size: 3em;
	}
	h2.wp-block-heading.bottom-entry-ttl a:after {
		margin-left: 30px;
	}
	p.bottom-entry-txt {
		font-size: 16px;
	}
}
/* アニメーション */
@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}
/* フッター */
.top #content {
	margin-bottom: 0;
	padding-top: 0;
}
.w-beforeFooter {
	margin: 0 !important;
}
.l-container.w-footer.-col1 {
	margin: 0;
	padding: 0;
}
.w-footer__box {
	padding: 0;
}
.l-footer__widgetArea {
	padding: 0;
}
.l-footer__foot {
	display: none;
}
#footer-area {
	position: relative;
	overflow: hidden;
}
.footer-area-unit {
	max-width: 1180px;
	margin: 0 auto 40px;;
	position: relative;
	padding-top: 50px;
}
.footer-nav-area {
	display: flex;
	justify-content: space-between;
}
.footer-nav-unit {
	width: 30%;
}
.footer-nav-unit a {
	display: block;
	color: #000525;
}
p.parent-nav {
	margin-bottom: 30px;
 	border-bottom: 1px solid #222222;
}
p.parent-nav a{
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
}
p.child-nav {
	margin-bottom: 10px;
}
p.child-nav a {
	font-size: 13px;
	font-weight: 500;
	padding-left: 10px;
}
p.parent-nav.marg10{
	margin-bottom: 10px;
}
p.child-nav.marg30{
	margin-bottom: 30px;
}
p.child-nav.marg0{
	margin-bottom: 0px;
}
.footer-back-movie {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: -1;
	height: 100%;
}
.footer-back-movie:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.4);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.footer-foot {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.footer-foot-links {
	display: flex;
}
.footer-foot-links p:first-child {
	margin-right: 35px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-foot-links a {
	font-size: 12px;
	font-weight: 500;
	color: #000525;
}
.footer-foot-links p:first-child a {
	border-bottom: 1px solid #222222;
}
.footer-foot-links p:first-child:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(https://test10.nino-create.com/wp-content/uploads/2024/08/site-link.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
p.copy-txt {
	font-size: 11px;
	font-weight: 600;
}
@media screen and (max-width: 600px) {
	.footer-area-unit .swell-block-columns__inner {
		gap: 50px;
	}
	.wp-block-image.footer-logo {
		display: flex;
		align-content: center;
		justify-content: center;
	}
	.footer-nav-area {
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.footer-nav-unit {
		width: 100%;
	}
	.footer-nav-unit.unit-2,
	.footer-nav-unit.unit-3{
		margin-top: 20px;
	}
	p.parent-nav {
		margin-bottom: 20px;
	}
	p.child-nav.marg30{
		margin-bottom: 20px;
	}
	.footer-back-movie video {
		object-fit: fill !important;
		height: 100%;
	}
	.footer-foot {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 20px;
		gap: 20px;
	}
	.footer-foot-links p:first-child {
		margin-right: 25px;
		gap: 5px;
	}
}
/* インスタ広告非表示 */
.sb-callout-ctn[data-type="frontend"] {
	display: none;
}
/*  ---------------------------------------------------
下層ページタイトルエリア 共通
-----------------------------------------------------*/
/* footer前の余白削除 */
div#content {
    margin-bottom: 0;
}
/*　下層ページヘッダー */
.l-header, .l-header__inner {
	max-width: 100%;
}
.page-id-12 header#header,
.page-id-14 header#header,
.page-id-16 header#header,
.page-id-18 header#header,
.page-id-20 header#header,
.archive header#header,
.single header#header{
	background: #F2F2F2;
}
.page-id-12 .-img .c-headLogo__link img,
.page-id-14 .-img .c-headLogo__link img,
.page-id-16 .-img .c-headLogo__link img,
.page-id-18 .-img .c-headLogo__link img,
.page-id-20 .-img .c-headLogo__link img,
.archive .-img .c-headLogo__link img,
.single .-img .c-headLogo__link img{
	opacity: 0;
}
.page-id-12 .-img .c-headLogo__link,
.page-id-14 .-img .c-headLogo__link,
.page-id-16 .-img .c-headLogo__link,
.page-id-18 .-img .c-headLogo__link,
.page-id-20 .-img .c-headLogo__link,
.archive .-img .c-headLogo__link,
.single .-img .c-headLogo__link{
	position: relative;
}
.page-id-12 .-img .c-headLogo__link:after,
.page-id-14 .-img .c-headLogo__link:after,
.page-id-16 .-img .c-headLogo__link:after,
.page-id-18 .-img .c-headLogo__link:after,
.page-id-20 .-img .c-headLogo__link:after,
.archive .-img .c-headLogo__link:after,
.single .-img .c-headLogo__link:after{
	content: "";
	display:inline-block;
	width: 100%;
	height: 100%;
	background-image: url(https://test10.nino-create.com/wp-content/uploads/2024/08/page-logo1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.page-id-12 div.c-headLogo.-img,
.page-id-14 div.c-headLogo.-img,
.page-id-16 div.c-headLogo.-img,
.page-id-18 div.c-headLogo.-img,
.page-id-20 div.c-headLogo.-img,
.archive div.c-headLogo.-img,
.single div.c-headLogo.-img{
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
}
div.c-headLogo.-img:after {
	content: "";
	display: inline-block;
	width: 103px;
	height: 25px;
	background-image: url(https://test10.nino-create.com/wp-content/uploads/2024/08/recruit-logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.page-id-12 span.c-smallNavTitle.desc,
.page-id-14 span.c-smallNavTitle.desc,
.page-id-16 span.c-smallNavTitle.desc,
.page-id-18 span.c-smallNavTitle.desc,
.page-id-20 span.c-smallNavTitle.desc,
.archive span.c-smallNavTitle.desc,
.single span.c-smallNavTitle.desc {
	color: #333;
}
.page-id-12 .c-gnav>.menu-item.menu-btn.menu-event a,
.page-id-14 .c-gnav>.menu-item.menu-btn.menu-event a,
.page-id-16 .c-gnav>.menu-item.menu-btn.menu-event a,
.page-id-18 .c-gnav>.menu-item.menu-btn.menu-event a,
.page-id-20 .c-gnav>.menu-item.menu-btn.menu-event a,
.archive .c-gnav>.menu-item.menu-btn.menu-event a,
.single .c-gnav>.menu-item.menu-btn.menu-event a{
	background-color: rgba(0,0,0,0);
	color: #333333;
	border: 2px solid #333;
}
.c-gnav>.menu-item.menu-btn.menu-entry a{
	background-color: rgba(0,0,0);
	color: #FFFFFF;
	border: 2px solid #333;
}
/* フィルター解除 */
.c-filterLayer.-texture-dot:after,
.l-topTitleArea.c-filterLayer::before{
	content: none;
}
/* 画像透明化 */
img.l-topTitleArea__img.c-filterLayer__img.u-obf-cover {
	opacity: 0;
}
/* タイトル */
@media screen and (min-width: 600px) {
	.l-topTitleArea {
		min-height: 300px;
	}
}
h1.c-pageTitle {
	position: relative;	
	display: flex;
	flex-direction: column;
	font-size: 20px;
	color: #333;
}
h1.c-pageTitle:before {
	content: "";
	font-size: 100px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
	font-weight: 500;
}
.page-id-12 h1.c-pageTitle:before {
	content: "ABOUT US";
}
.page-id-14 h1.c-pageTitle:before {
	content: "OUR\AVALUE";
	white-space: pre;
	line-height: 1;
}
.page-id-16 h1.c-pageTitle:before {
	content: "MEMBERS";
}
.page-id-18 h1.c-pageTitle:before {
	content: "#HOT TAG";
}
.page-id-20 h1.c-pageTitle:before {
	content: "RECRUIT INFO/FAQ";
}
.archive h1.c-pageTitle:before {
	content: "#HOT TAG";
}
#top_title_area:before {
	content: "";
	white-space: nowrap;
	font-size: 13em;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	z-index:1;
	background-color: rgba(0,0,0,0);
	opacity: 1;
	width: auto;
	height: auto;
	  font-family: "Raleway", sans-serif;
  font-style: normal;
	font-weight: 200;
	animation: marquee-left 100s linear infinite;
}
.page-id-12 #top_title_area:before {
	content: "OUR VALUE OUR VALUE OUR VALUE";
}
.page-id-14 #top_title_area:before {
	content: "OUR VALUE OUR VALUE OUR VALUE";
}
.page-id-16 #top_title_area:before {
	content: "MEMBERS MEMBERS MEMBERS";
}
.page-id-18 #top_title_area:before {
	content: "#HOT TAG #HOT TAG #HOT TAG";
}
.page-id-20 #top_title_area:before {
	content: "RECRUIT INFO/FAQ RECRUIT INFO/FAQ";
}
.archive #top_title_area:before {
	content: "#HOT TAG #HOT TAG #HOT TAG";
}
@media screen and (max-width: 960px) {
	h1.c-pageTitle {
		font-size: 20px;
	}
	h1.c-pageTitle:before {
		font-size: 60px;
	}
	#top_title_area:before {
		font-size: 8em;
	}
}
@media screen and (max-width: 768px) {
		h1.c-pageTitle {
		font-size: 18px;
	}
	h1.c-pageTitle:before {
		font-size: 3em;
	}
}
/*  ---------------------------------------------------
 私たちについて
-----------------------------------------------------*/
/* ボタン */
.btn-design1.aboutus .wp-block-button a {
	font-size: 18px;
	padding: 10px 50px;
}
@media screen and (max-width: 768px) {
	.btn-design1.aboutus .wp-block-button a {
		font-size: 16px;
	}
}
/* トップメッセージ */
#aboutus-topmess {
	padding-top: 0 !important;
	position: relative;
}
h2.wp-block-heading.aboutus-topmess-ttl {
	font-size: 4em;
	margin-bottom: 46px;
}
p.aboutus-topmess-txt {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
	#aboutus-topmess {
		padding-left: 20px;
		padding-right: 20px;
	}
	h2.wp-block-heading.aboutus-topmess-ttl {
		font-size: 2em;
		margin-bottom: 30px;
	}
	p.aboutus-topmess-txt {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
		h2.wp-block-heading.aboutus-topmess-ttl {
			font-size: 1.5em;
		}
		p.aboutus-topmess-txt {
			text-align: left;
		}
}
/* 非鉄金属を知る */
#aboutus-product .swell-block-columns__inner,
#sincerity .swell-block-columns__inner, 
#transformation .swell-block-columns__inner {
	justify-content: flex-end;
}
.aboutus-section-txt-area {
	max-width: 590px;
}
h2.wp-block-heading.aboutus-section-ttl {
	font-size: 4em;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 40px;
}
p.aboutus-section-ttl-label {
	font-size: 20px;
	font-weight: bold;
/* 	margin-bottom: 70px; */
}
p.aboutus-section-txt {
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
}
#aboutus-product:before {
	content: "PRODUCT";
	color: #FFFFFF;
	font-size: 170px;
	font-weight: 200;
 font-family: "Raleway", sans-serif;
 font-style: normal;
	white-space: nowrap;
	position: absolute;
	bottom: 30px;
	line-height: 1;
}
@media screen and (max-width: 960px) {
	#aboutus-product,
	#sincerity,
	#transformation {
		padding-left: 20px;
		padding-right: 20px;
	}
	#aboutus-product .swell-block-columns__inner
#sincerity .swell-block-columns__inner, 
#transformation .swell-block-columns__inner {
		justify-content: flex-start;
	}
	.aboutus-section-txt-area {
		max-width:100%;
	}
	h2.wp-block-heading.aboutus-section-ttl {
		font-size: 2em;
		margin-bottom: 30px;
	}
	p.aboutus-section-ttl-label {
		font-size: 18px;
	}
	p.aboutus-section-txt {
		font-size: 16px;
		line-height: 1.8;
	}
	#aboutus-product:before {
		font-size: 110px;
		bottom: auto;
	}
}
@media screen and (max-width: 768px) {
	h2.wp-block-heading.aboutus-section-ttl {
		font-size: 2em;
		margin-bottom: 30px;
	}
	p.aboutus-section-ttl-label {
		font-size: 18px;
	}
	p.aboutus-section-txt {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 0px !important;
	}
	#aboutus-product:before {
		font-size: 110px;
		left: 0;
	}
	#aboutus-product .btn-design1 {
		margin-top: 2em !important;
	}
}
/* 製品の利用分野を知る */
#applicartion-usage {
	position: relative;
}
#applicartion-usage:before {
	content: "APPLICATION USAGE";
	color: #FFFFFF;
	font-size: 170px;
	font-weight: 200;
 font-family: "Raleway", sans-serif;
 font-style: normal;
	white-space: nowrap;
	position: absolute;
	bottom: 30px;
	left: -50px;
	line-height: 1;
}
.appusage-section-txt-area {
	max-width: 520px;
}
.applicationusage-content-area {
	max-width: 
}
@media screen and (max-width: 960px) {
	#applicartion-usage:before {
		font-size: 110px;
		bottom: auto;
		left: 0px;
	}
	.appusage-section-txt-area {
		max-width: 100%;
	}
 }
@media screen and (max-width: 768px) {
	.appusage-section-txt-area {
		order: 1;
	}
	.appusage-section-image-area {
		order: 2;
	}
}
/* 職種を知る */
#jobroles {
	position: relative;
}
#jobroles:before {
	content: "JOB INFORMATION";
	color: #FFFFFF;
	font-size: 170px;
	font-weight: 200;
 font-family: "Raleway", sans-serif;
 font-style: normal;
	white-space: nowrap;
	position: absolute;
	bottom: 30px;
	left: 0;
	line-height: 1;
	z-index: 1;
}
.jobroles-ttl-area {
	position: relative;
}
.btn-design1.jobroles {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
p.aboutus-section-subttl {
	font-size: 22px;
	font-weight: 600;
}
figure.jobroles-image {
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 960px) {
	#jobroles:before {
		font-size: 110px;
		bottom: auto;
	}
	#jobroles	.btn-design1 {
		margin-top: 2em !important;
	}
	p.aboutus-section-subttl {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	#jobroles {
		padding-bottom: 20px !important;
	}
}
/* 数字で三谷商事を知る */
#mitaninumbers {
  margin: 0 calc(50% - 48vw) 100px;
  width: 96vw;
  left: 0;
  border-radius: 30px;
}
.mitaninumbers-group {
	max-width: 1181px;
	margin: 0 auto;
}
.mitaninumbers-group img {
	box-shadow: 0px 3px 18px #38454B2B;
}
/*  ---------------------------------------------------
社風について
-----------------------------------------------------*/
/* 仕事を楽しもう */
#ourvalue-message {
  margin: 0 calc(50% - 48vw) 100px;
  width: 96vw;
  left: 0;
  border-radius: 30px;
}
h2.wp-block-heading.ourvalue-section-ttl {
    font-size: 4em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
}
.ourvalue-message-column {
	max-width: 1067px;
	margin: 0 auto;
}
.ourvalue-message-txt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
}
.ourvalue-message-name-txt {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2px;
}
.ourvalue-message-name-txt span {
	font-size: 30px;
	margin-left: 15px;
}
@media screen and (max-width: 960px) {
	#ourvalue-message {
		padding-right:20px;
		padding-left: 20px;
	}
	h2.wp-block-heading.ourvalue-section-ttl {
			font-size: 2em;
			margin-bottom:30px;
	}
	.ourvalue-message-txt {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.8;
	}
	.ourvalue-message-name-txt {
		font-size: 18px;
		letter-spacing: 1px;
	}
	.ourvalue-message-name-txt span {
		font-size: 25px;
		margin-left: 10px;
	}
}
@media screen and (max-width: 768px) {
	.ourvalue-message-txt {
		font-size: 16px;
		line-height: 1.7;
	}
	.ourvalue-message-name-txt {
		font-size: 18px;
	}
	.ourvalue-message-name-txt span {
		font-size: 25px;
		margin-left: 10px;
	}
	.ourvalue-message-image-area {
		order: 1;
	}
	.ourvalue-message-txt-area {
		order: 2;
	}
}
/* 2カラムの部分 */
#aboutus-product .challenge-column .swell-block-columns__inner {
	justify-content: flex-start;
}
#aboutus-product.ourvalue-style1:before,
#aboutus-product.ourvalue-style2:before,
#aboutus-product.ourvalue-style3:before{
	content: none;
}
#aboutus-product.ourvalue-style1,
#aboutus-product.ourvalue-style2,
#aboutus-product.ourvalue-style3{
	position: relative;
}
p.ourvalue-backflow-txt {
	font-size: 170px;
	font-weight: 100;
	font-style: italic;
	color: #FFFFFF;
	line-height: 0;
	position: absolute;
	bottom: -50px;
	z-index: -1;
}
p.ourvalue-backflow-txt span {
	font-size: 2em;
}
p.ourvalue-backflow-txt.style-2 {
	right: -30px;
}
@media screen and (max-width: 960px) {
	p.ourvalue-backflow-txt {
		font-size: 100px;
	}
}
@media screen and (max-width: 768px) {
	p.ourvalue-backflow-txt {
		font-size: 70px;
		bottom: auto;
		top: -30px;
		right: 0;
	}
	p.ourvalue-backflow-txt.style-2 {
		right: -0px;
	}
	.order-change-1 {
		order:1;
	}
	.order-change-2 {
		order: 2;
	}
}
.archive div#top_title_area {
    display: flex;
	    align-items: center;
    margin: 0;
    overflow: hidden;
    padding: 1.5em 0;
    position: relative;
    width: 100%;
			min-height: 300px;
	z-index: 2;
}
.archive #top_title_area:before {
	z-index: -1;
}
.archive .l-topTitleArea__body.l-container {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.archive div#top_title_area {
				min-height: 200px !important;
	}
}
/* ------------------------------------------------
HOTTAG
-------------------------------------------------- */
#hottag-outer {
	padding-right: 20px;
	padding-left: 20px;
}
.hottag-top-mess {
	max-width: 1200px;
	margin: 0 auto 3em;;
}
.hottag-top-mess p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
}
@media screen and (max-width: 768px) {
	.hottag-top-mess p {
		font-size: 16px;
		line-height: 1.7;
	}
}
/* タグエリア */
.hottag-area {
	max-width: 1200px;
	margin: 0 auto 3em;
}
.hottag-area ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.hottag-area ul li {
	border: 1px solid #333;
	border-radius: 8px;
	padding: 6px 20px;
	transition: .3s;
}
.hottag-area ul li a {
	color: #333;
	transition: .3s;
}
.hottag-area ul li.current {
	color: #FFFFFF;
	background-color: #333;
}
.hottag-area ul li:hover{
	background-color: #333;
	transition: .3s;
}
.hottag-area ul li:hover a {
	color: #ffffff;
	transition: .3s;
}
@media screen and (max-width: 768px) {
	.hottag-area ul li {
		padding: 6px 10px;
	}
}
/* 記事エリア */
.hottag-post-area {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.hottag-post-area a{
	display: block;
	max-width: 270px;
	background-color: #FFFFFF;
	border-radius: 0 0 8px 8px ;
}
.hottag-post-item figure img{
	border-radius: 8px 8px 0 0;
}
.hottag-post-item-body {
	padding: 15px;
}
.hottag-post-item-body h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
}
.hottag-post-item-body ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.hottag-post-item-body ul li {
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #333;
	border-radius: 8px;
	padding: 6px;
}
.page-id-18 div#hottag-outer {
	margin-bottom: 3em !important;
}
@media screen and (max-width: 960px) {
	.hottag-post-area {
		justify-content: center;
		gap: 20px;
	}
	.hottag-post-area a{
		width: 50%;
	}
	.hottag-post-item-body {
		padding: 10px;
	}
	.hottag-post-item-body h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.hottag-post-item-body ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.hottag-post-item-body ul li {
		padding: 4px;
	}
}
@media screen and (max-width: 768px) {
	.hottag-post-area a{
		width: 100%;
		max-width: 100%
	}
}
/* ------------------------------------------------
HOTTAGアーカイブ
-------------------------------------------------- */
.archive div#top_title_area {
    display: flex;
	    align-items: center;
    margin: 0;
    overflow: hidden;
    padding: 1.5em 0;
    position: relative;
    width: 100%;
			min-height: 300px;
	z-index: 2;
}
.archive #top_title_area:before {
	z-index: -1;
}
.archive .l-topTitleArea__body.l-container {
	width: 100%;
}
/* ------------------------------------------------
社員紹介
-------------------------------------------------- */
/* トップメッセージ */
p.member-top-mess {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
}
/* 社員紹介 */
.member-main-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}
.member-item-unit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.member-item {
	width: calc(50% - 15px);
	background-color: #FFFFFF;
	padding: 30px;
	border-radius: 14px;
}
.member-item-head {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.member-item-head figure {
	margin-right: 20px;
}
.member-item-head h2 {
	margin-top: 0;
	background: none;
	color: #333;
	font-size: 23px;
	font-weight: 500;
	padding: 0;
}
.member-item-head h2:before {
	content: none;
}
.member-item-body {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
p.yakusyoku {
	font-size: 16px;
	background-color: #F2F2F2;
	border-radius: 7px;
	padding: 3px 10px;
	margin-right: 15px;
}
p.name {
	font-size: 30px;
	font-weight: 500;
	margin-right: 15px;
}
p.nyusya {
	font-size: 14px;
}
.member-item-bottom dl dt {
	font-size: 20px;
	margin-bottom: 15px;
	padding-top: 20px;
}
.member-item-bottom dl dd {
	padding-bottom: 20px;
	border-bottom: 1px solid #CBD1DB;
}
.member-item-bottom dl dt:first-child {
	padding-top: 0;
}
.member-item-bottom dl dd:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
@media screen and (max-width: 960px) {
	/* トップメッセージ */
	p.member-top-mess {
		font-size: 18px;
		line-height: 1.7;
	}
	/* 社員紹介 */
	.member-item {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	/* トップメッセージ */
	p.member-top-mess {
		font-size: 16px;
	}
	/* 社員紹介 */
	.member-item {
		padding: 15px;
	}
	.member-item-head {
		margin-bottom: 10px;
	}
	.member-item-head figure {
		margin-right: 10px;
		max-width: 100px;
	}
	.member-item-head h2 {
		font-size: 18px;
	}
	.member-item-body {
		margin-bottom: 10px;
	}
	p.yakusyoku {
		font-size: 14px;
		margin-right: 10px;
	}
	p.name {
		font-size: 25px;
		margin-right: 10px;
	}
	.member-item-bottom dl dt {
		font-size: 18px;
		margin-bottom: 5px;
		padding-top: 10px;
	}
	.member-item-bottom dl dd {
		padding-bottom: 10px;
		font-size: 14px;
	}
}
/* 本音アンケート */
#member-enquete {
	padding-right: 20px;
	padding-left: 20px;
}
.member-enquete-label {
	font-size: 20px;
	font-weight: 700;
}
.member-enquete-ttl-group {
	text-align: center;
}
h2.wp-block-heading.member-enquete-ttl {
	font-size: 4em;
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
}
h2.wp-block-heading.member-enquete-ttl:before {
	content: "";
	display: inline-block;
	width: 150px;
	height: 150px;
	background-image: url(https://test10.nino-create.com/wp-content/uploads/2024/08/enquete-ttl-label.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -70px;
	left: -140px;
}
p.member-enquete-top-txt {
	font-size: 20px;
	font-weight: 500;
}
@media screen and (max-width: 960px) {
	.member-enquete-label {
		font-size: 18px;
	}
	h2.wp-block-heading.member-enquete-ttl {
		font-size: 2em;
		margin-bottom: 30px;
	}
	h2.wp-block-heading.member-enquete-ttl:before {
		width: 100px;
		height: 100px;
		top: -90px;
		left: -60px;
	}
	p.member-enquete-top-txt {
		font-size: 18px;
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	p.member-enquete-top-txt {
		font-size: 16px;
	}
}
/* --------------------------------------------------
 募集要項・よくある質問
------------------------------------------------------  */
/* 募集要項 */
#recruit-info {
  margin: 0 calc(50% - 48vw) 100px;
  width: 96vw;
  left: 0;
  border-radius: 30px;
}
h2.is-style-section_ttl.recruit-info-ttl {
	font-size: 2.5em;
}
p.recruit-info-ttl-label  {
	font-size: 20px;
	font-weight: 700;
}
.recruit-info-table {
	max-width: 1200px;
	margin: 0 auto;
}
.wp-block-table>table {
    --swl-cell1-width: 15%;
}
.recruit-info-table * {
	border: none !important;
}
.recruit-info-table tr {
	border-bottom: 1px solid #CBD1DB !important;
}
.recruit-info-table tr td {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
}
.recruit-info-table tr td:first-child {
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	#recruit-info {
		padding-right: 10px;
		padding-left: 10px;
	}
	h2.is-style-section_ttl.recruit-info-ttl {
		font-size: 2em;
	}
	p.recruit-info-ttl-label  {
		font-size: 18px;
	}
	.wp-block-table>table {
			--swl-cell1-width: 10%;
	}
	.recruit-info-table tr td {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
	}
}
/* FAQ */
#faq {
	  margin: 0 calc(50% - 48vw) 100px;
  width: 96vw;
  left: 0;
  border-radius: 30px;
}
h2.is-style-section_ttl.faq-ttl {
	font-size: 2.5em;
}
p.faq-ttl-label  {
	font-size: 20px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	#faq {
		padding-right: 10px;
		padding-left: 10px;
	}
	h2.is-style-section_ttl.faq-ttl {
		font-size: 2em;
	}
	p.faq-ttl-label  {
		font-size: 18px;
	}
}
/* アコーディオン */
dl.swell-block-faq.recruit-faq {
	max-width: 1200px;
	margin: 0 auto;
}
.swell-block-faq__item {
	padding: 30px 0;
	border-bottom: 2px solid #CBD1DB;
	margin-top: 0 !important;
}
.swell-block-faq__item:hover {
	cursor: pointer;
}
.swell-block-faq .faq_q:before, .swell-block-faq .faq_a:before {
	content: none;
}
.swell-block-faq .faq_q {
	padding: 0;
}
.swell-block-faq .faq_q {
	display: flex;
	flex-direction: column;
	color: #000525;
	background-color: #FFF;
	font-size: 25px;
	font-weight: 500;
}
.swell-block-faq__item.open .faq_q {
	margin-bottom: 20px;
}
.swell-block-faq .faq_q span {
	font-size: 16px;
	color: #222222;
	margin-bottom: 10px;
}
.swell-block-faq .faq_a {
	padding: 0;
	border: none;
	font-size: 25px;
	font-weight: 500;
	color: #000525;
}
.faq_q {
    background-color: var(--color_main);
    color: #fff;
}
.faq_a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0s;
    padding: 0!important;
}
.faq_a.open {
    max-height: fit-content;
    padding: 0 !important;
	background-color: #FFFFFF;
}
.swell-block-faq .faq_q:before,
.swell-block-faq .faq_a:before {
    box-shadow: none;
    left: 1px;
}
.swell-block-faq .swell-block-faq__item+.swell-block-faq__item {
    position: relative;
}
.swell-block-faq__item .faq_q:after {
    content: "\e910";
    font-family: icomoon !important;
    color: #333;
    font-weight: bold;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 1em;
}
.swell-block-faq__item.open .faq_q:after {
    content: "\e910";
	   transform: translateY(-50%) rotate(-0deg);
	   color: 333;
}
@media screen and (max-width: 960px) {
	.swell-block-faq__item {
		padding: 20px 0;
		border-bottom: 1px solid #CBD1DB;
	}
	.swell-block-faq .faq_q {
		font-size: 18px;
	}
	.swell-block-faq__item.open .faq_q {
		margin-bottom: 20px;
	}
	.swell-block-faq .faq_q span {
		font-size: 14px;
	}
	.swell-block-faq .faq_a {
		font-size: 16px;
	}
}
/* sp-header-menu */
@media screen and (max-width: 960px) {
.p-spMenu__closeBtn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-spMenu__inner {
	padding-top: 60px;
}
.c-widget__title.-spmenu {
	display: none;
}
.p-spMenu__nav {
	margin-top: 0;
	padding-bottom: 0;
}
.p-spMenu__closeBtn .c-iconBtn__icon {
	color: #333;
}
	.c-iconBtn {
		width: auto;
	}
.p-spMenu__inner {
	width: 100%;
 margin-top: 0;
}
.-right .p-spMenu__inner {
	transform: translateX(100vw);
}
[data-spmenu=opened] .p-spMenu__inner {
	transform: translateX(0);
}
.p-spMenu__closeBtn {
	width:100%;
	height: 60px;
	box-shadow: 0px 3px 6px #00000029;
	display: flex;
	justify-content: space-between;
	padding: 7.5px 15px;
}
.p-spMenu__closeBtn::before {
	 content: "";
	display: block;
	width: 150px;
	height: 45px;
	background-image: url(https://test10.nino-create.com/wp-content/uploads/2024/08/page-logo1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.c-gnav .sub-menu a:before, .c-listMenu a {
	position: relative;
}
.p-spMenu__body {
	margin-top: 15px;
}
}