/* ★★★★　下記にページ毎のcssを追加していく　★★★★　　↓↓↓
（テンプレートを使いまわす時は全削除）
※ブレークポイントもページ毎に記載する。
*****************************************************/
/* その他
********************/


/* ★★COMMON
*****************************************************/
.widget_custom_html {
  margin: 0 0 50px 0!important;
  padding: 0 0 0 0!important;
}
.widget_custom_html .side-bar-btn {
  text-align: center;
}
.widget_custom_html .side-bar-btn a {
  background: #7b8ea1;
  display: inline-block;
  padding: 10px 20%;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
}
.widget_custom_html .side-bar-btn a:hover {
  opacity: .8;
}
.footer-office {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
  background-color: #000;
}
.footer-office .cassette-pattern {
  margin: 0 0 0;
}
.footer-office .logo-area img {
  width: 250px;
}
.footer-office .cst {
  padding: 0 1.5% 0;
}
.footer-office p {
  text-align: center;
  color: var(--main-color);
  line-height: 150%;
}
.footer-office p.area {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-office p.area-zip {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 200%
}
.footer-office p.area-zip span {
  font-size: 20px;
  font-weight: 500
}

.footer-office .logo-area {
  margin-bottom: 30px;
}
.footer-office .logo-area {
  margin-bottom: 20px;
  text-align: center;
}
.page article p:last-of-type {
  margin-bottom: 50px;
}

.page article ol, .page article ul {
  padding: 10px 0 30px 30px;
}
.page article ol {
  list-style: decimal;
}
.page article ul {
  list-style: disc;
}
.page article ol li, .page article ul li {
  margin-bottom: 10px;
}
.page article .menuNavi ol, .page article .menuNavi ul {
  padding: 0 0 30px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.page article .menuNavi ol li, .page article .menuNavi ul li {
  margin-bottom: 10px;
  width: 48%;
  margin-right: 3%;
  background: var(--main-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
  height: 74px;
}
.page article .menuNavi ol li:hover, .page article .menuNavi ul li:hover {
  opacity: .7;
}
.page article .menuNavi ol li:nth-child(even), .page article .menuNavi ul li:nth-child(even){
  margin-right: 0;
}
.page article .menuNavi ol li a, .page article .menuNavi ul li a {
  padding: 12px 45px 12px 20px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  position: relative;
  width: 100%;
  height: 100%;
}
.page article .menuNavi ol li a:hover, .page article .menuNavi ul li a:hover {

  text-decoration: none
}

.page article .menuNavi ol li::after, .page article .menuNavi ul li::after {
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "\e1c4";
  font-size: 26px;
  color: #fff;
}
@media only all and (max-width: 768px){
.footer-office {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000;
}
.footer-office .logo-area img {
  width: 60%;
}
.page article .menuNavi ol li, .page article .menuNavi ul li {
  width: 100%;
  margin-right: 0;
  height: inherit;
}
.page.example article .menuNavi ol, .page.example article .menuNavi ul {
  display: inherit;
}
.page.example article .menuNavi ol li, .page.example article .menuNavi ul li {
  width: 100%;
  margin-right: 0;
}
}

table.no{
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

table.no th{
     padding: 7px 10px 7px 5px;
     font-weight: bold;
     color: #fff;
}

table.no td{
	padding: 4px;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.box-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none!important;
  padding: 10px 0 30px 0!important;
}
.box-list ul li {
  width: 48%;
  margin-right: 2%;
  background: #fff;
  padding: 10px 5px 10px 35px;
  border: #ccc 1px solid;
  border-radius: 5px;
  position: relative;
}
.box-list ul li::before {
  content: url("images/common/list-icon.png");
  vertical-align: middle;
  padding-right: 5px;
  position: absolute;
  top:11px;
  left: 8px;
}
@media only all and (max-width: 768px){
.box-list ul li {
  width: 100%;
  margin-right: 0;
}
}




div#n2-ss-2 .n2-ss-control-bullet {
    --widget-offset: -40px!important;
}





/* YARPP
*****************************************************/
.yarpp-thumbnail img, .yarpp-thumbnail-default {
  width: 130px!important;
  height: 130px!important;
  margin: 0px!important;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
  width: 130px!important;
  height: 130px!important;
  margin: 0px!important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  border: none!important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: none!important;
  height: none!important;
  margin: 5px;
  margin-left: 0px;
}

/* ★★SPナビ**************/
@media only all and (max-width: 768px){
#mg-wprm-wrap.cbp-spmenu-right, #mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right.custom, #mg-wprm-wrap.cbp-spmenu-left.custom, .cbp-spmenu-vertical{
  width: 80%!important;
}
.wprmenu_icon span, #wprmenu_menu.wprmenu_levels ul li, html body div.wprm-wrapper, #wprmenu_bar, .wpr_search .wpr-search-field{
  width: 100%;
}
.icon_default.wprmenu_par_opened:before {
  content: "\6f";
}
}




.header-bg {
  background: url("images/common/header-bg.png");
  background-size: 100% ;
  background-repeat: no-repeat;
  background-position: 0 0px;
/*  background-image: linear-gradient(112deg, #fff 80%, #000 80%);*/
}
.foot-conv {
  position: relative
}

.foot-conv .cassetteCol2 {
/*  padding: 50px;*/
  border-radius: 10px;
}
.foot-conv .cassetteCol2 .cst:first-child {
  width: 100%;
}
.foot-bnr {
  border-radius: 10px;
  box-shadow: 0px 0px 13px #b9b9b9;
}
.foot-conv p.title {
  
}
.foot-conv p.read {
  
}
.conv-btn-area p {
  text-align: left;
  margin-bottom: 10px;
}
.conv-btn-area a {
  font-size: 22px !important;
  padding: 20px 20px 20px 30px !important;
  display: block !important;
  width: 350px;
  color: #fff!important;
  text-align: center;
  background-color: #ff5b00 !important;
  border: 1px solid #ff5b00;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold
}
.conv-btn-area a.mail {
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: 30px;
  background-image: url("images/common/conv-btn-mail.png")
}
.conv-btn-area a.tel {
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: 40px;
  background-image: url("images/common/conv-btn-tel.png")
}

.conv-sns-area {
  margin-top: 30px;
  text-align: left;
}
.conv-sns-area img {
  width: 50px;
  margin-right: 15px;
}

@media only all and (max-width: 768px){
.header-bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50px;
  background: none;
}


.foot-conv::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    background-size: 200px;
    left: 0;
    bottom: -200px;
}
.foot-conv .cassetteCol2 {
  padding: 30px;
}
.foot-conv .cassetteCol2 .cst:first-child {
    border-right: none;
}
.conv-btn-area a {
  width: 100%;
  font-size: 18px !important;
}
.conv-btn-area a {
}
.conv-btn-area a.mail {
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("images/common/conv-btn-mail.png")
}
.conv-btn-area a.tel {
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 30px;
  background-image: url("images/common/conv-btn-tel.png")
}
.conv-sns-area {
  margin-top: 30px;
  text-align: center;
}
.conv-sns-area a {
  display:inline-block!important;
}
.conv-sns-area img {
  width: 50px;
  margin-right: 10px;
  margin-left: 10px;
}
}


