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

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


/************************************
** JSによるclass指定アニメーション(ここから)
************************************/
.body {
	animation: fadein 2s forwards; /*アニメーション指定*/
}

@keyframes fadein {
	0% {opacity: 0} /*アニメーション開始時*/
	100% {opacity: 1} /*アニメーション終了時*/
}
/* クラス単位でのフェードイン設定 */
.fade-in {
    opacity: 0; 
    transition: all 1.5s;
    transform: translate(0,30px);
}
.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* クラス単位での下から遅れてフェードイン設定 */
.fade-in-slide {
    opacity: 0; 
    transition: all 1.5s;
    transform: translate(0,100px);
}
.side-scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* クラス単位での上から遅れてフェードイン設定 */
.fade-in-top{
    opacity: 0; 
    transition: all 2.0s;
	transform: translate(0,-50px);
}
.topside-scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;	
}

/* クラス単位での右横からフェードイン設定 */
.fade-in-rightslide {
    opacity: 0; 
    transition: all 1.5s;
    transform: translate(100px,0);
}
.rightside-scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* クラス単位での左横からフェードイン設定 */
.fade-in-leftslide {
    opacity: 0; 
    transition: all 1.5s;
	transform: translate(-100px,0);
}
.leftslide-scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* imgがスライドイン */
.slide-img.slide-img-scrollin {
	overflow: hidden;
	position: relative;
	display: block;
}
.slide-img-scrollin::before,
.slide-img-scrollin::after {
  animation: 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.slide-img-scrollin::before {
  animation-name: img-wrap-before;
  inset: 0 0 50%;
}

.slide-img-scrollin::after {
  animation-name: img-wrap-after;
  inset: 50% 0 0;
}

@keyframes img-wrap-before {
  100% {
    transform: translateX(100%);
  }
}

@keyframes img-wrap-after {
  100% {
    transform: translateX(-100%);
  }
}
/************************************
** JSによるclass指定アニメーション(ここまで)
************************************/


/************************************
** CSSによるアニメーション(ここから)
************************************/
/* 画面トップの文字 */
@keyframes start-fadein {
	0% {
		opacity: 0;
		transition: all 1.5s;
    	transform: translateY(30px);
	} /*アニメーション開始時*/
	20% {
		opacity: 0;
		transition: all 1.5s;
    	transform: translateY(30px);
	} /*アニメーション開始時*/
	100% {
		opacity: 1
	    transform: translateY() !important;
	} /*アニメーション終了時*/
}
@keyframes start-leftfadein {
	0% {
		opacity: 0;
		transition: all 1.5s;
    	transform: translatex(-30px);
	} /*アニメーション開始時*/
	100% {
		opacity: 1
	    transform: translatex() !important;
	} /*アニメーション終了時*/
}
@keyframes start-rightfadein {
	0% {
		opacity: 0;
		transition: all 1.5s;
    	transform: translatex(100px);
	} /*アニメーション開始時*/
	100% {
		opacity: 1
	    transform: translatex() !important;
	} /*アニメーション終了時*/
}

/* ブラー表示 */

/************************************
** CSSによるアニメーション(ここまで)
************************************/


/**************************************************
/
/ 全体装飾 (ここから)
/
/**************************************************/
/* cormorant-garamondのロード */
/*
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
.c-g_italic{
	font-family: "Cormorant Garamond", serif;
	font-style: italic;
	font-size: 3rem;
}
.c-g_italic::first-letter{
	font-size: 4.5rem;
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
.c-i_italic {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 3.5rem;
}
p.c-i_italic {
	margin-bottom: 0;
}
*/
@font-face {
	font-family: "Noto_Serif_JP";
	src: url('https://chuou-hosyou.co.jp/wp-includes/fonts/NotoSerifJP-VariableFont_wght.woff2') format('woff2'),
	url('https://chuou-hosyou.co.jp/wp-includes/fonts/NotoSerifJP-VariableFont_wght.woff') format('woff'),
}
@font-face {
	font-family: "Cormorant_Garamond_Italic";
	src: url('https://chuou-hosyou.co.jp/wp-includes/fonts/CormorantGaramond-Italic-VariableFont_wght.woff2') format('woff2'),
	url('https://chuou-hosyou.co.jp/wp-includes/fonts/CormorantGaramond-Italic-VariableFont_wght.woff') format('woff'),
}
@font-face {
	font-family: "Cormorant_Garamond";
	src: url('https://chuou-hosyou.co.jp/wp-includes/fonts/CormorantGaramond-VariableFont_wght.woff2') format('woff2'),
	url('https://chuou-hosyou.co.jp/wp-includes/fonts/CormorantGaramond-VariableFont_wght.woff') format('woff'),
}
@font-face {
	font-family: "Cormorant_Infant_Italic";
	src: url('https://chuou-hosyou.co.jp/wp-includes/fonts/CormorantInfant-Italic-VariableFont_wght.woff2') format('woff2'),
	url('https://chuou-hosyou.co.jp/wp-includes/fonts/CormorantInfant-Italic-VariableFont_wght.woff.woff') format('woff'),
}
@font-face {
	font-family: "Cormorant_Infant";
	src: url('https://chuou-hosyou.co.jp/wp-includes/fonts/CormorantInfant-VariableFont_wght.woff2') format('woff2'),
	url('https://chuou-hosyou.co.jp/wp-includes/fonts/CormorantInfant-VariableFont_wght.woff') format('woff'),
}


@font-face {
	font-family: "Noto_Serif_JP";
	src: url('https://chuou-hosyou.co.jp/wp-includes/fonts/NotoSerifJP-VariableFont_wght.woff2') format('woff2'),
	url('https://chuou-hosyou.co.jp/wp-includes/fonts/NotoSerifJP-VariableFont_wght.woff') format('woff'),
}
body{
	font-family: "Noto_Serif_JP", sans-serif;
	/*
	font-weight: 400;
	font-style: normal;
	font-family: "source-han-sans-vf", sans-serif;
	*/
}


.spacer30{
  height: 30px;
  width: 100%;
}
.spacer30-sp{
  height: 30px;
  width: 100%;
  display: none;
} 
.spacer40{
  height: 40px;
  width: 100%;
}
.spacer50{
  height: 50px;
  width: 100%;
}
.spacer50-sp{
  height: 50px;
  width: 100%;
}


/* リストのpadding設定 */
ol, ul {
    padding-left: 20px;
}


/* テーブルの初期値(cocoon)をクリア */
table tr:nth-of-type(2n+1) {
    background-color: transparent;
}
table:not(.has-border-color) :where(th, td) {
    border: none;
}
table th {
    background-color: transparent;
}

	

/* 見出し */
/* h2デザイン */
h2{
  border-bottom: solid 3px #dddddd;
  position: relative;
}
h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00AC97;
  bottom: -3px;
  width: 15%;
}  
.article h2 {
    font-size: 2.5rem;
    padding: 25px 25px 25px 0;
    background-color: transparent;
    border-radius: 0;
}

