/*
Theme Name: lightning-child
Template: lightning
Version:6.7.1
*/
/*--------------------------------------*/
/* 共通 */
/*--------------------------------------*/
body {
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width: 500px) {
	body {
		/* スマホ用フォントサイズ */
		font-size: 14px;
	}
}
section {
	margin: 40px 0 40px 0;
}
nav {
	font-size: 16px;
}
.siteHeader .siteHeadContainer:after {
	/* 打消 */
	content: unset;
}
@media (min-width: 992px) {
	.header_scrolled .gMenu {
		float: none;
		display: flex;
		flex-wrap: nowrap;
	}
}
/* モバイル用メニュー調整 */
#menu-mobilemenu {
	text-align: left;
	padding: 0 20px 0 20px;
}
.siteFooter {
	/* 打消 */
	border: unset;
}
.wp-block-search__button, .btn-primary {
	/* 打消 */
	border: unset;
}
.veu_contact .contact_bt {
	/* 上書き */
	padding: 1rem 1.5rem;
}
.sideSection-col-two .veu_contact .contact_bt, .siteFooter .veu_contact .contact_bt {
	/* 上書き */
	padding-left: 3rem;
	padding-right: 3rem;
}
.mt_50{
	margin-top: 50px;
}

footer {
	/* 上部幅が広すぎるので縮小 */
	/*margin-top: -100px;*/
}
/*@media (max-width:767px) {
	footer {
		margin-top: -50px;
	}
}*/
/*--------------------------------------*/
/* パーツ */
/*--------------------------------------*/
.titleMargin {
	margin-top: 30px;
	margin-bottom: 30px;
}
/* 下線（破線） */
.uline-dash {
	border-bottom: dashed 1px rgb(255, 153, 153);
}
/* 文字の折返し位置調整 */
.tsentence {
	display: inline-block;
}
/* フォントカラーを初期値に戻す */
.c-initial {
	color: initial;
}
/* カスタマイズ＞Lightning デザイン設定のキーカラーを設定 */
.c-primary {
	color: var(--vk-color-primary);
}
/* 雫型img */
.drop-img {
	width: clamp(150px, 20vw, 180px);
}
/* 雫型img上のテキスト */
.drop-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
@media (max-width: 767px) {
	/* 雫型img テキスト調整 */
	.drop-text { font-size: 18px; }
}
@media (max-width: 500px) {
	/* 雫型img テキスト調整 */
	.drop-text { font-size: 16px; top: 54%; }
}
/* 画像アス比1:1 */
.img-aspect-1 {
	aspect-ratio: 1 / 1;
}
/* 画像アス比4:3 */
.img-aspect-4-3 {
	aspect-ratio: 4 / 3;
}
.obj-fit-cover {
	object-fit: cover;
}
.obj-fit-contain {
	object-fit: contain;
}
/* マウスオーバー　透過 */
.img-mask {
	opacity: 1;
}
.img-mask:hover {
	opacity: 0.7;
}
/* マウスオーバー　拡大 */
.toBig {
	transform: scale(1);
	transition: 0.2s ease-in-out;
}
.toBig:hover {
	transform: scale(1.1);
	transition: 0.2s ease-in-out;
}
/* 画像　台形クリッピング（トップページ下部で使用） */
.skew {
  transform: skewY(5deg);
  transform-origin: top left;
}
.skewMask {
  overflow: hidden;
}
.skewImg {
  transform: skewY(-5deg);
  transform-origin: top left;
}
/* 全幅 */
.fullWidth {
	margin: 0 calc(50% - 50vw) 3em;
}

/*--------------------------------------*/
/* 本文 */
/*--------------------------------------*/
/* ページタイトル部 */
.page-header {
	/* 各ページタイトル部の背景画像 */
	background-image: url("https://recruit-def.uptv.info/wp-content/uploads/2024/11/header002.png");
	/* 明度、彩度調整 */
	filter: brightness(106%) saturate(100%);
	/* タイトル文字調整 */
	color: RGB(0,0,0);
}
/* トップページスライダー */
.slide-text-title {
	/* 医院名フォントサイズ */
	font-size: 5vw;
}
.slide-text-caption {
	/* サイト名・電話番号サイズ */
	font-size: 12px;
	line-height: 1.7
}
@media (min-width:576px) {
	.slide-text-caption { font-size: 16px; }
}
@media (min-width: 768px) {
	.slide-text-title { font-size: 3vw; }
}
@media (min-width:992px) {
	.slide-text-caption { font-size: 1.5vw; }
}