h3.ver0 {
  line-height: 100%;
  text-align: center;
  background: #000;
  padding: 30px 25%;
  color: var(--main-color);
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 70px;
}
h3.ver0 span {
  font-size: 20px;
  display: block;
  text-align: center
}
@media only all and (max-width: 768px){
h3.ver0 {
  text-align: center;
  background: #000;
  padding: 40px 20px!important;
  color: var(--main-color);
  display: block;
  font-size: 50px;
}
}
.page h3.ver0, .archive h3.ver0, .category h3.ver0 {
  line-height: 100%;
  width: 100%;
  text-align: center;
  background: #000;
  padding: 30px 5%;
  color: var(--main-color);
  display: inline-block;
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 70px;
}
.page.home h3.ver0 {
  line-height: 100%;
  width: 100%;
  text-align: center;
  background: #000;
  padding: 50px 5%;
  color: var(--main-color);
  display: inline-block;
  font-size: 54px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 70px;
}
.page h3.ver0 span {
  font-size: 20px;
  display: block;
  text-align: center;
  font-style: normal;
}
@media only all and (max-width: 768px){
.page.home h3.ver0 {
  margin-bottom: 0;
}
.page h3.ver0, .archive h3.ver0, .category h3.ver0 {
  text-align: center;
  background: #000;
  padding: 20px 20px!important;
  color: var(--main-color);
  display: block;
  font-size: 24px;
  line-height: 150%;
}
}


