.sidebar dl dd .rankingDetail .rankingTitle {
  width: 50%;
}

.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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

*:focus {
  outline: none;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

header,
main,
footer {
  display: block;
}

ul,
ol {
  list-style: none;
}

a:not() {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

article>*+* {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion:reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
}

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;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
}

main[id="top"] {
  margin-top: 80px;
  position: relative;
  z-index: 5;
}

footer {
  position: relative;
}

.headerWrap {
  height: 80px;
  display: flex;
  justify-content: space-between;
  padding: 0 65px;
  max-width: 100vw;
  overflow: hidden;
}

.spNavWrap,
.hamburgerMenu {
  display: none;
}

.navButtonArea>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>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>li>a {
  color: #222;
  font-size: 16px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transition: all .3s;
}

.navButtonArea {
  padding-top: 5px;
  padding-bottom: 5px;
}

.has-child>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;
}

.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: #0e0e0e;
}

.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 {
  margin-right: 5px;
}

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;
}


.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>section {
  margin-bottom: 7%;
}

article p {
  margin-bottom: 2%;
  font-size: 18px;
  line-height: 1.8;
}

article .red {
  color: #F66F6F;
}

article 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;
}


.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(./assets/images/ink1.webp) no-repeat left;
  background-position: left top 150px;
  background-size: 30%;
  opacity: 0.3;
  z-index: -3;
}

.topMainWrap::after {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  width: 100%;
  height: 115%;
  background: url(./assets/images/ink2.webp) no-repeat right;
  background-position: right top 560px;
  background-size: 50%;
  opacity: 0.1;
  z-index: -1;
}

.topMainGrad {
  position: relative;
  background: url(./assets/images/main_visual.webp) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

.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(./assets/images/ink3.webp) no-repeat;
  width: 477px;
  height: 405px;
  z-index: -3;
}

.secGrad {
  position: relative;
  overflow: hidden;
}


.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>div {
  width: 100%;
  padding: 40px 10px;
  background: rgba(255, 255, 255, 0.85);
  z-index: -2;
}

.topMainWrap .topH1Wrap>div h1 {
  font-size: 1.6vw;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

.topMainWrap .topH1Wrap>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%;
}


.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 {}


.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;
}



.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%;
}


.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;
}

.productWrap .articleWrap,
.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 {
  z-index: 1;
}

.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>ul>li {
  width: 100%;
}

.topMainWrap .articleWrap ul li dl {
  display: flex;
  align-items: center;
}

.topMainWrap .articleWrap ul li dl dd {
  font-size: 18px;
}

.topMainWrap > section > .contentsWrap {
  flex: 1;
}

.articleList li a {
  height: 100%;
  display: block;
  position: relative;
}

.articleList.documentList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.articleList.documentList>li {
  width: 30%;
  margin-bottom: 50px;
}

.documentList::after {
  content: "";
  display: block;
  width: 30%;
  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 .marketing,
.detailWrap .meo,
.detailWrap .recruiting,
.detailWrap .sns,
.detailWrap .hp {
  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;
}

.marketing,
.meo,
.recruiting,
.sns,
.hp,
.service {
  font-size: 16px;
  font-weight: bold;
  color: #58C8AC;
}

.marketing,
.service.marketing {
  color: #58C8AC;
}

.marketing .hexagon,
.service.marketing .hexagon {
  background-color: #58C8AC;
}

.marketing .hexagon:before,
.service.marketing .hexagon:before {
  border-bottom: 6px solid #58C8AC;
}

.marketing .hexagon:after,
.service.marketing .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;
}

.recruiting,
.service.recruiting {
  color: #F18D9E;
}

.recruiting .hexagon,
.service.recruiting .hexagon {
  background-color: #F18D9E;
}

.recruiting .hexagon:before,
.service.recruiting .hexagon:before {
  border-bottom: 6px solid #F18D9E;
}

.recruiting .hexagon:after,
.service.recruiting .hexagon:after {
  border-top: 6px solid #F18D9E;
}

.sns,
.service.sns {
  color: #B59DE1;
}

.sns .hexagon,
.service.sns .hexagon {
  background-color: #B59DE1;
}

.sns .hexagon:before,
.service.sns .hexagon:before {
  border-bottom: 6px solid #B59DE1;
}

.sns .hexagon:after,
.service.sns .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;
}

.hp,
.service.hp {
  color: #61A9C7;
}

.hp .hexagon,
.service.hp .hexagon {
  background-color: #61A9C7;
}

.hp .hexagon:before,
.service.hp .hexagon:before {
  border-bottom: 6px solid #61A9C7;
}

.hp .hexagon:after,
.service.hp .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;
}

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 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;
}


.productList li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 140px;
}

.productList li:last-child {
  margin-bottom: 50px;
}

.productList>li>dl {
  padding: 15px;
  border-radius: 1ch 0 0 1ch;
}

.productList>li>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>li>dl dt {
  font-size: 2em;
  font-weight: 800;
}

.productList>li>dl dd {
  font-size: 18px;
  font-weight: bold;
}

.productList>li dd p {
  margin: 20px 0;
}

.productList .listPage {
  margin: 0;
}

.marketing>dl {
  background-color: #EBFFFA;
  border: 1px solid #58C8AC;
  border-right: none;
}

.marketing>dl::after {
  background-color: #EBFFFA;
  border: 1px solid #58C8AC;
}

.marketing>dl dt a {
  color: #58C8AC;
}

.marketing .listPage a {
  color: #58c8ac;
  border: 2px solid #58c8ac;
  transition: 0.3s;
}

.marketing .listPage a::after {
  border-top: solid 2px #58c8ac;
  border-right: solid 2px #58c8ac;
}

.marketing .listPage a:hover {
  color: #fff;
  background-color: #58c8ac;
  border: 2px solid #58c8ac;
}

.marketing .listPage a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.meo>dl {
  background-color: #FFF8E5;
  border: 1px solid #FFBB00;
  border-right: none;
}

.meo>dl::after {
  background-color: #FFF8E5;
  border: 1px solid #FFBB00;
}

.meo>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;
}

.recruiting>dl {
  background-color: #FEF3F5;
  border: 1px solid #F18D9E;
  border-right: none;
}

.recruiting>dl::after {
  background-color: #FEF3F5;
  border: 1px solid #F18D9E;
}

.recruiting>dl dt a {
  color: #F18D9E;
}

.recruiting .listPage a {
  color: #F18D9E;
  border: 2px solid #F18D9E;
  transition: 0.3s;
}

.recruiting .listPage a::after {
  border-top: solid 2px #F18D9E;
  border-right: solid 2px #F18D9E;
}

.recruiting .listPage a:hover {
  color: #fff;
  background-color: #F18D9E;
  border: 2px solid #F18D9E;
}

.recruiting .listPage a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.sns>dl {
  background-color: #F4F0FB;
  border: 1px solid #B59DE1;
  border-right: none;
}

.sns>dl::after {
  background-color: #F4F0FB;
  border: 1px solid #B59DE1;
}

.sns>dl dt a {
  color: #B59DE1;
}

.sns .listPage a {
  color: #B59DE1;
  border: 2px solid #B59DE1;
  transition: 0.3s;
}

.sns .listPage a::after {
  border-top: solid 2px #B59DE1;
  border-right: solid 2px #B59DE1;
}

.sns .listPage a:hover {
  color: #fff;
  background-color: #B59DE1;
  border: 2px solid #B59DE1;
}

.sns .listPage a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.hp>dl {
  background-color: #f3fbff;
  border: 1px solid #61A9C7;
  border-right: none;
}

.hp>dl::after {
  background-color: #f3fbff;
  border: 1px solid #61A9C7;
}

.hp>dl dt a {
  color: #61A9C7;
}

.hp .listPage a {
  color: #61A9C7;
  border: 2px solid #61A9C7;
  transition: 0.3s;
}

.hp .listPage a::after {
  border-top: solid 2px #61A9C7;
  border-right: solid 2px #61A9C7;
}

.hp .listPage a:hover {
  color: #fff;
  background-color: #61A9C7;
  border: 2px solid #61A9C7;
}

.hp .listPage a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.productList li>dl {
  width: 30%;
  position: relative;
}

.productList li>.pickUpArticle {
  width: 70%;
  position: relative;
  top: 50px;
}

.productList li>.pickUpArticle a {
  border-radius: 1ch;
  display: block;
  border: #cbd1cf 1px solid;
  transition: .3s ease-in-out;
}

.productList li>.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>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;
}





.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>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;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.contactContents dl:first-child dt::before {
  content: url(./assets/images/LINE_logo.svg);
  width: 162px;
  height: 162px;
}

.contactContents dl:nth-child(2) dt::before {
  content: url(./assets/images/service_logo.svg);
  width: 162px;
  height: 162px;
}

.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>div {
  text-align: center;
}

.mailMagazineWrap>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>ol {
  list-style-type: decimal-leading-zero;
  font-weight: bold;
  font-size: 14px;
}

.tableOfContents dd>ol>li {
  margin-bottom: 15px;
}

.tableOfContents dd>ol>li>ol {
  padding-left: 30px;
  margin-top: 10px;
}

.tableOfContents dd>ol>li>ol>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>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(https://gmotech.jp/semlabo/wp-content/themes/sem_Lab/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;
}




#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>li.dropdownMenu>a:hover::after {
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

#topRankCarousel .slick-slide {
  margin: 30px 10px 0 30px;
}



.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>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.marketing a {
  color: #58C8AC;
}

