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

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

body {
letter-spacing: 0.1em; /*文字間隔*/
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
div table th, 
div table td {
    font-size: 1em;
}
}

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

.sp_only {
	display: none !important;
}
@media only screen and (max-width: 834px) {
.sp_only {
	display: block !important;
}
.pc_only {
	display: none !important;
}
}



/************************************
** 全体
************************************/
#container #content, #main {
background: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#container {
position: relative;
overflow: hidden;
}
#content {
	margin-bottom: 80px !important;
}
.content {
	margin: 0 20px;
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 0;
}
@media only screen and (max-width: 834px) {
#main {
padding: 0 3%;
}
#content {
	margin-bottom: 30px !important;
}
.content {
margin: 0 0;
	margin-top: 0;
	margin-bottom: 20px;
}
}


h2, h3, h4, h5, h6 {
	font-size: 120%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 150%;
	background: none;
	border: none;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
ul, ol {
margin-top: 0;
}



a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline
}

.entry-content h3, .entry-content h4, .entry-content h5,
.article h3, .article h4, .article h5 {
    margin: 0;
    margin-bottom: 20px;
    border: none;
    padding: 0;
}


/*ページの投稿日・更新日・著者情報を消す*/
.page .date-tags,
.page .author-info {
    display: none;
} 
/*エントリーカードカテゴリー名非表示*/
.cat-label {
    display: none;
}

@media screen and (max-width: 834px){
/*モバイルナビゲーション*/
.fa.fa-bars {
	margin-top: 10px;
	font-size: 150%;
}
.navi-menu-caption {
	display: none !important;
}
/* メニュー付きのとき
img.site-logo-image {
	padding: 3px;
}
*/
img.site-logo-image {
	padding: 3px;
	width: 80%;
	margin: 0 auto !important;
	text-align: center !important;
}
h1.logo-header, h1.logo-image, h1.logo {
	display: block;
	width: 100%;
	margin: 0 auto !important;
	text-align: center !important;
}

/*パンくず*/
#breadcrumb {
	display: none;
}
}


/************************************
** ヘッダー
************************************/

header {
clear: both;
margin-bottom: 0;
padding-top: 10px;
}


#header-container {
	padding: 0;
	margin: 0;
	background-color: rgba(255,255,255,0.95);
	width: auto;
	width: 100%;
	z-index: 1000;
}
#header-container-in {
	padding: 0;
	width: auto;
	margin: 0 auto;
	margin-left: 5%;
	min-width: 1150px;
}
@media screen and (max-width: 834px){
#header-container {
	min-width: inherit;
	z-index: 1000;
	border: none;
	padding: 0;
	margin: 0;
}
#header-container-in {
	width: auto;
	min-width: inherit;
	padding: 0;
	margin: 0;
}

}

@media screen and (max-width: 1023px){
#header {
	background: none;
}
}

/*1023px以下でロゴを消す*/
@media screen and (max-width: 1023px){
li img.site-logo-image {
visibility: hidden !important;
}
}
/*1023px以下でモバイル用のロゴ表示*/
@media screen and (max-width: 1023px){
.logo-menu-button.menu-button{
		background: url("../../uploads/2022/01/logo_sp02.png");
		background-size: auto 45px;
		background-position: center;
		background-repeat: no-repeat;
}
}

#header-in {
	display: block;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 5px;
}
h1 {
	margin: 0;
	padding: 0;
}
h1.logo {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 425px;
}
h1.logo img {
	display: block;
	max-width: 93%;
}

ul.head_contact {
	margin: 0;margin-top: 5px;
	padding: 0;
	float: right;
	min-width: 200px;
}
ul.head_contact li {
display: inline-block;
list-style: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	white-space: nowrap;
}
ul.head_contact li a {
	display: block;
	margin: 0;
	padding: 10px 25px;
	background-color: #F58;
	color: #FFF;
	text-decoration: none;
}
ul.head_contact li a:hover {
	text-decoration: none;
	background-color: #F60;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
@media screen and (max-width: 1023px){
.head_contact {
	display: none;
}
}


/************************************
** グローバルメニュー
************************************/
.navi {
  background: none;
float: right;
}

@media screen and (max-width: 1023px){
.navi {
	display: none;
}
}
.navi-in > ul {
margin-top: 15px;
}

.navi-in > ul li {
  width: auto;
  height: auto;
  margin: 0 0;
  line-height: 100%;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.navi-in > ul li a {
  display: block !important;
  padding: 0 20px;
  line-height: 120%;
  height: auto !important;
  border-right: 2px solid #333;
}
.navi-in > ul li:last-child a {
  border-right: none;
}

.navi-in > ul li:hover > ul {
  display: block;
}
.navi-in a:hover {
	text-decoration: none;
}
.navi-in .has-icon {
  right: 5px;
  top: 0;
  font-size: 11px;
  display: none;
}
.navi-in a {
	color: #555;
}
.navi-in a:hover {
	color: #777;
}
.navi-in > ul li ul li {
display: block;
  height: auto;
  width: auto;
  min-width: 100%;
  line-height: auto;
	border-top: 1px dotted #999;
	font-weight: normal;
	letter-spacing: 0;
}
.navi-in > ul li ul li:last-child {
	border-bottom: 1px dotted #999;
}
.navi-in > ul .sub-menu {
  background-color: rgba(255,255,255,0.9);
  min-width: 240px;
}
.navi-in > ul .sub-menu a {
  padding-left: 10px;
  padding-right: 10px;
}

.navi-menu-button {
margin-top: 10px;
color: #555;
}
.navi-menu-button .navi-menu-icon.menu-icon {
font-size: 150%;
}



/************************************
** フッター
************************************/


/*フッターモバイルポップアップ*/
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button {
  background-color: rgba(255 255 255 0.9);
  border-right: 1px solid #CCC;
  color: #000;
  padding-bottom: 10px;
}
.mobile-footer-menu-buttons .menu-button,
.mobile-footer-menu-buttons .menu-button:hover,
.mobile-footer-menu-buttons .menu-button a {
  color: #333;
}

#footer {
	clear: both;
	display: block;
	margin: 0 auto;
	margin-top: 0 !important;
	line-height: 130%;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 0;
}
#footer-in {
	display: block;
	margin: 0 auto;
	min-width: 1150px;
}
@media screen and (max-width: 834px){
#footer {
	width: auto;
	margin: 0 auto;
	padding: 0 !important;
	padding-bottom: 15px !important;
	min-width: inherit;
}
#footer-in {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	min-width: inherit !important;
}
}
.footer-bottom-content {
	float: none;
	margin: 0 auto;
	background-color: #CCC;
	padding: 15px 0;
	padding-bottom: 20px;
}