.common-bg-green {
  background: var(--main-color);
  padding: 100px 0;
  background-image: url(images/common/common-bg-1.png);
  background-repeat: no-repeat;
  background-position: 90% 50px;
  background-size: 200px;
  margin-bottom: 0;
}
@media only all and (max-width: 768px){
.common-bg-green {
  background-position: right 20px;
  background-size: 100px;
  margin-bottom: 0;
}
}

.common-bg-black {
  background: #000;
  padding: 100px 0;
  background-image: url(images/common/common-bg-2.png);
  background-repeat: no-repeat;
  background-position: 10% 50px;
  background-size: 200px;
  margin-bottom: 0;
}
@media only all and (max-width: 768px){
.common-bg-black {
  background-position: right 20px;
  background-size: 100px;
  margin-bottom: 0;
  padding: 100px 0 30px;
}
}

.common-bg-white {
  padding: 100px 0;
    background-image: url(images/common/common-bg-3.png), url(images/common/common-bg-4.png);
    background-repeat: no-repeat;
    background-position: 90% 0px, 10% 100%;
    background-size: 200px 200px;
    margin-bottom: 0;
}
@media only all and (max-width: 768px){
.common-bg-white {
  background-position: 50% 10px,50% 90%;
  background-size: 120px,120px;
  margin-bottom: 0;
}
}



@media only all and (max-width: 768px){
.bellows {
  margin: 0!important;
}
}
@media only all and (max-width: 768px){
#bellows-main-6 ul > li:last-child a::before {
  content: "none";
}
}

.company .sec-3.common-bg-white {
  padding: 100px 0;
    background-image: url(images/common/common-bg-3.png), url(images/common/common-bg-4.png);
    background-repeat: no-repeat;
    background-position: 92% 120px, 10% 100%;
    background-size: 250px, 200px;
    margin-bottom: 0;
}
@media only all and (max-width: 768px){
.company .sec-3.common-bg-white {
    background-position: 50% 184px, 50% 100%;
    background-size: 100px, 100px;
    margin-bottom: 0;
}
}

/*
.case-study .common-bg-white {
  padding: 100px 0;
  background-image: url(images/common/common-bg-3.png);
  background-repeat: no-repeat;
  background-position: 92% 0;
  background-size: 250px;
  margin-bottom: 0;
}
@media only all and (max-width: 768px){
.case-study .common-bg-white {
  background-position: 100% 40px;
  background-size: 100px;
  margin-bottom: 0;
  padding-bottom: 50px;
}
}
*/