/* h3デザイン */
h3 {
    position: relative;
    padding: .3em 0 .2em 1.4em;
}
h3::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    background: #00ac97;
    content: '';
}
h3::after {
    position: absolute;
    top: .6em;
    left: 11px;
    height: 8px;
    width: 8px;
    background: #00ac97;
    content: '';
}
.article h3 {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    font-size: 1.6rem;
    padding: 12px 35px;
}

/* h4デザイン */
h4 {
    position: relative;
    padding: .3em 0 .2em 1.4em;
}
h4::before {
    position: absolute;
    top: 9px;
    left: 0;
    height: 0.8em;
    width: 0.8em;
    background: #00ac97;
    content: '';
} 
.article h4 {
    padding-left: 35px;
	border-top: transparent;
    border-bottom: transparent;
	margin-bottom: 1.2rem;
}

/* トップに戻るボタン */
.go-to-top-button {
 width: 70px; /* ボタン画像の表示幅 */
 height: auto; /* ボタン画像の高さは自動調整 */
}
.go-to-top-button:hover { /* カーソルを合わせると少し拡大する */
  transform: scale(1.1);
	transition: all 0.2s ease-in;
}
.go-to-top {
 right: 20px; /* 右から10pxの位置に配置 */
 bottom: 30px; /* 下から30pxの位置に配置 */
}
/*
button.go-to-top-button.go-to-top-common.go-to-top-hide.go-to-top-button-icon-font{
	background-color: #00B050;
	color: #fff;
	border-radius: 5px;
}
*/

/* モバイルメニュー */
li.home-menu-button.menu-button{
	width: 80%;
	font-weight: bold;
}
.mobile-menu-buttons .menu-caption {
	font-size: 0.9rem;
}
li.navi-menu-button.menu-button{
	width: 20%;
}
span.home-menu-icon.menu-icon{
	display: none;
}

/* スライドインモバイルメニュー */
div#navi-menu-content.navi-menu-content.menu-content{
	background-color: rgba(0, 112, 142, 0.8);
	padding-right: 0;
	overflow: hidden;
}
.menu-drawer a, span.fas.fa-times, span.fa.fa-close{
	color: #fff;
	text-shadow: 1px 0 5px rgba(0, 0, 0, 0.8);
}


/* レスポンシブ対応 */
/* 1023px */
.responsive1023_before{
	display: block;
}
.responsive1023_after{
	display: none;
}

/* 480px */
.responsive_before{
	display: block;
}
.responsive_after{
	display: none;
}

.breadcrumb {
    margin: 0;
	padding: 1em 0.4em;
}

/**************************************************
/
/ 全体装飾 (ここまで)
/
/**************************************************/


/**************************************************
/
/ header (ここから)
/
/**************************************************/
/* ヘッダー/フッター前のマージン消し */
.content {
    margin-top: 0;
}
.entry-content {
    margin-top: 0;
}
div#header-container-in.header-container-in.hlt-top-menu.hlt-tm-right.wrap{
	width: 100%;
}
.navi-in > ul li {
    width: 130px;
}

/* ヘッダーロゴサイズ */
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 55px;
    height: auto;
    vertical-align: middle;
}

article#post-7.article.post-7.page.type-page.status-publish.hentry{
	margin-bottom: 0;
}

/* mainの両サイドpadding封じ */
main#main.main{
  padding: 0;
  border: none;
}
/* パディング消し */
.entry-content{
  margin-bottom: 0;
}
/* ウィジェット非表示 */
div#sidebar.sidebar.nwa.cf, header.article-header.entry-header, footer.article-footer.entry-footer{
	display: none;
}
/**************************************************
/
/ header (ここまで)
/
/**************************************************/


/**************************************************
/
/ Home (ここから)
/
/**************************************************/

/* マージンの削除 */
article#post-242.article.post-242.page.type-page.status-publish.hentry{
	margin-bottom: 0;
}

/***** ファーストビュー *****/
.fview-pc{
	display: block;
}
.fview-mobile{
	display: none;
}


section.home_fview-section{
	margin-bottom: 0;
}
.home_fview-section{
	position: relative;
	height: 100vh;
	width:100%;
	z-index: 0;
}
/* 透明部分のサイズ指定 */
.fview_main-contents{
  height: 100vh;
	width: 100%;
}
/* 背景固定箇所 */
.fview_main-contents-wrap{
	position: fixed;
  display: block;
  width: 100%;
  height: 960px;
	height: 100vh;
  text-align: center;
	margin: 0 auto;
}
.fview_main-contents_slideshow {
  width: 100%;
  height: 960px;
	height: 100vh;
	pointer-events: none;
}
/* ズームアニメーション(javascriptでクラス付与) */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); 
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomIn {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.0); 
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}


/* 旧Customer Satisfaction and Trust come first */
.fview_wrap-title{
	width: 90%;
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.handwriting{
	width: 100%;
	height: auto;
	font-size: 4rem;
	text-align: center;
	color: #fefefe;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	animation: start-fadein 5.0s ease-in-out;
}

/* 手書き(SVG)の時のコード
#text {
  mask: url(#mask);
}
#mask-path{
  stroke-dasharray: 10000px;
  animation: handwriting 4s linear;
	animation-delay: 1.8s;
  stroke: #fff;
}
@keyframes handwriting {
  0% {
    stroke-dashoffset: 10000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
*/

/***** フロートメニュー *****/
/* ヘッダーの枠組み */
.header-container{
	width: 95%;
	margin: 0 auto;
	position: absolute;
	top: 2%;
	right: 0;
	left: 0;
	z-index: 1;
}
.header-container-in{
	padding: 2px 0;
	height: 80px;
}
/* ロゴサイズ */
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 80px;
}
div.logo.logo-header.logo-image{
	padding-top: 2px;
}
/* メニュー内の文字 */
.item-label{
	text-align: left;
}
.menu-top, .menu-bottom{
	color: #00708E;
}
.menu-top{
	font-size: 0.8rem;
} 
.menu-bottom{
	font-size: 1rem;
}


