@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

a{
text-decoration: none;
}


/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  Google Recaptcha */
.grecaptcha-badge { visibility: hidden; }



/*基準を1rem=10pxに設定*/
html {
    font-size: 62.5%;
}

/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-size-S {
    font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-size-M {
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
    font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
}

.navi-in .menu-header .item-label{
	font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
}



#header-container-in.wrap {
    width: auto;
}


/*検索フォームのチェックボックス改行調整*/
.filter-search-checkbox{
	display:inline-block;
	white-space: nowrap;

}
/*検索phpのクラス*/
.mysearch-submit{
width:50%;
}
.mysearch-submit:hover{
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 12px 24px -12px rgb(0 0 0 / 20%);
  opacity: 1;
}




/*イメージをセピア風に*/
.sepia-img img {
  transition: .3s ease-in-out;
}
.sepia-img:hover img {
  filter: sepia(100%);
}

/*コンタクトフォーム*/
.wpcf7 input[name="name1"] { /* 名前入力欄 */
	width: 100%;
}
.wpcf7 input[name="name2"] { /* 名前入力欄 */
	width: 100%;
}
.wpcf7 input[name="name3"] { /* 名前入力欄 */
	width: 100%;
}
.wpcf7 input[name="name4"] { /* 名前入力欄 */
	width: 100%;
}
.wpcf7 input[name="email"] { /* メール入力欄 */
	width: 100%;
}
.wpcf7 input[name="email2"] { /* メール入力欄 */
	width: 100%;
}
.wpcf7 input[name="tel"] { /* メール入力欄 */
	width: 100%;
}

.wpcf7 input[name="tel2"] { /* メール入力欄 */
	width: 100%;
}
.wpcf7 input[name="subject"] { /* タイトル入力欄 */
	width: 10%;
}
.wpcf7 input[name="address1"] { /* タイトル入力欄 */
	width: 100%;
}

.wpcf7 input[name="address2"] { /* タイトル入力欄 */
	width: 100%;	
}



.wpcf7 input[name="nen"] { /* タイトル入力欄 */
	width: 120px;	
}

.wpcf7 select[name="tuki"] { /* タイトル入力欄 */
	width: 120px;	
}


.wpcf7 select[name="hi"] { /* タイトル入力欄 */
	width: 120px;	
}


.wpcf7 textarea[name="message"] { /* 本文入力欄 */
	width: 100%;
}

.wpcf7 input[type="submit"] {
width:50%;
}
.wpcf7-submit:hover {
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 12px 24px -12px rgb(0 0 0 / 20%);
  opacity: 1;
}


/*ボタンイベントキャンセル*/
.buttom-none{
pointer-events: none;
}

.buttom-over:hover{
	/*filter: brightness(1.25);*/
	  box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 12px 24px -12px rgb(0 0 0 / 20%);
	opacity: 0.5;
	transition:0.5s;
}


/*Cocoon独自設定*/
/* タイムライン線 */
.timeline-item-content{
border-left: 3px #cdcdcd solid;
}



.toc{
/*font-size: 1em;
font-weight:bolder;
padding: 1em 2em;
background-color: #fafffa;
box-shadow: 5px 5px 5px rgba(0,0,0,0.2);*/
border:solid 0px #d1dfb7;
}

.toc a{
	font-size: 12px;
}

.sub-menu{
	opacity: 0.9;
}

/*
.btn-wrap a {
    margin-bottom: 0;
}

.wp-block-cocoon-blocks-button-1 a.btn.btn-l {
    margin-bottom: 0;
}
*/

.archive-title{
	display: none;
}


.new-entry-card-date {
  display: block;
}

.skin-grayish.front-top-page .entry-card-snippet {
display: block;
}

/*更新日を非表示にする*/
.widget-entry-card-update-date{
	display: none;
}

.no-scrollable-main .main {
	height: auto;
}
.no-scrollable-sidebar .sidebar {
  height: auto;
}

/*画面縦幅いっぱいになるように設定*/
.appeal {
	/* min-height: calc(100vh - 90px);	パソコン画面での高さ */
	width:100%;
	height:100vh;
	background-size: cover;
	animation: image_anime 18s ease infinite;

}


