@charset "UTF-8";

/*-----------------------------------------------------------
	=Reset default browser
-----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img,ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}


/*-----------------------------------------------------------
	=Basic Setup
-----------------------------------------------------------*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  /* display: inline-block; */
}
/* Link Style */
a {
  color: #111;
  text-decoration: none;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
a:focus, a:active, a:hover {
  color: #111;
  text-decoration: none;
}
a:hover img {
  opacity: .4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  zoom: 1;
}
/* Transform */
.transform {
  -webkit-transform:scale(1);
  transform:scale(1);
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
a:hover .transform {
  -webkit-transform:scale(1.1);
  transform: scale(1.1);
}
/* Embed */
embed, iframe, object {
  max-width: 100%;
}
video {
  max-width: 100%;
  height: auto;
}
/* Font Setteing */
.tx-L { text-align: left !important; }
.tx-C { text-align: center !important; }
.tx-R { text-align: right !important; }
.tx-bold { font-weight: bold; }
.tx-justify { text-align: justify !important; }
.tx-red{
  color:#d9272e;
}



/* Font Size */
.fs-9  { font-size: 9px !important;}
.fs-10 { font-size: 10px !important;}
.fs-11 { font-size: 11px !important;}
.fs-12 { font-size: 12px !important;}
.fs-13 { font-size: 13px !important;}
.fs-14 { font-size: 14px !important;}
.fs-15 { font-size: 15px !important;}
.fs-16 { font-size: 16px !important;}
.fs-18 { font-size: 18px !important;}
.fs-20 { font-size: 18px !important;}
.fs-21 { font-size: 21px !important;}
.fs-24 { font-size: 24px !important;}
.fs-28 { font-size: 28px !important;}
.fs-30 { font-size: 30px !important;}
.fs-36 { font-size: 36px !important;}
.fs-48 { font-size: 48px !important;}
.fs-60 { font-size: 60px !important;}

.bg-gray{
  background: #f7f7f7;
}


/* Margin-Top & Padding-Top */
.mt00 { margin-top:  0px !important; }  .pt00 { padding-top:  0px !important; }
.mt05 { margin-top:  5px !important; }  .pt05 { padding-top:  5px !important; }
.mt10 { margin-top: 10px !important; }  .pt10 { padding-top: 10px !important; }
.mt15 { margin-top: 15px !important; }  .pt15 { padding-top: 15px !important; }
.mt20 { margin-top: 20px !important; }  .pt20 { padding-top: 20px !important; }
.mt25 { margin-top: 25px !important; }  .pt25 { padding-top: 25px !important; }
.mt30 { margin-top: 30px !important; }  .pt30 { padding-top: 30px !important; }
.mt35 { margin-top: 35px !important; }  .pt35 { padding-top: 35px !important; }
.mt40 { margin-top: 40px !important; }  .pt40 { padding-top: 40px !important; }
.mt45 { margin-top: 45px !important; }  .pt45 { padding-top: 45px !important; }
.mt50 { margin-top: 50px !important; }  .pt50 { padding-top: 50px !important; }
.mt55 { margin-top: 55px !important; }  .pt55 { padding-top: 55px !important; }
.mt60 { margin-top: 60px !important; }  .pt60 { padding-top: 60px !important; }
.mt65 { margin-top: 65px !important; }  .pt65 { padding-top: 65px !important; }
.mt70 { margin-top: 70px !important; }  .pt70 { padding-top: 70px !important; }
.mt75 { margin-top: 75px !important; }  .pt75 { padding-top: 75px !important; }
.mt80 { margin-top: 80px !important; }  .pt80 { padding-top: 80px !important; }
.mt85 { margin-top: 85px !important; }  .pt85 { padding-top: 85px !important; }
.mt90 { margin-top: 90px !important; }  .pt90 { padding-top: 90px !important; }
.mt95 { margin-top: 95px !important; }  .pt95 { padding-top: 95px !important; }
.mt100{ margin-top:100px !important; } .pt100{ padding-top:100px !important; }
/* Margin-Right & Padding-Right */
.mr00 { margin-right:  0px !important; }  .pr00 { padding-right:  0px !important; }
.mr05 { margin-right:  5px !important; }  .pr05 { padding-right:  5px !important; }
.mr10 { margin-right: 10px !important; }  .pr10 { padding-right: 10px !important; }
.mr15 { margin-right: 15px !important; }  .pr15 { padding-right: 15px !important; }
.mr20 { margin-right: 20px !important; }  .pr20 { padding-right: 20px !important; }
.mr25 { margin-right: 25px !important; }  .pr25 { padding-right: 25px !important; }
.mr30 { margin-right: 30px !important; }  .pr30 { padding-right: 30px !important; }
.mr35 { margin-right: 35px !important; }  .pr35 { padding-right: 35px !important; }
.mr40 { margin-right: 40px !important; }  .pr40 { padding-right: 40px !important; }
.mr45 { margin-right: 45px !important; }  .pr45 { padding-right: 45px !important; }
.mr50 { margin-right: 50px !important; }  .pr50 { padding-right: 50px !important; }
.mr55 { margin-right: 55px !important; }  .pr55 { padding-right: 55px !important; }
.mr60 { margin-right: 60px !important; }  .pr60 { padding-right: 60px !important; }
.mr65 { margin-right: 65px !important; }  .pr65 { padding-right: 65px !important; }
.mr70 { margin-right: 70px !important; }  .pr70 { padding-right: 70px !important; }
.mr75 { margin-right: 75px !important; }  .pr75 { padding-right: 75px !important; }
.mr80 { margin-right: 80px !important; }  .pr80 { padding-right: 80px !important; }
.mr85 { margin-right: 85px !important; }  .pr85 { padding-right: 85px !important; }
.mr90 { margin-right: 90px !important; }  .pr90 { padding-right: 90px !important; }
.mr95 { margin-right: 95px !important; }  .pr95 { padding-right: 95px !important; }
.mr100{ margin-right:100px !important; }  .pr100{ padding-right:100px !important; }
/* Margin-Bottom & Padding-Bottom */
.mb00 { margin-bottom:  0px !important; }  .pb00 { padding-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }  .pb05 { padding-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }  .pb10 { padding-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }  .pb15 { padding-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }  .pb20 { padding-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }  .pb25 { padding-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }  .pb30 { padding-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }  .pb35 { padding-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }  .pb40 { padding-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }  .pb45 { padding-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }  .pb50 { padding-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }  .pb55 { padding-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }  .pb60 { padding-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }  .pb65 { padding-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }  .pb70 { padding-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }  .pb75 { padding-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }  .pb80 { padding-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }  .pb85 { padding-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }  .pb90 { padding-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }  .pb95 { padding-bottom: 95px !important; }
.mb100{ margin-bottom:100px !important; } .pb100{ padding-bottom:100px !important; }
/* Margin-Left & Padding-Left */
.ml00 { margin-left:  0px !important; }  .pl00 { padding-left:  0px !important; }
.ml05 { margin-left:  5px !important; }  .pl05 { padding-left:  5px !important; }
.ml10 { margin-left: 10px !important; }  .pl10 { padding-left: 10px !important; }
.ml15 { margin-left: 15px !important; }  .pl15 { padding-left: 15px !important; }
.ml20 { margin-left: 20px !important; }  .pl20 { padding-left: 20px !important; }
.ml25 { margin-left: 25px !important; }  .pl25 { padding-left: 25px !important; }
.ml30 { margin-left: 30px !important; }  .pl30 { padding-left: 30px !important; }
.ml35 { margin-left: 35px !important; }  .pl35 { padding-left: 35px !important; }
.ml40 { margin-left: 40px !important; }  .pl40 { padding-left: 40px !important; }
.ml45 { margin-left: 45px !important; }  .pl45 { padding-left: 45px !important; }
.ml50 { margin-left: 50px !important; }  .pl50 { padding-left: 50px !important; }
.ml55 { margin-left: 55px !important; }  .pl55 { padding-left: 55px !important; }
.ml60 { margin-left: 60px !important; }  .pl60 { padding-left: 60px !important; }
.ml65 { margin-left: 65px !important; }  .pl65 { padding-left: 65px !important; }
.ml70 { margin-left: 70px !important; }  .pl70 { padding-left: 70px !important; }
.ml75 { margin-left: 75px !important; }  .pl75 { padding-left: 75px !important; }
.ml80 { margin-left: 80px !important; }  .pl80 { padding-left: 80px !important; }
.ml85 { margin-left: 85px !important; }  .pl85 { padding-left: 85px !important; }
.ml90 { margin-left: 90px !important; }  .pl90 { padding-left: 90px !important; }
.ml95 { margin-left: 95px !important; }  .pl95 { padding-left: 95px !important; }
.ml100{ margin-left:100px !important; }  .pl100{ padding-left:100px !important; }

/* Column Layout Format */
.column-2 .row,.column-2 li { width: 50%; float:left;}
.column-3 .row,.column-3 li { width: 33.33%; float:left;}
.column-4 .row,.column-4 li { width: 25%; float:left;}
.column-5 .row,.column-5 li { width: 20%; float:left;}
.column-6 .row,.column-6 li { width: 16.66%; float:left;}
.column-8 .row,.column-8 li { width: 12.5%; float:left;}

.col-2 .row {
  width: 47%;
}
/* @media only screen and (min-width: 769px) {
  .col-2 .row:nth-child(odd) {
    margin:0 2% 0px 0;
  }
  .col-2 .row:nth-child(even) {
    margin:0 0 0px 2%;
  }
} */
.col-3 .row{
  width: 30.3%;
  margin: 0 4% 0 0;
}
.col-3 .row:nth-child(3n) {
  margin: 0 0 0 0;
}
.col-4 .row {
  width: 23%;
  margin: 0 2.66% 0 0;
}
.col-4 .row:nth-child(4n) {
  margin: 0 0 0 0;
}
.col-6 .row {
  width: 14.66%;
  margin: 0 2% 0px 0;
}
.col-6 .row:nth-child(6n) {
  margin: 0 0 0px 0;
}
@media only screen and (max-width: 767px) {
  .col-2 .row {
    width: 100%;
  }
  .col-3 .row{
    width: 100%;
    margin: 0;
  }
  .col-4 .row:nth-child(odd) {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .col-4 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
  .col-6 .row {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .col-6 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
}

.flex-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row-reverse{
  flex-direction: row-reverse;
}
.flex-center{
  align-items: center;
}
.box-shadow{
  box-shadow:0px 0px 3px 2px #eaeaea;
}

/* Device View */
.viewPC { display: block; }
.viewTB { display: none; }
.viewPCTB { display: block; }
.viewSP { display: none; }
.viewTBSP { display: none; }

@media only screen and (max-width: 1024px) {
  .viewPC { display: none; }
  .viewTB { display: block; }
  .viewPCTB { display: block; }
  .viewSP { display: none; }
  .viewTBSP { display: block; }
}
@media only screen and (max-width: 767px) {
  .viewPC { display: none; }
  .viewTB { display: none; }
  .viewPCTB { display: none; }
  .viewSP { display: block; }
  .viewTBSP { display: block; }
}

/* Animation */
.animated {
  visibility: hidden;
}
.bounceIn,.bounceInLeft, .bounceInRight, .bounceInDown,.bounceInUp,
.fadeIn, .fadeInLeft, .fadeInRight,.fadeInDown,.fadeInUp,.fadeInUpDelay,
.zoomInUp,.zoomInDown, .zoomIn,
.flip,.flipInX,.flipInY,
.lightSpeedIn,
.tada,.wobble,.shake,.rubberBand{
  visibility: visible;
}
.delay-01s { -webkit-animation-delay:0.1s; animation-delay:0.1s; }
.delay-02s { -webkit-animation-delay:0.2s; animation-delay:0.2s; }
.delay-03s { -webkit-animation-delay:0.3s; animation-delay:0.3s; }
.delay-04s { -webkit-animation-delay:0.4s; animation-delay:0.4s; }
.delay-05s { -webkit-animation-delay:0.5s; animation-delay:0.5s; }
.delay-06s { -webkit-animation-delay:0.6s; animation-delay:0.6s; }
.delay-07s { -webkit-animation-delay:0.7s; animation-delay:0.7s; }
.delay-08s { -webkit-animation-delay:0.8s; animation-delay:0.8s; }
.delay-09s { -webkit-animation-delay:0.9s; animation-delay:0.9s; }
.delay-1s  {  -webkit-animation-delay:1s; animation-delay:1s; }
.delay-12s  {  -webkit-animation-delay:1.2s; animation-delay:1.2s; }
.delay-2s  {  -webkit-animation-delay:2s; animation-delay:2s; }
.delay-3s  {  -webkit-animation-delay:3s; animation-delay:3s; }
.delay-4s  {  -webkit-animation-delay:4s; animation-delay:4s; }
.delay-5s  {  -webkit-animation-delay:5s; animation-delay:5s; }
.delay-6s  {  -webkit-animation-delay:6s; animation-delay:6s; }

/* Btn */
.radius-btn {
  position: relative;
  display: inline-block;
  padding: 1.1em 2em;
  border-radius: 12px;
  color:#111;
  background-color: #ffc72e;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  width: 260px;
  margin:0 auto;
}
.radius-btn:hover {
  color: #111;
  background: #e9b24d;
  /* box-shadow: none;
  transform: translate3d(0, 4px, 0); */
}
.radius-btn::before{
  position: absolute;
  top: 35%;
  right: 1em;
  content: '';
  background: url(../img/seoservice-btn-arrow-bl.svg);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  vertical-align: middle;
}
.radius-btn:hover::before {
  animation: arrowbefore .5s;
}
@keyframes arrowbefore {
  100% {
    right: 5px;
    opacity: 0;
  }
}
@media screen and (max-width:767px) {
  .radius-btn {
    width: 220px;
    font-size: 1.4rem;
    box-shadow: none;
  }
}

/*-----------------------------------------------------------
    =Global Layout
-----------------------------------------------------------*/
html {
  font-family: "YakuHanJP", 'Lexend','Noto Sans JP',sans-serif;
  font-size: 62.5%;
  color: #111;
  /* font-feature-settings: 'palt' 1; */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
}
body {
  font-size: 1.6rem;
  letter-spacing: .06em;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-wrap: break-word;
}
@media only screen and ( max-width:999px) {
  body {
    font-size: 1.4rem;
  }
}


/* Frame Format
-----------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}
.inner {
  max-width: 1240px;
  margin: 0px auto;
  padding: 0 20px;
  /* overflow: hidden; */
}
.wrap {
  padding: 90px 0 90px;
}
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 80px;
  z-index: 2;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#page-top:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media screen and ( max-width:999px) {
  #wrapper {
    padding-top: 60px;
  }
  .wrap {
    padding:70px 0 ;
  }
  #page-top {
    width: 50px;
    bottom: 90px;
  }
}