/***** 頼れる補償屋を目指して *****/
.top-contents_section{
	background-image: url('https://3cubed.site/wp-content/uploads/2025/03/bg_01.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 5%;
	margin-bottom: 0 !important;
}
div.top-contents_title-wrap{
	width: 100%;
	padding-top: 5rem;
}
p.top-contents_title{
	font-size: 2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
div.top-contents_txt-wrap{
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;

}
.top-contents_txt{
	
}
.top-contents_img {
	width: 100%;
}
.top-contents_img img{
	margin: 0 auto;
	text-align: center;
}

/* ボタン */
.top-contents_button-wrap{
	width: 100%;
	padding: 3% 0;
}
div.top-contents_button{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.top-contents_button a {
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 4em 1em 2em;
	width: 500px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #00708E;
	transition: all 0.3s ease;
  text-decoration: none;
}

.top-contents_button a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1.8em;
  transform: translateY(calc(-50% - 1.5px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.top-contents_button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.8em;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.top-contents_button a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

.top-contents_button a:hover::before,
.top-contents_button a:hover::after {
  right: 0.5em;
}


/* マージン消去 */
div.wp-block-group.top-contents_section.is-vertical.is-layout-flex.wp-container-core-group-is-layout-3.wp-block-group-is-layout-flex{
	margin-bottom: 0;
}
article#post-15.article.post-15.page.type-page.status-publish.hentry{
	margin-bottom: 0;
}

/***** お困りごとはないですか *****/
.top_problems-section{
	position: relative;
	background-color: #fff;
	margin-bottom: 0;
	padding-bottom: 1.8rem;
}
/* 背景(chuou)設定 */
.top_problems-wrap{
  position: relative;
  width: 100%;
	height: 250vh;
  min-height: 2400px;
  background-image: url('https://3cubed.site/wp-content/uploads/2025/03/CHUOU.png');
  background-position: 90% 15px;
  background-size: contain;
  background-repeat: no-repeat; 
  padding-bottom: 30px;
	
}

/* お困りごと */
.top_problems_title{
  width: 100%;
  height: 300px;
  background-image: url('https://3cubed.site/wp-content/uploads/2025/03/problem_title.png');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.top_problems_title p{
  font-size: 2.5rem;
  line-height: 250px;
  text-align: center;
}

/* インナーブロック */
.top_problems_content{
  width: 80%;
  margin: 0 auto;
	padding-bottom: 5%;
}
.top_problems_content-title{
  background-color: #EEF1F6;
  padding: 1% 0 1% 5%;
  font-size: 1.5rem;
  margin-bottom: 1.8rem;
}
.top_problems_content-title p{
	margin-bottom: 0;
}

.top_problems_inner{
  width: 90%;
  margin: 0 auto;
}
.top_problems_inner-title{
  font-weight: bold;
}


/* ボタン */
.top_problems_button button {
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em 1em 2em;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #00708E;
	transition: all 0.3s ease;
  text-decoration: none;
	font-family: "Noto Serif JP", sans-serif;
}
.top_problems_button button:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}
.top_problems_button button:hover::before,
.top_problems_button button:hover::after {
  right: 0.5em;
}



/***** 補償コンサルタントの各部門 *****/
.top_eachdepart{
	position: relative;
	background-color: rgba(255,255,255,0.6);
	z-index: 100;
	margin-bottom: 0;
	padding-bottom: 1.8rem;
}

.top_eachdepart_title{
	width: 100%;
	background-color: #EEF1F6;
	font-size: 2rem;
	text-align: center;
	padding: 1% 0;
	margin-bottom: 4rem;
}
.top_eachdepart_title p{
	margin-bottom: 0;
}

/* フレックス設定 */
.top_eachdepart_flex-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
  height: 100%;
  width: 70%;
  margin: 0 auto;
}

/* コンテンツフレーム調整 */
.top_eachdepart-block {
  width: 20%;
  position: relative;
  padding-top: 0.1%;
  text-align: center;
	margin-bottom: 1.8rem;
}
figure.top_eachdepart-block img {
  width: 80%;
  height: 80%;
  position: relative;
  top: 0;
  object-fit: contain;
  opacity: 0.4;
}
.top_eachdepart-block figcaption{
  font-weight: bold;
	font-size: 0.9rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 5px;
	width: 100%;
}

/* ボックス */
figure.top_eachdepart-block * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
figure.top_eachdepart-block {
  background: #EEF1F6;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

/* 四角い動くフレーム
figure.top_eachdepart-block:before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
}
figure.top_eachdepart-block:hover:before,
figure.top_eachdepart-block.hover:before {
  -webkit-transform: rotate(110deg) translateY(-150%);
  transform: rotate(110deg) translateY(-150%);
}
*/

/* ホバーの設定 */
figure.top_eachdepart-block:hover img,
figure.top_eachdepart-block.hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.top_eachdepart-block:hover figcaption,
figure.top_eachdepart-block.hover figcaption {
  opacity: 1;
}

figure.top_eachdepart-block a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}



/***** モーダルメニュー(ここから) *****/
/* モーダルを開くボタン */
.modal-open {
    width: auto;
    min-width: 20%;
    height: 60px;
    color: #fff;
    background: #000;
    border: none;
    cursor: pointer;
}


/* クラスが追加された時の指定 */
.example_pop1.is-active,
.example_pop2.is-active,
.example_pop3.is-active,
.example_pop4.is-active{
    opacity: 1;
    visibility: visible;
}


/* モーダルを閉じるボタンの指定 */
.modal-close {
    width: 30%;
    text-align: center;
    background: #00708E;
    cursor: pointer;
    margin: 0 auto;
}

.modal-close p {
    color: #ffffff;
    padding: 3% 0;
}


/****** モーダル本体(1パターン目) ******/
.example_list{
	margin-top: 1.8rem;
}
.example_title {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: bold;
    color: #00708E;
    padding: 1rem 2rem;
    border-left: 10px solid #EEF1F6;
}

.example_pop1 {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.47);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.example_list_wrap {
    overflow: auto;
    position: fixed;
    width: 90%;
    height: 80vh;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fefefe;
    z-index: 100;
}

/* テーブルボックス */
.example_list_box {
    width: 90%;
    margin: 0 auto;
}

.example_list_box_title {
    color: #00708E;
	font-size: 1.5rem;
}

.example_list_box table {
    width: 100%;
    border-spacing: 0;
}

.example-table_period {
    text-align: left;
}

.example-table_num {
    width: 10%;
}

.example-table_subject {
    width: 80%;
}

.example-table_datetime {
    width: 10%;
}

.example-table_award {
    background: linear-gradient(transparent 50%, #bde4f7 50%);
    padding: 0 0.1em;
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
}

.example-table_award:hover {
    color: #333;
    font-weight: bold;
}

.example-table_line {
    border-bottom: solid 0.5px #00708E !important;
}


/****** モーダル本体(2パターン目) ******/
.example_pop2, .example_pop3, .example_pop4 {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.47);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.example_list_box_detail-title p {
    color: #00708E;
    font-size: 1.2rem;
}

.example_list_box_detail {
    list-style: none;
}

.example_list_box_line{
	border-bottom: solid 0.5px #00708E;
	margin-bottom: 1.8rem;
}





/***** Contact Us *****/
.top_contactus_section{
}
.top_contactus_wrap{
	position: relative;
  width: 100%;
  height: auto;
  background-image: url('https://3cubed.site/wp-content/uploads/2025/03/contact_banner_2000x600_b.jpg');
  background-size: cover;
  background-repeat: no-repeat; 
	padding-bottom: 3%;
}
/*
.top_contactus_wrap::before{
	background-color: rgba(192, 192, 192, 0.8);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
*/
.top_contactus_title{
  width: 100%;
  text-align: center;
  font-size: 4rem;
  padding: 3% 0;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 112, 142, 1);
  font-weight: bold;
	
}
.top_contactus_title p{
	margin-bottom: 0;
}

/* フレックス設定 */
.top_contactus_flex{
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}

/* 左フレックス */
.top_contactus_flex-left{
  background-color: #fff;
	padding: 2%;
}
.top_contactus_flex-left p{
  width: 100%;
  text-align: center;
	margin-bottom: 3%;
}
.top_contactus_flex-left-tel{
  font-size: 0.8rem;
}
.top_contactus_flex-left-num{
  font-size: 1.8rem;
  font-weight: bold;
}

/* 右フレックス */
.top_contactus_flex-right{
  background-color: #fff;
	padding: 2%;
}
.top_contactus_flex-right p{
  width: 100%;
  text-align: center;  
	margin-bottom: 3%;
}
.top_contactus_flex-right_button{
  background-color: #D9D9D9;
  padding: 2%;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.top_contactus_flex-right_button a{
  text-decoration: none;
  color: #333;
}

/* マージン削除 */
.top_contactus_section{
	margin-bottom: 0;
}

/**************************************************
/
/ Home (ここまで)
/
/**************************************************/




/**************************************************
/
/ common：トップ以外の共通パーツ (ここから)
/
/**************************************************/
/* フォント設定 */
.c-g_italic{
	font-family: "Cormorant_Garamond_Italic", serif;
	font-style: italic;
	font-size: 3rem;
}
.c-g_italic::first-letter{
	font-size: 4.5rem;
}
.c-i_italic {
  font-family: "Cormorant_Infant_Italic", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 3.5rem;
}
p.c-i_italic {
	margin-bottom: 0;
}

/* トップタイトルバー */
.page-title{
  position: relative;
  height: 200px;
  width: 100%;
  background-color: #EEF1F6;
  z-index: 0;
}
.page-title_back-char{
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 6rem;
  bottom: -30px;
  right: 50px; /* ABOUT US(背景)の右端余白*/
}
.page-title_back-char p{
	margin-bottom: 0;
}
.page-title_flex{
  width: 100%;
	height: 80px;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  bottom: 0;
}
.page-title_flex_underline{
  width: 10%;
  height: 35px; /* 左側ラインの高さ調整 */
  border-bottom: #00708E solid 1px;
}
.page-title_flex_title{
  width: 60%;
  color: #00708E;
  padding-left: 3%;
  position: relative;
  height: 50px; 
}
.page-title_flex_title p{
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
	margin-bottom: 0;
}

.page-title_flex_title-jp{
  width: 30%;
  color: #00708E;
  font-size: 2rem;
}
.page-title_flex_title-jp p{
  padding-right: 50px; /* 私たちについての右端余白 */
  text-align: right;
	margin-bottom: 0;
}


/* サブタイトル（左右あり） */
.page-sub_titleflex-wrap{
	width: 90%;
	margin: 0 auto;
	border-bottom: #00708E solid 1px;
}
.page-sub_titleflex{
	display: flex;
	justify-content: space-around;
	width: 90%;
	height: 105px;
	margin: 0 auto;
}
.page-sub_titleflex p{
	margin-bottom: 0;
	color: #00708E;
}
.page-sub_titleflex-left{
	width: 60%;
}
.page-sub_titleflex-right{
	width: 40%;
	position: relative;
	height: 95px; 	
}
.page-sub_titleflex-right p{
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
}

/* サブタイトル（左のみ） */
.page-sub-single_title-wrap{
	width: 90%;
	margin: 0 auto;
	border-bottom: #00708E solid 1px;
}
.page-sub-single_title{
	color: #00708E;
	font-size: 2.5rem;
}
p.page-sub-single_title{
	margin-bottom: 0;
}

/* リンクボタン */
.common_gray_button a {
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em 1em 2em;
	width: 500px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #EEF1F6;
	transition: all 0.3s ease;
  text-decoration: none;
}
.common_gray_button a:hover {
  text-decoration: none;
  background-color: #00708E;
	color: #fff;
}
.common_gray_button a:hover::before,
.common_gray_button a:hover::after {
  right: 0.5em;
}

/**************************************************
/
/ common：トップ以外の共通パーツ (ここまで)
/
/**************************************************/




/**************************************************
/
/ About (ここから)
/
/**************************************************/
/***** Message *****/
/* Message本文 */
.about_message_textflex-wrap{
	width: 90%;
	margin: 0 auto;
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
	animation: start-fadein 1.0s ease-in-out;
}
.about_message_textflex{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}
.about_message_textflex-left{
	width: 60%;
}
.about_message_textflex-right{
	width: 40%;
	text-align: center;
}
.about_message_textflex-right img{
	width: 60%;
	height: auto;
}

/***** philosophy *****/
.about_philosophy_section{
	background-color: rgba(0, 112, 142, .8);
}

/* タイトル文字と下線の色変更 */ 
.white-underline{
	border-bottom: #EEF1F6 solid 1px;
}
.white-char p{
	color: #EEF1F6;
}

/* 横幅調整 */
.about_philosophy_text-wrap{
	width: 90%;
	margin: 0 auto;
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;	
}
.about_philosophy_text{
	width: 90%;
	margin: 0 auto;
}

/* タイトル調整 */
.about_philosophy_text-title{
	
}
p.about_philosophy_text-title{
	color: #EEF1F6;
	font-size: 1.8rem;
	margin-bottom: 0;
}
p.about_philosophy_text-msg, .about_philosophy_text-msg li{
	color: #EEF1F6;
}

/***** Guidline *****/
/* 最初のメッセージ */
.about_guidline_wrap{
	width: 90%;
	margin: 0 auto;
}
.about_guidline_text{
	width: 90%;
	margin: 0 auto;	
}
/* 各インナーブロック */
.about_guidline_inner{
	width: 90%;
	margin: 0 auto;	
}
/* フレックス調整 */
.about_guidline_inner_flex{
	width: 90%;
	margin: 0 auto;	
	display: flex;
	justify-content: space-between;
}
.about_guidline_inner_flex-left{
	width: 70%;
}
.about_guidline_inner-flex-right{
	width: 25%;
}


/* flex左側 */
.about_guidline_inner_flex-left_title{
  color: #00708E; 
	font-size: 1.5rem;
	display: flex;
	width: 100%;
	justify-content: start;
	align-items: center;
}
.about_guidline_inner_flex-left_title-num-wrap{
}
.about_guidline_inner_flex-left_title-msg-wrap{
	width: 25%;
	text-align: left;
	width: 85%;
	padding-left: 3%;

}

p.about_guidline_inner_flex-left_title-msg{
	margin-bottom: 0;
}

/* flex右側 */
.about_guidline_inner-flex-right_img{
	margin-top: 30px;
	height: auto;
	width: 100%;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
/**************************************************
/
/ About (ここまで)
/
/**************************************************/


/**************************************************
/
/ Business (ここから)
/
/**************************************************/
/***** 補償コンサルタント事業 *****/
.business_contents_section{
	margin-bottom: 50px;
}
.business_contents_inner{
	width: 90%;
	margin: 0 auto;		
}
/* フレックス調整 */
.business_contents_inner-flex{
	display: flex;
	justify-content: space-around;
}
.business_contents_inner-flex-rev{
	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
}
.business_contents_inner-flex_left{
	width: 55%;
}
.business_contents_inner-flex_right{
}

/* 左フレックス */
.business_contents_inner-flex_left-title{
	display: flex;
	justify-content: start;
	height: 60px;
	width: 100%;
	align-items: center;
	background-image: linear-gradient(90deg, rgba(0, 112, 142, 1), rgba(254, 254, 254, 1));
}
.business_contents_inner-flex_left-title_num{
	color: #fff;
}
.business_contents_inner-flex_left-title_msg{
	width: 85%;
	padding-left: 3%;
	color: #EEF1F6;
	font-size: 2rem;
}
.business_contents_inner-flex_left-msg{
	margin-top: 2%;
}
/* 右フレックス */
.business_contents_inner-flex_right_img{
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

/***** 労働者派遣事業 *****/
.business_temporary_section{
	width: 90%;
	margin: 0 auto;
}

#landsurvey{
	animation: start-rightfadein 1.0s ease-in-out;
}


/**************************************************
/
/ Business (ここまで)
/
/**************************************************/



/**************************************************
/
/ Company (ここから)
/
/**************************************************/
section.company_overview_section{
	margin-bottom: 0;
	animation: start-fadein 1.5s ease-in-out;
}
.company_overview_inner-wrap{
	width: 90%;
	margin: 0 auto;	
}

/***** 会社情報 *****/
/* フレックス調整 */
.company_overview_inner_flex{
	width: 90%;
	margin: 0 auto;	
	display: flex;
	justify-content: space-between;
}
.company_overview_inner_flex-left{
	width: 65%;
}
.company_overview_inner_flex-right{
	display: flex;
	align-items: center;
	width: 30%;
	text-align: center;
}

/* 左フレックスの中身 */
.company_overview_inner_flex-left_table{
	display: flex;
	justify-content: start;
	line-height: 3em;
}
.company_table_underline{
	border-bottom: #333 solid 1px;
}
.company_table-left{
	width: 160px;
}
.company_table-right{
	width: 80%;
}

/* 右フレックス */
.company_overview_inner_flex-right img{
	height: auto;
	width: 90%;
}

/***** 本社所在地 *****/
.company_overview_inner_flex_place1{
	width: 160px;
	line-height: 3em;
}
.company_overview_inner_flex_place2{
	width: 100%;
	line-height: 3em;
}
.company_overview_inner_flex_address{
	width: 100%;
}
.company_overview_inner_flex_map{
	width: 100%;
}
.company_table_line{
	border-top: #333 solid 1px;
	border-bottom: #333 solid 1px;
}
/***** 営業所 *****/
p.linner{
	margin-bottom: 0;
}
.line-height_adjust{
	line-height: 2;
}
.company_overview_inner_flex_address{
	margin-bottom: 1.8rem;
}
.weight-change{
	font-weight: bold;
}


/***** 沿革 *****/
.company_overview_history-table{
	width: 90%;
	margin: 0 auto;	
}

.company_overview_history-row{
	line-height: 3em;
}

/***** 資格 *****/
/* タイトル */
.company_certification_title-wrap{
	width: 90%;
	margin: 0 auto;
}
.company_certification_title::before{
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: #00708E;
	margin-right: 5px;
}
.company_certification_title{
}

.company_certification_inner_flex{
	display: flex;
	justify-content: start;
	width: 90%;
	margin: 0 auto;
	line-height: 3em;	
}
.company_certification_inner_flex-left{
	width: 160px;
}


/**************************************************
/
/ Company (ここまで)
/
/**************************************************/




/**************************************************
/
/ Cases (ここから)
/
/**************************************************/
/***** 表彰実績 *****/
.cases_award_flex-wrap{
	width: 90%;
	margin: 0 auto;	
}
.cases_award_flex{
	display: flex;
	justify-content: space-around;
}
.cases_award_flex-left{
	width: 50%;
}
.cases_award_flex-right{
	width: 50%;
}
.cases_award_flex-right_img{
	height: 100%;
	width: auto;
}

/***** 実績一覧 *****/
.cases_awardlist_flex{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.cases_awardlist_button {
	padding: 20px 30px;
	margin: 2%;
  background-color: #EEF1F6;
	transition: all 0.3s ease;
}
.cases_awardlist_button a {
	display: inline-block;
	width: 150px;
	align-items: center;
  position: relative;
  margin: 0 auto;
  color: #333;
  font-size: 18px;
  font-weight: 700;
	text-align: center;
  text-decoration: none;
}
.cases_awardlist_button:hover {
  text-decoration: none;
  background-color: #00708E;
	color: #fff;
}

.cases_awardlist_button a:hover{
	color: #fefefe;
}

.cases_awardlist_button:hover::before,
.cases_awardlist_button:hover::after {
  right: 0.5em;
}

/**************************************************
/
/ Cases (ここまで)
/
/**************************************************/



/**************************************************
/
/ PRIVACY POLICY (ここから)
/
/**************************************************/
.privatepolicy_hpi_wrap{
	width: 90%;
	margin: 0 auto;		
}
.privatepolicy_hpi_president{
	width: 100%;
	text-align: right;
}
/**************************************************
/
/ PRIVACY POLICY (ここまで)
/
/**************************************************/





/**************************************************
/
/ CONTACT (ここから)
/
/**************************************************/
.contact-wrap{
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
}

.contact-flex{
	display: flex;
	justify-content: space-between;
}
.contact-flex_left{
	width: 30%;
	display: flex;
	justify-content: flex-start;
}
.contact-label{
	width: 150px;
}
.required-box_wrap{
	width: 90px;
}
.required-box{
	background-color: #00708E;
	color: #fefefe;
	border-radius: 10px;
	margin: 0 auto 0 auto;
	text-align: center;
}

.contact-flex_right{
	width: 70%;
}
p.final_check{
	margin-bottom: 1%;
}

.contact-sendbtn{
	width: 30%;
	margin: 0 auto;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner{
	padding: 20px 30px;
	background-color: #00708E;
	transition: all 0.3s ease;	
	font-size: 18px;
	font-weight: 700;
	color: #fefefe;
	text-align: center;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  text-decoration: none;
  background-color: #EEF1F6;
	color: #333;
}


/**************************************************
/
/ CONTACT (ここまで)
/
/**************************************************/




/**************************************************
/
/ footer (ここから)
/
/**************************************************/
.footer {
    margin-top: 0;
    padding: 8px;
	background-color: #EEF1F6;
	position: relative;
}
/* フッター背景設定 */
footer#footer.footer.footer-container.nwa{
	width: 100%;
	background-image: url('https://3cubed.site/wp-content/uploads/2025/03/footer_img_blue.png');
	background-size: contain;
	background-position: 0 80%;
	background-repeat: no-repeat;
}
/* フッター背景までの距離設定 */
.footer-widgets{
	margin-bottom: 100px;
}

/* フレックスのバランス調整 */
div.footer-left{
	width: 40%;
}
div.footer-center{
	width: 40%;
}
div.footer-right{
	width: 20%;
}

/* 左コンテンツ*/
img.image.wp-image-325.attachment-medium.size-medium{
	width: 70%;
	height: auto;
}

/* 中央コンテンツ */
.footer_center_title{
	margin-bottom: 3%;
}
.footer_center_contact{
	width: 60%;
	text-align: center;
	background-color: #fff;
	padding: 2%;
	margin-bottom: 3%;
}
.footer_center_contact-tel{
	font-size: 1.5rem;
	font-weight: bold;
}
.footer_center_contact-tel::before{
    content: "";
	padding-right: 10px;
    display: inline-block;
	width: 18px;
    height: 18px;
    background-image: url('https://3cubed.site/wp-content/uploads/2025/03/tel.png');
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}
.footer_center_contactform{
	width: 60%;
	text-align: center;
	background-color: #fff;
	padding: 2%;
}
.footer_center_contactform a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

div#navi-footer-in.navi-footer-in{
	display: none;
}

/**************************************************
/
/ footer (ここまで)
/
/**************************************************/




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

}


/*1061px以下*/
@media screen and (max-width: 1061px){
  /*必要ならばここにコードを書く*/
	.navi-in > ul li {
    	width: 120px;
	}

}


/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	/**************************************************
	/
	/  ヘッダー(ここから)
	/
	/**************************************************/
	li.logo-menu-button.menu-button{
		justify-content: flex-start;
		padding-left: 3%;
	}
	#header-container-in{
		display:none;
	}
	
	/**************************************************
	/
	/  ヘッダー(ここまで)
	/
	/**************************************************/	

	
	/**************************************************
	/
	/  HOME(ここから)
	/
	/**************************************************/
	/* トップタイトル */
	div.handwriting p{
		font-size: 2.5rem;
	}
	
	/* 頼れる補償コンサルタント */
	p.top-contents_title {
		font-size: 1.5rem;
	}

	
	/***** 補償コンサルタントの各部門 *****/
	.top_eachdepart-block{
		width: 40%;
	}
 
	/* 背景の長さ */
	.top_problems-wrap{
		height: 280vh;
	}
	
	/**************************************************
	/
	/  HOME(ここまで)
	/
	/**************************************************/
	
	
	
	
	/**************************************************
	/
	/ common：トップ以外の共通パーツ (ここから)
	/
	/**************************************************/
	.page-title{
		height: 120px;
	}
	
	div.page-title_flex_underline{
		
	}
	div.page-title_flex_title{
		width: 50%;
	}
	div.page-title_flex_title-jp{
		width: 40%;
	}
	
	/**************************************************
	/
	/ common：トップ以外の共通パーツ (ここまで)
	/
	/**************************************************/
	
	
	
	
	/**************************************************
	/
	/  About(ここから)
	/
	/**************************************************/
	/***** message *****/
	.about_message_textflex{
		display: block;
	}
	.about_message_textflex-left {
    	width: 100%;
	}
	.about_message_textflex-left {
    	width: 100%;
	}
	.about_message_textflex-right{
		width: 100%;
	}
	.about_message_textflex-right img {
		width: 50%;
		height: auto;
	}
	
	/***** GuidLine *****/
	.about_guidline_inner_flex{
		display: block;
	}
	.about_guidline_inner_flex-left{
		width: 100%;
	}
	.about_guidline_inner_flex-left_title-msg-wrap{
		text-align: left;
	}
	p.about_guidline_inner_flex-left_title-msg{
		padding-left: 1%;
	}
	.about_guidline_inner-flex-right{
		width: 100%;
		text-align: center;
	}
	.about_guidline_inner-flex-right_img{
		width: auto;
		height: 30%;
		max-height: 250px;
		margin-top: 3%;
	}
	

	
	/**************************************************
	/
	/  About(ここまで)
	/
	/**************************************************/

	
	/**************************************************
	/
	/ Business (ここから)
	/
	/**************************************************/
	/***** コンテンツフレックス *****/
	.business_contents_inner-flex{
		display: block;
	}
	.business_contents_inner-flex_left {
		width: 100%;
	}
	.business_contents_inner-flex-rev {
		display: block;
	}
	/**************************************************
	/
	/ Business (ここまで)
	/
	/**************************************************/
	
	
	
	
	
	/**************************************************
	/
	/ Company (ここから)
	/
	/**************************************************/
	.company_overview_inner_flex{
		display: block;
		width: 100%;
	}
	.company_overview_inner_flex-left{
		width: 100%;
	}
	.company_overview_inner_flex-right{
		display: none;
	}

	.company_history_inner_flex{
		width: auto;
	}

	/* スクロール設定 */
	.table-ScrollHint{
		overflow-x: scroll;
    	white-space: nowrap;
	}
	.table-ScrollHint::-webkit-scrollbar{
		display: none;
	}
	
	/***** CERTIFICATION *****/
	.company_certification_title-wrap, .company_certification_inner_flex{
		width: 100%;
	}
	
	/**************************************************
	/
	/ Company (ここまで)
	/
	/**************************************************/
	.cases_award_flex{
		display: block;
	}
	.cases_award_flex-left {
    	width: 100%;
	}
	.cases_award_flex-right {
		width: 100%;
		text-align: center;
	}
	.cases_award_flex-right_img{
		width: 70%;
		height: auto;
	}
	
	/**************************************************
	/
	/ Contact (ここから)
	/
	/**************************************************/
	.contact-flex{
		display: block;
	}
	.contact-flex_left{
		width: 100%;
	}
	div.contact-label p, p.required-box{
		margin-bottom: 10px;
	}
	
	.contact-flex_right{
		width: 100%;
	}

	/**************************************************
	/
	/ Contact (ここまで)
	/
	/**************************************************/
	
	
	
	/**************************************************
	/
	/  footer(ここから)
	/
	/**************************************************/
	
	/* 左 */
	div.footer-left{
		width: 100%;
	}
	
	/* 中央 */
	div.footer-center{
		width: 100%;
	}
	.footer_center_title p{
		text-align: center;
	}
	.footer_center_contact{
		margin: 0 auto 3% auto;
	}
	.footer_center_contactform{
		margin: 0 auto;
	}
	
	/* 右 */
	div.footer-right{
		width: 100%;
	}
	
	/* フッターメニュー */
	.widget_nav_menu ul li a{
		padding: 0;
	}
	
	/* 背景設定 */
	footer#footer.footer.footer-container.nwa{
		background-position: 0 90%;
	}
	/**************************************************
	/
	/  footer(ここまで)
	/
	/**************************************************/


}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
	/**************************************************
	/
	/  HOME(ここから)
	/
	/**************************************************/
	/***** こんなことでお困りではないですか？ *****/
	.top_problems_title p{
		font-size: 1.6rem;
	}
	
	/***** Contact US *****/
	.top_contactus_wrap{
		padding-bottom: 10%;
	}
	.top_contactus_title p{
		font-size: 2.5rem;
	}
	/* フレックス */
	.top_contactus_flex{
		display: block;
	}
	.top_contactus_flex-left{
		margin-bottom: 1.8rem;
	}
	.top_contactus_flex-left p{
		font-size: 1.2rem;
	}
	.top_contactus_flex-left-num{
		font-size: 1.8rem;
	}
	.top_contactus_flex-right {
		padding-bottom: 5%;
	}
	
	/**************************************************
	/
	/  HOME(ここまで)
	/
	/**************************************************/

	
	/**************************************************
	/
	/ common：トップ以外の共通パーツ (ここから)
	/
	/**************************************************/
	/* コンテンツタイトル */
	.page-sub_titleflex{
		height: auto;
	}
	.page-sub_titleflex-right{
		height: 70px;
	}
	.c-g_italic::first-letter{
		font-size: 3rem;
	}
	.c-g_italic{
		font-size: 2.5rem;
	}
		
	/**************************************************
	/
	/ common：トップ以外の共通パーツ (ここまで)
	/
	/**************************************************/
	
	
	
	
	/**************************************************
	/
	/  モバイルフッター(ここから)
	/
	/**************************************************/
	.footer-mobile{
		padding-bottom: 50px;
	}
	
	aside#media_image-3.widget.widget-footer-mobile.widget_media_image{
		text-align: center;
	}
	
	.mobilefooter-wrap{
		text-align: center;
		width: 70%;
		margin: 0 auto;
	}
	.mobilefooter-title{
		text-align: center;
	}
	.mobilefooter-consul{
		background-color: #fefefe;
		padding: 3% 0;
		margin-bottom: 5%;
	}
	.mobilefooter-consul_tel{
		font-size: 1.5rem;
		font-weight: bold;
	}
	.mobilefooter-consul_tel:before{
		content: "\f095";
		font-family: fontawesome;
		margin-right: 10px;
		color: #333;
	}
	.mobilefooter-contact{
		background-color: #fefefe;
		padding: 3% 0;
		margin-bottom: 5%;
	}
	.mobilefooter-contact a{
		text-decoration: none;
		color: #333;
	}
	.mobilefooter-contact a:hover{
		font-weight: bold;
		transition: all 0.5s;
	}
	/**************************************************
	/
	/  モバイルフッター(ここまで)
	/
	/**************************************************/	
}