.entry-card-title {
	font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
} 
.entry-card-snippet {
	font-size: 12px;
}
.new-entry-card-title.widget-entry-card-title.card-title{
	font-size: 12px;
	font-weight:bold;
	  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-entry-card-snippet {
	font-size: 12px;
}

.appeal-content {
    background-color: initial;
    width: 100%;
	vertical-align:middle;
    padding: 2em 1em;
}

@keyframes image_anime {

	0% {
		background-image: url(https://wiz-job.com/wp-content/uploads/2024/10/mainpc01.png);	/* 1枚目のパソコン用画像 */
	}
	25% {
		background-image: url(https://wiz-job.com/wp-content/uploads/2024/10/mainpc02.png);	/* 2枚目のパソコン用画像 */
	}
	50% {
		background-image: url(https://wiz-job.com/wp-content/uploads/2024/10/mainpc03.png);	/* 3枚目のパソコン用画像 */
	}
	75% {
		background-image: url(https://wiz-job.com/wp-content/uploads/2024/10/mainpc04.png);	/* 3枚目のパソコン用画像 */
	}
	100% {
		background-image: url(https://wiz-job.com/wp-content/uploads/2024/10/mainpc01.png);	/* 1枚目のパソコン用画像 */
	}
}


.appeal-button{
	position: absolute;/*アイコンを配置する*/
	bottom:40px;/*下から40pxの位置*/
	background-color:initial; /*ボタンの背景色無効化*/
	font-size:.8em; /*文字を少し小さく*/
	color:#FFF;/*アイコンの色はここで設定*/
    left: 0;
    right: 0;
}
/*アイコンを追加*/
.appeal-button:before {
    display:block;
    font-family: "Font Awesome 5 Free";
    font-weight:bold;
    content: "\f103"; /*アイコン指定（シングル矢印は\f107にする）*/
    font-size: 1.5em; /*アイコンの大きさ*/
	animation: move 1s infinite alternate ease-in-out;
}

@keyframes move{
 from {
  transform: translateY(0);
 }
 to {
  transform: translateY(10px);
 }
}




/*ヘッダーモバイルボタンの背景と文字の色を変える*/
.mobile-menu-buttons ,
.mobile-menu-buttons .menu-button > a,
.mobile-menu-buttons .menu-button:hover {
 background: #d88841 !important;
 color: white !important;
}


.mobile-footer-menu-buttons,
.mobile-footer-menu-buttons .menu-button > a,
.mobile-footer-menu-buttons .menu-button:hover {
 background: #d88841 !important;
 color: white !important;
}

.navi-footer-in>.menu-footer{
    /*flex-wrap: nowrap;  フッターメニューを一列に*/
    justify-content: center;
  }
.navi-footer-in a{
   /* font-size: 90%;  /*フッターメニューの文字の大きさを変更*/
  }



/* サイドバー見出し変更 */
.sidebar h3{
	display:none;
background: none!important;/*背景を消す*/
color: #333333;/*文字色*/
font-size: 16px;/*文字の大きさ*/
border-bottom: solid 1px skyblue;/*右側の線の種類・太さ・色*/
position: relative;
padding: 0.5em;/*余白*/
margin: 1.5em 0;/*余白*/
}



/* PC用のCSSはメディアクエリの外に記述する */
	.parts-fhd{
		display:block;
	}
	.parts-uxga{
		display:none;
	}


.box-menus{
	border:0;	
}


.box-menu{
	/*border: 0px solid #F8F8F8;
	border-radius: 4px;*/
	border:none;
	padding: 0;
	min-height: 0;
}

.box-menu-icon{
	border:none;
}

.box-menu-icon img{
	transition:0.3s all;
}

.box-menu-icon img:hover{
	transform:scale(1.2,1.2);
	transition:0.8s all;
}

.box-menu-label,
.box-menu-description{
	display: none;
}

.box-menu-icon *{
	margin: 0;
	max-width: 100%;
	max-height: 300px;
	border:0;

}


.nwa .box-menu {
	width: 47%;
		margin: 1.5% auto;
	border:0;

}

.front .box-menu {
	width: 24%;
	margin: 5px auto;
	border:0;
}

.new-entry-card-thumb{

}
.new-entry-card-thumb{
    display: flex;
    flex-wrap: wrap;}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media (max-width: 1980px) {
				/* 1600px以下に適用されるCSS（UXGA用） */
				.parts-fhd{
					display:none;
				}
				.parts-uxga{
					display:block;
				}

				.nwa .box-menu {
					width: 47%;
					margin: 5px auto;

				}
			.front .box-menu {
				width: 24%;
				margin: 5px auto;
			}
}

@media screen and (max-width: 959px) {
			/* 959px以下に適用されるCSS（タブレット用） */

				.front .box-menu {
					width: 47%;
					margin: 5px auto;
				}
	
	
				/*画面縦幅いっぱいになるように設定*/
				.appeal {
					min-height: calc(100vh - 84px); /* スマホ画面での高さ */
					/*display:none;*/
				}
	
				@keyframes image_anime {
					0% {
						background-image: url(https://wiz-job.com/wp-content/uploads/2024/10/mainsp01.png);	/* 1枚目のスマホ用画像 */
					}
					25% {
						background-image: url(https://wiz-job.com/wp-content/uploads/2024/10/mainsp02.png);	/* 2枚目のスマホ用画像 */
					}
					50% {
						background-image: url(https://wiz-job.com/wp-content/uploads/2024/10/mainsp03.png);	/* 3枚目のスマホ用画像 */
					}
					75% {
						background-image: url(https://wiz-job.com/wp-content/uploads/2024/10/mainsp04.png);	/* 3枚目のスマホ用画像 */
					}
					100% {
						background-image: url(https://wiz-job.com/wp-content/uploads/2024/10/mainsp01.png);	/* 1枚目のスマホ用画像 */
					}
				}
				

}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
				.ect-vertical-card .entry-card-wrap {
					width: 100%;
					display: inline-block;
				}		 

	  			.article .widget-entry-cards.card-large-image .a-wrap {
    				width: 100%;
					display: inline-block;

				}
	
	
		/*.front .box-menu {
			width: 90%;
			margin: 5px auto;
		}
		.nwa .box-menu {
			width: 80%;
			margin: 1.5% auto;

		}*/
	
}