table.foot_bottom_table {
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
border: none;
background: none;
}
table.foot_bottom_table tr, table.foot_bottom_table th, table.foot_bottom_table td {
margin: 0;
padding: 0;
border: none;
background: none;
}
table.foot_bottom_table td {
vertical-align: bottom;
}


.foot_logo {
width: 80%;
max-width: 415px;
display: block;
margin: 0;
padding: 0;
}
.foot_logo img {
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.copyright {
float: right;
letter-spacing: 0;
	line-height: 130%;
	margin-bottom: 10px;
}

@media screen and (max-width: 834px){
.footer-bottom {
	margin: 0;
	padding: 0;
}
.foot_logo {
width: 80%;
display: block;
margin: 0 auto;
}

table.foot_bottom_table td {
display: block;
margin-bottom: 15px;
vertical-align: top;
text-align: center;
}

}

.navi-footer {
clear: both;
display: block;
margin-bottom: 30px;
}


@media screen and (max-width: 834px){
.navi-footer {
margin-bottom: 20px;
}
}



ul.foot_menu {
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.foot_menu li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	letter-spacing: 0.05em;
}
ul.foot_menu li a {
	display: block;
	color: #000;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-decoration: none;
}

ul.foot_menu li a:hover {
	text-decoration: none;
	background-color: #F5F5F5;
}


ul.foot_menu li ul {
	margin: 0;
	padding: 0;
}
ul.foot_menu li ul li {
	display: block;
	list-style: none;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	line-height: 130%;
	letter-spacing: 0em;
	font-weight: normal;
}

ul.foot_menu li ul li:before {
	display: none;
}

@media screen and (max-width: 834px){
ul.foot_menu li {
	display: block;
	margin: 0;
	padding: 0;
	border-top:  1px solid #CCC;
}

ul.foot_menu li a {
	display: block;
	margin: 0;
	padding: 15px;
	color: #333;
	background-color: #FFF;
	text-decoration: none;
}
ul.foot_menu li a:hover {
background-color: #F5F5F5;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
ul.foot_menu li ul {
display: none;
	margin: 0;
	padding: 0;
}
ul.foot_menu li ul li {
	font-size: 90%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 130%;
}
ul.foot_menu li ul li a {
	font-weight: normal;
	padding: 10px 20px;
	padding-left: 30px;
	line-height: 130%;
	color: #FFF;
	background-color: #6ECB67;
	text-decoration: none;
}
}

/************************************
** タイトル
************************************/
#title, #title_blog {
	background-image: url(../../uploads/2021/05/title_back.jpg);
	background-size: cover;
	background-position: top center;
	clear: both;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
#title_blog {
	background-image: url(../../uploads/2021/05/title_back_blog.jpg);
}
.title {
	display: block;
	width: 1150px;
	margin: 0 auto;
text-shadow: 0 0 3px rgba(0,0,0,0.8);
}
#title h2, #title_blog h2 {
	font-size: 200%;
	margin: 15px 0;
	color: #FFF;
	padding: 0;
}
#title h2.txt_title, #title_blog h2.txt_title {
	padding: 200px 0;
}
#title h2 img, #title_blog h2 img {
	margin: 15px 0;
	padding: 20px 0;
	display: block;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}
@media screen and (max-width: 834px){
#title, #title_blog {
	min-width: inherit;
	margin-bottom: 0;
	margin-top: -25px;
}
.title {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 10px;
}
#title h2, #title_blog h2 {
	font-size: 140%;
	margin: 0;
	padding: 0;
}

#title h2.txt_title, #title_blog h2.txt_title {
	padding: 100px 0;
}
#title h2 img, #title_blog h2 img {
	padding: 10px 0;
}
}
@media screen and (max-width: 640px){
#title, #title_blog {
	background-position: right bottom;
}
#title h2, #title_blog h2 {
	padding: 60px 0;
}
#title h2 img, #title_blog h2 img {
	padding: 10px 0;
}
}


/************************************
** トップページメイン
************************************/