/* Font Format
-----------------------------------------------------------*/
.f-ty01{
  font-family: 'Lexend','Noto Sans JP', sans-serif;
}
.sec-headCopy{
  font-size:3.8rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.44;
  margin-bottom:40px;
  text-align: center;
}
.sec-headCopy .tx-marker{
  color:#c8161e;
}
.sec-headCopy .tx-small{
  font-size:2.6rem;
}
.border-heading{
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 2;
  padding-bottom:8px;
  display: inline;
  background: linear-gradient(transparent 90%, #ece1cd 0%);
}
.lead-copy{
  font-size:1.8rem;
}
.paragraph li {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 2px 0 2px 1em;
  text-indent: -1em;
}
.tx-emphasis{
  font-size:20px;
  font-size:2.0rem;
}
.disc-list li {
  padding-left: .8em;
  margin-bottom: 5px;
  position: relative;
  text-align: justify;
}
.disc-list li:before {
  content: '';
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 0;
  top: .8em;
}
.tx-marker-under {
  background: -moz-linear-gradient(to top, #ffc72e42 0, #ffc72e42 45%, transparent 45%, transparent 100%);
  background: -webkit-linear-gradient(to top, #ffc72e42 0, #ffc72e42 45%, transparent 45%, transparent 100%);
  background: linear-gradient(to top, #ffc72e42 0, #ffc72e42 45%, transparent 45%, transparent 100%);
}
@media screen and ( max-width:767px) {
  .sec-headCopy{
    font-size:2.4rem;
    margin-bottom:25px;
  }
  .sec-headCopy .tx-small{
    font-size:2.0rem;
  }
  .tx-emphasis{
    font-size:16px;
    font-size:1.6rem;
  }
  .border-heading{
    font-size: 1.8rem;
    padding-bottom:5px;
  }
  .lead-copy{
    font-size:1.5rem;
  }
}


/*-----------------------------------------------------------
	=Header
-----------------------------------------------------------*/
#header {
  background: rgba(255,255,255, 1);
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  transition: .5s;
}
#header .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
    height: 24px;
}
#header .logo a::before {
  content: "";
  display: block;
  background: url('../img/seoservice-header-logo.png') no-repeat center center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  #header .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding:0;
  }
  #header .logo{
    margin-left: 20px;
    transition: .5s;
  }
  #toggle {
    display:none;
  }
  #header.scroll{
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  }
  #header .header-cta {
    display: none;
  }
}