.docList li.marketing a:hover {
  background: #58C8AC;
  color: #fff;
}

.docList li.meo a {
  color: #FFBB00;
}

.docList li.meo a:hover {
  background: #FFBB00;
  color: #fff;
}

.docList li.recruiting a {
  color: #F18D9E;
}

.docList li.recruiting a:hover {
  background: #F18D9E;
  color: #fff;
}

.docList li.hp a {
  color: #61A9C7;
}

.docList li.hp a:hover {
  background: #61A9C7;
  color: #fff;
}

.docList li.service a {
  color: #005BAC;
}

.docList li.service a:hover {
  background: #005BAC;
  color: #fff;
}

.docList li.sns a {
  color: #B59DE1;
}

.docList li.sns 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.marketing a::before,
.docList li.marketing a::after {
  background: #58C8AC;
}

.docList li.meo a::before,
.docList li.meo a::after {
  background: #FFBB00;
}

.docList li.recruiting a::before,
.docList li.recruiting a::after {
  background: #F18D9E;
}

.docList li.sns a::before,
.docList li.sns a::after {
  background: #B59DE1;
}

.docList li.hp a::before,
.docList li.hp 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>div {
  width: 45%;
}

.modalInner input {
  border: 1px solid #827d7d;
  padding: 5px;
}

.documentMore {
  display: flex;
}

.documentMore>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;
}

.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;
}


.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;
}

.marketingTop 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>p {
  margin-bottom: 4px;
}

section.case dl {
  padding-bottom: 40px;
}

section.case>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>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: #58c8ac;
}

.globalNav>li:hover>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>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>a span {
  display: block;
}

.globalNav li.has-child>a span.navHexagon {
  position: relative;
  width: 6px;
  height: 3px;
  margin: auto;
}

.globalNav li.has-child>a:hover span.navHexagon,
.globalNav li.marketingFirst.secondOn>a span.navHexagon,
.globalNav li.meoFirst.secondOn>a span.navHexagon,
.globalNav li.recruitingFirst.secondOn>a span.navHexagon,
.globalNav li.affiFirst.secondOn>a span.navHexagon,
.globalNav li.hpFirst.secondOn>a span.navHexagon {
  position: relative;
  width: 6px;
  height: 3px;
  background-color: #64c7cc;
}

.globalNav li.has-child>a:hover span.navHexagon:before,
.globalNav li.has-child>a:hover span.navHexagon:after,
.globalNav li.marketingFirst.secondOn>a span.navHexagon:before,
.globalNav li.marketingFirst.secondOn>a span.navHexagon:after,
.globalNav li.meoFirst.secondOn>a span.navHexagon:before,
.globalNav li.meoFirst.secondOn>a span.navHexagon:after,
.globalNav li.recruitingFirst.secondOn>a span.navHexagon:before,
.globalNav li.recruitingFirst.secondOn>a span.navHexagon:after,
.globalNav li.affiFirst.secondOn>a span.navHexagon:before,
.globalNav li.affiFirst.secondOn>a span.navHexagon:after,
.globalNav li.hpFirst.secondOn>a span.navHexagon:before,
.globalNav li.hpFirst.secondOn>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>a:hover span.navHexagon::before,
.globalNav li.marketingFirst.secondOn>a span.navHexagon::before,
.globalNav li.meoFirst.secondOn>a span.navHexagon::before,
.globalNav li.recruitingFirst.secondOn>a span.navHexagon::before,
.globalNav li.affiFirst.secondOn>a span.navHexagon::before,
.globalNav li.hpFirst.secondOn>a span.navHexagon::before {
  bottom: 100%;
  border-bottom: 2px solid #64c7cc;
}

.globalNav li.has-child>a:hover span.navHexagon::after,
.globalNav li.marketingFirst.secondOn>a span.navHexagon::after,
.globalNav li.meoFirst.secondOn>a span.navHexagon::after,
.globalNav li.recruitingFirst.secondOn>a span.navHexagon::after,
.globalNav li.affiFirst.secondOn>a span.navHexagon::after,
.globalNav li.hpFirst.secondOn>a span.navHexagon::after {
  top: 100%;
  border-top: 2px solid #64c7cc;
}

.globalNav li.has-child:hover>ul,
.globalNav li.has-child ul li:hover>ul,
.globalNav li.has-child:active>ul,
.globalNav li.has-child ul li:active>ul {
  visibility: visible;
}

.globalNav ul {
  cursor: default;
}

.has-child ul>li:first-child {
  display: none;
}

/* #page-top styles removed - using SWELL's built-in page-top button */
/* Original custom implementation caused 1-second animation delays */
/* SWELL's data-onclick="pageTop" provides instant scrolling */

.bannerWrap {
  position: fixed;
  z-index: 6;
  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 removed - using SWELL's built-in animations */

#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 .article-content img {
  margin: auto;
  height: auto;
}

.detailWrap .article-content img.left {
  margin: 0;
}

.underLine,
.blogInner h2,
.productWrap .topContent h2,
.indexarea dt {
  position: relative;
  display: block;
}

