@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
*/


/* swell上書き
------------------------------------- */
:root {
	--swl-fz--content: 3.8vw;
}
@media (min-width:600px) {
	:root {
		--swl-fz--content: 16px;
	}
}

/* コンテンツ余白 */
.l-content {
	margin-bottom: 3em;
}
.l-content.l-container {
	padding-top: 3em;
}

/* ヘッダー */
.l-header__gnav .c-gnav li a,
.l-fixHeader__gnav .c-gnav li a {
	font-family: serif;
	font-weight: bold;
}
.l-header__gnav .c-gnav li a:hover,
.l-fixHeader__gnav .c-gnav li a:hover {
	background-color: #EB6306;
	color: #fff;
}
.c-headLogo a {
	width: 155.3px;
	height: 27.7px;
	background-image: url(img/logo-daimedia.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

/* フッター */
.l-footer__foot {
	padding-top: 0;
	padding-bottom: 2em;
}

/* コピーライトテキスト追加 */
.l-footer__foot .l-container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}

/* グローバルナビサブテキスト */
.c-smallNavTitle {
	font-size: 12px;
	opacity: .7
}

/* スマホメニュー 幅・スピード*/
.p-spMenu__inner {
	width: 400px;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
@media (max-width: 500px) {
	.p-spMenu__inner {
		width: 80%;
	}
}

/* パンくずフォントサイズ */
.p-breadcrumb__text {
	font-size: 13px;
}

/* アーカイブページタイトル */
.c-pageTitle {
	text-align: center;
	font-family: serif;
	font-size: 2em;
}
.c-pageTitle__subTitle {
	display: none;
}

/* ギャラリー */
.wp-block-gallery .wp-block-image {
	flex-grow: 0 !important;
}

/* 投稿リストブロックのカード型とサムネイル型を4列表示にする */
@media (min-width: 960px) {
	.-col4 .-type-card.-pc-col3 .p-postList__item,
	.-col4 .-type-thumb.-pc-col3 .p-postList__item {
		width: calc(100% / 4);
	}
}

/* misc */
.p-archiveContent.u-mt-40 {
	margin-top: 2em !important;
}
.p-termContent.l-parent {
	margin-top: 2em !important;
}
.-type-card .p-postList__body {
	padding-top: 0.6em;
}


/* 共通
------------------------------------- */
.full_wide {
	position: relative;
	left: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2);
	width: calc(100vw - var(--swl-scrollbar_width, 0px));
	max-width: 100vw !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.small {
	font-size: 87%;
	line-height: 1.5;
}
.text-nowrap {
	white-space: nowrap;
}
.w-500 {
	width: 100%;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.w-600 {
	width: 100%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.w-700 {
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.w-800 {
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.column-center .swell-block-columns__inner {
	justify-content: center !important;
}
.column-center.wp-block-columns {
	justify-content: center !important;
}
@media screen and (min-width: 600px) {
	.sp_only600 {
		display: none !important;
	}
}
@media screen and (max-width: 599px) {
	.pc_only600 {
		display: none !important;
	}
}
@media screen and (min-width: 750px) {
	.sp_only750 {
		display: none !important;
	}
}
@media screen and (max-width: 749px) {
	.pc_only750 {
		display: none !important;
	}
}
.bg-c01 {background-color: #FDF7E9;}
.bg-grad01 {background: linear-gradient(120deg, rgba(229,244,252,1) 0%, rgba(241,246,243,1) 71%, rgba(253,247,233,1) 100%) !important;}
.bg-grad02 {background: linear-gradient(120deg, rgba(250,230,221,1) 0%, rgba(253,245,226,1) 70%, rgba(254,252,228,1) 100%) !important;}
.bg-grad03 {background: linear-gradient(90deg, rgba(235, 101, 5, 1) 0%, rgba(243, 180, 3, 1) 100%) !important;}


/* 見出し
------------------------------------- */
.heading-1 {
	margin-bottom: 0.5em;
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
}
.heading-1 h2,
.heading-1 h3 {
	display: inline-block;
	font-weight: bold;
	margin: 0;
	background: linear-gradient(90deg, rgba(235, 101, 5, 1) 0%, rgba(243, 180, 3, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.heading-1 h3 {
	font-size: 25px;
}
.heading-1 .heading-1sub {
	display: block;
	font-size: 0.55em;
	font-weight: bold;
	font-family: serif;
	background: #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 599px) {
	.heading-1 {
		font-size: 7vw;
		text-align: center;
	}
	.heading-1 h3 {
		font-size: 5.5vw;
	}
}

/* ------------------------- */

.heading-2 {
	position: relative;
	font-size: 1.9rem;
	text-align: center;
	font-family: serif;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 1.1em;
}
.heading-2sub {
	display: block;
	margin: -0.6em 0 2em;
	font-size: 1.1rem;
	text-align: center;
	font-family: serif;
}
.heading-2::after {
	position: absolute;
	content: '';
	bottom: -0.36em;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 8em;
	height: 0.16em;
	background-image: linear-gradient(90deg, rgb(235, 88, 5) 50%, rgb(243, 182, 46) 50%);
}



/* ボタン
------------------------------------- */
a.dm-btn {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	padding: 0;
	border: none;
	color: #333;
	line-height: 1.2;
	transition: all 0.1s;
	text-decoration: none;
	background-color: #eee;
}

/* ------------------------- */

a.btn-1 {
	padding: 0.8em 3.5em 0.8em 2.5em;
	font-size: 0.9em;
	background-color: #FAE202;
	border-radius: 100vh;
	min-width: 10em;
}
a.btn-1::after {
	position: absolute;
	top: calc(50% - 0.55em);
	right: 1em;
	margin-left: 0.8em;
	font-family: icomoon;
	content: '\e921';
	display: inline-block;
}
a.btn-1:hover {
	background-color: #ffeb34;
}
@media screen and (max-width: 599px) {
	a.btn-1 {
		font-size: 3.5vw;
	}
}


/* テーブル
------------------------------------- */
.post_content .td_to_th_ tbody tr>:first-child,
.post_content tbody th {
	font-weight: normal;
}
.wp-block-table  td {
	border-color: #ccc !important;
}


/* reCAPTCHA
------------------------------------- */
.grecaptcha-badge {
	visibility: hidden;
}
.recaptcha_note {
	max-width: 550px;
	margin: 1rem auto;
	font-size: 14px;
}
.recaptcha_note a {
	text-decoration: underline;
}


/* レイアウト
------------------------------------- */
.dm-content {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.dm-container {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 20px;
}
@media screen and (max-width: 599px) {
	.dm-content {
		padding: 0 1.3em;
	}
	.dm-container {
		padding: 0 1.3em;
	}
}

/* フッター
------------------------------------- */
.dm-footer {
	font-size: 0.88rem;
	padding: 10px 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.dm-footer .ft1 .logo {
	width: 12.5rem;
	margin-bottom: 0.5em;
}
.dm-footer .ft1 h2 {
	margin-bottom: 0.2em;
	font-size: 1rem;
}
.dm-footer .ft1 .address li:not(:last-child) {
	margin-bottom: 0.5em;
}
.dm-footer .ft1 .address span {
	display: block;
}
.dm-footer .ft2 {
	display: flex;
	gap: 0 5em;
	font-family: serif;
}
.dm-footer .ft2 ul li a {
	display: block;
}
.dm-footer .ft2 ul li ul li a {
	padding-left: 0.5em;
}
.dm-footer .ft2 ul li ul li a::before {
	font-family: icomoon;
	content: "\e921";
	margin-right: 0.1em;
	vertical-align: -0.05em;
}
.dm-footer .ft2 a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 959px) {
	.dm-footer .ft2 {
		gap: 0 6vw;
	}
}
@media screen and (max-width: 800px) {
	.dm-footer {
		grid-template-columns: 1fr;
	}
	.dm-footer .ft2 {
		display: none;
	}
}
@media screen and (max-width: 599px) {
	.dm-footer {
		padding: 0;
		grid-template-columns: 1fr;
		text-align: center;
	}
	.dm-footer .logo {
		margin: 0 auto;
	}
	.dm-footer .ft1 h2 {
		margin-bottom: 0;
	}
	.dm-footer .ft1 .address {
		display: none;
	}
}


/* お問い合わせバナー
------------------------------------- */
.bnr-contact {
	padding: 25px 25px 40px;
}
.bnr-contact .dm-content {
	max-width: 980px;
}
.bnr-contact h2 {
	margin-bottom: 0.8em;
	font-size: 31px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bnr-contact h2 span {
	margin: 0.3em 0 0 1em;
	padding: 0.3em 0 0.2em 1em;
	font-size: 0.6em;
	font-family: serif;
	border-left: 2px solid #fff;
}
.bnr-contact ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.3rem 3rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bnr-contact li {
	height: 9.5em;
	padding: 0;
	line-height: 1.3;
	font-size: 0.88rem;
	text-align: center;
	background-color: #fff;
}
.bnr-contact li a {
	height: 100%;
	display: block;
	color: #000;
}
.bnr-contact li a:hover {
	box-shadow: 0px 0px 8px 2px rgba(255,250,235,0.8);
}
.bnr-contact li .li_inner {
	width: 100%;
	padding-top: 1.5em;
	max-width: 19rem;
	margin: 0 auto;
}
.bnr-contact li h3 {
	position: relative;
	margin-bottom: 0.5em;
	padding: 0 0 1em 1em;
	font-size: 1rem;
	border-bottom: 1px solid #000;
}
.bnr-contact li.mailform h3 {
	margin-bottom: 1.4em;
}
.bnr-contact li h3::before {
	position: absolute;
	content: '';
	display: block;
	top: 0.1em;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 16em;
	height: 1.2em;
	background-image: url(img/icon_mail.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.bnr-contact li.phone h3::before {
	top: 0em;
	width: 13.5em;
	height: 1.5em;
	background-image: url(img/icon_phone02.svg);
}
.bnr-contact li.phone span {
	font-size: 1.5rem;
	display: block;
	font-family: "Akshar", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
@media screen and (max-width: 800px) {
	.bnr-contact ul {
		grid-template-columns: 1fr;
	}
	.bnr-contact li {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 599px) {
	.bnr-contact {
		padding: 5vw 4vw 8vw;
	}
	.bnr-contact h2 {
		display: flex;
		flex-direction: column;
		row-gap: 0.1em;
		margin-bottom: 0.5em;
		font-size: 7vw;
	}
	.bnr-contact h2 span {
		margin: 0;
		padding: 0;
		border-left: none;
	}
}


/* トップページ
------------------------------------- */
.xp-mainVisual {
	max-width: 1260px;
	margin: 0 auto;
}
.p-mainVisual::before {
	position: absolute;
	content: '';
	top: 0.2rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 680px;
	height: 100%;
	background-image: url(img/main_visual_catch.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}
@media screen and (max-width: 679px) {
	.p-mainVisual__inner {
		height: 114.9vw;
	}
}
@media screen and (max-width: 599px) {
	.p-mainVisual::before {
		background-image: url(img/main_visual_catch_sp.png);
	}
}

/* ------------------------- */

.home .l-content {
	margin-bottom: 0;
}
.home .w-beforeFooter {
	margin-top: 0;
}

/* ------------------------- */

.home .whatsnew {
	margin-top: 6.5rem;
	padding-bottom: 45px;
}
.home .whatsnew .dm-content {
	max-width: 1000px;
	background-image: url(img/whatsnew_pic.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 312px;
}
.home .whatsnew .heading-1 {
	position: absolute;
	top: -75px;
	left: 50px;
	right: 0;
	text-align: left;
}
.home .whatsnew_inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1000px;
	text-align: center;
}
.whatsnew_content {
	position: relative;
	margin: 0 auto 2.5em;
	padding: 10px 50px 2em;
	max-width: 580px;
	font-size: 0.9rem;
	line-height: 1.4;
	word-break: break-all;
	background-color: #fff;
}
.home .whatsnew_content a {
	display: block;
	color: #333;
}
.home .whatsnew_content a:hover {
	text-decoration: underline;
}
.home .whatsnew dl {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.home .whatsnew dt {
	flex-basis: 7.5em;
}
.home .whatsnew dd {
	margin-bottom: 0.6em;
	flex-basis: calc(100% - 7.5em);
	font-weight: bold;
	font-feature-settings: "palt";
}
.home .whatsnew dd span {
	display: block;
	font-weight: normal;
}
@media screen and (max-width: 959px) {
	.home .whatsnew {
		padding-bottom: 0;
	}
	.home .whatsnew_inner {
		padding: 0 20px 200px;
	}
}
@media screen and (max-width: 599px) {
	.home .whatsnew {
		margin-top: 12vw;
		text-align: center;
	}
	.home .whatsnew .dm-content {
		background-size: 50%;
	}
	.home .whatsnew_inner {
		padding: 0 0 30vw;
	}
	.home .whatsnew_content {
		margin: 0 auto 2em;
		padding: 4.5em 1.5em 2em;
	}
	.home .whatsnew .heading-1 {
		top: -5vw;
		left: 0;
		text-align: center;
	}
	.home .whatsnew dt {
		flex-basis: 100%;
	}
	.home .whatsnew dd {
		flex-basis: 100%;
		margin-bottom: 0.5em;
	}
}

/* ------------------------- */

.home .home_topics {
	padding-top: 1.5em;
	max-width: 550px;
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width: 599px) {
	.home .home_topics {
		font-size: 3.2vw;
	}
}

/* ------------------------- */

.home .home_blog .heading-1 {
	padding-top: 30px;
	text-align: center;
}
.home .home .home_blog .p-blogParts.post_content {
	margin: 15px 0 20px;
}
.home .home_blog .-type-card .p-postList__item {
	margin-bottom: 1em;
}
.home .home_blog .home_blog_btn {
	text-align: center;
	margin-bottom: 2.5em;
}

/* ------------------------- */

.home .news {
	padding: 0 0 45px;
}
.home .news_inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.home .news_content {
	padding-left: 50px;
	max-width: 580px;
	width: 100%;
	font-size: 0.9rem;
	line-height: 1.4;
	background-color: #fff;
}
.home .news_content .heading-1 {
	text-align: left;
}
.home .news_content a {
	display: block;
	color: #333;
}
.home .news_content .recent-post a:hover {
	text-decoration: underline;
}
.home .news_pic img {
	display: block;
}
.home .news dd {
	margin-bottom: 0.3em;
}
.home .news .dm-btn {
	margin-top: 1.5em;
}
@media screen and (max-width: 959px) {
	.home .news_inner {
		padding: 0 20px;
	}
}
@media screen and (max-width: 800px) {
	.home .news {
		padding: 0 0 10vw;
	}
	.home .news_inner {
		display: block;
	}
	.home .news_pic {
		display: none;
	}
	.home .news_content {
		margin: 0 auto;
	}
}
@media screen and (max-width: 599px) {
	.home .news_content {
		padding-left: 0;
	}
	.home .news_btn {
		text-align: center;
	}
}

/* ------------------------- */

.home .service {
	padding: 35px 0 40px;
}
.home .service .dm-content {
	max-width: 730px;
}
.home .service .heading-1 {
	text-align: center;
}
.home .service li .service_inner img {
	display: block;
	margin-bottom: 0.8em;
}
.home .service li .service_inner {
	font-size: 0.95em;
	line-height: 1.4;
	background-color: #fff;
}
.home .service li .service_btn {
	margin-top: 0.5em;
	text-align: center;
}
.home .service-1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem 40px;
	margin-bottom: 2.5rem;
}
.home .service-1 li .service_inner {
	margin-bottom: 1.3rem;
	padding: 0.9rem;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
}
.home .service-2 {
	padding: 0.8rem 2rem 2rem;
	background-color: #fff;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
}
.home .service-2 h3 {
	margin-bottom: 0.4em;
	font-size: 1.4em;
	text-align: center;
}
.home .service-2 ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}
.home .service-2 li .service_inner {
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 800px) {
	.home .service-1 {
		gap: 2rem 5vw;
	}
}
@media screen and (max-width: 599px) {
	.home .service {
		padding: 5vw 4vw;
	}
	.home .service-1,
	.home .service-2 ul {
		grid-template-columns: 1fr;
	}
	.home .service-2 {
		padding: 0.8rem 0.9rem 2rem;
	}
}

/* ------------------------- */

.home .voice_recruit {
	padding: 35px 0;
	background-color: #FDF7E9;
}
.home .voice_recruit ul {
	display: flex;
	justify-content: space-between;
}
.home .voice_recruit ul .text {
	display: flex;
	align-items: center;
	width: 47%;
	margin: 0 -40px 0 0;
	padding: 30px 0 30px 4%;
	background-image: url(img/voice_bg.svg);
	background-repeat: no-repeat;
	background-size: 45%;
	z-index: 2;
}
.home .voice_recruit ul .text .text_inner {
	width: 100%;
	max-width: 390px;
	margin: 0 0 0 auto;
	padding: 1em 0 1.5em;
	font-size: 0.88rem;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
}
.home .voice_recruit ul .text .text_inner .heading-1 {
	margin-bottom: 0.2em;
}
.home .voice_recruit ul .text .text_inner .dm-btn {
	margin-top: 1em;
}
.home .voice_recruit ul .media {
	width: 57%;
	z-index: 1;
}
.home .voice_recruit ul .media img {
	display: block;
}
@media screen and (max-width: 800px) {
	.home .voice_recruit .dm-content{
		max-width: 550px;
	}
	.home .voice_recruit ul {
		display: flex;
		flex-direction: column;
	}
	.home .voice_recruit ul .text {
		width: auto;
		margin: 0;
		padding: 30px 0 0;
	}
	.home .voice_recruit ul .text .text_inner {
		margin: 0 auto;
	}
	.home .voice_recruit ul .media {
		width: 100%;
		margin-top: -20px;
	}
}
@media screen and (max-width: 599px) {
	.home .voice_recruit .dm-content {
		padding: 0;
	}
	.home .voice_recruit ul .text {
		padding: 6vw 0 0;
}
	.home .voice_recruit ul .text .text_inner {
		max-width: 85%;
	}
}

/* ------------------------- */

.home .voice_recruit ul.reverse {
	flex-direction: row-reverse;
	margin-top: 30px;
}
.home .voice_recruit ul.reverse .text {
	margin: 0 0 0 -40px;
	padding: 30px 4% 30px 0;
	background-image: url(img/recruit_bg.svg);
	background-position: right bottom;
}
.home .voice_recruit ul.reverse .text .text_inner {
	margin: 0 auto 0 0;
}
@media screen and (max-width: 800px) {
	.home .voice_recruit ul.reverse {
		flex-direction: column;
		margin-top: 5vw;
	}
	.home .voice_recruit ul.reverse .text {
		margin: 0;
		padding: 30px 0 0;
		background-position: right top;
	}
	.home .voice_recruit ul.reverse .text .text_inner {
		margin: 0 auto;
	}
}

/* ------------------------- */

.home .young_dir_inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2rem;
	align-items: center;
}
.home .young_dir_content {
	padding-bottom: 0.5rem;
	font-size: 0.88rem;
}
.home .young_dir .heading-1 {
	margin-bottom: 0.2em;
	text-align: left;
	letter-spacing: -0.02em;
}
.home .young_dir .young_dir_btn {
	margin-top: 1em;
}
.home .young_dir_pic img {
	display: block;
	height: 216px;
	object-fit: cover;
}
@media screen and (max-width: 800px) {
	.home .young_dir_inner {
		grid-template-columns: 1fr;
	}
	.home .young_dir_content {
		padding: 1rem 0 2rem;
		text-align: center;
	}
	.home .young_dir_pic img {
		height: auto;
	}
}


/* プライバシーポリシー
------------------------------------- */
.list-disc {
	list-style-type: disc !important;
}
ul.list-kakko {
	padding-left: 1.8em !important;
}
ul.list-kakko>li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
ul.list-kakko>li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

/* ------------------------- */

.privacy .lead {
	margin-bottom: 2em;
}
.privacy section {
	margin-bottom: 2em;
	padding-left: 0.5em;
}
.privacy h2 {
	margin: 0 0 0.5em -0.5em;
	padding: 0;
	font-size: 1.15rem;
	background: none;
}
.privacy h2::before {
	display: none;
}
.privacy ol {
	margin: 0.8em 0 !important;
}
.privacy ol li {
	margin-bottom: 0.5em !important;
}
.privacy ul {
	margin: 0.8em 0 !important;
}
@media(max-width:600px) {
	.privacy section {
		padding-left: 0;
	}
	.privacy h2 {
		margin: 0 0 0.5em 0;
	}
}


/* Contact Form 7
------------------------------------- */
.inquiry {
	max-width: 660px !important;
	margin: 25px auto 10px;
}
.inquiry tr {
	background: #fff;
}
.inquiry th {
	width: 14em !important;
	padding: 12px 15px;
	text-align: left;
	font-weight: normal !important;
	vertical-align: middle;
	border: solid 1px #d7d7d7 !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
}
.inquiry td {
	padding: 12px 10px;
	font-size: 16px;
	border: solid 1px #d7d7d7 !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
}
@media(max-width:650px) {
	.inquiry th {
		padding: 5px 10px;
	}
	.inquiry td {
		padding: 10px 0;
	}
	.inquiry th {
			border: none !important;
	}
	.inquiry th,
	.inquiry td {
		display: block !important;
		width: 100% !important;
		border-top: none !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}
	.inquiry tr:first-child th {
		border-top: 1px solid #d7d7d7 !important;
	}
}

/* ------------------------- */

#inquiry_btn {
	display: block;
	padding: 0.4em 0;
	margin: 20px auto 0;
	width: 8em;
	background: #000;
	color: #fff;
	font-size: 16px;
	border-radius: 6px;
	border: none;
}
#inquiry_btn:hover {
	background: #fff;
	color: #000;
	outline: 1px solid #000;
}
.inquiry .required {
	margin-right: 4px;
	padding: 2px 4px;
	font-size: 14px;
	background: #ec4c62;
	color: #fff;
	border-radius: 2px;
	vertical-align: 2px;
	bottom: 1px;
	font-weight: normal;
}
.inquiry .content {
	height: 150px;
}
.inquiry input {
	width: 100%;
	max-width: 400px;
	margin-right: 0.3em;
	background-color: #fff;
	border: solid 1px #ddd;
}
.inquiry .wpcf7-checkbox input,
.inquiry .wpcf7-radio input {
	width: auto;
	margin-right: 0;
}
.inquiry .wpcf7-radio .wpcf7-list-item.first {
	margin-left: 0.5em;
}
.inquiry textarea {
	width: 100% !important;
	max-width: 400px !important;
	background-color: #fff;
	border: solid 1px #ddd;
}
.inquiry select {
	background-color: #fff;
}
.inquiry .address .zipcode {
	width: 7em !important;
	margin: 0 1.5em 0.7em 0.4em;
}
.inquiry .address .pref {
	margin-left: 0.4em;
}
.inquiry .address .city {
	margin-bottom: 0.7em;
}

/* Blue */
.wpcf7 form .wpcf7-response-output {
	max-width: 700px;
    margin: 0 auto;
    padding: 0.5em 1em;
	line-height: 1.4;
    border: 1px solid #666;
	color: #666;
	border-radius: 3px;
}
/* Green */
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Red */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Orange */
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Yellow */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #666;
	color: #666;
}



/* サイドバータイトル
------------------------------------- */
.c-widget__title.-side {
	background-color: #EB6604;
	padding: 0.4em 0.8em;
}
.widget_archive .c-widget__title.-side {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
}
.search-results .c-widget__title.-side {
	display: block;
	padding: 0.2em 0.8em;
	margin-bottom: 1em;
}


/* ブログ投稿・ブログアーカイブ
------------------------------------- */
.category-blog .c-postTitle__date {
	display: none;
}


/* TV番組投稿シングルページ
------------------------------------- */
.single-works-tv .l-mainContent__inner>.post_content,
.single-works-video .l-mainContent__inner>.post_content {
	margin: 2em 0;
	padding: 0;
}
.single-works-tv .c-postTitle,
.single-works-tv .p-articleMetas,
.single-works-video .c-postTitle,
.single-works-video .p-articleMetas {
		display: none;
}
table.tbl_works tr:nth-child(odd) th,
table.tbl_works tr:nth-child(odd) td {
	background-color: #f7f7f7;
}
table.tbl_works th {
	width: 7.5em;
	padding: 1em 0 1em 0.8em;
	font-size: 0.85em;
	line-height: 1.4;
	border: none;
	background-color: transparent;
}
table.tbl_works td {
	font-weight: bold;
	border: none;
}


/* TV番組投稿アーカイブページ
------------------------------------- */
.archive-works-tv .p-postList__meta {
	display: none;
}
.archive-works-tv h2.p-postList__title {
	display: flex;
}
.archive-works-tv h2.p-postList__title .airdate {
	width: 7em;
}
.archive-works-tv h2.p-postList__title .tvstation {
	width: 7.5em;
}
.archive-works-tv h2.p-postList__title .tvstation span {
	display: inline-block;
	width: 7em;
	padding: 0.3em 0.1em;
	font-size: 0.85em;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #EB6604;
	border-radius: 0.2em;
}
.archive-works-tv h2.p-postList__title .subtitle {
	display: block;
	font-weight: normal;
}
@media screen and (max-width: 599px) {
	.archive-works-tv h2.p-postList__title {
		flex-wrap: wrap;
	}
	.archive-works-tv h2.p-postList__title .airdate {
		width: 6em;
	}
	.archive-works-tv h2.p-postList__title .airtitle {
		width: 100%;
	}
}


/* TV番組アーカイブリスト
------------------------------------- */
.works-tv_list {
	line-height: 1.4;
}
.works-tv_list li a {
	display: flex;
	color: #333;
	padding: 0.5em 0.3em;
	font-weight: bold;
}
.works-tv_list li a:hover {
	background-color: #f7f7f7;
}
.works-tv_list li a .airdate {
	width: 7em;
}
.works-tv_list li a .tvstation {
	width: 7.5em;
}
.works-tv_list li a .tvstation span {
	display: inline-block;
	width: 7em;
	padding: 0.3em 0.1em;
	font-size: 0.85em;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #EB6604;
	border-radius: 0.2em;
}
@media screen and (max-width: 599px) {
	.works-tv_list li a {
		flex-wrap: wrap;
	}
	.works-tv_list li a .airdate {
		width: 6em;
	}
	.works-tv_list li a .airtitle {
		width: 100%;
	}
}


/* ディレクターページ
------------------------------------- */
.page-template-tmpl-director h1 {
	margin-bottom: 0;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: bold;
}
.page-template-tmpl-director h2.works-tv_list_title {
	margin: 2em 0 1.5em;
	padding: 0.3em 1em;
	font-size: 1.1rem;
	color: #EB6604;
	font-weight: bold;
	border: 2px solid #EB6604;
	border-radius: 0.3em;
}
.page-template-tmpl-director .name-en {
	font-size: 0.85rem;
	margin-bottom: 2em;
}
.page-template-tmpl-director .l-mainContent__inner p {
	line-height: 1.8;
}

/* ------------------------- */

.director_sidebar ul {
	list-style: none;
	margin: 0;
	padding-left: 0 !important;
}
.director_sidebar ul li a {
	padding: 0.3em 1em;
	display: block;
	color: #333;
	font-size: 1rem;
}
.director_sidebar ul li a:hover {
	background-color: #f7f7f7;
}


/* 採用情報　
------------------------------------- */
.recruit h1 {
	display: none;
}
.recruit .message {
	padding: 2em 0;
}
.recruit .heading-1 {
	text-align: center;
	margin-bottom: 0.3em;
}
.recruit .message .text p {
	margin-bottom: 0.3em;
	font-size: 2.1em;
	text-align: center;
	line-height: 1.4;
	font-family: serif;
}
.recruit .message .text p.small {
	font-size: 1.5em;
	line-height: 1.8;
}

/* ------------------------- */

.recruit .ourwork {
	padding: 2.5em 0 1em;
}
.recruit .ourwork ul {
	max-width: 940px;
	padding: 0 1.2em;
	margin: 0 auto;
}
.recruit .ourwork li {
	width: 27.4em;
	padding-bottom: 1.4em;
	background-image: url(img/ourwork_bg01.png);
	background-repeat: no-repeat;
	background-size: 23em;
	background-position: bottom left;
}
.recruit .ourwork li:nth-child(even) {
	margin-left: auto;
	margin-top: -12.1em;
	background-position: bottom right;
}
.recruit .ourwork li:nth-child(odd) {
	margin-top: -0.8em;
}
.recruit .ourwork li.item01 {background-image: url(img/ourwork_bg01.png);}
.recruit .ourwork li.item02 {background-image: url(img/ourwork_bg02.png);}
.recruit .ourwork li.item03 {background-image: url(img/ourwork_bg03.png);}
.recruit .ourwork li.item04 {background-image: url(img/ourwork_bg04.png);}
.recruit .ourwork li.item05 {background-image: url(img/ourwork_bg05.png);}
.recruit .ourwork li.item06 {background-image: url(img/ourwork_bg06.png);}

.recruit .ourwork .ourwork_box {
	margin-left: auto;
	width: 20.2em;
	padding: 0.3em 0 1.3em;
	font-feature-settings: "palt";
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
}
.recruit .ourwork li:nth-child(even) .ourwork_box {
	margin-left: 0;
	margin-right: auto;
}
@media screen and (max-width: 960px) {
	.recruit .ourwork ul {
		font-size: 1.67vw;
	}
}
@media screen and (max-width: 749px) {
	.recruit .ourwork ul {
		font-size: 3vw;
		margin: 0 auto;
	}
	.recruit .ourwork li:nth-child(even) {
		margin: 0 auto 1.5em;
	}
	.recruit .ourwork li:nth-child(odd) {
		margin: 0 auto 1.5em;
	}
}

/* ------------------------- */

.recruit .young_dir .dir {
	max-width: 850px;
	margin: 0 auto 4em;
}
.recruit .young_dir .photo {
	width: 16.2em;
	margin: 0 auto;
}
.recruit .young_dir .photo.alignleft {
	margin: 0 1.5em 1.5em 0;
}
.recruit .young_dir .photo.alignright {
	margin: 0 0 1.5em 1.5em;
}
.recruit .young_dir h3 {
	margin-bottom: 0.3em;
	font-size: 1.1rem;
	font-weight: normal;
}
.recruit .young_dir h3 span {
	margin-left: 1em;
	font-size: 0.9em;
}
@media screen and (max-width: 599px) {
	.recruit .young_dir .dm-container {
		padding: 0 1em;
	}
	.recruit .young_dir .dir {
		display: flex;
		flex-direction: column;
		margin: 0 auto 2em;
	}
	.recruit .young_dir .photo.alignleft {
		margin: 0 auto 1em;
	}
	.recruit .young_dir .photo.alignright {
		margin: 0 auto 1em;
	}
}

/* ------------------------- */

.recruit .roadto_dir {
	padding: 3em 0;
}
.recruit .roadto_dir ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2em 4em;
	max-width: 840px;
	margin: 0 auto;
	padding: 0 2em;
}
.recruit .roadto_dir .lead {
	text-align: center;
	font-family: serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.recruit .roadto_dir ul li figcaption {
	text-align: center;
	line-height: 1.4;
	font-size: 0.9em;
}
@media screen and (max-width: 749px) {
	.recruit .roadto_dir .lead {
		font-size: 3vw;
	}
	.recruit .roadto_dir ul {
		grid-template-columns: 1fr;
		gap: 2em 4vw;
	}
}
@media screen and (max-width: 599px) {
	.recruit .roadto_dir .lead {
		font-size: 3.5vw;
	}
	.recruit .roadto_dir ul {
		padding: 0 1em;
	}
}

/* ------------------------- */

.recruit .boshuyoukou {
	padding: 3em 0;
}
.recruit .boshuyoukou .lead {
	text-align: center;
	font-family: serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.recruit .boshuyoukou ul {
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.5;
	font-feature-settings: "palt";
}
.recruit .boshuyoukou ul li {
	padding: 0.5em 0.2em;
	border-bottom: 1px dotted #333;
}
.recruit .boshuyoukou ul h3 {
	color: #EB5805;
	margin-bottom: 0;
}
@media screen and (max-width: 749px) {
	.recruit .boshuyoukou .lead {
		font-size: 3vw;
	}
}
@media screen and (max-width: 599px) {
	.recruit .boshuyoukou .lead {
		font-size: 3.5vw;
	}
}

/* ------------------------- */

.recruit .saiyoshiken {
	padding: 3em 0;
}
.recruit .saiyoshiken .saiyoshiken_inner {
	max-width: 790px;
	margin: 0 auto;
	background-color: #fff;
	padding: 2em;
	text-align: center;
	font-feature-settings: "palt";
}
.recruit .saiyoshiken .saiyoshiken_inner .note {
	display: inline-block;
	padding: 0.8em 1.5em;
	color: #333;
	line-height: 1.4;
	border: 2px solid #EB5805;
}
.recruit .saiyoshiken h2 {
	display: inline-block;
	margin-bottom: 1.3em;
	padding: 0.1em 2em;
	font-size: 30px;
	color: #fff;
	background-color: #EB5805;
	border-radius: 100vh;
}
.recruit .saiyoshiken .deadline {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	width: 23em;
	margin: 0 auto 2em;
	text-align: center;
	background-color: #EB5805;
	border: 2px solid #EB5805;
}
.recruit .saiyoshiken .deadline li {
	color: #fff;
	font-weight: bold;
}
.recruit .saiyoshiken .deadline li.date {
	padding: 0.2em 0;
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	background-color: #fff;
}
.recruit .saiyoshiken ol {
	margin-bottom: 1.5em;
	list-style-type: decimal;
	text-align: left;
}
.recruit .saiyoshiken ol .address {
	margin: 0 0 1.3em 1.3em;
}
.recruit .saiyoshiken ol>li {
	margin:0 0 0.8em 1.3em;
	line-height: 1.5;
}
.recruit .saiyoshiken ol ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5em 1em;
	margin-right: 1em;
}
.recruit .saiyoshiken ol ul a.dm-btn {
	margin: 0.5em 0;
}
@media screen and (max-width: 599px) {
	.recruit .saiyoshiken .saiyoshiken_inner {
		padding: 2em 1em;
	}
	.recruit .saiyoshiken .saiyoshiken_inner .note {
		padding: 0.8em 1em;
	}
	.recruit .saiyoshiken ol ul {
		margin-right: 0;
	}
}


/* つぶやき
------------------------------------- */
.tsubuyaki .director {
	padding: 2.5em 0;
}
.tsubuyaki .director ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.3em;
}
.tsubuyaki .director ul li {
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
}
.tsubuyaki .director ul li figure {
	padding: 1em;
}
.tsubuyaki .director ul li figure img {
	margin-bottom: 0.3em;
	width: 90%;
}
.tsubuyaki .director ul li figcaption {
	margin-bottom: 0.5em;
	line-height: 1.3;
}
.tsubuyaki .director ul li figcaption span {
	display: block;
}
@media (max-width: 955px) {
	.tsubuyaki .director {
		font-size: 1.67vw;
	}
}
@media (max-width: 749px) {
	.tsubuyaki .director {
		font-size: 2.2vw;
	}
	.tsubuyaki .director ul {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 599px) {
	.tsubuyaki .director {
		font-size: 3vw;
	}
	.tsubuyaki .director a.btn-1 {
		font-size: 3vw;
	}
	.tsubuyaki .director ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