@media screen and ( max-width:999px) {
  .header-tel{
    display:none;
  }
  #header{
    height: 60px;
    background: rgba(255,255,255, 1);
  }
  #header .inner{
    padding:0;
  }
  #header .header-in{
    display: block;
    width: 100%;
    overflow: hidden;
    height: 60px;
  }
  #header .logo{
    max-width: 180px;
    margin: 0 auto;
    padding:18px 0 0;
  }
  #header .header-inner {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 60px;
  }
  #header .header-cta {
    display: flex;
    justify-content: center;
    height: 96px;
    padding: 12px 16px;
    background: #111;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #header .header-cta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  #header .header-cta-tel{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  #header .header-cta-telnote {
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
  }
  #header .header-cta-telnum {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: auto;
  }
  #header .header-cta-telnum::before {
    content: "";
    display: block;
    background: url('../img/seoservice-inquiry-tel-sp.webp') no-repeat center center/contain;
    width: 100%;
    height: 100%;
  }
  #header .header-cta-btn {
    flex: 0 0 auto;
  }
  #header .header-cta-link {
    width: auto;
    background-color: #ffc72e;
    border-radius: 12px;
    padding: 18px 52px 17px 16px;
    font-weight: bold;
    position: relative;
  }
  #header .header-cta-link::after {
    position: absolute;
    top: 32%;
    right: 16px;
    content: '';
    background: url(../img/seoservice-btn-arrow-bl.svg);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    vertical-align: middle;
  }
}

@media screen and (min-width: 1000px) {
  #gnav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #gnav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #gnav li{
    margin: 0 14px;
    font-size:15px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0;
    text-align:center;
  }
  #gnav li:last-child{
    margin: 0;
  }
  #gnav li a{
    color: #111;
    display: inline-block;
    position: relative;
  }
  #gnav li.nav-item a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -7px;
    left: 0;
    background: -moz-linear-gradient(left, #111 50%, #333);
    background: -webkit-linear-gradient(left, #111 50%, #333);
    background: linear-gradient(to right, #111 50%, #333);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  #gnav li.nav-item a:hover{
    opacity:1;
    color:#a3a3a3;
  }
  #gnav li.nav-item a:hover:after{
    -webkit-transform-origin:left top;
    transform-origin:left top;
    -webkit-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform:scaleX(1);transform:scaleX(1);
  }
  #gnav li.nav-item.current a::after {
    opacity:1;
    color:#a3a3a3;
    -webkit-transform-origin:left top;
    transform-origin:left top;
    -webkit-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform:scaleX(1);transform:scaleX(1);
   }
  #gnav-contact a {
    color: #111!important;
    display: block;
    padding: 8px 30px;
    border-radius: 12px;
    transition: 0.5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    background: #ffc72e;
  }
  #gnav-contact a:hover {
    background: #e9b24d;
  }
}

