@charset "utf-8";
/*
Template: rockettimes
Theme Name: rockettimes_custom
Theme URI:
Version: 3.17.1
Author: 
Author URI: 
*/



h1 {
	text-align: center;
	margin-bottom: 3em !important;
}


//////////////////////////////

/*　　post17のトップページ　　*/

//////////////////////////////


/*トップページのみヘッダー非表示*/
.page-id-17 header {
 position:relative;
}
.page-id-17 header .inner-header {
 position:absolute;
 /* clipは、position:absolute or fixed が必要　*/ 
 clip: rect(1px, 1px, 1px, 1px);
 overflow:hidden;
}
.page-id-17 header {
 display: none;
}


/*トップページ　横幅100%*/
.post-17 .topimgwrap,
.post-17 .topcontents {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	position: relative;
}



.topimg {
  width: 100%;
  height: 100vh;
  background-image: url(https://times.rocketchop.jp/system/wp-content/uploads/2023/01/himejicastle.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0 bottom 0;
}
@media screen and (max-width: 900px){
.topimg {
  background-position: center;
}
}



/*トップページ　イメージ上ロゴ&テキスト*/
.post-17 .toptitlearea {
	position: absolute;
	color: white;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	text-align: center;
}



.post-17 .toptitlearea h2 {
	background-color: initial !important;
	font-size: 2.5em !important;
}


/*トップページ　テキストスタイル*/
.post-17 .toptitlearea h2,
.post-17 .toptitlearea p,
.post-17 .toptitlearea img {
	margin: 0 !important;
	padding: 0 !important;
}

.post-17 .topcontents .h2title {
background: #213C69 !important;
padding: 2em 1em;
}

.post-17 .topcontents h2 {
color: #fff !important;
background-color: initial !important;
box-shadow: none !important;
font-size: 3em;
text-align: center;
margin-top: 3em !important;
margin-bottom: 3em !important;
border-radius: initial;
}

.post-17 .topcontents h2:nth-child(1) {
/*margin-top: -3em !important;*/
color: #213C69 !important;
background-color: white !important;
}

.post-17 .topcontents .tategaki {
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
margin: auto;
letter-spacing: 0.8em;
height: 150vh;
}

/*1文字ずつ表示*/
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}


.post-17 .topcontents p {
text-align: center;
}


/*トップページ img p の包括*/

.post-17 .topwrap01_1,
.post-17 .topwrap01_2,
.post-17 .topwrap01_3,
.post-17 .topwrap01_4 {
position: relative;
height: 200px;
margin-bottom: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*1*/
.post-17 .topwrap01_1 .topimg01 {
position: absolute;
left: 20%;
top: 0;
width: 200px;
height: 200px;
z-index: 0 !important;
}
.post-17 .topwrap01_2 .topimg01 {
position: absolute;
left: 20%;
top: 0;
width: 200px;
height: 200px;
z-index: 0 !important;
}
.post-17 .topwrap01_3 .topimg01 {
position: absolute;
left: 20%;
top: 0;
width: 200px;
height: 200px;
z-index: 0 !important;
}
.post-17 .topwrap01_4 .topimg01 {
position: absolute;
left: 20%;
top: 0;
width: 200px;
height: 200px;
z-index: 0 !important;
}



.post-17 .topwrap01_1 .topp01,
.post-17 .topwrap01_2 .topp01,
.post-17 .topwrap01_3 .topp01,
.post-17 .topwrap01_4 .topp01 {
position: absolute;
z-index: 10 !important;
width: 40%;
right: 20%;
text-align: left;
}


.top01under {
text-align: center;
margin-top: 10em;
}

.top01under p,
.top01under .h2black {
font-size: 2em;
font-weight: bold;
}


/*2*/
.post-17 .topwrap02 {
text-align: center;
}
.post-17 .topwrap02 .topimg02 {
width: 600px;
height: 600px;
margin-bottom: 200px;
}
.post-17 .topwrap02 .topp02 {
width: 70%;
font-size: 3em;
font-weight: bold;
margin: auto;
}




/*3*/
.post-17 .topwrap03 {
text-align: center;
margin: auto;
}
.post-17 .topwrap03 .topimg03 {
width: 500px;
height: 500px;
}
.post-17 .topwrap03 .topp03 {
width: 70%;
margin: 2em auto;
font-size: 2em;
font-weight: bold;
}








/*LINE風*/
/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
  /*max-width: 450px;*/
  margin: 15px auto;
  text-align: right;
  font-size: 2em;
  /*background: #7da4cd;*/

}