/* ヘッドラインが参考になる。将来的にh2タグに似たような実装したい */
/* .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(https://gmotech.jp/semlabo/wp-content/themes/sem_Lab/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.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>li {
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0.5em 2em 0.5em 0.5em
}

.productWrap .topContent ul.stickyList>li>ul>li {
  margin-bottom: 0;
}

ul.stickyList.marketing>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.recruiting_table .table_left {
  background: #fff;
  width: auto;
}

.indexarea table.recruiting_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.recruiting_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.recruiting_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;
}

.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>div {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}

.listaccordion .listofcontents>ol {}

.listaccordion .listofcontents>div {
  padding-right: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.listaccordion .listofcontents>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>div.close::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 13px;
}

.listaccordion .listofcontents>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>div {
  margin: 10% 0 2%;
}

.blogShare>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: #0e0e0e;
}

.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;
}

.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.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>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;
}

.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;
}

.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;
}

.mainWrap .section-title h3 {
  padding: 10px 0 10px 20px !important;
}

.mainWrap .accordion-001 {
  max-width: 100%;
  background-color: #f2f2f2;
}

.mainWrap .accordion-001:not([open]) {
  margin-bottom: 7px;
}

.mainWrap .accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.mainWrap .accordion-001 summary::-webkit-details-marker {
  display: none;
}

.mainWrap .accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}

.mainWrap .accordion-001[open] summary::after {
  transform: rotate(225deg);
}

.mainWrap .accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.mainWrap .accordion-001[open] p {
  transform: none;
  opacity: 1;
}

.mainWrap .contentSubhead,
.mainWrap .blogInner h3,
.mainWrap .productWrap .topContent h3 {
  position: relative;
  padding: 10px 0px 10px 20px;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 22px;
  border-left: #58c8ac 10px solid;
  border-bottom: #58c8ac 1px solid;
  padding: 2px 0 2px 20px;
  font-weight: bold;
  background-color: #F7FBFA;
}

.mainWrap pre code {
  display: block;
  width: 100%;
  background-color: #272822;
  color: #F8F8F2;
  padding: 16px;
  box-sizing: border-box;
  overflow-x: auto;
  font-family: Consolas, 'Courier New', monospace;
  border-radius: 8px;
  font-size: 14px;
}

.mainWrap .green-color {
  color: #3bbfbf;
}

.mainWrap .pink-color {
  color: #ff8095;
}

.mainWrap .purple-color {
  color: #a980f5;
}

.mainWrap .golden-color {
  color: #8bdf4c;
}

.mainWrap .green-c {
  color: #A6E22C;
}

.mainWrap .pink-c {
  color: #FA487F;
}

.mainWrap .purple-c {
  color: #AE74DE;
}

.mainWrap .yellow-c {
  color: #E6C04D;
}

.mainWrap .blue-c {
  color: #66D9EF;
}

.mainWrap .white-c {
  color: #F8F8F2;
}

.mainWrap .indexarea .qoute,
.mainWrap .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;
}

.mainWrap img.bordered {
  border: 1px solid #F7F8FA;
}

.mainWrap em {
  background-image: -webkit-linear-gradient(left, transparent 50%, #FFE79B 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #FFE79B 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #FFE79B 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #FFE79B 50%);
  background-image: linear-gradient(left, transparent 50%, #FFE79B 50%);
}

.mainWrap .toolIntroButton-wrapper {
  text-align: center;
  margin: 24px 0;
}

.mainWrap #toolIntroButton {
  display: inline-block;
  background-color: #F78B4F;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 30px;
  border-radius: 9999px;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  max-width: 360px;
  box-shadow: none;
}

.mainWrap #toolIntroButton:hover {
  background-color: #F5732B;
  opacity: 0.95;
}

.mainWrap .lineBreak {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 4px;
}

.mainWrap .can-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 9999px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  position: relative;
}

.mainWrap .can-easy::before {
  content: "🔰 ";
}

.mainWrap .can-medium::before {
  content: "🛠 ";
}

.mainWrap .can-hard::before {
  content: "👨‍💻 ";
}

.mainWrap .can-easy {
  background-color: #E1F5FE;
  color: #0277BD;
}

.mainWrap .can-medium {
  background-color: #FFF8E1;
  color: #F57F17;
}

.mainWrap .can-hard {
  background-color: #E3F2FD;
  color: #1565C0;
}

.mainWrap .should-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
  padding: 4px 8px;
  border-radius: 9999px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  position: relative;
}

.mainWrap .should-basic::before {
  content: "🌱 ";
}

.mainWrap .should-recommended::before {
  content: "📌 ";
}

.mainWrap .should-effective::before {
  content: "💡 ";
}

.mainWrap .should-conditional::before {
  content: "🔍 ";
}

.mainWrap .should-support::before {
  content: "🧩 ";
}

.mainWrap .should-basic {
  background-color: #E6F4EA;
  color: #1B5E20;
}

.mainWrap .should-recommended {
  background-color: #FFF4E5;
  color: #BF360C;
}

.mainWrap .should-effective {
  background-color: #FFFDE7;
  color: #F57F17;
}

.mainWrap .should-conditional {
  background-color: #E8F0FE;
  color: #1565C0;
}

.mainWrap .should-support {
  background-color: #F3E8FD;
  color: #6A1B9A;
}

.mainWrap .dli-close-circle {
  display: inline-block;
  vertical-align: middle;
  color: #ef4444;
  line-height: 1;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  font-size: 1em;
  border: 0.12em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}

.mainWrap .dli-close-circle>span {
  position: absolute;
  width: 60%;
  height: 0.12em;
  background: currentColor;
  border-radius: 0.1em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.mainWrap .dli-close-circle>span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  top: 0;
  left: 0;
}

.mainWrap .error-box {
  display: flex;
  align-items: center;
  background-color: #fef2f2;
  padding: 16px 0;
  margin: 20px 0;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.mainWrap .error-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 16px;
}

.mainWrap .error-text {
  flex: 1;
  border-left: 1px solid #ef4444;
  padding-left: 16px;
  padding-right: 16px;
}

.mainWrap .check-box {
  display: flex;
  align-items: center;
  background-color: #EDF5FF;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 20px 0;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.mainWrap .check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 16px;
}

.mainWrap .dli-check-circle {
  display: inline-block;
  vertical-align: middle;
  color: #5FB9F5;
  font-size: 1.5em;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}

.mainWrap .dli-check-circle>span {
  width: 0.58em;
  height: 0.261em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mainWrap .check-text {
  flex: 1;
  border-left: 1px solid #5FB9F5;
  padding-left: 16px;
  padding-right: 16px;
}

.mainWrap .caution-box {
  display: flex;
  align-items: center;
  background-color: #fff8dc;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 20px 0;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.mainWrap .caution-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 16px;
}

.mainWrap .dli-information-circle {
  display: inline-block;
  vertical-align: middle;
  color: #f1c40f;
  font-size: 1.5em;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.12em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}

.mainWrap .dli-information-circle>span {
  width: 0.17em;
  height: 0.7em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mainWrap .dli-information-circle>span::before,
.mainWrap .dli-information-circle>span::after {
  content: '';
  display: block;
  width: inherit;
  background: currentColor;
}

.mainWrap .dli-information-circle>span::before {
  margin-bottom: 0.1em;
  height: 0.2em;
  border-radius: 50%;
}

.mainWrap .dli-information-circle>span::after {
  height: 0.4em;
  border-radius: 0.025em;
}

.mainWrap .caution-text {
  flex: 1;
  border-left: 1px solid #FDE047;
  padding-left: 16px;
  padding-right: 16px;
}

.mainWrap .cap_box_ttl {
  align-items: center;
  background-color: var(--capbox-color);
  color: #fff;
  display: flex;
  gap: .5em;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 0 !important;
  padding: .5em;
  position: relative;
  text-align: center;
  z-index: 1;
}

.mainWrap .cap_box[data-colset="blue"] {
  --capbox-color: #5fb9f5;
  --capbox-color--bg: #EDF5FF;
}

.mainWrap .cap_box {
  --capbox-color: var(--color_main);
  --capbox-color--bg: unset;
  --the-icon-size: 1.1em;
  position: relative;
}

.mainWrap .cap_box_content {
  background-color: #EDF5FF;
  border: 1px solid #5fb9f5;
  clear: both;
  margin-top: -2px;
  padding: 1.25em;
  position: relative;
  z-index: 0;
}

.mainWrap .indexarea .box-blue,
.mainWrap .productWrap .box-blue {
  margin: 15px 0;
  padding: 15px 25px;
  background: #EDF5FF;
  border-radius: 10px;
  display: block;
  overflow-wrap: break-word;
  position: relative;
  line-height: 1.7;
  border: 1px solid #5fb9f5;
}

.mainWrap .indexarea .deco-red,
.mainWrap .productWrap .deco-red {
  margin: 15px 0;
  padding: 15px 25px;
  background: #E7F2F2;
  border-radius: 10px;
  display: block;
  overflow-wrap: break-word;
  position: relative;
  line-height: 1.7;
}

.mainWrap .indexarea .deco-box01,
.mainWrap .productWrap .deco-box01 {
  margin: 15px 0;
  padding: 15px 25px;
  color: #44847C;
  background: #E2F2F0;
  border-radius: 10px;
  display: block;
  overflow-wrap: break-word;
  position: relative;
  line-height: 1.7;
}

.mainWrap .indexarea .deco-mini-box01,
.mainWrap .productWrap .deco-mini-box01 {
  font-size: 120%;
  color: #ffffff;
  margin: 0px 0px 15px 0px;
  padding: 10px 0px;
  background: #56A89E;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-wrap: break-word;
  position: relative;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}

.mainWrap ul.cp_list {
  padding: 8px 8px 8px 2px;
  list-style-type: none;
}

.mainWrap ul.cp_list li {
  position: relative;
  padding: 0 5px 5px 21px;
  border-bottom: dashed 1px #56A89E;
}

.mainWrap ul.cp_list li:after,
.mainWrap ul.cp_list li:before {
  position: absolute;
  top: 7px;
  left: 8px;
  content: '';
  display: block;
  background: #56A89E;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}

.mainWrap ul.cp_list li:before {
  top: 10px;
  left: 3px;
  height: 8px;
  transform: rotate(-45deg);
}

.mainWrap .indexarea .deco-box02,
.mainWrap .productWrap .deco-box02 {
  margin: 15px 0;
  padding: 15px 25px;
  background: #F2F1E2;
  border-radius: 10px;
  display: block;
  overflow-wrap: break-word;
  position: relative;
  line-height: 1.7;
}

.mainWrap .indexarea .deco-mini-box02,
.mainWrap .productWrap .deco-mini-box02 {
  font-size: 120%;
  color: #ffffff;
  margin: 0px 0px 15px 0px;
  padding: 10px 0px;
  background: #A8A456;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-wrap: break-word;
  position: relative;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}

.mainWrap ul.box02_list {
  padding: 8px 8px 8px 2px;
  list-style-type: none;
}

.mainWrap ul.box02_list li {
  position: relative;
  padding: 0 5px 5px 21px;
  border-bottom: dashed 1px #A8A456;
}

.mainWrap ul.box02_list li:after,
.mainWrap ul.box02_list li:before {
  position: absolute;
  top: 7px;
  left: 8px;
  content: '';
  display: block;
  background: #A8A456;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}

.mainWrap ul.box02_list li:before {
  top: 10px;
  left: 3px;
  height: 8px;
  transform: rotate(-45deg);
}

.mainWrap .indexarea .deco-box03,
.mainWrap .productWrap .deco-box03 {
  margin: 15px 0;
  padding: 15px 25px;
  background: #EBF9F5;
  border-radius: 10px;
  display: block;
  overflow-wrap: break-word;
  position: relative;
  line-height: 1.7;
}

.mainWrap .indexarea .deco-mini-box03,
.mainWrap .productWrap .deco-mini-box03 {
  font-size: 120%;
  color: #ffffff;
  margin: 0px 0px 15px 0px;
  padding: 10px 0px;
  background: #58c8ac;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-wrap: break-word;
  position: relative;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}

.mainWrap ul.box03_list {
  padding: 8px 8px 8px 2px;
  list-style-type: none;
}

.mainWrap ul.box03_list li {
  position: relative;
  padding: 0 5px 5px 21px;
  border-bottom: dashed 1px #58c8ac;
}

.mainWrap ul.box03_list li:after,
.mainWrap ul.box03_list li:before {
  position: absolute;
  top: 7px;
  left: 8px;
  content: '';
  display: block;
  background: #58c8ac;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}

.mainWrap ul.box03_list li:before {
  top: 10px;
  left: 3px;
  height: 8px;
  transform: rotate(-45deg);
}

.mainWrap .prompt-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1em;
  background-color: #f0f0f3;
  font-family: sans-serif;
  max-width: 100%;
  color: #333;
}

.mainWrap .prompt-header {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  color: #222;
}

.mainWrap .prompt-visible {
  white-space: pre-wrap;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  background-color: #2e2e32;
  color: #e6e6e6;
  padding: 1em;
  border: 1px solid #444;
  border-radius: 6px;
  font-size: 0.95em;
  line-height: 1.6;
}

.mainWrap .prompt-box button {
  margin-top: 10px;
  padding: 8px 14px;
  font-size: 0.9em;
  background-color: #58c8ac;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.mainWrap .prompt-box button:hover {
  background-color: #58c8ac;
}

.mainWrap .balloon {
  margin-bottom: 2em;
  position: relative;
}

.mainWrap .balloon:before,
.mainWrap .balloon:after {
  clear: both;
  content: "";
  display: block;
}

.mainWrap .balloon figure {
  width: 60px;
  height: 60px;
}

.mainWrap .balloon-image-left {
  float: left;
  margin-right: 20px;
}

.mainWrap .balloon-image-right {
  float: right;
  margin-left: 20px;
}

.mainWrap .balloon figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}

.mainWrap .balloon-image-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
}

.mainWrap .balloon-text-right,
.mainWrap .balloon-text-left {
  position: relative;
  padding: 10px;
  border: 1px solid;
  border-radius: 10px;
  max-width: -webkit-calc(100% - 120px);
  max-width: calc(100% - 120px);
  display: inline-block;
}

.mainWrap .balloon-text-right {
  border-color: #aaa;
}

.mainWrap .balloon-text-left {
  border-color: #aaa;
}

.mainWrap .balloon-text-right {
  float: left;
}

.mainWrap .balloon-text-left {
  float: right;
}

.mainWrap .balloon p {
  margin: 0 0 5px;
}

.mainWrap .balloon p:last-child {
  margin-bottom: 0;
}

.mainWrap .balloon-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #aaa;
  top: 15px;
  left: -20px;
}

.mainWrap .balloon-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -19px;
}

.mainWrap .balloon-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #aaa;
  top: 15px;
  right: -20px;
}

.mainWrap .balloon-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 15px;
  right: -19px;
}

@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) {
  .detailWrap .articleList.documentList>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;
  }
}

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.marketingVer {
  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>*,
dl.serviceAppealSingle dd .appealContents>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;
  margin: auto
}

dl.serviceAppeal .lineBreak,
.contents-button a .lineBreak {
  display: inline-block;
}

dt.serviceAppealText {
  text-align: center;
}

dt.serviceAppealText .serviceAppealLogo {
  padding: 10px 0 0;
  margin: auto;
}

.marketingdash .appealContents ul:not(.buttonDl),
.marketingdash .appealContents p:not(.buttonDl) {
  max-width: 500px;
  margin-inline: auto;
}


.indexarea .marketingdashCta .i-br {
  display: inline-block;
}

.indexarea .marketingdashCta {
  border-radius: 10px;
  background: rgba(158, 221, 211, 0.30);
  padding: 24px 36px 12px;
  margin: 7% 0;
}

.indexarea .marketingdashCta>dt {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}

.indexarea .marketingdashCta .marketingdashCtaImg {
  display: flex;
  margin-bottom: 24px;
  gap: 0 24px;
}

.indexarea .marketingdashCta .marketingdashCtaImg .img {
  border-radius: 10px;
  overflow: hidden;
  align-self: start;
  max-width: 420px;
  width: 50%;
}

.indexarea .marketingdashCta .sponly {
  display: none;
}

.indexarea .marketingdashCta .marketingdashCtaImg ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  flex: 1;
}

/* indexarea 灰塚使うかも */
/* .indexarea .marketingdashCta .marketingdashCtaImg ul li {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
  padding-left: 28px;
  background-image: url(https://gmotech.jp/semlabo/wp-content/themes/sem_Lab/img/green-checklist.svg);
  background-repeat: no-repeat;
  background-position: 0 4.5px;
} */