@media screen and (max-width: 999px) {
  #panel-btn {
    background:#111;
    display:inline-block;
    height:60px;
    position:absolute;
    right:0px;
    top:0;
    width:60px;
  }
  #toggle {
    display:block;
    float:right;
    margin:0 10px 0 0;
  }
  #panel-btn:hover {
    opacity:0.6;
    -moz-opacity:.6;
    filter:alpha(opacity=60);
  }
  #panel-btn-icon {
    width:20px;
    height:1px;
    margin:-1px 0px 0px -10px;
    position:absolute;
    top:50%;
    left:50%;
    background-color:#fff;
    display:block;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    width:20px;
    height:1px;
    background-color:#fff;
    position:absolute;
    top:50%;
    left:0;
    display:block;
    content:"";
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  #panel-btn-icon:before{
   margin-top:-7px;
  }
  #panel-btn-icon:after {
    margin-top:5px;
  }
  #panel-btn .close     {
    background:transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top:-1px;
  }
  #panel-btn .close:before {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
  }
  #panel-btn .close:after {
    -webkit-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
    transform:rotate(-135deg);
  }
  #gnav {
    display: block;
    width:100%;
    margin:0px 0 0;
    padding:0;
    background:#fff;
    position: relative;
    z-index:99;
  }
  #gnav li {
    width:100%;
    margin:0;
    padding:0;
    text-align:center;
    line-height:1.3;
    border-bottom:1px solid #ddd;
  }
  #gnav li a {
    padding:25px 0;
    display:block;
    font-size:15px;
    font-size: 1.5rem;
    font-weight: 700;
    color:#111;
    text-decoration:none;
    border:none;
    line-height:1.6;
    letter-spacing: .2em;
    -webkit-transition:opacity 0.3s ease;
    -moz-transition:opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  #gnav li a:hover  {
    background:#ddd;
  }
  #gnav-contact a{
    background: #ffc72e;
    color:#111;
  }
  #gnav-contact a:hover  {
    background: #c80211;
  }
}


/*-----------------------------------------------------------
	=Footer
-----------------------------------------------------------*/
.footer-outter-row{
  margin:40px 0;
}
.footer-link-list {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  font-size: 1.4rem;
}
.copyright{
  text-align: center;
  color: #ccc;
  font-size:12px;
  font-size: 1.2rem;
}
@media (max-width: 999px) {
  #footer {
    padding-bottom: 120px;
  }
}
@media (min-width: 768px){
  .footer-outter-row .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 17px;
  }
  .footer-outter-row .logo::before{
    content: "";
    display: block;
    background: url('../img/seoservice-header-logo.png') no-repeat center center/contain;
    width: 100%;
    height: 100%;
  }
  .footer-link-list>li {
    margin-left: 2em;
  }
}
@media screen and ( max-width:767px) {
  .footer-outter-row{
    margin:25px 0;
    justify-content: center;
  }
  .footer-outter-row .logo{
   display: none;
  }
  .footer-link-list {
    justify-content: center;
    font-size: 14px;
    font-size: 1.3rem;
  }
  .footer-link-list li{
    margin:0 12px;
  }
}
@media screen and ( min-width:768px) {
  .footer-link-list span{
    background-image: linear-gradient(#888, #888);
    background-position: 100% 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .footer-link-list a:hover span{
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}


/*-----------------------------------------------------------
	=Mv
-----------------------------------------------------------*/
#mv{
  background-color: #fbfbfb;
  /* background-color: #666; */
  padding:40px 20px;
}

#mv .mv-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin:0 auto;
  position: relative;
}
#mv .text-box{
  width: 60%;
}
#mv .mv-subcopy{
  background-color: #fff;
  box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.6);
  color:#111;
  font-size:2.4rem;
  font-weight: 700;
  line-height: 1.22;
  padding:.6em 1.1em;
  margin-bottom:25px;
  display: inline-block;
  border-radius: 40px;
}
#mv .mv-copy{
  color:#c8161e;
  font-size:5.8rem;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: .06em;
  font-feature-settings: 'palt' 1;
}
#mv .mv-copy span{
  display: block;
  font-size:4rem;
}
#mv .mv-txt{
  font-size:1.4rem;
  line-height: 2;
  letter-spacing: .02em;
  margin:24px 0;
}
#mv .mv-txt span{
  font-weight: 700;
}
#mv .mv-point {
  aspect-ratio: 597 / 85;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 597px;
  margin: 0;
  position: relative;
}
#mv .mv-point::before {
  content: "";
  display: block;
  background: url('../img/seoservice-mv-point01.png') no-repeat center center/contain;
  width: 100%;
  height: 100%;
}
#mv .mv-btns{
  margin:24px 0;
  max-width: 560px;
}
#mv .mv-btns li{
  width: 48%;
}
#mv .mv-btns .radius-btn{
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  letter-spacing: 0;
}
#mv .mv-btns .radius-btn:hover {
  box-shadow: none;
  transform: translate3d(0, 4px, 0);
}
#mv .mv-img_pc{
  width: 38%;
}
#mv .mv-img_sp{
  display: none;
}
#mv .mv-note {
  font-size: 10px;
  color: #909090;
  line-height: 150%;
  text-align: left;
}

@media screen and (min-width:767px) and (max-width:1140px) {
  #mv .mv-copy{
    font-size: 4.8rem;
  }
  #mv .mv-copy span{
    font-size: 2.8rem;
  }
}

@media screen and ( max-width:767px) {
  #mv{
    padding:20px 20px;
  }
  #mv .text-box {
    text-align: center;
    width: 100%;
  }
  #mv .mv-subcopy{
    font-size:1.6rem;
    font-weight: 700;
    line-height: 1.22;
    padding:.4em 1.1em;
    margin-bottom:12px;
  }
  #mv .mv-copy{
    font-size:3rem;
  }
  #mv .mv-copy span{
    font-size:1.8rem;
  }
  #mv .mv-results{
    font-size:1.4rem;
  }
  #mv .mv-results span{
    font-size:2rem;
  }
  #mv .mv-txt {
    margin:15px 0 15px;
  }

  #mv .mv-img_pc{
    display: none;
  }
  #mv .mv-img_sp{
    display: block;
    width: 80%;
    margin: 25px auto;
  }
  #mv .mv-btns li{
    width: 100%;
  }
  #mv .mv-btns li:nth-of-type(n+2){
    margin-top: 20px!important;
   }
   #mv .mv-btns .radius-btn {
    width: 90%;
  }
}