/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 0 20% 0 10%;
  padding: 1% 5%;
  /*max-width: 250px;*/
  border-radius: 12px;
  background: #edf1ee;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
text-align: left !important;
}

/*以下、③右側の緑コメント*/
.mycomment {
  margin: 2em 0 7em 0;
}
.mycomment p {
  display: inline-block;
  position: relative; 
  margin: 0 10% 0 20%;
  padding: 1% 5%;
  /*max-width: 250px;*/
  border-radius: 12px;
  background: #30e852;
  /*font-size: 15px*/
text-align: left !important;
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}













/*4*/
.post-17 .topwrap04 {
position: relative;
/*height: 500px;*/
}
.post-17 .topwrap04 .topimg04 {
}
.post-17 .topwrap04 .topp04 {
text-align: center;
}






/*お申し込みボタン*/
/* application_button */
.application_button a {
    background: #3aa625;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 50%;
    padding: 5%;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border-radius: 10px;
    border-bottom: 15px solid #2f6f22;
    overflow: hidden;
text-decoration: none;
font-size: 3em;
}
.application_button a:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.application_button a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient( 130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
  animation: shine 3s infinite;
}
@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.application_button a:after {
  content: '»';
  display: inline-block;
  color: #fff;
  padding-left: 10px;
  font-size: 20px;
}








/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 1px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}
table.CF7_table p {
	text-align: left !important;
	margin: 3em;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
		border: none;
	}
	.CF7_table tr td p{
text-align: center !important;		
	}
	table.CF7_table textarea,
	table.CF7_table input {
		width: 100% !important;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:100px;
	margin-bottom:100px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}




/*トップページレスポンシブ*/
/*PC*/
@media screen and (max-width: 1000px){
.post-17 .topwrap01_1 .topimg01,
.post-17 .topwrap01_2 .topimg01,
.post-17 .topwrap01_3 .topimg01,
.post-17 .topwrap01_4 .topimg01 {
left: 15%;
}
.post-17 .topwrap01_1 .topp01,
.post-17 .topwrap01_2 .topp01,
.post-17 .topwrap01_3 .topp01,
.post-17 .topwrap01_4 .topp01 {
position: absolute;
right: 15%;
}

.application_button a {
    max-width: 80%;
font-size: 2em;
}



}

/*PC-タブレット*/
@media screen and (max-width: 767px){
.post-17 .topwrap01_1 .topimg01,
.post-17 .topwrap01_2 .topimg01,
.post-17 .topwrap01_3 .topimg01,
.post-17 .topwrap01_4 .topimg01 {
left: 10%;
}
.post-17 .topwrap01_1 .topp01,
.post-17 .topwrap01_2 .topp01,
.post-17 .topwrap01_3 .topp01,
.post-17 .topwrap01_4 .topp01 {
position: absolute;
right: 10%;
}

table.CF7_table input {
width: initial !important;
}


}