.indexarea .marketingdashCta .marketingdashCtaRead p {
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.indexarea .marketingdashCtaButton {
  max-width: 560px;
  margin: 24px auto;
  text-align: center;
}

.indexarea .marketingdashCtaButton a {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  display: block;
  padding: 7px 0;
  border-radius: 26px;
  background: #F76263;
  border: 1px solid transparent;
}

.indexarea .marketingdashCtaButton a:hover {
  color: #f66363;
  background-color: #fff;
  border-color: #f66363;
  transition: .3s;
  opacity: unset;
}

.indexarea .marketingdashCtaYoutube a {
  background: #ffffff;
  display: flex;
  padding: 8px 32px;
  align-items: center;
  gap: 0 16px;
  border-radius: 10px;
  color: #333333;
}

.indexarea .marketingdashCtaYoutube a>p,
.indexarea .marketingdashCtaYoutube a+p {
  display: none;
}

.indexarea .marketingdashCtaYoutube .marketingdashCtaYoutubeImg {
  width: 286px;
  height: 160px;
}

.indexarea .marketingdashCtaYoutube .marketingdashCtaYoutubeText {
  flex: 1;
}

.indexarea .marketingdashCtaYoutube .marketingdashCtaYoutubeText .pconly dt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  margin-bottom: 8px;
}

.indexarea .marketingdashCtaYoutube .marketingdashCtaYoutubeText .pconly dd {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.indexarea .marketingdashCtaYoutube .marketingdashCtaYoutubeImg {
  align-self: start;
}

.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(https://gmotech.jp/semlabo/wp-content/themes/sem_Lab/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%);
  padding-top: 30px;
}

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
}

dl.author {
  margin: 60px 0 30px;
  padding: 25px 35px;
  background: #f7f8fa;
  border-radius: 0px;
}

.authorProduct dl.author {
  margin: 0px 0 90px;
}

dl.author>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>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>dd {
  display: flex;
  margin: 0;
}

dl.author .author_img img {
  border-radius: 100%;
}

dl.author>dd dl {
  margin-left: 30px;
  -webkit-flex: 1;
  flex: 1;
}

dl.author>dd dl dt {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  background: none;
  text-align: left;
  font-weight: normal;
}

dl.author>dd dl dt .company {
  font-weight: normal;
  font-size: 18px;
  display: block;
}

dl.author>dd dl dt .name {
  font-weight: bold;
  font-size: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

dl.author>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;
}

.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>table,
.tableWrap>table>tbody>tr>th,
.tableWrap>table>tbody>tr>td {
  border-collapse: collapse;
  border: 1px solid #cbced2;
}

.tableWrap table th,
.tableWrap table td {
  padding: 10px;
}

.tableWrap>table>tbody>tr>th {
  background-color: #f7f8fa;
}

.tableWrap>table>tbody>th>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 removed - used by custom #page-top, now using SWELL defaults */

@keyframes UpBanner {
  from {
    opacity: 0;
    transform: translateY(120px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* #page-top.DownMove removed - 1s delay was causing slow button response */

#bannerParts.DownMove {
  animation: DownBanner 0.5s forwards;
}

/* @keyframes DownAnime removed - caused 1s animation delay for page-top button */

@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;
}

.securityBusinessContainer {
  background-color: #ffffff;
}

.securityImages {
  padding: 0;
}

.securityImages_inner {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  max-width: 1040px;
}

.securityImages_sns {
  display: flex;
  margin: 19px 0;
  gap: 10px;
}

.securityImages_logo {
  margin: 20px 0 20px 10px;
  min-height: 18px;
  height: 18px;
}

.securityImages_logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.securityImages_sns li {
  display: block;
  min-height: 20px;
  height: 20px;
  min-width: 20px;
  width: 20px;
  text-align: center;
  align-content: center;
}

.securityImages_sns li a img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.securityImages_sns li a {
  display: block;
  width: 100%;
  height: 100%;
}

.securityBusinessTag a {
  font-size: 9.5px;
  line-height: 1.4;
}

.gs_wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 40px 115px;
  background-color: #fff;
}

.gs_wrap img {
  width: 100px;
  height: 50px;
}

@media screen and (max-width:1450px) {
  .productList li {
    justify-content: center;
  }

  .productList li>dl {
    width: 35%;
  }

  .productList li>.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 {
    padding-left: 280px;
  }

  main[id="top"] {
    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>ul {
    display: block;
  }

  .globalNav li a {
    padding: 10px 0;
    display: block;
  }

  .navButtonArea {
    padding-top: 0;
  }

  .navButtonArea {
    padding-right: 25px;
  }

  .navButtonArea>li:first-child {
    margin-top: 25px;
  }

  .navButtonArea>li:not(:last-child) {
    margin-bottom: 20px;
  }

  .navButtonArea>li.powerdBy {
    margin-bottom: 30px;
  }

  .documentDl a {
    border-color: #58c8ac;
  }

  a.snsLink {
    width: 40px;
  }

  .powerdBy img {
    margin: auto;
  }

  .topNav {
    display: none;
  }

  .sideNav {
    display: block;
  }

  .snsIconWrap.sideNav {
    display: flex;
    flex-direction: column;
  }

  .snsIconWrap.sideNav ul {
    display: flex;
    margin-top: 10px;
  }

  .snsIconWrap li {
    margin-right: 15px;
  }

  .buttonWrap a {
    width: 100%;
    font-size: 16px;
    padding: 11px 0;
  }

  .SearchWrap input {
    width: 85%;
    font-size: 16px;
  }

  .SearchWrap button {
    width: 15%;
  }

  .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;
  }

  .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;
  }

  nav li.has-child:hover>ul {
    visibility: visible;
    opacity: 1;
  }

  nav li.has-child ul li a {
    color: #222;
  }

  .globalNav li.has-child>a {
    display: flex;
    flex-direction: row;
  }

  .globalNav>li:hover>a span:first-of-type {
    opacity: 0.6;
  }

  .globalNav li.has-child>a span:first-of-type {
    position: relative;
  }

  .globalNav li.has-child>a:hover span:first-of-type::after,
  .globalNav li.marketingFirst.secondOn>a span:first-of-type::after,
  .globalNav li.meoFirst.secondOn>a span:first-of-type::after,
  .globalNav li.recruitingFirst.secondOn>a span:first-of-type::after,
  .globalNav li.affiFirst.secondOn>a span:first-of-type::after,
  .globalNav li.hpFirst.secondOn>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>a span.navHexagon {
    left: 20px;
    position: relative;
    width: 12px;
    height: 6px;
    top: 1px;
    margin: auto 0;
    transition: all .3s;
  }

  .globalNav li.has-child>a:hover span.navHexagon,
  .globalNav li.marketingFirst.secondOn a span.navHexagon,
  .globalNav li.meoFirst.secondOn a span.navHexagon,
  .globalNav li.recruitingFirst.secondOn a span.navHexagon,
  .globalNav li.affiFirst.secondOn a span.navHexagon,
  .globalNav li.hpFirst.secondOn a span.navHexagon {
    width: 12px;
    height: 6px;
    background: #64c7cc;
    left: 90px;
  }

  .globalNav li.has-child>a:hover span.navHexagon:before,
  .globalNav li.has-child>a:hover span.navHexagon:after,
  .globalNav li.marketingFirst.secondOn>a span.navHexagon:before,
  .globalNav li.marketingFirst.secondOn>a span.navHexagon:after,
  .globalNav li.meoFirst.secondOn>a span.navHexagon:before,
  .globalNav li.meoFirst.secondOn>a span.navHexagon:after,
  .globalNav li.recruitingFirst.secondOn>a span.navHexagon:before,
  .globalNav li.recruitingFirst.secondOn>a span.navHexagon:after,
  .globalNav li.affiFirst.secondOn>a span.navHexagon:before,
  .globalNav li.affiFirst.secondOn>a span.navHexagon:after,
  .globalNav li.hpFirst.secondOn>a span.navHexagon:before,
  .globalNav li.hpFirst.secondOn>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>a:hover span.navHexagon:before,
  .globalNav li.marketingFirst.secondOn>a span.navHexagon:before,
  .globalNav li.meoFirst.secondOn>a span.navHexagon:before,
  .globalNav li.recruitingFirst.secondOn>a span.navHexagon:before,
  .globalNav li.affiFirst.secondOn>a span.navHexagon:before,
  .globalNav li.hpFirst.secondOn>a span.navHexagon:before {
    bottom: 100%;
    border-bottom: 4px solid #64c7cc;
  }

  .globalNav li.has-child>a:hover span.navHexagon:after,
  .globalNav li.marketingFirst.secondOn>a span.navHexagon:after,
  .globalNav li.meoFirst.secondOn>a span.navHexagon:after,
  .globalNav li.recruitingFirst.secondOn>a span.navHexagon:after,
  .globalNav li.affiFirst.secondOn>a span.navHexagon:after,
  .globalNav li.hpFirst.secondOn>a span.navHexagon:after {
    top: 100%;
    border-top: 4px solid #64c7cc;
  }

  .has-child ul>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: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #9EDDD3;
}