/* Cta
-----------------------------------------------------------*/
.cta-inquiry{
  background-color: #111111;
  padding:60px 0;
  text-align: center;
  color:#fff;
}
.cta-sub-heading{
  font-size:2rem;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom:30px;
}
.cta-btns-2row{
  max-width: 940px;
  margin:0 auto 0;
  line-height: 1.44;
}
.cta-btns-2row li{
  width: 48%;
}
.cta-btns-2row .radius-btn{
  width: 100%;
  padding: 1.6em 2em;
  font-size:2.0rem;
  transition: all 0.3s;
  letter-spacing: 0;
  border-radius: 10px;
  color: #000;
  transition: all 0.3s;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);
}
.cta-btns-2row .radius-btn:hover{
  box-shadow: none;
  transform: translate3d(0,4px,0);
}
.tel-cta-btn02{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 440px;
  height: 36px;
  margin:15px auto 0;
}
.tel-cta-btn02::before{
  content: "";
  display: block;
  background: url('../img/seoservice-inquiry-tel.png') no-repeat center center/contain;
  width: 100%;
  height: 100%;
}
.cta-btns-2row.radius-btn::before{
  top: 40%;
  right: 1em;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
}
.cta-btns-2row .radius-btn.btn-service::before{
  background: url(../img/seoservice-btn-arrow-bl.svg);
  width: 24px;
  height: 24px
}
.cta-tel{
  margin-top:30px;
}
.cta-tel-heading{
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(transparent 94%, #fff 94%);
}
.tel-cta-btn{
  display: block;
  max-width: 530px;
  margin:15px auto 0;
}

@media screen and ( max-width:767px) {
  .cta-inquiry{
    padding:30px 0;
  }
  .cta-inquiry .cta-heading{
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom:20px;
  }
  .cta-sub-heading{
    font-size: 16px;
    font-size:1.6rem;
    margin-bottom:20px;
  }
  .cta-inquiry .cta-heading::before,
  .cta-inquiry .cta-heading::after {
    height: 22px;
  }
  .cta-inquiry .lead-copy{
    text-align: left;
  }
  .cta-inquiry .lead-copy span{
    font-size:16px;
    font-size:1.6rem;
  }
  .btn-cta{
    width: 100%;
    padding: 1.2em 1.2em;
    font-size:16px;
    font-size:1.6rem;
    margin:30px auto 0;
    line-height: 1.44;
  }
  .cta-tel-heading{
    font-size:14px;
    font-size: 1.4rem;
  }
  .tel-cta-btn,.tel-cta-btn02{
    width: 85%;
  }
  .cta-btns-2row li{
    width: 100%;
  }
  .cta-btns-2row li:nth-of-type(n+2){
    margin-top: 12px!important;
   }
  .cta-btns-2row .radius-btn{
    width: 100%;
    padding: 1em 2em;
    font-size:16px;
    font-size:1.6rem;
  }
}



.top-logo{
  overflow: inherit;
}
.slider-top {
  padding: 20px 0 0 0;
  overflow: inherit;
}
.loop-slide{
  opacity: 0;
  transition: opacity .3s linear;
}
.loop-slide.slick-initialized{
  opacity: 1;
}
.loop-slide__item {
  padding: 10px 25px;
  width: 240px;
}
@media screen and ( max-width:767px) {
  .loop-slide__item {
    padding: 0 0px;
    max-width: 140px!important;
  }
}


/* about
-----------------------------------------------------------*/
#about{
  text-align: center;
  padding:60px 0 30px;
}
#about .inner{
  max-width:1140px;
}
#about .ttl{
  font-size:2.8rem;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom:30px;
}
#about .ttl span{
  color:#c8161e;
}
.accordion {
  position: relative;
  margin-bottom:70px;
}
/* ボタン */
.accordion-btn {
  background-color: #fff;
  border: 1px solid #c8161e;
  border-radius: .6em;
  bottom: 0;
  color: #c8161e;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  margin: auto;
  padding: 12px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  width: 260px;
  z-index: 1;
}
.accordion-btn::before{
  position: absolute;
  top: 30%;
  right: 1em;
  content: '';
  background: url(../img/seoservice-btn-arrow-r.svg);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  vertical-align: middle;
}
/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "もっと見る";
}
/* ボタンhover時のスタイル */
.accordion-btn:hover {
  background-color: #c8161e;
  color: #fff;
}
.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
  text-align: left;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 100px;
}
/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  bottom: 0;
  left: 0;
  content: "";
  height: 100px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: -4.5em;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "閉じる";
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}
@media screen and ( max-width:767px) {
  #about{
    text-align: center;
    padding:60px 0 30px;
  }
  #about .ttl{
    font-size:2rem;
    margin-bottom:20px;
  }
}


/* Intro
-----------------------------------------------------------*/
#intro{
  background-color:#f2f2f2;
  text-align: center;
}
.intro-list .img {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 560 / 300;
}
.intro-list .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.intro-list .img01::before {
  background-image: url('../img/seoservice-intoro01.png');
}
.intro-list .img02::before {
  background-image: url('../img/seoservice-intoro02.png');
}
.intro-list .img03::before {
  background-image: url('../img/seoservice-intoro03.png');
}
.intro-list .img04::before {
  background-image: url('../img/seoservice-intoro04.png');
}
.intro-list .ttl{
  margin-top:1.2em;
  font-weight: 700;
  line-height: 1.66;
}
.intro-list .ttl span{
  font-size:2rem;
  color:#c8161e;
}
@media screen and ( max-width:767px) {
  .intro-list.col-4 .row{
    width: 100%;
    margin:0;
  }
  .intro-list li {
    margin-bottom: 35px!important;
  }
  .intro-list li .img{
    width:70%;
    margin:0 auto;
  }
  .intro-list .ttl span{
    font-size:1.8rem;
    color:#c8161e;
  }
}


