<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: sem_Lab
*/


/*style.css*/

/*
サイドバー
*/
.sidebar dl dd .rankingDetail .rankingTitle {
    width: 50%;
}
/*
記事内CVボタン
*/
.blogInner a.serviceButton, .productWrap .topContent a.serviceButton {
  position: relative;
  padding: 16px 32px;
  background-color: #f76263;
  color: #fff;
  border-radius: 100vh;
  display: block;
  text-align: center;
  margin: 20px auto;
  font-weight: bold;
  font-size: 20px;
  border: 2px solid #f66363;
  max-width: 530px;
  line-height: 1.2;
}
.blogInner a.serviceButton .pcBreak, .productWrap .topContent a.serviceButton .pcBreak{
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .blogInner a.serviceButton, .productWrap .topContent a.serviceButton {
    font-size: 18px;
  }  
}

.blogInner a.serviceButton:hover,  .productWrap .topContent a.serviceButton:hover{
  color: #f66363;
  background-color: #fff;
  transition: .3s;
  opacity:1;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}



/*css/reset.css*/


/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
a {
	text-decoration: none;
}
*:focus {
    outline: none;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}
 
/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
 
/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

header,
main,
footer {
	display: block;
}
/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}
 
/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not() {
  text-decoration-skip-ink: auto;
}
 
/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  display: block;
  height: auto;
}
 
/* Natural flow and rhythm in articles by default */
/* article要素内の要素に自然な流れとリズムを定義 */
article &gt; * + * {
  margin-top: 1em;
}
 
/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
}
 
/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/*css/style01.css*/