/*740px以下*/
@media screen and (max-width: 740px){
	/**************************************************
	/
	/  HOME(ここから)
	/
	/**************************************************/
	/* トップタイトル */
	div.handwriting p{
		font-size: 2rem;
	}
	
	/* 頼れる補償コンサルタント */
	p.top-contents_title {
		font-size: 1.2rem;
	}

	/***** 補償コンサルタントの各部門 *****/
	/* 背景の長さ */
	.top_problems-wrap{
		height: 350vh;
	}
	
	/**************************************************
	/
	/  HOME(ここまで)
	/
	/**************************************************/

	
	
	/**************************************************
	/
	/ common：トップ以外の共通パーツ (ここから)
	/
	/**************************************************/	
	.page-title{
		height: 100px;
	}
	.page-title_back-char{
		font-size: 4rem;
	} 
	div.page-title_flex_title{
		width: 40%;
	}
	div.page-title_flex_title-jp{
		width: 50%;
		font-size: 1.5rem;
		padding-top: 10px;
	}
	
	
	.page-sub_titleflex-left{
		width: 80%;
	}
	.page-sub_titleflex-right{
		width: 20%;
		height: 50px;
	}
	.c-g_italic::first-letter{
		font-size: 2rem;
	}
	.c-g_italic{
		font-size: 1.5rem;
	}
	/**************************************************
	/
	/ common：トップ以外の共通パーツ (ここまで)
	/
	/**************************************************/

	/**************************************************
	/
	/  Contact(ここから)
	/
	/**************************************************/
	.contact-sendbtn{
		width: 60%;
	}
	input.wpcf7-form-control.wpcf7-submit.has-spinner{
		font-size: 16px;
	}
	/**************************************************
	/
	/  Contact(ここまで)
	/
	/**************************************************/
	
}