/* Feature
-----------------------------------------------------------*/
#feature{
  padding:0 0 100px;
  text-align: center;
}
.feature-baloon{
  position: relative;
  top:-40px;
  display: inline-block;
  border-radius: 60px;
  margin: 0 0 -10px;
  padding: 20px 60px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.44;
  background: #c8161e;
}
.feature-baloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top: 9px solid #c8161e;
}
.feature-subhead{
  margin-bottom:30px;
}
.feature-subhead span{
  background-color: #c8161e;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.22;
  padding: .2em  0.6em;
  margin-bottom: 10px;
  display: inline-block;
}
#feature .lead-copy span{
  font-size:2.0rem;
  font-weight: 700;
}
.feature-chart{
  max-width: 1020px;
  margin: 40px auto 0;
}
.feature-list li{
  margin-top:90px;
}
.feature-list .pic{
  width:40%;
}
.feature-list .txt{
  width:56%;
  text-align: left;
}
.feature-list .txt .num{
  font-size:6.0rem;
  font-weight: 700;
  line-height: 1;
  color:#e0e0e0;
  margin-bottom:10px;
}
.feature-list .txt .ttl{
  font-size:2.2rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: .02em;
  margin-bottom:20px;
}
.feature-list .txt .ttl span{
  color:#c8161e;
  font-size:2.8rem;
}
.feature-list .txt .subttl{
  font-size:1.6rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: .02em;
  margin-top:20px;
}
.txt-link {
  display: inline-block;
  position: relative;
  margin-top:10px;
  padding: 0 25px 0 0;
  font-size: 14px;
  transition: 0.3s;
  position: relative;
}
.txt-link::before {
  content: url(../img/seoservice-txt-arrow.svg);
  display: inline-block;
  width: 20px;
  height: auto;
  position: absolute;
  top: 0.2em;
  right: 0;
}
.txt-link span{
  background-image: linear-gradient(#111, #111);
  background-position: 0% 100%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.txt-link:hover span{
  background-position: 100% 100%;
  background-size: 0% 1px;
}
@media screen and ( max-width:767px) {
  #feature{
    padding:0px 0 70px;
    text-align: center;
  }
  .feature-baloon{
    top:-20px;
    margin: 0 0 15px;
    padding: 10px 20px;
    font-size: 1.8rem;
  }
  .feature-subhead{
    margin-bottom:16px;
  }
  .feature-subhead span{
    font-size: 2rem;
    padding: .2em  .6em;
    margin-bottom: 10px;
  }
  #feature .lead-copy span{
    font-size:1.8rem;
    font-weight: 700;
  }
  .feature-chart{
    margin: 20px auto 20px;
    padding-bottom:40px;
    border-bottom:1px solid #ddd;

  }
  .feature-chart li{
    width: 100% !important;
    margin:0 auto;
  }
  .feature-chart li:nth-of-type(n+2){
    margin-top:20px;
  }
  .feature-list li{
    margin-top:30px;
  }
  .feature-list .pic{
    width:70%;
    margin:20px auto 0px;
  }
  .feature-list .txt{
    width:100%;
    text-align: left;
  }
  .feature-list .txt .num{
    font-size:4.0rem;
    margin-bottom:10px;
  }
  .feature-list .txt .ttl{
    font-size:1.8rem;
    margin-bottom:20px;
  }
  .feature-list .txt .ttl span{
    font-size:2.2rem;
  }
  .txt-link {
    font-size: 12px;
  }
}


.feature-region{
  border:5px solid #f2f2f2;
  border-radius:8px ;
  padding:50px;
  margin-top:80px;
}
.feature-region .heading{
  font-size:2.2rem;
  font-weight: 700;
  line-height: 1.66;
  text-align: center;
  margin-bottom:30px;
}
.feature-region .heading span{
  color:#c8161e;
  display: block;
  font-size:2.8rem;
}
.feature-region-list .ttl{
  color:#c8161e;
  font-size:1.8rem;
  font-weight: 700;
  line-height: 1.44;
  margin:30px 0 15px;
  text-align: left;
}
.feature-region-list .txt{
  text-align: left;
}
.feature-region-list .note{
  font-size:1.2rem;
  text-align: left;
  margin-top: 15px;
}
.feature-region-btn{
  text-align: right;
}
.feature-region-list li:nth-of-type(n+3) {
  margin-top: 50px!important;
}
@media screen and ( max-width:767px) {
  .feature-region{
    border:2px solid #f2f2f2;
    padding:20px;
    margin-top:60px;
  }
  .feature-region .heading{
    font-size:1.6rem;
    margin-bottom:15px;
  }
  .feature-region .heading span{
    font-size:2.4rem;
  }
  .feature-region-list li:nth-of-type(n+2) {
    margin-top: 30px!important;
  }
}



/* Consulting
-----------------------------------------------------------*/
#consulting{
  background-color:#f2f2f2 ;
}
.consulting-list li{
  background-color: #fff;
  padding:40px 50px;
  border-radius: 4px;
}
.consulting-list li:nth-of-type(n+2) {
  margin-top: 30px!important;
}
.consulting-list .pic{
  width: 23%;
}
.consulting-list .txt{
  width: 73%;
}
.consulting-list .txt .ttl{
  color:#c8161e;
  font-size:2.2rem;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom:15px;
}
@media screen and ( max-width:767px) {
  .consulting-list li{
    padding:20px;
  }
  .consulting-list li:nth-of-type(n+2) {
    margin-top: 30px!important;
  }
  .consulting-list .pic{
    width: 70%;
    margin:0 auto 20px;
  }
  .consulting-list .txt{
    width: 100%;
  }
  .consulting-list .txt .ttl{
    font-size:1.8rem;
    margin-bottom:10px;
  }
}


/* Plan
-----------------------------------------------------------*/
.plan-list .row{
  background-color: #f1f2f3;
  padding:0 20px 30px;
  text-align: center;
  border-radius: 4px;
}
.plan-list-heading{
  background-color: #fff;
  border:2px solid #d4d4d4;
  border-radius: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  line-height: 1;
  top: -14px;
  padding: 0.5em 1em 0.6em;
  margin-bottom: -7px;
  z-index: 2;
  position: relative;
}
.plan-list-price, .plan-list-period{
  padding:15px 0;
  border-bottom: 1px solid #ddd;
}
.plan-list-price dt,.plan-list-period dt{
  color:#666;
  font-size: 1.4rem;
  line-height: 1.22;
  margin-bottom:10px;
}
.plan-list-price dd{
  color:#c8161e;
  font-weight: 700;
  line-height: 1.22;
}
.plan-list-price dd span{
  font-size:4rem
}
.plan-list-period{
  margin-bottom:15px
}
.plan-list-period dd{
  font-size:2rem;
  font-weight: 700;
  line-height: 1.44;
}
.plan-list .recommend-site-ttl{
  color:#666;
  font-size: 1.4rem;
  line-height: 1.44;
  margin-bottom:10px;
}
.recommend-site-list{
  text-align: left;
}
.recommend-site-list li{
  padding: 5px 5px 5px 24px;
  position: relative;
}
.recommend-site-list li:before {
  content: url(../img/seoservice-plan-icon-check.svg);
  display: inline-block;
  width: 16px;
  height: auto;
  position: absolute;
  top: 6px;
  left: 0px;
}
.recommend-site-txt a{
  text-decoration: underline;
}
.recommend-site-txt a:hover{
  text-decoration: none;
}
@media screen and ( max-width:767px) {
  .plan-list .row:nth-of-type(n+2) {
    margin-top: 40px!important;
  }
  .plan-list-heading{
    font-size: 1.4rem;
    top: -14px;
    margin-bottom: -7px;
  }
  .plan-list-price, .plan-list-period{
    padding:10px 0;
  }
  .plan-list-price dt,.plan-list-period dt{
    font-size: 1.2rem;
  }
  .plan-list-price dd span{
    font-size:3rem
  }
  .plan-list-period{
    margin-bottom:15px
  }
  .plan-list-period dd{
    font-size:1.4rem;
    font-weight: 700;
    line-height: 1.44;
  }
  .plan-list .recommend-site-ttl{
    color:#666;
    font-size: 1.2rem;
    line-height: 1.44;
    margin-bottom:10px;
  }
}