* {
  box-sizing: border-box;
}
body {
  position: relative;
  top: 29px;
}
body, a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}
em {
  font-weight: bold;
  font-style: unset;
  background-image: -webkit-linear-gradient(left, transparent 50%, #13ffc46e 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #13ffc46e 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #13ffc46e 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #13ffc46e 50%);
  background-image: linear-gradient(left, transparent 50%, #13ffc46e 50%);
  background-repeat: repeat-x;
  background-size: 200% 2em;
  background-position: 0;
  transition: all 2s ease;
}
em.isActive {
  background-position: -100% 0;
}
.spNone {
  display: block;
}
.pcNone {
  display: none;
}
header {
  box-shadow: 0 3px 3px -3px rgba(34, 34, 34, 0.20);
  position: fixed;
  left: 0;
  right: 0;
  top: 29px;
  z-index: 100;
  background-color: #fff;
}
main {
  margin-top: 80px;
  position: relative;
  z-index: 5;
}
footer {
  position: relative;
  z-index: 6;
}
.headerWrap {
  height: 80px;
  display: flex;
  justify-content: space-between;
  padding: 0 65px;
}
.spNavWrap, .hamburgerMenu {
  display: none;
}
.navButtonArea &gt; li:first-child {
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pcNavWrap {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  width: 750px;
  height: 100%;
  justify-content: space-between;
}
.pcNavWrap &gt; ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.blogLogo a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
}
.blogLogo a:hover {
  opacity: 0.5;
}
.blogLogo img {
  width: 250px;
  height: auto;
}
.globalNav &gt; li &gt; a {
  color: #222;
  font-size: 16px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transition: all .3s;
}
.navButtonArea {
  padding-top: 5px;
}
.has-child &gt; a {
  padding-bottom: 5px;
}
.buttonWrap a {
  font-size: 14px;
  border: 2px solid;
  border-radius: 30px;
  padding: 2px 0;
  width: 160px;
  display: block;
  text-align: center;
  transition: all .3s;
}
.documentDl a {
  color: #fff;
  background-color: #58c8ac;
  border-color: #58c8ac;
  transition: 0.3s;
}
.documentDl a:hover {
  color: #58c8ac;
  background-color: #fff;
  transition: 0.3s;
}
.contactUs a {
  color: #fff;
  background-color: #F66363;
  border-color: #F66363;
  transition: 0.3s;
}
.contactUs a:hover {
  color: #F66363;
  background-color: #fff;
  border-color: #F66363;
  transition: 0.3s;
}
.powerdBy img {
  height: auto;
}
.sideNav {
  display: none;
}
.SearchWrap {
  display: flex;
}
.SearchWrap input {
  border: none;
  font-size: 14px;
  border-radius: 30px 0 0 30px;
  background-color: #EFEFEF;
  padding: 4px 0 4px 10px;
  width: 125px;
}
.SearchWrap button {
  border: none;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  padding: 4px 10px;
}
/*sns*/
.productWrap .topContent ul.shareButton {
  list-style-type: none;
  margin: 30px 0 0 0;
  list-style: none;
}
.productWrap ul.shareButton a {
  color: #fff;
}
ul.shareButton {
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
  margin: 50px 0;
  font-size: 18px;
}
ul.shareButton li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px 0;
  width: 140px;
  border-radius: 1ch;
}
.shareButton li a img {
  width: 25px;
  height: auto;
}
.productWrap .topContent ul.shareButton li {
  margin-bottom: 0;
}
.shareButton li:first-child {
  margin-right: 10px;
}
.shareButton li:first-child a {
  background: #1da1f2;
}
.shareButton li:nth-child(2) a {
  background: #1877f2;
}
.shareButton li a:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.shareButton li:first-child a img {
  position: relative;
  top: 2px;
}
.productWrap .topContent ul.shareButton li img {
  margin: inherit;
}
.snsIconWrap {
  display: flex;
}
.snsIconWrap.sideNav {
  display: none;
}
.snsIconWrap li:first-child {
  margin-right: 10px;
}
a.snsLink {
  width: 26px;
  display: block;
  transition: 0.3s;
}
a.snsLink:hover {
  opacity: 0.5;
}
a.snsLink img {
  height: auto;
}
.maincolor {
  color: #58C8AC;
  font-weight: normal;
}
.mainWidth {
  margin: auto;
  position: relative;
  padding: 0 65px;
  max-width: 1280px;
}
.backPattern {
  background-image: url(img/sidebar_pattern.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 160px;
}
.mainWrap {
  padding: 0 65px 0;
}
.visualWrap, .articleWrap, .productPageWrap, .movieContentsWrap, .seminarWrap, .rankingWrap, .contactWrap, .documentWrap, .footerWrap {
  padding-bottom: 50px;
  z-index: 2;
}
.footerWrap li {
  margin: 12px 0;
}
article section &gt; section {
  margin-bottom: 7%;
}
article p {
  margin-bottom: 2%;
  font-size: 18px;
  line-height: 1.8;
}
article .red {
  color: #F66F6F;
}
article span.font01, .faqList span.font01 {
  font-weight: bold;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 30px;
}
h2.headingMargin {
  padding-top: 75px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.notmessage {
  text-align: center;
  margin: 80px 0;
}
.productWrap section {
  clear: both;
}
.productWrap .departmentAndTime {
  text-align: left;
  padding-top: 15px;
}
.productHead {
  padding: 22px 0;
  border-radius: 1ch;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.productHead::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: url(img/product_backgroud.png);
  background-position: right;
  background-repeat: no-repeat;
}
.productHead.seo {
  background: #AEE1D5;
}
.productHead.meo {
  background: #fbd56c;
}
.productHead.hr {
  background: #ffbcc8;
}
.productHead.affiliate {
  background: #d3c3ef;
}
.productHead.webmarketing {
  background: #61A9C7;
}
.productHead h1,.productHead.seo .seoSem,
.productHead h1,.productHead.meo .seoSem,
.productHead.webmarketing .seoSem {
  color: #fff;
  font-size: 50px;
  padding-left: 40px;
}

.productHead + h1 .i-br {
  display: inline-block;
}

/*プロダクト事例*/
.productContents {
  margin-top: 20px;
}
.productContentsMeo dd {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 20px;
}
.productImg {
  width: 50%;
  padding-left: 30px;
}
.productContentsMeo dd .productText {
  width: 50%;
}
.productContents .productImg {
  float: right;
  padding-bottom: 30px;
}
.productImg img {
  width: 100%;
}
.imgBorder img {
  width: 100%;
  border: solid 1px #CBD1CF;
}
.productWrap .topContent .productText p:first-of-type, section.case .productText dl:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
a.external:after {
  margin-left: 5px;
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.flexHead {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flexHead .headEng {
  display: block;
  font-size: 14px;
  border-bottom: 2px solid #9EDDD3;
  font-weight: normal;
  padding: 0 5px;
}
#top .flexHead .headEng.white {
  border-bottom: 2px solid #fff;
}
.flexHead .headJa {
  display: block;
  font-size: 30px;
  font-weight: bold;
	text-align: center;
}
.headJa span {
display: inline-block;
}
.topMainWrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 0 65px;
  padding-bottom: 50px;
}
.topMainWrap .articleWrap {
  margin: 30px auto 0;
}
.topMainWrap::before {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  width: 100%;
  height: 115%;
  background: url(img/mainvisual.svg) no-repeat left;
  background-position: left top 80px;
  z-index: -3;
}
.topMainWrap::after {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  width: 100%;
  height: 115%;
  background: url(img/lady.svg) no-repeat left;
  background-position: left top 560px;
  z-index: -1;
}
.topMainGrad {
  position: relative;
}
.topMainGrad::after {
  content: "";
  width: 100%;
  height: 1500px;
  top: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(254, 255, 254, 1) 20%, rgba(174, 225, 213, 1) 100%);
  z-index: -5;
}
.topMainGrad::before {
  position: absolute;
  left: 8%;
  bottom: -22%;
  content: "";
  background: url(img/main_hexagon.svg) no-repeat;
  width: 477px;
  height: 405px;
  z-index: -3;
}
.secGrad {
  position: relative;
  overflow: hidden;
}
.secGrad::before {
  position: absolute;
  top: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(img/bg_pattern.png) no-repeat;
  background-position: right -10% top 20px;
  background-size: 35%;
  z-index: -1;
}
.secGrad::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(245, 254, 242, 1) -0.2706635622817224%, rgba(244, 253, 241, 1) -0.2706635622817224%, rgba(223, 237, 218, 1) 46.408978463329454%, rgba(193, 232, 223, 1) 93.67578579743889%);
  z-index: -5;
}
.detailWrap .secGrad {
  margin-left: -65px;
  margin-right: -65px;
}
.topMainWrap .topH1Wrap, .topMainWrap section {
  width: 48%;
  display: flex;
  align-items: center;
}
.topMainWrap .topH1Wrap &gt; div {
  width: 100%;
  padding: 40px 10px;
  background: rgba(255, 255, 255, 0.85);
  z-index: -2;
}
.topMainWrap .topH1Wrap &gt; div h1 {
  font-size: 1.6vw;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.topMainWrap .topH1Wrap &gt; div img {
  width: 70%;
  height: auto;
  margin: auto;
}
.rankingList {
  padding-top: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rankingList li:nth-child(-n+2) {
  position: relative;
  width: 48%;
  margin-bottom: 80px;
}
.rankingList li:nth-child(n+3) {
  position: relative;
  width: 30%;
}
.rankPage .rankingList li:nth-child(n+3) {
  margin-bottom: 80px;
}
.rankNumber {
  top: -24px;
  left: -1px;
  position: absolute;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 48px;
  background: #A4A4A4;
  transition: all 0.3 linear;
  z-index: 1;
}
.rankingList li:nth-child(-n+2) .rankNumber {
  width: 84px;
  height: 48px;
}
.rankingList li:nth-child(n+3) .rankNumber {
  width: 60px;
  height: 34px;
}
.rankNumber span {
  width: 100%;
  color: #fff;
  text-align: center;
  display: block;
  z-index: 1;
  font-weight: bold;
}
.rankingList li:nth-child(-n+2) .rankNumber span {
  font-size: 45px;
}
.rankingList li:nth-child(n+3) .rankNumber span {
  font-size: 22px;
}
.rankNumber::before, .rankNumber::after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #A4A4A4;
  transition: all 0.3s linear;
  z-index: 0;
}
.topRank li:first-child .rankNumber, .topRank li:first-child .rankNumber::before, .topRank li:first-child .rankNumber::after {
  background: #E8C200;
}
.topRank li:nth-child(2) .rankNumber, .topRank li:nth-child(2) .rankNumber::before, .topRank li:nth-child(2) .rankNumber::after {
  background: #707070;
}
.rankNumber:before {
  transform: rotate(60deg);
}
.rankNumber:after {
  transform: rotate(-60deg);
}
.detailWrap .rankNumber {
  zoom: 0.8;
}
.detailWrap, .seminarDetail, .wrapLeft {
  margin-right: 0;
  -webkit-flex: 1;
  flex: 1;
  max-width: 80%;
}
.wrap.contentWrap{
  justify-content: center;
}

.wrapLeft {}
.productMain {
  min-width: 1080px;
  height: 360px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
}
.listofArticles {
  background-color: #f7f8fa;
  font-size: 35px;
  margin: auto;
  padding: 25px 0;
}
.sort ul {
  display: flex;
}
.sort ul li {
  margin-right: 1%;
}
.sort ul li a {
  color: #58C8AC;
  display: block;
  padding: 5px 15px;
  font-size: 13px;
  border: 1px solid #58C8AC;
  border-radius: 20px;
}
.sort ul li a:hover {
  background-color: #58C8AC;
  color: #fff;
  display: block;
}
.productMain h1 {
  color: #fff;
  font-size: 72px;
  text-align: center;
}
.productMain h1::after {
  content: "";
  display: block;
  width: 8%;
  margin: auto;
  border-bottom: 7px solid #fff;
}
.slideWrap {
  background-image: url("img/visualbackground.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 551px;
  z-index: -1;
}
.slideList {
  display: flex;
  padding-top: 20px;
  align-items: center;
  justify-content: space-between;
}
.slideList li figure {
  width: 600px;
  height: 295px;
}
.slideList li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideList dl {
  background-color: #fff;
}
.slideList dl dt {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 0 6%;
  margin-top: 10px;
}
.slideList dl dt::before {
  content: "";
  width: 15px;
  height: 115px;
  background-color: #9EDDD3;
  position: absolute;
  top: -40px;
  left: 0;
}
.slideList dl dd {
  font-size: 15px;
  color: #999;
  padding: 2% 6%;
}
.productMain img {
  background-image: url("img/visualwave.png");
  background-size: 100%;
}
/*求人検索*/
.detailWrap .buttonJob {
  display: block;
  padding: 10px 15px;
  width: 200px;
  border-radius: 24px;
  text-align: center;
  color: #ffff;
  position: relative;
}
.detailWrap .buttonJob::after {
  content: "→";
  position: absolute;
  right: 14px;
}
.detailWrap .indeed {
  background: #2164f3;
}
.detailWrap .qb {
  background: #08d9be;
}
.detailWrap .stanby {
  background: #ec681e;
}
.detailWrap .careerjet {
  background: #f8991c;
}
.detailWrap .searchengineRank h3 {
  padding-left: 0px;
}
.detailWrap .searchengineRank h3::before {
  content: none;
}
.topMainWrap .articleWrap {
  padding-bottom: 0;
}
.topMainHead {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.topMainHead .flexHead {
  padding-top: 0;
  align-items: start;
}
.topMainHead .flexHead .headEng {
  padding: 0 20px 0 0;
}
.topMainHead .listPage {
  margin: 0;
  width: 55%;
}
.topMainWrap .articleWrap .listPage {
  margin: 50px auto 20px;
}
.topMainWrap .articleWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topMainWrap .articleWrap ul li:not(:last-child) {
  margin-bottom: 50px;
}
.topMainWrap .articleWrap &gt; ul &gt; li {
  width: 100%;
}
.topMainWrap .articleWrap ul li dl {
  display: flex;
  align-items: center;
}
.topMainWrap .articleWrap ul li dl dd {
  font-size: 18px;
}
.articleList li a {
  height: 100%;
  display: block;
  position: relative;
}
.articleList.documentList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.articleList.documentList &gt; li {
  width: 30%;
  margin-bottom: 50px;
}

.documentList::after {
  content: "";
  display: block;
  width: 30%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.documentImg img {
  object-fit: cover;
}
.articleList article {
  flex-wrap: wrap;
  display: flex;
}
.articleList figure {
  position: relative;
  padding-top: 52%;
  margin: -1px -1px 0;
  border-radius: 1ch 1ch 0 0;
  overflow: hidden;
  flex-basis: calc(100% + 2px);
}
.articleList figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  object-fit: contain;
}
.serviceList.serviceList figure img.serviceListBc {
  width: auto;
  height: 50%;
  object-fit: contain;
  padding: unset;
}
.articleList.recommendParts .hexagon {
  margin-right: 5px;
  zoom: 0.66;
}
.detailWrap .seo, .detailWrap .meo, .detailWrap .hr, .detailWrap .affiliate, .detailWrap .webmarketing {
  font-size: 13px;
}
.articleContent {
  width: 100%;
  margin: 0;
}
.articleContent dl {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  border-top: #cbd1cf 1px solid;
}
.articleContent dt {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  width: 100%;
}
.hexagon {
  position: relative;
  width: 18px;
  height: 8px;
  background-color: #64c7cc;
  margin-right: 10px;
}
.hexagon:before, .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.hexagon:before {
  bottom: 100%;
  border-bottom: 6px solid #64c7cc;
}
.hexagon:after {
  top: 100%;
  border-top: 6px solid #64c7cc;
}
.seo, .meo, .hr, .affiliate, .webmarketing,.service {
  font-size: 16px;
  font-weight: bold;
  color: #58C8AC;
}
.seo,.service.seo {
  color: #58C8AC;
}
.seo .hexagon,.service.seo .hexagon {
  background-color: #58C8AC;
}
.seo .hexagon:before,.service.seo .hexagon:before {
  border-bottom: 6px solid #58C8AC;
}
.seo .hexagon:after,.service.seo .hexagon:after {
  border-top: 6px solid #58C8AC;
}
.meo,.service.meo {
  color: #FFBB00;
}
.meo .hexagon,.service.meo .hexagon {
  background-color: #FFBB00;
}
.meo .hexagon:before,.service.meo .hexagon:before {
  border-bottom: 6px solid #FFBB00;
}
.meo .hexagon:after,.service.meo .hexagon:after {
  border-top: 6px solid #FFBB00;
}
.hr,.service.hr {
  color: #F18D9E;
}
.hr .hexagon,.service.hr .hexagon {
  background-color: #F18D9E;
}
.hr .hexagon:before,.service.hr .hexagon:before {
  border-bottom: 6px solid #F18D9E;
}
.hr .hexagon:after,.service.hr .hexagon:after {
  border-top: 6px solid #F18D9E;
}
.affiliate,.service.affiliate {
  color: #B59DE1;
}
.affiliate .hexagon,.service.affiliate .hexagon {
  background-color: #B59DE1;
}
.affiliate .hexagon:before,.service.affiliate .hexagon:before {
  border-bottom: 6px solid #B59DE1;
}
.affiliate .hexagon:after,.service.affiliate .hexagon:after {
  border-top: 6px solid #B59DE1;
}
.service {
	color: #005BAC;
}
.service .hexagon {
  background-color: #005BAC;
}
.service .hexagon:before {
  border-bottom: 6px solid #005BAC;
}
.service .hexagon:after {
  border-top: 6px solid #005BAC;
}
.webmarketing,.service.webmarketing {
  color: #61A9C7;
}
.webmarketing .hexagon,.service.webmarketing .hexagon {
  background-color: #61A9C7;
}
.webmarketing .hexagon:before,.service.webmarketing .hexagon:before {
  border-bottom: 6px solid #61A9C7;
}
.webmarketing .hexagon:after,.service.webmarketing .hexagon:after {
  border-top: 6px solid #61A9C7;
}
.hexagon .newArticlesWrap .rankNumber {
  display: none;
}
.articleContent dl dd {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
}
.articleContent dl dd .departmentAndTime {
  text-align: right;
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
/*日付*/
.postDate::before {
  font-family: "Font Awesome 5 Free";
  content: '\f304';
  font-weight: 900;
  line-height: 1;
}
.updateDate::before {
  font-family: "Font Awesome 5 Free";
  content: '\f01e';
  font-weight: 900;
  padding-right: 5px;
  line-height: 1;
}
span.date time + time {
  margin-left: 10px;
}
span.date + span:before {
  content: '\f02c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 15px;
  margin-right: 2px;
}
.listPage, .wordsButton {
  text-align: center;
  margin: auto;
  width: 250px;
}
.listPage.rank {
  width: 400px;
  margin-top: 50px;
}
.listPage a, .wordsButton a, .listPage .button, .wordsButton .button {
  font-size: 16px;
  color: #58C8AC;
  border: 2px solid #58C8AC;
  border-radius: 30px;
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  transition: 0.3s;
  cursor: pointer;
}
.listPage a::after, .wordsButton a::after, .listPage .button::after, .wordsButton .button::after {
  content: "";
  margin-left: 10px;
  top: 5px;
  left: -10px;
  display: block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #58C8AC;
  border-right: solid 2px #58C8AC;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.3s;
}
.listPage a:hover, .wordsButton a:hover, .listPage .button:hover, .wordsButton .button:hover {
  color: #fff;
  border: 2px solid #58C8AC;
  border-radius: 30px;
  background-color: #58C8AC;
}
.listPage a:hover::after, .wordsButton a:hover::after, .listPage .button:hover::after, .wordsButton .button:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.listPage.reverse a, .wordsButton.reverse a, .listPage.reverse .button, .wordsButton.reverse .button {
  background: #58C8AC;
  color: #ffffff;
  border: 2px solid #58C8AC;
}
.listPage.reverse a:after, .wordsButton.reverse a::after, .listPage.reverse .button:after, .wordsButton.reverse .button::after {
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
}
.listPage.reverse a:hover, .wordsButton.reverse a:hover, .listPage.reverse .button:hover, .wordsButton.reverse .button:hover {
  color: #58C8AC;
  border: 2px solid #58C8AC;
  border-radius: 30px;
  background-color: #ffffff;
}
.listPage.reverse a:hover:after, .wordsButton.reverse a:hover:after, .listPage.reverse .button:hover:after, .wordsButton.reverse .button:hover:after {
  border-top-color: #58C8AC;
  border-right-color: #58C8AC;
}
.listPage a.downarrow::after, .wordsButton a.downarrow::after, .listPage .button.downarrow::after, .wordsButton .button.downarrow::after {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/*.tagWrap .button::after {
	border-top-color: transparent;
	    border-right: solid 2px #58C8AC;
    border-bottom: solid 2px #58C8AC;
}
.tagWrap .button:hover::after {
	border-top-color: transparent;
	    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
}*/
.tagWrap ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.tagWrap ul li {
  padding-bottom: 10px;
  padding-right: 2%;
}
.tagWrap a {
  border: solid 1px #999;
  padding: 3px 10px;
  border-radius: 1ch;
  background: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 14px;
}
.tagWrap a::before {
  content: "\023";
}
.tagWrap a:hover {
  border: solid 1px #9EDDD3;
  background: #9EDDD3;
  color: #fff;
  transition: .2s ease-in-out;
}
.productWrap .articleWrap {
  margin-top: 0;
}
.productWrap .topContent p {
  font-size: 18px;
}
.productWrap .topContent p:not(:last-of-type) {
  margin: 0 0 20px;
}
.productWrap.waveUp, .rankingWrap.waveUp {
  background-image: url("img/backgroud-product.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom -360px center;
  padding-bottom: 4%;
}
.productList li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 140px;
}
.productList li:last-child {
  margin-bottom: 50px;
}
.productList &gt; li &gt; dl {
  padding: 15px;
  border-radius: 1ch 0 0 1ch;
}
.productList &gt; li &gt; dl::after {
  content: "";
  width: 260px;
  border-radius: 0 1ch 1ch 0;
  display: block;
  top: 0;
  margin: -1px 0;
  height: 100%;
  right: -240px;
  position: absolute;
  border-left: none;
  box-sizing: content-box;
  z-index: -1
}
.productList &gt; li &gt; dl dt {
  font-size: 2em;
  font-weight: 800;
}
.productList &gt; li &gt; dl dd {
  font-size: 18px;
  font-weight: bold;
}
.productList &gt; li dd p {
  margin: 20px 0;
}
.productList .listPage {
  margin: 0;
}
.seo &gt; dl {
  background-color: #EBFFFA;
  border: 1px solid #58C8AC;
  border-right: none;
}
.seo &gt; dl::after {
  background-color: #EBFFFA;
  border: 1px solid #58C8AC;
}
.seo &gt; dl dt a {
  color: #58C8AC;
}
.seo .listPage a {
  color: #58c8ac;
  border: 2px solid #58c8ac;
  transition: 0.3s;
}
.seo .listPage a::after {
  border-top: solid 2px #58c8ac;
  border-right: solid 2px #58c8ac;
}
.seo .listPage a:hover {
  color: #fff;
  background-color: #58c8ac;
  border: 2px solid #58c8ac;
}
.seo .listPage a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.meo &gt; dl {
  background-color: #FFF8E5;
  border: 1px solid #FFBB00;
  border-right: none;
}
.meo &gt; dl::after {
  background-color: #FFF8E5;
  border: 1px solid #FFBB00;
}
.meo &gt; dl dt a {
  color: #FFBB00;
}
.meo .listPage a {
  color: #FFBB00;
  border: 2px solid #FFBB00;
  transition: 0.3s;
}
.meo .listPage a::after {
  border-top: solid 2px #FFBB00;
  border-right: solid 2px #FFBB00;
}
.meo .listPage a:hover {
  color: #fff;
  background-color: #FFBB00;
  border: 2px solid #FFBB00;
}
.meo .listPage a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.hr &gt; dl {
  background-color: #FEF3F5;
  border: 1px solid #F18D9E;
  border-right: none;
}
.hr &gt; dl::after {
  background-color: #FEF3F5;
  border: 1px solid #F18D9E;
}
.hr &gt; dl dt a {
  color: #F18D9E;
}
.hr .listPage a {
  color: #F18D9E;
  border: 2px solid #F18D9E;
  transition: 0.3s;
}
.hr .listPage a::after {
  border-top: solid 2px #F18D9E;
  border-right: solid 2px #F18D9E;
}
.hr .listPage a:hover {
  color: #fff;
  background-color: #F18D9E;
  border: 2px solid #F18D9E;
}
.hr .listPage a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.affiliate &gt; dl {
  background-color: #F4F0FB;
  border: 1px solid #B59DE1;
  border-right: none;
}
.affiliate &gt; dl::after {
  background-color: #F4F0FB;
  border: 1px solid #B59DE1;
}
.affiliate &gt; dl dt a {
  color: #B59DE1;
}
.affiliate .listPage a {
  color: #B59DE1;
  border: 2px solid #B59DE1;
  transition: 0.3s;
}
.affiliate .listPage a::after {
  border-top: solid 2px #B59DE1;
  border-right: solid 2px #B59DE1;
}
.affiliate .listPage a:hover {
  color: #fff;
  background-color: #B59DE1;
  border: 2px solid #B59DE1;
}
.affiliate .listPage a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.webmarketing &gt; dl {
  background-color: #f3fbff;
  border: 1px solid #61A9C7;
  border-right: none;
}
.webmarketing &gt; dl::after {
  background-color: #f3fbff;
  border: 1px solid #61A9C7;
}
.webmarketing &gt; dl dt a {
  color: #61A9C7;
}
.webmarketing .listPage a {
  color: #61A9C7;
  border: 2px solid #61A9C7;
  transition: 0.3s;
}
.webmarketing .listPage a::after {
  border-top: solid 2px #61A9C7;
  border-right: solid 2px #61A9C7;
}
.webmarketing .listPage a:hover {
  color: #fff;
  background-color: #61A9C7;
  border: 2px solid #61A9C7;
}
.webmarketing .listPage a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.productList li &gt; dl {
  width: 30%;
  position: relative;
}
.productList li &gt; .pickUpArticle {
  width: 70%;
  position: relative;
  top: 50px;
}
.productList li &gt; .pickUpArticle a {
  border-radius: 1ch;
  display: block;
  border: #cbd1cf 1px solid;
  transition: .3s ease-in-out;
}
.productList li &gt; .pickUpArticle article {
  display: flex;
  flex-wrap: wrap;
}
.pickUpArticle article figure {
  width: 60%;
  margin: -1px 0 -1px -1px;
}
.pickUpArticle article img {
  border-radius: 1ch 0 0 1ch;
  height: auto;
}
.pickUpArticle article .articleContent {
  width: 40%;
}
.pickUpArticle article .articleContent dl {
  border-top: none;
  height: 100%;
  position: relative;
  align-items: flex-end;
}
.pickUpArticle article .articleContent dl {
  border-top: none;
  height: 100%;
  position: relative;
  align-items: flex-end;
}
.pickUpArticle article .articleContent dt {
  font-size: 20px;
}
.pickUpArticle article .articleContent dd {
  width: 100%;
  color: #222222;
}
.articleList li, .productList li &gt; a, .seminarList li {
  transition: .3s ease-in-out;
  background: #ffffff;
  border: #CBD1CF 1px solid;
  border-radius: 1ch;
  display: block;
}
.articleList li:hover, .productList li .pickUpArticle a:hover, .seminarList li:hover, .rankingList li:hover, .wordsButton a:hover {
  box-shadow: 0 3px 14px rgba(0, 0, 0, .25);
}
ul.seminarList li a {
  display: flex;
  background-color: #fff;
  border-radius: 1ch;
  padding: 35px 25px;
  position: relative;
}
.seminarImage {
  width: 40%;
}
.seminarImage img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.seminnerInfo {
  width: 60%;
  padding-left: 25px;
}
.productName {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.seminarImage .seminarVenue {
  position: absolute;
  background-color: #222222e6;
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.seminnerDate time {
  padding-bottom: 5px;
}
.seminnerDate time {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.seminnerDate time .smallFont {
  font-size: 20px;
}
.seminnerDate time div:first-of-type {
  padding-right: 5%;
  letter-spacing: 2px;
}
.seminnerDate time .seminarTime {
  color: #848484;
  font-size: 20px;
}
.seminarTime span:nth-of-type(2) {
  padding: 0 8px;
}
.seminarTitle {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.seminerCopy {
  color: #848484;
}
.rankingCapture {
  height: 105px;
}
.rankingContents .date {
  color: #999;
  width: 100%;
  padding: 3px 3%;
}
.rankingContents .productName {
  background-color: #222;
  color: #fff;
  padding: 0 5%;
  width: 100%;
}
.rankingContents dd {
  padding: 5% 3%;
  word-break: break-all;
}
.productWrap.waveUp {
  background-image: url("img/backgroud-product.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom -560px center;
  padding-bottom: 4%;
}
.backGround {
  background-image: url("img/backgroung-footer.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  width: 100%;
  ;
  margin: auto;
}
.contactWrap {
  margin: auto;
}
.contactWrap .contactHead {
  color: #fff;
  font-size: 69px;
  font-weight: bold;
  -webkit-text-stroke: 2px #58c8ac;
  z-index: 2;
  text-align: center;
  padding-top: 80px;
}
.contactWrap &gt; p {
  text-align: center;
}
#contactBg {
  position: relative;
  overflow: hidden;
}
#contactBg::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(223, 237, 218, 1) .8164354322305232%, rgba(222, 236, 217, 1) .8164354322305232%, rgba(174, 225, 213, 1) 49.34631803628603%, rgba(158, 221, 211, 1) 91.10458911419423%);
  z-index: -5;
}
.contactContents {
  padding: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.contactContents .listPage a {
  color: #fff;
  background-color: #f66363;
  border-color: #f66363;
}
.contactContents .listPage a:hover {
  color: #f66363;
  background-color: #fff;
}
.contactContents .listPage a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.contactContents .listPage a:hover:after {
  border-top: solid 2px #f66363;
  border-right: solid 2px #f66363;
}
.contactContents dl {
  width: 45%;
  display: flex;
  flex-flow: column;
  text-decoration: none;
  color: #222;
  text-align: center;
}
.contactContents dt {
  font-size: 24px;
  font-weight: bold;
}
.contactContents dl:first-child dt::before {
  content: url("img/mail_icon.png");
  display: block;
  padding-bottom: 15px;
}
.contactContents dl:nth-child(2) dt::before {
  content: url("img/form_icon.png");
  display: block;
  padding-bottom: 15px;
}
.contactContents dl:nth-child(3) dt::before {
  content: url("img/application.png");
  display: block;
}
.contactContents dd {
  font-size: 16px;
  height: 100%;
  display: flex;
  flex-flow: column;
  position: relative;
  color: #58C8AC;
  padding-top: 5px;
  text-align: left;
}
.contactContents dd p {
  color: #222;
}
.contactContents dd p:last-of-type {
  margin-bottom: 35px;
}
.contactContents dd .listPage {
  margin-top: auto;
  margin-bottom: 0;
}
.wp-pagenavi {
  text-align: center;
  margin-bottom: 60px;
}
/*サービスサイト*/
.serviceWrap.articleWrap {
  padding-bottom: 0;
}
.serviceList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.serviceList.serviceList figure img {
  width: 70%;
  height: auto;
}
.serviceList li {
  width: 48%;
  margin-bottom: 50px;
}
.serviceList li.maoService {
  margin: 0 auto 80px;
}
.serviceList li a {
  height: 100%;
  position: relative;
}
.serviceList li dl {
  border-top: solid 1px #f7f8fa;
  padding: 15px;
}
.serviceList li dl dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.serviceList a:hover dl dt {
  color: #58C8AC;
}
.serviceList li dl dd {
  font-size: 16px;
  word-break: break-all;
  padding-bottom: 15px;
}
.serviceList li dl dd p {
  line-height: 1.4;
  margin-bottom: 10px;
}
.serviceList li dl dd span {
  display: block;
  font-size: 14px;
  color: #999;
  position: absolute;
  bottom: 15px;
  padding: 0 15px 0 0;
}
.pageNation {
  margin: auto;
}
.pageNation ol {
  display: flex;
  justify-content: center;
}
.pageNation ol li {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.pageNation ol li a {
  font-size: 22px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
}
.pageNation ol li:hover {
  background-color: #f7f8fa;
}
.pageNation ol li a {
  font-size: 22px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.mailMagazineWrap form input {
  width: 100%;
  height: 40px;
  border: none;
  padding-left: 20px;
  font-size: 12px;
}
.mailMagazineWrap &gt; div {
  text-align: center;
}
.mailMagazineWrap &gt; div:first-of-type {
  margin-bottom: 10%;
}
.mailMagazineWrap span {
  display: block;
  padding-left: 5px;
}
.mailMagazine li {
  border: solid 1px grey;
  border-top: 0;
}
.mailMagazine li:first-child {
  border-top: solid 1px grey;
}
.mailMagazine li:last-child {
  margin-top: 20px;
  margin-bottom: 15px;
  border: none;
  border-radius: 3px;
}
.mailMagazine li:last-child input {
  color: #fff;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  padding: 0 65px 0 0;
  background-color: #f5a623;
  text-align: right;
}
.mailMagazine li:last-child span {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}
.mailMagazine li:last-child span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  left: 65px;
}
.mailMagazine li span {
  color: #546169;
  font-size: 12px;
  font-weight: bold;
}
.termsOfService {
  font-size: 15px;
  padding-bottom: 20px;
}
.articleList li .termsOfService a {
  margin: 0 3px;
  color: #58C8AC;
  display: inline;
}
.termsOfService a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: bold;
  padding-left: 5px;
}
.articleDate {
  margin: 10px 0;
  text-align: right;
}
.articleDate li {
  display: inline;
  color: #546169;
  font-weight: bold;
  font-size: 12px;
}
.articleDate li:first-child::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2f9";
  color: #546169;
  font-size: 12px;
  margin-right: 5px;
}
.articleTag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.articleTag li {
  border: solid 1px #f5a623;
  border-radius: 3px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.articleTag li a {
  display: block;
  padding: 2px 10px;
  color: #f5a623;
  font-size: 12px;
  font-weight: bold;
}
.articleTag li a:hover {
  background-color: #f5a623;
  color: #fff;
  transition-duration: 0.5s;
}
.articleTag li a::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
.beginningPart {
  margin-bottom: 40px;
}
.beginningPart p {
  margin-bottom: 10px;
}
.tableOfContents {
  background-color: #f9f9f9;
  padding: 40px;
}
.tableOfContents dt {
  margin-bottom: 10px;
}
.tableOfContents dd {
  padding-left: 31px;
}
.tableOfContents dd &gt; ol {
  list-style-type: decimal-leading-zero;
  font-weight: bold;
  font-size: 14px;
}
.tableOfContents dd &gt; ol &gt; li {
  margin-bottom: 15px;
}
.tableOfContents dd &gt; ol &gt; li &gt; ol {
  padding-left: 30px;
  margin-top: 10px;
}
.tableOfContents dd &gt; ol &gt; li &gt; ol &gt; li {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 5px;
}
.tableOfContents a {
  color: #f5a623;
  border-bottom: solid 1px #f5a623;
}
.articleWrap, .documentWrap {
  margin: 50px auto 0;
}
.rankPage .articleWrap {
  margin: 0 auto;
}
.articleImg {
  margin-bottom: 3%;
}
.articleImg img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
#leftSideColumn ul li {
  width: 40px;
  margin-bottom: 30%;
}
#leftSideColumn ul li img {
  width: 100%;
}
.seminarList li {
  margin-bottom: 50px;
}
.footerWrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: space-around;
}
.footerWrap.snswrap &gt; div {
  width: 55%;
}
.footerWrap &gt; div {
  display: flex;
  justify-content: space-between;
}
.footerWrap dl {
  width: 25%;
  padding: 0 40px;
  margin: 0 auto;
}
.footerWrap dl dt {
  font-size: 18px;
  color: #222;
  margin-bottom: 3%;
}
.footerWrap dd li a {
  font-size: 16px;
  color: #999;
}
.footerWrap dd li a:hover {
  text-decoration: underline;
}
.footerWrap dd .snsIcon img {
  width: 36px;
  height: auto;
}
.footerWrap .snsIcon {
  margin-top: 12px;
}
.footerWrap .snsIcon ul {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.footerWrap .snsIcon ul li {
  width: 36px;
}
.footerWrap .snsIcon ul li {
  margin-right: 5%;
}
.footerWrap .snsIcon ul li a:hover img {
  opacity: 0.5;
}
.footerWrap.snswrap dl {
  width: 18%;
  padding: 0;
}
.footerWrap.mainWidth dl.relatedServices {
  width: 100%;
}
.footerWrap.mainWidth.snswrap dl.relatedServices {
  width: 100%;
  margin-left: 100px;
}
.footerWrap.mainWidth dl.relatedServices dt {
  margin-bottom: 0;
}
.footerWrap.mainWidth dl.relatedServices dd ul li {
  margin: 1% 0;
}
.footerWrap.mainWidth dl.relatedServices dd ul li a {
  font-size: 14px;
}
.footerWrap.mainWidth dl.relatedServices dd ul li img {
  display: inline;
}
.footerWrap.snswrap .snsarea {
  width: 28%;
}
.footerWrap.snswrap dl {
  width: 18%;
  padding: 0;
}
.footerWrap.snswrap .snsarea {
  width: 28%;
}
footer .smallWrap {
  widows: 100%;
  padding: 1.5%;
  background-color: #58C8AC;
  display: flex;
  align-items: center;
}
footer small {
  color: #fff;
  text-align: center;
  margin: auto;
  z-index: 0;
}
#seminarBg {
  position: relative;
}
#seminarBg::after {
  background: url("img/semner_bg.png") no-repeat;
  content: "";
  width: 270px;
  height: 100%;
  position: absolute;
  top: 70px;
  right: 0;
}
footer {
  width: 100%;
}
.pcNone {
  display: none;
}
.spNav {
  display: none;
}
.backtoTop a {
  display: block;
  position: relative;
  width: 80px;
  height: 25px;
  background-color: #58C8AC;
  margin: auto;
}
.backtoTop a::before {
  display: block;
  content: "";
  width: 60px;
  height: 30px;
  position: absolute;
  border-bottom: 20px solid #58c8ac;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.backtoTop a::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#body {
  scroll-behavior: smooth;
}
.slideWrap {
  background: unset;
  background-color: #f7f8fa;
}
.slideWrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -99.8%;
  background: url(img/blog_top.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
/* TOPメインビューのカルーセル部分 */
.slideWrap {
  z-index: unset;
  position: relative;
  height: auto;
}
#topView.slick-initialized li.slick-slide {
  margin: 0 15px;
  background-color: #fff;
  height: 100%;
}
.slideList li figure {
  width: auto;
}
/* ヘッダー検索 */
#searchBox {
  display: none;
}
#searchWrap {
  padding: 10px 0;
  z-index: 18;
}
#searchBox {
  position: absolute;
  top: 12px;
  right: 100px;
  z-index: 20;
  border-radius: 20px;
  border: 1px solid #000;
  padding: 4px 17px;
}
#searchSubmit {
  display: none;
  position: absolute;
  top: 12px;
  right: 40px;
  border-radius: 30px;
  background: #000;
  color: #fff;
  font-weight: bold;
  border: 0;
  padding: 5px 30px 5px 30px;
  z-index: 21;
}
#searchArea.focusin::before, #searchArea.focusin::after {
  content: "";
  right: -10px;
  top: 28px;
  width: 30px;
  height: 3px;
  background: #ccc;
  position: absolute;
  border-radius: 2px;
}
#searchArea.focusin::before {
  transform: rotate(45deg)
}
#searchArea.focusin::after {
  transform: rotate(135deg)
}
/* ナビ */
.globalNav li.dropdownMenu {
  position: relative;
  display: block;
}
.dropdownList.open {
  position: absolute;
  display: block;
  top: 55px;
  left: -10px;
  width: 100%;
  z-index: 5;
}
.dropdownList.open li {
  width: 150px;
}
.dropdownList.open li a {
  padding: 20px;
  width: 150px;
  background-color: #fff;
}
.globalNav &gt; li.dropdownMenu &gt; a:hover::after {
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
#topRankCarousel .slick-slide {
  margin: 30px 10px 0 30px;
}
.slideWrap .slick-dots {
  bottom: -70px;
  z-index: 5;
}
.slideWrap {
  background-size: cover;
}
.slick-dots li button:before {
  color: #e1e1e1;
  opacity: 1;
}
#topView .slick-dots li button:before {
  font-size: 16px;
}
.slick-dots li.slick-active button:before {
  color: #58C8AC;
}
#topRankCarousel.slick-dotted.slick-slider {
  margin-bottom: 70px;
}
#topRankCarousel .slick-dots {
  bottom: -45px;
}
.slick-slide {
  display: none;
}
.slick-dots li {
  border: none;
}
.seminarWrap {
  z-index: 1;
}
.seminarWrap h1 {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 40px;
}
.seminarVisual {
  width: 100%;
  border: 1px solid #f7f8fa;
}
.seminarHeading {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 35px 0 40px;
}
.seminarInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: bold;
  margin: 50px 0 0;
}
.Reception {
  background-color: #58C8AC;
  padding: 7px 0;
  color: #fff;
  width: 80px;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Event {
  padding: 7px 15px;
  background-color: #f7f8fa;
  width: calc(100% - 80px);
  border-radius: 0 5px 5px 0;
}
.seminarInner {
  margin-top: 25px;
}
.seminarInner dl dd p {
  margin: 0 0 20px;
}
.seminarInner .entry {
  margin: 40px 0;
}
.seminarInner .entry {
  position: relative;
  margin: 0;
}
.seminarInner .entry .seminar_button_flx{
  display: flex;
  justify-content: space-around;
}
.seminarInner .entry .seminar_button_flx a{
  color: #fff;
  font-size: 24px;
  display: block;
  background: #F66363;
  padding: 16px 24px;
  border-radius: 1ch;
  border: 2px solid #F66363;
  text-align: center;
  margin: 0 auto;
}
.seminarInner .min_button {
  position: absolute;
  bottom: -17px;
  right: 0;
}
.seminarInner a {
  color: #58C8AC;
}
.seminarInner .seminar_button a,.blogInner .seminar_button a {
  color: #fff;
  font-size: 26px;
  display: block;
  background: #F66363;
  width: 285px;
  padding: 25px 20px;
  border-radius: 1ch;
  border: 2px solid #F66363;
  text-align: center;
  margin: 0 auto;
}
.seminarInner .seminar_button a:hover,.blogInner .seminar_button a:hover {
  color: #F66363;
  background: #fff;
  transition: 0.3s;
}
.seminar_button01 {
	display: flex;
	flex-wrap: wrap;
}
.seminarInner .seminar_button01 a,.blogInner .seminar_button01 a {
    color: #fff;
    font-size: 20px;
    display: block;
    background: #F66363;
    width: 250px;
    padding: 10px 20px;
    border-radius: 1ch;
    border: 2px solid #F66363;
    text-align: center;
    margin: 0 auto 20px;
}
.seminarInner .seminar_button a:hover,
.seminarInner .seminar_button01 a:hover,
.blogInner .seminar_button a:hover{
  color: #F66363;
  background: #fff;
  transition: 0.3s;
}
.seminarInner .min_button a {
  font-size: 18px;
  width: 214px;
  padding: 15px;
}
.seminarInner #entry {
  padding-top: 30px;
}
.seminarInner #entry p {
  margin: 0;
}
.rightParts {
  text-align: right;
  margin: 35px 0 0;
}
.rightParts &gt; div {
  margin-bottom: 5px;
}
.seminarDescription {
  margin-top: 50px;
}
.seminarInner h2 {
  margin: 50px 0 0;
}
.seminarInner table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}
.seminarOutline tr, .companyProfile tr, .scheduleTable tr {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
}
.seminarOutline th, .seminarOutline td, .scheduleTable th, .scheduleTable td, .companyProfile td {
  padding: 40px 20px;
}
.seminarOutline th, .companyProfile th, .scheduleTable th {
  background-color: #f7f8fa;
  width: 20%;
}
.seminarOutline td, .companyProfile td, .scheduleTable td {
  width: 80%;
}
.seminarInner table td span {
  display: block;
}
.seminarOutline td ul {
  list-style: disc;
  margin-left: 10px;
}
.scheduleTable {
  margin-bottom: 20px;
}
.scheduleHeading {
  font-weight: bold;
  margin-bottom: 30px;
}
.companyProfile table td ul li:not(:last-child) {
  margin-bottom: 10px;
}
.speakerInfo ul {
  border-left: solid 10px #9EDDD3;
  margin: 30px 0 20px;
  font-weight: bold;
}
.speakerInfo li {
  padding-left: 5px;
  font-size: 18px;
}
.speakerInfo img {
  width: 250px;
}
.speakerWrap div img {
  width: 250px;
}
.companyProfile {
  margin: 60px 0 20px;
}
.companyProfile .companyAbout {
  font-weight: bold;
  font-size: 18px;
}
.sideForm li.textArea span:after {
  display: none;
}
.sideForm li.textArea {
  border: none;
}
.sideForm li.textArea span {
  border-left: solid 1px #d0d0d0;
  border-right: solid 1px #d0d0d0;
}
.sideForm li.textArea textarea {
  width: 100%;
  height: 120px;
  border: solid 1px #d0d0d0;
  border-top: none;
}
.sideForm_check,
.sideForm li.sideForm_check {
    border: none;
    margin-top: 10px;
}
.sideForm_check label,
.sideForm li.sideForm_check label {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.sideForm_check label input,
.sideForm li.sideForm_check label input {
    margin: 0;
    width: 20px;
    order: 1;
    height: 20px;
}
.sideForm_check label .checktxt,
.sideForm li.sideForm_check label .checktxt {
    order: 2;
    width;
    width: calc(100% - 20px);
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.sideForm_check label .checktxt a,
.sideForm li.sideForm_check label .checktxt a {
    color: #2ab592;
}

.sideForm_check label .checkboxformError ,
.sideForm li.sideForm_check label .checkboxformError {
    order: 3;
    width: 100%;
}
.modalCheck {
  display: none;
}
.receptionClosed {
  pointer-events: none;
}
.receptionClosed .sideForm li span, .receptionClosed .sideForm li span::after {
  color: #9a9a9a;
  background-color: #f7f8fa;
}
.receptionClosed .sideForm li input {
  color: #9a9a9a;
  background-color: #f7f8fa;
}
.receptionClosed .sideForm li.textArea textarea {
  color: #9a9a9a;
  background-color: #f7f8fa;
}
.receptionClosed .termsOfService a {
  color: #9a9a9a;
  border-bottom: solid 1px #9a9a9a;
}
.Reception.receptionClosed {
  color: #9a9a9a;
  background-color: #d0d0d0;
}
.listPage.fontColor a, .wordsButton a {
  color: #fff;
}
.notFoundWrap {
  margin-bottom: 150px;
}
.notFoundWrap .mainWidth p {
  text-align: center;
  margin: 50px auto;
}
.articleHeadline .i-br {
  display: inline-block;
}
.articleHeadline .br {
  display: block;
}
.articleHeadline .subTitle {
  font-size: 22px;
}
.articleHeadline .pc_i-br {
  display: inline-block;
}
.articleHeadline .pc_br {
  display: block;
}
.articleHeadline .small {
  font-size: 80%;
}
.articleHeadline .big {
  font-size: 120%;
}

.docPage h2 {
	margin-top: 20px;
	font-size: 30px;
}
.docList {
    display: flex;
    margin-top: 20px;
flex-wrap: wrap;
justify-content: space-between;
}
.docList::after {
    content: "";
    display: block;
    width: 18%;
	min-width: 180px;
    height: 0;
}
.docList li {
    width: 18%;
    margin-top: 10px;
    min-width: 180px;
}
.docList li:last-child {
    margin-right: 0;
}
.docList li a {
display: block;
padding: 17px 0;
	position: relative;
    border: solid 2px;
    border-radius: 1ch;
    text-align: center;
transition: 0.2s;
}
.docList li.seo a {
color: #58C8AC;
}
.docList li.seo a:hover {
background: #58C8AC;
color: #fff;
}
.docList li.meo a {
color: #FFBB00;
}
.docList li.meo a:hover {
background: #FFBB00;
color: #fff;
}
.docList li.hr a {
    color: #F18D9E;
}
.docList li.hr a:hover {
background: #F18D9E;
color: #fff;
}
.docList li.webmarketing a {
    color: #61A9C7;
}
.docList li.webmarketing a:hover {
background: #61A9C7;
color: #fff;
}
.docList li.service a {
	color: #005BAC;
}
.docList li.service a:hover {
background: #005BAC;
color: #fff;
}
.docList li.affiliate a {
 color: #B59DE1;
}
.docList li.affiliate a:hover {
background: #B59DE1;
color: #fff;
}
.docList li a::before,
.docList li a::after {
	content: "";
	width: 2px;
	height: 8px;
	display: inline-block;
	border-radius: 10px;
	position: absolute;
}
.docList li a::before {
bottom: calc(50% - 4px);
    transform: rotate(-50deg);
    right: 25px;
}
.docList li a::after {
    bottom: calc(50% - 4px);
    transform: rotate(50deg);
	right: 20px;
}
.docList li.seo a::before,
.docList li.seo a::after {
background: #58C8AC;
}
.docList li.meo a::before,
.docList li.meo a::after {
background: #FFBB00;
}
.docList li.hr a::before,
.docList li.hr a::after {
background: #F18D9E;
}
.docList li.affiliate a::before,
.docList li.affiliate a::after {
background: #B59DE1;
}
.docList li.webmarketing a::before,
.docList li.webmarketing a::after {
background: #61A9C7;
}
.docList li.service a::before,
.docList li.service a::after {
background: #005BAC;
}
.docList li a:hover::before,
.docList li a:hover::after {
background: #fff;
}

@media screen and (max-width: 700px) {
.docList {
justify-content: space-between;
}
.docList li {
    width: 48%;
	min-width: inherit;
}
}
.modalInner .inputWrap {
  width: 100%;
}
.modalInner .namearea .inputWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modalInner .namearea .inputWrap &gt; div {
  width: 45%;
}
.modalInner input {
  border: 1px solid #827d7d;
  padding: 5px;
}
.documentMore {
	display: flex;
}
.documentMore &gt; span {
margin: auto;

    font-weight: bold;
    color: #58c8ac;
    font-size: 20px;
    cursor: pointer;
}
.contents_btn::after {
     content: '';
    width: 14px;
    height: 14px;
    border: 0;
    border-bottom: solid 3px #58c8ac;
    border-right: solid 3px #58c8ac;
    display: inline-block;
    position: relative;
    top: -4px;
    left: 5px;
    margin-top: -6px;
    transform: rotate(45deg);
}
.close_btn::after {
content: '';
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #58c8ac;
    border-left: solid 3px #58c8ac;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 5px;
    margin-top: -6px;
    transform: rotate(45deg);
}
.documentDetail {
  padding: 15px;
}
.documentDetail dt {
  font-size: 18px;
  font-weight: bold;
}
.documentDetail dd {
  font-size: 16px;
}
.documentModal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.documentModal .form-wrap {
  padding: 0 25px;
}
.documentModal .modalBg {
  cursor: pointer;
  opacity: 0.7;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 2;
}
.documentModal .modalCon {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}
.documentModal .modalInner {
  width: 800px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 80vh;
  top: 55px;
  padding-left: 1em;
  padding-right: 1em;
  cursor: default;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  margin: auto;
  z-index: 3;
}
.cP {
  cursor: pointer;
}
.documentModal .modalInner .form-field {
  margin: 15px 0 20px;
  display: flex;
}
.documentModal .modalInner .field-label {
  font-size: 18px;
  display: block;
  width: 35%;
}
.phoneNumber {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
.documentModal .modalInner .form-field:nth-of-type(4) .field-label {
  margin-bottom: 0;
}
.documentModal .modalInner .field-label input {
  width: 70%;
}
.documentModal .modalInner .namearea {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.documentModal .modalInner .namearea #last_name, .documentModal .modalInner .namearea #first_name {
  width: 100%;
}
.documentModal .modalInner .termsOfService {
  margin: auto;
}
.modalInner #company, .modalInner #last_name, .modalInner #first_name, .modalInner #department, .modalInner #phone, .modalInner #email {
  height: 40px;
  width: 100%;
}
.modalInner #comments {
  height: 120px;
  width: 100%;
  padding: 5px;
}
.madalHead {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 50px 0 40px;
}
.submit {
  width: 50%;
  margin: auto;
}
.documentModal .modalInner .submit input {
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 15px;
  cursor: pointer;
  border-radius: 30px;
  border: 2px solid transparent;
  transition: 0.3s;
  color: #fff;
  background-color: #58C8AC;
}
.documentModal .submit input:hover {
  background: #ffffff;
  color: #58C8AC;
  border-color: #58C8AC;
}
.js-modal-close {
  font-size: 40px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 8px;
  color: #333;
}
.documentModal .form-field {
  display: flex;
}
.bold {
  font-weight: bold;
}
.documentImg {
  position: relative;
}
.documentImg .movie_time {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #000a;
  color: #fff;
  padding: 0 5px;
  font-size: 13px;
}
a.movie_hover {
  position: relative;
  display: block;
  z-index: 0;
}
a.movie_hover:before {
  content: '\f144';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  z-index: 1;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 175px;
  font-size: 70px;
  color: #58C8AC;
  transition: .3s ease-in-out;
  opacity: 0;
}
a.movie_hover:hover:before {
  opacity: 1;
}
/*---- 動画詳細 -----*/
.VideoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 10px;
}
.VideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---- 用語集一覧 -----*/
ul.head_list.words {
  margin-bottom: 40px;
}
ul.head_list.words li {
  display: inline-block;
}
ul.head_list.words li a {
  display: block;
  padding: 10px 36px 10px 15px;
  margin: 10px;
  border: 1px solid #f7f8fa;
  border-radius: 8px;
}
ul.head_list.words a:after {
  content: "";
  position: absolute;
  top: 50px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(135deg);
  margin-left: 10px;
}
ul.head_list.words a:hover:after {
  border-color: #fff;
}
ul.head_list.words li a:hover, .cnt-section .words_detail .words_list li a:hover {
  border: solid 1px #9EDDD3;
  background-color: #9EDDD3;
  color: #fff;
}
.cnt-section .words_detail .sub_heading {
  position: relative;
  padding-left: 35px;
  font-size: 24px;
  text-align: left;
}
.cnt-section .words_detail .sub_heading::before {
  content: "";
  border-top: 2px solid;
  width: 20px;
  color: #222;
  position: absolute;
  top: 41%;
  left: 9px;
}
.cnt-section .words_detail .words_list li {
  display: inline-block;
}
.cnt-section .words_detail .words_list li a {
  border: 1px solid #f7f8fa;
  border-radius: 5px;
  margin: 10px;
  padding: 10px 28px;
  display: block;
  background-color: #fff;
}
/*meoグラフ*/
.topContent .meo-type {
  margin: 30px 0;
  line-height: 1.6;
  display: flex;
}
.topContent .meo-type dl dt {
  font-size: 18px;
  font-weight: bold;
}
.graph.graph1, .graph.graph2 {
  position: relative;
  top: 40px;
}
.graph.graph1 img, .graph.graph2 img {
  position: absolute;
  left: 0;
  top: 0;
}
figure.figure_border {
  border: thin solid #cac9c9;
  padding: 15px;
  margin-right: 20px;
  height: 400px;
  width: 416px;
}
.meo-type dd, .meo-type ul, .meo-type li {
  display: inline;
}
.topContent figure {
  text-align: center;
}
.topContent figure .figure_border {
  margin: 20px auto;
}
/*新着記事*/
.articleParts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.articleParts li {
  width: 30%;
  margin-bottom: 50px;
}
/*よくあるご質問*/
.indexarea ul.faqList {
  margin: 0;
  list-style: none;
}
.faqList li {
  margin-bottom: 0;
}
.faqList li:not(:last-child) {
  margin-bottom: 35px;
}
.faqList li dl {
  padding-bottom: 35px;
  border-bottom: 2px solid #CBD1CF;
}
.faqList li dl dt, .indexarea .faqList li dl dt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  position: relative;
  text-align: left;
  padding: 0 0 13px 35px;
  background: none;
}
.faqList li dl dd {
  padding-left: 35px;
  position: relative
}
.faqList li dl dt:before {
  content: url("img/question.png");
}
.faqList li dl dd:before {
  content: url("img/answer.png");
}
.faqList li dl dt:before, .faqList li dl dd:before {
  position: absolute;
  left: 0;
  top: -2px;
}
.sns {
  margin: 40px 0;
}
.twitterTimeline {
  width: 500px;
  height: 400px;
  overflow: scroll;
  border: 1px solid #bbb;
  display: inline-block;
  vertical-align: top;
}
.fb_iframe_widget {
  padding: 0px 34px;
}
.productWrap .topContent .case dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.productWrap .topContent .case dd {
  position: relative;
}
.productWrap .topContent .case dd div span {
  font-size: 18px;
  font-weight: bold;
  color: #ff4141;
  display: block;
}
/*SEO施策事例*/
.seoTop img {
  margin: 0 auto;
}
section.case {
  margin: 40px 0;
  position: relative;
}
section.case h3 span {
  padding-left: 10px;
  font-size: 18px;
  font-weight: normal;
}
section.case &gt; p {
  margin-bottom: 4px;
}
section.case dl {
  padding-bottom: 40px;
}
section.case &gt; dl {
  padding-bottom: 0px;
}
.indexarea section.case dt::before, .indexarea section.case dt::after {
  display: none;
}
.Bnr {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  display: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
}
.Bnr .Bnr__img {
  position: fixed;
  bottom: 0;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.Bnr__img__inner {
  max-width: 1200px;
  height: auto;
  box-sizing: border-box;
  background-color: #fafafa;
}
.Bnr__img__inner .bannar-sp {
  display: none;
}
.Bnr .Bnr__img .close {
  position: absolute;
  right: 0px;
  top: 0px;
}
.Bnr .Bnr__img .close a {
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img .close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img .close a i {
  font-size: 20px;
  z-index: 888;
  color: #101010;
}
.infoMation {
  margin-top: 40px;
  background: #f7f8fa;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: -100px;
}
.infoMation p span {
  margin-bottom: 15px;
  display: block;
}
.swiper-container {
  margin-bottom: 50px;
}
.swiper-container .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 12px;
}
.articleWrap .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: #58c8ac;
}
.globalNav &gt; li:hover &gt; a span:first-of-type {
  opacity: 0.6;
}
.globalNav li {
  position: relative;
}
.globalNav li.has-child ul {
  position: absolute;
  left: 0;
  top: 32px;
  background: #fff;
  width: 220px;
  visibility: hidden;
  padding: 10px 10px;
  border: 1px solid #eeeeee;
  border-top: none;
}
.globalNav li.has-child &gt; a {
  display: flex;
  flex-direction: column;
}
.has-child ul li a span {
  display: inline-block;
}
.has-child ul li a span::after {
  border-bottom: solid 2px #58c8ac;
  padding-top: 10px;
  bottom: 0;
  content: "";
  display: block;
  transition: all 0 ease;
  -webkit-transition: all 0 ease;
  width: 0;
}
.has-child ul li a:hover span::after {
  width: calc(100% + 20px);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.globalNav li.has-child &gt; a span {
  display: block;
}
.globalNav li.has-child &gt; a span.navHexagon {
  position: relative;
  width: 6px;
  height: 3px;
  margin: auto;
}
.globalNav li.has-child &gt; a:hover span.navHexagon, .globalNav li.seoFirst.secondOn &gt; a span.navHexagon, .globalNav li.meoFirst.secondOn &gt; a span.navHexagon, .globalNav li.hrFirst.secondOn &gt; a span.navHexagon, .globalNav li.affiFirst.secondOn &gt; a span.navHexagon,.globalNav li.webmarketingFirst.secondOn &gt; a span.navHexagon {
  position: relative;
  width: 6px;
  height: 3px;
  background-color: #64c7cc;
}
.globalNav li.has-child &gt; a:hover span.navHexagon:before, .globalNav li.has-child &gt; a:hover span.navHexagon:after, .globalNav li.seoFirst.secondOn &gt; a span.navHexagon:before, .globalNav li.seoFirst.secondOn &gt; a span.navHexagon:after, .globalNav li.meoFirst.secondOn &gt; a span.navHexagon:before, .globalNav li.meoFirst.secondOn &gt; a span.navHexagon:after, .globalNav li.hrFirst.secondOn &gt; a span.navHexagon:before, .globalNav li.hrFirst.secondOn &gt; a span.navHexagon:after, .globalNav li.affiFirst.secondOn &gt; a span.navHexagon:before, .globalNav li.affiFirst.secondOn &gt; a span.navHexagon:after,.globalNav li.webmarketingFirst.secondOn &gt; a span.navHexagon:before,.globalNav li.webmarketingFirst.secondOn &gt; a span.navHexagon:after {
  content: "";
  left: 0;
  position: absolute;
  width: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.globalNav li.has-child &gt; a:hover span.navHexagon::before, .globalNav li.seoFirst.secondOn &gt; a span.navHexagon::before, .globalNav li.meoFirst.secondOn &gt; a span.navHexagon::before, .globalNav li.hrFirst.secondOn &gt; a span.navHexagon::before, .globalNav li.affiFirst.secondOn &gt; a span.navHexagon::before,.globalNav li.webmarketingFirst.secondOn &gt; a span.navHexagon::before {
  bottom: 100%;
  border-bottom: 2px solid #64c7cc;
}
.globalNav li.has-child &gt; a:hover span.navHexagon::after, .globalNav li.seoFirst.secondOn &gt; a span.navHexagon::after, .globalNav li.meoFirst.secondOn &gt; a span.navHexagon::after, .globalNav li.hrFirst.secondOn &gt; a span.navHexagon::after, .globalNav li.affiFirst.secondOn &gt; a span.navHexagon::after,.globalNav li.webmarketingFirst.secondOn &gt; a span.navHexagon::after {
  top: 100%;
  border-top: 2px solid #64c7cc;
}
/*hoverしたら表示*/
.globalNav li.has-child:hover &gt; ul, .globalNav li.has-child ul li:hover &gt; ul, .globalNav li.has-child:active &gt; ul, .globalNav li.has-child ul li:active &gt; ul {
  visibility: visible;
}
.globalNav ul {
  cursor: default;
}
.has-child ul &gt; li:first-child {
  display: none;
}
#page-top {
  position: fixed;
  right: 15px;
  z-index: 10;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
#page-top::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
#page-top a:hover, #page-top:hover a {
  opacity: 0.6;
}
#page-top a {
  display: flex;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 35px;
  background-color: #58C8AC;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}
#page-top a::before {
  border-bottom: 16px solid #58C8AC;
  bottom: 100%;
}
#page-top a::after {
  border-top: 16px solid #58C8AC;
  top: 100%;
}
#page-top a::before, #page-top a::after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
/*リンクを右下に固定*/
/*#page-top {
	position: fixed;
	right: 15px;
	z-index: 2;
    はじめは非表示
	opacity: 0;
	transform: translateY(100px);
}*/
.bannerWrap {
  position: fixed;
  z-index: 2;
  bottom: 0;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(120px);
  width: 100%;
}
.bannerBtnWrap {
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 0 65px;
}
.bannarBtnWidth {
  max-width: 1150px;
  width: 100%;
  display: flex;
  justify-content: right;
  position: relative;
}
.bannerBtn {
  position: absolute;
}
.bannerBtn:hover {
  cursor: pointer;
}
.bannerBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  background-color: #fff;
  z-index: 5;
  position: relative;
  right: -12px;
  top: 32px;
}
.bannerBtn::before, .bannerBtn::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: #808080;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(30% - 2px);
  left: 30%;
}
.bannerBtn::before {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 30%;
}
.bannerOff {
  display: none;
}
.bannerArea {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 65px;
}
.bannerArea a {
  display: block;
  max-width: 1150px;
  margin: auto;
}
.bannerArea a img {
  width: 100%;
  height: auto;
}
/*　上に上がる動き　*/
.productBanner {
  margin: 50px auto;
}
.productBanner a {
  margin: auto;
  display: flex;
  justify-content: center;
}
.productWrap .productBanner picture {
  margin: auto;
  display: flex;
  justify-content: center;
}
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
#bannerParts.UpMove {
  animation: UpBanner 0.5s forwards;
}
.breadCrumb {
  margin: auto;
  display: block;
  padding: 25px 0 20px 0;
}
.detailWrap .breadCrumb, .seminarDetail .breadCrumb {
  padding: 25px 0 5px;
}
.breadCrumb li {
  display: inline;
  font-size: 14px;
  margin-right: 20px;
  position: relative;
}
.breadCrumb li a {
  color: inherit;
  transition: 0.3s;
}
.breadCrumb li a:hover {
  color: #58C8AC;
}
.breadCrumb li::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1.2px;
  border-right: solid 1.2px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  right: -12px;
}
.breadCrumb li:last-child:after {
  display: none;
}
.blogInner a, .productWrap .topContent a {
  color: #2ab592;
  transition: 0.3s;
}
a.banner_parts {
  display: block
}
.blogDetail span {
  font-weight: bold;
  font-size: 25px;
  position: relative;
  margin-top: 1%;
  color: #222;
  display: inline;
}
.detailWrap img {
  margin: auto;
  height: auto;
}
.detailWrap img.left {
  margin: 0;
}
.underLine, .blogInner h2, .productWrap .topContent h2, .indexarea dt {
  position: relative;
  display: block;
}
.blogInner h2, .wordsWrap h2, .seminarInner h2, .productWrap .topContent h2, .indexarea dt {
  margin: 4rem 0 2rem;
  padding: 10px 0 10px 75px;
  font-size: 28px;
  background: url(img/headline_icon.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 60px;
}
.blogInner .recommendParts li dl dd, .seminarInner .recommendParts li dl dd {
  font-size: 18px;
}
.indexarea dt {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.productWrap .topContent ul, .indexarea ul {
  list-style: circle;
  margin: 0 0 0 20px;
}
.productWrap .topContent ul.faqList {
  list-style: none;
  margin: 50px auto 0;
}
.productWrap .topContent ul.style-decimal, .indexarea ul.style-decimal {
  list-style: decimal;
}
.productWrap .topContent ul.style-none, .indexarea ul.style-none {
  list-style: none;
}
.productWrap .topContent ol, .indexarea ol {
  list-style: decimal;
  margin-left: 20px;
}
.indexarea ul li ul {
  list-style: outside;
}
.productWrap .topContent ul li, .productWrap .topContent ol li, .indexarea ul li, .indexarea ol li {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
}
.productWrap .topContent ul li img, .productWrap .topContent ol li img, .indexarea ul li img, .indexarea ol li img {
  margin: 20px auto;
}
.productWrap .topContent ul.stickyList {
  padding: 0;
  position: relative;
  list-style-type: none;
  display: inline-block;
}
.productWrap .topContent ul.stickyList &gt; li {
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0.5em 2em 0.5em 0.5em
}
.productWrap .topContent ul.stickyList &gt; li &gt; ul &gt; li {
  margin-bottom: 0;
}
ul.stickyList.seo &gt; li {
  color: #000;
  border-left: solid 6px #9eddd3;
  background: #f1f8ff;
  font-weight: bold;
}
.indexarea table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}
.indexarea table th {
  border: 1px solid;
  background: #58C8AC;
  color: #fff;
  padding: 20px 10px;
  font-size: 16px;
  width: 150px;
}


.blogInner .indexarea table th  a {
  color: #ffffff;
  text-decoration: underline;
}

.indexarea table th.tbIn {
  background: #6a99ff;
  font-size: 16px;
}
.indexarea table th.tbQb {
  background: #6be0d1;
  font-size: 16px;
}
.indexarea table th.tbSt {
  background: #f1a47a;
  font-size: 16px;
}
.indexarea table span.blue {
  color: #105bff;
}
.indexarea .wordTable td {
  border: 1px solid #eeeeee;
  padding: 10px;
  text-align: left;
  width: auto;
}
.indexarea table.hr_table .table_left {
  background: #fff;
  width: auto;
}
.indexarea table.hr_table .hd_left {
  width: 32%;
  text-align: left;
}
.indexarea .qb-table td {
  text-align: left;
  width: 33%;
}
.indexarea .qb-table td.table_left {
  width: 10%;
}
.indexarea table.hr_table th {
  width: auto;
}
.indexarea table.Tb td {
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
}
.indexarea table .addTh {
  background: #ababab;
  font-size: 16px;
  color: #fff;
}
.indexarea table .td_content {
  text-align: left;
}
.indexarea table td.table_left {
  background: #f7f8fa;
}
.indexarea .qb-table td.table_left {
  width: 10%;
}
.indexarea table .table_left {
  padding: 20px 10px;
  margin: 0 22px;
  text-align: left;
}
.indexarea table td.left {
  text-align: left;
}
.indexarea table td {
  border: 1px solid #eeeeee;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  width: 13%
}
.indexarea table .yellow, .indexarea table.hr_table .yellow {
  background: #e9ffb3;
}
.indexarea table td li {
  font-size: 16px;
}
.indexarea table, .indexarea table th, .indexarea table tr, .indexarea table td {
  width: auto;
  margin: 0;
  padding: 0;
  color: initial;
  background: transparent;
  border: none;
  text-align: left;
}
.blogDescription .indexarea table {
  margin: 1.7em 0;
}
.blogDescription .indexarea table:last-child {
  margin-bottom: 0;
}
.productWrap table, .indexarea table {
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #333333;
}
.productWrap table th, .indexarea table th {
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  background: #7BD6C8;
  color: #fff;
  text-align: center;
}
.productWrap table th, .productWrap table td, .indexarea table th, .indexarea table td {
  padding: 15px 15px;
  border: 1px solid #CBD1CF;
}
.productWrap table.style-vertical, .indexarea table.style-vertical {
  border-spacing: 0 2px;
  border-collapse: separate;
}
.productWrap table.style-vertical td, .indexarea table.style-vertical td {
  border-left: none;
}
.blogDetail {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 35px 0 40px;
}
.detailWrap h1, .seminarDetail h1 {
  font-size: 32px;
  margin-bottom: 30px;
}
.detailWrap h1:last-child, .seminarDetail h1:last-child {
  margin-bottom: 0;
}
.seminarDetail h1 span {
  display: block;
}
.detailWrap h1 h1 span .i-br, .detailWrap h1 .i-br {
  display: inline-block;
}
.blogInner {
  margin-top: 25px;
}
.productDate {
  text-align: right;
  padding: 30px 0 0;
}
.blogDate .date time {
  margin-right: 14px;
}
.blogDate .postDate::before, .blogDate .updateDate::before {
  margin-right: 5px;
}
.blogVisual img {
  width: 100%;
  height: auto;
}
.blogImage img {
  width: 100%;
}
.sns-link img {
  width: 25px;
  height: auto;
  margin: 0;
}
.detailWrap .tagArea {
  background-color: #fff;
}
.productName.pageHead {
  font-size: 22px;
  font-weight: normal;
  margin-top: 30px;
}
.productName.pageHead .hexagon {
  margin-right: 5px;
  zoom: 1.5;
}
.listofcontents {
  background-color: #f7f8fa;
  padding: 25px 35px;
  margin: 50px 0;
  border-radius: 0;
}
.listofcontents ol {
  counter-reset: number 0;
}
.productWrap .topContent .listofcontents ol {
  list-style: none;
  padding-top: 2%;
  margin-left: 0;
}
.listofcontents li {
  margin-top: 6px;
}
.productWrap .topContent .listofcontents li {
  margin-top: 6px;
  margin-bottom: 0;
}
.productWrap .topContent .listofcontents a, .listofcontents li a {
  font-weight: bold;
  color: #222;
  font-size: 16px;
  transition: 0.3s;
}
.productWrap .topContent .listofcontents a:hover, .listofcontents li a:hover {
  color: #58C8AC;
}
.listofcontents li.m_headline a:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero)".";
  padding-right: 7px;
}
.listofcontents li.s_headline {
  margin-top: 6px;
  padding-left: 15px;
  border-bottom: none;
  position: relative;
  margin-left: 10px;
}
.listofcontents li.s_headline a, .productWrap .topContent .listofcontents li.s_headline a {
  font-weight: normal;
  font-size: 16px;
}
.listofcontents li.s_headline a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 0;
  top: 9px;
}
.listofcontents li.s2_headline {
  margin-top: 10px;
  padding-left: 15px;
  border-bottom: none;
  position: relative;
  margin-left: 20px;
}
.listofcontents li.s2_headline a, .productWrap .topContent .listofcontents li.s2_headline a {
  font-weight: normal;
  font-size: 17px;
}
.listofcontents li.s2_headline a:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  left: 0;
  top: 13px;
  border: 1px solid;
}
.blogInner article a:hover {
  color: #58C8AC;
}
.excerpt a:hover, .indexarea a:hover, .productText a:hover {
  opacity: 0.5;
}
.listofcontents &gt; div {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}
.listaccordion .listofcontents &gt; ol {}
.listaccordion .listofcontents &gt; div {
  padding-right: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.listaccordion .listofcontents &gt; div::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 10px;
  width: 0;
  height: 0;
  border-top: 14px solid black;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: 10px;
  transition: 0.2s;
}
.listaccordion .listofcontents &gt; div.close::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 13px;
}
.listaccordion .listofcontents &gt; div.close + ol {
  display: none;
}
.blogInner .tagArea {
  height: auto;
  -webkit-justify-content: center;
  justify-content: center;
}
.blogInner .tagArea .tagList {
  height: auto;
}
.blogDescription {
  margin: 30px 0;
  position: relative;
}
.indexarea .parts_datalist dt {
  font-size: 20px;
  text-align: left;
  margin: 30px 0 15px;
  padding-bottom: 0;
}
.indexarea .parts_datalist dt:before, .indexarea .parts_datalist dt:after {
  display: none;
}
.indexarea .parts_table {
  width: 100%;
}
.indexarea .parts_table th {
  background: #e5e9ee;
  color: inherit;
  text-align: left;
}
.indexarea .parts_table th, .indexarea .parts_table td {
  width: auto;
  padding: 20px 15px;
  border: solid 1px #222;
}
.Left {
  position: relative;
}
.Left::before, .Left::after {
  position: absolute;
  content: '';
  width: 45px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Left::before {
  top: 0;
  left: 0;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}
.Left::after {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
}
.Right {
  position: relative;
  padding: 25px 30px;
}
.Right::before, .Right::after {
  position: absolute;
  content: '';
  width: 45px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Right::before {
  top: 0;
  right: 0;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
}
.Right::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}
.excerpt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
.blogDescription p {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 16px;
}
.blogDescription p:last-child {
  margin-bottom: 0;
}
.productWrap .topContent p, .indexarea p {
  margin: 20px 0;
  line-height: 1.7;
  word-break: break-all;
  font-size: 1rem;
  font-weight: 400;
}
.seminarInner p {
  font-size: 16px;
  margin: 20px 0;
  line-height: 1.7;
  word-break: break-all;
}
.indexarea .caution:before, .seminarInner .caution:before {
  content: '※';
  padding-right: 0.25em;
}
.indexarea .small, .seminarInner .small {
  font-size: 14px;
}
.contentSubhead, .blogInner h3, .productWrap .topContent h3 {
  position: relative;
  padding-left: 20px;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 22px;
  border-left: #9eddd3 7px solid;
  padding: 2px 0 2px 20px;
  font-weight: bold;
}
.blogInner h4, .productWrap .topContent h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}
.blogShare &gt; div {
  margin: 10% 0 2%;
}
.blogShare &gt; div {
  text-align: center;
  font-weight: bold;
}
.blogShare.center ul {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
.blogShare.center li:first-child {
  margin-right: 1%;
}
.blogShare.center li:last-child {
  margin-left: 1%;
}
.blogShare.right ul {
  display: flex;
  justify-content: flex-end;
}
.blogShare.right li:first-child {
  padding-right: 2%;
}
.blogShare.right li:last-child {
  margin-left: 1%;
}
.blogShare .sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px 0;
  width: 140px;
  border-radius: 1ch;
  transition: 0.3s;
  line-height: 1.5;
  font-size: 18px;
}
.blogShare .sns-link:hover {
  box-shadow: none;
  opacity: 0.5;
  transform: none;
}
.blogShare .sns-link.tw {
  background: #1da1f2;
}
.blogShare .sns-link.fb {
  background: #1877f2;
}
.blogShareDate {
  overflow: hidden;
  margin-bottom: 45px;
}
.blogShareDate:after {
  display: block;
}
.blogShareDate .blogDate {
  float: left;
}
.blogShareDate .blogShare {
  float: right;
}
.detailWrap .seminnerDate time {
  font-size: 18px;
}
.detailWrap .seminnerDate time .smallFont {
  font-size: 16px;
}
.detailWrap .seminnerDate time .seminarTime {
  font-size: 16px;
}
.detailWrap .seminarTitle {
  font-size: 22px;
}
.detailWrap .seminarList .hexagon {
  margin-right: 5px;
  zoom: 0.8;
}
.indexarea blockquote {
  margin: 15px 0;
  padding: 20px 25px 25px 50px;
  background: #f7f8fa;
  border-radius: 10px;
  display: block;
  overflow-wrap: break-word;
  position: relative;
  line-height: 1.7;
}
.indexarea blockquote *:first-child {
  margin-top: 0;
}
.indexarea blockquote *:last-child {
  margin-bottom: 0;
}
.indexarea blockquote:before {
  position: relative;
  left: -30px;
  display: block;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #9eddd3;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}
.indexarea .qoute, .productWrap .qoute {
  margin: 15px 0;
  padding: 15px 25px;
  background: #f7f8fa;
  border-radius: 10px;
  display: block;
  overflow-wrap: break-word;
  position: relative;
  line-height: 1.7;
}
.indexarea .qoute p:first-child {
  margin-top: 0;
}
.indexarea .qoute p + ul {
  margin-top: -10px;
}
.indexarea .qoute a, .productWrap .qoute a {
  font-weight: bold;
}
.indexarea .qoute p:last-child, .indexarea .qoute li:last-child {
  margin-bottom: 0;
}
/*fontデザイン*/
.red {
  color: red;
}
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.break {
  display: block;
}
.detailWrap .sectionBlock .mainWrap {
  padding: 0;
}
.searchPage {
  border: 1px solid #CBD1CF;
  border-radius: 40px;
  padding: 0 0 0 25px;
  margin: 31px 0;
  display: flex;
  font-size: 18px;
  line-height: 1;
}
.searchPage input, .searchPage button {
  border: none;
  background: none;
}
.searchPage input {
  -webkit-flex: 1;
  flex: 1;
  padding: 20px 0;
}
.searchPage button {
  padding: 20px 25px;
  cursor: pointer;
  transition: 0.3s
}
.searchPage button:hover {
  opacity: 0.5;
}
.searchpageTag {
  margin-bottom: 60px;
}
.spSidebar {
  display: none;
}
.sidebar {
  width: 30%;
  max-width: 350px;
  padding-top: 25px;
}
.sidebar .sideWrap, .sidebar .siderankingWrap {
  margin-bottom: 20%;
}
.sidebarhead, .sidebar dl dt {
  margin: 0 0 30px;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 18px;
}
.sidebarhead span, dl.siderankingWrap dt.rankingContents span {
  display: inline-block;
}
.sidebarhead span::before, .sidebar dl dt.rankingContents::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: inline-block;
  width: 70px;
  height: 2.2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #222;
}
.sidebersnsarea {
  height: 405px;
}
.sidebardesc {
  margin: 0 0 15px;
}
.sidebar dl dd ul.new_post li {
  position: relative;
  height: 70px;
  margin-bottom: 25px;
}
.sidebar dl dd ul.new_post {
  counter-reset: number 0;
}
.sidebar dl dd ul.new_post.rankNumber li::after {
  position: absolute;
  top: -12px;
  left: 16px;
  font-weight: bold;
  font-size: 18px;
  counter-increment: number 1;
  content: counter(number);
}
.sidebar dl dd ul.new_post.rankNumber li:nth-child(-n+3)::after {
  color: #222;
}
.sidebar dl dd ul.rankNumber li:nth-child(n+4)::after {
  color: #fff;
}
.sidebar dl dd ul.rankNumber li::before {
  position: absolute;
  top: -22px;
  left: 0;
}
.sidebar dl dd ul.rankNumber li:nth-child(-n+3)::before {
  content: url(img/rank123.png);
}
.sidebar dl dd ul.rankNumber li:nth-child(n+4)::before {
  content: url(img/rank45.png);
}
.sidebar dl.mailForm dt {
  text-align: center;
}
.sidebar dl dd ul.new_post li a.rankingDetail {
  display: flex;
  justify-content: space-between;
  height: 100%;
  border: solid 1px #e5e9ee;
  transition: .3s ease-in-out;
  border-radius: 10px;
  background: #FFFFFF;
}
.sidebar dl dd ul.new_post li a.rankingDetail:hover {
  box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
}
.sidebar dl dd ul.new_post li a.rankingDetail .articleCapture {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
  max-width: 130px;
}
.sidebar .articleCapture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sidebar dl dd .rankingDetail .rankingTitle {
  font-size: 14px;
  padding: 13px 10px;
  width: 60%;
  -webkit-flex: 1;
  flex: 1;
}
.sidebar dl dd .rankingDetail .rankingTitle &gt; span {
  height: 42px;
  overflow: hidden;
  display: block;
}
.sidebar dl dd .rankingDetail .rankNumber {
  width: 27px;
  height: 16px;
  top: -5px;
}
.sidebar dl dd li:first-child .rankingDetail .rankNumber, .sidebar dl dd li:first-child .rankingDetail .rankNumber::before, .sidebar dl dd li:first-child .rankingDetail .rankNumber::after {
  background: #E8C200;
}
.sidebar dl dd li:nth-child(2) .rankingDetail .rankNumber, .sidebar dl dd li:nth-child(2) .rankingDetail .rankNumber::before, .sidebar dl dd li:nth-child(2) .rankingDetail .rankNumber::after {
  background: #707070;
}
.sidebar dl.mailForm {
  margin: 0 5%;
}
.sidebar dl.mailForm dt::before {
  content: url(img/mail_line.png);
  display: block;
  border-bottom: none;
}
.sidebar dl.mailForm dd {
  font-size: 15px;
}
.sidebar dl.mailForm dd p {
  margin: 5% 0;
  font-size: 12px;
  line-height: 1.7;
}
.sidebar dl.mailForm dd input {
  width: 100%;
  padding: 2% 0 2% 2%;
  border: none;
  border-radius: 5px;
}
.sidebar dl.mailForm dd input::placeholder {
  color: #e1e1e1;
}
.sidebar dl.mailForm dd input.mailButton {
  font-size: 14px;
  color: #fff;
  width: 170px;
  background-color: #ff718f;
  border-radius: 50px;
  padding: 2% 0;
  display: block;
  margin: 0 auto;
  border: none;
}
.sidebar dl.mailForm dd p.agree {
  font-size: 10px;
  text-align: center;
  color: #999;
}
.sidebar dl.mailForm dd p.agree a {
  color: #999;
}
.sidebar dl.mailForm dd p.agree a::after {
  content: "";
  background-image: url(img/link.png);
  background-size: contain;
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 3px;
}
.sideWrap .formName {
  text-align: center;
  margin: 0 0 10px;
  font-weight: bold;
}
.sideWrap .formName span {
  display: inline-block;
}
.sideForm li:first-child {
  border-top: solid 1px #d0d0d0;
}
.sideForm li {
  border: solid 1px #d0d0d0;
  border-top: 0;
}
.sideForm li span {
  font-size: 14px;
  background-color: #fff;
}
.sideForm li:last-child span:after {
  display: none;
}
.sideForm span {
  display: block;
  padding-left: 5px;
}
.sideWrap {
  width: auto;
}
.sideWrap form input {
  width: 100%;
  height: 40px;
  border: none;
  padding-left: 20px;
  font-size: 12px;
}
.sideWrap form select {
  all: unset;
  font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
  color: #333333;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0px 14px 0px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 40px;
}
.sideWrap form .select {
  position: relative;
}
.sideWrap form .select:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 12px;
  right: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