/* ★★TOP
*****************************************************/
.top.sec-1 {
  background-image: url(images/top/sec-1-bg.png);
  background-repeat: no-repeat;
  background-position: 94% 100%;
  padding-bottom: 170px;
  background-size: 180px;
  margin-bottom: -50px;
}
.top.sec-1 .container {
    padding: 50px 50px 1px;
    background: #ebede6;
}
.top.sec-1 .container h3 {
  border-top: 3px solid #000; 
  background:linear-gradient(-45deg, #ebede6 50%, #000 50%);
  margin-bottom: 20px;
  padding: 10px 20px; 
  color: #bfd740;
  font-size: 28px;
  font-weight: bold;
  font-family: var(--font-family-got);
}
.top.sec-1 .container h3::after {
  content: none;
}
.top.sec-1 .container .cassetteCol3 {
  margin: 0 0 20px;
  flex-wrap: wrap;
}
.top.sec-1 .container .cassetteCol3 div.cst {
  width: 32%;
  margin: 0 2% 20px 0;
}
.top.sec-1 .container .cassetteCol3 div.cst:nth-child(3n) {
  margin: 0 0 0 0;
}


.top.sec-2 h3 {
  text-align: center;
  font-size: 34px;
  color: var(--main-color);
  background: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  background-image:   url("images/top/sec-2-ttl-bg-1.png"), url(images/top/sec-2-ttl-bg-2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 2% center, 98% center;
  background-size: 50px, 50px;
  margin-bottom: 30px;
} 
.top.sec-2 .cassetteCol4 {
  
} 
.top.sec-2 .cassetteCol3 .cst {
  border-top: 2px solid #000;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  border-left: 2px solid #000;
  padding: 20px 15px 15px;
  position: relative;
}
.top.sec-2 .cassetteCol3 .cst::after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 20%;
  width: 50px;
  height: 35px;
  background-image: url("images/top/sec-2-box-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.top.sec-2 .cassetteCol3 .cst p {
  text-align: center;
}
.top.sec-2 .cassetteCol3 .cst .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
} 
.top.sec-2 .cassetteCol3 .cst .read {
  
}
@media only all and (max-width: 768px){
.top.sec-2 .cassetteCol3 .cst .title {
  line-height: 120%;
}
.top.sec-2 .cassetteCol3 {
  display: flex;
}
.top.sec-2 .cassetteCol3 .cst {
  width: 48%;
  margin: 0px 1% 40px !important;
  padding: 20px 10px 5px;
}
.top.sec-2 .cassetteCol3 .cst::after {
  bottom: -35px;
  width: 40px;
}
}
.top.sec-3 {
  background: linear-gradient(90deg, #fff 0%, #bfd740 0%);
  padding: 0 0 0;
}

.top.sec-3 .cassette-pattern.Lft45-Rgt55 > div:first-child {
  background: #000;
  padding: 100px 8%;
}

.top.sec-3 .cassette-pattern.Lft45-Rgt55 h3 {
  color: var(--main-color);
  line-height: 150%;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 30px;
}
.top.sec-3 .cassette-pattern.Lft45-Rgt55 p {
  color: #fff;
}
.top.sec-3 .cassette-pattern.Lft45-Rgt55 div.image {
  position: relative;
}
.top.sec-3 .cassette-pattern.Lft45-Rgt55 div.image img {
  position: absolute;
  left: -130px;
}
.top.sec-4 {
/*  background: #000;*/
  padding: 100px 0 620px;
  background-image: url("images/top/sec-4-bg.png"), url("images/top/sec-4-bg-btm.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 100px 50px, bottom;
  background-size: 300px, 100%;
}
.top.sec-4 .service p.image {
  
}
.top.sec-4 .service p.title {
  font-size: 24px;
/*  color: #fff;*/
  margin-bottom: 10px;
  font-weight: 700
}
.top.sec-4 .service p.tag {
  margin-bottom: 10px;
}
.top.sec-4 .service p.tag a {
  pointer-events: none;
  display: inline-block;
   margin-right: 10px;
  font-size: 16px;
  color: #3d3d3d;
  padding: 0 15px;
  margin-bottom: 10px;
  border: 1px solid #7f7f7f;
  border-radius: 50px;
}
.top.sec-4 .service p.link {
  text-align: right;
  color: #fff;
  position: relative;
  margin-bottom: 0
}
.top.sec-4 .service p.link a {
  color: #000;
  font-weight: bold;
}
.top.sec-4 .service p.link::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 1px;
  background-color: var(--main-color);
  right: 120px;
  top: 15px;
}



.main-bg-sec-5 {
  background: linear-gradient(180deg, #fff 15%, #bfd740 15%);
  padding-bottom: 10px;
  max-width: 1600px;
  margin: 0 auto;
}
.top.sec-5 {
  padding: 100px 0 100px;
  background-image: url(images/top/sec-5-bg-top.png), url(images/top/sec-5-bg-btm.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 100px 50px, 90% 100%;
  background-size: 230px, 200px;
  margin-bottom: 0;
}
.top.sec-5 .cassetteCol2.service {
  padding: 50px;
  border: 1px solid #333;
  border-radius: 20px;
  background-color: #fff;
}
.top.sec-5 .cassetteCol2.service .cst {
  margin-bottom: 0;
}
.top.sec-5 .service p.image {
  
}
.top.sec-5 .service p.title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.top.sec-5 .service p.sub-title {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}
.top.sec-5 .service p.icon {
  margin-bottom: 10px;
  color: #fff;
}
.top.sec-5 .service p.icon span.icon-b {
  background-color: #000;
  display: inline-block;
  padding: 0 15px;
}
.top.sec-5 .service p.icon span.icon-g {
  background-color: #7eac2c;
  display: inline-block;
  padding: 0 15px;
}
.top.sec-5 .service p.tag {
  margin-bottom: 10px;
}
.top.sec-5 .service p.tag a {
  background: #000;
  pointer-events: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
}
.top.sec-5 .service p.link {
  text-align: right;
  color: #fff;
  position: relative
}
.top.sec-5 .service p.link a {
  color: #000;
}
.top.sec-5 .service p.link::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 1px;
  background-color: var(--main-color);
  right: 120px;
  top: 15px;
}

@media only all and (max-width: 768px){
.top.sec-5 .cassetteCol2.service {
  padding: 20px;
  margin-bottom: 25px;
}
}





.top.news {
  background: var(--main-color);
  padding: 100px 0;
  background-image: url(images/top/sec-news-bg-btm.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 600px;
  margin-bottom: 0;
}



@media only all and (max-width: 768px){
.top.sec-1 .container {
    padding: 20px 20px 1px;
    background: #ebede6;
}
  
.top.sec-1 .container h3 {
    background: #000;
    font-size: 20px;
}
.top.sec-1 .container .cassetteCol3 div.cst {
    width: 100%;
    margin-bottom: 10px;
}
.top.sec-1 .container .cassetteCol3 div.cst:nth-child(3n) {
  margin: 0 0 10px 0;
}
.top.sec-2 h3 {
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10%;
  padding-right: 10%;
  background-size: 20px, 20px;
}  
.top.sec-2 .cassetteCol4 .cst p {
  line-height: 140%;
} 
.top.sec-2 .cassetteCol4 .cst {
    margin-bottom: 50px;
}
.top.sec-3 {
    background: linear-gradient(90deg, #fff 0%, #bfd740 0%);
    padding: 50px 0 50px;
}
.top.sec-3 .cassette-pattern.Lft45-Rgt55 > div:first-child {
  background: #000;
  padding: 40px 8%;
}
.top.sec-3 .cassette-pattern.Lft45-Rgt55 div.image {
  position: inherit;
  padding: 0 5% 0;
}
.top.sec-3 .cassette-pattern.Lft45-Rgt55 div.image img {
  position: inherit;
  left: inherit;
}
.top.sec-4 {
  padding: 100px 0 200px;
  background-position: 50% 20px, bottom;
  background-size: 120px, 100%;
}
.top.sec-5 {
  padding: 100px 0 100px;
  background-position: 50% -25px, bottom;
  background-size: 120px, 120px;
}
.top.news {
  padding: 50px 0 150px;
  background-size: 100%;
}

}

/* ★★COMPANY
*****************************************************/


.top.news p.link {
  text-align: right;
  color: #fff;
  position: relative;
  margin-right: 27%;
}
.top.news p.link a {
  color: #000;
  font-weight: bold;
}
.top.news p.link::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 1px;
  background-color: #7eac2c;
  right: 120px;
  top: 15px;
}
.company td span {
  display: inline-block;
    width: 200px;
}
@media only all and (max-width: 768px){
.top.news p.link {
  margin-right: 4%;
}
}
/* ★★サービス
*****************************************************/
.page .top.sec-4 {
/*  background: #000;*/
  padding: 0 0 0;
  background-image: url("images/top/sec-4-bg.png");
  background-repeat: no-repeat;
  background-position: 100px 50px;
  background-size: 300px;
}
@media only all and (max-width: 768px){
.page .top.sec-4 {
  background-image: none;
}
}
/* ★★ケーススタディ
*****************************************************/
.page .main-bg-sec-5 {
  background: linear-gradient(180deg, #fff 15%, #bfd740 15%);
  padding-bottom: 10px;
  max-width: 1600px;
  margin: 0 auto;
}
.page .top.sec-5 {
  padding: 0 0 100px;
  background-image: url(images/top/sec-5-bg-top.png), url(images/top/sec-5-bg-btm.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 50px 0px, 90% 100%;
  background-size: 180px, 200px;
  margin-bottom: 0;
}
@media only all and (max-width: 768px){
.page .top.sec-5 {
  background-image: none, url(images/top/sec-5-bg-btm.png);
}
}
/* ★★サービス
*****************************************************/
.service h4.ver0 {
    font-size: 30px;
    text-align: center;
    padding: 0 0 0 10px;
    border-left: none;
    margin-top: 40px;
    margin-bottom: 50px;
    font-family: var(--font-family-got);
    font-weight: bold;
}
.service h3.ver0 span {
    font-size: 28px;
    display: block;
    text-align: center;
    font-style: normal;
}
@media only all and (max-width: 768px){
.service h4.ver0 {
    font-size: 24px;
    text-align: center;
    padding: 0 0 0 10px;
    border-left: none;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: var(--font-family-got);
    font-weight: bold;
}
}




/* ★★開発事例
*****************************************************/
.case-study.page h3.ver0 {
    margin-bottom: 50px;
}
@media only all and (max-width: 768px){
.case-study.page h3.ver0 {
    margin-bottom: 30px;
}
}
/* ★★御挨拶
*****************************************************/

.greeting .common-bg-white {
      padding-top: 0
    }

@media only all and (max-width: 768px) {
.greeting .common-bg-white {
  padding-top: 150px;
  padding-bottom: 150px;
  background-position: 50% 10px, 50% 95%;
  background-size: 120px, 120px;
  margin-bottom: 0;
}
}





/* お問い合わせ　サンクス
*****************************************************/ 
.contact .sec-1, .thanks .sec-1 {
/*  background: ;*/
  padding: 100px 0 0;
}
@media only all and (max-width: 768px){
.contact .sec-1, .thanks .sec-1 {
/*  background: ;*/
  padding: 50px 0 0;
}
}




.n2-section-smartslider {
  max-width: 1600px;
    margin: 0 auto;
}

.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0.bellows-current-menu-item > .bellows-target, .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0.bellows-current-menu-ancestor > .bellows-target {
  background: var(--main-color)!important;
}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target:hover {
  background: var(--main-color)!important;
}
.bellows.bellows-skin-blue-material  {
  background: var(--main-color)!important;
}
#bellows-main-6 ul > li:last-child a::before {
  content: ""!important;
}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-target, .bellows.bellows-skin-blue-material .bellows-nav .bellows-custom-content {
  color: #000000!important;
}