@charset "utf-8";
/*
Theme Name: 有限会社サイバーウェーブ
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500&family=Roboto:wght@900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
line-height:1.5;
font-family: 'Noto Sans JP',
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
color:#333;
-webkit-text-size-adjust: none;
font-weight: 400;
}

img{max-width:100%;height:auto;}

.pc{display:block;}
.sp{display:none;}

@media only screen and (max-width:1024px){
body {font-size: 90%;}
.pc{display:none;}
.sp{display:block;}
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}


/* リンク設定
------------------------------------------------------------*/
a{
  margin:0;
  padding:0;
  text-decoration:underline;
  outline:0;
  vertical-align:baseline;
  background:transparent;
  font-size:100%;
  color: #000;
}

a:hover, a:active{
  -webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
  outline: none;
  text-decoration:none;
}


/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea,select,input[type="email"]{
  vertical-align:middle;
  max-width:90%;
  line-height:30px;
  height:30px;
  padding:1px 5px;
  border:1px solid #d4d4d7;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  font-size:100%;
  color:#555;
  background:#fcfcfc;
}

textarea{
  height:auto;
  line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
  padding:3px 10px;
  background: #5a0000;
  background: -moz-linear-gradient(top, #781f12 0%, #5a0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#781f12), color-stop(100%,#5a0000));
  background: -webkit-linear-gradient(top, #781f12 0%,#5a0000 100%);
  background: -o-linear-gradient(top, #781f12 0%,#5a0000 100%);
  background: -ms-linear-gradient(top, #781f12 0%,#5a0000 100%);
  background: linear-gradient(to bottom, #781f12 0%,#5a0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#781f12', endColorstr='#5a0000',GradientType=0 );
  border:0;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  line-height:1.5;
  font-size:100%;
  color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
  background: #5a0000;
  background: -moz-linear-gradient(top, #5a0000 0%, #781f12 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a0000), color-stop(100%,#781f12));
  background: -webkit-linear-gradient(top, #5a0000 0%,#781f12 100%);
  background: -o-linear-gradient(top, #5a0000 0%,#781f12 100%);
  background: -ms-linear-gradient(top, #5a0000 0%,#781f12 100%);
  background: linear-gradient(to bottom, #5a0000 0%,#781f12 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a0000', endColorstr='#781f12',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}




/* レイアウト
------------------------------------------------------------*/

.inner{
  margin:0 auto;
  width:1100px;
}

.inner:after{content: "";clear: both;display: block;}

#header{overflow:hidden;}

#wrapper {
  margin-top: 20px;
}

#top-content{}

#content-sub{
  float:right;
  width:800px;
  padding:30px 0;
}

#sidebar{
  float:left;
  width:265px;
  padding:30px 0;
}

#footer {
  clear: both;
  padding: 30px 0;
  background: #F2F5F7;
  font-size: 90%;
  margin-top: 50px;
}


@media only screen and (max-width:1100px){
  #wrapper{overflow: hidden;margin-top: 57px;}
  .inner{
    width:auto;
    padding:0 20px;
    margin: 0 20px;
  }
  #content-sub {
    width: 68%;
  }
  #sidebar{
    width:28%;
  }
}

@media only screen and (max-width:813px){
  #content-sub, #sidebar {
    float: none;
    width: auto;
    padding: 0 20px 30px;
  }
}


/* ヘッダー
*****************************************************/
/* メインメニュー
------------------------------------------------------------*/
.header-inner{padding:0 15px;}

#top-head {
  top: -100px;
  width: 1100px;
  position: absolute;
  margin: 100px auto 0;
  padding: 10px 0;
  line-height: 1;
  z-index: 999;
  background: #fff;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#top-head a,
#top-head {
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

#top-head{
  width: 100%;
  border-bottom-right-radius: 0;
  padding: 0;
}
#top-head .logo{
  left: 10px;
  top: 5px;
}
.header-inner{padding:0;}

#top-head {
  top: 0;
  position: fixed;
  margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
  padding-top: 0;
  /*background: transparent;*/
}
#mobile-head {
  width: 100%;
  height: 56px;
  z-index: 999;
  position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
  position: absolute;
  left: 13px;
  top: 5px;
  color: #333;
  font-size: 26px;
  width:230px;
}
#global-nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -500px;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#global-nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  float: none;
}
#global-nav ul li {
  float: none;
  position: static;
  padding-left: 0;
  background: none;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
  width: 100%;
  display: block;
  color: #000;
  padding: 18px 0;
}
#nav-toggle {
  display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
}

/*メニューここまで*/
@media screen and (min-width: 901px) {
.sp-none{display:none;}
}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h1{
  padding:10px 0 0 3px;
  color: #781f12;
  font-size:90%;
  font-weight:normal;
}


/*パンくず*/
.crumbs {
  margin-top: 90px;
  font-size: 95%;
  margin-bottom: 30px;
}

.crumbs ul{width:1100px;margin:0 auto;}

.crumbs li{
  display: inline-block;
}
.crumbs li::after{
  content:'›';
  padding:0 7px;
  color: #666;
}
.crumbs li:last-child::after{display: none;}
@media only screen and (max-width: 1100px){
  .crumbs ul{width: auto;}
}