.sideForm li:last-child {
  margin-top: 20px;
  margin-bottom: 15px;
  border: none;
  border-radius: 3px;
}
.sideForm li:last-child span {
  padding: 0;
}
.sideForm li:last-child input {
  color: #58C8AC;
  height: 50px;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 100px;
  width: 250px;
  border: 2px solid #58C8AC;
  display: block;
  margin: auto;
  transition: 0.3s;
}
.sideForm li:last-child input:hover {
  background: #58C8AC;
  color: #FFFFFF;
}/*
.sideForm &gt; li:last-child div {
  color: #9a9a9a;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  background-color: #e5e9ee;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}*/
.sidebar dl .tagAccordion {
  margin-bottom: 30px;
}
.sidebar dl .tagAccordion li.close {
  display: none;
}
.sidebar dl .tagAccordion + div {
  transition: 0.3s
}
.tagAccordion + div.hidden {
  opacity: 0;
  pointer-events: none;
}
.sidebar .sideWrap img.nds_banner {
    margin: 0 auto;
}
/*記事一覧*/
.blogList {}
.blogList .detailWrap {}
.blogList .blogDescription {
  margin: 2% 0;
}
.blogList .listofArticles, .rankPage .listofArticles {
  background-color: #f7f8fa;
  padding: 25px 30px;
  margin-top: 30px;
}
.blogList .articleList {
  margin: 40px 0 20px;
}
/*メルマガ登録*/
.buttonMailmag {
  display: block;
  margin: 50px auto 0;
}
a.contetsMailmag {
  padding: 15px 40px;
  background-color: #f76263;
  color: #fff;
  border-radius: 30px;
  overflow: 0 aut;
  display: block;
  width: 280px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid;
}
a.contetsMailmag:hover {
  color: #f66363;
  background-color: #fff;
  border-color: #f66363;
  transition: .3s;
  opacity: 1;
}
@media screen and (min-width:1501px) {
  .blogList .articleList li {
    width: 31%;
    margin-bottom: 40px;
  }
  .blogList .articleContent dl {
    padding: 10px;
  }
  .blogList .articleContent dl dd {
    font-size: 16px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width:1500px) {
  /*関連記事を2行に*/
  .detailWrap .articleList.documentList &gt; li {
    width: 48%;
  }
  /*セミナーの画像調整*/
  .detailWrap .seminarImage, .seminarInner .seminarImage {
    width: 100%;
  }
  .detailWrap ul.seminarList li a {
    padding: 0;
    flex-wrap: wrap;
  }
  .detailWrap .seminarImage img {
    border-radius: 1ch 1ch 0 0;
  }
  .detailWrap .seminnerInfo {
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .searchPage {
    padding-left: 20px;
  }
  .searchPage input {
    padding: 10px 0;
  }
  .searchPage button {
    padding: 10px 20px;
  }
}
/*MEO訴求*/
dl.serviceAppeal {
  background: #e7f2f2;
  border-radius: 10px;
  padding: 20px 40px;
  margin-bottom: 90px;
}
dl.serviceAppealSingle {
  margin: 7% 0;
  background: #e7f2f2;
  border-radius: 10px;
  padding: 20px 40px;
}
dl.serviceAppeal.seoVer {
  margin: 0px 0 90px;
}
dl.serviceAppeal dt {
  font-size: 22px;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
dl.serviceAppealSingle dt {
  font-size: 22px;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  font-weight: bold;
  background: none;
}
dl.serviceAppeal dt span, dl.serviceAppealSingle dt span {
  display: inline-block;
}
.serviceAppeal dd p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.productWrap .topContent dl.serviceAppeal dd p .br {
  display: block;
}
dl.serviceAppeal dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
dl.serviceAppeal dd .appealContents {
  width: 50%;
}
dl.serviceAppealSingle dd .appealContents {
  width: 100%;
  margin: 20px 0 0;
}
dl.serviceAppealSingle dd .appealContents ul {
  list-style-type: none;
}
dl.serviceAppealSingle dd .appealContents &gt; *, dl.serviceAppealSingle dd .appealContents &gt; ul li {
  margin: 0;
}
dl.serviceAppeal dd .appealContents ul li span.bold {
  font-size: 18px;
}
dl.serviceAppeal dd .buttonDl {
  margin: 20px auto;
}
dl.serviceAppeal dd .buttonDl a {
  background-color: #f76263;
  color: #fff;
  border-radius: 40px;
  display: block;
  text-align: center;
  font-size: 20px;
  border: 2px solid #f66363;
  width: 100%;
  padding: 15px 10px 15px 20px;
}
dl.serviceAppealSingle dd .appealContents .buttonDl a {
  padding: 6px 40px;
  background-color: #f76263;
  color: #fff;
  border-radius: 40px;
  display: block;
  width: 86%;
  text-align: center;
  margin: 20px auto;
  font-weight: bold;
  font-size: 20px;
  border: 2px solid #f66363;
}
dl.serviceAppeal dd .buttonDl a:hover,
dl.serviceAppealSingle dd .appealContents .buttonDl a:hover {
  color: #f66363;
  background-color: #fff;
  border-color: #f66363;
  transition: .3s;
}
dl.serviceAppeal dd .appealServiceImg {
  width: 48%;
  max-width: 400px;
  margin: 10px 0;
}
.appealServiceImg img {
height: auto
}
dl.serviceAppeal .lineBreak, .contents-button a .lineBreak {
  display: inline-block;
}
/* SEOdash訴求 */
dt.serviceAppealText{
	text-align: center;
}
dt.serviceAppealText .serviceAppealLogo{
	padding: 10px 0 0;
  margin: auto;
}

.checkWrap {
  border-radius: 1ch;
  padding: 50px 30px;
  background-color: #E7F2F2;
}
.checkHead {
  padding: 6px 26px 6px 68px;
  border-radius: 163px;
  font-size: 20px;
  background-color: #fff;
  display: inline-block;
  position: relative;
}
.checkHead::before {
  content: "";
  background-image: url(img/light_bulb.svg);
  display: inline-block;
  height: 64px;
  width: 62px;
  vertical-align: middle;
  position: absolute;
  left: 6px;
  top: -30px;
}
.checkWrap h4 {
  font-size: 22px;
}
.checkWrap h4:not(:first-of-type) {
  margin-top: 60px;
}
.checkImg img:not(:last-of-type) {
  margin-bottom: 40px;
}
.checkImg img {
  width: 100%;
  height: auto;
}
body.notag {
  top: 0;
}
main.docmentWrap {
  padding-left: 0;
  margin-top: 0;
}
footer.docmentFooter {
  padding-left: 0;
}
.sideDocument {
  border: 20px solid #e9f8f4;
  padding: 40px;
  position: sticky;
  top: 20px;
}
.sideDocument .in-bl {
  display: inline-block;
}
.sideDocument_head {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
  margin-left: -20px;
  margin-right: -20px;
}
.sideDocument_head .input {
  padding: 0 0 0 2px;
}
.sideDocument_head .input span {
  font-size: 30px;
  display: inline-block;
  color: #F66363;
  font-weight: bold;
  padding-top: 15px;
  position: relative;
}
.sideDocument_head .input span:before {
  content: '・';
  position: absolute;
  top: -10px;
  margin: auto;
  width: 100%;
  line-height: 1;
}
.indexarea ul.doc-point {
  padding: 25px 20px;
  border: 1px solid #ccc;
  margin-left: 0;
  list-style: none;
}
.indexarea ul.doc-point li {
  margin-bottom: 20px;
  font-weight: normal;
  padding-left: 25px;
  position: relative;
}
.indexarea ul.doc-point li:last-child {
  margin-bottom: 0;
}
.indexarea ul.doc-point li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  position: absolute;
  left: 0;
  color: #58C8AC;
}
.doc-index {
  padding: 25px 20px;
  background-color: #f7f8fa;
}
.indexarea .doc-index dt {
  padding: 0;
  text-align: left;
  font-weight: normal;
  background: none;
  margin: 0 0 10px;
  font-size: 16px;
}
.indexarea .doc-index dt:before {
  content: "＜";
}
.indexarea .doc-index dt:after {
  content: "＞";
}
.indexarea .doc-index ul, .indexarea .doc-index ol {
  counter-reset: number 0;
  list-style: none;
  margin: 0;
}
.indexarea .doc-index ul li, .indexarea .doc-index ol li {
  position: relative;
  padding-left: 1.75em;
}
.indexarea .doc-index ul li:before, .indexarea .doc-index ol li:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero)".";
  padding-right: 7px;
  position: absolute;
  left: 0;
}
.indexarea .doc-index ul li:last-child, .indexarea .doc-index ol li:last-child {
  margin-bottom: 0;
}
.docmentWrap .mainWidth {
  padding: 0 40px;
  max-width: 1360px;
}
.docmentWrap .mainWidth .detailWrap {
  width: 60%;
  margin-right: 3%;
  max-width: none;
  margin-bottom: 60px;
}
.docmentWrap .mainWidth .sidebar {
  width: 37%;
  max-width: none;
  padding-top: 20px;
}
.docmentWrap .detailWrap h1 {
  margin-top: 20px;
}
.documentSubmit {
  cursor: pointer;
  padding: 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
  transition: 0.3s;
  color: #FFFFFF;
  height: 60px;
  font-size: 18px;
  background-color: #F66363;
  border: 2px solid #F66363;
  width: 100%;
  border-radius: 5px;
  border-radius: 100px;
  line-height: 1.2;
}
.documentSubmit:hover {
  background: #FFFFFF;
}
.documentSubmit .txt {
  font-size: 18px;
  background-color: transparent;
  color: #fff;
  display: block;
}
.documentSubmit:hover .txt {
  color: #F66363;
}
.documentSubmit .txt span {
  font-size: 18px;
  background-color: transparent;
}
.documentSubmit .txt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ea";
  padding-right: 5px;
  font-weight: 600;
}
.documentSubmit .scroll:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 600;
}
.sideDocument .termsOfService {
  padding-bottom: 0;
}
.visualThumb {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.visualThumb span {
  cursor: pointer;
  max-width: 32%;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #bbb;
}
.visualThumb span.center {
  margin: 0 2%;
}
.visualThumb span img {
  width: 100%;
  height: auto;
}
header.headerBasic {
  position: initial;
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  padding: 0;
  box-shadow: 0 3px 3px -3px rgb(34 34 34 / 20%);
}
header.headerBasic::after, header.headerBasic::before {
  display: none;
}
.headerBasicWrap {
  margin: auto;
  position: relative;
  max-width: 1360px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #fff;
  height: 60px;
  padding: 0 25px;
  align-items: center;
  justify-content: space-between;
}
.headerBasicWrap .blogLogo a {
  width: 230px;
}
.course-item a:hover {
  opacity: 0.8;
}
.course-item a img {
  width: 100%;
}
.docment_modal {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  margin: 0;
}
.bigimg {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.close-btn {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 15px;
  right: 20px;
  line-height: 1;
  cursor: pointer;
}
.close-btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  color: #ffffff;
  font-weight: 600;
}
.icon-modal:after {
  width: 16px;
  height: 16px;
  content: '';
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
}
.icon-newtab:after {
  width: 18px;
  height: 18px;
  content: '';
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
}
.contents-button {
  display: block;
  margin: 40px auto 0;
  text-align: center;
  justify-content: space-between;
  align-items: center
}
.contents-button a {
  color: #fff;
  background: #58c8ac;
  margin: 40px 0;
  padding: 15px 40px;
  border-radius: 46px;
  display: block
}
/*PROFILE*/
dl.author {
  margin: 60px 0 30px;
  padding: 25px 35px;
  background: #f7f8fa;
  border-radius: 0px;
}
.authorProduct dl.author {
  margin: 0px 0 90px;
}
dl.author &gt; dt {
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 2px 0 2px 39px;
  text-align: left;
  background: none;
  font-weight: bold;
  font-size: 22px;
}
dl.author &gt; dt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14b";
  padding-right: 10px;
  font-weight: 600;
  color: #9eddd3;
  font-size: 150%;
  position: absolute;
  left: 0;
  line-height: 1;
}
dl.author &gt; dd {
  display: flex;
  margin: 0;
}
dl.author .author_img img {
  border-radius: 100%;
}
dl.author &gt; dd dl {
  margin-left: 30px;
  -webkit-flex: 1;
  flex: 1;
}
dl.author &gt; dd dl dt {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  background: none;
  text-align: left;
  font-weight: normal;
}
dl.author &gt; dd dl dt .company {
  font-weight: normal;
  font-size: 18px;
  display: block;
}
dl.author &gt; dd dl dt .name {
  font-weight: bold;
  font-size: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
dl.author &gt; dd dl dd {}
.author_site {
  position: relative;
  left: -4px;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.author_site a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  margin-right: 5px;
}
.author_site img {
  width: 22px;
  /* height: 22px; */
}
.contactAppealArea {
  padding: 40px 0;
}
.contactAppealArea__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  padding: 36px 24px;
  border: 3px solid #f1f8fa;
  ;
  border-radius: 32px;
}
.contactAppealArea__head {
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  color: #1768b3;
}
.contactAppealArea__logo {
  display: block;
  margin: 0 auto;
  width: 280px;
  padding-bottom: 10px;
}
.contactAppealArea__inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.contactAppealArea__laptop {
  display: block;
  margin: 0 auto 24px;
  width: 90%;
}
.contactAppealArea__buttons {
  width: 92%;
  margin: 0 auto;
}
.contactAppealArea__buttons .button-green, .button-blue {
  position: relative;
  display: block;
  font-size: 18px;
  text-decoration: none;
  padding: 15px 54px 15px 24px;
  border: none;
  border-radius: 24px;
  white-space: nowrap;
  line-height: 1;
  cursor: pointer;
  margin: 20px 0px;
  width: 100%;
}
.contactAppealArea__buttons .button-green {
  color: #fff;
  background-color: #29add0;
  text-shadow: 1px 1px #0783a3;
}
.contactAppealArea__buttons .button-blue:before, .contactAppealArea__buttons .button-green:before {
  z-index: 1;
  background-image: url(https://meo-dash.com/wp-content/themes/meo-dash/images/icon-next.svg);
  background-size: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  content: "";
}
.contactAppealArea__buttons .button-green::after {
  box-shadow: -4px -4px 9px #2ec0e7, 4px 4px 9px #249ab9, inset -4px -4px 9px transparent, inset 4px 4px 9px transparent;
  border-radius: 50%;
  transition: box-shadow .1s linear;
  position: absolute;
  right: 8px;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  content: "";
  display: block;
}
.contactAppealArea__buttons .button-blue {
  color: #fff;
  background-color: #1768b3;
  text-shadow: 1px 1px #094aab;
  padding: 15px 40px 15px 30px;
}
.contactAppealArea__buttons .contactAppealArea__buttons {
  width: 92%;
  margin: 0 auto;
}
.contactAppealArea__buttons .button-blue::after {
  box-shadow: -4px -4px 9px #1a73c7, 4px 4px 9px #145d9f, inset -4px -4px 9px transparent, inset 4px 4px 9px transparent;
  border-radius: 50%;
  transition: box-shadow .1s linear;
  position: absolute;
  right: 8px;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  content: "";
  display: block;
}
.contactAppealArea__buttons .button-green:hover::after {
  box-shadow: -4px -4px 9px transparent, 4px 4px 9px transparent, inset -4px -4px 9px #2ec0e7, inset 4px 4px 9px #249ab9;
}
.contactAppealArea__buttons .button-blue:hover::after {
  box-shadow: -4px -4px 9px transparent, 4px 4px 9px transparent, inset -4px -4px 9px #1a73c7, inset 4px 4px 9px #145d9f;
}
.contactAppealArea__buttons .button-green span {
  padding-left: 10px;
}
.tableWrap &gt; table, .tableWrap &gt; table &gt; tbody &gt; tr &gt; th, .tableWrap &gt; table &gt; tbody &gt; tr &gt; td {
  border-collapse: collapse;
  border: 1px solid #cbced2;
}
.tableWrap table th, .tableWrap table td {
  padding: 10px;
}
.tableWrap &gt; table &gt; tbody &gt; tr &gt; th {
  background-color: #f7f8fa;
}
.tableWrap &gt; table &gt; tbody &gt; th &gt; span {
  display: inline-block;
}
.tableWrap table td iframe {
  width: 100%;
}
.tableWrap .busHours td span:nth-child(2)::before {
  content: "~";
  padding: 5px;
}
.bannerSec {
  margin-top: 4rem;
}
iframe#seminar_form {
  padding-top: 80px;
  margin-top: -80px;
}
html {
  scroll-behavior: smooth;
}
.container-fluid {
  padding: 0;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes UpBanner {
  from {
    opacity: 0;
    transform: translateY(120px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 1s forwards;
}
#bannerParts.DownMove {
  animation: DownBanner 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(250px);
  }
}
@keyframes DownBanner {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(120px);
  }
}
.pageNation .wp-pagenavi span.current {
  background-color: #9eddd3;
  color: #fff;
}
.pageNation .wp-pagenavi a {
  transition: 0.2s;
}
.pageNation .wp-pagenavi a:hover, .pageNation .wp-pagenavi span.current {
  border-color: #9eddd3;
}
.pageNation .wp-pagenavi a:hover {
  background-color: #9eddd3;
  color: #fff;
}
@media screen and (max-width: 1450px) {
  .productList li {
    justify-content: center;
  }
  .productList li &gt; dl {
    width: 35%;
  }
  .productList li &gt; .pickUpArticle {
    width: 45%;
  }
  .pickUpArticle article figure, .pickUpArticle article .articleContent {
    width: 100%;
    border-radius: 1ch;
    background-color: #fff;
    margin: 0;
  }
  .pickUpArticle article img {
    border-radius: 1ch 1ch 0 0;
  }
  .productList .listPage {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  header {
    width: 280px;
    height: 100%;
    border: none;
  }
  main, footer, #contactBg,.siteSeal {
    padding-left: 280px;
  }
  main {
    margin-top: 0;
  }
  .globalNav {
    display: block;
  }
  .headerWrap {
    display: block;
    height: 100%;
    padding: 30px 0 0 25px;
  }
  .blogLogo {
    width: 100%;
    padding-right: 25px;
  }
  .blogLogo img {
    width: 100%;
  }
  nav.navWrap {
    display: block;
    margin-top: 25px;
  }
  header::after {
    content: "";
    width: 100%;
    height: 1500px;
    top: 0;
    position: absolute;
    background: #ffffff;
    border-right: #E3F5F0 solid 1px;
    z-index: -5;
  }
  header::before {
    content: "";
    width: 100%;
    height: 100vh;
    top: 0;
    position: absolute;
    background: #9eddd3;
    z-index: -6;
  }
  .bannerWrap {
    width: calc(100% - 280px);
  }
  .pcNavWrap {
    width: 100%;
    flex-direction: column;
  }
  .pcNavWrap &gt; ul {
    display: block;
  }
  .globalNav li a {
    padding: 10px 0;
    display: block;
  }
  .navButtonArea {
    padding-top: 0;
  }
  .navButtonArea {
    padding-right: 25px;
  }
  .navButtonArea &gt; li:first-child {
    margin-top: 25px;
  }
  .navButtonArea &gt; li:not(:last-child) {
    margin-bottom: 20px;
  }
  .navButtonArea &gt; li.powerdBy {
    margin-bottom: 30px;
  }
  .documentDl a {
    border-color: #58c8ac;
  }
  a.snsLink {
    width: 50px;
  }
  .powerdBy img {
    margin: auto;
  }
  .topNav {
    display: none;
  }
  .sideNav {
    display: block;
  }
  .snsIconWrap.sideNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .snsIconWrap.sideNav ul {
    display: flex;
  }
  .snsIconWrap li:first-child {
    margin-right: 20px;
  }
  .buttonWrap a {
    width: 100%;
    font-size: 16px;
    padding: 11px 0;
  }
  .SearchWrap input {
    width: 85%;
    font-size: 16px;
  }
  .SearchWrap button {
    width: 15%;
  }
  .gmoGroupFooter {
    padding-left: 280px;
  }
  .documentModal .modalCon {
    padding-left: 280px;
    top: 5%;
  }
  .globalNav li {
    position: static;
  }
  nav ul li.has-child dt {
    overflow: hidden;
    height: 15vh;
    margin: 0 0 10px 0;
  }
  /*== 2階層目の設定 */
  .globalNav li.has-child ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    padding: 100px 25px 0;
    background: none;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    border: none;
    z-index: -6;
  }
  .globalNav li.has-child ul::after {
    content: "";
    width: 100%;
    left: 0;
    height: 1500px;
    top: 0;
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 20%);
    z-index: -5;
  }
  /*hoverしたら表示*/
  nav li.has-child:hover &gt; ul {
    visibility: visible;
    opacity: 1;
  }
  /*ナビゲーションaタグの形状*/
  nav li.has-child ul li a {
    color: #222;
  }
  .globalNav li.has-child &gt; a {
    display: flex;
    flex-direction: row;
  }
  .globalNav &gt; li:hover &gt; a span:first-of-type {
    opacity: 0.6;
  }
  .globalNav li.has-child &gt; a span:first-of-type {
    position: relative;
  }
  .globalNav li.has-child &gt; a:hover span:first-of-type::after, .globalNav li.seoFirst.secondOn &gt; a span:first-of-type::after, .globalNav li.meoFirst.secondOn &gt; a span:first-of-type::after, .globalNav li.hrFirst.secondOn &gt; a span:first-of-type::after, .globalNav li.affiFirst.secondOn &gt; a span:first-of-type::after,.globalNav li.webmarketingFirst.secondOn &gt; a span:first-of-type::after {
    content: "";
    top: 50%;
    left: calc(100% + 20px);
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #3333;
  }
  .globalNav li.has-child &gt; a span.navHexagon {
    left: 20px;
    position: relative;
    width: 12px;
    height: 6px;
    top: 1px;
    margin: auto 0;
    transition: all .3s;
  }
  .globalNav li.has-child &gt; a:hover span.navHexagon, .globalNav li.seoFirst.secondOn a span.navHexagon, .globalNav li.meoFirst.secondOn a span.navHexagon, .globalNav li.hrFirst.secondOn a span.navHexagon, .globalNav li.affiFirst.secondOn a span.navHexagon,.globalNav li.webmarketingFirst.secondOn a span.navHexagon {
    width: 12px;
    height: 6px;
    background: #64c7cc;
    left: 90px;
  }
  .globalNav li.has-child &gt; a:hover span.navHexagon:before, .globalNav li.has-child &gt; a:hover span.navHexagon:after, .globalNav li.seoFirst.secondOn &gt; a span.navHexagon:before, .globalNav li.seoFirst.secondOn &gt; a span.navHexagon:after, .globalNav li.meoFirst.secondOn &gt; a span.navHexagon:before, .globalNav li.meoFirst.secondOn &gt; a span.navHexagon:after, .globalNav li.hrFirst.secondOn &gt; a span.navHexagon:before, .globalNav li.hrFirst.secondOn &gt; a span.navHexagon:after, .globalNav li.affiFirst.secondOn &gt; a span.navHexagon:before, .globalNav li.affiFirst.secondOn &gt; a span.navHexagon:after,.globalNav li.webmarketingFirst.secondOn &gt; a span.navHexagon:before,.globalNav li.webmarketingFirst.secondOn &gt; a span.navHexagon:after {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transition: all .3s;
  }
  .globalNav li.has-child &gt; a:hover span.navHexagon:before, .globalNav li.seoFirst.secondOn &gt; a span.navHexagon:before, .globalNav li.meoFirst.secondOn &gt; a span.navHexagon:before, .globalNav li.hrFirst.secondOn &gt; a span.navHexagon:before, .globalNav li.affiFirst.secondOn &gt; a span.navHexagon:before,.globalNav li.webmarketingFirst.secondOn &gt; a span.navHexagon:before {
    bottom: 100%;
    border-bottom: 4px solid #64c7cc;
  }
  .globalNav li.has-child &gt; a:hover span.navHexagon:after, .globalNav li.seoFirst.secondOn &gt; a span.navHexagon:after, .globalNav li.meoFirst.secondOn &gt; a span.navHexagon:after, .globalNav li.hrFirst.secondOn &gt; a span.navHexagon:after, .globalNav li.affiFirst.secondOn &gt; a span.navHexagon:after,.globalNav li.webmarketingFirst.secondOn &gt; a span.navHexagon:after {
    top: 100%;
    border-top: 4px solid #64c7cc;
  }
  .has-child ul &gt; li:first-child {
    display: block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
  }
}
.newsWrap.top {
  max-width: 800px;
}
.newsWrap li {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #9EDDD3;
}
.newsWrap li time {
  padding-right: 50px;
  min-width: 136px;
}
.newsWrap li a:hover {
  text-decoration: underline;
}
.rankNav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 30px auto;
}
#rankingListMin h1 span {
  display: inline-block;
}
#rankingListMin .rankNav li a {
  border: 1px solid #CCCCCC;
  border-radius: 1ch;
  background-color: #F8F8F8;
  padding: 2px 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: all 0.2s;
}
#rankingListMin .rankNav li.active a {
  padding: 5px 15px;
  pointer-events: none;
}
.rankNav .all a {
  color: #707070;
}
.rankNav .seo a {
  color: #58C8AC;
}
.rankNav .meo a {
  color: #FFBB00;
}
.rankNav .hr a {
  color: #F18D9E;
}
.rankNav .affiliate a {
  color: #B59DE1;
}
.rankNav .webmarketing a {
  color: #61A9C7;
}
.rankNav .all.active a, .rankNav .seo.active a, .rankNav .meo.active a, .rankNav .hr.active a, .rankNav .affiliate.active a,.rankNav .webmarketing.active a,#rankingListMin .rankNav li a:hover {
  color: #fff;
}
#rankingListMin .rankNav .all.active a, #rankingListMin .rankNav .all a:hover {
  background-color: #707070;
  border: 1px solid #707070;
}
#rankingListMin .rankNav .seo.active a, #rankingListMin .rankNav .seo a:hover {
  background-color: #58C8AC;
  border: 1px solid #58C8AC;
}
#rankingListMin .rankNav .meo.active a, #rankingListMin .rankNav .meo a:hover {
  background-color: #FFBB00;
  border: 1px solid #FFBB00;
}
#rankingListMin .rankNav .hr.active a, #rankingListMin .rankNav .hr a:hover {
  background-color: #F18D9E;
  border: 1px solid #F18D9E;
}
#rankingListMin .rankNav .affiliate.active a, #rankingListMin .rankNav .affiliate a:hover {
  background-color: #B59DE1;
  border: 1px solid #B59DE1;
}
#rankingListMin .rankNav .webmarketing.active a, #rankingListMin .rankNav .webmarketing a:hover {
  background-color: #61A9C7;
  border: 1px solid #61A9C7;
}
#rankingListMin .articleList li a {
  display: flex;
  flex-wrap: wrap;
}
#rankingListMin .articleList .rankCard {
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
#rankingListMin .articleList .rankCard &gt; div {
  width: 100%;
}
#rankingListMin .articleContent dl {
  padding: 15px 15px 5px;
}
#rankingListMin .articleContent dl dd {
  font-size: 18px;
  padding: 0;
}
#rankingListMin .rankingList::after {
  width: 30%;
  display: block;
  content: "";
}
.rankCard .departmentAndTime {
  font-size: 12px;
  margin: 0;
  width: 100%;
}
.rankCard .departmentAndTime span {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 10px;
  justify-content: right;
}
.rankNav li a .hexagon, .rankNav li a span {
  opacity: 0.5;
}
.rankNav li.active a .hexagon, .rankNav li.active a span, .rankNav li a:hover .hexagon, .rankNav li a:hover span {
  opacity: 1;
}
.rankNav li.active a .hexagon, .rankNav li a:hover .hexagon {
  background-color: #fff;
}
.rankNav li.active a .hexagon::before, .rankNav li a:hover .hexagon::before {
  border-bottom: 6px solid #fff;
}
.rankNav li.active a .hexagon::after, .rankNav li a:hover .hexagon::after {
  border-top: 6px solid #fff;
}
#rankingListMin .rankNav li:not(:last-child) {
  font-size: 16px;
  margin-right: 1%;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.poweredby {
  font-size: 11px;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
}
.poweredby a {
  display: block;
  margin-left: 5px;

}
.poweredby img {
  transition: 0.3s;
}
.poweredby a:hover img {
  opacity: 0.5;
}
.poweredby img {
  vertical-align: middle;
}
@media screen and (max-width: 1279px) and (min-width: 1106px) {
  .poweredby {
    font-size: 8px;
    text-align: left;
    display: block;
  }
  .poweredby a {
    margin-left: 0;
  }
  .poweredby img {
    height: 12px;
    width: auto;
  }
}
.siteSeal {
display: flex;
justify-content: center;
padding-top: 40px ;
padding-bottom: 20px ;
}
.grecaptcha-badge {
	z-index: 6;
}
#side_meoBanner .sideTop_banner{
  margin: 0 auto 10%;
}
.marketing_page br {
  display: block;
  content: "";
  margin: 10px 0;
}
#slideBanner {
	position: fixed;
	right: 20px;
	bottom:20px;
	z-index: 2;
	opacity: 0;
	transform: translateX(250px);
}
#slideBanner a{
	display: flex;
    width: 270px;
    height: 270px;
	transition:all 0.3s;
}
.slideBannerBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background-color: #808080;
  z-index: 5;