.plan-consultant{
  margin-top:130px;
}
.plan-consultant-list li{
  padding: 25px;
  border:2px solid #e2e2e2;
  border-radius: 4px;
}
.plan-consultant-list li:nth-of-type(n+4) {
  margin-top: 50px!important;
}
.plan-consultant-list li .img{
  aspect-ratio: 1 / 1;
  max-width: 120px;
  margin:0 auto 20px;
}
.plan-consultant-list li .img::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.plan-consultant-list li .img01::before{
  background-image: url('../img/seoservice-consultant_img_umatani.png');
}
.plan-consultant-list li .img02::before{
  background-image: url('../img/seoservice-consultant_img_ideta.png');
}
.plan-consultant-list li .img03::before{
  background-image: url('../img/seoservice-consultant_img_kitamura.png');
}
.plan-consultant-list li .img04::before{
  background-image: url('../img/seoservice-consultant_img_takahashi.png');
}
.plan-consultant-list li .img05::before{
  background-image: url('../img/seoservice-consultant_img_hidaka.png');
}
.plan-consultant-list li .img06::before{
  background-image: url('../img/seoservice-consultant_img_ishibashi.png');
}
.plan-consultant-list li .ttl{
  font-size:1.8rem;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom:20px;
  text-align: center;
}
.plan-consultant-list li .ttl span{
  display: block;
  font-size:1.4rem;
}
.plan-consultant-list li .txt{
  font-size:1.4rem;
  text-align: left;
}

.related-services h3 {
  font-size: 20px;
  margin: 40px 0 20px;
  font-weight: bold;
}
.related-services ul li {
  background-color: #f1f2f3;
  width: 48.66%;
  padding: 20px;
}
.related-services ul li .related-services-link {
  text-align: right;
}

.related-services dl dt {
  margin-bottom: 7px;
}
.related-services dl dt span{
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}
.related-services dl dt span.services-name {
  margin-right: 20px;
}
.related-services dl dt span.price-red {
  font-size: 20px;
  color: #c8161e;
}
.related-services dl dt span.price-red span. {
  font-size:11px;
}


@media screen and ( max-width:767px) {
  .plan-consultant{
    margin-top:60px;
  }
  .plan-consultant-list li{
    padding: 20px;
  }
  .plan-consultant-list li:nth-of-type(n+2) {
    margin-top: 30px!important;
  }
  .plan-consultant-list li .img{
    max-width: 80px;
  }
  .plan-consultant-list li .ttl{
    font-size:1.6rem;
    margin-bottom:15px;
  }
  .plan-consultant-list li .ttl span{
    font-size:1.2rem;
  }
  .plan-list.col-4 .row{
    width: 100%;
  }
  .related-services ul li {
    width: 100%;
  }
  .related-services ul li + li {
    margin-top: 20px;
  }
}



/* case
-----------------------------------------------------------*/
#case{
  background-color: #f2f2f2;
}
.case-block{
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.case-block:nth-of-type(n+2){
  margin-top:50px;
}
.case-block__head{
  background-color: #c8161e;
  color:#fff;
  font-size:2rem;
  font-weight: 700;
  padding:20px;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
.case-block__catch{
  font-size:2.2rem;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom:35px;
  /* text-align: center; */
}
.case-block__body{
  padding:35px 50px 50px;
}

.case-block__body .txt{
  width: 65%;
}
.case-block__body .pic{
  width: 30%;
  position: relative;
  overflow: hidden;
}
.case-block__body .pic img{
  width: 100%;
  height: 700px;
  overflow: hidden;
  object-fit: cover;
  object-position: 100% 0%;
}
.case-block__body .txt .case-ttl{
  border-top: 1px solid #ddd;
  font-weight: 700;
  padding: 20px 0 20px;
  position: relative;
  color:#c8161e;
}
.case-block__body .txt .case-ttl:after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  background: #c8161e;
}
.case-block__body .txt .disc-list{
  font-size:1.4rem;
}
.case-block__body .txt .case-ttl:nth-of-type(n+2){
  margin-top:45px;
}
.case-block__body .txt .case-chart{
  margin-top:20px;
}
@media screen and ( max-width:767px) {
  .case-block:nth-of-type(n+2){
    margin-top:30px;
  }
  .case-block__head{
    font-size:1.6rem;
    padding:12px;
  }
  .case-block__catch{
    font-size:1.8rem;
    margin-bottom:25px;
    text-align: center;
  }
  .case-block__body{
    padding:20px 20px;
  }
  .case-block__body .txt{
    width: 100%;
    margin-bottom:25px;
  }
  .case-block__body .pic{
    width: 100%;
  }
  .case-block__body .pic img{
    height: 260px;
  }
}



/* Voice
-----------------------------------------------------------*/
#voice{
  margin-top:100px;
}
.voice-list .ttl{
  font-size:1.6rem;
  font-weight: 700;
  line-height: 1.66;
  margin:10px 0 0;
  text-align: left;
}
.voice-list li{
  position: relative;
}
.voice-list li > a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.voice-cate{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  border-radius: 26px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  padding: 0.5em 0.8em 0.6em;
  margin:0;
  display: inline-block;
}
.voice-list .pic{
  width: 30%;
  border-radius: 4px;
  overflow: hidden;
}
.voice-list .pic img{
  overflow: hidden;
}
.voice-list .txt{
  width: 65%;
}
@media screen and (min-width: 768px){
  .voice-list li:nth-of-type(n+3){
    margin-top: 40px;
  }
}
@media screen and ( max-width:767px) {
  #voice{
    margin-top:80px;
  }
  .voice-list li:nth-of-type(n+2){
    margin-top:30px;
  }
  .voice-list .pic{
    width: 25%;
  }
  .voice-list .txt{
    width: 70%;
  }
  .voice-list .ttl{
    font-size:1.4rem;
  }

}