/*522px以下*/
@media screen and (max-width: 522px){
	/**************************************************
	/
	/  Case(ここから)
	/
	/**************************************************/
	.cases_awardlist_button a{
		width: 120px;
		font-size: 16px;
	}
	.cases_awardlist_button {
    	padding: 10px 20px;
	}
	/**************************************************
	/
	/  Case(ここまで)
	/
	/**************************************************/
		
}

/*480px以下*/
@media screen and (max-width: 480px){
	/**************************************************
	/
	/  HOME(ここから)
	/
	/**************************************************/
	/***** ファーストビュー *****/
	.fview-pc{
		display: none;
	}
	.fview-mobile{
		display: block;
	}
	
	.fview_wrap-title{
		top: 30%;
	}
	
	
	/* トップタイトル */
	div.handwriting p{
		font-size: 3.1rem;
	}
	
	/* 頼れる補償コンサルタント */
	p.top-contents_title {
		font-size: 1rem;
	}
	.top-contents_section{
		padding-bottom: 15%;
	}
	
	/***** こんなことでお困りではないですか？ *****/
	.top_problems_title p{
		font-size: 1.2rem;
	}
	.top_problems_title {
		width: 100%;
		height: auto;
	}
	
	/* コンテンツ */
	.top_problems_content{
		width: 95%;
		padding-bottom: 10%;
	}
	
	
	/* 背景の長さ */
	.top_problems-wrap{
		height: 400vh;
	}
	
	/***** 補償コンサルタントの各部門 *****/
	.top_eachdepart_title p{
		font-size: 1.5rem;
	}
	.top_eachdepart_flex-wrap{
		width: 90%;
	}
	.top_eachdepart-block{
		width: 45%;
	}
	.top_eachdepart{
		padding-bottom: 2.5rem;
	}
	
	.top_eachdepart-block figcaption{
		font-size: 0.8rem;
	}
	

	/**************************************************
	/
	/  HOME(ここまで)
	/
	/**************************************************/

	/**************************************************
	/
	/ About (ここから)
	/
	/**************************************************/
	/***** GuidLine *****/
	.about_guidline_inner_flex-left_title-msg-wrap{
		padding-left: 5%;
	}
	p.about_guidline_inner_flex-left_title-msg{
		font-size: 1.2rem;
	}
	div.about_guidline_inner_flex-left_msg p{
		margin-bottom: 0;
	}
	/**************************************************
	/
	/ About (ここまで)
	/
	/**************************************************/
	
	/**************************************************
	/
	/ common：トップ以外の共通パーツ (ここから)
	/
	/**************************************************/
	/* ボックスサイズ */
	.page-title {
		height: 100px;
	}
	
	/* 文字消去 */
	.page-title_back-char p, .page-title_flex_title-jp p{
		display: none;
	}
	
	/* コンテンツタイトル */
	.page-sub_titleflex{
		height: auto;
	}
	.page-sub_titleflex-left {
    	width: 60%;
	}
	.page-sub_titleflex-right {
    	width: 40%;
		height: auto;
	}
	.page-sub_titleflex-right p {
		margin-bottom: 8px;
	}
	.c-g_italic::first-letter{
		font-size: 2rem;
	}
	.c-g_italic{
		font-size: 1.2rem;
	}
	
	/***** シングルタイトル *****/
	.page-sub-single_title{
		font-size: 2rem;
	}
	
	/***** グレーボタン *****/
	.common_gray_button a{
		font-size: 0.8rem;
	}
	
	/**************************************************
	/
	/ common：トップ以外の共通パーツ (ここまで)
	/
	/**************************************************/
	
	
	/**************************************************
	/
	/ Contact (ここから)
	/
	/**************************************************/
	.contact-flex{
		
	}
	.contact-flex_left{
		
	}
	.contact-flex_center{
		
	}
	.contact-flex_right{
		
	}
	/**************************************************
	/
	/ Contact (ここまで)
	/
	/**************************************************/

	
	
}