/*スマホ*/
@media screen and (max-width: 480px){


.post-17 .toptitlearea{
width: 70%;
}

.post-17 .topwrap01_1,
.post-17 .topwrap01_2,
.post-17 .topwrap01_3,
.post-17 .topwrap01_4 {
position: initial;
margin-bottom: 3em;
  display: initial;
  justify-content: initial;
  align-items: initial;
}


.post-17 .topwrap01_1 .topimg01,
.post-17 .topwrap01_2 .topimg01,
.post-17 .topwrap01_3 .topimg01,
.post-17 .topwrap01_4 .topimg01 {
left: initial;
display: block;
margin: auto;
position: initial;
}
.post-17 .topwrap01_1 .topp01,
.post-17 .topwrap01_2 .topp01,
.post-17 .topwrap01_3 .topp01,
.post-17 .topwrap01_4 .topp01 {
position: initial;
right: initial;
margin: 2em auto 4em auto;
width: 70% !important;
}

.top01under p {
font-size: 2em !important;
font-weight: bold;
}

.top01under .h2black {
font-size: 3em !important;
font-weight: bold;
}


.top01under img {
width: 95%;
}


.post-17 .topwrap02 .topimg02 {
width: initial;
height: initial;
margin-bottom: 2em;
}

.post-17 .topwrap02 .topp02 {
font-size: 2em;
}


.post-17 .topwrap03 .topimg03 {
width: initial;
height: initial;
}

.line-bc {
font-size: 1em;
}

.says {
margin: 0 20% 0 5%;
}

.mycomment p{
margin: 0 5% 0 20%;
}


.application_button a {
    max-width: 80%;
font-size: 1em;
}


table.CF7_table p {
margin: 1em;
}


}




/*広告掲載企業ページ*/

.adcompany {
    display: flex;
    width: 100%;
    font-size: 0.85em;
    border-bottom: 3px solid #000000;
    padding-bottom: 3em;
    padding-top: 3em;
}
.adcompany:first-child {
    border-top: 3px solid #000000;
	/*margin-top: 50px !important;*/
}
.adcompany:last-child {
 	margin-bottom: 50px !important;
}
.adcompany .companyarea {
    width: 40%;
}

.adcompany .companyarea .logoarea {
		width: 60%;
		margin: auto;
		text-align: center;
}

.adcompany .companyarea img {
		max-height: 100px;
margin-bottom: 2.5em;
}
.adcompany .companyarea .companyinfo {
    /*padding-left: 5%;
    padding-right: 5%;*/
padding: 5%;
background: #f5f5f5;
border-radius: 20px;
margin: 0 5%;
}

.adcompany .companyarea .companyinfo p:last-child {
margin-bottom: 0;
}

.adcompany .companyarea .companyinfo h3 {
    font-size: 1.25em;
    border-left: 5px solid #213c69;
    padding: 5px 0 5px 10px;
	margin: 0 0 20px;
	
}
.adcompany .companyarea .companyinfo h3::after {
	background: none;
}

.adcompany .companyarea .companyinfo p {
    display: table;
	margin-bottom: 10px;
word-break: break-all;
}
.adcompany .companyarea .companyinfo p .text_bold {
    display: table-cell;
    min-width: 100px;
    font-weight: bold;
}
.adcompany .interviewarea {
    border-left: 1px solid rgba(178, 178, 178, 0.5);
    padding: 0 2.5%;
    width: 60%;
}
.adcompany .interviewarea .interviewcatchcopy {
    font-size: 1.5em;
    font-weight: bold;
    color: #black;
margin-bottom: 1em;
background: linear-gradient(transparent 70%, yellow 0%);
  display: inline;
}
.adcompany .interviewarea p {
margin: 1em 0 0;
}

@media screen and (max-width:800px){
.adcompany {
    display: block;
}
.adcompany .companyarea {
    display: initial;
}
	.adcompany .companyarea .logoarea {
		width: 60%;
		padding: 1em 0 0 0;
		margin: auto;
		text-align: center;
	}
	.adcompany .companyarea img {
		width: initial;
		max-height: 100px;
	}
	.adcompany .companyarea .companyinfo {
    width: initial;
    padding: 5%;
margin: 0 0 2em;
	}
.adcompany .interviewarea {
    border-left-style: none;
    width: 100%;
}
.adcompany .interviewarea .interviewcatchcopy {
	margin: 2em 0 1em;
}
}














/*ふわっとフェードイン*/
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}







/*Googlerecaptcha非表示*/
.grecaptcha-badge { visibility: hidden; }