.newsWrap li time {
  min-width: 130px;
}

.newsWrap li a:hover {
  text-decoration: underline;
}

.newsWrap li:last-child {
  margin-bottom: 0;
}


.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;
  gap: 0 10px;
}

.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: 6;
  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>div img {
  vertical-align: middle;
}

@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;
  }

  #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>.cookie-notice-container>#cn-notice-buttons>#cn-accept-cookie,
#cookie-notice>.cookie-notice-container>#cn-notice-buttons>#cn-refuse-cookie {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  line-height: normal;
  min-width: 120px;
}

#cn-notice-buttons {
  display: flex;
  justify-content: center;
  min-width: 300px;
  gap: 10px;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  margin: 0;
}

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

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

@media screen and (max-width:1010px) {
  .link::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(./assets/images/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[id="top"] {
    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;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 50%;
    transform: translateX(-50%);
    left: 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;
    transform: translateY(-7px) rotate(-45deg) translateX(-17px);
    width: 50%;
  }

  .hamburgerMenu.active span:nth-of-type(2) {
    opacity: 0;
  }

  .hamburgerMenu.active span:nth-of-type(3) {
    top: 30px;
    transform: translateY(5px) rotate(45deg) translateX(-17px);
    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;
    margin: 0 5px 0 20px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    max-width: 100vw;
    overflow: hidden;
  }

  .spNavWrap {
    overflow: scroll;
    display: block;
    background: #fff;
    color: inherit;
    width: 100%;
    flex-direction: column;
    padding: 0 25px;
    height: 100vh;
  }

  .spNavWrap>ul>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>ul {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .spNavWrap>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;
    opacity: 1;
    display: none;
    transition: none;
  }

  .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;
    margin: auto;
    display: none;
  }

  .spNavWrap .snsIconWrap.sideNav ul {
    display: flex;
    margin-left: 10px;
  }

  .spNavWrap .snsIconWrap.sideNav ul li {
    margin: 0 10px 0 0;
  }

  .spNavWrap .snsIconWrap.sideNav ul li a {
    width: 40px;
  }
}

@media screen and (max-width:1000px) {
  .articleContent dl dd {
    font-size: 18px;
  }

  .articleList.documentList>li {
    width: 48%;
  }

  .newArticlesWrap .articleParts li {
    width: 48%;
  }

  /* Benchmark-Compatible Hamburger Menu Animation */
  #gNav.panelactive .spNavWrap {
    display: flex !important;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background: #fff;
    flex-direction: column;
    padding: 25px;
    overflow-y: auto;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
    animation: slideInFromTop 0.3s ease-in-out;
  }

  #gNav:not(.panelactive) .spNavWrap {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }

  .nav-open {
    overflow: hidden;
  }

  /* Smooth slide animations matching benchmark */
  @keyframes slideInFromTop {
    from {
      transform: translateY(-100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  /* Accordion animations for smooth jQuery slideToggle effect */
  .accordion_inner {
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }

  .accordion_header.open::after {
    content: "";
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
  }

  .accordion_header::after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
    font-size: 12px;
    color: #666;
  }

  .accordion_header {
    position: relative;
    cursor: pointer;
  }

  /* Legacy support for old .active class */
  .spNavWrap.active {
    display: flex !important;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background: #fff;
    flex-direction: column;
    padding: 25px;
    overflow-y: auto;
    animation: slideInFromTop 0.3s ease-in-out;
  }
}

@media screen and (max-width:959px) {
  .indexarea .marketingdashCta .marketingdashCtaImg ul {
    display: none;
  }

  .indexarea .marketingdashCta .marketingdashCtaImg .img {
    width: 100%;
    max-width: none;
  }
}

  .indexarea .marketingdashCta .marketingdashCtaRead .pconly {
    display: none;
  }

  .indexarea .marketingdashCta .marketingdashCtaRead .sponly {
    display: block;
  }

  .indexarea .marketingdashCtaButton a {
    font-size: 18px;
  }

  .indexarea .marketingdashCtaYoutube a {
    padding: 8px;
    gap: 8px;
  }

  .indexarea .marketingdashCtaYoutube .marketingdashCtaYoutubeImg {
    width: auto;
    height: auto;
  }

  .indexarea .marketingdashCtaYoutube .marketingdashCtaYoutubeImg img {
    width: 240px;
    height: 135px;
  }

  .indexarea .marketingdashCtaYoutube .marketingdashCtaYoutubeText .pconly {
    display: none;
  }

  .indexarea .marketingdashCtaYoutube .marketingdashCtaYoutubeText .sponly {
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.16px;
  }
}