/*--------------------------------------*/
/* トップページ */
/*--------------------------------------*/
/* 入社の決め手　PICKUP含まず */
#decideFactor > .container {
	/* リスト部背景 */
	background: url("https://recruit-def.uptv.info/wp-content/uploads/2024/11/bg_004.png") no-repeat;
	background-size: contain;
}
#decideFactor li {
	letter-spacing: 2px;
	padding-inline-start: 14px;
	padding-block-end: 0.75em;
	word-break: keep-all;
	overflow-wrap: anywhere;
}


/* PICKUP */
.pickupText {
	font-family: 'Kosugi', sans-serif;
	font-size: 130%;
	vertical-align: middle;
	background-color: rgb(255 255 255 /.7);
	word-break: keep-all;
	overflow-wrap: anywhere;
	margin: 3rem auto;
	padding-block: 1.5rem;
}
.pickup-bg {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: scale-down;
	z-index: -1;
	overflow: hidden;
}

.pickup-img{
	width: 30%;
}
.pikup-right-inner{
	 margin-top: 10vh;
}
.arrow-img{
	margin-top: 150px;
}

.infospace_img_pc{
	width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.infospace_img_pc{
	width: 100vw;
    margin: 0 calc(50% - 50vw);
}



@media screen and (min-width: 767px) {
	.pickupText { font-size: 100%; }
	.infospace_img_sp{display: none;}
}
@media screen and (max-width: 768px) {
	.infospace_img_pc{display: none;}
}

/* PICKUP見出し文字 */
.pickupText #pickup {
	text-decoration: underline;
	font-weight: bold;
}
/* 子育て応援 */
.childCS-list {
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
}










/* 小インタビュー部分 */

.interview-h{
	margin: 0 auto;
}
/* 小インタビューの写真部分 余白打ち消し */
#smallInterview .sivPhoto {
	padding-right: 0px;
	padding-left: 0px;
}
/* 名前枠の調整 */
#smallInterview .sivPhoto > div {
	position: absolute;
	bottom: 10px;
	right: 0;
	padding: 2% 5% 1% 18%;
	/* 名前枠の背景色,WEBテクスチャ ここから */
	background-color: rgb(255, 179, 153);
	background-image: url("https://www.transparenttextures.com/patterns/food.png");
	/* ここまで */
}


/* 医院情報・採用情報へのリンク */
.toppage-pagelink-area {
	display: grid;
	grid-template-columns: auto auto;
	place-items: center;
	place-content: center;
	column-gap: 3%;
	padding-inline: 3rem;
}

/* 名前部分の調整 */
#smallInterview .sivPhoto > div > p {
	margin: 0;
	font-size: 150%;
	font-family: 'Noto Serif JP', serif; /*GoogleFonts*/
	color: RGB(0,0,0);
	text-shadow: 0 0 5px RGB(255,230,230);
}
@media screen and (max-width: 550px) {
	#smallInterview .sivPhoto > div {
		margin-right: 30px;
	}
}
@media screen and (max-width: 767px) {
	#smallInterview .sivPhoto > div {
		margin-right: 30px;
	}
}

/*--------------------------------------*/
/* 社員インタビューページ */
/*--------------------------------------*/
/* 各FAQ上余白調整 */
#interviewList article .faqSection {
	margin-top: 16px;
}
/* 各FAQ見出し */
#interviewList h3 {
	color: RGB(65,177,175);
}
/* インタビュー画像 */
.faqSection img {
	object-fit: contain;
	height: fit-content;
	outline: #ccc solid 1px;
	padding: 0.5rem;
	margin-block: 1rem;
}

/*--------------------------------------*/
/* 医院情報ページ */
/*--------------------------------------*/
/* 院長の写真右下の氏名 */
#message #messagaDockorPhoto > div {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 30px;
	padding: 1% 5% 1% 5%;
	/* 氏名の背景色、テクスチャ */
	background-color: RGB(59,28,3);
	background-image: url("https://www.transparenttextures.com/patterns/paper.png");
}
/* 氏名フォント調整 */
#message #messagaDockorPhoto > div > p {
	margin: 0;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	color: RGB(255,255,255);
	/* 発光っぽくしてる */
	text-shadow: 0 0 5px RGB(255,230,230);
}
/*医院アピール部分　背景画像*/
#appealPoint .container div {
	/* 背景画像設定　グラデーションでマスクしている */
	background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,1) 75%, rgba(255,255,255, 1) 100%), url("https://recruit-def.uptv.info/wp-content/uploads/2024/11/interview-new-02-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
/* アピールポイント　リスト余白調整 */
#appealPoint .container ol {
	margin-top: 30px;
	margin-left: 20px;
}

