@charset "UTF-8";
.trans, .sidebar .article-wrap a, .fbnr-item a, .box-list-01-link .box-item-01 a, .page-bnr-wrap .page-bnr a:before, .fw-list .fw-item:before, #consultation .tab_item:before, #consultation .tab_item:after, .tab_content, #faq .flow-tabs-list .img, #web-consulting .sec-flow .tab_item:before, #web-consulting .sec-flow .tab_item:after, .result-item .result-img, #seminar-dtl .sec-recommend .img, #seminar-ac .list-item .img, .art-nav .naviitem.navileft a:after, .art-nav .naviitem.naviright a:after, #performances-ac .sec-new .blog-item, #blog-dtl .pager li a, #blog-dtl .sec-recommend .img {
  transition: all 0.2s;
}
.beige {
  color: #c5a882;
}
.white {
  color: #fff;
}
/*
----------------------------------------
form
----------------------------------------
*/
input[type="text"], input[type="search"], input[type="tel"], input[type="number"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  border: solid 1px #ccc;
  padding: 10px 15px !important;
  box-sizing: border-box;
  margin-right: 10px;
  text-align: left !important;
}
input[type="email"], input[type="tel"], input.l {
  width: 100%;
  margin: 0 !important;
}
textarea {
  margin: 0 !important;
  width: 100% !important;
  height: 20rem !important;
}
select {
  padding: 7px 35px 7px 15px !important;
  background: url(../img/common/arrow-select.svg) right 10px center/10px no-repeat !important;
}
/*
---------------------------------------
page common
---------------------------------------
*/
/* page-mv
-----------------------*/
.page-mv {
  width: 100%;
  height: 430px;
  padding: 0;
  position: relative;
  background: url(../img/guide/bg-mv.jpg) no-repeat center center/cover;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-mv .page-mv-inner {
  position: absolute;
  bottom: 6rem;
  z-index: 1;
}
.page-mv .page-h1-main {
  font-size: 2rem;
  text-align: left;
  padding: 0 0 0.8rem;
  margin-bottom: 0;
}
.page-mv .page-h1-main-en {
  font-size: 6rem;
  padding: 0 0 2.6rem;
}
.page-mv .page-h1-sub {
  font-size: 1.6rem;
  line-height: 2.2;
}
/* page-mv-02
-----------------------*/
.page-mv-02 {
  width: 100%;
  height: 500px;
  padding: 0;
  position: relative;
  background: url(../img/service/e-commerce/bg-mv-pc.png) no-repeat center center/cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-mv-02 .page-mv-02-inner .page-mv-02-h1-sub {
  font-size: 2.4rem;
  line-height: calc(38 / 24);
  color: #43321d;
  letter-spacing: 0.06em;
}
.page-mv-02 .page-mv-02-inner {
  padding: 14.3rem 0 0;
}
.page-mv-02 .page-mv-02-inner .page-mv-02-h1-main {
  letter-spacing: 0.06em;
  color: #c5a882;
  line-height: 1.3;
}
.page-mv-02 .page-mv-02-inner .page-mv-02-h1-main .ja, .page-mv-02 .page-mv-02-inner .page-mv-02-h1-main .en {
  display: block;
}
.page-mv-02 .page-mv-02-inner .page-mv-02-h1-main .ja {
  margin: 1.6rem 0 0.9rem;
  font-size: 5.4rem;
  font-weight: bold;
}
.page-mv-02 .page-mv-02-inner .page-mv-02-h1-main .en {
  font-size: 2rem;
  line-height: 1;
}
/* breadcrumbs
-----------------------*/
.breadcrumbs-wrap {
  width: 100%;
  background: #262626;
  padding: 1.5rem 0 1.2rem;
}
#breadcrumbs {
  font-size: 1.3rem;
  color: #fff;
}
#breadcrumbs > span > span > a:hover {
  opacity: 1;
}
#breadcrumbs .fa {
  font-size: 1.2rem;
  color: #808080;
  padding: 0 2rem;
}
/* main-wrap
-----------------------*/
.main-wrap {
  padding: 4rem 0 5rem;
}
.main-wrap > .inner {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.main-wrap .main-cont {
  width: 830px;
  padding: 0 0 5rem;
}
.main-wrap .sidebar {
  width: 370px;
  padding-left: 50px;
}
/* sidebar
-----------------------*/
.sidebar .search-wrap {
  box-shadow: none;
  padding: 0;
  margin: 0 0 2.7rem;
}
.sidebar .search-wrap #searchform1 {
  width: 320px;
}
.sidebar .search-wrap input#keywords_side {
  width: 270px;
  font-size: 1.5rem;
}
.sidebar .search-wrap .searchsubmit {
  width: 50px;
  padding: 14px 25px;
}
.sidebar .article-wrap a {
  background: #fff;
}
@media (min-width: 751px) {
  .sidebar .article-wrap a:hover {
    background: #fafafa;
  }
}
.sidebar .side-h2 {
  font-size: 3.2rem;
  color: #111;
  position: relative;
}
.sidebar .side-h2:before {
  content: "";
  background: #e6e6e6;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 8px;
  z-index: -1;
}
.sidebar .article-list {
  border-bottom: none;
  margin: 0 0 40px;
  display: block;
}
.page .sidebar .article-list .article-wrap {
  width: 100%;
  border: none;
  margin: 0;
  background: none;
}
.page .sidebar .article-list .article-wrap:hover {
  cursor: pointer;
}
.sidebar .article-list .newEntry {
  border: none;
  background: none;
}
.sidebar .article-list .newEntry a {
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.sidebar .article-list .newEntry figure {
  width: 120px;
  overflow: hidden;
}
.sidebar .article-list .newEntry figure img {
  width: 100%;
  height: auto;
}
.sidebar .article-list .post-header {
  padding: 0 0 0 15px;
  width: calc(100% - 120px);
}
.sidebar .article-list .date {
  font-size: 1.3rem;
  color: #666;
  line-height: 1;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.sidebar .article-list .date .fa {
  margin: 0 8px 0 0;
}
.sidebar .article-list .post-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0 0 1rem;
}
#popular-post {
  counter-reset: wpp-ranking;
}
.sidebar .article-wrap figure {
  position: relative;
}
#popular-post .article-wrap figure:before {
  color: #fff;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  text-align: center;
  opacity: 0.999;
  float: left;
  line-height: 25px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 25px;
  height: 25px;
  background-color: #bfbfbf;
  position: absolute;
  left: 0;
  top: 0;
}
#popular-post .article-wrap:nth-child(1) figure::before {
  background-color: #c5a882;
}
#popular-post .article-wrap:nth-child(2) figure::before {
  background-color: #b3b3b3;
}
#popular-post .article-wrap:nth-child(3) figure::before {
  background-color: #c49382;
}
.side-new .article-wrap .icn-new {
  color: #fff;
  line-height: 18px;
  font-size: 1.3rem;
  background: #2eb7c9;
  background: -moz-linear-gradient(left, #7bd7be 0%, #2eb7c9 100%);
  background: -webkit-linear-gradient(left, #7bd7be 0%, #2eb7c9 100%);
  background: linear-gradient(to right, #7bd7be 0%, #2eb7c9 100%);
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5px;
  letter-spacing: 0.5px;
}
.side-cat-list a {
  display: block;
  font-size: 1.4rem;
  padding: 0 0 0 48px;
  margin: 14px 0;
  height: 36px;
  line-height: 36px;
  background: url(../img/blog/icn-tag.png) no-repeat left center;
}
@media (min-width: 751px) {
  .side-cat-list a:hover {
    text-decoration: underline;
  }
}
/* sidebar-result
-----------------------*/
.sidebar-result {
  position: relative;
  width: 300px;
}
.sidebar-result-inner {
  width: 300px;
  top: 0;
}
.sidebar-result-inner.fixed {
  position: fixed;
  top: 25px;
  transition: all 0.2s;
}
.sidebar-result-inner.absolute {
  position: absolute;
  top: unset;
  bottom: 0;
  transition: all 0.2s;
}
.sidebar-result .sidebar-result-ttl .en {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.4px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #333333;
  position: relative;
  padding: 0 0 0.6em;
  border-bottom: 2px solid #dbdbdb;
  position: relative;
}
.sidebar-result .sidebar-result-ttl .en::before {
  content: "";
  display: block;
  width: 60px;
  border-bottom: 2px solid #c5a882;
  position: absolute;
  bottom: 0;
  margin-bottom: -2px;
}
.sidebar-result .sidebar-result-li {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}
.sidebar-result .sidebar-result-li a {
  display: block;
  padding: 25px 0 26px;
  transition: all 0.6s ease;
}
.sidebar-result .sidebar-result-li a:hover {
  background-color: #e3e3e366;
}
.sidebar-result .sidebar-result-li a:hover:after {
  right: -0.3rem;
}
.sidebar-result .sidebar-result-li a::before {
  border-top: 2px solid #c5a882;
  content: "";
  position: absolute;
  transform: translateX(-100%);
  top: 48%;
  left: 3.5rem;
  width: 14px;
  z-index: 3;
}
.sidebar-result .sidebar-result-li a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #bfbfbf;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 0.5rem;
  font-size: 2rem;
  top: 46%;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}
.sidebar-result .sidebar-result-li p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: normal;
  padding: 0 55px;
}
/*
---------------------------------------
bottom-result
---------------------------------------
*/
.bottom-result {
  display: none;
}
/* page-head
-----------------------*/
.page-head {
  text-align: center;
}
.page-head .page-head-dot {
  padding: 7rem 0;
  position: relative;
}
.page-head .page-head-dot:before {
  content: "";
  background: url(../img/common/bg-dot.png);
  display: block;
  width: 100%;
  height: 135px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
.page-head .page-head-catch {
  font-size: 3.5rem;
  font-weight: 600;
  padding: 2rem 12rem;
  margin-bottom: 2rem;
  position: relative;
}
.page-head .page-head-catch.badge::after {
  content: "";
  width: 138px;
  height: 138px;
  position: absolute;
  top: calc(50% - 84px);
  right: -1rem;
  background: url(../img/recruit/consultant/badge.png) center center / contain no-repeat;
}
.page-head .page-head-desc {
  line-height: 2.2;
}
.page-head .page-head-desc a {
  text-decoration: underline;
}
.page-head .page-head-desc strong {
  font-weight: 700;
}
.page-head-nav {
  background: #f5f5f5;
  padding: 2rem 0;
}
.page-head-nav .nav-list {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#recruit-dtl.recruit-staff.accounting .page-head-nav .nav-list {
  justify-content: center;
}
.page-head-nav .nav-item {
  width: 24%;
}
.nav-btn-01 a {
  display: block;
  background: #fff;
  border: 1px solid #999;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  height: 50px;
  line-height: 50px;
  box-shadow: 0px 3px 0px 0px #dcdcdc;
  -webkit-box-shadow: 0px 3px 0px 0px #dcdcdc;
  -moz-box-shadow: 0px 3px 0px 0px #dcdcdc;
  position: relative;
}
.nav-btn-01 a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.2s;
  color: #c5a882;
  font-size: 1.6rem;
}
@media (min-width: 751px) {
  .nav-btn-01 a:hover:after {
    right: 0;
  }
}
.heading-txt {
  text-align: center;
  line-height: 2.2;
}
/* page-head-02
-----------------------*/
.page-head-02 {
  text-align: center;
}
.page-head-02 .page-head-02-dot {
  padding: 7.8rem 0 0.9rem;
  position: relative;
}
.page-head-02 .page-head-02-dot:before {
  content: "";
  background: url(../img/common/bg-dot.png);
  display: block;
  width: 100%;
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
.page-head-02 .page-head-02-layout {
  display: flex;
}
.page-head-02 .page-head-02-img {
  flex: 0 0 569px;
  margin: 0 5.5rem 0 0;
  position: relative;
  /* left: -1.6rem; */
}
.page-head-02 .page-head-02-img img {
  width: 100%;
  height: auto;
}
.page-head-02 .page-head-02-txts {
  flex: 0 1 100%;
  text-align: left;
}
.page-head-02 .page-head-02-catch {
  margin: 6.1rem 0 1.7rem;
  font-size: 3.2rem;
  line-height: calc(48 / 32);
  font-weight: 600;
  color: #111;
  letter-spacing: 0.08em;
}
.page-head-02 .page-head-02-catch .color {
  color: #c7a477;
}
.page-head-02 .page-head-02-dot .page-head-02-desc {
  line-height: 2.25;
  letter-spacing: 1.28px;
  text-align: justify;
}
.page-head-02 .page-head-02-dot .page-head-02-desc .marker {
  box-shadow: inset 0 calc(-0.3em + 2px) rgba(197, 168, 130, 0.4), 0 3px 0 rgba(197, 168, 130, 0.4);
}
/* search-wrap
-----------------------*/
.search-wrap {
  box-shadow: 0px 9px 6px -6px rgba(0, 0, 0, 0.06);
  padding: 18px 0;
}
.header-search-form {
  position: relative;
  margin: 0 0 0 auto;
}
.search-wrap input#keywords_side, .search-wrap input#keywords2 {
  font-size: 16px;
  padding: 14px 19px !important;
  height: 46px;
  background: #f2f2f2;
  border: none;
  width: 570px;
  float: left;
  border-radius: 4px 0 0 4px;
  margin: 0;
}
.search-wrap #searchform, .search-wrap #searchform1 {
  width: 640px;
  margin: 0 auto;
}
#faq .search-wrap.head-search-wrap #searchform {
  margin: 0;
  width: 640px;
}
.search-wrap .searchsubmit {
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  padding: 14px 35px;
  height: 46px;
  width: 70px;
  position: relative;
  background: #262626 url(../img/common/icn-search.png) no-repeat center center;
}
.search-wrap input::-webkit-input-placeholder {
  color: #666;
}
.search-wrap input:-moz-placeholder {
  color: #666;
}
/* img-ttl
-----------------------*/
.img-ttl {
  width: 100%;
  height: 400px;
  background: url(../img/guide/bg-ttl-reason.jpg) no-repeat center center/cover;
}
.img-ttl .inner {
  position: relative;
  height: 400px;
}
.img-ttl .inner.right {
  text-align: right;
}
.img-ttl .img-ttl-inner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  text-align: left;
}
.img-ttl .inner.right .img-ttl-inner {
  left: inherit;
  right: 0;
}
.img-ttl .img-ttl-en {
  font-size: 10rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  padding: 0 0 0.5rem;
}
.img-ttl .img-ttl-ja {
  font-size: 2.2rem;
  color: #fff;
}
/* fbnr
-----------------------*/
.fbnr {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.fbnr-item {
  width: 50%;
  padding: 20px 10px;
}
.fbnr-item {
  position: relative;
}
.fbnr-item a:hover:before {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.8;
}
.fbnr-item:hover::before {
  opacity: 0;
  transition: all 0.6s ease;
}
.fbnr-item a {
  display: block;
  padding: 4.1rem;
  background: url(../img/common/bg-fbnr-strategy.jpg) no-repeat center center/cover;
}
.fbnr-item a:hover {
  opacity: 0.8;
}
.fbnr-item a:hover .fbnr-ttl:before {
  transform: translateX(10px);
}
.fbnr-item .txtbox {
  background: rgba(255, 255, 255, 0.9);
  padding: 5.6rem 0 3.6rem;
  text-align: center;
  opacity: 1;
}
.fbnr-item .fbnr-ttl {
  position: relative;
  padding: 0 0 5rem;
}
.fbnr-item .fbnr-ttl:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 1.5rem;
  font-size: 3rem;
  color: #c5a882;
  transition: 0.2s;
}
.fbnr-item .fbnr-ttl-ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
.fbnr-item .fbnr-ttl-en {
  display: block;
  font-size: 3.4rem;
  font-weight: 700;
}
/*
.website#web-consulting .fbnr-item {
	position:relative;
}

.website#web-consulting .fbnr-item .fbnr-ttl:before {
	content: "";
}

.website#web-consulting .fbnr-item::before{
	background-color: #262626;
	opacity: .5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
}

.website#web-consulting .fbnr-item:after {
	content:"";
	height:69px;
	position:absolute;
	top: -34px;
	left:50%;
	margin-left:-1px;
	border-left:2px solid #c5a882;
	box-sizing:border-box;
	z-index:2;
}

.website#web-consulting .fbnr-item a:hover:before{
	background-color: rgba(0,0,0,0);
	opacity: .8;
}

.website#web-consulting .fbnr-item:hover::before{
	opacity:0;
	transition: all 0.6s ease;
}

.website#web-consulting .fbnr-item a:hover {
	opacity: 1;
}

.website#web-consulting .fbnr-item .txtbox {
	background: none;
	padding: 8.9rem 0 7.9rem;
	text-align: center;
	opacity: 1;
}

.website#web-consulting .fbnr-item .fbnr-ttl {
	position: relative;
	padding: 0;
	padding-bottom: 4.2rem;
}

.website#web-consulting .fbnr-item .fbnr-ttl-ja {
	font-size: 3.2rem;
	line-height: 1.06;
	letter-spacing: 0.9px;
	font-weight: normal;
	color: #ffffff;
}

.website#web-consulting .fbnr-item .fbnr-ttl-en {
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 1.8rem;
}
.website#web-consulting .fbnr-item .txtbox .btn-06{
	display: block;
	color: #fff;
	border: 1px solid #fff;
	max-width: 250px;
	font-size: 1.6rem;
	text-align: center;
	height: 60px;
	line-height: 60px;
	padding: 0;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	position: relative;
	margin: 0 auto;
}

.website#web-consulting .fbnr-item .txtbox .btn-06:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
	position: absolute;
	right: .5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right .8s;
}

.website#web-consulting .fbnr-item:hover .btn-06 {
	background: #fff;
	color: #262626;
}

.website#web-consulting .fbnr-item:hover .btn-06:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
	right: 0;
}
*/
.fbnr-item .fbnr-txt {
  font-size: 1.6rem;
  font-weight: 500;
}
.fbnr-strategy a {
  background: url(../img/common/bg-fbnr-strategy.jpg) no-repeat center center/cover;
}
.fbnr-service a {
  background: url(../img/common/bg-fbnr-service.jpg) no-repeat center center/cover;
}
.fbnr-support a {
  background: url(../img/common/bg-fbnr-support.jpg) no-repeat center center/cover;
}
.fbnr-mind a {
  background: url(../img/common/bg-fbnr-mind.jpg) no-repeat center center/cover;
}
.fbnr-guide a {
  background: url(../img/common/bg-fbnr-guide.jpg) no-repeat center center/cover;
}
.fbnr-company a {
  background: url(../img/common/bg-fbnr-company.jpg) no-repeat center center/cover;
}
.fbnr-e_commerce a {
  background: url(../img/common/bg-fbnr-e_commerce.jpg) no-repeat center center/cover;
}
.fbnr-Landing_Page a {
  background: url(../img/common/bg-fbnr-Landing_Page.jpg) no-repeat center center/cover;
}
/* box-gap
-----------------------*/
.box-gap-inner {
  max-width: 1300px;
  min-width: 1270px;
  margin: 0 auto;
}
.box-gap-inner .box-gap {
  position: relative;
}
.box-gap-inner .box-gap:before {
  content: "";
  width: 740px;
  height: 350px;
  display: block;
  position: absolute;
  top: -3rem;
  z-index: 2;
}
.box-gap-inner .box-gap.img-r {
  padding: 0 0 5rem;
}
.box-gap-inner .box-gap.img-r:before {
  background: url(../img/guide/img-photo.jpg) no-repeat center center/cover;
  right: -16rem;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.box-gap-inner .box-gap.img-r .txtbox {
  padding: 5.7rem 6rem 5rem 5rem;
}
.box-gap-inner .box-gap.img-l {
  padding: 0 0 5rem;
}
.box-gap-inner .box-gap.img-l:before {
  background: url(../img/guide/img-writing.jpg) no-repeat center center/cover;
  left: -16rem;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.box-gap-inner .box-gap.img-l .txtbox {
  padding: 6rem 5rem 5rem 6rem;
  margin: 0 0 0 auto;
}
.box-gap-inner .txtbox {
  background: #fcf7f5;
  max-width: 740px;
  position: relative;
}
.box-gap-inner .box-gap-ttl-en {
  font-size: 7.2rem;
  color: #c5a882;
  line-height: 1;
  position: absolute;
  top: -4rem;
}
.box-gap-inner .box-gap-ttl {
  font-size: 2.4rem;
  padding: 0 0 2rem;
  font-weight: 600;
}
.box-gap-inner .box-gap-txt {
  line-height: 2.2;
}
/* box-gap-02
-----------------------*/
.box-gap-02-wrap {
  background: #f9f6f5;
  padding: 11rem 0 0;
}
.box-gap-02-wrap .box-gap-02-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-ttl-en {
  font-size: 1.8rem;
  color: #c5a882;
  line-height: 1;
  margin: 0 0 1.9rem;
  position: relative;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-ttl-en:before {
  content: "";
  background: #c5a882;
  width: 80px;
  height: 1px;
  display: block;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-02 {
  position: relative;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-02.img-l .box-gap-ttl .img-sp {
  display: none;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-02:before, .box-gap-02-wrap .box-gap-02-inner .box-gap-02 .img-pc {
  content: "";
  width: 800px;
  height: 450px;
  display: block;
  position: absolute;
  top: -3rem;
  z-index: 1;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-02 .img-pc {
  left: -11rem;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-02 .img-pc img {
  width: 100%;
  height: 100%;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-02.img-r {
  padding: 0 0 9rem;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-02.img-r:before {
  background: url(../img/guide/img-photo.jpg) no-repeat center center/cover;
  right: -11rem;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-02.img-r .box-gap-ttl-en:before {
  left: inherit;
  right: -100px;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-02.img-l {
  padding: 0 0 9rem;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-02.img-l:before {
  background: url(../img/recruit/consultant/img-attraction-01.jpg) no-repeat center center/cover;
  left: -11rem;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-02.img-l .txtbox {
  margin: 0 0 0 auto;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-02.img-l .box-gap-ttl-en:before {
  right: inherit;
  left: -100px;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-02.last {
  padding: 0 0 7rem;
}
.box-gap-02-wrap .box-gap-02-inner .txtbox {
  background: #fff;
  padding: 5.3rem 6rem 5.5rem 5rem;
  max-width: 560px;
  position: relative;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-ttl {
  font-size: 2.5rem;
  padding: 0 0 2rem;
  font-weight: 600;
}
.box-gap-02-wrap .box-gap-02-inner .box-gap-txt {
  line-height: 2.3;
  font-size: 1.5rem;
}
/* box-gap-03
-----------------------*/
.box-gap-03-wrap {
  background: #f9f6f5;
  padding: 6.9rem 0 0;
}
.box-gap-03-wrap .box-gap-03-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box-gap-03-wrap .box-gap-03-inner .txtbox {
  background: #fff;
  padding: 5.3rem 6rem 5.5rem 5rem;
  position: relative;
  z-index: 2;
}
.box-gap-03-wrap .box-gap-03-inner .box-gap-ttl-wrap {
  background: #c5a882;
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 530px;
  margin: 0 0 2.5rem auto;
}
.box-gap-03-wrap .box-gap-03-inner .box-gap-ttl {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
}
.box-gap-03-wrap .box-gap-03-inner .img {
  position: absolute;
  left: 4rem;
  top: -2.5rem;
}
.box-gap-03-wrap .box-gap-03-inner .img img {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.box-gap-03-wrap .box-gap-03-inner .tag-item {
  display: inline-block;
  color: #c5a882;
  background: #fff;
  border-radius: 50px;
  padding: 0.1rem 1.5rem;
  text-align: center;
  font-size: 1.4rem;
}
.box-gap-03-wrap .box-gap-03-inner .tag-item.first {
  margin: 0 10px 0 0;
}
.box-gap-03-wrap .box-gap-03-inner .box-gap-txt {
  max-width: 530px;
  margin: 0 0 0 auto;
}
.box-gap-03-wrap .box-gap-03-inner .box-gap-03 {
  position: relative;
  padding: 0 0 8rem;
}
.box-gap-03-wrap .box-gap-03-inner .box-gap-03.img-r .box-gap-txt {
  margin: 0 auto 0 0;
}
.box-gap-03-wrap .box-gap-03-inner .box-gap-03.img-r .box-gap-ttl-wrap {
  margin: 0 auto 2.5rem 0;
}
.box-gap-03-wrap .box-gap-03-inner .box-gap-03.img-r .img {
  left: inherit;
  right: 4rem;
}
.box-gap-03-wrap .box-gap-03-inner .box-gap-03.last {
  padding: 0 0 6rem;
}
/* box-list-01
-----------------------*/
.box-list-01 .box-item-01 {
  width: 31.7%;
  border: 8px solid #ebebeb;
  padding: 4.5rem 3rem 2.5rem;
}
.box-list-01 .img {
  text-align: center;
  line-height: 0;
  padding: 0 0 3rem;
}
.box-list-01 .box-list-ttl {
  position: relative;
  text-align: center;
  padding: 0 0 2rem;
  margin: 0 0 2.5rem;
}
.box-list-01 .box-list-ttl:before {
  content: "";
  background: #c5a882;
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.box-list-01 .box-list-ttl-en {
  display: block;
  font-size: 3rem;
  line-height: 1;
  padding: 0 0 1rem;
}
.box-list-01 .box-list-ttl-ja {
  font-size: 1.6rem;
}
.box-list-01 .box-list-txt {
  line-height: 2;
}
.box-list-01-link .box-item-01 {
  padding: 0;
  border: none;
}
.box-list-01-link .box-item-01 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4.5rem 0 7.5rem;
  border: 8px solid #ebebeb;
  position: relative;
}
@media (min-width: 751px) {
  .box-list-01-link .box-item-01 a:hover {
    border: 8px solid #c5a882;
  }
}
.box-list-01-link .box-item-01 a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  font-size: 2.8rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 2.3rem;
  color: #c5a882;
}
.box-list-01-link .box-item-01 .box-list-ttl-en {
  padding: 0 0 1.4rem;
}
.box-list-01-link .box-item-01 .box-list-txt {
  line-height: 1.8;
}
.box-list-01-link .box-list-ttl {
  padding: 0;
  margin: 0;
}
.box-list-01-link .box-list-ttl:before {
  content: none;
}
/* ec-about */
#ec-about.box-list-01 .box-item-01 {
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
}
#ec-about.box-list-01 .box-item-01:first-child, #ec-about.box-list-01 .box-item-01:nth-child(2), #ec-about.box-list-01 .box-item-01:nth-child(3), #ec-about.box-list-01 .box-item-01:nth-child(4) {
  width: calc((100% - 30px) / 2);
}
#ec-about.box-list-01 .box-item-01 h4 {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  padding: 0 0 2rem;
  margin: 2.5rem 0;
  position: relative;
}
#ec-about.box-list-01 .box-item-01 h4::after {
  content: "";
  background: #c5a882;
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-head .page-head-desc.em {
  font-size: 2rem;
  letter-spacing: 4px;
}
.page-head .page-head-desc.em strong {
  display: inline-block;
  color: #c5a882;
  letter-spacing: 0;
  font-weight: bold;
  margin: 0 6px;
  position: relative;
}
.page-head .page-head-desc.em strong::after {
  content: "";
  height: 3px;
  background: #c5a882;
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
}
@media screen and (max-width: 750px) {
  #ec-about.box-list-01 .box-item-01 {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #ec-about.box-list-01 .box-item-01 h4 {
    margin: 1.5rem 0 2rem;
    padding: 0 0 1.8rem;
    line-height: 1.5;
  }
  #ec-about.box-list-01 .box-item-01 h4:after {
    width: 50px;
  }
  #web-consulting .sec-reason #ec-about.box-list-01 .box-list-ttl-ja {
    font-size: 1.7rem;
  }
  #ec-about.box-list-01 .box-item-01 .item-head {
    display: block;
  }
  #ec-about.box-list-01 .box-item-01 .txtbox {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    padding: 0;
  }
  #ec-about.box-list-01 .box-item-01 .box-list-ttl {
    text-align: center;
    margin: 0;
  }
  #ec-about.box-list-01 .box-item-01 .box-list-ttl::before {
    right: 0;
    left: 0;
  }
  .page-head .page-head-desc.em {
    letter-spacing: 2px;
    text-align: center;
  }
  .page-head .page-head-desc.em strong {
    margin: 0 3px;
  }
  .page-head .page-head-desc.em span {
    display: none;
  }
}
/* box-ol-01
-----------------------*/
.box-ol-01 {
  justify-content: center;
  margin: 0 -1.5%;
}
.box-ol-01 .ol-item-01 {
  width: 30%;
  border: 4px solid #ebebeb;
  padding: 4rem 3rem 3rem;
  position: relative;
  margin: 0 1.5%;
}
.box-ol-01 .ol-item-01:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 4.2rem;
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  color: #c5a882;
}
.box-ol-01 .ol-item-01:last-child:before {
  content: none;
}
.box-ol-01 .ol-item-num {
  text-align: center;
  color: #c5a882;
  line-height: 1;
  position: absolute;
  top: -3.7em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.box-ol-01 .ol-item-num .small {
  font-size: 2rem;
  display: block;
  line-height: 1;
}
.box-ol-01 .ol-item-num .num {
  font-size: 9rem;
  display: block;
  line-height: 0.7;
}
.box-ol-01 .box-list-ttl {
  position: relative;
  text-align: center;
  padding: 0 0 1.5rem;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.6;
}
.box-ol-01 .box-list-txt {
  line-height: 1.9;
  font-size: 1.5rem;
}
/* worry-list
-----------------------*/
.worry-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 3.5rem 0 0;
}
.worry-list .worry-item {
  width: calc(50% - 40px);
  background: #fcf7f5;
  margin: 25px 20px 28px;
  position: relative;
  padding: 5.5rem 3rem 3rem;
}
.worry-list .icn {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  background: #c5a882;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.04), 0 3px 2px rgba(0, 0, 0, 0.02);
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
}
.worry-list .icn:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 2.8rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.worry-list .worry-ttl {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 0 0 1.3rem;
}
.worry-list .txtbox {
  background: #fff;
  padding: 3rem 6.5rem;
}
/* page-bnr
-----------------------*/
.page-bnr-wrap {
  padding: 4.5rem 0;
  background: url(../img/common/bg-dot.png);
}
.page-bnr-wrap .page-bnr {
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-bnr-wrap .page-bnr a {
  height: 240px;
  position: relative;
  background: #262626;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-bnr-wrap .page-bnr a:before {
  background: url(../img/common/bg-bnr-performances.jpg) no-repeat center center/cover;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0.5;
  z-index: 0;
}
@media (min-width: 751px) {
  .page-bnr-wrap .page-bnr a:hover:before {
    opacity: 1;
  }
}
@media (min-width: 751px) {
  .page-bnr-wrap .page-bnr a:hover .btn-03 {
    background: #fff;
    color: #262626;
  }
}
.page-bnr-wrap .page-bnr a:hover .btn-03:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  right: 0;
}
.page-bnr-wrap .page-bnr .txt {
  position: absolute;
  top: 56.8%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-bnr-wrap .page-bnr .btn-03 {
  width: 100%;
  margin: 0 auto 2.5rem;
}
.page-bnr-wrap .page-bnr .page-bnr-ja {
  font-size: 2rem;
}
.page-bnr-wrap .page-bnr .page-bnr-en {
  font-size: 5rem;
  padding: 0 0 1.5rem;
}
.page-bnr-wrap .page-bnr-pfm.page-bnr a:before {
  background: url(../img/common/bg-bnr-performances.jpg) no-repeat center center/cover;
}
.page-bnr-wrap .page-bnr-staff.page-bnr a:before {
  background: url(../img/common/bg-bnr-staff.jpg) no-repeat center center/cover;
}
.page-bnr-wrap .page-bnr-office.page-bnr a:before {
  background: url(../img/common/bg-bnr-office.jpg) no-repeat center center/cover;
}
.page-bnr-wrap .page-bnr-support.page-bnr a:before {
  background: url(../img/common/bg-bnr-support.jpg) no-repeat center center/cover;
}
.page-bnr-wrap .page-bnr-consultant.page-bnr a:before {
  background: url(../img/common/bg-bnr-consultant.jpg) no-repeat center center/cover;
}
.page-bnr-wrap .page-bnr-application.page-bnr a:before {
  background: url(../img/common/bg-bnr-application.jpg) no-repeat center center/cover;
}
.page-bnr-wrap .page-bnr-guide.page-bnr a:before {
  background: url(../img/common/bg-bnr-guide.jpg) no-repeat center center/cover;
}
.page-bnr-wrap .page-bnr-contact.page-bnr a:before {
  background: url(../img/common/bg-bnr-contact.jpg) no-repeat center center/cover;
}
/* fw-list
-----------------------*/
.fw-list .fw-item {
  width: 100%;
  height: 500px;
  text-align: center;
  background: #262626;
  position: relative;
}
.fw-list .fw-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0.7;
  z-index: 0;
}
@media (min-width: 751px) {
  .fw-list .fw-item:hover:before {
    opacity: 1;
  }
}
@media (min-width: 751px) {
  .fw-list .fw-item:hover .btn-03 {
    background: #333;
    color: #fff;
  }
}
.fw-list .fw-item:hover .btn-03:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  right: 0;
}
.fw-list .fw-item .inner {
  width: 100%;
  height: 500px;
  position: relative;
}
.fw-list .fw-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.fw-list .fw-item .txt {
  width: 440px;
  /*height: 350px;*/
  height: 280px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 4rem;
  background: rgba(255, 255, 255, 0.9);
}
.fw-list .fw-item .txt.txt-l {
  left: 0;
  right: inherit;
  margin: 0 auto 0 0;
}
.fw-list .fw-item .txt.txt-r {
  right: 0;
  left: inherit;
  margin: 0 0 0 auto;
}
.fw-list .tag {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0 0 3.5rem;
}
.fw-list .tag .tag-item {
  width: 48%;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
  padding: 2px 1rem;
  background: #2eb7c9;
  background: -moz-linear-gradient(left, #7bd7be 0%, #2eb7c9 100%);
  background: -webkit-linear-gradient(left, #7bd7be 0%, #2eb7c9 100%);
  background: linear-gradient(to right, #7bd7be 0%, #2eb7c9 100%);
}
.fw-list .tag .tag-item.pink {
  background: #f396ac;
  background: -moz-linear-gradient(left, #f396ac 0%, #ffc8b3 100%);
  background: -webkit-linear-gradient(left, #f396ac 0%, #ffc8b3 100%);
  background: linear-gradient(to right, #f396ac 0%, #ffc8b3 100%);
}
.fw-list .fw-ttl {
  font-size: 2rem;
  padding: 0;
  z-index: 2;
  color: #333;
  line-height: 2;
}
.fw-list .fw-ttl.regular {
  font-size: 1.6rem;
}
.fw-list .fw-ttl-en {
  font-size: 4.8rem;
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  padding: 0 0 4.5rem;
}
.fw-list .fw-ttl-en.pb30 {
  padding: 0 0 3rem;
}
.fw-list .fw-txt {
  font-size: 1.4rem;
  padding: 0 0 2.5rem;
}
/* cat-nav
-----------------------*/
.cat-nav {
  background: #404040;
  color: #fff;
  font-size: 1.4rem;
  padding: 12px 0;
  letter-spacing: -0.4em;
}
#tab-cont + .cat-nav {
  margin-bottom: 3rem;
}
.cat-nav li {
  position: relative;
  font-size: 1.3rem;
  padding: 0 15px;
  display: inline-block;
  margin: 3px 0;
  letter-spacing: normal;
  line-height: 1;
}
.cat-nav li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #727272;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
}
.cat-nav li:last-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #727272;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
}
/*
.cat-nav li a.active:after {
	content: '';
	display: block;
	width: calc(100% - 80px);
	height: 3px;
	background: #c5a882;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
*/
.cat-nav li a.active {
  color: #c5a882;
}
.cat-nav li a {
  display: block;
  padding: 9px 15px 7px 15px;
  transition: 0.2s;
}
@media (min-width: 751px) {
  .cat-nav li a:hover {
    color: #c5a882;
  }
}
/* achievement-nav
-----------------------*/
.achievement-nav {
  background-color: #f5f5f5;
}
.achievement-nav .inner {
  padding: 30px 0;
  justify-content: center;
}
.achievement-btn {
  width: 100%;
  max-width: 500px;
  margin-right: 20px;
}
.achievement-btn.active a {
  background: #c5a882;
  border: 2px solid #c5a882;
  color: #fff;
}
.achievement-btn.active a:after {
  content: "";
}
.achievement-btn.active a p {
  color: #fff;
  position: static;
  transform: translateX(0);
}
.achievement-btn:last-child {
  margin-right: 0px;
}
.achievement-btn img {
  display: block;
  line-height: 1;
}
.achievement-btn:first-child .img {
  margin: 13px 17px 3px 30px;
}
.achievement-btn:last-child .img {
  margin: 6px 24px 0 22px;
}
.achievement-btn a {
  background: #ffffff;
  text-align: left;
  height: 80px;
  position: relative;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  align-items: center;
  justify-content: start;
  transition: color 0.2s, background 0.2s, border.2s;
}
.achievement-btn a p {
  font-size: 2rem;
  color: #333333;
  font-weight: bold;
  line-height: 75px;
  letter-spacing: 0;
  margin: 0;
}
.achievement-btn a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 30px;
  color: #bababa;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.achievement-btn a:after {
  color: #bababa;
}
@media (min-width: 751px) {
  .achievement-btn a:hover {
    background: #c5a882;
    border: 2px solid #c5a882;
  }
  .achievement-btn a:hover p {
    color: #fff;
  }
  .achievement-btn a:hover:after {
    color: #fff;
  }
}
/*
case-cat-nav
-----------------------*/
#cat-nav-btn {
  display: none;
}
.case-cat-nav {
  background: #ffffff;
  font-size: 1.8rem;
  padding: 12px 0;
  letter-spacing: -0.4em;
  margin: 55px 0 0;
}
.case-cat-nav-list {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.case-cat-nav-list li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.3rem;
  color: #333333;
  letter-spacing: normal;
  line-height: 67px;
  text-align: center;
  border-bottom: 2px solid #dbdbdb;
}
.case-cat-nav-list .cat-item-none {
  display: none;
}
.case-cat-nav-list .current-cat {
  color: #c5a882;
  border-bottom: 2px solid #c5a882;
}
.case-cat-nav-list li:active {
  color: #c5a882;
  border-bottom: 1px solid #c5a882;
}
.case-cat-nav-list p {
  display: block;
  padding: 28px 15px 22px 15px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: bold;
  color: #333333;
  transition: all 0.2s;
}
.case-cat-nav-list a {
  display: block;
  padding: 18px 15px 29px 15px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: bold;
  color: #333333;
  transition: all 0.2s;
}
.case-cat-nav-list .current-cat a {
  color: #c5a882;
}
.case-cat-nav-list a.active {
  color: #c5a882;
}
@media (min-width: 751px) {
  .case-cat-nav li a:hover {
    transition: all 0.2s;
    color: #c5a882;
  }
}
/*
---------------------------------------
#case-ac page common
---------------------------------------
*/
/* #case-ac page-mv
-----------------------*/
#case-ac .page-mv {
  width: 100%;
  height: 500px;
  padding: 0;
  position: relative;
  background: url(../img/case/bg-mv.jpg) no-repeat center center/cover;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#case-ac .page-mv .page-mv-inner {
  position: absolute;
  bottom: 14.7rem;
  left: 10.3rem;
  z-index: 1;
}
#case-ac .page-mv .page-h1-main {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 0 0.8rem;
  position: absolute;
  top: 4.6rem;
  left: 58rem;
}
#case-ac .page-mv .page-h1-main-en {
  font-size: 9rem;
  padding: 0 0 1.6rem;
  position: relative;
}
#case-ac .page-mv .page-h1-sub {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-left: 6px;
}
/*
#case-ac page-nav
#result-ac page-nav
-----------------------*/
#case-ac .page-nav, #result-ac .page-nav {
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
#case-ac .page-nav .wp-pagenavi, #result-ac .page-nav .wp-pagenavi {
  display: block;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  padding: 2rem 52px;
  position: relative;
}
.page-nav .wp-pagenavi .previouspostslink {
  position: absolute;
  top: 2rem;
  left: 0;
}
.page-nav .wp-pagenavi .nextpostslink {
  position: absolute;
  top: 2rem;
  right: 0;
}
.page-nav .wp-pagenavi .previouspostslink span, .page-nav .wp-pagenavi .nextpostslink span {
  min-width: auto !important;
}
#case-ac .page-nav .wp-pagenavi a, #case-ac .page-nav .wp-pagenavi span, #result-ac .page-nav .wp-pagenavi a, #result-ac .page-nav .wp-pagenavi span {
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  display: inline-block;
  font-size: 1.6rem;
  padding: 10px;
  min-width: 42px;
  text-align: center;
  margin: 0 5px;
  transition: all 0.4s;
  background: #fff;
  color: #111111;
  border: 2px solid #dbdbdb;
  border-radius: 3px;
}
#case-ac .page-nav .wp-pagenavi a:hover, #case-ac .page-nav .wp-pagenavi .nextpostslink:hover, #case-ac .page-nav .wp-pagenavi .previouspostslink:hover, #result-ac .page-nav .wp-pagenavi a:hover, #result-ac .page-nav .wp-pagenavi .nextpostslink:hover, #result-ac .page-nav .wp-pagenavi .previouspostslink:hover {
  background: #c5a882;
  color: #ffffff;
  border: 2px solid #c5a882;
}
#case-ac .page-nav .wp-pagenavi .nextpostslink:hover span, #case-ac .page-nav .wp-pagenavi .previouspostslink:hover span, #result-ac .page-nav .wp-pagenavi .nextpostslink:hover span, #result-ac .page-nav .wp-pagenavi .previouspostslink:hover span {
  background: #c5a882;
  color: #ffffff;
}
#case-ac .page-nav .wp-pagenavi span.current, #result-ac .page-nav .wp-pagenavi span.current {
  background: #cccccc;
  color: #111111;
  border: 2px solid #cccccc;
}
#case-ac .page-nav .wp-pagenavi .nextpostslink, #case-ac .page-nav .wp-pagenavi .previouspostslink, #result-ac .page-nav .wp-pagenavi .nextpostslink, #result-ac .page-nav .wp-pagenavi .previouspostslink {
  background: none;
  color: #404040;
  border: none;
}
#case-ac .page-nav .wp-pagenavi .nextpostslink, #case-ac .page-nav .wp-pagenavi .previouspostslink, #result-ac .page-nav .wp-pagenavi .nextpostslink, #result-ac .page-nav .wp-pagenavi .previouspostslink {
  border: 2px solid #dbdbdb;
}
#case-ac .page-nav .wp-pagenavi .nextpostslink span, #case-ac .page-nav .wp-pagenavi .previouspostslink span, #result-ac .page-nav .wp-pagenavi .nextpostslink span, #result-ac .page-nav .wp-pagenavi .previouspostslink span {
  padding: 0;
  margin: 0;
  border: none;
}
/* list-01
-----------------------*/
.list-01 {
  padding: 0.7rem 0 3.3rem 2.5rem;
}
.list-01 li {
  text-indent: -1.5em;
  padding: 0 0 1.1rem 1.5em;
  line-height: 1.7;
}
.list-01 li:before {
  content: "・";
  font-weight: 600;
  color: #c5a882;
  margin: 0 0.5em 0 0;
}
/* page-nav
-----------------------*/
.page-nav {
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.page-nav .wp-pagenavi {
  display: block;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 47px;
  position: relative;
}
.page-nav .wp-pagenavi a, .page-nav .wp-pagenavi span {
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  display: inline-block;
  min-width: 41px;
  text-align: center;
  font-size: 1.6rem;
  padding: 10px;
  margin: 3px;
  transition: all 0.4s;
  background: #fff;
  color: #404040;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}
.page-nav .wp-pagenavi a:hover, .page-nav .wp-pagenavi a:hover span, .page-nav .wp-pagenavi span.current {
  background: #404040;
  color: #fff;
  border: 1px solid #404040;
}
.page-nav .wp-pagenavi .nextpostslink:hover, .page-nav .wp-pagenavi .nextpostslink span:hover, .page-nav .wp-pagenavi .previouspostslink:hover, .page-nav .wp-pagenavi .previouspostslink span:hover {
  background: #404040;
  color: #fff;
}
.page-nav .wp-pagenavi .nextpostslink span, .page-nav .wp-pagenavi .previouspostslink span {
  padding: 0;
  margin: 0;
  border: none !important;
  background: transparent !important;
}
/*
---------------------------------------
#guide
---------------------------------------
*/
#guide .page-mv {
  background: url(../img/guide/bg-mv.jpg) no-repeat center center/cover;
}
#guide .sec-reason .reason-list {
  padding: 5rem 0 4.5rem;
}
#guide .sec-reason .reason-item {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 0 4rem;
}
#guide .sec-reason .txtbox {
  flex: 1;
  padding: 0 0 0 4.8rem;
}
#guide .sec-reason .reason-num {
  color: #c5a882;
  font-size: 2rem;
  padding: 0;
}
#guide .sec-reason .reason-ttl {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 0 2rem;
}
#guide .sec-reason .reason-txt {
  line-height: 2.2;
}
#guide .sec-writing .inner {
  max-width: 1300px;
}
#guide .sec-writing .img-ttl {
  background: url(../img/guide/bg-ttl-writing.jpg) no-repeat center center/cover;
}
#guide .sec-writing .writing-list {
  padding: 11rem 0 0;
}
#guide .sec-writing .writing-item {
  position: relative;
}
#guide .sec-writing .writing-item:before {
  content: "";
  width: 740px;
  height: 350px;
  display: block;
  position: absolute;
  top: -3rem;
  z-index: 2;
}
#guide .sec-writing .writing-item.item-01 {
  padding: 0 0 11rem;
}
#guide .sec-writing .writing-item.item-01:before {
  background: url(../img/guide/img-photo.jpg) no-repeat center center/cover;
  right: -16rem;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#guide .sec-writing .writing-item.item-01 .txtbox {
  padding: 5.7rem 6rem 5rem 5rem;
  z-index: 2;
}
#guide .sec-writing .writing-item.item-02 {
  padding: 0 0 8rem;
}
#guide .sec-writing .writing-item.item-02:before {
  background: url(../img/guide/img-writing.jpg) no-repeat center center/cover;
  left: -16rem;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#guide .sec-writing .writing-item.item-02 .txtbox {
  padding: 5.7rem 5rem 5rem 6rem;
  margin: 0 0 0 auto;
  z-index: 2;
}
#guide .sec-writing .txtbox {
  background: #fcf7f5;
  max-width: 740px;
  position: relative;
}
#guide .sec-writing .writing-ttl-en {
  font-size: 7.2rem;
  color: #c5a882;
  line-height: 1;
  position: absolute;
  top: -4rem;
}
#guide .sec-writing .writing-ttl {
  font-size: 2.4rem;
  padding: 0 0 2rem;
  font-weight: 600;
}
#guide .sec-writing .writing-txt {
  line-height: 2.2;
}
.conclusion {
  padding: 0 0 7rem;
}
.conclusion .conclusion-ttl {
  position: relative;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 0 4.9rem;
}
.conclusion .conclusion-ttl:before {
  content: "";
  background: url(../img/common/wave-l.png) no-repeat center center/cover;
  width: 31px;
  height: 96px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.conclusion .conclusion-ttl:after {
  content: "";
  background: url(../img/common/wave-r.png) no-repeat center center/cover;
  width: 31px;
  height: 96px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.conclusion .conclusion-ttl-en {
  display: block;
  color: #c5a882;
  font-size: 1.8rem;
  letter-spacing: 0.4em;
  padding: 0 0 1rem;
}
.conclusion .conclusion-ttl-ja {
  display: block;
  font-size: 3rem;
  font-weight: 600;
}
.conclusion .conclusion-txt {
  text-align: center;
  line-height: 2;
}
#guide .sec-function {
  border-top: 1px solid #e5e5e5;
  padding: 7.5rem 0 0;
}
#guide .sec-function .func-list-wrap {
  position: relative;
  padding: 7rem 0 3.6rem;
  margin: 0 0 7rem;
}
#guide .sec-function .func-list-wrap:before {
  content: "";
  background: #fcf7f5;
  width: 38%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
#guide .sec-function .func-item {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 0 2.9rem;
}
#guide .sec-function .img img {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#guide .sec-function .txtbox {
  flex: 1;
  padding: 0 0 0 5rem;
}
#guide .sec-function .func-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 0 2rem;
}
#guide .sec-function .func-txt {
  line-height: 2.2;
}
#guide .sec-function .merit {
  background: url(../img/guide/bg-merit.jpg) no-repeat center center/cover;
  padding: 3.7rem 0 3.5rem;
  text-align: center;
}
#guide .sec-function .merit .inner {
  max-width: 870px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 3.5rem 4.5rem 4rem;
}
#guide .sec-function .merit .ttl-merit-en {
  color: #c5a882;
  font-size: 1.8rem;
  display: block;
  letter-spacing: 0.3em;
  padding: 0 0 1rem;
}
#guide .sec-function .merit .ttl-merit-ja {
  font-size: 3rem;
  font-weight: 600;
  display: block;
  padding: 0 0 2rem;
}
#guide .sec-function .merit .merit-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#guide .sec-function .merit .merit-item {
  width: calc(50% - 30px);
  max-width: 360px;
  border: 1px solid #dbdbdb;
  margin: 10px 15px;
  font-size: 2rem;
  padding: 10px 0;
  position: relative;
}
#guide .sec-function .merit .merit-item:before {
  font-size: 2.4rem;
  position: absolute;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #c5a882;
}
#guide .sec-function .merit .merit-item:nth-of-type(3):before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
}
#guide .sec-function .merit .merit-item:nth-of-type(2):before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}
#guide .sec-function .merit .merit-item:nth-of-type(4):before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
#guide .sec-function .merit .merit-item:nth-of-type(1):before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e927";
}
#guide .sec-opt {
  padding: 9.5rem 0 11.5rem;
}
#guide .sec-opt .heading-05 {
  margin: 0 0 3rem;
}
#guide .sec-opt .worry-list .worry-item:nth-of-type(1) .icn:before {
  content: "\e903";
}
#guide .sec-opt .worry-list .worry-item:nth-of-type(2) .icn:before {
  content: "\e928";
}
#guide .sec-opt .worry-list .worry-item:nth-of-type(3) .icn:before {
  content: "\e92a";
}
#guide .sec-opt .worry-list .worry-item:nth-of-type(4) .icn:before {
  content: "\e929";
}
#guide .sec-opt .form-sample {
  padding: 3.9rem 0 0;
}
#guide .sec-opt .form-sample-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  padding: 0 0 4rem;
}
#guide .sec-opt .video-wrap {
  position: relative;
}
#guide .sec-opt .video {
  width: 680px;
  height: 960px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#guide .sec-opt #form-video {
  width: 680px;
  height: 960px;
}
#guide .sec-opt .opt-list {
  padding: 2rem 0 0.5rem;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
#guide .sec-opt .opt-item {
  background: #fff;
  padding: 2rem 3rem;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.04), 0 3px 2px rgba(0, 0, 0, 0.05);
  margin: 0 0 2.2rem auto;
  max-width: 480px;
}
#guide .sec-opt .opt-item dt {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0 0.5rem;
}
#guide .sec-opt .opt-item dt:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  color: #c5a882;
  font-size: 1.6rem;
  margin: 0 1rem 0 0;
  vertical-align: 0.1em;
}
#guide .sec-opt .opt-item dd {
  font-size: 1.4rem;
  color: #444;
  line-height: 2;
}
/*
---------------------------------------
#contact
---------------------------------------
*/
#contact .page-mv {
  background: url(../img/contact/bg-mv.jpg) no-repeat center center/cover;
}
#contact .page-head .page-head-dot {
  padding: 6.3rem 0 7.7rem;
}
#contact .page-head .page-head-catch {
  font-size: 2.8rem;
  padding: 0 0 2.6rem;
}
#contact .page-head .tel-bnr .btn-cb {
  max-width: 670px;
  margin: 2.3rem auto 1rem;
  display: block;
  height: 13rem;
  border: 1px solid #e6e6e6;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#contact .page-head .tel-bnr .tel-num {
  display: block;
  font-size: 4.3rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contact .page-head .tel-bnr .tel-num:before {
  content: "";
  background: url(../img/contact/icn-tel-beige.png);
  background-repeat: no-repeat;
  background-size: 41px;
  width: 41px;
  height: 41px;
  display: inline-block;
  padding: 0 15px 0 0;
}
#contact .page-head .tel-bnr .tel-num span {
  font-weight: normal;
}
#contact .page-head .tel-bnr .tel-info {
  font-size: 1.8rem;
}
#contact .page-head .btn-02 a {
  margin: 50px auto;
}
#contact .form-cont-wrap {
  background: #fcf7f5;
  padding: 4rem 0 7rem;
}
#contact .accbox.notice {
  width: 100%;
  margin: 10px 0 25px;
  align-items: center;
}
#contact .accbox.notice ul {
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  text-align: left;
}
#contact .accbox.notice li {
  margin: 5px 0;
  font-size: 1.5rem;
}
#contact .accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 11px 12px;
  /* background :#fafafa; */
  cursor: default;
  transition: all 0.5s;
  width: 25%;
  text-align: center;
  font-size: 1.6rem;
}
#contact .accbox label:hover {
  /* background: #fafafa; */
}
#contact .accbox input {
  display: none;
}
#contact .accbox .accshow {
  /* background: #fafafa; */
  padding: 15px 0;
  overflow: hidden;
  transition: 0.8s;
  width: 75%;
}
/*
----------------------------------------
form.php
----------------------------------------
*/
.form-step {
  width: 100%;
  margin-bottom: 30px;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
.form-step > p {
  width: 33.3333%;
  height: 50px;
  line-height: 50px;
  padding: 0 30px !important;
  background: #fff;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.form-step > p::before {
  content: "";
  border: solid 25px transparent;
  position: absolute;
  top: -1px;
  left: 1px;
  border-left: solid 20px #ddd;
}
.form-step > p::after {
  content: "";
  border: solid 25px transparent;
  position: absolute;
  top: -1px;
  left: -1px;
  border-left: solid 20px #fff;
}
#mailformpro .step-01, #mfp_phase_confirm .step-02 {
  background: #555;
  color: #fff;
  border-top: solid 1px #555;
  border-bottom: solid 1px #555;
}
.form-step > p.step-01::before, .form-step > p.step-01::after {
  display: none;
}
#mailformpro .step-01 + p::before, #mfp_phase_confirm .step-02 + p::before {
  display: none;
}
#mailformpro .step-01 + p::after, #mfp_phase_confirm .step-02 + p::after {
  border-left: solid 20px #555;
}
.form-box {
  padding: 0;
}
form#mailformpro {
  background: #fff;
  padding: 2rem 6rem 6rem;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
form#mailformpro > dl {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
form#mailformpro dl dt {
  width: 28%;
  padding: 20px 70px 20px 20px;
  box-sizing: border-box;
  border: none;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px dotted #e8e8e8;
}
form#mailformpro dl dt a {
  color: #c5a882;
  text-decoration: underline;
}
form#mailformpro dl dt .small {
  font-size: 1.2rem;
}
.req-label {
  display: inline-block;
  background: #57c7c6;
  border-radius: 3px;
  color: #fff;
  font-size: 1.3rem;
  padding: 1px 10px;
  position: absolute;
  right: 0px;
  top: 25px;
}
form#mailformpro dl dd {
  width: 72%;
  padding: 15px 44px 15px 20px;
  box-sizing: border-box;
  border: none;
  font-size: 1.6rem;
  position: relative;
  border-bottom: 1px dotted #e8e8e8;
}
form#mailformpro dl dd::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-check.png) center center/20px no-repeat;
  position: absolute;
  right: 0;
  top: 26px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
form#mailformpro dl dd.ok::after {
  opacity: 1;
  visibility: visible;
}
#contact dd .flex > .ttl {
  width: 25%;
  padding: 13px 0;
}
#contact dd .flex > .input {
  width: 75%;
  padding: 5px 0;
}
#contact dd .flex.inline span {
  padding: 0 20px 0 0;
}
.submit-box {
  padding: 4rem 0 0;
  text-align: center;
}
#contact .agree {
  padding: 0 0 2.5rem;
}
#contact .agree label {
  /*border: solid 1px #ccc !important;*/
  margin: 0 !important;
  font-size: 1.6rem;
  width: 360px;
  max-width: 100%;
  position: relative;
}
#contact .agree .req-label {
  position: absolute;
  left: -100px;
  width: 46px;
  top: 50%;
  transform: translateY(-50%);
}
#contact .agree label a {
  color: #c5a882;
  text-decoration: underline;
}
#contact button.mfp_element_submit, #contact button#mfp_button_send {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 360px;
  max-width: 100%;
  font-size: 1.6rem;
  text-shadow: none;
  padding: 20px 0 15px;
  border-radius: 0;
  box-shadow: none !important;
  transition: all 0.2s;
}
#contact button.mfp_element_reset, #contact button#mfp_button_cancel {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.4rem;
  text-shadow: none;
  padding: 10px 20px;
  border-radius: 0;
  border: solid 1px #000;
  background: #fff;
  color: #000;
  box-shadow: none !important;
  transition: all 0.2s;
}
#contact button.mfp_element_submit, #contact button#mfp_button_send {
  border: solid 1px #000;
  background: #000;
  color: #fff;
  display: block;
  margin: 30px auto;
}
#contact button.mfp_element_submit, #contact button.mfp_element_submit:hover, #contact button#mfp_button_send:hover {
  border: solid 1px #333;
  background: #333;
}
#contact button.mfp_element_submit.disable, #contact button.mfp_element_submit.disable:hover {
  border: solid 1px #777;
  background: #777;
}
#contact button.mfp_element_reset:hover, #contact button#mfp_button_cancel:hover {
  background: #ddd;
}
#contact .mfp_element_all {
  max-width: 100%;
}
#contact input[type="text"], #contact input[type="tel"], #contact input[type="email"] {
  width: 50%;
}
#contact #userSeminar {
  width: 100%;
}
#contact .mfp_element_text, #contact .mfp_element_number, #contact .mfp_element_select-one, #contact .mfp_element_email, #contact .mfp_element_tel, #contact .mfp_element_textarea, #contact .mfp_element_date, #contact .mfp_element_password {
  box-shadow: none;
  border: solid 1px #ccc;
  border-radius: 0;
  background: transparent;
  margin: 0;
}
#contact .mfp_element_text.req, #contact .mfp_element_number.req, #contact .mfp_element_select-one.req, #contact .mfp_element_email.req, #contact .mfp_element_tel.req, #contact .mfp_element_textarea.req, #contact .mfp_element_date.req, #contact .mfp_element_password.req {
  background: #fffeee;
}
form#mailformpro label.mfp_not_checked, form#mailformpro label.mfp_checked {
  background: transparent;
  padding: 10px;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 10px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  transition: all 0.2s;
}
form#mailformpro label.mfp_not_checked .mfp_err, form#mailformpro label.mfp_checked .mfp_err {
  text-align: center;
}
form#mailformpro label.mfp_not_checked:hover, form#mailformpro label.mfp_checked {
  background: #eee;
}
#contact .name.flex > span {
  padding: 0;
  margin-right: 15px;
}
#contact .problem {
  border: solid 1px #a00 !important;
}
#contact div.mfp_err {
  background: transparent;
  padding: 0;
  margin: 10px 0 0;
  font-size: 1.2rem;
  color: #a00;
}
#contact div#mfp_phase_confirm h4 {
  font-size: 3rem;
  padding: 0;
}
#contact .mfp_confirm_before {
  text-align: center;
}
#contact table#mfp_confirm_table {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin: 30px 0 45px;
}
#contact table#mfp_confirm_table tr th, #contact table#mfp_confirm_table tr td {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 15px;
  box-sizing: border-box;
  border: none;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
#contact table#mfp_confirm_table tr th {
  background: #fafafa;
}
#contact table#mfp_confirm_table tr.mfp_colored {
  background: transparent;
}
#contact div.mfp_buttons {
  padding: 0;
}
#contact .remaining {
  position: fixed;
  right: 0;
  bottom: 30px;
  display: inline-block;
  background: #fff;
  border: solid 1px #a00;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s;
}
#contact .remaining.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
#contact .remaining .read {
  padding: 10px 20px;
}
#contact .remaining .num {
  background: #a00;
  color: #fff;
  padding: 5px 20px;
}
/*
----------------------------------------
questionnaire-form
----------------------------------------
*/
#contents .notice-txt {
  color: #a00;
  margin-top: 30px;
}
form#mailformpro > dl.questionnaire-form {
  display: block;
}
form#mailformpro dl.questionnaire-form dt {
  width: 100%;
  border: none;
  background: #fcf7f5 !important;
  padding: 10px 20px !important;
  margin-top: 20px;
  float: none;
}
form#mailformpro dl.questionnaire-form dd {
  width: 100%;
  border: none;
  padding: 20px 44px 0 0;
  float: none;
}
form#mailformpro dl.questionnaire-form .req-label {
  position: relative;
  top: 0;
  margin-left: 1rem;
  vertical-align: middle;
}
form#mailformpro dl.questionnaire-form dd .flex {
  justify-content: flex-start;
  align-items: center;
}
form#mailformpro dl.questionnaire-form label {
  margin: 0 3rem 0 1rem;
}
form#mailformpro dl.questionnaire-form dd p {
  position: relative;
}
/*
---------------------------------------
#consultation
---------------------------------------
*/
.pw-wrap {
  padding: 40px 0;
  text-align: center;
}
.pw-wrap form {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 40px 10px;
  text-align: left;
  background: #fcf7f5;
}
.pw-wrap form p {
  margin-bottom: 20px;
}
.pw-wrap form input[type="submit"] {
  border: none;
  background: #333;
  color: #fff;
  padding: 5px 20px;
  font-size: 1.4rem;
  transition: all 0.2s;
}
.pw-wrap form input[type="submit"]:hover {
  background: #000;
  cursor: pointer;
}
/*
---------------------------------------
#consultation
---------------------------------------
*/
#consultation .page-mv {
  background: url(../img/consultation/bg-mv.jpg) no-repeat center center/cover;
}
#consultation .page-head .page-head-dot {
  padding: 9rem 0 8rem;
}
#consultation .sec-worry {
  padding: 0 0 8rem;
  border-bottom: 1px solid #e5e5e5;
}
#consultation .sec-worry .box-gap-inner .box-gap.img-l:before {
  background: url(../img/consultation/img-worry.jpg) no-repeat center center/cover;
}
#consultation .sec-worry .worry-txt {
  line-height: 2.2;
}
#consultation .sec-consultation {
  padding: 7rem 0 0;
}
#consultation .sec-consultation .bg-csl {
  width: 100%;
  height: 300px;
  background: url(../img/consultation/bg-soncultation.jpg) no-repeat center center/cover;
}
#consultation .sec-consultation .inner {
  padding: 6.7rem 0 0;
}
#consultation .sec-consultation .heading-06 {
  margin: 0 0 3rem;
}
#consultation .sec-consultation .csl-txt {
  text-align: center;
  line-height: 2.2;
  padding: 0 0 5rem;
}
#consultation .sec-consultation .box-list-01 {
  padding: 0 0 12rem;
}
#consultation .sec-consultation .box-gap-inner .box-gap.img-r:before {
  background: url(../img/consultation/img-solve.jpg) no-repeat center center/cover;
}
.disc-list {
  padding: 1rem 0;
}
.disc-item {
  font-size: 1.6rem;
  line-height: 1.6;
  text-indent: -1.6em;
  padding: 0 0 2.3rem 1.6em;
}
.disc-item:last-child {
  padding: 0 0 0 1.6em;
}
.disc-item:before {
  content: "・";
  color: #c5a882;
  margin: 0 0.5em 0 0;
  font-weight: 600;
}
#consultation .sec-flow {
  padding: 11.5rem 0 10rem;
}
#consultation .sec-flow .heading-05 {
  padding: 0 0 22px;
}
/*タブ切り替え全体のスタイル*/
#consultation .flow-tabs {
  margin: 0 auto;
}
/*タブのスタイル*/
#consultation .flow-tabs-list {
  position: relative;
  height: 120px;
  margin: 0 0 2.3rem;
}
#consultation .flow-tabs-list:before {
  content: "";
  background: #dbdbdb;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
#consultation .tab_item {
  width: 25%;
  height: 120px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}
#consultation .tab_item:before {
  content: "";
  background: #bfbfbf;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
#consultation .tab_item:after {
  content: "";
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
  font-size: 0.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
#consultation .tab_item:hover:before {
  background: #c5a882;
}
#consultation .flow-num {
  color: #c5a882;
  font-size: 1.8rem;
  display: block;
  height: 70px;
}
#consultation .flow-ttl {
  font-size: 2rem;
  display: block;
  padding: 4px 0 0;
  height: 70px;
}
#step-01:checked ~ .flow-tabs-list label#tab_item_01:before, #step-02:checked ~ .flow-tabs-list label#tab_item_02:before, #step-03:checked ~ .flow-tabs-list label#tab_item_03:before, #step-04:checked ~ .flow-tabs-list label#tab_item_04:before, #step-05:checked ~ .flow-tabs-list label#tab_item_05:before, #step-06:checked ~ .flow-tabs-list label#tab_item_06:before, #step-07:checked ~ .flow-tabs-list label#tab_item_07:before {
  background: #c5a882;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
}
#step-01:checked ~ .flow-tabs-list label#tab_item_01:after, #step-02:checked ~ .flow-tabs-list label#tab_item_02:after, #step-03:checked ~ .flow-tabs-list label#tab_item_03:after, #step-04:checked ~ .flow-tabs-list label#tab_item_04:after, #step-05:checked ~ .flow-tabs-list label#tab_item_05:after, #step-06:checked ~ .flow-tabs-list label#tab_item_06:after, #step-07:checked ~ .flow-tabs-list label#tab_item_07:after {
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.4rem;
}
#step-01:checked ~ .flow-tabs-list label#tab_item_01 .flow-num, #step-02:checked ~ .flow-tabs-list label#tab_item_02 .flow-num, #step-03:checked ~ .flow-tabs-list label#tab_item_03 .flow-num, #step-04:checked ~ .flow-tabs-list label#tab_item_04 .flow-num, #step-05:checked ~ .flow-tabs-list label#tab_item_05 .flow-num, #step-06:checked ~ .flow-tabs-list label#tab_item_06 .flow-num, #step-07:checked ~ .flow-tabs-list label#tab_item_07 .flow-num {
  color: #c5a882;
}
#step-01:checked ~ .flow-tabs-list label#tab_item_01 .signal, #step-02:checked ~ .flow-tabs-list label#tab_item_02 .signal, #step-03:checked ~ .flow-tabs-list label#tab_item_03 .signal, #step-04:checked ~ .flow-tabs-list label#tab_item_04 .signal, #step-05:checked ~ .flow-tabs-list label#tab_item_05 .signal, #step-06:checked ~ .flow-tabs-list label#tab_item_06 .signal, #step-07:checked ~ .flow-tabs-list label#tab_item_07 .signal {
  background: #c5a882;
  border-radius: 150px;
  width: 100px;
  height: 100px;
  -webkit-animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  z-index: -1;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content-wrap {
  background: #fcf7f5;
}
.tab_content {
  opacity: 1;
  clear: both;
  overflow: hidden;
  position: relative;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
}
.tab_content .main {
  /* padding: 40px 40px 35px; */
  padding: 50px 40px 45px;
  /* position: relative; */
}
.website .tab_content .main {
  max-width: 1200px;
  margin: 0 auto;
}
.tab_content_description {
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
  max-width: 1200px;
  margin: 0 auto;
  padding: 4.5rem 5rem;
  position: relative;
  border: 1px solid #f7f2f0;
}
.tab_content_description:after, .tab_content_description:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.website .tab_content_description:after, .website .tab_content_description:before {
  display: none;
}
#step-01_content .tab_content_description:before, #step-01_content .tab_content_description:after {
  /* 	left: 12.5%; */
}
#step-02_content .tab_content_description:before, #step-02_content .tab_content_description:after {
  /* 	left: 37.5%; */
}
#step-03_content .tab_content_description:before, #step-03_content .tab_content_description:after {
  /* 	left: 62.5%; */
}
#step-04_content .tab_content_description:before, #step-04_content .tab_content_description:after {
  /* 	left: 87.5%; */
}
.tab_content_description:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.tab_content_description:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f7f2f0;
  border-width: 16px;
  margin-left: -16px;
}
.tab_content_ttl {
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0 0 1.5rem;
}
.tab_content_txt {
  line-height: 2;
}
/*選択されているタブのコンテンツのみを表示*/
#step-01:checked ~ .tab_content-wrap #step-01_content, #step-02:checked ~ .tab_content-wrap #step-02_content, #step-03:checked ~ .tab_content-wrap #step-03_content, #step-04:checked ~ .tab_content-wrap #step-04_content, #step-05:checked ~ .tab_content-wrap #step-05_content, #step-06:checked ~ .tab_content-wrap #step-06_content, #step-07:checked ~ .tab_content-wrap #step-07_content {
  opacity: 1;
  max-height: inherit;
}
/*
---------------------------------------
#distant
---------------------------------------
*/
#distant .page-mv {
  background: url(../img/distant/bg-mv.jpg) no-repeat center center/cover;
}
#distant .page-head .page-head-dot {
  padding: 7rem 0 8rem;
}
#distant .page-head-desc {
  padding: 0 0 6.5rem;
}
#distant .box-item-01:nth-of-type(2) .box-list-ttl-en {
  font-size: 2.6rem;
}
#distant .sec-online {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 8rem 0 4rem;
}
#distant .sec-online .heading-05 {
  margin: 0 0 1rem;
}
#distant .sec-online .func-list-wrap {
  position: relative;
  padding: 5.8rem 0 2.1rem;
  margin: 0 0 4.9rem;
}
#distant .sec-online .func-list-wrap:before {
  content: "";
  background: #fcf7f5;
  width: 38%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
#distant .sec-online .func-list-wrap .func-item {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 0 2.9rem;
}
#distant .sec-online .func-list-wrap .img img {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#distant .sec-online .func-list-wrap .txtbox {
  flex: 1;
  padding: 0 0 0 5rem;
}
#distant .sec-online .func-list-wrap .func-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 0 2rem;
}
#distant .sec-online .func-list-wrap .func-txt {
  line-height: 2.2;
}
#distant .sec-online .online-cont {
  padding: 0 0 5rem;
}
#distant .sec-online .online-cont .heading-06 {
  margin: 0 0 2.5rem;
}
#distant .sec-online .online-cont .btn-02 a {
  margin: 3rem auto 0;
}
#distant .sec-online .online-flow {
  padding: 6.9rem 0 0;
}
#distant .sec-online .cont-03 .box {
  padding: 1rem 0 0;
}
#distant .sec-online .cont-03 .txt {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
#distant .sec-world {
  padding: 8rem 0 9.5rem;
  border-bottom: 1px solid #e5e5e5;
}
#distant .sec-world .world-txt {
  padding: 3rem 0 6.6rem;
}
#distant .sec-world .bg-world {
  width: 100%;
  height: 500px;
  background: url(../img/distant/bg-world.jpg) no-repeat center center/cover;
}
#distant .sec-world .world-cont {
  padding: 5rem 0 0;
}
#distant .sec-world .world-cont .heading-06 {
  margin: 0 0 3rem;
}
#distant .sec-results {
  padding: 8rem 0 11.5rem;
}
#distant .sec-results .box {
  padding: 5rem 0 0;
}
#distant .sec-results .txtbox {
  flex: 1;
  padding: 0 0 0 5rem;
}
/*
---------------------------------------
#media
---------------------------------------
*/
#media .page-mv {
  background: url(../img/media/bg-mv.jpg) no-repeat center center/cover;
}
#media .sec-about {
  padding: 2.8rem 0 0;
}
#media .sec-about .box-gap-inner .box-gap.img-l {
  padding: 0 0 9rem;
}
#media .sec-about .box-gap-inner .box-gap.img-l:before {
  background: url(../img/media/img-about.jpg) no-repeat center center/cover;
}
#media .sec-about .about-cont {
  padding: 0 0 5rem;
}
#media .sec-about .about-cont.cont-02 {
  padding: 0 0 7rem;
}
#media .sec-about .about-cont-txt {
  line-height: 2.2;
}
#media .sec-about .heading-06 {
  margin: 0 0 2.5rem;
}
#media .sec-about .worry-list {
  padding: 1rem 0 0;
}
#media .sec-about .worry-list .txtbox {
  padding: 3rem 4rem 2rem;
}
#media .sec-about .worry-list .worry-txt {
  font-size: 1.5rem;
  line-height: 2.2;
}
#media .sec-about .worry-list .item-01 .icn:before {
  content: "\e926";
}
#media .sec-about .worry-list .item-02 .icn:before {
  content: "\e90b";
}
#media .sec-about .worry-list .item-03 .icn:before {
  content: "\e925";
}
#media .sec-about .worry-list .item-04 .icn:before {
  content: "\e924";
}
#media .sec-merit {
  position: relative;
  overflow: hidden;
}
#media .sec-merit .box-01 .heading-05 {
  position: relative;
}
#media .sec-merit .box-01 .heading-05:after {
  content: "";
  background: #fcf6f2;
  width: 1000px;
  height: 1000px;
  display: block;
  position: absolute;
  left: 82%;
  z-index: -1;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
#media .sec-merit .box-02 .heading-05 {
  position: relative;
}
#media .sec-merit .box-02 .heading-05:after {
  content: "";
  background: #fafafa;
  width: 1000px;
  height: 1000px;
  display: block;
  position: absolute;
  right: 82%;
  z-index: -1;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
#media .sec-merit .img-ttl {
  background: url(../img/media/bg-ttl-merit.jpg) no-repeat center center/cover;
}
#media .sec-merit .box-01 {
  padding: 8rem 0 0;
}
#media .sec-merit .merit-list {
  padding: 3.7rem 0 0;
}
#media .sec-merit .merit-list .merit-item {
  padding: 0 0 5.3rem;
}
#media .sec-merit .merit-list .item-head {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 2rem;
}
#media .sec-merit .merit-list .item-ttl {
  flex: 1;
  padding: 0 0 0 1.5rem;
  font-size: 2.2rem;
  font-weight: 600;
}
#media .sec-merit .merit-list .item-head-num {
  text-align: center;
  color: #c5a882;
  line-height: 1;
}
#media .sec-merit .merit-list .item-head-num .small {
  font-size: 2rem;
  display: block;
  line-height: 1;
}
#media .sec-merit .merit-list .item-head-num .num {
  font-size: 9rem;
  display: block;
  line-height: 0.7;
}
#media .sec-merit .box-02 {
  padding: 1.5rem 0 4rem;
}
#media .sec-merit .box-02 .heading-05:before {
  background: #999;
}
#media .sec-merit .box-02 .item-head-num {
  color: #999;
}
#media .sec-feature .feature-list {
  padding: 5.5rem 0 5.4rem;
  text-align: center;
}
#media .sec-feature .feature-list .img {
  padding: 0 0 0.7rem;
  line-height: 0;
}
#media .sec-feature .feature-list .feature-item-num {
  font-size: 1.8rem;
  color: #c5a882;
}
#media .sec-feature .feature-list .feature-item-ttl {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
}
#media .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-01:before {
  background: url(../img/media/img-feature-01.jpg) no-repeat center center/cover;
}
#media .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-02:before {
  background: url(../img/media/img-feature-02.jpg) no-repeat center center/cover;
}
#media .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-03:before {
  background: url(../img/media/img-feature-03.jpg) no-repeat center center/cover;
}
#media .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-04:before {
  background: url(../img/media/img-feature-04.jpg) no-repeat center center/cover;
}
#media .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-05:before {
  background: url(../img/media/img-feature-05.jpg) no-repeat center center/cover;
}
#media .sec-conclusion {
  padding: 8rem 0 6.5rem;
}
#media .sec-conclusion .conclusion {
  padding: 0 0 1.5rem;
}
#media .sec-conclusion .page-bnr-wrap {
  background: none;
}
/*
---------------------------------------
#faq
---------------------------------------
*/
#faq .page-mv {
  background: url(../img/faq/bg-mv.jpg) no-repeat center center/cover;
}
#faq .flow-tabs-list {
  height: 325px;
  padding: 4rem 0 3rem;
  text-align: center;
}
#faq .flow-tabs-list .tab_item {
  width: 20%;
  font-size: 1.7rem;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}
#faq .flow-tabs-list .img {
  width: 208px;
  height: 208px;
  border: 8px solid #ebebeb;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
#faq .flow-tabs-list #tab_item_01 .img {
  background: url(../img/faq/icn-nav-01.png) no-repeat center center;
}
#faq .flow-tabs-list #tab_item_02 .img {
  background: url(../img/faq/icn-nav-02.png) no-repeat center center;
}
#faq .flow-tabs-list #tab_item_03 .img {
  background: url(../img/faq/icn-nav-03.png) no-repeat center center;
}
#faq .flow-tabs-list #tab_item_04 .img {
  background: url(../img/faq/icn-nav-04.png) no-repeat center center;
}
#faq .flow-tabs-list #tab_item_05 .img {
  background: url(../img/faq/icn-nav-05.png) no-repeat center center;
}
#faq #step-01:checked ~ .flow-tabs-list label#tab_item_01 .img, #faq #step-02:checked ~ .flow-tabs-list label#tab_item_02 .img, #faq #step-03:checked ~ .flow-tabs-list label#tab_item_03 .img, #faq #step-04:checked ~ .flow-tabs-list label#tab_item_04 .img, #faq #step-05:checked ~ .flow-tabs-list label#tab_item_05 .img {
  border: 8px solid #e2d3c0;
}
#faq #step-01:checked ~ .flow-tabs-list label#tab_item_01 .img {
  background: url(../img/faq/icn-nav-01_on.png) no-repeat center center;
}
#faq #step-02:checked ~ .flow-tabs-list label#tab_item_02 .img {
  background: url(../img/faq/icn-nav-02_on.png) no-repeat center center;
}
#faq #step-03:checked ~ .flow-tabs-list label#tab_item_03 .img {
  background: url(../img/faq/icn-nav-03_on.png) no-repeat center center;
}
#faq #step-04:checked ~ .flow-tabs-list label#tab_item_04 .img {
  background: url(../img/faq/icn-nav-04_on.png) no-repeat center center;
}
#faq #step-05:checked ~ .flow-tabs-list label#tab_item_05 .img {
  background: url(../img/faq/icn-nav-05_on.png) no-repeat center center;
}
#faq #step-01_content .tab_content_description:before, #faq #step-01_content .tab_content_description:after {
  left: 10%;
}
#faq #step-02_content .tab_content_description:before, #faq #step-02_content .tab_content_description:after {
  left: 30%;
}
#faq #step-03_content .tab_content_description:before, #faq #step-03_content .tab_content_description:after {
  left: 50%;
}
#faq #step-04_content .tab_content_description:before, #faq #step-04_content .tab_content_description:after {
  left: 70%;
}
#faq #step-05_content .tab_content_description:before, #faq #step-05_content .tab_content_description:after {
  left: 90%;
}
#faq .tab_content_description {
  padding: 2.5rem 3rem;
}
#faq .tab_content_desc_ttl {
  display: none;
}
#faq .faq-nav-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#faq .faq-nav-list .faq-nav-item {
  width: 50%;
  padding: 6px 10px;
}
#faq .faq-nav-list .faq-nav-item a {
  display: inline-block;
  line-height: 1.7;
  padding: 5px 0 5px 3rem;
  position: relative;
}
#faq .faq-nav-list .faq-nav-item a:hover {
  text-decoration: underline;
}
#faq .faq-nav-list .faq-nav-item a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  position: absolute;
  left: 0;
  top: 0.6em;
  color: #c5a882;
}
#faq #faq-list {
  padding: 3rem 0 10rem;
}
#faq #faq-list .faq-box {
  padding: 4.5rem 0 0;
}
#faq #faq-list dl {
  padding: 3rem 0 0;
}
#faq #faq-list .faq-item-box {
  padding: 0 0 1rem;
}
#faq #faq-list .faq-item-box dt {
  font-size: 2rem;
  line-height: 1.7;
  vertical-align: middle;
  padding: 2.7rem 3.5rem 2.7rem 6.7rem;
  position: relative;
  border-bottom: solid 2px #ebebeb;
  cursor: pointer;
  transition: all 0.2s;
}
#faq #faq-list .faq-item-box dt.active {
  border-bottom: solid 2px transparent;
}
#faq #faq-list .faq-item-box dt:before {
  content: "Q";
  font-family: "Raleway", sans-serif;
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin: 0 2rem 0 0;
  padding: 0;
  border-radius: 50%;
  background: #c5a882;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#faq #faq-list .faq-item-box dt:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../img/common/icn-faq-down.png) center / cover no-repeat;
  transform: translateY(-50%);
}
#faq #faq-list .faq-item-box dt.active:after {
  background: url(../img/common/icn-faq-up.png) center / cover no-repeat;
}
#faq #faq-list .faq-item-box dd {
  display: none;
  border: 6px solid #ebebeb;
  padding: 3rem 4rem;
}
#faq #faq-list .faq-item-box .a-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 0 2rem;
}
#faq.search #faq-list {
  padding: 0 0 10rem;
}
#faq.search #faq-list .faq-box {
  padding: 0;
}
#faq #faq-list .faq-item-box .a-desc a {
  position: relative;
  transition: color 0.2s, background 0.2s;
}
@media (min-width: 751px) {
  #faq #faq-list .faq-item-box .a-desc a:hover:after {
    right: 0;
  }
}
@media (min-width: 751px) {
  #faq #faq-list .faq-item-box .a-desc a:hover {
    color: #262626;
    background: #fff;
  }
}
#faq #faq-list .faq-item-box .a-desc a:after {
  transition: right 0.2s;
}
#faq #faq-list .faq-item-box .a-desc a {
  display: inline-block;
  background: #262626;
  color: #fff;
  width: 340px;
  font-size: 1.5rem;
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0 10px 0 0;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0 3.5rem 0 2rem;
}
@media (max-width: 750px) {
  #faq #faq-list .faq-item-box .a-desc a {
    width: 100%;
    display: block;
    font-size: 1.5rem;
    height: 45px;
    line-height: 45px;
    padding: 0 1rem 0 1rem;
  }
}
#faq #faq-list .faq-item-box .a-desc a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
/*
---------------------------------------
#company
---------------------------------------
*/
#company .page-mv {
  background: url(../img/company/bg-mv.jpg) no-repeat center center/cover;
}
/* #company .page-mv .page-h1-main-en {
		padding: 0 0 9.6rem;
} */
#company .sec-plp {
  text-align: center;
  padding: 0 0 9rem;
}
#company .sec-plp .bg-csl {
  display: block;
  width: 100%;
  height: 520px;
  background: url(../img/company/bg-plp.jpg) no-repeat center center/cover;
}
#company .sec-plp .ttl-plp {
  margin: -5rem 0 2rem;
}
#company .sec-plp .ttl-plp-ja {
  font-size: 2.6rem;
  font-weight: 600;
  padding: 0 0 2.5rem;
}
#company .sec-plp .txt-plp {
  font-size: 1.8rem;
  color: #666;
  line-height: 2.2;
}
#company .sec-feature {
  background: #f9f6f5;
  padding: 6rem 0 0;
}
#company .sec-feature .heading-05 {
  padding: 0;
}
#company .sec-feature .heading-05 .ja {
  color: #c5a882;
}
#company .sec-feature .box-gap-02-wrap {
  padding: 8.5rem 0 0;
}
#company .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-01:before {
  background: url(../img/company/img-feature-01.jpg) no-repeat center center/cover;
}
#company .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-02:before {
  background: url(../img/company/img-feature-02.jpg) no-repeat center center/cover;
}
#company .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-03:before {
  background: url(../img/company/img-feature-03.jpg) no-repeat center center/cover;
}
#company .page-bnr-wrap {
  padding: 9.5rem 0 4rem;
  background: none;
  position: relative;
}
#company .page-bnr-wrap:before {
  content: "";
  background: url(../img/common/bg-dot.png);
  display: block;
  width: 100%;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
#company .sec-office {
  padding: 0rem 0 0;
}
#company .sec-office .office-slide-wrap {
  background: #f9f6f5;
  padding: 6rem 0 1.5rem;
}
#company .sec-office .txtbox {
  background: #fff;
  width: 780px;
  margin: -5rem auto 0;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  justify-content: flex-start;
  flex: 1;
  flex-wrap: nowrap;
}
#company .sec-office .box-l {
  background: #333;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 0 2rem;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#company .sec-office .box-r {
  padding: 2rem 1.5rem 2rem 4rem;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex: 1;
}
#company .sec-office .r-ttl {
  font-size: 2.4rem;
  border-bottom: 2px solid #c5a882;
  margin: 0 3rem 0 0;
  line-height: 1.5;
  letter-spacing: 1px;
}
#company .sec-office .t-txt {
  font-size: 1.4rem;
  flex: 1;
}
#company .sec-office .slick-slide {
  width: 860px;
}
#company .sec-office .slick-slide .img {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#company .sec-office .slick-slide .img img {
  width: 100%;
  height: auto;
}
#company .sec-office .slick-prev {
  left: 140px !important;
  top: 34% !important;
  z-index: 4 !important;
  width: 60px !important;
  height: 60px !important;
}
#company .sec-office .slick-next {
  right: 140px !important;
  top: 34% !important;
  z-index: 4 !important;
  width: 60px !important;
  height: 60px !important;
}
#company .sec-office .slick-prev:before, #company .sec-office .slick-next:before {
  content: "" !important;
}
#company .sec-office .slick-slider .slick-track, #company .sec-office .slick-slider .slick-list {
  overflow: visible;
}
#company .sec-office .slick-dots {
  position: static;
  margin: 4rem auto 0;
}
#company .sec-office .slick-dots li {
  width: 200px;
  height: 105px;
  margin: 0;
}
#company .sec-office .slick-dots li img {
  border-right: 1px solid #fff;
}
#company .sec-office .slick-dots img {
  width: 100%;
  height: auto;
}
#company .sec-outline {
  padding: 8.5rem 0 10rem;
}
#company .sec-outline .box {
  justify-content: flex-start;
}
#company .sec-outline .box-01 {
  padding: 0 0 3rem;
}
#company .sec-outline .address-wrap {
  align-items: center;
}
#company .sec-outline .address-txt {
  width: 50%;
  padding-right: 20px;
}
#company .sec-outline .address-txt .btn-link {
  margin: 10px 0 0;
}
#company .sec-outline .map-wrap {
  width: 50%;
}
#company .sec-outline .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
#company .sec-outline .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#company .sec-outline .place {
  width: 15%;
}
#company .sec-outline .address {
  width: 85%;
}
#company .sec-history {
  padding: 6rem 0 10rem;
}
#company .sec-history .heading-05 {
  padding: 0;
}
#company .sec-history .box {
  justify-content: flex-start;
}
#company .sec-history .his-ttl {
  border: 4px solid #ccc;
  position: relative;
  width: 350px;
  height: 350px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#company .sec-history .his-ttl:before {
  content: "";
  display: block;
  width: 350px;
  height: 350px;
  border: 2px solid #ccc;
  position: absolute;
  left: -14px;
  top: -14px;
  box-sizing: border-box;
}
#company .sec-history .his-cont {
  flex: 1;
  padding: 0 0 0 8rem;
}
#company .sec-history .his-list {
  position: relative;
  padding: 30px 0 10px;
}
#company .sec-history .his-list:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #dbdbdb;
  top: 0;
  left: 160px;
  box-sizing: border-box;
  position: absolute;
}
#company .sec-history .his-list li {
  padding-bottom: 30px;
  position: relative;
  justify-content: flex-start;
}
#company .sec-history .his-list li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 5px solid #c5a882;
  background: #fff;
  border-radius: 100%;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  left: 152px;
  top: 0.5em;
}
#company .sec-history .his-list .txt {
  padding-left: 220px;
  max-width: 770px;
}
#company .sec-history .his-list .time {
  position: absolute;
  width: 160px;
}
/*
---------------------------------------
#web-consulting
---------------------------------------
*/
#web-consulting.website .page-mv-02 {
  background: url(../img/service/website/bg-mv.jpg) no-repeat center center/cover;
}
#web-consulting.ec .page-mv {
  background: url(../img/service/e-commerce/bg-mv.jpg) no-repeat center center/cover;
}
#web-consulting.lp .page-mv {
  background: url(../img/service/landing-page/bg-mv.jpg) no-repeat center center/cover;
}
#web-consulting.satellite .page-mv {
  background: url(../img/service/satellite/bg-mv.jpg) no-repeat center center/cover;
}
#web-consulting.planning .page-mv {
  background: url(../img/service/planning/bg-mv.jpg) no-repeat center center/cover;
}
#web-consulting.rec-website .page-mv {
  background: url(../img/service/recruit-website/bg-mv.jpg) no-repeat center center/cover;
}
/*support*/
#web-consulting.webconsulting .page-mv {
  background: url(../img/support/web-consulting/bg-mv.jpg) no-repeat center center/cover;
}
#web-consulting.operation .page-mv {
  background: url(../img/support/operation/bg-mv.jpg) no-repeat center center/cover;
}
#web-consulting.maintenance .page-mv {
  background: url(../img/support/maintenance/bg-mv.jpg) no-repeat center center/cover;
}
#web-consulting.update .page-mv {
  background: url(../img/support/update/bg-mv.jpg) no-repeat center center/cover;
}
#web-consulting .page-head .page-head-dot {
  padding: 9rem 0 7.5rem;
}
/*
#web-consulting .page-head .page-head-catch {
	padding: 0;
}
*/
#web-consulting .sec-results {
  padding: 0 0 5rem;
}
#web-consulting .sec-results .box-ol-01 {
  padding: 6.7rem 0 0;
}
#web-consulting .sec-results .box-ol-01 .ol-item-01:before {
  content: none;
}
#web-consulting .sec-results .box-ol-01 .ol-item-01 {
  width: 18%;
  padding: 4.7rem 1rem 3.2rem;
  margin: 0 1%;
}
#web-consulting .sec-results .box-ol-01 .ol-item-num .small {
  font-size: 1.7rem;
}
#web-consulting .sec-results .box-ol-01 .ol-item-num .num {
  font-size: 6rem;
}
#web-consulting .sec-results .box-ol-01 .ol-item-num {
  top: -4.5rem;
}
#web-consulting .sec-results .box-list-txtbox {
  line-height: 1.8;
}
#web-consulting .sec-results .box-ol-01 .box-list-ttl {
  padding: 0;
  font-size: 1.7rem;
}
#web-consulting .sec-results .box-ol-01 .box-list-ttl .beige {
  font-size: 2rem;
}
#web-consulting .sec-feature {
  background: #fcf7f5;
  padding: 5rem 0 9.7rem;
}
#web-consulting .sec-feature .feature-wrap {
  background: #fff;
  max-width: 1140px;
  margin: 0 0 0 auto;
  border-bottom: 2px solid #ede8e7;
  padding: 3.5rem 7rem 5.5rem;
}
#web-consulting .sec-feature .feature-head {
  padding: 0 0 8rem;
  position: relative;
}
#web-consulting .sec-feature .feature-head .img {
  position: absolute;
  left: -13rem;
  line-height: 0;
}
#web-consulting .sec-feature .feature-head .img img {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#web-consulting .sec-feature .feature-meta {
  width: 490px;
  margin: 0 0 0 auto;
  padding: 4rem 0 0;
}
#web-consulting .sec-feature .feature-ttl {
  font-size: 2.6rem;
  font-weight: 600;
  padding: 0 0 2rem;
}
#web-consulting .sec-feature .outcome-list {
  padding: 0 0 4rem;
}
#web-consulting .sec-feature .outcome-item {
  font-size: 1.7rem;
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
}
#web-consulting .sec-feature .outcome-item:before {
  content: "・";
  font-weight: 600;
  color: #c5a882;
  margin: 0 0.5em 0 0;
}
#web-consulting .sec-feature .cliant {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 2.3rem 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#web-consulting .sec-feature .cliant .cliant-name {
  flex: 1;
  font-weight: 600;
  /*text-indent: -1.6em;
	padding: 0 0 0 1.6em;
*/
  line-height: 1.6;
}
#web-consulting .sec-feature .cliant .cliant-name .fa {
  color: #c5a882;
  margin: 0 10px 0 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#web-consulting .sec-feature .cliant .cliant-name a {
  margin: 0 0.5em 0 0;
  position: relative;
  padding: 0 0 0 3rem;
}
#web-consulting .sec-feature .cliant .cliant-name a:hover {
  text-decoration: underline;
}
#web-consulting .sec-feature .cliant .cliant-name a:hover .fa {
  text-decoration: none;
}
#web-consulting .sec-feature .cliant .cliant-business {
  padding: 0 0 0 3rem;
  font-size: 1.3rem;
  color: #444;
  text-align: right;
}
#web-consulting .sec-feature .feature-ba {
  padding: 0 0 5rem;
  margin: 3rem 0 0;
}
#web-consulting.maintenance .sec-feature .feature-ba, #web-consulting.operation .sec-feature .feature-ba {
  margin: 6rem 0 0;
}
#web-consulting .sec-feature .ba-box {
  width: 48%;
  padding: 3.5rem 3.8rem 2.5rem;
}
#web-consulting .sec-feature .ba-ttl-en {
  text-align: center;
  font-size: 3.6rem;
  display: block;
  padding: 0 0 0.5rem;
}
#web-consulting .sec-feature .ba-ttl-ja {
  text-align: center;
  font-size: 1.7rem;
  display: block;
  letter-spacing: 2px;
}
#web-consulting .sec-feature .txtbox {
  padding: 3rem 0 0;
}
#web-consulting .sec-feature .txtbox .ttl {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  padding: 1.4rem 1.5rem;
  margin: 0 0 1.2rem;
}
#web-consulting .sec-feature .txtbox .txt {
  padding: 0 0 0.7rem;
  line-height: 2.2;
  font-size: 1.5rem;
}
#web-consulting .sec-feature .box-01 {
  border: 4px solid #ebebeb;
}
#web-consulting .sec-feature .box-01 .ba-ttl-en {
  color: #999;
}
#web-consulting .sec-feature .box-01 .txtbox .ttl {
  background: #f0f0f0;
}
#web-consulting .sec-feature .box-02 {
  border: 4px solid #e2d3c0;
}
#web-consulting .sec-feature .box-02 .ba-ttl-en {
  color: #c5a882;
}
#web-consulting .sec-feature .box-02 .txtbox .ttl {
  background: #fcf6f2;
}
#web-consulting .sec-feature .voice-box {
  padding: 3rem 0 0;
  align-items: flex-start;
}
#web-consulting .sec-feature .voice-box .img {
  margin: 0 3rem 0 0;
}
#web-consulting .sec-feature .voice-box .voice-txtbox {
  flex: 1;
  position: relative;
  background: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 4px 4px 0px 0px #ededed;
  padding: 3.5rem 4rem 3rem;
}
#web-consulting .sec-feature .voice-box .voice-txtbox:before, #web-consulting .sec-feature .voice-box .voice-txtbox:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#web-consulting .sec-feature .voice-box .voice-txtbox:before {
  border-color: rgba(230, 230, 230, 0);
  border-right-color: #e6e6e6;
  border-width: 18px;
  margin-top: -18px;
}
#web-consulting .sec-feature .voice-box .voice-txtbox:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}
#web-consulting .sec-feature .voice-box .voice-txtbox .voice-ttl {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0 1.5rem;
  line-height: 1.6;
}
#web-consulting .sec-feature .voice-box .voice-txtbox .txt {
  font-size: 1.5rem;
}
#web-consulting .sec-worry {
  padding: 0 0 4.5rem;
}
#web-consulting .sec-worry .merit {
  background: url(../img/support/bg-worry.jpg) no-repeat center center/cover;
  padding: 3.7rem 0 6.5rem;
  text-align: center;
  position: relative;
  margin: 0 0 9rem;
}
#web-consulting .sec-worry .merit:before {
  content: "";
  background: url(../img/support/icn-arrow.png);
  width: 176px;
  height: 57px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3rem;
  margin: 0 auto;
}
#web-consulting .sec-worry .merit .inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 3.5rem 2.5rem 4rem;
}
#web-consulting .sec-worry .merit .ttl-merit-en {
  color: #c5a882;
  font-size: 1.8rem;
  display: block;
  letter-spacing: 0.3em;
  padding: 0 0 1rem;
}
#web-consulting .sec-worry .merit .ttl-merit-ja {
  font-size: 3rem;
  font-weight: 600;
  display: block;
  padding: 0 0 2rem;
}
#web-consulting .sec-worry .merit .merit-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#web-consulting .sec-worry .merit .merit-item {
  width: calc(50% - 50px);
  max-width: 525px;
  border: 1px solid #dbdbdb;
  margin: 10px 25px;
  font-size: 1.6rem;
  padding: 13px 0;
  position: relative;
}
#web-consulting .sec-worry .box-gap-inner .box-gap.img-r:before {
  background: url(../img/support/img-solve.jpg) no-repeat center center/cover;
}
#web-consulting.website .sec-worry .box-gap-inner .box-gap.img-r:before {
  background: url(../img/service/website/img-solve.jpg) no-repeat center center/cover;
}
#web-consulting.ec .sec-worry .box-gap-inner .box-gap.img-r:before {
  background: url(../img/service/e-commerce/img-solve.jpg) no-repeat center center/cover;
}
#web-consulting.rec-website .sec-worry .box-gap-inner .box-gap.img-r:before {
  background: url(../img/service/recruit-website/img-solve.jpg) no-repeat center center/cover;
}
#web-consulting.satellite .sec-worry .box-gap-inner .box-gap.img-r:before {
  background: url(../img/service/satellite/img-solve.jpg) no-repeat center center/cover;
}
#web-consulting.lp .sec-worry .box-gap-inner .box-gap.img-r:before {
  background: url(../img/service/landing-page/img-solve.jpg) no-repeat center center/cover;
}
#web-consulting.planning .sec-worry .box-gap-inner .box-gap.img-r:before {
  background: url(../img/service/planning/img-solve.jpg) no-repeat center center/cover;
}
#web-consulting.webconsulting .sec-worry .box-gap-inner .box-gap.img-r:before {
  background: url(../img/support/web-consulting/img-solve.jpg) no-repeat center center/cover;
}
#web-consulting.operation .sec-worry .box-gap-inner .box-gap.img-r:before {
  background: url(../img/support/operation/img-solve.jpg) no-repeat center center/cover;
}
#web-consulting.maintenance .sec-worry .box-gap-inner .box-gap.img-r:before {
  background: url(../img/support/maintenance/img-solve.jpg) no-repeat center center/cover;
}
#web-consulting.update .sec-worry .box-gap-inner .box-gap.img-r:before {
  background: url(../img/support/update/img-solve.jpg) no-repeat center center/cover;
}
#web-consulting .sec-reason .heading-05 {
  margin: 0 0 5.1rem;
}
#web-consulting .sec-reason .reason-txt {
  padding: 0 0 3.8rem;
  line-height: 2.2;
}
#web-consulting .sec-reason .box-list-01 .box-list-ttl-en {
  font-size: 1.8rem;
}
#web-consulting .sec-reason .box-list-01 .box-list-ttl-ja {
  font-size: 1.7rem;
  font-weight: 600;
}
#web-consulting .sec-reason .box-list-01 .box-list-txt {
  font-size: 1.4rem;
}
#web-consulting .sec-reason {
  padding: 0 0 8rem;
}
#web-consulting .sec-service .box-gap-03-wrap {
  margin: 0 0 6.5rem;
}
#web-consulting .sec-service .box {
  padding: 3.2rem 0 0;
}
#web-consulting .sec-service .txt {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
#web-consulting .sec-flow {
  padding: 10rem 0;
}
#web-consulting .sec-flow .heading-05 {
  padding: 0 0 20px;
}
#web-consulting .sec-flow .flow-tabs {
  margin: 0 auto;
}
#web-consulting .sec-flow .flow-tabs-list {
  position: relative;
  height: 160px;
  margin: 0 0 0.5rem;
}
.website#web-consulting .sec-flow .flow-tabs-list {
  margin: 0 0 2.5rem;
}
#web-consulting .sec-flow .flow-tabs-list:before {
  content: "";
  background: #dbdbdb;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
  transform: translateY(-50%);
}
#web-consulting .sec-flow #step-01:checked ~ .flow-tabs-list label#tab_item_01 .signal, #web-consulting .sec-flow #step-02:checked ~ .flow-tabs-list label#tab_item_02 .signal, #web-consulting .sec-flow #step-03:checked ~ .flow-tabs-list label#tab_item_03 .signal, #web-consulting .sec-flow #step-04:checked ~ .flow-tabs-list label#tab_item_04 .signal, #web-consulting .sec-flow #step-05:checked ~ .flow-tabs-list label#tab_item_05 .signal, #web-consulting .sec-flow #step-06:checked ~ .flow-tabs-list label#tab_item_06 .signal, #web-consulting .sec-flow #step-07:checked ~ .flow-tabs-list label#tab_item_07 .signal {
  top: 40% !important;
}
#web-consulting .sec-flow .tab_item {
  width: 16.6666%;
  height: 160px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}
#web-consulting .sec-flow .tab_item:before {
  content: "";
  background: #bfbfbf;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 40%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
#web-consulting .sec-flow .tab_item:after {
  content: "";
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 40%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
  font-size: 0.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
#web-consulting .sec-flow .tab_item:hover:before {
  background: #c5a882;
}
#web-consulting .sec-flow .flow-num {
  color: #999;
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
  height: 50px;
}
#web-consulting .sec-flow .flow-ttl {
  font-size: 1.6rem;
  display: block;
  padding: 27px 0 0;
  height: 70px;
  line-height: 1.4;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#web-consulting .sec-flow .flow-time {
  font-size: 1.4rem;
  color: #999;
  display: block;
  height: 40px;
  line-height: 1.5;
}
#web-consulting .sec-flow #step-01_content .tab_content_description:before, #web-consulting .sec-flow #step-01_content .tab_content_description:after {
  /* 	left: 8.3%; */
}
#web-consulting .sec-flow #step-02_content .tab_content_description:before, #web-consulting .sec-flow #step-02_content .tab_content_description:after {
  /* 	left: 24.9%; */
}
#web-consulting .sec-flow #step-03_content .tab_content_description:before, #web-consulting .sec-flow #step-03_content .tab_content_description:after {
  /* 	left: 41.7%; */
}
#web-consulting .sec-flow #step-04_content .tab_content_description:before, #web-consulting .sec-flow #step-04_content .tab_content_description:after {
  /* 	left: 58.4%; */
}
#web-consulting .sec-flow #step-05_content .tab_content_description:before, #web-consulting .sec-flow #step-05_content .tab_content_description:after {
  /* 	left: 75%; */
}
#web-consulting .sec-flow #step-06_content .tab_content_description:before, #web-consulting .sec-flow #step-06_content .tab_content_description:after {
  /* 	left: 91.6%; */
}
#web-consulting .sec-flow .tab_content_description {
  padding: 4.5rem 5rem;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.website#web-consulting .sec-flow .tab_content_description {
  flex-direction: column;
  max-width: 860px;
  width: 100%;
  height: 360px;
  background: #ffffff;
  position: relative;
  padding: 70px 50px 46px 116px;
  margin: 0 auto;
  transform: translateX(-50%);
  left: 460px;
  margin-right: -70px;
}
#web-consulting .sec-flow .tab_content_description .tab_content_ttl {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: bold;
  color: #333333;
  /* align-items: center; */
  justify-content: start;
  letter-spacing: 0px;
  padding: 0 0 2.3rem;
}
.website#web-consulting .sec-flow .tab_content_description .tab_content_ttl {
  align-items: center;
  font-size: 2.4rem;
}
#web-consulting .sec-flow .tab_content_description .tab_content_ttl .num {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: bold;
  color: #c5a882;
  position: relative;
  letter-spacing: 0px;
  margin-right: 11px;
  font-family: "Roboto", sans-serif;
}
#web-consulting .sec-flow .tab_content_description .tab_content_ttl .num::before {
  border-top: 2px solid #c5a882;
  content: "";
  position: absolute;
  top: 14px;
  transform: translateX(-100%);
  left: -18px;
  width: 69px;
  z-index: 3;
}
#web-consulting .sec-flow .tab_content_description .tab_content_txt {
  padding: 0 5rem 0 0;
  flex: 1;
}
.website#web-consulting .sec-flow .tab_content_description .tab_content_txt {
  letter-spacing: -0.1px;
  padding: 0;
}
.website#web-consulting .sec-flow .img {
  line-height: 0;
  position: absolute;
  transform: translateX(-400px) translateY(-50%);
  top: 50%;
  left: 0;
  z-index: 2;
}
/*ec　タブ７つ*/
#web-consulting.ec .sec-flow .tab_item {
  width: 14.285%;
}
#web-consulting.ec .sec-flow #step-01_content .tab_content_description:before, #web-consulting.ec .sec-flow #step-01_content .tab_content_description:after {
  left: 7%;
}
#web-consulting.ec .sec-flow #step-02_content .tab_content_description:before, #web-consulting.ec .sec-flow #step-02_content .tab_content_description:after {
  left: 21.3%;
}
#web-consulting.ec .sec-flow #step-03_content .tab_content_description:before, #web-consulting.ec .sec-flow #step-03_content .tab_content_description:after {
  left: 35.8%;
}
#web-consulting.ec .sec-flow #step-04_content .tab_content_description:before, #web-consulting.ec .sec-flow #step-04_content .tab_content_description:after {
  left: 50.1%;
}
#web-consulting.ec .sec-flow #step-05_content .tab_content_description:before, #web-consulting.ec .sec-flow #step-05_content .tab_content_description:after {
  left: 64.3%;
}
#web-consulting.ec .sec-flow #step-06_content .tab_content_description:before, #web-consulting.ec .sec-flow #step-06_content .tab_content_description:after {
  left: 78.6%;
}
#web-consulting.ec .sec-flow #step-07_content .tab_content_description:before, #web-consulting.ec .sec-flow #step-07_content .tab_content_description:after {
  left: 92.8%;
}
/*rec-website　タブ4つ*/
#web-consulting.rec-website .sec-flow .tab_item {
  width: 25%;
}
#web-consulting.rec-website .sec-flow #step-01_content .tab_content_description:before, #web-consulting.rec-website .sec-flow #step-01_content .tab_content_description:after {
  left: 12.5%;
}
#web-consulting.rec-website .sec-flow #step-02_content .tab_content_description:before, #web-consulting.rec-website .sec-flow #step-02_content .tab_content_description:after {
  left: 37.5%;
}
#web-consulting.rec-website .sec-flow #step-03_content .tab_content_description:before, #web-consulting.rec-website .sec-flow #step-03_content .tab_content_description:after {
  left: 62.5%;
}
#web-consulting.rec-website .sec-flow #step-04_content .tab_content_description:before, #web-consulting.rec-website .sec-flow #step-04_content .tab_content_description:after {
  left: 87.5%;
}
/*planning　タブ3つ*/
#web-consulting.planning .sec-flow .tab_item {
  width: 200px;
}
#web-consulting.planning .sec-flow .flow-tabs-list .inner {
  max-width: 600px;
}
#web-consulting.planning .sec-flow #step-01_content .tab_content_description:before, #web-consulting.planning .sec-flow #step-01_content .tab_content_description:after {
  left: 33.3%;
}
#web-consulting.planning .sec-flow #step-02_content .tab_content_description:before, #web-consulting.planning .sec-flow #step-02_content .tab_content_description:after {
  left: 50%;
}
#web-consulting.planning .sec-flow #step-03_content .tab_content_description:before, #web-consulting.planning .sec-flow #step-03_content .tab_content_description:after {
  left: 66.7%;
}
#web-consulting .sec-plan {
  padding: 0 0 12.5rem;
}
#web-consulting .sec-plan .box {
  padding: 3.5rem 0 0;
}
#web-consulting .sec-plan .txtbox {
  flex: 1;
  padding: 3rem 0 0 5rem;
}
#web-consulting .sec-plan .txtbox .ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0 0 2.7rem;
}
#web-consulting .sec-plan .txtbox .ttl .color {
  color: #c5a882;
}
#web-consulting .sec-plan .txtbox .txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 5rem;
}
#web-consulting .sec-consultants {
  padding: 0 0 9rem;
}
#web-consulting .sec-consultants .heading-05 {
  margin: 0 0 4.5rem;
}
#web-consulting .sec-consultants .csl-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#web-consulting .sec-consultants .csl-item {
  width: calc(33.3333% - 40px);
  margin: 35px 20px 30px;
  position: relative;
  padding: 5.5rem 3.5rem 3.2rem;
  position: relative;
  background: #f2f8ff;
  border-radius: 10px;
}
#web-consulting .sec-consultants .icn {
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: -2.4rem;
}
#web-consulting .sec-consultants .icn img {
  width: 151px;
  height: 151px;
  border: 6px solid #fff;
  border-radius: 50%;
}
#web-consulting .sec-consultants .csl-name {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  color: #1a76d9;
  margin: 8.1rem 0 0.2rem;
}
#web-consulting .sec-consultants .csl-ttl {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 0 0 1.3rem;
}
#web-consulting .sec-consultants .csl-txt {
  letter-spacing: 0.08em;
}
#web-consulting .sec-consultants .csl-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#web-consulting .sec-consultants .csl-item {
  width: calc(33.3333% - 40px);
  margin: 35px 20px 30px;
  padding: 5.5rem 3.5rem 3.2rem;
  position: relative;
  background: #f2f8ff;
  border-radius: 10px;
}
#web-consulting .sec-consultants .icn {
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: -2.4rem;
}
#web-consulting .sec-consultants .icn img {
  width: 151px;
  height: 151px;
  border: 6px solid #fff;
  border-radius: 50%;
}
#web-consulting .sec-consultants .csl-name {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  color: #1a76d9;
  margin: 8.1rem 0 0.2rem;
}
#web-consulting .sec-consultants .csl-ttl {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 0 0 1.3rem;
}
#web-consulting .sec-consultants .csl-txt {
  letter-spacing: 0.08em;
}
#web-consulting .sec-service {
  padding: 6.7rem 0 6rem;
}
#web-consulting .sec-service .ttl-01 {
  margin-bottom: 2.2rem;
}
#web-consulting .sec-service .csl-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#web-consulting .sec-service .csl-item {
  width: calc(33.3333% - 40px);
  margin: 20px;
  padding: 3rem 3.5rem 3.4rem;
  position: relative;
  background: #fff;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
#web-consulting .sec-service .csl-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-left: 40px solid #1a76d9;
  border-bottom: 40px solid transparent;
}
#web-consulting .sec-service .icn {
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
#web-consulting .sec-service .icn img {
  width: 151px;
  height: 150px;
  border-radius: 50%;
}
#web-consulting .sec-service .csl-name {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  color: #1a76d9;
  margin: 2px 0 7px;
}
#web-consulting .sec-service .csl-txt {
  letter-spacing: 0.08em;
}
#web-consulting .sec-faq {
  padding: 4rem 0 0;
}
#web-consulting .sec-faq .faq-list-wrap {
  background: #fcf7f5;
  padding: 2.5rem 0 14rem;
}
#web-consulting .sec-faq .faq-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 3rem;
}
#web-consulting .sec-faq .faq-item {
  width: calc(50% - 40px);
  background: #fff;
  margin: 20px;
  position: relative;
  padding: 2rem 4rem 3rem;
  position: relative;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}
#web-consulting .sec-faq .faq-ttl {
  font-size: 2rem;
  color: #c5a882;
  line-height: 1.7;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: 2rem 0 2rem 6rem;
  position: relative;
}
#web-consulting .sec-faq .faq-ttl:before {
  content: "Q";
  font-family: "Raleway", sans-serif;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 2rem 0 0;
  padding: 0;
  border-radius: 50%;
  background: #c5a882;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  left: 0;
  top: 0.5em;
}
#web-consulting .sec-faq .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 0 0.5rem;
}
#web-consulting .sec-faq .txt {
  font-size: 1.5rem;
  line-height: 2.2;
}
#web-consulting .sec-faq .btn-02 a {
  margin: 0 auto;
}
/* page-e-commerce
-----------------------*/
/* .sec-results */
#web-consulting.ec .sec-results {
  background: linear-gradient(to bottom, #fff 0px, #fff 8rem, #fcf7f5 8rem, #fcf7f5 100%);
}
#web-consulting .sec-results .results-ttl {
  margin: 0 0 4.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#web-consulting .sec-results .results-ttl-img {
  position: relative;
  display: block;
  width: 825px;
  top: -35px;
  margin-bottom: -6rem;
}
#web-consulting .sec-results .results-ttl-img img {
  width: 100%;
  height: auto;
}
#web-consulting .sec-results .results-ttl-txt {
  position: absolute;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
#web-consulting .sec-results .results-ttl-txt .symbol {
  font-size: 2.5rem;
  font-weight: normal;
}
#web-consulting .sec-results .results-ttl-txt .color {
  color: #c7a477;
}
#web-consulting .sec-results .results-ttl-txt.item01 {
  top: 9rem;
  left: 3.6rem;
}
#web-consulting .sec-results .results-ttl-txt.item02 {
  top: 4.4rem;
  right: 9.8rem;
}
#web-consulting .sec-results .results-ttl-txt.item03 {
  top: 28.6rem;
  left: 11.1rem;
}
#web-consulting .sec-results .results-ttl-txt.item04 {
  top: 24.5rem;
  right: 7.1rem;
}
#web-consulting .sec-results .results-ttl .results-ttl-en {
  margin: 2.1rem 0 1.5rem;
  font-size: 2rem;
  font-family: "Raleway", sans-serif;
  color: #c5a882;
  letter-spacing: 0.2em;
}
#web-consulting .sec-results .results-ttl .results-ttl-ja {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
#web-consulting .sec-results .results-item {
  width: calc(100% - 60px);
  position: relative;
  margin: 0 0 3rem;
  background: #fff;
  padding: 5rem 0 5rem 5rem;
  box-shadow: 0px 2px 0 0 rgba(0, 0, 0, 0.06);
}
#web-consulting .sec-results .results-item .results-item-num {
  position: absolute;
  top: 0;
  left: 0;
}
#web-consulting .sec-results .results-item .results-item-num span {
  display: inline-block;
  position: relative;
  width: 121px;
  height: 33px;
  text-align: center;
  line-height: 3.3rem;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  background: #c5a882;
  color: #fff;
}
#web-consulting .sec-results .results-item .results-item-num span:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 1.65rem 1rem 1.65rem 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
#web-consulting .sec-results .results-item:last-child {
  margin: 0;
}
#web-consulting .sec-results .results-item .results-item-inner {
  display: flex;
  justify-content: space-between;
}
#web-consulting .sec-results .results-item .results-item-txts {
  flex: 0 0 487px;
}
#web-consulting .sec-results .results-item .results-item-ttl-sub, #web-consulting .sec-results .results-item .results-item-ttl-main {
  display: block;
}
#web-consulting .sec-results .results-item .results-item-ttl-sub {
  margin: 0.9rem 0 0;
  font-size: 1.6rem;
  color: #666;
  letter-spacing: 0.128rem;
}
#web-consulting .sec-results .results-item .results-item-ttl-main {
  margin: 0.8rem 0 2.5rem;
  font-size: 2.8rem;
  font-weight: 600;
  color: #111;
  line-height: 1.5;
  letter-spacing: 0.112rem;
}
/* #web-consulting .sec-results .results-item .results-item-ttl-main .marker{
	box-shadow: inset 0 calc(-.2em + 2px) rgba(197,168,130,.4),0 1px 0 rgba(197,168,130,.4);
} */
#web-consulting .sec-results .results-item-img {
  position: relative;
  right: -6rem;
  flex: 0 0 590px;
  height: 360px;
}
#web-consulting .sec-results .results-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
#web-consulting .sec-results .results-item table {
  table-layout: fixed;
}
#web-consulting .sec-results .results-item table tr {
  border-top: solid 1px #e0e0e0;
}
#web-consulting .sec-results .results-item table tr:last-child {
  border-bottom: solid 1px #e0e0e0;
}
#web-consulting .sec-results .results-item table th {
  width: 16rem;
  padding: 2.2rem 1rem 2.25rem;
  background: #fffaf7;
  color: #c7a477;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.64px;
}
#web-consulting .sec-results .results-item table td {
  padding: 2.2rem 2rem 2.25rem 3.9rem;
}
#web-consulting .sec-results .results-item table td .results-item-table-num {
  display: flex;
  align-items: center;
}
#web-consulting .sec-results .results-item table td .results-item-table-before {
  flex: 0 0 auto;
  position: relative;
  margin: 0 8.5rem 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.64px;
  line-height: 1;
  color: #333;
  min-width: 5rem;
}
#web-consulting .sec-results .results-item table td .results-item-table-before:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: -6.48rem;
  top: calc(50% - 0.15rem);
  transform: translateY(-50%);
  color: #c5a882;
}
#web-consulting .sec-results .results-item table td .results-item-table-after {
  flex: 0 0 auto;
  font-size: 2rem;
  letter-spacing: 0.08rem;
  line-height: 1;
  font-weight: bold;
  color: #c5a882;
}
/* .sec-reason */
#web-consulting.ec .sec-reason {
  padding: 11.1rem 0 0;
}
#web-consulting.ec .sec-reason .heading-05 {
  margin: 0 0 5.9rem;
}
#web-consulting .sec-reason .reason-subttl {
  position: relative;
  left: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.68px;
}
#web-consulting .sec-reason .reason-subttl-img {
  position: relative;
  top: -0.9rem;
  display: block;
  width: 45rem;
  margin: 0 1.6rem 0;
}
#web-consulting .sec-reason .reason-subttl-img img {
  width: 100%;
  height: auto;
}
#web-consulting .sec-reason .reason-overview-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
#web-consulting .sec-reason .reason-overview {
  margin: 4rem 0 3.8rem;
  position: relative;
  flex: 0 0 620px;
  height: 620px;
  border-radius: 50%;
}
#web-consulting .sec-reason .reason-overview img {
  width: 100%;
  height: auto;
}
#web-consulting .sec-reason .reason-overview.item-01 {
  left: 2rem;
  background: rgba(191, 235, 255, 0.4);
  z-index: 1;
}
#web-consulting .sec-reason .reason-overview.item-02 {
  right: 2rem;
  background: rgba(244, 143, 177, 0.1);
}
#web-consulting .sec-reason .reason-overview.item-01 .marker {
  background: linear-gradient(transparent 60%, #a1dbf7 60%);
}
#web-consulting .sec-reason .reason-overview.item-02 .marker {
  background: linear-gradient(transparent 60%, #f9c1d4 60%);
}
#web-consulting .sec-reason .reason-overview.item-01 .reason-overview-img {
  margin: 7.4rem auto 0.6rem;
  width: 483px;
}
#web-consulting .sec-reason .reason-overview.item-02 .reason-overview-img {
  position: relative;
  left: 2.5rem;
  width: 420px;
  margin: 7.8rem auto 0.1rem;
}
#web-consulting .sec-reason .reason-overview .reason-overview-ttl {
  position: relative;
  left: 3px;
  margin: 0 0 2.1rem;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.12px;
  line-height: 1;
}
#web-consulting .sec-reason .reason-overview .reason-overview-ttl::before, #web-consulting .sec-reason .reason-overview .reason-overview-ttl::after {
  font-size: 3.8rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  line-height: 1;
}
#web-consulting .sec-reason .reason-overview .reason-overview-ttl::before {
  content: "[";
  margin: 0 1.4rem 0 0;
}
#web-consulting .sec-reason .reason-overview .reason-overview-ttl::after {
  content: "]";
  margin: 0 0 0 1.1rem;
}
#web-consulting .sec-reason .reason-overview.item-01 .reason-overview-ttl {
  color: #039be5;
}
#web-consulting .sec-reason .reason-overview.item-02 .reason-overview-ttl {
  color: #f06292;
}
#web-consulting .sec-reason .reason-overview .reason-overview-txt {
  max-width: 420px;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 2.27;
  letter-spacing: 0.4px;
  color: #333;
}
/* #web-consulting .sec-reason .reason-overview.item-01 .reason-overview-txt .marker{
	box-shadow: inset 0 calc(-0.3em + 2px) rgba(3,155,299,0.3),0 3px 0 rgba(3,155,299,0.3);
} */
/* #web-consulting .sec-reason .reason-overview.item-02 .reason-overview-txt .marker{
	box-shadow: inset 0 calc(-0.3em + 2px) rgba(240,98,146,0.3),0 3px 0 rgba(240,98,146,0.3);
} */
#web-consulting .sec-reason .reason-txt {
  margin: 0 0 2.6rem;
  font-size: 1.8rem;
  color: #333;
  letter-spacing: 0.144rem;
  line-height: 2;
  text-align: center;
}
#web-consulting .sec-reason .reason-point {
  margin: 0 0 12.2rem;
  position: relative;
  border: solid 4px #f0f0f0;
  padding: 2.7rem 7.1rem 5.5rem;
}
#web-consulting .sec-reason .reason-point .reason-point-ttl {
  position: absolute;
  top: -2.1rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 0 4rem;
  background: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.68px;
}
#web-consulting .sec-reason .reason-point .reason-point-inner {
  position: relative;
  padding: 3.5rem 0 0 37rem;
}
#web-consulting .sec-reason .reason-point .reason-point-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 299px;
}
#web-consulting .sec-reason .reason-point .reason-point-img img {
  width: 100%;
  height: auto;
}
#web-consulting .sec-reason .reason-point .reason-point-list li {
  position: relative;
  margin: 0 0 2.2rem;
  padding: 0 0 0 3.6rem;
  line-height: 1.5;
  color: #333;
  letter-spacing: 1.28px;
}
#web-consulting .sec-reason .reason-point .reason-point-list li::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/service/e-commerce/icn-results-list-check.png) no-repeat center center/cover;
}
#web-consulting .sec-reason .reason-point .reason-point-list li:last-child {
  margin: 0;
}
#web-consulting .sec-reason .reason-system-wrap {
  background: url(../img/service/e-commerce/bg-reason-system-pc.png) no-repeat top left / 106%, #fcf7f5;
  padding: 6rem 0;
}
#web-consulting .sec-reason .reason-system {
  background: #fff;
  padding: 4.9rem 5rem 3.1rem;
}
#web-consulting .sec-reason .reason-system .reason-system-ttl {
  text-align: center;
}
#web-consulting .sec-reason .reason-system .reason-system-ttl-sub, #web-consulting .sec-reason .reason-system .reason-system-ttl-main {
  display: block;
}
#web-consulting .sec-reason .reason-system .reason-system-ttl-sub {
  font-size: 1.8rem;
  letter-spacing: 1.44px;
  line-height: 1;
  color: #3580db;
}
#web-consulting .sec-reason .reason-system .reason-system-ttl-main {
  margin: 1.1rem 0 2.5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.2px;
}
#web-consulting .sec-reason .reason-system .reason-system-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#web-consulting .sec-reason .reason-system .reason-system-item {
  margin: 0 0 2rem;
  flex: 0 0 350px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #dbdbdb;
}
#web-consulting .sec-reason .reason-system .reason-system-item:nth-last-child(-n + 3) {
  margin: 0;
}
#web-consulting .sec-reason .reason-system .reason-system-item.item-01 .reason-system-item-img {
  width: 130px;
  height: 37px;
}
#web-consulting .sec-reason .reason-system .reason-system-item.item-02 .reason-system-item-img {
  width: 174px;
  height: 40px;
}
#web-consulting .sec-reason .reason-system .reason-system-item.item-03 .reason-system-item-img {
  width: 127.5px;
  height: 50px;
}
#web-consulting .sec-reason .reason-system .reason-system-item.item-04 .reason-system-item-img {
  width: 52px;
  height: 54px;
}
#web-consulting .sec-reason .reason-system .reason-system-item.item-05 .reason-system-item-img {
  width: 178px;
  height: 37px;
}
#web-consulting .sec-reason .reason-system .reason-system-item.item-06 .reason-system-item-img {
  width: 183px;
  height: 37px;
}
#web-consulting .sec-reason .reason-system .reason-system-item-img img {
  width: 100%;
  height: auto;
}
#web-consulting .sec-reason .reason-system .reason-system-note {
  margin: 0.9rem 0 0;
  font-size: 1rem;
  color: #333;
  letter-spacing: 0.8px;
  line-height: 1;
}
/* .ser-plan */
#web-consulting.ec .sec-plan {
  padding: 11.55rem 0 11rem;
}
#web-consulting.ec .sec-plan .plan-subsidy {
  width: 1000px;
  height: 210px;
  margin: 5.2rem auto 0;
  padding: 5.1rem 0 0;
  background: url(../img/service/e-commerce/bnr-subsidy-bg-pc.png) no-repeat center center/cover;
}
#web-consulting.ec .sec-plan .plan-subsidy-txt {
  margin: 0 0 0 46.4rem;
}
#web-consulting.ec .sec-plan .plan-subsidy-ttl {
  width: 450px;
}
#web-consulting.ec .sec-plan .plan-subsidy-ttl img {
  width: 100%;
  height: auto;
}
#web-consulting.ec .sec-plan .plan-subsidy-btn {
  margin: 1.7rem 0 0;
  border-width: 0.2rem;
  font-size: 2rem;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1.2px;
}
#web-consulting.ec .sec-plan .plan-subsidy-btn::after {
  right: -0.5rem;
  top: calc(50% - 1px);
}
#web-consulting.ec .sec-plan .plan-subsidy-btn-inner {
  position: relative;
  top: -0.3rem;
  left: -0.2rem;
}
#web-consulting.ec .sec-plan .plan-subsidy a:hover .plan-subsidy-btn {
  background: #fff;
  color: #111;
}
#web-consulting.ec .sec-plan .plan-subsidy a:hover .plan-subsidy-btn::after {
  right: -1rem;
}
/* .sec-service */
#web-consulting .sec-service .service-list-wrap {
  padding: 6.1rem 0 8.2rem;
  background: #fcf7f5;
}
#web-consulting .sec-service .service-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#web-consulting .sec-service .service-item {
  flex: 0 0 370px;
  margin: 0 0 4.1rem;
}
#web-consulting .sec-service .service-item:nth-last-child(-n + 3) {
  margin: 0;
}
#web-consulting .sec-service .service-item-img {
  width: 100%;
  height: 272px;
}
#web-consulting .sec-service .service-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#web-consulting .sec-service .service-item-txts {
  background: #fff;
  box-shadow: 0rem 0.2rem 0 0 rgba(0, 0, 0, 0.06);
  text-align: justify;
}
#web-consulting .sec-service .service-item-txts.row2-wrap {
  padding: 1.8rem 4rem 3.5rem 3.9rem;
}
#web-consulting .sec-service .service-item-txts.row1-wrap {
  padding: 3.5rem 4rem 3.5rem 3.9rem;
}
#web-consulting .sec-service .service-item-ttl.row2, #web-consulting .sec-service .service-item-ttl.row1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.6rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.96px;
}
#web-consulting .sec-service .service-item.item03 .service-item-ttl.row2 {
  font-size: 2.2rem;
}
#web-consulting .sec-service .service-item-ttl.row2 {
  margin: 0 0 1rem;
}
#web-consulting .sec-service .service-item-ttl.row1 {
  margin: 0 0 2.3rem;
}
#web-consulting .sec-service .service-item-txt {
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: 1.12px;
}
/* sec-option */
#web-consulting.ec .sec-option {
  padding: 10.6rem 0 6.9rem;
}
#web-consulting.ec .sec-option .page-bnr-wrap {
  background: none;
}
#web-consulting .sec-option .option-list {
  display: flex;
  flex-wrap: wrap;
  margin: 1.9rem 0 1.3rem;
  justify-content: space-between;
}
#web-consulting .sec-option .option-item {
  flex: 0 0 566px;
  display: flex;
  margin: 0 0 3.9rem;
}
#web-consulting .sec-option .option-item:nth-child(even) {
  position: relative;
  left: 0.9rem;
}
#web-consulting .sec-option .option-item:nth-last-child(-n + 2) {
  margin: 0;
}
#web-consulting .sec-option .option-item-img {
  flex: 0 0 182px;
  height: 181px;
  margin: 0 2.6rem 0 0;
}
#web-consulting .sec-option .option-item-img img {
  width: 100%;
  height: auto;
}
#web-consulting .sec-option .option-item-txts {
  position: relative;
}
#web-consulting .sec-option .option-item-ttl {
  margin: 2.2rem 0 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.096rem;
}
#web-consulting .sec-option .option-item-txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.112rem;
  color: #333;
}
#web-consulting .sec-option .option-item-link {
  position: absolute;
  right: 8px;
  bottom: 1.2rem;
  display: flex;
  justify-content: right;
}
#web-consulting .sec-option .option-item-link a {
  position: relative;
  padding: 0 1.7rem 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.112rem;
  color: #c5a882;
  text-decoration: underline;
  text-underline-offset: 0.1rem;
}
#web-consulting .sec-option .option-item-link a::after {
  content: "＞＞";
  position: absolute;
  top: 50%;
  right: -0.11rem;
  font-size: 1.4rem;
  letter-spacing: -1.9px;
  display: block;
  transform: scale(0.5, 1) translateY(-50%);
}
/* sec-faq	*/
#web-consulting.ec .sec-faq {
  padding: 4.9rem 0 11.1rem;
}
#web-consulting.ec .sec-faq .heading-05 {
  margin: 0 0 3.5rem;
}
#web-consulting .sec-faq .faq-02-item {
  margin: 0 0 4rem;
}
#web-consulting .sec-faq .faq-02-q-ttl {
  position: relative;
  padding: 0.8rem 3.5rem 2.6rem 6.7rem;
  border-bottom: solid 0.2rem #ebebeb;
  font-size: 2rem;
  letter-spacing: 0.12px;
  line-height: 1.8;
}
#web-consulting .sec-faq .faq-02-q-ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #c5a882;
  color: #fff;
  line-height: 0;
  font-size: 3rem;
  font-family: "Raleway", sans-serif;
  border-radius: 50%;
  font-weight: bold;
}
#web-consulting .sec-faq .faq-02-q-ttl::after {
  position: absolute;
  content: "";
  top: 1.4rem;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../img/service/e-commerce/icn-faq-down.png) center / cover no-repeat;
}
#web-consulting .sec-faq .faq-02-q-ttl.faq-02-q-ttl-open {
  border-bottom: none;
}
#web-consulting .sec-faq .faq-02-q-ttl.faq-02-q-ttl-open::after {
  background: url(../img/service/e-commerce/icn-faq-up.png) center / cover no-repeat;
}
#web-consulting .sec-faq .faq-02-txtbox {
  display: none;
  border: 6px solid #ebebeb;
  padding: 3rem 4rem;
}
#web-consulting .sec-faq .faq-02-txtbox-open {
  display: block;
}
#web-consulting .sec-faq .faq-02-a-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 0 2rem;
}
#web-consulting .sec-faq .faq-02-a-desc {
  font-size: 1.6rem;
  line-height: 2;
}
#web-consulting .sec-faq .faq-02-desc a {
  margin: 3.3rem 0 0;
  display: inline-block;
  background: #262626;
  color: #fff;
  width: 340px;
  font-size: 1.5rem;
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0 10px 0 0;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
  position: relative;
  padding: 0 3.5rem 0 2rem;
  transition: color 0.2s, background 0.2s;
}
#web-consulting .sec-faq .faq-02-desc a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.2s;
}
@media (min-width: 751px) {
  #web-consulting .sec-faq .faq-02-desc a:hover:after {
    right: 0;
  }
}
@media (min-width: 751px) {
  #web-consulting .sec-faq .faq-02-desc a:hover {
    color: #262626;
    background: #fff;
  }
}
/*
---------------------------------------
サービス一覧
---------------------------------------
*/
/* 共通 */
#service .page-mv {
  background: url(../img/service-list/bg-mv.jpg) no-repeat center center/cover;
}
#service .page-mv-inner {
  bottom: 50%;
  transform: translateY(50%);
}
#service .service {
  padding-top: 198px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
#service .service img {
  max-width: 100%;
}
#service .service-content__ttl {
  margin-bottom: 35px;
  text-align: center;
}
#service .service-content__ttl-jp, #service .service-content__ttl-en {
  display: block;
}
#service .service-content__ttl-jp {
  font-size: 20px;
  font-weight: 400;
  line-height: calc(32 / 20);
}
#service .service-content__ttl-en {
  font-size: 48px;
  font-weight: 700;
  line-height: calc(58 / 48);
  transform: translateY(-6px);
}
/* ideas */
#service .service-ideas {
  padding-bottom: 67px;
  background: #f5f9ff;
  text-align: center;
  position: relative;
}
#service .service-ideas::before {
  content: "IDEAS TO REALITY";
  width: 100%;
  display: block;
  font: 700 120px "Raleway", sans-serif;
  color: #1b76d9;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: -117px;
  left: 0;
  opacity: 0.1;
}
#service .service-ideas__ttl {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 48px;
  color: #1a76d9;
  line-height: calc(58 / 48);
  transform: translateY(-20px);
}
#service .service-ideas__txt {
  font-size: 16px;
  line-height: 2;
}
#service .service-ideas__content {
  display: grid;
  grid-template-columns: 1fr 581px 1fr;
  transform: translate(-6px, -6px);
  position: relative;
  z-index: 0;
}
#service .service-ideas__box {
  display: grid;
  grid-template-columns: 1fr;
}
/* 吹き出しコンテンツ */
#service .service-ideas__balloon {
  width: 322px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 81px;
  box-shadow: 3px 2px 13px rgba(0, 0, 0, 0.16);
}
#service .service-ideas__balloon--right {
  border-bottom-left-radius: 0;
}
#service .service-ideas__balloon--left {
  border-bottom-right-radius: 0;
}
#service .service-ideas__balloon-txt {
  font-size: 26px;
  font-weight: 700;
  line-height: calc(42 / 26);
  color: #364246;
}
#service .service-ideas__balloon-txt--blue {
  color: #1a76d9;
}
#service .service-ideas__pic {
  max-width: 581px;
  margin: 0 auto;
}
#service .service-ideas__pic img {
  max-width: 100%;
}
/* 一覧 */
#service .service-content__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 45px;
  row-gap: 44px;
}
/* 一覧 - 詳細 */
#service .service-item {
  display: block;
  width: 370px;
  background: #fff;
  box-shadow: 0 9px 9px rgba(0, 0, 0, 0.16);
  transition: all ease 0.2s;
}
#service .service-item:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.36);
  transform: scale(1.02);
}
#service .service-item__body {
  padding: 24px 26px 26px;
  text-align: center;
}
#service .service-item__ttl {
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #1a76d9;
}
#service .service-item__txt {
  margin-bottom: 27px;
  font-size: 16px;
  line-height: calc(26 / 16);
}
#service .service-item__btn {
  display: grid;
  grid-template-columns: auto 14px;
  align-items: center;
  max-width: 168px;
  padding: 10px 12.7px;
  margin: 0 auto;
  background: linear-gradient(to right, #5196dc, #23cfe4);
  font-size: 14px;
  font-weight: 500;
  line-height: calc(18 / 14);
  letter-spacing: 2px;
  color: #fff;
  transition: transform ease 0.2s;
}
#service .service-item__btn::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background: #fff;
  mask: url(../img/service-list/arrow.svg) center / cover no-repeat;
  -webkit-mask: url(../img/service-list/arrow.svg) center / cover no-repeat;
  transition: transform ease 0.2s;
}
#service .service-item:hover .service-item__btn {
  background: #fff;
  color: #1664b9;
  box-shadow: inset 0 0 0 1px #1664b9;
}
#service .service-item:hover .service-item__btn::after {
  transform: translateX(3px);
  background: #1664b9;
}
/* creation */
#service .service-creation {
  padding: 78px 0 80px;
  background-color: #fff;
  background-image: url(../img/service-list/bk-pic-creation.svg);
  background-position: right 0;
  background-size: 506px;
  background-repeat: no-repeat;
}
/* consulting */
#service .service-consulting {
  padding: 76px 0 80px;
  background-color: #f7f7f7;
  background-image: url(../img/service-list/bk-pic-consulting.svg);
  background-position: -106px 241px;
  background-size: 796px;
  background-repeat: no-repeat;
}
@media (min-width: 751px) {
  #service .service-ideas__balloon--01 {
    transform: translate(31px, 69px);
  }
  #service .service-ideas__balloon--02 {
    transform: translateX(93px);
  }
  #service .service-ideas__balloon--03 {
    transform: translate(-80px, 61px);
  }
  #service .service-ideas__balloon--04 {
    transform: translate(-91px, -7px);
  }
}
@media (max-width: 750px) {
  #service .service-consulting {
    background-image: unset;
  }
}
/*
---------------------------------------
#support
---------------------------------------
*/
#support .page-mv {
  background: url(../img/support-list/bg-mv.jpg) no-repeat center center/cover;
}
#support .page-bnr-wrap {
  padding: 9.5rem 0;
  background: none;
  position: relative;
}
#support .page-bnr-wrap:before {
  content: "";
  background: url(../img/common/bg-dot.png);
  display: block;
  width: 100%;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
#support .sec-service .item-01:before {
  background: url(../img/support-list/bg-service-01.jpg) no-repeat center center/cover;
}
#support .sec-service .item-02:before {
  background: url(../img/support-list/bg-service-02.jpg) no-repeat center center/cover;
}
#support .sec-service .item-03:before {
  background: url(../img/support-list/bg-service-03.jpg) no-repeat center center/cover;
}
#support .sec-service .item-04:before {
  background: url(../img/support-list/bg-service-04.jpg) no-repeat center center/cover;
}
/*
---------------------------------------
#recruit-ac
---------------------------------------
*/
#recruit-ac .page-mv {
  background: url(../img/recruit-ac/bg-mv.jpg) no-repeat center center/cover;
}
#recruit-ac .page-head {
  background: url(../img/recruit-ac/ttl-join.png) no-repeat center top -3px;
}
#recruit-ac .page-head .page-head-dot {
  padding: 11.4rem 0 8.3rem;
}
#recruit-ac .sec-service .item-01:before {
  background: url(../img/recruit-ac/bg-recruit-01.jpg) no-repeat center center/cover;
}
#recruit-ac .sec-service .item-02:before {
  background: url(../img/recruit-ac/bg-recruit-02.jpg) no-repeat center center/cover;
}
#recruit-ac .sec-service .item-03:before {
  background: url(../img/recruit-ac/bg-recruit-03.jpg) no-repeat center center/cover;
}
#recruit-ac .sec-service .item-04:before {
  background: url(../img/recruit-ac/bg-recruit-04.jpg) no-repeat center center/cover;
}
#recruit-ac .sec-service .item-10:before {
  background: url(../img/recruit-ac/bg-recruit-10.jpg) no-repeat center center/cover;
}
#recruit-ac .sec-service .item-05:before {
  background: url(../img/recruit-ac/bg-recruit-05.jpg) no-repeat center center/cover;
}
#recruit-ac .sec-service .item-06:before {
  background: url(../img/recruit-ac/bg-recruit-06.jpg) no-repeat center center/cover;
}
#recruit-ac .sec-service .item-07:before {
  background: url(../img/recruit-ac/bg-recruit-07.jpg) no-repeat center center/cover;
}
#recruit-ac .sec-service .item-08:before {
  background: url(../img/recruit-ac/bg-recruit-08.jpg) no-repeat center center/cover;
}
#recruit-ac .sec-service .item-manager:before {
  background: url(../img/recruit/manager/bg-archive.png ) no-repeat center center/cover;
}
#recruit-ac .sec-service .fw-list .fw-item .txt {
  height: 395px;
}
#recruit-ac .sec-company {
  padding: 9rem 0 5rem;
  position: relative;
}
#recruit-ac .sec-company .sec-head {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#recruit-ac .sec-company .sec-head .btn {
  flex: 1;
  padding: 0 0 0.8rem;
}
#recruit-ac .sec-company .sec-head .btn a {
  margin: 0 0 0 auto;
}
#recruit-ac .sec-company .sec-head .pc {
  display: inline-block !important;
}
#recruit-ac .sec-company:before {
  content: "";
  background: #fafafa;
  width: 100%;
  height: 350px;
  display: block;
  position: absolute;
  bottom: 0;
}
#recruit-ac .sec-company .company-list {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  padding: 7.4rem 0 0;
}
#recruit-ac .sec-company .company-item {
  width: 370px;
  position: relative;
}
#recruit-ac .sec-company .item-01:before {
  content: "";
  background: url(../img/top/ttl-nagoya.png) no-repeat center center/cover;
  width: 193px;
  height: 138px;
  display: block;
  position: absolute;
  left: -3.2rem;
  top: -35px;
  z-index: 0;
}
#recruit-ac .sec-company .item-02:before {
  content: "";
  background: url(../img/top/ttl-tokyo.png) no-repeat center center/cover;
  width: 193px;
  height: 138px;
  display: block;
  position: absolute;
  left: -4rem;
  top: -56px;
  z-index: 0;
}
#recruit-ac .sec-company .item-03:before {
  content: "";
  background: url(../img/top/ttl-hawaii.png) no-repeat center center/cover;
  width: 193px;
  height: 138px;
  display: block;
  position: absolute;
  left: -3rem;
  top: -45px;
  z-index: 0;
}
#recruit-ac .sec-company .company-txtbox {
  padding: 2.5rem 0 0;
  text-align: center;
}
#recruit-ac .sec-company .company-ttl {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0 1rem;
}
#recruit-ac .sec-company .company-address {
  font-size: 1.3rem;
}
/*
---------------------------------------
#strategy
---------------------------------------
*/
#strategy .page-mv {
  background: url(../img/strategy/bg-mv.jpg) no-repeat center center/cover;
}
#strategy .page-head .page-head-dot {
  padding: 7rem 0 5.7rem;
}
#strategy .sec-graph {
  padding: 0 0 18rem;
  background: url(../img/strategy/ttl-strategy.png) no-repeat center bottom -6px;
}
#strategy .sec-method {
  padding: 7.5rem 0 0;
}
#strategy .sec-method .heading-05 {
  margin: 0 0 3rem;
}
#strategy .sec-method .heading-txt {
  padding: 0 0 3.5rem;
}
#strategy .sec-method .sec-cont {
  padding: 4rem 0 6.5rem;
  background: #fcf7f5;
}
#strategy .sec-method .figure-wrap {
  text-align: center;
  padding: 0 0 3rem;
}
#strategy .sec-method .hex-txt {
  line-height: 2.2;
}
#strategy .sec-research {
  padding: 7.4rem 0 4rem;
  border-bottom: 1px solid #e5e5e5;
}
#strategy .sec-research .heading-05 {
  margin: 0 0 9.7rem;
}
#strategy .sec-research .box-gap-inner .box-gap.img-r {
  padding: 0 0 11rem;
}
#strategy .sec-research .box-gap-inner .box-gap.img-r:before {
  background: url(../img/strategy/img-research-01.jpg) no-repeat center center/cover;
}
#strategy .sec-research .box-gap-inner .box-gap.img-l:before {
  background: url(../img/strategy/img-research-02.jpg) no-repeat center center/cover;
}
#strategy .sec-seo {
  padding: 8rem 0 0;
}
#strategy .sec-seo .heading-05 {
  margin: 0 0 3.5rem;
}
#strategy .sec-seo .heading-txt {
  padding: 0 0 4rem;
}
#strategy .sec-seo .sec-cont {
  background: #fcf7f5;
  padding: 5rem 0 0;
}
#strategy .sec-seo .cont-wrap {
  background: #fff;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.04);
  padding: 6rem 6rem 4rem;
  margin: 0 0 5rem;
}
#strategy .sec-seo .heading-06 {
  margin: 0 0 5rem;
}
#strategy .sec-seo .seo-item {
  padding: 0 0 3rem;
}
#strategy .sec-seo .seo-ttl {
  font-size: 2.2rem;
  font-weight: 600;
  padding: 1.3rem 1.5rem 1.3rem 7rem;
  background: #fcf6f2;
  margin: 0 0 2rem;
  position: relative;
}
#strategy .sec-seo .seo-ttl:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  color: #c5a882;
  font-size: 2.4rem;
}
#strategy .sec-seo .page-bnr-wrap {
  background: #fcf7f5;
  padding: 0 0 7rem;
}
#strategy .sec-support {
  padding: 9.5rem 0 10rem;
}
#strategy .sec-support .heading-05 {
  margin: 0 0 4rem;
}
#strategy .sec-support .heading-ttl {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  padding: 0 0 2rem;
}
#strategy .sec-support .heading-txt {
  padding: 0 0 6rem;
}
#strategy .sec-support .box-list-01 {
  padding: 5.5rem 0 0;
}
#strategy .sec-support .box-list-01 .box-item-01 {
  width: 23.5%;
  border: 6px solid #ebebeb;
  padding: 4rem 2.3rem 3.4rem;
}
#strategy .sec-support .box-list-01.col-02 .box-item-01 {
  width: 49%;
  margin-bottom: 25px;
}
#strategy .sec-support .box-list-01 .img {
  padding: 0 0 4rem;
}
#strategy .sec-support .box-list-01 .box-list-ttl-en {
  padding: 0 0 0.5rem;
}
#strategy .sec-support .box-list-01 .box-list-ttl {
  margin: 0 0 3.5rem;
}
#strategy .sec-support .box-list-01 .box-list-ttl:before {
  bottom: -5px;
}
#strategy .sec-support .box-list-01 .box-list-ttl-ja {
  font-size: 1.6rem;
}
#strategy .sec-support .box-list-01 .box-list-txt {
  font-size: 1.5rem;
  padding: 0 0 3.5rem;
}
#strategy .sec-result {
  padding: 0 0 10rem;
  background: #fcf7f5;
}
#strategy .sec-result .conclusion {
  position: relative;
  padding: 0;
}
#strategy .sec-result .conclusion .conclusion-ttl {
  margin: -1rem auto 5rem;
  padding: 0;
  max-width: 670px;
}
#strategy .sec-result .conclusion .conclusion-ttl:before, #strategy .sec-result .conclusion .conclusion-ttl:after {
  width: 19px;
  height: 67px;
}
#strategy .sec-result .conclusion .conclusion-ttl-ja {
  font-size: 2.4rem;
  padding: 1.7rem 0 0;
}
#strategy .sec-result .conclusion .conclusion-txt {
  padding: 0 0 6rem;
  line-height: 2.2;
}
#strategy .sec-result .result-ttl {
  font-size: 7.2rem;
  text-align: center;
  position: relative;
  color: #c5a882;
  top: -0.5em;
  line-height: 1;
}
#strategy .sec-result .slick-prev {
  left: -30px !important;
  top: 50% !important;
  z-index: 4 !important;
  width: 60px !important;
  height: 60px !important;
}
#strategy .sec-result .slick-next {
  right: -30px !important;
  top: 50% !important;
  z-index: 4 !important;
  width: 60px !important;
  height: 60px !important;
}
#strategy .sec-result .slick-prev:before, #strategy .sec-result .slick-next:before {
  content: "" !important;
}
#strategy .sec-result .slick-slider .slick-track, #strategy .sec-result .slick-slider .slick-list {
  overflow: visible;
}
#strategy .sec-result .btn-02 a {
  margin: 0 auto;
}
#strategy .sec-result .result-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5rem;
}
.result-item {
  margin: 0 4rem;
  width: 1200px;
}
.result-item .item-wrap {
  width: 1140px;
  margin: 0 0 0 auto;
  border-bottom: 2px solid #ede8e7;
  background: #fff;
  padding: 6.5rem 7rem 7rem 0;
  position: relative;
  min-height: 460px;
}
.result-item .result-img {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.04), 0 3px 2px rgba(0, 0, 0, 0.02);
  position: absolute;
  left: -60px;
  top: 6.5rem;
}
.result-item .result-img_sp {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 50% auto;
  background-color: #fff;
}
.service-box-li .hover-mask, .result-item .hover-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px 8px 0 0;
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 30px;
}
.service-box-li .hover-mask, .result-item .hover-mask {
  transition: all 0.6s ease;
  padding-bottom: 0;
  text-align: center;
}
.service-box-li .hover-mask span, .result-item .hover-mask span {
  border: 2px solid #fff;
  display: inline-block;
  padding: 1.4rem 6rem;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.service-box-li .hover-mask span:before, .result-item .hover-mask span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media (min-width: 751px) {
  .service-box-li:hover .hover-mask, .result-item:hover .hover-mask {
    opacity: 1;
    padding-bottom: 30px;
  }
}
.result-item .result-txtbox {
  width: 485px;
  margin: 0 0 0 auto;
}
.result-item .cat-list {
  padding: 0 0 0.3rem;
}
.result-item .cat-item {
  font-size: 1.8rem;
  color: #c5a882;
}
.result-item .feature-ttl {
  font-size: 2.6rem;
  line-height: 1.7;
  font-weight: 600;
  padding: 0 0 1.5rem;
}
@media (min-width: 751px) {
  .result-item .feature-ttl a:hover {
    text-decoration: underline;
  }
}
.result-item .outcome-list {
  padding: 0 0 3rem;
}
.result-item .outcome-item {
  font-size: 1.5rem;
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
}
.result-item .outcome-item:before {
  content: "・";
  font-weight: 600;
  color: #c5a882;
  margin: 0 0.5em 0 0;
}
.result-item .cliant {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 2.3rem 0;
  margin: 0 0 3.5rem;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.result-item .cliant .cliant-name {
  font-weight: 600;
  /*text-indent: -2em;
	padding: 0 0 0 2em;*/
  line-height: 1.6;
}
.result-item .cliant .cliant-name .fa {
  color: #c5a882;
  margin: 0 10px 0 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.result-item .cliant .cliant-name a {
  margin: 0 0.5em 0 0;
  position: relative;
  padding: 0 0 0 3rem;
}
.result-item .cliant .cliant-name a:hover {
  text-decoration: underline;
}
.result-item .cliant .cliant-name a:hover .fa {
  text-decoration: none;
}
.result-item .cliant .cliant-business {
  padding: 0;
  font-size: 1.3rem;
  color: #444;
  text-align: right;
}
.job-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.job-item {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #c5a882;
  display: inline-block;
  margin: 0 0.8rem 0.5rem 0;
}
.job-item:last-child {
  margin: 0;
}
.job-item a {
  display: inline-block;
  padding: 0 1.2rem;
  background: #faf6f0;
  border-radius: 50px;
}
/*
---------------------------------------
#mind
---------------------------------------
*/
#mind .page-mv {
  background: url(../img/mind/bg-mv.jpg) no-repeat center center/cover;
}
#mind .sec-total {
  padding: 13rem 0 0;
  position: relative;
}
#mind .sec-total:before {
  content: "";
  background: url(../img/common/bg-dot.png);
  display: block;
  width: 100%;
  height: 135px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
#mind .sec-total .total-head {
  position: relative;
}
#mind .sec-total .heading-mind-pink {
  width: 880px;
  margin: 0 0 0 auto;
}
#mind .sec-total .heading-mind-pink .heading-inner {
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  padding: 0.3em 0.8em;
  margin: 0 0 1rem;
  background: #f396ac;
  background: -moz-linear-gradient(left, #f396ac 0%, #ffc8b3 100%);
  background: -webkit-linear-gradient(left, #f396ac 0%, #ffc8b3 100%);
  background: linear-gradient(to right, #f396ac 0%, #ffc8b3 100%);
}
#mind .sec-total .img-wrap {
  background: url(../img/mind/bg-total.png) no-repeat center center/cover;
  width: 100%;
  height: 696px;
  margin: -19.5rem 0 0;
  position: relative;
  z-index: -1;
}
#mind .sec-total .img-wrap:before {
  content: "";
  background: url(../img/mind/ttl-ourmind.png);
  width: 401px;
  height: 157px;
  position: absolute;
  bottom: 48px;
  left: -480px;
  right: 0;
  margin: 0 auto;
}
#mind .sec-total .total-cont {
  padding: 6rem 0 18rem;
}
#mind .sec-total .total-cont .total-txt {
  font-size: 1.8rem;
  line-height: 2.7;
}
#mind .sec-mind-01 {
  padding: 0 0 12rem;
}
#mind .sec-mind-01 .mind-head {
  position: relative;
  background: url(../img/mind/bg-business.jpg) no-repeat center center/cover;
  width: 100%;
  height: 500px;
}
#mind .sec-mind-01 .heading-mind-beige {
  position: relative;
  top: -3.5em;
  z-index: 2;
  width: 1200px;
  margin: 0 auto;
}
#mind .sec-mind-01 .heading-mind-beige .heading-inner {
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  padding: 0.3em 0.8em;
  margin: 0 0 1rem;
  background: #c5a882;
}
#mind .sec-mind-01 .cont-head {
  padding: 9rem 0;
  position: relative;
}
#mind .sec-mind-01 .cont-head:before {
  content: "";
  width: 400px;
  height: 195px;
  display: block;
  background: #f7f7f7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#mind .sec-mind-01 .cont-head .cont-head-ttl {
  font-size: 7rem;
  line-height: 1;
}
#mind .sec-mind-01 .cont-head .cont-head-txt {
  padding: 0 30px 0 0;
  line-height: 2.2;
}
#mind .sec-mind-01 .mind-item {
  position: relative;
  padding: 0 0 8.5rem;
}
#mind .sec-mind-01 .mind-item:before {
  content: "";
  background: #fcf7f5;
  display: block;
  width: 52vw;
  height: 435px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#mind .sec-mind-01 .mind-item:nth-of-type(even):before {
  top: 0;
  right: inherit;
  left: 0;
}
#mind .sec-mind-01 .mind-item:nth-of-type(even) .img {
  right: inherit;
  left: -60px;
  bottom: 0;
}
#mind .sec-mind-01 .mind-item:nth-of-type(even) .mind-num {
  margin: 0 0 2rem auto;
}
#mind .sec-mind-01 .mind-item:nth-of-type(even) .mind-ttl {
  margin: 0 0 0 auto;
}
#mind .sec-mind-01 .mind-item:nth-of-type(even) .mind-txt {
  margin: 0 0 0 auto;
}
#mind .sec-mind-01 .mind-item .txtbox {
  position: relative;
}
#mind .sec-mind-01 .mind-item .img {
  position: absolute;
  right: -60px;
  bottom: 0;
}
#mind .sec-mind-01 .mind-item .img img {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#mind .sec-mind-01 .mind-item .mind-num {
  font-size: 1.8rem;
  color: #c5a882;
  position: relative;
  margin: 0 0 2rem;
  width: 500px;
}
#mind .sec-mind-01 .mind-item .mind-num:before {
  content: "";
  background: #c5a882;
  width: 80px;
  height: 1px;
  display: block;
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
}
#mind .sec-mind-01 .mind-item .mind-ttl {
  font-size: 3.2rem;
  width: 500px;
  line-height: 1.5;
  padding: 0 0 3rem;
}
#mind .sec-mind-01 .mind-item .mind-txt {
  width: 500px;
  line-height: 2.4;
}
#mind .sec-mind-01 .how-box .inner {
  background: url(../img/mind/bg-how.jpg) no-repeat center center/cover;
  padding: 3.5rem 0;
}
#mind .sec-mind-01 .how-box .inner .txtbox {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 6rem 1.5rem 6rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07), 0 20px 20px rgba(0, 0, 0, 0.04);
}
#mind .sec-mind-01 .how-box .inner .how-ttl {
  font-size: 3.2rem;
  font-weight: 600;
  padding: 0 0 2rem;
  text-align: center;
}
#mind .sec-mind-01 .how-box .inner .how-txt {
  line-height: 2.2;
}
#mind .sec-mind-02 .mind-head {
  background: #f5f5f5;
  padding: 0 0 7rem;
}
#mind .sec-mind-02 .mind-head .bg-img {
  width: 100%;
  height: 580px;
  background: url(../img/mind/bg-workplace.jpg) no-repeat center center/cover;
}
#mind .sec-mind-02 .mind-head .txtbox {
  background: #fff;
  padding: 11rem 1.5rem 6rem;
  width: 1200px;
  margin: -16rem auto 0;
  text-align: center;
  position: relative;
}
#mind .sec-mind-02 .mind-head .mind-head-ttl-en {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -5.5rem;
}
#mind .sec-mind-02 .mind-head .mind-head-ttl-ja {
  font-size: 3rem;
  font-weight: 600;
  padding: 0 0 2rem;
}
#mind .sec-mind-02 .mind-head .mind-head-txt {
  line-height: 2.5;
}
#mind .sec-mind-02 .mind-cont {
  padding: 7.5rem 0 5rem;
}
#mind .sec-mind-02 .mind-cont .img img {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#mind .sec-mind-02 .mind-cont .txtbox {
  flex: 1;
  padding: 0 0 0 4.5rem;
}
#mind .sec-mind-02 .mind-cont .txtbox .ttl {
  font-size: 3.1rem;
  padding: 1rem 0 1.5rem;
}
#mind .sec-mind-02 .mind-cont .txtbox .txt {
  line-height: 2.1;
}
#mind .sec-team.sec-mind-02 {
  padding: 11.5rem 0 0;
}
#mind .sec-team.sec-mind-02 .mind-head .bg-img {
  background: url(../img/mind/bg-ourteam.jpg) no-repeat center center/cover;
}
#mind .sec-team.sec-mind-02 .mind-cont {
  padding: 7rem 0 5rem;
}
#mind .sec-team.sec-mind-02 .mind-cont .box-01 {
  padding: 0 0 6.3rem;
}
#mind .sec-team.sec-mind-02 .mind-cont .box-02 .txtbox {
  padding: 0 4.5rem 0 0;
}
#mind .sec-team.sec-mind-02 .mind-head .mind-head-ttl-en {
  top: -2.5rem;
}
#mind .sec-mind-01.sec-customers {
  padding: 15rem 0 0;
}
#mind .sec-mind-01.sec-customers .mind-head {
  background: url(../img/mind/bg-suctomers.jpg) no-repeat center center/cover;
}
#mind .sec-summary {
  background: url(../img/mind/bg-conclusion.jpg) no-repeat center center/cover;
  padding: 16rem 0;
  margin: 0 0 13rem;
}
#mind .sec-summary .txtbox {
  background: #fff;
  width: 1050px;
  margin: 0 auto;
  padding: 7.5rem 0 7rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07), 0 20px 20px rgba(0, 0, 0, 0.04);
}
#mind .sec-summary .summary-ttl {
  font-size: 3rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, Georgia, serif;
  padding: 0 0 3rem;
  line-height: 1.67;
}
#mind .sec-summary .summary-txt {
  line-height: 2.2;
  text-align: center;
}
/*
---------------------------------------
.seminar
---------------------------------------
*/
.seminar .page-mv {
  background: url(../img/seminar/bg-mv.jpg) no-repeat center center/cover;
}
/*
#seminar-dtl
--------------------------*/
#seminar-dtl .sec-info {
  padding: 4rem 0 6rem;
}
#seminar-dtl .sec-info .page-contents {
  border: 1px solid #dbdbdb;
  padding: 5rem 4rem 4rem;
  position: relative;
}
#seminar-dtl .sec-info .tag-place {
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 1px;
  background: #2eb7c9;
  background: -moz-linear-gradient(left, #7bd7be 0%, #2eb7c9 100%);
  background: -webkit-linear-gradient(left, #7bd7be 0%, #2eb7c9 100%);
  background: linear-gradient(to right, #7bd7be 0%, #2eb7c9 100%);
}
#seminar-dtl .sec-info .art-head {
  padding: 0 0 5rem;
}
#seminar-dtl .sec-info .art-head .attr-01 {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 2.1rem;
}
#seminar-dtl .sec-info .art-head .attr-01 .tag-timing {
  font-size: 1.75rem;
  color: #fff;
  background: #c5a882;
  display: inline-block;
  padding: 5px 2rem;
  line-height: 1;
}
#seminar-dtl .sec-info .art-head .attr-01 .date {
  font-size: 1.8rem;
  color: #444;
  padding: 0 0 0 2rem;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
#seminar-dtl .sec-info .art-head .attr-02 {
  padding: 0 0 1.5rem;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#seminar-dtl .sec-info .art-head .attr-02 .seminar-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  max-width: 850px;
  flex: 1;
}
#seminar-dtl .sec-info .art-head .attr-02 .cat-list {
  padding: 0 0 0 5rem;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
#seminar-dtl .sec-info .art-head .attr-02 .cat-list li {
  padding: 0 5px;
  font-weight: 600;
}
#seminar-dtl .sec-info .art-head .attr-02 .cat-list li a {
  font-size: 1.4rem;
  color: #c5a882;
  background: #fcf6f2;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 2rem;
  line-height: 1;
}
#seminar-dtl .sec-info .art-head .excerpt {
  color: #444;
}
#seminar-dtl .sec-info .eyecatch {
  padding: 0 0 4rem;
  line-height: 0;
}
#seminar-dtl .sec-info .eyecatch img {
  max-width: 100%;
  height: auto;
}
#seminar-dtl .sec-learn ul li .seminar_underline {
  background: linear-gradient(transparent 70%, #fff94c 70%);
  font-weight: 700;
}
#seminar-dtl .heading-info {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  background: #fcf6f2;
  padding: 1.9rem 2rem 1.6rem 7rem;
  margin: 0 0 3rem;
  position: relative;
}
#seminar-dtl .heading-info:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918";
  font-size: 2.4rem;
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  color: #c5a882;
}
#seminar-dtl .heading-info.target:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918";
}
#seminar-dtl .heading-info.content:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
}
#seminar-dtl .heading-info.learn:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
}
#seminar-dtl .heading-info.teacher:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
}
#seminar-dtl .heading-info.overview:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
}
#seminar-dtl .heading-info.appearance:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e913";
}
#seminar-dtl .heading-info.satisfaction:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
}
#seminar-dtl .heading-info.enquete:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
}
#seminar-dtl .sec-content {
  padding: 0 0 4.5rem;
}
#seminar-dtl .sec-content .content-txt {
  padding: 0 0 4rem;
}
#seminar-dtl .sec-content .ttl-program {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  position: relative;
  padding: 0 0 1.5rem;
  margin: 0 0 3rem;
}
#seminar-dtl .sec-content .ttl-program:before {
  content: "";
  width: 18rem;
  height: 2px;
  background: #c5a882;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}
#seminar-dtl .sec-content .program-list {
  position: relative;
  padding: 20px 0 10px;
}
#seminar-dtl .sec-content .program-list:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #dbdbdb;
  top: 0;
  left: 100px;
  box-sizing: border-box;
  position: absolute;
}
#seminar-dtl .sec-content .program-list li {
  padding-bottom: 15px;
  position: relative;
}
#seminar-dtl .sec-content .program-list li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 5px solid #c5a882;
  background: #fff;
  border-radius: 100%;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  left: 92px;
  top: 0.5em;
}
#seminar-dtl .sec-content .program-list .txt {
  padding-left: 135px;
  max-width: 770px;
}
#seminar-dtl .sec-content .program-list .time {
  position: absolute;
  width: 100px;
}
#seminar-dtl .sec-target ul li .seminar_underline {
  background: linear-gradient(transparent 70%, #fff94c 70%);
  font-weight: 700;
}
#seminar-dtl .sec-teacher {
  padding: 0 0 5.5rem;
}
#seminar-dtl .sec-teacher .img {
  max-width: 370px;
}
#seminar-dtl .sec-teacher .img img {
  width: 100%;
  height: auto;
}
#seminar-dtl .sec-teacher .txtbox {
  flex: 1;
  padding: 0 0 0 4rem;
}
#seminar-dtl .sec-teacher .teacher-ttl {
  border-left: 4px solid #c5a882;
  padding: 0.5rem 2rem;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 0 3rem;
}
#seminar-dtl .sec-teacher .teacher-ttl .teacher-name {
  font-size: 2.6rem;
  padding: 0 2.2rem 0 0;
}
#seminar-dtl .sec-teacher .teacher-ttl .teacher-job {
  font-size: 1.4rem;
  color: #c5a882;
}
#seminar-dtl .sec-instructor .flex.item-start {
  justify-content: start !important;
}
#seminar-dtl .sec-instructor .txtbox {
  flex: none;
  padding: 0 8rem 0 0;
}
#seminar-dtl .sec-overview {
  margin-bottom: 4rem !important;
}
#seminar-dtl .sec-overview .heading-info {
  margin: 0 0 4rem;
}
#seminar-dtl .page-bnr-wrap {
  background: none;
  padding: 4rem 0 0;
}
#seminar-dtl .sec-after {
  background: #fcf7f5;
  padding: 6rem 0;
}
#seminar-dtl .sec-after .page-contents {
  padding: 4rem 4rem 2rem;
  background: #fff;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.04), 0 3px 2px rgba(0, 0, 0, 0.02);
}
#seminar-dtl .sec-after .sec-appearance .appearance-txt {
  padding: 0 0 2rem;
}
#seminar-dtl .sec-after .sec-appearance .youtube {
  margin: 0 0 2rem;
}
#seminar-dtl .sec-after .sec-appearance .youtube iframe {
  width: 100%;
  height: 630px;
}
#seminar-dtl .sec-after .sec-appearance .appearance-img {
  margin: 0 -1rem;
  padding: 0 0 4rem;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#seminar-dtl .sec-after .sec-appearance .appearance-img li {
  padding: 0 1rem 2rem;
  width: 33.3333%;
  line-height: 0;
}
#seminar-dtl .sec-after .sec-appearance .appearance-img li img {
  width: 100%;
  height: auto;
}
#seminar-dtl .sec-after .sec-satisfaction {
  padding: 0 0 4rem;
}
/*#seminar-dtl .sec-after .sec-satisfaction .heading-info {
	margin: 0;
}*/
#seminar-dtl .sec-after .sec-satisfaction .chart-container {
  position: relative;
  height: 300px;
  width: 30vw;
}
#seminar-dtl .sec-after .sec-enquete .enquete-txt {
  padding: 0 0 2.5rem;
}
#seminar-dtl .sec-after .sec-enquete .enquete-list {
  margin: 0 -1rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#seminar-dtl .sec-after .sec-enquete .enquete-list .item {
  display: block;
  padding: 0 1rem 2rem;
  width: 25%;
  line-height: 0;
}
#seminar-dtl .sec-after .sec-enquete .enquete-list .item img {
  width: 100%;
  height: auto;
}
#seminar-dtl .sec-recommend {
  padding: 4.5rem 0 8rem;
}
#seminar-dtl .sec-recommend .heading-08 {
  margin: 0 0 3.1rem;
}
#seminar-dtl .sec-recommend .recommend-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -23px;
}
#seminar-dtl .sec-recommend .recommend-item {
  width: 33.3333%;
  padding: 0 23px 20px;
  position: relative;
}
#seminar-dtl .sec-recommend .tag-place {
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  padding: 0 1.5rem;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 2;
  letter-spacing: 1px;
  background: #2eb7c9;
  background: -moz-linear-gradient(left, #7bd7be 0%, #2eb7c9 100%);
  background: -webkit-linear-gradient(left, #7bd7be 0%, #2eb7c9 100%);
  background: linear-gradient(to right, #7bd7be 0%, #2eb7c9 100%);
}
#seminar-dtl .sec-recommend .img {
  width: 100%;
  line-height: 0;
}
@media (min-width: 751px) {
  #seminar-dtl .sec-recommend .img:hover {
    opacity: 0.8;
  }
}
#seminar-dtl .sec-recommend .img img {
  width: 100%;
  height: auto;
}
#seminar-dtl .sec-recommend .txtbox {
  padding: 1.3rem 0 0;
}
#seminar-dtl .sec-recommend .attr-01 {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 1.2rem;
}
#seminar-dtl .sec-recommend .attr-01 .tag-timing {
  font-size: 1.4rem;
  color: #fff;
  background: #c5a882;
  display: inline-block;
  padding: 6px 2rem;
  line-height: 1;
}
#seminar-dtl .sec-recommend .attr-01 .date {
  font-size: 1.6rem;
  color: #444;
  padding: 0 0 0 2rem;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
#seminar-dtl .sec-recommend .attr-01 .date:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-size: 1.6rem;
  color: #666;
  margin: 0 10px 0 0;
}
#seminar-dtl .sec-recommend .seminar-ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0 0 1rem;
}
@media (min-width: 751px) {
  #seminar-dtl .sec-recommend .seminar-ttl:hover {
    text-decoration: underline;
  }
}
#seminar-dtl .sec-recommend .excerpt {
  font-size: 1.4rem;
  color: #444;
  padding: 0 0 1rem;
}
#seminar-dtl .sec-recommend .cat-list {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
#seminar-dtl .sec-recommend .cat-list li {
  padding: 0 5px;
  font-weight: 600;
}
#seminar-dtl .sec-recommend .cat-list li:first-child {
  padding: 0 5px 0 0;
}
#seminar-dtl .sec-recommend .cat-list li a {
  font-size: 1.4rem;
  color: #c5a882;
  background: #fcf6f2;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 2rem;
  line-height: 1;
}
/*
#seminar-ac
--------------------------*/
.notice {
  text-align: center;
  padding: 20px;
}
.notice span {
  display: inline-block;
  border: solid 1px #000;
  padding: 5px 20px;
  letter-spacing: 2px;
}
#seminar-ac .tab-wrap {
  margin: 3.3rem 0 0;
  background: #fcf9f7;
  padding: 2rem 0;
}
#seminar-ac #tab-cont {
  padding: 1rem 0 9rem;
}
#seminar-ac .list-wrap {
  padding: 0 0 6.5rem;
}
#seminar-ac .list-wrap.list-before + #jquery-tab-pager-navi, #seminar-ac .list-wrap.list-after {
  background: #f5f5f5;
}
#seminar-ac .list-item {
  padding: 4rem 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
#seminar-ac .list-item .tag-place {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  display: inline-block;
  padding: 3px 1.5rem;
  position: absolute;
  top: 3rem;
  left: -10px;
  z-index: 2;
  letter-spacing: 1px;
  background: #2eb7c9;
  background: -moz-linear-gradient(left, #7bd7be 0%, #2eb7c9 100%);
  background: -webkit-linear-gradient(left, #7bd7be 0%, #2eb7c9 100%);
  background: linear-gradient(to right, #7bd7be 0%, #2eb7c9 100%);
}
#seminar-ac .list-item .img {
  width: 380px;
  line-height: 0;
}
@media (min-width: 751px) {
  #seminar-ac .list-item .img:hover {
    opacity: 0.8;
  }
}
#seminar-ac .list-item .img img {
  width: 100%;
  height: auto;
}
#seminar-ac .list-item .txtbox {
  flex: 1;
  padding: 0 0 0 3rem;
}
#seminar-ac .list-item .attr-01 {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 2.1rem;
}
#seminar-ac .list-item .attr-01 .tag-timing {
  font-size: 1.4rem;
  color: #fff;
  background: #c5a882;
  display: inline-block;
  padding: 6px 2rem;
  line-height: 1;
}
#seminar-ac .list-item .attr-01 .date {
  font-size: 1.6rem;
  color: #444;
  padding: 0 0 0 2rem;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
#seminar-ac .list-item .attr-01 .date:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-size: 1.6rem;
  color: #666;
  margin: 0 10px 0 0;
}
#seminar-ac .list-item .seminar-ttl {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0 0 1rem;
}
@media (min-width: 751px) {
  #seminar-ac .list-item .seminar-ttl:hover {
    text-decoration: underline;
  }
}
#seminar-ac .list-item .excerpt {
  font-size: 1.6rem;
  color: #444;
  padding: 0 0 2.3rem;
}
#seminar-ac .list-item .cat-list {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
#seminar-ac .list-item .cat-list li {
  padding: 0 5px;
  font-size: 1.4rem;
  font-weight: 600;
}
#seminar-ac .list-item .cat-list li:first-child {
  padding: 0 5px 0 0;
}
#seminar-ac .list-item .cat-list li a {
  font-size: 1.4rem;
  color: #c5a882;
  background: #fcf6f2;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 2rem;
  line-height: 1;
}
/*
---------------------------------------
.performances
---------------------------------------
*/
.performances .page-mv {
  background: url(../img/performances/bg-mv.jpg) no-repeat center center/cover;
}
/*
#performances-dtl
--------------------------*/
#performances-dtl .sec-pfm-head {
  padding: 7rem 0 6rem;
  position: relative;
  text-align: center;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #fff 50.9999%, #fcf7f5 51%, #fcf7f5 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50.9999%, #fcf7f5 51%, #fcf7f5 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 50.9999%, #fcf7f5 51%, #fcf7f5 100%);
}
#performances-dtl .sec-pfm-head .inner {
  position: relative;
}
#performances-dtl .sec-pfm-head:before {
  content: "";
  background: url(../img/common/bg-dot.png);
  display: block;
  width: 100%;
  height: 135px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 0;
}
#performances-dtl .sec-pfm-head .cat {
  font-size: 2rem;
  color: #c5a882;
  letter-spacing: 1px;
  padding: 0 0 1.5rem;
}
#performances-dtl .sec-pfm-head .pfm-ttl {
  font-size: 3.4rem;
  font-weight: 600;
  padding: 0 0 5.7rem;
}
#performances-dtl .sec-pfm-head .ss-wrap {
  width: 831px;
  height: 602px;
  margin: 0 auto;
  position: relative;
}
#performances-dtl .sec-pfm-head .ss-wrap .ss-pc {
  position: absolute;
  left: 30px;
  top: 0;
  line-height: 0;
  z-index: 1;
}
#performances-dtl .sec-pfm-head .ss-wrap .ss-pc:before {
  width: 92.5%;
  display: block;
  padding-top: 52%;
  position: absolute;
  top: 5.1%;
  left: 3.7%;
}
#performances-dtl .sec-pfm-head .ss-wrap .ss-sp {
  position: absolute;
  right: -30px;
  bottom: 3.3%;
  line-height: 0;
  z-index: 2;
}
#performances-dtl .sec-pfm-head .ss-wrap .ss-sp:before {
  width: 87%;
  display: block;
  padding-top: 154%;
  position: absolute;
  top: 12%;
  left: 6.5%;
}
#performances-dtl .sec-pfm-head .date {
  font-size: 1.5rem;
  color: #c5a882;
  padding: 0.8rem 0 1.2rem;
}
#performances-dtl .sec-pfm-head .cliant {
  padding: 0 0 2.3rem;
}
#performances-dtl .sec-pfm-head .cliant .cliant-name {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 600;
  text-indent: -1.6em;
  padding: 0 0 0 1.6em;
  line-height: 1.6;
  margin-right: 1.5em;
}
#performances-dtl .sec-pfm-head .cliant .cliant-name .fa {
  color: #c5a882;
}
#performances-dtl .sec-pfm-head .cliant .cliant-name a {
  margin: 0 0.5em 0 0;
}
#performances-dtl .sec-pfm-head .cliant .cliant-business {
  display: inline-block;
  font-size: 1.5rem;
  color: #444;
  text-align: right;
}
.service-cat-list {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.service-cat-list li {
  padding: 0 5px;
  font-size: 1.4rem;
  font-weight: 600;
}
.service-cat-list li:first-child {
  padding: 0 5px 0 0;
}
.service-cat-list li a {
  font-size: 1.4rem;
  color: #c5a882;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 2rem;
  line-height: 1;
  box-shadow: 0px 2px 0px 0px #ede8e7;
}
#performances-dtl .sec-result {
  padding: 4rem 0 5rem;
  border-bottom: 1px solid #e5e5e5;
}
#performances-dtl .sec-result .result-cont {
  padding: 10px 0 0;
}
#performances-dtl .sec-result .result-cont h2, #performances-dtl .sec-result h3 {
  background: #fcf6f2;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 1.9rem 3rem;
  margin: 0 0 2.5rem;
}
#performances-dtl .sec-result p {
  padding: 0 0 4rem;
}
#performances-dtl .sec-result .result-cont h4, #performances-dtl .sec-result .result-cont h5, #performances-dtl .sec-result .result-cont h6 {
  font-size: 2rem;
  font-weight: 600;
  margin: 2rem 0 1.5rem;
  line-height: 1.6;
}
#performances-dtl .sec-result .result-cont p {
  padding: 0 0 2.5rem;
}
#performances-dtl .sec-result .result-cont p.wp-caption-text {
  text-align: center;
  font-size: 1.4rem;
}
#performances-dtl .sec-result .result-cont blockquote {
  position: relative;
  background: #f2f2f2;
  padding: 2.5em 3em 1rem;
  font-size: 1.6rem;
  line-height: 1.875;
  border-radius: 5px;
  margin: 4rem 0;
}
#performances-dtl .sec-result .result-cont blockquote:before {
  content: "";
  background: url(../img/blog/icn-quote.png) no-repeat;
  width: 31px;
  height: 25px;
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
}
#performances-dtl .sec-result .result-cont ul, #performances-dtl .sec-result .result-cont ol {
  margin-bottom: 2rem;
}
#performances-dtl .sec-result .result-cont ul li {
  list-style: disc;
  margin-left: 30px;
}
#performances-dtl .sec-result .result-cont ol li {
  list-style: decimal;
  margin-left: 30px;
}
#performances-dtl .sec-result .result-cont p a {
  color: #1a1a1a;
  text-decoration: underline;
}
#performances-dtl .sec-result .result-cont strong {
  font-size: inherit;
  font-weight: 600;
}
#performances-dtl .sec-result .result-cont em {
  font-style: italic;
}
#performances-dtl .sec-result .result-cont hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #bbb;
  margin: 5rem 0;
}
#performances-dtl .sec-result .result-cont table {
  margin-bottom: 30px;
}
#performances-dtl .sec-result .result-cont thead {
  background: #fcf7f5;
}
#performances-dtl .sec-result .result-cont thead * {
  color: #fff;
  text-align: center;
  padding: 0.7em 0;
  border: 1px solid #e0e0e0;
}
#performances-dtl .sec-result .result-cont th, #performances-dtl .sec-result .result-cont td {
  font-size: 1.5rem;
}
#performances-dtl .sec-result .result-cont tbody {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
#performances-dtl .sec-result .result-cont tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
#performances-dtl .sec-result .result-cont tbody th {
  background: #fcf7f5;
  padding: 1em;
  color: #1a1a1a;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}
#performances-dtl .sec-result .result-cont tbody tr th:first-child {
  border-left: 1px solid #e0e0e0;
}
#performances-dtl .sec-result .result-cont tbody td {
  background: #fff;
  padding: 1em;
  border-right: 1px solid #e0e0e0;
}
#performances-dtl .sec-result .result-cont tbody tr td:first-child {
  border-left: 1px solid #e0e0e0;
}
#performances-dtl .sec-result .result-cont .lkc-external-wrap {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2) !important;
}
#performances-dtl .sec-result .result-cont .aligncenter {
  display: block;
  margin: 0 auto;
}
#performances-dtl .sec-result .result-cont .alignright {
  float: right;
  margin-left: 20px;
}
#performances-dtl .sec-result .result-cont .alignleft {
  float: left;
  margin-right: 20px;
}
#performances-dtl .sec-result .result-cont img[class*="wp-image-"], #performances-dtl .sec-result .result-cont img[class*="attachment-"] {
  width: 40%;
  height: auto;
  max-width: 100%;
}
#performances-dtl .sec-overview {
  padding: 8rem 0 5rem;
}
#performances-dtl .sec-overview .heading-05 {
  margin: 0 0 3rem;
}
#performances-dtl .sec-overview .overview-txt {
  padding: 0 0 9rem;
}
#performances-dtl .sec-overview .box-ol-01 .ol-item-01:before {
  content: none;
}
#performances-dtl .sec-voice {
  padding: 5.5rem 0 5.2rem;
}
#performances-dtl .sec-voice .voice-box-dl {
  padding: 1.5rem 0 0;
}
#performances-dtl .sec-voice .voice-box-wrap {
  padding: 0 0 4.5rem;
}
#performances-dtl .sec-voice .q-ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  height: 65px;
  position: relative;
  text-align: center;
  max-width: 660px;
  margin: 0 auto 3.5rem;
  padding: 0 3rem;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#performances-dtl .sec-voice .q-ttl:before {
  content: "";
  background: url(../img/performances/bg-voice-l.png) no-repeat center center/cover;
  width: 21px;
  height: 65px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#performances-dtl .sec-voice .q-ttl:after {
  content: "";
  background: url(../img/performances/bg-voice-r.png) no-repeat center center/cover;
  width: 21px;
  height: 65px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
#performances-dtl .sec-voice .voice-box {
  align-items: flex-start;
  max-width: 1050px;
  margin: 0 auto;
}
#performances-dtl .sec-voice .voice-box .img {
  margin: 0 3rem 0 0;
}
#performances-dtl .sec-voice .voice-box .voice-txtbox {
  flex: 1;
  position: relative;
  background: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 4px 4px 0px 0px #ededed;
  padding: 3rem 4rem 2.5rem;
}
#performances-dtl .sec-voice .voice-box .voice-txtbox:before, #performances-dtl .sec-voice .voice-box .voice-txtbox:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#performances-dtl .sec-voice .voice-box .voice-txtbox:before {
  border-color: rgba(230, 230, 230, 0);
  border-right-color: #e6e6e6;
  border-width: 18px;
  margin-top: -18px;
}
#performances-dtl .sec-voice .voice-box .voice-txtbox:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}
#performances-dtl .sec-voice .voice-box .voice-txtbox .a-ttl {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0 1.5rem;
  line-height: 1.6;
}
#performances-dtl .sec-voice .voice-box .voice-txtbox .txt {
  font-size: 1.5rem;
}
#performances-dtl .sec-comment .comment-cont {
  padding: 5rem 0 4rem;
  background: #fcf7f5;
}
#performances-dtl .sec-comment .csl-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -30px;
}
#performances-dtl .sec-comment .csl-item {
  /*width: calc(33.3333% - 30px);*/
  flex: 1;
  background: #fff;
  margin: 25px 15px 30px;
  position: relative;
  padding: 5.5rem 3rem 4rem;
  position: relative;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04), 0 20px 20px rgba(0, 0, 0, 0.03);
}
#performances-dtl .sec-comment .icn {
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: -3.2rem;
  overflow: hidden;
  width: 100px;
  height: 100px;
  z-index: 2;
}
#performances-dtl .sec-comment .icn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#performances-dtl .sec-comment .csl-name {
  font-size: 1.8rem;
  text-align: center;
  color: #c5a882;
  margin: 1.8rem 0 1.6rem;
}
#performances-dtl .sec-comment .csl-ttl {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 0 0 1.3rem;
  line-height: 1.6;
}
#performances-dtl .sec-comment .csl-txt {
  font-size: 1.5rem;
  line-height: 2.1;
}
.art-nav {
  padding: 4rem 0 12rem;
  font-size: 1.6rem;
  text-align: center;
}
.art-nav .naviitem {
  width: 220px;
}
.art-nav .naviitem a {
  display: block;
  background: #fff;
  border: 1px solid #dbdbdb;
  padding: 0.8rem 1.5rem;
  letter-spacing: 1px;
  width: 220px;
  position: relative;
}
.art-nav .naviitem.navileft a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91c";
  font-size: 2rem;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  color: #c5a882;
}
.art-nav .naviitem.navileft a:hover:after {
  left: 6%;
}
.art-nav .naviitem.naviright a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 2rem;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  color: #c5a882;
}
.art-nav .naviitem.naviright a:hover:after {
  right: 3%;
}
.art-nav .navitop a {
  display: block;
  background: #262626;
  color: #fff;
  border: 1px solid #262626;
  padding: 0.8rem 1.5rem;
  letter-spacing: 1px;
  width: 220px;
}
.art-nav .navitop i.fa {
  opacity: 0.5;
  margin: 0 10px 0 0;
}
/*
#performances-ac
--------------------------*/
#performances-ac .cat-nav li {
  font-size: 1.5rem;
  padding: 0 25px;
}
#performances-ac .cat-nav li.active:after {
  width: calc(100% - 80px);
}
#performances-ac .page-head-nav {
  padding: 0 0 2.5rem;
  background: none;
}
#performances-ac .page-head-nav .nav-list {
  margin: 0 -1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#performances-ac .page-head-nav .nav-item {
  width: calc(25% - 2rem);
  margin: 0 1rem 1rem;
}
#performances-ac .nav-btn-01 a:after {
  color: #222;
}
#performances-ac .page-head-dot {
  padding: 4rem 0 6rem;
}
#performances-ac .page-head-dot:before {
  height: 80px;
}
#performances-ac .search-wrap {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.02);
  padding: 3.5rem 4rem 2.6rem 3rem;
  position: relative;
  background: #fff;
}
#performances-ac .search-wrap:before {
  content: "";
  display: block;
  background: #c5a882;
  width: 3px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#performances-ac .header-search-form #searchform {
  margin: 0 0 0 auto;
  width: 800px;
}
#performances-ac .header-search-form input[type="search"] {
  width: 730px;
}
#performances-ac .header-search-form .search-ttl {
  text-align: left;
}
#performances-ac .header-search-form .search-ttl .ttl-en {
  font-size: 3rem;
}
#performances-ac .header-search-form .search-ttl .ttl-ja {
  color: #666;
}
#performances-ac .sec-pickup {
  background: #fcf7f5;
  padding: 7rem 0;
}
#performances-ac .sec-pickup .result-item {
  position: relative;
  margin: 0;
}
#performances-ac .sec-pickup .result-item .item-wrap {
  border: 10px solid #fff;
  background: #fcf7f5;
  padding: 5rem 7rem 7rem 0;
}
#performances-ac .sec-pickup .result-item .job-item a {
  background: #fff;
  box-shadow: 0px 2px 0px 0px #ede8e7;
}
#performances-ac .sec-pickup .result-ttl {
  position: absolute;
  right: 21px;
  top: -50px;
  z-index: 2;
}
#performances-ac .sec-new {
  padding: 7rem 0 0;
  position: relative;
}
#performances-ac .sec-new:before {
  content: "";
  background: #f8f8f8;
  display: block;
  width: 100%;
  height: 295px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#performances-ac .sec-new .heading-05 {
  margin: 0 0 4rem;
}
#performances-ac .sec-new .inner {
  position: relative;
}
#performances-ac .sec-new .sec-head {
  width: 100%;
  position: relative;
  top: -5.5em;
  z-index: 2;
}
#performances-ac .sec-new .blog-list {
  padding: 0 0 5rem;
}
#performances-ac .sec-new .blog-item {
  margin: 0 2.25rem;
  width: 370px;
  display: block;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.04), 0 3px 2px rgba(0, 0, 0, 0.02);
  background: #fff;
}
#performances-ac .sec-new .blog-img {
  position: relative;
}
#performances-ac .sec-new .blog-img .result-img_sp {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 50% auto;
  background-color: #fff;
}
#performances-ac .sec-new .blog-img a {
  transition: box-shadow 0.6s ease;
}
#performances-ac .sec-new .blog-img .hover-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 30px;
  transition: all 0.6s ease;
  padding-bottom: 0;
  text-align: center;
}
#performances-ac .sec-new .blog-img .hover-mask span {
  border: 2px solid #fff;
  display: inline-block;
  padding: 1.4rem 6.2rem;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
#performances-ac .sec-new .blog-img .hover-mask span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media (min-width: 751px) {
  #performances-ac .sec-new .blog-item:hover .hover-mask {
    opacity: 1;
    padding-bottom: 30px;
  }
}
#performances-ac .sec-new .result-txtbox {
  padding: 2rem 1rem 2.5rem;
}
#performances-ac .sec-new .result-txtbox .job-list {
  justify-content: center;
  margin: 0 -1rem 0 0;
}
#performances-ac .sec-new .cliant-name {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.5;
  padding: 0 0 5px;
}
#performances-ac .sec-new .cliant-business {
  font-size: 1.3rem;
  color: #666;
  text-align: center;
  padding: 0 0 2rem;
}
#performances-ac .sec-new .blog-date {
  font-family: Helvetica, HelveticaNeue, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  border-top: 1px solid #f0f0f0;
  padding: 0.5rem 3rem;
  font-size: 1.4rem;
}
#performances-ac .sec-new .blog-date:before {
  content: "";
  background: url(../img/common/icn-clock.png) no-repeat left center;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 1rem 0 0;
  vertical-align: -0.2em;
}
#performances-ac .sec-new .slick-prev {
  left: -30px !important;
  top: 47% !important;
  z-index: 4 !important;
  width: 60px !important;
  height: 60px !important;
}
#performances-ac .sec-new .slick-next {
  right: -30px !important;
  top: 47% !important;
  z-index: 4 !important;
  width: 60px !important;
  height: 60px !important;
}
#performances-ac .sec-new .slick-prev:before, #performances-ac .sec-new .slick-next:before {
  content: "" !important;
}
#performances-ac .sec-new .slick-slider .slick-track, #performances-ac .sec-new .slick-slider .slick-list {
  overflow: visible;
}
#performances-ac .sec-pfm {
  padding: 7.5rem 0 0;
}
#performances-ac .page-head + .sec-pfm {
  padding: 0;
}
#performances-ac .sec-pfm .pfm-cont {
  padding: 6rem 0;
  background: #fcf7f5;
}
#performances-ac .sec-pfm .result-item .item-wrap {
  margin: 0 auto 4rem;
}
/*
---------------------------------------
.case
---------------------------------------
*/
.case .page-mv {
  background: url(../img/case/bg-mv.jpg) no-repeat center center/cover;
}
/*
#case-ac
--------------------------*/
#case-ac .sec-pfm {
  padding: 3.8rem 0 11rem;
}
#case-ac .page-head + .sec-pfm {
  padding: 0;
}
#case-ac .sec-pfm .pfm-cont {
  padding: 6rem 0;
  background: #fcf7f5;
}
#case-ac .sec-pfm .inner {
  position: unset;
  padding-top: o;
}
#case-ac .sec-pfm .service-box-li .img {
  line-height: 0;
}
#case-ac .sec-pfm .service-box-li .category {
  position: absolute;
  padding: 0 15px;
  height: 26px;
  background-color: #333333;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: normal;
  text-align: center;
  left: 30px;
  bottom: -12px;
}
#case-ac .sec-pfm .service-box-ul {
  justify-content: flex-start;
  padding-bottom: 1rem;
}
#case-ac .sec-pfm .service-box-li {
  max-width: 380px;
  width: 100%;
  margin: 0 3rem 3rem 0;
  justify-content: start;
  position: relative;
}
#case-ac .sec-pfm .service-box-li a {
  display: block;
  border: solid 1px #e6e6e6;
  border-radius: 5px;
  overflow: hidden;
}
#case-ac .sec-pfm .service-box-li:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#case-ac .sec-pfm .service-box-li:nth-child(3n) {
  margin: 0 0 3rem 0;
}
#case-ac .sec-pfm .service-box-li .service-imgbox {
  position: relative;
}
#case-ac .sec-pfm .service-box-li .service-top {
  position: relative;
}
#case-ac .sec-pfm .service-box-li .service-txtbox {
  box-sizing: border-box;
  border-top: none;
  width: 100%;
}
#case-ac .sec-pfm .service-box-li .service-txtbox {
  padding: 31px 0 20px;
}
#case-ac .sec-pfm .service-box-li .service-txtbox .img {
  width: 40%;
  padding: 0 3px 11px 0;
}
#case-ac .sec-pfm .service-box-li .service-txtbox .img img {
  max-width: 100%;
}
#case-ac .sec-pfm .service-box-li .service-txtbox .service-txtbox-inner {
  width: 90%;
  margin: 0 auto;
  align-items: center;
}
#case-ac .sec-pfm .service-box-li .service-txtbox .service-txtbox-inner .cliant-name {
  width: 40%;
  font-size: 2rem;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  color: #333333;
  letter-spacing: 0.5px;
  font-weight: bold;
  padding: 0 12px 0 0;
  font-family: "Roboto", sans-serif;
}
#case-ac .sec-pfm .service-box-li .service-txtbox .service-txtbox-inner .cliant-name span {
  font-size: 2rem;
  line-height: 1;
  color: #111;
  letter-spacing: 1px;
  margin-left: 8px;
  font-weight: normal;
  font-family: sans-serif;
}
#case-ac .sec-pfm .service-box-li .service-name {
  word-break: keep-all;
  width: 100%;
}
#case-ac .sec-pfm .service-name .name {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  color: #c5a882;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.4px;
}
#case-ac .sec-pfm .service-name .txt {
  display: block;
  font-size: 1.8rem;
  letter-spacing: -0.7px;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0.5rem 0.5rem 0;
  color: #111;
}
#case-ac .sec-pfm .service-name .txt br {
  display: block;
}
#case-ac .sec-pfm .service-box-li .service-imgbox .img img {
  object-fit: cover;
  width: 100%;
  height: 210px;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 751px) {
  #case-ac .sec-pfm .service-box-li .service-top .img {
    width: 100%;
    line-height: 0;
    height: 211px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
  }
}
/*
#case-dtl
--------------------------*/
#case-dtl .case-sec-ttl {
  position: relative;
  margin-top: 104px;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -1px;
  padding-bottom: 18px;
  border-bottom: 6px solid #ccc;
}
#case-dtl .case-sec-ttl::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 6px;
  bottom: -6px;
  left: 0;
  background: #c5a882;
}
#case-dtl .case-sec-txt {
  font-size: 16px;
  letter-spacing: 0.03em;
  font-feature-settings: normal;
  padding: 0 65px 50px;
}
#case-dtl .sec-feature {
  padding: 6rem 0 0;
  position: relative;
}
#case-dtl .sec-feature #particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
  max-width: 50%;
  height: 360px;
  z-index: 0;
}
#case-dtl .sec-feature .feature-ttl {
  margin-left: -1rem;
}
#case-dtl .sec-feature .feature-ttl .en {
  font-size: 10rem;
  text-align: center;
  line-height: 1.3;
  padding: 0 0 0.5rem;
  color: #111111;
  letter-spacing: 0.5px;
}
#case-dtl .sec-feature .feature-ttl .ja {
  position: absolute;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  padding: 0 0 0.5rem;
  color: #333333;
  top: 4.9rem;
  letter-spacing: 1px;
  right: 9.6rem;
}
#case-dtl .sec-feature .cliant-business {
  color: #111111;
}
#case-dtl .sec-feature .cliant-business dl {
  display: flex;
}
#case-dtl .sec-feature .cliant-business dt {
  width: 20%;
  padding: 21.5px 0 21.5px 19px;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: -1px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1.1px;
}
#case-dtl .sec-feature .cliant-business dd {
  width: 80%;
  padding: 21.5px 0 21.5px 16px;
  box-sizing: border-box;
  margin: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: -1px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.5px;
}
#case-dtl .sec-feature .ss-wrap {
  position: relative;
  width: 620px;
  height: 497px;
}
#case-dtl .sec-feature .ss-wrap .ss-pc {
  position: absolute;
  top: 28px;
  left: 0px;
}
#case-dtl .sec-feature .ss-wrap .ss-pc:before {
  width: 92.5%;
  display: block;
  padding-top: 52%;
  position: absolute;
  top: 4.69%;
  left: 3.7%;
}
#case-dtl .sec-feature .ss-wrap .ss-sp {
  position: absolute;
  line-height: 0;
  bottom: -29px;
  right: 0px;
  width: 133px;
}
#case-dtl .sec-feature .ss-wrap .ss-sp:before {
  width: 87%;
  display: block;
  padding-top: 154%;
  position: absolute;
  top: 10%;
  left: 6.5%;
}
#case-dtl .sec-feature .sec-feature-head .cliant {
  margin: 40px 0 20px;
  justify-content: start;
  align-items: center;
  width: 100%;
}
#case-dtl .sec-feature .sec-feature-head .cliant .ttl {
  display: none;
}
#case-dtl .sec-feature .sec-feature-head .cliant .img {
  margin: 0 3px 0 -3px;
}
#case-dtl .sec-feature .sec-feature-head .cliant-name {
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  color: #333333;
  letter-spacing: 0.5px;
  font-weight: bold;
  margin: 0 12px 0 0;
}
#case-dtl .sec-feature .sec-feature-head .cliant-name span {
  font-size: 3rem;
  margin: 0 0 0 10px;
  font-family: sans-serif;
  font-weight: normal;
}
#case-dtl .sec-feature .sec-feature-head .cliant-name small {
  font-size: 2rem;
  line-height: 1;
  color: #111;
  letter-spacing: 1px;
  margin-left: 8px;
  font-weight: bold;
}
#case-dtl .sec-feature .info {
  max-width: 510px;
  width: 100%;
  position: relative;
  margin-right: auto;
  z-index: 999;
}
#case-dtl .sec-feature .sec-feature-head .cliant-cat-ul {
  margin: 17px 0 0 21px;
  width: 60%;
  flex-wrap: wrap;
  justify-content: start;
}
#case-dtl .sec-feature .sec-feature-head .cliant-cat-li {
  font-size: 1.6rem;
  letter-spacing: 0.2px;
  list-style: none;
  background: #fff;
  border: 1px solid #c5a882;
  color: #c5a882;
  line-height: 1.8;
  height: 28px;
  padding: 0 15px 0 14px;
  text-align: center;
  border-radius: 2px;
  margin: 0px 5px 10px;
  font-family: "Roboto", sans-serif;
  transition: color 0.6s, background 0.6s, border.6s;
}
@media (min-width: 751px) {
  #case-dtl .sec-feature .cliant-cat-li:hover {
    background: #c5a882;
    border: 1px solid #c5a882;
  }
  #case-dtl .sec-feature .cliant-cat-li:hover a {
    color: #fff;
  }
}
#case-dtl .sec-feature .feature-box-inner {
  padding: 7.8rem 0 4.7rem;
  text-align: center;
}
#case-dtl .sec-feature .feature-box-inner .txt {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
  padding: 0 0 0.5rem;
  color: #111;
}
#case-dtl .sec-feature .feature-box-inner .txt br {
  display: none;
}
#case-dtl .sec-feature .feature-box-ul {
  padding-bottom: 5.2rem;
  flex-wrap: nowrap;
  width: calc(100% - 223px);
  margin: 0 auto;
  justify-content: center;
}
#case-dtl .sec-feature .feature-box-li {
  flex-wrap: nowrap;
  margin-right: 117px;
}
#case-dtl .sec-feature .feature-box-li:last-child {
  margin-right: 0;
}
#case-dtl .sec-feature .feature-box-li .left {
  position: relative;
  margin-left: 0px;
}
#case-dtl .sec-feature .feature-box-li .num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  background: #c5a882;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 10px;
  left: 10px;
  font-family: "Roboto", sans-serif;
}
#case-dtl .sec-feature .feature-box-li .num p {
  line-height: 1;
  margin: auto;
  color: #fff;
  padding-top: 1.2rem;
  font-size: 1.4rem;
}
#case-dtl .sec-feature .feature-box-li .num strong {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1.2;
}
#case-dtl .sec-feature .feature-box-li .num small {
  font-size: 1.4rem;
  margin-left: 1px;
}
#case-dtl .sec-feature .feature-box-li .right {
  flex-direction: column;
  margin: 15px 0 0 20px;
  justify-content: start;
  text-align: left;
}
#case-dtl .sec-feature .feature-box-li .right > p {
  font-size: 1.8rem;
  letter-spacing: -0.3px;
  line-height: 1;
  font-weight: bold;
  color: #111;
}
#case-dtl .sec-feature .feature-box-li .right .under {
  align-items: baseline;
  flex-wrap: nowrap;
}
#case-dtl .sec-feature .feature-box-li .right .under p {
  position: relative;
  color: #c5a882;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 1;
}
#case-dtl .sec-feature .feature-box-li .right .under strong {
  font-size: 4.2rem;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: bold;
}
#case-dtl .sec-feature .feature-box-li .right .under span {
  font-size: 2.4rem;
  /* letter-spacing: 0.6px; */
  /* line-height: 1; */
  font-weight: bold;
  margin-left: 5px;
}
#case-dtl .sec-feature .sec-feature-foot {
  align-items: center;
  justify-content: start;
  margin-bottom: 4rem;
  padding: 3.7rem 0;
  border: 1px solid #e5e5e5;
}
#case-dtl .sec-feature .sec-feature-foot .consultant {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0;
  margin-left: 48px;
  color: #111;
  position: relative;
}
#case-dtl .sec-feature .sec-feature-foot .consultant strong {
  font-weight: bold;
  letter-spacing: 1px;
}
#case-dtl .sec-feature .sec-feature-foot .consultant::before {
  border-top: 2px solid #c5a882;
  content: "";
  position: absolute;
  top: 20px;
  transform: translateX(-100%);
  left: -20px;
  width: 50px;
  z-index: 3;
}
#case-dtl .sec-feature .sec-feature-foot .comment {
  margin-left: 63px;
  letter-spacing: 0.1px;
  word-break: normal;
  max-width: 756px;
  width: 100%;
}
/* ↓↓ 取り組み内容 / 施策のポイント ↓↓ */
#case-dtl .sec-initiative .initiative-box-ul {
  margin-top: 99px;
  justify-content: flex-start;
  gap: 45px;
  counter-reset: cnt;
}
#case-dtl .sec-initiative .initiative-box-li {
  width: 370px;
}
#case-dtl .sec-initiative .initiative-txtbox .img {
  position: relative;
  min-height: 30px;
}
#case-dtl .sec-initiative .initiative-txtbox .img::before {
  counter-increment: cnt;
  content: "0"counters(cnt, ".");
  width: 60px;
  height: 60px;
  text-align: center;
  background: #c5a882;
  padding: 9px;
  border-radius: 50% 50% 0 50%;
  position: absolute;
  top: -28px;
  left: -24px;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  line-height: 60px;
  color: #fff;
  z-index: 1;
}
#case-dtl .sec-initiative .initiative-box-li:nth-of-type(3n + 2) .initiative-txtbox .img::after, #case-dtl .sec-initiative .initiative-box-li:nth-of-type(3n + 3) .initiative-txtbox .img::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 6px;
  background-color: #cbcbcb;
  top: 62.8%;
  left: -45px;
  transform: translateY(-50%);
}
#case-dtl .sec-initiative .initiative-txtbox .img img {
  vertical-align: bottom;
  object-fit: cover;
}
#case-dtl .sec-initiative .initiative-txtbox .ttl {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
#case-dtl .sec-initiative .initiative-txtbox .case-sec-txt {
  padding: 13px 0;
}
/* ↑↑ 取り組み内容 / 施策のポイント ↑↑ */
#case-dtl .sec-effect {
  margin-top: 91px;
}
#case-dtl .sec-effect .case-sec-txt {
  padding-top: 50px;
}
#case-dtl .sec-point .case-sec-ttl {
  margin-bottom: 63px;
}
/* ↓↓ 取り組み内容STEP / 施策のポイントSTEP ↓↓ */
#case-dtl .sec-flow {
  margin-top: 88px;
}
#case-dtl .sec-flow .flow-tabs, #case-dtl .sec-flow .flow-tabs2 {
  margin-top: 80px;
}
#case-dtl .sec-flow .flow-tabs-list {
  position: relative;
  height: 160px;
  margin: 0 0 0.5rem;
}
#case-dtl .sec-flow .flow-tabs-list {
  margin: 0 0 2.5rem;
}
#case-dtl .sec-flow .flow-tabs-list:before {
  content: "";
  background: #dbdbdb;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
  transform: translateY(-50%);
}
#case-dtl .sec-flow .flow-tabs-list .inner {
  max-width: 1220px;
  gap: 20px;
}
#case-dtl .sec-flow .tab_item {
  width: 16.6666%;
  height: 160px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  flex: 1;
}
#case-dtl .sec-flow .tab_item:before {
  content: "";
  background: #bfbfbf;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 40%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 2.1rem;
  height: 2.1rem;
  font-size: 2.1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
#case-dtl .sec-flow .tab_item:after {
  content: "";
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 40%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 1.1rem;
  height: 1.1rem;
  font-size: 1.1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
#case-dtl .sec-flow .tab_item:hover:before {
  background: #c5a882;
}
#case-dtl .sec-flow .flow-num {
  color: #bfbfbf;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: normal;
  display: block;
  height: 50px;
  transform: translateY(-7px);
}
#case-dtl .sec-flow .flow-ttl {
  color: #bfbfbf;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: block;
  padding: 63px 0 0;
  height: 70px;
  line-height: 1.4;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#case-dtl .sec-flow input:checked ~ .flow-tabs-list label .signal {
  top: 40% !important;
}
#case-dtl .flow-tabs-list label.active:before {
  background: #c5a882;
  width: 2.9rem !important;
  height: 2.9rem !important;
  font-size: 2.9rem !important;
}
#case-dtl .flow-tabs-list label.active:after {
  width: 1.9rem !important;
  height: 1.9rem !important;
  font-size: 1.9rem !important;
}
#case-dtl .flow-tabs-list label.active .flow-num {
  color: #c5a882;
}
#case-dtl .flow-tabs-list label.active .flow-ttl {
  color: #c5a882;
}
#case-dtl .flow-tabs-list label.active .signal {
  background: #c5a882;
  border-radius: 150px;
  width: 100px;
  height: 100px;
  -webkit-animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  z-index: -1;
}
input[name="point-tab_item"] {
  display: none;
}
#case-dtl .sec-flow .tab_content-wrap {
  background-color: #fff;
  padding-bottom: 58px;
}
#case-dtl .tab_content-wrap .tab_content.active {
  opacity: 1 !important;
  max-height: inherit !important;
}
#case-dtl .sec-flow .tab_content .main {
  padding: 0;
}
#case-dtl .sec-flow .tab_content_description {
  padding: 0;
  box-shadow: none;
  border: none;
}
#case-dtl .sec-flow .tab_content_description::before, #case-dtl .sec-flow .tab_content_description::after {
  content: none;
}
#case-dtl .sec-flow .tab_content_description .img {
  margin: 0;
}
#case-dtl .sec-flow .tab_content_description .img img {
  object-fit: cover;
}
#case-dtl .sec-flow .tab_content_description .txt {
  width: calc(100% - 452px - 68px);
  margin-left: 68px;
  margin-top: 30px;
}
#case-dtl .sec-flow .tab_content_description .txt.noimg {
  width: 100%;
}
#case-dtl .sec-flow .tab_content_ttl {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  padding: 0 0 24px;
}
#case-dtl .sec-flow .tab_content_ttl::before {
  position: absolute;
  content: "";
  top: 19px;
  left: -70px;
  width: 52px;
  height: 3px;
  background-color: #c5a882;
}
#case-dtl .sec-flow .tab_content_ttl .num {
  color: #c5a882;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  padding-right: 8px;
}
#case-dtl .sec-flow .tab_content_txt {
  letter-spacing: 0.06em;
}
#case-dtl .sec-point .case-sec-ttl {
  letter-spacing: 0.08em;
  padding-bottom: 21px;
}
#case-dtl .sec-point.sec-initiative .initiative-box-ul {
  margin-top: 104px;
}
/* ↑↑ 取り組み内容STEP / 施策のポイントSTEP ↑↑ */
#case-dtl .sec-overview {
  background: #f5f5f5;
  padding: 9.5rem 0 9rem;
}
#case-dtl .sec-overview .overview-ttl {
  position: relative;
}
#case-dtl .sec-overview .overview-ttl:after {
  background: url(../img/case/overview-ttl.png) no-repeat center center/cover;
  content: "";
  width: 928px;
  height: 164px;
  display: block;
  position: absolute;
  top: -1.5rem;
  left: 38rem;
  z-index: 1;
}
#case-dtl .sec-overview .overview-ttl .en {
  font-size: 10rem;
  text-align: center;
  line-height: 1.3;
  padding: 0 0 0.5rem;
  color: #111111;
  letter-spacing: -1px;
  position: relative;
  z-index: 3;
}
#case-dtl .sec-overview .overview-ttl .ja {
  position: absolute;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  padding: 0 0 0.5rem;
  color: #111;
  top: 4.9rem;
  letter-spacing: 1px;
  left: 46.2rem;
  z-index: 2;
}
#case-dtl .sec-overview strong {
  display: block;
  max-width: 620px;
  width: 100%;
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: -0.4px;
  margin: 3.9rem auto 2.6rem 0;
  text-align: center;
  line-height: 1;
  padding: 1.4rem 1rem;
  color: #fff;
  background: #333333;
  word-break: keep-all;
}
#case-dtl .sec-overview .overview-box {
  padding: 60px 0 0px;
}
#case-dtl .sec-overview .overview-box-inner {
  padding: 1.5rem 0 2.5rem;
}
#case-dtl .sec-overview .overview-txtbox {
  height: 360px;
  background: #ffffff;
  position: relative;
  padding: 54px 68px 60px 110px;
  margin-left: 410px;
  margin-right: -70px;
}
#case-dtl .sec-overview .overview-txtbox.img-none {
  margin-left: 0;
}
#case-dtl .sec-overview .overview-box .img {
  display: block;
  position: absolute;
  transform: translateX(-100%) translateY(-50%);
  top: 49%;
  left: 4.7%;
  z-index: 2;
}
#case-dtl .sec-overview .overview-box .img img {
  width: 450px;
  height: 273px;
  object-fit: cover;
}
#case-dtl .sec-overview .overview-txtbox-ttl {
  align-items: center;
  justify-content: start;
}
#case-dtl .sec-overview .overview-txtbox-ttl .num {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: bold;
  color: #c5a882;
  position: relative;
  letter-spacing: 0px;
  margin-right: 11px;
  font-family: "Roboto", sans-serif;
}
#case-dtl .sec-overview .overview-txtbox-ttl .num:before {
  border-top: 2px solid #c5a882;
  content: "";
  position: absolute;
  top: 13px;
  transform: translateX(-100%);
  left: -18px;
  width: 69px;
  z-index: 3;
}
#case-dtl .sec-overview .overview-txtbox-ttl .ttl {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0px;
}
#case-dtl .sec-overview .overview-txtbox .txt {
  padding-top: 25px;
  height: 210px;
  overflow: hidden;
  letter-spacing: 0.06em;
}
#case-dtl .sec-voice {
  padding: 0 0 6.5rem;
}
#case-dtl .sec-voice .voice-ttl {
  position: relative;
}
#case-dtl .sec-voice .voice-ttl .en {
  font-size: 10rem;
  text-align: center;
  line-height: 1.3;
  padding: 0 0 0.5rem;
  color: #111;
  letter-spacing: 0;
  position: relative;
  z-index: 3;
}
#case-dtl .sec-voice .voice-ttl .ja {
  position: absolute;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  padding: 0 0 0.5rem;
  color: #111;
  top: 5.1rem;
  letter-spacing: 1px;
  left: 28.5rem;
  z-index: 2;
}
#case-dtl .sec-voice .voice-box-ul {
  padding-top: 2.5rem;
}
#case-dtl .sec-voice .voice-box-li {
  padding: 6rem 0 2.5rem;
  align-items: center;
}
#case-dtl .sec-voice .voice-box-li:last-child {
  padding-bottom: 0;
}
#case-dtl .sec-voice .voice-box-li .img {
  order: 1;
  width: 200px;
  height: 200px;
  margin-right: 40px;
}
#case-dtl .sec-voice .voice-box-li .img img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
#case-dtl .sec-voice .voice-box-li .txt {
  position: relative;
  width: calc(100% - 200px - 136px);
  letter-spacing: 0.12em;
  margin: 0 39px;
  padding: 41px 53px;
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.11);
}
#case-dtl .sec-voice .voice-box-li .txt::before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  border: 15px solid transparent;
  border-left-width: 18px;
  border-left-color: #fff;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
#case-dtl .sec-voice .voice-box-li.no-img .txt {
  width: 100%;
}
#case-dtl .sec-voice .voice-box-li.no-img .txt::before {
  content: none;
}
#case-dtl .sec-voice .voice-box-li:nth-of-type(2n) .img {
  order: 0;
  margin: 0 0 0 40px;
}
#case-dtl .sec-voice .voice-box-li:nth-of-type(2n) .txt::before {
  left: auto;
  right: 100%;
  border-left-color: transparent;
  border-right: 18px solid #fff;
}
#case-dtl .sec-voice .voice-box-li:nth-of-type(2n).no-img .txt {
  width: 100%;
}
#case-dtl .sec-voice .voice-txtbox {
  width: 100%;
  max-width: 940px;
  margin-left: 40px;
}
#case-dtl .sec-voice .img-none + .voice-txtbox {
  max-width: 100%;
  margin-left: 0;
}
#case-dtl .sec-voice .voice-imgbox .ttl, #case-dtl .sec-voice .voice-txtbox .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 1rem 0 0 7rem;
  letter-spacing: 0px;
  padding: 0 0 0.5rem;
  color: #333333;
  position: relative;
}
#case-dtl .sec-voice .voice-imgbox .ttl:before, #case-dtl .sec-voice .voice-txtbox .ttl:before {
  border-top: 2px solid #c5a882;
  content: "";
  position: absolute;
  top: 19px;
  transform: translateX(-100%);
  left: -13px;
  width: 30px;
  z-index: 3;
}
#case-dtl .sec-voice .voice-imgbox .ttl {
  display: none;
}
#case-dtl .sec-voice .voice-txtbox .txt {
  font-size: 1.6rem;
  line-height: 2;
  margin: 1.2rem 0 0 2.5rem;
  padding: 0 0 0.5rem;
  letter-spacing: 0.1px;
  color: #333333;
}
#case-dtl .sec-voice.sec-consul .case-sec-ttl {
  letter-spacing: 0.12em;
}
#case-dtl .sec-voice.sec-consul .voice-box-ul {
  padding-top: 2.6rem;
}
#case-dtl .sec-voice.sec-consul .voice-box-li .img {
  order: 0;
  margin: 0 0 0 40px;
}
#case-dtl .sec-voice.sec-consul .voice-box-li .txt::before {
  left: auto;
  right: 100%;
  border-left-color: transparent;
  border-right: 18px solid #fff;
}
#case-dtl .sec-voice.sec-consul .voice-box-li:nth-of-type(2n) .img {
  order: 1;
  margin: 0 40px 0 0;
}
#case-dtl .sec-voice.sec-consul .voice-box-li:nth-of-type(2n) .txt::before {
  left: 100%;
  right: auto;
  border-right-color: transparent;
  border-left: 18px solid #fff;
}
#case-dtl .sec-staff {
  padding: 7.9rem 0 5.5rem;
}
#case-dtl .sec-staff .staff-box-li {
  justify-content: flex-start;
  padding-top: 4rem;
}
#case-dtl .sec-staff .staff-txtbox {
  margin-left: 6.5rem;
  width: calc(100% - 275px);
}
#case-dtl .sec-staff .staff-txtbox form {
  padding-top: 1.8rem;
  margin-left: 0.5rem;
}
#case-dtl .sec-staff .staff-txtbox .txt {
  padding: 0.7rem 0;
  letter-spacing: 0;
}
#case-dtl .sec-staff .staff-txtbox .btn {
  padding-top: 1.8rem;
  margin-left: 0.5rem;
}
#case-dtl .sec-staff .staff-txtbox .btn a {
  max-width: 340px;
  height: 60px;
  line-height: 60px;
  letter-spacing: -0.3px;
  padding: 1px 23px 0 0;
}
#case-dtl .sec-staff .staff-txtbox .btn a:after {
  right: 2.8rem;
  top: 47%;
}
#case-dtl .sec-staff .staff-txtbox .staff-btn {
  max-width: 340px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  letter-spacing: -0.3px;
  padding: 1px 23px 0 0;
  display: block;
  background: #262626;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  border: none;
}
#case-dtl .sec-staff .staff-txtbox .staff-btn:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 2.8rem;
  top: 47%;
  transform: translateY(-50%);
}
@media (min-width: 751px) {
  #case-dtl .sec-staff .staff-txtbox .staff-btn:hover {
    color: #262626;
    background: #fff;
    cursor: pointer;
  }
}
#case-dtl .sec-staff .staff-name {
  justify-content: start;
}
#case-dtl .sec-staff .staff-name .name {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
  padding: 0 0 0.5rem;
  margin-right: 1.78rem;
  color: #111111;
}
#case-dtl .sec-staff .staff-name .job {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
  margin: 1.5rem 1.9rem 0 0;
  letter-spacing: 0.3px;
  color: #c5a882;
}
/* ↓↓ 同じサービス内容の事例を見る ↓↓ */
#case-dtl .sec-service {
  padding: 0 0 16.6rem;
  margin-top: 17.9rem;
  border-top: 1px solid #e6e6e6;
}
#case-dtl .sec-service .service-ttl {
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: bold;
  padding: 10px 30px;
  color: #333333;
  letter-spacing: 0px;
  position: absolute;
  top: -3.5rem;
  left: -3.2rem;
  background: #fff;
}
#case-dtl .sec-service .inner {
  position: relative;
  padding-top: 10rem;
}
#case-dtl .blog-box .blog-item {
  margin: 0 2.25rem;
  width: 370px;
}
#case-dtl .blog-box .blog-item a {
  display: block;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (min-width: 751px) {
  #case-dtl .blog-box .blog-item a:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07), 0 20px 20px rgba(0, 0, 0, 0.04);
  }
}
#case-dtl .blog-box .blog-img {
  position: relative;
  width: 100%;
}
#case-dtl .blog-box .blog-img img {
  width: 100%;
  height: auto;
  height: 210px;
  object-fit: cover;
  opacity: 1;
}
#case-dtl .blog-box .blog-img .tag-wrap {
  position: absolute;
  bottom: -19px;
  left: 30px;
}
#case-dtl .blog-box .blog-img .tag {
  background: #333333;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  padding: 2px 15px 3px;
  margin: 0 10px 5px 0;
  letter-spacing: 0;
  line-height: 1.5;
  vertical-align: top;
  font-feature-settings: normal;
}
#case-dtl .blog-box .result-txtbox {
  padding: 3.6rem 3rem 2.2rem;
  text-align: right;
}
#case-dtl .blog-box .blog-ttl {
  font-size: 1.8rem;
  line-height: calc(28 / 18);
  letter-spacing: 0.06em;
  font-feature-settings: normal;
  text-align: left;
}
#case-dtl .blog-box .blog-more {
  position: relative;
  display: inline-block;
  color: #c5a882;
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-top: 13px;
}
#case-dtl .blog-box .blog-more::before {
  position: absolute;
  content: "";
  width: 76px;
  height: 2px;
  top: 20px;
  left: -14px;
  transform: translateX(-100%);
  background-color: #c5a882;
}
#case-dtl .blog-box .blog-date {
  font-family: Helvetica, HelveticaNeue, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  border-top: 1px solid #f0f0f0;
  padding: 0.5rem 3rem;
  font-size: 1.4rem;
}
#case-dtl .blog-box .blog-date:before {
  content: "";
  background: url(../img/common/icn-clock.png) no-repeat left center;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 1rem 0 0;
  vertical-align: -0.2em;
}
#case-dtl .blog-box .slick-prev {
  left: -23px !important;
  top: 50% !important;
  z-index: 4 !important;
  width: 48px !important;
  height: 48px !important;
}
#case-dtl .blog-box .slick-next {
  right: -23px !important;
  top: 50% !important;
  z-index: 4 !important;
  width: 48px !important;
  height: 48px !important;
}
#case-dtl .blog-box .slick-next img, #case-dtl .blog-box .slick-prev img {
  width: 100%;
}
#case-dtl .blog-box .slick-prev:before, #case-dtl .blog-box .slick-next:before {
  content: "" !important;
}
#case-dtl .blog-box .slick-slider .slick-track, #case-dtl .blog-box .slick-slider .slick-list {
  overflow: visible;
}
/* ↑↑ 同じサービス内容の事例を見る ↑↑ */
/*
---------------------------------------
.result
---------------------------------------
*/
.result .page-mv {
  /* background: url(../img/case/bg-mv.jpg) no-repeat center center/cover; */
}
/*
#result-ac
--------------------------*/
#result-ac .sec-pfm {
  padding: 6rem 0 5.5rem;
  background-color: #ffffff;
}
#result-ac .page-head + .sec-pfm {
  padding: 0;
}
#result-ac .sec-pfm .pfm-cont {
  padding: 6rem 0;
  background: #fcf7f5;
}
#result-ac .sec-pfm .inner {
  position: unset;
  padding-top: 0;
}
#result-ac .sec-pfm .service-box-li .category {
  background-color: #333333;
  bottom: 0;
  left: 2rem;
  transform: translateY(50%);
  z-index: 99;
}
#result-ac .sec-pfm .service-box-li .img, #result-dtl .sec-service .service-box-li .img {
  border: solid 1px #f0f0f0;
}
#result-ac .sec-pfm .service-box-li .img img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}
#result-dtl .sec-service .service-box-li .img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
#result-ac .sec-pfm .service-box-li .category, #result-dtl .sec-service .service-box-li .category {
  position: absolute;
  padding: 0 10px;
  height: 24px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}
#result-ac .sec-pfm .service-box-ul, #result-dtl .sec-service .service-box-ul {
  justify-content: start;
}
#result-ac .sec-pfm .service-box-ul {
  padding-bottom: 2.8rem;
}
#result-ac .sec-pfm .service-box-li {
  max-width: 282px;
  margin: 0 24px 38px 0;
  position: relative;
}
#result-dtl .sec-service .service-box-li {
  width: 100%;
  justify-content: start;
  position: relative;
}
#result-dtl .sec-service .service-box-li:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#result-ac .sec-pfm .service-box-li:nth-child(4n) {
  margin-right: 0;
}
#result-ac .sec-pfm .service-box-li:nth-last-child(-n + 4) {
  margin-bottom: 0;
}
#result-ac .sec-pfm .service-box-li .img, #result-dtl .sec-service .service-box-li .img {
  position: relative;
  line-height: 0;
}
#result-ac .sec-pfm .service-box-li .service-txtbox, #result-dtl .sec-service .service-box-li .service-txtbox {
  border-top: 0;
  width: 100%;
}
#result-ac .sec-pfm .service-box-li .service-name {
  padding: 2rem 2rem 0;
}
#result-ac .sec-pfm .service-name .name, #result-dtl .sec-service .service-name .name {
  font-size: 1.7rem;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.6px;
  text-align: left;
  font-weight: bold;
}
#result-ac .sec-pfm .service-name .txt {
  /* margin-top: 0.4rem; */
}
#result-ac .sec-pfm .service-name .txt, #result-dtl .sec-service .service-name .txt {
  display: block;
  font-size: 1.4rem;
  color: #666;
  letter-spacing: 0.04em;
  font-weight: normal;
  line-height: 1.8;
  padding: 0 0 0.5rem;
}
#result-ac .sec-pfm .service-name .txt > br, #result-dtl .sec-service .service-name .txt > br {
  display: none;
}
/*
#result-dtl
--------------------------*/
#result-dtl #contents img {
  max-width: 100%;
  height: auto;
}
#result-dtl #sp-btn-logo {
  display: none !important;
}
#result-dtl .sec-feature {
  padding: 6rem 0 4.3rem;
  position: relative;
}
#result-dtl .sec-feature .info {
  max-width: 510px;
  width: 100%;
  position: relative;
  margin-right: auto;
}
#result-dtl .sec-feature .feature-ttl {
  padding-top: 62px;
}
#result-dtl .sec-feature .feature-ttl p {
  font-feature-settings: "palt";
  letter-spacing: 2px;
}
#result-dtl .sec-feature .feature-ttl .ja {
  font-size: 3.2rem;
  font-weight: bold;
  word-break: keep-all;
  line-height: 1.8;
  padding: 0 0 0.5rem;
  color: #ffffff;
}
#result-dtl .sec-feature .feature-ttl .ja span {
  background-image: -webkit-linear-gradient(left, #7bd7be, #2eb7c9);
  background-image: -moz-linear-gradient(left, #7bd7be, #2eb7c9);
  background-image: -o-linear-gradient(left, #7bd7be, #2eb7c9);
  background-image: -ms-linear-gradient(left, #7bd7be, #2eb7c9);
  background-image: linear-gradient(to right, #7bd7be, #2eb7c9);
  line-height: 60px;
  display: inline-block;
  text-align: center;
  margin-bottom: 11px;
  padding: 0 15px;
}
#result-dtl .sec-feature .ss-wrap {
  position: relative;
  width: 620px;
  height: 497px;
}
#result-dtl .sec-feature .ss-wrap .ss-pc {
  position: absolute;
  position: absolute;
  top: 28px;
  left: 0px;
}
#result-dtl .sec-feature .ss-wrap .ss-pc:before {
  width: 92.5%;
  display: block;
  padding-top: 52%;
  position: absolute;
  top: 4.69%;
  left: 3.7%;
}
#result-dtl .sec-feature .ss-wrap .ss-sp {
  position: absolute;
  line-height: 0;
  bottom: -29px;
  right: 0px;
}
#result-dtl .sec-feature .ss-wrap .ss-sp:before {
  width: 87%;
  display: block;
  padding-top: 154%;
  position: absolute;
  top: 10%;
  left: 6.5%;
}
#result-dtl .sec-feature .cliant {
  margin: 36px 0 20px;
  width: 100%;
}
#result-dtl .sec-feature .cliant-inner {
  justify-content: start;
}
#result-dtl .sec-feature .cliant .txt {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.5px;
  font-weight: normal;
  color: #666666;
  margin-bottom: 33px;
}
#result-dtl .sec-feature .cliant-name {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-feature-settings: "palt";
  font-weight: bold;
  margin: 0 19px 23px 0px;
  text-indent: -4px;
}
#result-dtl .sec-feature .cliant-name span {
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  color: #333333;
  letter-spacing: -2px;
  font-weight: bold;
  margin-left: 12px;
}
#result-dtl .sec-feature .info {
  max-width: 580px;
  width: 100%;
  position: relative;
  margin-right: auto;
  z-index: 3;
}
#result-dtl .sec-feature #particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
  max-width: 50%;
  height: 360px;
  z-index: 0;
}
#result-dtl .sec-feature .cliant-cat-ul {
  margin: 2px 0 11px;
  flex-wrap: wrap;
  justify-content: start;
}
#result-dtl .sec-feature .cliant-cat-li {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.2px;
  list-style: none;
  background: #fff;
  border: 1px solid #c5a882;
  color: #c5a882;
  padding: 1px 8px 0 12px;
  text-align: center;
  border-radius: 2px;
  margin: 0px 10px 10px 0;
  transition: color 0.2s, background 0.2s, border.2s;
}
@media (min-width: 751px) {
  #result-dtl .sec-feature .cliant-cat-li:hover {
    background: #c5a882;
    border: 1px solid #c5a882;
  }
  #result-dtl .sec-feature .cliant-cat-li:hover a {
    color: #fff;
  }
}
#result-dtl .sec-feature .cliant-link {
  justify-content: start;
  display: inline-block;
}
#result-dtl .sec-feature .cliant-link p {
  font-size: 1.6rem;
  letter-spacing: -0.6px;
  list-style: none;
  color: #c5a882;
  line-height: 1;
  margin-left: 26px;
  padding: 0 0 0.5rem;
  text-decoration: underline;
  position: relative;
}
#result-dtl .sec-feature .cliant-link p::before {
  width: 17px;
  height: 16px;
  content: "";
  background: url(../img/result/clock.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: -26px;
}
#result-dtl .sec-feature .cliant-link p:hover {
  text-decoration: underline;
}
#result-dtl .sec-main {
  position: relative;
  padding-bottom: 4rem;
  overflow: hidden;
}
#result-dtl .sec-main .main-warp {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
#result-dtl .sec-main .sidebar-result + .main-warp {
  margin: 0;
}
#result-dtl .sec-main .main-warp .ss-pc-lg-img {
  text-align: center;
  line-height: 0;
  padding-top: 5rem;
}
#result-dtl .sec-main .main-warp .ss-pc-lg-img:first-child {
  padding-top: 0;
}
#result-dtl .sec-main .ss-sp-items {
  align-items: center;
  justify-content: center;
  padding: 6rem 0 0;
}
#result-dtl .sec-main .ss-sp-item {
  position: relative;
  margin: 0 40px 35px 0;
  width: 100%;
  max-width: 296px;
}
#result-dtl .sec-main .ss-sp-item:last-child {
  margin-right: 0;
}
#result-dtl .sec-main .ss-sp-item:before {
  width: 94.2%;
  display: block;
  padding-top: 169%;
  position: absolute;
  top: 6.7%;
  left: 2.8%;
  border: solid 1px #ccc;
  border-radius: 4px;
}
#result-dtl .sec-main .ss-sp-item:nth-child(2n) {
  margin-right: 0;
}
#result-dtl .sec-site-info {
  padding: 4.8rem 0 0;
}
#result-dtl .sec-site-info .site-info-ttl .ja {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: bold;
  color: #333333;
  padding: 0 0 1.8rem;
  border-bottom: 2px solid #dbdbdb;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 1.6rem;
}
#result-dtl .sec-site-info .site-info-ttl .ja::before {
  content: "";
  display: block;
  width: 60px;
  border-bottom: 2px solid #c5a882;
  position: absolute;
  bottom: 0;
  margin-bottom: -2px;
}
#result-dtl .sec-site-info .sec-site-info-txt {
  font-size: 1.8rem;
}
#result-dtl .sec-services .services-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
#result-dtl .sec-services .service-grid-item {
  width: 100%;
  height: 130px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 1.5rem;
  padding: 0 1rem;
  opacity: 0.4;
  user-select: none;
  pointer-events: none;
}
#result-dtl .sec-services .service-grid-item.is-enable {
  opacity: 1;
}
#result-dtl .sec-services .service-grid-item > figure {
  margin: 0 auto;
  width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: hidden;
  aspect-ratio: 54 / 40;
}
#result-dtl .sec-services .service-grid-item > figure > img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
#result-dtl .sec-services .service-grid-item > p {
  line-height: 1;
  text-align: center;
}
#result-dtl .sec-implement {
  padding: 4.8rem 0 0;
}
#result-dtl .sec-implement .implement-ttl .ja {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: bold;
  color: #333333;
  padding: 0 0 1.8rem;
  border-bottom: 2px solid #dbdbdb;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 1.6rem;
}
#result-dtl .sec-implement .implement-ttl .ja::before {
  content: "";
  display: block;
  width: 60px;
  border-bottom: 2px solid #c5a882;
  position: absolute;
  bottom: 0;
  margin-bottom: -2px;
}
#result-dtl .tag-list {
  padding: 30px 0;
}
#result-dtl .tag-list li {
  width: calc((100% - 20px) / 2);
  border: solid 2px #e6e6e6;
  border-radius: 10px 0 0 10px;
  padding: 15px 20px 15px 50px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
#result-dtl .tag-list li::before {
  content: "";
  background: #c5a882;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#result-dtl .tag-list li::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: calc(50% - 5px);
}
#result-dtl .tag-list li:nth-child(odd) {
  margin-right: 20px;
}
/*
#result-dtl .sec-implement .cate-box-items{
	padding: 32px 0 41px;
	display: flex;
	align-items: center;
}

#result-dtl .sec-implement .cate-box-item{
	max-width: 410px;
	width:100%;
	border: 2px solid #e6e6e6;
	align-items: center;
	justify-content: start;
	box-sizing: border-box;
	margin: 0px 20px 20px 0;
	position: relative;
}

#result-dtl .sec-implement .cate-box-item a{
	align-items: center;
}

#result-dtl .sec-implement .cate-box-item a .img{
	margin: 18px 15px 18px 20px;
	line-height: 0;
}

#result-dtl .sec-implement .cate-box-item a .txt{
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0px;
	font-weight: normal;
	color: #333333;
}

#result-dtl .sec-implement .cate-box-item::after{
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #aaaaaa;
	line-height: 1;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
	position: absolute;
	right: .5rem;
	top: 50%;
	transform: translateY(-50%);
}

#result-dtl .sec-implement .cate-box-item:nth-child(2n){
	margin-right: 0;
}
*/
#result-dtl .sec-implement .implement-box {
  padding: 20px 0;
  position: relative;
}
#result-dtl .sec-implement .implement-box:last-child {
  padding: 20px 0;
}
#result-dtl .sec-implement .implement-box-inner {
  padding: 2rem 0 3rem;
  background-color: #f5f5f5;
}
#result-dtl .sec-implement .implement-txtbox {
  max-width: 580px;
  width: 100%;
  background: #ffffff;
  position: relative;
  padding: 60px 30px 50px 140px;
  left: 221px;
}
#result-dtl .sec-implement .implement-txtbox.img-none {
  left: 0;
  max-width: 100%;
  margin: 0 40px;
  padding: 60px 30px 50px 80px;
}
#result-dtl .sec-implement .implement-box .img {
  display: block;
  position: absolute;
  transform: translateX(-100%) translateY(-50%);
  top: 50%;
  left: 17%;
  z-index: 2;
  line-height: 0;
}
#result-dtl .sec-implement .implement-box .img img {
  width: 280px;
  height: 240px;
  object-fit: cover;
}
#result-dtl .sec-implement .implement-txtbox-ttl {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: bold;
  color: #333333;
  align-items: center;
  justify-content: start;
  letter-spacing: -0.8px;
  position: relative;
}
#result-dtl .sec-implement .implement-txtbox-ttl::before {
  border-top: 2px solid #c5a882;
  content: "";
  position: absolute;
  top: 37%;
  transform: translateX(-100%);
  left: -12px;
  width: 39px;
  z-index: 3;
}
#result-dtl .sec-implement .implement-txtbox .txt {
  padding-top: 20px;
  /* overflow: hidden; */
}
#result-dtl .sec-voice {
  padding: 7.5rem 0 0;
}
#result-dtl .sec-voice .voice-ttl .ja {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: bold;
  /* font-family: 'Raleway', sans-serif; */
  color: #333333;
  position: relative;
  padding: 0 0 1.8rem;
  border-bottom: 2px solid #dbdbdb;
  position: relative;
  width: 100%;
  display: block;
}
#result-dtl .sec-voice .voice-ttl .ja::before {
  content: "";
  display: block;
  width: 60px;
  border-bottom: 2px solid #c5a882;
  position: absolute;
  bottom: 0;
  margin-bottom: -2px;
}
#result-dtl .sec-voice .voice-box-ul {
  padding-top: 4.2rem;
}
#result-dtl .sec-voice .voice-box-li {
  padding-bottom: 1.6rem;
}
#result-dtl .sec-voice .voice-box-li:last-child {
  padding-bottom: 0;
}
#result-dtl .sec-voice .voice-question {
  width: 100%;
  text-align: center;
  position: relative;
}
#result-dtl .sec-voice .voice-question:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: solid 15px #f5f5f5;
  z-index: 2;
}
#result-dtl .sec-voice .voice-question::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top: 14px solid #e6e6e6;
  z-index: 1;
}
#result-dtl .sec-voice .voice-question p {
  font-size: 2rem;
  line-height: 3;
  letter-spacing: 0px;
  font-weight: bold;
  color: #333333;
  border-radius: 3px;
  background-color: #f5f5f5;
  border: solid 1px #e6e6e6;
}
#result-dtl .sec-voice .voice-box {
  width: 100%;
  padding-top: 2.5rem;
}
#result-dtl .sec-voice .voice-txtbox {
  width: 100%;
  max-width: 620px;
}
#result-dtl .sec-voice .voice-imgbox .ttl, #result-dtl .sec-voice .voice-txtbox .ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 3rem 0 0 7.5rem;
  letter-spacing: 0.4px;
  padding: 0 0 0.5rem;
  color: #333333;
  position: relative;
}
#result-dtl .sec-voice .voice-imgbox .ttl {
  display: none;
}
#result-dtl .sec-voice .voice-imgbox .ttl:before, #result-dtl .sec-voice .voice-txtbox .ttl:before {
  border-top: 2px solid #c5a882;
  content: "";
  position: absolute;
  top: 46%;
  transform: translateX(-100%);
  left: -14px;
  width: 20px;
  z-index: 3;
}
#result-dtl .sec-voice .voice-txtbox .txt {
  font-size: 1.6rem;
  line-height: 2;
  margin: 1rem 0 0 3.9rem;
  padding: 0 0 0.5rem;
  letter-spacing: 0px;
  color: #333333;
}
#result-dtl .sec-staff {
  padding-top: 5rem;
}
#result-dtl .sec-staff .inner {
  position: relative;
}
#result-dtl .sec-staff .staff-ttlbox {
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  left: 49.5%;
  width: fit-content;
  text-align: center;
  align-items: center;
}
#result-dtl .sec-staff .staff-ttlbox .img {
  margin: 5px 0 0 4px;
}
#result-dtl .sec-staff .staff-ttl {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-left: 9px;
  color: #111;
  position: relative;
}
#result-dtl .sec-staff .staff-ttl strong {
  font-weight: bold;
  letter-spacing: 0px;
  /* margin-left: -1px; */
}
#result-dtl .sec-staff .staff-box-ul {
  background-color: #f5f5f5;
  padding: 20px 0 21px;
}
#result-dtl .sec-staff .staff-box-li {
  background-color: #ffffff;
  max-width: 760px;
  width: 100%;
  margin: 20px auto;
}
#result-dtl .service-btn {
  padding-top: 20px;
}
#result-dtl .service-btn .btn-02 a {
  margin: 30px auto 0;
  max-width: 440px;
  height: 70px;
  line-height: 4.1;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2px;
  padding: 0;
}
#result-dtl .sec-staff .staff-box-li {
  justify-content: center;
  padding: 3.7rem 0 4rem;
  align-items: center;
}
#result-dtl .sec-staff .staff-box-li .img {
  line-height: 0;
  border-radius: 50%;
  overflow: hidden;
  max-width: 140px;
  margin-left: 19px;
}
#result-dtl .sec-staff .staff-txtbox {
  margin-left: 3.2rem;
  max-width: 525px;
  width: 100%;
}
#result-dtl .sec-staff .staff-txtbox .txt {
  letter-spacing: 0.4px;
}
#result-dtl .sec-staff .staff-txtbox .btn a:after {
  right: 2.8rem;
  top: 47%;
}
#result-dtl .sec-staff .staff-name {
  justify-content: start;
  text-align: center;
  margin-left: 34px;
}
#result-dtl .sec-staff .staff-name .name {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.6px;
  padding: 0 0 0.5rem;
  margin-right: 1.9rem;
  color: #111111;
  position: relative;
}
#result-dtl .sec-staff .staff-name .name:before {
  border-top: 2px solid #c5a882;
  content: "";
  position: absolute;
  top: 44%;
  transform: translateX(-100%) translateY(-50%);
  left: -14px;
  width: 20px;
  z-index: 3;
}
#result-dtl .sec-staff .staff-name .job {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
  margin: 0.8rem 1.9rem 0 0;
  letter-spacing: 1px;
  color: #c5a882;
}
#result-dtl .sec-service {
  margin-top: 10rem;
  border-top: 1px solid #e6e6e6;
}
#result-dtl .sec-service .service-ttl {
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: bold;
  padding: 10px 30px;
  color: #333333;
  letter-spacing: 0px;
  position: absolute;
  top: -3.5rem;
  left: -3.2rem;
  background: #fff;
}
#result-dtl .sec-service .inner {
  position: relative;
  padding-top: 9.3rem;
}
.result-list-box .result-list > li, #result-dtl .sec-service .service-box-li {
  max-width: 380px;
  margin: 0 3rem 4rem 0;
}
#result-dtl .sec-service .service-box-li:nth-child(3n) {
  margin-right: 0;
}
#result-dtl .sec-service .service-box-li .category {
  background-color: #c5a882;
  bottom: -11px;
  left: 27px;
  padding: 0 9px 0 9px;
}
#result-dtl .sec-service .service-box-li {
  border: 1px solid #f0f0f0;
  margin: 0 3rem 3rem 0;
}
#result-dtl .sec-service .service-box-li .service-name {
  padding: 29px 27px 20px;
}
#result-dtl .sec-service .service-name .txt {
  margin-top: 0;
}
#result-dtl .back-btn {
  padding: 5rem 20px 10rem;
}
#result-dtl .back-btn .btn {
  text-align: center;
}
#result-dtl .back-btn .btn a {
  margin: 0 auto;
  height: 70px;
  line-height: 4.1;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2px;
  padding: 0;
}
/*
---------------------------------------
.website　サービス詳細ページ
---------------------------------------
*/
#web-consulting .page-mv {
  width: 100%;
  padding: 0;
  position: relative;
  background: url(../img/case/bg-mv.jpg) no-repeat center center/cover;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.website#web-consulting .page-mv-02 .page-mv-02-inner {
  padding-top: 11rem;
}
.website#web-consulting .page-mv-02 .page-mv-02-inner .page-mv-02-h1-sub {
  font-size: 2.2rem;
  line-height: calc(38 / 22);
  letter-spacing: 0;
}
.website#web-consulting .page-mv-02 .page-mv-02-inner .page-mv-02-h1-main .ja {
  font-size: 5.2rem;
  margin-top: 0.5rem;
  letter-spacing: 0;
}
#web-consulting .sec-problem {
  padding-bottom: 37px;
  position: relative;
}
#web-consulting .sec-problem .inner {
  padding: 57px 0 50px;
  text-align: center;
}
#web-consulting .sec-resolve {
  position: relative;
  padding-bottom: 21px;
}
#web-consulting .sec-resolve::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 61px;
  height: 54px;
  transform: translate(-50%, -50%);
  background: url(../img/service/website/service-img-02.png) no-repeat center/contain;
}
#web-consulting .sec-resolve .flex .txt {
  width: 55%;
  padding-top: 123px;
}
#web-consulting .sec-resolve .flex .txt .resolve-ttl {
  position: relative;
}
#web-consulting .sec-resolve .flex .txt .resolve-ttl .ja {
  position: relative;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: calc(50 / 36);
  z-index: 1;
}
#web-consulting .sec-resolve .flex .txt .resolve-ttl .en {
  position: absolute;
  top: 0;
  left: -6px;
  transform: translateY(-60%);
  font-family: "Raleway", sans-serif;
  font-size: 12rem;
  font-weight: bold;
  /* letter-spacing: .06em; */
  color: #fff4eb;
}
#web-consulting .sec-resolve .flex .txt .resolve-txt {
  padding-top: 18px;
  font-size: 1.6rem;
  line-height: calc(36 / 16);
  /* letter-spacing: 0.09em; */
}
#web-consulting .sec-resolve .flex .img {
  width: 39.1%;
  margin: 0;
}
#web-consulting .sec-resolve .flex .img img {
  margin-top: -26px;
}
#web-consulting .sec-solution {
  background: url(../img/service/website/solution-bg.png) no-repeat 50% 0vw / contain;
  padding-bottom: 13rem;
  border-bottom: 1px solid #e0e0e0;
}
#web-consulting .sec-solution .inner > p.txt {
  width: 100%;
  max-width: 1200px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0px;
  font-weight: normal;
  color: #333333;
}
#web-consulting .sec-solution .solution-ttl {
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: -2px;
  width: 100%;
  text-align: center;
  color: #111111;
  padding: 0 0 11.3vw;
  margin-top: 20px;
}
#web-consulting .sec-solution .solution-list-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: -0.8px;
  display: block;
  text-align: center;
  color: #111111;
  padding-bottom: 32px;
  position: relative;
}
#web-consulting .sec-solution .solution-list-ttl:before {
  content: "";
  height: 40px;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -1px;
  border-left: 2px solid #c5a882;
  box-sizing: border-box;
  z-index: 2;
}
#web-consulting .sec-solution .solution-list {
  padding-bottom: 80px;
}
#web-consulting .sec-solution .solution-ttl .ja {
  background: linear-gradient(transparent 50%, #fff6eb 50%);
  padding: 0 13px 10px;
}
#web-consulting .sec-solution .solution-item {
  max-width: 270px;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  margin-right: 40px;
}
#web-consulting .sec-solution .solution-item-inner {
  padding: 45px 0 35px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#web-consulting .sec-solution .solution-item-inner .img {
  line-height: 0;
  padding-bottom: 20px;
}
#web-consulting .sec-solution .solution-item-inner > p.txt {
  display: flex;
  flex-direction: column;
}
#web-consulting .sec-solution .solution-item-inner > p.txt .before {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: normal;
  color: #111111;
  padding-bottom: 10px;
}
#web-consulting .sec-solution .solution-item-inner > p.txt .after {
  line-height: 1;
  letter-spacing: 0px;
  font-weight: bold;
  color: #c5a882;
  align-items: center;
  justify-content: center;
}
#web-consulting .sec-solution .solution-item-inner .after strong {
  font-size: 3.6rem;
  font-weight: bold;
  padding-bottom: 4px;
  margin-right: 1px;
}
#web-consulting .sec-solution .solution-item-inner .after small {
  font-size: 2rem;
  font-weight: bold;
}
#web-consulting .sec-solution .slick-prev {
  left: -30px !important;
  top: 36% !important;
  z-index: 4 !important;
  width: 60px !important;
  height: 60px !important;
}
#web-consulting .sec-solution .slick-next {
  right: -30px !important;
  top: 36% !important;
  z-index: 4 !important;
  width: 60px !important;
  height: 60px !important;
}
#web-consulting .sec-solution .slick-prev:before, #web-consulting .sec-solution .slick-next:before {
  content: "" !important;
}
#web-consulting .sec-solution .slick-slider .slick-track, #web-consulting .sec-solution .slick-slider .slick-list {
  overflow: visible;
}
.website#web-consulting .sec-reason {
  position: relative;
  padding: 8.7rem 0 8rem;
  background: url(../img/service/e-commerce/bg-reason-system-pc.png) no-repeat top left/100%, #fcf7f5;
}
.website#web-consulting .sec-reason .heading-05 {
  padding-bottom: 20px;
}
.website#web-consulting .sec-reason .heading-05 .ja {
  color: #222;
  /* font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: 1.8px; */
}
.website#web-consulting .sec-reason .heading-05 .en {
  letter-spacing: 0.03em;
}
.website#web-consulting .sec-reason .reason-box {
  padding: 45px 59px 61px;
  background: #fff;
}
.website#web-consulting .sec-reason .reason-ttl {
  text-align: center;
}
.website#web-consulting .sec-reason .reason-ttl .en {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 0 0 11px 6px;
  color: #c5a882;
}
.website#web-consulting .sec-reason .reason-ttl .num {
  letter-spacing: 0;
  margin-left: -3px;
}
.website#web-consulting .sec-reason .reason-ttl .ja {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(36 / 30);
  color: #111111;
}
.website#web-consulting .sec-reason .reason-ttl__desc {
  padding: 25px 0 47px;
  font-size: 15px;
  line-height: calc(30 / 15);
}
.website#web-consulting .sec-reason .reason-item {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.website#web-consulting .sec-reason .img {
  line-height: 0;
  margin-bottom: 18px;
}
.website#web-consulting .sec-reason .reason-imgbox .top {
  display: none;
}
.website#web-consulting .sec-reason .reason-imgbox .top, .website#web-consulting .sec-reason .txt-area .top {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: bold;
  color: #c5a882;
  text-align: center;
  margin-bottom: 8px;
}
.website#web-consulting .sec-reason .txt-area .bottom {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0px;
  font-weight: normal;
  color: #444444;
}
#web-consulting .sec-reason .reason-design {
  padding-top: 84px;
}
.website#web-consulting .sec-reason .reason-design .reason-ttl__desc {
  padding: 34px 60px 40px;
}
.website#web-consulting .sec-reason .reason-design .reason-design-slider {
  /* padding-top: 30px; */
  display: flex;
  margin: 0 calc(50% - 50vw);
}
.website#web-consulting .sec-reason .reason-design .reason-design-list {
  display: flex;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
}
.website#web-consulting .sec-reason .reason-design .reason-design-item {
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
}
.website#web-consulting .sec-reason .reason-design .reason-design-list:nth-of-type(1) {
  animation: block1 100s -50s linear infinite;
}
.website#web-consulting .sec-reason .reason-design .reason-design-list:nth-of-type(2) {
  animation: block2 100s linear infinite;
}
@keyframes block1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes block2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.website#web-consulting .sec-reason .reason-design .reason-design-item {
  margin: 0 1px;
}
.website#web-consulting .sec-reason .reason-design .reason-design-item img {
  vertical-align: bottom;
}
.website#web-consulting .sec-reason .reason-cording {
  padding-top: 97px;
}
.website#web-consulting .sec-reason .reason-cording .reason-ttl__desc {
  padding: 25px 60px 72px;
  text-align: center;
}
.website#web-consulting .sec-reason .reason-cording .reason-cording-slider {
  display: flex;
  margin: 0 calc(50% - 50vw);
}
.website#web-consulting .sec-reason .reason-cording .reason-cording-list {
  justify-content: center;
  flex-wrap: nowrap;
}
.website#web-consulting .sec-reason .reason-cording .reason-cording-item {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  margin: 0 20px 15px 20px;
  width: 208px;
}
.website#web-consulting .sec-reason .reason-cording .reason-cording-list:nth-of-type(1) {
  animation: block1 100s -50s linear infinite;
}
.website#web-consulting .sec-reason .reason-cording .reason-cording-list:nth-of-type(2) {
  animation: block2 100s linear infinite;
}
@keyframes block1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes block2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.website#web-consulting .sec-reason .reason-cording .reason-cording-item img {
  width: 100%;
  height: auto;
}
.website#web-consulting .sec-reason .reason-cording .reason-cording-item__txt {
  font-weight: 600;
  text-align: center;
}
#web-consulting .sec-reason .reason-management {
  padding-top: 102px;
  text-align: center;
}
#web-consulting .sec-reason .reason-management .reason-ttl__desc {
  padding-bottom: 18px;
}
#web-consulting .sec-reason .reason-management .reason-management-list__ttl {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  transform: translateY(20px);
  padding: 0 34px;
  background: inherit;
}
#web-consulting .sec-reason .reason-management .reason-management-list {
  border: 4px solid #f0f0f0;
  padding: 43px 7% 27px 13%;
}
#web-consulting .sec-reason .reason-management .reason-management-item {
  width: 48%;
  margin-bottom: 12px;
}
#web-consulting .sec-reason .reason-management .reason-management-item__txt {
  position: relative;
  padding-left: 28px;
  text-align: left;
}
#web-consulting .sec-reason .reason-management .reason-management-item__txt::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 7px;
  left: 0;
  background: url(../img/service/website/check-circle.png) no-repeat center center/cover;
}
#web-consulting .sec-reason .reason-support {
  padding-top: 94px;
}
#web-consulting .sec-reason .reason-support .reason-ttl {
  padding-bottom: 41px;
}
#web-consulting .sec-reason .reason-support .flex .img {
  width: 46%;
}
#web-consulting .sec-reason .reason-support .flex .img img {
  margin: -28px 0 0 -174px;
}
#web-consulting .sec-reason .reason-support .flex .txt {
  width: 54%;
  padding-top: 123px;
}
#web-consulting .sec-reason .reason-support .flex .txt .support-ttl {
  position: relative;
}
#web-consulting .sec-reason .reason-support .flex .txt .support-ttl .ja {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: calc(50 / 24);
  z-index: 1;
}
#web-consulting .sec-reason .reason-support .flex .txt .support-ttl .en {
  position: absolute;
  top: 0;
  left: -3px;
  transform: translateY(-63%);
  font-family: "Raleway", sans-serif !important;
  font-size: 12rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
}
#web-consulting .sec-reason .reason-support .flex .txt .support-txt {
  padding-top: 11px;
  font-size: 1.6rem;
  line-height: calc(36 / 16);
}
#web-consulting .sec-reason .reason-support .support-btn-list {
  padding-top: 35px;
}
#web-consulting .sec-reason .reason-support .support-btn-item {
  width: 24.7%;
}
#web-consulting .sec-reason .reason-support .support-btn-item a {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 39px 0 15px;
  border: 1px solid #fcf7f5;
  transition: all 0.2s;
}
#web-consulting .sec-reason .reason-support .support-btn-item a:hover {
  border: 1px solid transparent;
  box-shadow: 0 3px 10px rgb(0 0 0 / 6%);
}
#web-consulting .sec-reason .reason-support .support-btn-item a::after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 5px;
  right: 5px;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
}
#web-consulting .sec-reason .reason-support .support-btn-item:nth-of-type(1) {
  background-color: #6fa8f7;
}
#web-consulting .sec-reason .reason-support .support-btn-item:nth-of-type(2) {
  background-color: #5abae0;
}
#web-consulting .sec-reason .reason-support .support-btn-item:nth-of-type(3) {
  background-color: #d1aa8a;
}
#web-consulting .sec-reason .reason-support .support-btn-item:nth-of-type(4) {
  background-color: #fa8cab;
}
#web-consulting .sec-reason .reason-support .support-btn-item .img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 61px;
  margin-bottom: 27px;
}
#web-consulting .sec-reason .reason-support .support-btn-item .img img {
  margin: 0;
}
#web-consulting .sec-reason .reason-support .support-btn-item .txt {
  width: 100%;
  padding: 0;
  color: #fff;
  text-align: center;
}
#web-consulting .sec-reason .reason-support .support-btn-item .txt .en {
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}
#web-consulting .sec-reason .reason-support .support-btn-item .txt .ja {
  padding-top: 2px;
  font-size: 2.2rem;
  font-weight: 600;
}
/* reason.05 */
#web-consulting .sec-reason .reason-support .support-job {
  padding-top: 35px;
  text-align: center;
}
#web-consulting .sec-reason .reason-support .support-job .support-job-ttl {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  padding: 0 30px;
  transform: translateY(21px);
  background: #fcf7f5;
  /* letter-spacing: 0.05em; */
}
#web-consulting .sec-reason .reason-support .support-job .support-job-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 4px solid #fff;
  padding: 43px 99px 36px;
}
#web-consulting .sec-reason .reason-support .support-job .support-job-item::after {
  content: " ／";
  padding-right: 7px;
}
#web-consulting .sec-reason .reason-support .support-job .support-job-item:last-of-type:after {
  display: none;
}
/* sec-results */
#web-consulting .sec-results {
  padding: 0 0 8rem;
}
#web-consulting .sec-result {
  padding: 6rem 0 11rem;
  background: #fcf7f5;
}
#web-consulting .sec-result .result-item {
  margin: 0 4rem 4rem;
}
#web-consulting .sec-result .slick-prev {
  left: -30px !important;
  top: 45% !important;
  z-index: 4 !important;
  width: 60px !important;
  height: 60px !important;
}
#web-consulting .sec-result .slick-next {
  right: -30px !important;
  top: 45% !important;
  z-index: 4 !important;
  width: 60px !important;
  height: 60px !important;
}
#web-consulting .sec-result .slick-prev:before, #web-consulting .sec-result .slick-next:before {
  content: "" !important;
}
#web-consulting .sec-result .slick-slider .slick-track, #web-consulting .sec-result .slick-slider .slick-list {
  overflow: visible;
}
#web-consulting .sec-result .btn-02 a {
  margin: 0 auto;
}
#web-consulting .website .fbnr-item .txtbox {
  background: none;
  padding: 8.9rem 0 7.9rem;
  text-align: center;
  opacity: 1;
}
#web-consulting .sec-flow > .flow-ttl {
  position: relative;
  margin: 0 auto 62px;
  max-width: 1200px;
  width: 100%;
}
#web-consulting .sec-flow > .flow-ttl .en {
  font-size: 10rem;
  line-height: 1.3;
  padding: 0 0 0.5rem;
  color: #111;
  position: relative;
  letter-spacing: -2px;
}
#web-consulting .sec-flow > .flow-ttl .ja {
  position: absolute;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  padding: 0 0 0.5rem;
  color: #111;
  top: 3rem;
  letter-spacing: 1px;
  left: 24.5rem;
  z-index: 2;
}
.website#web-consulting .sec-flow > .flow-tabs .tab_content-wrap {
  background: #f5f5f5;
}
.result-list-box {
  padding: 0;
  margin: 60px auto 80px;
}
.website .result-list-box {
  margin: 93px auto 127px;
  position: relative;
  text-align: center;
  z-index: 99;
}
.result-list-box .inner {
  position: relative;
}
.website .result-list-box .result-subtitle {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #c5a882;
  padding-bottom: 6px;
}
.website .result-list-box .result-subtitle::before, .website .result-list-box .result-subtitle::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 31px;
  transform: translateY(-50%);
  background: url(../img/service/website/dot.png) no-repeat center center/cover;
}
.website .result-list-box .result-subtitle::before {
  top: 55%;
  left: -35px;
}
.website .result-list-box .result-subtitle::after {
  top: 45%;
  right: -18px;
  transform: rotate(60deg) translateY(-50%);
}
.website .result-list-box .result-subtitle .num {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.result-list-box .result-ttl {
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0px;
  position: relative;
}
.website .result-list-box .result-ttl {
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  /* letter-spacing: 0.05em; */
}
.result-list-box .result-ttl::before, .result-list-box .result-ttl::after {
  border-top: 1px solid #e6e6e6;
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  z-index: -1;
}
.website .result-list-box .result-ttl::before, .website .result-list-box .result-ttl::after {
  content: none;
}
.result-list-box .result-ttl::before {
  transform: translateX(-100%) translateY(-50%);
  margin-left: -15px;
}
.result-list-box .result-ttl::after {
  transform: translateX(0%) translateY(-50%);
  margin-left: 15px;
}
.result-list-box .result-list {
  padding-top: 5.6rem;
  justify-content: start;
}
.website .result-list-box .result-list {
  padding-top: 4.1rem;
  align-items: flex-start;
}
.result-list-box .result-list > li .img img {
  width: 100%;
}
.result-list-box .result-list > li .category {
  position: absolute;
  padding: 0 10px;
  height: 24px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}
.result-list-box .result-list > li .category {
  background-color: #c5a882;
  bottom: 0;
  left: 2rem;
  transform: translateY(50%);
  z-index: 99;
}
.result-list-box .result-list > li .img {
  position: relative;
  line-height: 0;
}
.result-list-box .result-list > li .category {
  position: absolute;
  padding: 0 10px;
  height: 24px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}
.result-list-box .result-list > li {
  width: 100%;
  justify-content: start;
  position: relative;
  max-width: 282px;
  margin: 0 24px 18px 0;
}
.result-list-box .result-list > li:nth-child(4n) {
  margin-right: 0;
}
.result-list-box .result-list > li .service-txtbox {
  border-top: 0;
  width: 100%;
}
.result-list-box .result-list > li .service-name {
  padding: 2rem 2rem 1rem;
  word-break: keep-all;
}
.website .result-list-box .result-list > li .service-name {
  word-break: break-word;
}
.result-list-box .result-list a {
  transition: all 0.2s;
}
.website .result-list-box .result-list a {
  display: inline-block;
}
.result-list-box .result-list a:hover {
  display: block;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}
.result-list-box .service-name .name {
  font-size: 1.7rem;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.6px;
  text-align: left;
  font-weight: bold;
}
.website .result-list-box .service-name .name {
  display: flex;
  align-items: center;
}
.result-list-box .service-name .name span {
  font-family: sans-serif;
}
.result-list-box .service-name .txt {
  display: block;
  font-size: 1.4rem;
  color: #666;
  letter-spacing: 0.5px;
  font-weight: normal;
  line-height: 1.8;
  padding: 0 0 0.5rem;
  margin-top: 0.5rem;
}
.website .result-list-box .service-name .txt {
  text-align: left;
}
.website .result-list-box .btn-02 a {
  margin: -5px auto 0;
}
/* 集客サイト作成：Fee  */
.website#web-consulting .sec-plan .txtbox {
  width: 50%;
}
.website#web-consulting .sec-plan {
  position: relative;
  width: 100%;
  padding-bottom: 4.6rem;
}
.website#web-consulting .sec-plan .box {
  padding: 3.5rem 0 0;
}
.website#web-consulting .sec-plan .box .img {
  padding-left: 35px;
}
.website#web-consulting .sec-plan .txtbox {
  padding: 8rem 0 0 6rem;
}
.website#web-consulting .sec-plan .txtbox .ttl {
  font-size: 2.8em;
  letter-spacing: 0.03em;
  padding-bottom: 2rem;
}
.website#web-consulting .sec-plan .txtbox .txt {
  line-height: calc(34 / 16);
}
/* -- 集客サイト作成：Fee --  */
/* 集客サイト作成：Service  */
.website#web-consulting .sec-service {
  padding: 1rem 0 9.4rem;
}
.website#web-consulting .sec-service .box-gap-03-wrap .box-gap-03-inner {
  padding: 0 0 2.5rem;
}
.website#web-consulting .sec-service .service-item-txts.row2-wrap {
  padding-top: 3.6rem;
}
.website#web-consulting .sec-service .service-item-ttl.row2 {
  font-size: 2.4rem;
  margin-bottom: 2.2rem;
}
.website#web-consulting .sec-service .service-item-txt {
  line-height: calc(30 / 14);
}
/* .website#web-consulting .sec-option {
	padding: 0 0 9rem;
} */
.website#web-consulting .sec-option .option-item-ttl {
  margin-top: 2.5rem;
}
.website#web-consulting .sec-option .option-item-link {
  right: 4px;
  bottom: 0.8rem;
}
/* -- 集客サイト作成：Service --  */
/* 集客サイト作成：Flow  */
.website#web-consulting .sec-flow {
  padding: 10.3rem 0 0;
}
.website#web-consulting .sec-flow .heading-05 {
  padding-bottom: 30px;
}
.website#web-consulting .sec-flow .flow-tabs {
  margin-top: 30px;
}
.website#web-consulting .sec-flow .tab_content .main {
  padding-bottom: 50px;
}
/* -- 集客サイト作成：Flow -- */
/* 集客サイト作成：Operation */
.website#web-consulting .sec-operation {
  padding: 115px 0 52px;
  /* position: relative; */
}
.website#web-consulting .sec-operation .operation-ttl {
  text-align: center;
}
.website#web-consulting .sec-operation .operation-ttl .en {
  display: block;
  font-family: inherit;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-bottom: 11px;
  color: #c5a882;
}
.website#web-consulting .sec-operation .operation-ttl .ja {
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: calc(42 / 36);
  color: #111111;
}
.website#web-consulting .sec-operation .operation-ttl__desc {
  padding: 26px 60px 52px;
  font-size: 15px;
  line-height: calc(30 / 15);
  text-align: center;
}
.website#web-consulting .sec-operation .box .img {
  margin: 0;
}
/* .website#web-consulting .sec-operation .marker{
	background: linear-gradient( transparent 60%, #fff94d 60% );
} */
.website#web-consulting .sec-operation .box .txtbox {
  width: 56.5%;
  padding-top: 63px;
}
.website#web-consulting .sec-operation .box .txtbox .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: calc(50 / 24);
}
.website#web-consulting .sec-operation .box .txtbox .txt {
  padding: 10px 0 28px;
  font-size: 1.6rem;
  line-height: calc(36 / 16);
}
.website#web-consulting .sec-operation .btn-02 a {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
  font-weight: 400;
  /* background: -moz-linear-gradient( left, #5791db, #05d1e5 );
	background: -webkit-linear-gradient( left, #5791db, #05d1e5 );
	background: linear-gradient( to right, #5791db, #05d1e5 ); */
}
/* -- 集客サイト作成：Operation -- */
/* 集客サイト作成：FAQ */
.website#web-consulting .sec-faq .faq-02-list-wrap {
  padding: 37px 0 117px;
}
/* -- 集客サイト作成：FAQ -- */
.rec-website#web-consulting .tbl-02 {
  margin: 5rem 0 0;
}
.rec-website#web-consulting .tbl-02 caption {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.rec-website#web-consulting .tbl-02 th {
  font-weight: 600;
  border-right: 1px solid #d1d1d1;
  vertical-align: middle;
  padding: 1.5rem 2rem;
}
.rec-website#web-consulting .tbl-02 td {
  border-right: 1px solid #d1d1d1;
  text-align: center;
  vertical-align: middle;
  padding: 1.5rem 0rem;
  line-height: 1.7;
}
.rec-website#web-consulting .tbl-02 td .price {
  font-weight: 600;
  font-size: 1.5rem;
  color: #c5a882;
}
/*
.rec-website#web-consulting .tbl-02 .bd-beige .price {
	color: #c5a882;
}
*/
.rec-website#web-consulting .tbl-02 td .price .num {
  font-size: 2rem;
}
.rec-website#web-consulting .tbl-02 td span.on, .rec-website#web-consulting .tbl-02 td span.off {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 1;
}
.rec-website#web-consulting .tbl-02 td span.on {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 3px #c5a882;
  transform: translateY(4px);
}
.rec-website#web-consulting .tbl-02 td span.off {
  width: 20px;
  height: 3px;
  background: #999;
  transform: translateY(-4px);
}
.rec-website#web-consulting .tbl-02 .thead {
  text-align: center;
  color: #c5a882;
  border: 1px solid #dfcfba;
}
.rec-website#web-consulting .tbl-02 .cell-spa {
  border: 1px solid #d1d1d1;
}
.rec-website#web-consulting .tbl-02 .bd-dot {
  border-bottom: 1px dotted #d1d1d1;
}
.rec-website#web-consulting .tbl-02 .gray {
  color: #999;
}
.rec-website#web-consulting .tbl-02 .thead.bg-beige.bd-beige {
  background: #c5a882;
  color: #fff;
  position: relative;
  z-index: 2;
}
.rec-website#web-consulting .tbl-02 .thead.bg-beige.bd-beige:before {
  content: "";
  background: url(../img/service/icn_recommend.png?ud=202203) center center / contain no-repeat;
  width: 144px;
  height: 47px;
  position: absolute;
  left: 0;
  right: 0;
  top: -4rem;
  margin: 0 auto;
  display: block;
}
.rec-website#web-consulting .tbl-02 .bd-beige {
  border-right: 2px solid #c5a882;
  border-left: 2px solid #c5a882;
  box-shadow: -8px 0px 8px -4px rgba(0, 0, 0, 0.1), 8px 0px 8px -4px rgba(0, 0, 0, 0.1);
}
.rec-website#web-consulting .tbl-02 .bd-beige.last {
  border-bottom: 2px solid #c5a882;
}
.rec-website#web-consulting .notice-wrap {
  display: inline-block;
  position: relative;
}
.rec-website#web-consulting .notice-num {
  font-size: 1rem;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(2.5rem);
  color: #333;
}
.rec-website#web-consulting .notice-block {
  margin-top: 4rem;
}
.rec-website#web-consulting .notice-block .flex {
  align-items: center;
}
.rec-website#web-consulting .notice-block dt {
  width: 200px;
  padding: 2.5rem 1.5rem;
  background: #f9f6f5;
  text-align: center;
}
.rec-website#web-consulting .notice-block dd {
  width: calc(100% - 200px);
  padding-left: 3rem;
}
.rec-website#web-consulting .notice-block dd li {
  font-size: 1.4rem;
  padding-left: 2.8rem;
  text-indent: -2.8rem;
}
#web-consulting.ec .fs-wrap {
  background: #fcf7f5;
  padding: 5rem;
  margin: 5rem 0 0;
}
#web-consulting.ec .fs-wrap .txtbox {
  flex: 1;
  padding: 0 0 0 6rem;
}
#web-consulting.ec .fs-wrap .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 0 2.5rem;
}
/*
---------------------------------------
#staff
---------------------------------------
*/
/* btn */
.view-more {
  text-align: center;
}
.view-more a {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  color: #fff;
  background: -moz-linear-gradient(left, #5791db, #05d1e5);
  background: -webkit-linear-gradient(left, #5791db, #05d1e5);
  background: linear-gradient(to right, #5791db, #05d1e5);
  padding: 1.3rem;
  position: relative;
  transition: all 0.2s;
}
.view-more a::after {
  content: "";
  width: 22px;
  height: 10px;
  background: url(../img/staff/2x/arrow.png) center center / contain no-repeat;
  position: absolute;
  right: 1.4rem;
  top: calc(50% - 5px);
  transition: all 0.2s;
}
@media (min-width: 751px) {
  .view-more a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .view-more a:hover::after {
    right: 1rem;
  }
}
#staff {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #364246;
}
#staff .breadcrumbs-wrap {
  background: transparent;
}
#staff #breadcrumbs {
  font-size: 1.2rem;
  color: #364246;
}
#staff #breadcrumbs .fa {
  color: #9aa0a2;
  font-size: 1rem;
  padding: 0 1.2rem;
}
#staff #breadcrumbs a {
  color: #1a76d9;
}
#staff .page-mv {
  height: 400px;
  background: url(../img/staff/2x/main-bg.png) center center / cover no-repeat;
}
#staff .page-mv .page-mv-inner {
  bottom: 5rem;
}
#staff .page-mv .page-h1-main-en {
  font-size: 1.8rem;
  padding: 0;
}
#staff .page-mv .page-h1-main {
  font-size: 5.2rem;
  font-weight: bold;
  padding: 0 0 1.2rem;
}
#staff .page-mv .page-h1-sub {
  line-height: 2;
}
/*
#staff .page-head {
	background: url(../img/staff/ttl-professional.png) no-repeat center top -3px;
}

#staff .page-head .page-head-dot {
	padding: 11.4rem 0 6rem;
}
*/
#staff .info-box {
  text-align: center;
  padding: 1.2rem 0 5.2rem;
}
#staff .info-box .ttl {
  position: relative;
  padding-top: 6.4rem;
  margin-bottom: 1.6rem;
}
#staff .info-box .ttl .en {
  font-family: "Montserrat", sans-serif;
  font-size: 12rem;
  font-weight: bold;
  letter-spacing: 5.5px;
  text-indent: 5px;
  line-height: 1;
  color: #1a76d9;
  opacity: 0.07;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#staff .info-box .ttl .jp {
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 2.4px;
  color: #1a76d9;
  position: relative;
  z-index: 99;
}
#staff .info-box .read p {
  letter-spacing: 1.4px;
}
#staff .sec-staff {
  padding: 5.8rem 0 9rem;
}
#staff .sec-staff.sec-staff-representive, #staff .sec-staff.sec-staff-members {
  background: #f4f7fc;
}
#staff .staff-content__ttl {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 5rem;
  gap: 16px;
  font-weight: bold;
  line-height: 1;
}
#staff .staff-content__ttl-en {
  color: #1a76d9;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
#staff .sec-staff.sec-staff-partners .staff-content__ttl-en {
  color: #18ccb1;
}
#staff .staff-content__ttl-jp {
  font-size: 3.6rem;
  letter-spacing: 0.07em;
}
#staff .sec-staff .staff-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin: 0 auto;
}
#staff .sec-staff .staff-list.leader {
  display: flex;
  justify-content: center;
  gap: 85px;
  margin: 0 auto;
}
#staff .sec-staff.sec-staff-representive .staff-list {
  display: flex;
  justify-content: center;
  gap: 85px;
  margin: 0 auto;
}
#staff .sec-staff .staff-item {
  width: 100%;
  max-width: 370px;
  filter: drop-shadow(0px 2px 0px rgb(0 0 0 / 5%));
}
#staff .sec-staff .staff-item .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  background: #1a76d9;
  padding: 15px;
  border-radius: 50% 50% 0 50%;
  position: absolute;
  top: -1rem;
  left: -1rem;
}
#staff .sec-staff .partner .staff-item .icon {
  background: #18ccb1;
  padding: 12px 5px 10px 10px;
}
#staff .sec-staff .partner .staff-item .icon img {
  filter: brightness(255);
}
#staff .sec-staff .staff-item .pc-box {
  padding: 0 3rem 3.5rem;
}
#staff .sec-staff .staff-item .textbox-head {
  padding: 2.2rem 0 0;
}
#staff .sec-staff .staff-item .img {
  width: 100%;
  line-height: 0;
}
#staff .sec-staff .staff-item .img img {
  width: 100%;
  height: auto;
}
#staff .sec-staff .staff-item .txtbox {
  background: #fff;
  position: relative;
  border-radius: 0.5rem;
}
#staff .sec-staff .leader .staff-item .txtbox {
  background: #f7fbff;
}
#staff .sec-staff .partner .staff-item .txtbox {
  background: #f7fffe;
}
#staff .sec-staff .staff-item .job {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 1px;
}
#staff .sec-staff .staff-item .name {
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 2.4px;
  padding: 0 0 0.6rem;
  color: #1a76d9;
}
#staff .sec-staff .partner .staff-item .name {
  color: #18ccb1;
}
#staff .sec-staff .staff-item .comment {
  font-size: 1.4rem;
  letter-spacing: 0.8px;
  padding: 0 0 1.5rem;
}
#staff .sec-staff .staff-item .like-box {
  background: #f7fbff;
  padding: 1.6rem 1.8rem;
  display: -ms-flexbox;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
#staff .sec-staff .leader .staff-item .like-box, #staff .sec-staff .partner .staff-item .like-box {
  background: #fff;
}
#staff .sec-staff .staff-item .icn {
  width: 54px !important;
  padding: 0.8rem 0 0;
  text-align: center;
}
#staff .sec-staff .staff-item .icn .mark {
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 16px 5px;
  background: #fff;
  border-radius: 50%;
}
#staff .sec-staff .partner .staff-item .icn .mark {
  background: #f0fffd;
}
#staff .sec-staff .staff-item .icn .txt {
  font-size: 1.2rem;
  math-style: 4px;
}
#staff .sec-staff .staff-item .like-list {
  width: calc(100% - 54px) !important;
  padding: 0 0 0 2rem;
  list-style: none;
}
#staff .sec-staff .staff-item .like-item {
  font-size: 1.4rem;
  padding-left: 1.2rem;
  position: relative;
}
#staff .sec-staff .staff-item .like-item::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #1a76d9;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
#staff .sec-staff .partner .staff-item .like-item::before {
  background: #18ccb1;
}
#staff .sec-staff .view-more {
  margin-top: 2.2rem;
}
#staff .sec-staff .view-more a {
  font-size: 1.4rem;
  padding: 0.6rem;
}
#staff .sec-staff .view-more a::after {
  content: "";
  width: 16px;
  height: 7px;
}
#staff .joinus-box {
  padding: 10.8rem 0 2rem;
}
#staff .joinus-box .sp {
  display: none;
}
#staff .bnr-conowa {
  padding: 3.6rem 0 10.8rem;
  text-align: center;
}
#staff .bnr-conowa a {
  display: inline-block;
  line-height: 0.5;
  position: relative;
  transition: all 0.5s;
}
#staff .bnr-conowa a .image {
  position: absolute;
  right: -4.2rem;
  bottom: 0;
}
@media (min-width: 751px) {
  #staff .bnr-conowa a:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
  }
}
#staff .joinus-box .flex {
  align-items: center;
}
#staff .joinus-box .txt-wrap {
  width: 50%;
  padding-right: 20px;
  padding-bottom: 3.5rem;
}
#staff .joinus-box .txt-wrap .box {
  width: 100%;
  max-width: 580px;
  margin: 0 0 0 auto;
}
#staff .joinus-box .txt-wrap h2 {
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1.3;
  color: #1a76d9;
  margin-bottom: 2rem;
}
#staff .joinus-box .txt-wrap .read p {
  line-height: 2.25;
  letter-spacing: 1px;
}
#staff .joinus-box .txt-wrap .btn {
  margin-top: 3rem;
}
#staff .joinus-box .txt-wrap .btn > div {
  width: calc((100% - 2rem) / 2);
}
#staff .joinus-box .txt-wrap .btn > div + div {
  margin-left: 2rem;
}
#staff .joinus-box .img-wrap {
  width: 50%;
}
#staff .joinus-box .img-wrap .img {
  display: block;
  position: relative;
  padding-left: 5rem;
}
#staff .joinus-box .img-wrap .img .main {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
#staff .joinus-box .img-wrap .img .txt {
  position: absolute;
  top: -3.6rem;
  left: -1.2rem;
}
@media (max-width: 750px) {
  #staff .page-mv {
    height: 150px;
    background: url(../img/staff/2x/main-bg-sp.png) center center / cover no-repeat !important;
  }
  #staff .page-mv .page-mv-inner {
    bottom: 1.5rem;
  }
  #staff .page-mv .page-h1-main-en {
    font-size: 1.6rem;
  }
  #staff .page-mv .page-h1-main {
    font-size: 3rem;
    line-height: 1.4;
    padding: 0;
  }
  #staff .info-box {
    padding: 1rem 0 3rem;
  }
  #staff .info-box .ttl {
    margin: 0 -1rem 1.5rem;
    padding-top: 2.2rem;
  }
  #staff .info-box .ttl .en {
    font-size: 4rem;
    text-indent: 0;
    letter-spacing: 0;
    white-space: nowrap;
  }
  #staff .info-box .ttl .jp {
    font-size: 2.8rem;
  }
  #staff .info-box .read p {
    text-align: justify;
  }
  #staff .info-box .pc {
    display: none;
  }
  #staff .sec-staff {
    padding: 4rem 0 4rem !important;
  }
  #staff .sec-staff.sec-staff-leaders, #staff .sec-staff.sec-staff-partners {
    background: #fff;
  }
  #staff .staff-content__ttl-en {
    font-size: 1.6rem;
  }
  #staff .staff-content__ttl-jp {
    font-size: 2.6rem;
  }
  #staff .sec-staff .staff-list {
    display: flex !important;
    gap: 3rem !important;
    margin: 0 auto;
    flex-flow: column;
  }
  #staff .sec-staff .staff-item {
    margin: 0 !important;
    max-width: none;
  }
  #staff .sec-staff .staff-item .icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  #staff .sec-staff .partner .staff-item .icon {
    padding: 6px;
  }
  #staff .sec-staff .staff-item .like-box {
    margin: 0 !important;
  }
  #staff .joinus-box {
    padding: 3rem 0;
  }
  #staff .joinus-box .flex {
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
  }
  #staff .joinus-box .txt-wrap {
    width: 100%;
    padding: 0 2rem;
    margin-top: 2rem;
  }
  #staff .joinus-box .txt-wrap .read p {
    line-height: 2;
    letter-spacing: 1px;
  }
  #staff .joinus-box .img-wrap {
    width: 100%;
  }
  #staff .joinus-box .img-wrap h2 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.3;
    color: #1a76d9;
    margin-bottom: 4rem;
  }
  #staff .joinus-box .img-wrap .img {
    padding: 0;
  }
  #staff .joinus-box .img-wrap .img .main {
    min-height: initial;
    width: 100%;
  }
  #staff .joinus-box .img-wrap .img .txt {
    width: 130px;
    top: -2rem;
    left: 2rem;
  }
  #staff .joinus-box .sp {
    display: block;
  }
  #staff .joinus-box .pc {
    display: none;
  }
  #staff .joinus-box .txt-wrap .btn {
    flex-direction: column;
    margin-top: 2.5rem;
  }
  #staff .joinus-box .txt-wrap .btn > div {
    width: 100%;
  }
  #staff .joinus-box .txt-wrap .btn > div + div {
    margin: 2rem 0 0;
  }
  #staff .bnr-conowa a .image {
    width: 24.5vw;
    right: -1.5rem;
  }
  #staff .bnr-conowa {
    padding: 1rem 0 4rem;
  }
}
/*
---------------------------------------
#recruit-dtl
---------------------------------------
*/
#recruit-dtl .page-head {
  background: url(../img/recruit-ac/ttl-join.png) no-repeat center top -3px;
}
#recruit-dtl .page-head .page-head-dot {
  padding: 11.4rem 0 8.3rem;
}
#recruit-dtl .page-head .page-head-dot {
  padding: 11.4rem 0 6rem;
}
#recruit-dtl.recruit-staff.director .page-mv {
  background: url(../img/recruit/director/bg-mv.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.designer .page-mv {
  background: url(../img/recruit/designer/bg-mv.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.engineer .page-mv {
  background: url(../img/recruit/engineer/bg-mv.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.consultant .page-mv {
  background: url(../img/recruit/consultant/bg-mv.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.accounting .page-mv {
  background: url(../img/recruit/accounting/bg-mv-5.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.manager .page-mv {
  background: url(../img/recruit/manager/bg-mv.png) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.officework .page-mv {
  background: url(../img/recruit/accounting/bg-mv-7.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.customer .page-mv {
  background: url(../img/recruit/customer/bg-mv.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff .page-h1-main-en {
  text-transform: capitalize;
}
#recruit-dtl.recruit-staff .page-head-nav .nav-item {
  width: 19%;
}
#recruit-dtl.recruit-staff.accounting .page-head-nav .nav-item {
  margin: 0 10px;
}
#recruit-dtl .sec-feature .img-ttl {
  background: url(../img/recruit/bg-ttl-attraction.jpg) no-repeat center center/cover;
}
#recruit-dtl .sec-feature .img-ttl .img-ttl-en {
  color: #fff;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
#recruit-dtl .sec-feature .img-ttl .img-ttl-ja {
  color: #fff;
}
#recruit-dtl .sec-feature .box-gap-02-wrap {
  padding: 11rem 0 0;
}
#recruit-dtl.recruit-staff.director .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-01:before {
  background: url(../img/recruit/director/img-attraction-01.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.director .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-02:before {
  background: url(../img/recruit/director/img-attraction-02.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.director .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-03:before {
  background: none;
  /*background: url(../img/recruit/consultant/img-attraction-03.jpg) no-repeat center center/cover;*/
}
#recruit-dtl.recruit-staff.manager .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-01:before {
  background: url(../img/recruit/manager/img-attraction-01.png) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.manager .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-02:before {
  background: url(../img/recruit/manager/img-attraction-02.png) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.manager .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-03:before {
  background: url(../img/recruit/manager/img-attraction-03.png) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.designer .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-01:before {
  background: url(../img/recruit/designer/img-attraction-01.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.designer .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-02:before {
  background: url(../img/recruit/designer/img-attraction-02.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.designer .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-03:before {
  background: url(../img/recruit/designer/img-attraction-03.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.engineer .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-01:before {
  background: url(../img/recruit/engineer/img-attraction-01.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.engineer .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-02:before {
  background: url(../img/recruit/engineer/img-attraction-02.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.engineer .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-03:before {
  background: url(../img/recruit/engineer/img-attraction-03.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.consultant .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-01:before {
  background: url(../img/recruit/consultant/img-attraction-01.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.consultant .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-02:before {
  background: url(../img/recruit/consultant/img-attraction-02.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.consultant .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-03:before {
  background: none;
  /* background: url(../img/recruit/consultant/img-attraction-03.jpg) no-repeat center center/cover; */
}
#recruit-dtl.recruit-staff.accounting .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-01:before {
  background: url(../img/recruit/accounting/img-attraction-01.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.customer .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-01:before {
  background: url(../img/recruit/customer/img-attraction-01.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.customer .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-02:before {
  background: url(../img/recruit/customer/img-attraction-02.jpg) no-repeat center center/cover;
}
#recruit-dtl.recruit-staff.customer .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-03:before {
  background: url(../img/recruit/customer/img-attraction-03.jpg) no-repeat center center/cover;
}
#recruit-dtl .sec-feature .welfare-cont {
  padding: 6.5rem 0 0;
}
#recruit-dtl .sec-feature .welfare-cont .txt {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
#recruit-dtl .sec-feature .heading-06 {
  margin: 0 0 3.5rem;
}
#recruit-dtl .sec-concept {
  padding: 8rem 0 9rem;
  border-bottom: 1px solid #e5e5e5;
}
#recruit-dtl .sec-concept .heading-05 {
  margin: 0 0 3.5rem;
}
#recruit-dtl .sec-concept .reason-txt {
  padding: 0 0 5.2rem;
}
#recruit-dtl .sec-concept .box-list-01 .box-list-txt {
  font-size: 1.4rem;
}
#recruit-dtl .sec-interview {
  padding: 8rem 0 0;
}
#recruit-dtl .sec-interview .interview-cont {
  padding: 12rem 0 6rem;
  background: #f7f7f7;
}
#recruit-dtl .sec-interview .interview-box {
  background: #fff;
  padding: 19rem 6rem 6rem;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.accounting#recruit-dtl .sec-interview .interview-box {
  background: #fff;
  padding: 18rem 6rem 6rem;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
#recruit-dtl .sec-interview .interview-box:before {
  content: "";
  background: url(../img/common/bg-dot.png);
  display: block;
  width: calc(100% - 20px);
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  margin: 0 auto;
}
#recruit-dtl .sec-interview .port {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -8rem;
  margin: 0 auto;
}
#recruit-dtl .sec-interview .port-img {
  line-height: 0;
}
#recruit-dtl .sec-interview .port-info {
  padding: 1.5rem 0 0;
}
#recruit-dtl .sec-interview .job {
  font-size: 2rem;
  color: #c5a882;
  letter-spacing: 1px;
  padding: 0 0 0.5rem;
}
#recruit-dtl .sec-interview .name {
  font-size: 2.2rem;
  font-weight: 600;
}
#recruit-dtl .sec-interview .box .txtbox {
  flex: 1;
}
#recruit-dtl .sec-interview .box .dl-box {
  padding: 0 0 3rem;
  margin: -1em 0 0;
}
#recruit-dtl .sec-interview .box .dl-box.last {
  padding: 0;
}
#recruit-dtl .sec-interview .box .dl-ttl {
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 1.5rem;
}
#recruit-dtl .sec-interview .box .dl-ttl:before {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 1px;
  background: #7f7f7f;
  vertical-align: middle;
  margin: 0 1.3rem 0 0;
}
#recruit-dtl .sec-interview .box .dl-txt {
  font-size: 1.5rem;
}
#recruit-dtl .sec-interview .box-01 {
  padding: 0 0 4.5rem;
}
#recruit-dtl .sec-interview .box-01 .txtbox {
  padding: 0;
}
#recruit-dtl.recruit-staff .sec-interview .box-01 .txtbox {
  padding: 0 0 0 4rem;
}
#recruit-dtl .sec-interview .box-02 {
  flex-direction: row-reverse;
}
#recruit-dtl .sec-interview .box-02 .txtbox {
  padding: 0 2rem 0 0;
}
#recruit-dtl .sec-interview .comment-box {
  background: #fcf7f5;
  padding: 3rem 3rem 2rem;
  margin: 3rem 0 0;
}
.accounting#recruit-dtl .sec-interview .comment-box {
  background: #fcf7f5;
  padding: 3rem 3rem 2rem;
}
#recruit-dtl .sec-interview .mov-box {
  margin: 8rem 0 4rem;
  text-align: center;
}
#recruit-dtl .sec-interview .mov-box h4 {
  margin-bottom: 4rem;
}
#recruit-dtl .sec-interview .mov-box .mov {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 0;
  background: #262626;
}
.youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#recruit-dtl .sec-interview .comment-ttl {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1.4rem;
}
#recruit-dtl .sec-interview .comment-ttl .fa {
  font-size: 3.4rem;
  color: #c5a882;
  margin: 0 10px 0 0;
}
#recruit-dtl .sec-interview .comment {
  padding: 3rem;
  background: #fff;
  margin: 0 0 2rem;
}
#recruit-dtl .sec-interview .btn-02 a {
  margin: 0 auto;
}
#recruit-dtl .sec-interview .page-bnr-wrap {
  padding: 6rem 0 0;
  background: none;
}
#recruit-dtl .sec-guide {
  padding: 6.5rem 0 0;
}
#recruit-dtl .sec-guide .heading-06 {
  margin: 0 0 2.5rem;
}
#recruit-dtl .sec-guide .list-01 {
  padding: 0;
}
#recruit-dtl .sec-flow {
  padding: 9rem 0;
  border-bottom: 1px solid #e5e5e5;
}
#recruit-dtl .sec-flow .heading-05 {
  margin: 0 0 2rem;
}
#recruit-dtl .sec-flow .box {
  margin: 0 -2rem;
}
#recruit-dtl .sec-flow .box li {
  padding: 0 2rem;
}
#recruit-dtl .sec-flow .img {
  text-align: center;
  position: relative;
}
#recruit-dtl .sec-flow .img:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: absolute;
  right: -2.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: #c5a882;
}
#recruit-dtl .sec-flow li:last-child .img:before {
  content: none;
}
#recruit-dtl .sec-flow .txt {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
#recruit-dtl .sec-flow .desc {
  font-size: 1.5rem;
  line-height: 1.8;
}
#recruit-dtl .form-box {
  padding: 8rem 0 0;
}
#recruit-dtl .form-box .form-cont-wrap {
  background: #fcf7f5;
  padding: 1rem 0 9.4rem;
}
#recruit-dtl .form-box .radio-list > span {
  display: block;
  padding: 0;
}
#recruit-dtl .form-box .radio-list > span input[type="text"] {
  margin: 0 0 0 15px;
}
#recruit-dtl .form-box form#mailformpro dl dt {
  line-height: 1.8;
}
#recruit-dtl .form-box form#mailformpro dl dd.landing::after {
  opacity: 1;
  visibility: visible;
}
/*
---------------------------------------
.partner
---------------------------------------
*/
.partner .page-mv {
  background: url(../img/partner/bg-mv.jpg) no-repeat center center/cover;
}
#recruit-dtl.partner .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-01:before {
  background: url(../img/recruit/img-attraction-01.jpg) no-repeat center center/cover;
}
#recruit-dtl.partner .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-02:before {
  background: url(../img/recruit/img-attraction-02.jpg) no-repeat center center/cover;
}
#recruit-dtl.partner .sec-feature .box-gap-02-wrap .box-gap-02-inner .item-03:before {
  background: url(../img/recruit/img-attraction-03.jpg) no-repeat center center/cover;
}
#recruit-dtl.partner .sec-interview .interview-cont {
  padding: 5rem 0 7rem;
}
#recruit-dtl.partner .sec-interview .flow-tabs-list {
  padding: 0 0 1.5rem;
}
#recruit-dtl.partner .sec-interview .tab_content-wrap {
  background: none;
}
#recruit-dtl.partner .sec-interview .flow-tabs-list .inner {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#recruit-dtl.partner .sec-interview .tab_item {
  width: 49%;
  color: #fff;
  padding: 2.7rem 4rem 1.9rem;
  position: relative;
  border: 2px solid #f7f7f7;
}
#recruit-dtl.partner .sec-interview .job-ttl-en {
  font-size: 3.6rem;
  display: block;
  padding: 0 0 0.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#recruit-dtl.partner .sec-interview .job-ttl-ja {
  font-size: 1.5rem;
  display: block;
}
#recruit-dtl.partner .sec-interview .tab-btn {
  display: block;
}
#recruit-dtl.partner .sec-interview #tab_item_01 {
  background: url(../img/partner/bg-nav-01.jpg) no-repeat center center/cover;
}
#recruit-dtl.partner .sec-interview #tab_item_02 {
  background: url(../img/partner/bg-nav-02.jpg) no-repeat center center/cover;
}
#recruit-dtl.partner .sec-interview #step-01:checked ~ .tab_content-wrap #step-01_content, #recruit-dtl.partner .sec-interview #step-02:checked ~ .tab_content-wrap #step-02_content {
  padding: 2rem;
  margin: 0 -2rem;
}
#recruit-dtl.partner .sec-interview #step-01:checked ~ .flow-tabs-list label#tab_item_01, #recruit-dtl.partner .sec-interview #step-02:checked ~ .flow-tabs-list label#tab_item_02 {
  border: 2px solid #c5a882;
}
#recruit-dtl.partner .sec-interview #step-01:checked ~ .flow-tabs-list label#tab_item_01:after, #recruit-dtl.partner .sec-interview #step-01:checked ~ .flow-tabs-list label#tab_item_01:before, #recruit-dtl.partner .sec-interview #step-02:checked ~ .flow-tabs-list label#tab_item_02:after, #recruit-dtl.partner .sec-interview #step-02:checked ~ .flow-tabs-list label#tab_item_02:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  background: none;
  width: 0;
  height: 0;
}
#recruit-dtl.partner .sec-interview #step-01:checked ~ .flow-tabs-list label#tab_item_01:after, #recruit-dtl.partner .sec-interview #step-02:checked ~ .flow-tabs-list label#tab_item_02:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #c5a882;
  border-width: 12px;
  margin-left: -12px;
}
#recruit-dtl.partner .sec-interview #step-01:checked ~ .flow-tabs-list label#tab_item_01:before, #recruit-dtl.partner .sec-interview #step-02:checked ~ .flow-tabs-list label#tab_item_02:before {
  border-color: rgba(197, 168, 130, 0);
  border-top-color: #c5a882;
  border-width: 15px;
  margin-left: -15px;
}
#recruit-dtl.partner .sec-interview .interview-box {
  padding: 2.5rem 6rem 6rem;
}
#recruit-dtl.partner .sec-interview .port {
  position: relative;
  top: 0;
  z-index: 2;
  padding: 0 0 4rem;
}
#recruit-dtl.partner .sec-interview .job {
  font-size: 4rem;
  color: #111;
}
#recruit-dtl.partner .sec-interview .star {
  padding: 0 0 2rem;
  color: #c5a882;
}
#recruit-dtl.partner .sec-interview .star i {
  margin: 0 3px 0 0;
}
#recruit-dtl.partner .sec-flow {
  padding: 7.5rem 0 9.5rem;
}
/*
---------------------------------------
.page-content
---------------------------------------
*/
.page-content {
  width: 100%;
}
/*
---------------------------------------
#blog-dtl
---------------------------------------
*/
#blog-dtl .art-head {
  padding: 0 0 2.3rem;
  margin: 0 0 3rem;
  border-bottom: 1px solid #e6e6e6;
}
#blog-dtl .art-head .flex {
  padding: 0;
}
#blog-dtl .art-head .attr-01, #blog-dtl .art-head .attr-01 .cat-list {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: 2rem;
}
#blog-dtl .art-head .attr-01 .cat-list li {
  margin: 0 10px 10px 0;
}
#blog-dtl .art-head .attr-01 .cat-list li a {
  font-size: 1.6rem;
  color: #fff;
  background: #c5a882;
  display: inline-block;
  padding: 6px 1.5rem;
  line-height: 1;
}
#blog-dtl .art-head .attr-01 .date-wrap {
  font-size: 1.8rem;
  color: #666;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
}
#blog-dtl .art-head .attr-01 .date-wrap .fa {
  margin: 0 1rem 0 0;
}
#blog-dtl .art-head .attr-01 .date-wrap .date {
  display: inline-block;
  margin-right: 1rem;
}
#blog-dtl .art-head .attr-01 .date-wrap .note {
  display: inline-block;
}
#blog-dtl .art-head .head-author {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
#blog-dtl .art-head .head-author .ttl {
  font-size: 1.6rem;
  margin: 0 1rem 0 0;
}
#blog-dtl .art-head .head-author .img a {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
#blog-dtl .art-head .head-author .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#blog-dtl .art-head .seminar-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
#blog-dtl .post-content-wrap .post-thumbnail {
  line-height: 0;
  padding: 0 0 2rem;
}
#blog-dtl .post-content-wrap .lead {
  padding: 0 0 2rem;
}
#blog-dtl .post-content > h2 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 600;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 2rem 1.5rem;
  margin: 2rem 0 2.5rem;
  line-height: 1.6;
}
#blog-dtl .post-content > h3 {
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  padding: 0 0 2rem;
  margin: 2rem 0 2.5rem;
  position: relative;
  line-height: 1.6;
}
#blog-dtl .post-content > h3:before {
  content: "";
  background: #c5a882;
  width: 20rem;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}
#blog-dtl .post-content > h4 {
  font-size: 2rem;
  color: #c5a882;
  font-weight: 600;
  border: 1px solid #c5a882;
  padding: 2rem 2.3rem;
  margin: 2rem 0 2.5rem;
  line-height: 1.6;
}
#blog-dtl .post-content > h5 {
  font-size: 2rem;
  font-weight: 600;
  background: #fcf7f5;
  padding: 2rem 2.3rem;
  margin: 2rem 0 2.5rem;
  line-height: 1.6;
}
#blog-dtl .post-content > h6 {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1rem 1.7rem;
  border-left: 6px solid #c5a882;
  margin: 2rem 0 2.5rem;
  line-height: 1.6;
}
#blog-dtl .post-content > p {
  padding: 0 0 2.5rem;
}
#blog-dtl .post-content > p.wp-caption-text {
  text-align: center;
  font-size: 1.4rem;
}
#blog-dtl .post-content > blockquote {
  position: relative;
  background: #f2f2f2;
  padding: 2.5em 3em 1rem;
  font-size: 1.6rem;
  line-height: 1.875;
  border-radius: 5px;
  margin: 4rem 0;
}
#blog-dtl .post-content > blockquote:before {
  content: "";
  background: url(../img/blog/icn-quote.png) no-repeat;
  width: 31px;
  height: 25px;
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
}
#blog-dtl .post-content > ul, #blog-dtl .post-content > ol {
  margin-bottom: 2rem;
}
#blog-dtl .post-content > ul li {
  list-style: disc;
  margin-left: 30px;
}
#blog-dtl .post-content > ol li {
  list-style: decimal;
  margin-left: 30px;
}
#blog-dtl .post-content .lkc-external-wrap, #blog-dtl .post-content .lkc-internal-wrap, #blog-dtl .post-content .lkc-this-wrap {
  max-width: 100%;
}
#blog-dtl .post-content .lkc-internal-wrap {
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 20%) !important;
}
#blog-dtl .post-content .linkcard a.lkc-link {
  display: block;
  transition: all 0.2s;
}
#blog-dtl .post-content .linkcard a.lkc-link:hover {
  background: #fafafa;
}
#blog-dtl .post-content .linkcard .lkc-external-wrap a.lkc-link {
  padding-right: 40px;
  background: url(../img/common/icon-link@2x.png) right 20px center / 16px no-repeat;
}
#blog-dtl .post-content .linkcard .lkc-external-wrap a:hover.lkc-link {
  background: #fafafa url(../img/common/icon-link@2x.png) right 20px center / 16px no-repeat;
}
#blog-dtl .post-content .lkc-content {
  height: 90px;
  margin: 0;
}
#blog-dtl .post-content .lkc-thumbnail {
  margin: 0 0 0 5px;
}
#blog-dtl .post-content .lkc-title {
  margin: 20px 0 0 140px;
}
#blog-dtl .post-content .lkc-title-text {
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blog-dtl .post-content .lkc-url {
  color: #c5a882;
  font-size: 1.2rem;
  line-height: 1.8;
  text-decoration: none;
  margin: 0 0 0 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* eoc-btn */
.eoc-btn {
  margin: 4rem 0;
  text-align: center;
}
.eoc-btn a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  background: #f9e621 url(../img/common/arrow-down.svg) right 20px center / 12px no-repeat !important;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: bold;
  padding: 11.5px 52px 11.5px 30px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  position: relative;
  transition: all 0.2s;
}
.eoc-btn a strong {
  color: #ea2828 !important;
}
/* eoc-box */
#blog-dtl .post-content .eoc-box h2 {
  border-top: solid 2px #c5a882;
  border-bottom: solid 2px #c5a882;
  font-size: 2.2rem;
  letter-spacing: 3.4px;
  padding: 2.2rem 1rem;
  margin-bottom: 2.2rem;
}
#blog-dtl .post-content .eoc-box h2 .under-line {
  display: inline-block;
  line-height: 1.2;
  padding-left: 2px;
  margin-right: 6px;
  background: linear-gradient(transparent 70%, #f9e621 70%);
  color: #ea2828;
  font-size: 2.6rem;
}
#blog-dtl .post-content .eoc-box .read {
  text-align: center;
  letter-spacing: 1px;
  text-indent: -10px;
  padding-bottom: 2.2rem;
}
#blog-dtl .post-content .eoc-box .eoc-wrap {
  border: solid 1px #ddd;
}
#blog-dtl .post-content .eoc-box .img {
  width: 300px;
  min-height: 300px;
  background: #fcf7f5;
  text-align: center;
  padding: 2.2rem;
  position: relative;
}
#blog-dtl .post-content .eoc-box .img::after {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url(../img/blog/eoc/tag-bg.png) left top / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#blog-dtl .post-content .eoc-box .img img {
  width: 166.5px;
}
#blog-dtl .post-content .eoc-box .img .tag {
  position: absolute;
  top: 7px;
  left: -2px;
  transform: rotate(-45deg);
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  z-index: 99;
}
#blog-dtl .post-content .eoc-box .txt {
  width: calc(100% - 300px);
  padding: 3rem;
  letter-spacing: 1.3px;
}
#blog-dtl .post-content .eoc-box .txt h3 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 2px;
  border: none;
  border-left: solid 4px #c5a882;
  padding: 4px 0 4px 1rem;
  margin: 0 0 1.3rem;
}
#blog-dtl .post-content .eoc-box .txt h3:before {
  display: none;
}
#blog-dtl .post-content .eoc-box .txt p {
  padding: 0;
  margin-bottom: 1.3rem;
}
#blog-dtl .post-content .eoc-box .txt .input {
  width: calc((100% - 10px) / 2);
}
#blog-dtl .post-content .eoc-box .txt #eoc-pass {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 12px 20px !important;
  width: 100%;
}
#blog-dtl .post-content .eoc-box .txt .button {
  width: calc((100% - 10px) / 2);
  margin-left: 10px;
}
#blog-dtl .post-content .eoc-box .txt .button button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  border: none;
  padding: 11.5px 45px 11.5px 15px;
  box-sizing: border-box;
  color: #fff;
  background: #c5a882 url(../img/blog/eoc/icon-dl.png) right 15px center / 24px no-repeat;
  cursor: pointer;
  transition: all 0.2s;
}
#blog-dtl .post-content .eoc-box .txt #eoc-mes {
  display: none;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #a00;
  margin-top: 0.7rem;
  transition: all 0.2s;
}
#blog-dtl .post-content .eoc-box .txt .eoc-link {
  /*margin-top: 1.7rem;*/
  margin-top: 2rem;
}
#blog-dtl .post-content .eoc-box .txt .eoc-link a {
  display: block;
  background: #f9e621;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: bold;
  padding: 11.5px 10px 11.5px 77px;
  position: relative;
  transition: all 0.2s;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
#blog-dtl .post-content .eoc-box .txt .eoc-link a::before {
  content: "";
  width: 49.5px;
  height: 70px;
  background: url(../img/blog/eoc/eccoman-img.png) center center / contain no-repeat;
  position: absolute;
  top: -4px;
  left: 13px;
  animation: 3s fuwafuwa infinite;
}
#blog-dtl .post-content .eoc-box .txt .eoc-link a::after {
  content: "";
  width: 20px;
  height: 6px;
  background: #f9e621 url(../img/blog/eoc/eoc-arrow.png) right center / 51.5px no-repeat;
  position: absolute;
  top: calc(50% - 3px);
  right: 13px;
  transition: all 0.2s;
}
#blog-dtl .post-content .eoc-box .txt .eoc-link a span {
  color: #ea2828;
}
@media (min-width: 751px) {
  .eoc-btn a:hover {
    background: #ffed21 url(../img/common/arrow-down.svg) right 20px top 58% / 12px no-repeat !important;
  }
  #blog-dtl .post-content .eoc-box .txt .button button:hover {
    background: #deb47c url(../img/blog/eoc/icon-dl.png) right 15px center / 24px no-repeat;
  }
  #blog-dtl .post-content .eoc-box .txt .eoc-link a:hover {
    background: #ffed21;
  }
  #blog-dtl .post-content .eoc-box .txt .eoc-link a:hover::after {
    right: 8px;
  }
}
@media screen and (max-width: 600px) {
  #blog-dtl .post-content .linkcard {
    margin-left: 0;
    margin-right: 0;
  }
  #blog-dtl .post-content .lkc-thumbnail, #blog-dtl .post-content .lkc-thumbnail-img {
    max-width: 80px;
  }
  #blog-dtl .post-content .lkc-title {
    margin: 5px 0 0 100px;
  }
  #blog-dtl .post-content .lkc-title-text {
    font-size: 1.5rem;
  }
  #blog-dtl .post-content .lkc-url {
    margin: 0 0 0 100px;
  }
  #blog-dtl .post-content .lkc-content {
    height: 60px;
  }
  #blog-dtl .post-content .linkcard .lkc-external-wrap a.lkc-link, #blog-dtl .post-content .linkcard .lkc-external-wrap a:hover.lkc-link {
    padding-right: 30px;
    background: url(../img/common/icon-link@2x.png) right 12px center / 16px no-repeat;
  }
}
#blog-dtl .post-content p a, #blog-dtl .post-content li a {
  color: #c5a882;
  text-decoration: underline;
}
#blog-dtl .post-content strong {
  font-size: inherit;
  font-weight: 600;
  color: #c5a882;
}
#blog-dtl .post-content em {
  font-style: italic;
}
#blog-dtl .post-content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #bbb;
  margin: 5rem 0;
}
#blog-dtl .post-content table {
  margin-bottom: 30px;
}
#blog-dtl .post-content thead {
  background: #fcf7f5;
}
#blog-dtl .post-content thead * {
  color: #fff;
  text-align: center;
  padding: 0.7em 0;
  border: 1px solid #e0e0e0;
}
#blog-dtl .post-content th, #blog-dtl .post-content td {
  font-size: 1.5rem;
}
#blog-dtl .post-content tbody {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
#blog-dtl .post-content tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
#blog-dtl .post-content tbody th {
  background: #fcf7f5;
  padding: 1em;
  color: #1a1a1a;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}
#blog-dtl .post-content tbody tr th:first-child {
  border-left: 1px solid #e0e0e0;
}
#blog-dtl .post-content tbody td {
  background: #fff;
  padding: 1em;
  border-right: 1px solid #e0e0e0;
}
#blog-dtl .post-content tbody tr td:first-child {
  border-left: 1px solid #e0e0e0;
}
#blog-dtl .post-content .lkc-external-wrap {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2) !important;
}
#blog-dtl .post-content .aligncenter {
  display: block;
  margin: 0 auto;
}
#blog-dtl .post-content .alignright {
  float: right;
  margin-left: 20px;
}
#blog-dtl .post-content .alignleft {
  float: left;
  margin-right: 20px;
}
#blog-dtl .post-content img[class*="wp-image-"], #blog-dtl .post-content img[class*="attachment-"] {
  height: auto;
  width: auto;
  max-width: 100%;
}
.lkc-card {
  padding: 10px 0;
}
.linkcard {
  border-left: 4px solid #c5a882;
}
#blog-dtl .post-footer {
  padding: 4rem 0 2.5rem;
  background: none;
  color: inherit;
}
#blog-dtl .post-footer .author {
  background: #fcf7f5;
  padding: 2rem 4rem 4rem;
  margin: 0 0 4rem;
}
#blog-dtl .post-footer .author-ttl {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 3rem;
}
#blog-dtl .post-footer .author-ttl-in {
  border-bottom: 2px solid #c5a882;
  letter-spacing: 0.2em;
  display: inline-block;
  padding: 0 0 0.5rem;
}
#blog-dtl .post-footer .left {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#blog-dtl .post-footer .author-txt {
  padding: 0 0 0 1.5rem;
}
#blog-dtl .post-footer .author-name {
  font-size: 2.8rem;
  line-height: 1;
  padding: 0 0 1rem;
}
#blog-dtl .post-footer .author-profile {
  font-size: 1.4rem;
  line-height: 1;
}
#blog-dtl .post-footer .author-img {
  overflow: hidden;
  width: 82px;
  height: 82px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
#blog-dtl .post-footer .author-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#blog-dtl .post-footer .btn-05 a {
  width: 220px;
  border: 2px solid #c5a882;
}
#blog-dtl .post-footer .share {
  border: 1px solid #dbdbdb;
  padding: 2rem 3rem;
}
#blog-dtl .post-footer .share-ttl {
  font-size: 1.6rem;
  font-weight: 600;
}
#blog-dtl .pager {
  clear: both;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 0 35px;
}
#blog-dtl .pager li {
  display: table-cell;
  height: 123px;
}
#blog-dtl .pager li a {
  display: block;
  padding: 15px 0;
}
#blog-dtl .pager li a:hover {
  background: #fcf7f5;
}
#blog-dtl .pager li.pre .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#blog-dtl .pager li .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  width: 90%;
}
#blog-dtl .pager li.next .box {
  flex-direction: row-reverse;
}
#blog-dtl .pager li.pre .box figure {
  margin-right: 15px;
}
#blog-dtl .pager li.next .box figure {
  margin-left: 15px;
}
#blog-dtl .pager li.pre .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
#blog-dtl .pager li.next .wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
  position: relative;
}
#blog-dtl .pager .arrow {
  position: absolute;
  line-height: 0;
}
#blog-dtl .pager li.pre .arrow {
  left: -15px;
}
#blog-dtl .pager li.next .arrow {
  right: -15px;
}
#blog-dtl .pager li .ttl {
  line-height: 1.7;
}
#blog-dtl .sec-recommend .heading-08 {
  margin: 0 0 2rem;
}
#blog-dtl .sec-recommend .recommend-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
#blog-dtl .sec-recommend .recommend-list p {
  padding: 0 20px;
}
#blog-dtl .sec-recommend .recommend-item {
  width: 33.3333%;
  padding: 0 20px 20px;
  position: relative;
}
#blog-dtl .sec-recommend .recommend-item a {
  transition: all 0.2s;
  display: block;
}
@media (min-width: 751px) {
  #blog-dtl .sec-recommend .recommend-item a:hover {
    opacity: 0.8;
  }
}
#blog-dtl .sec-recommend .img {
  width: 100%;
  line-height: 0;
}
#blog-dtl .sec-recommend .img img {
  width: 100%;
  height: auto;
}
#blog-dtl .sec-recommend .txtbox {
  padding: 1.3rem 0 0;
}
#blog-dtl .sec-recommend .date {
  font-size: 1.3rem;
  color: #666;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
#blog-dtl .sec-recommend .date .fa {
  margin: 0 8px 0 0;
}
#blog-dtl .sec-recommend .seminar-ttl {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0 0 1rem;
}
/*table-of-contents*/
#blog-dtl #ez-toc-container {
  border: none;
  border-radius: 0;
  padding: 30px 40px 10px;
  margin-bottom: 6rem;
  box-shadow: none;
}
#blog-dtl div#ez-toc-container p.ez-toc-title {
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 3rem;
}
#blog-dtl div#ez-toc-container p.ez-toc-title:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
  margin: 0 15px 0 0;
  color: #c5a882;
  font-size: 2.4rem;
}
#blog-dtl div#ez-toc-container ul li {
  font-size: 1.6rem;
}
#blog-dtl #ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 0em;
}
#ez-toc-container.counter-decimal ul.ez-toc-list li a::before, .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
  color: #c5a882;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  margin: 0 5px 0 0;
}
#blog-dtl .post-content #ez-toc-container .ez-toc-list ul, #blog-dtl .post-content #ez-toc-container .ez-toc-list {
  margin-bottom: 0 !important;
}
#blog-dtl .post-content #ez-toc-container .ez-toc-list > li {
  margin-bottom: 2rem;
}
#blog-dtl .post-content #ez-toc-container li a {
  display: block;
  padding: 2px 0;
}
/*addtoany*/
.addtoany_list a {
  line-height: 0;
}
/*
---------------------------------------
#blog-ac
---------------------------------------
*/
/*sec-pickup
-----------------------*/
.pickupEntry * {
  color: #fff;
}
.pickupEntry .pickupEntry__link {
  display: block;
  width: 100%;
}
.pickupEntry__date {
  font-size: 1.6rem;
  color: #e5e5e5;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.pickupEntry__date .fa {
  margin: 0 1rem 0 0;
}
@media (min-width: 751px) {
  #blog-ac .sec-pickup {
    background: rgba(0, 0, 0, 0.7);
  }
  .pickupEntry {
    float: left;
    width: calc(66.7% - 1px);
    position: relative;
    overflow: hidden;
  }
  .pickupEntry__cat {
    display: inline-block;
    background: #c5a882;
    padding: 0 15px;
    margin: 0 10px 0 0;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .pickupEntry__ttl {
    font-size: 2.8rem;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .pickupEntry__summary {
    padding: 24px 40px;
  }
  .pickupEntry__summary, .pickupEntry__summary--sub {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 3;
    box-sizing: border-box;
  }
  .pickupEntry__photo {
    vertical-align: bottom;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease-out !important;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: auto;
  }
  .pickupEntry__photo {
    -moz-transition: 0.5s ease-in-out !important;
    -webkit-transition: 0.5s ease-in-out !important;
    -o-transition: 0.5s ease-in-out !important;
    -ms-transition: 0.5s ease-in-out !important;
    transition: 0.5s ease-in-out;
    opacity: 1;
  }
  .pickupEntry .pickupEntry__link:hover .pickupEntry__photo {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: brightness(80%);
  }
  .pickupEntry--main {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
  }
  .pickupEntry--sub {
    float: right;
    width: 33.3%;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.7);
  }
  .pickupEntry--sub:nth-of-type(3) {
    border-bottom: none;
  }
  .pickupEntry__summary--sub {
    padding: 16px 24px;
  }
  .pickupEntry__summary--sub .pickupEntry__ttl {
    font-size: 2rem;
  }
  .pickupEntry__mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
  }
  .pickupEntry--sub .pickupEntry__mask {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0.4) 46%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.search-wrap.head-search-wrap .header-search-form {
  justify-content: flex-start;
}
.search-wrap.head-search-wrap #searchform {
  width: 640px;
  margin: 0 auto;
}
.search-wrap.head-search-wrap input[type="search"] {
  width: 505px;
}
.search-wrap.head-search-wrap .popular-key {
  padding: 0 0 0 3rem;
  flex: 1;
}
.search-wrap.head-search-wrap .popular-key .ttl {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0 0 1rem;
}
.search-wrap.head-search-wrap .popular-key .cat-list {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
.search-wrap.head-search-wrap .popular-key .cat-list li {
  padding: 0 5px;
  font-size: 1.4rem;
  font-weight: 600;
}
.search-wrap.head-search-wrap .popular-key .cat-list li:first-child {
  padding: 0 5px 0 0;
}
.search-wrap.head-search-wrap .popular-key .cat-list li a {
  font-size: 1.4rem;
  color: #c5a882;
  background: #fcf6f2;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 1.5rem;
  line-height: 1;
}
#blog-ac .sec-new .newEntry__link {
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.2s;
}
@media (min-width: 751px) {
  #blog-ac .sec-new .newEntry__link:hover {
    background: #fafafa;
  }
}
#blog-ac .sec-new .post-thumbnail {
  width: 240px;
  position: relative;
}
@media screen and (min-width: 751px) {
  #popular-post .article-wrap figure:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
#blog-ac .sec-new .post-thumbnail img {
  width: 100%;
  height: auto;
}
#blog-ac .sec-new .post-header {
  flex: 1;
  padding: 0 0 0 3rem;
  position: relative;
}
#blog-ac .sec-new .post-bottom {
  position: absolute;
  bottom: -18px;
  width: calc(100% - 30px);
}
#blog-ac .sec-new .cat {
  display: inline-block;
  color: #fff;
  background: #c5a882;
  padding: 0 15px;
  margin: 0 10px 0 0;
  font-size: 1.4rem;
  margin-bottom: 14px;
}
#blog-ac .sec-new .post-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
#blog-ac .sec-new .date {
  font-size: 1.6rem;
  color: #666;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
#blog-ac .sec-new .date .fa {
  margin: 0 1rem 0 0;
}
#blog-ac .sec-new .head-author {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#blog-ac .sec-new .head-author .ttl {
  font-size: 1.6rem;
  margin: 0 1rem 0 0;
}
#blog-ac .sec-new .head-author .img {
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
#blog-ac .sec-new .head-author .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#blog-ac .page-nav {
  background: #f5f5f5;
  margin: 4rem 0 6rem;
}
/* 2024.06.04 add */
#blog-ac .blog-fv-area {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  padding-left: 14.7%;
  padding-right: 9.5%;
  background: url(../img/blog/fv-bg-pc.png) no-repeat center center;
  background-size: cover;
}
#blog-ac .blog-fv-inner {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1288px;
  align-items: center;
  gap: 5.9%;
}
#blog-ac .blog-fv-inner > div {
  display: flex;
  flex-flow: column;
  gap: 30px;
  align-items: center;
  width: 52.6%;
  max-width: 678px;
  flex-shrink: 0;
}
#blog-ac .blog-fv-inner > div > figure {
  width: 100%;
  max-width: 675px;
  margin: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
}
#blog-ac .blog-fv-inner > div > figure > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#blog-ac .blog-fv-inner > div > figure > img.blog-fv-title-sp, #blog-ac .blog-fv-inner > div > figure > img.blog-fv-illust-sp {
  display: none;
}
#blog-ac .blog-fv-inner > figure {
  margin: 0;
  width: 41.4%;
  overflow: hidden;
  max-width: 533px;
  display: grid;
  place-items: center;
}
#blog-ac .blog-fv-inner > figure > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#blog-ac .blog-fv-inner > div > .btn-flex {
  display: flex;
  gap: 38px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
#blog-ac .blog-fv-inner > div > .btn-flex > .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog-ac .blog-fv-inner > div > .btn-flex > .btn > a {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 2.4rem;
  height: 60px;
  line-height: 60px;
  align-items: center;
  background: #2364ba;
}
@media screen and (max-width: 1400px) {
  #blog-ac .blog-fv-inner > div > .btn-flex > .btn > a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  #blog-ac .blog-fv-inner > div > .btn-flex > .btn > a {
    font-size: 1.6rem;
  }
}
#blog-ac .blog-fv-inner > div > .btn-flex > .btn:nth-of-type(2) > a {
  background: #48d1e5;
}
#blog-ac .blog-fv-inner > div > .btn-flex > .btn > a:after {
  font-size: 1.6rem;
}
@media (min-width: 751px) {
  #blog-ac .blog-fv-inner > div > .btn-flex > .btn > a:hover {
    color: #2364ba;
    background: #fff;
    border: #2364ba 1px solid;
  }
  #blog-ac .blog-fv-inner > div > .btn-flex > .btn:nth-of-type(2) > a:hover {
    color: #48d1e5;
    border: #48d1e5 1px solid;
  }
}
#blog-ac .blog-sec-container {
  display: flex;
  flex-flow: column;
  gap: 74px;
  width: 100%;
}
#blog-ac .sec-new > h2 {
  font-size: 3.2rem;
  font-weight: bold;
  display: block;
  color: #2364ba;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 2px solid #2364ba;
}
#blog-ac .blog-sec-container .newEntry-list {
  width: 100%;
  margin-bottom: 65px;
}
#blog-ac .blog-sec-container .sec-new .newEntry:last-of-type .newEntry__link {
  border-bottom: none;
}
#blog-ac .blog-sec-container .btn-02 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog-ac .blog-sec-container .btn-02 > a {
  background: #2364ba;
  width: 100%;
}
@media (min-width: 751px) {
  #blog-ac .blog-sec-container .btn-02 > a:hover {
    color: #2364ba;
    background: #fff;
    border: #2364ba 1px solid;
  }
}
/*
---------------------------------------
.page-404
---------------------------------------
*/
.page-404 .page-head-desc a {
  text-decoration: underline;
  color: #1a1a1a;
}
.page-404 .list-01 {
  padding: 2rem 0;
  display: inline-block;
}
.page-404 .list-01 li {
  text-align: left;
}
/*
---------------------------------------
term
---------------------------------------
*/
.sec-term {
  padding: 0 0 9rem;
}
.sec-term .cont01 {
  position: relative;
}
.sec-term p {
  font-size: 15px;
  line-height: 1.9;
}
.sec-term .cont01 h2 {
  text-align: left;
  font-size: 30px;
  margin-top: 50px;
  border-bottom: 3px solid #000;
  font-weight: 600;
}
.sec-term .cont01 h3 {
  padding: 10px 10px 0 0;
  font-size: 20px;
  border-bottom: 1px solid #000;
  margin: 20px 0 1em 10px;
}
.sec-term .cont01 h3 + p {
  padding: 0 0 0 1em;
}
.sec-term .cont01 ol {
  padding: 0 0 1em 1em;
  margin: 0;
}
.sec-term .cont01 ol:last-child {
  padding-bottom: 0;
}
.sec-term .cont01 ol > ol {
  padding-left: 1em;
}
.sec-term .cont01 ol > ol > ol {
  padding-left: 1em;
}
.sec-term .cont01 ol > ol > ol > ol {
  padding-left: 1em;
}
.sec-term .cont01 ol li {
  list-style: decimal;
  margin-left: 30px;
  font-size: 15px;
  line-height: 1.9;
}
.sec-term .cont01 .ol-01 li {
  list-style: none !important;
  margin-left: 0;
}
.sec-term .cont01 li ol {
  padding-left: 0;
}
.sec-term .cont01 li ol li {
  list-style: none;
  margin-left: 0;
}
.sec-term .cont01 li ol li .sec-term .ijo {
  text-align: right;
  margin-top: 40px;
}
.sec-term .seitei {
  text-align: right;
  margin: 20px 0 0;
}
.sec-term .kaitei {
  text-align: right;
}
.sec-term .cont01 .info {
  text-align: center;
}
.sec-term .cont02 {
  margin-bottom: 50px;
}
/*
---------------------------------------
eoc-term
---------------------------------------
*/
#eoc-sec-term .cont01 h2 {
  margin-bottom: 20px;
}
#eoc-sec-term .eoc-term_table {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  margin-top: 10px;
  margin-bottom: 10px;
}
#eoc-sec-term .table-note {
  text-align: center;
  font-size: 13px;
}
#eoc-sec-term .eoc-term_table_th, #eoc-sec-term .eoc-term_table_tr {
  text-align: center;
}
#eoc-sec-term .eoc-term_table_th {
  padding: 1rem;
  border-right: 1px solid #e0e0e0;
}
#eoc-sec-term .eoc-term_table_tr {
  border-top: 1px solid #e0e0e0;
}
#eoc-sec-term .eoc-term_table_tr td {
  padding: 1rem;
  border-right: 1px solid #e0e0e0;
  vertical-align: middle;
  width: 25%;
}
#eoc-sec-term .eco-term-anchor {
  text-decoration: underline;
}
/*
---------------------------------------
privacy
---------------------------------------
*/
.sec-privacy .cont01 {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 10rem;
  text-align: left;
}
.sec-privacy .cont01 * {
  font-size: 1.5rem;
  letter-spacing: 1.2px;
}
.sec-privacy .cont01 a:hover {
  opacity: 0.8;
}
.sec-privacy .cont01 .read {
  margin-bottom: 3.5rem;
}
.sec-privacy .cont01 h2 {
  font-size: 1.9rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
.sec-privacy .cont01 .privace-list > li {
  list-style: none;
  padding: 0 0 3rem 0;
  margin: 0 0 3rem 0;
  border-bottom: 1px dotted #ccc;
}
.sec-privacy .cont01 .privace-list ol {
  counter-reset: ol 0;
  margin: 1rem 0 0;
}
.sec-privacy .cont01 .privace-list ol li {
  position: relative;
  padding-left: 3rem;
}
.sec-privacy .cont01 .privace-list ol li::before {
  counter-increment: ol 1;
  content: "("counter(ol) ")";
  position: absolute;
  top: 0;
  left: 0;
}
.sec-privacy .cont01 .address {
  display: inline-block;
  background: #f5f5f5;
  padding: 2rem 3rem;
  margin-top: 2rem;
}
.sec-privacy .cont01 h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
.sec-privacy .cont01 .address p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.sec-privacy .cont01 .right {
  text-align: right;
}
/*
---------------------------------------
law
---------------------------------------
*/
#law-page {
  margin-bottom: 10rem;
}
.fee .list-01 li {
  text-indent: -1.5rem !important;
}
.fee .list-01 li p {
  text-indent: 0;
  font-size: 1.4rem;
}
/*
---------------------------------------
search
---------------------------------------
*/
.search-result-wrap {
  padding: 3rem 0 0;
}
.search-result-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 1rem;
  margin: 0 0 2rem;
}
.search-result-ttl#eoc-rank {
  padding-top: 60px;
}
/*
---------------------------------------
#introduction
---------------------------------------
*/
#introduction .page-mv {
  background: url(../img/introduction/bg-mv.jpg) no-repeat center center/cover;
}
#introduction .page-mv .page-h1-main-en {
  padding: 0 0 9.6rem;
}
#introduction .sec-introduction {
  padding: 60px 0 60px;
  background: #fafafa;
}
#introduction .content {
  justify-content: flex-start;
}
#introduction .post {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 40px;
}
#introduction .post:nth-child(3n) {
  margin-right: 0;
}
#introduction .post a {
  display: block;
  border: solid 1px #f0f0f0;
  transition: all 0.2s;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#introduction .post a:hover {
  border: solid 1px transparent;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}
#introduction .post figure {
  text-align: center;
}
#introduction .post figure img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#introduction .post .txt {
  padding: 26px 28px 25px;
  position: relative;
}
#introduction .post h3 {
  font-size: 2.4rem;
  padding-bottom: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#introduction .post .note {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.857;
  padding-bottom: 8px;
  text-align: center;
}
/*
#introduction .post .note.note--row1 {
	padding-top: 0.8em;
		padding-bottom: calc(1em + 8px);
}
*/
#introduction .post .more-01 {
  text-align: center;
}
#introduction .post .more-01 span {
  display: inline-block;
  font-size: 1.4rem;
  color: #c5a882;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0 4rem 0 1.5rem;
  position: relative;
  font-weight: bold;
}
#introduction .post .more-01 span::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
/*
---------------------------------------
#policy
---------------------------------------
*/
#policy .sec-philosophy {
  padding: 88px 0 0;
}
#policy .philosophy__head {
  position: relative;
}
#policy .philosophy__head .head__en {
  text-align: center;
  line-height: 1;
  margin-bottom: 125px;
}
#policy .philosophy__head .head__img {
  position: absolute;
  left: 105px;
  top: 72px;
}
#policy .philosophy__head .head__txt {
  position: absolute;
  left: 105px;
  top: 308px;
  font-weight: bold;
  font-size: 28px;
  line-height: 2.142;
}
#policy .philosophy__cont {
  position: relative;
  padding-top: 132px;
}
#policy .philosophy__cont:before {
  content: "";
  background: #f7f7f7;
  width: 640px;
  height: 1273px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transform: skew(-30deg);
  z-index: -1;
}
#policy .cont__box {
  position: relative;
}
#policy .cont__box:before {
  content: "";
  background: rgb(122, 215, 190);
  background: rgb(193, 252, 238);
  background: -moz-linear-gradient(top, rgba(193, 252, 238, 1) 0%, rgba(165, 244, 241, 1) 50%, rgba(120, 234, 244, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(193, 252, 238, 1) 0%, rgba(165, 244, 241, 1) 50%, rgba(120, 234, 244, 1) 100%);
  background: linear-gradient(to bottom, rgba(193, 252, 238, 1) 0%, rgba(165, 244, 241, 1) 50%, rgba(120, 234, 244, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1fcee', endColorstr='#78eaf4', GradientType=0);
  width: 313px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  transform: skew(-30deg);
  z-index: -1;
}
#policy .cont__box__inner {
  display: inline-block;
  text-align: left;
}
#policy .box-01 {
  padding-top: 340px;
  padding-bottom: 50px;
  text-align: right;
  margin-bottom: 38px;
}
#policy .box-01:before {
  right: 100px;
}
#policy .box-02 {
  padding-top: 30px;
  padding-bottom: 350px;
  padding-left: 100px;
}
#policy .box-02:before {
  left: -145px;
}
#policy .box__heading {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}
#policy .box__heading img {
  position: absolute;
  left: -45px;
  top: -20px;
}
#policy .box__heading span {
  font-size: 12rem;
  font-weight: bold;
  color: #333;
}
#policy .box__ttl {
  font-size: 3.2rem;
  font-weight: bold;
}
#policy .box__txt {
  font-size: 1.8rem;
  color: #444;
}
/*
---------------------------------------
sec-company-bnr
---------------------------------------
*/
.sec-company-bnr {
  background: #f7f7f7;
  padding: 40px 0;
}
.sec-company-bnr .bnr__item {
  width: 48.5%;
}
.sec-company-bnr .bnr__item a {
  display: block;
  color: #fff;
  border-radius: 5px;
  height: 120px;
  padding: 37px 0 0 28px;
  transition: all 0.2s;
}
.sec-company-bnr .bnr__item a:hover {
  box-shadow: 0 10px 10px rgb(0 0 0 / 7%), 0 20px 20px rgb(0 0 0 / 4%);
}
.sec-company-bnr .bnr__item.item-about a {
  background: url(../img/policy/company-bnr-about.jpg) no-repeat center center / cover;
}
.sec-company-bnr .bnr__item.item-core-value a {
  background: url(../img/policy/company-bnr-value.jpg) no-repeat center center / cover;
  color: #000;
}
.sec-company-bnr .bnr__item.item-pholosophy a {
  background: url(../img/policy/company-bnr-pholosophy.jpg) no-repeat center center / cover;
}
.sec-company-bnr .bnr__ttl__en {
  font-size: 1.4rem;
  line-height: 1;
  padding-bottom: 1rem;
  letter-spacing: 0.06em;
}
.sec-company-bnr .bnr__ttl__ja {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}
/*
---------------------------------------
#core-value
---------------------------------------
*/
#core-value .sec-value {
  padding: 88px 0 90px;
}
#core-value .value__head {
  position: relative;
}
#core-value .value__head .head__en {
  text-align: center;
  line-height: 1;
  margin-bottom: 6rem;
}
#core-value .value__head .head__ttl {
  text-align: center;
  font-size: 12rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 5.5rem;
}
#core-value .value__head .head__ttl .thin {
  font-weight: 200;
}
#core-value .value__head .head__txt {
  font-size: 2rem;
  text-align: center;
  line-height: 1.9;
  padding-bottom: 6.7rem;
}
#core-value .value__list {
  counter-reset: wpp-ranking;
  align-items: flex-start;
}
#core-value .value__item {
  width: calc(50% - 1.5rem);
  border-radius: 0 5px 5px 5px;
  border: 1px solid #e6e6e6;
  margin-bottom: 3rem;
  padding: 4rem 3rem 3rem 6rem;
  position: relative;
}
#core-value .value__item:before {
  color: #fff;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  background: #b3b3b3;
  text-align: center;
  float: left;
  line-height: 40px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 60px;
  height: 60px;
  text-indent: -22px;
  z-index: 1;
}
#core-value .value__item.on:before {
  background: rgb(123, 215, 190);
  background: -moz-linear-gradient(top, rgba(123, 215, 190, 1) 0%, rgba(48, 184, 201, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(123, 215, 190, 1) 0%, rgba(48, 184, 201, 1) 100%);
  background: linear-gradient(to bottom, rgba(123, 215, 190, 1) 0%, rgba(48, 184, 201, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bd7be', endColorstr='#30b8c9', GradientType=0);
}
#core-value .value__item:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 2;
}
#core-value .value__item:not(:nth-child(2n)) {
  margin-right: 3rem;
}
#core-value .value__cont {
  display: none;
}
#core-value .value__ttl {
  font-size: 2.2rem;
  padding-bottom: 1rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  background: url(../img/core-value/icon_plus.png) no-repeat right top 7px;
  background-size: 30px;
}
#core-value .value__ttl.on {
  background-image: url(../img/core-value/icon_minus.png);
}
#core-value .value__txt {
  color: #666;
  line-height: 1.875;
  padding-bottom: 1rem;
}
/* demo-ul */
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.demo-ul li {
  opacity: 0;
}
.demo-ul.view li:first-child {
  animation: fade 0.4s ease-in-out 0.2s 1 normal forwards;
}
.demo-ul.view li:nth-child(2) {
  animation: fade 0.4s ease-in-out 0.3s 1 normal forwards;
}
.demo-ul.view li:nth-child(3) {
  animation: fade 0.4s ease-in-out 0.4s 1 normal forwards;
}
.demo-ul.view li:nth-child(4) {
  animation: fade 0.4s ease-in-out 0.5s 1 normal forwards;
}
.demo-ul.view li:nth-child(5) {
  animation: fade 0.4s ease-in-out 0.6s 1 normal forwards;
}
/* poll-list */
#blog-dtl .post-content ul.poll-list {
  border-top: dotted 1px #ccc;
}
#blog-dtl .post-content ul.poll-list li {
  list-style: none;
  margin-left: 0;
  position: relative;
  padding: 10px 0 10px 40px;
  border-bottom: dotted 1px #ccc;
}
#blog-dtl .post-content ul.poll-list li .mark {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  background: #c5a882;
  color: #fff;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
}
#blog-dtl .post-content ul.poll-list .txt-smp-01 {
  font-size: 18px;
}
#blog-dtl .post-content ul.poll-list .txt-smp-02 {
  font-size: 17px;
}
#blog-dtl .post-content ul.poll-list .txt-smp-03 {
  font-size: 16px;
}
#blog-dtl .post-content ul.poll-list .txt-smp-04 {
  font-size: 15px;
}
#blog-dtl .post-content ul.poll-list .txt-smp-05 {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #blog-dtl .post-content ul.poll-list .txt-smp-01 {
    font-size: 16px;
  }
  #blog-dtl .post-content ul.poll-list .txt-smp-02 {
    font-size: 15px;
  }
  #blog-dtl .post-content ul.poll-list .txt-smp-03 {
    font-size: 14px;
  }
  #blog-dtl .post-content ul.poll-list .txt-smp-04 {
    font-size: 13px;
  }
  #blog-dtl .post-content ul.poll-list .txt-smp-05 {
    font-size: 12px;
  }
  .search-result-ttl#eoc-rank {
    padding-top: 40px;
  }
}
#blog-dtl .post-content ul.poll-list .btn-smp {
  display: inline-block;
  color: #c5a882;
  border: solid 1px #c5a882;
  cursor: pointer;
}
#blog-dtl .post-content ul.poll-list .btn-smp-01 {
  padding: 13px 100px;
}
#blog-dtl .post-content ul.poll-list .btn-smp-02 {
  padding: 10.5px 80px;
}
#blog-dtl .post-content ul.poll-list .btn-smp-03 {
  padding: 8px 60px;
}
#blog-dtl .post-content ul.poll-list .btn-smp-04 {
  padding: 5.5px 40px;
}
#blog-dtl .post-content ul.poll-list .btn-smp-05 {
  padding: 3px 20px;
}
#blog-dtl .post-content ul.poll-list .color-smp-01 b {
  color: #5c5ce6;
}
#blog-dtl .post-content ul.poll-list .color-smp-02 b {
  color: #3d995c;
}
#blog-dtl .post-content ul.poll-list .color-smp-03 b {
  color: #e69545;
}
#blog-dtl .post-content ul.poll-list .color-smp-04 b {
  color: #e64545;
}
#blog-dtl .post-content ul.poll-list .color-smp-05 b {
  color: #cf5ce6;
}
#blog-dtl .post-content .wp-polls-ul {
  margin: 0 0 40px;
}
#blog-dtl .post-content ul.wp-polls-ul li {
  margin-left: 0;
}
.poll-btn {
  font-size: 18px;
  padding: 10px !important;
  width: 240px;
  background: #000;
  color: #fff;
  transition: all 0.2s;
}
.poll-btn:hover {
  background: #333;
}
/* aqt */
.comment-box {
  margin: 0 0 8rem;
}
.comment-box .flex, .prof-box .flex {
  display: flex;
  align-items: center;
}
.comment-box p, .comment-box figure, .prof-box p, .prof-box figure {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
.comment-box figure p, .prof-box figure p {
  display: none;
}
.comment-box .img {
  width: 110px;
  padding-right: 30px !important;
}
.comment-box .img img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
  border-radius: 50%;
}
.comment-box .img figcaption {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-top: 2px;
}
.comment-box .txt {
  width: calc(100% - 110px);
  /* border-left: solid 1px #ddd; */
  padding: 10px 0 10px 30px;
}
.prof-box {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 3rem;
  border-radius: 10px;
}
.prof-box .img {
  width: 110px;
  padding-right: 20px !important;
}
.prof-box .img img {
  width: 90px !important;
  height: 90px !important;
  object-fit: cover;
  border-radius: 50%;
}
.prof-box .ttl {
  width: calc(100% - 110px);
  font-size: 16px;
  font-weight: bold;
}
.prof-box .txt {
  margin-top: 20px;
}
.color {
  color: #5791db;
  font-weight: bold;
}
.marker {
  font-weight: bold;
  padding: 2px;
  background: linear-gradient(transparent 60%, #ffff8d 60%);
}
@media screen and (max-width: 750px) {
  .comment-box {
    margin: 0 0 4rem;
  }
  .comment-box .flex, .prof-box .flex {
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
  .comment-box .img {
    width: 80px;
    padding-right: 20px !important;
  }
  .comment-box .img img {
    width: 60px !important;
    height: 60px !important;
  }
  .comment-box .txt {
    width: calc(100% - 80px);
    padding: 0 0 0 20px;
  }
  .comment-box .txt p, .prof-box .txt p {
    font-size: 1.4rem;
  }
  .prof-box {
    padding: 2rem;
  }
  .prof-box .img {
    width: 85px;
    padding-right: 15px !important;
  }
  .prof-box .img img {
    width: 70px !important;
    height: 70px !important;
  }
  .prof-box .ttl {
    width: calc(100% - 85px);
  }
  .prof-box .txt {
    margin-top: 10px;
  }
}
/* ECサイト制作 */
.interview-ec {
  margin-top: 78px;
}
.interview-ec-ttl {
  text-align: center;
}
.interview-ec-ttl__sub {
  font-size: 20px;
  color: #c5a882;
}
.interview-ec-ttl__main {
  padding-top: 4px;
  font-size: 30px;
  font-weight: 700;
}
.interview-ec-ttl__main span {
  color: #c5a882;
}
.interview-ec__main {
  margin-top: 17px;
  display: flex;
  width: 110%;
}
.interview-ec__article {
  position: relative;
}
.interview-ec__article:first-of-type {
  margin-left: -5%;
}
.interview-ec__article:last-of-type {
  margin-left: -10%;
}
.interview-ec__article:first-of-type .interview-ec-article__img {
  clip-path: polygon(0% 0, 95% 0, 90% 100%, 0 100%);
}
.interview-ec__article:last-of-type .interview-ec-article__img {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 5% 100%);
}
.interview-ec-article__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interview-ec-article__img img {
  width: 100%;
  height: 100%;
}
.interview-ec-article__txt {
  position: relative;
  margin: 100px auto 50px;
  padding: 50px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  width: 60%;
}
/* 集客ECサイト制作 バナー */
.ec .e-commerce-bnr {
  padding-top: 68px;
}
.ec .e-commerce-bnr__picture {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.ec .e-commerce-bnr__picture img {
  max-width: 100%;
  transition: all 0.2s;
}
.ec .e-commerce-bnr__picture:hover img {
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.36));
  transform: scale(1.02);
}
/* 集客サイト制作 バナー */
.website .website-bnr {
  padding-top: 82px;
}
.website .website-bnr__picture {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.website .website-bnr__picture img {
  max-width: 100%;
  transition: all 0.2s;
}
.website .website-bnr__picture:hover img {
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.36));
  transform: scale(1.02);
}
/************************************************
　サービス一覧：運用/リスティング代行
　(web-consulting.css参照)
************************************************/
.operation {
  font-size: 1.6rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  color: #364246;
}
.operation .slick-dots {
  bottom: -10px;
}
.operation .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.operation .slick-dots li button:before {
  opacity: 1;
  color: #cacccc;
}
.operation .slick-dots li.slick-active button:before {
  color: #1a76d9;
}
.operation .slick-prev, .operation .slick-next {
  width: 41px;
  height: 41px;
  z-index: 99;
  transition: all 0.2s;
}
.operation .slick-prev {
  left: -2rem;
  background: url(../img/web-consulting/2x/arrow-prev.png) center center / contain no-repeat !important;
}
.operation .slick-next {
  right: -2rem;
  background: url(../img/web-consulting/2x/arrow-next.png) center center / contain no-repeat !important;
}
.operation .slick-prev:before, .operation .slick-next:before {
  display: none;
}
.operation .slick-prev.slick-disabled, .operation .slick-next.slick-disabled {
  display: none !important;
}
.operation-contents .flex {
  justify-content: center;
  align-items: center;
}
.operation .wrap {
  max-width: 1240px;
  padding: 0 2rem;
  margin: 0 auto;
}
.operation .ttl-01 {
  text-align: center;
  margin-bottom: 1.2rem;
}
.operation .ttl-01 .en {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #1a76d9;
}
.operation .ttl-01 .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding-top: 5px;
}
.operation .ttl-01 strong {
  font-weight: bold;
  color: #1a76d9;
}
.operation .accent-01 {
  font-family: "Montserrat", sans-serif;
  font-size: 5.8rem;
  font-weight: bold;
  color: #1a76d9;
  position: relative;
}
.operation .accent-01::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/web-consulting/2x/accent-01.png) center center / contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(60%, -20%);
}
.operation .accent-02 {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 5.8rem;
  font-weight: bold;
  color: #1a76d9;
  position: relative;
}
.operation .accent-02::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/web-consulting/2x/accent-02.png) center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 5px;
  transform: translate(-100%, -30%);
}
.operation .ttl-02 {
  position: relative;
  padding-top: 7.7rem;
  margin-bottom: 1.4rem;
}
.operation .ttl-02 h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #1a76d9;
  text-align: left;
}
.operation .ttl-02 .en {
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  color: rgba(26, 118, 217, 0.07);
  position: absolute;
  top: 18px;
  left: 0;
  z-index: -1;
}
.operation .ttl-03 {
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}
.operation .ttl-03 .ttl-03-wrap {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 3.8rem;
}
.operation .ttl-03 .ttl-03-wrap::before, .operation .ttl-03 .ttl-03-wrap::after {
  content: "";
  width: 2px;
  height: 4rem;
  background: #364246;
  position: absolute;
  bottom: 0;
}
.operation .ttl-03 .ttl-03-wrap::before {
  left: 0;
  transform: rotate(-45deg);
}
.operation .ttl-03 .ttl-03-wrap::after {
  right: 0;
  transform: rotate(45deg);
}
.operation .ttl-03 .accent-01 {
  font-size: 4.8rem;
}
.operation .ttl-04 {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  letter-spacing: 2px;
}
.operation .ttl-04::before, .operation .ttl-04::after {
  flex: 1;
  content: "";
  height: 2px;
  margin-top: 6px;
  background: #1a76d9;
}
.operation .ttl-04 span {
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0 2rem;
}
/* cont-box-01 */
.operation .cont-box-01 {
  display: grid;
  grid-template-columns: 460px auto;
  grid-column-gap: 63px;
}
.operation .cont-box-01 .ttl {
  position: relative;
  align-self: flex-end;
}
.operation .cont-box-01 .ttl .num {
  position: absolute;
  bottom: -4px;
  right: -18px;
  font-size: 12rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #ebf4ff;
}
.operation .cont-box-01 .ttl .balloon {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  background: #1a76d9;
  width: 129px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
}
.operation .cont-box-01 .ttl .txt {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: calc(48 / 36);
  letter-spacing: 0.04em;
  margin-top: 14px;
  position: relative;
  z-index: 1;
}
.operation .cont-box-01 .img {
  grid-row: 1/3;
}
.operation .cont-box-01 .read {
  margin: 16px 0 9px;
  letter-spacing: 0.08em;
  text-align: left;
}
.operation .reason-single-02 .cont-box-01 {
  grid-template-columns: auto auto;
}
.operation .reason-single-02 .cont-box-01 .img {
  grid-column: 2/3;
}
.operation .reason-single-02 .cont-box-01 .ttl .txt {
  letter-spacing: 0.06em;
  margin-top: 18px;
}
.operation .reason-single-02 .cont-box-01 .read {
  margin: 14px 0 36px;
}
.operation .reason-single-03 .cont-box-01 .img {
  text-align: center;
  transform: translate(29px, 10px);
}
/* bg */
.operation .bg-shape {
  position: relative;
}
.operation .bg-01::before {
  content: "";
  width: 946px;
  height: 946px;
  background: url(../img/web-consulting/2x/bg-shape-01.png) center center / contain no-repeat;
  position: absolute;
  top: -254px;
  left: -283px;
  z-index: -1;
}
.operation .bg-02::before {
  content: "";
  width: 542px;
  height: 542px;
  background: url(../img/web-consulting/2x/bg-shape-02.png) center center / contain no-repeat;
  position: absolute;
  top: -87px;
  right: -346px;
  z-index: -1;
}
.operation .bg-03::before {
  content: "";
  width: 600px;
  height: 600px;
  background: url(../img/web-consulting/2x/bg-shape-01.png) center center / contain no-repeat;
  position: absolute;
  top: -60px;
  left: -362px;
  z-index: -1;
}
.operation .under-line {
  background: linear-gradient(transparent 70%, #fff94c 70%);
  line-height: 1.5;
}
/* fv */
.operation .fv {
  padding: 6.5rem 0 5rem;
  background: url(../img/web-consulting/2x/main-bg.png) center center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}
.operation .fv .txt-wrap {
  width: 50%;
  z-index: 1;
}
.operation .fv .txt-wrap > .flex {
  align-items: flex-start;
}
.operation .fv .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
}
.operation .fv .ttl .en {
  letter-spacing: 0.8px;
}
.operation .fv .ttl .jp {
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 0.7rem;
}
.operation .fv .read p {
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  line-height: 1.9;
  margin-top: 1rem;
}
.operation .fv .point-list {
  margin-top: 2.1rem;
  justify-content: flex-start;
}
.operation .fv .point-list .point {
  width: 160px;
  height: 160px;
  background: url(../img/web-consulting/2x/main-shape-bg.png) center center / contain no-repeat;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.operation .fv .point-list .point + .point {
  margin-left: 1.5rem;
}
.operation .fv .point-list .flex {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  text-align: center;
  padding-top: 1.3rem;
}
.operation .fv .point-list .flex * {
  font-weight: bold;
  line-height: 1.2;
}
.operation .fv .point-list .point-ttl {
  font-size: 1.6rem;
}
.operation .fv .point-list .num {
  font-family: "Arial", sans-serif;
  font-size: 2.4rem;
  padding: 0.3rem 0 0 1rem;
}
.operation .fv .point-list .num .en {
  font-family: "Arial", sans-serif;
  font-size: 5.4rem;
  line-height: 1;
}
.operation .fv .point-list .num .en.l {
  font-size: 6.2rem;
}
.operation .fv .point-list .note {
  font-size: 2rem;
}
.operation .fv .img {
  width: 50%;
  position: relative;
  text-align: center;
}
.operation .fv .img img {
  position: absolute;
  top: -329px;
  left: -92px;
}
/* breadcrumbs */
.operation .breadcrumbs {
  padding: 1rem 0;
  font-weight: normal;
}
.operation .breadcrumbs a {
  font-size: 1.2rem;
  color: #1a76d9;
}
.operation .breadcrumbs .fa {
  font-size: 1rem;
  margin: 0 1rem;
  color: #9aa0a2;
}
.operation .breadcrumbs span {
  font-size: 1.2rem;
}
/* page-head */
.operation .page-head .wrap {
  position: relative;
}
.operation .page-head .ttl-02 {
  width: 65%;
}
.operation .page-head .img {
  position: absolute;
  width: 35%;
  top: 67px;
  right: 4px;
}
.operation .page-head .read {
  width: 65%;
  text-align: left;
}
.operation .page-head .read p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: calc(34 / 18);
  padding-top: 1px;
  letter-spacing: 0.08em;
}
/* result-box */
.operation .result-box {
  margin-top: 11.3rem;
  padding: 6.6rem 0 8rem;
  background: url(../img/web-consulting/2x/bg-pattern-01.png) center center / cover no-repeat;
}
.operation .result-box .ttl-01 .jp {
  letter-spacing: 0.04em;
}
.operation .result-box .slick-prev {
  left: calc(18.8vw + 10px);
}
.operation .result-box .slick-next {
  right: calc(18.8vw + 10px);
}
@media screen and (max-width: 1500px) {
  .operation .result-box .slick-prev {
    left: calc(14.8vw + 10px);
  }
  .operation .result-box .slick-next {
    right: calc(14.8vw + 10px);
  }
}
@media screen and (max-width: 1300px) {
  .operation .result-box .slick-prev {
    left: calc(11.8vw + 10px);
  }
  .operation .result-box .slick-next {
    right: calc(11.8vw + 10px);
  }
}
.operation .result-slider .slide {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 3rem 5rem 4.1rem;
  margin: 2rem 2.5rem;
  position: relative;
}
.operation .result-slider .slide::before {
  content: "";
  border: solid 2rem transparent;
  border-top: solid 2rem #1a76d9;
  border-left: solid 2rem #1a76d9;
  position: absolute;
  top: 0;
  left: 0;
}
.operation .result-slider .slide .txt-wrap h3 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: #1a76d9;
  margin-right: 16px;
}
.operation .result-slider .slide .sub {
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #222222;
}
.operation .result-slider .slide .data-list {
  margin-top: 2.6rem;
  padding-right: 3.5rem;
  align-items: flex-start;
}
.operation .result-slider .slide .data-list .data {
  width: calc((100% - 2rem) / 3);
}
.operation .result-slider .slide .data-list .data + .data {
  margin-left: 1rem;
}
.operation .result-slider .slide .data-list dt {
  background: #f2f8ff;
  color: #364246;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px;
  position: relative;
}
.operation .result-slider .slide .data-list dt::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 14px;
}
.operation .result-slider .slide .data-list .data-01 dt::before {
  background: url(../img/web-consulting/2x/icon-search.png) center center / contain no-repeat;
}
.operation .result-slider .slide .data-list .data-02 dt::before {
  background: url(../img/web-consulting/2x/icon-tag.png) center center / contain no-repeat;
}
.operation .result-slider .slide .data-list .data-03 dt::before {
  background: url(../img/web-consulting/2x/icon-graph.png) center center / contain no-repeat;
}
.operation .result-slider .slide .data-list dd {
  padding: 0.5rem;
}
.operation .result-slider .slide .data-list dd * {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  line-height: 1.1;
  font-weight: bold;
}
.operation .result-slider .slide .txt-wrap .before {
  font-size: 2rem;
  transform: translateY(20%);
}
.operation .result-slider .slide .txt-wrap .after {
  font-size: 2rem;
  color: #1a76d9;
  padding-left: 1.5rem;
  margin-left: 1rem;
  background: url(../img/web-consulting/2x/icon-arrow.png) left 60% / 8px no-repeat;
}
.operation .result-slider .slide .data-list .note {
  text-align: center;
  font-size: 1.2rem;
  color: #364246;
}
.operation .result-slider .slide .img {
  width: 400px;
}
.operation .result-slider .slide .img img {
  transform: translateY(1rem);
}
.operation .before-after {
  margin-top: 3.6rem;
  align-items: flex-start !important;
  text-align: center;
}
.operation .before-after > div {
  width: calc((100% - 4rem) / 2);
}
.operation .before-after > div:nth-child(even) {
  margin-left: 4rem;
}
.operation .before-after .before {
  background: #f5f5f5;
  border-radius: 10px;
}
.operation .before-after .after {
  background: #ebf4ff;
  border-radius: 10px;
}
.operation .before-after .ttl {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  background: #a3b7cc;
  border-radius: 17px;
  padding: 7px 8px 8px;
  width: 100px;
  transform: translateY(-17px);
}
.operation .before-after .content {
  padding: 1px 11.15% 31px 11.615%;
}
.operation .before-after .txt {
  font-family: "Noto Sans JP", sans-serif;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1rem;
}
.operation .before-after .txt p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
}
.operation .before-after .txt .num {
  display: inline-block;
  font-size: 3.2rem;
  transform: translate(1px, 2px);
}
.operation .before-after .after .ttl {
  background: #1a76d9;
  position: relative;
}
.operation .before-after .after .content {
  position: relative;
}
.operation .before-after .after .content::before {
  content: "";
  width: 10px;
  height: 17px;
  background: url(../img/web-consulting/2x/icon-arrow.png) center center / contain no-repeat;
  position: absolute;
  top: calc(50% - 24px);
  left: -2.5rem;
}
.operation .before-after .after .under-line {
  color: #1a76d9;
}
.operation .comment {
  margin-top: 3.4rem;
}
.operation .comment .ttl {
  position: relative;
  text-align: center;
}
.operation .comment .ttl::before, .operation .comment .ttl::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background: #1a76d9;
  top: calc(50% - 1px);
}
.operation .comment .ttl::before {
  left: 0;
}
.operation .comment .ttl::after {
  right: 0;
}
.operation .comment .ttl span {
  position: relative;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #1a76d9;
  background: #fff;
  padding: 0 28px;
  z-index: 1;
}
.operation .comment .txt {
  font-size: 1.5rem;
  line-height: calc(30 / 15);
  letter-spacing: 0.1em;
  margin-top: 1.3rem;
}
/* contact-box */
.operation .contact-box {
  background: #1a76d9;
  color: #fff;
  padding: 8.8rem 0 9.4rem;
}
.operation .contact-box .wrap {
  position: relative;
}
.operation .contact-box .wrap::before {
  content: "Contact";
  color: rgba(255, 255, 255, 0.08);
  font-size: 10rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2.4px;
  position: absolute;
  top: -4rem;
  left: -8rem;
}
.operation .contact-box .flex {
  position: relative;
  z-index: 99;
}
.operation .contact-box .ttl {
  width: 28%;
}
.operation .contact-box .ttl .en {
  font-size: 1.8rem;
  letter-spacing: 1.2px;
}
.operation .contact-box .ttl .jp {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.8px;
  margin: 0.5rem 0 1rem;
}
.operation .contact-box .read p {
  letter-spacing: 1.6px;
  line-height: 1.8;
}
.operation .contact-box .contact {
  width: 36%;
  padding: 1.2rem 0 0 3.2rem;
}
.operation .contact-box .contact a {
  display: block;
  height: 120px;
  border: solid 1px rgba(255, 255, 255, 0.32);
  text-align: center;
  padding: 3rem;
  position: relative;
}
.operation .contact-box .contact .h {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.operation .contact-box .contact .h span {
  display: inline-block;
  padding: 0 1.2rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.operation .contact-box .contact .h span::after {
  content: "";
  height: 50%;
  background: #1a76d9;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.operation .contact-box .tel .num {
  display: inline-block !important;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.4px;
  line-height: 1.1;
  padding-left: 3.6rem;
  background: url(../img/web-consulting/2x/icon-tel-wh.png) left center / 29px no-repeat;
}
.operation .contact-box .tel .note {
  font-size: 1.5rem;
  letter-spacing: 0.8px;
}
.operation .contact-box .btn {
  display: block;
  background: #fff url(../img/web-consulting/2x/arrow.png) right 15px center / 20px no-repeat;
  color: #364246;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1.65rem 1rem 1.65rem 1.5rem;
  border-radius: 5px;
}
.operation .contact-box .mail .btn-01 {
  padding: 3rem 1.5rem;
}
.operation .contact-box .mail .btn span {
  padding: 0 3rem;
  background: url(../img/web-consulting/2x/icon-mail.png) left center / 24px no-repeat;
  transition: all 0.2s;
}
/* reason-box */
.operation .reason-box {
  padding: 9.4rem 0 15.1rem;
}
.operation .reason-box .ttl-01 {
  margin-bottom: 2.8rem;
}
.operation .reason-box .ttl-01 .jp {
  padding-top: 0;
  letter-spacing: 0.04em;
}
.operation .reason-box .reason-list-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: calc(48 / 32);
  letter-spacing: 0.06em;
  text-align: center;
  margin: 77px 0 40px;
}
.operation .reason-box .reason-list {
  align-items: flex-start;
  margin-bottom: 15.1rem;
}
.operation .reason-box .reason-list .reason {
  width: calc(calc(100% - 8rem) / 3);
  position: relative;
}
.operation .reason-box .reason-list .reason + .reason {
  margin-left: 4rem;
}
.operation .reason-box .reason-list img {
  border-radius: 40px 0 40px 0;
}
.operation .reason-box .reason-list h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1a76d9;
  text-align: center;
  letter-spacing: 1.6px;
  margin: 2.2rem 0 1.5rem;
}
.operation .reason-box .reason-list p {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
.operation .co-wrap {
  margin: 3.1rem calc(50% - 50vw) 14.6rem;
}
.operation .co-wrap .co-slider-wrap {
  display: flex;
  align-items: center;
  padding-top: 2.4rem;
  overflow: hidden;
}
.operation .co-wrap .co-slider {
  display: flex;
  animation: loop-slide 60s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.operation .co-wrap .co {
  text-align: center;
  margin: 1.5rem;
  background: #f2f8ff;
  padding: 2rem;
  border-radius: 10px;
  width: 370px;
  height: 240px;
}
.operation .co-wrap .co figure {
  width: 151px;
  height: 151px;
  background: #fff;
  border-radius: 50%;
  border: 6px solid #f2f8ff;
  margin: -45px auto 13px;
}
.operation .co-wrap .co h4 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #1a76d9;
  margin-bottom: 4px;
}
.operation .co-wrap .co .read {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: -1rem;
}
.operation .co-wrap .co .read .strong {
  color: #1a76d9;
}
.operation .co-wrap .co .read .num {
  font-size: 4rem;
  letter-spacing: 0;
}
.operation .co-wrap .co.co-03 img {
  width: 80px;
}
.operation .co-wrap .co.co-04 img {
  width: 53px;
}
.operation .co-wrap .co.co-05 img {
  width: 49px;
}
.operation .co-wrap .co.co-01 img {
  width: 72px;
}
.operation .co-wrap .co.co-02 img {
  width: 80px;
}
.operation .co-wrap .co.co-02 .read {
  font-size: 2.4rem;
}
/* sec-consultants */
.operation .sec-consultants .ttl-01 .jp {
  letter-spacing: 0.06em;
}
/* flow-box */
.operation .flow-box {
  background: #f7f7f7;
  padding: 7.7rem 0 0.1rem;
}
.operation .flow-box .ttl-01 {
  margin-bottom: 4.1rem;
}
.operation .flow-box .flow-wrap {
  align-items: baseline;
}
.operation .flow-wrap .flow-nav {
  width: 130px;
  transform: translateY(14px);
}
.operation .flow-wrap .flow-nav .flow-menu > span {
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #999999;
  padding: 4px 0 38px 34px;
  position: relative;
  transition: all 0.2s;
}
.operation .flow-wrap .flow-nav .flow-menu > span::before {
  content: "";
  width: 12px;
  height: 12px;
  border: solid 6px #cccccc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
}
.operation .flow-wrap .flow-nav .flow-menu > span::after {
  content: "";
  height: 2.6rem;
  border-left: dotted 4px #cccccc;
  position: absolute;
  left: 10px;
  bottom: 4px;
  transition: all 0.2s;
}
.operation .flow-wrap .flow-nav .flow-menu .pc {
  margin: 0;
}
.operation .flow-wrap .flow-nav .flow-menu.slick-current > span {
  color: #1a76d9;
}
.operation .flow-wrap .flow-nav .flow-menu.slick-current > span::before {
  border: solid 6px #1a76d9;
}
.operation .flow-wrap .flow-nav .flow-menu.slick-current > span::after {
  border-left: dotted 4px #1a76d9;
}
.operation .flow-wrap .flow-nav .flow-menu:last-child > span {
  padding-bottom: 0;
}
.operation .flow-wrap .flow-nav .flow-menu:last-child > span::after {
  display: none;
}
.operation .flow-wrap .flow-slider {
  width: calc(100% - 130px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 10rem;
  position: relative;
}
.operation .flow-wrap .flow-slider::before {
  content: "";
  border: solid 2rem transparent;
  border-top: solid 2rem #1a76d9;
  border-left: solid 2rem #1a76d9;
  position: absolute;
  top: 0;
  left: 0;
}
.operation .flow-wrap .flow-slider .flex {
  padding: 3.5rem 5rem 2.7rem;
}
.operation .flow-wrap .txt-wrap {
  width: 52.5%;
  padding-right: 3rem;
  position: relative;
}
.operation .flow-wrap .txt-wrap .num {
  font-family: "Arial", sans-serif;
  font-size: 12rem;
  font-weight: bold;
  line-height: 1;
  color: rgba(26, 118, 217, 0.1);
  position: absolute;
  top: -1.5rem;
  right: 2.4rem;
}
.operation .flow-wrap .txt-wrap h3 {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 18px -5px;
}
.operation .flow-wrap .txt-wrap h3 .tag {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  color: #1a76d9;
  background: #f2f8ff;
  padding: 4px 16px;
  margin-left: 2px;
  border-radius: 5px;
  transform: translateY(-6px);
}
.operation .flow-wrap .txt-wrap .read p {
  font-size: 1.5rem;
  letter-spacing: 1.6px;
  line-height: 2.15;
}
.operation .flow-wrap .img {
  position: relative;
  width: 47.423%;
  padding-top: calc(250 / 970 * 100%);
  text-align: right;
  margin: 16px 0 0 0;
}
.operation .flow-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* plan-box */
.operation .plan-box {
  margin-top: 67px;
}
.operation .plan-box .plan-list {
  margin-top: 52px;
}
.operation .plan-box .plan-item {
  position: relative;
  width: 370px;
  height: 480px;
  padding: 0 30px;
  text-align: center;
  border-radius: 10px;
  background: #ebf8f7;
}
.operation .plan-box .plan-item + .plan-item {
  margin-left: 45px;
}
.operation .plan-box .plan-item-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(60 / 24);
  letter-spacing: 0.04em;
  color: #fff;
  background: #00a695;
  margin: 0 -30px;
  border-radius: 10px 10px 0 0;
}
.operation .plan-box .plan-item-price {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-top: 21px;
  padding-left: 5px;
}
.operation .plan-box .plan-item-price .num {
  font-size: 5.4rem;
  letter-spacing: 0;
  padding: 0 2px 0 8px;
  color: #00a695;
}
.operation .plan-box .plan-item-read {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #00a695;
  padding-top: 16px;
  padding-bottom: 7px;
}
.operation .plan-box .plan-feature {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  margin-bottom: 10px;
}
.operation .plan-box .plan-feature::before {
  position: absolute;
  content: "";
  top: 18px;
  left: 24px;
  width: 16px;
  height: 6px;
  border-left: 4px solid #00a695;
  border-bottom: 4px solid #00a695;
  transform: rotate(-45deg);
}
.operation .plan-box .plan-caution {
  position: absolute;
  transform: translateY(100%);
  bottom: -7px;
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
}
/* plan-item--standard */
.operation .plan-box .plan-item.plan-item--standard {
  background: #ffedf3;
  outline: 4px solid #ec407a;
  outline-offset: -4px;
}
.operation .plan-box .plan-item--standard .balloon {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #ec407a;
  background: #fff;
  width: 120px;
  height: 42px;
  border-radius: 21px;
  box-shadow: 0 3px 15px rgba(236, 64, 122, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.operation .plan-box .plan-item--standard .balloon::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -4px;
  width: 24px;
  height: 25px;
  background: url(../img/support/operation/2x/plan-strong.png) center / contain no-repeat;
}
.operation .plan-box .plan-item--standard .plan-item-ttl {
  background: #ec407a;
}
.operation .plan-box .plan-item--standard .plan-item-price .num {
  color: #ec407a;
}
.operation .plan-box .plan-item--standard .plan-item-read {
  color: #ec407a;
}
.operation .plan-box .plan-item--standard .plan-name {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  margin-bottom: 2px;
  color: #00a695;
  border: 2px solid #00a695;
}
.operation .plan-box .plan-item--standard .plus {
  font-size: 4.6rem;
  line-height: 1;
  margin-bottom: 4px;
  color: #ec407a;
}
.operation .plan-box .plan-item--standard .plan-feature::before {
  border-color: #ec407a;
}
/* plan-item--expert */
.operation .plan-box .plan-item.plan-item--expert {
  background: #f2f8ff;
}
.operation .plan-box .plan-item--expert .plan-item-ttl {
  background: #1a76d9;
}
.operation .plan-box .plan-item--expert .plan-item-price .num {
  color: #1a76d9;
}
.operation .plan-box .plan-item--expert .plan-item-read {
  color: #1a76d9;
}
.operation .plan-box .plan-item--expert .plan-name {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  margin-bottom: -7px;
  color: #ec407a;
  border: 2px solid #ec407a;
}
.operation .plan-box .plan-item--expert .plus {
  font-size: 4.6rem;
  line-height: 1;
  margin-bottom: -7px;
  color: #1a76d9;
}
.operation .plan-box .plan-item--expert .plan-feature::before {
  border-color: #1a76d9;
}
/* achievement-box */
.operation .achievement-box {
  margin-top: 167px;
}
.operation .achievement-box.bg-03::before {
  top: -98px;
  left: -112px;
}
.operation .achievement-box .cont-box-01 {
  grid-column-gap: 58px;
}
.operation .achievement-box .cont-box-01 .ttl-02 {
  margin-bottom: 17px;
}
.operation .achievement-box .cont-box-01 .ttl-02 .en {
  font-size: 12rem;
  top: -5px;
}
.operation .achievement-box .cont-box-01 .ttl-02 h2 {
  font-size: 4.2rem;
  letter-spacing: 0.08em;
}
.operation .achievement-box .cont-box-01 .img {
  grid-row: 1/4;
  transform: translate(-143px, 71px);
}
.operation .achievement-box .cont-box-01 .copy {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: calc(48 / 32);
}
.operation .achievement-box .cont-box-01 .read {
  margin-top: 17px;
  margin-left: 5px;
}
/* faq-box */
.operation .faq-box {
  padding: 12.6rem 0 8.2rem;
}
.operation .faq-box .faq-list {
  margin: 3.4rem 0 3.8rem;
}
.operation .faq-box .faq {
  position: relative;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 0.5rem 4rem;
  margin-bottom: 3rem;
}
.operation .faq-box .faq .q-icon {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #1a76d9;
  position: absolute;
  top: 2rem;
  left: 4rem;
}
.operation .faq-box .faq .q-icon span {
  font-size: 2.4rem;
}
.operation .faq-box .q-ttl {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1.5;
  padding: 2rem 0 2rem 5.2rem;
  position: relative;
}
.q-toggle {
  position: absolute;
  right: 0;
  top: calc(50% - 22px);
}
.q-toggle > span {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1a76d9;
}
.operation .faq-box .q-toggle > span::before, .operation .faq-box .q-toggle > span::after {
  content: "";
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 11px);
  transition: all 0.2s;
}
.operation .faq-box .q-ttl.active .q-toggle > span::after {
  opacity: 0;
  visibility: hidden;
}
.operation .faq-box .q-toggle > span::after {
  transform: rotate(90deg);
}
.operation .faq-box .q-txt {
  display: none;
  background: #fff;
  padding: 2.8rem 3.6rem;
  margin: 1.6rem 0 3.6rem;
  position: relative;
}
.operation .faq-box .q-txt::before {
  content: image-set(url(../img/web-consulting/1x/balloon-shape.png) 1x, url(../img/web-consulting/2x/balloon-shape.png) 2x);
  content: -webkit-image-set(url(../img/web-consulting/1x/balloon-shape.png) 1x, url(../img/web-consulting/2x/balloon-shape.png) 2x);
  position: absolute;
  left: 4rem;
  top: -2rem;
}
.operation .faq-box .q-txt h4 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.4px;
  color: #1a90ff;
  margin-bottom: 15px;
}
.operation .faq-box .q-txt p {
  letter-spacing: 1.6px;
}
/*
---------------------------------------
#message
---------------------------------------
*/
.message-main {
  background: url(../img/message/mv-bg.png) center top / 100% auto no-repeat, url(../img/message/bottom-bg.png) center bottom / 100% auto no-repeat;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  padding: 106px 0 50px;
}
.message-mv__ttl-en {
  color: #364246;
  font: bold 54px "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
.message-mv__ttl-ja {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.44em;
  line-height: 1;
  text-align: center;
}
.message-bg-wrap {
  background: url(../img/message/center-bg.png) left 57% top 20px / 95.88% auto no-repeat;
}
.message-intro {
  margin-top: 90px;
}
.message-intro__img {
  flex: 0 0 400px;
}
.message-intro__txt {
  flex: 0 0 calc(100% - 400px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 78px;
  padding-bottom: 3%;
}
.message-intro__ttl-en {
  position: relative;
  color: #1a76d9;
  font: bolder 20px "Montserrat", sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
}
.message-intro__ttl-en::before {
  content: "";
  position: absolute;
  right: calc(100% + 20px);
  top: 0;
  bottom: 0;
  display: block;
  width: 80px;
  height: 1px;
  background: #1a76d9;
  margin: auto;
}
.message-intro__ttl-ja {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: calc(62 / 42);
  margin-bottom: 21px;
}
.message-intro__signature {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.message-intro__signature .post {
  font-size: 14px;
  font-weight: normal;
}
.message-content-ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(52 / 36);
  letter-spacing: 0.06em;
  margin-bottom: 21px;
}
.message-content1 {
  margin-top: 126px;
}
.message-content1 .message-content-ttl {
  text-align: center;
}
.message-content2 {
  margin-top: 144px;
}
.message-content2__inner {
  display: flex;
}
.message-content2__txt {
  align-self: center;
  flex: 0 0 calc(50% + 30px);
  padding-right: 53px;
  padding-left: calc(50% - 600px);
}
.message-content2__img {
  flex: 0 0 calc(50% - 30px);
}
.message-content2__img img {
  max-width: 100%;
  height: auto;
}
.message-bottom {
  margin-top: 186px;
}
.message-bottom__catch-en {
  font: bold 63px "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.message-bottom__catch-en span {
  color: #1a76d9;
}
.message-bottom__catch-ja {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-top: 12px;
  text-align: center;
}
.message-bottom__links {
  display: flex;
  justify-content: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.75);
  margin-top: 149px;
  padding: 30px;
}
.message-bottom__links a {
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 270px;
  height: 60px;
  background: #fff url(../img/message/chevron-right.svg) right 15px center / 11px no-repeat;
  border-radius: 5px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  color: #364246;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-left: 20px;
  transition: 0.2s;
}
.message-bottom__links a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: center / contain no-repeat;
  margin-right: 14px;
}
.message-bottom__links a.policy::before {
  background-image: url(../img/message/leaf.svg);
  background-size: 26px;
}
.message-bottom__links a.core-value::before {
  background-image: url(../img/message/hands-heart.svg);
}
.message-bottom__links a.about::before {
  background-image: url(../img/message/building.svg);
  background-size: 24px;
}
.message-bottom__links a.history::before {
  background-image: url(../img/message/history.svg);
  background-size: 26px;
}
@media (min-width: 751px) {
  .message-bottom__links a:hover {
    background-position: right 10px center;
    color: #1664b9;
  }
}
/*adddtional css for COJP-149*/
.ss-wrap-adjustmaxwidth img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 751px) {
  .btn-consult-SEO {
    max-width: 320px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .btn-consult-SEO {
    margin-top: 40px;
  }
  .service-btn .btn-consult-SEO a {
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 0.2px;
    padding: 0;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
    max-width: initial;
  }
}
.bnr-conowa .inner {
  display: none;
}
/*
---------------------------------------
コンサル募集の先輩インタビュー非表示
---------------------------------------
*/
#recruit-dtl .sec-interview {
  display: none !important;
}
/*
---------------------------------------
bottom-result
---------------------------------------
*/
.recruit-marketer .page-head .page-head-catch.badge::after {
  display: none !important
}
.recruit-marketer .page-mv {
  background: url(../img/guide/bg-mv-marketer.jpg) no-repeat center center / cover;
}
.recruit-marketer .box-gap-02-wrap .box-gap-02-inner .box-gap-02.img-l:before {
  background: url(../img/recruit/marketing/img-attraction-01.jpg) no-repeat center center / cover;
}
.recruit-marketer .box-gap-02-wrap .box-gap-02-inner .box-gap-02.img-r:before {
  background: url(../img/recruit/marketing/img-attraction-02.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 750px) {
  .recruit-marketer .box-gap-02-wrap .box-gap-02-inner .box-gap-02.item-03 .box-gap-ttl:after {
    background: none;
    height: 0;
  }
}
#recruit-ac .fix-bnr.fixed {
  display: none;
}
@media screen and (max-width: 750px) {
  #recruit-ac #sp-fix-bnr {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #contents .page-mv-02 .page-mv-02-inner h1.page-mv-02-h1-main span.ja {
    text-align: left;
  }
  #contents .fv .wrap .flex .ttl h1.jp {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #contents .fv .wrap .flex .read p {
    margin-bottom: 15px !important;
  }
  #contents .fv .wrap .flex .ttl h1.jp {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}