@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;
  }

  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%;
    padding: 35% 0 60%;
    background-size: contain;
    background-position: center;
  }

  .blogLogo {
    width: 50%;
    max-width: 250px;
    flex-shrink: 0;
  }

  .blogLogo a {
    width: 100%;
    height: auto;
  }

  .productSeoHead {
    font-size: 24px;
  }

  .productSeoHead span {
    display: inline-block;
  }

  .topMainWrap .topH1Wrap>div {
    padding: 10px 0px;
    z-index: 0;
  }

  .topMainWrap .topH1Wrap>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>dl {
    width: 100%;
    border-radius: 1ch 1ch 0 0;
    border: 1px solid;
    border-bottom: none;
    padding-bottom: 30px;
  }

  .productList>li>dl::after {
    display: none;
  }

  .productList>li dd p {
    margin: 10px 0 20px;
  }

  .productList li>.pickUpArticle,
  .pickUpArticle article figure,
  .pickUpArticle article .articleContent {
    width: 100%;
  }

  .productList li>.pickUpArticle article {
    flex-wrap: wrap;
  }

  .productList li>.pickUpArticle {
    top: -15px;
    background: #fff;
    border-radius: 1ch;
    z-index: 1;
  }

  .productList .marketing>.pickUpArticle a {
    border-color: #58C8AC;
  }

  .productList .meo>.pickUpArticle a {
    border-color: #FFBB00;
  }

  .productList .recruiting>.pickUpArticle a {
    border-color: #F18D9E;
  }

  .productList .sns>.pickUpArticle a {
    border-color: #B59DE1;
  }

  .productList .hp>.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;
  }

  .marketing .pickUpLink {
    background-color: #EBFFFA;
    border-color: #58C8AC;
  }

  .meo .pickUpLink {
    background-color: #FFF8E5;
    border-color: #FFBB00;
  }

  .recruiting .pickUpLink {
    background-color: #FEF3F5;
    border-color: #F18D9E;
  }

  .sns .pickUpLink {
    background-color: #F4F0FB;
    border-color: #B59DE1;
  }

  .hp .pickUpLink {
    background-color: #F4F0FB;
    border-color: #61A9C7;
  }

  .pickUpArticle article figure {
    margin: -1px -1px 0;
    flex-basis: calc(100% + 2px);
  }

  .detailWrap .articleList.documentList>li,
  .articleList.documentList>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[id="top"] {
    width: 100%;
    margin-top: 60px;
  }

  .mainWidth {
    width: 100%;
    padding: 0 20px;
  }

  .mainWidth.backPattern {
    background-image: none;
  }

  .backGround {
    width: 100%;
  }


  .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%;
    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 dl,
  .footerWrap dl {
    width: 50%;
    padding: 0px 0 30px 0;
  }

  .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;
  }


  .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>div {
    font-size: 18px;
  }

  .listaccordion .listofcontents>div::after {
    top: 10px;
    border-top: 11px solid black;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }

  .listaccordion .listofcontents>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 {
    margin-top: 10px;
    topContent
  }

  .productHead h1,
  .productHead.marketing .marketingSem,
  .productHead h1,
  .productHead.meo .marketingSem,
  .productHead.hp .marketingSem {
    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;
  }




  .articleContent .departmentAndTime>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>dl>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;
  }

  .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>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: '';
    background-image: url(./assets/images/LINE_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 110px;
    height: 110px;
    display: block;
  }

  .contactContents dl:nth-child(2) dt::before {
    content: '';
    background-image: url(./assets/images/service_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 110px;
    height: 110px;
    display: block;
  }

  .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%;
  }


  .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;
  }

  .productWrap .topContent section.case {
    padding: 0;
  }

  section.case>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%;
    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.marketingVer,
  .serviceAppealSingle {
    margin: 0px 0 60px;
  }

  .authorProduct dl.author {
    margin: 0px 0 60px;
  }

  dl.author>dd {
    display: block;
  }

  dl.author .author_img img {
    margin: auto;
    margin-bottom: 15px;
  }

  dl.author>dd dl {
    margin: 0;
  }

  dl.author>dd dl dt {}

  dl.author>dd dl dd {}

  .contactAppealArea__buttons .button-green span {
    display: block;
    padding-left: 0;
  }

  .productWrap .topContent ul.stickyList {
    margin-left: 0;
  }

  .tableWrap>table>tbody>tr>th,
  .tableWrap>table>tbody>tr>td {
    display: block;
    width: 100%;
  }

  .newsWrap li time {
    min-width: 105px;
  }

  .cookie-notice-container #cn-notice-buttons {
    display: flex;
  }

  #cookie-notice .cn-button:not(.cn-button-custom) {
    margin: 0;
    width: 46%;
  }

  .indexarea .marketingdashCta {
    border-radius: unset;
    margin-inline: -20px;
    padding: 12px;
    margin-bottom: 50px;
  }

  .indexarea .marketingdashCta>dt {
    font-size: 18px;
    text-align: left;
    line-height: 130%;
    margin-bottom: 12px;
  }

  .indexarea .marketingdashCta .marketingdashCtaImg {
    margin-bottom: 12px;
    max-width: none;
  }

  .indexarea .marketingdashCta .marketingdashCtaRead p {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  .indexarea .marketingdashCtaButton {
    margin-block: 12px;
  }

  .indexarea .marketingdashCtaYoutube .marketingdashCtaYoutubeImg img {
    width: 240px;
    height: 135px;
    width: 120px;
    height: 67.5px;
  }

  .indexarea .marketingdashCtaYoutube .marketingdashCtaYoutubeText .sponly {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}

@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;
  }

  .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;
  }

  .securityImages_logo {
    margin: 20px 0 20px 0px;
  }

  .securityImages_inner {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  .securityImages_sns {
    margin: 0 0 20px;
  }

  .gs_wrap {
    padding: 40px 0;
    align-items: center;
    display: flex;
  }

  .gs_wrapr>div {
    min-width: 100px;
    width: 100px;
    min-height: 50px;
    height: 50px;
  }

  .gs_wrap>div img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width:768px) {
  html {
    margin-top: 0 !important;
  }

  html #wpadminbar {
    display: none;
  }
}

.headerSns {
  display: none;
}

@media screen and (max-width:1150px) {
  .headerRight {
    display: flex;
    width: 45%;
  }

  .headerSns {
    display: flex;
    align-items: center;
    width: calc(100% - 50px);
    justify-content: flex-end;
  }

  .headerSns li {
    margin: 0;
  }

  .headerSns .snsIconWrap {
    display: flex;
    gap: 6%;
  }

  .headerSns a.snsLink {
    width: 100%;
    max-width: 30px;
  }

  .headerSns .snsIconWrap li:last-child {
    margin-right: 0;
  }
}

.keyword-info-container {
  box-sizing: border-box;
  width: 92%;
  margin-bottom: 20px;
  font-size: 12px;
  border-bottom: 1px solid #dee1e5;
  border: 1px solid #f1f3f4;
  margin: 14px 16px;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-font-smoothing: antialiased
}

body[data-dt="1"] .keyword-info-container,
html[dark] .keyword-info-container {
  border-color: #3d4042
}

.keyword-info-container .title {
  color: #26282d;
  font-size: 16px;
  font-weight: bold
}

.keyword-info-container .tabs {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #dee1e5;
  margin-top: -10px;
  padding: 0px 16px;
  align-items: center
}

.keyword-info-container .tabs.tip {
  border-color: #f8b199 !important;
  border-radius: 2px;
  border: 1px solid
}

.keyword-info-container .tabs li {
  padding: 8px;
  padding-left: 0;
  color: #000;
  cursor: pointer;
  font-size: 12px
}

.keyword-info-container .tabs li.small {
  font-size: 10px
}

.keyword-info-container .tabs li:last-child {
  overflow: hidden
}

.keyword-info-container .tabs li.active {
  color: #4285f4;
  margin: 20px 0
}

table.keyword-info-table {
  border-collapse: collapse;
  width: 100%;
  color: #000;
  font-size: 12px;
  position: relative
}

.keyword-info-table thead {
  height: 50px
}

.keyword-info-table th {
  padding: 10px;
  padding-left: 0;
  font-weight: bold;
  color: #000;
  font-size: 12px
}

.keyword-info-table th:first-child {
  padding-left: 16px
}

.keyword-info-table th:last-child {
  padding-right: 0px
}

.keyword-info-table td {
  border-bottom: 1px solid #f1f3f4;
  padding: 10px;
  padding-left: 0;
  height: 50px;
  box-sizing: border-box
}

.keyword-info-table tr {
  border-bottom: 1px solid #f1f3f4
}

body[data-dt="1"] .keyword-info-table td,
html[dark] .keyword-info-table td {
  border-color: #3d4042
}

body[data-dt="1"] .keyword-info-table tr,
html[dark] .keyword-info-table tr {
  border-color: #3d4042
}

body[data-dt="1"] .keyword-info-table tfoot tr,
body[data-dt="1"] .keyword-info-table tfoot td,
html[dark] .keyword-info-table tfoot tr,
html[dark] .keyword-info-table tfoot td {
  border: none
}

.keyword-info-table td:first-child {
  padding-left: 16px
}

.keyword-info-table td:last-child {
  padding-right: 0px
}

.keyword-info-table tfoot tr,
.keyword-info-table tfoot td {
  border: none
}

.ubersuggest-button {
  color: #0086f7;
  font-family: Figtree;
  font-size: 14px;
  font-weight: bold;
  line-height: 29px;
  padding: 8px 30px;
  border: 1px solid #0086f7;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 4px
}

.ubersuggest-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 10px 0 0;
  font-weight: bold;
  color: #26282d
}

.ubersuggest-logo {
  width: 182px;
  height: 33px;
  cursor: pointer
}

.keyword-info-container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 20px 16px
}

.header h2 {
  color: #000;
  font-family: Figtree;
  font-size: 24px;
  font-weight: 500
}

html[dark] .keyword-info-container .title {
  color: #fff
}

html[dark] table.keyword-info-table {
  color: #fff
}

html[dark] .keyword-info-table th {
  color: #fff
}

html[dark] .keyword-info-table tfoot tr:last-child td .button-arrow {
  border-color: #fff
}

body[data-dt="1"] .keyword-info-container .title {
  color: #fff
}

body[data-dt="1"] .keyword-info-container .tabs {
  border-color: rgba(255, 255, 255, .0509803922)
}

body[data-dt="1"] table.keyword-info-table {
  color: #fff
}

body[data-dt="1"] .keyword-info-table th {
  color: #fff
}

</style><style>.tippy-box[data-theme~=tip-dark] .tippy-content,
.tippy-box[data-theme~=tip-light] .tippy-content {
  padding: 0
}

.tippy-box[data-theme~=tip-dark]>.tippy-backdrop {
  background-color: #fff
}

.tippy-box[data-theme~=tip-dark]>.tippy-arrow:after {
  border-color: #fff;
  border-style: solid
}

.tippy-box[data-theme~=tip-dark][data-placement^=top]>.tippy-arrow:before {
  border-top-color: #fff
}

.tippy-box[data-theme~=tip-dark][data-placement^=top]>.tippy-arrow:after {
  border-top-color: #fff
}

.tippy-box[data-theme~=tip-dark][data-placement^=bottom]>.tippy-arrow:before {
  border-bottom-color: #fff;
  bottom: 16px
}

.tippy-box[data-theme~=tip-dark][data-placement^=bottom]>.tippy-arrow:after {
  border-bottom-color: #fff
}

.tippy-box[data-theme~=tip-dark][data-placement^=left]>.tippy-arrow:before {
  border-left-color: #fff
}

.tippy-box[data-theme~=tip-dark][data-placement^=left]>.tippy-arrow:after {
  border-left-color: #fff
}

.tippy-box[data-theme~=tip-dark][data-placement^=right]>.tippy-arrow:before {
  border-right-color: #fff
}

.tippy-box[data-theme~=tip-dark][data-placement^=right]>.tippy-arrow:after {
  border-right-color: #fff
}