/*--------------------------------------*/
/* 採用ページ */
/*--------------------------------------*/
/* 採用　見出しメッセージ */
#recruitMessage {
	/* 背景画像設定 */
	background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,1) 75%, rgba(255,255,255, 1) 100%), url("https://recruit-def.uptv.info/wp-content/uploads/2024/11/bg004.png");
}
/* 応募対象選択 雫型img */
@media (max-width: 550px) {
	/* 雫型imgサイズ調整 */
	#recruit-apeal .col-xs-3 { width: 40%; }
	#recruit-apeal .col-xs-offset-3 { margin-left:10%; }
}
/* 採用アピール部セクションの固定背景画像 */
#recruit-apeal {
	background-image: url("https://recruit-def.uptv.info/wp-content/uploads/2024/11/bg003.png");
	background-size: cover;
	background-attachment: fixed;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* コンテナ背景 */
#recruit-apeal > .container {
	width: 90%;
	background-color: RGBA(255,255,255,0.8);
	border-radius: 30px 5px 30px 5px;
}
/* 写真の形 */
#recruit-01+div img {
	/* 角丸（正方形写真） */
	border-radius: 50%;
	/* 外側ぼかし */
	filter: drop-shadow(0px 0px 6px RGB(210,180,140));
}
/* 写真の形 */
#recruit-02+div img {
	/* 角丸 */
	border-radius: 30px;
	/* 外側ぼかし */
	filter: drop-shadow(0px 0px 6px RGB(210,180,140));
}
	/* 上2つのIE対策 paddingがずれるので打ち消し*/
	_:-ms-lang(x)::-ms-backdrop, #recruit-01+div img {padding: 0 0 0 0;} /* IE11 */
	_:-ms-lang(x)::-ms-backdrop, #recruit-02+div img {padding: 0 0 0 0;} /* IE11 */

/* 各仕事の詳細アピール */
.apeal-description {
	/* リスト部分の余白調整 */
	/*padding-left: 30px;
	padding-right: 30px;*/
}
/* 募集要項 */
#recruit-description caption {
	caption-side: top;
	padding-block: 0.5rem;
}
/* 見出し背景色やサイドライン */
#recruit-description h4 {
	margin-block-end: 0;
	padding-block: 0.5em;
	border-left: solid 5px RGB(248,202,122);
	background-color: RGB(255,255,208);
}
#recruit-description tbody {
	border-left: solid 5px RGB(248,202,122);
}
/* 募集要項テーブル縦並び */
@media (min-width: 992px) {
	#recruit-description .col-md-6 { width: 48%; }
	#recruit-description table { margin: 1%; }
}

/*--------------------------------------*/
/* 問い合わせページ */
/*--------------------------------------*/
/* ひとさし指の上あたりに「Entry」文字が落ちてくるようにする */
#contact .drop-text {
	top: 15%;
	left: 60%;
	/* 文字ぼかし追加 */
	text-shadow: 0 0 10px RGB(255,180,180);
}
@media screen and (max-width: 500px) {
	/* スマホでの文字サイズ調整 */
	#contact > .container .contact-about p { font-size: 12px; }
}
@media screen and (min-width: 501px) and (max-width: 991px) {
	/* 背景として右端に画像を表示　画像サイズによっては端が切れてしまうため */
	#contact > .container .contact-about {
		background-image: url("https://recruit-def.uptv.info/wp-content/uploads/2024/11/contact_001.png");
		background-repeat: no-repeat;
		background-position: right;
		background-size: contain;
	}
	#contact > .container .contact-about p {
		font-size: 14px;
	}
}

