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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/************************************
** すべてのページのタイトル・投稿日・編集者を非表示にする
************************************/
.entry-title {
display: none;
}
.date-tags {
display: none;
}
.footer-meta {
display: none;
}
/************************************
** 動画
************************************/
.home-header, .home .jumbotron{
	display: none;
}
.home .site-header{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
	width: 100vw;
	z-index: 2;
}

.header_wrap{
	position: relative;
	width: 100vw;
	height: 100vh;
	margin: 0 calc(50% - 50vw - 10px);
}
.header_movie{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: 1;
}
.header_movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}
.header_text{
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.header_text h2{
	font-size: 	32px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 8px #000;
	margin-bottom: 30px;
}
.header_text h3{
	font-size: 16px;
	color: #fff;
	text-shadow: 2px 2px 8px #000;
	margin-top: 10px;
}
.arrow{
	position: absolute;
	top: 85%;
	left: 50%;
	width: 30px;
  height: 30px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg) translatex(-30px);
	z-index: 2;
}
.down{
  position: absolute;
	top: 82%;
	left: 50%;
	transform: translatex(-50px);
	color: #fff;
	z-index: 2;
}
video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.header_text h4 {
	font-size: 18px;
	color:#ffffff;
}
@media(max-width:600px){
.header_text h2{
	font-size: 	18px !important;
	margin-bottom: 5;
}
}

span.tl {
   display: inline-block;
}
/************************************
** お知らせ
************************************/
div.whatsnew {
    margin: 50px;
}
div.whatsnew dl {
    padding: 15px;
}
div .whatsnew hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ED6D13;
}
/* --------------------------------
 見出しリセット
-------------------------------- */
/* 見出し2 */
.article h2{
background:none;
padding: 0;
}

/* 見出し3 */
.article h3{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
}

/* 見出し4 */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
}

/* 見出し5 */
.article h5{
border-bottom:none;
padding: 0;
}

/* 見出し6 */
.article h6{
border-bottom:none;
padding: 0;
}
/* --------------------------------
 H3のデザイン変更 
-------------------------------- */
h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px !important;
	text-align: center;
	margin-bottom: 30px;
}

h3::before,
h3::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #ed6d13;
}

h3::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
h3::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.category-page-content h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px !important;
	text-align: center;
	margin-bottom: 30px;
	padding: 50px 0px;
}
.entry-content h4 {
 border-bottom: 2px dashed #ed6d13;
 width: 300px;
 padding-top: 30px;
}
/************************************
** トップのカテゴリ表示①
************************************/
#top-category01 img {
	border-radius: 60px;
}
.top-category01-r {
 	margin-left: -20%;
 	background: #ed6d13;
  border-radius: 80% 30% 50% 40%/50%;
	height: 150px;
	padding: 30px;
}
.top-link01 {
	border-radius: 20px;
}
.top-hover-zoom {
  transition: transform 0.3s;
}

.top-hover-zoom:hover {
  transform: scale(1.2);
}
.top-category01-r h1{
	font-size: 2.5em;
	color:#000000;
    margin-bottom: 10px;
    font-weight: 400;
	position: relative;
	top: -55%;
	font-family: "Caveat",cursive;
	transform: rotate(-4deg);
}
.top-category01-r h5{
	font-size: 1.5em;
	color:#ffffff;
    margin-bottom: 10px;
    font-weight: 400;
	position: relative;
	top: -45%;
	left:5%;
	font-family: "Caveat",cursive;
	transform: rotate(-3deg);
	  text-shadow:1px 1px 0 #ed6d13, -1px -1px 0 #ed6d13,
              -1px 1px 0 #ed6d13, 1px -1px 0 #ed6d13,
              0px 1px 0 #ed6d13,  0-1px 0 #ed6d13,
              -1px 0 0 #ed6d13, 1px 0 0 #ed6d13;
}
@media(max-width:600px){
.top-category01-r {
 	margin-left: -5%;
 	background: #ed6d13;
  border-radius: 80% 30% 50% 40%/50%;
	height: 150px;
	padding: 30px;
}
}
/************************************
** トップのカテゴリ表示②
************************************/
#top-category02 img {
	border-radius: 60px;
}
.top-category02-r {
 	margin-right: -20%;
 	background: #ed6d13;
  border-radius: 70% 30% 65% 35% / 38% 49% 51% 62%;
	height: 150px;
	padding: 30px;
  position:relative;
}
.top-link02 {
	border-radius: 20px;
}
.top-hover-zoom {
  transition: transform 0.3s;
}