position: absolute;
    right: -15px;
    top: -15px;
cursor: pointer;
}
.slideBannerBtn::before, .slideBannerBtn::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(30% - 2px);
  left: 30%;
border-radius: 2px;
}
.slideBannerBtn::before {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 30%;
}
.siteSeal &gt; div:first-child {
    padding-right: 5px;
}
.siteSeal &gt; div:last-child {
    padding-left: 5px;
}
@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(320px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(320px);
  }
}
@keyframes LeftAnimesp{
  from {
    opacity: 0;
	transform: translateY(150px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
@keyframes RightAnimesp{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}
#slideBanner.LeftMove{
	animation: LeftAnime 0.5s forwards;
}
#slideBanner.RightMove{
	animation: RightAnime 0.5s forwards;
}
@media screen and (max-width:768px) {
#slideBanner {
    width: 100%;
    padding: 5px 0;
    right: 0;
    bottom: 0;
    background-color: rgb(132 131 131 / 50%);
		transform: translateY(150px);
}
#slideBanner a {
    width: 95%;
    height: auto;
    margin: auto;
}
#slideBanner a img {
    width: 100%;
}
	.slideBannerBtn {
		right: 5px;
    top: -5px;
	}
.siteSeal {
flex-direction: column;
align-items: center;
padding: 40px 0;
}
.siteSeal &gt; div:first-child {
    padding-right: 0;
	padding-bottom: 5px;
}
.siteSeal &gt; div:last-child {
    padding-left: 0;
	padding-top: 5px;
}
#slideBanner.LeftMove{
	animation: LeftAnimesp 0.5s forwards;
}
#slideBanner.RightMove{
	animation: RightAnimesp 0.5s forwards;
}
}
.sidebar_widget a {
    margin-bottom: 25px;
    display: block;
}
.sidebar_widget .ttl{
  display: none;
}
.sidebar_widget img {
  max-width: 300px;
  margin: auto;
}
.bannerwidget .ttl{
  display: none;
}
.bannerwidget img {
  max-width: 100%;
}
.bannerwidget br {
    display: none;
}