#main_top {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	min-width: 1150px;
	margin: 0 auto;
	margin-bottom: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.main_top_back {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_top {
position: absolute;
display: block;
width: 1150px;
margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.main_top_txt {
color: #FFF;
font-weight: 600;
text-align: center;
font-size: 180%;
text-shadow: 0 0 3px rgba(0,0,0,0.8);
}
.main_txt_border {
display: inline-block;
border: 8px solid #FFF;
margin-bottom: 20px;
padding: 15px 30px;
}

p.top_main_title {
font-size: 170%;
}
p.top_main_title rt {
font-size: 30%;
}


@media screen and (max-width: 834px){
#main_top {
margin-top: -25px;
	margin-bottom: 30px;
	min-width: inherit;
}
.main_top {
width: 98%;
font-size: 70%;
letter-spacing: 0;
}
.main_txt_border {
border: 5px solid #FFF;
margin-bottom: 15px;
padding: 10px 15px;
}

p.top_main_title {
font-size: 120%;
}
p.top_main_title rt {
font-size: 30%;
}
}

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

.top_title {
display: block;
clear: both;
text-align: center;
margin-bottom: 30px;
}
.top_title h3 {
font-size: 200%;
letter-spacing: 0.1em;
margin-bottom: 5px;
font-weight: 500;
}

.top_title p {
font-size: 100%;
letter-spacing: 0;
margin-bottom: 10px;
}

.title_english {
font-family: 'Courier Prime', monospace;
}

@media screen and (max-width: 834px){
.top_title {
margin-bottom: 20px;
}
.top_title h3 {
font-size: 160%;
margin-bottom: 0;
}
.top_title p {
font-size: 90%;
margin-bottom: 10px;
}
}

.top_subtitle {
display: block;
clear: both;
text-align: center;
margin-bottom: 20px;
}
.top_subtitle h4 {
font-size: 170%;
letter-spacing: 0.1em;
margin-bottom: 0;
font-weight: 500;
}
.top_subtitle p {
font-size: 100%;
letter-spacing: 0;
margin-bottom: 10px;
}
@media screen and (max-width: 834px){
.top_subtitle {
margin-bottom: 15px;
}
.top_subtitle h4 {
font-size: 130%;
margin-bottom: 5px;
}
.top_subtitle p {
font-size: 90%;
}
}



/**ニュース
************************************/
table.top_news {
table-layout: fixed;
width: 100%;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}
table.top_news tr, table.top_news th, table.top_news td {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.top_news th, table.top_news td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 15px;
	padding-top: 20px;
	vertical-align: top;
font-weight: 500;
}
table.top_news th {
	width: 300px;
	text-align: left;
}
table.top_news td p {
margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;  
}


@media screen and (max-width: 834px){
table.top_news {
	margin-bottom: 15px;
}
table.top_news th, table.top_news td {
display: block;
	border-top: none;
	border-bottom: none;
	padding: 10px;
}
table.top_news th {
	width: auto;
	padding: 0 10px;
	line-height: 130%;
}
table.top_news td {
	padding: 0 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}
}

.top_news a{
	display: block;
	color: #000;
	text-decoration: none;
}
.top_news a:hover {
	text-decoration: underline;
}

p.daytime {
display: inline-block;
margin-right: 5px;
}
.tag_news {
	display: inline-block;
	margin: 0;
	font-size: 90%;
	width: 120px;
	text-align: center;
	line-height: 100%;
}
.tag_news a {
	display: block;
	padding: 5px;
	background-color: #f9d50b;
	color: #FFF;
	text-decoration: none;
}

.tag_news a:hover {
text-decoration: none;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/** マイルストーンコンサルティング合同会社
************************************/

ul.list_top_consul {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_top_consul li {
	position: relative;
	display: inline-block;
	width: 31%;
	margin: 0;
	margin-right: 3.5%;
margin-top: 30px;
	padding: 50px 0;
	border: 1px solid #CCC;
}
ul.list_top_consul li:nth-child(3n), ul.list_top_consul li:last-child {
	margin-right: 0;
}
ul.list_top_consul li .inner {
padding: 0 20%;
}

@media screen and (max-width: 1080px){
ul.list_top_consul li .inner {
padding: 0 10%;
}
}

.list_top_consul_icon {
position: absolute;
width: 85px;
  top: -30.5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}


@media screen and (max-width: 834px){
ul.list_top_consul {
display: block;
}
ul.list_top_consul li {
	position: relative;
	display: block;
	width: auto;
	margin: 0;
	margin-right: 0%;
margin-top: 20px;
	padding: 20px 0;
	padding-bottom: 40px;
}
ul.list_top_consul li .inner {
padding: 0 5%;
}

.list_top_consul_icon {
position: absolute;
width: 85px;
  top: -30.5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.list_top_consul_icon {
position: absolute;
width: 60px;
  top: -20px;
  left: 10%;
}
}

table.table_top_consul {
table-layout: fixed;
width: 100%;
	margin: 0;
	padding: 0;
}
table.table_top_consul tr, table.table_top_consul th, table.table_top_consul td {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_top_consul th, table.table_top_consul td {
display: block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.top_consul_img {
display: block;
margin: 0 auto;
margin-bottom: 25px;
max-width: 65%;
}
@media screen and (max-width: 834px){
table.table_top_consul th, table.table_top_consul td {
display: table-cell;
	vertical-align: middle;
}
table.table_top_consul th {
width: 30%;
padding-right: 5%;
}
.top_consul_img {
margin-bottom: 0;
max-width: 100%;
}
}




.bt_more_top_blue, .bt_more_top_pink, .bt_more_top_gold {
position: absolute;
	display: inline-block;
	bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.bt_more_top_blue a, .bt_more_top_pink a, .bt_more_top_gold a {
	display: block;
	color: #000;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.bt_more_top_blue a:after, .bt_more_top_pink a:after, .bt_more_top_gold a:after {
	content: "　→";
}
.bt_more_top_blue a:after {
color: #6BE;
}
.bt_more_top_pink a:after {
color: #F9B;
}
.bt_more_top_gold a:after {
color: #eee06d;
}
.bt_more_top_blue a:hover, .bt_more_top_pink a:hover, .bt_more_top_gold a:hover {
border: none;
color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bt_more_top_blue a:hover {
color: #6BE;
}
.bt_more_top_pink a:hover {
color: #F9B;
}
.bt_more_top_gold a:hover {
color: #eee06d;
}

@media screen and (max-width: 834px){
.bt_more_top_blue, .bt_more_top_pink, .bt_more_top_gold {
position: absolute;
	bottom: 5%;
  left: auto;
  right: 5%;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
}


/** 事業内容
************************************/

ul.list_businesscontents_menu {
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_businesscontents_menu li {
	display: inline-block;
	width: 32.5%;
	margin: 0;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 0;
	text-align: center;
}
ul.list_businesscontents_menu li a {
	display: block;
	margin: 0;
	padding: 10px;
	color: #555;
	background-color: #FFF;
	border: 1px solid #999;
}
ul.list_businesscontents_menu li a:hover {
	background-color: #F5F55;
	color: #F9B;
	text-decoration: none;
}
ul.list_businesscontents_menu li:nth-child(3n), ul.list_businesscontents_menu li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1100px){
ul.list_businesscontents_menu li {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 1%;
}
ul.list_businesscontents_menu li:nth-child(3n) {
	margin-right: 1%;
}
ul.list_businesscontents_menu li:nth-child(even), ul.list_businesscontents_menu li:last-child {
	margin-right: 0;
}
}


@media screen and (max-width: 834px){
ul.list_businesscontents_menu {
display: block;
}
ul.list_businesscontents_menu li {
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: 1%;
	padding:  0;
}
ul.list_businesscontents_menu li:last-child {
	margin-bottom: 0;
}
}





.bg_top_business {
position: relative;
	background-image: url(../../uploads/2021/05/bg_top_business.jpg);
	background-size: cover;
	background-position: center center;
	padding-top: 80px;
	padding-bottom: 10px;
	margin-bottom: 0;
	/*margin-bottom: 50px;*/
}
@media screen and (max-width: 834px){
.bg_top_business {
	padding-top: 50px;
	padding-bottom: 5px;
}
}

ul.list_top_business {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
	margin-bottom: 20px;
}
ul.list_top_business li {
	position: relative;
	display: inline-block;
	width: 18%;
	margin: 0;
	margin-right: 2%;
	padding:  0;
	margin-bottom: 2%;
}
ul.list_top_business li:nth-child(5n), ul.list_top_business li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 834px){
ul.list_top_business li {
	width: 31.5%;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
}
ul.list_top_business li:nth-child(5n) {
	margin-right: 1.5%;
}
ul.list_top_business li:nth-child(3n), ul.list_top_business li:last-child {
	margin-right: 0;
}
}

.circle_top_business {
position: relative;
display: block;
width: 100%;
height: 0;
padding-bottom: 100%;
	background-color: rgba(255,255,255,0.85);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
text-align: center;
color: #fc5987;
}
a .circle_top_business {
display: block;
text-decoration: none;
color: #fc5987;
}
a:hover .circle_top_business {
background-color: #F5F5F5;
text-decoration: none;
	box-shadow: -2px -2px 5px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.circle_top_business p {
position: absolute;
	top: 18%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
margin: 0;
line-height: 150%;
font-size: 110%;
font-weight: 600;
width: 100%;
}

.icon_service {
position: absolute;
	bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
margin: 0;
max-width: 80%;
max-height: 40%;
object-fit: contain;
display: block;
margin: 0 auto;
}
@media screen and (max-width: 1080px){
.circle_top_business p {
	top: 22%;
  left: 50%;
line-height: 130%;
font-size: 95%;
}

.icon_service {
	bottom: 20%;
  left: 50%;
margin: 0;
max-width: 80%;
max-height: 40%;
}
}
@media screen and (max-width: 834px){

.circle_top_business p {
letter-spacing: 0;
	top: 30%;
font-size: 80%;
line-height: 120%;
}
}


/** 経理財務代行
************************************/

.bg_top_zaisei {
position: relative;
	background-image: url(../../uploads/2021/05/bg_top_zaisei.jpg);
	background-size: cover;
	background-position: center center;
	padding-top: 80px;
	padding-bottom: 10px;
	margin-top: -5px;
	margin-bottom: 0;
}
@media screen and (max-width: 834px){
.bg_top_zaisei {
	padding-top: 50px;
	padding-bottom: 5px;
}
}

table.table_top_zaimu {
table-layout: fixed;
width: 100%;
	margin: 0;
	padding: 0;
background: none;
border: none;
}
table.table_top_zaimu tr, table.table_top_zaimu th, table.table_top_zaimu td {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_top_zaimu th, table.table_top_zaimu td {
	margin: 0;
	padding: 0;
font-weight: 500;
}
table.table_top_zaimu td:nth-child(even) {
width: 360px;
}


@media screen and (max-width: 834px){
table.table_top_zaimu th, table.table_top_zaimu td {
display: block;
	padding: 10px;
	background-color: rgba(255,255,255,0.5)
}
table.table_top_zaimu td:nth-child(odd) {
display: none;
}
table.table_top_zaimu td:nth-child(even) {
width: auto;
padding: 15px;
}
}

/** カウンセリング ZOOM
************************************/

.bg_top_conseling {
position: relative;
background-color: #f6f7fb;
	padding-top: 80px;
	padding-bottom: 10px;
	margin-top: -5px;
}

.bg_top_conseling #container {
position: relative;
}
.bg_top_conseling #content {
position: relative;
}
@media screen and (max-width: 834px){
.bg_top_conseling {
	padding-top: 50px;
	padding-bottom: 5px;
}
}


.top_pic_conseling {
float: right;
position: relative;
z-index: 0;
width: 58%;
height: 0;
padding-bottom: 35%;
overflow: hidden;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  top: 0;
  right: 0;
}
.top_pic_zoom {
float: left;
position: relative;
z-index: 0;
width: 58%;
height: 0;
padding-bottom: 35%;
overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.top_pic_conseling img, .top_pic_zoom img {
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 834px){
.top_pic_conseling {
clear: both;
top: 0;
width: 95%;
padding-bottom: 50%;
margin-bottom: 100px;
}
.top_pic_zoom {
position: inherit;
clear: both;
width: 95%;
height: 0;
padding-bottom: 50%;
margin-bottom: 130px;
}

}

.box_top_counseling, .box_top_zoom {
position: absolute;
z-index: 3;
display: block;
width: 42%;
padding: 3% 5%;
background-color: rgba(255,255,255,0.95);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.box_top_counseling {
left: 0;
}
.box_top_zoom {
right: 0;
}




@media screen and (max-width: 834px){
.box_top_counseling, .box_top_zoom {
bottom: inherit;
top: 60px;
background-color: rgba(255,255,255,0.8);
left: inherit;
right: inherit;
z-index: 3;
width: 95%;
padding: 2% 3%;
margin: 0 auto;
margin-bottom: 20px;
line-height: 150%;
font-size: 90%;
}
}



.bt_more_top_counseling {
	display: inline-block;
}
.bt_more_top_counseling a {
	display: block;
	color: #000;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.bt_more_top_counseling a:after {
	content: "　→";
color: #F9B;
}
.bt_more_top_counseling a:hover {
border: none;
color: #F9B;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/** 会社概要
************************************/

.company_add {
max-height: 42px;
}
.company_name {
max-height: 16px;
}
.bg_top_company {
position: relative;
	background-image: url(../../uploads/2021/05/bg_top_company.jpg);
	background-size: cover;
	background-position: center center;
	padding-top: 80px;
	padding-bottom: 10px;
	margin-top: -5px;
	margin-bottom: 0;
}
@media screen and (max-width: 834px){
.bg_top_company {
	padding-top: 40px;
	padding-bottom: 15px;
}
}


ul.list_top_company {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}
ul.list_top_company li {
	display: inline-block;
	width: 40%;
	margin: 0;
	margin-right: 5%;
	padding:  0;
}
ul.list_top_company li:nth-child(even), ul.list_top_company li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 834px){
ul.list_top_company {
display: block;
}
ul.list_top_company li {
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: 15px;
	padding:  0;
}
ul.list_top_company li:last-child {
	margin-bottom: 0;
}
}

table.table_top_company {
table-layout: fixed;
width: 100%;
background-color: #FFF;
border: none;
margin: 0;
padding: 0;
}
table.table_top_company tr, table.table_top_company th, table.table_top_company td {
margin: 0;
padding: 0;
border: none;
}
table.table_top_company th, table.table_top_company td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
table.table_top_company th {
position: relative;
width: 60%;
height: 0;
padding-bottom: 23%;
overflow: hidden;
}


table.table_top_company th img {
display: block;
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

a:hover table.table_top_company th img {
width: 150%;
height: 150%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

table.table_top_company td {
background-color: #FFF;
padding-top: 20px;
text-align: center;
}


table.table_top_company td:hover {
background-color: #F5F5F5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.table_top_company h4 {
font-size: 100%;
font-weight: 500;
color: #000;
margin-bottom: 0;
}
.table_top_company p {
font-size: 90%;
letter-spacing: 0;
}


/** ブログ
************************************/

.bg_top_blog {
position: relative;
background-color: #F4F5F6;
	padding-top: 80px;
	padding-bottom: 10px;
	margin-top: -5px;
	margin-bottom: 0;
}
@media screen and (max-width: 834px){
.bg_top_blog {
	padding-top: 50px;
	padding-bottom: 5px;
}
}

ul.list_top_blog {
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}
ul.list_top_blog li {
	display: inline-block;
	width: 30.2%;
	margin: 0;
	margin-right: 2.5%;
	padding:  0;
	padding-right: 2.5%;
	border-right: 1px dotted #CCC;
}
ul.list_top_blog li:nth-child(3n), ul.list_top_blog li:last-child {
	margin-right: 0;
	border-right: none;
}
@media screen and (max-width: 834px){
ul.list_top_blog {
display: block;
	margin-bottom: 20px;
}
ul.list_top_blog li {
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: 15px;
	padding-right: 0;
	border-right: none;
	border-bottom: 1px dotted #CCC;
}
}

.list_top_blog table {
table-layout: fixed;
width: 100%;
background: none;
border: none;
margin: 0;
padding: 0;
}
.list_top_blog table tr, .list_top_blog table th, .list_top_blog table td {
margin: 0;
padding: 0;
font-weight: 500;
background: none;
border: none;
	vertical-align: top;
}

.list_top_blog dl {
margin: 0;
padding: 0;
margin-bottom: 15px;
}
.list_top_blog dl dt {
margin: 0;
margin-bottom: 5px;
padding: 0;
font-size: 110%;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
}
.list_top_blog dl dd {
margin: 0;
padding: 0;
font-size: 90%;
}


/** フッターお問あわせ
************************************/

.bg_foot_contact {
position: relative;
	background-image: url(../../uploads/2021/05/bg_foot_contact.jpg);
	background-size: cover;
	background-position: center center;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-top: -5px;
	margin-bottom: 0;
}
.bg_foot_contact h4 {
color: #FFF;
}
@media screen and (max-width: 834px){
.bg_foot_contact {
	padding-top: 30px;
	padding-bottom: 5px;
}
}

ul.foot_contact {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}
ul.foot_contact li {
	display: inline-block;
	width: 45%;
	margin: 0;
	margin-right: 5%;
	padding: 0;
	text-align: center;
}
ul.foot_contact li:nth-child(even), ul.foot_contact li:last-child {
	margin-right: 0;
}
ul.foot_contact li a {
	display: block;
	margin: 0;
	padding: 12% 0;
	padding-bottom: 6%;
	background-color: #FFF;
	color: #F49;
	text-decoration: none;
	height: 100%;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
ul.foot_contact li a:hover {
	box-shadow: -5px -5px 10px rgba(0,0,0,0.5);
	opacity:0.70;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.foot_mail, .foot_tel {
font-weight: 600;
font-size: 200%;
}

@media screen and (max-width: 834px){
ul.foot_contact {
display: block;
}
ul.foot_contact li {
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: 15px;
}
ul.foot_contact li:last-child {
margin-bottom: 0;
}
ul.foot_contact li a {
	padding: 3% 0;
	padding-bottom: 1%;
}
.foot_mail, .foot_tel {
font-size: 160%;
}

ul.foot_contact li p {
letter-spacing: 0;
}
}


/************************************
** よくあるご質問
************************************/

dl.faq {
display: block;
margin: 0;
padding: 3%;
margin-bottom: 30px;
background-color: #FFF;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #000;
}
dl.faq dt {
position: relative;
margin: 0;
margin-left: 40px;
margin-bottom: 10px;
padding: 0;
font-size: 110%;
color: #fc5987;
}
dl.faq dd {
position: relative;
margin: 0;
margin-left: 40px;
padding: 0;
}
dl.faq dt:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -40px;
  font-size: 120%;
  content: 'Q';
  color: #FFF;
  text-align: center;
  width: 32px;
  line-height: 32px;
  background-color: #fc5987;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
dl.faq dd:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -40px;
  font-size: 120%;
  content: 'A';
  color: #FFF;
  text-align: center;
  width: 32px;
  line-height: 32px;
  background-color: #6CF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@media screen and (max-width: 834px){
dl.faq {
padding: 2%;
margin-bottom: 20px;
}
dl.faq dt {
margin-left: 30px;
margin-bottom: 10px;
font-size: 100%;
line-height: 130%;
}
dl.faq dd {
margin-left: 30px;
font-size: 90%;
line-height: 130%;
}
dl.faq dt:before {
	margin-left: -30px;
  font-size: 100%;
  width: 24px;
  line-height: 24px;
}
dl.faq dd:before {
	margin-left: -30px;
  font-size: 100%;
  width: 24px;
  line-height: 24px;
}
}

/************************************
** 個人のお客様
************************************/

h3.title_individual {
position: relative;
font-weight: 500;
font-size: 160%;
padding: 5px 10px;
letter-spacing: 0.1em;
margin-bottom: 20px;
border-left: 5px solid #F69;
}
h4.title_individual {
position: relative;
font-weight: 500;
font-size: 130%;
letter-spacing: 0.1em;
margin-bottom: 20px;
}
h4.title_individual:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 15%;
  height: 1px;
  content: '';
  border-radius: 4px;
  background: #F89;
}

@media screen and (max-width: 834px){
h3.title_individual {
font-size: 140%;
padding: 5px 10px;
}
h4.title_individual {
font-size: 120%;
}
h4.title_individual:before {
  width: 30%;
}
}

ul.list_baroon {
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}
ul.list_baroon li {
	position: relative;
	display: inline-block;
	width: 23%;
	height: 0;
	padding:  0;
	padding-bottom: 23%;
	margin: 0;
	margin-right: 2.5%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #F89;
	color: #fff;
}
ul.list_baroon li:nth-child(4n), ul.list_baroon li:last-child {
	margin-right: 0;
}


@media screen and (max-width: 834px){
ul.list_baroon li {
	width: 48%;
	padding-bottom: 48%;
	margin-right: 3%;
	margin-bottom: 20px;
}
ul.list_baroon li:nth-child(even), ul.list_baroon li:last-child {
	margin-right: 0;
}
}

ul.list_baroon li:before {
  content: "";
  position: absolute;
  bottom: -23px;
  right: -23px;
  margin-top: -20px;
  border: 40px solid transparent;
  border-left: 40px solid #F89;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.list_baroon li p {
position: absolute;
margin: 0;
width: 100%;
text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1080px){
ul.list_baroon li:before {
  bottom: -30px;
  right: -30px;
}
ul.list_baroon li p {
letter-spacing: 0;
font-size: 90%;
}
}
@media screen and (max-width: 834px){
ul.list_baroon li:before {
  bottom: -25px;
  right: -25px;
  margin-top: -15px;
  border: 50px solid transparent;
  border-left: 50px solid #F89;
}
ul.list_baroon li p {
letter-spacing: 0.1em;
font-size: 100%;
}
}

@media screen and (max-width: 560px){
ul.list_baroon li:before {
  bottom: -30px;
  right: -30px;
}
ul.list_baroon li p {
letter-spacing: 0;
font-size: 80%;
}
}


ul.list_individual {
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_individual li {
position: relative;
	display: inline-block;
	width: 45%;
	padding:  0;
	padding-bottom: 50px;
	margin: 0;
	margin-right: 5%;
	margin-bottom: 5%;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
ul.list_individual li:nth-child(even), ul.list_individual li:last-child {
	margin-right: 0;
}
.list_individual li .inner {
padding: 3% 5%;
padding-bottom: 2%;
color: #000;
}
ul.list_individual li .bt_more {
position: absolute;
bottom: 25px;
left: 32%;
}

@media screen and (max-width: 834px){
ul.list_individual {
display: block;
margin-bottom: 20px;
}
ul.list_individual li {
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: 20px;
}
.list_individual li .inner {
padding: 3% 5%;
padding-bottom: 1%;
}
}

.list_individual li h5 {
color: #F58;
font-weight: 500;
text-align: center;
margin-bottom: 15px;
}

.pic_individual {
position: relative;
display: block;
width: 100%;
height: 0;
padding-bottom: 50%;
overflow: hidden;
}
.pic_individual img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}


/************************************
** 事業内容
************************************/
h4.title_business {
position: relative;
font-weight: 500;
font-size: 160%;
padding: 5px 10px;
letter-spacing: 0.1em;
margin-bottom: 20px;
border-left: 5px solid #F69;
}

@media screen and (max-width: 834px){
h4.title_business {
font-size: 130%;
padding: 5px;
padding-left: 10px;
}
}

ul.list_businesscontents {
display: block;
margin: 0;
margin-bottom: 80px;
padding: 0;
}
ul.list_businesscontents li {
display: block;
margin: 0;
margin-bottom: 30px;
padding: 0;
}
@media screen and (max-width: 834px){
ul.list_businesscontents {
margin-bottom: 30px;
}
}

.box_business {
display: block;
clear: both;
}
.box_business .inner {
width: 47%;
padding: 0 1.5%;
color: #000;
}

@media screen and (max-width: 834px){
.box_business .inner {
display: block;
width: auto;
padding: 1.5% 2%;
}
}
.pic_bc {
float: right;
position: relative;
display: block;
width: 50%;
height: 0;
padding-bottom: 25%;
overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.pic_bc img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 834px){
.pic_bc {
float: none;
display: block;
width: 100%;
padding-bottom: 30%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}
}


/** サービスの流れ
************************************/
ul.list_step {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_step li {
position: relative;
	display: inline-block;
	width: 28.5%;
	padding:  0;
	margin: 0;
	margin-right: 7%;
}
ul.list_step li:nth-child(3n), ul.list_step li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 834px){
ul.list_step {
display: block;
}
ul.list_step li {
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: 50px;
}
ul.list_step li:last-child {
	margin-bottom: 0;
}
}


ul.list_step li:after {
position: absolute;
right: -55px;
top: 40%;
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 40px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background-image: url("../../uploads/2021/05/yaji_blue_left.png");
  background-size: contain;
  vertical-align: middle;
}
ul.list_step li:last-child:after {
  content: '';/*何も入れない*/
  display: none;/*忘れずに！*/
}

@media screen and (max-width: 834px){
ul.list_step li:after {
position: absolute;
right: 45%;
top: auto;
bottom: -50px;
  background-image: url("../../uploads/2021/05/yaji_blue_under.png");
}
ul.list_step li:last-child:after {
  content: '';/*何も入れない*/
  display: none;/*忘れずに！*/
}
}


.list_step table {
table-layout: fixed;
width: 100%;
border: none;
background: none;
}
.list_step table tr, .list_step table th, .list_step table td {
margin: 0;
padding: 0;
border: none;
background: none;
}
.list_step table th, .list_step table td {
display: block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.list_step table th {
margin-bottom: 15px;
}
.list_step h5 {
display: inline-block;
font-weight: 500;
vertical-align: top;
margin-top: 20px;
	margin-bottom: 40px;
}
@media screen and (max-width: 834px){
.list_step table th, .list_step table td {
display: table-cell;
}

.list_step table th {
width: 40%;
margin-bottom: 0;
padding-right: 15px;
}
.list_step table td {
font-size: 90%;
}
}

.pic_flow {
position: relative;
display: block;
width: 100%;
height: 0;
padding-bottom: 64%;
overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.pic_flow img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}


.step {
display: inline-block;
position: relative;
background-color: #6BE;
color: #FFF;
width: 70px;
height: 70px;
padding: 10px;
text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 130%;
	margin-right: 10px;
}
.step span {
display: block;
font-size: 180%;
	line-height: 130%;
}
.step:before {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -12px;
  margin-top: -10px;
  border: 15px solid transparent;
  border-left: 15px solid #6BE;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/************************************
** Milestoneについて
************************************/
h4.title_about {
text-align: center;
font-size: 240%;
font-weight: 600;
}

@media screen and (max-width: 834px){
h4.title_about {
font-size: 160%;
}
}

.box_rinen {
display: block;
position: relative;
padding: 6%;
text-align: center;
  background-image: url("../../uploads/2021/05/box_rinen.jpg");
  background-size: cover;
  background-position: left center;
  font-size: 150%;
  line-height: 200%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}
@media screen and (max-width: 834px){
.box_rinen {
padding: 5% 3%;
  font-size: 100%;
  line-height: 160%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
}



table.table_company {
table-layout: fixed;
width: 100%;
	margin: 0;
	padding: 0;
}
table.table_company tr, table.table_company th, table.table_company td {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_company th, table.table_company td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 15px;
	padding-top: 20px;
	vertical-align: top;
font-weight: 500;
}
table.table_company th {
	width: 300px;
	text-align: left;
}
table.table_company td:nth-child(odd) {
	width: 200px;
}


@media screen and (max-width: 834px){
table.table_company {
	margin-bottom: 15px;
}
table.table_company th, table.table_company td {
display: block;
	border-top: none;
	border-bottom: none;
	padding: 10px;
}

table.table_company td {
	padding: 5px 10px;
	border-top: none;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
table.table_company td:nth-child(odd) {
	width: auto;
	padding: 2px 15px;
	margin-bottom: 5px;
	line-height: 130%;
	border: none;
	display: inline-block;
	background-color: #EEE;
}
}


/************************************
** プライバシー
************************************/
dl.privacy {
	margin: 0;
	padding: 0;
}

dl.privacy dt {
	margin: 0;
	padding: 10px;
	background-color: #F5F5F5;
}

dl.privacy dd {
	margin: 0;
	padding: 10px 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 834px){
dl.privacy dt {
	padding: 5px;
}

dl.privacy dd {
	margin: 0;
	padding: 10px;
}
}


/************************************
** フォーム
************************************/

table.form_table {
table-layout: fixed;
width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
table.form_table tr, table.form_table th, table.form_table td {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.form_table th, table.form_table td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 15px;
	padding-top: 20px;
	vertical-align: top;
font-weight: 500;
}
table.form_table th {
	width: 300px;
	text-align: left;
}
table.form_table th {
	width: 240px;
}


@media screen and (max-width: 834px){
table.form_table {
	margin-bottom: 15px;
}
table.form_table th, table.form_table td {
display: block;
	border-top: none;
	border-bottom: none;
	padding: 10px;
}

table.form_table th {
	width: auto;
	padding: 2px 15px;
	margin-bottom: 5px;
	line-height: 130%;
	border: none;
	display: inline-block;
	background-color: #EEE;
}
table.form_table td {
	padding: 5px 10px;
	border-top: none;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
}

table.form_table .wpcf7-list-item {
	display: inline-block;
	margin-right: 15px;
	min-width: 15%;
}

 .hissu {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	line-height: 100%;
	padding: 2px 6px;
	margin-left: 10px !important;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFF !important;
	background-color: #F00;
}
 
 .nini {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	line-height: 100%;
	padding: 2px 6px;
	margin-left: 10px !important;
	text-decoration:none;
	display:inline-block;
	color: #FFF !important;
	background-color: #06F;
}
 
select,textarea,input[type="text"],input[type="datetime"],input[type="datetime-local"],input[type="date"] {
	display:inline-block;
	margin: 3px;
	width: auto;
}
select {
	display:inline-block !important;
	min-width: 80px;
	padding: 15px !important;
}

.input-mini { width:90px !important }
.input-small { width: 200px !important }
.input-medium { width: 70% !important }
.input-large { width: 80% !important }
.input-xlarge { width: 90% !important }
.input-xxlarge { width: 90% !important }

@media screen and (max-width: 834px){
.input-small { width: 50% !important }
.input-medium { width: 90% !important }
.input-large { width: 90% !important }
.input-xlarge { width: 90% !important }
}

.btn {
	display:inline-block !important;
	width: auto !important;
	padding: 10px 100px !important;
	font-size: 130%;
	margin: 5px;
	margin-bottom:0;
	color:#333;
	text-align:center;
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	vertical-align:middle;
	cursor:pointer;
	background-color:#f5f5f5;
	background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image:-o-linear-gradient(top,#fff,#e6e6e6);
	background-image:linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat:repeat-x;border:1px solid #ccc;
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color:#b3b3b3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)
}
.btn:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
.btn-primary{
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#369;
	background-image:-moz-linear-gradient(top,#F00,#900);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#F00),to(#900));
	background-image:-webkit-linear-gradient(top,#F00,#900);
	background-image:-o-linear-gradient(top,#F00,#900);
	background-image:linear-gradient(to bottom,#F00,#900);
	background-repeat:repeat-x;border-color:#F00 #900 #900;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F00',endColorstr='#900',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
@media only screen and (max-width: 834px) {
.btn {
	display:block !important;
	width: 95% !important;
	padding: 10px 10px !important;
	margin: 5px auto;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)

}
}



/************************************
** ブログ
************************************/
ul.list_blog {
display: block;
margin: 0;
padding: 0;
}
ul.list_blog li {
list-style: none;
display: block;
clear: both;
margin: 0;
margin-bottom: 30px;
padding: 0;
}

.list_blog h3, h3.title_info {
position: relative;
font-weight: 500;
color: #F58;
font-size: 130%;
border-bottom: 3px solid #CCC;

}
.list_blog h3:before, h3.title_info:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 10%;
  height: 3px;
  content: '';
  background: #F58;
}

.list_blog h3 a, h3.title_info a {
color: #F58;
}
.list_blog .inner {
padding: 0 0.5%;
}

.entry-card-info {
font-size: 120%;
color: #F58;
}

.list_pic_blog {
float: right;
width: 40%;
position: relative;
display: block;
height: 0;
padding-bottom: 25%;
margin-left: 5%;
overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.list_pic_blog img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}


a .list_pic_blog img {
display: block;
}

a:hover .list_pic_blog img {
width: 150%;
height: 150%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.tag_category {
display: inline-block;
float: right;
background-color: #F58;
color: #FFF;
padding: 2px 2%;
font-size: 120%;
line-height: 130%;
}

a.cat-link.cat-link-2 {
background-color: #CCC;
}
a:hover .cat-link.cat-link-2 {
color: #000;
}
/************************************
** ボタン
************************************/

.bn_center {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
a .bn_center {
	display: block;
}
a:hover .bn_center  {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	opacity:0.70;
	background-color: #F00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.bt_more, .bt_more_pink {
	display: inline-block;
}
.bt_more a {
	display: block;
	padding: 12px 25px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #999;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.bt_more_pink a {
	display: block;
	padding: 12px 25px;
	color: #FFF;
	background-color: #fc5987;
	border: 1px solid #fc5987;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.bt_more a:after, .bt_more_pink a:after {
	content: "　→";
}
.bt_more a:hover {
	border: 1px solid #fc5987;
background-color: #fc5987;
color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bt_more_pink a:hover {
	border: 1px solid #fc5987;
background-color: #FFF;
color: #fc5987;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.bt_otameshi {
	display: inline-block;
}
.bt_otameshi a {
	display: block;
	padding: 30px;
	color: #FFF;
	background-color: #F53;
    font-family:Gelasio, serif;
	font-size: 180%;
	line-height: 130%;
	text-align: center;
	text-decoration: none;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.bt_otameshi a:after {
	content: "　>";
}

.bt_otameshi a:hover {
	box-shadow: -1px -1px 5px rgba(0,0,0,0.5);
	background-color: #F00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 834px) {
.bt_otameshi {
	display: block;
}
.bt_otameshi a {
	padding: 15px;
	color: #FFF;
	font-size: 130%;
	line-height: 120%;
}
}
.bt_youtube {
	display: inline-block;
	margin: 10px;
}
.bt_youtube a {
	display: block;
	padding: 10px 20px;
	background-color: #555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	text-decoration: none;
	color: #FFF;
	background-image: url(../../uploads/2020/11/icon_youtube.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 30px;
	padding-left: 50px;
}
.bt_youtube a:hover {
	box-shadow: -2px -2px 5px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}



/************************************
** 画像
************************************/
.pic_left_page {
	float: left;
	display: inline-block;
	max-width: 43%;
	margin-right: 5%;
}
.pic_right_page {
	float: right;
	display: inline-block;
	max-width: 43%;
	margin-left: 5%;
}
.pic_right_page img, .pic_left_page img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media only screen and (max-width: 834px) {
.pic_right_page, .pic_left_page {
	float: none;
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
}

.imageright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.imageright_pc {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	max-width: 50%;
}
@media screen and (max-width: 834px){
.imageright_pc {
float: none;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
}

.imageleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.imagecenter {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.imagecenter00 {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

/************************************
** 個別
************************************/
.red {
color: #F00;
}
.pink {
color: #fc5987;
}
.yellow {
color: #f9d50b;
}
.blue {
color: #6BE;
}
.pink02 {
color: #F9B;
}
.gold {
color: #eee06d;
}

.f80 {
	font-size: 80%;
}
.f90 {
	font-size: 90%;
}
.f110 {
	font-size: 110%;
}
.f120 {
	font-size: 120%;
}
.f150 {
	font-size: 150%;
}
.f200 {
	font-size: 200%;
}

.f10 {
	font-size: 10px;
	line-height: 110%;
}
.f50 {
	font-size: 50px;
}



.t_center {
	text-align: center !important;
}
.t_center_pc {
	text-align: center;
}
@media only screen and (max-width: 834px) {
.t_center_pc {
	text-align: left;
}
}
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
}