/* タイポグラフィ
*****************************************************/


img.aligncenter {
  display: block;
  margin:5px auto;
}

img.alignright, img.alignleft{
  padding:4px;
  margin:0 0 2px 7px;
  display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}
.center{text-align:center;}


#copyright{
  clear:both;
  padding:5px;
  text-align:center;
  font-style:normal;
  font-size:85%;
  zoom:1;
  margin-bottom: 0;
}



/*上に戻る*/
.page_top {
	position:fixed;
	bottom:10px;
	right:15px;
	padding:0;
	color:#fff;
	font-size:20px;
	text-decoration:none;

}
.page_top:hover {

	opacity:0.5;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
  clear:both;
  width: 100%;
  height: 30px;
  margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
  clear:both;
  color:#5a0000;
  text-align:center;
}

/* 共通
------------------------------------------------------------*/

/*アニメーション*/
.effect-fade {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 1000ms;
}

.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}


.effect-slide-left{
    opacity : 0;
    transform : translate(-1000px, 0);
    transition : all 1500ms;
}
.effect-slide-left.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}
.effect-slide-right{
    opacity : 0;
    transform : translate(1000px, 0);
    transition : all 1500ms;
}
.effect-slide-right.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}

/*ボタン*/
.btn-blue{text-align: center;}
.btn-blue a{
  display: inline-block;
  background: #268AD6;
  color: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  min-width: 150px;
  text-decoration: none;
  margin-bottom: 15px;
}