.tippy-box[data-theme~=tip-dark]>.tippy-svg-arrow {
  fill: #fff
}

.tippy-box[data-theme~=tip-light]>.tippy-backdrop {
  background-color: #202020
}

.tippy-box[data-theme~=tip-light]>.tippy-arrow:after {
  border-color: #202020;
  border-style: solid
}

.tippy-box[data-theme~=tip-light][data-placement^=top]>.tippy-arrow:before {
  border-top-color: #202020
}

.tippy-box[data-theme~=tip-light][data-placement^=top]>.tippy-arrow:after {
  border-top-color: #202020
}

.tippy-box[data-theme~=tip-light][data-placement^=bottom]>.tippy-arrow:before {
  border-bottom-color: #202020;
  bottom: 16px
}

.tippy-box[data-theme~=tip-light][data-placement^=bottom]>.tippy-arrow:after {
  border-bottom-color: #202020
}

.tippy-box[data-theme~=tip-light][data-placement^=left]>.tippy-arrow:before {
  border-left-color: #202020
}

.tippy-box[data-theme~=tip-light][data-placement^=left]>.tippy-arrow:after {
  border-left-color: #202020
}

.tippy-box[data-theme~=tip-light][data-placement^=right]>.tippy-arrow:before {
  border-right-color: #202020
}

.tippy-box[data-theme~=tip-light][data-placement^=right]>.tippy-arrow:after {
  border-right-color: #202020
}

.tippy-box[data-theme~=tip-light]>.tippy-svg-arrow {
  fill: #202020
}

</style><style>.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0
}

[data-tippy-root] {
  max-width: calc(100vw - 10px)
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow {
  bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
  top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
  right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
  left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11)
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1
}

</style><style>.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15);
  background-color: #fff
}

.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before {
  border-top-color: #fff
}

.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before {
  border-bottom-color: #fff
}

.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before {
  border-left-color: #fff
}

.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before {
  border-right-color: #fff
}

.tippy-box[data-theme~=light]>.tippy-backdrop {
  background-color: #fff
}

.tippy-box[data-theme~=light]>.tippy-svg-arrow {
  fill: #fff
}