.top-hover-zoom:hover {
  transform: scale(1.2);
}
.top-category02-r h1{
	font-size: 2.5em;
	color:#000000;
    margin-bottom: 10px;
    font-weight: 400;
	position: relative;
	top: -55%;
	font-family: "Caveat",cursive;
	transform: rotate(-4deg);
}
.top-category02-r h5{
	font-size: 1.5em;
	color:#ffffff;
    margin-bottom: 10px;
    font-weight: 400;
	position: relative;
	top: -45%;
	left:5%;
	font-family: "Caveat",cursive;
	transform: rotate(-3deg);
	  text-shadow:1px 1px 0 #ed6d13, -1px -1px 0 #ed6d13,
              -1px 1px 0 #ed6d13, 1px -1px 0 #ed6d13,
              0px 1px 0 #ed6d13,  0-1px 0 #ed6d13,
              -1px 0 0 #ed6d13, 1px 0 0 #ed6d13;
}
@media(max-width:600px){
.top-category02-r {
 	margin-right: -5%;
 	background: #ed6d13;
  border-radius: 70% 30% 65% 35% / 38% 49% 51% 62%;
	height: 150px;
	padding: 30px;
}
}
/************************************
** トップの全てを表示ボタン
************************************/
.is-style-outline {
    color: #ed6d13 !important;
	font-size:16px;
}
/************************************
** リンクの色を変化させない
************************************/
a {
    color: inherit;
    text-decoration: none;
}
/************************************
** 全体背景
************************************/
.content {
  background-image: 
    /* 1枚目の背景画像のパス */
    url(https://r-psg02.r-partner.jp/wp-content/uploads/2023/05/682a5917c4c2215965a146d7f046f1a4-3.webp),
    /* 2枚目の背景画像のパス */
    url(https://r-psg02.r-partner.jp/wp-content/uploads/2023/05/682a5917c4c2215965a146d7f046f1a4-3.webp);

  background-position:
    /* 1枚目の背景画像の表示位置 */
    left 5px top,
    /* 2枚目の背景画像の表示位置 */
    right 5px top;

  background-repeat:
    /* 1枚目の背景画像の設定 */
    repeat-y,
    /* 2枚目の背景画像の設定 */
    repeat-y;

  background-size:
    /* 1、2枚目の背景画像の共通サイズ */
    20px;
}
/************************************
** パソコンモバイル切り分け
************************************/
.PcOnly{
  display:block;
}
.PhoneOnly{
  display:none;
}
@media screen and (max-width: 834px){
  .PcOnly{
    display:none;
  }
  .PhoneOnly{
    display:block;
  }
}
/***********************************
ナビのエントリー変更
***********************************/
      #navi li.navi-last {
        background-color: #ed6d13;
      }

      #navi li.navi-last a {
        display: block;
        width: 100%;
        height: 100%;
        color: white;
      }

      #navi li.navi-last a:hover {
        color: initial;
        background-color: white;
      }
/***********************************
画像を角丸
***********************************/
.wp-block-column img {
	border-radius: 30px;
}
.post img {
	border-radius: 30px;
}
.pager-post-navi img {
	border-radius: 30px;
}
/***********************************
社員を知るのスライダー　上下カット
***********************************/
.pcp-carousel-wrapper .sp-pcp-carousel {
    padding-bottom: 0px;
    padding-top: 0px;
}
/***********************************
戻るボタンを透過
***********************************/
.go-to-top .go-to-top-button {
  background: rgba(255,255,255,0.7);

}
/***********************************
メニューの上下を開ける
***********************************/
div#header-container {
	padding: 20px 10px 20px;
}
.eye-catch img {
	padding-top: 50px;
    padding-bottom: 100px;
}
/***********************************
カテゴリーラベル非表示
***********************************/
.cat-label{
display: none;
}
/***********************************
カテゴリータイトル非表示
***********************************/
.archive-title{
display: none;
}
/***********************************
カテゴリーリンク非表示
***********************************/
.cat-link{
display: none;
}
/***********************************
フッター上を開ける
***********************************/
.content-bottom {
    padding-top: 100px;
}
/***********************************
記事下を開ける
***********************************/
.under-entry-content {
    padding-top: 100px;
}
/***********************************
パンくずナビの上を開ける
***********************************/
.breadcrumb {
	padding-top: 80px !important;
}
/***********************************
インスタグラムのテキスト非表示
***********************************/
#sbi_images .sbi_item {
  color: transparent;
  text-shadow: none;
  border: none;
}
#sbi_images .sbi_item　hover {
  color: transparent;
}
/* 

**オーバーレイメッセージ

#full-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, .5);
  display: block; /* 初めから表示 */
  z-index: 999;
}

#full-overlay .inner {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 95%;
	height: 95%;
  padding: 40px 10px;
  transform: translate(-50%, -50%);
  color: rgba(50, 50, 50, 1);
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
#full-overlay .inner .small-text {
  font-size: 80%; /* 小さなフォントサイズを適用 */
}
*/