/*Faq
-----------------------------------------------------------*/
#faq{
  text-align: center;
}
.faq_contents{
  text-align: left;
  padding: 20px 20px 20px 20px ;
  margin-bottom: 15px;
  border: 2px solid #ddd;
  border-radius: 4px;
}
.faq-head {
  position: relative;
  cursor: pointer;
  font-size:20px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.icon-faq {
  font-size: 20px;
  color: #c8161e;
}
.faq-head p {
  width: calc(100% - 26px);
  letter-spacing: 1px;
}
.toggle_icon {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.toggle_icon:before,
.toggle_icon:after {
  display: block;
  content: '';
  background-color: #c8161e;
  position: absolute;
  width: 15px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_icon:before {
  width: 3px;
  height: 15px;
}
.faq-head.selected .toggle_icon:before {
  content: normal;
}
.faq_contents dd {
  display: none;
}
.faq-body {
  background-color: #f2f2f2;
  margin-top: 10px;
  border-radius: 8px;
  padding: 20px ;
}
.faq-body {
  letter-spacing: 1px;
  line-height: 1.66;
}
.faq-body p span{
  display: block;
  font-size:12px;
}
.faq-body a {
  color: #111;
  text-decoration: underline;
}
.faq-body a:focus,
.faq-body a:active,
.faq-body a:hover {
  color: #111;
  text-decoration: none;
}
@media screen and ( max-width:767px) {
  .faq_contents{
    padding: 10px 10px;
  }
  .faq-head {
    padding: 0 50px 0 0;
    font-size:14px;
  }
  .faq-body{
    margin-top: 10px;
    padding: 15px 20px;
  }
}



/*Flow,Contents
-----------------------------------------------------------*/
#flow,#contents{
  background-color:#f2f2f2 ;
  text-align: center;
}
#contents .inner+.inner {
  margin-top: 80px;
}
.flow-list .item{
  background-color: #fff;
  padding:30px 40px;
  border-radius: 4px;
  text-align: left;
  position: relative;
}
.flow-list .item:nth-of-type(n+2),
.contents-list .item:nth-of-type(n+2){
  margin-top: 40px!important;
}
.flow-list .item .img{
  width: 16%;
}
.flow-list .item .txt{
  width: 80%;
}
.flow-list .flow-num {
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  text-align: center;
  border-radius: 50%;
  background-color: #c8161e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top:-15px;
  left:-15px;
}
.flow-list .ttl,
#contents .contents-list .ttl{
  color: #c8161e;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom:15px;
}
#contents .contents-list {
  background-color: #fff;
  padding:90px 40px;
}
#contents .contents-list .txt {
  text-align: left;
}
#contents .contents-list .txt p+p,
#contents .contents-list .txt p+ul,
#contents .contents-list .txt ul+p,
#contents .contents-list .txt p+ol,
#contents .contents-list .txt ol+p {
  margin-top: 20px;
}
#contents .contents-list .txt p+.ttl {
  margin-top: 30px;
}
#contents .contents-list a {
  text-decoration: underline;
}
#contents .contents-list ul {
  list-style-type: disc;
  margin-left: 40px;
}
#contents .contents-list .reeport-txt .report-subttl {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 15px;
  margin-top: 40px;
}
#contents .contents-list .reeport-txt + .reeport-txt {
  margin-top: 40px;
}
/* #contents .contents-list .reeport-txt p + .report-subttl,
#contents .contents-list .reeport-txt table + .report-subttl {
  margin-top: 25px;
} */
#contents .contents-list .reeport-txt .small-txt {
  font-size: 11px;
}
#contents .contents-list .reeport-txt .small-txt a {
  text-decoration: underline;
}
#contents .contents-list .reeport-txt table {
  width:80%;
  margin: 15px 0;
}
#contents .contents-list .reeport-txt table tr th,
#contents .contents-list .reeport-txt table tr td {
  border: 1px #ddd solid;
  padding: 3px 5px;
}
#contents .contents-list .reeport-txt table tr th {
  background-color: #f1f1f1;
  font-weight: bold;
}
#contents .contents-list .reeport-txt table.col2 tr th,
#contents .contents-list .reeport-txt table.col2 tr td {
  width:50%
}
#contents .contents-list .reeport-txt table.col3 tr th {
  width:10%;
  text-align: center;
}
#contents .contents-list .reeport-txt table.col3 tr td {
  width:45%;
}
#contents .contents-list .reeport-txt table.centerthin tr th {
  text-align: left;
}

#contents .contents-list .reeport-txt table.centerthin tr th.center {
  width: 10%;
}

#contents .update-date {
  font-size: 16px;  
  display: block;    
  margin-top: 4px; 
}
.whitepaper-link {
  background-color: #f2f2f2;
  padding: 10px 20px;
  margin-top: 60px;

}
@media screen and ( max-width:767px) {
  .flow-list .item{
    padding:20px;
  }
  .flow-list .flow-num {
    font-size: 16px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    top:-10px;
    left:-10px;
  }
  .flow-list .item .img{
    width: 30%;
    margin:0 auto 20px;
  }
  .flow-list .item .txt{
    width: 100%;
  }
  .flow-list .ttl{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom:15px;
  }
  #contents .contents-list {
    padding: 70px 20px;
  }
  #contents .contents-list ul {
        margin-left: 20px;
  }
  #contents .contents-list .reeport-txt table {
    width: 100%;
  }
}


/*Column 
-----------------------------------------------------------*/
#column .inner{
  overflow:hidden ;
}
.column-list li{
  position: relative;
}
.column-list li:nth-of-type(n+5) {
  margin-top: 50px!important;
}
.column-list li > a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.column-list .column-list__thumb {
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.column-list .column-list__thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.column-list .column-list__body {
  padding: 2rem 0 0 ;
}
.column-list__body .ttl{
  font-size:1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.voice-list .pic img,
.column-list__thumb img {
  transition: -webkit-transform 0.4s cubic-bezier(0.170, 0.935, 0.305, 1.000);
  transition: transform 0.4s cubic-bezier(0.170, 0.935, 0.305, 1.000);
  transition: transform 0.4s cubic-bezier(0.170, 0.935, 0.305, 1.000), -webkit-transform 0.4s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.voice-list li:hover .pic img,
.column-list li:hover .column-list__thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: .4;
}
.column-list li .ttl span,
.voice-list li .ttl span{
  background-image: linear-gradient(#111, #111);
  background-position: 0% 100%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.column-list li:hover .ttl span,
.voice-list li:hover .ttl span{
  background-position: 100% 100%;
  background-size: 0% 1px;
}
@media screen and ( max-width:767px) {
  .column-list li{
    width: 48% !important;
  }
  .column-list li:nth-child(odd) {
    margin: 0 2% 0 0!important;
  }
  .column-list li:nth-child(even) {
    margin: 0 0 0 2%!important;
  }
  .column-list li:nth-of-type(n+3) {
    margin-top: 40px!important;
  }
  .column-list__body .ttl{
    font-size:1.4rem;
  }

}