/*--------------------------------------*/
/*Contact Form 7カスタマイズ*/
/*--------------------------------------*/
/*スマホ*/
@media(max-width: 500px){
	.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 RGB(215,215,215)!important;
	}
	/* 必須・任意のサイズ調整 */	
	.inquiry .haveto,.inquiry .any {
		font-size: 10px;
	}
	/* スパム防止チェックのテキストサイズ調整 */
	#spamPrev {
		font-size: 14px;
	}
}
/* 勝手に入るPタグ余白打消 */
.entryForm th > p, .entryForm td > p {
	margin-bottom: auto;
}
/*見出し欄*/
.inquiry th{
	 text-align: left;
	 font-size: 14px;
	 color: #444;
	 padding-right: 5px;
	 width: 30%;
	 background: RGB(247,247,247);
	 border: solid 1px RGB(215,215,215);
}
/*通常欄*/
.inquiry td{
	 font-size: 13px;
	 border: solid 1px RGB(215,215,215);	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
	 border: solid 1px RGB(215,215,215);	
}
/* ラベル調整(必須・任意) */
.badge {
	/* bootstrap4 上書き */
	font-weight: 300;
	padding: 5px;
	margin-right: 5px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
	 display: block;
}
/*要素左寄せ*/
td.wpcf7-list-align {
	text-align: left;
}
/* 確認ボタン */
#confirmbtn {
	width: 70%;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	padding: 15px;
	margin: 10px;
}
/* 確認ボタン押下後の画面調整 */
.wpcf7c-conf {
	background: #fff !important;
	border-color: #fff !important;
	box-shadow: none !important;
}
/* Chromeのオートフィル背景色打ち消し */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px RGB(255,255,255) inset !important;
}

/*送信ボタン*/
#formbtn{
	padding: 15px;
	background: RGB(130, 190, 230);;
	color: RGB(255,255,255);
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	/* 戻るボタンの上に隙間あける */
	margin-bottom: 10px;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
	 background: RGB(255,255,255);
	 color: RGB(130, 190, 230);;
	 border: 1px solid RGB(130, 190, 230);;
}
/* 戻るボタン */
#backformbtn{
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 10px;
}
/*戻るボタンマウスホバー時*/
#backformbtn:hover{
	 background: RGB(255,255,255);
	 color: RGB(100,100,100);
	 border: 2px solid RGB(100,100,100);
}
/* 入力エラーの場合の調整 */
.wpcf7 .wpcf7-not-valid {
	/* inputの背景を赤系に */
	background-color: RGB(255,200,210);
}
/* 送信完了後にフォームを非表示にする */
.sent .entryForm {
	display: none;
}
/* 送信完了メッセージ非表示 */
.sentout {
	display: none;
	font-size: 24px;
}
/* 送信完了後にメッセージを表示 */
.sent .sentout {
	display: block;
}
/* 送信完了メッセージ調整 */
.sentout i {
	/* アイコン */
	border: solid 3px RGB(255,170,86);
	border-radius: 50%;
	padding: 5px;
	margin: 10px 10px 10px 0;
}



/*  色付きボタン  */
.button01 {
	margin-top: 5rem;
	background:#004DB3;
	width: 100%;
	height: 120px;
	position: relative;
	display: table;
}

.button01:before {
	height: 0;
	display: block;
	position: absolute;
	right: 0;
	content: "";
	border-top: solid 50px #f4f4f4;
	border-left: solid 50px transparent;
}
.button01:after {
	height: 0;
	display: block;
	position: absolute;
	right: 0;
	content: "";
	border-bottom: solid 50px #61a5ff;
	border-right: solid 50px transparent;
	top: 0;
}
.button01_p{
	color: #004DB3;
    font-weight: bold;
    font-size: 1.5em;
	display: table-cell;
	vertical-align: middle;
}
.button01:hover{
	background:#328aff;
	transition : 0.7s;
}

@media (max-width: 992px) {
	.button01 {
		margin-bottom: 5rem;
		height: 90px;
	}
}
@media (max-width: 767px) {
	.button01 {
		width: 100%;
		margin: 3rem auto;
	}
}




/*  白抜きボタン  */
.button02{
	padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
	text-align:center;
}
.button02 a{
	width: 100%;
    height: 100%;
	color: #337ab7;
	font-size: 1.5em;
}
.button02_inner{
	border: 1px solid #337ab7;
	padding: 1rem;
}
.button02_inner:hover{
	background:#5584b0;
	transition : 0.7s;
	
}
.button02 a:hover{
	color: #fff;
	text-decoration: none;
}

@media (max-width: 992px) {
	.button02{
	font-size: 50%;
	}
}