</style><style id="_goober">@keyframes go2264125279 {
  from {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}

@keyframes go3020080000 {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes go463499852 {
  from {
    transform: scale(0) rotate(90deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotate(90deg);
    opacity: 1;
  }
}

@keyframes go1268368563 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes go1310225428 {
  from {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}

@keyframes go651618207 {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }

  40% {
    height: 0;
    width: 6px;
    opacity: 1;
  }

  100% {
    opacity: 1;
    height: 10px;
  }
}

@keyframes go901347462 {
  from {
    transform: scale(0.6);
    opacity: 0.4;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.go4109123758 {
  z-index: 9999;
}

.go4109123758>* {
  pointer-events: auto;
}

</style><style>.ubersuggest-header-container {
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  -webkit-font-smoothing: antialiased
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(100%);
    opacity: 0
  }

  to {
    transform: translateX(-4%);
    opacity: 1
  }
}

.ubersuggest-header-container .toast-container {
  animation: slideInFromLeft .5s ease forwards
}

.ubersuggest-header-container .row {
  margin: 0;
  padding: 15px 16px 15px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 30px
}

.ubersuggest-header-container .row>div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.ubersuggest-header-container .row>div:first-child>div {
  flex-wrap: wrap;
  align-content: space-around
}

.ue-enable {
  display: block
}

.ue-disable,
.ue-enable.hide-settings {
  display: none !important
}

.ue-disable.hide-settings {
  display: flex !important
}

.ubersuggest-header-container .settings {
  display: flex;
  align-items: center
}

.ubersuggest-header-container .settings-label {
  margin-right: 21px
}

.ubersuggest-header-container .settings-icon {
  width: 21px;
  height: 21px;
  margin-right: 7px
}

</style><style>.rr--group {
  display: flex;
  width: 100%;
  position: relative
}

.rr--box {
  display: flex;
  width: 100%;
  flex-grow: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rr--svg {
  display: flex;
  aspect-ratio: 1;
  width: 100%;
  flex-grow: 1;
  overflow: clip;
  pointer-events: none
}

@supports not (overflow: clip) {
  .rr--svg {
    overflow: auto
  }
}

.rr--box:focus,
.rr--box:focus-visible,
.rr-reset:focus-visible,
.rr-reset:focus {
  outline: none;
  box-shadow: none
}

.rr--focus-reset {
  outline: 6px double #0079ff
}

.rr--box:focus-visible .rr--svg {
  outline: 6px double #0079ff;
  isolation: isolate
}

.rr--reset {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  right: 0;
  bottom: 50%
}

[dir=rtl] .rr--reset {
  left: 0;
  right: auto
}

.rr--dir-y .rr--reset {
  bottom: 0;
  right: 50%
}

.rr--disabled {
  opacity: .5;
  cursor: not-allowed
}

.rr--disabled .rr--svg {
  pointer-events: none
}

.rr--pointer .rr--box {
  cursor: pointer
}

.rr--dir-x {
  flex-direction: row
}

.rr--dir-y {
  flex-direction: column
}

.rr--space-sm .rr--svg {
  padding: 8%
}

.rr--space-md .rr--svg {
  padding: 12.5%
}

.rr--space-lg .rr--svg {
  padding: 17.5%
}

.rr--dir-x.rr--gap-sm .rr--svg {
  margin: 0 6.25%
}

.rr--dir-x.rr--gap-sm .rr--box:focus-visible:after {
  width: 87.5%;
  left: 6.25%
}

.rr--dir-x.rr--gap-md .rr--svg {
  margin: 0 12.5%
}

.rr--dir-x.rr--gap-md .rr--box:focus-visible:after {
  width: 75%;
  left: 12.5%
}

.rr--dir-x.rr--gap-lg .rr--svg {
  margin: 0 25%
}

.rr--dir-x.rr--gap-lg .rr--box:focus-visible:after {
  width: 50%;
  left: 25%
}

.rr--dir-y.rr--gap-sm .rr--svg {
  margin: 6.25% 0
}

.rr--dir-y.rr--gap-md .rr--svg {
  margin: 12.5% 0
}

.rr--dir-y.rr--gap-lg .rr--svg {
  margin: 25% 0
}

.rr--rx-sm .rr--svg {
  border-radius: 5%
}

.rr--rx-md .rr--svg {
  border-radius: 15%
}

.rr--rx-lg .rr--svg {
  border-radius: 20%
}

.rr--rx-full .rr--svg {
  border-radius: 100%
}

.rr--has-stroke .rr--svg {
  stroke-linecap: round;
  stroke-linejoin: round
}

.rr--has-border .rr--svg {
  border-width: var(--rr--border-width);
  border-style: solid
}

.rr--on .rr--svg {
  fill: var(--rr--fill-on-color, none)
}

.rr--off .rr--svg {
  fill: var(--rr--fill-off-color, none)
}

.rr--has-stroke .rr--on .rr--svg {
  stroke: var(--rr--stroke-on-color, currentColor)
}

.rr--has-stroke .rr--off .rr--svg {
  stroke: var(--rr--stroke-off-color, currentColor)
}

.rr--on .rr--svg {
  background-color: var(--rr--box-on-color, none)
}

.rr--off .rr--svg {
  background-color: var(--rr--box-off-color, none)
}

.rr--has-border .rr--off .rr--svg {
  border-color: var(--rr--border-off-color, currentColor)
}

.rr--has-border .rr--on .rr--svg {
  border-color: var(--rr--border-on-color, currentColor)
}

.rr--fx-colors {
  --rr--easing: .2s cubic-bezier(.61, 1, .88, 1)
}

.rr--fx-colors .rr--svg {
  transition-duration: .2s;
  transition-timing-function: var(--rr--easing);
  transition-property: background-color, border-color, fill, stroke
}

.rr--fx-opacity .rr--off {
  opacity: .35;
  transition: opacity var(--rr--easing)
}

.rr--fx-opacity .rr--on {
  opacity: 1
}

@media(hover: hover) {
  .rr--fx-opacity .rr--box:hover {
    opacity: 1
  }
}

@media(hover: hover) {
  .rr--fx-zoom .rr--box {
    transition: transform var(--rr--easing);
    transform: scale(1)
  }

  .rr--fx-zoom .rr--box:hover {
    transform: scale(1.2)
  }
}

@media(hover: hover)and (prefers-reduced-motion) {
  .rr--fx-zoom .rr--box:hover {
    transform: scale(1)
  }
}

@media(hover: hover) {
  .rr--fx-position .rr--box {
    transition: transform var(--rr--easing);
    transform: translateY(0)
  }

  .rr--fx-position .rr--box:hover {
    transform: translateY(-15%)
  }
}

@media(hover: hover)and (prefers-reduced-motion) {
  .rr--fx-position .rr--box:hover {
    transform: translateY(0)
  }
}

.rr--svg-stop-1 {
  stop-color: var(--rr--fill-on-color, rgba(0, 0, 0, 0))
}

[dir=rtl] .rr--svg-stop-1,
.rr--svg-stop-2 {
  stop-color: var(--rr--fill-off-color, rgba(0, 0, 0, 0))
}

[dir=rtl] .rr--svg-stop-2 {
  stop-color: var(--rr--fill-on-color, rgba(0, 0, 0, 0))
}

.rr--hf-svg-on {
  fill: var(--rr--fill-on-color, none)
}

.rr--hf-svg-off {
  fill: var(--rr--fill-off-color, none)
}

.rr--has-stroke .rr--hf-svg-on {
  stroke: var(--rr--stroke-on-color, currentColor)
}

.rr--has-stroke .rr--hf-svg-off {
  stroke: var(--rr--stroke-off-color, currentColor)
}

.rr--hf-svg-on .rr--svg,
.rr--hf-svg-off .rr--svg {
  background-color: var(--rr--box-off-color, none)
}

.rr--has-border .rr--hf-svg-on .rr--svg {
  border-color: var(--rr--border-on-color, currentColor)
}

.rr--has-border .rr--hf-svg-off .rr--svg {
  border-color: var(--rr--border-off-color, currentColor)
}

.rr--dir-x .rr--hf-box-int .rr--svg {
  background: linear-gradient(to right, var(--rr--box-on-color, none) 50%, var(--rr--box-off-color, none) 50%)
}

[dir=rtl] .rr--dir-x .rr--hf-box-int .rr--svg {
  background: linear-gradient(to left, var(--rr--box-on-color, none) 50%, var(--rr--box-off-color, none) 50%)
}

.rr--dir-y .rr--hf-box-int .rr--svg {
  background: linear-gradient(to bottom, var(--rr--box-on-color, none) 50%, var(--rr--box-off-color, none) 50%)
}

.rr--hf-box-on .rr--svg {
  background-color: var(--rr--box-on-color, none)
}

.rr--hf-box-off .rr--svg {
  background-color: var(--rr--box-off-color, none)
}

.rr--hf-box-on .rr--svg,
.rr--hf-box-off .rr--svg,
.rr--hf-box-int .rr--svg {
  fill: var(--rr--fill-off-color, none)
}

.rr--has-stroke .rr--hf-box-on .rr--svg,
.rr--has-stroke .rr--hf-box-off .rr--svg,
.rr--has-stroke .rr--hf-box-int .rr--svg {
  stroke: var(--rr--stroke-off-color, currentColor)
}

.rr--has-border .rr--hf-box-on .rr--svg,
.rr--has-border .rr--hf-box-int .rr--svg {
  border-color: var(--rr--border-on-color, currentColor)
}

.rr--has-border .rr--hf-box-off .rr--svg {
  border-color: var(--rr--border-off-color, currentColor)
}

</style><style>.keyword-info-section {
  color: #26282d;
  font-family: Figtree;
  font-size: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-font-smoothing: antialiased
}

.keyword-info-section img {
  max-width: none
}

.keyword-info-section>li {
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px
}

.keyword-info-section>li:first-child::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #e8ebec;
  border-radius: 50%;
  margin: 0px 10px 0px 4px
}

body[data-dt="1"] .keyword-info-section>li:first-child::after {
  background-color: #636363
}

.keyword-info-section.hidden {
  display: none
}

.keyword-info-section.google {
  background-color: rgba(0, 0, 0, 0)
}

.keyword-info-section.youtube {
  margin-right: 15px;
  padding: 0 0 0 10px;
  height: 100%;
  background-color: #fff
}

.keyword-info-section.amazon {
  padding: 13px 0;
  background-color: #fff
}

</style><style>.kw-overview-container {
  box-sizing: border-box;
  width: 673px;
  padding: 0;
  margin: 0;
  margin-top: 14px;
  font-size: 12px;
  font-family: Figtree;
  -webkit-font-smoothing: antialiased
}

.kw-overview-container.youtube {
  box-sizing: border-box;
  width: 645px;
  padding: 0;
  margin: 0;
  font-size: 12px
}

</style><style>.bl-info-container {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: "Figtree";
  -webkit-font-smoothing: antialiased
}

.bl-info-header {
  display: flex;
  min-height: 24px;
  width: 100%;
  padding: 0;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 5px
}

.bl-info-header .row {
  display: flex;
  margin: 0;
  width: 100%;
  justify-content: space-between
}

.bl-info-header .row.youtube {
  justify-content: flex-start
}

.bl-info-content,
.kw-info-content {
  width: 97%;
  display: flex;
  flex-direction: column;
  border: 1px solid #dee1e5;
  border-radius: 4px;
  padding-block: 16px 10px;
  justify-items: center;
  align-items: center;
  margin-bottom: 16px;
  position: relative
}

body[data-dt="1"] .kw-info-content,
body[data-dt="1"] .bl-info-content {
  background: rgba(0, 0, 0, 0);
  border-color: #292929
}

.bl-info-content img.loading {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 10px
}

.kw-info-content img.loading {
  width: 50px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px
}

table.bl-info-table,
table.kw-info-table {
  border-collapse: collapse;
  width: calc(100% - 32px);
  color: #808185;
  font-size: 12px
}

body[data-dt="1"] table.bl-info-table,
body[data-dt="1"] table.kw-info-table {
  color: #fff
}

.bl-info-table thead,
.kw-info-table thead {
  height: 50px;
  background: #f6f7f7
}

body[data-dt="1"] table.bl-info-table thead,
body[data-dt="1"] table.kw-info-table thead {
  background: #36373a
}

.bl-info-table tr,
.kw-info-table tr {
  width: 100%;
  max-width: 600px
}

.bl-info-table th,
.kw-info-table th {
  padding: 10px;
  padding-left: 0;
  font-weight: 600;
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #f6f7f7
}

body[data-dt="1"] .bl-info-table th,
body[data-dt="1"] .kw-info-table th {
  color: #fff;
  border-color: #3d4043
}

.bl-info-table th:first-child,
.kw-info-table th:first-child {
  padding-left: 16px
}

.bl-info-table th:last-child,
.kw-info-table th:last-child {
  border-right: none;
  padding-right: 16px
}

.bl-info-table td,
.kw-info-table td {
  border-bottom: 1px solid #dee1e5;
  padding: 10px;
  padding-left: 0;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000
}

body[data-dt="1"] .bl-info-table td,
body[data-dt="1"] .kw-info-table td {
  color: #fff;
  border-color: #3d4043
}

.bl-info-table td:first-child,
.kw-info-table td:first-child {
  border-left: none;
  padding-left: 16px
}

.bl-info-table tfoot td:first-child,
.kw-info-table tfoot td:first-child {
  padding-left: 0;
  padding-top: 12px
}

.bl-info-table tfoot td:last-child,
.kw-info-table tfoot td:last-child {
  padding-right: 0;
  padding-top: 12px
}

.bl-info-table td:last-child,
.kw-info-table td:last-child {
  border-right: none;
  padding-right: 16px
}

.bl-info-table tfoot tr:last-child td,
.kw-info-table tfoot tr:last-child td {
  border-bottom: none
}

.bl-info-container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}

.bl-info-container .row.start {
  justify-content: flex-start;
  gap: 10px
}

.bl-info-container .row.start.tip {
  border: 1px solid #f8b199;
  border-radius: 2px;
  width: fit-content;
  padding-right: 10px
}

</style><style>.statistics-graph-container {
  box-sizing: border-box;
  width: 92%;
  font-size: 12px;
  border-bottom: 1px solid #dee1e5;
  border: 1px solid #f1f3f4;
  margin: 24px 16px;
  border-radius: 2px;
  padding: 20px;
  padding-bottom: 10px;
  position: relative;
  -webkit-font-smoothing: antialiased
}

body[data-dt="1"] .statistics-graph-container {
  border-color: #3d4042
}

.statistics-graph-container.tip {
  border: 1px solid #f8b199;
  border-radius: 2px
}

.statistics-graph-container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0
}

.statistics-graph-container .row.closed {
  margin-bottom: 10px
}

.statistics-graph-container .row .title {
  color: #26282d;
  font-size: 16px;
  font-weight: bold
}

body[data-dt="1"] .statistics-graph-container .row .title {
  color: #fff
}

body[data-dt="1"] .statistics-graph-container .tabs {
  border-bottom: 1px solid #dee1e5
}

body[data-dt="1"] .statistics-graph-container .tabs li {
  color: #fff
}

body[data-dt="1"] .statistics-graph-container .tabs li.active {
  color: #fff;
  border-bottom: 3px solid #fff
}

/* ==============================================
   トップページ全リンク統一スタイル
   新着記事・人気記事ランキングと同じ色を全体に適用
   ============================================== */

/* 基本リンクスタイル */
body.home #top a,
body.front-page #top a {
  color: #333333 !important;
  text-decoration: none !important;
}

/* ホバー時も同じ色を維持（ベンチマーク通り） */
body.home #top a:hover,
body.home #top a:focus,
body.home #top a:active,
body.front-page #top a:hover,
body.front-page #top a:focus,
body.front-page #top a:active {
  color: #333333 !important;
}

/* Hide accordion triangle markers in header navigation */
.accordion_header::after {
  display: none;
}

/* ========================================
 * カテゴリー別テーマカラー自動適用（CSS変数版）
 * SWELLの--color_main変数をオーバーライドして全要素に適用
 * ======================================== */

/* MEOカテゴリー */
.category-meo,
.single-post.category-meo {
  --color_main: #FFBB00;
}

/* マーケティングカテゴリー */
.category-marketing,
.single-post.category-marketing {
  --color_main: #58C8AC;
}

/* 採用・リクルーティングカテゴリー */
.category-recruiting,
.single-post.category-recruiting {
  --color_main: #F18D9E;
}

/* SNSカテゴリー */
.category-sns,
.single-post.category-sns {
  --color_main: #B59DE1;
}

/* ホームページカテゴリー */
.category-hp,
.single-post.category-hp {
  --color_main: #61A9C7;
}