/*背景*/
.bg-whiteblue{background: #F2F5F7;}
.bg-lightblue{background: #E4EEF4;}

/*余白*/
.mb30{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}

/* トップページ
------------------------------------------------------------*/

/* メインイメージ */
.bg-lp-slide {
  background: url(images/page-lp-recruit-img/lp-bg-slide01.jpg);
  background-size: cover;
  background-position: center center;
  padding: 5%;
}
.bg-lp-slide figure:nth-child(1) img {
  width: 50%;
}
.bg-lp-slide figure:nth-child(2) img {
  width: 37%;
}
.bg-lp-slide figure:nth-child(3) img {
  width: 29%;
}

.mainimg_title{margin-bottom:30px;}


/* 共通 */
.sub-recruit-construction .h2-title {
  text-align: center;
  margin-bottom: 40px;
}
.sub-recruit-construction .h2-title br{display:none;}

.sub-recruit-construction h2 {
  font-weight: 800;
  font-size: 180%;
  letter-spacing: 5px;
  margin-bottom: 10px;
  line-height: 1.8em;
}

.sub-recruit-construction h2 strong {
  background: #255698;
  color: #fff;
  padding: 5px 10px;
}

.sub-recruit-construction .sub-title {
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 75%;
  color: #255698;
}

.sub-recruit-construction h3 {
  font-weight: 800;
  font-size: 162%;
  letter-spacing: 5px;
}

.sub-recruit-construction h4 {
  font-weight: 800;
  font-size: 125%;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

.sub-recruit-construction p{
  font-size:90%;
  letter-spacing: 3px;
  margin-bottom: 20px;
  line-height: 1.7em;
}

.bg-gray {background: #F0F0F0;}
.bg-white {background: #fff;}
.bg-blue {background: #D6E8F5;}
.bg-deep-blue {background: #255698;}

.right-line .wp-block-column:first-child {
  border-right: 1px dotted;
  padding-right: 30px;
  padding-bottom: 20px;
}

.sub-recruit-construction strong{
  font-weight:800;
  background: linear-gradient(transparent 60%, #FFE200 60%);
  margin-right: 5px;
}

.sub-recruit-construction .big-txt {
  font-weight: 800;
  font-size: 125%;
}

.sub-recruit-construction .txt-white{color:#fff;}

@media screen and (max-width: 800px){
  .right-line .wp-block-column:first-child {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px dotted;
  }
}

@media screen and (max-width: 500px){
  .sub-recruit-construction h2 {font-size: 120%;}
  .sub-recruit-construction h3 {font-size: 110%;}
  .sub-recruit-construction h4 {font-size: 100%;}
  .sub-recruit-construction .h2-title br{display:block;}
  .sub-recruit-construction .h40{height: 40px!important;}
  .sub-recruit-construction .h20{height: 20px!important;}
}



/* 建設会社の新卒採用における現場担当者の悩み */
.nayami {
  background: url(images/page-lp-recruit-img/nayami-img01.png) no-repeat right bottom / 238px;
}

.nayami-container {
  width: 77%;
}

.nayami-box {
  background:#D6E8F5;
  padding: 2% 1% 3% 2%;
  clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
}

.nayami-box h3 {
  font-weight: 800;
  font-size: 125%;
  letter-spacing: 3px;
}

.nayami-box  :where(.wp-block-columns.is-layout-flex){
  gap: unset;
}

.nayami-box .wp-block-columns .wp-block-column {
  margin-right: 10px;
}

@media screen and (max-width: 800px){
  .nayami {
    padding-bottom: 310px;
    background-position: bottom center;
  }
  .nayami-container {
    width: 100%;
  }
  .nayami-box .wp-block-columns {
    margin-bottom: 0;
  }
  .nayami-box .wp-block-columns .wp-block-column:nth-child(1) {
    flex-basis: 10%!important;
  }
  .nayami-box .wp-block-columns .wp-block-column:nth-child(2) {
    flex-basis: 85%!important;
  }
}

@media screen and (max-width: 500px){
  .nayami-box .wp-block-columns .wp-block-column:nth-child(2) {
    flex-basis: 80%!important;
  }
  .nayami-box {
    padding-top: 20px;
  }
  .nayami-box .wp-block-columns{}
}


/* 求職者が必要としている 情報発信 できていますか？ */

.information-container{
  padding:7% 0;
}

.growth-container,.benefit-container {
  padding: 4% 4% 1%;
  border-radius: 20px;
}

.sub-recruit-construction p.benefit-box {
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 125%;
  font-weight: 800;
  text-indent: -1.2em;
  padding-left: 2em;
}

.sub-recruit-construction p.benefit-box strong {
  font-size: 120%;
}

@media screen and (max-width: 500px){
  .benefit-container .wp-block-columns {
    padding: 0;
    margin: 0;
  }
  .sub-recruit-construction p.benefit-box{
    font-size: 110%;
  }
}

/* 建設業の新卒採用に特化した ホームページ制作サービス */

.service-container {
  border-radius: 20px;
  padding: 6% 3% 4% 5%;
}

@media screen and (max-width: 800px){
  .tokka .wp-block-image img{
    height:300px;
    width:auto;
  }
}

/* 制作実績 */
.works-container {
  padding: 6% 0 4%;
}

.works-container figcaption.wp-element-caption {
  text-align: center;
  font-weight: 800;
  font-size: 125%;
  letter-spacing: 3px;
}

/* 料金プラン */
.plan-container {
  padding: 6% 0 4%;
}

.sub-recruit-construction .plan-container h2,
.sub-recruit-construction .plan-container .sub-title {
  color: #fff;
}

.plan-container .wp-block-column {
  padding: 1%;
  border-radius: 20px;
}

.sub-recruit-construction .plan-container h3 {
  font-size: 110%;
  text-align: center;
  letter-spacing: 4px;
  padding: 37px 0;
  border-radius: 10px;
  margin-bottom: 10px;
}

.sub-recruit-construction .plan-container .wp-block-column:nth-child(1) h3 {background: #E0F1FF;}
.sub-recruit-construction .plan-container .wp-block-column:nth-child(2) h3 {background: #D9EFFF;}
.sub-recruit-construction .plan-container .wp-block-column:nth-child(3) h3 {background: #C7E6FF;}
.sub-recruit-construction .plan-container .wp-block-column:nth-child(4) h3 {
  background: #9DD3FF;
  padding: 10px 0;
}

.sub-recruit-construction .plan-container .wp-block-column:nth-child(4) h3 em {
  font-weight: normal;
  font-size: 90%;
  letter-spacing: 2px;
}

.sub-recruit-construction .plan-container .wp-block-column .wp-block-table td {
  border: none;
  border-bottom: 5px solid #fff;
  padding: 15px 10px;
}

.sub-recruit-construction .plan-container .wp-block-column .wp-block-table td:nth-child(1) {
  background: #255698;
  color: #fff;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 90%;
  text-align: center;
  border-radius: 7px;
}

@media screen and (max-width: 800px){
  .plan-container .wp-block-column {
    padding: 3%;
  }
}

/* よくある質問 */
.faq-container {
  padding: 5% 0;
}

.sub-recruit-construction .faq-column h3 {
  font-size: 100%;
  background: #EEEEEE;
  padding: 20px 30px;
  border-radius: 10px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

/* お問い合わせ */
.contact-container {
  padding: 5% 0;
}

.sub-recruit-construction p.tel-num {
  font-size: 240%;
  font-weight: 800;
  margin: 20px 0;
}

.contact-container .wp-block-buttons {
  margin: 25px 0;
  font-weight: 800;
  letter-spacing: 3px;
}

.contact-container .wp-block-buttons a {
  width: 100%;
  display: block;
}


/*エフェクト inview*/
.fadeIn_left {
 opacity: 0;
 transform: translate(-50%, 0);
 transition: 1s;
}
.fadeIn_left.is-show {
 transform: translate(0, 0);
 opacity: 1;
}

.fadeIn_right {
 opacity: 0;
 transform: translate(50%, 0);
 transition: 1s;
}
.fadeIn_right.is-show {
 transform: translate(0, 0);
 opacity: 1;
}

.fadeIn_up {
 opacity: 0;
 transform: translate(0, 20%);
 transition: 1s;
}
.fadeIn_up.is-show {
 transform: translate(0, 0);
 opacity: 1;
}

@media only screen and (max-width:500px){
  .fadeIn_left,.fadeIn_right{
    opacity: 1;
    transform: translate(0,0);
    transition: 0;
  }
}