#cn-notice-text {
  font-size: 16px;
  color: #565656;
  line-height: normal;
text-align: start;
}

#cookie-notice&gt;.cookie-notice-container&gt;#cn-notice-buttons&gt;#cn-accept-cookie, #cookie-notice&gt;.cookie-notice-container&gt;#cn-notice-buttons&gt;#cn-refuse-cookie {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  line-height: normal;
  min-width: 120px;
}

#cn-notice-buttons {
  display: flex;
  justify-content: space-evenly;
  min-width: 300px;
}

#cn-notice-text a {
  color: #1a73e8;
}

#cn-notice-text a:hover{
text-decoration: underline  
}



/*css/style01_sp.css*/

@media screen and (max-width: 1010px) {
  /*----------------------------
* メニュー本体
*----------------------------*/
  .link::after {
    content: ''; /*何も入れない*/
    display: inline-block;
    width: 15px; /*画像の幅*/
    height: 15px; /*画像の高さ*/
    background-image: url(img/link.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 4%;
  }
  .indexarea h2, .indexarea dt {
    text-align: left;
  }
  .detailWrap h1, .seminarDetail h1 {
    text-align: left;
  }
}
@media screen and (max-width:1150px) {
  main {
    margin-top: 60px;
  }
  header {
    height: 60px;
  }
  .scrollOff {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .pcNavWrap {
    display: none;
  }
  .hamburgerMenu {
    display: block;
    position: relative;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  /*×に変化*/
  .hamburgerMenu span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 25px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 50%;
  }
  .hamburgerMenu span:nth-of-type(1) {
    top: 15px;
  }
  .hamburgerMenu span:nth-of-type(2) {
    top: 23px;
  }
  .hamburgerMenu span:nth-of-type(3) {
    top: 31px;
  }
  .hamburgerMenu.active span:nth-of-type(1) {
    top: 18px;
    left: 25px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  .hamburgerMenu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hamburgerMenu.active span:nth-of-type(3) {
    top: 30px;
    left: 25px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  #gNav {
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    transition: all 0.6s;
    z-index: -1;
  }
  #gNav.panelactive {
    top: 89px;
  }
  #gNav.panelactive #gNav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .headerWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #fff;
    height: 60px;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
  }
  .spNavWrap {
    overflow: scroll;
    display: block;
    background: #fff;
    color: inherit;
    width: 100%;
    flex-direction: column;
    padding: 0 25px;
    height: 100vh;
  }
  .spNavWrap &gt; ul &gt; li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
  }
  .accordion_inner {
    display: none;
    width: 100%;
    padding-left: 35px;
  }
  .accordion_inner li {
    padding: 10px 0;
  }
  .accordion_header {
    width: 30px;
    height: 30px;
    margin: 0 0 0 35px;
  }
  .accordion_header span {
    display: block;
    height: 30px;
    text-align: center;
    line-height: 0;
    position: relative;
  }
  .accordion_header span::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #333;
    transition: .2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .accordion_header span:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #333;
    transition: .3s;
  }
  .accordion_header.open span::before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .accordion_header.open span::after {
    background-color: transparent;
  }
  .spNavWrap &gt; ul {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .spNavWrap &gt; ul li {
    width: 100%;
  }
  .spNavWrap li.has-child ul, .spNavWrap li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible; /*JSで制御するため一旦表示*/
    opacity: 1; /*JSで制御するため一旦表示*/
    display: none; /*JSのslidetoggleで表示させるため非表示に*/
    transition: none; /*JSで制御するためCSSのアニメーションを切る*/
  }
  .spNavWrap .globalNav li a {
    color: #333;
    font-size: 18px;
  }
  /*矢印の向き*/
  .spNavWrap ul li.has-child::before, .spNavWrap ul ul li.has-child::before {
    transform: rotate(135deg);
    left: 20px;
  }
  .spNavWrap ul li.has-child.active::before {
    transform: rotate(-45deg);
  }
  .navButtonArea li a, .navButtonArea li img {
    margin: auto;
  }
  .documentDl a {
    border-color: #58c8ac;
  }
  .powerdBy .topNav {
    display: none;
  }
  .powerdBy .sideNav {
    display: block;
  }
  .navButtonArea .buttonWrap a {
    width: 256px;
    padding: 9px 0;
    font-size: 18px;
  }
  .spNavWrap .buttonWrap {
    width: 256px;
    margin: auto;
  }
  .spNavWrap .buttonWrap input {
    width: 80%;
    font-size: 18px;
  }
  .spNavWrap .buttonWrap button {
    width: 20%;
  }
  .spNavWrap .navButtonArea .SearchButton button {
    background-color: #efefef;
  }
  .spNavWrap .navButtonArea {
    margin-bottom: 60px;
  }
  .spNavWrap .navButtonArea li {
    margin-bottom: 20px;
    width: 100%;
  }
  .spNavWrap .snsIconWrap.topNav {
    display: none;
  }
  .spNavWrap .snsIconWrap.sideNav {
    font-size: 18px;
    display: flex;
    align-items: center;
  }
  .spNavWrap .snsIconWrap.sideNav ul {
    display: flex;
    margin-left: 10%;
  }
  .spNavWrap .snsIconWrap.sideNav ul li {
    margin: auto;
  }
  .spNavWrap .snsIconWrap.sideNav ul li:first-child {
    margin-right: 30%;
  }
  .spNavWrap .snsIconWrap.sideNav ul li a {
    width: 45px;
  }
}
@media screen and (max-width:1000px) {
  .articleContent dl dd {
    font-size: 18px;
  }
  .articleList.documentList &gt; li {
    width: 48%;
  }
  .newArticlesWrap .articleParts li {
    width: 48%;
  }
}
@media screen and (max-width:910px) {
  ul.seminarList li a {
    padding: 0;
    flex-wrap: wrap;
  }
  .seminarImage {
    width: 100%;
  }
  .seminarImage img {
    border-radius: 1ch 1ch 0 0;
  }
  .seminnerInfo {
    width: 100%;
    padding: 15px;
  }
  .seminnerDate time {
    padding-bottom: 10px;
  }
  .seminnerDate time div:first-of-type {
    padding-right: 0;
    width: 100%;
  }
  .seminnerDate time .seminarTime {
    width: 100%;
  }
  .seminarTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
  /*MEO訴求ぶん*/
  dl.serviceAppeal dt, dl.serviceAppealSingle dt {
    font-size: 18px;
    text-align: left;
  }
  dl.serviceAppeal dd {
    display: block;
    width: 100%;
    position: relative;
  }
  dl.serviceAppeal dd .appealContents, dl.serviceAppealSingle dd .appealContents {
    width: 100%;
  }
  dl.serviceAppeal dd .appealContents .buttonDl {
    margin: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  dl.serviceAppeal dd .appealContents .buttonDl a, dl.serviceAppealSingle dd .appealContents .buttonDl a {
    width: 100%;
  }
  dl.serviceAppeal dd .appealServiceImg {
  width: 100%;
  max-width: inherit;
  margin: 20px 0;
  }
  dl.serviceAppeal dd .appealServiceImg img {
  margin: auto;
  }
}
@media screen and (max-width:710px) {
  dl.serviceAppeal, dl.serviceAppealSingle {
    padding: 15px;
    margin-bottom: 50px;
  }
  dl.serviceAppeal dd .appealContents .buttonDl a, dl.serviceAppealSingle dd .appealContents .buttonDl a {
    padding: 8px 0;
    font-size: 18px;
  }
}
@media screen and (max-width:485px) {
  dl.serviceAppeal dd .buttonDl a {
  padding: 5px 0;
  }
  .buttonDl a .lineBreak{
  display: block;
	}
}
@media screen and (max-width:380px) {
  dl.serviceAppeal dd .appealContents .buttonDl a, dl.serviceAppealSingle dd .appealContents .buttonDl a {
    border-radius: 40px;
  }
}
@media screen and (max-width: 320px) {
  dl.serviceAppeal dd .appealContents .buttonDl a, dl.serviceAppealSingle dd .appealContents .buttonDl a {
    font-size: 16px;
  }
}
@media screen and (max-width:860px) {
  .rankingList li:nth-child(n+3) dl dd {
    font-size: 14px;
  }
  .rankingList li:nth-child(n+3) dl dd .departmentAndTime {
    font-size: 12px;
  }
}
@media screen and (max-width:768px) {
  body {
    top: 0;
  }
  header {
    top: 0;
  }
  .gmoGroupHeader {
    z-index: -1;
  }
  #gNav.panelactive {
    top: 60px;
  }
  .spNone {
    display: none;
  }
  .pcNone {
    display: block;
  }
  .topMainWrap {
    flex-wrap: wrap;
  }
  .topMainWrap::after {
    display: none;
  }
  .topMainWrap .topH1Wrap {
    position: relative;
    width: 100%;
    background: url(img/sp_mainvisual.svg) no-repeat;
    padding: 35% 0 60%;
    background-size: contain;
    background-position: center;
  }
  .blogLogo {
    width: 60%;
  }
  .blogLogo a {
    width: 100%;
    height: auto;
  }
  .productSeoHead {
    font-size: 24px;
  }
  .productSeoHead span {
    display: inline-block;
  }
  .topMainWrap .topH1Wrap &gt; div {
    padding: 10px 0px;
    z-index: 0;
  }
  .topMainWrap .topH1Wrap &gt; div h1 {
    margin-bottom: 0;
    font-size: 4.3vw;
  }
  .topMainWrap section {
    width: 100%;
  }
  .topMainHead {
    justify-content: center;
  }
  .topMainWrap::before {
    display: none;
  }
  .topMainWrap .articleWrap ul li:not(:last-child) {
    margin-bottom: 40px
  }
  .topMainHead .flexHead {
    align-items: center;
  }
  .topMainHead .flexHead .headEng {
    padding: 0 5px
  }
  #top .flexHead .headEng.white {
    border-bottom: 2px solid #9EDDD3;
  }
  .rankingList {
    padding-top: 13px;
  }
  .rankingList li:nth-child(-n+2), .rankingList li:nth-child(n+3) {
    width: 100%;
    margin-bottom: 40px;
  }
  .rankingList li:last-child {
    margin-bottom: 0;
  }
  .rankingList li:nth-child(-n+2) .rankNumber span, .rankingList li:nth-child(n+3) .rankNumber span {
    font-size: 26px;
  }
  .rankingList li:nth-child(-n+2) .rankNumber, .rankingList li:nth-child(n+3) .rankNumber {
    width: 45px;
    height: 26px;
  }
  .rankingList li:nth-child(n+3) dl dd {
    font-size: 18px;
  }
  .rankNumber {
    top: -13px;
  }
  .productList li {
    margin-bottom: 15px;
  }
  .productList li:last-child {
    margin-bottom: 0
  }
  .productList li &gt; dl {
    width: 100%;
    border-radius: 1ch 1ch 0 0;
    border: 1px solid;
    border-bottom: none;
    padding-bottom: 30px;
  }
  .productList &gt; li &gt; dl::after {
    display: none;
  }
  .productList &gt; li dd p {
    margin: 10px 0 20px;
  }
  .productList li &gt; .pickUpArticle, .pickUpArticle article figure, .pickUpArticle article .articleContent {
    width: 100%;
  }
  .productList li &gt; .pickUpArticle article {
    flex-wrap: wrap;
  }
  .productList li &gt; .pickUpArticle {
    top: -15px;
    background: #fff;
    border-radius: 1ch;
    z-index: 1;
  }
  .productList .seo &gt; .pickUpArticle a {
    border-color: #58C8AC;
  }
  .productList .meo &gt; .pickUpArticle a {
    border-color: #FFBB00;
  }
  .productList .hr &gt; .pickUpArticle a {
    border-color: #F18D9E;
  }
  .productList .affiliate &gt; .pickUpArticle a {
    border-color: #B59DE1;
  }
  .productList .webmarketing &gt; .pickUpArticle a {
    border-color: #61A9C7;
  }
  .productContentsMeo dd {
    flex-direction: column;
  }
  .productContentsMeo dd .productImg {
    padding: 0 10px 20px;
  }
  .productContentsMeo dt {
    margin: 10px 0;
  }
  .pickUpLink {
    width: 100%;
    padding: 65px 0 30px;
    position: relative;
    top: -30px;
    border-radius: 1ch;
    border: 1px solid;
  }
  .pickUpLink .listPage {
    margin: auto;
  }
  .seo .pickUpLink {
    background-color: #EBFFFA;
    border-color: #58C8AC;
  }
  .meo .pickUpLink {
    background-color: #FFF8E5;
    border-color: #FFBB00;
  }
  .hr .pickUpLink {
    background-color: #FEF3F5;
    border-color: #F18D9E;
  }
  .affiliate .pickUpLink {
    background-color: #F4F0FB;
    border-color: #B59DE1;
  }
  .webmarketing .pickUpLink {
    background-color: #F4F0FB;
    border-color: #61A9C7;
  }
  .pickUpArticle article figure {
    margin: -1px -1px 0;
    flex-basis: calc(100% + 2px);
  }
  .detailWrap .articleList.documentList &gt; li, .articleList.documentList &gt; li {
    width: 100%;
    margin-bottom: 40px;
  }
  .documentDetail dt {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .documentDetail dd {
    font-size: 16px;
  }
  .tagAccordion li.close {
    display: none;
  }
  .articleWrap.tagWrap .count4 {
    margin-top: 50px;
  }
  #top .tagWrap .count4.hidden {
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
    display: none;
  }
  ol.breadCrumb {
    display: inline-block;
    padding: 5px 0;
  }
  .detailWrap .breadCrumb, .seminarDetail .breadCrumb {
    padding: 5px 0;
  }
  .floatleft {
    margin-left: 15px;
    margin-right: auto;
  }
  main {
    width: 100%;
    margin-top: 60px;
  }
  .mainWidth {
    width: 100%;
    padding: 0 20px;
  }
  .mainWidth.backPattern {
    background-image: none;
  }
  .backGround {
    width: 100%;
  }
  .slideWrap {
    display: none;
  }
  .slideList dl dt::before {
    width: 15px;
  }
  .articleList li dl {
    margin-left: 0;
  }
  .articleContent {
    display: inline-block;
  }
  .listPage {
    width: 70%;
  }
	.listPage.rank {
    margin-top: 40px;
	}
  .topMainGrad::before {
    display: none;
  }
  .topMainGrad::after {
    height: 1050px;
  }
  .topH1Wrap::after {
    position: absolute;
    left: -15%;
    bottom: -30%;
    content: url(img/sp_hex.svg);
    width: 100%;
    z-index: -1;
  }
  .mainWidth.tagArea {
    display: block;
    padding: 10px 15px;
  }
  .tagHeading {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1;
  }
  .mainWidth.tagArea .tagList {
    height: auto;
  }
  .tagList li a {
    font-size: 16px;
  }
  ul.seminarList li a {
    padding: 0;
    flex-wrap: wrap;
  }
  .seminarImage {
    width: 100%;
  }
  .seminarImage img {
    border-radius: 1ch 1ch 0 0;
  }
  .productName {
    margin-bottom: 0;
  }
  .productName.pageHead {
    margin-top: 10px;
  }
  .seminnerInfo {
    width: 100%;
    padding: 15px;
  }
  .seminnerDate time {
    padding-bottom: 10px;
  }
  .seminnerDate time div:first-of-type {
    padding-right: 0;
    width: 100%;
  }
  .seminnerDate time .seminarTime {
    width: 100%;
  }
  .seminarTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .contactContents {
    padding: 0;
  }
  .contactWrap {
    padding-bottom: 50px;
  }
  .contactWrap .contactHead {
    font-size: 42px;
    width: 100%;
  }
  .contactContents dl {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .contactContents dl:not(:last-child) {
    padding-bottom: 50px;
  }
  .contactContents dt {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .contactContents dd {
    padding: 0;
  }
  .contactContents dd {
    padding: 0;
  }
  .footerWrap {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 20px;
    width: 100%;
  }
  .footerWrap.snswrap &gt; div {
    width: 100%;
  }
  .footerWrap.snswrap dl, .footerWrap dl {
    width: 50%;
    padding: 0px 0 30px 0;
  }
  .footerWrap.snswrap dl:nth-child(even), .footerWrap dl:nth-child(even) {
    padding-left: 5%;
  }
  .footerWrap.snswrap dl.snsarea {
    padding-left: 0%;
  }
  .footerWrap.mainWidth dl.relatedServices {
    margin-left: 0;
  }
  .footerWrap.mainWidth dl.relatedServices dd ul li img{
    margin: 30px auto 0;
    display: block;
  }
  .footerWrap.snswrap .snsarea {
    width: 100%;
  }
  .productWrap .topContent p {
    word-break: break-word;
  }
  .productWrap .topContent p:not(:last-of-type) {
    margin: 0 0 2.5rem;
  }
  .productText {
    padding: 0;
  }
  .blogInner h3, .productWrap .topContent h3, .contentSubhead {
    padding: 2px 0 2px 10px;
    margin: 4rem 0 2rem;
    font-size: 22px;
  }
  .productWrap .topContent .case dd img {
    width: 100%;
  }
  .productWrap .topContent .case dd div {
    width: 100%;
    position: relative;
  }
  .productContents .productImg {
    float: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  ul.shareButton {
    justify-content: space-between;
    padding-left: 0;
    margin: 30px 0;
  }
  .shareButton li {
    width: 46%;
  }
  .newArticlesWrap .articleParts li {
    width: 100%;
  }
  .shareButton li:first-child {
    margin-right: 0;
  }
  ul.shareButton li a {
    width: 100%;
  }
  .listofcontents {
    margin: 30px 0;
  }
  .spVenue {
    display: block;
    font-size: 12px;
    color: #999;
    margin: 2% 0%;
  }
  .bannerBtnWrap {
    padding: 0;
  }
  .bannarBtnWidth {
    justify-content: left;
  }
  .bannerBtn {
    left: 8px;
    top: 15px;
  }
  .bannerArea {
    padding: 15px 0;
  }
  .bannerArea a {
    max-width: 100%;
    margin: 0;
  }
  .bannerArea a img {
    width: 100%;
  }
  .productBanner a {
    width: 100%;
    height: auto;
  }
  footer .smallWrap {
    padding: 6% 0;
  }
  .blogVisual {
    padding: 0;
  }
  .productMain {
    height: auto;
    width: 100%;
    min-width: auto;
  }
  .productMain h1 {
    padding-top: 5%;
  }
  .serviceList li {
    width: 100%;
  }
  .serviceList li img {
    padding: 15% 10%;
  }
  .serviceList li dl dd {
    padding-bottom: 40px;
  }
  .sort ul li {
    text-align: center;
    width: 30%;
  }
  .sort ul {
    justify-content: center;
  }
  .sort ul li:last-child {
    margin-right: 0;
  }
  .spSidebar {
    display: block;
  }
  .sidebar {
    width: auto;
    padding: 0;
    max-width: none;
    margin-top: 60px;
  }
  .sidebar .sideWrap, .sidebar .siderankingWrap {
    margin-bottom: 40px;
  }
  .detailWrap, .seminarDetail {
    width: 100%;
    margin: 0;
    max-width: none;
  }
  .Right {
    padding: 15px 15px;
  }
  .detailWrap .articleList, .seminarDetail .articleList {
    margin: 0;
  }
  .detailWrap h1, .seminarDetail h1 {
    font-size: 24px;
    margin: 20px 0 20px;
  }
  .blogDate {
    margin-bottom: 20px;
  }
  .listofcontents &gt; div {
    font-size: 18px;
  }
  .listaccordion .listofcontents &gt; div::after {
    top: 10px;
    border-top: 11px solid black;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .listaccordion .listofcontents &gt; div.close::after {
    top: 8px;
  }
  .m_headline {
    padding-top: 0;
  }
  .productWrap .listofcontents ol li.m_headline:not(:first-of-type) {
    padding-top: 0;
  }
  .listofcontents {
    padding: 20px 10px;
  }
  h2.underBar span {
    font-size: 22px;
  }
  .blogInner h2, .wordsWrap h2, .seminarInner h2, .productWrap .topContent h2, .indexarea dt {
    background-size: 50px;
    padding-left: 60px;
    font-size: 24px;
    margin: 4rem 0 2rem;
    padding-bottom: 5px;
  }
  .blogInner .tagArea {
    height: auto;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .blogShare.center ul {
    margin: 8%;
  }
  .blogShare.center li:first-child {
    margin-right: 7%;
  }
  .indexarea p, .seminarInner p {
    margin: 2rem 0;
  }
  .productWrap table, .indexarea table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .indexarea .wordTable th {
    width: 24%;
  }
  .indexarea .parts_table th, .indexarea .parts_table td {
    padding: 15px 5px;
  }
  .indexarea #ovTb:before {
    content: "スクロールできます。 \f0a5";
    font-family: "Font Awesome 5 Free";
  }
  .indexarea table.overTable {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .indexarea blockquote {
    padding: 15px 20px;
  }
  .indexarea blockquote:before {
    left: 0;
  }
  .navWrap .spNone {
    display: none;
  }
  .productHead h1,.productHead.seo .seoSem,
  .productHead h1,.productHead.meo .seoSem,
  .productHead.webmarketing .seoSem {
    padding-left: 10px;
    font-size: 30px;
  }
  .productWrap .departmentAndTime {
    text-align: left;
  }
  .productHead::after {
    height: 180%;
    top: -60px;
    right: -95px;
    background-size: 60%;
  }

  .productHead + h1 .i-br {
    display: inline;
  }

  .checkWrap {
    padding: 50px 15px;
  }
  .checkHead {
    font-size: 18px;
  }
  .checkHead span {
    display: inline-block;
  }
  .checkHead::before {
    top: -25px;
  }
  /*----------------------------
* メニュー本体
*----------------------------*/
  .fotterFix .mailButton {
    font-size: 14px;
    color: #fff;
    width: 170px;
    background-color: #ff718f;
    border-radius: 50px;
    padding: 2% 0;
    display: block;
    margin: 0 auto;
    border: none;
  }
  .fotterFix div {
    background-color: #fff;
    padding: 6%;
  }
  .fotterFix span::before {
    content: '';
    display: inline-block;
    width: 15px; /*画像の幅*/
    height: 15px; /*画像の高さ*/
    background-image: url(img/link.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 4%;
  }
  .articleContent .departmentAndTime &gt; div {
    padding-bottom: 2px;
  }
  .articleContent .departmentAndTime {
    font-size: 14px;
    padding: 0;
  }
  .rankingContents .productName, .rankingContents .date {
    padding: 0 10px;
  }
  .rankingContents .productName {
    margin-bottom: 5px;
  }
  .rankingCapture {
    height: 160px;
  }
  .rankingContents dd {
    padding: 10px;
  }
  .sidebersnsarea {
height: 350px;
    overflow: hidden;
  }
  .blogInner, .seminarInner {
    margin: 20px 0;
  }
  .slideList li figure {
    height: 200px;
  }
  .blogList .listofArticles {
    margin: 5px 0 40px;
    padding: 20px 15px;
  }
  .listofArticles h1 {
    line-height: 1.2;
    margin-top: 0;
  }
  .detailWrap img {
    height: auto;
  }
  #seminarBg::after {
    content: none;
  }
  .seminarWrap h1 {
    padding: 0 15px;
    font-size: 26px;
    margin: 0 0 10px;
  }
  .seminarInfo {
    margin: 30px 0 0;
  }
  .Reception {
    width: 30%;
  }
  .Event {
    width: 70%;
  }
  .seminarInner .rightParts {
    margin: 20px 0 0;
  }
  .seminarDescription {
    margin-top: 20px;
  }
  .seminarInner table {
    margin: 10px 0;
  }
  .scheduleTable th span {
    display: block;
  }
  .seminarInner .articleContent &gt; dl &gt; dd {
    margin-left: 0;
  }
  .seminarOutline tr:not(:first-child), .companyProfile tr:not(:first-child), .scheduleTable tr:not(:first-child) {
    border-top: none;
  }
  .seminarOutline tr, .companyProfile tr, .scheduleTable tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .seminarOutline td, .seminarOutline th, .companyProfile th, .companyProfile td, .scheduleTable td, .scheduleTable th {
    width: 100%;
    padding: 15px;
  }
  .seminarOutline th, .companyProfile th {
    font-size: 20px;
  }
  .seminarOutline th, .companyProfile th, .scheduleTable th {
    text-align: left;
  }
  .fixBt {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    background: #fff;
  }
  /* ここからモーダル用CSS */
  .wrapper {
    width: 100%;
    height: 100%;
  }
  .modalCheck {
    display: none;
  }
  label {
    cursor: pointer;
  }
  .btn {
    text-align: center;
    background-color: #fffb;
    border-top: 1px solid #ddd;
  }
  .btn label {
    width: 90%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #ff718f;
    border-radius: 46px;
    padding: 6% 0;
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
    transition: 0.3s cubic-bezier(1, 0, 0, 1);
  }
  .modalWrap, .modalBg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 10;
  }
  .modalWrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
    transition: 0.3s cubic-bezier(1, 0, 0, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    will-change: opacity;
  }
  .modalBg {
    cursor: pointer;
    opacity: 0.7;
    background-color: #000;
    z-index: 2;
  }
  .modalBg label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
  }
  .modalCon {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    width: 92%;
    max-width: 640px;
    height: 86%;
    margin: auto;
    z-index: 3;
  }
  .modalInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    height: 100%;
    top: 55px;
    padding-left: 1em;
    padding-right: 1em;
    cursor: default;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  }
  .modalCloseBtn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .modalCloseBtn label {
    display: inline-block;
    padding: 0 8px;
    color: #333;
    text-decoration: none;
    font-size: 2em;
  }
  .modalCheck:not(:checked) ~ .wrapper .modalWrap {
    opacity: 0;
    visibility: hidden;
  }
  #modal01:checked ~ .wrapper #modal01Con {
    opacity: 1;
    visibility: visible;
  }
  .modalText .blogDetail {
    margin-bottom: 20px;
  }
  .modalText .blogDetail span {
    font-size: 18px;
    display: block;
    padding-bottom: 5px;
  }
  .modalText .blogDetail span span, .modalInner .blogDetail span span {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .wrap {
    display: inherit;
  }
  .seminarVisual {
    width: 100%;
    padding: 0;
    border-right: 0px;
    border-left: 0px;
  }
  .modalInner .form-field {
    margin: 15px 0 20px;
  }
  .modalInner .field-label {
    font-size: 18px;
    margin: 35px 0 10px;
    display: block;
  }
  .modalInner .form-field:nth-of-type(4) .field-label {
    margin-bottom: 0;
  }
  .modalInner #company, .modalInner #last_name, .modalInner #first_name, .modalInner #department, .modalInner #phone, .modalInner #email {
    height: 40px;
    width: 100%;
  }
  .modalInner #last_name {
    margin-bottom: 10px;
  }
  .modalInner #comments {
    height: 120px;
    width: 100%;
  }
  .modalInner .submit input {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    border: none;
    color: #fff;
    background-color: #8c71ff;
  }
  .modalInner .namearea .inputWrap &gt; div {
    width: 48%;
  }
  .documentModal .form-wrap {
    padding: 0;
  }
  .receptionClosed.btn label {
    color: #9a9a9a;
    background-color: #d0d0d0;
    pointer-events: none;
  }
  .pcNone {
    display: block;
  }
  .notFoundWrap .notFound h1 {
    font-size: 22px;
    line-height: 1.4;
  }
  .notFound h1 .ib {
    display: inline-block;
  }
  .notFoundWrap .mainWidth {
    padding: 4%;
  }
  .notFoundWrap .mainWidth p {
    padding: 0;
  }
  .rankingWrap li.rankCard {
    position: relative;
    right: 11px;
  }
  h2.headingMargin {
    padding-top: 60px;
  }
  .mainWidth + *:not(.secGrad) h2.headingMargin {
    padding-top: 0;
  }
  .productList, .articleWrap, .seminarWrap {
    padding-bottom: 40px;
  }
  .contactContents dd .listPage {
    position: static;
  }
  .contactContents dd p:last-of-type {
    margin-bottom: 30px;
  }
  input:not([type="checkbox"]) {
    -webkit-appearance: none;
  }
  .contactContents dl:first-of-type dt {
    margin-top: 40px;
  }
  .contactContents dl:first-child dt::before {
    content: url(img/sp_mail.svg);
  }
  .contactContents dl:nth-child(2) dt::before {
    content: url(img/sp_form.svg);
  }
  .articleHeadline {
    font-size: 24px;
    text-align: left;
  }
  .articleHeadline .pc_i-br {
    display: inline;
  }
  .articleHeadline .pc_br {
    display: inline;
  }
  .br_sp {
    display: block;
  }
  .articleHeadline .subTitle {
    font-size: 18px;
    display: block;
  }
  .articleHeadline .br {
    display: inline;
  }
  .blogDescription p {
    margin-bottom: 15px;
  }
  .js-modal-close {
    font-size: 2em;
  }
  .documentModal .modalCon {
    width: 92%;
    max-width: 640px;
    height: 86%;
  }
  .documentModal .modalInner {
    width: 100%;
    height: 82%;
  }
  .documentModal .modalInner .form-field {
    display: block;
  }
  .documentModal .modalInner .field-label {
    width: 100%;
  }
  .documentModal .modalInner .namearea {
    display: block;
  }
  .documentModal .modalInner .namearea #last_name, .documentModal .modalInner .namearea #first_name {
    width: 100%;
  }
  .documentModal .modalInner .blogDetail {
    margin-bottom: 20px;
  }
  .documentModal .modalInner .blogDetail span {
    font-size: 18px;
  }
  .documentModal .phoneNumber {
    flex-direction: column;
  }
  .documentModal .submit {
    width: 100%;
  }
  .faqList li {
    padding: 0px;
  }
  /*引用*/
  .indexarea .qoute, .productWrap .qoute {
    margin: 0px;
    padding: 15px;
  }
  .indexarea .qoute p:first-child {
    margin-top: 0;
  }
  ul.head_list.words {
    margin-bottom: 0px;
  }
  .cnt-section .tx.center {
    margin: 10px;
  }
  ul.head_list.words li {
    position: relative;
  }
  ul.head_list.words li a {
    padding: 7px 30px 10px 15px;
    margin: 4px 5px;
  }
  ul.head_list.words a:after {
    top: 17px;
    right: 16px;
  }
  /*SEO施策事例*/
  .productWrap .topContent section.case {
    padding: 0;
  }
  section.case &gt; div {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }
  section.case dl {
    width: 100%;
  }
  section.case dl.solution {
    position: relative;
    bottom: 0px;
    right: 0;
    top: 0;
  }
  /*資料ダウンロードバナー（プロダクトトップ）*/
  .Bnr .Bnr__img {
    width: 100%;
  }
  .Bnr__img__inner {
    width: 100%;
    background-color: #fb5b5b;
    height: auto;
  }
  .Bnr__img__inner img {
    display: none;
  }
  .Bnr__img__inner .bannar-pc {
    display: none;
  }
  .Bnr__img__inner p, .Bnr__img__inner .bannar-sp {
    display: block;
  }
  .Bnr .Bnr__img p {
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }
  .Bnr .Bnr__img p::after {
    font-family: "Font Awesome 5 Free";
    content: "\f019";
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
  }
  .Bnr .Bnr__img .close a i {
    color: #101010;
  }
  .infoMation {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .blogShareDate {
    margin-bottom: 45px;
  }
  .blogShareDate .blogShare {
    float: left;
  }
  .blogShare.right ul {
    justify-content: flex-start;
  }
  .excerpt {
    font-size: 1rem;
  }
  .productWrap .topContent ul li, .productWrap .topContent ol li, .indexarea ul li, .indexarea ol li, .productWrap .topContent p, .indexarea p {
    font-size: 1rem;
  }
  .movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .rankNav {
    justify-content: space-between;
    margin: 20px auto;
  }
  .rankNav li:first-child,.rankNav li:last-child {
    width: 100%;
  }
  .rankNav li:not(:first-child):not(:last-child) {
    width: 49.5%;
  }
  #rankingListMin .rankNav li:not(:last-child) {
    margin: 0;
  }
  #rankingListMin .rankNav li a {
    justify-content: center;
    padding: 5px 0;
  }
  #rankingListMin .rankNav li.active a {
    padding: 5px 0;
  }
  header.headerBasic {
    height: 60px;
    padding: 0;
  }
  .docmentWrap .mainWidth, .headerBasicWrap {
    padding: 0 20px;
  }
  .docmentWrap .mainWidth .detailWrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .docmentWrap .mainWidth .sidebar {
    width: 100%;
    margin-top: 0;
  }
  .documentSubmit_up {
    position: fixed;
    bottom: -80px;
    width: 100%;
    margin: 0 -20px;
    padding: 10px 20px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }
  .documentSubmit_up.up {
    bottom: 0;
  }
  dl.author {
    padding: 20px 10px;
  }
  dl.serviceAppeal.seoVer, .serviceAppealSingle {
    margin: 0px 0 60px;
  }
  .authorProduct dl.author {
    margin: 0px 0 60px;
  }
  dl.author &gt; dd {
    display: block;
  }
  dl.author .author_img img {
    margin: auto;
    margin-bottom: 15px;
  }
  dl.author &gt; dd dl {
    margin: 0;
  }
  dl.author &gt; dd dl dt {}
  dl.author &gt; dd dl dd {}
  .contactAppealArea__buttons .button-green span {
    display: block;
    padding-left: 0;
  }
  .productWrap .topContent ul.stickyList {
    margin-left: 0;
  }
  .tableWrap &gt; table &gt; tbody &gt; tr &gt; th, .tableWrap &gt; table &gt; tbody &gt; tr &gt; td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .seminnerDate time {
    font-size: 22px;
  }
  #rankingListMin .rankNav li a {
    font-size: 14px;
  }
  .detailWrap h1, .seminarDetail h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .sideDocument {
    border-width: 15px;
    padding: 30px;
  }
}
@media screen and (max-width: 1150px) {
  .docmentWrap .mainWidth, .headerBasicWrap {
    padding: 0 25px;
  }
  .sideDocument {
    border-width: 10px;
    padding: 20px;
  }
}
@media screen and (min-width: 769px) {
  .docmentWrap .mainWidth .detailWrap .documentSubmit {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .listPage.rank {
    width: 90%;
    margin-top: 40px;
  }  .listPage.rank a span span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .seminarInner .entry .seminar_button_flx{
    display: block;
  }


  .detailWrap h1{
    text-align:justify;
    word-break:break-all; 
    text-justify:inter-ideograph;
    text-justify:inter-character;
    word-wrap:break-word;
    overflow-wrap:break-word;
  }
}
  /*----------------------------
* 抜粋部分の読みやすさ調整
*----------------------------*/
@media screen and (max-width: 767px) {
  .blogDescription .excerpt{
    line-height: 1.7rem!important;
    letter-spacing: 0.3px!important;
    text-align:justify;
    word-break:break-all; 
    text-justify:inter-ideograph;
    text-justify:inter-character;
    word-wrap:break-word;
    overflow-wrap:break-word;
  }
  .Right {
    padding: 24px;
  }

      /*----------------------------
footer調整
*----------------------------*/

.footerText{
  flex-wrap: wrap;
}
.footerWrap .snsIcon ul{
  justify-content: center;
}
.footerWrap.mainWidth.snswrap dl.relatedServices {
  width: 100%;
  margin-left: 0;
}

  .footerWrap  .footerCompany{
    text-align: center;
  }
}</pre></body></html>